/* AI420 — MVP-specific extensions
   Sits ON TOP of site.css — adds v1.0 Section 2.5 reusable components
   and v1.1 Part B four new components (audit-preview, two-option-close,
   operator-card v2, is-for-you).
*/

/* ─── NAV — TZ Section 2.2 ─── */
.nav-inner { gap: 32px; }
.nav-logo img { height: 24px; width: auto; }
@media (max-width: 880px) { .nav-logo img { height: 20px; } }
.nav-mobile-toggle {
  display: none;
  background: transparent; border: 0;
  padding: 8px; cursor: pointer;
  color: var(--text-on-cream);
}
@media (max-width: 880px) {
  .nav-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-cta .btn-primary.audit-cta { display: none; }
}
.nav-mobile-panel {
  display: none;
  position: fixed; top: 56px; left: 0; right: 0;
  background: var(--surface-base);
  border-bottom: 1px solid var(--border-default);
  padding: 16px 24px 24px;
  z-index: 90;
}
.nav-mobile-panel.open { display: block; }
.nav-mobile-panel a {
  display: block;
  padding: 14px 0;
  font-size: 17px;
  color: var(--text-on-cream);
  border-bottom: 1px solid var(--border-subtle);
}
.nav-mobile-panel a:last-of-type { border-bottom: 0; }
.nav-mobile-panel .btn { width: 100%; justify-content: center; margin-top: 16px; }

/* Dropdown for desktop nav */
.nav-dropdown { position: relative; }
.nav-dropdown > a { cursor: pointer; }
.nav-dropdown-panel {
  display: none;
  position: absolute;
  top: 100%; left: -16px;
  background: var(--surface-paper);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 12px 8px;
  box-shadow: var(--shadow-md);
  min-width: 240px;
  margin-top: 4px;
  z-index: 80;
}
.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel { display: block; }
.nav-dropdown-panel a {
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  font-size: 14px;
  color: var(--text-on-cream);
}
.nav-dropdown-panel a:hover { background: var(--surface-warm); }
.nav-dropdown-panel a small {
  display: block;
  font-size: 12px;
  color: var(--text-on-cream-muted);
  margin-top: 2px;
  font-weight: 400;
}

/* ─── HERO scaffolding (TZ uses a custom hero per page; lock the base) ─── */
.hero-mvp {
  position: relative;
  padding: 64px 0 96px;
  overflow: hidden;
}
.hero-mvp::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(45,128,73,0.08) 0%, transparent 55%),
              radial-gradient(ellipse at 90% 60%, rgba(201,168,76,0.08) 0%, transparent 55%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; position: relative; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

.hero-photo-wrap { position: relative; aspect-ratio: 4/5; }
.hero-photo {
  position: absolute; inset: 0; border-radius: var(--radius-2xl); overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.glass-tile {
  position: absolute;
  background: rgba(245, 240, 232, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-xl);
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(28,36,24,0.12);
}
.glass-tile-stat { top: 8%; left: -8%; }
.glass-tile-pill { bottom: 12%; right: -10%; padding: 12px 18px; }
.glass-tile-mini { top: 50%; right: -14%; padding: 14px 18px; }
@media (max-width: 960px) {
  .glass-tile-stat { left: 4%; }
  .glass-tile-pill { right: 4%; }
  .glass-tile-mini { right: 4%; top: 60%; }
}

/* Right-side icon panel for agent pages without photo */
.hero-icon-panel {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 4/5;
  border-radius: var(--radius-2xl);
  position: relative;
  padding: 48px;
}
.hero-icon-panel.tint-green { background: var(--brand-green-mist); }
.hero-icon-panel.tint-gold  { background: var(--brand-gold-mist); }
.hero-icon-panel.tint-clay  { background: var(--brand-clay-mist); }
.hero-icon-panel.tint-dark  { background: var(--island-emerald); color: var(--text-on-dark); }
.hero-icon-panel svg { width: 100%; height: auto; max-width: 240px; opacity: 0.85; }

/* ─── STAT STRIPE — TZ Section 2.5 #5 ─── */
.stat-stripe {
  background: linear-gradient(180deg, var(--brand-gold-mist) 0%, #F0E08C 100%);
  padding: 56px 0;
  border-top: 1px solid rgba(176,133,46,0.18);
  border-bottom: 1px solid rgba(176,133,46,0.18);
}
.stat-stripe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: end;
}
@media (max-width: 880px) { .stat-stripe-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; } }
.stat-stripe .stat-num { color: var(--text-on-cream-strong); font-size: clamp(40px, 5vw, 64px); }
.stat-stripe .stat-label { font-size: 13px; line-height: 1.45; color: var(--text-on-cream); margin-top: 10px; max-width: 26ch; }

/* ─── PROBLEM GRID — 3 mist cards ─── */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .problem-grid { grid-template-columns: 1fr; } }
.problem-card {
  padding: 36px 28px;
  border-radius: var(--radius-xl);
  position: relative;
}
.problem-card .num {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 56px; line-height: 1;
  color: var(--brand-clay);
  font-variation-settings: 'opsz' 96;
}
.problem-card h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 16px 0 12px;
  line-height: 1.2;
}
.problem-card p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0;
}

/* ─── AGENTS GRID — TZ Block 5 ─── */
.agents-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1100px) { .agents-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .agents-grid { grid-template-columns: 1fr; } }
.agent-card {
  padding: 32px 28px;
  border-radius: var(--radius-xl);
  transition: all var(--motion-md) var(--ease-premium);
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--text-on-cream);
  border: 1px solid var(--border-subtle);
  background: var(--surface-paper);
}
.agent-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-default);
}
.agent-card .icon-wrap {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  background: var(--brand-green-mist);
  color: var(--brand-green-deep);
}
.agent-card .icon-wrap svg { width: 28px; height: 28px; }
.agent-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.agent-card .role {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--text-on-cream-muted);
  margin-bottom: 14px;
}
.agent-card p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-on-cream);
  margin: 0 0 18px;
}
.agent-card .price-hint {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--brand-green-deep);
  margin-top: auto;
}
.agent-card.is-green-mist .icon-wrap { background: var(--brand-green-mist); color: var(--brand-green-deep); }
.agent-card.is-gold-mist .icon-wrap  { background: var(--brand-gold-mist);  color: var(--brand-gold-deep); }
.agent-card.is-clay-mist .icon-wrap  { background: var(--brand-clay-mist);  color: var(--brand-clay); }

/* ─── SECTION HEAD ─── */
.section-head {
  display: flex; align-items: end; justify-content: space-between;
  margin-bottom: 48px; gap: 32px; flex-wrap: wrap;
}
.section-head > div:first-child { max-width: 36ch; }
.section-head .h-1 { max-width: 24ch; margin-top: 10px; }
.section-head .lede { max-width: 38ch; }

/* ─── PHOTO STRIP ─── */
.photo-strip { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 16px; }
@media (max-width: 960px) { .photo-strip { grid-template-columns: 1fr 1fr; } }
.photo-strip > * {
  aspect-ratio: 4/5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}
.photo-strip > :first-child { aspect-ratio: 4/5; }
.photo-caption {
  position: absolute; bottom: 14px; left: 14px; right: 14px;
}
.photo-caption .glass-tile {
  position: static; padding: 10px 14px; border-radius: 12px;
}
.photo-caption .mono {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--brand-green-deep);
}
.photo-caption .photo-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
}

/* ─── COMPLIANCE / DARK BAND ─── */
.dark-band {
  background: var(--island-emerald);
  color: var(--text-on-dark);
  padding: 96px 0;
  position: relative;
}
.dark-band .eyebrow { color: var(--brand-gold); }
.dark-band .h-1 em { color: #E0A38B; }
.dark-band p { color: rgba(240,237,230, 0.8); font-size: 18px; line-height: 1.55; max-width: 56ch; }
.dark-band .pills-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 32px; }
.dark-band .pill {
  background: rgba(240,237,230, 0.06);
  border-color: rgba(240,237,230, 0.16);
  color: rgba(240,237,230, 0.9);
}
.dark-band .pill-emerald {
  background: rgba(45,128,73, 0.18);
  border-color: rgba(63,166,101, 0.4);
  color: #A1D2A3;
}

/* ─── MARKETS PAIR ─── */
.markets-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 880px) { .markets-pair { grid-template-columns: 1fr; } }
.market-card {
  padding: 40px 32px;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.market-card h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
}
.market-card .sub {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-on-cream-muted);
}
.market-card p { font-size: 16px; line-height: 1.55; color: var(--text-on-cream); margin: 0; }
.market-card .stack-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.market-card a.btn { align-self: flex-start; margin-top: 8px; }

/* ─── CASE STUDY 2-COL ─── */
.case-2col { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 880px) { .case-2col { grid-template-columns: 1fr; gap: 32px; } }
.case-stats {
  display: flex; flex-wrap: wrap; gap: 28px;
  margin: 24px 0 28px;
}
.case-stats .stat { display: flex; flex-direction: column; gap: 2px; }
.case-stats .stat-num { font-size: 36px; }
.case-stats .stat-label { font-size: 12px; }
.case-media {
  aspect-ratio: 4/5;
  border-radius: var(--radius-xl);
  background: var(--surface-sunken);
  overflow: hidden;
  position: relative;
}
.case-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-clay);
  margin-bottom: 16px;
}

/* ─── CTA BAND — TZ Section 5.1 Triple Path ─── */
.cta-band {
  background: var(--island-emerald);
  color: var(--text-on-dark);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(201,168,76,0.16), transparent 55%),
              radial-gradient(ellipse at 20% 80%, rgba(45,128,73,0.18), transparent 50%);
  pointer-events: none;
}
.cta-band .container { position: relative; }
.cta-band .eyebrow { color: var(--brand-gold); }
.cta-band .h-1 { color: var(--text-on-dark); max-width: 22ch; margin: 12px 0 56px; }
.cta-band .h-1 em { color: #E0A38B; }
.cta-triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 880px) { .cta-triple { grid-template-columns: 1fr; gap: 16px; } }
.cta-card {
  padding: 32px 28px;
  border-radius: var(--radius-xl);
  display: flex; flex-direction: column;
  position: relative;
  border: 1px solid rgba(240,237,230, 0.10);
}
.cta-card.is-primary {
  background: linear-gradient(180deg, rgba(201,168,76,0.18), rgba(201,168,76,0.06));
  border-color: rgba(201,168,76, 0.35);
}
.cta-card.is-secondary {
  background: linear-gradient(180deg, rgba(45,128,73,0.20), rgba(45,128,73,0.06));
  border-color: rgba(63,166,101, 0.35);
}
.cta-card.is-tertiary {
  background: linear-gradient(180deg, rgba(196,97,58,0.14), rgba(196,97,58,0.04));
  border-color: rgba(196,97,58, 0.3);
}
.cta-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
  color: var(--text-on-dark);
}
.cta-card p {
  color: rgba(240,237,230, 0.78);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 24px;
  flex-grow: 1;
}
.cta-card .badge--popular {
  position: absolute; top: -10px; right: 24px;
}
.cta-card .btn { align-self: flex-start; }

/* ─── MODAL forms ─── */
.modal--form { max-width: 560px; }
.modal--form .modal-header { padding: 28px 28px 12px; }
.modal--form .modal-body { padding: 12px 28px; }
.modal--form .modal-footer {
  padding: 16px 28px 24px;
  border-top: 0;
  margin-top: 0;
  flex-direction: column; align-items: stretch; gap: 8px;
}
.modal--form .modal-footer .btn { width: 100%; justify-content: center; }
.modal--form .form-promise {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-green-deep);
  margin-bottom: 8px;
}
.modal--form .modal-title em {
  font-family: var(--font-italic);
  font-style: italic;
  color: var(--brand-clay);
  font-weight: 400;
}

/* Honeypot field — hidden */
.honeypot {
  position: absolute; left: -9999px;
  height: 0; width: 0; opacity: 0; pointer-events: none;
}

