/* ========================================
   Carter's K9 Academy
   Complete Mobile-Friendly CSS
   No Boxes + Faded Images
======================================== */

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background: #000000;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

.hero {
    position: relative;
    width: 100%;
    background: #000000;
}

.hero-picture {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0.60;
    transition: opacity 0.3s ease;
}

.logo {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    width: 85px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.55);
}

.book-now {
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 10;
    display: inline-block;
    padding: 13px 26px;
    background: #d4af37;
    color: #000000;
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.book-now:hover,
.book-now:focus {
    background: #ffd700;
    color: #000000;
    transform: translateY(-2px);
}

section {
    width: 100%;
}

.section-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 48px 18px;
}

h1,
h2,
h3 {
    color: #d4af37;
    overflow-wrap: anywhere;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.88);
    background: transparent;
}

h1,
h2 {
    margin: 0 0 25px;
    font-size: clamp(1.6rem, 5vw, 2.25rem);
    line-height: 1.25;
    text-align: center;
}

p {
    color: #ffffff;
    overflow-wrap: anywhere;
    background: transparent;
}

.pricing-section {
    background:
        radial-gradient(
            circle at top,
            rgba(212, 175, 55, 0.14),
            transparent 45%
        ),
        #000000;
    text-align: center;
}

.pricing-picture {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    opacity: 0.60;
    transition: opacity 0.3s ease;
}

.pricing-notice {
    width: 100%;
    max-width: 750px;
    margin: 28px auto 0;
    padding: 24px 18px;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.pricing-notice h2 {
    margin: 0 0 14px;
    font-size: 1.35rem;
}

.pricing-notice p {
    margin: 9px 0;
    color: #ffffff;
    font-size: 16px;
}

.photo-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    background: #000000;
}

.photo-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.60;
}

.background-one {
    background-image: none;
}

.background-one::before {
    background-image: url("./1000014129.jpeg");
}

.background-two {
    background-image: none;
}

.background-two::before {
    background-image: url("./IMG_7216.jpeg");
}

.photo-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.08);
}

.photo-content {
    position: relative;
    z-index: 2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.why-card {
    min-width: 0;
    padding: 24px 18px;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.why-card h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.why-card p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
}

.hours-box {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 24px 18px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
    border-bottom: none;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
}

.hours-day {
    color: #d4af37;
    font-weight: 700;
}

.hours-time {
    color: #ffffff;
    text-align: right;
}

.appointment-note {
    margin: 22px 0 0;
    color: #d4af37;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
}

.footer {
    width: 100%;
    padding: 40px 16px;
    background: #000000;
    border-top: 2px solid #d4af37;
}

.footer-box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.footer-picture {
    display: block;
    width: 75%;
    max-width: 650px;
    height: auto;
    margin: 0 auto 20px;
    object-fit: contain;
    opacity: 0.60;
    transition: opacity 0.3s ease;
}

.footer-contact {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.footer-contact p {
    margin: 10px 0;
    color: #ffffff;
    font-size: 17px;
}

.footer-contact a {
    color: #d4af37;
    font-weight: 700;
    text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus {
    color: #ffd700;
    text-decoration: underline;
}

@media (max-width: 700px) {
    .section-content {
        padding: 36px 14px;
    }

    .logo {
        top: 8px;
        left: 8px;
        width: 58px;
    }

    .book-now {
        top: 9px;
        right: 8px;
        padding: 9px 14px;
        font-size: 14px;
    }

    .photo-section {
        min-height: auto;
    }

    .photo-section::before {
        background-position: center center;
    }

    .photo-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .photo-overlay {
        background: rgba(0, 0, 0, 0.10);
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .why-card {
        padding: 20px 15px;
    }

    .pricing-notice {
        padding: 20px 14px;
    }

    .hours-box {
        padding: 20px 14px;
    }

    .hours-row {
        align-items: flex-start;
        font-size: 15px;
    }

    .footer {
        padding: 28px 12px;
    }

    .footer-picture {
        width: 90%;
        max-width: 560px;
    }

    .footer-contact p,
    .footer-contact a {
        font-size: 15px;
    }
}

@media (max-width: 380px) {
    .logo {
        width: 50px;
    }

    .book-now {
        padding: 8px 11px;
        font-size: 13px;
    }

    .hours-row {
        flex-direction: column;
        gap: 2px;
    }

    .hours-time {
        text-align: left;
    }

