/* ============================================
   HAMBURGER ASIA — Refreshed Website Styles
   ============================================ */

:root {
    --amber: #FFB800;
    --amber-dark: #E5A500;
    --amber-glow: #FFD54F;
    --black: #1A1A1A;
    --black-pure: #000000;
    --dark: #111111;
    --gray-900: #1E1E1E;
    --gray-800: #2A2A2A;
    --gray-700: #3A3A3A;
    --gray-400: #888888;
    --gray-200: #CCCCCC;
    --white: #FFFFFF;
    --off-white: #F5F5F0;

    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---- RESET ---- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: var(--font-body);
    background: var(--dark);
    color: var(--white);
    overflow-x: hidden;
    cursor: none;
}
a { color: inherit; text-decoration: none; cursor: none; }
button { cursor: none; border: none; background: none; font-family: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
ul { list-style: none; }

/* ---- LOADER ---- */
/* ---- PREMIUM LOADER (21st.dev inspired) ---- */
#loader {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #09090b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.loader-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, transparent 70%);
    filter: blur(60px);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
.loader-bg-glow-2 {
    top: 30%;
    left: 25%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245,158,11,0.05) 0%, transparent 70%);
    filter: blur(80px);
    transform: translate(-50%, -50%);
}
.loader-bg-glow-3 {
    top: 60%;
    left: 75%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(245,158,11,0.04) 0%, transparent 70%);
    filter: blur(70px);
    transform: translate(-50%, -50%);
}
#loaderParticles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}
.loader-scanline {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,184,0,0) 10%, rgba(255,184,0,0.6) 50%, rgba(255,184,0,0) 90%, transparent 100%);
    box-shadow: 0 0 20px rgba(255,184,0,0.3), 0 0 60px rgba(255,184,0,0.1);
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    top: 0;
}
.loader-premium {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.loader-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px -1px rgba(0,0,0,0.2);
}
.loader-pill-text {
    font-size: 0.85rem;
    color: #e4e4e7;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.loader-hero-text {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: 0.15em;
    margin: 0;
    color: var(--amber);
    -webkit-text-fill-color: var(--amber);
}
.loader-hero-sub {
    font-size: 1.125rem;
    color: #a1a1aa;
    margin: -8px 0 8px 0;
    letter-spacing: 0.05em;
    font-weight: 400;
}
/* Ornamental divider */
.loader-awards-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,184,0,0.3), transparent);
    position: relative;
    margin: 4px 0;
}
.loader-awards-divider span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--amber);
    transform: rotate(45deg);
    box-shadow: 0 0 8px rgba(255,184,0,0.5);
}
/* Awards showcase */
.loader-awards-showcase {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-top: 12px;
}
.award-glass-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 184, 0, 0.15);
    border-radius: 24px;
    padding: 36px 44px 24px 44px;
    box-shadow:
        0 10px 40px -10px rgba(0,0,0,0.5),
        0 0 30px -5px rgba(255,184,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.award-glass-card:hover {
    box-shadow:
        0 24px 48px -12px rgba(245,158,11,0.25),
        0 0 40px -5px rgba(255,184,0,0.15);
    border-color: rgba(255,184,0,0.4);
}
.award-glass-card img {
    height: 150px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    opacity: 1;
    filter: drop-shadow(0 4px 16px rgba(255,184,0,0.15));
    transition: opacity 0.3s ease, filter 0.3s ease;
    position: relative;
    z-index: 2;
}
.award-glass-card:hover img {
    filter: drop-shadow(0 4px 20px rgba(255,184,0,0.3));
}
.award-card-label {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,184,0,0.7);
    position: relative;
    z-index: 2;
}
/* Shimmer sweep */
.award-card-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,184,0,0.04) 40%,
        rgba(255,184,0,0.08) 50%,
        rgba(255,184,0,0.04) 60%,
        transparent 100%
    );
    z-index: 3;
    pointer-events: none;
}
@keyframes shimmerSweep {
    0% { left: -100%; }
    50%, 100% { left: 200%; }
}
.award-glass-card:nth-child(1) .award-card-shimmer { animation-delay: 0s; }
.award-glass-card:nth-child(2) .award-card-shimmer { animation-delay: 0.8s; }
.award-glass-card:nth-child(3) .award-card-shimmer { animation-delay: 1.6s; }
/* Card ambient glow */
.award-card-glow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 40px;
    background: radial-gradient(ellipse, rgba(255,184,0,0.12) 0%, transparent 70%);
    filter: blur(15px);
    z-index: 0;
    pointer-events: none;
}
/* Enter button */
.loader-enter-btn {
    margin-top: 24px;
    padding: 14px 48px;
    font-family: var(--font-display);
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    color: #09090b;
    background: var(--amber);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px rgba(255,184,0,0.3), 0 4px 16px rgba(0,0,0,0.3);
    transition: transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275),
                box-shadow 0.3s ease,
                background 0.3s ease;
}
.loader-enter-btn:hover {
    transform: scale(1.06);
    box-shadow: 0 0 30px rgba(255,184,0,0.5), 0 8px 24px rgba(0,0,0,0.3);
    background: var(--amber-glow);
}
.loader-enter-btn:active {
    transform: scale(0.97);
}
/* Loader responsive */
@media (max-width: 768px) {
    .loader-awards-showcase {
        flex-direction: row;
        gap: 12px;
        flex-wrap: nowrap;
        padding: 0 16px;
    }
    .award-glass-card {
        padding: 16px 12px 14px 12px;
        flex: 1 1 0;
        min-width: 0;
        gap: 10px;
    }
    .award-glass-card img {
        height: 60px;
        max-width: 100%;
        object-fit: contain;
    }
    .award-card-label {
        font-size: 0.6rem;
        letter-spacing: 0.05em;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .loader-awards-showcase {
        gap: 8px;
        padding: 0 8px;
    }
    .award-glass-card {
        padding: 12px 6px 10px 6px;
        border-radius: 14px;
        gap: 8px;
    }
    .award-glass-card img {
        height: 40px;
    }
    .award-card-label {
        font-size: 0.45rem;
        letter-spacing: 0;
    }
}

/* ---- COUNTDOWN INTRO ---- */
#countdown-intro {
    position: fixed;
    inset: 0;
    z-index: 9500;
    background: var(--black-pure);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
#countdown-intro.hidden {
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}
.countdown-content {
    text-align: center;
    position: relative;
}
.countdown-label {
    font-family: var(--font-body);
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.35em;
    color: var(--gray-400);
    text-transform: uppercase;
    margin-bottom: 16px;
    opacity: 0;
}
.countdown-number {
    font-family: var(--font-display);
    font-size: clamp(5rem, 15vw, 12rem);
    color: var(--amber);
    line-height: 1;
    letter-spacing: -0.02em;
    opacity: 0;
    transform: scale(0.8);
}
.countdown-sub {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 4vw, 3rem);
    letter-spacing: 0.2em;
    color: var(--white);
    margin-top: 8px;
    opacity: 0;
}
.countdown-timer {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    opacity: 0;
}
.timer-block {
    width: 80px;
    height: 80px;
    border: 2px solid var(--amber);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.timer-num {
    font-family: var(--font-display);
    font-size: 3rem;
    color: var(--amber);
}
.countdown-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(255, 184, 0, 0.2);
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
}