/* Form success state */
.form-success {
  text-align: center;
  padding: 24px 0 8px;
}
.form-success h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
}
.form-success p {
  color: var(--text-on-cream-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

/* ─── v1.1 B.1 — "This is for you if..." checklist ─── */
.is-for-you {
  background: var(--surface-warm);
}
.is-for-you-grid {
  max-width: 720px;
  margin: 32px 0 0;
  display: flex; flex-direction: column; gap: 0;
}
.is-for-you-row {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 0;
  border-top: 1px solid var(--border-subtle);
}
.is-for-you-row:first-child { border-top: 0; }
.is-for-you-check {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: var(--radius-xs);
  background: var(--brand-gold-mist);
  border: 1px solid var(--border-default);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 2px;
  color: var(--brand-gold-deep);
}
.is-for-you-check svg { width: 16px; height: 16px; }
.is-for-you-row p {
  margin: 0; padding-top: 4px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-on-cream);
}

/* ─── v1.1 B.2 — Sample Audit Preview ─── */
.audit-preview {
  background: var(--island-emerald);
  color: var(--text-on-dark);
  border-radius: var(--radius-2xl);
  padding: 48px 40px;
  position: relative;
}
@media (max-width: 720px) { .audit-preview { padding: 32px 22px; } }
.audit-preview .eyebrow { color: var(--brand-gold); }
.audit-preview-card {
  background: var(--surface-paper);
  color: var(--text-on-cream);
  border-radius: var(--radius-xl);
  padding: 28px;
  margin-top: 24px;
}
.audit-preview-strip {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-on-cream-muted);
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.audit-big {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 600;
  color: var(--brand-clay);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 8px;
  font-variation-settings: 'opsz' 60;
}
.audit-sub {
  font-size: 14px;
  color: var(--text-on-cream-muted);
  line-height: 1.5;
  margin: 0 0 24px;
}
.audit-rows { display: flex; flex-direction: column; gap: 12px; }
.audit-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--border-subtle);
}
.audit-row:first-child { border-top: 0; padding-top: 0; }
@media (max-width: 720px) {
  .audit-row { grid-template-columns: 64px 1fr; }
  .audit-row .audit-impact { grid-column: 1 / -1; padding-left: 78px; }
}
.audit-tag {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: var(--radius-sm);
  width: 100%;
}
.audit-tag.is-fix   { background: var(--brand-clay-mist); color: var(--brand-clay); }
.audit-tag.is-build { background: var(--brand-green-mist); color: var(--brand-green-deep); }
.audit-tag.is-clean { background: var(--brand-gold-mist); color: var(--brand-gold-deep); }
.audit-text { font-size: 14px; line-height: 1.5; color: var(--text-on-cream); }
.audit-text strong { font-weight: 600; }
.audit-text small { display: block; color: var(--text-on-cream-muted); font-size: 13px; margin-top: 2px; }
.audit-impact {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-green-deep);
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.audit-cta-row {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
  margin-top: 28px;
}
.audit-footnote {
  font-size: 12px;
  color: rgba(240,237,230, 0.55);
  margin-top: 16px;
  max-width: 60ch;
}

/* Compact audit preview for inside Form A modal */
.audit-preview-compact {
  background: var(--brand-green-mist);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  margin-bottom: 20px;
}
.audit-preview-compact .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-green-deep);
  margin-bottom: 8px;
}
.audit-preview-compact ul {
  margin: 0; padding: 0; list-style: none;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px;
  font-size: 13px; line-height: 1.4;
  color: var(--text-on-cream);
}
.audit-preview-compact li { padding-left: 14px; position: relative; }
.audit-preview-compact li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 9999px;
  background: var(--brand-green-deep);
}
.audit-preview-compact .footer {
  font-size: 12px;
  color: var(--text-on-cream-muted);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(45,128,73,0.18);
}

/* ─── v1.1 B.3 — Two-Option Close ─── */
.two-option-close {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 880px) { .two-option-close { grid-template-columns: 1fr; } }
.two-option-card {
  padding: 40px 36px;
  border-radius: var(--radius-xl);
  display: flex; flex-direction: column; gap: 18px;
}
@media (max-width: 720px) { .two-option-card { padding: 32px 24px; } }
.two-option-card.is-mute {
  background: var(--surface-sunken);
  color: var(--text-on-cream-muted);
  filter: saturate(0.65);
}
.two-option-card.is-mute h3 { color: var(--text-on-cream); }
.two-option-card.is-mute .eyebrow { color: var(--text-on-cream-soft); }
.two-option-card.is-action {
  background: var(--brand-green-mist);
}
.two-option-card.is-action .eyebrow { color: var(--brand-clay); }
.two-option-card h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0;
}
.two-option-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.two-option-card.is-mute p { color: var(--text-on-cream-muted); }
.two-option-card.is-action p { color: var(--text-on-cream); }
.two-option-card .btn { align-self: flex-start; margin-top: 8px; }

/* ─── v1.1 B.4 — Operator Card v2 ─── */
.operator-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 40px;
}
@media (max-width: 880px) {
  .operator-card { grid-template-columns: 1fr; padding: 28px; gap: 24px; }
}
.operator-card .photo {
  width: 100%; max-width: 280px;
  aspect-ratio: 1; border-radius: var(--radius-xl);
  background: var(--surface-sunken);
  overflow: hidden;
}
.operator-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.operator-card .name {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 4px;
}
.operator-card .role {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-on-cream-muted);
  margin-bottom: 18px;
}
.operator-stats {
  display: flex; flex-wrap: wrap; gap: 28px;
  padding: 18px 0;
  margin-bottom: 18px;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.operator-stats .stat { display: flex; flex-direction: column; gap: 2px; }
.operator-stats .stat-num {
  font-size: 26px;
  color: var(--brand-clay);
}
.operator-stats .stat-label {
  font-size: 11px;
  font-family: var(--font-mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text-on-cream-muted);
  margin: 0;
}
.operator-card .quote {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 19px;
  line-height: 1.45;
  color: var(--brand-clay);
  margin: 0 0 14px;
  max-width: 56ch;
}
.operator-card .own-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-green-deep);
}

/* Compact operator card — multiple in a grid (About page Team) */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 720px) { .team-grid { grid-template-columns: 1fr; } }
.team-grid .operator-card {
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 28px;
}
.team-grid .operator-card .photo { max-width: 140px; }
.team-grid .operator-card .name { font-size: 22px; }
.team-grid .operator-stats { gap: 18px; padding: 14px 0; margin-bottom: 14px; }
.team-grid .operator-stats .stat-num { font-size: 20px; }
.team-grid .operator-card .quote { font-size: 16px; }

/* ─── HOW-IT-WORKS / 3-STEP ─── */
.steps-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 880px) { .steps-3 { grid-template-columns: 1fr; } }
.step-card {
  padding: 32px 28px;
  border-radius: var(--radius-xl);
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  display: flex; flex-direction: column; gap: 14px;
}
.step-card .step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-green-deep);
}
.step-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}
.step-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0;
}
.step-card .icon-wrap {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--brand-green-mist);
  color: var(--brand-green-deep);
  display: inline-flex; align-items: center; justify-content: center;
}

/* ─── DELIVERABLES LIST ─── */
.deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
  list-style: none;
  padding: 0; margin: 0;
}
@media (max-width: 720px) { .deliverables { grid-template-columns: 1fr; } }
.deliverables li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid var(--border-subtle);
  font-size: 16px;
  line-height: 1.5;
}
.deliverables li::before {
  content: "";
  width: 14px; height: 14px;
  border-radius: 4px;
  margin-top: 4px;
  background: var(--brand-green-deep);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='%23F2F4EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 7 6 10 11 4'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

/* ─── PRICING — single card ─── */
.price-single {
  max-width: 480px;
  background: var(--surface-paper);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 40px;
}
.price-single .amount {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variation-settings: 'opsz' 96;
  color: var(--text-on-cream-strong);
}
.price-single .amount sub {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--text-on-cream-muted);
  margin-left: 6px;
  vertical-align: baseline;
}
.price-single .setup {
  font-size: 14px;
  color: var(--text-on-cream-muted);
  margin: 8px 0 24px;
}
.price-single ul {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; gap: 12px;
}
.price-single li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.5;
}
.price-single li::before {
  content: "→";
  position: absolute; left: 0;
  color: var(--brand-green-deep);
  font-weight: 600;
}
.price-single .btn { width: 100%; justify-content: center; }
.price-single .footnote {
  font-size: 13px;
  color: var(--text-on-cream-muted);
  margin-top: 14px;
  text-align: center;
}

/* ─── FAQ ─── */
.faq {
  max-width: 760px;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--border-subtle);
}
.faq-item {
  border-bottom: 1px solid var(--border-subtle);
}
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--text-on-cream);
  text-align: left;
  cursor: pointer;
  transition: color var(--motion-sm);
}
.faq-q:hover { color: var(--brand-green-deep); }
.faq-q .chevron {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 28px;
  color: var(--brand-clay);
  transition: transform var(--motion-md) var(--ease-premium);
  line-height: 1;
}
.faq-item.is-open .faq-q .chevron { transform: rotate(90deg); }
.faq-a {
  display: none;
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-on-cream);
  max-width: 60ch;
}
.faq-item.is-open .faq-a { display: block; }

/* ─── BEFORE / AFTER (Email420 case) ─── */
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 720px) { .before-after { grid-template-columns: 1fr; } }
.ba-col {
  padding: 32px 28px;
  border-radius: var(--radius-xl);
}
.ba-col.is-before { background: var(--surface-sunken); }
.ba-col.is-after  { background: var(--brand-green-mist); }
.ba-col .eyebrow { margin-bottom: 12px; }
.ba-col .ba-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.025em;
  font-variation-settings: 'opsz' 96;
  margin: 0 0 6px;
}
.ba-col.is-before .ba-num { color: var(--text-on-cream-muted); }
.ba-col.is-after .ba-num  { color: var(--brand-green-deep); }
.ba-col .ba-sub {
  font-size: 13px;
  color: var(--text-on-cream-muted);
  margin: 0 0 18px;
}
.ba-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.ba-col li {
  padding-left: 16px; position: relative;
  font-size: 14px; line-height: 1.5;
}
.ba-col li::before {
  content: "—"; position: absolute; left: 0;
  color: var(--text-on-cream-muted);
}
.ba-strip {
  background: var(--surface-warm);
  padding: 16px 24px;
  border-radius: var(--radius-md);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.4px;
  color: var(--text-on-cream);
  text-align: center;
}

/* ─── RECOMMENDED STACK (Market pages) ─── */
.stack-tier {
  margin-bottom: 32px;
}
.stack-tier h4 {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-clay);
  margin: 0 0 14px;
}
.stack-row-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 880px) { .stack-row-cards { grid-template-columns: 1fr; } }
.stack-card {
  padding: 24px;
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; gap: 8px;
}
.stack-card .stack-name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.stack-card .stack-price {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--brand-green-deep);
}
.stack-summary {
  background: var(--brand-gold-mist);
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.55;
}
.stack-summary strong { color: var(--brand-clay); font-weight: 600; }

/* ─── ROADMAP (About page) ─── */
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) { .roadmap-grid { grid-template-columns: 1fr; } }
.roadmap-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
}
.roadmap-card h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-clay);
  margin: 0 0 14px;
}
.roadmap-card ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.roadmap-card li {
  font-size: 16px;
  display: flex; align-items: center; gap: 10px;
}

/* ─── MANIFESTO ─── */
.manifesto {
  max-width: 64ch;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-on-cream);
}
.manifesto p { margin: 0 0 22px; }
.manifesto p.pull {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 24px;
  line-height: 1.45;
  color: var(--brand-clay);
}
.manifesto .signature {
  font-family: var(--font-italic);
  font-style: italic;
  color: var(--text-on-cream-muted);
  font-size: 16px;
}
.manifesto-tag {
  text-align: center;
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 22px;
  color: var(--brand-clay);
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
}

