/* =============================================================
   AURIC AXIS – Site styles
   Editorial, cream, hairlines. No gradients. No rounded SaaS tropes.
   ============================================================= */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* gold intensity control surface (overridable via tweak) */
body {
  --gold-mult: 1;
}

a { color: inherit; text-decoration: none; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--paper-bg), 0 0 0 3px var(--accent);
}

hr { border: 0; border-top: 1px solid var(--rule); margin: 0; }

::selection { background: var(--gold-300); color: var(--ink-900); }

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* =============================================================
   HEADER – 48px persistent strip
   ============================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 96px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.header-wrap {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand-mark {
  width: 72px;
  height: 72px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand-word {
  font-size: 12px;
  letter-spacing: 0.22em;
}
.site-nav {
  display: flex;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.site-nav a {
  color: var(--fg-muted);
  padding: 16px 0;
  position: relative;
  transition: color var(--dur-fast) var(--ease-standard);
}
.site-nav a:hover { color: var(--fg); }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 12px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--dur-base) var(--ease-standard);
}
.site-nav a:hover::after { transform: scaleX(1); }

.header-right {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  font-size: 11px;
}
.header-status {
  color: var(--fg-muted);
}
.header-intel {
  color: var(--fg-muted);
  letter-spacing: 0.14em;
  text-transform: none;
  font-family: var(--font-mono);
  font-size: 12px;
  transition: color var(--dur-base) var(--ease-standard);
}
.header-intel:hover { color: var(--fg); }
.status-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--signal-positive);
  box-shadow: 0 0 0 3px rgba(59,122,75,0.18);
  animation: pulse 2.4s var(--ease-standard) infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(59,122,75,0.18); }
  50%     { box-shadow: 0 0 0 5px rgba(59,122,75,0.05); }
}

/* =============================================================
   BUTTONS
   ============================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0 20px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-standard),
              color var(--dur-fast) var(--ease-standard),
              border-color var(--dur-fast) var(--ease-standard);
  text-decoration: none;
  white-space: nowrap;
}
.btn-sm { height: 32px; padding: 0 14px; font-size: 11px; letter-spacing: 0.14em; }
.btn-full { width: 100%; }
.btn-primary {
  background: var(--ink-900);
  color: var(--paper-50);
  border-color: var(--ink-900);
  box-shadow: inset 0 -1px 0 var(--gold-500);
}
.btn-primary:hover {
  background: #000;
  box-shadow: inset 0 -2px 0 var(--gold-400);
}
.btn-ghost {
  background: transparent;
  color: var(--fg);
  border-color: var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--ink-900);
}
.btn .arrow {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
  transform: translateY(-1px);
}
.btn-primary .arrow { color: var(--gold-400); }

/* =============================================================
   HERO
   ============================================================= */
.hero {
  padding: 80px 0 64px;
  border-bottom: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.hero::before {
  /* faint baseline grid lines, barely visible – terminal feel */
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent 95%, rgba(0,0,0,0.025) 95%) 0 0 / 100% 32px;
  pointer-events: none;
  opacity: 0.4;
}
.hero .wrap { position: relative; }

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}
.hero-eyebrow-sep {
  height: 1px; flex: 1;
  background: var(--rule);
  max-width: 360px;
}
.hero-eyebrow-meta {
  color: var(--fg-muted);
  font-size: 11px;
}
.hero-headline {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(52px, 7.5vw, 108px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 56px;
  max-width: 1100px;
}
.hero-headline em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.005em;
  font-size: 1.05em;
}
.hero-lede {
  max-width: 620px;
  margin: 0 0 48px;
  color: var(--fg-muted);
  font-size: 19px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 40px;
}
.meta-cell {
  padding: 18px 24px 18px 0;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meta-cell:last-child { border-right: 0; padding-right: 0; }
.meta-cell:not(:first-child) { padding-left: 24px; }
.meta-cell .aa-label {
  font-size: 10px;
  color: var(--fg-subtle);
}
.meta-value {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg);
  line-height: 1.3;
}

.hero-cta {
  display: flex;
  gap: 14px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.ops-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  background: var(--bg-raised);
  border-radius: 2px;
}
.ops-item {
  padding: 16px 20px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.ops-item:last-child { border-right: 0; }
.ops-label {
  font-size: 10px;
  color: var(--fg-subtle);
}
.ops-val {
  font-size: 13px;
  color: var(--fg);
}
.ops-pulse {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(184,155,90,0.18);
  position: absolute;
  top: 18px; right: 18px;
  animation: pulse-gold 2.4s var(--ease-standard) infinite;
}
.ops-item:first-child .ops-label { padding-left: 14px; }
.ops-item:first-child .ops-val { padding-left: 14px; }
.ops-item:first-child .ops-pulse {
  position: static;
  align-self: flex-start;
}
.ops-item:first-child { flex-direction: row; align-items: center; gap: 10px; flex-wrap: wrap; padding: 16px 20px; }
.ops-item:first-child .ops-label { padding-left: 0; }
.ops-item:first-child .ops-val { padding-left: 0; margin-left: auto; }

@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 0 0 3px rgba(184,155,90,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(184,155,90,0.04); }
}

/* =============================================================
   TRUST STRIP
   ============================================================= */
.trust-strip {
  border-bottom: 1px solid var(--rule);
  padding: 18px 0;
  background: var(--bg-sunken);
}
.trust-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.trust-label {
  color: var(--fg-subtle);
  font-size: 10px;
}
.trust-sources {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  flex: 1;
}
.trust-item {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--fg-muted);
  position: relative;
  padding-right: 24px;
}
.trust-item:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: 6px;
  color: var(--accent);
  opacity: 0.6;
}

/* =============================================================
   SECTION SCAFFOLD
   ============================================================= */
.section-head {
  max-width: 780px;
  margin-bottom: 56px;
}
.section-head .aa-eyebrow { display: block; margin-bottom: 20px; }
.section-title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
}
.section-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.01em;
}
.section-lede {
  color: var(--fg-muted);
  margin: 0;
  max-width: 640px;
  font-size: 18px;
}

