/* ================================================
   vairee — landing page specific styles
   Hero chamber, reveal panels, twin cards, pitch
   ================================================ */
 
/* ── Motion (respect system preference) ───────── */
@keyframes hero-enter {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-enter {
  animation: hero-enter 0.5s var(--ease-out) both;
}

/* ── HERO (mobile-first) ─────────────────────── */
.hero {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
}
.hero-intro {
  min-height: 100svh;
  min-height: 100dvh;
}
.hero-locked {
  cursor: default;
  height: 100svh;
  height: 100dvh;
  min-height: 100svh;
  min-height: 100dvh;
  max-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}
.hero-locked .panel.is-locked {
  position: absolute;
  inset: 0;
  width: auto;
  min-height: 0;
  overflow-y: visible;
  pointer-events: none;
}
.hero-locked .panel.is-locked a,
.hero-locked .panel.is-locked button,
.hero-locked .panel.is-locked .panel-scroll-hint {
  pointer-events: auto;
}
.hero-locked .panel:not(.is-locked) {
  display: none;
}
/* Locked path: viewport hero + scrollable story below */
.path-flow {
  display: block;
  width: 100%;
}
.path-screen {
  height: 100svh;
  height: 100dvh;
  max-height: 100dvh;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.path-screen .hero {
  height: 100%;
  max-height: 100%;
  min-height: 0 !important;
}
.path-screen .hero-locked {
  height: 100%;
  max-height: 100%;
}
.main-has-path {
  overflow: visible;
}
.hero-locked .stage,
.hero-locked .particles,
.hero-locked .pings,
.hero-locked .floor,
.hero-locked .ring {
  display: none;
}
.hero-locked .hero-cursor { display: none; }
.hero-touch { touch-action: pan-y pinch-zoom; }
.hero-explore.hero-touch { touch-action: none; }
 
/* Atmosphere: floor line (no orange) */
.floor {
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: 60%;
  max-width: 600px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(236, 227, 210, 0.14), transparent);
  filter: blur(0.5px);
  pointer-events: none;
}
 
/* Ground rings (no orange) */
.ring {
  position: absolute;
  bottom: calc(18% - 2px);
  left: 50%;
  transform: translateX(-50%) rotateX(75deg);
  border-radius: 50%;
  border: 1px solid rgba(236, 227, 210, 0.06);
  pointer-events: none;
}
/* Rings — mobile default (lighter) */
.ring.r1 { width: 200px; height: 200px; }
.ring.r2 { width: 280px; height: 280px; opacity: 0.6; }
.ring.r3, .ring.r4 { display: none; }

/* Drift particles (paper colour, not orange) */
.particles { position: absolute; inset: 0; pointer-events: none; }
.particle {
  position: absolute;
  width: 1.5px; height: 1.5px;
  background: var(--paper);
  border-radius: 50%;
  opacity: 0;
  animation: drift var(--dur, 20s) linear infinite;
  animation-delay: var(--delay, 0s);
}
.particle.lg { width: 2.5px; height: 2.5px; box-shadow: 0 0 3px rgba(236, 227, 210, 0.4); }
@keyframes drift {
  0%   { transform: translate(0, 30vh); opacity: 0; }
  10%  { opacity: var(--op, 0.5); }
  90%  { opacity: var(--op, 0.5); }
  100% { transform: translate(var(--dx, 0), -50vh); opacity: 0; }
}
 
/* Ping dots (paper colour, not orange) */
.pings { position: absolute; inset: 0; pointer-events: none; }
.ping {
  position: absolute;
  top: 50%;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(236, 227, 210, 0.55);
  box-shadow: 0 0 8px rgba(236, 227, 210, 0.20);
  opacity: 0;
  animation: ping-travel var(--dur, 5s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.ping.p1 { left: -2%;  --tx: 49vw; --dur: 6.4s; --delay: 0.4s; }
.ping.p2 { left: 102%; --tx: -50vw; --dur: 8.2s; --delay: 2.6s; }
.ping.p3 { left: -2%;  --tx: 50vw; top: 32%; --dur: 7.4s; --delay: 4.1s; }
.ping.p4 { left: 102%; --tx: -48vw; top: 70%; --dur: 6.8s; --delay: 1.3s; }
@keyframes ping-travel {
  0%   { transform: translate(0, 0); opacity: 0; }
  10%  { opacity: 0.9; }
  60%  { transform: translate(calc(var(--tx) * 0.96), 0); opacity: 0.9; }
  72%  { transform: translate(calc(var(--tx) * 0.96), 0); opacity: 0.9; box-shadow: 0 0 0 20px rgba(236, 227, 210, 0.05); }
  100% { transform: translate(calc(var(--tx) * 0.96), 0); opacity: 0; box-shadow: 0 0 0 48px rgba(236, 227, 210, 0); }
}
 
/* ── STAGE (intro, mobile-first) ─────────────── */
.stage {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--nav-h) + var(--safe-top) + 8px) var(--page-pad-x) calc(132px + var(--safe-bottom));
  gap: 0;
  pointer-events: none;
  will-change: transform;
  transition: none;
}
.stage-intro-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  gap: clamp(12px, 2.5vh, 22px);
  margin-bottom: clamp(16px, 3.5vh, 32px);
  flex-shrink: 0;
}
.hero-locked .stage {
  pointer-events: none;
}
.hero-locked .stage > * { opacity: 0; pointer-events: none; }
.stage > * { pointer-events: auto; }

