/* ===== GLOMBANG — Custom Styles ===== */

/* ---------- Root variables ---------- */
:root {
    --bg-cream: #FFF8F0;
    --bg-white: #FFFFFF;
    --navy: #1B2A4A;
    --navy-light: #2D3E5F;
    --accent-yellow: #FFD166;
    --accent-pink: #FF6B8A;
    --accent-green: #06D6A0;
    --accent-purple: #A78BFA;
    --accent-blue: #60A5FA;
    --accent-orange: #FB923C;
    --text-dark: #1B2A4A;
    --text-body: #4A5568;
    --text-light: #94A3B8;
    --pastel-yellow: #FFF7DB;
    --pastel-pink: #FFE4EC;
    --pastel-green: #D1FAE5;
    --pastel-purple: #EDE9FE;
    --pastel-blue: #DBEAFE;
    --pastel-orange: #FFEDD5;
    --shadow-soft: 0 4px 24px rgba(27, 42, 74, 0.06);
    --shadow-card: 0 8px 32px rgba(27, 42, 74, 0.08);
    --radius-lg: 1.25rem;
    --radius-xl: 1.75rem;
    --radius-2xl: 2rem;
}

/* ---------- Base ---------- */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--bg-cream);
    color: var(--text-body);
    line-height: 1.7;
    overflow-x: hidden;
}

/* ---------- Typography ---------- */
h1,
h2,
h3,
h4,
.logo-mark {
    font-family: 'Fraunces', Georgia, serif;
    letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--navy);
    line-height: 1.2;
    font-weight: 800;
}

.font-handwritten {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: italic;
}

/* ---------- Blob / Wave decorations ---------- */
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.blob-yellow {
    background: var(--accent-yellow);
}

.blob-pink {
    background: var(--accent-pink);
}

.blob-green {
    background: var(--accent-green);
}

.blob-purple {
    background: var(--accent-purple);
}

.blob-blue {
    background: var(--accent-blue);
}

/* ---------- SVG Doodles ---------- */
.doodle-circle {
    display: inline-block;
    position: relative;
}

.doodle-circle::after {
    content: '';
    position: absolute;
    inset: -8px -12px;
    border: 3px solid var(--accent-pink);
    border-radius: 50%;
    transform: rotate(-3deg);
    pointer-events: none;
}

.doodle-circle--draw::after {
    display: none;
}

.doodle-circle__svg {
    position: absolute;
    left: calc(-18px - 1.5%);
    top: 50%;
    width: calc(103% + 36px);
    height: auto;
    color: var(--accent-pink);
    transform: translateY(-50%) rotate(-4deg);
    pointer-events: none;
}

.doodle-circle__svg path {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: doodle-circle-draw 1.35s cubic-bezier(0.77, 0, 0.175, 1) 0.35s forwards;
}

@keyframes doodle-circle-draw {
    to {
        stroke-dashoffset: 0;
    }
}

.doodle-underline {
    display: inline-block;
    position: relative;
}

.doodle-underline::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M2 8 Q50 2 100 8 Q150 14 198 6' stroke='%23FFD166' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}

.doodle-arrow {
    display: inline-block;
}

/* ---------- Stats section doodles ---------- */
.stats-doodles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.stats-doodle-pattern {
    position: absolute;
    inset: -2rem;
    opacity: 0.32;
    background-size: 280px 280px;
    background-repeat: repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg stroke='%231B2A4A' stroke-opacity='0.22' stroke-width='2.2' stroke-linecap='round' fill='none'%3E%3Cpath d='M24 40 q12 -10 24 0 q12 10 24 0'/%3E%3Cpath d='M180 52 l14 14 l-14 14 l-14 -14 z'/%3E%3Cpath d='M64 108 a14 14 0 1 0 28 0 a14 14 0 1 0 -28 0'/%3E%3Cpath d='M136 106 l10 20 l-22 -12 l24 -4 z'/%3E%3Cpath d='M214 120 q8 -16 16 0 q-8 16 -16 0 z'/%3E%3Cpath d='M42 186 l10 -8 l12 2 l-4 11 l-12 3 z'/%3E%3Cpath d='M108 182 q10 -12 20 0 q-10 12 -20 0 z'/%3E%3Cpath d='M164 184 c0 -8 7 -14 15 -14 c7 0 15 6 15 14 c0 8 -8 15 -15 19 c-7 -4 -15 -11 -15 -19 z'/%3E%3Cpath d='M230 194 q10 -8 20 0 q10 8 20 0'/%3E%3Cpath d='M22 248 l8 -16 l8 16 l-16 -10 l16 0 z'/%3E%3Cpath d='M88 246 l0 -16 m-8 8 l16 0'/%3E%3Cpath d='M146 242 q10 -8 20 0 q10 8 20 0'/%3E%3Cpath d='M228 244 q8 -6 16 0 q8 6 16 0'/%3E%3Cpath d='M118 44 l4 8 l9 1 l-7 6 l2 9 l-8 -5 l-8 5 l2 -9 l-7 -6 l9 -1 z'/%3E%3Cpath d='M236 28 m-8 0 a8 8 0 1 0 16 0 a8 8 0 1 0 -16 0'/%3E%3Cpath d='M30 128 l12 -12 m0 12 l-12 -12'/%3E%3Cpath d='M196 236 l8 -10 l8 10 l-8 10 z'/%3E%3C/g%3E%3C/svg%3E");
}

.stats-doodle-fade {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 248, 240, 0) 20%, rgba(255, 248, 240, 0.78) 78%);
}

/* ---------- Vibe section doodles ---------- */
.vibe-doodles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.vibe-doodle {
    position: absolute;
    color: rgba(255, 255, 255, 0.28);
    animation: vibe-doodle-float 7s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, opacity;
}

