/* ===================================================
   ChillFlare — Thermal Engine Immersion
   Milestone list | Achievement banners | Award showcase
   Each section has its own visual language.
   =================================================== */

:root {
    --chill-blue: #18365C;
    --chill-blue-light: #3a6ea5;
    --chill-blue-pale: #e8f0fa;
    --flare-orange: #F0842C;
    --flare-deep: #ED6D2C;
    --flare-red: #e04a2f;
    --flare-glow: rgba(240,132,44,0.5);
    --bg-white: #ffffff;
    --bg-cream: #faf8f5;
    --bg-warm: #fff4eb;
    --bg-hot: #1a0c06;
    --text-dark: #1a1a2e;
    --text-mid: #4a4a6a;
    --text-light: #7a7a9a;
    --text-white: #f5f0eb;
    --font-display: 'Space Grotesk', sans-serif;
    --font-body: 'Inter', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-body); background: var(--bg-white); color: var(--text-dark); overflow-x: hidden; cursor: none; }
::selection { background: var(--flare-orange); color: #fff; }
a { color: var(--flare-orange); text-decoration: none; }

/* ===== LOADER ===== */
#loader { position: fixed; inset: 0; z-index: 9999; background: var(--bg-white); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; transition: opacity .6s, visibility .6s; }
#loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-logo { animation: loaderPulse 1.5s ease-in-out infinite; }
@keyframes loaderPulse { 0%,100% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(24,54,92,.3)); } 50% { transform: scale(1.08); filter: drop-shadow(0 0 20px var(--flare-glow)); } }
.loader-bar { width: 200px; height: 3px; background: #e8e8e8; border-radius: 4px; overflow: hidden; }
.loader-bar-fill { width: 0%; height: 100%; background: linear-gradient(90deg, var(--chill-blue), var(--flare-orange)); border-radius: 4px; transition: width .3s; }

/* ===== CURSOR ===== */
#cursor-dot { position: fixed; top: 0; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--flare-orange); pointer-events: none; z-index: 10000; transform: translate(-50%,-50%); transition: width .2s, height .2s, background .4s; }
#cursor-dot.hovering { width: 44px; height: 44px; background: rgba(240,132,44,.12); border: 2px solid var(--flare-orange); }
#cursor-trail { position: fixed; top: 0; left: 0; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(240,132,44,.25); pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: border-color .4s; }

/* ===== GLOBAL LAYERS ===== */
#depth-overlay { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0; }
#thermal-canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 0; pointer-events: none; }

/* ===== SECTIONS SHARED ===== */
.section { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6rem 2rem; overflow: hidden; }
.section-header { text-align: center; margin-bottom: 3rem; z-index: 2; }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; display: inline-flex; flex-direction: column; align-items: center; gap: .5rem; }
.title-underline { display: block; width: 0; height: 3px; border-radius: 2px; background: linear-gradient(90deg, var(--chill-blue), var(--flare-orange)); }
.section-sub { font-size: .95rem; color: var(--text-light); margin-top: .5rem; letter-spacing: .03em; }

/* ===================================================
   HERO
   =================================================== */