/* ---- SCROLL START PROMPT ---- */
.scroll-start-prompt {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s var(--ease-out-expo), transform 0.6s var(--ease-out-expo);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.85)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}
.scroll-start-prompt.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.scroll-exp-prompt {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
    transition: opacity 0.6s var(--ease-out-expo), transform 0.6s var(--ease-out-expo);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.85)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}
.scroll-exp-prompt.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.ssp-mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 184, 0, 0.55);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    position: relative;
}
.ssp-mouse::before,
.ssp-mouse::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: rgba(255, 184, 0, 0.2);
}
.ssp-mouse::before { top: -18px; height: 14px; }
.ssp-mouse::after  { bottom: -18px; height: 14px; }
.ssp-wheel {
    width: 4px;
    height: 8px;
    background: var(--amber);
    border-radius: 2px;
    animation: sspScroll 1.7s ease-in-out infinite;
}
@keyframes sspScroll {
    0%   { opacity: 1; transform: translateY(0); }
    55%  { opacity: 0; transform: translateY(12px); }
    56%  { opacity: 0; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}
.ssp-text {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.38em;
    color: rgba(255, 184, 0, 0.65);
    text-transform: uppercase;
}
/* Subtle pulsing amber ring behind the mouse icon */
.ssp-mouse-ring {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 184, 0, 0.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: sspRingPulse 2.4s ease-out infinite;
}
@keyframes sspRingPulse {
    0%   { transform: translate(-50%, -50%) scale(0.6); opacity: 0.5; }
    100% { transform: translate(-50%, -50%) scale(1.6); opacity: 0; }
}

/* ---- SCROLL-BASED HERO CANVAS ---- */
#hero-scroll-container {
    position: relative;
    height: 500vh; /* gives us room to scroll through frames */
    background: var(--black-pure);
}
#heroCanvas {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh; /* dynamic height prevents iOS scroll jumps */
    display: block;
    background: var(--black-pure);
}
.hero-scroll-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 40px 100px;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.6) 70%,
        rgba(0,0,0,0.85) 100%
    );
}
.hero-scroll-overlay.visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease;
}
.hso-tag {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
}
.hso-tag-line {
    display: block;
    width: 48px;
    height: 2px;
    background: var(--amber);
}
.hso-tag-text {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--amber);
}
.hso-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 7vw, 6.5rem);
    line-height: 0.95;
    letter-spacing: -0.01em;
    max-width: 900px;
}
.hso-line {
    display: block;
    overflow: hidden;
}
.hso-line span {
    display: inline-block;
    transform: translateY(110%);
}
.hso-accent { color: var(--amber); }
.hso-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 36px;
    opacity: 0;
    transform: translateY(20px);
}
.hso-stats {
    display: flex;
    gap: 40px;
}
.hso-stat {
    display: flex;
    flex-direction: column;
}
.hso-stat-num {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--amber);
    line-height: 1;
}
.hso-stat-label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.7;
}
.hso-scroll-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.7;
    pointer-events: auto;
}
.hso-scroll-cta svg { animation: scrollBounce 2s infinite; }

