/* Page-specific styles shared across 021 site pages */

/* ===== HERO VARIANT A ===== */
.heroA {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px;
  padding: 80px 0 96px; align-items: end; position: relative;
}
.heroA .meta {
  display: flex; gap: 20px; align-items: center;
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); margin-bottom: 28px;
}
.heroA .meta .bar { height: 1px; flex: 1; background: var(--line); }
.heroA h1 { margin: 0; font-weight: 400; font-size: clamp(56px, 9vw, 128px); line-height: 0.92; letter-spacing: -0.045em; }
.heroA h1 .line { display: block; }
.heroA h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.035em; }
.heroA h1 .one-wrap { display: inline-flex; align-items: baseline; gap: 18px; }
.heroA h1 .one-wrap .mark { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); display: inline-block; transform: translateY(-8px); }
.heroA .sub { font-size: 18px; line-height: 1.45; max-width: 440px; color: var(--ink-2); letter-spacing: -0.005em; }
.heroA .sub p { margin: 0 0 20px; }
.heroA .stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); margin-top: 36px; }
.heroA .stat { padding: 20px 0; border-right: 1px solid var(--line); padding-right: 20px; }
.heroA .stat:last-child { border-right: 0; padding-left: 24px; padding-right: 0; }
.heroA .stat .n { font-size: 42px; font-weight: 300; letter-spacing: -0.03em; line-height: 1; }
.heroA .stat .l { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-top: 10px; }
.heroA .ticker { position: absolute; top: 20px; right: 0; font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.heroA .ticker .on { color: var(--accent); }

/* ===== HERO VARIANT B ===== */
.heroB { padding: 64px 0 80px; position: relative; }
.heroB .grid-bg {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(70% 80% at 50% 40%, black, transparent 85%);
  pointer-events: none;
}
.heroB-inner { position: relative; z-index: 1; }
.heroB .top-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 80px; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.heroB .top-row .block { line-height: 1.6; }
.heroB .top-row .block .k { color: var(--muted); }
.heroB .top-row .block .v { color: var(--ink); }
.heroB h1 { margin: 0; font-weight: 400; font-size: clamp(44px, 7.2vw, 108px); line-height: 1.0; letter-spacing: -0.04em; max-width: 1200px; }
.heroB h1 .slash { color: var(--accent); }
.heroB h1 em { font-family: var(--serif); font-weight: 400; font-style: italic; }
.heroB .console { margin-top: 64px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; border: 1px solid var(--ink); }
.heroB .console-body { padding: 28px 32px; border-right: 1px solid var(--ink); min-height: 320px; }
.heroB .console-body .line { font-family: var(--mono); font-size: 13px; line-height: 1.8; color: var(--ink-2); }
.heroB .console-body .line .p { color: var(--accent); margin-right: 10px; }
.heroB .console-body .line .c { color: var(--muted); }
.heroB .console-body .line .ok { color: var(--accent); }
.heroB .console-body .cursor { display: inline-block; width: 8px; height: 14px; background: var(--ink); vertical-align: -2px; animation: blink 1s infinite; }
@keyframes blink { 50% { opacity: 0; } }
.heroB .console-side { padding: 28px 32px; display: flex; flex-direction: column; justify-content: space-between; background: var(--bg-2); }
.heroB .console-side h3 { margin: 0 0 16px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 500; }
.heroB .console-side p { margin: 0; font-size: 16px; line-height: 1.45; color: var(--ink); letter-spacing: -0.005em; }
.heroB .console-side .cta { margin-top: 24px; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; padding: 14px 18px; background: var(--ink); color: var(--bg); display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; }

/* ===== HERO VARIANT C ===== */
.heroC { padding: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.heroC-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 96px; gap: 0; }
.heroC-cell { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 20px; position: relative; }
.heroC-cell.headline { grid-column: 1 / span 9; grid-row: 1 / span 5; padding: 36px 40px; display: flex; flex-direction: column; justify-content: space-between; }
.heroC-cell.headline h1 { margin: 0; font-size: clamp(60px, 10vw, 156px); line-height: 0.9; font-weight: 400; letter-spacing: -0.05em; }
.heroC-cell.headline h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.heroC-cell.headline .foot { display: flex; justify-content: space-between; align-items: flex-end; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.heroC-cell.mark { grid-column: 10 / span 3; grid-row: 1 / span 2; background: var(--ink); color: var(--bg); border-right: 0; display: flex; align-items: flex-end; padding: 20px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.heroC-cell.mark .big { position: absolute; top: 20px; left: 20px; font-family: var(--sans); font-size: 120px; line-height: 0.85; letter-spacing: -0.05em; font-weight: 400; }
.heroC-cell.mark .dot { width: 16px; height: 16px; border-radius: 50%; background: var(--accent); position: absolute; top: 32px; right: 28px; }
.heroC-cell.stat { grid-column: span 3; grid-row: span 2; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.heroC-cell.stat .n { font-size: 56px; line-height: 1; font-weight: 300; letter-spacing: -0.03em; }
.heroC-cell.stat .l { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.heroC-cell.sub { grid-column: 1 / span 5; grid-row: 6 / span 2; display: flex; align-items: center; font-size: 20px; line-height: 1.4; letter-spacing: -0.01em; padding: 24px 40px; }
.heroC-cell.cta { grid-column: 6 / span 4; grid-row: 6 / span 2; background: var(--accent); color: var(--accent-ink); display: flex; align-items: center; justify-content: space-between; padding: 24px 32px; font-family: var(--mono); font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; border-right: 0; }
.heroC-cell.cta .big { font-family: var(--sans); font-size: 40px; text-transform: none; letter-spacing: -0.02em; }
.heroC-cell.loc { grid-column: 10 / span 3; grid-row: 6 / span 2; display: flex; flex-direction: column; justify-content: space-between; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); border-right: 0; }

/* ===== METHOD ===== */
.method { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.method .step { padding: 48px 36px 56px; border-right: 1px solid var(--line); position: relative; min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; transition: background .3s ease; }
.method .step:last-child { border-right: 0; }
.method .step:hover { background: var(--bg-2); }
.method .step .n { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.1em; display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.method .step .n .dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.method .step h3 { margin: 0 0 16px; font-size: clamp(24px, 2.6vw, 32px); font-weight: 400; letter-spacing: -0.025em; line-height: 1.05; }
.method .step h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.method .step p { margin: 0; color: var(--ink-2); font-size: 15px; line-height: 1.5; letter-spacing: -0.005em; }
.method .step .tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 6px; }
.method .step .tag { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 8px; border: 1px solid var(--line); color: var(--muted); }

/* ===== VENTURES GRID (Atomic style) ===== */
.ventures { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.venture {
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 36px 28px 28px;
  display: flex; flex-direction: column; gap: 28px;
  cursor: pointer; position: relative;
  min-height: 280px;
  background: var(--bg);
  text-align: left; color: inherit; text-decoration: none;
  transition: background .18s ease;
}
.venture:hover { background: var(--bg-2); }
.venture.is-cohort { cursor: default; }
.venture.is-cohort:hover { background: var(--bg); }
.venture .v-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: var(--bg);
  font-family: var(--sans); font-size: 24px; font-weight: 400; letter-spacing: -0.04em; line-height: 1;
  border-radius: 2px;
}
.venture .v-icon em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.venture.cov-1 .v-icon { background: oklch(68% 0.18 52); color: #0a0a0a; }
.venture.cov-2 .v-icon { background: oklch(42% 0.08 250); color: #f2efe8; }
.venture.cov-3 .v-icon { background: oklch(88% 0.06 95); color: #0a0a0a; }
.venture.cov-4 .v-icon { background: oklch(24% 0.02 260); color: #f2efe8; }
.venture.cov-5 .v-icon { background: oklch(62% 0.16 140); color: #f2efe8; }
.venture.cov-6 .v-icon { background: oklch(54% 0.22 28); color: #f2efe8; }
.venture.cov-7 .v-icon { background: oklch(92% 0.02 80); color: #0a0a0a; border: 1px solid var(--line); }
.venture.cov-8 .v-icon { background: oklch(36% 0.12 300); color: #f2efe8; }
.venture.cov-9 .v-icon { background: oklch(62% 0.12 200); color: #f2efe8; }

/* Mono theme — collapse the rainbow venture-icon palette to ink/cream tiles.
   Even-indexed tiles invert (cream on ink) so the grid keeps visual rhythm
   without any color. The drawer counterparts mirror the same logic. */
[data-accent='mono'] .venture .v-icon,
[data-accent='mono'] .drawer .d-icon {
  background: var(--ink);
  color: var(--bg);
  border: 0;
}
[data-accent='mono'] .venture.cov-3 .v-icon,
[data-accent='mono'] .venture.cov-5 .v-icon,
[data-accent='mono'] .venture.cov-7 .v-icon,
[data-accent='mono'] .drawer .cov-3-d,
[data-accent='mono'] .drawer .cov-5-d,
[data-accent='mono'] .drawer .cov-7-d {
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--ink);
}

.venture .v-name { font-size: 32px; font-weight: 400; letter-spacing: -0.025em; line-height: 1; margin: 0; }
.venture .v-name em { font-family: var(--serif); font-style: italic; font-weight: 400; }

.venture .v-meta { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line-2); }
.venture .v-meta .k { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 6px; line-height: 1; }
.venture .v-meta .v { font-family: var(--mono); font-size: 12px; color: var(--ink); letter-spacing: 0.02em; line-height: 1.1; }

.venture .v-arr { position: absolute; top: 24px; right: 24px; font-family: var(--mono); font-size: 12px; color: var(--muted); opacity: 0; transition: opacity .18s ease; }
.venture:hover .v-arr { opacity: 1; }

.venture .v-cohort {
  position: absolute; top: 20px; right: 20px;
  font-family: var(--mono); font-size: 10px; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted);
  padding: 5px 9px 4px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--bg);
  line-height: 1;
}
.venture.is-cohort:hover .v-cohort { color: var(--ink); border-color: var(--ink); }

/* Featured reel — compact variant for homepage highlight section */
.ventures-reel .venture {
  min-height: 220px;
  padding: 26px 22px 22px;
  gap: 20px;
}
.ventures-reel .venture .v-icon {
  width: 44px; height: 44px; font-size: 20px;
}
.ventures-reel .venture .v-name {
  font-size: 26px;
}
.ventures-reel .venture .v-meta { padding-top: 16px; gap: 10px; }
.ventures-reel .venture .v-meta .k { font-size: 9px; }
.ventures-reel .venture .v-meta .v { font-size: 11px; }
.ventures-reel .venture .v-cohort { top: 18px; right: 18px; font-size: 9px; padding: 4px 7px 3px; }

/* drawer */
.drawer-scrim { position: fixed; inset: 0; background: rgba(10,10,10,0.5); opacity: 0; pointer-events: none; transition: opacity .3s ease; z-index: 200; }
.drawer-scrim.on { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(640px, 92vw);
  background: var(--bg); z-index: 201;
  transform: translateX(100%); transition: transform .36s cubic-bezier(.2,.7,.2,1);
  display: flex; flex-direction: column; overflow: hidden;
  border-left: 1px solid var(--line);
}
.drawer.on { transform: translateX(0); }
.drawer .d-top { display: flex; justify-content: space-between; align-items: center; padding: 20px 32px; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.drawer .d-top .close { font-size: 22px; color: var(--ink); padding: 4px 8px; }
.drawer .d-top .close:hover { color: var(--accent); }
.drawer .d-body { overflow-y: auto; flex: 1; }
.drawer .d-hero { padding: 40px 48px 48px; display: flex; flex-direction: column; gap: 24px; border-bottom: 1px solid var(--line); }
.drawer .d-icon { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: 36px; letter-spacing: -0.04em; border-radius: 2px; background: var(--ink); color: var(--bg); }
.drawer .cov-1-d { background: oklch(68% 0.18 52); color: #0a0a0a; }
.drawer .cov-2-d { background: oklch(42% 0.08 250); color: #f2efe8; }
.drawer .cov-3-d { background: oklch(88% 0.06 95); color: #0a0a0a; }
.drawer .cov-4-d { background: oklch(24% 0.02 260); color: #f2efe8; }
.drawer .cov-5-d { background: oklch(62% 0.16 140); color: #f2efe8; }
.drawer .cov-6-d { background: oklch(54% 0.22 28); color: #f2efe8; }
.drawer .cov-7-d { background: oklch(92% 0.02 80); color: #0a0a0a; border: 1px solid var(--line); }
.drawer .cov-8-d { background: oklch(36% 0.12 300); color: #f2efe8; }
.drawer .cov-9-d { background: oklch(62% 0.12 200); color: #f2efe8; }
.drawer .d-icon em { font-family: var(--serif); font-style: italic; }
.drawer .d-name { font-size: 64px; font-weight: 400; letter-spacing: -0.035em; line-height: 0.95; margin: 0; }
.drawer .d-name em { font-family: var(--serif); font-style: italic; }
.drawer .d-tag { font-size: 20px; line-height: 1.4; color: var(--ink-2); letter-spacing: -0.01em; margin: 0; }
.drawer .d-url { font-family: var(--mono); font-size: 13px; color: var(--accent); text-transform: none; letter-spacing: 0; }
.drawer .d-url:hover { text-decoration: underline; }
.drawer .d-section { padding: 32px 48px; border-bottom: 1px solid var(--line); }
.drawer .d-section h4 { margin: 0 0 14px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 500; }
.drawer .d-section p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--ink); letter-spacing: -0.005em; }
.drawer .d-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.drawer .d-facts .k { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 8px; }
.drawer .d-facts .v { font-family: var(--mono); font-size: 14px; color: var(--ink); }
@media (max-width: 1100px) { .ventures { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .ventures { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .ventures { grid-template-columns: 1fr; } .drawer .d-name { font-size: 44px; } .drawer .d-hero, .drawer .d-section { padding-left: 24px; padding-right: 24px; } }

/* ===== BUILD PAGE — INHERIT / COMPOUND / SHAPES ===== */

/* 01 INHERIT — 2x2 grid of cards with number + heading + body */
.inherit-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 16px;
}
.inherit-card {
  padding: 48px 40px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  transition: background .2s ease;
}
.inherit-card:nth-child(2n) { border-right: 0; }
.inherit-card:hover { background: var(--bg-2); }
.inherit-card .inherit-num {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  color: var(--muted); margin-bottom: 28px;
}
.inherit-card h3 {
  margin: 0 0 16px; font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.1;
}
.inherit-card p {
  margin: 0; font-size: 15px; line-height: 1.55;
  color: var(--ink-2); max-width: 520px;
}

/* 02 COMPOUND — linear rows showing hub → spokes */
.compound-grid {
  border-top: 1px solid var(--line);
  margin-top: 16px;
  margin-bottom: 40px;
}
.compound-row {
  display: grid; grid-template-columns: 200px 40px 1fr;
  align-items: baseline; gap: 24px;
  padding: 36px 0; border-bottom: 1px solid var(--line);
  transition: padding-left .2s ease;
}
.compound-row:hover { padding-left: 16px; }
.compound-from {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1;
}
.compound-arrow {
  font-family: var(--mono); color: var(--accent);
  font-size: 18px; text-align: center;
}
.compound-to {
  font-size: 16px; line-height: 1.55; color: var(--ink-2);
  max-width: 640px;
}

/* 04 SHAPES — 3-column grid with label + headline + body */
.shapes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 16px; margin-bottom: 40px;
}
.shape-card {
  padding: 44px 36px 48px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  transition: background .2s ease;
  min-height: 280px;
  display: flex; flex-direction: column; gap: 16px;
}
.shape-card:last-child { border-right: 0; }
.shape-card:hover { background: var(--bg-2); }
.shape-card .shape-label {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent);
  padding: 6px 10px; border: 1px solid var(--accent);
  align-self: flex-start;
}
.shape-card h3 {
  margin: 0; font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.1;
}
.shape-card p {
  margin: 0; font-size: 15px; line-height: 1.55;
  color: var(--ink-2);
}


/* ===== NETWORK PAGE ===== */

/* Dark palette scoped to the network page only — everything inside .network-page
/* Network page used to force dark palette at section scope. Removed — dark mode
   is now controlled globally via the theme toggle in the nav. */

/* Hero — uses .page-hero defaults; .network-hero-image-host adds the hero
   image positioning layer (see craft.css). */

/* Partners wall */
.network-partners-section { padding: 56px 0 40px; border-bottom: 1px solid var(--line); }
.eyebrow-center {
  font-family: var(--mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.16em; color: var(--muted); margin-bottom: 32px;
  text-align: left;
}
.network-partners {
  display: flex; flex-wrap: wrap; gap: 0; margin-top: 16px;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.network-partners span {
  flex: 1 1 calc(20% - 1px);
  padding: 24px 20px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  text-align: center; min-height: 72px;
  transition: color .2s ease, background .2s ease;
}
.network-partners span:hover { color: var(--ink); background: var(--bg-2); }

/* Format sections */
.network-format { padding-block: 96px 40px; }
.format-header {
  display: grid; grid-template-columns: 160px 1fr; gap: 40px;
  padding-bottom: 48px;
}
.format-num {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em;
  color: var(--muted); white-space: nowrap; padding-top: 8px;
}
.format-header h2 {
  margin: 0; font-weight: 400; letter-spacing: -0.025em;
  font-size: clamp(40px, 5vw, 72px); line-height: 1;
}
.format-header h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.format-intro {
  margin: 24px 0 0; font-size: 17px; line-height: 1.55;
  color: var(--ink-2); max-width: 720px;
}

/* Activation grid */
.activation-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
@media (max-width: 1180px) {
  .activation-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 880px) {
  .activation-grid { grid-template-columns: repeat(2, 1fr); }
}
.activation-grid-single { grid-template-columns: 1fr; }
.activation-card {
  display: flex; flex-direction: column;
  background: var(--bg-2);
  border: 1px solid var(--line);
  transition: border-color .3s ease;
}
.activation-card:hover { border-color: var(--muted); }
.activation-card.featured {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  min-height: 420px;
}
.activation-card.featured .activation-image { height: 100%; min-height: 420px; }

/* Image treatment for featured cards (replaces triangular mosaic when a real hero image is available) */
.activation-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0a0a0a;
}
.activation-image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.activation-card:hover .activation-image img { transform: scale(1.04); }
.activation-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0) 40%, rgba(10,10,10,0.5) 100%);
  pointer-events: none;
}
.activation-card.featured .activation-body { padding: 48px 44px; }

/* Activation body */
.activation-body { padding: 28px 24px 32px; display: flex; flex-direction: column; gap: 16px; }
.activation-meta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
}
.activation-meta .vehicle { color: var(--accent); }
.activation-meta .separator { opacity: 0.5; }

/* === CONDENSED CARD (the new card variant — clickable, opens modal) === */
.activation-card-condensed {
  /* Reset button defaults */
  font-family: inherit; color: inherit; text-align: left;
  cursor: pointer; padding: 0; margin: 0;
  width: 100%;
  /* Inherit activation-card visual treatment */
  display: flex; flex-direction: column;
  background: var(--bg-2);
  border: 1px solid var(--line);
  transition: border-color .3s ease, transform .3s ease;
}
.activation-card-condensed:hover { border-color: var(--accent); }
.activation-card-condensed:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
.activation-card-condensed .exp-art { aspect-ratio: 3 / 2; min-height: 0; }

.activation-condensed-body {
  padding: 22px 24px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.activation-condensed-body h3 {
  margin: 0;
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.15;
  color: var(--ink);
}
.activation-condensed-meta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
  display: flex; justify-content: space-between; align-items: center;
}
.activation-condensed-meta .exp-meta-line {
  display: inline-flex; align-items: center; gap: 8px;
  min-width: 0;
}
.activation-condensed-meta .exp-meta-date {
  color: var(--ink-2);
}
.activation-condensed-meta .exp-meta-sep {
  color: var(--muted); opacity: 0.5;
}
.activation-condensed-meta .exp-meta-loc {
  color: var(--muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 18ch;
}
.activation-condensed-meta .exp-open-arr {
  font-size: 14px; color: var(--ink-2);
  transition: transform .25s ease, color .25s ease;
}
.activation-card-condensed:hover .exp-open-arr {
  transform: translate(2px, -2px);
  color: var(--accent);
}

/* === EXPERIENCE MODAL === */
.exp-modal {
  position: fixed; inset: 0; z-index: 9000;
  display: none;
  align-items: stretch; justify-content: center;
}
.exp-modal.open { display: flex; }
.exp-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}
.exp-modal-shell {
  position: relative; z-index: 1;
  margin: auto;
  width: min(820px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  background: var(--bg);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  overflow: hidden;
  animation: expModalIn .25s cubic-bezier(.2,.7,.2,1);
}
@keyframes expModalIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.exp-modal-close {
  position: absolute; top: 16px; right: 16px; z-index: 5;
  width: 40px; height: 40px;
  background: rgba(0,0,0,0.5); color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 22px; line-height: 1;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.exp-modal-close:hover {
  background: var(--accent); border-color: var(--accent);
  color: var(--accent-ink);
}
.exp-modal-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ===== Hero ===== */
/* Two modes: image (photo background) and video (full 16:9 aftermovie).
   Both are full-bleed and edge-to-edge with the modal. */
.exp-modal-hero {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: var(--bg-2);
  background-size: cover; background-position: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  flex-shrink: 0;
}
.exp-modal-hero.exp-modal-hero-empty {
  background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg) 100%);
}

/* Aftermovie mode: 16:9 film container on a black canvas.
   The video is letterboxed cleanly inside the aspect-ratio frame. */
.exp-modal-hero.exp-modal-hero-video-mode {
  height: auto;
  aspect-ratio: 16 / 9;
  background-image: none !important;
  background-color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.exp-modal-hero-video {
  display: none;
}
.exp-modal-hero.exp-modal-hero-video-mode .exp-modal-hero-video {
  display: block;
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  background: #000;
}

/* Aftermovie label badge — bottom-left corner, monospace */
.exp-modal-hero-badge {
  display: none;
  position: absolute;
  left: 20px; bottom: 20px;
  z-index: 3;
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  padding: 7px 11px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  pointer-events: none;
}
.exp-modal-hero.exp-modal-hero-video-mode .exp-modal-hero-badge {
  display: inline-block;
}
.exp-modal-hero-badge .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff3b30;
  margin-right: 8px;
  vertical-align: middle;
  animation: exp-rec-pulse 1.6s ease-in-out infinite;
}
@keyframes exp-rec-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

/* Mute / unmute toggle — bottom-right corner, mirror of badge */
.exp-modal-hero-mute-btn {
  display: none;
  position: absolute;
  right: 20px; bottom: 20px;
  z-index: 3;
  width: 40px; height: 40px;
  padding: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.92);
  cursor: pointer;
  align-items: center; justify-content: center;
  transition: background .15s ease, border-color .15s ease;
}
.exp-modal-hero.exp-modal-hero-video-mode .exp-modal-hero-mute-btn {
  display: flex;
}
.exp-modal-hero-mute-btn:hover {
  background: rgba(0,0,0,0.75);
  border-color: rgba(255,255,255,0.3);
}
.exp-modal-hero-mute-btn svg { width: 18px; height: 18px; display: block; }

/* Play/pause indicator — appears only when paused */
.exp-modal-hero-playstate {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  align-items: center; justify-content: center;
  pointer-events: none;
  background: rgba(0,0,0,0.25);
}
.exp-modal-hero.exp-modal-hero-paused .exp-modal-hero-playstate {
  display: flex;
}
.exp-modal-hero-playstate .glyph {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
  color: #000;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.exp-modal-hero-playstate .glyph svg { width: 22px; height: 22px; margin-left: 3px; }
.exp-modal-content {
  padding: 40px 44px 48px;
}
.exp-modal-meta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex; gap: 10px; align-items: center;
  margin-bottom: 14px;
}
.exp-modal-vehicle { color: var(--accent); }
.exp-modal-sep { color: var(--muted); opacity: 0.5; }
.exp-modal-date { color: var(--muted); }
.exp-modal-shell h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.05;
}
.exp-modal-tagline {
  margin: 0 0 28px;
  font-family: var(--serif); font-style: italic;
  font-size: 19px; color: var(--ink-2); line-height: 1.4;
}
.exp-modal-body p {
  margin: 0 0 16px; font-size: 16px; line-height: 1.6;
  color: var(--ink); max-width: 720px;
}
.exp-modal-body p em { font-style: italic; color: var(--ink-2); }
.exp-modal-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.exp-modal-section h4 {
  margin: 0 0 16px;
  font-family: var(--mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); font-weight: 400;
}
.exp-modal-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.exp-modal-gal-item {
  aspect-ratio: 1 / 1;
  background-color: var(--bg-2);
  background-size: cover; background-position: center;
  border: 1px solid var(--line);
  padding: 0;
  cursor: pointer;
  transition: transform .25s ease, border-color .2s ease, opacity .2s ease;
  position: relative;
}
button.exp-modal-gal-item:hover {
  border-color: var(--accent);
  transform: scale(1.015);
  z-index: 1;
}
button.exp-modal-gal-item:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
.exp-modal-gal-placeholder {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bg-2), var(--bg));
}
.exp-modal-gal-placeholder span {
  font-family: var(--mono); font-size: 10px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); opacity: 0.6;
}
.exp-modal-partners {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.exp-modal-partner {
  font-family: var(--mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 10px 16px; border: 1px solid var(--line);
  color: var(--ink); background: var(--bg-2);
}
.exp-modal-partner-placeholder {
  color: var(--muted); opacity: 0.7;
  font-style: italic; text-transform: none;
  letter-spacing: 0.04em;
}

@media (max-width: 720px) {
  .exp-modal-shell { width: calc(100vw - 16px); max-height: calc(100vh - 16px); }
  .exp-modal-hero { height: 220px; }
  .exp-modal-hero.exp-modal-hero-video-mode { height: 56vw; }
  .exp-modal-content { padding: 28px 24px 36px; }
  .exp-modal-shell h2 { font-size: clamp(22px, 6vw, 28px); }
  .exp-modal-gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Lightbox ===== */
.exp-lightbox {
  position: fixed; inset: 0;
  z-index: 9500;
  display: none;
  align-items: center; justify-content: center;
}
.exp-lightbox.open { display: flex; }
.exp-lightbox-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.92);
  cursor: zoom-out;
}
.exp-lightbox-figure {
  position: relative; z-index: 1;
  margin: 0;
  max-width: min(94vw, 1600px);
  max-height: 90vh;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  pointer-events: none;
}
.exp-lightbox-img {
  max-width: 100%;
  max-height: 84vh;
  width: auto; height: auto;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,0.08);
  background: #000;
  pointer-events: auto;
}
.exp-lightbox-counter {
  font-family: var(--mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.65);
}
.exp-lightbox-close,
.exp-lightbox-nav {
  position: absolute;
  z-index: 2;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
  font-family: var(--mono);
  display: flex; align-items: center; justify-content: center;
}
.exp-lightbox-close {
  top: 24px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 26px; line-height: 1;
}
.exp-lightbox-nav {
  top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  font-size: 32px; line-height: 1;
}
.exp-lightbox-prev { left: 24px; }
.exp-lightbox-next { right: 24px; }
.exp-lightbox-close:hover,
.exp-lightbox-nav:hover {
  background: var(--accent); border-color: var(--accent); color: var(--accent-ink);
}
.exp-lightbox-nav:hover { transform: translateY(-50%) scale(1.05); }
.exp-lightbox.exp-lightbox-single .exp-lightbox-nav { display: none; }
@media (max-width: 720px) {
  .exp-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; font-size: 22px; }
  .exp-lightbox-nav { width: 44px; height: 44px; font-size: 26px; }
  .exp-lightbox-prev { left: 8px; }
  .exp-lightbox-next { right: 8px; }
}
.activation-producer {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
  padding-bottom: 4px;
  margin-top: -4px;
}

/* Network stats section — aggregated footprint */
.network-stats-section { padding-block: 80px 40px; border-bottom: 1px solid var(--line); }
.network-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 16px;
}
.stat-cell {
  background: var(--bg); padding: 36px 28px 32px;
  display: flex; flex-direction: column; gap: 8px;
  min-height: 180px;
  transition: background .2s ease;
}
.stat-cell:hover { background: var(--bg-2); }
.stat-cell .stat-n {
  font-size: clamp(40px, 5vw, 64px); font-weight: 300;
  letter-spacing: -0.035em; line-height: 0.95; color: var(--ink);
  margin-bottom: 8px;
}
.stat-cell .stat-l {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-2);
}
.stat-cell .stat-s {
  margin-top: auto; font-size: 13px; line-height: 1.45;
  color: var(--muted);
}

/* Members section — operator strip */
/* Vehicles section — two cards introducing Midnight Club + Arts DAO early */
.network-vehicles-section { padding-block: 80px 40px; }
.vehicles-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 16px;
}
.vehicle-card {
  background: var(--bg); padding: 40px 36px 44px;
  display: flex; flex-direction: column; gap: 16px;
  transition: background .2s ease;
  min-height: 260px;
}
.vehicle-card:hover { background: var(--bg-2); }
.vehicle-meta {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px; border-bottom: 1px solid var(--line);
}
.vehicle-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent);
}
.vehicle-link {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
  transition: color .2s ease;
}
.vehicle-link:hover { color: var(--ink); }
.vehicle-card h3 {
  margin: 0; font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.1;
}
.vehicle-card .vehicle-positioning {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: clamp(16px, 1.4vw, 19px); line-height: 1.35;
  color: var(--accent); letter-spacing: -0.005em;
  padding-bottom: 6px;
}
.vehicle-card p {
  margin: 0; font-size: 15px; line-height: 1.55;
  color: var(--ink-2);
}

.network-members-section { padding-block: 80px 40px; }
.members-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 16px;
}
.member-card {
  background: var(--bg); padding: 28px 24px;
  display: flex; flex-direction: column; gap: 6px;
  min-height: 140px;
  transition: background .2s ease;
}
.member-card:hover { background: var(--bg-2); }
.member-card .member-name {
  font-size: 20px; font-weight: 400; letter-spacing: -0.015em;
  color: var(--ink); line-height: 1.15;
}
.member-card .member-title {
  font-size: 13px; line-height: 1.4; color: var(--ink-2);
  margin-top: 2px;
}
.member-card .member-note {
  margin-top: auto; padding-top: 12px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.member-card.member-more {
  justify-content: center; align-items: flex-start;
  background: transparent;
}
.member-card.member-more .member-name {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(36px, 4vw, 56px); font-weight: 400;
  color: var(--accent); letter-spacing: -0.02em;
}
.member-card.member-more .member-title { font-size: 14px; color: var(--ink-2); }

/* Compound loops section */
.network-loops-section { padding-block: 80px 40px; }
.loops-grid {
  border-top: 1px solid var(--line);
  margin-top: 16px;
}
.loop-row {
  display: grid; grid-template-columns: 240px 40px 1fr;
  align-items: baseline; gap: 32px;
  padding: 32px 0; border-bottom: 1px solid var(--line);
  transition: padding-left .2s ease;
}
.loop-row:hover { padding-left: 16px; }
.loop-from {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400; letter-spacing: -0.015em; line-height: 1.1;
  color: var(--ink);
}
.loop-arrow {
  font-family: var(--mono); color: var(--accent);
  font-size: 18px; text-align: center;
}
.loop-to {
  font-size: 16px; line-height: 1.55; color: var(--ink-2);
  max-width: 680px;
}
.loop-to strong { color: var(--ink); font-weight: 500; }

/* Dual CTA variant (secondary primary for the second main button) */
.cta-primary.cta-primary-alt {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.cta-primary.cta-primary-alt:hover {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}

.activation-body h3 {
  margin: 0; font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.1;
}
.activation-body p {
  margin: 0; font-size: 15px; line-height: 1.55; color: var(--ink-2);
}
.activation-body p em { font-family: var(--serif); font-style: italic; color: var(--ink); }
.activation-body p strong { color: var(--ink); font-weight: 500; }

/* Clubhouse featured stat row */
.testimonial-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  margin-top: 24px; background: var(--line);
  border-top: 1px solid var(--line);
  padding-top: 1px;
}
.stat-box {
  background: var(--bg-2); padding: 20px 16px;
  display: flex; flex-direction: column; gap: 6px;
}
.stat-box .n {
  font-size: clamp(20px, 2vw, 28px); font-weight: 300;
  letter-spacing: -0.02em; line-height: 1; color: var(--ink);
}
.stat-box .l {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
}

/* Testimonials */
.network-testimonials { padding-block: 96px 80px; border-top: 1px solid var(--line); margin-top: 80px; }
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  margin-top: 32px;
}
.testimonial-grid.testimonial-grid-2 { grid-template-columns: repeat(2, 1fr); }
.testimonial {
  background: var(--bg); padding: 40px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  gap: 32px; min-height: 280px;
}
.testimonial .quote {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px); line-height: 1.4;
  color: var(--ink); letter-spacing: -0.01em;
}
.testimonial .attribution {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.testimonial .attribution .name { color: var(--ink); }
.testimonial .attribution .title { color: var(--muted); }

/* Testimonial slider — 3 up desktop, 2 tablet, 1 mobile */
.testimonial-slider {
  position: relative;
  margin-top: 32px;
  overflow: hidden;
  outline: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.testimonial-track {
  display: flex;
  width: 100%;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.testimonial-slide {
  flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
  min-height: 340px;
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: var(--bg);
  border-right: 1px solid var(--line);
}
.testimonial-slide:last-child { border-right: 0; }
.testimonial-vehicle {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent);
}
.testimonial-slide .quote {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: clamp(16px, 1.4vw, 20px); line-height: 1.45;
  color: var(--ink); letter-spacing: -0.005em;
}
.testimonial-slide .attribution {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.testimonial-slide .attribution .name { color: var(--ink); }
.testimonial-slide .attribution .title { color: var(--muted); }

.testimonial-controls {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.slider-btn {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-2);
  width: 36px; height: 36px;
  font-size: 14px;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
  display: inline-flex; align-items: center; justify-content: center;
}
.slider-btn:hover { color: var(--ink); border-color: var(--ink); }
.slider-dots {
  display: flex; gap: 6px;
  padding: 0 8px;
}
.slider-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--line);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.slider-dot:hover { background: var(--muted); }
.slider-dot.on { background: var(--accent); transform: scale(1.3); }

/* Experiences carousel — N cards, show 3 at a time */
.experiences-carousel {
  position: relative;
  margin-top: 16px;
}
.experiences-viewport {
  overflow: hidden;
  margin: 0 -12px;
}
.experiences-track {
  display: flex;
  gap: 24px;
  padding: 8px 12px;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.experiences-track .activation-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}
.experiences-controls {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 32px; padding-top: 24px;
  border-top: 1px solid var(--line);
}
.experiences-seeall {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  transition: border-color .2s ease;
}
.experiences-seeall:hover { border-color: var(--ink); }
.experiences-arrows { display: flex; gap: 10px; }
.experiences-arrows .slider-btn:disabled {
  opacity: 0.3; cursor: not-allowed;
}

/* Ecosystem — filter tabs + chip grid (replaces old category-column layout) */
.eco-filters {
  margin-top: 8px;
  /* Override the bottom border + heavy bottom padding inherited from .filters,
     since the eco-chips grid follows immediately and shouldn't be visually severed. */
  border-bottom: 0;
  padding-bottom: 12px;
}
.eco-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0 24px;
}
.eco-chip {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 10px 16px;
  border: 1px solid var(--line);
  color: var(--ink-2);
  background: var(--bg);
  transition: color .15s ease, border-color .15s ease, background .15s ease, opacity .2s ease, transform .2s ease;
  white-space: nowrap;
}
.eco-chip:hover {
  color: var(--ink);
  border-color: var(--ink);
}
.eco-chip.is-hidden {
  display: none;
}

/* CTA */
.network-cta { padding: 120px 0 140px; border-top: 1px solid var(--line); }
.network-cta h2 {
  margin: 0; font-weight: 400; letter-spacing: -0.03em;
  font-size: clamp(56px, 7vw, 96px); line-height: 0.98;
}
.network-cta h2 em { font-family: var(--serif); font-style: italic; }
.cta-lede {
  margin: 28px 0 40px; font-size: 18px; line-height: 1.55;
  color: var(--ink-2); max-width: 680px;
}
.cta-routes { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* Network "Plug into the network" CTA grid — dedicated responsive cascade.
   4-up at desktop, 2x2 at smaller screens (Nigel's 13" laptop case), single
   column on mobile. Avoids the wrap-orphan when it inherited .cta-routes. */
.network-routes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}
.network-routes > a {
  /* Override the inline-flex from .cta-primary / .cta-secondary so they
     fill their grid cell and align consistently. */
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  padding: 18px 22px;
}
@media (max-width: 1100px) {
  .network-routes { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .network-routes { grid-template-columns: 1fr; gap: 8px; }
  .network-routes > a { padding: 16px 18px; font-size: 12px; }
}
.cta-primary {
  font-family: var(--mono); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.12em; padding: 18px 28px;
  background: var(--accent); color: var(--accent-ink);
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer; transition: background .2s ease;
}
.cta-primary:hover { background: var(--ink); color: var(--bg); }
.cta-secondary {
  font-family: var(--mono); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.12em; padding: 18px 24px;
  border: 1px solid var(--line); color: var(--ink-2);
  display: inline-flex; align-items: center; gap: 8px;
  transition: color .2s ease, border-color .2s ease;
}
.cta-secondary:hover { color: var(--ink); border-color: var(--ink); }

.partners { padding: 40px 0; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner { padding: 36px 24px; display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--line-2); font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); transition: color .2s ease; }
.partner:last-child { border-right: 0; }
.partner:hover { color: var(--ink); }

/* ===== TRACK RECORD (homepage — collapsible at end) ===== */
.tr-section { padding-bottom: 40px; }
.tr-section .sec-head { padding-top: 80px; }
.tr-section .sec-head.tr-head { row-gap: 16px; }
.tr-section .sec-head h2 { font-size: clamp(28px, 3.2vw, 44px); }
.tr-details { }
.tr-summary {
  cursor: pointer;
  list-style: none;
  display: block;
}
.tr-summary::-webkit-details-marker { display: none; }
.tr-summary::marker { display: none; }
.tr-head-row {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
}
.tr-head-row h2 { margin: 0; }
.tr-toggle {
  font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); white-space: nowrap; padding-bottom: 8px;
  transition: color .15s ease;
}
.tr-summary:hover .tr-toggle { color: var(--ink); }
.tr-details .show-open { display: none; }
.tr-details[open] .show-closed { display: none; }
.tr-details[open] .show-open { display: inline; }
.tr-body-wrap { padding-top: 12px; }
.tr-intro {
  font-size: 18px; line-height: 1.5; color: var(--ink-2);
  max-width: 820px; margin: 0 0 40px;
  padding-left: 220px;
}
.tr-subtext {
  font-size: 18px; line-height: 1.55; color: var(--ink-2);
  max-width: 820px; margin: 0;
  grid-column: 2 / -1;
}
.track-record {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}
.tr-card {
  background: var(--bg);
  padding: 44px 40px;
  display: flex; flex-direction: column; gap: 18px;
  min-height: 340px;
}
.tr-tag { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.tr-name { margin: 0; font-size: clamp(30px, 3.4vw, 46px); font-weight: 400; letter-spacing: -0.03em; line-height: 1; }
.tr-body { font-size: 15px; line-height: 1.5; color: var(--ink-2); margin: 0; max-width: 520px; }
.tr-stat { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 8px; }
.tr-stat .big { font-size: clamp(28px, 3.4vw, 44px); font-weight: 300; letter-spacing: -0.03em; line-height: 1; white-space: nowrap; }
.tr-stat .sub { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); line-height: 1.5; }

/* ===== MANIFESTO ===== */
/* Manifesto stack — manifesto body + subtext + CTA all share the right column.
   The subtext sits below the main manifesto sentence as supporting context,
   visually subordinate but rhythmically connected. */
.manifesto-stack { display: flex; flex-direction: column; gap: 32px; max-width: 1000px; }
.manifesto-sub {
  display: flex; flex-direction: column; gap: 20px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.manifesto-sub p {
  margin: 0;
  font-size: 17px; line-height: 1.55; color: var(--ink-2);
  max-width: 720px;
}
.manifesto-cta,
.section-cta {
  font-family: var(--mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--ink);
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  transition: color .15s ease, border-color .15s ease;
}

/* Thesis-embedded case studies: expand toggle styled identically to manifesto-cta
   so the Expand and Learn-more CTAs read as a consistent pair. */
.thesis-cases { display: contents; }
.manifesto-cta-row {
  display: flex; flex-wrap: wrap; align-items: center;
  column-gap: 28px;
  row-gap: 32px;
}
.thesis-cases-toggle {
  font-family: var(--mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--ink);
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  cursor: pointer;
  list-style: none;
  transition: color .15s ease, border-color .15s ease;
}
.thesis-cases-toggle::-webkit-details-marker { display: none; }
.thesis-cases-toggle::marker { display: none; }
.thesis-cases-toggle:hover { color: var(--accent); border-color: var(--accent); }
.thesis-cases-toggle .arr { transition: transform .2s ease; display: inline-block; }
.thesis-cases-toggle:hover .arr { transform: translateY(2px); }
.thesis-cases-toggle .show-open { display: none; }
.thesis-cases[open] .thesis-cases-toggle .show-closed { display: none; }
.thesis-cases[open] .thesis-cases-toggle .show-open { display: inline-flex; align-items: center; gap: 8px; }
.thesis-cases-grid { margin-top: 0; flex-basis: 100%; }
.manifesto-cta:hover,
.section-cta:hover { color: var(--accent); border-color: var(--accent); }
.manifesto-cta .arr,
.section-cta .arr { transition: transform .2s ease; }
.manifesto-cta:hover .arr,
.section-cta:hover .arr { transform: translateX(3px); }

/* Wrapper for section-level CTAs sitting at section close.
   Right-aligned, with consistent vertical breathing room. */
.section-cta-row {
  padding: 32px 0 40px;
  display: flex; justify-content: flex-end;
}

.manifesto { padding: 120px 0 60px; display: grid; grid-template-columns: 140px 1fr; gap: 40px; border-top: 1px solid var(--line); }
.manifesto .num { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.1em; padding-top: 8px; white-space: nowrap; }
.manifesto .body { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.18; letter-spacing: -0.025em; font-weight: 400; max-width: 1000px; }
.manifesto .body em { font-family: var(--serif); font-style: italic; }
.manifesto .body .accent { color: var(--accent); }

/* Thesis verticals — 3 cards below the manifesto paragraph */
.thesis-verticals {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-left: 180px;
  padding: 48px 0 140px;
  gap: 0;
  border-top: 1px solid var(--line);
}
.tv-card {
  padding: 32px 32px 32px 0;
  border-right: 1px solid var(--line);
}
.tv-card:first-child { padding-left: 0; }
.tv-card:not(:first-child) { padding-left: 32px; }
.tv-card:last-child { border-right: 0; padding-right: 0; }
.tv-card .tv-k {
  font-family: var(--sans); font-size: 15px; font-weight: 500;
  color: var(--ink); letter-spacing: -0.005em;
  margin-bottom: 14px;
}
.tv-card p {
  font-size: 14px; line-height: 1.55; color: var(--ink-2);
  margin: 0;
}

@media (max-width: 900px) {
  .manifesto { grid-template-columns: 1fr; padding-bottom: 40px; }
  .thesis-verticals {
    grid-template-columns: 1fr;
    margin-left: 0;
    padding: 32px 0 80px;
  }
  .tv-card {
    padding: 32px 0 !important;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .tv-card:last-child { border-bottom: 0; }
}

/* ===== NEWS LIST ===== */
.news-list { border-top: 1px solid var(--line); padding-top: 0; margin-top: 28px; }
.news-item {
  display: grid;
  grid-template-columns: 100px 140px 1fr 160px 80px;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  transition: padding .2s ease, background .15s ease;
  color: inherit; text-decoration: none;
}
.news-item:not(.is-pending):hover { padding-left: 12px; }
.news-item .date { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.news-item .cat { font-family: var(--mono); font-size: 10px; color: var(--ink); letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid var(--line); padding: 5px 10px; justify-self: start; white-space: nowrap; }
.news-item .title { font-size: 17px; letter-spacing: -0.01em; line-height: 1.3; }
.news-item .source { font-family: var(--mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }
.news-item .arr { font-family: var(--mono); font-size: 11px; color: var(--muted); text-align: right; letter-spacing: 0.08em; text-transform: uppercase; }
.news-item.is-pending { opacity: 0.55; cursor: default; }
.news-item.is-pending:hover { padding-left: 0; background: transparent; }
.news-item.is-pending .arr { font-style: italic; text-transform: none; letter-spacing: 0; }

/* ===== CTA BIG ===== */
.cta-big { padding: 140px 0 120px; border-top: 1px solid var(--ink); text-align: center; position: relative; overflow: hidden; }
.cta-big h2 { margin: 0; font-size: clamp(56px, 10vw, 160px); font-weight: 400; line-height: 0.92; letter-spacing: -0.05em; }
.cta-big h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.cta-big h2 .dot { display: inline-block; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); transform: translateY(-6px); margin: 0 8px; }
.cta-big .row { margin-top: 56px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.cta-big .row a { font-family: var(--mono); font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; padding: 18px 28px; border: 1px solid var(--ink); color: var(--ink); display: inline-flex; align-items: center; gap: 10px; transition: all .2s ease; }
.cta-big .row a.primary { background: var(--ink); color: var(--bg); }
.cta-big .row a:hover { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }

/* ===== FOOTER ===== */
footer { border-top: 1px solid var(--line); padding: 48px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 60px; }
.foot-grid h5 { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 500; margin: 0 0 14px; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; }
.foot-grid li { font-size: 14px; padding: 4px 0; }
.foot-grid li a:hover { color: var(--accent); }
.foot-grid .brand-big { font-family: var(--sans); font-size: 72px; letter-spacing: -0.04em; font-weight: 400; line-height: 1; }
.foot-grid .brand-big em { font-family: var(--serif); font-style: italic; }
.foot-grid .brand-big .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); transform: translateY(-4px); }
.foot-grid p.tag { margin: 16px 0 0; font-size: 13px; color: var(--muted); line-height: 1.5; max-width: 320px; }
.foot-bar { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }

/* Variant toggles */
.variant { display: none; }
.variant.active { display: block; }

/* ===== PAGE HERO (subpages) ===== */
.page-hero { padding: 80px 0 60px; border-bottom: 1px solid var(--line); }
.page-hero .crumb { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 24px; display: flex; gap: 12px; }
.page-hero .crumb .dot { color: var(--accent); }
.page-hero .crumb a { color: inherit; text-decoration: none; transition: color .15s ease; }
.page-hero .crumb a:hover { color: var(--accent); }
.page-hero h1 { margin: 0; font-size: clamp(42px, 4.8vw, 80px); font-weight: 400; letter-spacing: -0.04em; line-height: 1; max-width: 1100px; }
.page-hero h1 em { font-family: var(--serif); font-style: italic; }
.page-hero .lede { margin: 32px 0 0; font-size: 20px; line-height: 1.45; max-width: 720px; color: var(--ink-2); }

/* Legal pages — Terms, Privacy. Long-form content; clean, narrow column for reading. */
/* ===== ABOUT PAGE ===== */
/* about-section is just a marker class; padding & border come from .sec-head
   inside it (matching Build/Network rhythm). Body content padding lives in
   .about-grid. */
.about-section { }
.about-grid {
  display: grid; grid-template-columns: 1fr 340px; gap: 60px;
  padding-top: 24px;
  /* Align under the H2/sub-intro: matches sec-head's column 2 indentation
     (140px kicker column + 40px gap = 180px). Without this, body prose breaks
     to the page edge while the H2 above sits indented. */
  padding-left: 180px;
}
.about-body p { font-size: 19px; line-height: 1.55; color: var(--ink); margin: 0 0 20px; max-width: 680px; }
.about-side {
  border-left: 1px solid var(--line);
  padding: 8px 0 8px 28px;
  font-family: var(--mono); font-size: 12px;
}
.about-side .side-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--line-2);
  color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase;
  /* Long .v values (e.g. "Avalanche, Amazon, Pudgy, Inspect") could overflow the
     fixed 340px column on About. Allow wrapping on the value side; gap above keeps
     the label readable. */
  flex-wrap: wrap;
}
.about-side .side-row .v { text-align: right; min-width: 0; word-break: break-word; }
.about-side .side-row:last-child { border-bottom: 0; }
.about-side .side-row .v { color: var(--ink); font-weight: 500; letter-spacing: 0; text-transform: none; }
.about-reads {
  max-width: 820px;
  padding: 32px 0 0;
  font-size: 17px; line-height: 1.55; color: var(--ink-2);
}
.about-reads p { margin: 0; }
.about-compare {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.compare-col {
  padding: 32px 28px 32px 0;
  border-right: 1px solid var(--line);
}
.compare-col:last-child { border-right: 0; padding-right: 0; padding-left: 28px; }
.compare-col:not(:first-child) { padding-left: 28px; }
.compare-col .compare-label {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); margin-bottom: 16px;
}
.compare-col p { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.compare-col.compare-us .compare-label { color: var(--accent); }
.compare-col.compare-us p { color: var(--ink); font-weight: 400; }

.network-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--ink);
}
.net-card {
  padding: 40px 40px 40px 0;
  border-right: 1px solid var(--line);
}
.net-card:last-child { border-right: 0; padding-right: 0; padding-left: 40px; }
.net-card .net-k {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--accent); margin-bottom: 16px;
}
.net-card .net-headline {
  font-size: 26px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.15;
  color: var(--ink); margin-bottom: 20px;
}
.net-card p { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin: 0 0 28px; max-width: 520px; }
.net-card .net-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  padding-top: 20px; border-top: 1px solid var(--line);
}
.net-card .net-stats > div {
  padding-right: 12px;
  border-right: 1px solid var(--line-2);
  display: flex; flex-direction: column; gap: 4px;
}
.net-card .net-stats > div:last-child { border-right: 0; }
.net-card .net-stats .v { font-size: 20px; font-weight: 400; letter-spacing: -0.015em; color: var(--ink); }
.net-card .net-stats .l { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }

