:root {
  --ink: #10282c;
  --ink-deep: #091c20;
  --pine: #176b5a;
  --pine-bright: #22a581;
  --mint: #dceee7;
  --cream: #f5f0e7;
  --paper: #fbfaf7;
  --sun: #e9b864;
  --coral: #db745b;
  --blue: #2d5b94;
  --muted: #607171;
  --line: rgba(16, 40, 44, 0.13);
  --shadow: 0 24px 70px rgba(16, 40, 44, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: var(--pine); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.7rem; height: 1px; background: currentColor; }
.eyebrow.light { color: #9ad9c8; }
.display { margin: 0; font-family: "Manrope", "DM Sans", sans-serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.section-title { max-width: 760px; margin: 1.15rem 0 0; font-family: "Manrope", "DM Sans", sans-serif; font-size: clamp(2.35rem, 5.3vw, 4.8rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.section-copy { max-width: 580px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .6rem; border: 1px solid transparent; border-radius: 999px; padding: .78rem 1.35rem; font-size: .9rem; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--pine); }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline { border-color: var(--line); background: rgba(255,255,255,.45); }
.btn-green { background: var(--pine); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--pine); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 60; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(251,250,247,.92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: "Manrope", sans-serif; font-size: 1.18rem; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border-radius: 11px 11px 11px 3px; background: var(--pine); color: #fff; font-size: 1.4rem; font-weight: 400; box-shadow: inset 0 -5px 12px rgba(0,0,0,.12); }
.desktop-nav { display: flex; align-items: center; gap: 1.8rem; color: #435456; font-size: .85rem; font-weight: 600; }
.desktop-nav a:hover { color: var(--pine); }
.nav-actions { display: flex; align-items: center; gap: .7rem; }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 800px; padding: 132px 0 78px; overflow: hidden; background: var(--cream); }
.hero::after { content: ""; position: absolute; inset: auto -10vw -25vw auto; width: 48vw; height: 48vw; border: 1px solid rgba(23,107,90,.12); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.18), 0 0 0 18vw rgba(255,255,255,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 5rem; }
.hero h1 { max-width: 690px; margin-top: 1.6rem; font-size: clamp(3.35rem, 6vw, 6.15rem); }
.hero h1 em { color: var(--pine); font-style: normal; }
.hero-copy { max-width: 590px; margin: 1.7rem 0 0; color: #4d6061; font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2.1rem; color: #526667; font-size: .78rem; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: .45rem; }
.trust-row svg { color: var(--pine); }
.hero-visual { position: relative; min-height: 610px; }
.hero-photo { position: absolute; inset: 0 0 0 5%; overflow: hidden; border-radius: 46% 46% 22px 22px; background: #b5a07c; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.phone-card { position: absolute; z-index: 4; width: 268px; border: 7px solid #fff; border-radius: 34px; background: #f8fbfa; box-shadow: 0 25px 65px rgba(9,28,32,.26); overflow: hidden; }
.hero-phone { left: -7%; bottom: 2%; transform: rotate(-3deg); animation: phone-float 5s ease-in-out infinite; }
@keyframes phone-float { 50% { transform: rotate(-1deg) translateY(-9px); } }
.phone-top { height: 25px; display: flex; align-items: center; justify-content: center; }
.phone-top::before { content: ""; width: 72px; height: 6px; border-radius: 999px; background: #d8dfdd; }
.phone-ui { padding: 11px 14px 16px; }
.phone-greeting { font-size: .68rem; color: #718080; }
.phone-name { margin-top: .2rem; font-size: 1.05rem; font-weight: 800; letter-spacing: -.03em; }
.search-box { display: flex; align-items: center; gap: .5rem; margin-top: .8rem; border: 1px solid #dde6e3; border-radius: 12px; padding: .7rem; color: #768382; background: #fff; font-size: .67rem; }
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; margin-top: .7rem; }
.quick-item { min-height: 72px; border-radius: 13px; padding: .7rem; background: #fff; box-shadow: 0 5px 14px rgba(16,40,44,.06); font-size: .64rem; font-weight: 700; }
.quick-icon { width: 25px; height: 25px; display: grid; place-items: center; margin-bottom: .45rem; border-radius: 8px; background: var(--mint); color: var(--pine); }
.next-card { margin-top: .7rem; border-radius: 14px; padding: .8rem; background: var(--ink); color: white; }
.next-label { color: #9fd6c8; font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.next-title { margin-top: .25rem; font-size: .72rem; font-weight: 700; }
.floating-note { position: absolute; z-index: 5; right: -6%; top: 14%; max-width: 218px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; padding: .95rem 1rem; background: rgba(255,255,255,.9); box-shadow: 0 16px 45px rgba(9,28,32,.18); backdrop-filter: blur(12px); }
.floating-note .status { display: inline-flex; align-items: center; gap: .4rem; color: var(--pine); font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: .42rem; height: .42rem; border-radius: 50%; background: var(--pine-bright); box-shadow: 0 0 0 5px rgba(34,165,129,.12); }
.floating-note strong { display: block; margin-top: .65rem; font-size: .83rem; line-height: 1.35; }

/* Story / problem */
.problem { padding: 120px 0; background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 6rem; }
.editorial-photo { position: relative; min-height: 610px; overflow: hidden; border-radius: 24px 160px 24px 24px; }
.editorial-photo img { width: 100%; height: 100%; object-fit: cover; }
.problem .section-title { font-size: clamp(2.8rem, 5vw, 5rem); }
.question-stack { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; margin-top: 2.2rem; }
.question-card { display: flex; align-items: flex-start; gap: .75rem; min-height: 88px; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; font-size: .88rem; font-weight: 700; line-height: 1.4; }
.question-card span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #f9e9e4; color: var(--coral); }
.answer-line { display: flex; align-items: center; gap: .8rem; margin-top: 1.4rem; color: var(--pine); font-size: 1.1rem; font-weight: 800; }
.answer-line::before { content: ""; width: 2.8rem; height: 2px; background: var(--pine); }

/* Journey */
.journey { position: relative; padding: 118px 0; overflow: hidden; background: var(--ink); color: #fff; }
.journey::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(255,255,255,.2) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent); }
.journey-head { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.journey .section-copy { color: rgba(255,255,255,.62); }
.journey-flow { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, 1fr); gap: .65rem; margin-top: 4.5rem; }
.journey-track { position: absolute; left: 7%; right: 7%; top: 38px; height: 2px; background: rgba(255,255,255,.14); }
.journey-track::after { content: ""; display: block; width: var(--journey-progress, 0%); height: 100%; background: linear-gradient(90deg,#4ad1ab,#e9b864); transition: width 1.6s cubic-bezier(.2,.8,.2,1); }
.journey-step { position: relative; text-align: center; }
.journey-icon { position: relative; z-index: 2; width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: #123338; color: #81d9c2; box-shadow: 0 0 0 7px var(--ink); transition: transform .25s, background .25s; }
.journey-step:hover .journey-icon { transform: translateY(-5px); background: var(--pine); color: white; }
.journey-step strong { display: block; margin-top: 1.2rem; font-size: .85rem; }
.journey-step small { display: block; margin: .35rem auto 0; max-width: 130px; color: rgba(255,255,255,.5); font-size: .68rem; line-height: 1.45; }

/* Product */
.product { padding: 120px 0; background: var(--cream); }
.product-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.screens-stage { position: relative; min-height: 650px; margin-top: 4rem; border-radius: 36px; overflow: hidden; background: #dcebe4; }
.screens-stage::before { content: ""; position: absolute; width: 500px; height: 500px; left: 50%; top: 50%; border-radius: 50%; background: rgba(255,255,255,.7); filter: blur(10px); transform: translate(-50%,-50%); }
.screen-phone { top: 82px; }
.screen-phone:nth-child(1) { left: 11%; transform: rotate(-7deg); }
.screen-phone:nth-child(2) { left: 50%; z-index: 5; width: 290px; transform: translateX(-50%); }
.screen-phone:nth-child(3) { right: 11%; transform: rotate(7deg); }
.mock-title { font-size: 1rem; font-weight: 800; letter-spacing: -.03em; }
.mock-sub { margin-top: .2rem; color: #728281; font-size: .6rem; }
.doctor-result { display: flex; align-items: center; gap: .6rem; margin-top: .6rem; border-radius: 12px; padding: .65rem; background: #fff; }
.avatar { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--mint); color: var(--pine); font-size: .6rem; font-weight: 800; }
.doctor-result strong { display: block; font-size: .65rem; }
.doctor-result small { color: #758281; font-size: .52rem; }
.availability { margin-left: auto; border-radius: 99px; padding: .25rem .4rem; background: #e8f4ef; color: var(--pine); font-size: .45rem; font-weight: 800; }
.record-summary { margin-top: .75rem; border-radius: 14px; padding: .8rem; background: var(--ink); color: white; }
.record-row { display: flex; justify-content: space-between; gap: .5rem; padding: .52rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .57rem; }
.record-row:last-child { border: 0; }
.record-row span { color: rgba(255,255,255,.55); }
.rx-card { margin-top: .7rem; border: 1px solid #dce6e2; border-radius: 14px; padding: .75rem; background: #fff; }
.rx-tag { display: inline-block; border-radius: 999px; padding: .25rem .42rem; background: #e7f3ee; color: var(--pine); font-size: .47rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.rx-card strong { display: block; margin-top: .55rem; font-size: .7rem; }
.rx-card p { margin: .2rem 0 0; color: #6e7d7b; font-size: .55rem; }
.feature-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; margin-top: 1rem; }
.feature-chip { min-height: 155px; padding: 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.feature-chip svg { color: var(--pine); }
.feature-chip strong { display: block; margin-top: 1.2rem; font-size: .9rem; }
.feature-chip p { margin: .45rem 0 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }

/* Human benefit sections */
.benefit { padding: 120px 0; }
.benefit-patient { background: var(--paper); }
.benefit-pro { background: #dfece7; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6rem; }
.benefit:nth-of-type(even) .benefit-copy { order: -1; }
.benefit-image { position: relative; height: 650px; overflow: hidden; border-radius: 180px 24px 24px 24px; }
.benefit-pro .benefit-image { border-radius: 24px 180px 24px 24px; }
.benefit-image img { width: 100%; height: 100%; object-fit: cover; }
.benefit-points { display: grid; gap: .8rem; margin-top: 2rem; }
.benefit-point { display: flex; align-items: center; gap: .8rem; padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 700; }
.benefit-point svg { color: var(--pine); }
.context-card { position: absolute; left: 1.1rem; right: 1.1rem; bottom: 1.1rem; border-radius: 18px; padding: 1.1rem; background: rgba(255,255,255,.93); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.context-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.context-card strong { font-size: .84rem; }
.context-card small { color: var(--pine); font-size: .62rem; font-weight: 800; }
.context-items { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .75rem; }
.context-items span { border-radius: 999px; padding: .4rem .6rem; background: var(--cream); color: #536665; font-size: .58rem; }

/* Nigeria */
.local { padding: 115px 0; background: var(--sun); color: var(--ink-deep); }
.local-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 5rem; }
.local .section-title { max-width: 840px; }
.local-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border-radius: 18px; background: rgba(16,40,44,.14); }
.local-note { min-height: 118px; padding: 1.1rem; background: rgba(255,255,255,.18); }
.local-note strong { display: block; font-size: .9rem; }
.local-note span { display: block; margin-top: .5rem; font-size: .72rem; line-height: 1.5; opacity: .72; }

/* Founding */
.founding { padding: 120px 0; background: var(--ink-deep); color: white; }
.founding-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.founding .section-copy { color: rgba(255,255,255,.62); }
.community-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-top: 3rem; }
.community-card { min-height: 170px; padding: 1.35rem; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.045); }
.community-card .number { color: #80d5be; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.community-card strong { display: block; margin-top: 2.5rem; font-size: 1rem; }
.community-card p { margin: .45rem 0 0; color: rgba(255,255,255,.48); font-size: .72rem; line-height: 1.5; }
.seat-progress { margin-top: 2rem; }
.seat-label { display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: .7rem; }
.progress-track { height: 7px; margin-top: .65rem; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.progress-track span { display: block; width: 49%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--pine-bright),#e9b864); }
.access-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; margin-top: 4.5rem; align-items: start; }
.access-benefits { position: sticky; top: 110px; }
.access-benefits h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 2.2rem; letter-spacing: -.05em; }
.access-benefits ul { display: grid; gap: 1.1rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.access-benefits li { display: flex; gap: .8rem; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.55; }
.access-benefits li svg { flex: 0 0 auto; color: #77d2ba; }
.waitlist-panel { border-radius: 26px; padding: clamp(1.25rem,3vw,2.2rem); background: var(--paper); color: var(--ink); }
.waitlist-panel h3 { margin: .5rem 0 0; font-family: "Manrope", sans-serif; font-size: 2rem; letter-spacing: -.045em; }
.waitlist-panel > p { margin: .55rem 0 0; color: var(--muted); font-size: .86rem; }
.waitlist-form { display: grid; gap: 1rem; margin-top: 1.6rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.field-label { display: block; margin-bottom: .4rem; color: #516261; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.form-control { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; outline: none; padding: .75rem .9rem; background: #fff; color: var(--ink); font-size: .85rem; }
.form-control:focus { border-color: var(--pine); box-shadow: 0 0 0 3px rgba(23,107,90,.1); }
.radio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; }
.radio-card { min-height: 50px; display: flex; align-items: center; gap: .65rem; border: 1px solid var(--line); border-radius: 12px; padding: .75rem .9rem; background: #fff; font-size: .83rem; }
.radio-card input { accent-color: var(--pine); }
.hidden { display: none !important; }
.form-message { margin-top: 1rem; border-radius: 14px; padding: 1rem; background: var(--mint); font-size: .82rem; }
.form-message.error { background: #fae7e2; }
.form-message p { margin: .25rem 0 0; }
.founder-offer { margin-top: 1rem; border: 1px solid #b9d7cc; border-radius: 20px; padding: 1.3rem; background: #edf6f2; }
.founder-offer-top { display: flex; justify-content: space-between; gap: 1rem; color: var(--pine); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.founder-offer h4 { margin: .7rem 0 0; font-family: "Manrope",sans-serif; font-size: 1.3rem; letter-spacing: -.03em; }
.founder-offer p { color: var(--muted); font-size: .72rem; line-height: 1.55; }
.offer-list { display: grid; gap: .55rem; margin: 1rem 0; padding: 0; list-style: none; color: #3f5554; font-size: .75rem; }
.offer-list li { display: flex; gap: .5rem; }
.disclaimer { font-size: .61rem !important; color: #768482 !important; }

/* Founder */
.founder { padding: 120px 0; background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 6rem; }
.founder-photo { position: relative; min-height: 590px; overflow: hidden; border-radius: 22px; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.founder-quote { margin: 1.6rem 0 0; font-family: "Manrope", sans-serif; font-size: clamp(2rem,4vw,3.7rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.founder-copy { max-width: 600px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.founder-sign { margin-top: 1.5rem; font-size: .82rem; font-weight: 800; }

/* FAQ and footer */
.faq { padding: 120px 0; background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 0; padding: 1.35rem 0; background: transparent; color: var(--ink); text-align: left; font-size: 1rem; font-weight: 800; cursor: pointer; }
.faq-question span:last-child { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-answer p { margin: 0; padding: 0 2.5rem 1.4rem 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.footer { padding: 70px 0 30px; background: var(--ink); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.footer .brand-mark { background: #fff; color: var(--pine); }
.footer-note { max-width: 520px; margin: 1.3rem 0 0; color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.65; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .8rem 1.2rem; color: rgba(255,255,255,.65); font-size: .75rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .68rem; }
.modal { position: fixed; inset: 0; z-index: 100; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9,28,32,.72); backdrop-filter: blur(7px); }
.modal-wrap { position: relative; min-height: 100%; display: grid; place-items: center; padding: 1.2rem; }
.modal-card { width: min(460px,100%); border-radius: 24px; padding: 1.7rem; background: white; box-shadow: var(--shadow); }
.modal-card h3 { margin: .8rem 0 0; font-family: "Manrope", sans-serif; font-size: 1.8rem; letter-spacing: -.04em; }
.modal-card p { color: var(--muted); font-size: .86rem; line-height: 1.65; }
.modal-actions { display: flex; gap: .7rem; margin-top: 1.2rem; }

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
@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; }
}

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-toggle { display: grid; place-items: center; }
  .nav-actions .btn { display: none; }
  .mobile-menu { position: fixed; inset: 74px 0 auto; display: grid; gap: .2rem; padding: 1.1rem 20px 1.5rem; background: var(--paper); border-top: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .28s ease; }
  .mobile-menu.open { transform: none; }
  .mobile-menu a { padding: .8rem; border-bottom: 1px solid var(--line); font-weight: 700; }
  .hero-grid, .problem-grid, .benefit-grid, .founder-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero { padding-top: 120px; }
  .hero-visual { min-height: 650px; }
  .hero-photo { left: 8%; }
  .problem .editorial-photo { max-width: 700px; min-height: 550px; }
  .journey-flow { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
  .journey-track { display: none; }
  .feature-strip { grid-template-columns: repeat(3,1fr); }
  .benefit-copy { order: 0 !important; }
  .benefit-image { max-width: 700px; }
  .local-grid, .access-grid, .faq-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .access-benefits { position: static; }
  .community-grid { grid-template-columns: repeat(2,1fr); }
  .screens-stage { min-height: 600px; }
  .screen-phone:nth-child(1) { left: 3%; }
  .screen-phone:nth-child(3) { right: 3%; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 68px; }
  .mobile-menu { top: 68px; }
  .hero { min-height: auto; padding: 105px 0 70px; }
  .hero-grid { gap: 2.7rem; }
  .hero h1 { font-size: clamp(3rem,15vw,4.5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 510px; }
  .hero-photo { inset: 0; border-radius: 120px 120px 20px 20px; }
  .hero-phone { width: 225px; left: -2%; bottom: -4%; }
  .floating-note { right: -2%; top: 6%; max-width: 180px; }
  .problem, .product, .benefit, .founder, .faq, .founding, .journey, .local { padding: 80px 0; }
  .editorial-photo, .benefit-image, .founder-photo { min-height: 470px; height: 470px; border-radius: 20px 100px 20px 20px; }
  .question-stack { grid-template-columns: 1fr; }
  .journey-head, .product-head, .founding-head { align-items: flex-start; flex-direction: column; }
  .journey-flow { grid-template-columns: repeat(2,1fr); }
  .journey-step small { max-width: 110px; }
  .screens-stage { min-height: 620px; overflow-x: hidden; }
  .screen-phone { width: 215px; top: 125px; }
  .screen-phone:nth-child(1) { left: -23%; }
  .screen-phone:nth-child(2) { width: 250px; }
  .screen-phone:nth-child(3) { right: -23%; }
  .feature-strip { display: flex; overflow-x: auto; padding-bottom: .5rem; scroll-snap-type: x mandatory; }
  .feature-chip { min-width: 210px; scroll-snap-align: start; }
  .local-notes, .form-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .community-card { min-height: 150px; }
  .community-card strong { margin-top: 1.5rem; }
  .radio-grid { grid-template-columns: 1fr; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; display: grid; }
  .footer-links { justify-content: flex-start; }
  .modal-actions { flex-direction: column; }
}

@media (max-width: 420px) {
  .community-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; }
  .hero-phone { width: 205px; }
  .floating-note { max-width: 155px; padding: .75rem; }
}
