:root {
  --blue: #1652f0;
  --blue-deep: #0b35ad;
  --coral: #ff6b4a;
  --lavender: #c9c4ff;
  --cream: #f5f3ec;
  --white: #fffef9;
  --ink: #11131a;
  --muted: #5b6070;
  --fan-green: #18bd6c;
  --fan-mint: #e5f9ef;
  --line: rgba(17, 19, 26, 0.18);
  --display: "Syne", sans-serif;
  --body: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem); position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 1.05rem; }
.brand-mark { width: 52px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 2.7rem); font-size: .88rem; font-weight: 600; }
nav a { text-decoration: none; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: .7rem 1rem; transition: .25s ease; }
.nav-cta:hover { background: var(--white); color: var(--blue); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 860px; height: 100svh; background: var(--blue); color: var(--white); display: grid; grid-template-columns: 52% 48%; align-items: center; padding: 112px clamp(1.25rem, 7vw, 8rem) 64px; position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000, transparent 70%); z-index: -1; }
.hero-copy { position: relative; z-index: 2; max-width: 800px; }
.eyebrow, .section-label { font-family: var(--mono); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--coral); }
h1, h2, h3 { font-family: var(--display); margin: 0; line-height: .93; letter-spacing: -.055em; }
h1 { font-size: clamp(4.4rem, 9.2vw, 9.6rem); margin: clamp(1.5rem, 4vh, 3rem) 0 2rem; }
h1 span { color: var(--lavender); }
.hero-intro { font-size: clamp(1.06rem, 1.45vw, 1.35rem); line-height: 1.6; max-width: 590px; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.4rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .9rem 1.2rem; border: 0; border-radius: 3px; font: 700 .85rem var(--body); text-decoration: none; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.17); }
.button-dark { background: var(--ink); color: var(--white); min-width: 230px; }
.text-link { font-size: .9rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .35rem; }

.hero-stage { position: relative; width: min(45vw, 660px); aspect-ratio: 1; justify-self: center; }
.hero-stage::before { content: ""; position: absolute; width: 59%; height: 59%; border-radius: 50%; background: var(--coral); left: 21%; top: 21%; box-shadow: 0 0 100px rgba(255,107,74,.2); }
.hero-mark { position: absolute; z-index: 1; width: 75%; height: auto; left: 12.5%; top: 28%; overflow: visible; fill: none; stroke: var(--white); stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-7deg); filter: drop-shadow(10px 12px 0 var(--blue-deep)); }
.orbit { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; animation: spin 24s linear infinite; }
.orbit::after { content: ""; width: 13px; height: 13px; background: var(--lavender); border-radius: 50%; position: absolute; top: 8%; left: 20%; }
.orbit-two { inset: 2% 17%; transform: rotate(65deg); animation-duration: 18s; animation-direction: reverse; }
.orbit-two::after { background: var(--ink); width: 10px; height: 10px; }
.stage-note { position: absolute; font: 500 .65rem var(--mono); letter-spacing: .08em; text-transform: uppercase; background: var(--white); color: var(--ink); padding: .65rem .8rem; box-shadow: 5px 5px 0 var(--ink); }
.stage-note span { color: var(--blue); margin-right: .6rem; }
.note-one { top: 17%; left: -3%; transform: rotate(-4deg); }
.note-two { top: 49%; right: -3%; transform: rotate(5deg); }
.note-three { bottom: 12%; left: 7%; transform: rotate(2deg); }
.scroll-cue { position: absolute; left: clamp(1.25rem,4vw,4.5rem); bottom: 2rem; font: 500 .62rem var(--mono); text-transform: uppercase; letter-spacing: .16em; display: flex; align-items: center; gap: .8rem; }
.scroll-cue span { height: 1px; width: 50px; background: rgba(255,255,255,.6); }
@keyframes spin { to { transform: rotate(360deg); } }

.manifesto { padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 7vw, 8rem) 0; background: var(--cream); }
.section-label { color: var(--blue); margin: 0 0 2.5rem; }
.manifesto-grid { display: grid; grid-template-columns: 55% 45%; gap: 3rem; align-items: start; }
.manifesto h2, .work h2 { font-size: clamp(3.5rem, 7.6vw, 8rem); }
.manifesto-copy { padding-top: .6rem; max-width: 570px; }
.manifesto-copy p { margin: 0 0 1.3rem; font-size: clamp(1.15rem, 1.7vw, 1.55rem); line-height: 1.55; }
.manifesto-copy p + p { color: var(--muted); }
.statement-strip { margin: clamp(5rem, 9vw, 9rem) calc(clamp(1.25rem, 7vw, 8rem) * -1) 0; height: 72px; overflow: hidden; display: flex; align-items: center; background: var(--ink); color: var(--white); font: 700 1rem var(--display); white-space: nowrap; }
.statement-strip div { animation: marquee 26s linear infinite; padding-left: 3rem; }
.statement-strip b { color: var(--coral); margin: 0 2rem; }
@keyframes marquee { to { transform: translateX(-100%); } }