.chamber-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  flex-shrink: 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--paper-3);
  gap: 8px;
}
.chamber-meta .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.chamber-meta .meta-hide-mobile { display: none; }
.chamber-meta strong {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--paper);
  letter-spacing: 0;
  text-transform: none;
  margin-left: 4px;
}
 
/* Hero headline */
.headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 9.5vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--paper);
  text-align: center;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-height: 1.12em;
  z-index: 6;
  flex-shrink: 0;
}
.headline span {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  white-space: normal;
  text-wrap: balance;
  padding: 0 4px;
  line-height: 1.05;
}
.headline span.show { opacity: 1; transform: translateY(0); }
.headline-static { display: none; }

.intro-lead {
  width: 100%;
  max-width: 440px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--paper-2);
  line-height: 1.5;
  flex-shrink: 0;
  margin: clamp(20px, 4vh, 36px) 0 clamp(18px, 3.5vh, 32px);
  z-index: 6;
}
.intro-lead .glow { color: var(--paper); }

/* Explore hint + bottom dock (mobile-first) */
.explore-hint {
  position: fixed;
  left: 50%;
  bottom: calc(var(--touch-min) + 20px + var(--safe-bottom));
  transform: translateX(-50%);
  z-index: 26;
  margin: 0;
  max-width: min(92vw, 320px);
  text-align: center;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--paper-3);
  pointer-events: none;
}
.explore-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px var(--page-pad-r) calc(10px + var(--safe-bottom)) var(--page-pad-x);
  gap: 8px;
  pointer-events: none;
}
.explore-dock .edge-tap { pointer-events: auto; }

/* Edge tap zones — commit hiring / talent */
.edge-tap {
  position: relative;
  top: auto;
  transform: none;
  z-index: 25;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  min-width: var(--touch-min);
  min-height: var(--touch-min);
  padding: 16px 12px;
  background: transparent;
  border: none;
  color: var(--paper-2);
  cursor: pointer;
  font-family: var(--font-body);
  opacity: 0.55;
  transition: opacity 0.25s ease, color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.edge-tap:active { opacity: 1; color: var(--paper); }
.edge-tap.active { opacity: 1; color: var(--paper); }
.edge-tap-left { justify-content: flex-start; padding-left: 0; }
.edge-tap-right { justify-content: flex-end; padding-right: 0; }
.eh-arrow {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.eh-num {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: -0.02em;
  line-height: 1;
  flex-shrink: 0;
}
.eh-text {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 1.35;
  max-width: 11em;
}
.edge-tap-left .eh-text { text-align: left; }
.edge-tap-right .eh-text { text-align: right; }
@media (hover: hover) {
  .edge-tap:hover { opacity: 1; color: var(--paper); }
}

/* Custom cursor — desktop explore only */
.hero-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(236, 227, 210, 0.6);
  box-shadow: 0 0 0 5px rgba(236, 227, 210, 0.08), 0 0 14px rgba(236, 227, 210, 0.2);
  pointer-events: none;
  z-index: 80;
  transform: translate(-50%, -50%);
}
/* Slide panels — no CSS transition while dragging; animate on lock */
.panel {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-h) + var(--safe-top) + 24px) var(--page-pad-r) calc(24px + var(--safe-bottom)) var(--page-pad-x);
  will-change: transform;
  transition: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
}
.panel.panel-animate { transition: transform 0.5s var(--ease-out); }
.panel.is-locked {
  z-index: 35;
}
.hero-explore .panel.is-locked,
.hero-explore .panel.is-revealed {
  pointer-events: auto;
}
body:has(.nav-path-bar) .panel.is-locked {
  padding-top: calc(var(--nav-h) + var(--safe-top) + var(--path-bar-h) + 16px);
}
.panel-left {
  background: var(--bg-paper);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  transform: translateX(-100%);
  align-items: flex-start;
  text-align: left;
}
.panel-right {
  background: rgba(8, 7, 10, 0.96);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-left: 1px solid rgba(236, 227, 210, 0.07);
  transform: translateX(100%);
  align-items: flex-start;
}
.hero-explore .panel.is-revealed {
  pointer-events: auto;
  cursor: pointer;
}
.panel-left .panel-mark { color: rgba(21, 17, 13, 0.35); }
.panel-left .panel-mark .num { color: var(--orange); }
.panel-left .panel-h { color: var(--ink); }
.panel-left .panel-body {
  color: var(--ink-2);
  max-width: 52ch;
  font-size: 0.9375rem;
}
.panel-left .panel-body.panel-body-wide {
  max-width: min(72ch, 96vw);
}
.panel-left .panel-body.panel-body-wide + .panel-body.panel-body-wide {
  margin-top: 4px;
}
.panel-left .panel-hi--ink {
  font-weight: 700;
  font-style: italic;
  color: var(--ink);
  letter-spacing: 0.08em;
}
.panel-left .panel-body strong { color: var(--ink); font-family: var(--font-display); }
.panel-left .panel-foot { color: rgba(21, 17, 13, 0.28); }

.panel-left .panel-cta {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 40px -12px rgba(250, 135, 20, 0.3);
  border: none;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: var(--touch-min);
  cursor: pointer;
}
.panel-left button.panel-cta {
  -webkit-tap-highlight-color: transparent;
}
.panel-right .panel-cta,
.panel-cta-ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(236, 227, 210, 0.12);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: var(--touch-min);
}
.panel-cta-ghost:active {
  background: rgba(236, 227, 210, 0.06);
  transform: scale(0.98);
}
/* Intro CTAs — center landing only */
.intro-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  align-items: stretch;
  z-index: 8;
}
.intro-ctas .btn-primary,
.intro-ctas .btn-ghost {
  width: 100%;
  justify-content: center;
}
.hero-locked .intro-lead,
.hero-locked .intro-ctas { display: none; }

