/* =========================================================================
   Pyrra Editorial Layer — 2026 redesign
   -------------------------------------------------------------------------
   New marketing-page components on top of the base styles. Re-positions the
   site around the asset / sovereignty / democratization narrative.
   ========================================================================= */

/* Site-wide: no italics. <em> is used here as an accent-color tag only. */
em, i, .pyrra-factsheet__disclaim, .pyrra-fintable__footnote,
.pyrra-specs-footnote--legal, .pyrra-legal__footer p {
  font-style: normal;
}

/* ---- Editorial hero ------------------------------------------------------ */
.pyrra-ehero {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 1fr);
  gap: 48px;
  padding: 32px 0 64px;
  align-items: stretch;
}
.pyrra-ehero__text {
  position: relative;
  padding-left: 0;
  display: flex; flex-direction: column; gap: 22px;
  justify-content: center;
}
.pyrra-ehero__eyebrow {
  font-family: var(--font-body);
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--fire-700);
}
.pyrra-ehero__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(52px, 6.4vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.018em;
  margin: 0;
  color: var(--fg-1);
  text-wrap: balance;
}
.pyrra-ehero__title em {
  font-weight: 500;
  color: var(--fire-700);
}
.pyrra-ehero__body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.65;
  max-width: 520px;
  margin: 0;
}
.pyrra-ehero__ctas {
  display: flex; gap: 14px; margin-top: 6px; flex-wrap: wrap;
}
/* Hero CTA sizing matches the closing .pyrra-ecta__cta band (footer CTA) */
.pyrra-ehero__ctas .pyrra-btn {
  height: 50px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
}
.pyrra-ehero__media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: var(--ink-100);
  min-height: 520px;
}
.pyrra-ehero__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.pyrra-ehero__caption {
  position: absolute; left: 14px; bottom: 14px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(14,13,12,0.55);
  backdrop-filter: blur(4px);
  padding: 5px 9px;
  border-radius: 2px;
}

/* Compact hero variant — for interior pages */
.pyrra-ehero--compact {
  grid-template-columns: 1.1fr 1fr;
  padding: 28px 0 48px;
  gap: 40px;
}
.pyrra-ehero--compact .pyrra-ehero__title {
  font-size: clamp(40px, 4.8vw, 64px);
}
.pyrra-ehero--compact .pyrra-ehero__media { min-height: 380px; }

/* ---- Asset numbers strip ------------------------------------------------- */
.pyrra-anums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--border-subtle);
  margin: 8px 0 0;
}
.pyrra-anums__item {
  padding: 24px 28px 26px;
  border-left: 1px solid var(--border-subtle);
  display: flex; flex-direction: column; gap: 6px;
}
.pyrra-anums__item:first-child { border-left: 0; padding-left: 0; }
.pyrra-anums__label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.pyrra-anums__value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.012em;
  color: var(--fg-1);
}
.pyrra-anums__value em {
  font-style: normal;
  color: var(--fire-700);
}
.pyrra-anums__sub {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.5;
  margin-top: 4px;
}

/* ---- Section header (editorial, stacked title + lede) ------------------ */
.pyrra-eheader {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 36px;
  max-width: 820px;
}
.pyrra-eheader__left { display: flex; flex-direction: column; gap: 10px; }
.pyrra-eheader__index {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fire-700);
}
.pyrra-eheader__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.012em;
  margin: 0;
  color: var(--fg-1);
  text-wrap: balance;
}
.pyrra-eheader__title em {
  color: var(--fire-700);
}
.pyrra-eheader__lede {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg-2);
  margin: 0;
  max-width: 620px;
  text-wrap: pretty;
}

/* Legacy --stack class is now equivalent to the base — kept for back-compat */
.pyrra-eheader--stack { /* no-op */ }

/* ---- Roles (vertical editorial rows, alternating tonal background) ----- */
.pyrra-roles {
  display: flex;
  flex-direction: column;
}
.pyrra-role {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) 2.1fr;
  gap: 48px;
  padding: 44px 36px 44px;
  margin: 0 -36px;
  background: var(--paper);
  border: 0;
  min-height: 0;
  position: relative;
  align-items: start;
}
.pyrra-role + .pyrra-role { border-top: 1px solid var(--border-subtle); }
.pyrra-role:nth-child(2) { background: var(--cream); }
.pyrra-role:nth-child(3) { background: var(--ink-100); }
.pyrra-role::before {
  content: '';
  position: absolute; left: 36px; top: 44px;
  width: 24px; height: 2px;
  background: var(--fire-700);
}
.pyrra-role__num { display: none; }
.pyrra-role__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.012em;
  margin: 18px 0 0;
  color: var(--fg-1);
}
.pyrra-role__gets {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.32;
  color: var(--fg-1);
  margin: 0;
  text-wrap: pretty;
}
.pyrra-role__who {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.6;
  text-transform: none;
  border-top: 0;
  padding-top: 14px;
  margin-top: 14px;
  position: relative;
}
.pyrra-role__who::before {
  content: '';
  position: absolute; left: 0; top: 0;
  width: 32px; height: 1px;
  background: var(--fire-700);
  opacity: 0.5;
}
.pyrra-role__who strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fire-700);
  margin-bottom: 6px;
}
.pyrra-role__cta {
  margin-top: 18px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  color: var(--fire-700);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  letter-spacing: 0.02em;
}
.pyrra-role__cta:hover { color: var(--fire-600); }
.pyrra-role__cta::after {
  content: '→';
  transition: transform var(--dur-fast) var(--ease-out);
}
.pyrra-role__cta:hover::after { transform: translateX(2px); }

