:root {
  --bg: #141414; --bg-2: #111110; --card: #1B1A17; --card-line: #2A2724; --line: #221F1B; --rule: #3A362E;
  --text: #E6DFD2; --muted: #B5AEA1; --dim: #8C857A; --faint: #6E6A5F; --ghost: #4A463E;
  --gold: #C08A2E; --gold-2: #D9A648;
  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--serif); }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--text); }
h1, h2, p { margin: 0; }

.wrap { max-width: 1080px; margin: 0 auto; width: 100%; padding-left: clamp(20px, 5vw, 48px); padding-right: clamp(20px, 5vw, 48px); }
.band { border-top: 1px solid var(--line); }
.band.dark { background: var(--bg-2); }
.eyebrow { font-family: var(--mono); font-size: 12px; color: var(--faint); letter-spacing: 0.14em; }
.caption { font-family: var(--mono); font-size: 12px; color: var(--faint); }
.button { display: inline-block; background: var(--gold); color: var(--bg); font-family: var(--mono); font-size: 14px; font-weight: 600; padding: 14px 26px; border-radius: 6px; border: 0; cursor: pointer; line-height: normal; }
.button:hover { background: var(--gold-2); color: var(--bg); }
.button[disabled] { opacity: .6; cursor: default; }

/* nav */
.nav { padding-top: 28px; padding-bottom: 28px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 14px; }
.wordmark { font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: 0.14em; color: var(--text); }
.tag { font-family: var(--mono); font-size: 12px; color: var(--faint); letter-spacing: 0.12em; border: 1px solid var(--rule); border-radius: 4px; padding: 3px 8px; }
.links { margin-left: auto; display: flex; gap: 28px; flex-wrap: wrap; font-family: var(--mono); font-size: 13px; }
.links.small { gap: 20px; font-size: 12px; padding-top: 2px; }

/* hero */
.hero { padding-top: clamp(48px, 8vw, 88px); padding-bottom: 96px; display: flex; gap: 64px; align-items: center; flex-wrap: wrap; }
.hero-copy { flex: 1; min-width: min(420px, 100%); display: flex; flex-direction: column; gap: 24px; }
h1 { font-size: clamp(30px, 6vw, 48px); font-weight: 600; line-height: 1.15; }
.lede { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 480px; }
.cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.note { font-family: var(--mono); font-size: 13px; color: var(--dim); }
.cases { list-style: none; margin: 0; padding: 0; width: 420px; flex: none; max-width: 100%; display: flex; flex-direction: column; gap: 10px; }
.cases li { background: var(--card); border: 1px solid var(--card-line); border-radius: 6px; padding: 16px 18px; display: flex; flex-direction: column; gap: 5px; font-family: var(--mono); }
.cases li span:first-child { font-size: 13px; color: var(--text); }
.cases li span:last-child { font-size: 12px; color: var(--dim); }

/* why */
.why { padding-top: 80px; padding-bottom: 80px; display: flex; flex-direction: column; gap: 40px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 40px; }
.why-grid > div { display: flex; flex-direction: column; gap: 12px; }
.why-grid h2 { font-size: 20px; font-weight: 600; }
.why-grid p { font-size: 15px; line-height: 1.65; color: var(--muted); }
.strip { display: flex; gap: 3px; height: 24px; }

/* fit + pricing */
.two-col { padding-top: 80px; padding-bottom: 80px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 64px; }
.two-col > div { display: flex; flex-direction: column; gap: 16px; }
.h-lg { font-size: 24px; font-weight: 600; line-height: 1.35; }
.p-lg { font-size: 16px; line-height: 1.65; color: var(--muted); }

/* waitlist */
.contact { padding-top: 96px; padding-bottom: 96px; display: flex; flex-direction: column; align-items: center; gap: 24px; }

