:root {
  --ink: #071b20;
  --ink-2: #12343a;
  --paper: #f7f4ed;
  --white: #fffdf8;
  --green: #009b64;
  --lime: #c8ff3d;
  --cyan: #63d9e8;
  --orange: #ff7a3d;
  --line: rgba(7, 27, 32, .17);
  --max: 1240px;
  --display: "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 1rem; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,244,237,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-shell { width: min(var(--max), calc(100% - 3rem)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: min(265px, 38vw); }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 750; }
nav a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: .68rem 1.1rem; border: 1px solid var(--ink); border-radius: 99px; }
.nav-cta:hover { background: var(--ink); color: white; }
.nav-toggle { display: none; padding: .6rem; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: .2s ease; }

.hero { width: min(1440px, 100%); min-height: 760px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; }
.hero-copy { padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 6vw, 7rem); align-self: center; }
.eyebrow, .section-kicker { margin: 0 0 1.8rem; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-weight: 850; font-size: .78rem; }
h1, h2, h3 { font-family: var(--display); line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 850px; margin: 0; font-size: clamp(3.6rem, 6.9vw, 7.3rem); font-weight: 850; }
h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 670px; margin: 2rem 0 2.25rem; font-size: clamp(1.08rem, 1.4vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .8rem 1.3rem; border-radius: 3px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 7px 7px 0 var(--lime); }
.button-primary:hover { box-shadow: 3px 3px 0 var(--lime); }
.text-link { text-underline-offset: 5px; font-weight: 800; }
.text-link span { color: var(--green); font-size: 1.25rem; }
.signal-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 3.2rem; }
.signal-row span { padding: .38rem .7rem; border: 1px solid var(--line); border-radius: 99px; font-size: .78rem; font-weight: 750; }
.hero-visual { position: relative; min-height: 680px; background: var(--cyan); overflow: hidden; }
.portrait-frame { position: absolute; inset: 0; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; filter: saturate(.83) contrast(1.05); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(7,27,32,.3)); pointer-events: none; }
.hero-note { position: absolute; z-index: 2; left: clamp(1.2rem, 4vw, 3.5rem); right: clamp(1.2rem, 4vw, 3.5rem); bottom: clamp(1.2rem, 4vw, 3.5rem); max-width: 410px; margin-left: auto; padding: 1.3rem 1.5rem; background: var(--lime); box-shadow: 10px 10px 0 var(--ink); }
.hero-note p { margin: 0 0 .65rem; font-size: 1.05rem; font-weight: 760; line-height: 1.4; }
.hero-note strong { font-size: .82rem; }
.note-mark { float: left; margin: -.3rem .6rem -.5rem 0; font-family: Georgia, serif; font-size: 3.5rem; line-height: 1; }