.beliefs { background: var(--lavender); display: grid; grid-template-columns: 42% 58%; gap: 6vw; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.beliefs-heading h2 { font-size: clamp(3.3rem, 6.4vw, 6.8rem); max-width: 650px; }
.beliefs-heading h2 em { color: var(--blue); font-style: normal; }
.belief-list { border-top: 1px solid var(--ink); }
.belief { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; border-bottom: 1px solid var(--ink); padding: 2rem 0 2.2rem; }
.belief-symbol { font-size: 1.55rem; color: var(--blue); }
.symbol-square { width: 18px; height: 18px; border: 4px solid var(--coral); margin-top: .2rem; transform: rotate(12deg); }
.symbol-flower { color: var(--ink); }
.belief h3 { font-size: clamp(1.55rem, 2.3vw, 2.35rem); margin-bottom: .8rem; letter-spacing: -.035em; }
.belief p { margin: 0; max-width: 500px; color: #3e4150; line-height: 1.6; }

.work { padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); background: var(--white); }
.work-head { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.work-head > p { font-size: 1.12rem; line-height: 1.6; color: var(--muted); max-width: 420px; }
.fanbacked-card { min-height: 610px; background: var(--fan-mint); color: var(--ink); display: grid; grid-template-columns: 46% 54%; overflow: hidden; border: 1px solid rgba(24,189,108,.28); }
.fanbacked-copy { min-width: 0; padding: clamp(2.5rem, 5vw, 5.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 2; background: var(--white); border-right: 1px solid rgba(24,189,108,.28); }
.status { font: 500 .68rem var(--mono); text-transform: uppercase; letter-spacing: .11em; display: flex; gap: .55rem; align-items: center; }
.status span { width: 8px; height: 8px; background: var(--fan-green); border-radius: 50%; box-shadow: 0 0 0 6px rgba(24,189,108,.18); }
.product-kicker { color: var(--fan-green); font: 500 .68rem var(--mono); text-transform: uppercase; letter-spacing: .1em; margin: 4rem 0 1rem; }
.fanbacked-brand { width: 100%; min-width: 0; display: flex; align-items: center; gap: clamp(.7rem, 1.2vw, 1rem); }
.fanbacked-brand img { width: clamp(40px, 3.6vw, 56px); height: auto; flex: 0 0 auto; }
.fanbacked-copy h3 { min-width: 0; white-space: nowrap; font-family: "Inter", Arial, sans-serif; font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.fanbacked-copy h3 span:first-child { color: var(--fan-green); }
.fanbacked-copy h3 span:last-child { color: #111827; }
.fanbacked-copy > p:not(.product-kicker) { font-size: 1.1rem; line-height: 1.65; max-width: 510px; color: var(--muted); margin: 1.7rem 0 2.2rem; }
.button-light { background: var(--fan-green); color: var(--ink); min-width: 190px; }
.fan-visual { position: relative; background: var(--fan-mint); overflow: hidden; }
.fan-visual::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(24,189,108,.42) 1.5px, transparent 1.5px); background-size: 18px 18px; opacity: .55; }
.fanbacked-emblem { position: absolute; z-index: 2; width: 56%; height: 56%; object-fit: contain; left: 22%; top: 11%; filter: drop-shadow(12px 14px 0 rgba(17,19,26,.1)); transform: rotate(-5deg); }
.fan-word { position: absolute; z-index: 3; inset: auto 0 10%; display: flex; flex-direction: column; justify-content: center; align-items: center; font: 800 clamp(3.7rem, 7.4vw, 8rem)/.76 var(--display); letter-spacing: -.08em; color: var(--ink); transform: rotate(-5deg); }
.fan-word span:last-child { color: var(--white); font-size: .53em; line-height: 1.2; letter-spacing: -.03em; padding: .08em .24em; background: var(--fan-green); border: 3px solid var(--ink); box-shadow: 7px 8px 0 var(--ink); }
.fan-pulse { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; border: 18px solid var(--fan-green); left: 15%; top: 15%; animation: pulse 3s ease-out infinite; }
.pulse-b { animation-delay: 1s; }
.pulse-c { animation-delay: 2s; }
@keyframes pulse { 0% { transform: scale(.25); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
.next-wave { margin-top: 1.5rem; background: var(--ink); color: var(--white); padding: clamp(2.5rem, 5vw, 5.5rem); display: grid; grid-template-columns: 1fr 3fr auto; gap: 3rem; align-items: start; }
.next-wave .section-label { color: var(--coral); }
.next-statement { margin: 0; font: 600 clamp(1.6rem, 3.3vw, 3.5rem)/1.2 var(--display); letter-spacing: -.035em; max-width: 1050px; }
.next-statement span { color: var(--lavender); }
.signal { display: flex; gap: 5px; align-items: end; height: 50px; }
.signal i { display: block; width: 5px; background: var(--coral); animation: signal 1s ease-in-out infinite alternate; }
.signal i:nth-child(1), .signal i:nth-child(5) { height: 12px; animation-delay: .4s; }
.signal i:nth-child(2), .signal i:nth-child(4) { height: 28px; animation-delay: .2s; }
.signal i:nth-child(3) { height: 48px; }
@keyframes signal { to { transform: scaleY(.45); } }

.contact { background: var(--blue); color: var(--white); padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: 45% 55%; gap: clamp(3rem, 8vw, 9rem); }
.contact .section-label { color: var(--lavender); }
.contact h2 { font-size: clamp(3.3rem, 6vw, 6.5rem); }
.contact h2 span { color: var(--coral); }
.contact-intro > p:not(.section-label) { line-height: 1.65; max-width: 510px; color: rgba(255,255,255,.75); margin: 2rem 0; }
.contact-privacy { padding-left: 1rem; border-left: 3px solid var(--coral); font: 500 .76rem/1.6 var(--mono); max-width: 430px !important; color: rgba(255,255,255,.72) !important; }
.contact-form { padding-top: 3.3rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
label { display: block; margin-bottom: 2.2rem; }
label > span { display: block; font: 500 .7rem var(--mono); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .7rem; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; padding: .7rem 0 1rem; background: transparent; color: #fff; font: 500 1.05rem var(--body); resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.45); }
input:focus, textarea:focus { outline: none; border-color: var(--coral); }
.button-coral { background: var(--coral); color: var(--ink); min-width: 190px; }
.form-note { display: inline-block; margin-left: 1.2rem; color: rgba(255,255,255,.6); font-size: .78rem; }
.honeypot { position: absolute !important; left: -10000px !important; }

.section-jump { position: fixed; z-index: 40; right: clamp(.55rem, 1.25vw, 1.15rem); top: 75%; transform: translateY(-50%); display: grid; grid-template-rows: 26px 8px 26px; gap: 0; padding: 4px; background: rgba(255,254,249,.9); border: 1px solid rgba(17,19,26,.16); border-radius: 999px; box-shadow: 0 7px 20px rgba(17,19,26,.14); backdrop-filter: blur(12px); }
.section-jump span { width: 1px; height: 5px; align-self: center; justify-self: center; background: rgba(17,19,26,.22); }
.section-jump button { width: 26px; height: 26px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--blue); cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease; }
.section-jump button:hover:not(:disabled) { background: var(--blue); color: var(--white); transform: scale(1.06); }
.section-jump button:disabled { color: var(--muted); opacity: .28; cursor: default; }
.section-jump svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

footer { background: var(--ink); color: var(--white); min-height: 260px; padding: 4rem clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: 2fr 1fr 1fr; align-items: end; gap: 2rem; }
.footer-brand { font-size: 1.35rem; align-self: start; }
footer p { font: 400 .72rem/1.7 var(--mono); color: rgba(255,255,255,.58); margin: 0; }
.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  nav { display: none; }
  .menu-toggle { display: grid; gap: 7px; background: none; border: 0; padding: .7rem; }
  .menu-toggle span { width: 25px; height: 2px; background: currentColor; transition: .2s; }
  .mobile-nav { position: absolute; top: 76px; right: 1.2rem; left: 1.2rem; background: var(--ink); padding: 1.5rem; flex-direction: column; gap: 1.3rem; }
  .mobile-nav:not([hidden]) { display: flex; }
  .mobile-nav a { text-decoration: none; font-weight: 700; }
  .hero { height: auto; min-height: 900px; grid-template-columns: 1fr; padding-top: 140px; }
  .hero-stage { position: absolute; width: 56vw; min-width: 420px; opacity: .42; right: -11%; bottom: 0; }
  .hero-copy { align-self: start; }
  .manifesto-grid, .beliefs, .contact { grid-template-columns: 1fr; }
  .manifesto-copy { padding-top: 0; }
  .beliefs { gap: 4rem; }
  .work-head { grid-template-columns: 1fr; }
  .fanbacked-card { grid-template-columns: 1fr; }
  .fanbacked-copy { border-right: 0; border-bottom: 1px solid rgba(24,189,108,.28); }
  .fan-visual { min-height: 440px; }
  .next-wave { grid-template-columns: 1fr; }
  .signal { display: none; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; }
  .brand { font-size: .9rem; }
  .brand-mark { width: 40px; }
  .hero { min-height: 780px; padding-top: 115px; }
  h1 { font-size: clamp(4rem, 21vw, 6rem); }
  .hero-intro { max-width: 94%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-stage { min-width: 360px; width: 82vw; right: -34%; bottom: -2%; }
  .stage-note { display: none; }
  .manifesto-grid { gap: 2rem; }
  .statement-strip { height: 58px; }
  .belief { grid-template-columns: 45px 1fr; }
  .fanbacked-copy { min-height: 530px; }
  .fan-visual { min-height: 320px; }
  .fan-word { font-size: 20vw; }
  .next-wave { gap: 1rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-note { display: block; margin: 1rem 0 0; }
  footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
  .section-jump { right: .45rem; top: 75%; bottom: auto; transform: translateY(-50%); grid-template-rows: 28px 8px 28px; padding: 4px; }
  .section-jump button { width: 28px; height: 28px; }
  .section-jump svg { width: 15px; height: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