/* ---- Pillars (eyebrow tag + serif title + body, no numbers) ------------ */
.pyrra-pillars-num {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 12px;
}
.pyrra-pillarn {
  padding: 24px 0 0;
  border: 0;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.pyrra-pillarn::before {
  content: '';
  position: absolute; left: 0; top: 0;
  width: 48px; height: 3px;
  background: var(--fire-700);
}
.pyrra-pillarn__num { display: none; }
.pyrra-pillarn__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fire-700);
}
.pyrra-pillarn__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.15;
  margin: 0;
  color: var(--fg-1);
  letter-spacing: -0.008em;
}
.pyrra-pillarn__body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-2);
  margin: 0;
  text-wrap: pretty;
}

/* ---- Dark section (sovereignty / asset class moment) -------------------- */
.pyrra-dark {
  margin: 72px -36px 0;
  padding: 88px 36px 96px;
  background: var(--ink-900);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pyrra-dark::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(215,53,2,0.22) 0%, transparent 45%),
    radial-gradient(circle at 10% 85%, rgba(252,100,0,0.12) 0%, transparent 50%);
  pointer-events: none;
}
.pyrra-dark__inner {
  max-width: 1208px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 56px;
  align-items: start;
}
.pyrra-dark__eyebrow {
  font-family: var(--font-body);
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--fire-500);
  margin-bottom: 12px;
}
.pyrra-dark__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.014em;
  margin: 0 0 18px;
  color: #fff;
  text-wrap: balance;
}
.pyrra-dark__title em {
  color: var(--fire-500);
}
.pyrra-dark__lede {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0;
  max-width: 540px;
}
.pyrra-principles {
  display: flex; flex-direction: column; gap: 0;
}
.pyrra-principle {
  padding: 28px 0 28px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
}
.pyrra-principle:first-child { border-top: 1px solid rgba(255,255,255,0.1); }
.pyrra-principle::before {
  content: '';
  position: absolute; left: 0; top: 36px;
  width: 14px; height: 2px;
  background: var(--fire-500);
}
.pyrra-principle__num { display: none; }
.pyrra-principle__text {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  text-wrap: pretty;
  letter-spacing: -0.005em;
}
.pyrra-principle__text em {
  color: var(--fire-500);
}

/* ---- Hosts (typographic 5-up, no icons, full serif treatment) ---------- */
.pyrra-hosts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--border-subtle);
}
.pyrra-host {
  background: transparent;
  border: 0;
  padding: 28px 20px 30px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 0;
  border-right: 1px solid var(--border-subtle);
  transition: background var(--dur-base) var(--ease-out);
}
.pyrra-host:last-child { border-right: 0; }
.pyrra-host:hover { background: var(--paper); }
.pyrra-host__icon { display: none; }
.pyrra-host__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  color: var(--fg-1);
  margin: 0;
  letter-spacing: -0.005em;
}
.pyrra-host__body {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.6;
  margin: 0;
}

/* ---- Editorial CTA (replaces the cta-band image) ------------------------ */
.pyrra-ecta {
  margin: 56px -36px 0;
  padding: 64px 36px 72px;
  background: var(--ink-900);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pyrra-ecta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(215,53,2,0.32) 0%, transparent 55%);
}
/* Photo variant — background image is muted (desaturated + dimmed)
   so the white headline reads crisply over it. */
.pyrra-ecta--photo { background: var(--ink-900); padding-top: 96px; padding-bottom: 104px; }
.pyrra-ecta--photo::before {
  background:
    linear-gradient(90deg, rgba(14,13,12,0.86) 0%, rgba(14,13,12,0.72) 45%, rgba(14,13,12,0.6) 75%, rgba(14,13,12,0.7) 100%),
    linear-gradient(180deg, rgba(14,13,12,0.4) 0%, rgba(14,13,12,0.2) 30%, rgba(14,13,12,0.3) 70%, rgba(14,13,12,0.55) 100%);
}
.pyrra-ecta__bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(0.35) brightness(0.55) contrast(0.95);
}
.pyrra-ecta__inner {
  max-width: 1208px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 32px;
  align-items: center;
}
.pyrra-ecta__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: #fff;
  text-wrap: balance;
}
.pyrra-ecta__title em { color: var(--fire-500); }
.pyrra-ecta__body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin: 0;
  max-width: 620px;
}
.pyrra-ecta__cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--fire-700);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background var(--dur-base) var(--ease-out), transform var(--dur-fast) var(--ease-out);
  border: 0;
  cursor: pointer;
}
.pyrra-ecta__cta:hover { background: var(--fire-600); color: #fff; transform: translateY(-1px); }

/* ---- MechSteps (no numbers, no arrows, three editorial blocks) --------- */
.pyrra-mech {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border: 0;
}
.pyrra-mech__step {
  padding: 24px 0 0;
  border: 0;
  border-top: 2px solid var(--fire-700);
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
}
.pyrra-mech__step::after { display: none; }
.pyrra-mech__num { display: none; }
.pyrra-mech__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.18;
  margin: 0;
  color: var(--fg-1);
  letter-spacing: -0.005em;
}
.pyrra-mech__body {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.65;
  margin: 0;
}

/* ---- Brief block (long-form lede, e.g. About page) ---------------------- */
.pyrra-brief {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 56px;
  padding: 16px 0;
  align-items: start;
}
.pyrra-brief__left {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--fg-1);
  margin: 0;
  text-wrap: balance;
}
.pyrra-brief__left em { color: var(--fire-700); }
.pyrra-brief__right {
  display: flex; flex-direction: column; gap: 16px;
}
.pyrra-brief__right p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg-2);
  margin: 0;
  text-wrap: pretty;
}
.pyrra-brief__right p strong {
  color: var(--fg-1);
  font-weight: 600;
}

/* ---- Layout adjustments to existing rhythm ------------------------------ */
.pyrra-page--editorial { padding-bottom: 0; }
.pyrra-section--tight { padding-top: 48px; }

