html { scroll-behavior: smooth; }

#wood-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background-color: #27362e;
}


a.btn { text-decoration: none; }
a.btn-outline, a.btn-outline:link, a.btn-outline:visited { color: #f5efe6 !important; }
a.btn-filled, a.btn-filled:link, a.btn-filled:visited { color: #f5efe6 !important; }


/* --- HIDDEN SECTIONS --- */
.faq { display: none !important; }
.services-container { display: none !important; }
.meet-abi { display: none !important; }
.photo-strip { display: none !important; }

/* --- GLOBAL --- */

.menu-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.menu-overlay.open { visibility: visible; opacity: 1; }

.menu-content {
    background-color: #1a1a1a;
    width: 100%;
    max-width: 500px;
    padding: 0;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 90vh;
}
.menu-top-section { padding: 40px 30px 20px 30px; }
.menu-overlay.open .menu-content { transform: translateY(0); }

/* Logo text styles */
.logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #fff8f0;
    white-space: nowrap;
    letter-spacing: -0.5px;
}
.menu-logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #f5efe6;
    white-space: nowrap;
    letter-spacing: -0.5px;
}
.logo-text { font-size: 22px; }
.menu-logo-text { font-size: 22px; }
.footer-logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 36px;
    opacity: 0.9;
    display: block;
}

/* Profile placeholder */
.profile-card-placeholder {
    border-radius: 40px;
    overflow: hidden;
}
.profile-placeholder {
    width: 100%;
    height: 100%;
}

/* Hide desktop nav on mobile */
.desktop-nav { display: none; }

/* Popup hidden by default */
#storyPopup { display: none; }

/* Footer */
.footer-wrapper {
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}
.footer-heading { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.45); margin: 0 0 14px 0; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #ffffff; text-decoration: none; font-size: 15px; font-weight: 500; opacity: 0.85; }
.footer-address { font-size: 15px; line-height: 1.7; opacity: 0.85; }
.address-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.45); display: block; margin-bottom: 10px; }

.footer-desktop-row { display: none; }
.footer-mobile-logo { display: block; }

/* Services footer */
.services-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.link-rates {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 14px 28px;
    background: #ffffff;
    cursor: pointer;
}