/* =============================================================
   FIGURES
   ============================================================= */
.figures {
  padding: 96px 0 96px;
  border-bottom: 1px solid var(--rule);
}
.figures-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-top: 16px;
}
.fig {
  padding: 40px 32px 40px 0;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.fig:last-child { border-right: 0; padding-right: 0; }
.fig:not(:first-child) { padding-left: 32px; }
.fig-eyebrow { font-size: 10px; }
.fig-value {
  font-variant-numeric: tabular-nums;
  color: var(--fg);
  font-size: clamp(44px, 4.2vw, 60px);
}
.fig-note {
  margin: 0;
  color: var(--fg-subtle);
  font-size: 13px;
  line-height: 1.45;
}
.figures-foot {
  margin-top: 24px;
  color: var(--fg-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* =============================================================
   MANDATES + WATCHLIST
   ============================================================= */
.mandates {
  padding: 96px 0 96px;
  background: var(--bg-sunken);
  border-bottom: 1px solid var(--rule);
}
.mandates-layout {
  display: block;
}

.mandates-table-wrap {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 2px;
}
.mandates-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-sans);
  font-size: 13px;
}
.mandates-table thead th {
  text-align: left;
  padding: 14px 18px;
  color: var(--fg-subtle);
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  background: var(--bg-raised);
}
.mandates-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule);
  color: var(--fg);
}
.mandates-table tbody tr:last-child td { border-bottom: 0; }
.mandates-table tbody tr:hover td { background: var(--bg-raised); }
.mono-cell {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-feature-settings: "tnum" 1;
  color: var(--fg-muted);
}
.mandates-foot {
  padding: 12px 18px;
  border-top: 1px solid var(--rule);
  color: var(--fg-subtle);
  background: var(--bg-raised);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 22px;
  padding: 0 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid currentColor;
  background: transparent;
}
.pill::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.pill-positive { color: var(--signal-positive); }
.pill-caution  { color: var(--gold-700); }
.pill-negative { color: var(--signal-negative); }

.watchlist {
  background: var(--ink-900);
  color: var(--fg-dark);
  border-radius: 2px;
  padding: 24px;
  position: sticky;
  top: 72px;
}
.watchlist-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule-dark);
  margin-bottom: 8px;
  position: relative;
}
.watchlist-head .aa-eyebrow { color: var(--gold-400); }
.watchlist-head .ops-pulse {
  position: static;
  background: var(--gold-500);
}
.watchlist-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.watchlist-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--ink-700);
  font-size: 13px;
  color: var(--fg-dark-muted);
  line-height: 1.4;
  opacity: 0;
  transform: translateY(6px);
  animation: wl-in 500ms var(--ease-entrance) forwards;
}
.watchlist-list li:nth-child(1) { animation-delay: 100ms; }
.watchlist-list li:nth-child(2) { animation-delay: 200ms; }
.watchlist-list li:nth-child(3) { animation-delay: 300ms; }
.watchlist-list li:nth-child(4) { animation-delay: 400ms; }
.watchlist-list li:nth-child(5) { animation-delay: 500ms; }
.watchlist-list li:nth-child(6) { animation-delay: 600ms; }
@keyframes wl-in { to { opacity: 1; transform: translateY(0); } }
.watchlist-list li:last-child { border-bottom: 0; }
.wl-time {
  color: var(--gold-400);
  font-size: 11px;
  padding-top: 1px;
}
.wl-body { color: var(--fg-dark); }
.watchlist-foot {
  color: var(--fg-dark-muted);
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--rule-dark);
  line-height: 1.5;
}

/* =============================================================
   SERVICES
   ============================================================= */
.services {
  padding: 96px 0 96px;
  border-bottom: 1px solid var(--rule);
}
.svc-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
  gap: 24px;
}
.svc {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 32px 28px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color var(--dur-base) var(--ease-standard),
              box-shadow var(--dur-base) var(--ease-standard);
}
.svc:hover {
  border-color: var(--ink-900);
  box-shadow: 0 1px 2px rgba(20,16,10,0.04),
              0 12px 32px -16px rgba(20,16,10,0.12);
}
.svc-flagship {
  background: var(--ink-900);
  color: var(--fg-dark);
  border-color: var(--ink-900);
  position: relative;
}
.svc-flagship::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--accent);
}
.svc-head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rule);
}
.svc-flagship .svc-head {
  border-bottom-color: var(--rule-dark);
}
.svc-head .aa-eyebrow { display: block; margin-bottom: 12px; }
.svc-flagship .svc-head .aa-eyebrow { color: var(--gold-400); }
.svc-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
}
.svc-price {
  font-size: 13px;
  color: var(--fg-muted);
  margin: 0;
}
.svc-flagship .svc-price { color: var(--gold-300); }
.svc-body {
  color: var(--fg-muted);
  margin: 0 0 24px;
  line-height: 1.55;
}
.svc-flagship .svc-body { color: var(--fg-dark-muted); }
.svc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
}
.svc-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--rule);
  font-size: 14px;
  color: var(--fg);
  align-items: center;
}
.svc-flagship .svc-list li {
  border-bottom-color: var(--ink-700);
  color: var(--fg-dark);
}
.svc-list li:last-child { border-bottom: 0; }
.svc-list .aa-label {
  color: var(--accent);
  font-size: 10px;
}
.svc-flagship .svc-list .aa-label { color: var(--gold-400); }
.svc-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  gap: 12px;
}
.svc-flagship .svc-foot { border-top-color: var(--rule-dark); }
.svc-foot-l { color: var(--fg-subtle); font-size: 10px; }
.svc-flagship .svc-foot-l { color: var(--gold-400); }

/* =============================================================
   METHOD
   ============================================================= */