/* ---- RolesGraphic (two-party diagram: Owner-Host ↔ Pyrra ↔ Buyer) --- */
.pyrra-rg {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 16px 0 24px;
  max-height: 540px;
}
.pyrra-rg__lines {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
}
.pyrra-rg__lines line {
  stroke: var(--fire-700);
  stroke-width: 1.5;
  stroke-dasharray: 4 6;
  vector-effect: non-scaling-stroke;
  animation: pyrra-flow 1.8s linear infinite;
}
@keyframes pyrra-flow {
  to { stroke-dashoffset: -20; }
}

.pyrra-rg__hub {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--ink-900);
  color: #fff;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 6px;
  z-index: 3;
  box-shadow: 0 0 0 10px rgba(215, 53, 2, 0.06), 0 24px 64px -20px rgba(14, 13, 12, 0.45);
}
.pyrra-rg__hub::before {
  content: '';
  position: absolute; inset: -16px;
  border-radius: 50%;
  border: 1px dashed rgba(215, 53, 2, 0.35);
  animation: pyrra-pulse 4s ease-in-out infinite;
}
@keyframes pyrra-pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.06); opacity: 0.85; }
}
.pyrra-rg__hub img { width: 34px; height: 34px; filter: brightness(0) invert(1); opacity: 0.95; }
.pyrra-rg__hub strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.pyrra-rg__hub span {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.pyrra-rg__role {
  position: absolute;
  width: 22.4%;
  min-width: 200px;
  background: var(--paper);
  border: 1px solid var(--border-subtle);
  padding: 14px 14px 14px;
  z-index: 2;
  display: flex; flex-direction: column;
  box-shadow: 0 12px 32px -16px rgba(14, 13, 12, 0.18);
}
.pyrra-rg__role--left  { top: 18%; bottom: 18%; left: 0; }
.pyrra-rg__role--right { top: 18%; bottom: 18%; right: 0; }

.pyrra-rg__tag {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fire-700);
  margin-bottom: 6px;
}
.pyrra-rg__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.008em;
  margin: 0 0 6px;
  min-height: 24px;
  color: var(--fg-1);
}
.pyrra-rg__who {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--fg-3);
  line-height: 1.4;
  min-height: calc(11.5px * 1.4 * 3);
  margin: 0;
}
.pyrra-rg__benefits {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--border-subtle);
}
.pyrra-rg__benefits li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 0;
  min-height: 70px;
  border-bottom: 1px dotted var(--border-subtle);
}
.pyrra-rg__benefits li:last-child { border-bottom: 0; }
.pyrra-rg__benefits strong {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fire-700);
}
.pyrra-rg__benefits span {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--fg-1);
  line-height: 1.4;
}
.pyrra-rg__gets {
  display: block;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-subtle);
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg-1);
  font-weight: 500;
  line-height: 1.5;
}
.pyrra-rg__cta {
  margin-top: 6px;
  padding-top: 0;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--fire-700);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.pyrra-rg__cta:hover { color: var(--fire-600); }
.pyrra-rg__cta::after {
  content: '→';
  transition: transform var(--dur-fast) var(--ease-out);
}
.pyrra-rg__cta:hover::after { transform: translateX(2px); }

/* Mobile / narrow tablet — stack as vertical flow with a thin orange connector */
@media (max-width: 960px) {
  .pyrra-rg {
    aspect-ratio: auto;
    max-height: none;
    display: flex; flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }
  .pyrra-rg__lines { display: none; }
  .pyrra-rg__role,
  .pyrra-rg__hub {
    position: static;
    transform: none;
  }
  .pyrra-rg__role { width: 100%; min-width: 0; }
  .pyrra-rg__hub { order: 1; }
  .pyrra-rg__role--left  { order: 2; }
  .pyrra-rg__role--right { order: 3; }
  .pyrra-rg__hub {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 16px 18px;
    flex-direction: row;
    gap: 12px;
    align-self: stretch;
  }
  .pyrra-rg__hub::before { display: none; }
  .pyrra-rg__hub img { width: 26px; height: 26px; }
  .pyrra-rg__hub strong { font-size: 22px; }
  .pyrra-rg__benefits li { grid-template-columns: 80px 1fr; }
}

/* ---- PullStatement (manifesto line, lots of whitespace) ---------------- */
.pyrra-pull {
  padding: 96px 0 88px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.pyrra-pull__mark {
  width: 40px; height: 3px;
  background: var(--fire-700);
  margin-bottom: 36px;
}
.pyrra-pull__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fire-700);
  margin-bottom: 22px;
}
.pyrra-pull__text {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.014em;
  color: var(--fg-1);
  margin: 0;
  text-wrap: balance;
}
.pyrra-pull__text em { color: var(--fire-700); }
.pyrra-pull__attr {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-top: 24px;
}

/* ---- Marquee divider (oversized display word as section break) --------- */
.pyrra-marquee {
  margin: 64px -36px 32px;
  padding: 20px 36px;
  overflow: hidden;
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--border-subtle);
  text-align: center;
  background: var(--paper);
}
.pyrra-marquee span {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(80px, 14vw, 200px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--fg-1);
  white-space: nowrap;
}

/* Phone — pull statement tighter */
@media (max-width: 640px) {
  .pyrra-pull { padding: 56px 0 48px; }
  .pyrra-pull__mark { margin-bottom: 22px; }
  .pyrra-pull__text { font-size: clamp(28px, 7.6vw, 40px); }
  .pyrra-marquee { margin: 40px -18px 24px; padding: 16px 18px; }
}
.pyrra-restate {
  display: block;
  background: var(--ink-100);
  border-left: 2px solid var(--fire-700);
  padding: 28px 32px;
  margin-top: 8px;
}
.pyrra-restate__num { display: none; }
.pyrra-restate__text h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--fg-1);
}
.pyrra-restate__text p {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--fg-2);
  margin: 0 0 12px;
  max-width: 680px;
}
.pyrra-restate__cta a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--fire-700);
  text-decoration: none;
}
.pyrra-restate__cta a:hover { color: var(--fire-600); }