/* ===== SERVICE FLIP CARDS ===== */
.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.service-card {
    perspective: 1000px;
    cursor: pointer;
    height: 260px;
}
.service-card-inner {
    position: relative;
    width: 100%; height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover .service-card-inner { transform: rotateY(180deg); }

.service-card-front,
.service-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 24px;
    text-align: center;
}
.service-card-front {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.service-card-icon {
    width: 72px; height: 72px;
    background-color: #8b6347;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.service-card-front h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}
.service-card-back {
    background-color: #27362e;
    color: #ffffff;
    transform: rotateY(180deg);
    gap: 20px;
}
.service-card-back h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.service-card-back p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.92;
}
.service-card-arrow { display: none; }
.service-card-cta {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.75;
    letter-spacing: 0.3px;
}

/* ===== SERVICE DRAWER ===== */
.service-drawer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99998;
}
.service-drawer.open { display: block; }
.drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.service-drawer.open .drawer-overlay { opacity: 1; }
.drawer-panel {
    position: absolute;
    top: 0; right: 0;
    width: 420px; height: 100%;
    background: #ffffff;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.service-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 36px 24px;
    border-bottom: 1px solid #ede8e2;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
}
.drawer-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin: 0;
}
.drawer-close {
    background: #ede8e2;
    border: none;
    width: 36px; height: 36px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
.drawer-close:hover { background: #ddd6ce; }
.drawer-body {
    padding: 32px 36px 48px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    flex: 1;
}
.drawer-description { font-size: 15px; line-height: 1.7; color: #444; margin: 0; }
.drawer-pills-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #27362e;
    margin: 0 0 12px 0;
}
.drawer-pills { display: flex; flex-direction: column; gap: 8px; }
.drawer-pill {
    background-color: #cda55a;
    color: #27362e;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}
.drawer-fee-section {
    background: #f5efe6;
    border-radius: 16px;
    padding: 20px 24px;
}
.drawer-fee-label { font-size: 13px; font-weight: 600; color: #666; margin: 0 0 4px 0; }
.drawer-fee-amount { font-size: 26px; font-weight: 800; color: #27362e; margin: 0; }
.drawer-cta {
    background-color: #27362e;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s ease;
}
.drawer-cta:hover { background-color: #1a1a1a; }
.drawer-back {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #27362e;
    cursor: pointer;
    padding: 0;
    margin-right: auto;
}

/* ===== FAQ HEADER ===== */
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* ===== FAQ ACCORDION ===== */
.faq-answer-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    overflow: hidden;
}
.faq-card.active .faq-answer-wrapper { grid-template-rows: 1fr; opacity: 1; }
.faq-answer-content { min-height: 0; padding: 0 10px 15px 10px; }
.faq-card.active .chevron {
    display: inline-block;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* hero-content transparent on mobile */
.hero-content { display: contents; }
.hero-mug { display: none; }
.hero-hours { display: none; }

/* hide all non-header buttons */
main .btn, main .btn-book, main .link-rates, main .book-btn-final { display: none !important; }


/* ===================== MOBILE (max-width: 768px) ===================== */
@media only screen and (max-width: 768px) {
    :root {
        --dark-blue: #27362e;
        --light-blue: #e8ddd4;
        --bg-white: #ffffff;
        --text-black: #1a1a1a;
        --text-grey: #666666;
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
        font-family: 'Inter', sans-serif;
        color: #f5efe6;
        background-color: #27362e;
        line-height: 1.4;
    }

    .menu-overlay.open { visibility: visible; opacity: 1; }
    .menu-overlay.open .menu-content { transform: translateY(0); }

    .menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }
    .menu-wave-container {
        position: relative;
        background-color: #27362e;
        margin-top: 40px;
    }
    .menu-wave-svg {
        position: absolute;
        top: -80px; left: 0;
        width: 100%; height: 100px;
    }
    .close-btn { font-size: 24px; cursor: pointer; font-family: sans-serif; color: #f5efe6; }

    .menu-links a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 38px;
        font-weight: 700;
        color: #f5efe6;
        text-decoration: none;
        margin-bottom: 25px;
    }
    .secondary-links a {
        display: block;
        color: #cda55a;
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .menu-footer-content {
        position: relative;
        z-index: 2;
        padding: 20px 30px 40px 30px;
        color: #f5efe6;
        height: 50vh;
    }
    .contact-info { margin-top: 30px; font-size: 14px; line-height: 1.5; font-weight: 500; }

    .header {
        width: 100%;
        padding: 20px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #1a1a1a;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        position: fixed;
        top: 0; left: 0;
        z-index: 1000;
        overflow: visible !important;
    }
    .logo-container { max-width: 100px; text-align: left; overflow: visible !important; }
    .main-logo {
        width: 100px;
        height: auto;
    }

    .hero h1 {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        line-height: 1.1;
        color: #f5efe6;
        font-size: 35px;
        margin-bottom: 20px;
    }
    .hero {
        margin-top: 0;
        padding-top: 140px;
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
        text-align: center;
        background-color: #27362e;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-content { display: flex; flex-direction: column; align-items: center; padding: 0 24px; }
    .hero-mug {
        display: block;
        width: 100%;
        margin-top: 32px;
    }
    .hero-mug .hero-logo { width: 100%; height: auto; display: block; }
    .hero-hours {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
        padding: 20px 24px;
        width: calc(100% - 48px);
        border-radius: 20px;
        background: rgba(20, 10, 3, 0.45);
        border: 1px solid rgba(245,239,230,0.15);
        box-sizing: border-box;
    }
    .hero-hours .hero-hours-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(245,239,230,0.1);
    }
    .hero-hours .hero-hours-row:last-child { border-bottom: none; padding-bottom: 0; }
    .hero-hours .hero-hours-row:first-child { padding-top: 0; }
    .hero-hours .hero-hours-row span:first-child {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #cda55a;
    }
    .hero-hours .hero-hours-row span:last-child {
        font-size: 16px;
        font-weight: 600;
        color: #f5efe6;
    }
    .hero-svg { width: 100%; height: auto; display: block; padding-top: 50px; transform: scaleX(-1); transform-origin: center bottom; filter: hue-rotate(60deg) saturate(0.9) brightness(1.2); }

    .menu-circle {
        z-index: 10000;
        width: 38px; height: 38px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }
    .menu-circle span { width: 25px; height: 2px; background: #fff8f0; }

    h1 { font-size: 32px; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.5px; }
    .section-title { font-size: 28px; font-weight: 700; margin-bottom: 8px; }
    .section-title em { font-family: 'Playfair Display', serif; }
    .subtitle, .hero-sub { font-size: 14px; color: rgba(245,239,230,0.7); margin-bottom: 10px; text-align: center; }
    .credentials { font-size: 13px; margin-bottom: 30px; color: rgba(245,239,230,0.85); }

    .illustration-container {
        width: 100vw;
        position: relative;
        left: 50%; right: 50%;
        margin-left: -50vw; margin-right: -50vw;
        overflow: hidden;
        line-height: 0;
    }

    .cta-stack { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 0 20px; }
    .hero-hours-card { border-radius: 30px; padding: 20px 24px; display: flex; flex-direction: column; gap: 10px; width: 100%; background: rgba(20, 10, 3, 0.45); border: 1px solid rgba(245,239,230,0.15); box-sizing: border-box; }
    .hero-hours-row { display: flex; justify-content: space-between; font-size: 13px; color: rgba(245,239,230,0.75); }
    .hero-hours-row span:first-child { font-weight: 600; color: #f5efe6; }

    .btn {
        display: block;
        text-decoration: none;
        width: 100%;
        max-width: 280px;
        padding: 14px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
    }
    .btn-filled { background-color: #27362e; color: #f5efe6; }
    .btn-outline { background: rgba(39,54,46,0.7); border: 1px solid rgba(245,239,230,0.4); color: #f5efe6; }

    section { padding: 60px 20px; text-align: center; }

    .hours-bar { background-color: #1a1a1a; padding: 24px 20px; }
    .hours-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; }
    .hours-item { flex-direction: row; gap: 10px; justify-content: center; }
    .hours-divider { display: none; }
    .hours-label { font-size: 11px; }
    .hours-time { font-size: 15px; }

    .meet-abi { position: relative; background-color: #f5efe6; padding-bottom: 60px; overflow: hidden; }

    .meet-abi, .services { position: relative; overflow: visible !important; }
    .meet-content { position: relative; z-index: 2; padding-top: 0px; }
    .meet-content, .services-inner { position: relative; z-index: 11; }

    .section-title {
        font-family: 'Inter', sans-serif;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -0.5px;
        margin-bottom: 4px;
    }
    .subtitle { font-size: 14px; color: #666; margin-bottom: 30px; }

    .carousel-container { width: 100%; overflow: hidden; padding: 20px 0; }
    .carousel-viewport {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding: 0 10%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .carousel-viewport::-webkit-scrollbar { display: none; }

    .side-card, .profile-card {
        flex: 0 0 80%;
        scroll-snap-align: center;
        min-height: 400px;
        position: relative;
    }
    .abi-img { width: 100%; height: 100%; object-fit: cover; border-radius: 40px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
    .side-card {
        background: #fff;
        padding: 30px 20px;
        border-radius: 40px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        font-size: 13px;
        text-align: left;
    }
    .cta-stack { display: flex; flex-direction: column; align-items: center; gap: 12px; }

    /* Service Cards — mobile flat rows */
    .service-cards-grid { display: block; margin-bottom: 20px; }
    .service-card { height: auto; perspective: none; }
    .service-card-inner { position: static; transform-style: flat; transition: none; height: auto; }
    .service-card:hover .service-card-inner { transform: none; }
    .service-card-front {
        position: static;
        backface-visibility: visible;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 30px 0;
        gap: 20px;
        background: transparent;
    }
    .service-card-front h3 { flex: 1; text-align: left; font-size: clamp(18px, 4vw, 24px); margin: 0; color: #1a1a1a; }
    .service-card-icon { width: clamp(60px, 10vw, 80px); height: clamp(60px, 10vw, 80px); border-radius: 12px; flex-shrink: 0; margin-bottom: 0; }
    .service-card-arrow {
        display: flex;
        width: 44px; height: 44px;
        background-color: #efefef;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        font-size: 16px;
        color: #666;
    }
    .service-card-back { display: none !important; }

    /* Story / Product Popup */
    .story-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 999999;
        display: none;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(5px);
        font-family: 'Inter', sans-serif;
    }
    .story-overlay .story-content-card {
        width: 92%;
        max-width: 420px;
        height: 85vh;
        background: white;
        border-radius: 45px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 50px rgba(0,0,0,0.3);
        transition: background-color 0.4s ease, color 0.4s ease;
    }
    .story-overlay .story-track {
        display: flex;
        width: 1000%;
        height: 100%;
        transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .story-overlay .story-slide {
        width: 10%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 80px 35px 40px;
        box-sizing: border-box;
    }
    .story-slide-top-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 1;
        min-height: 0;
        overflow-y: auto;
    }
    .story-content-card.green-mode {
        background-color: #27362e !important;
        color: #FFFFFF !important;
    }
    .story-overlay .title-branch {
        font-size: 52px;
        font-weight: 800;
        line-height: 0.85;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }
    .story-overlay .italic-style {
        font-family: 'Inter', sans-serif;
        font-style: bold;
        font-weight: 800;
        font-size: 48px;
        display: block;
        text-transform: lowercase;
    }
    .story-overlay .body-text { font-size: 17px; line-height: 1.5; opacity: 0.9; margin-bottom: 30px; }
    .story-overlay .story-next-btn {
        background: #27362e;
        color: white;
        border: none;
        padding: 16px 45px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        flex-shrink: 0;
    }
    .green-mode .story-next-btn { background: white; color: #27362e; }
    .story-overlay .story-progress-container {
        position: absolute;
        top: 35px; left: 0;
        width: 100%;
        display: flex;
        gap: 8px;
        padding: 0 30px;
        z-index: 100;
    }
    .story-overlay .progress-segment {
        flex: 1;
        height: 3px;
        background: rgba(0,0,0,0.1);
        border-radius: 10px;
    }
    .green-mode .progress-segment { background: rgba(255,255,255,0.2); }
    .green-mode .progress-segment.active { background: #FFFFFF !important; }
    .story-content-card:not(.green-mode) .progress-segment.active { background: #27362e !important; }
    .story-overlay .story-close {
        position: absolute;
        top: 25px; right: 25px;
        font-size: 24px;
        cursor: pointer;
        z-index: 101;
        color: #27362e;
    }
    .green-mode .story-close { color: #FFFFFF; }
    .story-overlay .story-subtitle-bold {
        font-size: 24px;
        font-weight: 800;
        color: #27362e;
        margin-bottom: 25px;
        letter-spacing: -0.5px;
    }
    .story-overlay .therapy-pill-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        flex-shrink: 1;
    }
    .story-overlay .therapy-pill {
        background-color: #cda55a;
        color: #27362e;
        padding: 10px 20px;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 700;
    }
    .story-overlay .dark-btn { background-color: #27362e; color: #FFFFFF; margin: 0 auto; }
    .story-overlay .white-btn { background-color: #FFFFFF; color: #27362e; margin: 0 auto; }
    .story-overlay .fee-container { text-align: center; margin-bottom: 20px; }
    .story-overlay .fee-label { font-size: 18px; color: #27362e; font-weight: 500; margin-bottom: 5px; }
    .story-overlay .fee-amount { font-size: 22px; font-weight: 800; color: #27362e; }
    .story-overlay .story-footer-actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding-bottom: 10px;
    }
    .story-overlay .book-btn-final {
        background-color: #2b3038;
        color: #FFFFFF;
        border: none;
        padding: 16px 40px;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 700;
        width: 85%;
        cursor: pointer;
        transition: transform 0.2s ease;
    }
    .story-overlay .book-btn-final:active { transform: scale(0.96); }
    .story-overlay .return-home-link {
        font-size: 16px;
        color: #8E9AAB;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
    }

    /* Services section */
    .services-container {
        background-color: #ffffff;
        max-width: 900px;
        margin: 0 auto;
        padding: 40px 20px;
        font-family: 'Inter', sans-serif;
        padding-top: 20px;
    }
    .services-header {
        font-family: 'Inter', sans-serif;
        font-weight: 800;
        font-size: 35px;
        text-align: center;
        margin-bottom: 40px;
        line-height: 90%;
    }
    .services-header em { font-family: serif; font-style: italic; font-weight: 400; }
    .btn-book {
        background-color: #27362e;
        color: #ffffff;
        padding: 16px 40px;
        border-radius: 30px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    /* Photo strip mobile */
    .photo-strip { padding: 40px 0; background-color: #f5efe6; overflow: visible; }
    .photo-strip-inner { display: none; }
    .photo-slot { flex: 0 0 260px; height: 200px; border-radius: 20px; background-color: #e8ddd4; overflow: hidden; flex-shrink: 0; pointer-events: none; }
    .photo-slot img { width: 100%; height: 100%; object-fit: cover; }

    /* Mobile carousel */
    .photo-carousel-mobile { display: block; padding-top: 80px; }
    .photo-carousel-track {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
        gap: 16px;
        padding: 0 20px;
    }
    .photo-carousel-track::-webkit-scrollbar { display: none; }
    .photo-carousel-slide {
        flex: 0 0 calc(100% - 40px);
        height: 260px;
        scroll-snap-align: center;
        overflow: hidden;
        border-radius: 24px;
        margin: 0 8px;
    }
    .photo-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
    .photo-carousel-dots { display: flex; justify-content: center; gap: 8px; padding-top: 14px; }
    .photo-carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: #e8ddd4; border: none; cursor: pointer; padding: 0; transition: background 0.2s; }
    .photo-carousel-dot.active { background: #27362e; }

    /* FAQ */
    .faq-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 95%;
        max-width: 500px;
        margin: 30px auto;
    }
    .faq-card {
        cursor: pointer;
        display: block;
        background-color: #ffffff;
        border-radius: 12px;
        margin-bottom: 5px;
        padding: 15px;
        transition: all 0.3s ease;
    }
    .faq-text { flex: 1; margin: 0; text-align: left; font-weight: 600; color: #1a1a1a; font-size: 15px; }
    .faq-icon-box {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        background-color: #B8CDE0 !important;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-left: 15px;
    }
    .chevron { font-size: 12px; color: #2c2c2c; }

    /* Footer */
    .footer-wrapper { background-color: #1a1a1a; color: #ffffff; padding: 50px 24px 40px; font-family: 'Inter', sans-serif; }
    .footer-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 0;
        margin-bottom: 32px;
        width: 100%;
    }
    .footer-row:last-child { margin-bottom: 0; }
    .footer-col.left, .footer-col.right { text-align: left; margin-bottom: 32px; }
    .footer-col.right { margin-bottom: 0; }
    .footer-heading { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.45); margin: 0 0 14px 0; }
    .footer-links { list-style: none !important; padding: 0 !important; margin: 0 !important; }
    .footer-links li { margin-bottom: 12px; }
    .footer-links a { color: #ffffff; text-decoration: none; font-size: 15px; font-weight: 500; opacity: 0.85; }
    .footer-address { font-size: 15px; line-height: 1.7; opacity: 0.85; }
    .address-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.45); display: block; margin-bottom: 10px; }
}

/* ===================== DESKTOP (min-width: 1024px) ===================== */
@media screen and (min-width: 1024px) {

    *, *::before, *::after { box-sizing: border-box; }

    body {
        font-family: 'Inter', sans-serif;
        color: #f5efe6;
        background-color: #27362e;
        overflow-x: hidden;
    }

    main { display: block !important; }
    section { padding: 80px 80px; }

    /* Header */
    .menu-button { display: none; }
    .menu-overlay { display: none !important; }

    .desktop-nav { display: flex; align-items: center; gap: 36px; }
    .desktop-nav a {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #fff8f0;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    .desktop-nav a:hover { color: #ffffff; }
    .desktop-nav .nav-cta {
        background-color: #27362e;
        color: #f5efe6 !important;
        padding: 12px 26px;
        border-radius: 50px;
        font-weight: 600;
        transition: background-color 0.2s ease;
    }
    .desktop-nav .nav-cta:hover { background-color: #1a1a1a; }

    .header {
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 80px;
        background-color: #1a1a1a;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        z-index: 1000;
    }
    .main-logo {
        width: 140px;
        height: auto;
    }


    .hero-mug {
        flex: 0 0 50%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        order: 0;
    }
    .hero-logo {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Hero */
    .hero {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        position: relative;
        min-height: 100vh;
        padding: 0; margin: 0;
        text-align: left;
        background-color: #27362e;
        overflow: hidden;
    }
    .illustration-container {
        flex: 0 0 55%;
        align-self: flex-end;
        margin: 0;
        position: relative;
        right: -20px;
        transform: translateY(-160px);
        order: 2;
    }
    .hero-svg { width: 100%; height: auto; display: block; transform: scaleX(-1); filter: hue-rotate(60deg) saturate(0.9) brightness(1.2); }
    .hero-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        align-self: stretch;
        order: 1;
        text-align: left;
        padding: 120px 80px 80px 80px;
    }
    .hero h1 {
        font-family: 'Inter', sans-serif;
        font-size: 56px;
        font-weight: 700;
        line-height: 1.1;
        color: #f5efe6;
        margin: 0 0 20px 0;
        letter-spacing: -1.5px;
    }
    .hero-sub { font-size: 24px; line-height: 1.6; color: rgba(245,239,230,0.65); margin: 0 0 16px 0; text-align: left; }
    .credentials { font-size: 18px; font-weight: 600; color: rgba(245,239,230,0.8); margin: 0 0 24px 0; text-align: left; }
    .hero-hours {
        margin-top: 20px;
        background: rgba(20, 10, 3, 0.45);
        border: 1px solid rgba(245,239,230,0.15);
        border-radius: 30px;
        padding: 28px 36px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 480px;
        box-sizing: border-box;
    }
    .hero-hours .hero-hours-row { display: flex; justify-content: space-between; font-size: 18px; color: #f5efe6; font-weight: 600; }
    .hero-hours .hero-hours-row span:first-child { color: #cda55a; }
    .hero .cta-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 0; }
    .hero .btn {
        width: 300px;
        padding: 14px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: none;
        text-decoration: none;
        box-sizing: border-box;
        transition: opacity 0.2s ease;
    }
    .hero .btn:hover { opacity: 0.85; }
    .btn-filled { background-color: #27362e !important; color: #f5efe6 !important; border: none; }
    .btn-outline { background-color: rgba(39,54,46,0.7) !important; border: 1px solid rgba(245,239,230,0.4) !important; color: #f5efe6 !important; }

    /* Hero hours card */
    .hero-hours-card {
        margin-top: 20px;
        background: rgba(20, 10, 3, 0.45);
        border: 1px solid rgba(245,239,230,0.15);
        border-radius: 30px;
        padding: 20px 24px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 300px;
        box-sizing: border-box;
    }
    .hero-hours-row {
        display: flex;
        justify-content: space-between;
        gap: 24px;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        color: rgba(245,239,230,0.7);
    }
    .hero-hours-row span:first-child { font-weight: 600; color: #f5efe6; }


    /* Hours bar */
    .hours-bar {
        background-color: #1a1a1a;
        padding: 28px 80px;
    }
    .hours-inner {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    .hours-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 0 48px;
    }
    .hours-label {
        font-family: 'Inter', sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #e8ddd4;
        opacity: 0.75;
    }
    .hours-time {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }
    .hours-divider {
        width: 1px;
        height: 40px;
        background-color: rgba(255,255,255,0.2);
        flex-shrink: 0;
    }

    /* Meet the Roaster */
    .meet-abi { background-color: #f5efe6; padding: 80px 80px; overflow: visible; }
    .meet-content { max-width: 1100px; margin: 0 auto; padding-top: 0; z-index: auto; }
    .meet-abi .section-title {
        font-family: 'Inter', sans-serif;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -0.5px;
        margin-bottom: 4px;
        text-align: left;
    }
    .meet-abi .subtitle { font-size: 14px; color: #666; margin-bottom: 30px; text-align: left; }
    .about-body { max-width: 640px; display: flex; flex-direction: column; gap: 18px; margin-bottom: 36px; }
    .about-body p { font-size: 16px; line-height: 1.75; color: #444; margin: 0; }

    .carousel-container { width: 100%; overflow: hidden; padding: 20px 0; margin-bottom: 20px; }
    .carousel-viewport {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x;
        scroll-snap-type: x mandatory;
        gap: 24px;
        padding: 0 80px;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .carousel-viewport::-webkit-scrollbar { display: none; }
    .profile-card {
        flex: 0 0 340px;
        height: 440px;
        border-radius: 40px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        scroll-snap-align: start;
    }
    .abi-img { width: 100%; height: 100%; object-fit: cover; border-radius: 40px; }
    .side-card {
        flex: 0 0 400px;
        min-height: 440px;
        background: #ffffff;
        border-radius: 40px;
        padding: 30px 24px;
        font-size: 14px;
        line-height: 1.7;
        color: #1a1a1a;
        text-align: left;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        scroll-snap-align: start;
    }
    .meet-abi .cta-stack { display: flex; flex-direction: row; justify-content: flex-start; gap: 12px; padding: 0; }
    .meet-abi .btn {
        width: auto;
        padding: 14px 32px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: opacity 0.2s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .meet-abi .btn:hover { opacity: 0.85; }

    /* Services */
    .services-container {
        background-color: #e8ddd4;
        max-width: 100%;
        margin: 0;
        padding: 80px 80px;
    }
    .services-header {
        font-family: 'Inter', sans-serif;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -0.5px;
        text-align: left;
        margin-bottom: 40px;
        line-height: 90%;
    }
    .services-header em { font-family: serif; font-style: italic; font-weight: 400; }
    .service-cards-grid { gap: 24px; }
    .service-card { height: 300px; }
    .service-card-front h3 { font-size: 24px; }
    .services-footer { margin-top: 50px; display: flex; align-items: center; gap: 20px; }
    .btn-book {
        background-color: #27362e;
        color: #ffffff;
        border: none;
        border-radius: 30px;
        padding: 14px 40px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: opacity 0.2s ease;
    }
    .btn-book:hover { opacity: 0.85; }

    /* FAQ */
    /* Photo strip */
    .photo-strip { padding: 10px 0 60px; background-color: #f5efe6; overflow: hidden; cursor: grab; user-select: none; }
    .photo-strip-inner { display: flex; gap: 16px; will-change: transform; }
    .photo-slot { flex: 0 0 340px; height: 260px; border-radius: 24px; background-color: #e8ddd4; overflow: hidden; flex-shrink: 0; pointer-events: none; }
    .photo-slot img { width: 100%; height: 100%; object-fit: cover; }
    .photo-carousel-mobile { display: none; }

    .faq {
        background-color: #faf7f4;
        padding: 100px 80px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .faq .section-title {
        font-family: 'Inter', sans-serif;
        font-size: 52px;
        font-weight: 800;
        letter-spacing: -1.5px;
        text-align: center;
        margin-bottom: 12px;
        color: #1a1a1a;
    }
    .faq-subtitle { font-size: 16px; color: #666; margin-bottom: 50px; text-align: center; }
    .faq-container { width: 100%; max-width: 720px; margin: 0; }
    .faq-card {
        background-color: #ffffff;
        border-radius: 16px;
        padding: 14px 28px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: box-shadow 0.2s ease;
        text-align: left;
    }
    .faq-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
    .faq-card.active { background-color: #e8ddd4; }
    .faq-text { font-size: 16px; font-weight: 600; color: #1a1a1a; }
    .faq-answer-content p { font-size: 15px; line-height: 1.7; color: #555; padding-top: 4px; }
    .faq-icon-box {
        background: none !important;
        border-radius: 0;
        width: auto !important;
        height: auto !important;
        min-width: unset !important;
        padding: 0;
        margin-left: 12px;
    }

    /* Footer */
    .footer-wrapper { padding: 70px 80px; }
    .footer-row { display: none; }
    .footer-desktop-row { display: flex; }
    .footer-mobile-logo { display: none; }
    .footer-wrapper { display: flex; flex-direction: column; gap: 0; }
    .footer-desktop-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
        max-width: 1200px;
        width: 100%;
    }
    .footer-heading { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); margin: 0 0 16px 0; }
    .footer-links { list-style: none; padding: 0; margin: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links a { color: #ffffff; text-decoration: none; font-size: 14px; opacity: 0.85; transition: opacity 0.2s ease; }
    .footer-links a:hover { opacity: 1; }
    .footer-address { font-size: 14px; line-height: 1.7; opacity: 0.85; }
    .address-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); display: block; margin-bottom: 8px; }

    /* Story Popup (desktop) */
    .story-overlay { align-items: center; justify-content: center; }
    .story-overlay .story-content-card { width: 420px; height: 82vh; }
}