.shape-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 32px;
}
.shape-mini {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--bg-2);
}
.shape-mini .shape-mini-k {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--accent); margin-bottom: 16px;
}
.shape-mini p { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.about-cta-inline { text-align: right; padding-top: 60px; }

.thesis-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 32px;
}
.thesis-card {
  padding: 32px 24px;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.thesis-card .thesis-k {
  font-family: var(--sans); font-size: 14px; font-weight: 500;
  color: var(--ink); margin-bottom: 12px; letter-spacing: -0.005em;
}
.thesis-card p { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0; }

.cta-routes {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-top: 40px; border-top: 1px solid var(--ink);
}
.route-card {
  display: flex; flex-direction: column; gap: 12px;
  padding: 28px 24px 28px 0;
  border-right: 1px solid var(--line);
  color: var(--ink);
  transition: background .2s ease, padding-left .2s ease;
}
.route-card:last-child { border-right: 0; padding-right: 0; }
.route-card:not(:first-child) { padding-left: 24px; }
.route-card .route-k {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted);
}
.route-card .route-v {
  font-size: 20px; font-weight: 500; letter-spacing: -0.015em;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.route-card .arr { color: var(--muted); transition: color .2s ease, transform .2s ease; }
.route-card:hover { background: var(--bg-2); padding-left: 28px; }
.route-card:first-child:hover { padding-left: 12px; }
.route-card:hover .arr { color: var(--accent); transform: translateX(4px); }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; padding-left: 0; }
  .about-side { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .about-compare, .network-split, .shape-row, .thesis-grid, .cta-routes { grid-template-columns: 1fr; }
  .compare-col, .net-card, .route-card {
    padding: 28px 0;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }
  .compare-col:last-child, .net-card:last-child, .route-card:last-child { border-bottom: 0; padding-left: 0 !important; }
  .net-card { padding-left: 0 !important; }
}