/* ── CASE CARD (single twin) ─────────────────── */
.stack {
  position: relative;
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
  z-index: 4;
  margin: 0 0 clamp(12px, 2vh, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-single {
  position: relative;
  width: min(260px, 82vw);
  height: min(289px, 49.3vw);
  max-width: 280px;
  max-height: 340px;
  border-radius: var(--r-lg);
  background: rgba(18, 16, 24, 0.72);
  border: 1px solid rgba(236, 227, 210, 0.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .card-single {
    animation: card-float 10s ease-in-out infinite;
  }
}
@keyframes card-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}

.card {
  border-radius: var(--r-lg);
  background: rgba(18, 16, 24, 0.72);
  border: 1px solid rgba(236, 227, 210, 0.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}
 
/* Card interior */
.card-content {
  position: relative;
  height: 100%;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
/* Corner brackets */
.card-corner {
  position: absolute;
  width: 10px; height: 10px;
  pointer-events: none;
}
.card-corner.tl { top: 12px; left: 12px; border-top: 1px solid var(--paper-3); border-left: 1px solid var(--paper-3); }
.card-corner.tr { top: 12px; right: 12px; border-top: 1px solid var(--paper-3); border-right: 1px solid var(--paper-3); }
.card-corner.bl { bottom: 12px; left: 12px; border-bottom: 1px solid var(--paper-3); border-left: 1px solid var(--paper-3); }
.card-corner.br { bottom: 12px; right: 12px; border-bottom: 1px solid var(--paper-3); border-right: 1px solid var(--paper-3); }
 
/* Top tick marks (calibration lines) */
.card-ticks {
  position: absolute;
  left: 24px; right: 24px;
  display: flex;
  justify-content: space-between;
}
.card-ticks.top    { top: 8px; }
.card-ticks.bottom { bottom: 8px; }
.card-ticks span {
  width: 1px; height: 5px;
  background: var(--paper-4);
  display: block;
}
 
/* Card header row */
.card-tl, .card-tr {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--paper-3);
  padding-top: 4px;
}
.card-tl { flex: 1; }
.card-tl .v  { color: var(--paper-3); font-family: var(--font-display); font-size: 11px; text-transform: none; letter-spacing: 0; }
.card-tr { justify-content: flex-end; }
.card-tr .cls { color: var(--paper-2); }
 
/* Identity void — the redacted block */
.card-void {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid rgba(236, 227, 210, 0.07);
  border-bottom: 1px solid rgba(236, 227, 210, 0.07);
  margin: 10px 0 8px;
}
.void-id-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.void-label {
  font-family: var(--font-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(236, 227, 210, 0.22);
}
.void-hash {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  color: rgba(236, 227, 210, 0.14);
}
.void-sub {
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(236, 227, 210, 0.16);
}
.void-wave {
  width: 78%;
  height: 22px;
  opacity: 0.45;
}
 
/* Card data rows */
.card-data {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.card-data .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px solid rgba(236, 227, 210, 0.05);
  font-family: var(--font-body);
  font-size: 11px;
}
.card-data .row:last-child { border-bottom: none; }
.card-data .row .k { color: var(--paper-3); font-weight: 400; letter-spacing: 0.5px; }
.card-data .row .v { color: var(--paper); font-weight: 300; text-align: right; max-width: 60%; }
 
/* Card foot */
.card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--paper-3);
}
.state { display: flex; align-items: center; gap: 6px; }
 
/* Orange use #2 — state-dot only on active/matched cards */
.state-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(236, 227, 210, 0.20);
  display: inline-block;
  flex-shrink: 0;
}
.state-dot.is-live {
  background: var(--orange);
  box-shadow: 0 0 5px rgba(250, 135, 20, 0.45);
}
 
.action { color: var(--paper-2); font-size: 12px; }
 
/* ── BELOW HERO ──────────────────────────────── */
.below {
  position: relative;
  width: 100%;
  max-width: 680px;
  text-align: center;
  flex-shrink: 0;
  margin-top: auto;
  padding-bottom: 8px;
  z-index: 8;
}
.below .layer {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.below .layer.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.below p {
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 300;
  color: var(--paper-2);
  line-height: 1.55;
  margin-bottom: 20px;
}
.below .glow { color: var(--paper); }
.ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
 
.panel-mark {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--paper-3);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
}
.panel-mark .num {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--paper);
  text-transform: none;
}
.panel-cta .arrow { transition: transform 0.25s ease; }
@media (hover: hover) {
  .panel-cta:hover .arrow { transform: translateX(3px); }
}