/* ─── HERO CTA row helpers ─── */
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hint-mono {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-on-cream-muted);
  letter-spacing: 0.5px;
}

/* ─── COOKIE banner (TZ Section 5.5) ─── */
.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 720px;
  margin: 0 auto;
  background: var(--island-emerald);
  color: var(--text-on-dark);
  padding: 16px 20px;
  border-radius: var(--radius-lg);
  display: flex; gap: 16px; align-items: center;
  flex-wrap: wrap;
  z-index: 1000;
  box-shadow: var(--shadow-lg);
  font-size: 14px;
}
.cookie-banner.is-hidden { display: none; }
.cookie-banner p { margin: 0; flex: 1 1 280px; min-width: 200px; line-height: 1.5; }
.cookie-banner a { color: var(--brand-gold); text-decoration: underline; }
.cookie-banner .actions { display: flex; gap: 8px; }
@media (max-width: 560px) {
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-banner .actions { justify-content: stretch; }
  .cookie-banner .actions .btn { flex: 1; justify-content: center; }
}

/* ─── Block utility spacers ─── */
.gap-md { margin-top: 24px; }
.gap-lg { margin-top: 32px; }
.text-muted { color: var(--text-on-cream-muted); }
.no-pad-top { padding-top: 0; }

/* Tricolor stripe placement — never more than 3 per page */
.divider-stripe { padding: 0 0 24px; }
.divider-stripe .tricolor-stripe { max-width: 240px; }

/* Layout helpers */
.flex-center { display: flex; align-items: center; gap: 12px; }
.muted-line { font-size: 14px; color: var(--text-on-cream-muted); margin-top: 24px; }
.muted-line a { color: var(--brand-green-deep); text-decoration: underline; }

/* Roadmap sub-line */
.coming-soon-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-on-cream-muted);
}


/* ════════════════════════════════════════════════════════════════════════
   v8.1 HOME — Page-specific styles (10 blocks)
   Cream-first · one dark island (Block 6) · Title Case headings · mobile-first
   ════════════════════════════════════════════════════════════════════════ */

/* ─── v8 Header (autonomous, replaces partials.js nav for home) ─── */
.v8-nav {
  position: sticky; top: 0; z-index: var(--z-sticky);
  background: rgba(242, 244, 238, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: background var(--motion-md), border-color var(--motion-md), box-shadow var(--motion-md);
}
.v8-nav.is-scrolled {
  background: rgba(242, 244, 238, 0.94);
  border-bottom-color: var(--border-subtle);
  box-shadow: var(--shadow-xs);
}
.v8-nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px 24px; max-width: var(--grid-max-wide); margin: 0 auto;
}
.v8-nav-logo {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-on-cream-strong);
}
.v8-nav-logo img { height: 26px; width: auto; display: block; }
.v8-nav-links {
  display: flex; gap: 28px; align-items: center;
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
}
.v8-nav-links a {
  color: var(--text-on-cream-muted);
  transition: color var(--motion-sm);
  padding: 6px 0;
}
.v8-nav-links a:hover, .v8-nav-links a.is-active { color: var(--text-on-cream); }
.v8-nav-cta { display: flex; gap: 10px; align-items: center; }
.v8-nav-toggle {
  display: none;
  width: var(--touch-target); height: var(--touch-target);
  align-items: center; justify-content: center;
  background: transparent; border: 0; cursor: pointer;
  color: var(--text-on-cream-strong);
  border-radius: var(--radius-pill);
}
.v8-nav-toggle:hover { background: var(--surface-sunken); }
.v8-nav-panel {
  display: none;
  position: fixed; inset: 0;
  background: var(--surface-base);
  z-index: var(--z-modal);
  padding: 80px 24px 32px;
  overflow-y: auto;
}
.v8-nav-panel.is-open { display: block; }
.v8-nav-panel a {
  display: block;
  font-family: var(--font-display); font-weight: 500; font-size: 28px;
  color: var(--text-on-cream-strong);
  padding: 14px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.v8-nav-panel .btn { margin-top: 24px; width: 100%; justify-content: center; }
.v8-nav-close {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 0; cursor: pointer;
  color: var(--text-on-cream-strong);
  border-radius: var(--radius-pill);
}
@media (max-width: 880px) {
  .v8-nav-links { display: none; }
  .v8-nav-toggle { display: inline-flex; }
  .v8-nav-cta .btn:not(.v8-nav-toggle):not(.is-mobile-keep) { display: none; }
}

/* ─── Block 1 · Hero — composite H1 + ecosystem orbital ─── */
.v8-hero {
  position: relative;
  padding: 56px 0 80px;
  overflow: hidden;
}
.v8-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 75% 10%, rgba(45,128,73,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(176,133,46,0.08) 0%, transparent 55%);
  pointer-events: none; z-index: 0;
}
.v8-hero > .container-wide { position: relative; z-index: 1; }
.v8-hero-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 48px; align-items: center;
}
@media (min-width: 1024px) {
  .v8-hero { padding: 96px 0 120px; }
  .v8-hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 64px; }
}

.v8-hero-h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 7.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-variation-settings: 'opsz' 96;
  color: var(--text-on-cream-strong);
  margin: 0 0 20px;
  max-width: 18ch;
}
.v8-hero-h1 .hero-static { display: block; }
.v8-hero-h1 .hero-rotate-wrap {
  display: block;
  color: var(--text-on-cream-strong);
}
.v8-hero-h1 .hero-rotate-tail {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
  display: inline-block;
  transition: opacity 280ms var(--ease-premium), color 280ms var(--ease-premium);
  letter-spacing: -0.005em;
}

.v8-hero-subtitle {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--brand-green-deep);
  margin: 0 0 24px;
  font-weight: 500;
}

.v8-hero-lede {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: var(--text-on-cream);
  max-width: 48ch;
  margin: 0 0 32px;
}
.v8-hero-lede em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
}

.v8-hero-ctas {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}

/* ─── Ecosystem Orbital Diagram (hero visual) ─── */
.v8-orbital {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}
@media (max-width: 767px) {
  .v8-orbital { max-width: 340px; }
}
.v8-orbital-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.v8-orbital-svg .v8-orbital-path {
  fill: none;
  stroke: var(--brand-green-deep);
  stroke-width: 1.5;
  stroke-dasharray: 4 8;
  opacity: 0.4;
  animation: orbital-flow 4s linear infinite;
}
@keyframes orbital-flow {
  to { stroke-dashoffset: -120; }
}
.v8-orbital-core {
  position: absolute;
  left: 50%; top: 50%;
  width: 120px; height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--surface-paper);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow:
    0 0 0 1px rgba(45, 128, 73, 0.22),
    0 0 48px rgba(45, 128, 73, 0.28),
    var(--shadow-md);
  animation: orbital-pulse 3.4s var(--ease-premium) infinite;
  z-index: 3;
}
@media (max-width: 767px) {
  .v8-orbital-core { width: 92px; height: 92px; }
}
.v8-orbital-core img { width: 60%; height: 60%; object-fit: contain; }
@keyframes orbital-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.045); }
}
.v8-orbital-agent {
  position: absolute;
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--surface-paper);
  border: 1px solid rgba(45, 128, 73, 0.28);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: transform var(--motion-md) var(--ease-premium), box-shadow var(--motion-md);
}
.v8-orbital-agent:hover {
  box-shadow: var(--shadow-md), 0 0 0 2px var(--brand-green-deep);
  transform: translate(-50%, -50%) scale(1.05);
}
@media (max-width: 767px) {
  .v8-orbital-agent { width: 54px; height: 54px; }
}
.v8-orbital-agent img { width: 50%; height: 50%; object-fit: contain; }
.v8-orbital-agent .v8-orbital-icon {
  color: var(--brand-green-deep);
}
.v8-orbital-agent svg { width: 50%; height: 50%; }
.v8-orbital-chip {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  border-radius: 9999px;
  background: var(--brand-gold-mist);
  color: var(--brand-gold-deep);
  border: 1px solid rgba(176, 133, 46, 0.32);
  white-space: nowrap;
  box-shadow: var(--shadow-xs);
}
@media (max-width: 767px) {
  .v8-orbital-chip { font-size: 9px; padding: 3px 6px; }
}
/* Pentagon positions — calculated for 5 satellites around center */
/* 12, 2, 5, 7, 10 o'clock equivalents — angles 0, 72, 144, 216, 288 */
.v8-orbital-agent.is-email   { top: 8%;  left: 50%; }                /* 12 o'clock */
.v8-orbital-agent.is-gmb     { top: 36%; left: 92%; }                /* ~2  */
.v8-orbital-agent.is-ads     { top: 90%; left: 73%; }                /* ~5  */
.v8-orbital-agent.is-social  { top: 90%; left: 27%; }                /* ~7  */
.v8-orbital-agent.is-web     { top: 36%; left: 8%;  }                /* ~10 */

.v8-orbital-agent.is-email   .v8-orbital-chip { top: -18px; left: 50%; transform: translateX(-50%); }
.v8-orbital-agent.is-gmb     .v8-orbital-chip { top: 50%;   left: calc(100% + 8px); transform: translateY(-50%); }
.v8-orbital-agent.is-ads     .v8-orbital-chip { top: calc(100% + 6px); left: 50%; transform: translateX(-50%); }
.v8-orbital-agent.is-social  .v8-orbital-chip { top: calc(100% + 6px); left: 50%; transform: translateX(-50%); }
.v8-orbital-agent.is-web     .v8-orbital-chip { top: 50%;   right: calc(100% + 8px); transform: translateY(-50%); }

.v8-orbital-label-wrap { text-align: center; margin-top: 24px; }
.v8-orbital-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-on-cream-muted);
  max-width: 32ch;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .v8-orbital-core { animation: none; }
  .v8-orbital-svg .v8-orbital-path { animation: none; }
}

/* ─── Block 2 · Pain "Sound Familiar?" ─── */
.v8-pain { padding: 64px 0 80px; }
@media (min-width: 1024px) { .v8-pain { padding: 96px 0 112px; } }
.v8-pain-head { text-align: center; max-width: 22ch; margin: 0 auto 40px; }
.v8-pain-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .v8-pain-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.v8-pain-card {
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform var(--motion-md) var(--ease-premium),
              box-shadow var(--motion-md) var(--ease-premium);
}
.v8-pain-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.v8-pain-card.tint-1 { background: var(--brand-clay-mist); border-color: transparent; }
.v8-pain-card.tint-2 { background: var(--brand-gold-mist); border-color: transparent; }
.v8-pain-card.tint-3 { background: var(--brand-green-mist); border-color: transparent; }
.v8-pain-card.tint-4 { background: var(--surface-warm); border-color: transparent; }
.v8-pain-card-num {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.8px;
  color: var(--text-on-cream-soft);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.v8-pain-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-on-cream-strong);
  margin: 0 0 12px;
}
.v8-pain-card p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0;
}

.v8-pain-marquee {
  margin: 48px -24px 32px;
  padding: 14px 0;
  background: linear-gradient(180deg, transparent 0%, var(--surface-sunken) 50%, transparent 100%);
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 16px;
  color: var(--text-on-cream-muted);
}
.v8-pain-marquee .marquee-track {
  animation-duration: 60s;
  gap: 32px;
}
.v8-pain-marquee .marquee-track span {
  display: inline-flex; align-items: center; gap: 32px;
}
.v8-pain-marquee .marquee-track span::before {
  content: "·"; color: var(--brand-clay); margin-right: 0;
}

.v8-pain-closer {
  text-align: center;
  margin: 48px auto 0;
  max-width: 26ch;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--text-on-cream-strong);
}
.v8-pain-closer em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
}

/* ─── Section number system (above H2, blocks 3–9) ─── */
.v8-section-num {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 1;
  color: var(--brand-gold-deep);
  opacity: 0.65;
  letter-spacing: -0.04em;
  margin: 0 0 4px;
  display: block;
}