.vibe-doodle--wave {
    top: 16%;
    left: 7%;
    width: clamp(7rem, 15vw, 11rem);
    color: rgba(255, 209, 102, 0.42);
    --vibe-rot: -8deg;
    animation-delay: 0.2s;
}

.vibe-doodle--star {
    top: 20%;
    right: 12%;
    width: clamp(2.6rem, 6vw, 4rem);
    color: rgba(255, 255, 255, 0.26);
    animation-name: vibe-doodle-twinkle;
    animation-duration: 6.2s;
    animation-delay: 0.7s;
}

.vibe-doodle--loop {
    bottom: 12%;
    right: 8%;
    width: clamp(3.5rem, 8vw, 5.2rem);
    color: rgba(167, 139, 250, 0.36);
    --vibe-rot: 12deg;
    animation-duration: 8s;
    animation-delay: 1.2s;
}

.vibe-doodle--spark {
    top: 46%;
    left: 9%;
    width: clamp(2.1rem, 5.2vw, 3.3rem);
    color: rgba(255, 209, 102, 0.35);
    animation-name: vibe-doodle-twinkle;
    animation-duration: 5.8s;
    animation-delay: 1.8s;
}

.vibe-doodle--zig {
    bottom: 18%;
    left: 36%;
    width: clamp(5.2rem, 13vw, 8.8rem);
    color: rgba(255, 255, 255, 0.2);
    --vibe-rot: -4deg;
    animation-name: vibe-doodle-drift;
    animation-duration: 8.8s;
    animation-delay: 0.9s;
}

.vibe-doodle--miniwave {
    top: 29%;
    right: 32%;
    width: clamp(4.2rem, 9vw, 6.6rem);
    color: rgba(255, 209, 102, 0.28);
    --vibe-rot: 9deg;
    animation-duration: 7.4s;
    animation-delay: 1.4s;
}

.vibe-card-deck-wrap {
    margin-top: clamp(0.85rem, 2vw, 1.6rem);
}

.vibe-card-deck {
    position: relative;
    width: min(900px, 100%);
    height: clamp(340px, 45vw, 460px);
    margin-inline: auto;
    isolation: isolate;
}

.vibe-card-deck .hero-image-card {
    width: clamp(165px, 22vw, 220px);
    border-color: rgba(255, 255, 255, 0.58);
    box-shadow: 0 15px 34px rgba(5, 12, 29, 0.35);
}

.vibe-image-card {
    top: 23%;
    left: 50%;
}

.vibe-image-card--one {
    z-index: 1;
    animation: vibe-card-open-one 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.02s forwards;
    animation-play-state: paused;
}

.vibe-image-card--two {
    z-index: 2;
    animation: vibe-card-open-two 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
    animation-play-state: paused;
}

.vibe-image-card--three {
    z-index: 5;
    animation: vibe-card-open-three 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
    animation-play-state: paused;
}

.vibe-image-card--four {
    z-index: 3;
    animation: vibe-card-open-four 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.26s forwards;
    animation-play-state: paused;
}

.vibe-image-card--five {
    z-index: 1;
    animation: vibe-card-open-five 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.34s forwards;
    animation-play-state: paused;
}

.vibe-card-deck.is-inview .vibe-image-card--one,
.vibe-card-deck.is-inview .vibe-image-card--two,
.vibe-card-deck.is-inview .vibe-image-card--three,
.vibe-card-deck.is-inview .vibe-image-card--four,
.vibe-card-deck.is-inview .vibe-image-card--five {
    animation-play-state: running;
}

@keyframes vibe-card-open-one {
    0% { transform: translate(-50%, -50%) scale(0.7) rotate(0deg); opacity: 0; }
    42% { transform: translate(calc(-50% - 290px), -53%) scale(0.98) rotate(-17deg); opacity: 1; }
    100% { transform: translate(calc(-50% - 280px), -51%) scale(0.88) rotate(-13deg); opacity: 1; }
}

@keyframes vibe-card-open-two {
    0% { transform: translate(-50%, -50%) scale(0.7) rotate(0deg); opacity: 0; }
    44% { transform: translate(calc(-50% - 170px), -52%) scale(1) rotate(-10deg); opacity: 1; }
    100% { transform: translate(calc(-50% - 160px), -50.5%) scale(0.92) rotate(-7deg); opacity: 1; }
}

@keyframes vibe-card-open-three {
    0% { transform: translate(-50%, -50%) scale(0.68) rotate(0deg); opacity: 0; }
    45% { transform: translate(-50%, -52%) scale(1.12) rotate(-1deg); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); opacity: 1; }
}

@keyframes vibe-card-open-four {
    0% { transform: translate(-50%, -50%) scale(0.7) rotate(0deg); opacity: 0; }
    44% { transform: translate(calc(-50% + 170px), -52%) scale(1) rotate(10deg); opacity: 1; }
    100% { transform: translate(calc(-50% + 160px), -50.5%) scale(0.92) rotate(7deg); opacity: 1; }
}

@keyframes vibe-card-open-five {
    0% { transform: translate(-50%, -50%) scale(0.7) rotate(0deg); opacity: 0; }
    42% { transform: translate(calc(-50% + 290px), -53%) scale(0.98) rotate(17deg); opacity: 1; }
    100% { transform: translate(calc(-50% + 280px), -51%) scale(0.88) rotate(13deg); opacity: 1; }
}

@keyframes vibe-doodle-float {
    0%,
    100% {
        transform: translateY(0) rotate(var(--vibe-rot, 0deg));
    }
    50% {
        transform: translateY(-9px) rotate(var(--vibe-rot, 0deg));
    }
}

@keyframes vibe-doodle-drift {
    0%,
    100% {
        transform: translateX(0) rotate(var(--vibe-rot, 0deg));
        opacity: 0.18;
    }
    50% {
        transform: translateX(8px) rotate(calc(var(--vibe-rot, 0deg) + 2deg));
        opacity: 0.28;
    }
}

