﻿/* ============================================================
   WANGESHI â€” Master Stylesheet
   Palette: CrÃ¨me Â· Sand Â· Dusty Pink Â· Burgundy
   Body: Ostrich Sans | Nav: Averia Serif Libre | WANGESHI logo: Romantic Couple
   Headings: DM Serif Display (no bold) | Body text: Ostrich Sans
   ============================================================ */

/* ===== FONT IMPORTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300;400;700&family=DM+Serif+Display:ital@0;1&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');

/* Ostrich Sans â€” via CDN */
@import url('https://fonts.cdnfonts.com/css/ostrich-sans');

/* Romantic Couple â€” local */
@font-face {
    font-family: 'Romantic Couple';
    src: url('./RomanticCouple.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ===== FINAL HOME BRAND BUTTON VISIBILITY ===== */
body.home-page .brands-section .brand-buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 22px !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 4 !important;
}

body.home-page .brands-section .brand-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 172px !important;
    min-height: 50px !important;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    background: #4f3623 !important;
    color: #fffaf4 !important;
    border: 1px solid rgba(79, 54, 35, 0.92) !important;
    box-shadow: 0 16px 34px rgba(79, 54, 35, 0.22), 0 1px 0 rgba(255,255,255,0.12) inset !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 5 !important;
    transform: none !important;
}

body.home-page .brands-section .brand-btn::before {
    display: none !important;
}

body.home-page .brands-section .brand-btn:hover,
body.home-page .brands-section .brand-btn:focus-visible {
    background: #603f28 !important;
    color: #fffaf4 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 36px rgba(79, 54, 35, 0.28), 0 1px 0 rgba(255,255,255,0.16) inset !important;
}

/* ===== HOME CTA + STORY BUTTON MOBILE FIX ===== */
body.home-page .home-cta-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(42px, 6vw, 74px) 5% !important;
    background: #fdfaf6 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
}

body.home-page .home-cta-section h2 {
    margin: 0 0 18px !important;
    color: #3d2b1a !important;
}

body.home-page .home-cta-section p {
    max-width: 720px !important;
    margin: 0 auto 26px !important;
    color: #6b4f38 !important;
}

body.home-page .reel-strip + .home-cta-section,
body.home-page .reel-strip + .section.home-cta-section {
    margin-top: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
}

body.home-page .home-cta-section .cta-btn,
body.home-page .who-text .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: relative !important;
    z-index: 5 !important;
}

body.home-page .who-text .btn {
    color: #3d2b1a !important;
    background: linear-gradient(135deg, #f5f0e8 0%, #e8dbd0 100%) !important;
    border: 1px solid rgba(200, 168, 130, 0.55) !important;
    box-shadow: 0 14px 30px rgba(61, 43, 26, 0.12) !important;
}

/* ===== HOME HORIZONTAL OVERFLOW CLEANUP ===== */
html,
body.home-page {
    overflow-x: clip !important;
    max-width: 100% !important;
}

body.home-page .intro-container,
body.home-page .who-section,
body.home-page .brands-section,
body.home-page .reel-strip,
body.home-page .reel-strip__track-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
}

body.home-page .who-text,
body.home-page .who-image,
body.home-page .brand-row,
body.home-page .brand-image,
body.home-page .brand-text {
    min-width: 0 !important;
}

body.home-page .brand-gallery {
    flex-wrap: wrap !important;
    max-width: 100% !important;
}

body.home-page .who-image img,
body.home-page .brand-image img {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    body.home-page .home-cta-section {
        margin: 0 !important;
        padding: 58px 20px 66px !important;
        background: #fdfaf6 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.home-page .home-cta-section h2 {
        font-size: clamp(2rem, 10vw, 3rem) !important;
        line-height: 1.06 !important;
    }

    body.home-page .home-cta-section p {
        font-size: 1rem !important;
        line-height: 1.55 !important;
        margin-bottom: 30px !important;
    }

    body.home-page .home-cta-section .cta-btn {
        padding: 13px 26px !important;
        font-size: 12px !important;
    }

    body.home-page .who-text {
        align-items: flex-start !important;
        padding: 44px 20px 34px !important;
    }

    body.home-page .who-text .btn {
        margin-top: 22px !important;
        padding: 10px 18px !important;
        font-size: 12px !important;
    }
}

/* ===== FINAL PAGE SPACING PASS ===== */
body.home-page .who-section,
body.home-page .identity-section,
body.home-page .brands-section,
body.home-page .reel-strip,
body.home-page .home-cta-section,
body.home-page .services-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.home-page .who-section {
    padding-top: clamp(28px, 4vw, 46px) !important;
    padding-bottom: clamp(30px, 4vw, 48px) !important;
}

body.home-page .identity-section,
body.home-page .brands-section,
body.home-page .reel-strip,
body.home-page .home-cta-section,
body.home-page .services-section {
    padding-top: clamp(38px, 5vw, 60px) !important;
    padding-bottom: clamp(42px, 5vw, 64px) !important;
}

body.about-page section,
body.portfolio-page section,
body.contact-page section,
body.ai-page section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.about-page section:first-of-type {
    padding-top: 72px !important;
}

body.portfolio-page .portfolio-main {
    padding-top: 96px !important;
    padding-bottom: 56px !important;
}

body.contact-page .contact-main {
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}

body.ai-page .ai-main {
    padding-top: 94px !important;
    padding-bottom: 58px !important;
}

body.about-page .travel-section,
body.about-page .smm-section,
body.portfolio-page .work-image-section,
body.ai-page .story-section,
body.ai-page .tools-section,
body.ai-page .quiz-section,
body.ai-page .cta-section {
    padding-top: clamp(38px, 5vw, 60px) !important;
    padding-bottom: clamp(42px, 5vw, 64px) !important;
}

@media (max-width: 768px) {
    body.home-page .who-section {
        padding-top: 20px !important;
        padding-bottom: 26px !important;
    }

    body.home-page .identity-section,
    body.home-page .brands-section,
    body.home-page .reel-strip,
    body.home-page .home-cta-section,
    body.home-page .services-section {
        padding-top: 28px !important;
        padding-bottom: 34px !important;
    }

    body.about-page section:first-of-type {
        padding-top: 58px !important;
    }

    body.portfolio-page .portfolio-main {
        padding-top: 82px !important;
        padding-bottom: 42px !important;
    }

    body.contact-page .contact-main {
        padding-top: 78px !important;
        padding-bottom: 40px !important;
    }

    body.ai-page .ai-main {
        padding-top: 82px !important;
        padding-bottom: 44px !important;
    }

    body.about-page .travel-section,
    body.about-page .smm-section,
    body.ai-page .story-section,
    body.ai-page .tools-section,
    body.ai-page .quiz-section,
    body.ai-page .cta-section {
        padding-top: 30px !important;
        padding-bottom: 36px !important;
    }
}