.method {
  padding: 96px 0 96px;
  background: var(--bg-sunken);
  border-bottom: 1px solid var(--rule);
}
.method-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--rule);
}
.method-step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 48px;
  padding: 40px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.method-n {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--accent);
  padding-top: 6px;
  letter-spacing: 0.2em;
}
.method-h {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.method-body p.aa-body {
  max-width: 720px;
  margin: 0;
  color: var(--fg-muted);
  font-size: 17px;
  line-height: 1.55;
}
.method-meta {
  color: var(--fg-subtle);
  margin: 14px 0 0 !important;
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* =============================================================
   SAMPLE DOSSIER
   ============================================================= */
.sample {
  padding: 96px 0 96px;
  border-bottom: 1px solid var(--rule);
}
.sample-paper {
  max-width: 960px;
  margin: 0 auto;
  background: var(--paper-bg);
  color: var(--paper-fg);
  border: 1px solid var(--paper-border);
  border-radius: 2px;
  padding: 48px 56px 40px;
  box-shadow:
    0 1px 2px rgba(20,16,10,0.06),
    0 28px 60px -24px rgba(20,16,10,0.2);
  position: relative;
}
.sample-paper::before {
  /* upper-left fold mark */
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 48px; height: 48px;
  border-right: 1px solid var(--paper-border);
  border-bottom: 1px solid var(--paper-border);
  pointer-events: none;
  opacity: 0.5;
}
.paper-header {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--paper-fg-muted);
  border-bottom: 1px solid var(--paper-rule);
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.paper-title-block { margin-bottom: 28px; }
.paper-eyebrow { display: block; margin-bottom: 12px; }
.paper-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.paper-sub {
  color: var(--paper-fg-muted);
  font-family: var(--font-serif-read);
  font-style: normal;
  margin: 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.55;
}
.paper-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--paper-rule);
  border-bottom: 1px solid var(--paper-rule);
  padding: 22px 0;
  margin-bottom: 28px;
}
.p-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
  border-right: 1px solid var(--paper-rule);
}
.p-stat:first-child { padding-left: 0; }
.p-stat:last-child { border-right: 0; padding-right: 0; }
.p-stat .aa-label {
  color: var(--paper-fg-subtle);
  font-size: 10px;
}
.p-stat-val {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  font-feature-settings: "tnum" 1;
}
.paper-rule { border-top-color: var(--paper-rule); }
.paper-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 28px 0;
}
.paper-col .aa-eyebrow { display: block; margin-bottom: 16px; }
.paper-dl {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px 16px;
  margin: 0;
}
.paper-dl dt {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper-fg-subtle);
  padding-top: 3px;
}
.paper-dl dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--paper-fg);
}
.paper-foot {
  color: var(--paper-fg-muted);
  margin: 20px 0 0;
  line-height: 1.55;
  border-top: 1px solid var(--paper-rule);
  padding-top: 16px;
}
.paper-meta-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--paper-rule);
  align-items: baseline;
}
.paper-meta-row:last-of-type { border-bottom: 1px solid var(--paper-rule); }
.paper-meta-row .aa-label {
  color: var(--paper-fg-subtle);
  font-size: 10px;
}
.paper-meta-v {
  font-size: 12px;
  color: var(--paper-fg);
  font-feature-settings: "tnum" 1;
}
.sample-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.sample-cta .aa-meta {
  color: var(--fg-subtle);
}

/* =============================================================
   PLEDGE (dark band)
   ============================================================= */
.aa-dark-band {
  background: var(--ink-900);
  color: var(--fg-dark);
}
.pledge {
  padding: 96px 0 96px;
  position: relative;
  overflow: hidden;
}
.pledge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 90% at 90% 10%, rgba(184,155,90,0.08), transparent 70%);
  pointer-events: none;
}
.pledge .wrap { position: relative; }
.section-head-dark .section-title {
  color: var(--fg-dark);
}
.section-head-dark .section-lede {
  color: var(--fg-dark-muted);
}
.pledge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  border-top: 1px solid var(--rule-dark);
  padding-top: 40px;
  margin-top: 8px;
}
  gap: 64px;
  border-top: 1px solid var(--rule-dark);
  padding-top: 40px;
}
.pledge-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pledge-l {
  font-size: 11px;
  letter-spacing: 0.2em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pledge-l::before {
  content: "";
  width: 24px; height: 1px;
  background: currentColor;
}
.pledge-l-will { color: var(--gold-400); }
.pledge-l-will-not { color: var(--signal-negative); opacity: 0.85; }
.pledge-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.pledge-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule-dark);
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-dark);
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: -0.005em;
}
.pledge-list li:last-child { border-bottom: 0; }
.pledge-disclaimer {
  margin-top: 40px;
  color: var(--fg-dark-muted);
  max-width: 860px;
  line-height: 1.6;
}

/* =============================================================
   FAQ
   ============================================================= */
.faq {
  padding: 96px 0 96px;
  border-bottom: 1px solid var(--rule);
}
.faq-list {
  border-top: 1px solid var(--rule);
  max-width: 920px;
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-item summary {
  list-style: none;
  padding: 24px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--fg);
}
.faq-mark {
  position: relative;
  width: 16px; height: 16px;
  flex-shrink: 0;
}
.faq-mark::before,
.faq-mark::after {
  content: "";
  position: absolute;
  background: var(--accent);
  transition: transform var(--dur-base) var(--ease-standard);
}
.faq-mark::before {
  left: 0; right: 0; top: 50%;
  height: 1px;
  transform: translateY(-50%);
}
.faq-mark::after {
  top: 0; bottom: 0; left: 50%;
  width: 1px;
  transform: translateX(-50%);
}
.faq-item[open] .faq-mark::after { transform: translateX(-50%) scaleY(0); }
.faq-a {
  padding: 0 0 28px;
  max-width: 780px;
  color: var(--fg-muted);
  font-size: 17px;
  line-height: 1.55;
}

/* =============================================================
   BOOK
   ============================================================= */
.book {
  padding: 96px 0 112px;
  background: var(--bg-sunken);
  border-bottom: 1px solid var(--rule);
}
.book-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.book-copy .aa-eyebrow { display: block; margin-bottom: 20px; }
.book-title { margin: 0 0 24px; }
.book-lede { color: var(--fg-muted); max-width: 520px; margin: 0 0 40px; }