/* Generic v8 section wrapper */
.v8-section { padding: 64px 0 80px; position: relative; }
@media (min-width: 1024px) { .v8-section { padding: 112px 0 128px; } }
.v8-section-head {
  margin-bottom: 48px;
  max-width: 760px;
}
.v8-section-head .v8-h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text-on-cream-strong);
  margin: 0;
}
.v8-section-head .v8-h2 em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
}
.v8-section-head .v8-lede {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: var(--text-on-cream-muted);
  margin: 16px 0 0;
  max-width: 56ch;
}

/* ─── Block 3 · Mission (warm-tint zone) ─── */
.v8-mission {
  position: relative;
  padding: 72px 0 88px;
}
@media (min-width: 1024px) { .v8-mission { padding: 128px 0 144px; } }
.v8-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    transparent 0%,
    var(--brand-gold-mist) 15%,
    var(--surface-warm) 60%,
    transparent 100%);
  z-index: -1;
}
.v8-mission .container-tight { position: relative; z-index: 1; text-align: left; }
.v8-mission .v8-section-num { text-align: left; }
.v8-mission .v8-h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--text-on-cream-strong);
  margin: 0 0 32px;
}
.v8-mission p {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
  color: var(--text-on-cream);
  margin: 0 0 24px;
  max-width: 60ch;
}
.v8-mission p.is-utp {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4;
  color: var(--brand-green-ink);
  letter-spacing: -0.005em;
  padding: 16px 0 16px 24px;
  border-left: 3px solid var(--brand-clay);
  margin: 32px 0;
  max-width: 56ch;
}

/* ─── Block 4 · Case Grid ─── */
.v8-cases-grid {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .v8-cases-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
.v8-case-card {
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  transition: transform var(--motion-md) var(--ease-premium),
              box-shadow var(--motion-md) var(--ease-premium),
              border-color var(--motion-md);
}
.v8-case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-default);
}
.v8-case-card.accent-emerald { border-top: 4px solid var(--brand-green-deep); }
.v8-case-card.accent-gold    { border-top: 4px solid var(--brand-gold-deep); }
.v8-case-card.accent-clay    { border-top: 4px solid var(--brand-clay); }
.v8-case-card.accent-ink     { border-top: 4px solid var(--brand-green-ink); }
.v8-case-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--text-on-cream-muted);
  margin: 0 0 18px;
  font-weight: 500;
}
.v8-case-stat {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 60px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-on-cream-strong);
  margin: 0 0 6px;
  font-variant-numeric: tabular-nums;
}
.v8-case-card.accent-emerald .v8-case-stat { color: var(--brand-green-deep); }
.v8-case-card.accent-gold    .v8-case-stat { color: var(--brand-gold-deep); }
.v8-case-card.accent-clay    .v8-case-stat { color: var(--brand-clay); }
.v8-case-card.accent-ink     .v8-case-stat { color: var(--brand-green-ink); }
.v8-case-substat {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-on-cream-muted);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.v8-case-brand {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-on-cream);
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-subtle);
}
.v8-case-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0 0 20px;
  flex: 1 1 auto;
}
.v8-case-cta {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-green-deep);
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 0;
  cursor: pointer;
  background: transparent; border: 0;
}
.v8-case-cta:hover { color: var(--brand-green-ink); }
.v8-case-cta .arrow { transition: transform var(--motion-sm) var(--ease-premium); display: inline-block; }
.v8-case-cta:hover .arrow { transform: translateX(4px); }

.v8-case-closer {
  text-align: center;
  margin: 48px auto 32px;
  max-width: 56ch;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-on-cream-muted);
}
.v8-case-block-cta { text-align: center; }

/* ─── Block 5 · Agent Suite (5 cards) ─── */
.v8-agents-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .v8-agents-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (min-width: 1200px) {
  .v8-agents-grid { grid-template-columns: repeat(5, 1fr); gap: 16px; }
}
.v8-agent-card {
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 28px 22px 24px;
  display: flex; flex-direction: column;
  transition: transform var(--motion-md) var(--ease-premium),
              box-shadow var(--motion-md) var(--ease-premium);
  text-decoration: none;
  color: inherit;
}
.v8-agent-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.v8-agent-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: var(--radius-lg);
  margin-bottom: 18px;
}
.v8-agent-card.tone-emerald .v8-agent-icon { background: var(--brand-green-mist); color: var(--brand-green-deep); }
.v8-agent-card.tone-gold    .v8-agent-icon { background: var(--brand-gold-mist);  color: var(--brand-gold-deep); }
.v8-agent-card.tone-clay    .v8-agent-icon { background: var(--brand-clay-mist);  color: var(--brand-clay); }
.v8-agent-card.tone-sage    .v8-agent-icon { background: #DDE8E0;  color: var(--brand-green-ink); }
.v8-agent-card.tone-paper   .v8-agent-icon { background: var(--surface-sunken); color: var(--text-on-cream-strong); }
.v8-agent-icon svg { width: 28px; height: 28px; }
.v8-agent-icon img { width: 28px; height: 28px; }

.v8-agent-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--text-on-cream-strong);
  margin: 0 0 6px;
}
.v8-agent-metric {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-green-deep);
  margin: 0 0 16px;
}
.v8-agent-card.tone-gold .v8-agent-metric { color: var(--brand-gold-deep); }
.v8-agent-card.tone-clay .v8-agent-metric { color: var(--brand-clay); }
.v8-agent-card.tone-sage .v8-agent-metric { color: var(--brand-green-ink); }

.v8-agent-lede {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0 0 16px;
}
.v8-agent-features {
  list-style: none;
  padding: 0; margin: 0 0 20px;
  display: flex; flex-direction: column; gap: 8px;
}
.v8-agent-features li {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-on-cream-muted);
  padding-left: 20px;
  position: relative;
}
.v8-agent-features li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 12px; height: 1.5px;
  background: var(--brand-green-deep);
  border-radius: 1px;
}
.v8-agent-card.tone-gold .v8-agent-features li::before { background: var(--brand-gold-deep); }
.v8-agent-card.tone-clay .v8-agent-features li::before { background: var(--brand-clay); }

.v8-agent-cta {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-green-deep);
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 0;
  margin-top: auto;
  align-self: flex-start;
}
.v8-agent-card.tone-gold .v8-agent-cta { color: var(--brand-gold-deep); }
.v8-agent-card.tone-clay .v8-agent-cta { color: var(--brand-clay); }
.v8-agent-card.tone-sage .v8-agent-cta { color: var(--brand-green-ink); }
.v8-agent-cta:hover .arrow { transform: translateX(4px); }

.v8-agents-block-cta { text-align: center; margin-top: 48px; }

/* ─── Block 6 · Compliance Moat (DARK ISLAND) ─── */
.v8-compliance {
  background: var(--island-emerald);
  color: var(--text-on-dark);
  padding: 72px 0 88px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) { .v8-compliance { padding: 128px 0 144px; } }
.v8-compliance::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(176,133,46,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 10% 80%, rgba(45,128,73,0.18) 0%, transparent 55%);
  pointer-events: none;
}
.v8-compliance > .container { position: relative; z-index: 1; }

.v8-compliance .v8-section-num { color: var(--brand-gold); opacity: 0.55; }
.v8-compliance .v8-h2 {
  color: var(--text-on-dark);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 28ch;
  margin: 0 0 32px;
}
.v8-compliance .v8-h2 em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: #E8A55A;
}

.v8-compliance-subhead {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin: 56px 0 16px;
  display: block;
}
.v8-compliance p {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: rgba(240, 237, 230, 0.85);
  max-width: 64ch;
  margin: 0 0 16px;
}
.v8-compliance .pull-quote {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.8vw, 30px);
  line-height: 1.3;
  color: #E8A55A;
  margin: 28px 0;
  letter-spacing: -0.005em;
  max-width: 26ch;
}

/* Geo accordion */
.v8-geo-accordion {
  display: flex; flex-direction: column;
  border-top: 1px solid rgba(240, 237, 230, 0.1);
  margin-top: 8px;
}
.v8-geo-item {
  border-bottom: 1px solid rgba(240, 237, 230, 0.1);
}
.v8-geo-head {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0;
  background: transparent; border: 0; cursor: pointer;
  color: var(--text-on-dark);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  letter-spacing: -0.005em;
}
.v8-geo-head:hover { color: var(--brand-gold); }
.v8-geo-head .v8-geo-chev {
  width: 20px; height: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform var(--motion-md) var(--ease-premium);
  color: var(--brand-gold);
  flex-shrink: 0;
}
.v8-geo-item.open .v8-geo-head .v8-geo-chev { transform: rotate(180deg); }
.v8-geo-body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(240, 237, 230, 0.78);
  font-style: italic;
}
.v8-geo-body-inner { padding: 0 0 22px; max-width: 64ch; }

.v8-compliance-loophole {
  margin-top: 48px;
  padding: 20px 24px;
  border-left: 3px solid var(--brand-gold);
  background: rgba(176, 133, 46, 0.08);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(240, 237, 230, 0.9);
  max-width: 64ch;
}

/* ─── Block 7 · How We Deliver $5K Quality ─── */
.v8-deliver-body p {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: var(--text-on-cream);
  margin: 0 0 18px;
  max-width: 60ch;
}
.v8-deliver-cards {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
  margin: 48px 0 32px;
}
@media (min-width: 900px) {
  .v8-deliver-cards { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
}
.v8-deliver-card {
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  position: relative;
}
.v8-deliver-card .num {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  color: var(--brand-gold-deep);
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 16px;
}
.v8-deliver-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-on-cream-strong);
  margin: 0 0 10px;
}
.v8-deliver-card p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-on-cream-muted);
  margin: 0;
}
.v8-deliver-closer {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.4;
  color: var(--brand-green-ink);
  margin: 24px 0 32px;
  max-width: 56ch;
}
.v8-deliver-cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ─── Block 8 · How We Work — timeline + foundation + 5P ─── */
.v8-timeline {
  display: grid; gap: 24px;
  grid-template-columns: 1fr;
  margin: 32px 0 56px;
}
@media (min-width: 1024px) {
  .v8-timeline { grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
  .v8-timeline::before {
    content: "";
    position: absolute;
    top: 14px; left: 12%; right: 12%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--brand-green-deep) 0 6px, transparent 6px 12px);
    opacity: 0.35;
    z-index: 0;
  }
}
.v8-timeline-step {
  position: relative;
  padding-top: 38px;
  z-index: 1;
}
.v8-timeline-step::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  top: 0; left: 0;
  width: 28px; height: 28px;
  background: var(--brand-green-deep);
  color: var(--surface-paper);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 0 0 4px var(--surface-base);
}
.v8-timeline { counter-reset: step; }

.v8-timeline-week {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  margin: 0 0 8px;
}
.v8-timeline-step h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: var(--text-on-cream-strong);
  margin: 0 0 10px;
  letter-spacing: -0.015em;
}
.v8-timeline-step p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-on-cream-muted);
  margin: 0;
}

.v8-foundation {
  margin: 56px 0 32px;
}
.v8-foundation-head {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--brand-green-deep);
  margin: 0 0 16px;
}
.v8-foundation-h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text-on-cream-strong);
  margin: 0 0 32px;
  max-width: 36ch;
}
.v8-foundation-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .v8-foundation-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
.v8-foundation-card {
  background: var(--brand-green-mist);
  border-radius: var(--radius-xl);
  padding: 24px 22px;
}
.v8-foundation-card.tint-gold { background: var(--brand-gold-mist); }
.v8-foundation-card.tint-clay { background: var(--brand-clay-mist); }
.v8-foundation-card h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text-on-cream-strong);
  margin: 0 0 14px;
}
.v8-foundation-card ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.v8-foundation-card li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-on-cream);
  padding-left: 16px;
  position: relative;
}
.v8-foundation-card li::before {
  content: "—";
  position: absolute; left: 0;
  color: var(--brand-clay);
  font-weight: 600;
}