/* Progress bar on the right side */
.hero-scroll-progress {
    position: fixed;
    top: 50%;
    right: 20px;
    width: 3px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 20;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.hero-scroll-progress.visible { opacity: 1; }
.hsp-fill {
    width: 100%;
    height: 0%;
    background: var(--amber);
    border-radius: 3px;
    transition: height 0.1s linear;
}

/* ---- FUN RUN SCROLL CANVAS ---- */
#funrun-scroll-container {
    position: relative;
    height: 550vh; /* space for 146 frames + 200vh overlap */
    background: transparent;
    margin-top: -200vh;
    z-index: 5;
}
#funrunCanvas {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: block;
    background: var(--black-pure);
    opacity: 0; /* GSAP will crossfade this in */
}
.funrun-scroll-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.85) 100%
    );
}
.funrun-scroll-overlay.visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease;
}

/* ---- PARTICIPANTS SCROLL CANVAS ---- */
#participants-scroll-container {
    position: relative;
    height: 600vh; /* space for 170 frames + 200vh overlap */
    background: transparent;
    margin-top: -200vh;
    z-index: 6;
}
#participantsCanvas {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: block;
    background: var(--black-pure);
    opacity: 0; /* GSAP will crossfade this in */
}
.participants-scroll-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.85) 100%
    );
}
.participants-scroll-overlay.visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease;
}