/* ---- Responsive ---------------------------------------------------------- */

/* Tablet — fix full-bleed margins to match .pyrra-page padding (24px on tablet) */
@media (max-width: 960px) {
  .pyrra-dark { margin: 56px -24px 0; padding: 64px 24px 72px; }
  .pyrra-ecta { margin: 40px -24px 0; padding: 48px 24px 56px; }
}

@media (max-width: 980px) {
  .pyrra-ehero,
  .pyrra-ehero--compact { grid-template-columns: 1fr; gap: 32px; padding: 24px 0 40px; }
  .pyrra-ehero__media { min-height: 320px; }
  .pyrra-anums { grid-template-columns: 1fr; }
  .pyrra-anums__item { border-left: 0; border-top: 1px solid var(--border-subtle); padding: 18px 0; }
  .pyrra-anums__item:first-child { border-top: 0; }
  .pyrra-eheader { grid-template-columns: 1fr; gap: 12px; }
  .pyrra-roles, .pyrra-pillars-num, .pyrra-mech { grid-template-columns: 1fr; }
  .pyrra-role, .pyrra-pillarn, .pyrra-mech__step { border-right: 0; border-bottom: 1px solid var(--border-subtle); }
  .pyrra-mech__step::after { display: none; }
  .pyrra-hosts { grid-template-columns: repeat(2, 1fr); }
  .pyrra-dark__inner { grid-template-columns: 1fr; gap: 32px; }
  .pyrra-brief { grid-template-columns: 1fr; gap: 18px; }
  .pyrra-ecta__inner { grid-template-columns: 1fr; gap: 18px; }
}

/* Phone (≤ 640px) — tighten everything, normalize tap targets, single-col hosts */
@media (max-width: 640px) {
  /* Editorial hero — tighter rhythm */
  .pyrra-ehero,
  .pyrra-ehero--compact { gap: 22px; padding: 12px 0 28px; }
  .pyrra-ehero__text { padding-left: 0; gap: 16px; }
  .pyrra-ehero__text::before { content: none; }
  .pyrra-ehero__eyebrow { font-size: 11px; letter-spacing: 0.18em; }
  .pyrra-ehero__title { font-size: clamp(32px, 9.2vw, 46px); line-height: 1.02; }
  .pyrra-ehero__body { font-size: 14.5px; line-height: 1.6; }
  .pyrra-ehero__media { min-height: 230px; }
  .pyrra-ehero__ctas { width: 100%; gap: 10px; }
  .pyrra-ehero__ctas .pyrra-btn {
    flex: 1;
    min-width: 0;
    height: 50px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
  }

  /* Asset numbers — compact display */
  .pyrra-anums__item { padding: 16px 0; gap: 4px; }
  .pyrra-anums__label { font-size: 10px; letter-spacing: 0.12em; }
  .pyrra-anums__value { font-size: 30px; line-height: 1.05; }

  /* Editorial header */
  .pyrra-eheader { gap: 8px; margin-bottom: 24px; padding-bottom: 16px; }
  .pyrra-eheader__index { font-size: 10.5px; letter-spacing: 0.16em; }
  .pyrra-eheader__title { font-size: clamp(26px, 7.4vw, 36px); line-height: 1.1; }
  .pyrra-eheader__lede { font-size: 14.5px; line-height: 1.6; }

  /* Three roles */
  .pyrra-role { min-height: 0; padding: 24px 18px; gap: 12px; }
  .pyrra-role__num { font-size: 10.5px; }
  .pyrra-role__name { font-size: 26px; }
  .pyrra-role__gets { font-size: 14px; }
  .pyrra-role__who { font-size: 12.5px; padding-top: 10px; }
  .pyrra-role__cta { font-size: 13.5px; padding: 4px 0; min-height: 36px; align-items: center; }

  /* Pillars */
  .pyrra-pillarn { padding: 24px 18px 28px; gap: 10px; }
  .pyrra-pillarn__num { font-size: 44px; }
  .pyrra-pillarn__title { font-size: 20px; }
  .pyrra-pillarn__body { font-size: 13.5px; }

  /* Dark section — tighter margins/padding for phone */
  .pyrra-dark { margin: 48px -18px 0; padding: 56px 18px 64px; }
  .pyrra-dark__eyebrow { font-size: 10.5px; letter-spacing: 0.18em; }
  .pyrra-dark__title { font-size: clamp(28px, 7.6vw, 38px); line-height: 1.08; }
  .pyrra-dark__lede { font-size: 14.5px; line-height: 1.65; }
  .pyrra-principle { grid-template-columns: 1fr; gap: 4px; padding: 18px 0; }
  .pyrra-principle__num { padding-top: 0; font-size: 10.5px; }
  .pyrra-principle__text { font-size: 17px; line-height: 1.35; }

  /* Hosts — single column on phone */
  .pyrra-hosts { grid-template-columns: 1fr; gap: 10px; }
  .pyrra-host { min-height: 0; padding: 18px 16px 20px; }
  .pyrra-host__name { font-size: 17px; }
  .pyrra-host__body { font-size: 13px; }

  /* Editorial CTA */
  .pyrra-ecta { margin: 40px -18px 0; padding: 40px 18px 48px; }
  .pyrra-ecta__title { font-size: clamp(24px, 6.8vw, 32px); line-height: 1.1; }
  .pyrra-ecta__body { font-size: 14px; }
  .pyrra-ecta__cta { width: 100%; justify-content: center; padding: 16px 20px; height: 52px; font-size: 15px; }

  /* Mech steps */
  .pyrra-mech__step { padding: 22px 18px; gap: 10px; }
  .pyrra-mech__num { font-size: 10.5px; }
  .pyrra-mech__title { font-size: 20px; }
  .pyrra-mech__body { font-size: 13.5px; }

  /* Brief block */
  .pyrra-brief { gap: 14px; }
  .pyrra-brief__left { font-size: clamp(26px, 7vw, 34px); line-height: 1.12; }
  .pyrra-brief__right { gap: 12px; }
  .pyrra-brief__right p { font-size: 14.5px; line-height: 1.65; }

  /* Restate panel */
  .pyrra-restate { padding: 22px 20px; }
  .pyrra-restate__text h3 { font-size: 20px; line-height: 1.2; }
  .pyrra-restate__text p { font-size: 13.5px; line-height: 1.6; }

  /* SBA & finance tables already get horizontal scroll from mobile.css. */
}