/* 5P single accordion */
.v8-5p {
  margin: 48px 0 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.v8-5p-head {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 0;
  background: transparent; border: 0; cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--text-on-cream-strong);
}
.v8-5p-head:hover { color: var(--brand-green-deep); }
.v8-5p-head .chev {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  transition: transform var(--motion-md) var(--ease-premium);
  color: var(--brand-green-deep);
}
.v8-5p.open .v8-5p-head .chev { transform: rotate(180deg); }
.v8-5p-body-inner { padding: 8px 0 32px; }
.v8-5p-item {
  padding: 18px 0;
  border-top: 1px solid var(--border-subtle);
}
.v8-5p-item:first-child { border-top: 0; }
.v8-5p-label {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.005em;
  color: var(--brand-clay);
  margin: 0 0 6px;
}
.v8-5p-item p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0;
  max-width: 64ch;
}
.v8-5p-closer {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-on-cream-muted);
  margin-top: 20px;
  font-style: italic;
}

/* ─── Block 9 · FAQ + Final CTA ─── */
.v8-faq {
  max-width: 720px;
  margin: 0 auto;
}
.v8-faq-item {
  border-bottom: 1px solid var(--border-subtle);
}
.v8-faq-q {
  width: 100%;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: 24px 0;
  background: transparent; border: 0; cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--text-on-cream-strong);
}
.v8-faq-q:hover { color: var(--brand-green-deep); }
.v8-faq-q .chev {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  flex-shrink: 0;
  transition: transform var(--motion-md) var(--ease-premium);
  color: var(--brand-green-deep);
}
.v8-faq-item.open .v8-faq-q .chev { transform: rotate(180deg); }
.v8-faq-a {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-on-cream-muted);
}
.v8-faq-a-inner { padding: 0 0 24px; max-width: 64ch; }
.v8-faq-a-inner strong { color: var(--text-on-cream-strong); font-weight: 600; }

.v8-final-cta {
  text-align: center;
  padding: 96px 0 112px;
  background: linear-gradient(180deg, var(--surface-base) 0%, var(--surface-warm) 100%);
}
.v8-final-cta h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 5.4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--text-on-cream-strong);
  margin: 0 0 16px;
}
.v8-final-cta h2 em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
}
.v8-final-cta p {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.6;
  color: var(--text-on-cream-muted);
  max-width: 44ch;
  margin: 0 auto 32px;
}
.v8-final-cta .btn { box-shadow: var(--shadow-md); }

/* ─── v8 Footer (autonomous, replaces partials.js footer for home) ─── */
.v8-footer {
  background: var(--island-forest);
  color: var(--text-on-dark);
  padding: 64px 0 28px;
}
.v8-footer-inner {
  max-width: var(--grid-max-wide);
  margin: 0 auto;
  padding: 0 24px;
}
.v8-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .v8-footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
}
.v8-footer-col h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.55);
  margin: 0 0 14px;
}
.v8-footer-col img { height: 26px; margin: 0 0 14px; filter: brightness(0) invert(1) opacity(0.95); }
.v8-footer-col p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(240, 237, 230, 0.7);
  margin: 0 0 12px;
  max-width: 36ch;
}
.v8-footer-col a {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(240, 237, 230, 0.78);
  padding: 6px 0;
  transition: color var(--motion-sm);
}
.v8-footer-col a:hover { color: var(--text-on-dark); }
.v8-footer-col .btn {
  display: inline-flex; margin-top: 8px;
}
.v8-footer-bottom {
  border-top: 1px solid rgba(240, 237, 230, 0.12);
  padding-top: 24px;
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: rgba(240, 237, 230, 0.5);
}

/* ─── Mobile sticky CTA bar ─── */
.v8-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 50;
  background: var(--island-emerald);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(176, 133, 46, 0.32);
  box-shadow: 0 -12px 32px rgba(10, 11, 9, 0.25);
  display: none;
  align-items: center; gap: 12px;
  transform: translateY(120%);
  transition: transform var(--motion-md) var(--ease-premium);
}
.v8-sticky-cta.is-visible { transform: translateY(0); }
.v8-sticky-cta .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--brand-gold);
  flex: 0 0 auto;
}
.v8-sticky-cta .btn { flex: 1 1 auto; justify-content: center; min-height: 46px; }
.v8-sticky-cta .dismiss {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 0; cursor: pointer;
  color: rgba(240, 237, 230, 0.6);
  border-radius: 9999px;
  flex: 0 0 auto;
}
.v8-sticky-cta .dismiss:hover { color: var(--text-on-dark); background: rgba(255, 255, 255, 0.08); }
.v8-sticky-cta { display: none !important; }

/* ─── Toast (used by inert-link handler) ─── */
.v8-toast-region {
  position: fixed;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  z-index: var(--z-toast);
  display: flex; flex-direction: column; gap: 10px;
  pointer-events: none;
  max-width: 90vw;
}
.v8-toast {
  background: var(--island-emerald);
  color: var(--text-on-dark);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(176, 133, 46, 0.32);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--motion-md), transform var(--motion-md) var(--ease-premium);
  pointer-events: auto;
  white-space: nowrap;
  max-width: 100%;
}
.v8-toast.is-visible { opacity: 1; transform: translateY(0); }
.v8-toast .dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--brand-gold);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* ─── Adjust .v8-cta-link (link-style CTA) ─── */
.v8-cta-link {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-green-deep);
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.v8-cta-link:hover { color: var(--brand-green-ink); }
.v8-cta-link .arrow { display: inline-block; transition: transform var(--motion-sm); }
.v8-cta-link:hover .arrow { transform: translateX(4px); }
.v8-cta-link.is-gold { color: var(--brand-gold-deep); }
.v8-cta-link.is-clay { color: var(--brand-clay); }
.v8-cta-link.is-ink  { color: var(--brand-green-ink); }
.v8-cta-link.is-muted { color: var(--text-on-cream-muted); }

/* ─── Mobile sticky safe padding (so page content not hidden under bar) ─── */
@media (max-width: 767px) {
  body.has-sticky-cta .v8-final-cta { padding-bottom: 132px; }
  body.has-sticky-cta .v8-footer { padding-bottom: 92px; }
}

/* ─── A11Y focus on v8 buttons / links ─── */
.v8-faq-q:focus-visible,
.v8-geo-head:focus-visible,
.v8-5p-head:focus-visible {
  outline: 2px solid var(--brand-clay);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

/* ─── Container helpers for v8 sections ─── */
.v8-container { max-width: var(--grid-max-default); margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .v8-container { padding: 0 32px; } }



/* ════════════════════════════════════════════════════════════════════════
   v8.2 PATCHES — Post-launch fixes per user feedback
   Fix: word-swap layout shift, Sound Familiar overhaul, block 01-02 gap,
   compliance subhead hierarchy, orbital outcomes labels
   ════════════════════════════════════════════════════════════════════════ */

/* ─── Pt 3: Hero word-swap reserved space (no layout shift) ─── */
.v8-hero-h1 .hero-rotate-wrap {
  display: block;
  /* Reserve vertical space for tallest variant (some phrases wrap to 2 lines on mobile) */
  min-height: 2.1em;
  line-height: 1.05;
}
.v8-hero-h1 .hero-rotate-tail {
  display: inline-block;
  /* Lock baseline so swap doesn't push content vertically */
  vertical-align: baseline;
  /* Smooth color + opacity, no width animation */
  transition: opacity 280ms var(--ease-premium), color 280ms var(--ease-premium);
}
@media (min-width: 1024px) {
  .v8-hero-h1 .hero-rotate-wrap {
    /* Desktop: longest phrase fits on 1 line, but we still reserve 1.1em min */
    min-height: 1.15em;
  }
}

/* ─── Pt 1+2: Hero orbital — outcomes labels (replace number chips) ─── */
.v8-orbital-agent {
  /* keep existing positioning; we replace .v8-orbital-chip with .v8-orbital-name below */
}
.v8-orbital-name {
  position: absolute;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--text-on-cream-strong);
  white-space: nowrap;
  padding: 4px 9px;
  border-radius: 9999px;
  background: var(--surface-paper);
  border: 1px solid rgba(15, 51, 32, 0.12);
  box-shadow: var(--shadow-xs);
}
@media (max-width: 767px) {
  .v8-orbital-name { font-size: 10px; padding: 3px 7px; }
}
@media (max-width: 380px) {
  .v8-orbital-name { font-size: 9px; padding: 2px 6px; }
}
/* Position labels outside satellite circles, per pentagon angle */
.v8-orbital-agent.is-email   .v8-orbital-name { top: -20px; left: 50%; transform: translateX(-50%); }
.v8-orbital-agent.is-gmb     .v8-orbital-name { top: 50%;   left: calc(100% + 8px); transform: translateY(-50%); }
.v8-orbital-agent.is-ads     .v8-orbital-name { top: calc(100% + 6px); left: 50%; transform: translateX(-50%); }
.v8-orbital-agent.is-social  .v8-orbital-name { top: calc(100% + 6px); left: 50%; transform: translateX(-50%); }
.v8-orbital-agent.is-web     .v8-orbital-name { top: 50%;   right: calc(100% + 8px); transform: translateY(-50%); }

/* On very small screens, agents on right (gmb) and left (web) overflow — pin labels below */
@media (max-width: 380px) {
  .v8-orbital-agent.is-gmb .v8-orbital-name {
    top: calc(100% + 4px); left: 50%; right: auto; transform: translateX(-50%);
  }
  .v8-orbital-agent.is-web .v8-orbital-name {
    top: calc(100% + 4px); left: 50%; right: auto; transform: translateX(-50%);
  }
}

/* Center logo gets clean cream surface and brand glow */
.v8-orbital-core {
  background: var(--surface-paper);
  box-shadow:
    0 0 0 1px rgba(45, 128, 73, 0.18),
    0 0 60px rgba(45, 128, 73, 0.20),
    var(--shadow-md);
}
.v8-orbital-core img {
  width: 80%; height: 80%;
}

/* Update orbital label below — bolder, more readable */
.v8-orbital-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-on-cream);
  max-width: 36ch;
}
.v8-orbital-label strong {
  color: var(--text-on-cream-strong);
  font-weight: 600;
}

/* Sequential pulse — each satellite "lights up" in order (desktop only) */
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .v8-orbital-agent {
    animation: orbital-satellite-pulse 8s var(--ease-premium) infinite;
  }
  .v8-orbital-agent.is-email  { animation-delay: 0s; }
  .v8-orbital-agent.is-gmb    { animation-delay: 1.6s; }
  .v8-orbital-agent.is-ads    { animation-delay: 3.2s; }
  .v8-orbital-agent.is-social { animation-delay: 4.8s; }
  .v8-orbital-agent.is-web    { animation-delay: 6.4s; }
}
@keyframes orbital-satellite-pulse {
  0%, 80%, 100% {
    box-shadow: var(--shadow-sm);
    border-color: rgba(45, 128, 73, 0.28);
  }
  10%, 18% {
    box-shadow: var(--shadow-md), 0 0 32px rgba(45, 128, 73, 0.35);
    border-color: rgba(45, 128, 73, 0.55);
  }
}

/* ─── Pt 4: "Sound Familiar?" overhaul ─── */
.v8-pain-head {
  text-align: center;
  max-width: 30ch;
  margin: 0 auto 48px;
}
.v8-pain-head .v8-h2-pain {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--text-on-cream-strong);
  margin: 0 0 14px;
}
.v8-pain-head .v8-h2-pain em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
}
.v8-pain-head .v8-pain-sub {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.55;
  color: var(--text-on-cream-muted);
  margin: 0;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

/* Cards — upgrade: icon, number, hover, em accents */
.v8-pain-card {
  position: relative;
  padding: 32px 26px 26px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  background: var(--surface-paper);
  transition:
    transform var(--motion-md) var(--ease-premium),
    box-shadow var(--motion-md) var(--ease-premium),
    border-color var(--motion-md);
  overflow: hidden;
  cursor: default;
}
.v8-pain-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--brand-clay);
  transition: width var(--motion-md) var(--ease-premium);
  border-radius: var(--radius-xl) 0 0 var(--radius-xl);
}
.v8-pain-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-default);
}
.v8-pain-card:hover::before { width: 4px; }