.section { padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); }
.section-kicker { display: flex; align-items: center; gap: .9rem; }
.section-kicker span { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); }
.manifesto h2, .audience-intro h2, .path h2, .contact h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); }
.manifesto-copy { font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.manifesto-copy p:first-child { margin-top: 0; }
.lens-grid { margin-top: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lens { min-height: 260px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lens > span { color: var(--green); font-weight: 850; }
.lens h3 { margin: 4.5rem 0 .8rem; font-size: 1.8rem; }
.lens p { margin: 0; font-size: .95rem; }

.offers { color: var(--white); background: var(--ink); }
.section-kicker.light { color: var(--lime); }
.offers-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.offers-head h2 { max-width: 900px; margin: 0; font-size: clamp(2.8rem, 5.8vw, 5.8rem); }
.offers-head p { max-width: 330px; color: #b9c5c5; font-size: 1.1rem; }
.offer { display: grid; grid-template-columns: 64px 1fr auto; gap: 1.5rem; align-items: start; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.offer:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.offer-no { color: var(--lime); font-weight: 800; }
.offer h3 { margin: 0 0 .75rem; font-size: clamp(1.55rem, 2.5vw, 2.5rem); }
.offer p { max-width: 750px; margin: 0; color: #bdc8c9; }
.offer-tag { padding: .32rem .65rem; color: var(--lime); border: 1px solid rgba(200,255,61,.45); border-radius: 99px; font-size: .76rem; font-weight: 800; }

.audiences { background: var(--white); }
.audience-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.audience-intro p { max-width: 510px; margin-top: 2rem; font-size: 1.15rem; }
.audience-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.audience-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); font-weight: 800; font-size: clamp(1.05rem, 1.8vw, 1.45rem); }
.audience-list b { color: var(--green); font-size: .8rem; letter-spacing: .1em; }

.path { color: white; background: var(--ink-2); }
.path .section-kicker { color: var(--lime); }
.path h2 { max-width: 900px; }
.path-steps { margin: 4.5rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.path-steps li { min-height: 250px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); background: var(--paper); border-top: 5px solid var(--green); }
.path-steps li > span { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; color: white; background: var(--ink); border-radius: 50%; font-weight: 850; }
.path-steps h3 { margin: 2.5rem 0 .6rem; font-size: 1.6rem; }
.path-steps p { margin: 0; font-size: .94rem; }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; background: var(--paper); }
.contact-card { padding: clamp(2rem, 5vw, 5rem); color: white; background: var(--green); }
.contact-card .eyebrow { color: var(--lime); }
.contact-card > p:not(.eyebrow) { max-width: 580px; margin: 1.8rem 0; font-size: 1.15rem; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.button-inverse { color: var(--ink); background: var(--lime); }
.phone-link { color: white; font-size: 1.12rem; font-weight: 850; text-underline-offset: 5px; }
.contact-details { padding: clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; color: white; background: var(--ink-2); }
.detail-label { margin: 0 0 1.5rem; color: var(--cyan); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; }
.contact-details address { margin-bottom: 1.5rem; font-style: normal; font-size: 1.05rem; }
.contact-details a { color: var(--lime); text-underline-offset: 5px; font-weight: 800; overflow-wrap: anywhere; }

footer { padding: 3rem max(1.5rem, calc((100vw - var(--max)) / 2)); color: #b9c5c5; background: var(--ink); font-size: .9rem; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; padding-bottom: 2rem; }
.footer-main > a:last-child { color: white; }
.footer-brand { color: white; text-decoration: none; font-family: var(--display); font-size: 1.4rem; font-weight: 900; letter-spacing: .12em; }
.footer-brand span { display: block; color: var(--green); font-family: var(--body); font-size: .62rem; letter-spacing: .08em; }
.privacy { padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.privacy summary { color: white; cursor: pointer; font-weight: 800; }
.privacy-content { max-width: 850px; padding-top: 1rem; }
.copyright { margin: 2rem 0 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 84px; display: none; padding: 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgba(7,27,32,.12); }
  nav.open { display: grid; gap: 1rem; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .manifesto-grid, .offers-head, .audience-layout, .contact { grid-template-columns: 1fr; }
  .lens-grid { grid-template-columns: repeat(2, 1fr); }
  .path-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .nav-shell { width: calc(100% - 2rem); min-height: 72px; }
  nav { top: 72px; }
  .brand { width: 205px; }
  .hero-copy { padding: 4.5rem 1.4rem; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.4rem); }
  .hero-visual { min-height: 520px; }
  .portrait-frame img { object-position: 74% center; }
  .hero-note { max-width: 310px; }
  .section { padding: 5rem 1.4rem; }
  .lens-grid, .path-steps { grid-template-columns: 1fr; }
  .lens { min-height: 210px; }
  .lens h3 { margin-top: 3rem; }
  .offer { grid-template-columns: 42px 1fr; }
  .offer-tag { grid-column: 2; justify-self: start; }
  .footer-main { grid-template-columns: 1fr; }
}

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