/* ── PATH PAGES (hiring / talent, mobile-first) ─ */
.hero-path {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  min-height: 100dvh;
  padding: calc(var(--nav-h) + var(--safe-top) + 28px) var(--page-pad-x) calc(28px + var(--safe-bottom));
}
.hero-path-hiring {
  background: var(--bg-paper);
  color: var(--ink);
}
.hero-path-talent {
  background: var(--bg-0);
  overflow: hidden;
}
.path-page {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.hero-path-hiring .panel-mark { color: rgba(21, 17, 13, 0.35); }
.hero-path-hiring .panel-mark .num { color: var(--orange); }
.hero-path-hiring .panel-h { color: var(--ink); max-width: none; }
.hero-path-hiring .panel-body { color: var(--ink-2); max-width: none; }
.hero-path-hiring .panel-body strong { color: var(--ink); font-family: var(--font-display); }

.panel-h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.25rem, 11vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  color: var(--paper);
  max-width: 12ch;
}
.panel-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--paper-2);
  margin-bottom: 28px;
}
.panel-body strong { font-weight: 700; color: var(--paper); }

.path-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.path-ctas .panel-cta,
.path-ctas .btn-ghost {
  width: 100%;
  justify-content: center;
  min-height: var(--touch-min);
  font-size: 11px;
}
.hero-path-hiring .panel-cta {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 40px -12px rgba(250, 135, 20, 0.3);
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.hero-path-hiring .panel-cta:active { transform: scale(0.98); background: #e07810; }
.panel-cta-ghost {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(236, 227, 210, 0.12);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
.panel-cta-ghost:active {
  transform: scale(0.98);
  background: rgba(236, 227, 210, 0.06);
}

.panel-scroll-hint {
  margin-top: 28px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  opacity: 0.65;
  background: none;
  border: none;
  padding: 12px 0;
  min-height: var(--touch-min);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}
.panel-scroll-hint:active { opacity: 1; }
.panel-left .panel-scroll-hint { color: var(--ink-3); }
.panel-right .panel-scroll-hint { color: var(--paper-3); }
.panel-right .panel-scroll-hint { width: 100%; }
.panel-right .panel-mark .num { color: var(--orange); }
.panel-right .panel-h {
  color: var(--paper);
  max-width: none;
  display: block;
}
.panel-right .panel-h-lead {
  display: block;
}
.panel-right .panel-h--seeking {
  max-width: 11ch;
}
.panel-right .panel-h-phrase {
  display: block;
  margin-top: 0.04em;
}
.panel-right .panel-h-line {
  display: block;
  line-height: 0.92;
}
.panel-right .panel-h-dot {
  color: var(--orange);
  display: inline-block;
  vertical-align: baseline;
}
.panel-right .panel-h-toggle {
  font: inherit;
  color: var(--paper);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
.panel-right .panel-h-toggle.is-hint,
.panel-right .panel-h-toggle.is-active {
  color: var(--paper);
}
.panel-right .panel-h-toggle.is-hint {
  border-bottom-color: rgba(236, 227, 210, 0.35);
}
.panel-right .panel-body {
  max-width: 52ch;
  font-size: 0.9375rem;
}
.panel-right .panel-body.panel-body-wide {
  max-width: min(72ch, 96vw);
  margin-bottom: 0;
}
.panel-right .panel-body strong { color: var(--paper); font-weight: 700; }
.panel-right .panel-body-foot {
  max-width: min(72ch, 96vw);
  font-size: 0.9375rem;
  color: var(--paper-2);
  margin: 10px 0 10px;
  line-height: 1.5;
}
.panel-right .panel-body-foot strong {
  color: var(--paper);
  font-weight: 700;
}
.panel-right .panel-ever {
  font-style: italic;
  font-weight: 700;
}
.panel-right .panel-hi {
  font-weight: 700;
  font-style: italic;
  color: var(--paper);
  letter-spacing: 0.08em;
}
.panel-seeking .panel-hi {
  letter-spacing: 0.1em;
}
.panel-right .panel-cta {
  color: var(--orange);
  border: 1px solid rgba(236, 227, 210, 0.45);
}
.panel-right .panel-cta .arrow { color: var(--paper); }
.path-editorial--talent .ed-colophon .panel-cta-ghost {
  width: auto;
  align-self: flex-start;
  justify-content: center;
  margin-top: 8px;
  color: var(--orange);
  border: 1px solid rgba(236, 227, 210, 0.45);
}
.path-editorial--talent .ed-colophon .panel-cta-ghost .arrow {
  color: var(--paper);
}

/* ── PATH STORY (below path-screen — page scroll) ─ */
.path-flow .path-story {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 40vh;
  padding: 40px var(--page-pad-r) calc(40px + var(--safe-bottom)) var(--page-pad-x);
  scroll-margin-top: calc(var(--nav-h) + var(--safe-top));
}
.path-story {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 40px var(--page-pad-r) calc(40px + var(--safe-bottom)) var(--page-pad-x);
}
.path-story-hiring {
  background: var(--bg-paper);
  color: var(--ink);
  border-top: 1px solid rgba(21, 17, 13, 0.08);
}
.path-story-talent {
  background: var(--bg-0);
  color: var(--paper);
  border-top: 1px solid rgba(236, 227, 210, 0.06);
}
.path-story-inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.story-block {
  margin-bottom: 40px;
}
.story-block:last-of-type { margin-bottom: 32px; }
.story-eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.path-story-hiring .story-eyebrow { color: var(--ink-3); }
.path-story-talent .story-eyebrow { color: var(--paper-3); }
.story-h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 8vw, 2.75rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 14px;
  max-width: 16ch;
}
.path-story-hiring .story-h { color: var(--ink); }
.path-story-talent .story-h { color: var(--paper); }
.story-p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  max-width: 42ch;
}
.path-story-hiring .story-p { color: var(--ink-2); }
.path-story-hiring .story-p strong { color: var(--ink); font-weight: 700; }
.path-story-talent .story-p { color: var(--paper-2); }
.path-story-talent .story-p strong { color: var(--paper); font-weight: 700; }

.story-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.story-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-top: 20px;
  border-top: 1px solid rgba(236, 227, 210, 0.08);
}
.path-story-hiring .story-step { border-top-color: rgba(21, 17, 13, 0.08); }
.story-step:first-child { border-top: none; padding-top: 0; }
.story-step-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  width: 2ch;
}
.path-story-hiring .story-step-num { color: var(--ink); }
.path-story-talent .story-step-num { color: var(--paper); }
.story-step strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1.1;
}
.path-story-hiring .story-step strong { color: var(--ink); }
.path-story-talent .story-step strong { color: var(--paper); }
.story-step p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.55;
  margin: 0;
  max-width: 38ch;
}
.path-story-hiring .story-step p { color: var(--ink-2); }
.path-story-talent .story-step p { color: var(--paper-2); }

