:root {
  --black: #050704;
  --black-2: #0a0e07;
  --black-3: #11180b;
  --white: #f8f9f2;
  --muted: #c2c9b4;
  --lime: #dfff35;
  --lime-2: #a7d71a;
  --lime-dark: #416606;
  --red: #e42b1c;
  --red-dark: #a9150a;
  --line: rgba(223,255,53,.18);
  --soft-line: rgba(255,255,255,.09);
  --panel: rgba(255,255,255,.055);
  --shadow: 0 30px 80px rgba(0,0,0,.45);
  --radius: 24px;
  --shell: min(1220px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(159,218,19,.15), transparent 24rem),
    radial-gradient(circle at 95% 25%, rgba(228,43,28,.10), transparent 22rem),
    linear-gradient(180deg, var(--black-2), var(--black) 28%, #070a05);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 12px; top: -70px; z-index: 999; padding: 12px 18px;
  background: var(--lime); color: var(--black); border-radius: 999px; font-weight: 900;
}
.skip-link:focus { top: 12px; }

.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(50px); pointer-events: none; opacity: .22; }
.ambient-one { width: 280px; height: 280px; background: var(--lime-2); left: -120px; top: 15%; animation: floaty 17s ease-in-out infinite; }
.ambient-two { width: 340px; height: 340px; background: var(--red); right: -180px; top: 42%; animation: floaty 21s ease-in-out infinite reverse; }
.ambient-three { width: 260px; height: 260px; background: var(--lime); left: 45%; bottom: -180px; animation: floaty 14s ease-in-out infinite; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(4,7,3,.76); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--soft-line);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; flex-direction: column; line-height: .94; letter-spacing: .06em; }
.wordmark-top { font-weight: 1000; font-size: 1.2rem; }
.wordmark-bottom { color: var(--lime); font-weight: 1000; font-size: 1.05rem; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: var(--muted); font-weight: 700; font-size: .94rem; transition: color .2s ease, transform .2s ease; }
.site-nav a:hover { color: var(--lime); transform: translateY(-1px); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--soft-line); border-radius: 12px; background: rgba(255,255,255,.04); }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); }