/* ---- CUSTOM CURSOR ---- */
.cursor-dot {
    width: 24px;
    height: 24px;
    background-color: var(--amber);
    filter: drop-shadow(0 0 5px var(--amber));
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0 L18 7 L11 10 L15 17 L12 19 L8 12 L0 18 Z"/></svg>');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0 L18 7 L11 10 L15 17 L12 19 L8 12 L0 18 Z"/></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform-origin: top left;
    transform: translate(0, 0);
    transition: transform 0.1s;
}
.cursor-ring {
    width: 44px;
    height: 44px;
    border: 2px solid rgba(255, 184, 0, 0.8);
    box-shadow: 0 0 15px rgba(255, 184, 0, 0.3);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, border-color 0.3s, box-shadow 0.3s;
}
body:has(a:hover) .cursor-ring,
body:has(button:hover) .cursor-ring {
    width: 64px;
    height: 64px;
    border-color: var(--amber);
    box-shadow: 0 0 20px rgba(255, 184, 0, 0.6);
}
body:has(a:hover) .cursor-dot,
body:has(button:hover) .cursor-dot {
    transform: translate(0, 0) scale(1.5);
}

/* ---- NAVIGATION ---- */
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 40px;
    transition: all 0.4s var(--ease-out-quart);
}
#navbar.scrolled {
    background: rgba(17, 17, 17, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 40px;
    border-bottom: 1px solid rgba(255, 184, 0, 0.1);
}
.nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.nav-logo strong { font-weight: 800; color: var(--amber); }
.logo-icon { width: 36px; height: 36px; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}
.nav-link {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    padding: 4px 0;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--amber);
    transition: width 0.3s var(--ease-out-expo);
}
.nav-link:hover::after { width: 100%; }
.nav-cta {
    background: var(--amber);
    color: var(--black);
    padding: 10px 28px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s var(--ease-out-expo);
}
.nav-cta:hover {
    background: var(--white);
    transform: scale(1.05);
}
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
}
.nav-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--white);
    transition: all 0.3s;
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(17, 17, 17, 0.98);
    backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
}
.mobile-menu.active { opacity: 1; pointer-events: all; }
.mobile-menu-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.mobile-link {
    font-family: var(--font-display);
    font-size: 3rem;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}
.mobile-link:hover { color: var(--amber); }
.mobile-cta { color: var(--amber); }

/* Old hero styles removed — replaced by scroll canvas hero */
@keyframes scrollBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* ---- ABOUT ---- */
/* Seamless bridge from the hero canvas into the about section */
#about-section-wrapper {
    position: relative;
    z-index: 2;
    background: var(--dark);
    /* Top shadow bleeds over the canvas, eliminating the hard cut */
    box-shadow: 0 -120px 120px 40px var(--dark);
}
#about {
    padding: 140px 40px;
    max-width: 1400px;
    margin: 0 auto;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.section-label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.label-num {
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--amber);
    letter-spacing: 0.05em;
}
.label-line {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--gray-700);
}
.label-text {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--gray-400);
}
.about-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 28px;
    letter-spacing: 0.01em;
}
.text-accent { color: var(--amber); }
.about-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--gray-200);
    margin-bottom: 20px;
    font-weight: 300;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 14px 36px;
    background: var(--amber);
    color: var(--black);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all 0.4s var(--ease-out-expo);
}
.btn-primary:hover {
    background: var(--white);
    transform: translateX(4px);
}
.about-image-stack {
    position: relative;
    height: 500px;
}
.about-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 70%;
    border-radius: 12px;
    overflow: hidden;
}
.about-img-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 55%;
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid var(--dark);
}
.about-accent-box {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 120px;
    height: 120px;
    border: 2px solid var(--amber);
    border-radius: 12px;
    z-index: -1;
}

/* ---- STATS ---- */
#stats {
    padding: 120px 40px;
    position: relative;
    overflow: hidden;
    background: var(--black);
}
.stats-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-display);
    font-size: clamp(10rem, 25vw, 20rem);
    color: rgba(255, 184, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
}
.stats-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 72px;
}
.stats-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}
.stats-sub {
    font-size: 1rem;
    color: var(--gray-400);
    font-weight: 300;
}
.stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.stat-card {
    background: var(--gray-900);
    border: 1px solid var(--gray-800);
    border-radius: 16px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s var(--ease-out-expo);
}
.stat-card:hover {
    border-color: var(--amber);
    transform: translateY(-4px);
}
.stat-card:hover .stat-icon { opacity: 0.15; }
.stat-number {
    font-family: var(--font-display);
    font-size: 3.5rem;
    color: var(--amber);
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--gray-400);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.stat-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    opacity: 0.08;
    transition: opacity 0.3s;
}
.stat-icon svg { width: 100%; height: 100%; stroke: var(--amber); }