.v8-pain-card.tint-1 { background: var(--brand-clay-mist); border-color: transparent; }
.v8-pain-card.tint-1::before { background: var(--brand-clay); }
.v8-pain-card.tint-2 { background: var(--brand-gold-mist); border-color: transparent; }
.v8-pain-card.tint-2::before { background: var(--brand-gold-deep); }
.v8-pain-card.tint-3 { background: var(--brand-green-mist); border-color: transparent; }
.v8-pain-card.tint-3::before { background: var(--brand-green-deep); }
.v8-pain-card.tint-4 { background: var(--surface-warm); border-color: var(--border-subtle); }
.v8-pain-card.tint-4::before { background: var(--text-on-cream-strong); }

.v8-pain-card-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.v8-pain-card-icon {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--brand-clay);
  flex-shrink: 0;
}
.v8-pain-card.tint-2 .v8-pain-card-icon { color: var(--brand-gold-deep); }
.v8-pain-card.tint-3 .v8-pain-card-icon { color: var(--brand-green-deep); }
.v8-pain-card.tint-4 .v8-pain-card-icon { color: var(--text-on-cream-strong); background: var(--brand-gold-mist); }
.v8-pain-card-num {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: var(--brand-clay);
  letter-spacing: -0.04em;
  opacity: 0.85;
}
.v8-pain-card.tint-2 .v8-pain-card-num { color: var(--brand-gold-deep); }
.v8-pain-card.tint-3 .v8-pain-card-num { color: var(--brand-green-deep); }
.v8-pain-card.tint-4 .v8-pain-card-num { color: var(--text-on-cream-strong); }

.v8-pain-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.22;
  letter-spacing: -0.012em;
  color: var(--text-on-cream-strong);
  margin: 0 0 10px;
}
.v8-pain-card h3 em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
}
.v8-pain-card.tint-2 h3 em { color: var(--brand-gold-deep); }
.v8-pain-card.tint-3 h3 em { color: var(--brand-green-deep); }
.v8-pain-card.tint-4 h3 em { color: var(--text-on-cream-strong); }

.v8-pain-card p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0;
}
.v8-pain-card p em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
  letter-spacing: -0.003em;
}
.v8-pain-card.tint-2 p em { color: var(--brand-gold-deep); }
.v8-pain-card.tint-3 p em { color: var(--brand-green-deep); }
.v8-pain-card.tint-4 p em { color: var(--brand-clay); }

/* Pain closer — bigger and more dramatic */
.v8-pain-closer {
  text-align: center;
  margin: 56px auto 0;
  max-width: 24ch;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-on-cream-strong);
}

/* ─── Pt 5: Tighten Block 01 (Mission) → 02 (Cases) ─── */
.v8-mission {
  padding-top: 64px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .v8-mission {
    padding-top: 96px;
    padding-bottom: 48px;
  }
}
.v8-mission::before {
  /* Fade ends earlier so transition to cream is shorter */
  background: linear-gradient(180deg,
    transparent 0%,
    var(--brand-gold-mist) 15%,
    var(--surface-warm) 50%,
    transparent 92%);
}

/* Cases block immediately follows — tighter top padding */
#cases.v8-section {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (min-width: 1024px) {
  #cases.v8-section {
    padding-top: 64px;
    padding-bottom: 96px;
  }
}

/* Optional tiny divider between Mission and Cases */
.v8-divider-strip {
  display: block;
  width: 80px;
  height: 3px;
  margin: 8px auto 24px;
  background: linear-gradient(90deg,
    var(--brand-green-deep) 0%, var(--brand-green-deep) 33.33%,
    var(--brand-gold-deep)  33.33%, var(--brand-gold-deep)  66.66%,
    var(--brand-clay)       66.66%, var(--brand-clay)       100%);
  border-radius: 9999px;
  opacity: 0.55;
}

/* ─── Pt 7: Compliance subhead — bigger, clearer hierarchy ─── */
.v8-compliance-subhead {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--text-on-dark);
  text-transform: none;
  margin: 64px 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(176, 133, 46, 0.2);
}
.v8-compliance-subhead .num {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 38px);
  color: var(--brand-gold);
  opacity: 0.85;
  letter-spacing: -0.04em;
  line-height: 1;
  flex-shrink: 0;
}
.v8-compliance-subhead .label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin-right: 8px;
  align-self: center;
}
.v8-compliance-subhead em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: #E8A55A;
}
.v8-compliance-subhead.is-first { margin-top: 24px; }

/* Compliance section — slightly more breathing room for new heads */
.v8-compliance > .container > p {
  margin-bottom: 18px;
}

/* ─── Update Block 5 agent icon size (new icons are 24x24 stroke art) ─── */
.v8-agent-icon svg,
.v8-agent-icon img {
  width: 30px; height: 30px;
}



/* ════════════════════════════════════════════════════════════════════════
   v8.3 PATCHES — Simplification & polish pass
   Hero word-swap fix, founder mission block, tag chips, country/platform tags,
   footer 2-col, hide section/card numbers, concept strip
   ════════════════════════════════════════════════════════════════════════ */

/* ─── B1: Hero v8.3 — separated lede strip below orbital ─── */
.v8-hero--v83 .v8-hero-h1 {
  margin-bottom: 32px;
}
.v8-hero--v83 .hero-static {
  display: block;
  margin-bottom: 4px;
}
.v8-hero--v83 .hero-rotate-wrap {
  display: block;
  /* Fixed reservation: every dynamic phrase ≤4 words now fits on 1 line */
  min-height: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .v8-hero--v83 .hero-rotate-wrap {
    /* On very narrow mobile, allow 2 lines but reserve the space firmly */
    white-space: normal;
    min-height: 2.1em;
  }
}
.v8-hero--v83 .hero-rotate-tail-host {
  display: inline-block;
  vertical-align: baseline;
}
.v8-hero--v83 .hero-rotate-tail {
  display: inline-block;
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
  transition: opacity 280ms var(--ease-premium), color 280ms var(--ease-premium);
  letter-spacing: -0.005em;
}

/* Hero lede separate mini-strip */
.v8-hero-lede-strip {
  margin-top: 48px;
  padding: 24px 0 0;
  border-top: 1px solid var(--border-subtle);
  text-align: center;
}
.v8-hero-lede-strip p {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0;
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
}
.v8-hero-lede-strip em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
  letter-spacing: -0.003em;
}
@media (min-width: 1024px) {
  .v8-hero-lede-strip {
    margin-top: 64px;
    padding-top: 32px;
  }
}

/* ─── B2: Pain v8.3 — title-only cards, simpler H2 ─── */
.v8-pain--v83 .v8-pain-head { margin-bottom: 40px; max-width: 100%; }
.v8-pain--v83 .v8-pain-head .v8-h2-pain br { display: block; }
.v8-pain--v83 .v8-pain-head .v8-h2-pain { margin: 0; }
.v8-pain--v83 .v8-pain-card {
  padding: 28px 24px;
  min-height: 110px;
  display: flex; align-items: center;
}
.v8-pain--v83 .v8-pain-card h3 {
  margin: 0;
  font-size: clamp(17px, 1.9vw, 22px);
}
/* Remove icon/number heads in v83 — defensive (we already removed from HTML) */
.v8-pain--v83 .v8-pain-card-head,
.v8-pain--v83 .v8-pain-card-icon,
.v8-pain--v83 .v8-pain-card-num { display: none !important; }

/* ─── Abstract concept strip (visual breather Pain → Mission) ─── */
.v8-concept-strip {
  width: 100%;
  padding: 0;
  margin: 0;
  background: var(--surface-base);
}
.v8-concept-strip-inner {
  width: 100%;
  height: 220px;
  /* Graceful fallback: subtle warm gradient until concept-orchestration.jpg lands */
  background:
    radial-gradient(ellipse at 20% 50%, rgba(45, 128, 73, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(201, 168, 76, 0.13) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(196, 97, 58, 0.10) 0%, transparent 55%),
    linear-gradient(180deg, var(--surface-base) 0%, var(--surface-warm) 50%, var(--surface-base) 100%);
  background-image: url('assets/concept-orchestration.jpg'),
    radial-gradient(ellipse at 20% 50%, rgba(45, 128, 73, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(201, 168, 76, 0.13) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(196, 97, 58, 0.10) 0%, transparent 55%);
  background-size: cover, auto, auto, auto;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  position: relative;
}
.v8-concept-strip-inner::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--surface-base) 0%, transparent 18%, transparent 82%, var(--surface-base) 100%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .v8-concept-strip-inner { height: 340px; }
}

/* ─── B3: Mission "Our Motivation" — Manifest-style ─── */
.v8-motivation {
  padding: 64px 0 80px;
  background: linear-gradient(180deg,
    var(--surface-base) 0%,
    var(--surface-warm) 18%,
    var(--brand-gold-mist) 50%,
    var(--surface-warm) 82%,
    var(--surface-base) 100%);
  position: relative;
}
@media (min-width: 1024px) {
  .v8-motivation { padding: 112px 0 128px; }
}
.v8-motivation .container-tight {
  text-align: center;
  max-width: 720px;
}
.v8-motivation-photo {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4 / 5;
  margin: 0 auto 40px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--surface-sunken);
  box-shadow: var(--shadow-md);
}
.v8-motivation-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .v8-motivation-photo { max-width: 420px; }
}
.v8-motivation-h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--text-on-cream-strong);
  margin: 0 0 32px;
}
.v8-motivation-h2 em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--brand-clay);
}
.v8-motivation-quote {
  margin: 0 auto;
  max-width: 56ch;
  text-align: left;
}
.v8-motivation-quote p {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.5;
  color: var(--text-on-cream-strong);
  letter-spacing: -0.005em;
  margin: 0 0 18px;
}
.v8-motivation-quote p:last-child { margin-bottom: 0; }
.v8-motivation-signature {
  margin: 32px 0 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--text-on-cream-muted);
  text-align: center;
}