.hero { background: var(--bg-white); min-height: 100vh; justify-content: center; }
.hero-blobs { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; will-change: transform; }
.blob-1 { width: 500px; height: 500px; top: -10%; right: -5%; background: linear-gradient(135deg, #ffd6a0, #ffb366); animation: bf1 12s ease-in-out infinite; }
.blob-2 { width: 400px; height: 400px; bottom: -5%; left: -8%; background: linear-gradient(135deg, #a8d4f7, #6db3e8); animation: bf2 15s ease-in-out infinite; }
.blob-3 { width: 300px; height: 300px; top: 30%; left: 50%; background: linear-gradient(135deg, #ffc4a0, #f09060); animation: bf3 10s ease-in-out infinite; opacity: .3; }
@keyframes bf1 { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(-40px,30px) scale(1.05); } 66% { transform: translate(20px,-20px) scale(.95); } }
@keyframes bf2 { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(30px,-25px) scale(1.08); } 66% { transform: translate(-20px,15px) scale(.92); } }
@keyframes bf3 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-30px,20px); } }

.hero-content { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; text-align: center; z-index: 2; will-change: transform, opacity; }
.hero-logo-wrap { position: relative; width: clamp(140px, 22vw, 220px); height: clamp(110px, 17vw, 172px); perspective: 600px; }
.hero-logo { width: 100%; height: 100%; display: block; filter: drop-shadow(0 4px 20px rgba(24,54,92,.15)); transition: filter .3s; }
.logo-glow { position: absolute; inset: -30%; border-radius: 50%; background: radial-gradient(circle, rgba(240,132,44,.15) 0%, transparent 70%); opacity: 0; transition: opacity .4s; pointer-events: none; }
.hero-logo-wrap:hover .logo-glow { opacity: 1; }
.hero-logo-wrap:hover .hero-logo { filter: drop-shadow(0 8px 30px rgba(240,132,44,.3)); }
.logo-path { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.hero-title { font-family: var(--font-display); font-size: clamp(3rem, 9vw, 6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; opacity: 0; }
.title-chill { color: var(--chill-blue); }
.title-flare { background: linear-gradient(135deg, var(--flare-orange), var(--flare-deep)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-tagline { font-size: clamp(1rem, 2.5vw, 1.3rem); color: var(--text-mid); font-weight: 300; letter-spacing: .04em; max-width: 500px; overflow: hidden; }
.hero-tagline .char { display: inline-block; opacity: 0; }
.hero-ring { position: absolute; pointer-events: none; opacity: .08; }
.hero-ring-1 { width: 600px; height: 600px; top: -100px; right: -100px; stroke: var(--chill-blue); animation: ringRot 30s linear infinite; }
.hero-ring-2 { width: 400px; height: 400px; bottom: -80px; left: -80px; stroke: var(--flare-orange); animation: ringRot 25s linear infinite reverse; }
@keyframes ringRot { to { transform: rotate(360deg); } }

/* ===================================================
   JOURNEY — Milestone list + Sticky Engine Diagram
   Two-column layout. Content scrolls, engine stays.
   =================================================== */
.journey-section {
    background: linear-gradient(180deg, var(--bg-white) 0%, var(--chill-blue-pale) 30%, #d2e4f4 100%);
    min-height: auto;
    justify-content: flex-start;
    padding: 5rem 2rem 6rem;
}
.journey-section .section-title { color: var(--chill-blue); }

.blueprint-grid {
    position: absolute; inset: 0; z-index: 0;
    background-image: linear-gradient(rgba(24,54,92,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(24,54,92,.04) 1px, transparent 1px);
    background-size: 40px 40px;
}

.journey-header { text-align: center; margin-bottom: 2.5rem; z-index: 2; width: 100%; }

.journey-body {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    max-width: 1100px;
    width: 100%;
    z-index: 2;
}

.journey-content { flex: 1 1 55%; }
.journey-engine-wrap { flex: 0 0 42%; }

.engine-sticky {
    position: sticky;
    top: 12vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
}

/* --- Thermal Engine SVG styling --- */
.thermal-engine {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block;
}

.te-casing circle,
.te-notches line,
.te-ring1 circle,
.te-mid circle,
.te-heat circle,
.te-chamber circle,
.te-inner-ring circle,
.te-core circle:last-child { stroke: var(--chill-blue); fill: none; }

.te-blades-outer path { stroke: var(--chill-blue); stroke-width: 3; stroke-linecap: round; fill: none; }
.te-blades-inner path { stroke: var(--chill-blue); stroke-width: 2.5; stroke-linecap: round; fill: none; }
.te-notches line { stroke-width: 1; }
.te-pistons line { stroke: var(--chill-blue); }
.te-flow polygon { fill: var(--chill-blue); opacity: .3; }
.te-core-fill { fill: rgba(24,54,92,.08); stroke: none; }

.engine-label {
    font-family: var(--font-display);
    font-size: .7rem;
    color: var(--text-light);
    letter-spacing: .15em;
    text-transform: uppercase;
}
.engine-label span { color: var(--flare-orange); }

/* --- Milestone List (clean, not cards) --- */
.ms-list {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ms-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.8rem 0;
    border-bottom: 1px solid rgba(24,54,92,.06);
    opacity: 0;
    transform: translateX(-30px);
}
.ms-item:last-child { border-bottom: none; }

.ms-marker {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .3rem;
}

.ms-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid rgba(24,54,92,.2);
    background: var(--bg-white);
    transition: border-color .4s, background .4s, box-shadow .4s;
}
.ms-item.in-view .ms-dot {
    border-color: var(--flare-orange);
    background: var(--flare-orange);
    box-shadow: 0 0 12px var(--flare-glow);
}
.ms-dot-active {
    border-color: var(--flare-orange) !important;
    background: var(--flare-orange) !important;
    box-shadow: 0 0 16px var(--flare-glow);
    animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse { 0%,100% { box-shadow: 0 0 8px var(--flare-glow); } 50% { box-shadow: 0 0 24px var(--flare-glow), 0 0 48px rgba(240,132,44,.15); } }

.ms-body { flex: 1; }
.ms-date { font-size: .7rem; color: var(--flare-orange); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.ms-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--chill-blue); margin: .25rem 0 .3rem; }
.ms-desc { font-size: .875rem; color: var(--text-mid); line-height: 1.55; }

.live-badge { display: inline-flex; align-items: center; gap: .4rem; margin-top: .6rem; padding: .2rem .65rem; border-radius: 20px; background: rgba(240,132,44,.1); border: 1px solid rgba(240,132,44,.3); font-size: .65rem; color: var(--flare-orange); text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--flare-orange); animation: liveBlink 1.5s ease-in-out infinite; }
@keyframes liveBlink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

/* ===================================================
   ACHIEVEMENTS — Full-width horizontal rows with seal stamps
   Completely different visual from milestones.
   =================================================== */
.achievements-section {
    background: linear-gradient(180deg, #d2e4f4 0%, #e8eff8 30%, var(--bg-cream) 100%);
    padding: 6rem 2rem;
    min-height: auto;
}
.achievements-section .section-title { color: var(--chill-blue); }

.ach-dot-pattern {
    position: absolute; inset: 0; z-index: 0;
    background-image: radial-gradient(rgba(24,54,92,.03) 1.5px, transparent 1.5px);
    background-size: 20px 20px;
}

.ach-list {
    max-width: 700px;
    width: 100%;
    z-index: 2;
}

.ach-row {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2.5rem 0;
    opacity: 0;
    transform: translateY(30px);
}

.ach-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24,54,92,.1), transparent);
}

.ach-visual { flex: 0 0 80px; }

.ach-seal {
    width: 80px;
    height: 80px;
    stroke: var(--chill-blue-light);
    fill: none;
    animation: sealSpin 50s linear infinite;
}
@keyframes sealSpin { to { transform: rotate(360deg); } }

.ach-content { flex: 1; }
.ach-date { font-size: .7rem; color: var(--flare-orange); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.ach-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--chill-blue); margin: .3rem 0 .5rem; }
.ach-desc { font-size: .9rem; color: var(--text-mid); line-height: 1.6; margin-bottom: .75rem; }

.ach-meta { display: inline-flex; align-items: center; gap: .35rem; font-size: .75rem; color: #2e7d32; font-weight: 600; }
.ach-meta svg { color: #2e7d32; }

.ach-tags { display: flex; gap: .5rem; flex-wrap: wrap; }
.ach-tag { padding: .25rem .7rem; border-radius: 20px; background: rgba(24,54,92,.05); border: 1px solid rgba(24,54,92,.1); font-size: .7rem; color: var(--chill-blue); font-weight: 500; }

/* ===================================================
   AWARDS — Centered trophy showcase with warm glow
   Completely different from milestones and achievements.
   =================================================== */
.awards-section {
    background: linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-warm) 50%, #ffe0c4 100%);
    padding: 6rem 2rem;
    min-height: auto;
}
.awards-section .section-title { color: var(--chill-blue); }

.awards-glow-bg {
    position: absolute; inset: 0; z-index: 0;
    background: radial-gradient(ellipse at 50% 60%, rgba(240,132,44,.06) 0%, transparent 50%);
    pointer-events: none;
}

.awards-showcase {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
    max-width: 800px;
    width: 100%;
}

.award-block {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: center;
    padding: 2.5rem 1.5rem;
    opacity: 0;
    transform: translateY(40px);
}

.award-visual {
    width: 100px;
    height: 120px;
    margin: 0 auto 1.2rem;
    position: relative;
}
.trophy-svg { width: 100%; height: 100%; stroke: var(--flare-orange); fill: none; }
.trophy-star { fill: rgba(240,132,44,.15); stroke: var(--flare-orange); stroke-width: 1.5; }

.trophy-winner { filter: drop-shadow(0 4px 16px rgba(240,132,44,.25)); }
.winner-glow {
    position: absolute; inset: -30%; border-radius: 50%;
    background: radial-gradient(circle, rgba(240,132,44,.12) 0%, transparent 60%);
    animation: winnerPulse 3s ease-in-out infinite;
}
@keyframes winnerPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.15); opacity: .5; } }