.story-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.story-points li {
  padding: 18px 0 0;
  border-top: 1px solid rgba(236, 227, 210, 0.08);
}
.path-story-hiring .story-points li { border-top-color: rgba(21, 17, 13, 0.08); }
.story-points li:first-child { border-top: none; padding-top: 0; }
.story-points strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.path-story-hiring .story-points strong { color: var(--ink); }
.path-story-talent .story-points strong { color: var(--paper); }
.story-points p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  max-width: 40ch;
}
.path-story-hiring .story-points p { color: var(--ink-2); }
.path-story-talent .story-points p { color: var(--paper-2); }

.story-pull {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.375rem, 5.5vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 8px 0 36px;
  padding: 0;
  border: none;
  max-width: 22ch;
}
.path-story-hiring .story-pull { color: var(--ink); }
.path-story-talent .story-pull { color: var(--paper); }

.story-cta-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  padding-top: 8px;
}
.story-cta-block .panel-cta,
.story-cta-block .panel-cta-ghost {
  width: 100%;
  justify-content: center;
  min-height: var(--touch-min);
}
.story-cta-secondary {
  width: 100%;
  justify-content: center;
  min-height: var(--touch-min);
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.path-story-hiring .story-cta-secondary { color: var(--ink-2); }
.path-story-talent .story-cta-secondary { color: var(--paper-2); }

.path-story-hiring .panel-cta {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 40px -12px rgba(250, 135, 20, 0.3);
  border: none;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.path-story-hiring .panel-cta:active { transform: scale(0.98); background: #e07810; }
.path-story-talent .panel-cta-ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(236, 227, 210, 0.2);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* ── PITCH SECTION (legacy, unused) ──────────── */
.pitch {
  position: relative;
  z-index: 2;
  padding: 64px var(--page-pad-x) calc(40px + var(--safe-bottom));
  border-top: 1px solid rgba(236, 227, 210, 0.05);
}
.pitch-eyebrow {
  text-align: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--paper-3);   /* NOT orange */
  margin-bottom: 28px;
}
.pitch-eyebrow::before, .pitch-eyebrow::after {
  content: "";
  display: inline-block;
  width: 24px; height: 1px;
  background: currentColor;
  vertical-align: middle;
  margin: 0 14px;
  opacity: 0.4;
}
.pitch-h {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 8vw, 2.5rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--paper);
  max-width: 14ch;
  margin: 0 auto 48px;
}
.pitch-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
}
.pitch-col { border-top: 1px solid var(--paper-5); padding-top: 32px; }
.pitch-col-tag {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--paper-3);   /* NOT orange */
  margin-bottom: 18px;
}
.pitch-col h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--paper);
  margin-bottom: 18px;
}
.pitch-col p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  color: var(--paper-2);
  margin-bottom: 28px;
  max-width: 46ch;
}
.pitch-col a {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  min-height: var(--touch-min);
  border-bottom: 1px solid var(--paper-4);  /* NOT orange */
}
.pitch-col a:hover { color: var(--paper-2); }
 
.coda {
  margin-top: 56px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(236, 227, 210, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--paper-3);
}
.coda a { color: var(--paper-3); transition: color 0.2s ease; }
.coda a:hover { color: var(--paper); }
.coda .links { display: flex; gap: 24px; flex-wrap: wrap; }
 
/* Path pages: extra top space when mobile path bar visible */
.hero-path {
  padding-top: calc(var(--nav-h) + var(--safe-top) + var(--path-bar-h));
}

/* Short viewports — keep intro on one screen */
@media (max-height: 680px) {
  .stage-intro-top { margin-bottom: 10px; gap: 8px; }
  .stage { padding-bottom: calc(118px + var(--safe-bottom)); }
  .intro-lead {
    font-size: 0.6875rem;
    line-height: 1.45;
    margin: clamp(14px, 3vh, 24px) 0 clamp(12px, 2.5vh, 20px);
  }
  .card-single {
    height: min(238px, 40.8vh);
    max-height: 272px;
  }
  .explore-hint { bottom: calc(var(--touch-min) + 12px + var(--safe-bottom)); }
}