@keyframes vibe-doodle-twinkle {
    0%,
    100% {
        transform: scale(1) rotate(var(--vibe-rot, 0deg));
        opacity: 0.22;
    }
    50% {
        transform: scale(1.08) rotate(calc(var(--vibe-rot, 0deg) + 4deg));
        opacity: 0.4;
    }
}

/* ---------- Intro section photo background ---------- */
.intro-photo-bg {
    position: relative;
    isolation: isolate;
}

.intro-photo-bg::before,
.intro-photo-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.intro-photo-bg::before {
    z-index: 0;
    background-image: url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(1) contrast(1.25) blur(5px);
}

.intro-photo-bg::after {
    z-index: 1;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.94));
}

/* ---------- Buttons ---------- */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: var(--accent-yellow);
    color: var(--navy);
    font-weight: 700;
    font-size: 1rem;
    border-radius: 50px;
    border: 2px solid var(--navy);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 4px 4px 0 var(--navy);
}

.btn-primary:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 var(--navy);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: transparent;
    color: var(--navy);
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    border: 2px solid var(--navy);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-secondary:hover {
    background: var(--navy);
    color: #fff;
}

/* ---------- Cards ---------- */
.card {
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    padding: 2rem;
    box-shadow: var(--shadow-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(27, 42, 74, 0.12);
}

.card-pastel-yellow {
    background: var(--pastel-yellow);
}

.card-pastel-pink {
    background: var(--pastel-pink);
}

.card-pastel-green {
    background: var(--pastel-green);
}

.card-pastel-purple {
    background: var(--pastel-purple);
}

.card-pastel-blue {
    background: var(--pastel-blue);
}

.card-pastel-orange {
    background: var(--pastel-orange);
}

/* ---------- Sticky Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 300;
    background: rgba(255, 248, 240, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(27, 42, 74, 0.06);
    transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
    box-shadow: var(--shadow-soft);
}

.site-header__inner {
    position: relative;
}

.header-brand {
    min-width: 0;
}

.header-desktop-talk {
    display: none;
}

.header-mobile-talk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    padding: 0.56rem 1rem;
    border-radius: 999px;
    border: 2px solid var(--navy);
    background: var(--accent-yellow);
    color: var(--navy);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 3px 3px 0 var(--navy);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-mobile-talk i {
    font-size: 0.95rem;
}

.header-mobile-talk__label {
    display: inline-block;
}

.header-mobile-talk:hover,
.header-mobile-talk:focus-visible {
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0 var(--navy);
}

@media (min-width: 768px) {
    .header-desktop-talk {
        display: inline-flex;
    }

    .header-mobile-talk {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header-desktop-talk {
        display: none !important;
    }

    .header-mobile-talk {
        display: inline-flex !important;
    }
}

/* ---------- Hamburger ---------- */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    z-index: 110;
}

