/* Hallmark · macrostructure: Workbench · genre: atmospheric · nav: N9 edge-aligned · footer: Ft5 statement
 * theme: custom (brand-anchored) · vibe: "late-night gold, calm executive assistant"
 * paper oklch(6% 0.012 265) dark · accent oklch(82% 0.13 85) warm-gold · display Fraunces (roman) + Inter
 * enrichment: real product screenshots, no re-drawn device chrome
 * pre-emit critique: P5 H5 E4 S5 R5 V4
 * Every claim on this page is bound by marketing/CLAIM_TRUTH.md. Do not add a
 * claim here that is not in that ledger's "What is TRUE" section.
 */
@import url("tokens.css");

*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.022em;
  overflow-wrap: anywhere;
  min-width: 0;
  margin: 0;
}
p { margin: 0; }
a { color: inherit; }

.wrap { width: min(100% - 2.5rem, 68rem); margin-inline: auto; }

:where(a, button, input):focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ── N9 edge-aligned nav ───────────────────────────────────────── */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-lg) 0 var(--space-md);
  border-bottom: var(--rule-hair) solid var(--color-rule);
}
.brand { display: flex; align-items: center; gap: var(--space-sm); text-decoration: none; }
.brand img { width: 30px; height: 30px; border-radius: 7px; display: block; }
.brand span {
  font-family: var(--font-display); font-size: var(--text-lg);
  letter-spacing: 0.01em; color: var(--color-ink);
}
/* No `white-space: nowrap` here on purpose: at 320px the wordmark and this
   label cannot share a row, and nowrap pushed the whole page wider. It is a
   label, not a control, so wrapping is free. Unconditional rather than behind a
   media query, because a breakpoint I cannot reproduce in a real viewport is a
   breakpoint I cannot claim to have tested. */
.nav { flex-wrap: wrap; row-gap: var(--space-2xs); }
.nav-note {
  font-size: var(--text-xs); letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--color-ink-3); text-align: right;
}

/* ── hero ──────────────────────────────────────────────────────── */
.hero { padding: var(--space-3xl) 0 var(--space-2xl); }
.hero h1 { font-size: var(--text-display); max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--color-accent); }
.hero .lede {
  margin-top: var(--space-lg);
  max-width: 46ch;
  font-size: var(--text-xl);
  color: var(--color-ink-2);
  text-wrap: pretty;
}
.pillars {
  margin-top: var(--space-xl);
  display: flex; flex-wrap: wrap; gap: var(--space-xs) var(--space-md);
  font-size: var(--text-xs); letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--color-ink-3);
}
.pillars li { list-style: none; }
.pillars { padding: 0; margin-inline: 0; }

/* ── workbench: screenshot blocks ──────────────────────────────── */
.step { padding: var(--space-2xl) 0; border-top: var(--rule-hair) solid var(--color-rule); }
.step-grid {
  display: grid; gap: var(--space-xl);
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}
@media (min-width: 62rem) {
  .step-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr); gap: var(--space-3xl); }
  .step:nth-of-type(even) .step-copy { order: 2; }
}
.step h2 { font-size: var(--text-2xl); max-width: 18ch; }
.step p { margin-top: var(--space-md); color: var(--color-ink-2); max-width: 44ch; }
.step .aside {
  margin-top: var(--space-lg); padding-top: var(--space-md);
  border-top: var(--rule-hair) solid var(--color-rule);
  font-size: var(--text-sm); color: var(--color-ink-3); max-width: 44ch;
}
figure { margin: 0; }
figure img {
  display: block; width: 100%; height: auto;
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-lg);
}
figcaption {
  margin-top: var(--space-sm); font-size: var(--text-xs);
  color: var(--color-ink-3); letter-spacing: 0.04em;
}

/* ── plain-truth list ──────────────────────────────────────────── */
.truth { padding: var(--space-2xl) 0; border-top: var(--rule-hair) solid var(--color-rule); }
.truth h2 { font-size: var(--text-2xl); }
.truth ul { margin: var(--space-lg) 0 0; padding: 0; list-style: none; display: grid; gap: 0; }
.truth li {
  display: grid; grid-template-columns: 1.4rem minmax(0, 1fr); gap: var(--space-sm);
  padding: var(--space-md) 0; border-bottom: var(--rule-hair) solid var(--color-rule);
  color: var(--color-ink-2);
}
.truth li b { color: var(--color-ink); font-weight: 600; }
.truth .mark { color: var(--color-accent); font-weight: 600; }
.truth .mark.no { color: var(--color-ink-3); }
.tag {
  display: inline-block; margin-left: var(--space-xs);
  padding: 0.1rem 0.45rem; border-radius: 999px;
  border: var(--rule-hair) solid var(--color-rule);
  font-size: var(--text-xs); color: var(--color-ink-3); white-space: nowrap;
}

/* ── waitlist ──────────────────────────────────────────────────── */
.signup { padding: var(--space-3xl) 0 var(--space-2xl); border-top: var(--rule-hair) solid var(--color-rule); }
.signup h2 { font-size: var(--text-display-s); max-width: 16ch; }
.signup p { margin-top: var(--space-md); color: var(--color-ink-2); max-width: 44ch; }
.form { margin-top: var(--space-xl); display: flex; flex-wrap: wrap; gap: var(--space-sm); }
.form input {
  flex: 1 1 16rem; min-width: 0;
  padding: 0.95rem 1.1rem;
  background: var(--color-paper-2); color: var(--color-ink);
  border: var(--rule-hair) solid var(--color-rule); border-radius: var(--radius-md);
  font: inherit;
}
.form input::placeholder { color: var(--color-ink-3); }
.form button {
  flex: 0 0 auto; white-space: nowrap;
  padding: 0.95rem 1.6rem;
  background: var(--color-accent); color: var(--color-accent-ink);
  border: none; border-radius: var(--radius-md);
  font: 600 var(--text-base)/1 var(--font-body); cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.form button:hover { background: var(--color-accent-2); }
.form button:active { transform: translateY(1px); }
.form button[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; }
.msg { margin-top: var(--space-md); font-size: var(--text-sm); min-height: 1.4em; }
.msg[data-state="ok"] { color: var(--color-positive); }
.msg[data-state="err"] { color: var(--color-negative); }

/* ── Ft5 statement footer ──────────────────────────────────────── */
.foot { padding: var(--space-2xl) 0 var(--space-3xl); border-top: var(--rule-hair) solid var(--color-rule); }
.foot .statement {
  font-family: var(--font-display); font-size: var(--text-2xl);
  max-width: 24ch; color: var(--color-ink);
}
.foot-meta {
  margin-top: var(--space-xl); display: flex; flex-wrap: wrap;
  gap: var(--space-md) var(--space-lg); align-items: baseline;
  font-size: var(--text-sm); color: var(--color-ink-3);
}
.foot-meta a { text-decoration-color: var(--color-rule); text-underline-offset: 3px; white-space: nowrap; }
.foot-meta a:hover { text-decoration-color: var(--color-accent); }
.disclaimer { margin-top: var(--space-lg); max-width: var(--measure); font-size: var(--text-xs); color: var(--color-ink-3); }

/* ── one reveal primitive ──────────────────────────────────────── */
.rise { opacity: 0; transform: translateY(14px); }
.rise.in { opacity: 1; transform: none; transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
@media (prefers-reduced-motion: reduce) {
  .rise, .rise.in { opacity: 1; transform: none; transition: opacity 150ms linear; }
}