/* ---- SERVICES ---- */
#services {
    padding: 140px 40px;
    background: var(--dark);
}
.services-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.services-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 60px;
    letter-spacing: 0.02em;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.service-card {
    background: var(--gray-900);
    border: 1px solid var(--gray-800);
    border-radius: 20px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s var(--ease-out-expo);
}
.service-card:hover {
    border-color: var(--amber);
    background: linear-gradient(135deg, var(--gray-900) 0%, rgba(255, 184, 0, 0.05) 100%);
    transform: translateY(-4px);
}
.service-card:hover .service-line { width: 100%; }
.service-card:hover .service-num { color: var(--amber); }
.service-num {
    font-family: var(--font-display);
    font-size: 3rem;
    color: var(--gray-800);
    line-height: 1;
    margin-bottom: 16px;
    transition: color 0.4s;
}
.service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}
.service-icon svg { width: 100%; height: 100%; }
.service-name {
    font-family: var(--font-display);
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}
.service-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--gray-400);
    font-weight: 300;
}
.service-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--amber);
    transition: width 0.5s var(--ease-out-expo);
}

/* ---- EVENTS GALLERY ---- */
#events {
    padding: 140px 40px;
    background: var(--black);
}
.events-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.events-header {
    margin-bottom: 60px;
}
.events-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    letter-spacing: 0.02em;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}
.portfolio-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.4s var(--ease-out-expo);
}
.portfolio-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 184, 0, 0.4);
    transform: translateY(-5px);
}
.pf-logo-container {
    height: 90px;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pf-logo-container.coway-logo-container,
.pf-logo-container.custom-large-container {
    height: 125px;
    margin-top: -15px;
    margin-bottom: 9px;
}
.pf-logo {
    max-height: 100%;
    max-width: 80%;
    object-fit: contain;
    transform: scale(0);
    opacity: 0;
}
.pf-logo.pf-logo-large {
    max-height: 120%;
    max-width: 100%;
}
.portfolio-card:hover .pf-logo {
    transform: scale(1.1) !important;
}
.pf-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pf-name {
    font-family: var(--font-display);
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: var(--white);
    line-height: 1.2;
}
.pf-years {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 12px;
}
.pf-metrics {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.pf-num {
    font-family: var(--font-display);
    font-size: 2.2rem;
    color: var(--amber);
    line-height: 1;
}
.pf-label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-top: 4px;
}
.reveal-portfolio {
    opacity: 0;
    visibility: hidden;
}

/* ---- TESTIMONIALS ---- */
#testimonials {
    padding: 140px 40px;
    background: var(--dark);
    overflow: hidden;
}
.testimonials-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.testimonials-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 60px;
    letter-spacing: 0.02em;
}
.testimonial-carousel {
    position: relative;
    overflow: hidden;
}
.testimonial-track {
    display: flex;
    transition: transform 0.6s var(--ease-out-expo);
}
.testimonial-card {
    min-width: 100%;
    padding: 56px;
    background: var(--gray-900);
    border: 1px solid var(--gray-800);
    border-radius: 24px;
    margin-right: 24px;
    position: relative;
}
.testimonial-quote {
    font-family: var(--font-display);
    font-size: 6rem;
    color: var(--amber);
    line-height: 0.5;
    margin-bottom: 24px;
    opacity: 0.3;
}
.testimonial-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--gray-200);
    font-weight: 300;
    margin-bottom: 32px;
    max-width: 800px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--amber);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}
.author-info {
    display: flex;
    flex-direction: column;
}
.author-info strong {
    font-size: 0.95rem;
    font-weight: 700;
}
.author-info span {
    font-size: 0.8rem;
    color: var(--gray-400);
    font-weight: 400;
}
.testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.test-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--gray-700);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s;
}
.test-btn:hover {
    border-color: var(--amber);
    color: var(--amber);
}
.test-dots {
    display: flex;
    gap: 8px;
}
.test-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gray-700);
    transition: all 0.3s;
    cursor: pointer;
}
.test-dot.active {
    background: var(--amber);
    width: 24px;
    border-radius: 4px;
}