/* ===== FINAL HOME MOBILE + TABLET POLISH ===== */
@media (max-width: 1024px) {
    body.home-page .identity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
        width: min(100%, 760px) !important;
        max-width: 760px !important;
        margin: 0 auto !important;
    }

    body.home-page .identity-card {
        height: clamp(180px, 29vw, 230px) !important;
        min-height: clamp(180px, 29vw, 230px) !important;
        margin: 0 !important;
        overflow: hidden !important;
        perspective: 1200px !important;
    }

    body.home-page .identity-card .card-inner {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        transform-style: preserve-3d !important;
        transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    }

    body.home-page .identity-card .card-front,
    body.home-page .identity-card .card-back {
        position: absolute !important;
        inset: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 18px 16px !important;
        border-radius: 18px !important;
        backface-visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
    }

    body.home-page .identity-card .card-front {
        font-size: clamp(1.05rem, 2vw, 1.35rem) !important;
        line-height: 1.2 !important;
        background: rgba(255, 255, 255, 0.68) !important;
        border: 1px solid rgba(200, 168, 130, 0.32) !important;
        box-shadow: 0 18px 42px rgba(61, 43, 26, 0.08) !important;
    }

    body.home-page .identity-card .card-back {
        transform: rotateY(180deg) !important;
        font-size: clamp(0.9rem, 1.6vw, 1rem) !important;
        line-height: 1.45 !important;
        background: linear-gradient(135deg, #f6efe7 0%, #e8dbd0 100%) !important;
    }

    body.home-page .identity-card:hover .card-inner {
        transform: none !important;
    }

    body.home-page .identity-card.flipped .card-inner {
        transform: rotateY(180deg) !important;
    }

    body.home-page .brands-section {
        padding: 52px 20px 60px !important;
    }

    body.home-page .brands-header {
        max-width: 100% !important;
        margin-bottom: 28px !important;
        text-align: left !important;
    }

    body.home-page .brands-header h2 {
        font-size: clamp(2rem, 6vw, 2.8rem) !important;
        line-height: 1.04 !important;
    }

    body.home-page .brands-header p {
        font-size: clamp(0.98rem, 2vw, 1.08rem) !important;
        line-height: 1.65 !important;
    }

    body.home-page .brand-row,
    body.home-page .brand-row.reverse {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        align-items: start !important;
        margin-bottom: 42px !important;
    }

    body.home-page .brand-image {
        width: min(100%, 460px) !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.home-page .brand-image img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center !important;
        border-radius: 18px !important;
        display: block !important;
    }

    body.home-page .brand-text {
        max-width: 100% !important;
        text-align: center !important;
    }

    body.home-page .brand-text h3 {
        font-size: clamp(2rem, 6vw, 3rem) !important;
        line-height: 1 !important;
        margin-bottom: 12px !important;
    }

    body.home-page .brand-text p {
        font-size: clamp(0.98rem, 2vw, 1.08rem) !important;
        line-height: 1.65 !important;
        max-width: 42rem !important;
        margin: 0 auto !important;
    }

    body.home-page .brand-gallery {
        width: 100% !important;
        justify-content: center !important;
        gap: 12px !important;
        margin: 22px 0 !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    body.home-page .brand-gallery img {
        width: min(46%, 160px) !important;
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
        object-fit: cover !important;
        display: block !important;
    }

    body.home-page .brand-buttons {
        justify-content: center !important;
        margin-top: 18px !important;
    }

    body.home-page .brand-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 148px !important;
        padding: 11px 22px !important;
        font-size: 11px !important;
        letter-spacing: 2px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.home-page .reel-strip {
        padding: 20px 0 34px !important;
    }

    body.home-page .reel-strip__track-wrap {
        height: clamp(350px, 78vw, 480px) !important;
    }

    body.home-page .reel-card {
        width: clamp(200px, 54vw, 260px) !important;
        height: clamp(350px, 78vw, 480px) !important;
        flex: 0 0 clamp(200px, 54vw, 260px) !important;
    }

    body.home-page .home-cta-section h2 {
        font-size: clamp(1.85rem, 7.4vw, 2.8rem) !important;
        line-height: 1.08 !important;
        max-width: 12ch !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.home-page .home-cta-section p {
        font-size: clamp(0.98rem, 2vw, 1.05rem) !important;
        line-height: 1.62 !important;
    }
}

@media (max-width: 640px) {
    body.home-page .identity-section {
        padding: 42px 18px 56px !important;
    }

    body.home-page .identity-title {
        text-align: left !important;
        font-size: clamp(2.1rem, 10vw, 2.8rem) !important;
        margin-bottom: 22px !important;
    }

    body.home-page .identity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        max-width: 100% !important;
    }

    body.home-page .identity-card {
        height: clamp(158px, 41vw, 196px) !important;
        min-height: clamp(158px, 41vw, 196px) !important;
    }

    body.home-page .identity-card .card-front {
        font-size: clamp(0.96rem, 4.3vw, 1.15rem) !important;
        padding: 16px 12px !important;
    }

    body.home-page .identity-card .card-back {
        font-size: clamp(0.78rem, 3.35vw, 0.92rem) !important;
        line-height: 1.38 !important;
        padding: 14px 12px !important;
    }

    body.home-page .brands-section {
        padding: 46px 18px 54px !important;
    }

    body.home-page .brand-image {
        width: 100% !important;
    }

    body.home-page .brand-gallery img {
        width: calc(50% - 6px) !important;
        max-width: none !important;
    }

    body.home-page .reel-card {
        width: clamp(190px, 70vw, 240px) !important;
        height: clamp(330px, 118vw, 430px) !important;
        flex-basis: clamp(190px, 70vw, 240px) !important;
    }

    body.home-page .reel-strip__track-wrap {
        height: clamp(330px, 118vw, 430px) !important;
    }

    body.home-page .home-cta-section {
        padding: 50px 18px 60px !important;
    }

    body.home-page .home-cta-section h2 {
        font-size: clamp(1.72rem, 8.4vw, 2.35rem) !important;
        max-width: 11ch !important;
    }

    body.home-page .home-cta-section p {
        font-size: 0.97rem !important;
        margin-bottom: 24px !important;
    }

    body.home-page .brand-gallery {
        display: none !important;
    }

    body.home-page .brands-header {
        text-align: left !important;
        margin-bottom: 26px !important;
    }

    body.home-page .brands-header h2 {
        color: #3d2b1a !important;
        font-size: clamp(2rem, 8vw, 2.7rem) !important;
        line-height: 1.04 !important;
        margin-bottom: 12px !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-shadow: none !important;
    }

    body.home-page .brands-header p {
        color: #6b4f38 !important;
        font-size: 0.98rem !important;
        line-height: 1.58 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.home-page .brand-row,
    body.home-page .brand-row.reverse {
        gap: 18px !important;
        padding: 18px 16px 22px !important;
        background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(247,239,230,0.9)) !important;
        border: 1px solid rgba(200, 168, 130, 0.24) !important;
        border-radius: 26px !important;
        box-shadow: 0 18px 40px rgba(61, 43, 26, 0.08) !important;
        backdrop-filter: blur(14px) saturate(140%) !important;
        -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
    }

    body.home-page .brand-image {
        order: 1 !important;
        padding: 10px !important;
        background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(249,243,236,0.92)) !important;
        border: 1px solid rgba(200, 168, 130, 0.22) !important;
        border-radius: 24px !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 12px 30px rgba(61,43,26,0.06) !important;
    }

    body.home-page .brand-text {
        order: 2 !important;
        text-align: left !important;
    }

    body.home-page .brand-buttons {
        display: flex !important;
        justify-content: flex-start !important;
        margin-top: 18px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.home-page .brand-btn {
        min-width: 160px !important;
        padding: 12px 20px !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        z-index: 2 !important;
    }

    body.home-page .brand-text h3 {
        color: #3d2b1a !important;
        font-size: clamp(2rem, 9vw, 2.7rem) !important;
        line-height: 1.02 !important;
        margin-bottom: 10px !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-shadow: none !important;
    }

    body.home-page .brand-text p {
        color: #6b4f38 !important;
        font-size: 0.98rem !important;
        line-height: 1.6 !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 768px) {
    body.home-page .nav {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        min-height: 54px !important;
        padding: 0 !important;
    }

    body.home-page .hamburger {
        width: 54px !important;
        height: 54px !important;
        gap: 4px !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.home-page .hamburger-line {
        width: 22px !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        background: #3d2b1a !important;
        opacity: 1 !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px) !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(2) {
        opacity: 0 !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px) !important;
    }

    body.home-page .home-cta-section {
        padding: 46px 18px 56px !important;
    }

    body.home-page .home-cta-section h2 {
        font-size: clamp(1.7rem, 7.2vw, 2.35rem) !important;
        line-height: 1.06 !important;
        letter-spacing: 0 !important;
        max-width: 10ch !important;
        margin: 0 auto 14px !important;
        color: #3d2b1a !important;
    }

    body.home-page .home-cta-section p {
        font-size: 0.98rem !important;
        line-height: 1.55 !important;
        margin: 0 auto 22px !important;
        max-width: 22rem !important;
        color: #6b4f38 !important;
    }

    body.home-page .home-cta-section .cta-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 168px !important;
        padding: 12px 22px !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, #f5f0e8 0%, #e8dbd0 100%) !important;
        border: 1px solid rgba(200, 168, 130, 0.55) !important;
        color: #3d2b1a !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        letter-spacing: 2px !important;
        text-transform: uppercase !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: 0 14px 28px rgba(61, 43, 26, 0.12) !important;
        position: relative !important;
        z-index: 2 !important;
    }
}

@media (max-width: 768px) {
    body.home-page .who-section {
        display: block !important;
        min-height: auto !important;
    }

    body.home-page .who-text,
    body.home-page .who-text.revealed {
        width: 100% !important;
        max-width: 100% !important;
        border-right: 0 !important;
        padding: 44px 20px 38px !important;
    }

    body.home-page .who-image,
    body.home-page .who-image.revealed {
        display: none !important;
        width: 0 !important;
        min-height: 0 !important;
    }
}

@media (min-width: 769px) {
    body.home-page .identity-section {
        position: relative !important;
        display: block !important;
        padding: 72px 8% 88px !important;
        background: #fdfaf6 !important;
        overflow: hidden !important;
        z-index: 2 !important;
    }

    body.home-page .identity-title {
        margin-bottom: 38px !important;
        text-align: center !important;
    }

    body.home-page .identity-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 34px !important;
        width: min(1140px, 100%) !important;
        margin: 0 auto !important;
        align-items: stretch !important;
    }

    body.home-page .identity-card {
        position: relative !important;
        height: 248px !important;
        min-height: 248px !important;
        margin: 0 !important;
        overflow: hidden !important;
        transform: none !important;
        animation: none !important;
    }

    body.home-page .identity-card:hover {
        transform: translateY(-6px) !important;
    }

    body.home-page .identity-card .card-inner {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        transform-style: preserve-3d !important;
        transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    }

    body.home-page .identity-card:hover .card-inner,
    body.home-page .identity-card.flipped .card-inner {
        transform: rotateY(180deg) !important;
    }

    body.home-page .identity-card .card-front,
    body.home-page .identity-card .card-back {
        position: absolute !important;
        inset: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 26px 24px !important;
        border-radius: 24px !important;
        backface-visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
    }

    body.home-page .identity-card .card-front {
        background: rgba(255, 255, 255, 0.66) !important;
        border: 1px solid rgba(200, 168, 130, 0.28) !important;
        box-shadow: 0 20px 42px rgba(61, 43, 26, 0.08) !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
        color: #3d2b1a !important;
    }

    body.home-page .identity-card .card-back {
        transform: rotateY(180deg) !important;
        background: linear-gradient(135deg, #f6efe7 0%, #e8dbd0 100%) !important;
        font-size: 16px !important;
        line-height: 1.52 !important;
        color: #3d2b1a !important;
    }
}

/* ===== INDEX NAV-FONT TYPOGRAPHY PASS ===== */
body.home-page .identity-section,
body.home-page .brands-section,
body.home-page .home-cta-section,
body.home-page .reel-strip,
body.home-page .brand-text,
body.home-page .brands-header,
body.home-page .brand-btn,
body.home-page .cta-btn {
    font-family: "Alice", serif !important;
}

body.home-page .identity-title,
body.home-page .brands-header h2,
body.home-page .brand-text h3,
body.home-page .home-cta-section h2,
body.home-page .reel-card__title,
body.home-page .reel-card__tag {
    font-family: "Alice", serif !important;
    letter-spacing: 0 !important;
}

body.home-page .identity-card .card-front,
body.home-page .identity-card .card-back,
body.home-page .brands-header p,
body.home-page .brand-text p,
body.home-page .home-cta-section p,
body.home-page .brand-btn,
body.home-page .cta-btn {
    font-family: "Alice", serif !important;
}

/* ===== FINAL HOME MOBILE RESCUE ===== */
@media (max-width: 768px) {
    body.home-page .nav-desktop {
        display: none !important;
    }

    body.home-page .hamburger {
        display: flex !important;
    }

    body.home-page .mobile-menu {
        display: flex !important;
    }

    body.home-page .hero {
        min-height: 100svh !important;
    }

    body.home-page .hero__main {
        min-height: calc(100svh - 110px) !important;
        padding: 108px 20px 40px !important;
    }

    body.home-page .hero__title {
        font-size: clamp(3.6rem, 16vw, 5.6rem) !important;
        line-height: 0.94 !important;
        letter-spacing: 0 !important;
        max-width: 100% !important;
    }

    body.home-page .hero__sub {
        margin-top: 0.9rem !important;
        font-size: clamp(1.15rem, 5.3vw, 1.9rem) !important;
        line-height: 1.25 !important;
        letter-spacing: 0.14em !important;
        gap: 0.25rem 0.45rem !important;
        max-width: 100% !important;
    }

    body.home-page .hero__sub .script {
        font-size: 1.15em !important;
        margin-top: 0 !important;
    }

    body.home-page .identity-section {
        padding: 44px 16px 58px !important;
    }

    body.home-page .identity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        max-width: 100% !important;
    }

    body.home-page .identity-card {
        height: 158px !important;
        min-height: 158px !important;
    }

    body.home-page .identity-card .card-front,
    body.home-page .identity-card .card-back {
        padding: 16px 14px !important;
        justify-content: center !important;
        text-align: center !important;
    }

    body.home-page .identity-card .card-front {
        font-size: clamp(1rem, 4.1vw, 1.18rem) !important;
        line-height: 1.2 !important;
    }

    body.home-page .identity-card .card-back {
        font-size: clamp(0.82rem, 3.3vw, 0.96rem) !important;
        line-height: 1.38 !important;
    }
}

@media (max-width: 420px) {
    body.home-page .hero__title {
        font-size: clamp(3.1rem, 15vw, 4.5rem) !important;
    }

    body.home-page .identity-card {
        height: 146px !important;
        min-height: 146px !important;
    }

    body.home-page .identity-card .card-front {
        font-size: 0.96rem !important;
    }

    body.home-page .identity-card .card-back {
        font-size: 0.78rem !important;
    }
}

