:root {
  color-scheme: light;
  --ink: #071811;
  --ink-soft: #173a2b;
  --forest: #0b5f3b;
  --green: #138a55;
  --mint: #83efb9;
  --lime: #d9ff55;
  --paper: #f7faf5;
  --white: #ffffff;
  --line: rgba(7, 24, 17, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 80px rgba(3, 27, 17, 0.16);
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; }
body::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--lime); color: var(--ink); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 28px)); min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 10px 12px 10px 18px; color: var(--white); background: rgba(7, 24, 17, .82); border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; box-shadow: 0 16px 50px rgba(0,0,0,.15); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { border-radius: 12px; background: #e8f6ed; }
.site-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .91rem; font-weight: 650; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.74); text-decoration: none; transition: color .2s ease; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: white; border-radius: 4px; transition: transform .2s ease; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .85rem; padding: .86rem 1.25rem; color: var(--ink); background: var(--lime); border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-size: .95rem; font-weight: 800; line-height: 1; box-shadow: 0 12px 34px rgba(217, 255, 85, .16); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(217, 255, 85, .25); }
.button-small { min-height: 42px; padding: .7rem 1rem; font-size: .86rem; }
.text-link { display: inline-flex; gap: .55rem; color: var(--white); text-underline-offset: 5px; font-weight: 750; }