/* ===== LEGAL PAGES ===== */
.legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 28px 120px;
  font-size: 16px; line-height: 1.7;
  color: var(--ink-2);
}
.legal .updated {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.legal h2 {
  font-family: var(--sans);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 56px 0 20px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.legal h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.legal h3 {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 36px 0 14px;
}
.legal h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin: 28px 0 12px;
}
.legal p { margin: 0 0 18px; }
.legal ul, .legal ol { margin: 0 0 22px; padding-left: 22px; }
.legal li { margin-bottom: 10px; }
.legal li > ul, .legal li > ol { margin-top: 10px; margin-bottom: 4px; }
.legal a { color: var(--ink); border-bottom: 1px solid var(--line); transition: border-color .15s ease; }
.legal a:hover { border-color: var(--ink); }
.legal strong { color: var(--ink); font-weight: 500; }
.legal em { font-family: var(--serif); font-style: italic; color: var(--ink); }
.legal hr { border: 0; border-top: 1px solid var(--line); margin: 56px 0; }
.legal .annexure {
  background: var(--bg-2);
  margin: 48px -28px;
  padding: 48px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.legal .annexure h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.legal table {
  width: 100%; border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
.legal th, .legal td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.legal th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  background: var(--bg-2);
}

/* filter bar */
.filters { display: flex; gap: 8px; padding: 28px 0; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.filters button { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; padding: 8px 14px; border: 1px solid var(--line); color: var(--muted); transition: all .15s ease; }
.filters button:hover { color: var(--ink); border-color: var(--ink); }
.filters button.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filter-meta { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-left: auto; align-self: center; text-transform: uppercase; letter-spacing: 0.1em; }

/* Process expanded (build page) */
.process-long { display: grid; grid-template-columns: 180px 1fr; gap: 40px; padding: 60px 0; border-bottom: 1px solid var(--line); }
.process-long:last-of-type { border-bottom: 0; }
.process-long .num { font-family: var(--mono); font-size: 13px; color: var(--muted); letter-spacing: 0.1em; }
.process-long h2 { margin: 0 0 20px; font-size: clamp(36px, 5vw, 64px); font-weight: 400; letter-spacing: -0.03em; line-height: 1; }
.process-long h2 em { font-family: var(--serif); font-style: italic; }
.process-long p { font-size: 18px; line-height: 1.5; max-width: 720px; color: var(--ink-2); margin: 0 0 24px; }
.process-long .bullets { font-family: var(--mono); font-size: 13px; color: var(--ink-2); line-height: 2; }
.process-long .bullets .b { display: flex; gap: 12px; align-items: baseline; }
.process-long .bullets .b::before { content: '◦'; color: var(--accent); }

/* VAP — restrained highlight: amber top-rail, Flagship tag, chip row */
.process-long.process-vap {
  border-top: 2px solid var(--accent);
  padding-top: 60px;
}
.vap-header {
  display: flex; align-items: center; gap: 20px;
  flex-wrap: wrap; margin-bottom: 20px;
}
.vap-header h2 { margin: 0; }
.vap-tag {
  font-family: var(--mono); font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.16em; color: var(--accent);
  padding: 5px 10px;
  border: 1px solid var(--accent); border-radius: 2px;
  white-space: nowrap;
}
.vap-chips {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin: 8px 0 24px;
}
.vap-chips .chip {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--ink);
  padding: 7px 12px;
  border: 1px solid var(--line); border-radius: 2px;
  background: var(--bg-2);
}


/* Stats row */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.stats-row .cell { padding: 40px 28px; border-right: 1px solid var(--line); }
.stats-row .cell:last-child { border-right: 0; }
.stats-row .cell-joined { border-right: 0; }
.stats-row .cell .l { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 18px; }
.stats-row .cell .n { font-size: clamp(40px, 5vw, 64px); font-weight: 300; letter-spacing: -0.03em; line-height: 1; }
.stats-row .cell .d { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-top: 10px; text-transform: uppercase; letter-spacing: 0.1em; }

/* Contact form */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 60px 0 120px; }
.contact-form { display: grid; gap: 20px; }
.contact-form label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 6px; display: block; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; font-family: var(--sans); font-size: 16px; padding: 12px 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-bottom-color: var(--accent); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form button { font-family: var(--mono); font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; padding: 18px 28px; background: var(--ink); color: var(--bg); justify-self: start; margin-top: 20px; }
.contact-form button:hover { background: var(--accent); color: var(--accent-ink); }
.contact-side { font-family: var(--mono); font-size: 13px; line-height: 1.7; color: var(--ink-2); }
.contact-side h4 { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 500; margin: 24px 0 8px; }

/* Participate pathway per-block CTA */
.pathway-cta { display: flex; align-items: center; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.pathway-cta .primary { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; padding: 14px 22px; background: var(--ink); color: var(--bg); display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: background .15s ease, color .15s ease; }
.pathway-cta .primary:hover { background: var(--accent); color: var(--accent-ink); }
.pathway-cta .pathway-note { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }

/* Per-pathway expandable compliance notice (native <details>) */
.pathway-disclosure {
  margin-top: 22px;
  border-top: 1px dashed var(--line);
  padding-top: 14px;
}
.pathway-disclosure > summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  user-select: none;
  transition: color .15s ease;
}
.pathway-disclosure > summary::-webkit-details-marker { display: none; }
.pathway-disclosure > summary:hover { color: var(--ink); }
.pathway-disclosure > summary .toggle-label {
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
}
.pathway-disclosure > summary:hover .toggle-label {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.pathway-disclosure > summary .chev {
  display: inline-block;
  transition: transform .2s ease;
  font-size: 10px;
}
.pathway-disclosure[open] > summary .chev { transform: rotate(180deg); }
.pathway-disclosure[open] > summary .toggle-label::before { content: 'hide '; }
.pathway-disclosure .disclosure-body {
  margin-top: 14px;
  padding: 16px 18px;
  background: var(--bg-2);
  border-left: 2px solid var(--accent);
}
.pathway-disclosure .disclosure-body p {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--ink-2);
  margin: 0;
  text-transform: none;
  max-width: 760px;
}
.participate-notice {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 48px 0 24px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
}
.participate-notice .num {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.participate-notice p {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin: 0 0 16px;
  max-width: 760px;
  text-transform: none;
}
.participate-notice-link {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  display: inline-block;
}
.participate-notice-link:hover { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 900px) {
  .participate-notice { grid-template-columns: 1fr; gap: 16px; }
}
.pathway-disclaimer {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
}
.pathway-disclaimer a {
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color .15s ease, border-color .15s ease;
}
.pathway-disclaimer a:hover { color: var(--accent); border-bottom-color: var(--accent); }

/* Acknowledgement block on contact form */
.ack-block {
  border: 0;
  padding: 24px 0 0;
  margin: 8px 0 0;
  display: grid;
  gap: 14px;
}
.ack-block[hidden] { display: none; }
.ack-legend {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  padding: 0;
  margin-bottom: 6px;
}
.ack {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-2);
  cursor: pointer;
}
.ack[hidden] { display: none; }
.ack input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: var(--accent);
  cursor: pointer;
}
.ack a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.ack a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.ack-conditional {
  background: var(--bg-2);
  border-left: 2px solid var(--accent);
  padding: 12px 14px;
  font-size: 12.5px;
}

