:root {
  --ink: #082c2b;
  --ink-deep: #052120;
  --paper: #f3f0e8;
  --white: #fffdf7;
  --lime: #b9f227;
  --sun: #ffc846;
  --coral: #ff6846;
  --line: rgba(8, 44, 43, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: grid; width: 100%; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 24px clamp(24px, 5vw, 80px); border-bottom: 1px solid rgba(255,255,255,.22); color: var(--white); }
.brand { display: flex; align-items: center; gap: 16px; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 100px; filter: brightness(0) invert(1); }
.brand span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.35); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
nav { display: flex; gap: clamp(20px, 3vw, 44px); font-size: 13px; font-weight: 700; }
nav a { position: relative; }
nav a::after { position: absolute; bottom: -7px; left: 0; width: 0; height: 2px; content: ""; transition: width .25s; background: var(--lime); }
nav a:hover::after { width: 100%; }
.site-header > .button { justify-self: end; }
.menu-button { display: none; border: 0; background: none; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 20px; padding: 0 26px; transition: transform .2s, box-shadow .2s; border-radius: 4px; background: var(--lime); color: var(--ink-deep); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; box-shadow: 6px 6px 0 var(--ink-deep); }
.button:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 var(--ink-deep); }
.button-small { min-height: 42px; padding: 0 18px; box-shadow: none; }
.button-small:hover { box-shadow: 4px 4px 0 var(--white); }

.hero { position: relative; display: grid; min-height: 800px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7vw; overflow: hidden; padding: 150px clamp(24px, 7vw, 112px) 90px; background: var(--ink); color: var(--white); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .1; background-image: linear-gradient(45deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 55%); background-size: 34px 34px; mask-image: linear-gradient(90deg, transparent, black); }
.hero-copy, .hero-stage { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: var(--coral); }
h1, h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-weight: 400; letter-spacing: -.055em; line-height: .98; text-transform: uppercase; }
h1 { max-width: 780px; font-size: clamp(52px, 6.5vw, 104px); }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 700; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 64px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--sun); }