/* =============================================================== */
/* Inference fact sheet (Fact sheet 03)                            */
/* =============================================================== */

.pyrra-inference__h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  color: var(--fg-1);
  max-width: 880px;
  text-wrap: balance;
}
.pyrra-inference__pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fire-700);
  background: rgba(215, 53, 2, 0.08);
  border-radius: 100px;
  white-space: nowrap;
}
.pyrra-fintable__sub--withpill {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 12px;
}
.pyrra-fintable__sub--withpill > span:first-child {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--fg-1);
}

/* Two-col text / illustration block (Section 4) */
.pyrra-inference__split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 8px;
}
.pyrra-inference__split-text p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-1);
  margin: 0 0 16px;
  max-width: 56ch;
}
.pyrra-inference__split-text p:last-child { margin-bottom: 0; }
.pyrra-inference__split-illus {
  background: var(--paper);
  border: 1px solid var(--border-subtle);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pyrra-inference__split-illus .pyrra-distillus {
  width: 100%;
  aspect-ratio: 5 / 3;
  height: auto;
  display: block;
}
.pyrra-inference__illus-caption {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--fg-3);
  line-height: 1.5;
}

/* Hero fan-out diagram (trained model → many inference requests) */
.pyrra-fanout {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 360;
  max-height: 380px;
  background: var(--paper);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
}
.pyrra-fanout svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pyrra-fanout__lines line {
  stroke: var(--fire-700);
  stroke-width: 1.2;
  stroke-dasharray: 4 6;
  vector-effect: non-scaling-stroke;
  animation: pyrra-flow 1.8s linear infinite;
}
.pyrra-fanout__hub {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 200px; height: 88px;
  background: var(--ink-900);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
  box-shadow: 0 0 0 10px rgba(215, 53, 2, 0.06);
}
.pyrra-fanout__hub strong {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
}
.pyrra-fanout__hub span {
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.pyrra-fanout__node {
  position: absolute;
  width: 21%;
  min-width: 160px;
  background: var(--paper);
  border: 1px solid var(--border-subtle);
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  box-shadow: 0 6px 20px -12px rgba(14, 13, 12, 0.18);
}
.pyrra-fanout__node--tl { left: 2%;  top: 7%; }
.pyrra-fanout__node--ml { left: 2%;  top: 41%; }
.pyrra-fanout__node--bl { left: 2%;  top: 75%; }
.pyrra-fanout__node--tr { right: 2%; top: 7%; }
.pyrra-fanout__node--mr { right: 2%; top: 41%; }
.pyrra-fanout__node--br { right: 2%; top: 75%; }
.pyrra-fanout__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fire-700);
}
.pyrra-fanout__line {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--fg-1);
  line-height: 1.35;
}

/* Distributed-vs-central illustration */
.pyrra-distillus {
  width: 100%;
  height: auto;
}
.pyrra-distillus__cap {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  fill: var(--fire-700);
  text-transform: uppercase;
}
.pyrra-distillus__lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  fill: var(--fg-3);
}

/* Multi-CTA dark strip (overrides .pyrra-cta__inner grid) */
.pyrra-cta__inner--multi {
  align-items: center;
  gap: 32px;
}
.pyrra-cta__inner--multi .pyrra-cta__text h2 { margin-top: 8px; }
.pyrra-cta__inner--multi .pyrra-cta__text p { margin-top: 8px; }
.pyrra-cta__ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.pyrra-cta__ctas .pyrra-btn { min-width: 220px; justify-content: center; }

.pyrra-eyebrow--onDark { color: rgba(255, 255, 255, 0.85); }

.pyrra-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.pyrra-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}

/* Inference link card variant (third card on Nodes page) */
.pyrra-specslink--inference .pyrra-specslink__icon { color: var(--fire-700); }

/* Mobile breakpoints */
@media (max-width: 960px) {
  .pyrra-inference__split { grid-template-columns: 1fr; gap: 24px; }
  .pyrra-fanout { aspect-ratio: auto; max-height: none; padding: 18px 12px 60px; min-height: 600px; }
  .pyrra-fanout__node {
    width: 100%;
    position: static;
    margin-top: 8px;
  }
  .pyrra-fanout__hub {
    position: static;
    transform: none;
    margin: 14px auto;
    width: 100%;
    height: auto;
    padding: 12px;
  }
  .pyrra-fanout svg { display: none; }
  .pyrra-cta__inner--multi { grid-template-columns: 1fr; }
  .pyrra-cta__ctas { flex-direction: column; }
  .pyrra-cta__ctas .pyrra-btn { width: 100%; }
}


/* Comparison-style FinanceTable inside the Inference fact sheet:
   values are sentence-length, not numbers — left-align, allow wrap,
   equal-width value columns, top-align so wrapped rows still line up. */