/* ===== FINAL ABOUT SMM MOBILE GLASS CARDS OVERRIDE ===== */
@media (max-width: 768px) {
    body.about-page .smm-section {
        overflow: visible !important;
        padding: 58px 18px 84px !important;
        background: #fdfaf6 !important;
    }

    body.about-page .smm-section .smm-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 32px auto 0 !important;
    }

    body.about-page .smm-section .smm-card {
        width: 100% !important;
        min-height: 142px !important;
        padding: 28px 22px !important;
        background: rgba(255, 255, 255, 0.66) !important;
        border: 1px solid rgba(200, 168, 130, 0.42) !important;
        border-radius: 18px !important;
        box-shadow: 0 16px 34px rgba(61, 43, 26, 0.12) !important;
        backdrop-filter: blur(18px) saturate(145%) !important;
        -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.about-page .smm-section .smm-card h3 {
        color: #6E3B3B !important;
        margin-bottom: 12px !important;
    }

    body.about-page .smm-section .smm-card p {
        color: #3B2B2B !important;
        opacity: 0.88 !important;
    }

    body.about-page .smm-section .portfolio-cta {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 34px auto 0 !important;
        position: relative !important;
        z-index: 8 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body.about-page .smm-section .portfolio-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: max-content !important;
        max-width: 100% !important;
        min-height: 46px !important;
        padding: 12px 26px !important;
        border: 1px solid #3d2b1a !important;
        border-radius: 999px !important;
        background: #3d2b1a !important;
        color: #fff !important;
        box-shadow: 0 14px 30px rgba(61, 43, 26, 0.18) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* ===== FINAL ABOUT SMM MOBILE GLASS CARDS ===== */
@media (max-width: 768px) {
    body.about-page .smm-section {
        overflow: visible !important;
        padding: 58px 18px 84px !important;
        background: #fdfaf6 !important;
    }

    body.about-page .smm-section .smm-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 32px auto 0 !important;
    }

    body.about-page .smm-section .smm-card {
        width: 100% !important;
        min-height: 142px !important;
        padding: 28px 22px !important;
        background: rgba(255, 255, 255, 0.66) !important;
        border: 1px solid rgba(200, 168, 130, 0.42) !important;
        border-radius: 18px !important;
        box-shadow: 0 16px 34px rgba(61, 43, 26, 0.12) !important;
        backdrop-filter: blur(18px) saturate(145%) !important;
        -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.about-page .smm-section .smm-card h3 {
        color: #6E3B3B !important;
        margin-bottom: 12px !important;
    }

    body.about-page .smm-section .smm-card p {
        color: #3B2B2B !important;
        opacity: 0.88 !important;
    }

    body.about-page .smm-section .portfolio-cta {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 34px auto 0 !important;
        position: relative !important;
        z-index: 8 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body.about-page .smm-section .portfolio-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: max-content !important;
        max-width: 100% !important;
        min-height: 46px !important;
        padding: 12px 26px !important;
        border: 1px solid #3d2b1a !important;
        border-radius: 999px !important;
        background: #3d2b1a !important;
        color: #fff !important;
        box-shadow: 0 14px 30px rgba(61, 43, 26, 0.18) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* ===== ABOUT SMM MOBILE CTA VISIBILITY FIX ===== */
@media (max-width: 768px) {
    body.about-page .smm-section {
        overflow: visible !important;
        padding-bottom: 84px !important;
    }

    body.about-page .smm-section .portfolio-cta {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 34px auto 0 !important;
        position: relative !important;
        z-index: 8 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body.about-page .smm-section .portfolio-cta p {
        margin: 0 !important;
        color: #6b4f38 !important;
        opacity: 1 !important;
    }

    body.about-page .smm-section .portfolio-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: max-content !important;
        max-width: 100% !important;
        min-height: 46px !important;
        padding: 12px 26px !important;
        border: 1px solid #3d2b1a !important;
        border-radius: 999px !important;
        background: #3d2b1a !important;
        color: #fff !important;
        font-family: var(--font-nav) !important;
        font-size: 12px !important;
        letter-spacing: 1.2px !important;
        text-decoration: none !important;
        box-shadow: 0 14px 30px rgba(61, 43, 26, 0.18) !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
    }
}

/* ===== HOME IDENTITY SECTION RESPONSIVE REBUILD ===== */
body.home-page .identity-section {
    display: block !important;
    width: 100% !important;
    padding: clamp(48px, 7vw, 92px) clamp(18px, 6vw, 88px) !important;
    background: #fdfaf6 !important;
    text-align: center !important;
    overflow: hidden !important;
}

body.home-page .identity-title {
    width: 100% !important;
    margin: 0 auto clamp(26px, 4vw, 54px) !important;
    color: #3d2b1a !important;
    font-family: 'Alice', serif !important;
    font-size: clamp(34px, 5vw, 58px) !important;
    line-height: 1.05 !important;
}

body.home-page .identity-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 2vw, 24px) !important;
    width: min(1180px, 100%) !important;
    margin: 0 auto !important;
    align-items: stretch !important;
    justify-items: stretch !important;
}

body.home-page .identity-card {
    width: 100% !important;
    max-width: none !important;
    height: clamp(210px, 22vw, 280px) !important;
    min-height: 210px !important;
    margin: 0 !important;
    overflow: visible !important;
    perspective: 1200px !important;
    transform: none !important;
    animation: none !important;
}

body.home-page .identity-card:hover,
body.home-page .identity-card.flipped {
    transform: none !important;
}

body.home-page .identity-card .card-inner {
    width: 100% !important;
    height: 100% !important;
    transform-style: preserve-3d !important;
    transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

body.home-page .identity-card.flipped .card-inner {
    transform: rotateY(180deg) !important;
}

@media (hover: hover) and (pointer: fine) {
    body.home-page .identity-card:hover .card-inner {
        transform: rotateY(180deg) !important;
    }
}

/* ===== FINAL HOME IDENTITY RESPONSIVE OVERRIDE ===== */
body.home-page .identity-section {
    display: block !important;
    width: 100% !important;
    padding: clamp(48px, 7vw, 92px) clamp(18px, 6vw, 88px) !important;
    background: #fdfaf6 !important;
    text-align: center !important;
    overflow: hidden !important;
}

body.home-page .identity-title {
    width: 100% !important;
    margin: 0 auto clamp(26px, 4vw, 54px) !important;
    color: #3d2b1a !important;
    font-family: 'Alice', serif !important;
    font-size: clamp(34px, 5vw, 58px) !important;
    line-height: 1.05 !important;
}

body.home-page .identity-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 2vw, 24px) !important;
    width: min(1180px, 100%) !important;
    margin: 0 auto !important;
    align-items: stretch !important;
    justify-items: stretch !important;
}

body.home-page .identity-card {
    width: 100% !important;
    max-width: none !important;
    height: clamp(210px, 22vw, 280px) !important;
    min-height: 210px !important;
    margin: 0 !important;
    overflow: visible !important;
    perspective: 1200px !important;
    transform: none !important;
    animation: none !important;
}

body.home-page .identity-card:hover,
body.home-page .identity-card.flipped {
    transform: none !important;
}

body.home-page .identity-card .card-inner {
    width: 100% !important;
    height: 100% !important;
    transform-style: preserve-3d !important;
    transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

body.home-page .identity-card.flipped .card-inner {
    transform: rotateY(180deg) !important;
}

@media (hover: hover) and (pointer: fine) {
    body.home-page .identity-card:hover .card-inner {
        transform: rotateY(180deg) !important;
    }
}

body.home-page .identity-card .card-front,
body.home-page .identity-card .card-back {
    border-radius: 18px !important;
    padding: clamp(18px, 2.4vw, 28px) !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(200, 168, 130, 0.32) !important;
    box-shadow: 0 18px 42px rgba(61, 43, 26, 0.08) !important;
    color: #3d2b1a !important;
    font-family: 'Alice', serif !important;
    font-size: clamp(17px, 1.8vw, 24px) !important;
    line-height: 1.35 !important;
}

body.home-page .identity-card .card-back {
    background: linear-gradient(135deg, #f6efe7 0%, #e8dbd0 100%) !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(14px, 1.15vw, 17px) !important;
    line-height: 1.55 !important;
}

@media (max-width: 1024px) {
    body.home-page .identity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 760px !important;
    }

    body.home-page .identity-card {
        height: clamp(190px, 30vw, 240px) !important;
    }
}

@media (max-width: 640px) {
    body.home-page .identity-section {
        padding: 44px 18px 58px !important;
    }

    body.home-page .identity-title {
        text-align: left !important;
        font-size: clamp(32px, 10vw, 42px) !important;
        margin-bottom: 22px !important;
    }

    body.home-page .identity-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        max-width: 420px !important;
    }

    body.home-page .identity-card {
        height: 168px !important;
        min-height: 168px !important;
    }

    body.home-page .identity-card:hover .card-inner {
        transform: none !important;
    }

    body.home-page .identity-card.flipped .card-inner {
        transform: rotateY(180deg) !important;
    }

    body.home-page .identity-card .card-front,
    body.home-page .identity-card .card-back {
        justify-content: flex-start !important;
        text-align: left !important;
        font-size: 19px !important;
    }

    body.home-page .identity-card .card-back {
        font-size: 14px !important;
    }
}

/* Restore the original desktop glass-card feel; mobile overrides still handle the broken layout. */
@media (min-width: 769px) {
    body.home-page .identity-section {
        padding: 60px 8% !important;
        text-align: center !important;
        background: var(--creme) !important;
        display: block !important;
        overflow: visible !important;
    }

body.home-page .identity-title {
    font-size: 36px !important;
    margin-bottom: 60px !important;
    font-family: 'Alice', serif !important;
    text-align: center !important;
}

    body.home-page .identity-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto !important;
    }

    body.home-page .identity-card {
        perspective: 1200px !important;
        height: 280px !important;
        min-height: 280px !important;
        cursor: pointer !important;
        position: relative !important;
        overflow: hidden !important;
    }

    body.home-page .identity-card:hover {
        transform: translateY(-15px) !important;
    }

    body.home-page .identity-card .card-front,
    body.home-page .identity-card .card-back {
        border-radius: 20px !important;
        padding: 24px !important;
        font-family: var(--font-body) !important;
        font-size: 18px !important;
        line-height: 1.35 !important;
        text-align: center !important;
        justify-content: center !important;
    }

    body.home-page .identity-card .card-front {
        background: var(--glass-bg) !important;
        border: 1px solid var(--glass-border) !important;
        box-shadow: var(--glass-shadow) !important;
        backdrop-filter: var(--glass-blur) !important;
        -webkit-backdrop-filter: var(--glass-blur) !important;
    }

    body.home-page .identity-card .card-back {
        background: linear-gradient(135deg, var(--dusty-pink-lt), var(--sand-mid)) !important;
        color: var(--text-main) !important;
    }
}

body.home-page .identity-card .card-front,
body.home-page .identity-card .card-back {
    border-radius: 18px !important;
    padding: clamp(18px, 2.4vw, 28px) !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(200, 168, 130, 0.32) !important;
    box-shadow: 0 18px 42px rgba(61, 43, 26, 0.08) !important;
    color: #3d2b1a !important;
    font-family: 'Alice', serif !important;
    font-size: clamp(17px, 1.8vw, 24px) !important;
    line-height: 1.35 !important;
}

body.home-page .identity-card .card-back {
    background: linear-gradient(135deg, #f6efe7 0%, #e8dbd0 100%) !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(14px, 1.15vw, 17px) !important;
    line-height: 1.55 !important;
}

@media (max-width: 1024px) {
    body.home-page .identity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 760px !important;
    }

    body.home-page .identity-card {
        height: clamp(190px, 30vw, 240px) !important;
    }
}

@media (max-width: 640px) {
    body.home-page .identity-section {
        padding: 44px 18px 58px !important;
    }

    body.home-page .identity-title {
        text-align: left !important;
        font-size: clamp(32px, 10vw, 42px) !important;
        margin-bottom: 22px !important;
    }

    body.home-page .identity-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        max-width: 420px !important;
    }

    body.home-page .identity-card {
        height: 168px !important;
        min-height: 168px !important;
    }

    body.home-page .identity-card:hover .card-inner {
        transform: none !important;
    }

    body.home-page .identity-card.flipped .card-inner {
        transform: rotateY(180deg) !important;
    }

    body.home-page .identity-card .card-front,
    body.home-page .identity-card .card-back {
        justify-content: flex-start !important;
        text-align: left !important;
        font-size: 19px !important;
    }

    body.home-page .identity-card .card-back {
        font-size: 14px !important;
    }
}

