:root {
  --forest: #1d281e;
  --forest-2: #263528;
  --cream: #f2eee5;
  --paper: #e7e0d4;
  --taupe: #b2a29a;
  --ink: #171a16;
  --muted: #6e746a;
  --acid: #f3e72c;
  --white: #fffdf8;
  --line: rgba(23, 26, 22, .18);
  --pad: clamp(24px, 5vw, 76px);
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 76px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-weight: 300; line-height: 1.55; text-transform: lowercase; }
body *, body *::before, body *::after { text-transform: lowercase !important; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.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: -80px; background: var(--acid); color: var(--ink); padding: 12px 18px; z-index: 1000; transition: top .2s; }
.skip-link:focus { top: 12px; }
.section-pad { padding: clamp(90px, 12vw, 180px) var(--pad); }
.section-index { margin-bottom: clamp(50px, 8vw, 110px); padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 600; letter-spacing: .15em; }
.eyebrow { margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.eyebrow.dark { color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Newsreader", Georgia, serif; font-weight: 300; line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(44px, 6vw, 92px); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; padding: 0 25px; text-decoration: none; cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: .06em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-accent { background: var(--acid); color: var(--ink); }
.text-link { display: inline-flex; gap: 13px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: .05em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link-light { color: var(--white); }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 116px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: var(--white); transition: height .3s, background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled { height: 76px; background: rgba(242,238,229,.96); color: var(--ink); box-shadow: 0 1px 0 rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; font-family: "Newsreader", Georgia, serif; font-size: 26px; font-weight: 500; line-height: .78; letter-spacing: -.035em; }
.brand-mark { flex: 0 0 auto; width: 37px; height: 46px; background: var(--acid); clip-path: polygon(49% 0, 83% 17%, 82% 43%, 100% 61%, 78% 100%, 25% 87%, 0 54%, 20% 29%); }
.site-header.scrolled .brand { font-size: 19px; }
.site-header.scrolled .brand-mark { width: 27px; height: 34px; }
.site-nav { display: flex; align-items: center; gap: 35px; font-size: 11px; font-weight: 500; letter-spacing: .06em; }
.site-nav a { text-decoration: none; }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.45); }
.scrolled .nav-cta { border-color: var(--line); }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: none; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--forest); color: var(--white); }
.hero-media { position: absolute; inset: 0; background: url("../assets/hero.jpg") center center / cover no-repeat; animation: heroDrift 18s ease-out both; }
@keyframes heroDrift { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,15,.7) 0%, rgba(12,20,15,.28) 57%, rgba(12,20,15,.15) 100%), linear-gradient(0deg, rgba(7,13,8,.66), transparent 50%); }
.hero-copy { position: relative; z-index: 2; width: min(980px, 76vw); padding: 120px var(--pad) 155px; }
.hero h1 { max-width: 950px; margin-bottom: 28px; font-size: clamp(57px, min(7.6vw, 11vh), 122px); }
.hero-lead { max-width: 640px; margin-bottom: 40px; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.4vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-facts { position: absolute; z-index: 2; left: var(--pad); right: var(--pad); bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.hero-facts div { min-height: 110px; padding: 24px 18px 20px 0; border-right: 1px solid rgba(255,255,255,.2); }
.hero-facts div:not(:first-child) { padding-left: 25px; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: "Newsreader", Georgia, serif; font-size: 35px; font-weight: 300; line-height: 1; letter-spacing: -.035em; }
.hero-facts span { margin-top: 7px; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.manifesto { max-width: var(--max); margin: auto; }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: clamp(60px, 9vw, 150px); align-items: end; }
.manifesto h2 { max-width: 980px; margin: 0; }
.manifesto-copy { padding-bottom: 8px; }
.manifesto-copy p { color: #4f554e; font-size: 16px; }
.manifesto-copy p:last-of-type { margin-bottom: 35px; }

.photo-band { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) clamp(90px, 12vw, 180px); display: grid; grid-template-columns: 1.65fr .5fr .72fr; align-items: end; gap: clamp(22px, 4vw, 65px); }
.photo-main { margin: 0; height: clamp(500px, 65vw, 900px); overflow: hidden; }
.photo-side { margin: 0 0 8vw; height: clamp(240px, 30vw, 480px); overflow: hidden; }
.photo-main img, .photo-side img { height: 100%; object-fit: cover; }
.photo-note { align-self: center; color: var(--muted); font-family: "Newsreader", Georgia, serif; font-size: 20px; font-weight: 300; line-height: 1.25; letter-spacing: -.02em; }
.photo-note .line { display: block; width: 42px; border-top: 1px solid var(--ink); margin-bottom: 22px; }

.possibilities { background: var(--paper); }
.possibilities > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.possibilities-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 100px; }
.possibilities-head h2 { width: 70%; margin: 0; }
.possibility-list { border-top: 1px solid var(--line); }
.possibility { display: grid; grid-template-columns: .45fr 1.1fr 1.2fr; gap: 35px; align-items: baseline; padding: 35px 0; border-bottom: 1px solid var(--line); }
.possibility > span { font-size: 10px; letter-spacing: .15em; }
.possibility h3 { margin: 0; font-size: clamp(31px, 3vw, 48px); }
.possibility p { max-width: 520px; margin: 0; color: var(--muted); }

.productive { min-height: 820px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--forest); color: var(--white); }
.productive-photo { min-height: 700px; overflow: hidden; }
.productive-photo img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.productive-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 8vw, 135px); }
.productive-copy h2 { margin-bottom: 35px; font-size: clamp(46px, 5vw, 77px); }
.productive-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 17px; }
.produce-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 40px; }
.produce-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 100px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.productive-copy small { color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.5; }