.pyrra-inference .pyrra-fintable__head,
.pyrra-inference .pyrra-fintable__row {
  grid-template-columns: 1.1fr 1.3fr 1.3fr;
  align-items: stretch;
}
.pyrra-inference .pyrra-fintable__cell {
  text-align: left;
  white-space: normal;
  vertical-align: top;
  padding: 14px 16px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
.pyrra-inference .pyrra-fintable__cell--head {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  font-weight: 600;
  align-items: center;
}
.pyrra-inference .pyrra-fintable__cell:not(:first-child) {
  border-left: 1px solid var(--border-subtle);
}
.pyrra-inference .pyrra-fintable__cell--label {
  color: var(--fg-1);
  font-weight: 500;
}

@media (max-width: 720px) {
  .pyrra-inference .pyrra-fintable__head { display: none; }
  .pyrra-inference .pyrra-fintable__row {
    grid-template-columns: 1fr;
    padding: 6px 0;
  }
  .pyrra-inference .pyrra-fintable__cell:not(:first-child) { border-left: 0; }
  .pyrra-inference .pyrra-fintable__cell:not(:first-child)::before {
    content: attr(data-col) " · ";
    color: var(--fire-700);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-right: 6px;
    align-self: center;
  }
}


/* =============================================================== */
/* ScarcityNote — first-run callout                                */
/* =============================================================== */
.pyrra-scarcity {
  margin-top: 8px;
  margin-bottom: 8px;
}
.pyrra-scarcity__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) 1.5fr;
  gap: 56px;
  align-items: center;
  background: var(--ink-900);
  color: #fff;
  padding: 56px 56px;
  position: relative;
  overflow: hidden;
}
.pyrra-scarcity__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 30%, rgba(215, 53, 2, 0.32) 0%, transparent 50%),
    radial-gradient(circle at 88% 80%, rgba(215, 53, 2, 0.12) 0%, transparent 55%);
  pointer-events: none;
}
.pyrra-scarcity__num {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1;
  padding-right: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.pyrra-scarcity__pretitle {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--fire-500, #ff6a2b);
}
.pyrra-scarcity__count {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: clamp(120px, 16vw, 220px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 4px 0 2px;
}
.pyrra-scarcity__caption {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.pyrra-scarcity__body {
  position: relative;
  z-index: 1;
}
.pyrra-scarcity__body h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: #fff;
}
.pyrra-scarcity__body > p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 26px;
  max-width: 60ch;
}
.pyrra-scarcity__facts {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.pyrra-scarcity__facts li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.14);
  align-items: baseline;
}
.pyrra-scarcity__facts strong {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fire-500, #ff6a2b);
}
.pyrra-scarcity__facts span {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.pyrra-scarcity__cta .pyrra-btn { min-width: 200px; justify-content: center; }

@media (max-width: 880px) {
  .pyrra-scarcity__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 28px;
  }
  .pyrra-scarcity__num {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0 0 20px;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
  }
  .pyrra-scarcity__count { font-size: 96px; }
  .pyrra-scarcity__facts li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* Compact variant — slim horizontal strip with smaller numeral and no facts list */
.pyrra-scarcity--compact .pyrra-scarcity__inner {
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  padding: 28px 36px;
  align-items: center;
}
.pyrra-scarcity--compact .pyrra-scarcity__num {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.pyrra-scarcity--compact .pyrra-scarcity__count {
  font-size: clamp(56px, 6vw, 84px);
  line-height: 0.9;
  margin: 2px 0 0;
}
.pyrra-scarcity--compact .pyrra-scarcity__pretitle {
  font-size: 10px;
  letter-spacing: 0.24em;
}
.pyrra-scarcity--compact .pyrra-scarcity__body h2 {
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.25;
  margin: 0 0 6px;
}
.pyrra-scarcity--compact .pyrra-scarcity__body > p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 70ch;
}
.pyrra-scarcity--compact .pyrra-scarcity__cta .pyrra-btn { min-width: 180px; }

@media (max-width: 880px) {
  .pyrra-scarcity--compact .pyrra-scarcity__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }
  .pyrra-scarcity--compact .pyrra-scarcity__num {
    flex-direction: row;
    align-items: baseline;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0 0 14px;
    gap: 14px;
  }
  .pyrra-scarcity--compact .pyrra-scarcity__cta .pyrra-btn { width: 100%; }
}


/* =============================================================== */
/* HostsBoxes — composite skyline graphic with Node markers        */
/* =============================================================== */
.pyrra-hb {
  position: relative;
  margin: 8px 0;
  padding: 24px 8px 0;
}
.pyrra-hb__row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr 1.45fr 1.6fr 1.15fr;
  gap: 14px;
  align-items: end;
  position: relative;
}
.pyrra-hb__cell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.pyrra-hb__art {
  position: relative;
  height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
}
.pyrra-hb__svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pyrra-hb__ground {
  position: absolute;
  left: 0; right: 0;
  bottom: 92px; /* aligned with art baseline */
  height: 1px;
  background: var(--fg-1);
  opacity: 0.85;
  z-index: 0;
}

/* Building parts */
.pyrra-hb__shell {
  fill: var(--ink-900);
}
.pyrra-hb__shell--alt {
  fill: var(--ink-700, #2a2723);
}
.pyrra-hb__roof {
  fill: var(--ink-700, #2a2723);
}
.pyrra-hb__win {
  fill: rgba(244, 239, 229, 0.18);
}
.pyrra-hb__node {
  fill: var(--fire-700);
  filter: drop-shadow(0 0 6px rgba(215, 53, 2, 0.55));
}

/* Label beneath each building */
.pyrra-hb__label {
  border-top: 1px solid var(--border-subtle);
  padding: 12px 6px 4px;
}
.pyrra-hb__label h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fire-700);
  margin: 0 0 6px;
}
.pyrra-hb__label p {
  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--fg-2);
  margin: 0;
}