/* ===== DESIGN TOKENS ===== */
:root {
    /* Palette *//* Updated - reel strip uses .reel-card, not .slide */
/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

/* FONT FACE for 'Romantic Couple' if needed */
@font-face {
     font-family: 'Romantic Couple';
    src: url('./RomanticCouple.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Romantic Couple';
    src: url('./RomanticCouple.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== COLORS ===== */
:root {
    --bg-main:       #fdfaf6;   /* CrÃ¨me â€” main background          */
    --bg-soft:       #f4ece0;   /* Sand â€” cards & secondary surfaces */
    --text-main:     #f5f0e8;   /* CrÃ¨me-dark â€” headings             */
    --text-body:     #6b4f38;   /* Warm brown (light) â€” body text    */
    --text-light:    #9a7a62;   /* Muted warm â€” secondary text       */
    --accent:        #c8a882;   /* Gold-sand â€” premium theme colour  */
    --accent-deep:   #a0825a;   /* Deeper gold â€” hover states        */
}

/* ===== BASE ===== */
body {
   
    font-family: 'Crimson Text', serif;
    background: var(--bg-main);
    color: #7a5c42;             /* warm brown body text */
    line-height: 1.8;
    letter-spacing: 0.1px;

    overflow-x: hidden;
}

/* Additional horizontal scroll prevention */
html, body {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
}

/* Force all sections to stay within viewport */
section, div, .container, .intro-container, .slider-section {
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

/* Specific section fixes */
.intro-container {
    max-width: 100vw;
    overflow: visible;
}
.slider-section {
    max-width: 100%;
    overflow: visible;
}

* {
    box-sizing: border-box;
}

/* Page-specific padding */
body.home-page {
    padding-top: 0;
}

/* Headings â€” DM Serif Display, warm crÃ¨me-brown */
h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-weight: 400;
    color: #3d2b1a;
}

h1 { 
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    line-height: 1.1;
}

h2 { 
    font-size: clamp(1.2rem, 4vw, 2.2rem);
    margin-bottom: 0.8rem;
    line-height: 1.2;
}

h3 { 
    font-size: clamp(1rem, 3vw, 1.6rem);
    line-height: 1.3;
}

/* Paragraphs â€” warm brown, light */
p {
    color: #7a5c42;
    line-height: 1.6;
    font-size: clamp(0.85rem, 2vw, 1rem);
}

/* Mobile Typography Adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: clamp(1.2rem, 6vw, 2rem);
    }
    
    h2 {
        font-size: clamp(1rem, 5vw, 1.6rem);
        margin-bottom: 0.6rem;
    }
    
    h3 {
        font-size: clamp(0.9rem, 4vw, 1.4rem);
    }
    
    p {
        font-size: clamp(0.8rem, 2.5vw, 0.95rem);
        line-height: 1.5;
    }
}

/* ===== HOME IDENTITY CARD FLIP BEHAVIOR ===== */
body.home-page .identity-card .card-inner {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

body.home-page .identity-card.flipped .card-inner {
    transform: rotateY(180deg) !important;
}

@media (hover: hover) and (pointer: fine) {
    body.home-page .identity-card:hover .card-inner {
        transform: rotateY(180deg);
    }
}

@media (hover: none), (pointer: coarse), (max-width: 768px) {
    body.home-page .identity-card:hover .card-inner {
        transform: none;
    }

    body.home-page .identity-card.flipped .card-inner {
        transform: rotateY(180deg) !important;
    }
}

/* ===== HOME REEL STRIP - SAME FORMAT ON MOBILE ===== */
body.home-page {
    --home-reel-card-width: clamp(220px, 72vw, 300px);
    --home-reel-card-height: calc(var(--home-reel-card-width) * 1.78);
    --home-reel-duration: 88s;
}

body.home-page .reel-strip {
    background: linear-gradient(135deg, #f5f0e8 0%, #e8dbd0 100%);
    padding: clamp(30px, 6vw, 40px) 0 !important;
    max-height: none !important;
    overflow: hidden;
}

body.home-page .reel-strip__track-wrap {
    height: var(--home-reel-card-height) !important;
    overflow: hidden;
}

body.home-page .marquee-track {
    align-items: center;
    gap: clamp(12px, 3vw, 14px);
    animation-duration: var(--home-reel-duration) !important;
}

body.home-page .reel-card {
    width: var(--home-reel-card-width) !important;
    height: var(--home-reel-card-height) !important;
    flex: 0 0 var(--home-reel-card-width) !important;
    border-radius: clamp(18px, 5vw, 24px);
}

body.home-page .reel-card video,
body.home-page .reel-card img,
body.home-page .reel-card__gradient {
    border-radius: inherit;
}

body.home-page .reel-card__title {
    font-size: clamp(26px, 8vw, 32px);
    font-family: 'Qwitcher Grypen', cursive !important;
    font-size: clamp(34px, 9vw, 52px) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 0.95 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 768px) {
    body.home-page .reel-card__tag {
        top: 14px !important;
        left: 14px !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 12px !important;
        letter-spacing: 1.8px !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.home-page .reel-card__title {
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
        display: block !important;
        width: auto !important;
        max-width: calc(100% - 28px) !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #fff !important;
        font-size: clamp(34px, 11vw, 48px) !important;
        line-height: 0.9 !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22) !important;
    }
}

@media (max-width: 1024px) {
    body.home-page {
        --home-reel-duration: 98s;
    }
}

@media (max-width: 768px) {
    body.home-page {
        --home-reel-duration: 118s;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: clamp(1rem, 7vw, 1.8rem);
    }
    
    h2 {
        font-size: clamp(0.9rem, 6vw, 1.4rem);
    }
    
    h3 {
        font-size: clamp(0.8rem, 5vw, 1.2rem);
    }
    
    p {
        font-size: clamp(0.75rem, 3vw, 0.9rem);
        line-height: 1.4;
    }
}

/* ===== NAVBAR ===== */
.nav {
    font-family: var(--font-nav);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    max-width: 1120px;
    padding: 0 clamp(16px, 3vw, 36px);
    height: 62px;
    box-sizing: border-box;
    z-index: 9999;

    display: flex;
    justify-content: space-between;
    align-items: center;

    /* Apple glass */
    background: rgba(253, 250, 245, 0.68);
    border: 1px solid rgba(201, 169, 154, 0.38);
    border-radius: 999px;
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    box-shadow:
        0 8px 32px rgba(107, 26, 42, 0.09),
        0 1px 0 rgba(255,255,255,0.72) inset,
        0 -1px 0 rgba(200, 168, 130, 0.3) inset;
}

/* Desktop Navigation */
.nav-desktop {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2.5vw, 40px);
}

/* Hamburger Menu Button */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    transition: all 0.3s ease;
}

.hamburger-line {
    width: 20px;
    height: 2px;
    background: #3d2b1a;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: rgba(253, 250, 245, 0.95);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    padding: 80px 24px 24px;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu a {
    display: block;
    padding: 16px 0;
    color: #3d2b1a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(200, 168, 130, 0.2);
    transition: all 0.3s ease;
}

.mobile-menu a:hover {
    color: var(--accent);
    padding-left: 8px;
}

.mobile-menu a.logo {
    font-family: 'Romantic Couple', cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(200, 168, 130, 0.4);
}

/* Position navbar items correctly */
.nav a:nth-child(1) { justify-self: start; }
.nav a:nth-child(2) { justify-self: center; }
.nav a:nth-child(3) { justify-self: center; }
.nav a:nth-child(4) { justify-self: center; }
.nav a:nth-child(5) { justify-self: end; }

/* Tablet Responsive Navbar */
@media (max-width: 1024px) {
    .nav {
        width: calc(100% - 32px);
        padding: 0 clamp(12px, 2vw, 24px);
        height: auto;
        min-height: 56px;
        grid-template-columns: 1fr 1fr auto 1fr 1fr;
        column-gap: clamp(8px, 2vw, 24px);
    }
}

/* Mobile Responsive Navbar */
@media (max-width: 768px) {
    .nav {
        width: calc(100% - 24px);
        padding: 12px;
        height: auto;
        min-height: 52px;
        border-radius: 20px;
        background: rgba(253, 250, 245, 0.85);
    }
    
    /* Show hamburger menu on mobile */
    .hamburger {
        display: flex;
    }
    
    /* Hide desktop navigation on mobile */
    .nav-desktop {
        display: none;
    }
    
    /* Show mobile menu when open */
    .mobile-menu {
        display: block;
    }
}

/* Tablet Responsive for About Story */
@media (max-width: 1024px) and (min-width: 769px) {
    .about-story {
        padding: clamp(50px, 7vw, 80px) clamp(18px, 3.5vw, 32px);
    }
    
    .about-story-glass {
        padding: clamp(22px, 3.5vw, 38px);
        border-radius: 24px;
    }
    
    .about-story-glass h1 {
        font-size: clamp(26px, 3.5vw, 42px);
    }
    
    .story-writing {
        font-size: clamp(16px, 2vw, 19px);
        line-height: 1.75;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .nav {
        width: calc(100% - 16px);
        padding: 10px;
        min-height: 48px;
    }
    
    .nav a:not(.logo) {
        font-size: clamp(9px, 2vw, 12px);
        padding: 5px 10px;
        margin: 0 4px;
    }
    
    /* About Story Small Mobile */
    .about-story {
        padding: clamp(30px, 5vw, 50px) clamp(12px, 2.5vw, 20px);
        min-height: auto;
    }
    
    .about-story-glass {
        width: 100%;
        padding: clamp(16px, 3vw, 28px);
        border-radius: 16px;
        margin: 0;
    }
    
    .about-story-glass h1 {
        font-size: clamp(20px, 4vw, 28px);
        margin-bottom: 10px;
        text-align: center;
    }
    
    .story-writing {
        font-size: clamp(14px, 2.2vw, 16px);
        line-height: 1.6;
        text-align: left;
        margin: 6px 0;
        color: #3e2f23;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.nav a {
    color: #3d2b1a;
    font-size: clamp(10px, 2vw, 14px);
    font-weight: 600;
    letter-spacing: 2.5px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    margin: 0 10px;
    border-radius: 999px;
    transition: all 0.3s ease;
    color: var(--text-mid);
    font-family: var(--font-nav);
    font-size: clamp(11px, 1vw, 13px);
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    justify-self: center;
    transition: color 0.25s ease;
}

.nav a:hover {
    color: var(--burgundy);
}

/* ===== HERO VIDEO ===== */
.hero-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.hero-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
    z-index: 1;
    max-width: 100vw; /* Prevent video overflow */
    box-sizing: border-box; /* Ensure proper sizing */
}

/* Tablet Hero Video */
@media (max-width: 1024px) {
    .hero-video {
        height: 90vh;
        min-height: 600px;
    }
}

/* Mobile Hero Video */
@media (max-width: 768px) {
    .hero-video {
        height: 85vh;
        min-height: 500px;
        overflow: hidden;
    }
    
    .hero-video video {
        object-position: center 30%;
        max-width: 100vw;
    }
    
    .hero-content {
        padding: 20px;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
        line-height: 1.2;
    }
}

/* Small Mobile Hero Video */
@media (max-width: 480px) {
    .hero-video {
        height: 80vh;
        min-height: 400px;
    }
    
    .hero-video video {
        object-position: center 40%;
    }
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.2),
        rgba(0,0,0,0.4)
    );
    z-index: 2;
}

.hero-video::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    opacity: 0.16;
    mix-blend-mode: soft-light;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.14) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 60%, rgba(255,255,255,0.1) 0 1px, transparent 1px),
        radial-gradient(circle at 45% 80%, rgba(0,0,0,0.14) 0 1px, transparent 1px);
    background-size: 3px 3px, 4px 4px, 5px 5px;
    animation: grainShift 0.35s steps(2) infinite;
}

.hero-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 4;
}

.hero-content h1 {
    margin: 0 0 8px;
    line-height: 1.06;
}

.hero-content p {
    color: #eee;
    margin: 0;
    line-height: 1.3;
    font-size: clamp(11px, 1.1vw, 13px);
}

@keyframes grainShift {
    0% { transform: translate(0, 0); }
    25% { transform: translate(1px, -1px); }
    50% { transform: translate(-1px, 1px); }
    75% { transform: translate(1px, 1px); }
    100% { transform: translate(0, 0); }
}

/* ===== SECTIONS ===== */
section {
    padding: 40px 8%;
    overflow: visible;
    min-height: auto;
}