.book-contact {
  border-top: 1px solid var(--rule);
}
.bc-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.bc-row .aa-label {
  color: var(--fg-subtle);
  font-size: 10px;
}
.bc-val {
  font-size: 16px;
  color: var(--fg);
}
a.bc-val { border-bottom: 1px solid transparent; transition: border-color var(--dur-fast) var(--ease-standard); }
a.bc-val:hover { border-bottom-color: var(--accent); color: var(--accent); }

.book-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 2px;
  position: relative;
}
.book-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--accent);
}
.book-card-head {
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
  color: var(--fg-subtle);
  font-size: 10px;
}
.book-card-right { color: var(--fg); }
.book-form {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.field-row {
  display: flex;
  gap: 16px;
}
.field .aa-label {
  color: var(--fg-subtle);
  font-size: 10px;
}
.field input,
.field select,
.field textarea {
  font-family: var(--font-sans);
  font-size: 14px;
  padding: 10px 12px;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: 2px;
  color: var(--fg);
  width: 100%;
  transition: border-color var(--dur-fast) var(--ease-standard);
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--fg-muted);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(184,155,90,0.15);
}
.field textarea { resize: vertical; min-height: 72px; font-family: var(--font-sans); }
.book-fine { color: var(--fg-subtle); margin: 4px 0 0; line-height: 1.5; }

/* submitted state */
.book-card.sent .book-form { display: none; }
.book-card.sent::after {
  content: "Request logged. A principal will reply within one business day.";
  display: block;
  padding: 48px 28px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--fg);
  text-align: center;
  line-height: 1.4;
}

/* =============================================================
   FOOTER
   ============================================================= */