/* Legend */
.pyrra-hb__legend {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.pyrra-hb__legend-swatch {
  width: 10px;
  height: 10px;
  background: var(--fire-700);
  box-shadow: 0 0 8px rgba(215, 53, 2, 0.45);
}

@media (max-width: 960px) {
  .pyrra-hb__row {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 24px 14px;
  }
  .pyrra-hb__ground { display: none; }
  .pyrra-hb__art { height: 200px; }
}
@media (max-width: 560px) {
  .pyrra-hb__row { grid-template-columns: 1fr; }
  .pyrra-hb__art { height: 180px; }
}


/* =============================================================== */
/* HostsImageCards — boxed photo cards with subtext                */
/* =============================================================== */
.pyrra-hic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 8px 0;
}
.pyrra-hic__card {
  background: var(--paper);
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform var(--dur-fast, 180ms) var(--ease-out, ease),
              box-shadow var(--dur-fast, 180ms) var(--ease-out, ease);
}
.pyrra-hic__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -22px rgba(14, 13, 12, 0.32);
}
.pyrra-hic__image {
  position: relative;
  aspect-ratio: 4 / 5;
  background-color: var(--ink-100);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pyrra-hic__image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14, 13, 12, 0) 50%, rgba(14, 13, 12, 0.18) 100%);
  pointer-events: none;
}
.pyrra-hic__node {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 12px;
  height: 12px;
  background: var(--fire-700);
  box-shadow: 0 0 0 3px rgba(215, 53, 2, 0.18), 0 0 12px rgba(215, 53, 2, 0.55);
  z-index: 1;
}
.pyrra-hic__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.pyrra-hic__name {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fire-700);
  margin: 0;
}
.pyrra-hic__sub {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--fg-2);
  margin: 0;
}

@media (max-width: 1100px) {
  .pyrra-hic { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .pyrra-hic { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pyrra-hic__image { aspect-ratio: 4 / 3; }
}
@media (max-width: 480px) {
  .pyrra-hic { grid-template-columns: 1fr; }
}


/* Homepage — tighter rhythm between sections */
[data-screen-label$="-Home"] .pyrra-section { padding-top: 44px; }
[data-screen-label$="-Home"] .pyrra-section--tight { padding-top: 28px; }
[data-screen-label$="-Home"] .pyrra-pull { padding: 56px 0 48px; }
[data-screen-label$="-Home"] .pyrra-scarcity { margin-top: 0; margin-bottom: 0; }
[data-screen-label$="-Home"] .pyrra-anums { padding-top: 28px; padding-bottom: 28px; }

@media (max-width: 960px) {
  [data-screen-label$="-Home"] .pyrra-section { padding-top: 32px; }
  [data-screen-label$="-Home"] .pyrra-section--tight { padding-top: 20px; }
  [data-screen-label$="-Home"] .pyrra-pull { padding: 40px 0 32px; }
}


/* =============================================================== */
/* NodeAdvantage — featured dark callout on the Nodes page         */
/* =============================================================== */
.pyrra-advantage {
  position: relative;
  margin: 8px 0;
  padding: 0;
  background: var(--ink-900);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.pyrra-advantage__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(215, 53, 2, 0.34) 0%, transparent 48%),
    radial-gradient(circle at 92% 90%, rgba(215, 53, 2, 0.16) 0%, transparent 52%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.025) 0px,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 36px
    );
  z-index: 0;
}
.pyrra-advantage__inner {
  position: relative;
  z-index: 1;
  padding: 64px 56px 72px;
  max-width: 1280px;
  margin: 0 auto;
}
.pyrra-advantage__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--fire-500, #ff6a2b);
  margin-bottom: 36px;
}

/* Three stat cards */
.pyrra-advantage__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.pyrra-advantage__stat {
  position: relative;
  padding: 8px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pyrra-advantage__stat:first-child { padding-left: 0; }
.pyrra-advantage__stat:last-child  { padding-right: 0; }
.pyrra-advantage__stat:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
}
.pyrra-advantage__stat-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: #fff;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.pyrra-advantage__stat-num em {
  font-style: normal;
  font-weight: 400;
  color: var(--fire-500, #ff6a2b);
  font-size: 0.55em;
  margin-right: -2px;
}
.pyrra-advantage__stat-unit {
  font-family: var(--font-mono);
  font-size: 0.22em;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
}
.pyrra-advantage__stat-label {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  max-width: 28ch;
}

/* Rule divider between stats and statement */
.pyrra-advantage__rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin: 56px 0 40px;
  position: relative;
}
.pyrra-advantage__rule::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 3px;
  background: var(--fire-700);
  transform: translateY(-1px);
}

/* The statement */
.pyrra-advantage__statement {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.22;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  max-width: 56ch;
  text-wrap: pretty;
}
.pyrra-advantage__statement em {
  font-style: normal;
  color: var(--fire-500, #ff6a2b);
}

/* Tablet / mobile */
@media (max-width: 960px) {
  .pyrra-advantage__inner { padding: 44px 28px 52px; }
  .pyrra-advantage__stats { grid-template-columns: 1fr; gap: 24px; }
  .pyrra-advantage__stat {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .pyrra-advantage__stat:first-child { border-top: 0; padding-top: 0; }
  .pyrra-advantage__stat:not(:first-child)::before { display: none; }
  .pyrra-advantage__rule { margin: 36px 0 28px; }
}


/* NodeSpecCard — Request a Quote CTA at bottom */
.pyrra-nodecard {
  display: flex;
  flex-direction: column;
}
.pyrra-nodecard__cta {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  justify-content: stretch;
}
.pyrra-nodecard__cta .pyrra-btn { width: 100%; justify-content: center; }


/* MechSteps — card variant with image, number, title, body */
.pyrra-mech--cards { gap: 18px; }
.pyrra-mech--cards .pyrra-mech__step {
  background: var(--paper);
  border: 1px solid var(--border-subtle);
  padding: 0 0 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform var(--dur-fast, 180ms) var(--ease-out, ease),
              box-shadow var(--dur-fast, 180ms) var(--ease-out, ease);
}
.pyrra-mech--cards .pyrra-mech__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -22px rgba(14, 13, 12, 0.32);
}
.pyrra-mech--cards .pyrra-mech__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--ink-100);
}
.pyrra-mech--cards .pyrra-mech__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fire-700);
  margin: 18px 22px 8px;
}
.pyrra-mech--cards .pyrra-mech__title {
  margin: 0 22px 8px;
}
.pyrra-mech--cards .pyrra-mech__body {
  margin: 0 22px;
}