.section {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

/* OVERLAP FIX for hero-video + section */
.hero-video + .section {
    margin-top: -40px;
    background: var(--bg-main);
    border-radius: 30px 30px 0 0;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

/* ===== SPLIT SECTION ===== */
.split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.split-text {
    max-width: 400px;
}
.split-image img {
    width: 300px;
    border-radius: 20px;
}

/* ===== PARALLAX ===== */
.parallax {
    height: 60vh;
    background: url('photo2.jpg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-text {
    max-width: 600px;
    background: rgba(0,0,0,0.35);
    padding: 30px;
    border-radius: 20px;
    color: white;
    text-align: center;
}

/* ===== SLIDER ===== */
.slider {
    width: 80%;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
}
.slides {
    display: flex;
    animation: slide 40s infinite; /* slowed down for cinematic effect */
}
.slides img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}
@keyframes slide {
    0% { transform: translateX(0); }
    25% { transform: translateX(-100%); }
    50% { transform: translateX(-200%); }
    75% { transform: translateX(-300%); }
    100% { transform: translateX(0); }
}

/* ===== STORY SECTION ===== */
.story-section {
    min-height: auto;
    position: relative;
    margin: 0;
    padding: 40px 0 !important;
    background: #f9f5f0;
    margin-top: 0;
    overflow-x: hidden;
}

/* STICKY CONTAINER for storytelling */
.story-container {
    position: relative;
    top: 0;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 8%;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}

/* TEXT SIDE */
.story-text {
    flex: 1;
    position: relative;
    min-height: 260px;
    padding: 0 clamp(24px, 4vw, 64px);
    box-sizing: border-box;
}
.story-step {
    position: absolute;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s ease;
}
.story-step.active {
    opacity: 1;
    transform: translateY(0);
}
.story-step h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.story-step p {
    color: var(--text-light);
}

/* IMAGE SIDE */
.story-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* SQUARE IMAGE FRAME */
.image-frame {
    width: 100%;
    max-width: 500px;
    height: 400px;
    max-height: 80vh;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 3px solid #3e2f23;
    background: #ffffff;
}
.story-img {
    position: absolute;
    inset: 0; /* shorthand for top/right/bottom/left: 0 */
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 8px;
}
.story-img.active {
    opacity: 1;
}
/* Ensure first image visible by default */
.story-img:first-child {
    opacity: 1;
    z-index: 1;
}

/* ===== BUTTON ===== */
.cta-btn {
    display: inline-block !important;
    margin-top: 20px;
    padding: 12px 25px;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-nav);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3d2b1a !important;
    
    /* Creme glass effect */
    background: linear-gradient(135deg, #f5f0e8 0%, #e8dbd0 100%) !important;
    border: 1px solid rgba(200, 168, 130, 0.4) !important;
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow:
        0 8px 32px rgba(160, 130, 90, 0.15),
        0 2px 8px rgba(160, 130, 90, 0.1),
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 -1px 0 rgba(200, 168, 130, 0.2) inset !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}
.cta-btn:hover::before {
    left: 100%;
}
.cta-btn:hover {
    background: linear-gradient(135deg, #f5f0e8 0%, #d4c4b0 100%) !important;
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 16px 48px rgba(160, 130, 90, 0.25),
        0 4px 16px rgba(160, 130, 90, 0.15),
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 -1px 0 rgba(200, 168, 130, 0.3) inset !important;
}

/* ===== MOBILE ===== */
@media(max-width: 768px) {
    .nav {
        font-family: 'Ostrich Sans', sans-serif;
        padding: 14px 10px 12px;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        row-gap: 10px;
        column-gap: 18px;
    }
    .nav a {
        letter-spacing: 1.4px;
        font-size: 11px;
    }
    .logo {
        grid-column: 1 / -1;
        margin: 0;
        font-size: 44px;
    }
    .split {
        flex-direction: column;
        text-align: center;
    }
    .slides img {
        height: 250px;
    }
    .story-container {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 30px;
    }
    .story-text, .story-visual {
        width: 100%;
    }
    .story-visual {
        padding: 0;
    }
    .image-frame {
        width: 100%;
        max-width: 350px;
        height: 300px;
        border-radius: 8px;
        margin: 0 auto;
    }
    .story-img {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

/* ===== SLIDER SECTION ===== */
.slider-section {
    padding: 20px 8%;
    background: var(--bg-main);
    margin-top: 0;
}
.slider-section h2.logo {
    font-family: 'Ostrich Sans', sans-serif;
    font-size: 72px; /* 3x size */
    font-weight: 600;
    color: var(--text-main);
    text-decoration: none;
}

/* ===== BRANDS SECTION (EDITORIAL STYLE) ===== */
.brands-section {
    padding: clamp(2rem, 4vw, 4rem) 8%;
    background: var(--bg-main);
}
.brands-header {
    max-width: 600px;
    margin-bottom: 30px;
}
.brands-header h2 {
    font-size: 36px;
}
.brands-header p {
    margin-top: 10px;
}
.brand-row {
    display: flex;
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
    margin-bottom: clamp(30px, 4vw, 50px);
}
.brand-row.reverse {
    flex-direction: row-reverse;
}
.brand-image {
    flex: 1;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.brand-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    max-height: 420px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}
.brand-image:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 48px rgba(160, 130, 90, 0.2), 0 8px 24px rgba(160, 130, 90, 0.15);
}
.brand-image:hover img {
    border-radius: 16px;
    transform: scale(1.02);
}
.brand-text {
    flex: 1;
    max-width: 500px;
}
.brand-text h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.brand-gallery {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    overflow: hidden;
}
.brand-gallery img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.brand-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.brand-btn {
    display: inline-block !important;
    padding: 8px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-nav);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3d2b1a !important;
    
    /* Darkish creme glass effect */
    background: linear-gradient(135deg, #e8dbd0 0%, #d4c4b0 100%) !important;
    border: 1px solid rgba(200, 168, 130, 0.4) !important;
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow:
        0 8px 32px rgba(160, 130, 90, 0.15),
        0 2px 8px rgba(160, 130, 90, 0.1),
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 -1px 0 rgba(200, 168, 130, 0.2) inset !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.brand-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.brand-btn:hover::before {
    left: 100%;
}

.brand-btn:hover {
    background: linear-gradient(135deg, #d4c4b0 0%, #c8a882 100%) !important;
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 16px 48px rgba(160, 130, 90, 0.25),
        0 4px 16px rgba(160, 130, 90, 0.15),
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 -1px 0 rgba(200, 168, 130, 0.3) inset !important;
}

/* MOBILE for brand section */
@media(max-width: 768px) {
    .brand-row {
        flex-direction: column;
        gap: 30px;
    }
    .brand-row.reverse {
        flex-direction: column;
    }
    .brand-image {
        padding: 15px;
        height: auto;
    }
    .brand-image img {
        width: 100%;
        height: auto;
        max-height: 320px;
        border-radius: 16px;
        object-fit: cover;
    }
    .brand-text {
        text-align: center;
    }
    .brand-gallery {
        justify-content: center;
    }
}

/* About Story Mobile Adjustments */
@media(max-width:768px) {
    .about-story {
        padding: clamp(40px, 6vw, 60px) clamp(16px, 3vw, 24px);
        min-height: auto;
    }
    
    .about-story-glass {
        width: 100%;
        max-width: none;
        padding: clamp(20px, 4vw, 32px);
        border-radius: 20px;
        margin: 0;
    }
    
    .about-story-glass h1 {
        font-size: clamp(24px, 5vw, 32px);
        margin-bottom: 12px;
        text-align: center;
    }
    
    .story-writing {
        font-size: clamp(15px, 2.5vw, 18px);
        line-height: 1.7;
        text-align: left;
        margin: 8px 0;
        color: #3e2f23;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* ===== ABOUT PAGE ===== */
.about-page section {
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* Override for dreams â€” sits flush under My Story */
.about-page .dreams-image-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

/* About Story Section - Consistent with Dreams Section */
.about-story {
    min-height: auto;
    display: grid;
    place-items: center;
    padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
    margin: 0;
    background:
        linear-gradient(135deg, rgba(246, 239, 231, 0.9), rgba(253, 250, 246, 0.95)),
        url('1.png') center/cover no-repeat;
    box-sizing: border-box;
}

.about-story-glass {
    width: 100%;
    max-width: min(920px, 90vw);
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 46px);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow: 0 20px 48px rgba(62, 47, 35, 0.16);
    box-sizing: border-box;
}

.about-story-glass h1 {
    font-size: clamp(28px, 4vw, 56px);
    margin-bottom: 16px;
    color: #3d2b1a;
    font-family: 'DM Serif Display', Georgia, serif;
    font-weight: 400;
    line-height: 1.2;
}

.story-writing {
    color: #3e2f23;
    font-size: clamp(16px, 1.8vw, 21px);
    line-height: 1.8;
    margin: 10px 0;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* ABOUT LAYOUT */
.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
}
.about-container.reverse {
    flex-direction: row-reverse;
}
.about-text {
    flex: 1;
    max-width: 500px;
}
.about-image img {
    width: min(460px, 100%);
    height: min(62vh, 500px);
    object-fit: cover;
    border-radius: 20px;
}
/* BEYOND WORK TRAVEL SPIRAL */
.travel-section {
    padding: 52px 8% 74px;
    background: linear-gradient(180deg, #fdfaf6 0%, #f6efe7 100%);
    overflow: hidden;
}
.travel-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 24px;
}
.travel-kicker {
    font-family: 'Ostrich Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c8b6a6;
    margin-bottom: 10px;
    display: block;
}
.travel-header h2 {
    font-size: clamp(34px, 4vw, 48px);
    margin-bottom: 8px;
}
.travel-spiral {
    position: relative;
    height: 580px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.travel-card {
    position: absolute;
    left: 0;
    top: 0;
    width: min(340px, 76vw);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(200, 182, 166, 0.5);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(62, 47, 35, 0.14);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transform: translate(-50%, -50%);
    transition: left 0.7s ease, top 0.7s ease, transform 0.7s ease, opacity 0.7s ease;
    overflow: hidden;
}
.travel-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}
.travel-card h3 {
    margin: 10px 0 12px;
    text-align: center;
    font-size: 18px;
    color: #3e2f23;
}
.travel-card.is-front {
    border-color: rgba(200, 182, 166, 0.95);
    box-shadow: 0 16px 34px rgba(62, 47, 35, 0.2);
}
/* DREAMS */
.dreams-image-section {
    padding: 0;
    margin-top: -52px;
    background: var(--bg-main);
}
.dreams-titlebar {
    display: none;
}
.dreams-image {
    width: 100%;
    margin: 0;
    padding: 0;
}
.dreams-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    display: block;
}
.dreams-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.dream-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    width: 260px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.dream-card:hover {
    transform: translateY(-8px);
}
/* SMM */
.smm-section {
    text-align: center;
    padding: 40px 20px;
}
.smm-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.smm-card {
    width: 260px;
    padding: 25px;
    background: #f6efe7;
    border-radius: 20px;
}
.portfolio-cta {
    margin-top: 50px;
}
.portfolio-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 28px;
    border-radius: 25px;
    background: #4B3B2A;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.portfolio-btn:hover {
    transform: translateY(-3px);
    background: #3d2b1a;
}
.smm-card {
    transition: all 0.3s ease;
}
.smm-card:hover {
    transform: translateY(-10px) scale(1.03);
}

/* ===== PORTFOLIO PAGE ===== */
.portfolio-page {
    background: linear-gradient(180deg, #fdfaf6 0%, #f6efe7 100%);
}
.portfolio-main {
    padding: 118px 8% 70px;
}
.portfolio-hero {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}
.portfolio-kicker {
    font-family: 'Ostrich Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 8px;
}
.portfolio-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    margin-bottom: 8px;
}
.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.filter-btn {
    border: 1px solid rgba(200, 182, 166, 0.8);
    background: rgba(255, 255, 255, 0.75);
    color: #3d2b1a;
    border-radius: 999px;
    padding: 7px 14px;
    cursor: pointer;
}
.filter-btn.active,
.filter-btn:hover {
    background: var(--accent);
    color: #fff;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.portfolio-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(200, 182, 166, 0.35);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(62, 47, 35, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.portfolio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 34px rgba(62, 47, 35, 0.16);
}
.portfolio-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.portfolio-card-info {
    padding: 12px 14px 14px;
}
.portfolio-card-info h3 {
    margin-bottom: 6px;
}
.portfolio-card-info p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 9px;
}
.portfolio-card-info span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(200, 182, 166, 0.22);
    color: #3d2b1a;
    font-size: 12px;
}

/* ===== CONTACT PAGE ===== */
.contact-page {
    background: linear-gradient(180deg, #fdfaf6 0%, #f6efe7 100%);
}
.contact-main {
    padding: 120px 8% 70px;
}
.contact-hero {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 34px;
}
.contact-kicker {
    font-family: 'Ostrich Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-hero h1 {
    font-size: clamp(34px, 5vw, 56px);
    margin-bottom: 10px;
}
.contact-sub {
    max-width: 650px;
    margin: 0 auto;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
    align-items: stretch;
}
.contact-panel {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(200, 182, 166, 0.4);
    border-radius: 20px;
    padding: clamp(20px, 3vw, 30px);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    box-shadow: 0 14px 34px rgba(62, 47, 35, 0.09);
}
.contact-cards {
    margin-top: 12px;
    display: grid;
    gap: 12px;
}
.contact-chip {
    display: block;
    text-decoration: none;
    border-radius: 14px;
    border: 1px solid rgba(200, 182, 166, 0.35);
    background: #ffffff;
    padding: 12px 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(62, 47, 35, 0.12);
}
.chip-label {
    display: block;
    font-size: 12px;
    letter-spacing: 1.3px;
    color: #7a5c42;
    text-transform: uppercase;
}
.chip-value {
    color: #3d2b1a;
    font-size: 16px;
}
.contact-note {
    margin-top: 10px;
    font-size: 14px;
}
.contact-form {
    display: grid;
    gap: 12px;
    margin-top: 10px;
}
.contact-form label {
    display: grid;
    gap: 6px;
    font-size: 14px;
    color: #3d2b1a;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 1px solid rgba(200, 182, 166, 0.55);
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 14px;
    color: #3d2b1a;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(200, 182, 166, 0.22);
}
.contact-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.contact-form button {
    border: 1px solid rgba(200, 182, 166, 0.85);
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    padding: 9px 18px;
    cursor: pointer;
}
.contact-form button:hover {
    background: var(--accent-deep);
}

/* ===== AI JOURNEY (Services page content) ===== */
.ai-journey-page {
    background: linear-gradient(180deg, #fdfaf6 0%, #f6efe7 100%);
}
.ai-main {
    padding: 118px 8% 74px;
}
.ai-container {
    width: min(980px, 100%);
    margin: 0 auto;
}
.ai-hero .ai-container,
.ai-section .ai-container {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(200, 182, 166, 0.4);
    border-radius: 22px;
    padding: clamp(22px, 3vw, 34px);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    box-shadow: 0 14px 34px rgba(62, 47, 35, 0.09);
}
.ai-kicker {
    font-family: 'Ostrich Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7a5c42;
    margin-bottom: 10px;
}
.ai-sub {
    margin-top: 8px;
}
.ai-btn {
    border: 1px solid rgba(200, 182, 166, 0.85);
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    padding: 9px 18px;
    cursor: pointer;
    margin-top: 14px;
}
.ai-btn:hover {
    background: var(--accent-deep);
}
.ai-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
}
.ai-step {
    border: 1px solid rgba(200, 182, 166, 0.7);
    background: rgba(255, 255, 255, 0.75);
    color: #3d2b1a;
    border-radius: 999px;
    padding: 7px 14px;
    cursor: pointer;
}
.ai-step:hover {
    background: rgba(200, 182, 166, 0.22);
}
.ai-step-content {
    margin-top: 14px;
    text-align: center;
}
.ai-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}
.ai-cards-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ai-card {
    text-align: left;
    border: 1px solid rgba(200, 182, 166, 0.35);
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 16px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ai-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(62, 47, 35, 0.12);
}
.ai-card.ai-static {
    cursor: default;
}
.ai-card-title {
    display: block;
    font-weight: 600;
    color: #3d2b1a;
    margin-bottom: 6px;
}
.ai-card-body {
    display: none;
    color: #7a5c42;
}
.ai-card.active .ai-card-body {
    display: block;
}
.ai-generator {
    text-align: center;
}
.ai-gen-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.ai-input {
    border: 1px solid rgba(200, 182, 166, 0.55);
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    font-family: inherit;
    width: min(520px, 100%);
}
.ai-result {
    margin-top: 12px;
}
.ai-skills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}
.ai-skill {
    background: rgba(200, 182, 166, 0.18);
    border: 1px solid rgba(200, 182, 166, 0.35);
    padding: 12px 14px;
    border-radius: 14px;
}
.ai-center { text-align: center; }
.ai-muted { color: #7a5c42; }
.ai-max { max-width: 760px; margin: 10px auto 0; }

/* Media Queries for smaller screens */
@media (max-width: 880px) {
    .ai-main { padding: 102px 5% 60px; }
    .ai-cards { grid-template-columns: 1fr; }
    .ai-cards-3 { grid-template-columns: 1fr; }
    .ai-skills { grid-template-columns: 1fr; }
}
@media(max-width: 880px) {
    .portfolio-main {
        padding: 102px 5% 54px;
    }
    .portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-main {
        padding: 100px 5% 52px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    .about-story {
        min-height: auto;
        padding-top: 100px;
    }
    .about-story-glass {
        border-radius: 20px;
        padding: 22px 18px;
    }
    .dreams-titlebar {
        font-size: 18px;
        padding: 8px 14px;
    }
    .dreams-image img {
        height: 50vh;
    }
    .travel-section {
        padding: 4px 5% 58px;
    }
    .travel-spiral {
        height: 430px;
    }
    .travel-card {
        width: min(240px, 74vw);
    }
    .travel-card img {
        height: 150px;
    }
}

/* Additional Mobile adjustments for responsiveness */
@media (max-width: 768px) {
    /* Adjust hero h1 font size for mobile */
    .hero h1 {
        font-size: 2rem;
    }
    /* Adjust generator input width */
    .generator input {
        width: 100%;
    }
    /* Cards grid for mobile */
    .cards {
        grid-template-columns: 1fr;
    }
    /* Timeline flex direction for mobile */
    .timeline {
        flex-direction: column;
        align-items: center;
    }
    /* Sections padding for mobile */
    section {
        padding: 35px 15px;
    }
    /* Story section adjustments for mobile */
    .story-section {
        min-height: auto;
        padding: 30px 0 !important;
    }
    /* Story container adjustments for mobile */
    .story-container {
        position: relative;
        min-height: auto;
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }
    /* About story adjustments for mobile */
    .about-story {
        min-height: auto;
    --creme:         #fdfaf6;
    --sand:          #f4ece0;
    --sand-mid:      #e8dbd0;
    --dusty-pink:    #c8a882;
    --dusty-pink-lt: #dfc9ae;
    --burgundy:      #a0825a;
    --burgundy-dk:   #7a5f3e;
    --text-main:     #f5f0e8;   /* CrÃ¨me-dark â€” headings  */
    --text-mid:      #6b4f38;   /* Warm brown â€” body text */
    --text-light:    #9a7a62;   /* Muted warm â€” secondary */

    /* Glass */
    --glass-bg:     rgba(253,250,246,0.74);
    --glass-border: rgba(200,168,130,0.28);
    --glass-blur:   blur(18px);
    --glass-shadow: 0 18px 48px rgba(90,65,40,0.10), 0 4px 14px rgba(90,65,40,0.06);

    /* Fonts */
    --font-body:    'Ostrich Sans', sans-serif;
    --font-nav:     'Averia Serif Libre', Georgia, serif;
    --font-logo:    'Romantic Couple', cursive;
    --font-heading: 'DM Serif Display', Georgia, serif;
    
    /* Colors */
    --text-mid:     #7a5c42;
    --burgundy:     #8b6a50;
    --burgundy-dk:  #6b4f38;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    background: var(--creme);
    color: var(--text-main);
    line-height: 1.75;
    letter-spacing: 0.2px;
    overflow-x: hidden;
    max-width: 100vw;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.18;
    color: #3d2b1a;            /* Deep warm crÃ¨me-brown â€” premium, readable */
    letter-spacing: -0.01em;
}

h1 { font-size: clamp(36px, 4.8vw, 58px); }
h2 { font-size: clamp(26px, 3.2vw, 40px); margin-bottom: 16px; }
h3 { font-size: clamp(18px, 2vw, 26px); }
h4 { font-size: clamp(15px, 1.4vw, 20px); }

p {
    font-family: var(--font-body);
    color: #7a5c42;             /* Warm brown, light â€” premium body text */
    line-height: 1.8;
    font-size: clamp(14px, 1.15vw, 17px);
}


/* ===== HIRE ME BUTTON ===== */
.hire-btn {
    position: fixed;
    bottom: 24px;
    right: 26px;
    z-index: 999;
    font-family: var(--font-nav);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #3d2b1a !important;
    
    /* Creme glass effect */
    background: linear-gradient(135deg, #f5f0e8 0%, #e8dbd0 100%) !important;
    border: 1px solid rgba(200, 168, 130, 0.4) !important;
    padding: 8px 18px;
    border-radius: 999px;
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow:
        0 8px 32px rgba(160, 130, 90, 0.15),
        0 2px 8px rgba(160, 130, 90, 0.1),
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 -1px 0 rgba(200, 168, 130, 0.2) inset !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.hire-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}
.hire-btn:hover::before {
    left: 100%;
}
.hire-btn:hover {
    background: linear-gradient(135deg, #f5f0e8 0%, #d4c4b0 100%) !important;
    color: #3d2b1a !important;
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 16px 48px rgba(160, 130, 90, 0.25),
        0 4px 16px rgba(160, 130, 90, 0.15),
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 -1px 0 rgba(200, 168, 130, 0.3) inset !important;
}

/* ===== SECTION BASE ===== */
section {
    padding: 60px 8%;
    overflow: visible;
}

.section {
    max-width: 1100px;
    margin: 80px auto 60px;
    padding: clamp(60px, 8vw, 100px) clamp(30px, 5vw, 60px);
    text-align: center;
    position: relative;
    
    /* Glass effect */
    background: linear-gradient(135deg, rgba(245, 240, 232, 0.85) 0%, rgba(232, 219, 208, 0.75) 100%);
    border: 1px solid rgba(200, 168, 130, 0.3);
    border-radius: 24px;
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow:
        0 20px 60px rgba(160, 130, 90, 0.12),
        0 8px 32px rgba(160, 130, 90, 0.08),
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 -1px 0 rgba(200, 168, 130, 0.2) inset;
}

.section h2 {
    font-size: clamp(32px, 4.2vw, 48px);
    margin-bottom: 20px;
    color: #3d2b1a;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.section p {
    font-size: clamp(17px, 1.8vw, 21px);
    color: #6b4f38;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 40px;
    font-family: var(--font-body);
}

/* ===== HERO VIDEO ===== */
.hero-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.68);
    z-index: 1;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(100,75,55,0.15), rgba(0,0,0,0.45));
    z-index: 2;
}

.hero-video::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    opacity: 0.14;
    mix-blend-mode: soft-light;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.14) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 60%, rgba(255,255,255,0.10) 0 1px, transparent 1px),
        radial-gradient(circle at 45% 80%, rgba(0,0,0,0.12) 0 1px, transparent 1px);
    background-size: 3px 3px, 4px 4px, 5px 5px;
    animation: grainShift 0.35s steps(2) infinite;
}

.hero-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 4;
}

.hero-content h1 {
    font-family: var(--font-heading);
    font-weight: 400;
    color: #fff;
    margin: 0 0 8px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.hero-content p {
    color: rgba(253,250,245,0.85);
    font-family: var(--font-nav);
    font-size: clamp(11px, 1.1vw, 14px);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

@keyframes grainShift {
    0%   { transform: translate(0, 0); }
    25%  { transform: translate(1px, -1px); }
    50%  { transform: translate(-1px, 1px); }
    75%  { transform: translate(1px, 1px); }
    100% { transform: translate(0, 0); }
}

/* ===== BUTTONS â€” Premium ===== */
.cta-btn,
.brand-btn,
.portfolio-btn,
.ai-btn,
.filter-btn.active,
.contact-form button {
    display: inline-block;
    font-family: var(--font-nav);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 999px;
    padding: 11px 28px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
    overflow: hidden;
}

/* Primary button â€” Glass effect like navbar */
.cta-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-nav);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3d2b1a;
    
    /* Apple glass effect */
    background: rgba(253, 250, 245, 0.68);
    border: 1px solid rgba(201, 169, 154, 0.38);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    box-shadow:
        0 8px 32px rgba(107, 26, 42, 0.09),
        0 1px 0 rgba(255,255,255,0.72) inset,
        0 -1px 0 rgba(201,169,154,0.18) inset;
    transition: all 0.3s ease;
}
.cta-btn:hover {
    background: rgba(253, 250, 245, 0.85);
    transform: translateY(-3px);
    box-shadow:
        0 12px 40px rgba(107, 26, 42, 0.12),
        0 1px 0 rgba(255,255,255,0.82) inset,
        0 -1px 0 rgba(201,169,154,0.22) inset;
}

/* Other buttons keep original styling */
.portfolio-btn,
.contact-form button {
    background: linear-gradient(135deg, var(--burgundy) 0%, #8b6a50 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(100,75,55,0.32), 0 1px 0 rgba(255,255,255,0.14) inset;
}
.portfolio-btn:hover,
.contact-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(100,75,55,0.40);
    color: #fff;
}

/* Secondary button â€” Dusty Pink */
.brand-btn,
.ai-btn {
    background: linear-gradient(135deg, var(--dusty-pink) 0%, #b8907e 100%);
    color: #fff;
    box-shadow: 0 6px 18px rgba(201,169,154,0.40), 0 1px 0 rgba(255,255,255,0.18) inset;
}
.brand-btn:hover,
.ai-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(201,169,154,0.50);
    color: #fff;
}

/* Filter buttons */
.filter-btn {
    font-family: var(--font-nav);
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    color: var(--text-mid);
    border-radius: 999px;
    padding: 7px 18px;
    transition: all 0.22s ease;
    backdrop-filter: var(--glass-blur);
}
.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(135deg, var(--dusty-pink), #b8907e);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(201,169,154,0.38);
}

/* ===== INTRO SECTION (index.html) ===== */
.intro-container {
    padding: 0;
    margin-top: 0;
    background: var(--creme);
    align-items: stretch;
    min-height: 620px;
    border-bottom: 3px solid var(--sand-mid);
}

.text-section {
    flex: 1;
    min-width: 300px;
    padding: clamp(42px, 7vw, 88px) clamp(26px, 6vw, 78px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 2px solid var(--sand-mid);
}

/* WHO IS WANGESHI title stays in Sacramento as originally â€” DO NOT CHANGE */
.title {
    font-family: 'Sacramento', cursive;
    font-size: 3em;
    margin-bottom: 20px;
    color: var(--text-main);
}

.btn {
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
    margin-top: 30px;
    font-family: var(--font-nav);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid var(--glass-border);
    border-radius: 999px;
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--burgundy) 0%, #8b6a50 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(100,75,55,0.28), 0 1px 0 rgba(255,255,255,0.14) inset;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(100,75,55,0.38);
}

/* ===== SPLIT ===== */
.split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.split-text { max-width: 400px; }
.split-image img { width: 300px; border-radius: 20px; }

/* ===== PARALLAX ===== */
.parallax {
    height: 60vh;
    background: url('photo2.jpg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-text {
    max-width: 600px;
    background: rgba(100,75,55,0.25);
    padding: 30px;
    border-radius: 20px;
    color: white;
    text-align: center;
    backdrop-filter: blur(8px);
}

/* ===== SLIDER ===== */
.slider { width: 80%; margin: auto; overflow: hidden; border-radius: 20px; }
.slides { display: flex; animation: slide 40s infinite; }
.slides img { width: 100%; height: 400px; object-fit: cover; }
@keyframes slide {
    0%   { transform: translateX(0); }
    25%  { transform: translateX(-100%); }
    50%  { transform: translateX(-200%); }
    75%  { transform: translateX(-300%); }
    100% { transform: translateX(0); }
}

/* ===== STORY SECTION ===== */
.story-section {
    position: relative;
    padding: 40px 0 !important;
    background: var(--sand);
    overflow-x: hidden;
}
.story-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 8%;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.story-text {
    flex: 1;
    position: relative;
    min-height: 260px;
    padding: 0 clamp(24px, 4vw, 64px);
    box-sizing: border-box;
}
.story-step {
    position: absolute;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s ease;
}
.story-step.active { opacity: 1; transform: translateY(0); }
.story-step h2 { font-size: 36px; margin-bottom: 10px; }
.story-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-frame {
    width: 100%;
    max-width: 500px;
    height: 400px;
    max-height: 80vh;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid var(--dusty-pink-lt);
    background: var(--creme);
    box-shadow: var(--glass-shadow);
}
.story-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.story-img.active, .story-img:first-child { opacity: 1; z-index: 1; }

/* ===== OVERLAP FIX ===== */
.hero-video + .section {
    margin-top: -40px;
    background: var(--creme);
    border-radius: 30px 30px 0 0;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

/* ===== SLIDER SECTION ===== */
.slider-section {
    padding: 20px 8%;
    background: var(--creme);
}
.slider-section h2.logo {
    font-family: var(--font-logo) !important;
    font-size: 72px;
    font-weight: 400;
    color: var(--text-main);
    text-decoration: none;
}

/* ===== BRANDS SECTION ===== */
.brands-section { padding: 60px 8%; background: var(--creme); }
.brands-header { max-width: 600px; margin-bottom: 40px; }
.brands-header h2 { font-size: 38px; }
.brand-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}
.brand-row.reverse { flex-direction: row-reverse; }
.brand-image {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    max-height: 420px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}
.brand-text { flex: 1; max-width: 500px; }

.about-story {
    min-height: auto;
    display: grid;
    place-items: center;
    padding: 110px 8% 70px;
    background:
        linear-gradient(135deg, rgba(253,250,245,0.88), rgba(240,232,218,0.94)),
        url('1.png') center/cover no-repeat;
}
.about-story-glass {
    width: 100%;
    background: rgba(253,250,245,0.55);
    border: 1px solid rgba(201,169,154,0.35);
    border-radius: 28px;
    padding: clamp(28px, 4vw, 50px) 0;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: var(--glass-shadow);
}
.about-story-glass h1 { 
    font-size: clamp(36px, 5vw, 56px); 
    margin-bottom: 14px; 
    font-family: 'DM Serif Display', Georgia, serif !important;
    color: #3d2b1a !important;
}
.story-writing {
    font-family: var(--font-body);
    color: var(--text-main);
    font-size: clamp(15px, 1.4vw, 20px);
    line-height: 1.85;
    margin: 10px 0;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
}
.about-container.reverse { flex-direction: row-reverse; }
.about-text { flex: 1; max-width: 500px; }
.about-image img {
    width: min(460px, 100%);
    height: min(62vh, 500px);
    object-fit: cover;
    border-radius: 20px;
}

/* ===== TRAVEL SPIRAL ===== */
.travel-section {
    padding: 60px 8% 80px;
    background: linear-gradient(180deg, var(--creme) 0%, var(--sand) 100%);
    overflow: hidden;
}
.travel-header { text-align: center; max-width: 760px; margin: 0 auto 28px; }
.travel-kicker {
    font-family: var(--font-nav);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dusty-pink);
    margin-bottom: 10px;
    display: block;
}
.travel-header h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 8px; }
.travel-spiral {
    position: relative;
    height: 580px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.travel-card {
    position: absolute;
    width: min(340px, 76vw);
    background: rgba(253,250,245,0.90);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    box-shadow: var(--glass-shadow);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translate(-50%, -50%);
    transition: left 0.7s ease, top 0.7s ease, transform 0.7s ease, opacity 0.7s ease;
    overflow: hidden;
}
.travel-card img { width: 100%; height: 210px; object-fit: cover; display: block; }
.travel-card h3 {
    margin: 12px 0 14px;
    text-align: center;
    font-size: 17px;
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--text-main);
}
.travel-card.is-front {
    border-color: rgba(201,169,154,0.90);
    box-shadow: 0 20px 50px rgba(100,75,55,0.18);
}