.award-label {
    display: inline-block;
    font-size: .65rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600;
    padding: .2rem .8rem;
    border-radius: 20px;
    background: rgba(24,54,92,.04);
    margin-bottom: .5rem;
}
.winner-label-tag { background: rgba(240,132,44,.1); color: var(--flare-orange); }

.award-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--chill-blue); margin: .3rem 0 .6rem; }
.award-desc { font-size: .875rem; color: var(--text-mid); line-height: 1.6; margin-bottom: .75rem; }
.award-tags { margin-top: .5rem; }
.award-tag { display: inline-block; padding: .2rem .65rem; border-radius: 20px; background: rgba(240,132,44,.06); border: 1px solid rgba(240,132,44,.15); font-size: .7rem; color: var(--flare-deep); font-weight: 500; margin: .2rem; }

.winner-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .8rem; border-radius: 20px; background: linear-gradient(135deg, rgba(240,132,44,.1), rgba(237,109,44,.08)); border: 1px solid rgba(240,132,44,.25); font-size: .75rem; color: var(--flare-deep); font-weight: 600; }
.winner-badge svg { color: var(--flare-orange); }

/* ===================================================
   ABOUT
   =================================================== */
.about { background: linear-gradient(180deg, #ffe0c4 0%, var(--bg-warm) 40%, #ffe8d4 100%); padding: 6rem 2rem; }
.about-decor { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.heat-wave { position: absolute; border-radius: 50%; border: 1px solid rgba(240,132,44,.1); }
.heat-wave-1 { width: 500px; height: 500px; top: -150px; right: -100px; animation: heatExp 8s ease-in-out infinite; }
.heat-wave-2 { width: 400px; height: 400px; bottom: -100px; left: -80px; animation: heatExp 10s ease-in-out infinite 2s; }
@keyframes heatExp { 0%,100% { transform: scale(1); opacity: .15; } 50% { transform: scale(1.15); opacity: .05; } }
.energy-ring { position: absolute; width: 300px; height: 300px; top: 10%; left: -50px; stroke: var(--flare-orange); opacity: .1; pointer-events: none; animation: ringRot 25s linear infinite; }
.about .section-title { color: var(--chill-blue); }
.founders-grid { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; z-index: 2; }
.founder-card { position: relative; background: rgba(255,255,255,.7); border: 1px solid rgba(240,132,44,.1); border-radius: 20px; padding: 2.5rem 2rem; text-align: center; width: 280px; backdrop-filter: blur(16px); transform-style: preserve-3d; transition: transform .1s, box-shadow .3s, border-color .3s; will-change: transform; overflow: hidden; opacity: 0; cursor: none; box-shadow: 0 8px 32px rgba(240,132,44,.06); }
.founder-card:hover { border-color: rgba(240,132,44,.25); box-shadow: 0 20px 60px rgba(240,132,44,.12), 0 0 40px rgba(240,132,44,.05); }
.card-shine { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(240,132,44,.08), transparent 60%); opacity: 0; pointer-events: none; transition: opacity .3s; }
.founder-card:hover .card-shine { opacity: 1; }
.founder-avatar { position: relative; width: 90px; height: 90px; margin: 0 auto 1.2rem; display: flex; align-items: center; justify-content: center; }
.avatar-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--chill-blue); transition: border-color .3s; }
.avatar-initials { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--chill-blue); z-index: 1; }
.founder-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; margin-bottom: .3rem; color: var(--text-dark); }
.founder-role { font-size: .85rem; color: var(--flare-orange); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.team-line { font-size: clamp(1rem, 2.2vw, 1.2rem); color: var(--text-mid); text-align: center; max-width: 540px; line-height: 1.6; z-index: 2; }
.team-line .word { display: inline-block; opacity: 0; margin-right: .3em; }

/* ===================================================
   COMING SOON
   =================================================== */
.coming-soon { background: linear-gradient(180deg, #ffe8d4 0%, #c44a1a 30%, #5a1a08 60%, var(--bg-hot) 100%); padding: 8rem 2rem 3rem; justify-content: center; gap: 2rem; min-height: 100vh; color: var(--text-white); }
.engine-core { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 0; overflow: hidden; }
.core-ring { position: absolute; border-radius: 50%; }
.core-ring-1 { width: 600px; height: 600px; animation: coreRot 30s linear infinite; border: 2px dashed rgba(240,132,44,.1); }
.core-ring-2 { width: 400px; height: 400px; animation: coreRot 20s linear infinite reverse; border: 1px dotted rgba(237,109,44,.15); }
.core-ring-3 { width: 200px; height: 200px; animation: coreRot 12s linear infinite; border: 2px solid rgba(240,132,44,.2); }
.core-pulse { position: absolute; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(240,132,44,.3) 0%, transparent 70%); animation: corePulse 3s ease-in-out infinite; }
@keyframes coreRot { to { transform: rotate(360deg); } }
@keyframes corePulse { 0%,100% { transform: scale(1); opacity: .5; } 50% { transform: scale(2); opacity: .15; } }

.coming-soon-content { display: flex; flex-direction: column; align-items: center; gap: 2.5rem; text-align: center; z-index: 2; }
.coming-title { font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 4.5rem); font-weight: 800; background: linear-gradient(135deg, #fff 30%, var(--flare-orange)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: 0; }
.countdown { display: flex; align-items: center; gap: 1rem; }
.countdown-unit { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.countdown-value { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; min-width: 80px; padding: .4rem .8rem; background: rgba(255,255,255,.08); border: 1px solid rgba(240,132,44,.2); border-radius: 12px; backdrop-filter: blur(8px); position: relative; overflow: hidden; color: var(--text-white); }
.countdown-value::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--flare-orange), var(--flare-red)); opacity: .6; }
.countdown-label { font-size: .7rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .15em; }
.countdown-separator { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2.5rem); color: rgba(255,255,255,.3); padding-bottom: 1.5rem; animation: sepPulse 1s ease-in-out infinite; }
@keyframes sepPulse { 0%,100% { opacity: 1; } 50% { opacity: .2; } }
.coming-tagline { font-size: clamp(.95rem, 2vw, 1.15rem); color: rgba(255,255,255,.6); font-weight: 300; letter-spacing: .03em; }
.notify-form { width: 100%; max-width: 460px; z-index: 2; }
.input-wrap { display: flex; gap: 0; border-radius: 14px; overflow: hidden; border: 1px solid rgba(240,132,44,.2); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); transition: border-color .4s, box-shadow .4s; }
.input-wrap:focus-within { border-color: var(--flare-orange); box-shadow: 0 0 20px rgba(240,132,44,.2), 0 0 60px rgba(240,132,44,.06); }
#email-input { flex: 1; padding: 1rem 1.2rem; background: transparent; border: none; outline: none; color: var(--text-white); font-family: var(--font-body); font-size: .95rem; }
#email-input::placeholder { color: rgba(255,255,255,.35); }
.notify-btn { display: flex; align-items: center; gap: .5rem; padding: 1rem 1.5rem; background: linear-gradient(135deg, var(--flare-orange), var(--flare-deep)); border: none; color: #fff; font-family: var(--font-display); font-size: .9rem; font-weight: 600; cursor: none; position: relative; overflow: hidden; transition: filter .3s; white-space: nowrap; }
.notify-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transition: left .5s; }
.notify-btn:hover::before { left: 100%; }
.notify-btn:hover { filter: brightness(1.15); }
.btn-icon { display: flex; transition: transform .3s; }
.notify-btn:hover .btn-icon { transform: translateX(4px); }
.form-msg { margin-top: .75rem; font-size: .85rem; color: var(--flare-orange); min-height: 1.2em; }
.site-footer { position: absolute; bottom: 1.5rem; z-index: 2; font-size: .75rem; color: rgba(255,255,255,.3); }

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 900px) {
    .journey-body { flex-direction: column-reverse; gap: 2rem; align-items: center; }
    .journey-engine-wrap { flex: none; width: 100%; max-width: 260px; }
    .engine-sticky { position: static; }
    .awards-showcase { flex-direction: column; align-items: center; }
    .award-block { max-width: 350px; width: 100%; }
}