/* ─── B4: Cases v8.3 — pill + In First X Weeks + no description ─── */
.v8-cases--v83 .v8-case-card {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.v8-cases--v83 .v8-case-card > *:not(:last-child) { margin-bottom: 0; }
.v8-cases--v83 .v8-case-stat { margin: 6px 0 0; }
.v8-cases--v83 .v8-case-substat { margin: 0 0 4px; }
.v8-cases--v83 .v8-case-brand { margin: 0 0 8px; padding-bottom: 16px; border-bottom: 1px solid var(--border-subtle); }
.v8-cases--v83 .v8-case-cta { margin-top: 4px; }
.v8-cases--v83 .v8-case-eyebrow { display: none; }

.v8-case-pill {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 9999px;
  margin-bottom: 4px;
  align-self: flex-start;
}
.v8-case-pill--emerald { background: var(--brand-green-mist); color: var(--brand-green-deep); }
.v8-case-pill--gold    { background: var(--brand-gold-mist);  color: var(--brand-gold-deep); }
.v8-case-pill--clay    { background: var(--brand-clay-mist);  color: var(--brand-clay); }
.v8-case-pill--sage    { background: var(--surface-sunken);   color: var(--brand-green-ink); }

/* Inert "Read The Case" affordance — dotted underline, muted color */
.v8-cases--v83 .v8-case-cta[data-inert="soon"] {
  color: var(--text-on-cream-muted);
  position: relative;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
  cursor: help;
}
.v8-cases--v83 .v8-case-cta[data-inert="soon"]:hover {
  color: var(--brand-green-deep);
}

/* ─── B5: Agents v8.3 — tag chips replace bullets ─── */
.v8-agent-chips {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.v8-agent-chips li {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-subtle);
  color: var(--text-on-cream);
  white-space: nowrap;
}
.v8-agent-card.tone-emerald .v8-agent-chips li { background: var(--brand-green-mist); color: var(--brand-green-deep); border-color: rgba(45,128,73,0.18); }
.v8-agent-card.tone-gold .v8-agent-chips li { background: var(--brand-gold-mist); color: var(--brand-gold-deep); border-color: rgba(176,133,46,0.20); }
.v8-agent-card.tone-clay .v8-agent-chips li { background: var(--brand-clay-mist); color: var(--brand-clay); border-color: rgba(196,97,58,0.18); }
.v8-agent-card.tone-sage .v8-agent-chips li { background: #DDE8E0; color: var(--brand-green-ink); border-color: rgba(15,51,32,0.14); }
.v8-agent-card.tone-paper .v8-agent-chips li { background: var(--surface-sunken); color: var(--text-on-cream-strong); border-color: var(--border-subtle); }
/* Hide v8.2 metric line + old features list — already removed from HTML but defensive */
.v8-agent-metric, .v8-agent-features { display: none !important; }

/* ─── B6: Compliance v8.3 — tags row component ─── */
.v8-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 24px;
}
.v8-tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 9999px;
  background: rgba(240, 237, 230, 0.08);
  border: 1px solid rgba(176, 133, 46, 0.28);
  color: var(--text-on-dark);
  transition: background var(--motion-sm), border-color var(--motion-sm), transform var(--motion-sm);
  opacity: 0;
  transform: translateY(8px);
  animation: tag-fade-in 480ms var(--ease-premium) forwards;
}
.v8-tags-row .v8-tag { animation-delay: 0ms; }
.v8-tags-row .v8-tag:nth-child(2) { animation-delay: 60ms; }
.v8-tags-row .v8-tag:nth-child(3) { animation-delay: 120ms; }
.v8-tags-row .v8-tag:nth-child(4) { animation-delay: 180ms; }
.v8-tags-row .v8-tag:nth-child(5) { animation-delay: 240ms; }
.v8-tags-row .v8-tag:nth-child(6) { animation-delay: 300ms; }
.v8-tags-row .v8-tag:nth-child(7) { animation-delay: 360ms; }
.v8-tags-row .v8-tag:nth-child(8) { animation-delay: 420ms; }
.v8-tags-row .v8-tag:nth-child(9) { animation-delay: 480ms; }
.v8-tags-row .v8-tag:nth-child(10) { animation-delay: 540ms; }
.v8-tags-row .v8-tag:nth-child(11) { animation-delay: 600ms; }
@keyframes tag-fade-in {
  to { opacity: 1; transform: translateY(0); }
}
.v8-tag:hover {
  background: rgba(176, 133, 46, 0.12);
  border-color: rgba(176, 133, 46, 0.55);
  transform: translateY(-2px);
}

.v8-compliance-note {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* v8.3 pull-quote — single italic accent kept ("law"), no full italic of "The law says yes." */
.v8-compliance .pull-quote em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: #E8A55A;
}

/* ─── B7: Deliver v8.3 — no card numbers, no closing ─── */
.v8-deliver-card--v83 .num { display: none; }
.v8-deliver-card--v83 {
  padding: 32px 26px;
}
.v8-deliver-card--v83 h3 {
  font-size: clamp(19px, 2.2vw, 23px);
  margin: 0 0 12px;
  line-height: 1.25;
}
.v8-deliver-card--v83 p {
  font-size: 15px;
  line-height: 1.55;
}
/* Hide v8.2 opening paragraphs + closing line — already removed from HTML */
.v8-deliver-body, .v8-deliver-closer { display: none !important; }

/* ─── B8: Timeline v8.3 — accordion-style 4 steps ─── */
.v8-timeline--v83 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0 48px;
}
@media (min-width: 1024px) {
  .v8-timeline--v83 { gap: 16px; }
}
.v8-timeline--v83 .v8-timeline-step {
  background: var(--surface-paper);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 0;
  counter-increment: none;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  transition: box-shadow var(--motion-md) var(--ease-premium), border-color var(--motion-md);
}
.v8-timeline--v83 .v8-timeline-step:hover { box-shadow: var(--shadow-md); }
.v8-timeline--v83 .v8-timeline-step.open { border-color: var(--border-default); box-shadow: var(--shadow-md); }
.v8-timeline--v83 .v8-timeline-step::before { display: none; }

.v8-timeline--v83 .v8-timeline-head {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 22px 24px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.v8-timeline--v83 .v8-timeline-week {
  grid-row: 1; grid-column: 1;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  margin: 0;
  white-space: nowrap;
}
.v8-timeline--v83 .v8-timeline-head h3 {
  grid-row: 1; grid-column: 2;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text-on-cream-strong);
  margin: 0;
}
.v8-timeline--v83 .v8-timeline-1line {
  grid-row: 2; grid-column: 1 / span 2;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-on-cream-muted);
  margin: 0;
}
.v8-timeline--v83 .v8-timeline-chev {
  grid-row: 1 / span 2; grid-column: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  transition: transform var(--motion-md) var(--ease-premium);
  color: var(--brand-green-deep);
  flex-shrink: 0;
}
.v8-timeline--v83 .v8-timeline-step.open .v8-timeline-chev { transform: rotate(180deg); }
.v8-timeline--v83 .v8-timeline-body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-on-cream);
}
.v8-timeline--v83 .v8-timeline-body-inner {
  padding: 0 24px 22px;
  max-width: 64ch;
}
/* Remove old v8.2 timeline styles for v8.3 instances (defensive) */
.v8-timeline--v83 .v8-timeline-step > p { display: none; }

/* ─── B8: Foundation combined dropdown ─── */
.v8-foundation-toggle {
  margin: 8px 0 16px;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.v8-foundation-toggle.open .v8-foundation-toggle-head .chev { transform: rotate(180deg); }
.v8-foundation-toggle-head {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 0;
  background: transparent; border: 0; cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--text-on-cream-strong);
}
.v8-foundation-toggle-head:hover { color: var(--brand-green-deep); }
.v8-foundation-toggle-head .chev {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  transition: transform var(--motion-md) var(--ease-premium);
  color: var(--brand-green-deep);
}
.v8-foundation-toggle-body-inner { padding: 8px 0 32px; }
.v8-foundation-intro {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-on-cream-muted);
  margin: 0 0 20px;
  max-width: 60ch;
}
.v8-foundation-toggle .v8-foundation-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .v8-foundation-toggle .v8-foundation-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.v8-foundation-toggle .v8-foundation-card {
  padding: 20px 18px;
  background: var(--brand-green-mist);
  border-radius: var(--radius-lg);
}
.v8-foundation-toggle .v8-foundation-card.tint-gold { background: var(--brand-gold-mist); }
.v8-foundation-toggle .v8-foundation-card.tint-clay { background: var(--brand-clay-mist); }
.v8-foundation-toggle .v8-foundation-card h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--text-on-cream-strong);
  margin: 0 0 12px;
}
.v8-foundation-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.v8-foundation-chips span {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--text-on-cream);
  border: 1px solid rgba(28, 36, 24, 0.08);
}
/* Hide old foundation cards/lists (we use chips now) */
.v8-foundation-toggle .v8-foundation-card ul { display: none; }
/* Hide v8.2 foundation section block (replaced by toggle) */
.v8-section .v8-foundation:not(.v8-foundation-toggle) { display: none; }
/* Hide old 5P section completely */
.v8-5p { display: none !important; }

/* ─── Cross-cutting: hide ALL section numbers (Q3=A user decision) ─── */
.v8-section-num,
.v8-mission .v8-section-num,
.v8-compliance .v8-section-num { display: none !important; }

/* Hide v8.2 mission block (replaced by v8.3 .v8-motivation) */
.v8-mission { display: none !important; }

/* Hide divider strip introduced in v8.2 — no longer needed */
.v8-divider-strip { display: none !important; }

/* ─── B9: FAQ block REMOVED — defensive selector to hide any leftover FAQ ─── */
#faq.v8-section,
.v8-faq { display: none !important; }

/* ─── Footer v8.3 — 2-column mobile, tighter ─── */
.v8-footer--v83 {
  padding: 48px 0 24px;
}
.v8-footer--v83 .v8-footer-inner {
  padding: 0 20px;
}
.v8-footer--v83 .v8-footer-top {
  margin-bottom: 32px;
  text-align: left;
}
.v8-footer-logo {
  height: 28px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1) opacity(0.95);
}
.v8-footer-tagline {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: rgba(240, 237, 230, 0.72);
  margin: 0;
  max-width: 44ch;
}
.v8-footer-grid--v83 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .v8-footer--v83 { padding: 64px 0 28px; }
  .v8-footer-grid--v83 { grid-template-columns: 1fr 1fr; gap: 64px; max-width: 480px; margin-left: 0; }
}
.v8-footer--v83 .v8-footer-col h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.55);
  margin: 0 0 12px;
}
.v8-footer--v83 .v8-footer-col a {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(240, 237, 230, 0.82);
  padding: 6px 0;
  transition: color var(--motion-sm);
}
.v8-footer--v83 .v8-footer-col a:hover { color: var(--text-on-dark); }
.v8-footer--v83 .v8-footer-bottom {
  border-top: 1px solid rgba(240, 237, 230, 0.12);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: rgba(240, 237, 230, 0.5);
}
@media (min-width: 768px) {
  .v8-footer--v83 .v8-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}
.v8-footer-disclaimer {
  max-width: 64ch;
}

/* ─── Reduced motion overrides for v8.3 additions ─── */
@media (prefers-reduced-motion: reduce) {
  .v8-tag { animation: none; opacity: 1; transform: none; }
}



/* ════════════════════════════════════════════════════════════════════════
   v8.4 PATCHES — Typography refactor + Compliance restructure + Logo PNG fix
   ───────────────────────────────────────────────────────────────────────
   TYPOGRAPHY SYSTEM (from design system Type Scale):
   - Headline md  · 42px / 600 / -0.015em → Bricolage (mobile H2)
   - Headline sm  · 32px / 600 / -0.01em  → Bricolage (mobile H3)
   - Body lg      · 19px / 400 / Inter Tight (lede)
   - Body md      · 17px / 400 / Inter Tight (ICP 40+ MIN baseline)
   - Label md     · 14px / 500 / +0.2px / Inter Tight (buttons/nav)
   - Overline     · 11px / 500 / +1.8px / JetBrains Mono (eyebrows)

   ICP 40+ rule: NO body text below 16px. Default descriptions = 17px.
   ════════════════════════════════════════════════════════════════════════ */

/* ─── 1. KILL concept strip (v8.3 → removed per user feedback) ─── */
.v8-concept-strip { display: none !important; }

/* ─── 2. NEW LOGO HANDLING (PNG, square 1024×1024 → 400×400) ─── */
.v8-nav-logo img {
  height: 36px;
  width: auto;
  max-width: 60px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .v8-nav-logo img { height: 40px; max-width: 68px; }
}
.v8-footer-logo {
  height: 56px;
  width: auto;
  max-width: 84px;
  margin-bottom: 14px;
  filter: brightness(0) invert(1) opacity(0.95);
  object-fit: contain;
}
.v8-orbital-core {
  background: var(--surface-paper);
  box-shadow:
    0 0 0 1px rgba(45, 128, 73, 0.18),
    0 0 60px rgba(45, 128, 73, 0.20),
    var(--shadow-md);
  overflow: hidden;
}
.v8-orbital-core img {
  width: 86%;
  height: 86%;
  object-fit: contain;
}

/* ─── 3. TYPOGRAPHY REFACTOR — Apply Inter Tight to all descriptions ─── */

/* Body baseline — ALL paragraphs/descriptions get 17px Inter Tight (ICP 40+) */
.v8-hero-lede-strip p,
.v8-hero-lede-strip .v8-hero-lede-sub {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  font-weight: 400;
}