/* ===== DREAMS ===== */
.dreams-image-section { padding: 0; margin-top: -52px; background: var(--creme); }
.dreams-titlebar { display: none; }
.dreams-image { width: 100%; margin: 0; padding: 0; }
.dreams-image img { width: 100%; height: auto; object-fit: contain; border-radius: 0; display: block; }

/* ===== SMM SECTION ===== */
.smm-section { text-align: center; padding: 60px 8%; background: var(--creme); }
.smm-intro {
    font-family: var(--font-body);
    font-size: clamp(15px, 1.4vw, 18px);
    color: var(--text-mid);
    max-width: 560px;
    margin: 0 auto 40px;
}
.smm-grid { display: flex; justify-content: center; gap: 20px; margin-top: 40px; flex-wrap: wrap; }
.smm-card {
    width: 230px;
    padding: 28px 22px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 22px;
    backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
    transition: all 0.3s ease;
}
.smm-card:hover { transform: translateY(-10px) scale(1.03); box-shadow: 0 22px 50px rgba(100,75,55,0.14); }
.smm-card h3 {
    font-family: var(--font-nav);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--burgundy);
    margin-bottom: 10px;
}
.portfolio-cta { margin-top: 54px; }

/* ===== PORTFOLIO PAGE ===== */
.portfolio-page { background: linear-gradient(180deg, var(--creme) 0%, var(--sand) 100%); }
.portfolio-main { padding: 118px 8% 70px; }
.portfolio-hero { max-width: 760px; margin: 0 auto 24px; text-align: center; }
.portfolio-kicker {
    font-family: var(--font-nav);
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--dusty-pink);
    margin-bottom: 8px;
    display: block;
}
.portfolio-hero h1 { font-size: clamp(36px, 5vw, 58px); margin-bottom: 8px; }
.portfolio-filters { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.portfolio-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--glass-shadow);
    backdrop-filter: var(--glass-blur);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.portfolio-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(100,75,55,0.18); }