/* Participate terms TOC */
.participate-terms-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 40px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.participate-terms-toc a {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-2);
  padding: 8px 14px;
  border: 1px solid var(--line);
  transition: all .15s ease;
}
.participate-terms-toc a:hover {
  color: var(--bg);
  background: var(--ink);
  border-color: var(--ink);
}

/* Contact form route hint */
.route-hint { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); padding: 12px 0 4px; }

/* Responsive */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .heroA { grid-template-columns: 1fr; }
  .heroB .console { grid-template-columns: 1fr; }
  .heroC-cell.headline { grid-column: 1 / -1; }
  .heroC-cell.mark, .heroC-cell.stat, .heroC-cell.sub, .heroC-cell.cta, .heroC-cell.loc { grid-column: span 12; }
  .method { grid-template-columns: 1fr; }
  .venture { grid-column: span 12; }
  .partners { grid-template-columns: repeat(2, 1fr); }
  .manifesto { grid-template-columns: 1fr; }
  .track-record { grid-template-columns: 1fr; }
  .tr-intro { padding-left: 0; }
  .tr-subtext { grid-column: 1 / -1; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .news-item { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
  .news-item .cat { justify-self: start; }
  .news-item .arr { text-align: left; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-long { grid-template-columns: 1fr; }
  .inherit-grid { grid-template-columns: 1fr; }
  .inherit-card { border-right: 0; }
  .shapes-grid { grid-template-columns: 1fr; }
  .shape-card { border-right: 0; }
  .compound-row { grid-template-columns: 1fr; gap: 12px; }
  .compound-arrow { text-align: left; }
  .activation-grid { grid-template-columns: 1fr; gap: 24px; }
  .activation-card.featured { grid-template-columns: 1fr; }
  .activation-card.featured .activation-mosaic { min-height: 280px; }
  .activation-card.featured .activation-image { min-height: 280px; }
  .activation-card.featured .activation-body { padding: 32px 24px; }
  .format-header { grid-template-columns: 1fr; gap: 20px; }
  .network-partners span { flex: 1 1 calc(50% - 1px); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-row { grid-template-columns: 1fr 1fr; }
  .network-stats { grid-template-columns: 1fr 1fr; }
  .members-grid { grid-template-columns: 1fr 1fr; }
  .vehicles-grid { grid-template-columns: 1fr; }
  .testimonial-controls { justify-content: center; }
  .experiences-controls { flex-direction: column; align-items: stretch; gap: 16px; }
  .experiences-arrows { justify-content: center; }
  .loop-row { grid-template-columns: 1fr; gap: 8px; }
  .loop-arrow { text-align: left; }
}

/* Dedicated slider breakpoints — cleaner than mixing into the broad 900px rule */
@media (max-width: 500px) {
  .testimonial-slide { padding: 32px 24px; min-height: 320px; flex-basis: 100%; width: 100%; }
  .experiences-track .activation-card { flex-basis: 100%; }
}

@media (min-width: 501px) and (max-width: 720px) {
  .testimonial-slide { flex-basis: 50%; width: 50%; }
  .experiences-track .activation-card { flex: 0 0 calc((100% - 24px) / 2); }
}


/* ============================================================
   ===== MOBILE / PHONE OPTIMIZATION ==========================
   ============================================================
   Existing 900px breakpoint handles the desktop→tablet collapse.
   This block targets phones (<640px) where tablet-scale rules
   still leave things too generous in padding, too tight in
   typography, or overflowing the viewport.
   Kept at the bottom of the file to override earlier rules. */

@media (max-width: 640px) {

  /* ---------- GLOBAL: tighten horizontal rhythm ---------- */
  .wrap-wide, .wrap { padding: 0 20px; }

  /* ---------- NAV ---------- */
  .nav .nav-inner { padding: 18px 20px; gap: 12px; }
  .brand { font-size: 13px; }

  /* ---------- HEROES ---------- */
  /* heroA: cut generous vertical padding, reflow stats, hide absolute ticker */
  .heroA { padding: 48px 0 64px; gap: 36px; }
  .heroA h1 { font-size: clamp(44px, 12vw, 72px); letter-spacing: -0.035em; }
  .heroA .ticker { display: none; }
  .heroA .meta { flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
  .heroA .meta .bar { display: none; }
  .heroA .stat .n { font-size: clamp(28px, 8vw, 36px); }
  .heroA .sub { font-size: 16px; max-width: none; }
  .heroA h1 .one-wrap .mark { width: 10px; height: 10px; transform: translateY(-6px); }

  /* heroB: console stack + smaller mono */
  .heroB { padding: 48px 0 56px; }
  .heroB .console { grid-template-columns: 1fr !important; }
  .heroB .console-body h1 { font-size: clamp(40px, 11vw, 64px); }
  .heroB .console-side { padding: 24px 20px; }

  /* ---------- MARQUEE ---------- */
  .marquee { font-size: 13px; padding: 12px 0; }

  /* ---------- SECTION SPACING ---------- */
  /* Pull in the 80-120px block-level padding used across About and Network. */
  /* about-section padding handled by sec-head and about-grid — see desktop rules */
  .network-stats-section,
  .network-vehicles-section,
  .network-members-section,
  .network-loops-section,
  .network-partners-section { padding-block: 48px 32px; }
  .page-hero { padding: 56px 0 40px; }
  .tr-section .sec-head { padding-top: 72px; }
  .manifesto { padding: 64px 0 40px; }
  .manifesto-stack { gap: 24px; }
  .manifesto-sub { padding-top: 20px; gap: 16px; }
  .manifesto-sub p { font-size: 15px; }
  .sec-head { padding: 48px 0 24px; grid-template-columns: 1fr; gap: 16px; }
  .sec-head .num { padding-top: 0; }

  /* ---------- TYPOGRAPHY SCALING ---------- */
  /* Lede paragraphs across pages need breathing room, not weight. */
  .page-hero h1 { font-size: clamp(40px, 11vw, 64px); line-height: 1; }
  .page-hero .lede { font-size: 16px; line-height: 1.55; }
  .about-body p { font-size: 17px; }
  .manifesto .body { font-size: clamp(24px, 6.5vw, 34px); line-height: 1.2; }
  .cta-big h2 { font-size: clamp(44px, 13vw, 80px); line-height: 0.95; }
  .cta-big { padding: 56px 0 72px; }

  /* ---------- AMBER-BLEED (V2 addition — no mobile rule existed) ---------- */
  .amber-bleed { padding: 56px 0 64px; }
  .amber-bleed .inner { grid-template-columns: 1fr; gap: 24px; padding: 0 20px; }
  .amber-bleed h2 { font-size: clamp(32px, 9vw, 48px); }
  .amber-bleed .stamp { font-size: clamp(140px, 40vw, 200px); }
  .amber-bleed .right-col { text-align: left; }

  /* ---------- AMBIENT IMAGE STRIP (V2) ---------- */
  .ambient-strip .ambient-inner {
    grid-template-columns: 1fr !important;
    height: auto !important;
    gap: 2px;
  }
  .ambient-strip .tile { aspect-ratio: 16 / 10; }
  .ambient-strip .overlay-word { left: 16px; top: 16px; }
  .ambient-strip .tile .caption { left: 16px; bottom: 14px; }

  /* ---------- METHOD STEPS ---------- */
  .method .step { grid-template-columns: 1fr !important; gap: 12px; padding: 32px 0; }
  .method .step .tags { margin-top: 12px; }

  /* ---------- TRACK RECORD ---------- */
  .track-record { grid-template-columns: 1fr !important; gap: 16px; }
  .tr-card { padding: 24px 20px; }
  .tr-intro { font-size: 15px; }
  .tr-body { font-size: 14px; }
  .tr-name { font-size: clamp(24px, 7vw, 32px); }
  .tr-stat .big { font-size: clamp(20px, 6vw, 28px); }

  /* ---------- FOOTER ---------- */
  /* At 900px it goes 1fr 1fr; tighten to 1fr below 640 for readability. */
  .foot-grid { grid-template-columns: 1fr !important; gap: 32px; padding: 48px 0 32px; }
  .foot-bar { flex-direction: column; gap: 12px; text-align: left; align-items: flex-start; }
  .brand-big { font-size: 40px; }

  /* ---------- BUILD PAGE ---------- */
  .process-long { padding: 32px 0; }
  .process-long h2 { font-size: clamp(28px, 8vw, 44px); }
  .eco-filters { padding: 16px 0 8px; }
  .eco-chips { padding: 8px 0 16px; }
  .eco-chip { padding: 8px 12px; font-size: 11px; }

  /* ---------- PARTICIPATE ---------- */
  .stats-row { grid-template-columns: 1fr !important; gap: 1px; }
  .cell { padding: 20px 16px; }
  .cell .n { font-size: clamp(28px, 8vw, 40px); }

  /* ---------- CONTACT ---------- */
  .contact-form button { width: 100%; justify-self: stretch; }
  .contact-form input, .contact-form textarea, .contact-form select {
    font-size: 16px; /* iOS auto-zoom trigger threshold — keep at 16+ */
  }

  /* ---------- DRAWER (portfolio detail) ---------- */
  .drawer { width: 100%; }

  /* ---------- COMPANIES FILTERS ---------- */
  .filters { gap: 6px; padding: 16px 0; }
  .filters button { padding: 7px 11px; font-size: 10px; }
  .filter-meta { margin-left: 0; margin-top: 8px; flex-basis: 100%; }

  /* ---------- EXPERIENCES ---------- */
  .activation-card.featured .activation-body { padding: 24px 20px; }
  .activation-body { padding: 20px 16px 24px; }
  .activation-body h3 { font-size: clamp(20px, 5.5vw, 26px); }

  /* ---------- NETWORK ---------- */
  .network-hero h1 { font-size: clamp(44px, 12vw, 72px); }
  .network-stats { grid-template-columns: 1fr !important; gap: 1px; }
  .network-partners span { flex: 1 1 100%; }
  .vehicles-grid { gap: 16px; }
  .vehicle-card { padding: 28px 24px; }

  /* ---------- TESTIMONIALS ---------- */
  .testimonial-row { grid-template-columns: 1fr 1fr !important; }
  .testimonial { padding: 28px 20px; min-height: 240px; }

  /* ---------- ABOUT ---------- */
  .about-grid { gap: 32px; padding-top: 16px; }
  .about-side .side-row { padding: 8px 0; font-size: 11px; }

  /* ---------- NEWS ---------- */
  .news-item { padding: 14px 0 !important; }
  .news-item .title { font-size: 17px; }
}

/* Very narrow phones (iPhone SE etc.) — further tighten */
@media (max-width: 380px) {
  .wrap-wide, .wrap { padding: 0 16px; }
  .heroA h1 { font-size: 40px; }
  .page-hero h1 { font-size: 38px; }
}