/* ── DESKTOP (min-width) ─────────────────────── */
@media (min-width: 761px) {
  .hero-explore { cursor: none; }
  .hero-touch { touch-action: auto; }
  .hero-explore.hero-touch { touch-action: auto; }

  .ring.r1 { width: 320px; height: 320px; }
  .ring.r2 { width: 480px; height: 480px; }
  .ring.r3 { display: block; width: 660px; height: 660px; opacity: 0.3; }
  .ring.r4 { display: block; width: 900px; height: 900px; opacity: 0.14; }

  .explore-hint { display: none; }
  .explore-dock {
    position: absolute;
    inset: 0;
    padding: 0;
    pointer-events: none;
  }

  .edge-tap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    flex-wrap: nowrap;
    gap: 10px;
  }
  .edge-tap-left {
    left: 0;
    padding-left: 40px;
    justify-content: flex-start;
  }
  .edge-tap-right {
    right: 0;
    padding-right: 40px;
    justify-content: flex-end;
  }
  .eh-num { font-size: 22px; }
  .eh-text { font-size: 10px; letter-spacing: 2.6px; max-width: none; }

  .stage {
    padding: calc(var(--nav-h) + var(--safe-top) + 24px) 40px 40px;
    gap: 0;
  }
  .stage-intro-top {
    gap: 18px;
    margin-bottom: 28px;
  }

  .headline span { white-space: nowrap; padding: 0; }

  body:has(.nav-path-bar) .panel.is-locked {
    padding-top: calc(var(--nav-h) + var(--safe-top) + 24px);
  }

  .hero-path {
    padding-top: calc(var(--nav-h) + var(--safe-top) + 28px);
  }
  .chamber-meta {
    align-items: center;
    font-size: 10px;
    letter-spacing: 2.4px;
  }
  .chamber-meta .right {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .chamber-meta .meta-hide-mobile { display: inline; }

  .headline { font-size: clamp(2.5rem, 5.8vw, 5.5rem); min-height: 1.08em; }
  .panel { padding: 100px 80px; }
  .intro-lead { font-size: clamp(0.75rem, 0.95vw, 0.875rem); max-width: 520px; }

  .intro-ctas {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 480px;
  }
  .intro-ctas .btn-primary,
  .intro-ctas .btn-ghost { width: auto; flex: 1 1 auto; min-width: 160px; }

  .edge-tap {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .hero-path { padding: 100px 40px 60px; }
  .path-page { max-width: 720px; }

  .path-story { padding: 64px 40px calc(64px + var(--safe-bottom)); }
  .path-story-inner { max-width: 720px; }
  .story-h { max-width: none; }
  .story-pull { max-width: 28ch; }
  .story-cta-block {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .story-cta-block .panel-cta,
  .story-cta-block .panel-cta-ghost,
  .story-cta-secondary { width: auto; flex: 1 1 auto; min-width: 180px; }
  .panel-h { font-size: clamp(2.75rem, 7vw, 6.75rem); margin-bottom: 28px; }
  .panel-body { font-size: clamp(1rem, 1.4vw, 1.25rem); margin-bottom: 44px; max-width: 52ch; }
  .path-ctas {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }
  .path-ctas .panel-cta,
  .path-ctas .btn-ghost { width: auto; }

  .pitch { padding: 140px 40px 60px; }
  .pitch-h { font-size: clamp(2.125rem, 5vw, 3.75rem); margin-bottom: 96px; max-width: 16ch; }
  .pitch-cols { grid-template-columns: 1fr 1fr; gap: 60px; }
  .coda { margin-top: 120px; padding: 28px 0 0; }
}

/* ── PATH EDITORIAL (talent = dark, hiring = light) ─ */
.path-editorial {
  padding-top: 48px;
}
.path-editorial .ed-shell {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.path-editorial--talent {
  --ed-text: var(--paper);
  --ed-text-2: var(--paper-2);
  --ed-text-3: var(--paper-3);
  --ed-line: var(--paper-5);
  --ed-line-mid: var(--paper-4);
}
.path-editorial--talent .ed-stop {
  color: var(--ed-text);
  font-weight: 700;
  font-style: normal;
}
.path-editorial--talent .ed-accent {
  color: var(--orange);
  font-weight: 700;
  font-style: normal;
}
.path-editorial--talent .ed-hi {
  font-weight: 700;
  font-style: italic;
  color: var(--ed-text);
  letter-spacing: 0.06em;
}
.path-editorial--talent .ed-roman {
  font-style: italic;
  font-weight: 400;
  color: var(--ed-text-2);
}
.path-editorial--talent .ed-spread .ed-roman {
  color: var(--orange);
  font-weight: 700;
}
.path-editorial--talent .ed-kicker-roman {
  font-weight: 700;
  font-style: italic;
  color: var(--orange);
}
.path-editorial--talent .ed-cta-link-accent {
  color: var(--orange);
  border-bottom-color: rgba(250, 135, 20, 0.35);
}
.path-editorial--talent .ed-cta-link-accent .arrow {
  color: var(--paper);
}
.path-editorial--talent .ed-cta-link-accent:active {
  border-bottom-color: var(--orange);
}
@media (hover: hover) {
  .path-editorial--talent .ed-cta-link-accent:hover {
    border-bottom-color: var(--orange);
  }
}
.path-editorial--talent .ed-step-num {
  color: var(--ed-text);
  font-weight: 400;
  font-style: italic;
}
.path-editorial--hiring {
  --ed-text: var(--ink);
  --ed-text-2: var(--ink-2);
  --ed-text-3: var(--ink-3);
  --ed-line: rgba(21, 17, 13, 0.08);
  --ed-line-mid: rgba(21, 17, 13, 0.14);
}
.path-editorial--hiring .ed-accent {
  color: var(--orange);
  font-weight: 700;
  font-style: normal;
}
.path-editorial--hiring .ed-roman.ed-roman-accent,
.path-editorial--hiring .ed-roman.ed-kicker-roman,
.path-editorial--hiring .ed-kicker-roman {
  color: var(--orange);
  font-weight: 700;
  font-style: italic;
}
.path-editorial--hiring .ed-roman:not(.ed-roman-accent):not(.ed-kicker-roman) {
  font-style: italic;
  font-weight: 400;
  color: var(--ed-text-2);
}
.path-editorial--hiring .ed-cta-link-accent {
  color: var(--orange);
  border-bottom-color: rgba(250, 135, 20, 0.35);
}
.path-editorial--hiring .ed-cta-link-accent .arrow {
  color: var(--ink);
}
.path-editorial--hiring .ed-cta-link-accent:active {
  border-bottom-color: var(--orange);
}
@media (hover: hover) {
  .path-editorial--hiring .ed-cta-link-accent:hover {
    border-bottom-color: var(--orange);
  }
}

.ed-em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--ed-text);
}

/* Content always visible — no scroll-reveal hiding */
.ed-fade {
  opacity: 1;
  transform: none;
}

.ed-masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ed-text-3);
}
.ed-masthead-center {
  text-align: center;
  flex: 1;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ed-text-2);
}