.portfolio-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.portfolio-card-info { padding: 14px 16px 16px; }
.portfolio-card-info h3 { margin-bottom: 6px; font-size: 18px; }
.portfolio-card-info p { font-size: 14px; line-height: 1.55; margin-bottom: 9px; }
.portfolio-card-info span {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(201,169,154,0.20);
    color: var(--text-main);
    font-family: var(--font-nav);
    font-size: 11px;
    letter-spacing: 1.2px;
}

/* ===== CONTACT PAGE ===== */
.contact-page { background: linear-gradient(180deg, var(--creme) 0%, var(--sand) 100%); }
.contact-main { padding: 120px 8% 70px; }
.contact-hero { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.contact-kicker {
    font-family: var(--font-nav);
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--dusty-pink);
    margin-bottom: 10px;
    display: block;
}
.contact-hero h1 { font-size: clamp(34px, 5vw, 56px); margin-bottom: 10px; }
.contact-sub { max-width: 650px; margin: 0 auto; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 22px; align-items: stretch; }
.contact-panel {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: clamp(22px, 3vw, 34px);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
}
.contact-cards { margin-top: 14px; display: grid; gap: 14px; }
.contact-chip {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid var(--glass-border);
    background: var(--creme);
    padding: 14px 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 12px rgba(100,75,55,0.06);
}
.contact-chip:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(100,75,55,0.14); }
.chip-label { display: block; font-family: var(--font-nav); font-size: 10px; letter-spacing: 2px; color: var(--text-light); text-transform: uppercase; margin-bottom: 3px; }
.chip-value { font-family: var(--font-body); color: var(--text-main); font-size: 15px; }
.contact-note { margin-top: 12px; font-size: 13px; }
.contact-form { display: grid; gap: 14px; margin-top: 10px; }
.contact-form label { display: grid; gap: 6px; font-family: var(--font-nav); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-mid); }
.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 1px solid rgba(201,169,154,0.45);
    background: var(--creme);
    border-radius: 14px;
    padding: 11px 14px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-main);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--dusty-pink);
    box-shadow: 0 0 0 3px rgba(201,169,154,0.20);
}
.contact-form-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.contact-form button {
    font-family: var(--font-nav);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 24px;
}

/* ===== AI JOURNEY PAGE ===== */
.ai-journey-page { background: linear-gradient(180deg, var(--creme) 0%, var(--sand) 100%); }
.ai-main { padding: 118px 8% 74px; }
.ai-container { width: min(980px, 100%); margin: 0 auto; }
.ai-hero .ai-container,
.ai-section .ai-container {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: clamp(24px, 3vw, 38px);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
}
.ai-kicker {
    font-family: var(--font-nav);
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 10px;
    display: block;
}
.ai-sub { margin-top: 8px; }
.ai-timeline { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 14px; }
.ai-step {
    font-family: var(--font-nav);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    color: var(--text-mid);
    border-radius: 999px;
    padding: 7px 16px;
    cursor: pointer;
    transition: all 0.22s ease;
    backdrop-filter: var(--glass-blur);
}
.ai-step:hover { background: rgba(201,169,154,0.22); color: var(--burgundy); }
.ai-step-content { margin-top: 14px; text-align: center; }
.ai-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.ai-cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ai-card {
    text-align: left;
    border: 1px solid var(--glass-border);
    background: var(--creme);
    border-radius: 18px;
    padding: 18px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 12px rgba(100,75,55,0.06);
}
.ai-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(100,75,55,0.12); }
.ai-card.ai-static { cursor: default; }
.ai-card-title {
    display: block;
    font-family: var(--font-nav);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 7px;
}
.ai-card-body { display: none; color: var(--text-mid); font-family: var(--font-body); }
.ai-card.active .ai-card-body { display: block; }
.ai-generator { text-align: center; }
.ai-gen-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.ai-input {
    border: 1px solid rgba(201,169,154,0.45);
    background: var(--creme);
    border-radius: 12px;
    padding: 10px 14px;
    font-family: var(--font-body);
    font-size: 15px;
    width: min(520px, 100%);
    color: var(--text-main);
    outline: none;
}
.ai-input:focus { border-color: var(--dusty-pink); box-shadow: 0 0 0 3px rgba(201,169,154,0.20); }
.ai-result { margin-top: 14px; }
.ai-skills { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.ai-skill {
    background: rgba(201,169,154,0.15);
    border: 1px solid var(--glass-border);
    padding: 14px 16px;
    border-radius: 16px;
    font-family: var(--font-body);
}
.ai-center { text-align: center; }
.ai-muted { color: var(--text-light); }
.ai-max { max-width: 760px; margin: 10px auto 0; }

/* ===== REVEAL ANIMATION ===== */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.active { opacity: 1; transform: translateY(0); }

/* ===== WHO SECTION (index) ===== */
.who-section {
    display: flex;
    align-items: stretch;
    background: var(--creme);
    min-height: 620px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--sand-mid);
}
.who-text {
    width: 100%;
    flex-shrink: 0;
    padding: clamp(42px, 7vw, 88px) clamp(26px, 6vw, 78px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: var(--creme);
    transition: width 1.1s cubic-bezier(0.76, 0, 0.24, 1);
    border-right: 2px solid var(--sand-mid);
}
.who-text.revealed { width: 50%; }
.who-image {
    width: 0;
    flex-shrink: 0;
    overflow: hidden;
    background: var(--sand);
    transition: width 1.1s cubic-bezier(0.76, 0, 0.24, 1);
}
.who-image.revealed { width: 50%; }
.who-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; min-width: 300px; }

/* ===== REEL STRIP ===== */
.reel-strip {
    background: #2a1f16;
    padding: clamp(30px, 4vw, 52px) 0;
    overflow: hidden;
    position: relative;
    max-height: clamp(400px, 60vh, 824px);
}
.reel-strip__track-wrap {
    overflow: hidden;
    height: clamp(300px, 50vh, 720px);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}

/* Tablet Reel Strip */
@media (max-width: 1024px) {
    .reel-strip {
        padding: clamp(25px, 3vw, 40px) 0;
        max-height: clamp(350px, 55vh, 700px);
    }
    
    .reel-strip__track-wrap {
        height: clamp(250px, 45vh, 600px);
    }
}

/* Mobile Reel Strip */
@media (max-width: 768px) {
    .reel-strip {
        padding: clamp(20px, 3vw, 30px) 0;
        max-height: clamp(300px, 50vh, 600px);
    }
    
    .reel-strip__track-wrap {
        height: clamp(200px, 40vh, 500px);
    }
}

/* Small Mobile Reel Strip */
@media (max-width: 480px) {
    .reel-strip {
        padding: clamp(15px, 2vw, 25px) 0;
        max-height: clamp(250px, 45vh, 500px);
    }
    
    .reel-strip__track-wrap {
        height: clamp(180px, 35vh, 400px);
    }
}

/* ===== PAGE-SPECIFIC PADDINGS ===== */
body.home-page { padding-top: 0; }
body.about-page section:first-of-type { padding-top: 90px; }

/* ===== COMPREHENSIVE MEDIA QUERIES ===== */