.hamburger span {
    display: block;
    width: 26px;
    height: 3px;
    background: var(--navy);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 768px) {
    .site-header .site-header__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.55rem;
        padding-inline: 0.9rem;
        padding-block: 0.5rem;
        height: auto;
        min-height: 4.35rem;
    }

    .site-header .header-brand {
        min-width: 0;
        max-width: 100%;
    }

    .site-header .logo-mark {
        font-size: clamp(1.35rem, 5.7vw, 1.6rem);
        white-space: nowrap;
    }

    .site-header .header-actions {
        display: flex;
        align-items: center;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        gap: 0.6rem;
    }

    .site-header .header-actions > * {
        flex-shrink: 0;
    }

    .site-header .nav-links {
        grid-column: 1 / -1;
    }

    .hamburger {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        width: 2.35rem;
        height: 2.25rem;
        padding: 0.28rem;
        border-radius: 0.55rem;
        border: 2px solid rgba(27, 42, 74, 0.42);
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 3px 10px rgba(27, 42, 74, 0.08);
        z-index: 1100;
    }

    .hamburger span {
        width: 18px;
        height: 2.5px;
    }

    .hamburger.active {
        position: relative;
        padding: 0.45rem;
        border-radius: 0.75rem;
        border: 2px solid rgba(27, 42, 74, 0.2);
        background: rgba(255, 248, 240, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 28px rgba(27, 42, 74, 0.14);
    }

    .nav-links {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100dvh;
        background: linear-gradient(160deg, rgba(255, 248, 240, 0.97), rgba(255, 228, 236, 0.94));
        background-image:
            radial-gradient(circle at 18% 14%, rgba(255, 209, 102, 0.16) 0%, rgba(255, 209, 102, 0) 36%),
            radial-gradient(circle at 82% 10%, rgba(255, 107, 138, 0.18) 0%, rgba(255, 107, 138, 0) 34%),
            radial-gradient(circle at 14% 90%, rgba(96, 165, 250, 0.16) 0%, rgba(96, 165, 250, 0) 36%),
            linear-gradient(160deg, rgba(255, 248, 240, 0.97), rgba(255, 228, 236, 0.94));
        backdrop-filter: blur(10px) saturate(115%);
        -webkit-backdrop-filter: blur(10px) saturate(115%);
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-top: none;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
        flex-direction: column;
        padding: 6.5rem 1.5rem 2rem;
        gap: 0.95rem;
        transition: opacity 0.35s ease, transform 0.35s ease;
        box-shadow: 0 20px 40px rgba(27, 42, 74, 0.15);
        box-shadow: 0 20px 40px rgba(27, 42, 74, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.55);
        z-index: 320;
        opacity: 0;
        transform: translateY(-18px) scale(0.98);
        pointer-events: none;
        overflow: hidden;
    }

    .nav-links.open {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
        animation: nav-panel-pop 0.45s cubic-bezier(0.2, 0.9, 0.2, 1);
    }

    .nav-links::before,
    .nav-links::after {
        content: '';
        position: absolute;
        border-radius: 9999px;
        pointer-events: none;
        z-index: -1;
    }

    .nav-links::before {
        width: 15rem;
        height: 15rem;
        top: -6rem;
        right: -4rem;
        background: radial-gradient(circle, rgba(255, 107, 138, 0.28) 0%, rgba(255, 107, 138, 0) 70%);
        animation: nav-blob-float-a 9s ease-in-out infinite;
    }

    .nav-links::after {
        width: 16rem;
        height: 16rem;
        bottom: -7rem;
        left: -5rem;
        background: radial-gradient(circle, rgba(96, 165, 250, 0.24) 0%, rgba(96, 165, 250, 0) 72%);
        animation: nav-blob-float-b 10s ease-in-out infinite;
    }

    .nav-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        position: relative;
        overflow: hidden;
        width: min(320px, 100%);
        text-align: center;
        padding: 0.85rem 1rem;
        border-radius: 9999px;
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(27, 42, 74, 0.07);
        box-shadow: 0 8px 18px rgba(27, 42, 74, 0.08);
        font-size: 1.1rem;
        opacity: 0;
        transform: translateY(10px) scale(0.98);
        transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, opacity 0.25s ease;
    }

    .nav-links a i {
        font-size: 1.05rem;
        opacity: 0.92;
    }

    .nav-links a::before {
        content: '';
        position: absolute;
        left: 0.9rem;
        top: 50%;
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 9999px;
        background: rgba(255, 107, 138, 0.55);
        transform: translateY(-50%) scale(0.65);
        opacity: 0.65;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .nav-links a::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(115deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 82%);
        transform: translateX(-130%);
        transition: transform 0.45s ease;
        pointer-events: none;
    }

    .nav-links.open a {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .nav-links a:nth-child(1) { transition-delay: 0.08s; }
    .nav-links a:nth-child(2) { transition-delay: 0.14s; }
    .nav-links a:nth-child(3) { transition-delay: 0.2s; }
    .nav-links a:nth-child(4) { transition-delay: 0.26s; }

    .nav-links a:hover,
    .nav-links a:focus-visible {
        transform: translateY(-2px) scale(1.01);
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 12px 20px rgba(27, 42, 74, 0.12);
    }

    .nav-links a:hover::before,
    .nav-links a:focus-visible::before {
        transform: translateY(-50%) scale(1.1);
        opacity: 1;
    }

    .nav-links a:hover::after,
    .nav-links a:focus-visible::after {
        transform: translateX(120%);
    }

    .nav-links a.font-bold {
        background: linear-gradient(120deg, rgba(255, 228, 236, 0.95), rgba(255, 247, 219, 0.95));
        border-color: rgba(255, 107, 138, 0.28);
    }

    .nav-links a.font-bold::before {
        background: rgba(255, 107, 138, 0.95);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    .nav-mobile-extra {
        width: min(330px, 100%);
        margin-top: 0.9rem;
        padding: 0.95rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.56);
        border: 1px solid rgba(27, 42, 74, 0.09);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 8px 20px rgba(27, 42, 74, 0.08);
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.25s ease 0.3s, transform 0.25s ease 0.3s;
    }

    .nav-links.open .nav-mobile-extra {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-mobile-extra__title {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: rgba(27, 42, 74, 0.55);
        font-weight: 700;
        margin-bottom: 0.55rem;
    }

    .nav-mobile-extra__item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.48rem 0.5rem;
        border-radius: 0.65rem;
        color: var(--navy);
        font-size: 0.9rem;
        font-weight: 600;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .nav-mobile-extra__item:hover,
    .nav-mobile-extra__item:focus-visible {
        background: rgba(255, 255, 255, 0.65);
        transform: translateX(2px);
    }

    .nav-mobile-extra__item i {
        font-size: 1rem;
        color: var(--accent-pink);
    }

    .nav-mobile-meta {
        margin-top: 0.6rem;
        padding-top: 0.65rem;
        border-top: 1px dashed rgba(27, 42, 74, 0.15);
        display: grid;
        gap: 0.3rem;
    }

    .nav-mobile-meta p {
        margin: 0;
        font-size: 0.67rem;
        line-height: 1.45;
        color: rgba(27, 42, 74, 0.58);
        letter-spacing: 0.01em;
        text-align: center;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(20, 29, 49, 0.35);
        z-index: 250;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .nav-overlay.open {
        opacity: 1;
        pointer-events: all;
    }

    @keyframes nav-panel-pop {
        0% {
            transform: translateY(-14px) scale(0.985);
        }
        100% {
            transform: translateY(0) scale(1);
        }
    }

    @keyframes nav-blob-float-a {
        0%,
        100% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-8px, 10px);
        }
    }

    @keyframes nav-blob-float-b {
        0%,
        100% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(9px, -8px);
        }
    }
}

@media (max-width: 480px) {
    .site-header .site-header__inner {
        padding-inline: 0.72rem;
        gap: 0.42rem;
    }

    .site-header .logo-mark {
        font-size: 1.28rem;
    }

    .header-mobile-talk {
        width: 2.35rem;
        height: 2.35rem;
        padding: 0;
        border-radius: 0.72rem;
        justify-content: center;
    }

    .header-mobile-talk__label {
        display: none;
    }

    .header-mobile-talk i {
        font-size: 1rem;
    }
}

@media (max-width: 360px) {
    .header-mobile-talk {
        display: none !important;
    }
}

/* ---------- Logo strip ---------- */
.logo-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.logo-strip span {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-light);
    opacity: 0.6;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.logo-strip span:hover {
    opacity: 1;
}

/* ---------- Accordion ---------- */
.accordion-item {
    border: 2px solid rgba(27, 42, 74, 0.08);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease;
}