.ed-rule-double {
  border-top: 1px solid var(--ed-line-mid);
  border-bottom: 1px solid var(--ed-line-mid);
  height: 5px;
  width: 100%;
  margin-bottom: 28px;
}

.ed-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.5rem, 10vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--ed-text);
  max-width: 14ch;
  margin-bottom: 22px;
}

.ed-deck {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(1rem, 2.8vw, 1.25rem);
  line-height: 1.55;
  color: var(--ed-text-2);
  max-width: 52ch;
  margin-bottom: 48px;
}
.ed-deck .ed-em { color: var(--ed-text); }

.ed-spread {
  padding-top: 28px;
  border-top: 1px solid var(--ed-line-mid);
  margin-bottom: 56px;
}

.ed-col-num {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--ed-text-3);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-roman {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  color: var(--ed-text-2);
  text-transform: none;
}

.ed-col-h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ed-text);
  margin-bottom: 18px;
  max-width: 14ch;
}

.ed-col-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.96875rem;
  line-height: 1.65;
  color: var(--ed-text-2);
  max-width: 44ch;
  margin-bottom: 24px;
}

.ed-spec-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid var(--ed-line);
}
.ed-spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ed-line);
  font-size: 13px;
}
.ed-spec-k {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--ed-text-3);
  flex-shrink: 0;
}
.ed-spec-v {
  font-weight: 300;
  color: var(--ed-text);
  text-align: right;
  max-width: 62%;
  line-height: 1.45;
}

.ed-cta-link {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ed-text);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  min-height: var(--touch-min);
  border-bottom: 1px solid var(--ed-line-mid);
  transition: gap 0.25s ease, color 0.2s ease, border-color 0.2s ease;
}
.path-editorial--hiring .ed-cta-link-primary {
  color: var(--ink);
  border-bottom-width: 1.5px;
  border-bottom-color: var(--ink);
}
.ed-cta-link:active { gap: 14px; border-bottom-color: var(--ed-text-2); }
@media (hover: hover) {
  .ed-cta-link:hover { gap: 14px; border-bottom-color: var(--ed-text-2); }
}

.ed-section {
  padding: 56px 0 48px;
  border-top: 1px solid var(--ed-line-mid);
}
.ed-section-head {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ed-line-mid);
}
.ed-kicker {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--ed-text-3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.ed-glyph {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ed-text-2);
}
.ed-section-h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 3.75rem);
  line-height: 0.94;
  letter-spacing: -0.025em;
  color: var(--ed-text);
  max-width: 12ch;
}

.ed-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ed-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px 20px;
  padding: 28px 0;
  border-top: 1px solid var(--ed-line);
}
.ed-step:last-child { border-bottom: 1px solid var(--ed-line); }
.ed-step-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1;
  color: var(--ed-text);
  grid-row: span 2;
}
.ed-step-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.125rem, 3.5vw, 1.75rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ed-text);
  max-width: 18ch;
}
.ed-step-body {
  grid-column: 2;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ed-text-2);
  max-width: 48ch;
}

.ed-colophon {
  padding: 48px 0 0;
  border-top: 1px solid var(--ed-line-mid);
}
.ed-colophon-h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ed-text);
  max-width: 14ch;
  margin-bottom: 16px;
}
.ed-colophon-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.45;
  color: var(--ed-text-2);
  max-width: 46ch;
  margin-bottom: 28px;
}
.ed-colophon-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 40px;
}
.ed-colophon-ctas .panel-cta-ghost,
.ed-colophon-ctas .btn-ghost {
  width: 100%;
  justify-content: center;
}
.ed-colophon-mark {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ed-text-3);
  padding-top: 20px;
  border-top: 1px solid var(--ed-line);
}

.path-editorial--hiring .ed-colophon-ctas .panel-cta {
  width: 100%;
  justify-content: center;
}
.path-editorial--hiring .ed-colophon-ctas .btn-text {
  width: 100%;
  justify-content: center;
  color: var(--ink-2);
  border-bottom-color: rgba(21, 17, 13, 0.2);
}