/* Hero H1 — Bricolage display, NO size change but enforce font */
.v8-hero-h1 {
  font-family: var(--font-display);
  font-weight: 500;
}
.v8-hero-h1 .hero-static {
  font-family: var(--font-display);
  font-weight: 500;
}
.v8-hero-h1 .hero-rotate-wrap {
  font-family: var(--font-display);
  font-weight: 500;
}
.v8-hero-h1 .hero-rotate-tail {
  font-family: var(--font-italic);
}

/* Pain card titles — Bricolage 18-22px (was inheriting display correctly) */
.v8-pain--v83 .v8-pain-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--text-on-cream-strong);
}

/* Pain marquee — italic accent, but make readable */
.v8-pain-marquee {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 17px;
  color: var(--text-on-cream-muted);
}
@media (max-width: 767px) {
  .v8-pain-marquee { font-size: 16px; }
}

.v8-pain-closer {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 3.2vw, 34px);
}

/* Mission — quote text in Instrument Serif italic (already), signature Inter Tight */
.v8-motivation-quote p {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 26px);
}
.v8-motivation-signature {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.v8-motivation-h2 {
  font-family: var(--font-display);
  font-weight: 500;
}

/* Section H2 default — Bricolage display */
.v8-section-head .v8-h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

/* Section lede — Inter Tight 17-19px (was muted but small) */
.v8-section-head .v8-lede {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  color: var(--text-on-cream-muted);
  margin: 18px 0 0;
  max-width: 56ch;
}

/* Cases: pill JetBrains Mono, stat Bricolage, substat Inter Tight, brand Inter Tight, CTA Inter Tight */
.v8-case-pill {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.v8-case-stat {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 60px);
  letter-spacing: -0.04em;
}
.v8-case-substat {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-on-cream-muted);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.v8-case-brand {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--text-on-cream);
}
.v8-case-cta {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
}
.v8-case-closer {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.55;
}

/* Agents v8.3 — title Bricolage, lede Inter Tight 16-17px, chips Inter Tight 13px */
.v8-agent-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
}
.v8-agent-lede {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-on-cream);
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .v8-agent-lede { font-size: 15px; }
}
.v8-agent-chips li {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 11px;
}
.v8-agent-cta {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
}

/* Compliance H2 stays Bricolage, but reset typography for new structure */
.v8-compliance .v8-h2 {
  font-family: var(--font-display);
  font-weight: 500;
}

/* Deliver cards — title Bricolage 19-22px, body Inter Tight 15-16px */
.v8-deliver-card--v83 h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: -0.012em;
}
.v8-deliver-card--v83 p {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

/* Timeline v8.3 — week eyebrow Mono, title Bricolage, 1line Inter Tight 15-16px, body Inter Tight 16px */
.v8-timeline--v83 .v8-timeline-week {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1.8px;
}
.v8-timeline--v83 .v8-timeline-head h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(17px, 2vw, 20px);
}
.v8-timeline--v83 .v8-timeline-1line {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-on-cream-muted);
}
@media (max-width: 767px) {
  .v8-timeline--v83 .v8-timeline-1line { font-size: 14px; }
}
.v8-timeline--v83 .v8-timeline-body {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

/* Foundation toggle — title Bricolage, intro Inter Tight 16px, card headers Bricolage, chips Inter Tight */
.v8-foundation-toggle-head {
  font-family: var(--font-display);
  font-weight: 500;
}
.v8-foundation-intro {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
}
.v8-foundation-toggle .v8-foundation-card h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.01em;
}
.v8-foundation-chips span {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
}

/* Final CTA — title Bricolage, body Inter Tight 17-19px */
.v8-final-cta h2 {
  font-family: var(--font-display);
  font-weight: 500;
}
.v8-final-cta p {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 400;
  line-height: 1.55;
}

/* Hero lede — two-tier hierarchy (v8.10) */
.v8-hero-lede-strip .v8-hero-lede-key {
  font-family: var(--font-display) !important;
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 32px) !important;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--ink-1, #1a1a1a);
  margin: 0 auto 14px;
  max-width: 32ch;
  text-wrap: balance;
}
.v8-hero-lede-strip .v8-hero-lede-key em {
  font-family: var(--font-italic);
  font-style: italic;
  color: var(--clay, #d97757);
}
.v8-hero-lede-strip .v8-hero-lede-sub {
  margin-top: 0;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

/* Footer — Inter Tight everywhere */
.v8-footer--v83 .v8-footer-tagline {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
}
.v8-footer--v83 .v8-footer-col h4 {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.8px;
}
.v8-footer--v83 .v8-footer-col a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
}
.v8-footer--v83 .v8-footer-bottom {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
}

/* Buttons — Inter Tight 14-15px, weight 600 */
.btn {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
}
.btn-primary, .btn-secondary, .btn-ghost {
  font-family: var(--font-body);
}

/* Mobile sticky CTA — Inter Tight */
.v8-sticky-cta .label {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.5px;
}

/* Orbital labels — Inter Tight (was inheriting wrong family) */
.v8-orbital-name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.005em;
}
@media (max-width: 767px) {
  .v8-orbital-name { font-size: 11px; }
}
.v8-orbital-label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
}

/* Hero subtitle eyebrow consistency (if shown anywhere else) */
.v8-hero-subtitle, .eyebrow, .v8-compliance-subhead .label, .v8-reg-subhead .label {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

/* ─── 4. NEW COMPLIANCE STRUCTURE (v8.4) — 01/02 mirror layout ─── */
.v8-compliance--v84 .v8-h2 {
  margin-bottom: 56px;
}
.v8-compliance--v84 .v8-h2 em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: #E8A55A;
}

.v8-reg-block {
  padding: 32px 0;
  border-top: 1px solid rgba(240, 237, 230, 0.10);
}
.v8-reg-block:last-child {
  border-bottom: 1px solid rgba(240, 237, 230, 0.10);
}
@media (min-width: 768px) {
  .v8-reg-block { padding: 48px 0; }
}

.v8-reg-subhead {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
  font-family: var(--font-mono);
}
.v8-reg-subhead .num {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 36px);
  color: var(--brand-gold);
  opacity: 0.85;
  letter-spacing: -0.04em;
  line-height: 1;
}
.v8-reg-subhead .label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--brand-gold);
  align-self: center;
}

.v8-reg-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--text-on-dark);
  margin: 0 0 20px;
}

.v8-reg-intro {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(240, 237, 230, 0.85);
  margin: 0 0 22px;
  max-width: 60ch;
}

.v8-reg-block .v8-tags-row {
  margin: 0 0 24px;
}

.v8-reg-outro {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(240, 237, 230, 0.75);
  margin: 0;
  max-width: 60ch;
}

/* Hide old v8.3 compliance subhead (used in --v83 only) */
.v8-compliance--v84 .v8-compliance-subhead { display: none !important; }
.v8-compliance--v84 .pull-quote { display: none !important; }
.v8-compliance--v84 .v8-compliance-loophole { display: none !important; }
.v8-compliance--v84 .v8-compliance-note { display: none !important; }

/* Tag bigger on v8.4 for readability */
.v8-compliance--v84 .v8-tag {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .v8-compliance--v84 .v8-tag {
    font-size: 13px;
    padding: 7px 13px;
  }
}

/* ─── 5. BODY SIZE BUMP for ICP 40+ across remaining elements ─── */

/* Pain block titles already covered above. Pain marquee bigger. */

/* Hero rotate tail — keep readable, no shrink */
.v8-hero--v83 .hero-rotate-tail {
  font-family: var(--font-italic);
}

/* Reset font-family inheritance on common containers */
body { font-family: var(--font-body); }
.v8-h2, .v8-h2-pain, .v8-motivation-h2, .v8-reg-title, .v8-final-cta h2 {
  font-family: var(--font-display);
}

/* Ensure NO Bricolage on small text — guard against inheritance bugs */
.v8-agent-lede, .v8-agent-chips li, .v8-case-substat, .v8-case-brand, .v8-case-closer,
.v8-deliver-card--v83 p, .v8-timeline--v83 .v8-timeline-1line, .v8-timeline--v83 .v8-timeline-body,
.v8-foundation-intro, .v8-foundation-chips span, .v8-orbital-name, .v8-orbital-label,
.v8-footer-tagline, .v8-footer--v83 .v8-footer-col a, .v8-reg-intro, .v8-reg-outro,
.v8-tag, .v8-pain-marquee, .v8-hero-lede-strip p, .v8-final-cta p, .v8-section-head .v8-lede {
  font-family: var(--font-body) !important;
}



/* ════════════════════════════════════════════════════════════════════════
   v8.5 FINAL POLISH — Dynamic text fix, footer cleanup, logo consolidation
   ════════════════════════════════════════════════════════════════════════ */

/* ─── 1. FIX Hero dynamic text overflow (desktop "Less Platfor..." truncation) ─── */
/* Override v8.3/v8.4 nowrap+ellipsis with wrap+reserved-height approach */
.v8-hero--v83 .hero-rotate-wrap {
  display: block;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  min-height: 2.2em;
  line-height: 1.05;
}
@media (min-width: 1024px) {
  .v8-hero--v83 .hero-rotate-wrap {
    /* Desktop: longer phrases fit 1 line in wider column, but reserve 1.3em as safety */
    min-height: 1.3em;
  }
}
@media (min-width: 1280px) {
  .v8-hero--v83 .hero-rotate-wrap {
    /* On wide desktops there's plenty of room — single line confirmed */
    min-height: 1.15em;
  }
}
.v8-hero--v83 .hero-rotate-tail-host {
  display: inline;
}
.v8-hero--v83 .hero-rotate-tail {
  display: inline;
  white-space: normal;
}

/* ─── 2. LOGO sizing — wordmark.png used everywhere (square 400x400 PNG) ─── */
.v8-nav-logo img {
  height: 40px;
  width: 40px;
  max-width: 40px;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .v8-nav-logo img { height: 44px; width: 44px; max-width: 44px; }
}
.v8-nav-logo {
  display: inline-flex;
  align-items: center;
}

/* ─── 3. FOOTER cleanup — logo removed entirely ─── */
.v8-footer-top {
  margin-bottom: 24px;
}
.v8-footer-tagline {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(240, 237, 230, 0.78);
  margin: 0;
  max-width: 48ch;
  font-weight: 400;
}
/* Hide any orphan footer logo */
.v8-footer-logo { display: none !important; }

/* ─── 4. FOUNDER photo rendering — ensure aspect + smooth load ─── */
.v8-motivation-photo {
  background: var(--surface-sunken);
  /* Show light loading state until founder.jpg loads */
}
.v8-motivation-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ─── 5. CONSOLIDATION — remove orphan rules from v8.2/v8.3/v8.4 ─── */
/* The v8.2 mission and v8.2 timeline styles are already hidden via display:none earlier.
   v8.4 concept strip removed. v8.3 FAQ block removed. These guards remain in place. */



/* ════════════════════════════════════════════════════════════════════════
   v8.6 PATCHES — Logo transparency integration + book.html consistency
   ════════════════════════════════════════════════════════════════════════ */

/* ─── 1. Header logo — transparent PNG sits on nav cream BG cleanly ─── */
.v8-nav-logo {
  display: inline-flex;
  align-items: center;
  /* No background — logo content shows directly on header */
}
.v8-nav-logo img {
  height: 38px;
  width: auto;
  max-width: 52px;
  object-fit: contain;
  display: block;
  /* Transparent PNG now renders without visible cream square */
}
@media (min-width: 768px) {
  .v8-nav-logo img {
    height: 42px;
    max-width: 58px;
  }
}

/* ─── 2. Orbital core — transparent logo PNG, white circle stays cream ─── */
.v8-orbital-core {
  background: var(--surface-base); /* match page bg, not pure white */
  box-shadow:
    0 0 0 1.5px rgba(45, 128, 73, 0.22),
    0 0 56px rgba(45, 128, 73, 0.18),
    0 8px 24px rgba(28, 36, 24, 0.08);
  overflow: hidden;
  border: none;
}
.v8-orbital-core img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  /* Logo letters render directly on cream — no double-bg seam */
}