/* ---- BRANDS ---- */
#brands {
    padding: 100px 0;
    background: var(--black);
    overflow: hidden;
}
.brands-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.brands-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    text-align: center;
    margin-bottom: 60px;
    padding: 0 40px;
    letter-spacing: 0.02em;
}
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 32px;
    padding: 0 40px;
    justify-items: center;
    align-items: center;
}
.brand-logo {
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.brand-logo img {
    height: auto;
    max-height: 50px;
    width: 100%;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.brand-logo.brand-logo-large img {
    max-height: 80px;
    max-width: 160px;
    transform: scale(1.35);
}
.brand-logo:hover img {
    opacity: 1;
    transform: scale(1.05);
}
.brand-logo.brand-logo-large:hover img {
    opacity: 1;
    transform: scale(1.4);
}

/* ---- EVENTS ON SALE ---- */
#onsale {
    padding: 140px 40px;
    background: var(--dark);
}
.onsale-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.onsale-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 60px;
    letter-spacing: 0.02em;
}
.onsale-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.onsale-card {
    background: var(--gray-900);
    border: 1px solid var(--gray-800);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s var(--ease-out-expo);
}
.onsale-card:hover {
    border-color: var(--amber);
    transform: translateY(-8px);
}
.onsale-img {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}
.onsale-img img {
    transition: transform 0.6s var(--ease-out-expo);
}
.onsale-card:hover .onsale-img img {
    transform: scale(1.05);
}
.onsale-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--amber);
    color: var(--black);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 6px 16px;
    border-radius: 100px;
}
.onsale-info {
    padding: 28px;
}
.onsale-info h3 {
    font-family: var(--font-display);
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.onsale-info p {
    font-size: 0.9rem;
    color: var(--gray-400);
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 20px;
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border: 1.5px solid var(--amber);
    color: var(--amber);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all 0.3s var(--ease-out-expo);
}
.btn-secondary:hover {
    background: var(--amber);
    color: var(--black);
}

/* ---- CONTACT ---- */
#contact {
    padding: 140px 40px;
    background: var(--black);
}
.contact-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}
.contact-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 36px;
    letter-spacing: 0.02em;
    line-height: 1.05;
}
.contact-details { margin-top: 8px; }
.contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.contact-item p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--gray-200);
    font-weight: 300;
}
.contact-socials {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--gray-700);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.social-link svg { width: 18px; height: 18px; }
.social-link:hover {
    border-color: var(--amber);
    background: rgba(255, 184, 0, 0.1);
    color: var(--amber);
}
.contact-form {
    background: var(--gray-900);
    border: 1px solid var(--gray-800);
    border-radius: 24px;
    padding: 48px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.form-group {
    position: relative;
}
.form-full { margin-bottom: 24px; }
.form-group input,
.form-group textarea {
    width: 100%;
    background: var(--gray-800);
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 16px 20px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.3s;
    outline: none;
    resize: none;
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--amber);
    background: rgba(255, 184, 0, 0.05);
}
.form-group label {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 0.9rem;
    color: var(--gray-400);
    pointer-events: none;
    transition: all 0.3s var(--ease-out-expo);
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 16px;
    font-size: 0.7rem;
    color: var(--amber);
    background: var(--gray-900);
    padding: 0 6px;
}
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: var(--amber);
    color: var(--black);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all 0.4s var(--ease-out-expo);
    width: 100%;
    justify-content: center;
}
.btn-submit:hover {
    background: var(--white);
    transform: scale(1.02);
}