.hero-stage { min-height: 600px; }
.sun { position: absolute; top: 0; right: 0; width: min(34vw, 480px); aspect-ratio: 1; border-radius: 50%; background: var(--sun); }
.stage-card { position: absolute; display: flex; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.stage-card-main { top: 80px; right: 8%; width: min(30vw, 430px); aspect-ratio: .8; flex-direction: column; justify-content: space-between; padding: 30px; transform: rotate(5deg); background: var(--coral); color: var(--ink-deep); }
.card-number { align-self: flex-end; font-size: 13px; font-weight: 800; }
.stage-card small { display: block; margin-bottom: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stage-card-main strong { font-family: "Archivo Black", sans-serif; font-size: clamp(38px, 4.2vw, 68px); font-weight: 400; letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.woven-mark { width: 84px; height: 46px; margin-top: 22px; background: repeating-linear-gradient(90deg,var(--ink) 0 9px,transparent 9px 16px), repeating-linear-gradient(0deg,var(--ink) 0 9px,transparent 9px 16px); }
.stage-card-note { right: 48%; bottom: 24px; width: 230px; flex-direction: column; padding: 24px; transform: rotate(-7deg); background: var(--lime); color: var(--ink); }
.stage-card-note strong { font-size: 24px; line-height: 1.1; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.orbit-one { right: -8%; bottom: 10%; width: 220px; aspect-ratio: 1; }
.orbit-two { top: 18%; left: 0; width: 110px; aspect-ratio: 1; }

.marquee { overflow: hidden; padding: 18px 0; transform: rotate(-1deg) scale(1.02); background: var(--lime); color: var(--ink); }
.marquee div { display: flex; width: max-content; align-items: center; gap: 28px; animation: ticker 22s linear infinite; }
.marquee span { font-family: "Archivo Black", sans-serif; font-size: 18px; letter-spacing: .05em; }
.marquee b { color: var(--coral); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px clamp(24px, 7vw, 112px); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 60px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 10px; }
.section-label.light span { background: var(--lime); color: var(--ink); }
.intro-copy { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 8vw; }
.intro h2, .zones h2, .process h2, .faq h2 { font-size: clamp(43px, 5.4vw, 82px); }
.intro-copy p, .zones-heading p, .process-heading p, .faq-title p { margin: 0 0 5px; color: #55706d; font-size: 17px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 90px; background: var(--line); border: 1px solid var(--line); }
.benefit { padding: 38px; background: var(--paper); }
.benefit-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 52px; border: 1px solid var(--ink); border-radius: 50%; font-size: 21px; }
.benefit h3 { margin: 0 0 14px; font-size: 20px; }
.benefit p { margin: 0; color: #55706d; font-size: 14px; line-height: 1.7; }

.zones { position: relative; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.zones::after { position: absolute; top: -150px; right: -120px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.zones-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 8vw; }
.zones-heading p { color: rgba(255,255,255,.57); }
.zone-list { position: relative; z-index: 1; margin-top: 80px; border-top: 1px solid rgba(255,255,255,.18); }
.zone { display: grid; grid-template-columns: 70px 1fr 1fr auto; align-items: center; gap: 24px; padding: 30px 6px; transition: padding .25s, background .25s; border-bottom: 1px solid rgba(255,255,255,.18); }
.zone:hover { padding-right: 24px; padding-left: 24px; background: var(--coral); color: var(--ink-deep); }
.zone span { color: var(--lime); font-size: 12px; font-weight: 800; }
.zone:hover span { color: var(--ink-deep); }
.zone h3 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(24px, 3vw, 45px); font-weight: 400; letter-spacing: -.04em; text-transform: uppercase; }
.zone p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }
.zone:hover p { color: var(--ink-deep); }
.zone i { font-size: 28px; font-style: normal; }

.process-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 12vw; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); margin: 80px 0 50px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { padding: 28px 28px 28px 0; border-right: 1px solid var(--line); }
.steps li + li { padding-left: 28px; }
.steps li:last-child { border: 0; }
.steps span { display: block; margin-bottom: 70px; color: var(--coral); font-family: "Archivo Black", sans-serif; }
.steps h3 { margin: 0 0 12px; font-size: 19px; }
.steps p { margin: 0; color: #55706d; font-size: 13px; line-height: 1.65; }

.included { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; }
.included-card { padding: clamp(38px, 6vw, 86px); background: var(--sun); }
.included-card h2 { max-width: 600px; color: var(--ink); font-size: clamp(40px, 5vw, 76px); }
.included-card ul { margin: 60px 0 0; padding: 0; border-top: 1px solid rgba(8,44,43,.25); list-style: none; }
.included-card li { padding: 20px 0; border-bottom: 1px solid rgba(8,44,43,.25); font-weight: 700; }
.included-card li b { display: inline-block; width: 50px; color: rgba(8,44,43,.55); font-size: 11px; }
.included-art { position: relative; display: grid; min-height: 580px; place-items: center; overflow: hidden; background: var(--coral); }
.included-art::before { position: absolute; width: 460px; height: 460px; content: ""; border: 2px solid var(--ink); border-radius: 50%; }
.included-art p { position: absolute; right: 30px; bottom: 22px; margin: 0; font-family: "Archivo Black", sans-serif; font-size: 38px; letter-spacing: -.05em; line-height: .9; text-align: right; text-transform: uppercase; }
.booth { position: relative; z-index: 1; display: flex; width: 58%; height: 250px; align-items: flex-end; justify-content: space-around; border: 7px solid var(--ink); border-top: 0; }
.booth::before { position: absolute; top: -110px; left: -7px; width: calc(100% + 14px); height: 110px; content: ""; background: repeating-linear-gradient(90deg,var(--ink) 0 18%,var(--white) 18% 36%); clip-path: polygon(8% 0,92% 0,100% 100%,0 100%); }
.booth span { width: 18%; height: 38%; background: var(--lime); }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.faq-title p { max-width: 370px; margin-top: 26px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 24px; font-weight: 400; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 670px; margin: 0; padding: 0 50px 26px 0; color: #55706d; line-height: 1.7; }

.final-cta { position: relative; display: grid; min-height: 650px; place-items: center; overflow: hidden; padding: 100px 24px; background: var(--lime); color: var(--ink); text-align: center; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { margin-bottom: 28px; }
.final-cta h2 { font-size: clamp(55px, 8vw, 126px); }
.final-cta h2 em { color: var(--coral); }
.final-cta .button { margin-top: 44px; background: var(--white); }
.final-pattern { position: absolute; inset: -50px; opacity: .12; background: repeating-linear-gradient(45deg,var(--ink) 0 4px,transparent 4px 44px); }

footer { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 60px; padding: 80px clamp(24px, 7vw, 112px) 30px; background: var(--ink-deep); color: var(--white); }
.footer-brand img { width: 180px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.5); line-height: 1.6; }
footer small { display: block; margin-bottom: 16px; color: var(--lime); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-location p { color: rgba(255,255,255,.7); line-height: 1.7; }
.footer-location a { display: inline-block; margin-top: 12px; border-bottom: 1px solid var(--lime); font-size: 13px; font-weight: 800; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-bottom { display: flex; grid-column: 1 / -1; justify-content: space-between; margin-top: 35px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

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

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .brand span, .site-header > .button { display: none; }
  .menu-button { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: white; }
  .menu-button span { width: 24px; height: 2px; background: currentColor; }
  nav { position: absolute; top: 91px; right: 20px; display: none; width: min(320px, calc(100vw - 40px)); flex-direction: column; gap: 0; padding: 14px; background: var(--white); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
  nav.open { display: flex; }
  nav a { padding: 14px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 170px; }
  .hero-stage { min-height: 520px; }
  .sun { right: 5%; width: 420px; }
  .stage-card-main { right: 15%; width: 340px; }
  .intro-copy, .zones-heading, .process-heading { grid-template-columns: 1fr; gap: 30px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-icon { margin-bottom: 25px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 0; }
  .steps span { margin-bottom: 30px; }
  .included { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 620px) {
  .site-header { padding: 19px 20px; }
  .brand img { width: 84px; }
  nav { top: 80px; }
  .hero { padding: 130px 22px 70px; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-proof { flex-wrap: wrap; margin-top: 45px; }
  .hero-stage { min-height: 430px; }
  .sun { width: 340px; }
  .stage-card-main { top: 55px; right: 6%; width: 270px; padding: 22px; }
  .stage-card-note { right: auto; bottom: 0; left: 0; width: 190px; }
  .section { padding: 85px 22px; }
  .section-label { margin-bottom: 45px; }
  .benefit-grid { margin-top: 55px; }
  .benefit { padding: 28px; }
  .zone { grid-template-columns: 40px 1fr auto; gap: 12px; }
  .zone p { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li { display: grid; grid-template-columns: 45px 1fr; }
  .steps span { margin: 0; }
  .included { padding-top: 0; }
  .included-art { min-height: 420px; }
  .booth { height: 170px; }
  .booth::before { top: -80px; height: 80px; }
  .final-cta { min-height: 550px; }
  footer { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