.accordion-item:hover {
    border-color: rgba(27, 42, 74, 0.15);
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    background: var(--bg-white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--navy);
    border: none;
    width: 100%;
    text-align: left;
    transition: background 0.3s ease;
    gap: 1rem;
}

.accordion-header:hover {
    background: var(--pastel-yellow);
}

.accordion-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--pastel-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease;
    font-size: 1.25rem;
    color: var(--navy);
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
    background: var(--accent-yellow);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 1.5rem;
    background: var(--bg-white);
}

.accordion-item.active .accordion-body {
    max-height: 800px;
    padding: 0 1.5rem 1.5rem;
}

/* ---------- Stats counter ---------- */
.stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
}

@media (max-width: 640px) {
    .home-stats-section .stats-card {
        padding: 1.25rem 0.95rem;
        border-radius: 1.35rem;
    }

    .home-stats-section .stats-icon {
        font-size: 1.7rem;
        margin-bottom: 0.5rem;
    }

    .home-stats-section .stat-number {
        font-size: clamp(2.05rem, 9vw, 2.55rem);
        line-height: 0.95;
        letter-spacing: -0.02em;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .home-stats-section .stat-number--range {
        font-size: clamp(1.75rem, 8.4vw, 2.2rem);
    }

    .home-stats-section .stats-desc {
        font-size: 0.72rem;
        line-height: 1.32;
        margin-top: 0.45rem;
    }
}

/* ---------- Footer wave ---------- */
.footer-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.footer-wave svg {
    width: 100%;
    height: 80px;
    display: block;
}

/* ---------- Floating social dock ---------- */
.social-float-dock {
    position: fixed;
    right: max(0.7rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
    z-index: 220;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    pointer-events: none;
    transform: translateY(0);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.social-float-dock.dock-has-top {
    transform: translateY(-3.35rem);
}

.social-float-btn {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 1.5px solid rgba(27, 42, 74, 0.14);
    background: rgba(255, 255, 255, 0.96);
    color: var(--navy);
    box-shadow: 0 9px 18px rgba(27, 42, 74, 0.12), 0 2px 0 rgba(27, 42, 74, 0.12);
    transform: translateZ(0);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    pointer-events: auto;
}

.social-float-btn:hover,
.social-float-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(27, 42, 74, 0.16), 0 2px 0 rgba(27, 42, 74, 0.16);
}

.social-float-btn--instagram {
    color: #ff6b8a;
    background: linear-gradient(180deg, #fff5f8, #ffeaf1);
    border-color: rgba(255, 107, 138, 0.25);
}

.social-float-btn--tiktok {
    color: #60a5fa;
    background: linear-gradient(180deg, #f4f9ff, #e7f1ff);
    border-color: rgba(96, 165, 250, 0.28);
}

.social-float-btn--whatsapp {
    color: #06d6a0;
    background: linear-gradient(180deg, #effff8, #e1fff3);
    border-color: rgba(6, 214, 160, 0.26);
}

.social-float-btn--top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.35rem;
    margin-inline: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.86);
    color: var(--navy);
    background: linear-gradient(180deg, #fff9ea, #fff2cf);
    border-color: rgba(255, 209, 102, 0.42);
    transition:
        opacity 0.24s ease,
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.24s ease;
}

.social-float-btn--top i {
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.22s ease, transform 0.28s ease;
}

.social-float-btn--top.is-visible {
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 9px 18px rgba(27, 42, 74, 0.12), 0 2px 0 rgba(27, 42, 74, 0.12);
    transform: translateY(0) scale(1);
}

.social-float-btn--top.is-visible i {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 640px) {
    .social-float-dock {
        right: 0.45rem;
        bottom: 0.7rem;
        gap: 0.42rem;
    }

    .social-float-dock.dock-has-top {
        transform: translateY(-3rem);
    }

    .social-float-btn {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 0.78rem;
        font-size: 1.05rem;
    }

    .social-float-btn--top {
        bottom: -3rem;
    }
}

@media (max-width: 768px) {
    [data-aos],
    [data-aos].aos-animate {
        transform: none !important;
    }
}

/* ---------- Section spacing ---------- */
.section {
    padding: 5rem 1.5rem;
    position: relative;
}

@media (min-width: 768px) {
    .section {
        padding: 6rem 2rem;
    }
}

@media (min-width: 1024px) {
    .section {
        padding: 7rem 2rem;
    }
}

/* ---------- Credibility tags ---------- */
.tag {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1.5px solid rgba(27, 42, 74, 0.12);
    background: var(--bg-white);
    color: var(--navy);
    gap: 0.4rem;
}

/* ---------- Team Values Separator ---------- */
.values-grid>div {
    position: relative;
}

.values-grid>div:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(27, 42, 74, 0.08);
}

@media (max-width: 768px) {
    .values-grid>div:not(:last-child)::after {
        display: none;
    }
}

/* ---------- Process steps ---------- */
.step-number {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.125rem;
    flex-shrink: 0;
}

/* ---------- Form inputs ---------- */
.form-input {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 2px solid rgba(27, 42, 74, 0.12);
    border-radius: var(--radius-lg);
    background: var(--bg-white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    color: var(--navy);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

.form-input:focus {
    border-color: var(--accent-yellow);
    box-shadow: 0 0 0 3px rgba(255, 209, 102, 0.25);
}

.form-input::placeholder {
    color: var(--text-light);
}

textarea.form-input {
    resize: vertical;
    min-height: 120px;
}

/* ---------- Marquee animation ---------- */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-track {
    animation: marquee 30s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

/* ---------- Floating animation ---------- */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.float-anim {
    animation: float 4s ease-in-out infinite;
}

/* ---------- Wave emoji pulse ---------- */
@keyframes wave-pulse {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(15deg) scale(1.1);
    }

    50% {
        transform: rotate(-10deg) scale(1);
    }

    75% {
        transform: rotate(12deg) scale(1.05);
    }
}

.wave-emoji {
    display: inline-block;
    animation: wave-pulse 2.5s ease-in-out infinite;
}

/* ---------- Hero card deck animation ---------- */
.hero-card-deck {
    position: relative;
    width: min(620px, 100%);
    height: clamp(400px, 52vw, 520px);
    isolation: isolate;
}

.hero-image-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(190px, 31vw, 260px);
    aspect-ratio: 3 / 4;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 42px rgba(27, 42, 74, 0.2);
    background: linear-gradient(135deg, var(--pastel-green), var(--pastel-blue));
    opacity: 0;
    cursor: pointer;
    scale: 1;
    transition: scale 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    touch-action: none;
    -ms-touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.hero-image-card.drag-transform-fallback {
    animation: none !important;
}

.hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27, 42, 74, 0.45) 0%, rgba(27, 42, 74, 0.12) 45%, rgba(27, 42, 74, 0) 100%);
}

.hero-image-card__caption {
    position: absolute;
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.8rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    background: rgba(27, 42, 74, 0.55);
    backdrop-filter: blur(4px);
    transition: background 0.35s ease;
}

.hero-image-card:hover,
.hero-image-card:focus-visible,
.hero-image-card.is-zoomed {
    scale: 1.06;
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 52px rgba(27, 42, 74, 0.28);
}

.hero-image-card:hover .hero-image-card__caption,
.hero-image-card:focus-visible .hero-image-card__caption,
.hero-image-card.is-zoomed .hero-image-card__caption {
    background: rgba(27, 42, 74, 0.72);
}

.hero-image-card--left {
    z-index: 1;
    animation: hero-card-open-left 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.02s forwards;
}

.hero-image-card--center {
    z-index: 3;
    animation: hero-card-open-center 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

.hero-image-card--right {
    z-index: 2;
    animation: hero-card-open-right 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
}

.hero-doodle-arrow {
    top: 3.5rem;
    right: calc(100% - 0.75rem);
    width: 5rem;
    height: 5rem;
    color: rgba(27, 42, 74, 0.35);
    transform: rotate(-8deg);
    transform-origin: center;
    animation: hero-arrow-wiggle 3.4s ease-in-out 1.2s infinite;
}

.hero-doodle-arrow path:first-child {
    stroke-dasharray: 5 5;
}

.hero-float-badge {
    position: absolute;
    z-index: 20;
}

.hero-float-badge--top {
    top: 6%;
    right: -1%;
}

.hero-float-badge--mid {
    top: 56%;
    right: -7%;
}

.hero-float-badge--bottom {
    bottom: 5%;
    left: 1%;
}

@keyframes hero-card-open-left {
    0% {
        transform: translate(-50%, -50%) scale(0.7) rotate(0deg);
        opacity: 0;
    }

    40% {
        transform: translate(calc(-50% - 220px), -55%) scale(0.98) rotate(-16deg);
        opacity: 1;
    }

    72% {
        transform: translate(calc(-50% - 184px), -48.5%) scale(0.9) rotate(-8deg);
        opacity: 1;
    }

    100% {
        transform: translate(calc(-50% - 195px), -49%) scale(0.92) rotate(-10deg);
        opacity: 1;
    }
}

@keyframes hero-card-open-center {
    0% {
        transform: translate(-50%, -50%) scale(0.68) rotate(0deg);
        opacity: 0;
    }

    45% {
        transform: translate(-50%, -54%) scale(1.12) rotate(-1.5deg);
        opacity: 1;
    }

    78% {
        transform: translate(-50%, -51.4%) scale(0.97) rotate(0.6deg);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -52%) scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes hero-card-open-right {
    0% {
        transform: translate(-50%, -50%) scale(0.7) rotate(0deg);
        opacity: 0;
    }

    40% {
        transform: translate(calc(-50% + 220px), -55%) scale(0.98) rotate(16deg);
        opacity: 1;
    }

    72% {
        transform: translate(calc(-50% + 184px), -48.5%) scale(0.9) rotate(8deg);
        opacity: 1;
    }

    100% {
        transform: translate(calc(-50% + 195px), -49%) scale(0.92) rotate(10deg);
        opacity: 1;
    }
}

@keyframes hero-arrow-wiggle {

    0%,
    100% {
        transform: rotate(-8deg) translateY(0);
    }

    50% {
        transform: rotate(-1deg) translateY(-4px);
    }
}

@media (max-width: 1024px) {
    .hero-doodle-arrow {
        width: 4.5rem;
        height: 4.5rem;
    }

    .hero-float-badge--top {
        top: 7%;
        right: 1%;
    }

    .hero-float-badge--mid {
        top: 58%;
        right: -2%;
    }

    .hero-float-badge--bottom {
        bottom: 4%;
        left: 4%;
    }

    @keyframes hero-card-open-left {
        100% {
            transform: translate(calc(-50% - 160px), -49%) scale(0.92) rotate(-8deg);
            opacity: 1;
        }
    }

    @keyframes hero-card-open-right {
        100% {
            transform: translate(calc(-50% + 160px), -49%) scale(0.92) rotate(8deg);
            opacity: 1;
        }
    }
}

@media (max-width: 640px) {
    .hero-card-deck {
        width: min(470px, 100%);
        height: 390px;
    }

    .hero-image-card {
        width: 185px;
    }

    .hero-image-card__caption {
        font-size: 0.72rem;
    }

    .hero-doodle-arrow {
        top: 2.2rem;
        right: 17.9rem;
        width: 3.9rem;
        height: 3.9rem;
        z-index: 100;
    }

    .hero-float-badge span {
        font-size: 0.8rem;
    }

    .hero-float-badge--top {
        top: 3%;
        right: 2%;
    }

    .hero-float-badge--mid {
        top: 60%;
        right: -1%;
    }

    .hero-float-badge--bottom {
        bottom: 2%;
        left: 2%;
    }

    @keyframes hero-card-open-left {
        100% {
            transform: translate(calc(-50% - 110px), -49%) scale(0.9) rotate(-6deg);
            opacity: 1;
        }
    }

    @keyframes hero-card-open-right {
        100% {
            transform: translate(calc(-50% + 110px), -49%) scale(0.9) rotate(6deg);
            opacity: 1;
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-image-card {
        animation: none;
        opacity: 1;
    }

    .hero-image-card--left {
        transform: translate(calc(-50% - 110px), -49%) scale(0.92) rotate(-7deg);
    }

    .hero-image-card--center {
        transform: translate(-50%, -52%) scale(1);
    }

    .hero-image-card--right {
        transform: translate(calc(-50% + 110px), -49%) scale(0.92) rotate(7deg);
    }

    .doodle-circle__svg path {
        animation: none;
        stroke-dashoffset: 0;
    }

    .vibe-doodle {
        animation: none;
    }

    .vibe-image-card--one {
        transform: translate(calc(-50% - 220px), -51%) scale(0.88) rotate(-11deg);
    }

    .vibe-image-card--two {
        transform: translate(calc(-50% - 125px), -50.5%) scale(0.92) rotate(-6deg);
    }

    .vibe-image-card--three {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    .vibe-image-card--four {
        transform: translate(calc(-50% + 125px), -50.5%) scale(0.92) rotate(6deg);
    }

    .vibe-image-card--five {
        transform: translate(calc(-50% + 220px), -51%) scale(0.88) rotate(11deg);
    }
}

@media (max-width: 768px) {
    .stats-doodle-pattern {
        background-size: 220px 220px;
        opacity: 0.26;
    }

    .vibe-doodle--wave {
        top: 11%;
        left: 3%;
    }

    .vibe-doodle--star {
        top: 10%;
        right: 7%;
    }

    .vibe-doodle--loop {
        bottom: 7%;
        right: 4%;
    }

    .vibe-doodle--spark {
        left: 5%;
        top: 54%;
    }

    .vibe-doodle--zig {
        left: 30%;
        bottom: 8%;
    }

    .vibe-doodle--miniwave {
        right: 22%;
        top: 19%;
    }

    .vibe-card-deck-wrap {
        margin-top: 0.8rem;
    }

    .vibe-card-deck {
        width: min(640px, 100%);
        height: 440px;
    }

    .vibe-card-deck .hero-image-card {
        width: clamp(145px, 26vw, 176px);
    }

    .vibe-card-deck .hero-image-card__caption {
        font-size: 0.74rem;
    }

    .vibe-image-card {
        top: 50%;
    }

    @keyframes vibe-card-open-one {
        100% { transform: translate(calc(-50% - 155px), -80%) scale(0.92) rotate(-11deg); opacity: 1; }
    }

    @keyframes vibe-card-open-two {
        100% { transform: translate(-50%, -83%) scale(0.96) rotate(-2deg); opacity: 1; }
    }

    @keyframes vibe-card-open-three {
        100% { transform: translate(calc(-50% + 155px), -80%) scale(0.92) rotate(11deg); opacity: 1; }
    }

    @keyframes vibe-card-open-four {
        100% { transform: translate(calc(-50% - 90px), 20%) scale(0.9) rotate(-7deg); opacity: 1; }
    }

    @keyframes vibe-card-open-five {
        100% { transform: translate(calc(-50% + 90px), 20%) scale(0.9) rotate(7deg); opacity: 1; }
    }

    .intro-photo-bg::before {
        background-position: center 38%;
    }
}

@media (max-width: 640px) {
    .vibe-card-deck-wrap {
        margin-top: 0.7rem;
    }

    .vibe-card-deck {
        width: min(520px, 100%);
        height: 400px;
    }

    .vibe-card-deck .hero-image-card {
        width: 136px;
    }

    .vibe-card-deck .hero-image-card__caption {
        font-size: 0.71rem;
        left: 0.45rem;
        right: 0.45rem;
        bottom: 0.45rem;
        padding: 0.35rem 0.42rem;
    }

    @keyframes vibe-card-open-one {
        100% { transform: translate(calc(-50% - 128px), -78%) scale(0.9) rotate(-10deg); opacity: 1; }
    }

    @keyframes vibe-card-open-two {
        100% { transform: translate(-50%, -81%) scale(0.94) rotate(-2deg); opacity: 1; }
    }

    @keyframes vibe-card-open-three {
        100% { transform: translate(calc(-50% + 128px), -78%) scale(0.9) rotate(10deg); opacity: 1; }
    }

    @keyframes vibe-card-open-four {
        100% { transform: translate(calc(-50% - 76px), 18%) scale(0.89) rotate(-6deg); opacity: 1; }
    }

    @keyframes vibe-card-open-five {
        100% { transform: translate(calc(-50% + 76px), 18%) scale(0.89) rotate(6deg); opacity: 1; }
    }
}

@media (max-width: 480px) {
    .vibe-card-deck {
        width: min(420px, 100%);
        height: 360px;
    }

    .vibe-card-deck .hero-image-card {
        width: 118px;
    }

    .vibe-card-deck .hero-image-card__caption {
        font-size: 0.67rem;
        gap: 0.24rem;
        padding: 0.28rem 0.34rem;
    }

    @keyframes vibe-card-open-one {
        100% { transform: translate(calc(-50% - 104px), -76%) scale(0.89) rotate(-9deg); opacity: 1; }
    }

    @keyframes vibe-card-open-two {
        100% { transform: translate(-50%, -79%) scale(0.93) rotate(-2deg); opacity: 1; }
    }

    @keyframes vibe-card-open-three {
        100% { transform: translate(calc(-50% + 104px), -76%) scale(0.89) rotate(9deg); opacity: 1; }
    }

    @keyframes vibe-card-open-four {
        100% { transform: translate(calc(-50% - 64px), 16%) scale(0.87) rotate(-5deg); opacity: 1; }
    }

    @keyframes vibe-card-open-five {
        100% { transform: translate(calc(-50% + 64px), 16%) scale(0.87) rotate(5deg); opacity: 1; }
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
    .vibe-image-card--one {
        transform: translate(calc(-50% - 155px), -80%) scale(0.92) rotate(-11deg);
    }

    .vibe-image-card--two {
        transform: translate(-50%, -83%) scale(0.96) rotate(-2deg);
    }

    .vibe-image-card--three {
        transform: translate(calc(-50% + 155px), -80%) scale(0.92) rotate(11deg);
    }

    .vibe-image-card--four {
        transform: translate(calc(-50% - 90px), 20%) scale(0.9) rotate(-7deg);
    }

    .vibe-image-card--five {
        transform: translate(calc(-50% + 90px), 20%) scale(0.9) rotate(7deg);
    }
}

/* ---------- About hero wave scene ---------- */
.about-hero-wave-scene {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    overflow: hidden;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 0.96) 58%, rgba(0, 0, 0, 0.18) 92%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 0.96) 58%, rgba(0, 0, 0, 0.18) 92%, rgba(0, 0, 0, 0));
}

.about-wave {
    position: absolute;
    left: 50%;
    width: 112%;
    transform: translateX(-50%);
    will-change: transform, opacity;
}

.about-wave--deep,
.about-wave--back,
.about-wave--mid,
.about-wave--front {
    bottom: -1px;
    height: clamp(178px, 34vh, 286px);
}

.about-wave--line,
.about-wave--foam,
.about-wave--ripple,
.about-wave--sheen {
    bottom: clamp(74px, 12vh, 120px);
    height: clamp(80px, 14vh, 118px);
}

.about-wave--deep {
    z-index: 1;
    opacity: 0.56;
    animation: about-wave-drift-deep 19s ease-in-out infinite;
}

.about-wave--back {
    z-index: 2;
    opacity: 0.7;
    animation: about-wave-drift-back 16s ease-in-out infinite;
}

.about-wave--mid {
    z-index: 3;
    opacity: 0.84;
    animation: about-wave-drift-mid 13.5s ease-in-out infinite;
}

.about-wave--front {
    z-index: 4;
    opacity: 0.94;
    animation: about-wave-drift-front 10.5s ease-in-out infinite;
}

.about-wave--line {
    z-index: 7;
    opacity: 0.34;
    animation: about-wave-line 9s ease-in-out infinite;
}

.about-wave--foam {
    z-index: 8;
    opacity: 0.64;
    animation: about-wave-foam 7.2s ease-in-out infinite;
}

.about-wave--ripple {
    z-index: 6;
    opacity: 0.24;
    animation: about-wave-ripple 6.6s ease-in-out infinite;
}

.about-wave--sheen {
    z-index: 9;
    opacity: 0.58;
    animation: about-wave-sheen 5.4s ease-in-out infinite;
}

/* ---------- About hero floating text ---------- */
.about-hero-content {
    position: relative;
    z-index: 11;
}

.about-hero-float,
.about-hero-swell {
    --about-float-x: 0px;
    --about-float-y: 0px;
    --about-float-rot: 0deg;
    transform: translate3d(var(--about-float-x), var(--about-float-y), 0) rotate(var(--about-float-rot));
    transform-origin: center;
    will-change: transform, opacity;
}

.about-hero-float--story,
.about-hero-swell--story {
    animation: about-copy-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.about-hero-float--title,
.about-hero-swell--title {
    animation: about-copy-rise 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.about-hero-float--subtitle,
.about-hero-swell--subtitle {
    animation: about-copy-rise 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.33s both;
}

.about-hero-swell--glyph {
    animation: about-copy-rise 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}

@keyframes about-copy-rise {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0) scale(0.985);
    }

    100% {
        opacity: 1;
        transform: translate3d(var(--about-float-x), var(--about-float-y), 0) rotate(var(--about-float-rot)) scale(1);
    }
}

@keyframes about-wave-drift-deep {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(calc(-50% + 14px)) translateY(-5px); }
}

@keyframes about-wave-drift-back {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(calc(-50% - 18px)) translateY(-8px); }
}

@keyframes about-wave-drift-mid {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(calc(-50% + 22px)) translateY(-10px); }
}

@keyframes about-wave-drift-front {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(calc(-50% - 26px)) translateY(-12px); }
}

@keyframes about-wave-line {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(calc(-50% + 16px)) translateY(-6px); }
}

@keyframes about-wave-foam {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(calc(-50% - 14px)) translateY(-7px); }
}

@keyframes about-wave-ripple {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(calc(-50% + 12px)) translateY(-5px); }
}

@keyframes about-wave-sheen {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.74; }
    50% { transform: translateX(calc(-50% - 9px)) translateY(-6px); opacity: 0.95; }
}

@media (max-width: 768px) {
    .about-wave {
        width: 136%;
    }

    .about-wave--line,
    .about-wave--foam,
    .about-wave--ripple,
    .about-wave--sheen {
        bottom: clamp(58px, 10vh, 94px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-wave,
    .about-hero-float,
    .about-hero-swell,
    .about-hero-swell--glyph {
        animation: none !important;
        transform: none !important;
    }
}

/* ---------- Gradient text ---------- */
.gradient-text {
    background: linear-gradient(135deg, var(--accent-pink), var(--accent-purple), var(--accent-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---------- Link styles ---------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------- Selection ---------- */
::selection {
    background: var(--accent-yellow);
    color: var(--navy);
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-cream);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-yellow);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-orange);
}