.site-footer {
  background: var(--ink-900);
  color: var(--fg-dark);
  padding: 72px 0 32px;
}
.footer-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.8fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--rule-dark);
}
.foot-brand {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
  align-items: center;
}
.foot-brand > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  line-height: 1.3;
  min-width: 0;
}
.foot-mark {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  border-radius: 2px;
  flex-shrink: 0;
  padding: 4px;
  box-sizing: border-box;
}
.foot-tag { color: var(--fg-dark-muted); font-size: 12px; margin-top: 4px; }
.foot-col { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.foot-col a { color: var(--fg-dark-muted); transition: color var(--dur-fast) var(--ease-standard); }
.foot-col a:hover { color: var(--accent); }
.foot-h { color: var(--gold-400); font-size: 10px; margin-bottom: 6px; }
.foot-disclaimer {
  color: var(--fg-dark-muted);
  line-height: 1.65;
  margin: 0;
  font-size: 12px;
}
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom .aa-micro { color: var(--graphite-500); }

/* =============================================================
   TWEAKS PANEL
   ============================================================= */
.tweaks-panel {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 280px;
  background: var(--ink-900);
  color: var(--fg-dark);
  border: 1px solid var(--ink-700);
  border-radius: 2px;
  z-index: 100;
  box-shadow: 0 12px 48px -8px rgba(0,0,0,0.4);
  font-family: var(--font-sans);
}
.tweaks-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--ink-700);
}
.tweaks-head .aa-label { font-size: 10px; color: var(--gold-400); }
.tweaks-x {
  background: none;
  border: 0;
  color: var(--fg-dark-muted);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.tweaks-x:hover { color: var(--fg-dark); }
.tweaks-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tweak-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tweak-row .aa-label { font-size: 9px; color: var(--fg-dark-muted); }
.tweak-row select,
.tweak-row input[type="range"] {
  background: var(--ink-800);
  color: var(--fg-dark);
  border: 1px solid var(--ink-700);
  font-family: var(--font-sans);
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 2px;
}
.tweak-row-check {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.tweak-row-check input { accent-color: var(--accent); }

/* ============================================================
   DENSITY TWEAKS
   ============================================================ */
body[data-density="dense"] .hero { padding: 56px 0 48px; }
body[data-density="dense"] .figures,
body[data-density="dense"] .mandates,
body[data-density="dense"] .services,
body[data-density="dense"] .method,
body[data-density="dense"] .sample,
body[data-density="dense"] .faq,
body[data-density="dense"] .book,
body[data-density="dense"] .pledge { padding: 64px 0; }
body[data-density="airy"] .hero { padding: 128px 0 96px; }
body[data-density="airy"] .figures,
body[data-density="airy"] .mandates,
body[data-density="airy"] .services,
body[data-density="airy"] .method,
body[data-density="airy"] .sample,
body[data-density="airy"] .faq,
body[data-density="airy"] .book,
body[data-density="airy"] .pledge { padding: 128px 0; }

body[data-surface="paper"] { background: var(--paper-50); }
body[data-surface="paper"] .trust-strip,
body[data-surface="paper"] .mandates,
body[data-surface="paper"] .method,
body[data-surface="paper"] .book { background: var(--paper-100); }
body[data-surface="stone"] { background: #F2F1ED; }
body[data-surface="stone"] .trust-strip,
body[data-surface="stone"] .mandates,
body[data-surface="stone"] .method,
body[data-surface="stone"] .book { background: #E9E7E1; }

body[data-pledge="off"] .pledge { background: var(--bg); color: var(--fg); }
body[data-pledge="off"] .pledge .section-title,
body[data-pledge="off"] .pledge .pledge-list li { color: var(--fg); }
body[data-pledge="off"] .pledge .section-lede,
body[data-pledge="off"] .pledge .pledge-disclaimer { color: var(--fg-muted); }
body[data-pledge="off"] .pledge-grid,
body[data-pledge="off"] .pledge-list li { border-color: var(--rule); }
body[data-pledge="off"] .pledge::before { display: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: 1fr; }
  .mandates-layout { grid-template-columns: 1fr; }
  .watchlist { position: static; }
  .book-wrap { grid-template-columns: 1fr; }
  .pledge-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-meta,
  .figures-grid,
  .ops-strip,
  .paper-stats { grid-template-columns: repeat(2, 1fr); }
  .meta-cell:nth-child(2n) { border-right: 0; }
  .ops-item:nth-child(2n) { border-right: 0; }
  .fig:nth-child(2n) { border-right: 0; padding-right: 0; }
  .paper-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-wrap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .site-nav { display: none; }
  .header-wrap { grid-template-columns: 1fr auto; }
  .header-status { display: none; }
  .hero { padding: 48px 0 40px; }
  .hero-eyebrow { flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
  .hero-eyebrow-sep { display: none; }
  .hero-headline { font-size: clamp(40px, 10vw, 72px); }
  .hero-lede { font-size: 17px; }
  .hero-meta,
  .figures-grid,
  .ops-strip,
  .paper-stats { grid-template-columns: 1fr; }
  .meta-cell,
  .ops-item,
  .fig { border-right: 0; border-bottom: 1px solid var(--rule); padding: 16px 0 !important; }
  .meta-cell:last-child,
  .ops-item:last-child,
  .fig:last-child { border-bottom: 0; }
  .p-stat { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--paper-rule); }
  .p-stat:last-child { border-bottom: 0; }
  .section-title { font-size: clamp(28px, 7vw, 44px); }
  .method-step { grid-template-columns: 1fr; gap: 16px; }
  .footer-wrap { grid-template-columns: 1fr; gap: 32px; }
  .sample-paper { padding: 28px 24px; }
  .paper-title { font-size: 24px; }
  .mandates-table thead { display: none; }
  .mandates-table tbody td { display: block; padding: 6px 16px; border-bottom: 0; }
  .mandates-table tbody tr {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--rule);
  }
  .field-row { flex-direction: column; gap: 18px; }
  .tweaks-panel { right: 8px; bottom: 8px; width: calc(100vw - 16px); max-width: 320px; }
}

/* =============================================================
   CANONICAL FACTS – machine-readable card, human-readable layout
   ============================================================= */
.facts {
  padding: 88px 0 96px;
  border-top: 1px solid var(--rule);
  background: var(--bg);
}
.facts-head { margin-bottom: 48px; }
.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rule);
}
.facts-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.facts-row:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--rule); }
.facts-row:nth-child(even) { padding-left: 24px; }
.facts-row dt {
  margin: 0;
  color: var(--fg-subtle);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.facts-row dd {
  margin: 0;
  color: var(--fg);
  font-size: 13px;
  line-height: 1.5;
}
.facts-row dd a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.facts-foot {
  margin-top: 32px;
  color: var(--fg-subtle);
}
.facts-method-link {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (max-width: 900px) {
  .facts-grid { grid-template-columns: 1fr; }
  .facts-row { grid-template-columns: 140px 1fr; }
  .facts-row:nth-child(odd) { padding-right: 0; border-right: none; }
  .facts-row:nth-child(even) { padding-left: 0; }
}

/* =============================================================
   SVC – price note + adjacent offering
   ============================================================= */
.svc-price-note {
  margin: 8px 0 0;
  color: var(--fg-dark-muted);
  line-height: 1.5;
  max-width: 44ch;
}
.svc-flagship .svc-price-note { color: var(--fg-dark-muted); }

.svc-adjacent {
  margin-top: 32px;
  padding: 24px 28px;
  border: 1px dashed var(--border);
  background: transparent;
  display: grid;
  gap: 12px;
}
.svc-adjacent-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.svc-adjacent-head .aa-eyebrow { color: var(--fg-subtle); }
.svc-adjacent-title {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.005em;
  margin: 0;
  color: var(--fg);
}
.svc-adjacent-body {
  color: var(--fg-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 62ch;
}
.svc-adjacent-foot {
  color: var(--fg-subtle);
  margin: 0;
}
.svc-adjacent-foot a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =============================================================
   MOTION – scroll reveal + hero entrance
   ============================================================= */

/* any element tagged data-reveal (or its [data-reveal-child] children)
   starts off transparent and slightly below resting position.
   .is-revealed releases it. respect prefers-reduced-motion. */
[data-reveal],
[data-reveal-child] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 640ms cubic-bezier(0.2, 0, 0, 1),
    transform 640ms cubic-bezier(0.2, 0, 0, 1);
  will-change: opacity, transform;
}
[data-reveal].is-revealed,
[data-reveal-child].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* HERO entrance – staggered by JS via .hero-anim-in */
.hero-anim {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 700ms cubic-bezier(0.2, 0, 0, 1),
    transform 700ms cubic-bezier(0.2, 0, 0, 1);
}
.hero-anim.hero-anim-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* the hero headline gets a slightly richer entrance – a clip-up reveal */
.hero-headline.hero-anim {
  clip-path: inset(0 0 100% 0);
  transform: translate3d(0, 8px, 0);
  transition:
    clip-path 900ms cubic-bezier(0.2, 0, 0, 1),
    transform 700ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  opacity: 1;
}
.hero-headline.hero-anim.hero-anim-in {
  clip-path: inset(0 0 0 0);
}

/* live-data flicker helpers (baseline – JS mutates color directly too) */
.fig-value {
  transition: color 240ms ease;
}

/* subtle card lift on hover for service + figure tiles */
.svc-card,
.fig {
  transition: transform 360ms cubic-bezier(0.2, 0, 0, 1),
              box-shadow 360ms cubic-bezier(0.2, 0, 0, 1);
}
.svc-card:hover {
  transform: translateY(-2px);
}

/* mandates table row stagger on reveal */
.mandates-table tbody tr[data-reveal-child] {
  transition:
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    transform 500ms cubic-bezier(0.2, 0, 0, 1),
    background-color var(--dur-base) var(--ease-standard);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal-child],
  .hero-anim,
  .hero-headline.hero-anim {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}


/* =============================================================
   HERO v2 · outcome headline, demoted poetry line
   ============================================================= */
.hero-headline-outcome {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(52px, 8.2vw, 132px);
  line-height: 1.02;
  letter-spacing: -0.032em;
  color: var(--fg);
  margin: 12px auto 36px;
  max-width: none;
  text-align: center;
  text-wrap: balance;
  padding: 0 8px;
}
.hero-headline.hero-headline-outcome em,
.hero-headline-outcome em {
  display: inline !important;
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  color: var(--accent);
  letter-spacing: -0.012em;
  font-size: 1em;
  margin: 0;
}
.hero-subhead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--fg-muted);
  max-width: 54ch;
  margin: 0 auto 40px;
  text-align: center;
  text-wrap: pretty;
}
/* center the eyebrow above the headline */
.hero .hero-eyebrow {
  justify-content: center;
  text-align: center;
}
/* center the pullquote and meta on larger screens, normal flow elsewhere */
.hero .hero-pullquote {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-left: none;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: transparent;
  padding: 22px 24px;
}
.hero .hero-quote-src {
  justify-content: center;
}
.hero .hero-meta {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-cta {
  justify-content: center;
}
.hero .ops-strip {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
/* (duplicate .hero-subhead rule removed — centered version above wins) */

/* =============================================================
   HERO pullquote · single-line testimonial
   ============================================================= */
.hero-pullquote {
  margin: 0 0 32px;
  padding: 18px 22px;
  border-left: 2px solid var(--accent);
  background: rgba(184, 155, 90, 0.04);
  max-width: 640px;
}
.hero-quote {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.42;
  color: var(--fg);
  letter-spacing: -0.005em;
}
.hero-quote-src {
  color: var(--fg-subtle);
}

/* =============================================================
   HERO mini-intake
   ============================================================= */
.hero-mini {
  margin: 32px 0 36px;
  padding: 22px 24px;
  background: var(--ink-900);
  color: var(--fg-dark);
  max-width: 760px;
  position: relative;
}
.hero-mini::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
}
.hero-mini-head {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 16px; flex-wrap: wrap;
}
.hero-mini-head .aa-label { color: var(--accent); }
.hero-mini-sub { color: var(--fg-dark-muted); }
.hero-mini-fields {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.3fr auto;
  gap: 12px;
  align-items: end;
}
.hero-mini-f { display: grid; gap: 6px; }
.hero-mini-f .aa-label {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 0.14em;
}
.hero-mini-f input {
  background: rgba(255,255,255,0.04);
  border: none;
  border-bottom: 1.5px solid rgba(184,155,90,0.45);
  padding: 12px 2px;
  color: var(--fg-dark);
  font-family: var(--font-sans);
  font-size: 15px;
  outline: none;
  transition: border-color 160ms var(--ease-standard), background 160ms var(--ease-standard);
}
.hero-mini-f input::placeholder {
  color: var(--fg-dark-muted);
  opacity: 0.65;
}
.hero-mini-f input:hover {
  background: rgba(255,255,255,0.06);
  border-bottom-color: rgba(184,155,90,0.7);
}
.hero-mini-f input:focus {
  border-bottom-color: var(--accent);
  background: rgba(255,255,255,0.08);
}
.hero-mini-btn { white-space: nowrap; }
.hero-mini-sent {
  margin-top: 8px;
  color: var(--accent);
}
@media (max-width: 820px) {
  .hero-mini-fields { grid-template-columns: 1fr; }
}

/* =============================================================
   PRINCIPAL card
   ============================================================= */
.hero-principal {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  margin: 24px 0 40px;
  padding: 18px 0 0;
  border-top: 1px solid var(--rule);
  max-width: 720px;
  align-items: start;
}
.principal-mark {
  width: 64px; height: 64px;
  background: var(--ink-900);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 28px;
  letter-spacing: -0.01em;
}
.principal-initials { color: var(--accent); }
.principal-body { display: grid; gap: 6px; }
.principal-bio {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--fg-muted);
  max-width: 56ch;
}