@media (max-width: 960px) {
  .pyrra-mech--cards { grid-template-columns: 1fr; }
  .pyrra-mech--cards .pyrra-mech__step { border-bottom: 1px solid var(--border-subtle); }
}


/* =============================================================== */
/* MOBILE POLISH for session-added components                      */
/* =============================================================== */

/* Footer brand — scale down on phone */
@media (max-width: 640px) {
  .pyrra-footer__brand { font-size: 26px; gap: 8px; }
  .pyrra-footer__brand img { width: 34px; height: 34px; }
}

/* Editorial hero CTAs — match the closing photo-band CTA (.pyrra-ecta__cta) */
@media (max-width: 640px) {
  .pyrra-ehero__ctas { flex-direction: column; gap: 10px; align-items: stretch; margin-top: 10px; }
  .pyrra-ehero__ctas .pyrra-btn {
    width: 100%;
    max-width: none;
    height: 52px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 0;
  }
  .pyrra-ehero__title { font-size: clamp(30px, 8.8vw, 44px) !important; line-height: 1.04; }
  .pyrra-ehero__body { font-size: 14.5px; line-height: 1.55; }
  .pyrra-ehero__media { min-height: 220px; }
}

/* HostsImageCards — already responds, just polish on small phones */
@media (max-width: 480px) {
  .pyrra-hic__image { aspect-ratio: 5 / 3; }
  .pyrra-hic__body { padding: 14px 14px 16px; }
}

/* MechSteps cards — already stacks at 960; tighten image */
@media (max-width: 640px) {
  .pyrra-mech--cards .pyrra-mech__image { aspect-ratio: 16 / 9; }
  .pyrra-mech--cards .pyrra-mech__title { font-size: 20px; margin: 0 18px 6px; }
  .pyrra-mech--cards .pyrra-mech__num { margin: 14px 18px 6px; }
  .pyrra-mech--cards .pyrra-mech__body { margin: 0 18px; }
  .pyrra-mech--cards .pyrra-mech__step { padding-bottom: 18px; }
}

/* ScarcityNote — full variant on small phones */
@media (max-width: 480px) {
  .pyrra-scarcity__inner { padding: 28px 22px; }
  .pyrra-scarcity__count { font-size: 84px; }
  .pyrra-scarcity__body h2 { font-size: 22px; }
}

/* NodeAdvantage — tighter on phone */
@media (max-width: 640px) {
  .pyrra-advantage__inner { padding: 36px 22px 44px; }
  .pyrra-advantage__eyebrow { margin-bottom: 24px; }
  .pyrra-advantage__stat { padding: 18px 0; gap: 8px; }
  .pyrra-advantage__stat-num { font-size: 56px; }
  .pyrra-advantage__stat-label { font-size: 13px; }
  .pyrra-advantage__rule { margin: 24px 0 20px; }
  .pyrra-advantage__statement { font-size: 20px; line-height: 1.3; }
}

/* RolesGraphic — already restacks at 960; ensure CTA wraps */
@media (max-width: 480px) {
  .pyrra-rg__name { font-size: 18px !important; }
  .pyrra-rg__who { font-size: 12px; }
  .pyrra-rg__benefits li { min-height: 0; padding: 8px 0; }
}

/* Inference fact-sheet tables — already scrolls horizontally;
   ensure pill + split chrome behave */
@media (max-width: 720px) {
  .pyrra-inference__split { grid-template-columns: 1fr; gap: 22px; }
  .pyrra-inference__h2 { font-size: clamp(22px, 6vw, 30px); }
  .pyrra-inference__pill { font-size: 9.5px; height: 20px; }
  .pyrra-fintable__sub--withpill { flex-wrap: wrap; gap: 8px; }
}

/* Inference hero fanout — already collapses; tighten on phone */
@media (max-width: 640px) {
  .pyrra-fanout { min-height: 520px; padding: 14px 10px 40px; }
  .pyrra-fanout__hub { padding: 10px; gap: 4px; }
  .pyrra-fanout__hub strong { font-size: 13px; }
  .pyrra-fanout__node { padding: 8px 12px; }
  .pyrra-fanout__line { font-size: 12px; }
}

/* Inference closing CTA — full-width buttons */
@media (max-width: 640px) {
  .pyrra-cta__inner--multi { padding: 24px 18px; gap: 18px; }
  .pyrra-cta__ctas { width: 100%; }
  .pyrra-cta__ctas .pyrra-btn { width: 100%; min-width: 0; }
}

/* NodeSpecCard CTA — full-width inside its card */
@media (max-width: 640px) {
  .pyrra-nodecard__cta { padding-top: 14px; }
}

/* Home page — drop section padding even further on phone */
@media (max-width: 640px) {
  [data-screen-label$="-Home"] .pyrra-section { padding-top: 28px; }
  [data-screen-label$="-Home"] .pyrra-section--tight { padding-top: 16px; }
  [data-screen-label$="-Home"] .pyrra-pull { padding: 32px 0 24px; }
}

/* Ensure no horizontal scroll on phone from any new component */
@media (max-width: 640px) {
  .pyrra-advantage,
  .pyrra-scarcity,
  .pyrra-hb,
  .pyrra-fanout { max-width: 100%; overflow: hidden; }
}