.hero { position: relative; min-height: 900px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4.5rem; padding-top: 150px; padding-bottom: 90px; color: var(--white); }
.hero::before { content: ""; position: absolute; z-index: -2; top: 0; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%); background: radial-gradient(circle at 74% 30%, rgba(26, 164, 98, .23), transparent 31%), radial-gradient(circle at 10% 85%, rgba(217, 255, 85, .08), transparent 35%), var(--ink); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--mint); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--forest); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 1.55rem; font-size: clamp(3.7rem, 6.4vw, 6.7rem); line-height: .91; letter-spacing: -.072em; }
h1 em, h2 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero-lede { max-width: 610px; margin-bottom: 1.8rem; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.6vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.beta-note { margin: 1.1rem 0 0; color: rgba(255,255,255,.47); font-size: .84rem; }

.product-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(131,239,185,.25); border-radius: 50%; }
.orbit-one { width: 580px; height: 580px; }
.orbit-two { width: 440px; height: 440px; border-style: dashed; animation: spin 34s linear infinite; }
.phone-card { position: relative; z-index: 3; width: min(360px, 88vw); min-height: 610px; padding: 12px 16px 18px; color: var(--ink); background: #f4f8f3; border: 8px solid #193d2e; border-radius: 46px; box-shadow: 0 40px 90px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.6); transform: rotate(2.5deg); }
.phone-topline { display: flex; justify-content: space-between; padding: 4px 10px 12px; font-size: .65rem; font-weight: 800; }
.app-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.app-brand { display: flex; align-items: center; gap: .55rem; font-size: .78rem; font-weight: 800; }
.app-brand img { border-radius: 10px; }
.avatar { display: grid; place-items: center; width: 32px; height: 32px; color: white; background: var(--forest); border-radius: 50%; font-size: .74rem; font-weight: 900; }
.app-tabs { display: flex; gap: .35rem; padding: 4px; margin-bottom: 12px; background: #e5ede6; border-radius: 12px; font-size: .69rem; font-weight: 750; }
.app-tabs span { flex: 1; padding: 7px; text-align: center; border-radius: 9px; }
.app-tabs .active { background: white; box-shadow: 0 4px 16px rgba(11,95,59,.08); }
.story-card { overflow: hidden; background: white; border: 1px solid rgba(7,24,17,.08); border-radius: 18px; box-shadow: 0 8px 22px rgba(7,24,17,.07); }
.story-main { margin-bottom: 12px; }
.story-visual { position: relative; height: 170px; overflow: hidden; background: linear-gradient(155deg, #9ce0b8, #d9ff55); }
.story-tag { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 8px; color: white; background: rgba(7,24,17,.75); border-radius: 7px; font-size: .56rem; font-weight: 850; letter-spacing: .07em; }
.sun { position: absolute; right: 32px; top: 28px; width: 54px; height: 54px; background: #fbffb3; border-radius: 50%; box-shadow: 0 0 0 16px rgba(251,255,179,.16); }
.river { position: absolute; left: -10%; bottom: -58px; width: 120%; height: 135px; background: #1f7d58; border-radius: 50% 40% 0 0; transform: rotate(-7deg); box-shadow: 0 -40px 0 rgba(12,83,50,.56); }
.story-body { padding: 14px 15px 16px; }
.story-kicker { margin-bottom: 5px; color: var(--green); font-size: .55rem; font-weight: 900; letter-spacing: .09em; }
.story-body h2 { margin-bottom: 4px; font-size: 1.05rem; line-height: 1.2; letter-spacing: -.025em; }
.story-body p:last-child { margin: 0; color: #648072; font-size: .7rem; line-height: 1.45; }
.story-compact { display: flex; align-items: center; gap: 12px; padding: 12px; }
.compact-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; color: white; background: var(--forest); border-radius: 13px; }
.story-compact h3 { margin: 0; font-size: .75rem; line-height: 1.35; }
.app-nav { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: end; justify-content: space-around; padding: 9px 4px 5px; background: rgba(255,255,255,.96); border-radius: 17px; box-shadow: 0 10px 30px rgba(7,24,17,.13); }
.app-nav > span { display: flex; flex-direction: column; align-items: center; gap: 1px; color: #809287; font-size: .95rem; }
.app-nav small { font-size: .42rem; }
.app-nav .selected { color: var(--forest); }
.app-nav .create-dot { align-self: center; width: 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-size: 1.15rem; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: var(--shadow); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .75rem; }
.floating-card small { color: #668073; font-size: .62rem; }
.floating-community { left: -20px; bottom: 125px; }
.floating-verified { right: -18px; top: 150px; }
.floating-icon, .verified-mark { display: grid; place-items: center; width: 32px; height: 32px; background: #e4fbe9; border-radius: 10px; color: var(--forest); font-weight: 900; }

.signal-strip { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); color: #173326; background: var(--lime); border-bottom: 1px solid rgba(7,24,17,.1); }
.signal-strip div { display: flex; align-items: center; gap: .8rem; min-height: 88px; padding: 1.25rem 2rem; border-right: 1px solid rgba(7,24,17,.14); font-size: .82rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.signal-strip div:last-child { border-right: 0; }
.signal-strip span { font-family: Georgia, serif; font-style: italic; font-weight: 400; }

.feature-section { padding-top: 130px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 2rem; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -6px; }
.section-heading h2, .community-copy h2 { margin: 0; font-size: clamp(2.65rem, 4.8vw, 5.2rem); line-height: .98; letter-spacing: -.065em; }
.section-heading h2 em, .community-copy h2 em { color: var(--forest); }
.section-heading > p:last-child { margin: 0; color: #5c7066; font-size: 1.03rem; }
.feature-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 18px; }
.feature-card { position: relative; min-height: 420px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.feature-news { color: white; background: var(--ink); }
.feature-near { background: #dff7e9; }
.feature-language { background: var(--lime); }
.feature-number { position: absolute; top: 24px; right: 26px; color: currentColor; opacity: .42; font-family: Georgia, serif; font-size: .8rem; font-style: italic; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid currentColor; border-radius: 15px; font-size: 1.1rem; font-weight: 900; }
.feature-card h3 { margin: 2.4rem 0 .75rem; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.feature-card p { margin-bottom: 1.4rem; color: inherit; opacity: .68; }
.mini-feed { display: flex; gap: 8px; }
.mini-feed span { width: 32%; height: 68px; background: linear-gradient(145deg, rgba(131,239,185,.7), rgba(217,255,85,.22)); border-radius: 12px; }
.mini-feed span:nth-child(2) { transform: translateY(-12px); }
.radar { position: relative; width: 160px; height: 100px; margin: .5rem auto 0; overflow: hidden; }
.radar::before, .radar::after, .radar i { content: ""; position: absolute; left: 50%; bottom: -75px; transform: translateX(-50%); border: 1px solid rgba(11,95,59,.26); border-radius: 50%; }
.radar::before { width: 150px; height: 150px; }
.radar::after { width: 100px; height: 100px; bottom: -50px; }
.radar i { width: 50px; height: 50px; bottom: -25px; }
.radar b, .radar strong { position: absolute; width: 10px; height: 10px; background: var(--forest); border: 3px solid white; border-radius: 50%; box-shadow: 0 4px 12px rgba(7,24,17,.2); }
.radar b { left: 32px; top: 30px; }
.radar strong { right: 28px; top: 12px; }
.language-switch { display: flex; width: 155px; gap: 4px; margin: 1rem auto 0; padding: 5px; background: rgba(255,255,255,.5); border-radius: 999px; }
.language-switch span { flex: 1; padding: 8px; text-align: center; border-radius: 999px; font-size: .75rem; font-weight: 850; }
.language-switch .on { color: white; background: var(--ink); }

.community-section { padding: 130px 0; color: white; background: var(--forest); }
.community-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.community-copy > p:not(.eyebrow) { max-width: 520px; margin: 1.5rem 0 1.8rem; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.community-copy h2 em { color: var(--lime); }
.check-list { display: grid; gap: .85rem; padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: .75rem; color: rgba(255,255,255,.84); }
.check-list span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.composer-demo { position: relative; padding: 28px; color: var(--ink); background: #f8fbf7; border-radius: var(--radius-lg); box-shadow: 0 32px 90px rgba(2,20,12,.32); }
.composer-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 22px; }
.composer-head small, .composer-head strong { display: block; }
.composer-head small { color: var(--green); font-size: .61rem; font-weight: 900; letter-spacing: .12em; }
.composer-head strong { font-size: 1.25rem; letter-spacing: -.025em; }
.composer-head > span { padding: 6px 8px; color: var(--forest); background: #e2f5e8; border-radius: 8px; font-size: .65rem; font-weight: 800; }
.composer-field { margin-bottom: 12px; padding: 15px 16px; background: white; border: 1px solid rgba(7,24,17,.1); border-radius: 14px; }
.composer-field small { display: block; margin-bottom: 5px; color: #6f8378; font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.composer-field strong { font-size: .9rem; }
.composer-lines { min-height: 115px; }
.composer-lines i { display: block; width: 100%; height: 7px; margin: 10px 0; background: #e6ede8; border-radius: 99px; }
.composer-lines i.short { width: 58%; }
.composer-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0; }
.composer-options span { padding: 12px; background: #e9f2eb; border-radius: 12px; font-size: .72rem; font-weight: 760; }
.composer-action { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; color: white; background: var(--ink); border-radius: 13px; font-size: .82rem; font-weight: 850; }
.composer-action b { color: var(--lime); font-size: 1.1rem; }
.status-toast { position: absolute; right: -48px; bottom: -42px; display: flex; align-items: center; gap: 11px; min-width: 245px; padding: 13px 15px; background: var(--lime); border-radius: 15px; box-shadow: var(--shadow); }
.status-toast > span { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--forest); border-radius: 50%; font-weight: 900; }
.status-toast strong, .status-toast small { display: block; }
.status-toast strong { font-size: .75rem; }
.status-toast small { font-size: .62rem; opacity: .65; }

.mission-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); padding-top: 130px; padding-bottom: 130px; }
.mission-mark { position: relative; display: grid; place-items: center; aspect-ratio: 1; background: #e2f4e8; border-radius: 50% 50% 48% 52%; }
.mission-mark::after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(11,95,59,.18); border-radius: inherit; }
.mission-mark img { width: 70%; height: 70%; object-fit: contain; }
.mission-copy blockquote { max-width: 760px; margin: 0 0 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; letter-spacing: -.045em; }
.mission-copy > p:last-child { max-width: 620px; color: #586f63; }

.final-cta { position: relative; overflow: hidden; padding: 120px 0; color: white; background: var(--ink); text-align: center; }
.final-cta .section-shell { position: relative; z-index: 2; display: grid; justify-items: center; }
.final-cta img { margin-bottom: 1.3rem; background: #e9f7ed; border-radius: 20px; }
.final-cta h2 { margin: .1rem 0 2rem; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .9; letter-spacing: -.075em; }
.button-light { background: white; }
.cta-glow { position: absolute; top: 50%; left: 50%; width: 760px; height: 760px; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(19,138,85,.36), transparent 66%); }

.site-footer { min-height: 120px; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 1rem; padding: 2rem max(24px, calc((100vw - 1180px) / 2)); background: #03100b; color: rgba(255,255,255,.54); font-size: .8rem; }
.footer-brand { color: white; }
.site-footer p { margin: 0; }
.site-footer p:nth-of-type(1) { text-align: center; }
.site-footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-header { top: 10px; }
  .nav-toggle { display: block; color: white; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: .2rem; padding: 12px; background: rgba(7,24,17,.97); border: 1px solid rgba(255,255,255,.13); border-radius: 17px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .product-stage { margin-top: 10px; }
  .section-heading { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-news { grid-column: 1 / -1; }
  .community-layout { grid-template-columns: 1fr; }
  .community-copy { max-width: 720px; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .brand span { font-size: .94rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.9rem); }
  .hero { padding-bottom: 65px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { justify-content: center; }
  .product-stage { min-height: 620px; }
  .phone-card { width: min(342px, 88vw); transform: none; }
  .orbit-one { width: 460px; height: 460px; }
  .orbit-two { width: 360px; height: 360px; }
  .floating-card { display: none; }
  .signal-strip { grid-template-columns: 1fr 1fr; }
  .signal-strip div { min-height: 74px; padding: 1rem; font-size: .7rem; }
  .signal-strip div:nth-child(2) { border-right: 0; }
  .signal-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(7,24,17,.14); }
  .feature-section, .community-section, .mission-section, .final-cta { padding-top: 90px; padding-bottom: 90px; }
  .section-heading h2, .community-copy h2 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-news { grid-column: auto; }
  .feature-card { min-height: 360px; }
  .composer-demo { padding: 20px; }
  .status-toast { position: static; margin-top: 14px; }
  .mission-section { grid-template-columns: 1fr; }
  .mission-mark { max-width: 370px; margin-inline: auto; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer p:nth-of-type(1), .site-footer p:last-child { text-align: center; }
}

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