/* =============================================================
   Hero WATCH button (45-sec walkthrough placeholder)
   ============================================================= */
.btn-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--fg);
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 200ms var(--ease-standard), border-color 200ms var(--ease-standard);
}
.btn-play:hover { background: var(--ink-900); color: var(--fg-dark); border-color: var(--ink-900); }
.btn-play:hover .play-dot { background: var(--accent); }
.play-dot {
  width: 0; height: 0;
  border-left: 8px solid var(--fg);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: border-left-color 200ms var(--ease-standard);
}
.btn-play:hover .play-dot { border-left-color: var(--accent); }
.btn-play.is-pending { opacity: 0.7; }

/* =============================================================
   WEEKLY FILING section
   ============================================================= */
.weekly {
  padding: 56px 0;
  background: var(--ink-900);
  color: var(--fg-dark);
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}
.weekly-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: start;
}
.weekly-copy .aa-eyebrow { color: var(--accent); }
.weekly-title {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 10px 0 16px;
  color: var(--fg-dark);
}
.weekly-title em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--accent);
}
.weekly-lede {
  color: var(--fg-dark-muted);
  margin: 0 0 20px;
  max-width: 52ch;
}
.weekly-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.weekly-points li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  color: var(--fg-dark-muted);
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid var(--rule-dark);
}
.weekly-points .aa-label { color: var(--accent); }

.weekly-form {
  background: transparent;
  border: 1px solid var(--rule-dark);
  padding: 24px;
  display: grid;
  gap: 16px;
  align-content: start;
}
.weekly-field { display: grid; gap: 8px; }
.weekly-field .aa-label { color: var(--accent); }
.weekly-field input {
  background: rgba(255,255,255,0.04);
  border: none;
  border-bottom: 1.5px solid rgba(184,155,90,0.45);
  padding: 12px 2px;
  color: var(--fg-dark);
  font-family: var(--font-sans);
  font-size: 15px;
  outline: none;
  transition: border-color 160ms var(--ease-standard), background 160ms var(--ease-standard);
}
.weekly-field input::placeholder { color: var(--fg-dark-muted); opacity: 0.65; }
.weekly-field input:hover { background: rgba(255,255,255,0.06); border-bottom-color: rgba(184,155,90,0.7); }
.weekly-field input:focus { border-bottom-color: var(--accent); background: rgba(255,255,255,0.08); }
.weekly-foot { color: var(--fg-dark-muted); margin: 0; }
.weekly-sent { color: var(--accent); }

@media (max-width: 900px) {
  .weekly-wrap { grid-template-columns: 1fr; gap: 36px; }
}