@media (max-width: 768px) {
    body { cursor: auto; }
    #cursor-dot, #cursor-trail { display: none; }
    .section { padding: 4rem 1.2rem; }
    .journey-section { padding: 4rem 1.2rem 5rem; }
    .ach-row { gap: 1.2rem; }
    .ach-visual { flex: 0 0 60px; }
    .ach-seal { width: 60px; height: 60px; }
    .founders-grid { flex-direction: column; align-items: center; gap: 2rem; }
    .founder-card { width: 100%; max-width: 300px; }
    .countdown { gap: .5rem; }
    .countdown-value { min-width: 60px; padding: .3rem .5rem; }
    .input-wrap { flex-direction: column; }
    .notify-btn { justify-content: center; padding: .9rem; }
    .blob { filter: blur(60px); }
    .blob-1 { width: 300px; height: 300px; }
    .blob-2 { width: 250px; height: 250px; }
    .engine-core .core-ring-1 { width: 350px; height: 350px; }
    .engine-core .core-ring-2 { width: 250px; height: 250px; }
    .engine-core .core-ring-3 { width: 150px; height: 150px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2.6rem; }
    .countdown-value { font-size: 1.6rem; min-width: 50px; }
    .ach-row { flex-direction: column; gap: .75rem; }
    .ms-item { gap: 1rem; }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .hero-logo-wrap { perspective: none; }
    #thermal-canvas { display: none; }
    .blob { animation: none !important; }
}