/* ---- FOOTER ---- */
#footer {
    padding: 60px 40px;
    background: var(--black);
    border-top: 1px solid var(--gray-800);
}
.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-logo-icon { width: 32px; height: 32px; }
.footer-logo-text {
    font-size: 1rem;
    font-weight: 300;
}
.footer-logo-text strong { font-weight: 800; color: var(--amber); }
.footer-links {
    display: flex;
    gap: 32px;
}
.footer-links a {
    font-size: 0.85rem;
    color: var(--gray-400);
    font-weight: 500;
    transition: color 0.3s;
}
.footer-links a:hover { color: var(--amber); }
.footer-bottom {
    padding-top: 32px;
    border-top: 1px solid var(--gray-800);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-bottom p {
    font-size: 0.8rem;
    color: var(--gray-400);
    font-weight: 300;
    margin: 0;
}
.footer-credit {
    text-align: right;
}
.footer-credit a {
    color: var(--gray-300);
    transition: color 0.3s;
}
.footer-credit a:hover {
    color: var(--amber);
}

/* ---- BACK TO TOP ---- */
.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--amber);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s var(--ease-out-expo);
    box-shadow: 0 4px 20px rgba(255, 184, 0, 0.3);
}
.back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}
.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(255, 184, 0, 0.4);
}

/* ---- REVEAL ANIMATIONS ---- */
.reveal-text { opacity: 0; transform: translateY(30px); }
.reveal-up { opacity: 0; transform: translateY(40px); }
.reveal-img { opacity: 0; transform: scale(0.95); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; gap: 48px; }
    .services-grid { grid-template-columns: 1fr; }
    .events-gallery { grid-template-columns: 1fr 1fr; }
    .event-wide { grid-column: span 2; }
    .onsale-grid { grid-template-columns: 1fr 1fr; }
    .contact-inner { grid-template-columns: 1fr; gap: 48px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    #navbar { padding: 16px 20px; }
    #navbar.scrolled { padding: 10px 20px; }
    .nav-links { display: none; }
    .nav-toggle { display: flex; }

    .hero-scroll-overlay { padding: 0 20px 80px; }
    .funrun-scroll-overlay,
    .participants-scroll-overlay { padding: 0 20px; }
    .hso-bottom { flex-direction: column; gap: 24px; align-items: flex-start; }
    .hero-scroll-progress { display: none; }

    #about, #services, #events, #testimonials, #onsale, #contact { padding: 80px 20px; }
    #stats { padding: 80px 20px; }

    .events-gallery { grid-template-columns: 1fr; }
    .event-wide { grid-column: span 1; }
    .event-overlay { opacity: 1; transform: translateY(0); }

    .onsale-grid { grid-template-columns: 1fr; }

    .stats-grid { grid-template-columns: 1fr 1fr; }

    .testimonial-card { padding: 32px 24px; }

    .form-row { grid-template-columns: 1fr; }
    .contact-form { padding: 28px; }

    .footer-top { flex-direction: column; gap: 24px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
    .footer-credit { text-align: left; }

    #brands { padding: 60px 0; }
    .brands-title { margin-bottom: 32px; padding: 0 20px; }
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        padding: 0 16px;
    }
    .brand-logo { padding: 8px; }
    .brand-logo img { max-height: 36px; max-width: 90px; }
    .brand-logo.brand-logo-large img { max-height: 50px; max-width: 100px; transform: scale(1.15); }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .portfolio-card { padding: 20px 12px; }
    .pf-logo-container { height: 64px; margin-bottom: 16px; }
    .pf-logo-container.coway-logo-container,
    .pf-logo-container.custom-large-container { height: 80px; margin-top: -8px; margin-bottom: 8px; }
    .pf-name { font-size: 1.05rem; }
    .pf-years { font-size: 0.7rem; margin-bottom: 8px; }
    .pf-num { font-size: 1.5rem; }
    .pf-label { font-size: 0.6rem; }
    .pf-metrics { padding-top: 12px; }

    .cursor-dot, .cursor-ring { display: none; }
    body { cursor: auto; }
    body a, body button { cursor: pointer; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2.8rem; }
    .stats-grid { grid-template-columns: 1fr; }
    .stat-number { font-size: 2.5rem; }
    .about-image-stack { height: 350px; }

    .brands-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .brand-logo img { max-height: 40px; max-width: 110px; }
    .brand-logo.brand-logo-large img { max-height: 56px; max-width: 120px; transform: scale(1.2); }
}