/* =============================================================
   SCOPE CALCULATOR
   ============================================================= */
.scope-calc {
  margin-top: 24px;
  border: 1px solid var(--border);
  background: var(--bg);
  padding: 28px 32px;
  display: grid;
  gap: 24px;
}
.scope-head { display: grid; gap: 6px; }
.scope-head .aa-eyebrow { color: var(--fg-subtle); }
.scope-title {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--fg);
}
.scope-title em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--accent);
}
.scope-lede { color: var(--fg-subtle); margin: 0; }

.scope-body {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 32px;
  align-items: start;
}
.scope-inputs {
  display: grid;
  gap: 20px;
}
.scope-f {
  display: grid;
  gap: 8px;
}
.scope-f .aa-label { color: var(--fg-subtle); }
.scope-f input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: var(--rule);
  outline: none;
}
.scope-f input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px; height: 18px;
  background: var(--accent);
  cursor: pointer;
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 1px var(--accent);
}
.scope-f input[type="range"]::-moz-range-thumb {
  width: 18px; height: 18px;
  background: var(--accent);
  cursor: pointer;
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 1px var(--accent);
}
.scope-f select {
  background: transparent;
  border: 1px solid var(--border);
  padding: 10px 14px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--fg);
  outline: none;
  cursor: pointer;
}
.scope-f select:focus { border-color: var(--accent); }
.scope-val {
  color: var(--fg);
  font-size: 14px;
}

.scope-out {
  background: var(--ink-900);
  color: var(--fg-dark);
  padding: 24px;
  display: grid;
  gap: 10px;
  align-content: start;
  border-top: 2px solid var(--accent);
}
.scope-out-label { color: var(--fg-dark-muted); }
.scope-out-value {
  font-size: 26px;
  color: var(--accent);
  letter-spacing: -0.01em;
}
.scope-out-note { color: var(--fg-dark-muted); margin: 0; }
.scope-out-cta { margin-top: 8px; justify-self: start; }

@media (max-width: 820px) {
  .scope-body { grid-template-columns: 1fr; }
}

/* =============================================================
   Sticky header on scroll · subtle lift
   ============================================================= */
.site-header.is-scrolled {
  box-shadow: 0 1px 0 rgba(20,16,10,0.08);
  backdrop-filter: blur(12px);
}

/* Hero v3 · opt out of the old clip-path entrance; the two-column
   layout looks bad with a 680ms delayed reveal. Let it ease in plainly. */
.hero-v3 .hero-headline.hero-anim,
.hero-v3 .hero-headline.hero-anim.hero-anim-in {
  clip-path: none;
  opacity: 1;
  transform: none;
}

/* =============================================================
   HERO v3 · two-column, artifact-led
   Left column holds copy + CTAs. Right column holds the Call Sheet
   artifact so the reader sees the product above the fold.
   ============================================================= */
.hero-v3 { padding: 72px 0 56px; }
.hero-v3 .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.hero-v3 .hero-left { min-width: 0; max-width: 560px; }
.hero-v3 .hero-right { min-width: 0; }

/* Left column — tighten, left-align everything. Kill the old centering. */
.hero-v3 .hero-eyebrow {
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 28px;
  gap: 14px;
}
.hero-v3 .hero-eyebrow-sep { max-width: 100px; }
.hero-v3 .hero-headline,
.hero-v3 .hero-headline-outcome {
  text-align: left;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.028em;
  margin: 0 0 22px;
  padding: 0;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.hero-v3 .hero-headline em,
.hero-v3 .hero-headline-outcome em {
  font-size: 0.94em;       /* Canela italic renders heavier than Inter; compensate */
  letter-spacing: -0.012em;
  line-height: 1.08;
}
.hero-v3 .hero-subhead {
  text-align: left;
  max-width: 58ch;
  margin: 0 0 32px;
  font-size: 19px;
  line-height: 1.55;
  color: var(--fg-muted);
  text-wrap: pretty;
}
.hero-v3 .hero-subhead em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--fg);
  letter-spacing: -0.005em;
}
.hero-v3 .hero-cta {
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-v3 .hero-cta .btn { flex: 0 0 auto; }

/* =============================================================
   ENGAGEMENT TEAM – two humans per file
   ============================================================= */
.team {
  padding: 120px 0 96px;
  background: var(--bg);
  border-top: 1px solid var(--hairline);
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--fg);
  border-bottom: 1px solid var(--fg);
  margin-top: 56px;
}
.team-card {
  padding: 40px 44px;
  background: var(--bg);
  border-right: 1px solid var(--hairline);
}
.team-card:last-child { border-right: none; }
.team-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--hairline);
}
.team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--fg);
  color: var(--fg);
  font-size: 13px;
  letter-spacing: 0.1em;
  background: repeating-linear-gradient(135deg, var(--bg) 0 3px, rgba(0,0,0,0.04) 3px 6px);
}
.team-who { display: flex; flex-direction: column; gap: 4px; }
.team-role {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.team-dl { display: flex; flex-direction: column; gap: 0; margin: 0; }
.team-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--hairline);
  align-items: baseline;
}
.team-row:last-child { border-bottom: none; }
.team-row dt { margin: 0; }
.team-row dd { margin: 0; font-size: 15px; line-height: 1.5; color: var(--fg); }
.team-note {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
  color: var(--fg-muted);
  font-style: italic;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.5;
}
.team-foot {
  margin: 32px 0 0;
  text-align: center;
  color: var(--fg-muted);
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .team-grid { grid-template-columns: 1fr; }
  .team-card { border-right: none; border-bottom: 1px solid var(--hairline); padding: 32px 24px; }
  .team-card:last-child { border-bottom: none; }
  .team-role { font-size: 26px; }
  .team-row { grid-template-columns: 1fr; gap: 4px; }
}
.hero-v3 .hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 40px;
  color: var(--fg);
  font-size: 12px;
}
.hero-v3 .hero-proof .aa-mono { color: var(--fg); letter-spacing: 0; font-size: 12px; }
.hero-v3 .hero-proof-sep {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  font-size: 0;
  opacity: 0.7;
}