.hero { min-height: calc(100vh - 82px); padding: 68px 0 82px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; position: relative; }
.micro-line, .kicker { display: flex; align-items: center; gap: 10px; color: var(--lime); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.micro-line::before, .kicker::before { content: ""; width: 28px; height: 3px; background: var(--red); border-radius: 99px; }
.hero h1 { font-size: clamp(3rem, 5.7vw, 6.2rem); line-height: .92; margin: 20px 0 26px; letter-spacing: -.055em; }
.hero h1 span { display: block; }
.lime-line { color: var(--lime); text-shadow: 0 0 40px rgba(223,255,53,.12); }
.hero-intro { max-width: 64ch; color: var(--muted); font-size: 1.13rem; line-height: 1.8; }
.hero-intro strong { color: var(--white); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; border-radius: 999px; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-3px) rotate(-.4deg); }
.button-lime { background: linear-gradient(135deg, var(--lime), #f1ff8f); color: #0b0e06; box-shadow: 0 16px 38px rgba(223,255,53,.16); }
.button-ghost { background: rgba(255,255,255,.04); border-color: var(--soft-line); color: var(--white); }
.button-red { background: linear-gradient(135deg, var(--red), #ff6d54); color: white; box-shadow: 0 16px 36px rgba(228,43,28,.18); }
.slogan-output { min-height: 26px; color: var(--lime); font-weight: 800; margin: 18px 0 0; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-pills span { border: 1px solid var(--soft-line); background: rgba(255,255,255,.035); padding: 9px 13px; border-radius: 999px; color: var(--muted); font-size: .86rem; }
.hero-visual { position: relative; }
.hero-image-wrap { margin: 0; overflow: hidden; border-radius: 28px; border: 1px solid var(--soft-line); background: var(--panel); box-shadow: var(--shadow); transform: rotate(-1deg); }
.hero-image-wrap img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.hero-image-wrap figcaption { padding: 14px 18px; color: var(--muted); font-size: .85rem; }
.floating-lime { position: absolute; width: 92px; filter: drop-shadow(0 15px 20px rgba(0,0,0,.4)); animation: spin-float 9s ease-in-out infinite; }
.floating-lime-one { left: -36px; bottom: 28px; }
.floating-lime-two { right: -28px; top: 28px; width: 66px; animation-delay: -4s; }

.ticker { overflow: hidden; border-block: 1px solid var(--soft-line); background: rgba(255,255,255,.025); }
.ticker-track { display: inline-flex; gap: 26px; align-items: center; min-width: 220%; padding: 18px 0; white-space: nowrap; animation: ticker 32s linear infinite; font-size: .86rem; font-weight: 1000; letter-spacing: .14em; }
.ticker-track span { color: var(--white); }
.ticker-track b { color: var(--lime); }

.section-heading { max-width: 840px; margin-bottom: 34px; }
.section-heading h2, .split-copy h2, .facts-copy h2, .lab-copy h2, .coming-copy h2 { font-size: clamp(2.25rem, 4.3vw, 4.6rem); line-height: 1; letter-spacing: -.045em; margin: 14px 0 20px; }
.section-heading > p:last-child, .split-copy > p, .facts-copy > p, .lab-copy > p, .coming-copy > p { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.hit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.copy-card, .manifesto-card, .positive-card { background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); border: 1px solid var(--soft-line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card-number, .manifesto-card span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--lime); color: var(--black); font-weight: 1000; }
.copy-card h3, .manifesto-card h3, .positive-card h3 { font-size: 1.35rem; margin: 18px 0 10px; }
.copy-card p, .manifesto-card p, .positive-card p { color: var(--muted); line-height: 1.75; margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split-image { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--soft-line); box-shadow: var(--shadow); }
.split-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.split-copy blockquote { margin: 30px 0 0; padding: 22px 24px; border-left: 5px solid var(--lime); background: rgba(223,255,53,.065); border-radius: 0 18px 18px 0; font-size: 1.32rem; font-weight: 900; }

.manifesto-section { background: linear-gradient(180deg, rgba(223,255,53,.035), rgba(255,255,255,.015)); border-block: 1px solid var(--soft-line); }
.manifesto-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.manifesto-card:nth-child(3n+2) { transform: translateY(18px); }

.notes-timeline { position: relative; display: grid; gap: 18px; }
.notes-timeline::before { content: ""; position: absolute; left: 42px; top: 42px; bottom: 42px; width: 2px; background: linear-gradient(var(--lime), var(--red)); opacity: .5; }
.note-step { position: relative; display: grid; grid-template-columns: 86px 1fr; gap: 22px; align-items: center; padding: 24px; background: var(--panel); border: 1px solid var(--soft-line); border-radius: var(--radius); }
.note-icon { z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--lime); color: var(--black); font-weight: 1000; font-size: .76rem; }
.note-step h3 { margin: 0 0 8px; font-size: 1.4rem; }
.note-step p { margin: 0; color: var(--muted); line-height: 1.75; }
.note-step strong { color: var(--white); }

.gallery-section { background: #080c05; border-block: 1px solid var(--soft-line); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: minmax(240px, auto); gap: 16px; }
.gallery-card { position: relative; min-height: 240px; padding: 0; overflow: hidden; border: 1px solid var(--soft-line); border-radius: 22px; background: var(--panel); cursor: pointer; box-shadow: var(--shadow); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .4s ease; }
.gallery-card:hover img { transform: scale(1.04); filter: saturate(1.1) contrast(1.03); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.message-card { cursor: default; padding: 30px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, rgba(223,255,53,.13), rgba(255,255,255,.035)); }
.message-card h3 { font-size: 2rem; line-height: 1.05; margin: 12px 0 14px; }
.message-card p { color: var(--muted); line-height: 1.7; }
.mini-kicker { color: var(--lime)!important; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }

.product-facts { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.facts-image { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--soft-line); box-shadow: var(--shadow); }
.fact-list { display: grid; margin: 28px 0 0; }
.fact-list div { display: grid; grid-template-columns: 145px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--soft-line); }
.fact-list dt { color: var(--lime); font-weight: 900; }
.fact-list dd { margin: 0; color: var(--muted); }

.lab-section { background: radial-gradient(circle at 75% 50%, rgba(223,255,53,.12), transparent 30%), linear-gradient(135deg, #0a1005, #050704); border-block: 1px solid var(--soft-line); }
.lab-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; }
.lab-copy label { display: block; margin-top: 28px; color: var(--white); font-weight: 900; }
.sharpness-range { width: 100%; accent-color: var(--lime); margin: 18px 0 12px; }
.meter { height: 16px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid var(--soft-line); }
.meter span { display: block; width: 75%; height: 100%; background: linear-gradient(90deg, var(--red), var(--lime)); transition: width .25s ease; }
.lab-result { min-height: 56px; color: var(--lime)!important; font-weight: 900; }
.lab-panel { min-height: 430px; display: grid; place-items: center; align-content: center; border-radius: 50% 45% 48% 42%; background: radial-gradient(circle, rgba(223,255,53,.25), rgba(14,25,4,.75) 60%); border: 1px solid var(--line); position: relative; overflow: hidden; transition: transform .25s ease, filter .25s ease; }
.lab-lime { width: min(250px, 60%); animation: slow-spin 18s linear infinite; }
.lab-word { margin-top: -20px; font-size: clamp(2rem, 5vw, 4.8rem); font-weight: 1000; letter-spacing: -.04em; color: var(--lime); transform: rotate(-5deg); }
.lab-panel small { margin-top: 16px; color: var(--muted); }

.positive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.positive-card { border-top: 4px solid var(--lime); }
.positive-card:nth-child(even) { border-top-color: var(--red); }

.slogans-section { background: linear-gradient(135deg, #161f0a, #080b05 55%, #240b07); border-block: 1px solid var(--soft-line); }
.slogan-stage { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.slogan-stage h2 { max-width: 1000px; font-size: clamp(3rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.06em; color: var(--lime); margin: 22px 0 30px; }
.slogan-note { color: var(--muted); }

.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--soft-line); background: rgba(255,255,255,.035); border-radius: 18px; overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 22px 24px; font-size: 1.08rem; font-weight: 900; display: flex; justify-content: space-between; gap: 18px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--lime); font-size: 1.5rem; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 24px 24px; color: var(--muted); line-height: 1.75; }

.coming-section { background: radial-gradient(circle at 90% 10%, rgba(223,255,53,.14), transparent 28rem), #080b05; border-top: 1px solid var(--soft-line); }
.coming-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.signup-form { margin-top: 28px; }
.signup-form label { display: block; margin-bottom: 10px; font-weight: 900; }
.signup-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.signup-row input { min-height: 56px; border-radius: 999px; border: 1px solid var(--soft-line); background: rgba(255,255,255,.055); color: var(--white); padding: 0 22px; outline: none; }
.signup-row input:focus { border-color: var(--lime); box-shadow: 0 0 0 4px rgba(223,255,53,.1); }
.form-message { min-height: 26px; color: var(--lime); font-weight: 800; }
.privacy-note { display: inline-block; margin-top: 12px; padding: 10px 14px; border: 1px solid var(--soft-line); border-radius: 999px; color: var(--muted); font-size: .82rem; }
.coming-art { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--soft-line); box-shadow: var(--shadow); }
.coming-art img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.coming-flash { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 150px; height: 150px; padding: 18px; background: var(--red); color: white; font-size: 1.45rem; font-weight: 1000; line-height: .95; text-align: center; clip-path: polygon(50% 0%,61% 18%,78% 6%,82% 26%,100% 22%,94% 42%,100% 50%,92% 61%,100% 78%,80% 78%,78% 100%,61% 88%,50% 100%,39% 84%,22% 94%,18% 74%,0 78%,8% 58%,0 50%,10% 39%,0 22%,20% 22%,22% 4%,39% 16%); transform: rotate(7deg); }

.site-footer { padding: 46px 0; border-top: 1px solid var(--soft-line); background: #030402; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1fr; gap: 28px; align-items: start; }
.footer-wordmark { margin-bottom: 14px; }
.site-footer p { color: var(--muted); margin: 8px 0; }
.footer-links { display: grid; gap: 10px; }
.footer-links a, .footer-links button { width: fit-content; color: var(--muted); background: none; border: 0; padding: 0; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--lime); }
.footer-small { font-size: .84rem; }

.lightbox, .privacy-dialog { width: min(960px, calc(100% - 30px)); max-height: 90vh; border: 1px solid var(--soft-line); border-radius: 22px; background: #080b05; color: var(--white); padding: 18px; box-shadow: 0 40px 120px rgba(0,0,0,.75); }
.lightbox::backdrop, .privacy-dialog::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(8px); }
.lightbox img { max-height: calc(90vh - 36px); width: 100%; object-fit: contain; }
.lightbox-close { position: absolute; right: 14px; top: 14px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--soft-line); background: rgba(0,0,0,.65); color: white; font-size: 1.6rem; cursor: pointer; }
.privacy-dialog { max-width: 660px; padding: 34px; }
.privacy-dialog h2 { margin-top: 0; font-size: 2rem; }
.privacy-dialog p { color: var(--muted); line-height: 1.75; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 30; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--soft-line); background: rgba(8,11,5,.8); color: var(--lime); font-size: 1.2rem; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes floaty { 0%,100% { transform: translate(0,0); } 50% { transform: translate(28px,22px); } }
@keyframes spin-float { 0%,100% { transform: translateY(0) rotate(-9deg); } 50% { transform: translateY(-18px) rotate(12deg); } }
@keyframes slow-spin { to { transform: rotate(360deg); } }

@media (max-width: 1040px) {
  .site-nav { gap: 14px; }
  .manifesto-grid, .positive-grid { grid-template-columns: repeat(2, 1fr); }
  .hit-grid { grid-template-columns: 1fr; }
  .manifesto-card:nth-child(3n+2) { transform: none; }
}

@media (max-width: 860px) {
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 82px 0 auto 0; display: grid; gap: 0; padding: 14px 18px 22px; background: rgba(5,7,4,.97); border-bottom: 1px solid var(--soft-line); transform: translateY(-130%); transition: transform .25s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 14px 10px; border-bottom: 1px solid var(--soft-line); }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero, .split, .product-facts, .lab-grid, .coming-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { order: -1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-small { grid-column: span 2; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 24px, 1220px); }
  .section { padding: 72px 0; }
  .hero { padding-top: 28px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.6rem); }
  .hero-image-wrap figcaption { display: none; }
  .floating-lime { display: none; }
  .manifesto-grid, .positive-grid, .gallery-grid, .footer-grid, .signup-row { grid-template-columns: 1fr; }
  .gallery-wide, .footer-small { grid-column: auto; }
  .gallery-tall { grid-row: auto; }
  .fact-list div { grid-template-columns: 1fr; gap: 4px; }
  .note-step { grid-template-columns: 64px 1fr; padding: 18px; }
  .notes-timeline::before { left: 48px; }
  .coming-flash { width: 115px; height: 115px; font-size: 1.08rem; }
}

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