.vision { max-width: var(--max); margin: auto; }
.vision-head { display: grid; grid-template-columns: .45fr 1.5fr .7fr; gap: 45px; align-items: end; margin-bottom: 70px; }
.vision-head h2 { margin: 0; font-size: clamp(43px, 5vw, 76px); }
.vision-head > p:last-child { margin: 0; color: var(--muted); }
.concept { margin: 0; }
.concept img { aspect-ratio: 16/9; object-fit: cover; }
.concept figcaption { padding-top: 12px; color: var(--muted); font-size: 10px; text-align: right; }
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid var(--line); }
.roadmap article { padding: 35px 35px 10px 0; border-right: 1px solid var(--line); }
.roadmap article:not(:first-child) { padding-left: 35px; }
.roadmap article:last-child { border: 0; }
.roadmap span { color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.roadmap h3 { margin: 30px 0 12px; font-size: 35px; }
.roadmap p { color: var(--muted); font-size: 13px; }

.founders { background: var(--forest); color: var(--white); }
.founders-intro { max-width: 980px; margin: 0 auto 90px; text-align: center; }
.founders-intro h2 { margin-bottom: 35px; }
.founders-intro > p:last-child { max-width: 660px; margin: auto; color: rgba(255,255,255,.63); }
.offer-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }
.offer-card { display: flex; flex-direction: column; min-height: 650px; padding: clamp(30px, 4vw, 60px); background: var(--cream); color: var(--ink); }
.offer-card.featured { background: var(--taupe); }
.offer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 85px; }
.offer-top p { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.offer-top span { padding: 7px 10px; border: 1px solid rgba(0,0,0,.25); border-radius: 100px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.offer-card h3 { margin-bottom: 10px; font-size: clamp(58px, 6vw, 88px); }
.offer-description { min-height: 58px; color: #585d56; }
.price { margin: 35px 0; padding: 27px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price small, .price strong { display: block; }
.price small { margin-bottom: 7px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.price strong { font-family: "Newsreader", Georgia, serif; font-size: 42px; font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.offer-card ul { flex-grow: 1; margin: 0 0 38px; padding: 0; list-style: none; }
.offer-card li { position: relative; padding: 8px 0 8px 20px; color: #565b54; font-size: 13px; }
.offer-card li:before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; background: var(--ink); border-radius: 50%; }
.after-founders { max-width: 1120px; margin: 20px auto 0; padding: 30px 0; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.after-founders span { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.after-founders p { max-width: 570px; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 25px; font-weight: 300; line-height: 1.2; letter-spacing: -.025em; text-align: right; }

.details { max-width: var(--max); margin: auto; }
.details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 175px); }
.detail-lead h2 { font-size: clamp(47px, 5vw, 77px); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 27px 0; border: 0; background: none; color: var(--ink); cursor: pointer; text-align: left; }
.faq-item button span { font-family: "Newsreader", Georgia, serif; font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.faq-item button i { position: relative; flex: 0 0 19px; width: 19px; height: 19px; }
.faq-item button i:before, .faq-item button i:after { content: ""; position: absolute; background: var(--ink); transition: transform .25s; }
.faq-item button i:before { top: 9px; left: 0; width: 19px; height: 1px; }
.faq-item button i:after { top: 0; left: 9px; width: 1px; height: 19px; }
.faq-item.open button i:after { transform: rotate(90deg); }
.faq-answer { display: none; padding: 0 45px 28px 0; }
.faq-answer p { margin-bottom: 12px; color: var(--muted); }

.visit { position: relative; min-height: 900px; display: flex; align-items: center; justify-content: flex-end; padding: 100px var(--pad); color: var(--white); overflow: hidden; }
.visit-image { position: absolute; inset: 0; background: url("../assets/aerea-04.jpg") center / cover no-repeat; }
.visit-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,28,20,.25), rgba(19,28,20,.87) 65%); }
.visit-copy { position: relative; z-index: 2; width: min(610px, 48vw); padding: clamp(30px, 5vw, 75px); background: rgba(29,40,30,.88); backdrop-filter: blur(5px); }
.visit-copy h2 { margin-bottom: 25px; }
.visit-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
#visit-form { display: grid; gap: 14px; margin-top: 35px; }
#visit-form label { color: rgba(255,255,255,.65); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
#visit-form input, #visit-form select { width: 100%; margin-top: 7px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.36); border-radius: 0; outline: none; background: transparent; color: var(--white); font-size: 15px; font-weight: 300; text-transform: none; }
#visit-form input::placeholder { color: rgba(255,255,255,.45); }
#visit-form input:focus, #visit-form select:focus { border-color: var(--acid); }
#visit-form select option { color: var(--ink); }
#visit-form button { margin-top: 15px; }
.direct-contact { display: block; margin-top: 19px; color: rgba(255,255,255,.63); font-size: 11px; text-align: center; }

.site-footer { display: grid; grid-template-columns: 1.3fr .8fr .5fr; gap: 50px; padding: 80px var(--pad) 35px; background: var(--cream); }
.footer-brand img { width: 150px; mix-blend-mode: multiply; }
.footer-brand p, .footer-location p { color: var(--muted); font-size: 12px; }
.footer-location, .footer-links { padding-top: 20px; }
.footer-location p { margin: 0 0 4px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; font-size: 12px; }
.footer-legal { grid-column: 1 / -1; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }

@media (max-width: 980px) {
  .menu-button { display: block; color: inherit; }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 27px; background: var(--cream); color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: 38px; font-weight: 300; letter-spacing: -.03em; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .site-nav.open { opacity: 1; pointer-events: auto; }
  .site-nav .nav-cta { border: 0; padding: 0; }
  .menu-open .site-header { color: var(--ink); }
  .hero-copy { width: 90vw; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-copy { max-width: 600px; margin-left: 20%; }
  .photo-band { grid-template-columns: 1.4fr .6fr; }
  .photo-note { display: none; }
  .possibilities-head { display: block; }
  .possibilities-head h2 { width: 100%; }
  .possibility { grid-template-columns: .2fr .8fr 1fr; }
  .productive { grid-template-columns: 1fr; }
  .productive-photo { min-height: 580px; }
  .vision-head { grid-template-columns: 1fr; }
  .vision-head > p:last-child { max-width: 600px; }
  .details-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 86px; }
  .brand { gap: 10px; font-size: 18px; }
  .brand-mark { width: 29px; height: 36px; }
  .site-header.scrolled { height: 68px; }
  .site-header.scrolled .brand { font-size: 16px; }
  .site-header.scrolled .brand-mark { width: 23px; height: 29px; }
  .hero { min-height: 920px; }
  .hero-media { background-position: 59% center; }
  .hero-copy { width: 100%; padding: 120px var(--pad) 305px; }
  .hero h1 { font-size: clamp(54px, 16vw, 76px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-facts div { min-height: 86px; padding: 17px 10px 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero-facts div:nth-child(2n) { border-right: 0; }
  .hero-facts div:nth-child(3), .hero-facts div:nth-child(4) { border-bottom: 0; }
  .hero-facts strong { font-size: 29px; }
  .manifesto-copy { margin-left: 0; }
  .photo-band { grid-template-columns: 1fr; }
  .photo-main { height: 570px; }
  .photo-side { height: 300px; margin: 0; width: 70%; justify-self: end; }
  .possibilities-head { margin-bottom: 55px; }
  .possibility { grid-template-columns: 35px 1fr; gap: 14px; }
  .possibility p { grid-column: 2; }
  .productive-photo { min-height: 480px; }
  .productive-copy { padding: 75px var(--pad); }
  .roadmap { grid-template-columns: 1fr; }
  .roadmap article, .roadmap article:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; }
  .offer-top { margin-bottom: 60px; }
  .after-founders { flex-direction: column; }
  .after-founders p { text-align: left; }
  .visit { min-height: 950px; padding: 80px 0 0; align-items: flex-end; }
  .visit-overlay { background: linear-gradient(0deg, rgba(19,28,20,.92) 10%, rgba(19,28,20,.08) 70%); }
  .visit-copy { width: 100%; padding: 55px var(--pad); background: rgba(29,40,30,.9); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-location, .footer-links { padding-top: 0; }
  .footer-links { align-items: flex-start; }
  .footer-legal { margin-top: 10px; }
}

@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; }
}
