:root {
  --forest: #004740;
  --forest-deep: #00302b;
  --forest-soft: #e4ecea;
  --sage: #8a9b78;
  --sage-soft: #eef1e9;
  --linen: #f8f3e8;
  --linen-strong: #efe6d3;
  --paper: #ffffff;
  --ink: #161a18;
  --ink-soft: #2e3532;
  --stone: #5e6870;
  --stone-line: #c6cdd3;
  --clay: #8a6b4d;
  --line: rgba(46, 53, 50, .18);
  --radius: .65rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sage); outline-offset: 4px; }
.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: 1rem; top: -5rem; z-index: 100; background: var(--forest); color: white; padding: .75rem 1rem; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
h1, h2, h3, p { text-wrap: pretty; }

.beta-ticker { overflow: hidden; background: var(--forest-deep); color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.beta-ticker-link { display: block; padding: .62rem 0; color: inherit; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.beta-ticker-track { width: max-content; display: flex; animation: ticker 22s linear infinite; }
.beta-ticker-track > span { min-width: 100vw; padding: 0 2.5rem; text-align: center; }
.beta-ticker:hover .beta-ticker-track, .beta-ticker:focus-within .beta-ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header {
  width: min(100% - 3rem, 86rem);
  margin: 0 auto;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1; }
.brand img.brand-symbol { width: 3.35rem; height: 3.35rem; object-fit: contain; border-radius: .55rem; }
.brand-wordmark { display: block; }
.brand-wordmark strong { display: block; font-size: 1.18rem; letter-spacing: -.02em; }
.brand-wordmark small { display: block; margin-top: .36rem; color: var(--stone); font-size: .68rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.brand-mark { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; background: var(--forest); color: var(--linen); border-radius: .55rem; }
.brand-mark svg { width: 1.9rem; height: 1.9rem; fill: currentColor; }
.brand-mark svg path:last-child { fill: none; stroke: #c6d0b8; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-size: 1.16rem; letter-spacing: -.02em; }
.brand small { display: block; margin-top: .35rem; color: var(--stone); font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.35rem; font-size: .9rem; font-weight: 650; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--clay); }
.main-nav a[aria-current="page"] { color: var(--forest); text-decoration: underline; text-decoration-color: var(--sage); text-decoration-thickness: 2px; text-underline-offset: .45rem; }
.nav-cta { border: 1px solid var(--forest); border-radius: .4rem; padding: .7rem 1rem; }
.nav-cta:hover { background: var(--forest); color: white; }
.menu-button { display: none; border: 0; background: none; padding: .5rem; }

.hero {
  width: min(100% - 3rem, 82rem);
  margin: 2rem auto 0;
  min-height: 42rem;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.eyebrow { margin: 0 0 1.25rem; color: var(--clay); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #c6d0b8; }
h1 { margin: 0; font-size: clamp(3.3rem, 6.6vw, 6.7rem); line-height: .91; letter-spacing: -.06em; font-weight: 650; }
h1 em { color: var(--forest); font-family: Georgia, serif; font-weight: 400; }
.hero-text { max-width: 39rem; margin: 2rem 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.hero-actions { margin-top: 2.25rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3.25rem; padding: .82rem 1.3rem; border-radius: .45rem; font-weight: 750; text-decoration: none; }
.button-primary { background: var(--forest); color: white; }
.button-primary:hover { background: var(--forest-deep); }
.text-link { font-weight: 700; text-underline-offset: .3rem; text-decoration-thickness: 1px; }
.trust-list { display: flex; gap: 1rem 1.5rem; flex-wrap: wrap; margin: 2.4rem 0 0; padding: 0; color: var(--stone); font-size: .86rem; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: .5rem; }
.trust-list li::before { content: ""; width: .42rem; height: .42rem; border-radius: 50%; background: var(--sage); }
.hero-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--stone-line); border-radius: var(--radius); background: var(--sage-soft); }
.hero-visual img { width: 100%; height: min(68vh, 42rem); object-fit: cover; }
.hero-visual figcaption { position: absolute; left: 1.25rem; bottom: 1.25rem; padding: .62rem .85rem; border: 1px solid rgba(94,104,112,.28); border-radius: .4rem; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); font-size: .82rem; font-weight: 700; }

.subpage-hero { width: min(100% - 3rem, 82rem); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 7vw, 7rem); border-bottom: 1px solid var(--stone-line); }
.subpage-hero h1 { max-width: 70rem; }
.subpage-hero > p:last-child { max-width: 48rem; margin: 2rem 0 0 auto; color: var(--ink-soft); font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.subpage-section { margin-top: 6rem; }
.inline-link { display: inline-flex; gap: .5rem; margin-top: 1rem; color: var(--forest); font-weight: 750; text-underline-offset: .25rem; }

.intro, .products, .modules, .founder { width: min(100% - 3rem, 82rem); margin: 8rem auto; }
.section-label { padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--stone); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-label-light { color: #c6d0b8; border-color: rgba(255,255,255,.22); }
.intro-grid, .products-head, .modules-head { display: grid; grid-template-columns: 1.18fr .82fr; gap: 6rem; margin: 3.5rem 0; align-items: start; }
.intro-grid h2, .products h2, .modules h2, .founder h2 { margin: 0; font-size: clamp(2.35rem, 4.7vw, 4.7rem); line-height: .99; letter-spacing: -.05em; font-weight: 650; }
.intro-copy, .products-copy { color: var(--ink-soft); font-size: 1.08rem; }
.intro-copy p:first-child, .products-copy p:first-child { margin-top: 0; color: var(--ink); font-size: 1.32rem; }

.north-star { margin: 5rem 0; padding: .5rem 0 .5rem 2rem; border-left: 3px solid var(--sage); }
.north-star span { display: block; color: var(--clay); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.north-star p { max-width: 65rem; margin: .8rem 0 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; }
.north-star-home { margin-bottom: 0; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--stone-line); border-bottom: 1px solid var(--stone-line); }
.approach-grid article { padding: 2rem; border-left: 1px solid var(--stone-line); }
.approach-grid article:first-child { border-left: 0; }
.approach-grid span { color: var(--sage); font-size: .78rem; font-weight: 800; }
.approach-grid h3 { margin: 2rem 0 .6rem; font-size: 1.4rem; }
.approach-grid p { margin: 0; color: var(--stone); }

.site-paths { padding: clamp(5rem, 8vw, 7rem) 1.5rem; background: var(--linen); }
.site-paths-inner { width: min(100%, 82rem); margin: 0 auto; }
.path-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.path-card { min-height: 22rem; padding: 1.8rem; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border: 1px solid var(--stone-line); border-radius: var(--radius); text-decoration: none; }
.path-card > span { color: var(--clay); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.path-card h2 { margin: 3rem 0 .8rem; font-size: clamp(1.7rem, 2.6vw, 2.7rem); line-height: 1.05; letter-spacing: -.035em; }
.path-card p { margin: 0; color: var(--stone); }
.path-card strong { margin-top: auto; padding-top: 2rem; color: var(--forest); }
.path-card:hover { border-color: var(--sage); }
.path-card-accent { color: white; background: var(--forest); border-color: var(--forest); }
.path-card-accent > span, .path-card-accent strong { color: #c6d0b8; }
.path-card-accent p { color: #dce4df; }

.homebase-teaser { width: min(100% - 3rem, 82rem); margin: 7rem auto; padding: 3rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; border-top: 1px solid var(--stone-line); border-bottom: 1px solid var(--stone-line); }
.homebase-teaser h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; font-weight: 400; }
.homebase-teaser > div:last-child p { margin: 0 0 1.5rem; color: var(--ink-soft); font-size: 1.08rem; }

.guidelines { margin: 0; padding: clamp(5rem, 9vw, 8rem) 1.5rem; background: var(--forest-deep); color: white; }
.guidelines-inner { width: min(100%, 82rem); margin: 0 auto; }
.guidelines-head { display: grid; grid-template-columns: 1.18fr .82fr; gap: 6rem; margin: 3.5rem 0; align-items: end; }
.guidelines-head h2 { max-width: 43rem; margin: 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1; font-weight: 400; }
.guidelines-head > p { margin: 0; color: #d9e0dc; font-size: 1.08rem; }
.guideline-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.guideline-grid article { min-height: 10rem; padding: 1.7rem 1.7rem 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.guideline-grid article:nth-child(even) { padding-left: 1.7rem; border-left: 1px solid rgba(255,255,255,.22); }
.guideline-grid strong { display: block; color: #eef1e9; font-size: 1.16rem; }
.guideline-grid p { margin: .5rem 0 0; color: #cbd6d0; }
.guideline-grid .guideline-wide { grid-column: 1 / -1; min-height: auto; padding-left: 0; border-left: 0; }
.guideline-wide strong { color: #c6d0b8; font-size: 1.35rem; }

.products-head { align-items: end; }
.products-head .eyebrow { margin-bottom: 1rem; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0 0 1rem; }
.platform-card { min-height: 18rem; padding: 1.8rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--sage-soft); border: 1px solid #cbd5c5; border-radius: var(--radius); }
.platform-card-dark { color: white; background: var(--forest-deep); border-color: var(--forest-deep); }
.platform-label { width: fit-content; padding: .35rem .65rem; border: 1px solid currentColor; border-radius: 999px; color: var(--forest); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.platform-card-dark .platform-label { color: #c6d0b8; }
.platform-card h3 { max-width: 28rem; margin: 3rem 0 .75rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.02; font-weight: 400; }
.platform-card p { max-width: 38rem; margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.platform-card-dark p { color: #dce4df; }
.feature-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1rem; }
.feature-card { min-height: 18rem; padding: 1.7rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--linen); border: 1px solid var(--linen-strong); border-radius: var(--radius); }
.feature-card:first-child { grid-row: span 2; min-height: 37rem; }
.feature-card:last-child { grid-column: 2 / -1; min-height: 15rem; }
.feature-card-dark { background: var(--forest); color: white; border-color: var(--forest); }
.feature-card h3 { margin: 0 0 .6rem; font-size: 1.35rem; line-height: 1.15; }
.feature-card p { margin: 0; color: var(--stone); }
.feature-card-dark p { color: #dce4df; }
.feature-card-dark h3 { font-family: Georgia, serif; font-size: clamp(2.3rem, 4vw, 4.2rem); font-weight: 400; }
.feature-number, .feature-icon { color: var(--sage); font-weight: 800; }
.feature-icon { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid var(--sage); border-radius: 50%; color: var(--forest); }

.mockup-section, .product-detail-section, .beta-overview, .beta-process { width: min(100% - 3rem, 82rem); margin: 8rem auto; }
.mockup-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6rem; align-items: end; margin: 3.5rem 0; }
.mockup-intro h2, .beta-overview h2, .beta-requirements h2 { margin: 0; font-size: clamp(2.4rem, 4.7vw, 4.7rem); line-height: .99; letter-spacing: -.05em; font-weight: 650; }
.mockup-intro p { margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.mockup-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.mockup-card { margin: 0; overflow: hidden; background: var(--linen); border: 1px solid var(--linen-strong); border-radius: var(--radius); }
.mockup-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.mockup-card figcaption { padding: 1.3rem 1.5rem 1.5rem; }
.mockup-card figcaption strong, .mockup-card figcaption span { display: block; }
.mockup-card figcaption strong { font-size: 1.08rem; }
.mockup-card figcaption span { margin-top: .3rem; color: var(--stone); }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 3rem 0 1rem; border-top: 1px solid var(--stone-line); }
.detail-grid article { min-height: 15rem; padding: 2rem 2rem 2rem 0; border-bottom: 1px solid var(--stone-line); }
.detail-grid article:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--stone-line); }
.detail-grid span { color: var(--sage); font-size: .78rem; font-weight: 800; }
.detail-grid h3 { margin: 2.4rem 0 .6rem; font-size: 1.55rem; }
.detail-grid p { max-width: 34rem; margin: 0; color: var(--stone); }
.beta-callout { margin-top: 5rem; padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: 1.15fr .85fr; gap: 5rem; align-items: end; color: white; background: var(--forest); border-radius: var(--radius); }
.beta-callout h2 { max-width: 44rem; margin: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 4.6vw, 4.8rem); line-height: 1; font-weight: 400; }
.beta-callout > div:last-child p { margin: 0 0 1.6rem; color: #dce4df; font-size: 1.08rem; }

.principle { margin: 0; padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 82rem)/2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 7rem; background: var(--linen); color: var(--ink); }
.principle .section-label-light { color: var(--stone); border-color: var(--stone-line); }
.statement { margin: 3rem 0 2rem; max-width: 48rem; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; color: var(--forest-deep); }
.principle-text { max-width: 42rem; color: var(--ink-soft); font-size: 1.1rem; }
.principle-points { align-self: end; border-top: 1px solid var(--stone-line); }
.principle-points div { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--stone-line); }
.principle-points strong { color: var(--sage); font-size: .8rem; }

.modules-head { align-items: end; }
.modules-head p { margin: 0; color: var(--ink-soft); font-size: 1.12rem; }
.module-list { border-top: 1px solid var(--stone-line); }
.module-item { display: grid; grid-template-columns: 10rem 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--stone-line); }
.module-item h3 { margin: 0; font-size: 1.65rem; }
.module-item p { max-width: 50rem; margin: .35rem 0 0; color: var(--stone); }
.module-status { align-self: start; margin-top: .3rem; color: var(--clay); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.module-featured { padding: 2rem; margin: 0 -2rem; background: var(--sage-soft); border-radius: var(--radius); border: 1px solid #c6d0b8; }
.module-arrow { color: var(--forest); font-size: 2rem; }
.module-kicker { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.architecture-strip { width: min(100% - 3rem, 82rem); margin: 0 auto 2rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--stone-line); border-bottom: 1px solid var(--stone-line); }
.architecture-strip div { padding: 1.6rem; border-left: 1px solid var(--stone-line); }
.architecture-strip div:first-child { border-left: 0; }
.architecture-strip span, .architecture-strip strong { display: block; }
.architecture-strip span { color: var(--clay); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.architecture-strip strong { margin-top: .45rem; font-size: 1.05rem; }

.founder-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); margin-top: 3.5rem; align-items: start; }
.founder-card { min-height: 33rem; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--forest); color: white; border-radius: var(--radius); }
.founder-initials { font-family: Georgia, serif; font-size: clamp(5rem, 11vw, 10rem); line-height: .8; color: #c6d0b8; }
.founder-card strong, .founder-card div span { display: block; }
.founder-card strong { font-size: 1.5rem; }
.founder-card div span { margin-top: .4rem; color: #dce4df; }
.founder-copy h2 { margin-bottom: 2rem; }
.founder-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.08rem; }
.expertise-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.expertise-list li { padding: .55rem .75rem; border: 1px solid var(--stone-line); border-radius: .4rem; color: var(--forest-deep); font-size: .86rem; font-weight: 700; }

.founder-belief { width: min(100% - 3rem, 82rem); margin: 0 auto 8rem; padding: 4rem 0; border-top: 1px solid var(--stone-line); border-bottom: 1px solid var(--stone-line); }
.founder-belief blockquote { max-width: 68rem; margin: 3rem 0 2rem; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1.03; color: var(--forest-deep); }
.founder-belief > p { max-width: 45rem; margin-left: auto; color: var(--ink-soft); font-size: 1.08rem; }

.next-page-link { width: min(100% - 3rem, 82rem); margin: 7rem auto; text-align: center; }
.next-page-link h2 { max-width: 56rem; margin: 0 auto 2rem; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; font-weight: 400; }

.cta-section { margin: 0; padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 82rem)/2)); text-align: center; background: var(--sage); }
.cta-section .eyebrow { color: var(--forest-deep); }
.cta-section h2 { max-width: 56rem; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; font-weight: 400; }
.cta-section p:not(.eyebrow) { max-width: 43rem; margin: 1.5rem auto 2rem; font-size: 1.08rem; }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: var(--linen); }

.beta-hero { margin: 0; padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100% - 82rem)/2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; color: white; background: var(--forest-deep); }
.beta-hero h1 em { color: #c6d0b8; }
.beta-hero > div:first-child > p:not(.eyebrow) { max-width: 48rem; margin: 2rem 0; color: #dce4df; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.beta-hero-facts { border-top: 1px solid rgba(255,255,255,.24); }
.beta-hero-facts div { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.beta-hero-facts span { color: #c6d0b8; font-size: .76rem; font-weight: 800; }
.beta-overview-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6rem; margin-top: 3.5rem; }
.beta-overview-grid > div { color: var(--ink-soft); font-size: 1.08rem; }
.beta-overview-grid > div p:first-child { margin-top: 0; color: var(--ink); font-size: 1.25rem; }
.beta-requirements { padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 82rem)/2)); color: white; background: var(--forest); }
.beta-requirements-inner { max-width: 82rem; margin: 0 auto; }
.beta-requirements-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6rem; margin: 3.5rem 0; align-items: end; }
.beta-requirements-head p { margin: 0; color: #dce4df; font-size: 1.08rem; }
.requirements-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.requirements-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.requirements-list li > span { color: #c6d0b8; font-size: .78rem; font-weight: 800; }
.requirements-list strong { display: block; font-size: 1.18rem; }
.requirements-list p { margin: .35rem 0 0; color: #dce4df; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--stone-line); border-bottom: 1px solid var(--stone-line); }
.process-grid li { min-height: 19rem; padding: 1.8rem; border-left: 1px solid var(--stone-line); }
.process-grid li:first-child { border-left: 0; }
.process-grid li > span { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; color: white; background: var(--forest); font-weight: 800; }
.process-grid h3 { margin: 4rem 0 .7rem; font-size: 1.35rem; line-height: 1.15; }
.process-grid p { margin: 0; color: var(--stone); }
.beta-give-get { display: grid; grid-template-columns: 1fr 1fr; }
.beta-give-get article { min-height: 29rem; padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: space-between; background: var(--linen); }
.beta-give-get article:last-child { color: white; background: var(--forest-deep); }
.beta-give-get h2 { margin: 3rem 0 0; font-family: Georgia, serif; font-size: clamp(2.3rem, 4.5vw, 4.6rem); line-height: 1.02; font-weight: 400; }

.site-footer { width: min(100% - 3rem, 82rem); min-height: 12rem; margin: 0 auto; padding: 3rem 0; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { margin-top: .45rem; color: var(--stone); }
.footer-links { display: flex; gap: 1.4rem; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: var(--ink); font: inherit; font-size: .9rem; text-decoration: underline; text-underline-offset: .25rem; }
.footer-links a[aria-current="page"] { color: var(--forest); font-weight: 750; }
.copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--stone); font-size: .8rem; }

.legal-page { width: min(100% - 3rem, 82rem); margin: 0 auto; }
.legal-page-hero { padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 5rem); border-bottom: 1px solid var(--stone-line); }
.legal-page-hero h1 { max-width: 68rem; font-size: clamp(3.4rem, 7vw, 6.8rem); }
.legal-page-hero > p:last-child:not(.eyebrow) { max-width: 52rem; margin: 2rem 0 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.legal-content { max-width: 58rem; margin: clamp(3.5rem, 7vw, 6rem) 0 clamp(6rem, 10vw, 9rem); }
.legal-content section { padding: 0 0 2.5rem; margin: 0 0 2.5rem; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 1rem; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.2; letter-spacing: -.025em; }
.legal-content p { margin: .8rem 0 0; color: var(--ink-soft); }
.legal-content p:first-of-type { margin-top: 0; }
.legal-content a:not(.button) { color: var(--forest); text-underline-offset: .22rem; }
.legal-meta { padding: 1.2rem 1.4rem; color: var(--stone) !important; background: var(--linen); border-radius: var(--radius); font-size: .88rem; }
.withdrawal-form { padding: clamp(1.5rem, 4vw, 3rem) !important; background: var(--sage-soft); border: 1px solid #cbd5c5 !important; border-radius: var(--radius); }
.withdrawal-form .button { margin-top: 1.5rem; color: white; }

@media (prefers-reduced-motion: no-preference) {
  .button, .nav-cta { transition: background-color .2s ease, color .2s ease; }
  .hero-copy, .hero-visual { animation: enter .6s ease-out both; }
  .hero-visual { animation-delay: .08s; }
  @keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}

@media (prefers-reduced-motion: reduce) {
  .beta-ticker-track { animation: none; }
  .beta-ticker-track > span[aria-hidden="true"] { display: none; }
}

@media (max-width: 1040px) {
  .site-header { min-height: 5.4rem; }
  .menu-button { display: grid; gap: 4px; z-index: 20; }
  .menu-button span:not(.sr-only) { width: 1.6rem; height: 2px; background: var(--ink); }
  .main-nav { display: none; position: absolute; z-index: 10; top: 4.8rem; right: 1rem; left: 1rem; padding: 1.4rem; flex-direction: column; align-items: stretch; gap: 1rem; background: var(--paper); border: 1px solid var(--stone-line); border-radius: var(--radius); }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-visual img { height: 31rem; }
  .intro-grid, .products-head, .modules-head, .guidelines-head, .principle, .founder-grid, .homebase-teaser { grid-template-columns: 1fr; gap: 2.5rem; }
  .path-card-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 17rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:first-child { grid-row: auto; grid-column: 1 / -1; min-height: 25rem; }
  .feature-card:last-child { grid-column: auto; min-height: 18rem; }
  .founder-card { min-height: 24rem; }
  .mockup-intro, .beta-callout, .beta-hero, .beta-overview-grid, .beta-requirements-head { grid-template-columns: 1fr; gap: 2.5rem; }
  .mockup-gallery { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid var(--stone-line); }
  .process-grid li:nth-child(4) { border-top: 1px solid var(--stone-line); }
}

@media (max-width: 680px) {
  .site-header, .hero, .subpage-hero, .intro, .products, .modules, .founder, .homebase-teaser, .architecture-strip, .founder-belief, .next-page-link, .site-footer, .mockup-section, .product-detail-section, .beta-overview, .beta-process, .legal-page { width: min(100% - 2rem, 82rem); }
  .brand img.brand-symbol { width: 2.9rem; height: 2.9rem; }
  .brand-wordmark strong { font-size: 1.02rem; }
  .brand-wordmark small { font-size: .62rem; }
  .hero { min-height: 0; margin-top: 0; }
  h1 { font-size: clamp(3.1rem, 14vw, 4.5rem); }
  .hero-visual img { height: 24rem; }
  .hero-visual figcaption { right: 1rem; text-align: center; }
  .intro, .products, .modules, .founder { margin: 6rem auto; }
  .intro-grid, .products-head, .modules-head { margin: 2.5rem 0; }
  .north-star { margin: 4rem 0; padding-left: 1.25rem; }
  .approach-grid, .guideline-grid { grid-template-columns: 1fr; }
  .approach-grid article, .approach-grid article:first-child { padding: 1.5rem 0; border-left: 0; border-top: 1px solid var(--stone-line); }
  .approach-grid article:first-child { border-top: 0; }
  .approach-grid h3 { margin-top: 1rem; }
  .guideline-grid article, .guideline-grid article:nth-child(even) { min-height: 0; padding: 1.4rem 0; border-left: 0; }
  .guideline-grid .guideline-wide { grid-column: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { min-height: 14rem; }
  .feature-card:first-child { grid-column: auto; min-height: 22rem; }
  .platform-grid, .detail-grid, .beta-give-get { grid-template-columns: 1fr; }
  .platform-card { min-height: 15rem; }
  .detail-grid article, .detail-grid article:nth-child(even) { min-height: 0; padding: 1.6rem 0; border-left: 0; }
  .detail-grid h3 { margin-top: 1rem; }
  .mockup-section, .product-detail-section, .beta-overview, .beta-process { margin: 6rem auto; }
  .mockup-intro { margin: 2.5rem 0; }
  .mockup-card figcaption { padding: 1rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(3), .process-grid li:nth-child(4) { min-height: 0; padding: 1.5rem 0; border-left: 0; border-top: 1px solid var(--stone-line); }
  .process-grid li:first-child { border-top: 0; }
  .process-grid h3 { margin-top: 2rem; }
  .beta-give-get article { min-height: 22rem; padding: 3rem 1.5rem; }
  .principle { padding-top: 5rem; padding-bottom: 5rem; }
  .architecture-strip { grid-template-columns: 1fr; }
  .architecture-strip div, .architecture-strip div:first-child { padding: 1.25rem 0; border-left: 0; border-top: 1px solid var(--stone-line); }
  .architecture-strip div:first-child { border-top: 0; }
  .module-item { grid-template-columns: 1fr; gap: .5rem; }
  .module-arrow { display: none; }
  .module-featured { margin: 0 -1rem; padding: 1.5rem 1rem; }
  .founder-card { min-height: 21rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .copyright { margin-top: 0; }
}