/* One-line testimonial, not the boxed pullquote */
.hero-v3 .hero-quote-inline {
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--rule);
  max-width: 540px;
}
.hero-v3 .hero-quote-inline blockquote {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.45;
  color: var(--fg);
  letter-spacing: -0.005em;
}
.hero-v3 .hero-quote-inline figcaption {
  color: var(--fg-subtle);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 11px;
  line-height: 1.5;
}

/* =============================================================
   The Call Sheet artifact · right column hero visual
   A document-preview UI — NOT a decorative graphic. Every element
   mirrors an element on the real deliverable. Partial redaction
   carries compliance weight and signals confidentiality.
   ============================================================= */
.hero-v3 .callsheet {
  position: relative;
  background: #ffffff;                       /* pure white, differentiates from cream page */
  border: 1px solid var(--rule);
  box-shadow:
    0 1px 0 rgba(20,16,10,0.04),
    0 28px 56px -28px rgba(20,16,10,0.22),
    0 12px 24px -16px rgba(20,16,10,0.10);
  font-family: var(--font-sans);
  color: var(--fg);
  overflow: hidden;
}
.hero-v3 .callsheet::before {
  /* hairline accent edge top — the single gold line */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
}
.cs-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 24px 14px;
  border-bottom: 1px solid var(--rule);
}
.cs-head-l {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}
.cs-head-l .aa-eyebrow { font-size: 10px; white-space: nowrap; }
.cs-head-l .cs-title {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--fg);
  white-space: nowrap;
}
.cs-head-r {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--fg-subtle);
}

/* File / raise / delivered mini-grid */
.cs-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--rule);
}
.cs-meta > div {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid var(--rule);
}
.cs-meta > div:last-child { border-right: 0; }
.cs-meta .aa-label { font-size: 9px; color: var(--fg-subtle); }
.cs-meta .aa-mono {
  font-size: 12px;
  color: var(--fg);
  letter-spacing: 0;
}

/* Investor rows */
.cs-rows { padding: 4px 0; }
.cs-row {
  display: grid;
  grid-template-columns: 32px 1fr 1.4fr;
  gap: 14px;
  padding: 13px 20px 13px 16px;
  border-bottom: 1px solid rgba(20,16,10,0.05);
  align-items: center;
}
.cs-row:last-child { border-bottom: 0; }
.cs-idx {
  font-size: 11px;
  color: var(--fg-subtle);
  text-align: right;
}
.cs-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cs-n {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  color: var(--fg);
  letter-spacing: -0.005em;
}
.cs-sub { color: var(--fg-subtle); font-size: 11px; }
.cs-fit {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.cs-fit .aa-label { font-size: 9px; color: var(--fg-subtle); }
.cs-fit .aa-mono {
  font-size: 11.5px;
  color: var(--fg);
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs-row-dim { opacity: 0.7; }
.cs-row-dimmer { opacity: 0.42; }

/* Redaction blocks */
.cs-redact {
  background: var(--ink-900, #14100a);
  color: var(--ink-900, #14100a);
  border-radius: 1px;
  padding: 0 2px;
  user-select: none;
}
.cs-redact-w {
  background: rgba(20,16,10,0.82);
  color: rgba(20,16,10,0.82);
  border-radius: 1px;
  padding: 0 2px;
  user-select: none;
}

.cs-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-top: 1px solid var(--rule);
  color: var(--fg-subtle);
  background: rgba(20,16,10,0.015);
}
.cs-middot {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--fg-subtle);
  display: inline-block;
}
.cs-foot-spacer { flex: 1; }
.cs-stamp {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  padding: 4px 8px;
  border: 1px solid var(--accent);
  color: var(--accent);
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.cs-caption {
  margin: 12px 4px 0;
  color: var(--fg-subtle);
  max-width: 44ch;
  line-height: 1.45;
}

/* Ops strip v3 — compressed to 3 cells, sits below the two-column grid */
.hero-v3 .ops-strip-v3 {
  grid-template-columns: repeat(3, 1fr);
  margin: 56px 0 0;
  max-width: none;
}

/* =============================================================
   Hero v3 responsive
   ============================================================= */
@media (max-width: 1080px) {
  .hero-v3 .hero-grid { gap: 48px; }
  .hero-v3 .hero-headline,
  .hero-v3 .hero-headline-outcome { font-size: clamp(40px, 5vw, 62px); }
}
@media (max-width: 900px) {
  .hero-v3 { padding: 48px 0 40px; }
  .hero-v3 .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-v3 .hero-left { max-width: none; }
  .hero-v3 .hero-headline,
  .hero-v3 .hero-headline-outcome { font-size: clamp(36px, 8vw, 54px); }
  .hero-v3 .ops-strip-v3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .cs-row { grid-template-columns: 28px 1fr; }
  .cs-row .cs-fit { grid-column: 2; }
  .cs-head { flex-wrap: wrap; }
}

/* =============================================================
   HOW WE FIT THE DEAL – role band (issuer · agent · investor)
   ============================================================= */
.fit {
  padding: 96px 0 96px;
  border-bottom: 1px solid var(--rule);
  background: var(--bg);
}
.fit-head { max-width: 720px; margin-bottom: 48px; }
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.fit-cell {
  padding: 40px 36px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fit-cell:last-child { border-right: 0; }
.fit-role { color: var(--accent); letter-spacing: 0.14em; }
.fit-h {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--fg);
  margin: 0;
}
.fit-body { color: var(--fg-muted); margin: 0; }
.fit-foot {
  margin-top: 28px;
  color: var(--fg-subtle);
  max-width: 780px;
}
@media (max-width: 900px) {
  .fit { padding: 64px 0 64px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-cell { border-right: 0; border-bottom: 1px solid var(--rule); padding: 32px 24px; }
  .fit-cell:last-child { border-bottom: 0; }
}

/* book · broker note */
.book-broker-note {
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: rgba(184,155,90,0.04);
  color: var(--fg-muted);
  line-height: 1.6;
}
.book-broker-note .aa-label {
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
}
.book-broker-note a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
}
