/* CoordOS public site — editorial. Restraint over effects.
   Newsreader + Inter. Monochrome; jobsite imagery is the color.
   Distinct CoordOS system: no expanded display face, no 12-col guides, construction office artifacts. */

:root {
  --bg: #050505;
  --bg-2: #0c0c0c;
  --paper: #f4f3ef;
  --paper-2: #ebeae4;
  --ink: #111113;
  --text: #ededee;
  --text-2: rgba(237, 237, 238, 0.64);
  --text-3: rgba(237, 237, 238, 0.4);
  --muted: #5c5d60;
  --line: rgba(255, 255, 255, 0.12);
  --line-ink: rgba(17, 17, 19, 0.12);
  --done: #7d9a78;
  --blocked: #c4a27a;
  --approve: #d7d4cc;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --pad: clamp(20px, 4vw, 56px);
  --max: 1180px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --nav-h: 72px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body {
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-optical-sizing: auto;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: #fff; color: #000; }
:focus-visible { outline: 1px solid #fff; outline-offset: 4px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 1200; padding: 10px 16px; background: #fff; color: #000; }

.kicker {
  margin: 0 0 16px;
  color: var(--text-3);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.chapter--paper .kicker,
.trade-note .kicker { color: #6b6c6f; }

h1, h2, .fit h3 {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 7.4vw, 6.4rem); color: #fff; }
h2 { font-size: clamp(2.15rem, 4.2vw, 3.7rem); color: #fff; }
.chapter--paper h2 { color: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #ededee;
  border-radius: 2px;
  background: transparent;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease);
}
.btn-fill { background: #ededee; color: #0a0a0b; }
.btn-fill:hover { background: #fff; border-color: #fff; }
.btn-lg { min-height: 54px; padding: 0 22px; }
.text-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-2);
  font-size: 0.92rem;
  font-weight: 500;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color .22s var(--ease);
}
.text-cta:hover { color: #fff; }
.text-cta-lg { font-size: 1rem; }

/* Nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 80; pointer-events: none; }
.nav__frost {
  position: absolute;
  inset: 0 0 auto;
  height: 120px;
  pointer-events: none;
  opacity: var(--nav-fade, 0);
  background: linear-gradient(180deg, rgba(5,5,5, calc(var(--nav-bg, 0) * 0.92)) 0%, rgba(5,5,5,0) 100%);
  backdrop-filter: blur(var(--nav-blur, 0px));
  -webkit-backdrop-filter: blur(var(--nav-blur, 0px));
  mask-image: linear-gradient(180deg, #000 36%, transparent);
}
.nav__bar {
  position: relative;
  pointer-events: auto;
  width: 100%;
  margin: 0 auto;
  padding: 15px clamp(20px, 3vw, 52px) 13px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
}
.brand { display: inline-flex; align-items: center; gap: 14px; color: #fff; justify-self: start; }
.brand img { width: 46px; height: 46px; object-fit: contain; filter: invert(1); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 20px; font-weight: 650; letter-spacing: -0.035em; }
.brand small { margin-top: 5px; color: var(--text-3); font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; }
.nav__links { display: flex; justify-content: center; gap: clamp(18px, 2vw, 30px); justify-self: center; }
.nav__links a { color: var(--text-2); font-size: 13px; font-weight: 500; }
.nav__links a:hover { color: #fff; }
.nav__end { display: flex; align-items: center; gap: 16px; justify-self: end; }
.nav-toggle {
  display: none;
  width: 42px;
  height: 40px;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 2px;
  cursor: pointer;
}
.nav-toggle span { display: block; height: 1px; background: #fff; }
.mobile-nav {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 79;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px var(--pad) 22px;
  background: #050505;
  border-bottom: 1px solid var(--line);
}
.mobile-nav[hidden] { display: none; }
.mobile-nav a { color: var(--text-2); padding: 12px 0; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 12px; }

/* Hero */
.hero-scroll {
  position: relative;
  height: 400svh;
  background: #050505;
}
.hero {
  position: sticky;
  top: 0;
  height: 100svh;
  padding: calc(var(--nav-h) + 36px) var(--pad) 56px;
  overflow: hidden;
}
.hero__stage, .hero__veil { position: absolute; inset: 0; }
.hero__video, .hero__still {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
}
.hero__video {
  z-index: 1;
  object-position: center 48%;
  opacity: 0;
  transition: opacity .8s var(--ease);
}
.hero__video.is-ready {
  opacity: 1;
}
.video-unlock {
  position: absolute;
  z-index: 5;
  right: var(--pad);
  bottom: 70px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(5,5,5,.72);
  color: #fff;
  font: 600 12px/1 var(--sans);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.video-unlock[hidden] { display: none; }
.hero__still {
  z-index: 0;
  transform: scale(1.02);
}
.hero__veil {
  background:
    linear-gradient(180deg, rgba(5,5,5,.55) 0%, rgba(5,5,5,.28) 34%, rgba(5,5,5,.78) 100%),
    linear-gradient(90deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.18) 62%, rgba(5,5,5,.5) 100%);
}
.story-beat {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  bottom: clamp(76px, 10vh, 110px);
  width: min(690px, calc(100% - (var(--pad) * 2)));
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  visibility: hidden;
  pointer-events: none;
  transition: opacity .55s var(--ease), transform .7s var(--ease), visibility 0s linear .7s;
}
.story-beat.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.hero__copy {
  width: min(980px, calc(100% - (var(--pad) * 2)));
}
.hero__copy h1 {
  max-width: 960px;
  font-size: clamp(4rem, 6.2vw, 5.6rem);
}
.story-beat--statement h2 { font-size: clamp(2.7rem, 6vw, 5.5rem); }
.story-beat--statement > p:last-child {
  max-width: 42rem;
  margin-top: 20px;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}
.workflow-card {
  left: auto;
  right: var(--pad);
  bottom: clamp(74px, 9vh, 100px);
  width: min(620px, calc(100% - (var(--pad) * 2)));
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(15,16,15,.94), rgba(25,23,18,.88));
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.workflow-card__eyebrow {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.62);
  font: 600 11px/1.2 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.workflow-card__eyebrow em { color: #c7a86a; font-style: normal; }
.workflow-card h2 { margin-top: 22px; font-size: clamp(2rem, 4vw, 3.35rem); }
.workflow-card__intro { max-width: 34rem; margin-top: 12px; color: rgba(255,255,255,.68); }
.budget-summary {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.12);
}
.budget-summary div { display: grid; gap: 7px; padding: 15px; background: rgba(4,5,4,.72); }
.budget-summary small { color: rgba(255,255,255,.5); font: 500 10px/1 var(--mono); text-transform: uppercase; }
.budget-summary strong { color: #fff; font-size: 1.25rem; }
.budget-summary .is-good { color: #b8d8ac; }
.budget-sheet { margin-top: 12px; border-top: 1px solid rgba(255,255,255,.12); }
.sheet-row {
  display: grid;
  grid-template-columns: 1fr 110px 72px;
  gap: 12px;
  padding: 11px 4px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.78);
  font-size: 12px;
}
.sheet-row span:nth-child(2) { text-align: right; font-family: var(--mono); }
.sheet-row em { color: #c7a86a; font-style: normal; text-align: right; }
.sheet-head { color: rgba(255,255,255,.4); font: 500 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.schedule-board { margin-top: 24px; padding: 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(4,5,4,.62); }
.schedule-scale { display: flex; justify-content: space-between; margin-left: 92px; color: rgba(255,255,255,.34); font: 500 9px/1 var(--mono); }
.schedule-row { display: grid; grid-template-columns: 82px 1fr; align-items: center; min-height: 39px; border-bottom: 1px solid rgba(255,255,255,.07); }
.schedule-row strong { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 550; }
.schedule-track { position: relative; display: block; height: 1px; background: rgba(255,255,255,.08); }
.schedule-row i { position: absolute; top: 50%; height: 10px; border-radius: 999px; background: linear-gradient(90deg, #b99555, #e0c88e); box-shadow: 0 0 24px rgba(201,169,104,.18); transform: translateY(-50%); }
.schedule-note { display: flex; justify-content: space-between; gap: 14px; margin-top: 12px; color: rgba(255,255,255,.48); font: 500 10px/1.3 var(--mono); }
.schedule-note strong { color: #fff; font-weight: 550; }
.hero__lead {
  max-width: 38rem;
  margin-top: 22px;
  color: var(--text-2);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.hero-position {
  margin: 0;
  padding: 22px var(--pad) 8px;
  color: var(--text-3);
  font-size: 14px;
  font-weight: 500;
}

.message-demo {
  left: auto;
  right: var(--pad);
  overflow: hidden;
  max-width: 520px;
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  background: #efeae3;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
}
.story-progress {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: 32px;
  display: flex;
  gap: 7px;
}
.story-progress i {
  width: 28px;
  height: 2px;
  background: rgba(255,255,255,.25);
  transition: background .25s ease, width .25s ease;
}
.story-progress i.is-active { width: 46px; background: #fff; }
.scroll-cue {
  position: absolute;
  z-index: 4;
  left: var(--pad);
  bottom: 28px;
  color: rgba(255,255,255,.56);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.scroll-cue span { display: inline-block; margin-left: 8px; animation: cue 1.7s ease-in-out infinite; }
@keyframes cue { 50% { transform: translateY(5px); } }
.phone-top {
  min-height: 58px;
  padding: 10px 14px;
  background: #f7f8f8;
  border-bottom: 1px solid #d9dbda;
  display: flex;
  align-items: center;
  gap: 10px;
}
.phone-avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
}
.phone-top small { display: block; color: var(--muted); font-size: 12px; }
.chat-wall {
  padding: 16px;
  background-image: radial-gradient(rgba(16,17,20,.055) .7px, transparent .7px);
  background-size: 14px 14px;
}
.day-chip {
  width: fit-content;
  margin: 0 auto 12px;
  padding: 5px 10px;
  border-radius: 3px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
.message {
  width: min(88%, 390px);
  padding: 6px;
  border-radius: 6px;
  background: #d9fdd3;
  box-shadow: 0 1px 2px rgba(0,0,0,.12);
}
.site-photo { overflow: hidden; border-radius: 4px; background: #b9b7b0; }
.site-photo img { width: 100%; height: 148px; object-fit: cover; }
.site-update-copy { padding: 8px 6px 4px; }
.site-update-copy strong { font-size: 12px; }
.site-update-copy p { margin: 4px 0 2px; font-size: 14px; }
.site-update-copy small { display: block; color: #547068; font-size: 11px; text-align: right; }
.turn-step {
  margin: 14px 0 12px;
  color: #3f4144;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}
.result-card {
  width: min(94%, 440px);
  margin-left: auto;
  padding: 14px;
  border-left: 3px solid var(--ink);
  background: #fff;
}
.result-head { display: flex; align-items: center; gap: 10px; }
.result-head img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.result-head span { display: block; color: var(--muted); font-size: 12px; }
.done-list { margin: 12px 0 8px; padding: 10px 0; border-block: 1px solid var(--line-ink); list-style: none; display: grid; gap: 6px; }
.done-list li { font-size: 13px; font-weight: 600; }
.done-list li::before { content: "✓"; margin-right: 8px; color: #2f6b46; }
.result-card > p { margin-top: 8px; font-size: 14px; font-weight: 600; }
.blocked-decision strong { color: #8a3d2c; }
.message-demo .day-chip,
.message-demo .message-one,
.message-demo .turn-step,
.message-demo .message-two { opacity: 0; transform: translateY(12px); }
.message-demo.is-active .day-chip { animation: chat-in .38s .08s var(--ease) both; }
.message-demo.is-active .message-one { animation: chat-in .52s .35s var(--ease) both; }
.message-demo.is-active .turn-step { animation: chat-in .42s .92s var(--ease) both; }
.message-demo.is-active .message-two { animation: chat-in .58s 1.32s var(--ease) both; }

/* Chapters */
.chapter { padding: clamp(72px, 10vw, 128px) var(--pad); }
.chapter--paper { background: var(--paper); color: var(--ink); }
.chapter__head { max-width: 38rem; margin-bottom: 48px; }
.chapter__head p:last-child { margin-top: 18px; color: var(--text-2); font-size: 1.05rem; }
.chapter--paper .chapter__head p:last-child { color: var(--muted); }
.chapter__close { margin-top: 36px; color: var(--text-2); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }

.spine { list-style: none; display: grid; gap: 14px; }
.spine li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(240px, .9fr);
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.spine__n { color: var(--text-3); font-family: var(--mono); font-size: 12px; }
.spine h3 { margin-bottom: 8px; font-size: 1.45rem; font-weight: 500; letter-spacing: -0.03em; }
.spine p { color: var(--text-2); }
.ticket {
  padding: 16px 18px;
  border: 1px solid var(--line);
  display: grid;
  gap: 6px;
  background: rgba(255,255,255,.03);
}
.ticket span, .ticket em { font-family: var(--mono); font-size: 11px; color: var(--text-3); font-style: normal; }
.ticket--row { display: flex; flex-wrap: wrap; gap: 8px; }
.ticket--row span { padding: 7px 10px; border: 1px solid var(--line); }

.fit {
  max-width: 52rem;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-ink);
}
.fit h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 12px; }
.fit p { color: var(--muted); max-width: 42rem; }
.lanes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-ink); border: 1px solid var(--line-ink); }
.lanes article { padding: 28px 24px; background: var(--paper); display: flex; flex-direction: column; gap: 14px; }
.lanes h3 { font-size: 1.25rem; letter-spacing: -0.03em; }
.lanes p { color: var(--muted); }
.lanes strong { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-ink); font-size: 0.95rem; }

.board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 8px 0 36px; }
.board article { min-height: 240px; padding: 26px 24px; background: #0b0b0b; }
.board h3 { margin: 0 0 16px; font-size: 1.35rem; font-weight: 500; letter-spacing: -0.03em; }
.board ul { list-style: none; display: grid; gap: 10px; color: var(--text-2); }
.kicker--done { color: var(--done); }
.kicker--blocked { color: var(--blocked); }
.kicker--approve { color: var(--approve); }

.cockpit { overflow: hidden; border: 1px solid var(--line); background: #101010; }
.cockpit__top { display: flex; align-items: center; gap: 8px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--done); box-shadow: 0 0 0 4px rgba(125,154,120,.12); }
.cockpit__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; }
.cockpit__photos figure { position: relative; overflow: hidden; margin: 0; background: #2a2a2a; }
.cockpit__photos img { width: 100%; height: 160px; object-fit: cover; filter: grayscale(.15); }
.cockpit__photos figure::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.cockpit__photos figcaption { position: absolute; z-index: 1; left: 12px; right: 12px; bottom: 10px; display: grid; gap: 2px; }
.cockpit__photos span { color: rgba(255,255,255,.75); font-size: 12px; }
.client-beat { margin: 0; padding: 16px; border-top: 1px solid var(--line); color: var(--text-2); font-size: 14px; }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-ink); border: 1px solid var(--line-ink); }
.trust-grid article { min-height: 180px; padding: 26px 24px; background: #fafaf7; }
.trust-grid h3 { margin-bottom: 10px; font-size: 1.2rem; letter-spacing: -0.03em; }
.trust-grid p { color: var(--muted); }

.trade-note {
  padding: 20px var(--pad);
  border-top: 1px solid var(--line-ink);
  background: var(--paper-2);
  color: var(--ink);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  font-size: 14px;
}
.trade-note a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.final { padding: clamp(80px, 11vw, 140px) var(--pad); text-align: center; }
.final__inner { max-width: 44rem; margin: 0 auto; }
.final h2 { color: #fff; }
.final p { margin: 18px auto 28px; color: var(--text-2); }
.final__actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 22px; }
.final__hours { margin-top: 18px !important; color: var(--text-3) !important; font-size: 13px; }

footer {
  padding: 28px var(--pad);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 18px;
}
footer p { color: var(--text-3); font-size: 12px; }
.foot-links, .social-links { display: flex; flex-wrap: wrap; gap: 14px; }
.foot-links a, .social-links a { color: var(--text-2); font-size: 13px; font-weight: 500; }
.foot-links a:hover, .social-links a:hover { color: #fff; }

/* Intake + calendar */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.72);
}
.modal-overlay[hidden] { display: none; }
.modal-box { position: relative; width: min(100%, 560px); max-height: 92vh; overflow: auto; }
.modal-box-cal { width: min(100%, 840px); height: min(88vh, 780px); display: flex; flex-direction: column; background: #fff; overflow: hidden; }
.modal-box-cal iframe { flex: 1; width: 100%; border: 0; }
.modal-cal-alt { margin: 0; padding: 10px 16px; color: #5b6b63; font-size: .85rem; text-align: center; border-top: 1px solid #eee; }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  cursor: pointer;
}
body.modal-open { overflow: hidden; }
.intake {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 24px;
  background: #fff;
  color: var(--ink);
}
.intake-head { font-size: 1.15rem; font-weight: 600; }
.mode-toggle { display: flex; gap: 8px; }
.mode-pill {
  flex: 1;
  min-height: 42px;
  border: 1px solid #d6d6d2;
  border-radius: 2px;
  background: #fff;
  color: #555;
  cursor: pointer;
}
.mode-pill.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.intake label, .checks { display: flex; flex-direction: column; gap: 6px; }
.intake label > span, .checks legend { font-size: .88rem; font-weight: 600; }
.intake input, .intake textarea, .intake select {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #d6d6d2;
  border-radius: 2px;
  background: #f7f7f4;
  font-size: 16px;
}
.intake input:focus, .intake textarea:focus, .intake select:focus {
  outline: none;
  border-color: var(--ink);
  background: #fff;
}
.ck { flex-direction: row !important; align-items: center; gap: 8px; color: #444; }
.ck input { width: 16px; height: 16px; accent-color: var(--ink); }
.modal-alt { color: #5b6b63; font-size: .88rem; }
.modal-alt a { text-decoration: underline; }
.form-status { min-height: 1.1em; text-align: center; color: #555; }
.form-status.error { color: #b42318; font-weight: 600; }
.hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.intake.mode-waitlist .wl-hide { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(14px); }
.js .reveal.is-in { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }

@keyframes rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@keyframes chat-in {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes still-drift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-1.4%, -1.2%, 0); }
}

@media (max-width: 980px) {
  .nav__bar { grid-template-columns: 1fr auto; }
  .nav__links { display: none; }
  .nav__end .text-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero { padding-top: calc(var(--nav-h) + 18px); }
  .message-demo { max-width: min(520px, calc(100% - (var(--pad) * 2))); }
  .spine li { grid-template-columns: auto 1fr; }
  .spine .ticket { grid-column: 2; }
  .lanes, .board, .trust-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr auto; }
  footer p:nth-of-type(1) { display: none; }
}

@media print {
  .js .reveal, .hero__still { opacity: 1 !important; transform: none !important; animation: none !important; }
}

@media (max-width: 720px) {
  .brand { gap: 10px; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 17px; }
  .brand small { display: none; }
  .nav__end .btn { min-height: 38px; padding: 0 12px; font-size: 12px; }
  .hero__copy h1 { font-size: clamp(2.05rem, 8.6vw, 2.35rem); }
  .hero { padding: calc(var(--nav-h) + 10px) 16px 28px; }
  .hero-scroll { height: 360svh; }
  .story-beat { left: 16px; right: auto; bottom: 72px; width: calc(100% - 32px); }
  .workflow-card { padding: 20px; }
  .workflow-card h2 { margin-top: 15px; font-size: clamp(1.8rem, 9vw, 2.55rem); }
  .workflow-card__intro { font-size: .88rem; }
  .budget-summary { margin-top: 16px; }
  .budget-summary div { padding: 11px 9px; }
  .budget-summary strong { font-size: 1rem; }
  .sheet-row { grid-template-columns: 1fr 88px 58px; font-size: 10px; }
  .schedule-board { margin-top: 16px; padding: 12px; }
  .schedule-note { align-items: flex-end; }
  .story-beat--statement h2 { font-size: clamp(2.15rem, 11vw, 3.35rem); }
  .message-demo {
    top: calc(var(--nav-h) + 8px);
    bottom: auto;
    left: 16px;
    right: auto;
    max-width: calc(100% - 32px);
  }
  .message-demo .phone-top { min-height: 42px; padding: 6px 10px; }
  .message-demo .phone-avatar { display: none; }
  .message-demo .phone-top strong { font-size: 12px; }
  .message-demo .phone-top small { font-size: 10px; }
  .message-demo .chat-wall { padding: 8px 10px 10px; }
  .message-demo .day-chip { margin-bottom: 8px; padding: 4px 8px; font-size: 9px; }
  .message-demo .site-update-copy { padding: 5px 5px 3px; }
  .message-demo .site-update-copy strong { font-size: 10px; }
  .message-demo .site-update-copy p { margin: 2px 0; font-size: 11px; line-height: 1.3; }
  .message-demo .site-update-copy small { font-size: 9px; }
  .message-demo .turn-step { margin: 8px 0; font-size: 9px; }
  .message-demo .result-card { padding: 9px 10px; }
  .message-demo .result-head { gap: 8px; }
  .message-demo .result-head img { width: 28px; height: 28px; }
  .message-demo .result-head span { font-size: 10px; }
  .message-demo .result-head strong { font-size: 13px; }
  .message-demo .done-list { margin: 7px 0 6px; padding: 6px 0; gap: 3px; }
  .message-demo .done-list li { font-size: 10px; }
  .message-demo .result-card > p { margin-top: 6px; font-size: 11px; line-height: 1.25; }
  .scroll-cue { left: 16px; bottom: 22px; }
  .story-progress { right: 16px; bottom: 25px; }
  .video-unlock { right: 16px; bottom: 54px; }
  .hero__lead { font-size: 1rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero__actions .btn, .hero__actions .text-cta { min-height: 44px; font-size: 13px; }
  .message { width: 100%; display: grid; grid-template-columns: 108px 1fr; align-items: center; }
  .site-photo img { height: 86px; }
  .result-card { width: 100%; }
  .chapter { padding: 56px 16px; }
  .final { padding: 64px 16px; }
  .final__actions { flex-direction: column; }
  .final__actions .btn { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .social-links, .foot-links { justify-content: flex-start; }
  .cockpit__photos img { height: 110px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video { display: none; }
  .hero-scroll { height: 100svh; }
  .story-beat:not([data-beat="0"]), .story-progress, .scroll-cue { display: none; }
  html { scroll-behavior: auto; }
  .hero__still, .message-one, .message-two, .turn-step, .day-chip, .js .reveal, .js .reveal.is-in { animation: none; transition: none; transform: none; opacity: 1; }
}