.waitlist { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.waitlist input { width: min(320px, 60vw); background: transparent; border: 1px solid var(--rule); border-radius: 6px; padding: 14px 18px; font-family: var(--mono); font-size: 13px; color: var(--text); }
.waitlist input::placeholder { color: var(--faint); }
.waitlist input:focus { outline: none; border-color: var(--gold); }
.contact .caption { text-align: center; }
[data-status][data-kind="ok"] { color: var(--gold-2); }
[data-status][data-kind="error"] { color: #D97A6A; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* footer */
.foot { padding-top: 36px; padding-bottom: 48px; display: flex; gap: 16px 48px; flex-wrap: wrap; align-items: flex-start; }
.foot-brand { display: flex; align-items: flex-start; gap: 16px; flex: 1; min-width: min(420px, 100%); }
.foot-brand svg { flex: none; margin-top: 1px; }
.foot-brand div { display: flex; flex-direction: column; gap: 10px; }
.meaning { font-family: var(--mono); font-size: 12px; line-height: 1.6; color: var(--faint); }
.legal { font-family: var(--mono); font-size: 11px; line-height: 1.6; color: var(--ghost); }

/* headings used as eyebrows keep the eyebrow look */
h2.eyebrow { font-weight: 400; }
.contact .contact-title { font-size: 32px; font-weight: 600; text-align: center; max-width: 560px; line-height: 1.3; }

/* landing: hero session card */
.h1-home { font-size: clamp(32px, 6vw, 50px); }
.session { width: 470px; flex: none; max-width: 100%; background: var(--bg-2); border: 1px solid var(--card-line); border-radius: 10px; padding: 24px; display: flex; flex-direction: column; gap: 16px; font-family: var(--mono); }
.session-head { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; color: var(--faint); }
.session-head .code { font-size: 18px; font-weight: 600; color: var(--gold-2); letter-spacing: 0.08em; }
.peers { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.peers li { display: flex; justify-content: space-between; background: var(--card); border: 1px solid var(--card-line); border-radius: 6px; padding: 10px 14px; font-size: 13px; }
.peers li .ok { font-size: 12px; }
.ok { color: #7E9E6B; }
.strip-sm { height: 20px; }
.session-foot { display: flex; justify-content: space-between; font-size: 11px; color: var(--faint); }
.cursor { display: inline-block; width: 7px; height: 12px; background: var(--gold-2); margin-left: 6px; vertical-align: text-bottom; animation: blink 1s step-end infinite; }
@keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }

/* landing: why list and business strip */
.why-list { padding-top: 80px; padding-bottom: 80px; display: flex; flex-direction: column; gap: 24px; }
.reasons { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px 48px; font-size: 15px; line-height: 1.65; color: var(--muted); }
.reasons strong { color: var(--text); font-weight: 600; }
.biz-strip { padding-top: 28px; padding-bottom: 28px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.biz-copy { font-size: 15px; color: var(--muted); }
.biz-link { margin-left: auto; font-family: var(--mono); font-size: 13px; }

/* landing: model marquee */
.marquee-band { overflow: hidden; }
.marquee-head { padding-top: 20px; }
.eyebrow-sm { font-size: 11px; }
.marquee { display: flex; width: max-content; animation: marquee 80s linear infinite; padding: 16px 0 22px; will-change: transform; backface-visibility: hidden; }
.marquee-row { display: flex; align-items: center; gap: 40px; padding-right: 40px; font-family: var(--mono); font-size: 15px; color: var(--muted); white-space: nowrap; }
.marquee-row .sep { color: var(--rule); }
@keyframes marquee { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }

/* joined state after a successful waitlist signup */
.join-form { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.joined { display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 8px 0 4px; }
.caravan-stride { animation: stride 3.2s ease-in-out infinite alternate; }
.caravan { display: flex; align-items: center; gap: 5px; height: 26px; overflow: visible; }
.caravan div { height: 26px; }
.caravan .c1 { width: 104px; background: #C08A2E; animation: dock 1.1s cubic-bezier(0.2, 0.8, 0.3, 1) both; }
.caravan .c2 { width: 70px; background: #D9CDB8; }
.caravan .c3 { width: 56px; background: #8C857A; }
.caravan .c4 { width: 44px; background: #5A544A; }
.joined-text { display: flex; flex-direction: column; align-items: center; gap: 8px; animation: fadeup 0.7s ease-out 0.55s both; }
.joined-title { font-size: 22px; font-weight: 600; color: var(--text); }
.joined-note { font-family: var(--mono); font-size: 12px; color: var(--dim); }
@keyframes dock { 0% { transform: translateX(-180px); opacity: 0; } 55% { opacity: 1; } 75% { transform: translateX(10px); } 100% { transform: translateX(0); } }
@keyframes fadeup { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes stride { 0% { transform: translateX(0); } 100% { transform: translateX(14px); } }