/* Large Desktop - 1200px and above */
@media (min-width: 1200px) {
    html {
        font-size: 18px;
    }
    
    .brands-section {
        padding: clamp(3rem, 5vw, 5rem) 8%;
    }
    
    .reel-strip {
        max-height: 824px;
    }
    
    .identity-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

/* Desktop - 1024px to 1199px */
@media (min-width: 1024px) and (max-width: 1199px) {
    html {
        font-size: 17px;
    }
    
    .brands-section {
        padding: clamp(2.5rem, 4vw, 4rem) 7%;
    }
    
    .reel-strip {
        max-height: 700px;
    }
    
    .identity-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

/* Tablet - 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 16px;
    }
    
    .brands-section {
        padding: clamp(2rem, 3vw, 3rem) 6%;
    }
    
    .reel-strip {
        max-height: 600px;
    }
    
    .identity-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .brand-row {
        gap: clamp(20px, 3vw, 40px);
    }
}

/* Mobile - 480px to 767px */
@media (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: 15px;
    }
    
    .brands-section {
        padding: clamp(1.5rem, 4vw, 2.5rem) 5%;
    }
    
    .reel-strip {
        max-height: 500px;
    }
    
    .identity-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .brand-row {
        flex-direction: column;
        gap: 20px;
    }
}

/* Small Mobile - 479px and below */
@media (max-width: 479px) {
    html {
        font-size: 14px;
    }
    
    .brands-section {
        padding: clamp(1rem, 3vw, 2rem) 4%;
    }
    
    .reel-strip {
        max-height: 400px;
    }
    
    .identity-grid {
        grid-template-columns: 1fr;
    }
    
    .brand-row {
        gap: 15px;
    }
    
    .nav {
        width: calc(100% - 16px);
        padding: 8px;
        min-height: 44px;
    }
}

/* Ensure hire button positioning works on all pages */
body.home-page .hire-btn,
body.about-page .hire-btn,
body.portfolio-page .hire-btn {
    position: fixed !important;
    bottom: 24px !important;
    right: 26px !important;
    top: auto !important;
    left: auto !important;
    z-index: 999 !important;
}

/* Additional override for home page specifically */
.home-page .hire-btn {
    position: fixed !important;
    bottom: 24px !important;
    right: 26px !important;
    top: auto !important;
    left: auto !important;
    z-index: 999 !important;
}

/* ===== MOBILE ===== */
@media (max-width: 880px) {
    .ai-main { padding: 102px 5% 60px; }
    .ai-cards, .ai-cards-3, .ai-skills { grid-template-columns: 1fr; }
    .portfolio-main { padding: 102px 5% 54px; }
    .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-main { padding: 100px 5% 52px; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .nav {
        top: 10px;
        width: calc(100% - 24px);
        height: auto;
        padding: 12px 14px;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        row-gap: 10px;
        column-gap: 14px;
        border-radius: 22px;
    }
    .nav a { letter-spacing: 1.2px; font-size: 10px; }
    .logo {
        grid-column: 1 / -1;
        font-size: 28px !important;
        margin: 0;
        text-align: center;
    }
    .hire-btn { top: auto; bottom: 24px; right: 18px; }

    .split { flex-direction: column; text-align: center; }
    .slides img { height: 250px; }
    .story-container {
        position: relative;
        flex-direction: column;
        padding: 24px 20px;
        gap: 30px;
        text-align: center;
    }
    .story-text, .story-visual { width: 100%; }
    .image-frame { width: 100%; max-width: 350px; height: 300px; border-radius: 8px; margin: 0 auto; }
    .brand-row, .brand-row.reverse { flex-direction: column; gap: 30px; }
    .brand-image { padding: 0; }
    .brand-image img { max-height: 320px; }
    .brand-text { text-align: center; }
    .brand-gallery { justify-content: center; }
    .identity-grid { grid-template-columns: 1fr; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .about-story { padding-top: 100px; }
    .about-story-glass { border-radius: 20px; padding: 20px 16px; }
    .travel-section { padding: 40px 5% 60px; }
    .travel-spiral { height: 430px; }
    .travel-card { width: min(240px, 74vw); }
    .travel-card img { height: 150px; }
    .who-section { flex-direction: column; }
    .who-text, .who-text.revealed { width: 100% !important; border-right: none; transition: none; }
    .who-image, .who-image.revealed { width: 100% !important; min-height: 360px; transition: none; }
    .who-image img { min-width: unset; height: 360px; }
    section { padding: 40px 5%; }
}
.services-section {
    min-height: 120vh;
    padding: 8rem 5rem;
}

.service-card img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.services-grid {
    gap: 2rem;
    align-items: stretch;
}

/* ===== HOME SERVICES PALETTE FIX ===== */
body.home-page .services-section {
    background: linear-gradient(180deg, #fdfaf6 0%, #f6efe7 100%) !important;
    color: #3d2b1a;
}

body.home-page .services-section h2,
body.home-page .services-title {
    color: #3d2b1a !important;
}

body.home-page .services-section p,
body.home-page .services-subtitle,
body.home-page .service-card p {
    color: #6b4f38 !important;
}

body.home-page .service-card {
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(200, 168, 130, 0.34) !important;
    box-shadow: 0 14px 34px rgba(61, 43, 26, 0.08) !important;
}

body.home-page .service-card h3 {
    color: #6E3B3B !important;
}

body.home-page .services-section .portfolio-btn,
body.home-page .services-section .cta-btn {
    background: #3d2b1a !important;
    color: #fff !important;
}

/* ===== POLISHED MOBILE HAMBURGER + DRAWER ===== */
@media (max-width: 768px) {
    body.home-page .nav,
    body.about-page .nav,
    body.ai-page .nav,
    body.portfolio-page .nav,
    body.contact-page .nav {
        top: 14px !important;
        right: 14px !important;
        left: auto !important;
        transform: none !important;
        width: 54px !important;
        min-width: 54px !important;
        max-width: 54px !important;
        height: 54px !important;
        min-height: 54px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(253, 250, 246, 0.7)) !important;
        border: 1px solid rgba(200, 168, 130, 0.48) !important;
        box-shadow:
            0 14px 32px rgba(61, 43, 26, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
        backdrop-filter: blur(18px) saturate(150%) !important;
        -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
        z-index: 10050 !important;
    }

    body.home-page .hamburger,
    body.about-page .hamburger,
    body.ai-page .hamburger,
    body.portfolio-page .hamburger,
    body.contact-page .hamburger {
        width: 54px !important;
        height: 54px !important;
        border-radius: 999px !important;
        background: transparent !important;
        border: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        box-shadow: none !important;
    }

    body.home-page .hamburger-line,
    body.about-page .hamburger-line,
    body.ai-page .hamburger-line,
    body.portfolio-page .hamburger-line,
    body.contact-page .hamburger-line {
        width: 22px !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        background: #3d2b1a !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(1),
    body.about-page .hamburger.open .hamburger-line:nth-child(1),
    body.ai-page .hamburger.open .hamburger-line:nth-child(1),
    body.portfolio-page .hamburger.open .hamburger-line:nth-child(1),
    body.contact-page .hamburger.open .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px) !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(3),
    body.about-page .hamburger.open .hamburger-line:nth-child(3),
    body.ai-page .hamburger.open .hamburger-line:nth-child(3),
    body.portfolio-page .hamburger.open .hamburger-line:nth-child(3),
    body.contact-page .hamburger.open .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px) !important;
    }

    body.home-page .mobile-menu,
    body.about-page .mobile-menu,
    body.ai-page .mobile-menu,
    body.portfolio-page .mobile-menu,
    body.contact-page .mobile-menu {
        display: flex !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: min(84vw, 340px) !important;
        max-width: 340px !important;
        height: 100vh !important;
        padding: 92px 20px 28px !important;
        flex-direction: column !important;
        gap: 8px !important;
        background:
            linear-gradient(180deg, rgba(253, 250, 246, 0.98), rgba(246, 239, 231, 0.98)) !important;
        border-left: 1px solid rgba(200, 168, 130, 0.42) !important;
        box-shadow: -18px 0 42px rgba(61, 43, 26, 0.18) !important;
        transform: translateX(calc(100% + 36px)) !important;
        visibility: hidden !important;
        pointer-events: none !important;
        overflow-y: auto !important;
        z-index: 10030 !important;
    }

    body.home-page .mobile-menu.open,
    body.about-page .mobile-menu.open,
    body.ai-page .mobile-menu.open,
    body.portfolio-page .mobile-menu.open,
    body.contact-page .mobile-menu.open,
    body.home-page .hamburger.open ~ .mobile-menu,
    body.about-page .hamburger.open ~ .mobile-menu,
    body.ai-page .hamburger.open ~ .mobile-menu,
    body.portfolio-page .hamburger.open ~ .mobile-menu,
    body.contact-page .hamburger.open ~ .mobile-menu {
        transform: translateX(0) !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body.home-page .nav .mobile-menu a,
    body.about-page .nav .mobile-menu a,
    body.ai-page .nav .mobile-menu a,
    body.portfolio-page .nav .mobile-menu a,
    body.contact-page .nav .mobile-menu a {
        width: 100% !important;
        padding: 15px 16px !important;
        border: 1px solid rgba(200, 168, 130, 0.18) !important;
        border-radius: 16px !important;
        background: rgba(255, 255, 255, 0.34) !important;
        color: #3d2b1a !important;
        font-family: 'Averia Serif Libre', Georgia, serif !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        letter-spacing: 1.8px !important;
        line-height: 1.2 !important;
        text-align: left !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        box-shadow: 0 6px 16px rgba(61, 43, 26, 0.04) !important;
    }

    body.home-page .nav .mobile-menu a:hover,
    body.about-page .nav .mobile-menu a:hover,
    body.ai-page .nav .mobile-menu a:hover,
    body.portfolio-page .nav .mobile-menu a:hover,
    body.contact-page .nav .mobile-menu a:hover {
        background: rgba(200, 168, 130, 0.18) !important;
        border-color: rgba(200, 168, 130, 0.34) !important;
        padding-left: 20px !important;
    }

    body.home-page .nav .mobile-menu a.logo,
    body.about-page .nav .mobile-menu a.logo,
    body.ai-page .nav .mobile-menu a.logo,
    body.portfolio-page .nav .mobile-menu a.logo,
    body.contact-page .nav .mobile-menu a.logo {
        order: -1 !important;
        margin-bottom: 14px !important;
        padding: 0 4px 18px !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(200, 168, 130, 0.32) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #3d2b1a !important;
        font-family: 'Sacramento', cursive !important;
        font-size: 38px !important;
        letter-spacing: normal !important;
        text-transform: none !important;
    }
}

/* ===== FINAL HAMBURGER STACK LOCK ===== */
@media (max-width: 768px) {
    body.home-page .hamburger,
    body.about-page .hamburger,
    body.ai-page .hamburger,
    body.portfolio-page .hamburger,
    body.contact-page .hamburger {
        display: inline-flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        line-height: 0 !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    body.home-page .hamburger-line,
    body.about-page .hamburger-line,
    body.ai-page .hamburger-line,
    body.portfolio-page .hamburger-line,
    body.contact-page .hamburger-line {
        display: block !important;
        flex: 0 0 auto !important;
        width: 22px !important;
        height: 2px !important;
        margin: 0 !important;
        transform-origin: center !important;
    }

    body.home-page .hamburger:not(.open) .hamburger-line,
    body.about-page .hamburger:not(.open) .hamburger-line,
    body.ai-page .hamburger:not(.open) .hamburger-line,
    body.portfolio-page .hamburger:not(.open) .hamburger-line,
    body.contact-page .hamburger:not(.open) .hamburger-line {
        transform: none !important;
        opacity: 1 !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(1),
    body.about-page .hamburger.open .hamburger-line:nth-child(1),
    body.ai-page .hamburger.open .hamburger-line:nth-child(1),
    body.portfolio-page .hamburger.open .hamburger-line:nth-child(1),
    body.contact-page .hamburger.open .hamburger-line:nth-child(1) {
        transform: translateY(6px) rotate(45deg) !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(2),
    body.about-page .hamburger.open .hamburger-line:nth-child(2),
    body.ai-page .hamburger.open .hamburger-line:nth-child(2),
    body.portfolio-page .hamburger.open .hamburger-line:nth-child(2),
    body.contact-page .hamburger.open .hamburger-line:nth-child(2) {
        opacity: 0 !important;
    }

    body.home-page .hamburger.open .hamburger-line:nth-child(3),
    body.about-page .hamburger.open .hamburger-line:nth-child(3),
    body.ai-page .hamburger.open .hamburger-line:nth-child(3),
    body.portfolio-page .hamburger.open .hamburger-line:nth-child(3),
    body.contact-page .hamburger.open .hamburger-line:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg) !important;
    }
}

/* ===== FINAL HOME REEL STRIP POLISH ===== */
body.home-page {
    --reel-card-width: clamp(190px, 22vw, 300px);
    --reel-card-height: calc(var(--reel-card-width) * 16 / 9);
}

body.home-page .reel-strip {
    max-height: none !important;
    padding: clamp(30px, 4vw, 48px) 0 !important;
    overflow: hidden !important;
}

body.home-page .reel-strip__track-wrap {
    position: relative !important;
    max-width: 100vw !important;
    height: var(--reel-card-height) !important;
    overflow: hidden !important;
    contain: layout paint !important;
}

body.home-page .marquee-track {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: max-content !important;
    align-items: center !important;
    gap: clamp(12px, 2vw, 16px) !important;
    animation-duration: 78s !important;
}

body.home-page .reel-card {
    width: var(--reel-card-width) !important;
    height: var(--reel-card-height) !important;
    flex: 0 0 var(--reel-card-width) !important;
    aspect-ratio: 9 / 16 !important;
    border-radius: clamp(18px, 2vw, 24px) !important;
    background:
        linear-gradient(145deg, rgba(68, 44, 28, 0.18), rgba(245, 240, 232, 0.35)),
        #cbb7a4 !important;
    box-shadow: 0 16px 34px rgba(61, 43, 26, 0.18) !important;
    contain: layout paint !important;
}

body.home-page .reel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(110deg, rgba(255,255,255,0.06), rgba(255,255,255,0.26), rgba(255,255,255,0.06));
    transform: translateX(-100%);
    animation: reelCardSheen 1.6s ease-in-out infinite;
}

body.home-page .reel-card.is-video-ready::before {
    opacity: 0;
    animation: none;
}

body.home-page .reel-card video,
body.home-page .reel-card img,
body.home-page .reel-card__gradient {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: inherit !important;
}

body.home-page .reel-card video {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    opacity: 0;
    transition: opacity 260ms ease;
}

body.home-page .reel-card.is-video-ready video {
    opacity: 1;
}

body.home-page .reel-card__gradient,
body.home-page .reel-card__tag,
body.home-page .reel-card__title {
    opacity: 0;
    transition: opacity 260ms ease;
}

body.home-page .reel-card.is-video-ready .reel-card__gradient {
    opacity: 1;
}

body.home-page .reel-card.is-video-ready .reel-card__tag,
body.home-page .reel-card.is-video-ready .reel-card__title {
    opacity: 1;
}

body.home-page .reel-card__gradient {
    z-index: 2 !important;
}

body.home-page .reel-card__tag,
body.home-page .reel-card__title {
    z-index: 3 !important;
}

@keyframes reelCardSheen {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    body.home-page {
        --reel-card-width: clamp(180px, 30vw, 260px);
    }
}

@media (max-width: 768px) {
    body.home-page .mobile-menu:not(.open),
    body.about-page .mobile-menu:not(.open),
    body.ai-page .mobile-menu:not(.open),
    body.contact-page .mobile-menu:not(.open) {
        display: none !important;
    }

    body.home-page .mobile-menu.open,
    body.home-page .hamburger.open ~ .mobile-menu,
    body.about-page .mobile-menu.open,
    body.about-page .hamburger.open ~ .mobile-menu,
    body.ai-page .mobile-menu.open,
    body.ai-page .hamburger.open ~ .mobile-menu,
    body.contact-page .mobile-menu.open,
    body.contact-page .hamburger.open ~ .mobile-menu {
        display: flex !important;
    }

    body.home-page {
        --reel-card-width: clamp(172px, 54vw, 230px);
    }

    body.home-page .reel-strip {
        padding: 24px 0 !important;
    }

    body.home-page .marquee-track {
        animation-duration: 88s !important;
    }
}

@media (max-width: 480px) {
    body.home-page {
        --reel-card-width: clamp(166px, 60vw, 210px);
    }

    body.home-page .reel-strip {
        padding: 20px 0 !important;
    }
}