.ed-kicker-roman {
  margin-right: 4px;
}
button.ed-cta-link {
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.ed-outcome {
  padding: 56px 0 40px;
  border-top: 1px solid var(--ed-line-mid);
}
.ed-outcome-head { margin-bottom: 20px; }
.ed-outcome-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ed-text-2);
  max-width: 44ch;
  margin-bottom: 28px;
}
.ed-outcome .panel-cta {
  width: 100%;
  justify-content: center;
}

.ed-pricing-more {
  display: inline;
  position: relative;
}
.ed-more-trigger {
  font: inherit;
  font-weight: 700;
  font-size: inherit;
  color: var(--ed-text);
  background: none;
  border: none;
  border-bottom: 1px solid var(--ed-line-mid);
  padding: 0 0 1px;
  margin-left: 4px;
  cursor: pointer;
  text-transform: lowercase;
  letter-spacing: 0;
  -webkit-tap-highlight-color: transparent;
}
.ed-more-trigger:hover,
.ed-more-trigger:focus-visible,
.ed-more-trigger.is-open {
  border-bottom-color: var(--ed-text);
  color: var(--ed-text);
}

/* Pricing detail dialog — click "more here" (no hover; portaled to body) */
.pricing-pop-overlay {
  position: fixed;
  inset: 0;
  z-index: 195;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: calc(var(--nav-h) + var(--safe-top) + 12px) var(--page-pad-r) calc(12px + var(--safe-bottom)) var(--page-pad-x);
  background: rgba(5, 4, 7, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.pricing-pop-overlay.open {
  opacity: 1;
  pointer-events: auto;
  animation: pricing-pop-fade 0.22s ease forwards;
}
@keyframes pricing-pop-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.pricing-pop-box {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(88dvh, 720px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 28px 24px 24px;
  background: #f5f1eb;
  border: 1px solid rgba(21, 17, 13, 0.12);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  box-shadow: 0 24px 80px rgba(5, 4, 7, 0.35);
  color: #15110d;
  transform: translateY(12px);
  transition: transform 0.28s var(--ease-out);
}
.pricing-pop-overlay.open .pricing-pop-box {
  transform: translateY(0);
}
.pricing-pop-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  line-height: 1;
  color: var(--ink-3);
  background: none;
  border: none;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
}
.pricing-pop-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.pricing-pop-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 20px;
  padding-right: 32px;
}
.pricing-pop-block {
  margin-bottom: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(21, 17, 13, 0.08);
}
.pricing-pop-block:first-of-type {
  border-top: none;
  padding-top: 0;
}
.pricing-pop-h {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}
.pricing-pop-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.pricing-pop-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(21, 17, 13, 0.06);
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
}
.pricing-pop-list strong { color: var(--ink); }
.pricing-pop-note {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: var(--ink-3);
  margin-top: 4px;
}
.pricing-pop-p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink-2);
  margin-bottom: 12px;
}
.pricing-pop-region {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 16px 0 10px;
}
.pricing-pop-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 12px;
}
.pricing-pop-table th,
.pricing-pop-table td {
  padding: 8px 6px;
  text-align: left;
  border-bottom: 1px solid rgba(21, 17, 13, 0.08);
  color: #3d3832;
}
.pricing-pop-table td:last-child {
  font-weight: 700;
  color: #15110d;
  white-space: nowrap;
}
.pricing-pop-table th {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7a7268;
}
@media (prefers-reduced-motion: reduce) {
  .pricing-pop-overlay.open { animation: none; }
  .pricing-pop-overlay.open .pricing-pop-box { transform: none; transition: none; }
}
.pricing-pop-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.0625rem;
  color: var(--ink);
  margin-top: 12px;
}
.pricing-pop-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(21, 17, 13, 0.1);
}
.pricing-pop-actions .panel-cta {
  width: 100%;
  justify-content: center;
  min-height: var(--touch-min);
}
.pricing-pop-actions .btn-text {
  justify-content: center;
  color: var(--ink-2);
}

@media (min-width: 761px) {
  .path-editorial { padding-top: 64px; }
  .pricing-pop-overlay {
    align-items: center;
    padding: 24px;
  }
  .pricing-pop-box {
    border-radius: var(--r-lg);
    max-height: min(85vh, 720px);
  }
  .pricing-pop-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .pricing-pop-actions .panel-cta,
  .pricing-pop-actions .btn-text { width: auto; }
  .ed-outcome .panel-cta { width: auto; }
  .ed-masthead { font-size: 11px; padding: 14px 0; }
  .ed-headline { margin-bottom: 28px; }
  .ed-deck { margin-bottom: 64px; }
  .ed-spread { margin-bottom: 72px; padding-top: 36px; }
  .ed-section { padding: 72px 0 56px; }
  .ed-section-head {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 56px;
  }
  .ed-section-head .ed-kicker { margin-bottom: 0; }
  .ed-section-h { max-width: none; }
  .ed-step {
    grid-template-columns: 80px 1fr 1fr;
    gap: 20px 48px;
    padding: 36px 0;
  }
  .ed-step-num { grid-row: auto; }
  .ed-step-body { grid-column: 3; max-width: 50ch; }
  .ed-colophon { padding-top: 64px; }
  .ed-colophon-ctas {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .ed-colophon-ctas .panel-cta-ghost,
  .ed-colophon-ctas .btn-ghost { width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-enter,
  .card-single,
  .particle,
  .ping,
  .wordmark::after {
    animation: none !important;
  }
  .panel.panel-animate { transition: none; }
  .btn-primary:active,
  .btn-ghost:active,
  .edge-tap:active {
    transform: none;
  }
}
