﻿@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=IBM+Plex+Mono:wght@500;600&family=Space+Grotesk:wght@400;500;700&display=swap");

:root {
  --paper: #f7efe2;
  --paper-strong: #fff9f0;
  --ink: #10242c;
  --ink-soft: #43606a;
  --line: rgba(16, 36, 44, 0.12);
  --accent: #ee7b52;
  --accent-deep: #d6572a;
  --teal: #1d8f86;
  --teal-soft: #d7f0ec;
  --gold: #e5b053;
  --gold-soft: #f7e3b8;
  --mint: #8ad3b2;
  --rose: #f0ab94;
  --slate: #113743;
  --shadow: 0 24px 60px rgba(28, 39, 42, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(29, 143, 134, 0.13), transparent 22%),
    radial-gradient(circle at 100% 0%, rgba(238, 123, 82, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 249, 240, 0.88), rgba(247, 239, 226, 1)),
    repeating-linear-gradient(90deg, rgba(16, 36, 44, 0.03) 0, rgba(16, 36, 44, 0.03) 1px, transparent 1px, transparent 80px),
    var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell {
  width: min(1440px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 0 64px;
}

.masthead,
.content-flow {
  display: grid;
  gap: 26px;
}

.ribbon {
  position: sticky;
  top: 18px;
  z-index: 20;
}

.panel-glass {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.78);
  border: 1px solid rgba(16, 36, 44, 0.08);
  box-shadow: 0 14px 36px rgba(20, 28, 30, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-readout {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(29, 143, 134, 0.14), rgba(238, 123, 82, 0.14));
  color: var(--slate);
  font-weight: 700;
}

.section-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-end;
  overflow-x: auto;
  scrollbar-width: none;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-nav a,
.chip-row button {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(16, 36, 44, 0.05);
  color: var(--ink-soft);
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  white-space: nowrap;
}

.section-nav a:hover,
.chip-row button:hover,
.phase-tile:hover,
.module-card:hover,
.mode-card:hover,
.summary-tile:hover {
  transform: translateY(-2px);
}

.section-nav a.is-active {
  background: linear-gradient(135deg, rgba(29, 143, 134, 0.14), rgba(238, 123, 82, 0.14));
  color: var(--slate);
  border-color: rgba(29, 143, 134, 0.24);
}

.hero-grid,
.budget-grid,
.roadmap-grid,
.journey-grid,
.process-grid,
.models-grid,
.copilot-grid,
.hiring-grid {
  display: grid;
  gap: 22px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: stretch;
}

.panel,
.paper-panel,
.panel-strong,
.mode-card,
.summary-tile,
.phase-tile,
.module-card {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.panel,
.paper-panel,
.panel-strong {
  padding: 28px;
}

.paper-panel {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(248, 239, 225, 0.98));
  border: 1px solid var(--line);
}

.panel-strong {
  background: linear-gradient(180deg, rgba(17, 55, 67, 0.98), rgba(16, 36, 44, 0.98));
  color: #f7f3eb;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.kicker {
  margin: 0 0 12px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.panel-strong .kicker {
  color: #f9c68d;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  line-height: 0.95;
  max-width: 10.5ch;
}

h2 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.35rem;
}

.lead,
.caption,
.detail-panel p,
.mode-card p,
.summary-tile p,
.budget-note,
#budget-note,
#hire-summary p,
#hire-detail p,
#phase-detail p,
#module-detail p,
#process-detail p {
  line-height: 1.72;
}

.lead {
  max-width: 58ch;
  font-size: 1.03rem;
  color: var(--ink-soft);
}

.hero-stats,
.north-grid,
.pattern-grid,
.phase-rail,
.budget-summary,
.mode-column,
.module-stack {
  display: grid;
  gap: 16px;
}

.hero-stats {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 24px;
}

.stat-card,
.summary-tile,
.budget-slab,
.phase-tile,
.step-card,
.process-note,
.hire-glance,
.module-card,
.tool-card,
.mode-card {
  border: 1px solid var(--line);
}

.stat-card,
.summary-tile,
.budget-slab,
.phase-tile,
.step-card,
.process-note,
.hire-glance,
.module-card,
.tool-card,
.mode-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.7);
}

.stat-card span,
.summary-tile span,
.budget-slab span,
.phase-tile span,
.mode-card span,
.module-card span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.stat-card strong,
.summary-tile strong,
.budget-slab strong,
.phase-tile strong,
.mode-card strong,
.module-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.cta-primary {
  background: var(--accent);
  color: #fff9f2;
}

.cta-secondary {
  background: rgba(16, 36, 44, 0.06);
  color: var(--ink);
}

.hero-scene {
  overflow: hidden;
  position: relative;
}

.hero-scene::before,
.hero-scene::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
}

.hero-scene::before {
  width: 260px;
  height: 260px;
  top: -60px;
  right: -70px;
  background: rgba(245, 167, 93, 0.22);
}

.hero-scene::after {
  width: 220px;
  height: 220px;
  bottom: -70px;
  left: -60px;
  background: rgba(138, 211, 178, 0.18);
}

.scene-grid {
  position: relative;
  min-height: 560px;
}

.scene-card {
  position: absolute;
  padding: 18px 20px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px);
}

.scene-card span,
.scene-card em {
  display: block;
  font-size: 0.84rem;
  color: rgba(247, 243, 235, 0.76);
}

.scene-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.scene-card-main {
  top: 20px;
  left: 12px;
  width: 320px;
  background: linear-gradient(135deg, rgba(238, 123, 82, 0.86), rgba(210, 87, 42, 0.84));
  transform: rotate(-3deg);
}

.scene-card-side {
  top: 80px;
  right: 10px;
  width: 260px;
  background: linear-gradient(135deg, rgba(29, 143, 134, 0.88), rgba(16, 84, 76, 0.88));
  transform: rotate(5deg);
}

.scene-card-salary {
  right: 24px;
  bottom: 24px;
  width: 280px;
  background: linear-gradient(135deg, rgba(229, 176, 83, 0.92), rgba(207, 139, 36, 0.88));
  color: #fffaf2;
}

.scene-orb {
  position: absolute;
  inset: 120px 60px 70px 60px;
}

.orb-core,
.orb-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-align: center;
}

.orb-core {
  inset: 26% 28%;
  background: radial-gradient(circle at 30% 30%, #fff7ef, #f8d8a8 60%, #ec936b 100%);
  color: var(--slate);
  font-family: "Fraunces", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.orb-node {
  min-width: 98px;
  min-height: 46px;
  padding: 0 14px;
  color: #f8f3ea;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.orb-node-a { top: 4%; left: 34%; }
.orb-node-b { top: 30%; right: 4%; }
.orb-node-c { bottom: 18%; right: 18%; }
.orb-node-d { bottom: 8%; left: 22%; }
.orb-node-e { top: 34%; left: 0; }

.section-block {
  display: grid;
  gap: 18px;
  scroll-margin-top: 118px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.north-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.summary-tile {
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.86), rgba(246, 236, 219, 0.96));
}

.summary-tile:nth-child(1) { border-top: 5px solid var(--accent); }
.summary-tile:nth-child(2) { border-top: 5px solid var(--teal); }
.summary-tile:nth-child(3) { border-top: 5px solid var(--gold); }
.summary-tile:nth-child(4) { border-top: 5px solid var(--slate); }

.budget-grid {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
}

.control-stack {
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 10px;
}

.field span {
  color: var(--ink-soft);
}

select {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
}

input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.assumption-panel {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dashed rgba(16, 36, 44, 0.18);
}

.assumption-panel ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.budget-visual {
  display: grid;
  gap: 18px;
}

.budget-topline {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  align-items: center;
}

.donut-wrap {
  display: flex;
  justify-content: center;
}

.budget-donut {
  width: min(280px, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(var(--accent) 0 45%, var(--teal) 45% 68%, var(--gold) 68% 79%, var(--mint) 79% 88%, var(--rose) 88% 100%);
}

.budget-donut::after {
  content: attr(data-center);
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: pre-line;
  background: rgba(17, 55, 67, 0.96);
  color: #fff8ee;
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  line-height: 1.35;
  padding: 12px;
}

.budget-summary {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.budget-slab {
  background: rgba(255, 255, 255, 0.08);
  color: #f8f3ea;
  border-color: rgba(255, 255, 255, 0.12);
}

.budget-slab span {
  color: rgba(248, 243, 234, 0.72);
}

.budget-bars {
  display: grid;
  gap: 12px;
}

.budget-bar {
  display: grid;
  gap: 8px;
}

.budget-bar-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(248, 243, 234, 0.84);
}

.bar-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 999px;
}

.roadmap-grid,
.journey-grid,
.process-grid,
.models-grid,
.hiring-grid {
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
}

.phase-rail {
  grid-template-columns: 1fr;
}

.phase-tile {
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.82), rgba(246, 236, 219, 0.96));
}

.phase-tile.is-active,
.chip-row button.is-active,
.module-card.is-active {
  border-color: rgba(29, 143, 134, 0.42);
  background: linear-gradient(135deg, rgba(29, 143, 134, 0.14), rgba(245, 167, 93, 0.2));
}

.detail-panel {
  min-height: 100%;
}

.detail-grid,
.note-grid,
.hire-grid,
.summary-grid-mini {
  display: grid;
  gap: 14px;
}

.detail-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.detail-card,
.note-card,
.hire-card {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-card strong,
.note-card strong,
.hire-card strong {
  display: block;
  margin-bottom: 7px;
}

.process-flow-shell {
  display: grid;
  gap: 14px;
}

.step-lane {
  display: grid;
  gap: 12px;
}

.step-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.88), rgba(246, 236, 219, 0.96));
}

.step-card::before {
  content: attr(data-step);
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  background: var(--slate);
  color: #fff9ef;
}

.step-link {
  width: 4px;
  height: 28px;
  margin: -4px auto;
  background: linear-gradient(180deg, var(--accent), var(--teal));
  border-radius: 999px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-row button {
  border: 1px solid var(--line);
}

.chip-row-light button {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 243, 235, 0.82);
  border-color: rgba(255, 255, 255, 0.08);
}

.chip-row-light button.is-active {
  background: linear-gradient(135deg, rgba(247, 220, 164, 0.22), rgba(255, 255, 255, 0.08));
  color: #fff5e8;
  border-color: rgba(247, 220, 164, 0.28);
}

.chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 24px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(16, 36, 44, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.journey-stage-head,
.model-overview {
  display: grid;
  gap: 18px;
}

.metric-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.metric-pill {
  min-width: 120px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
}

.metric-pill span {
  display: block;
  color: rgba(247, 243, 235, 0.72);
  font-size: 0.76rem;
}

.metric-pill strong {
  display: block;
  margin-top: 6px;
}

.journey-steps-grid,
.prompt-wall {
  display: grid;
  gap: 12px;
}

.journey-steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-top: 18px;
}

.journey-step-detail,
.prompt-wall-wide {
  margin-top: 18px;
}

.lane-card {
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.lane-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-soft);
}

.model-overview {
  grid-column: 1 / -1;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(29, 143, 134, 0.12), rgba(238, 123, 82, 0.1));
}

.prompt-wall {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.prompt-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  white-space: normal;
}

.paper-panel .prompt-chip {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
}

.rich-tool-card {
  display: grid;
  gap: 12px;
}

.tool-code-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-copy span {
  display: block;
  margin-bottom: 4px;
  color: rgba(247, 243, 235, 0.7);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.surface-strip,
.journey-lane,
.model-board {
  display: grid;
  gap: 14px;
}

.surface-strip {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-top: 16px;
}

.surface-step,
.journey-step,
.model-chip {
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}

.surface-step {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.86), rgba(246, 236, 219, 0.96));
}

.surface-step small {
  display: block;
  margin-bottom: 10px;
  color: var(--ink-soft);
}

.surface-step p,
.journey-step p,
.lane-card p,
.tool-copy p {
  margin: 10px 0 0;
  line-height: 1.6;
}

.surface-step::after {
  content: attr(data-index);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--slate);
  color: #fffaf1;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.journey-lane {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.journey-column-head {
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(29, 143, 134, 0.12), rgba(238, 123, 82, 0.12));
  border: 1px solid var(--line);
}

.journey-column-head strong {
  display: block;
}

.journey-step {
  text-align: left;
  background: rgba(255, 255, 255, 0.76);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.journey-step.is-active,
.model-chip.is-active {
  border-color: rgba(29, 143, 134, 0.34);
  background: linear-gradient(135deg, rgba(29, 143, 134, 0.14), rgba(238, 123, 82, 0.1));
}

.journey-step small,
.model-chip small {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-soft);
}

.model-board {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.model-chip {
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.86), rgba(246, 236, 219, 0.98));
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.model-chip p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.module-board-shell {
  overflow: hidden;
}

.module-board {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mode-column {
  align-content: start;
}

.mode-card {
  min-height: 100%;
}

.mode-build {
  background: linear-gradient(180deg, rgba(255, 240, 232, 0.88), rgba(255, 247, 240, 0.98));
}

.mode-bridge {
  background: linear-gradient(180deg, rgba(224, 245, 241, 0.88), rgba(245, 252, 250, 0.98));
}

.mode-later {
  background: linear-gradient(180deg, rgba(243, 233, 213, 0.92), rgba(251, 245, 233, 0.98));
}

.mode-column h3 {
  margin-bottom: 12px;
}

.module-stack {
  grid-template-columns: 1fr;
}

.module-card {
  text-align: left;
  background: rgba(255, 255, 255, 0.66);
}

.module-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.module-meta,
.hire-meta,
.inline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tag-build { background: rgba(238, 123, 82, 0.12); color: var(--accent-deep); }
.tag-bridge { background: rgba(29, 143, 134, 0.12); color: var(--teal); }
.tag-later { background: rgba(229, 176, 83, 0.18); color: #8c6115; }
.tag-ai { background: rgba(255, 255, 255, 0.08); color: #f8f3ea; }

.copilot-grid {
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
}

.pattern-grid {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.pattern-card {
  padding: 16px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.86), rgba(246, 236, 219, 0.96));
  border: 1px solid var(--line);
}

.pattern-card strong {
  display: block;
  margin-bottom: 6px;
}

.tool-bank {
  display: grid;
  gap: 14px;
}

.tool-card {
  background: rgba(255, 255, 255, 0.08);
  color: #f8f3ea;
  border-color: rgba(255, 255, 255, 0.08);
}

.tool-card code {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  margin: 6px 8px 0 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
}

.hire-glance {
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.86), rgba(246, 236, 219, 0.98));
}

.hire-card,
.note-card,
.detail-card {
  line-height: 1.62;
}

.caption,
.note-card,
.step-card,
.module-card,
.summary-tile p,
.mode-card p,
.hire-card,
.tool-card,
.detail-card,
.note-card {
  color: inherit;
}

.panel-strong .caption,
.panel-strong p,
.panel-strong li,
.panel-strong .note-card,
.panel-strong .detail-card,
.panel-strong .hire-card,
.panel-strong .tool-card {
  color: rgba(247, 243, 235, 0.88);
}

.panel-strong .note-card,
.panel-strong .detail-card,
.panel-strong .hire-card {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1100px) {
  .hero-grid,
  .budget-grid,
  .roadmap-grid,
  .journey-grid,
  .process-grid,
  .models-grid,
  .copilot-grid,
  .hiring-grid,
  .module-board {
    grid-template-columns: 1fr;
  }

  .journey-lane {
    grid-template-columns: 1fr;
  }

  .scene-grid {
    min-height: 520px;
  }
}

@media (max-width: 780px) {
  .page-shell {
    width: min(100% - 18px, 1440px);
    padding-top: 14px;
  }

  .panel,
  .paper-panel,
  .panel-strong {
    padding: 22px;
    border-radius: 26px;
  }

  .panel-glass {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-readout {
    margin-left: 0;
  }

  .section-nav {
    justify-content: flex-start;
  }

  .scene-grid {
    min-height: 620px;
  }

  .scene-card-main,
  .scene-card-side,
  .scene-card-salary {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    transform: none;
  }

  .scene-card-main { top: 16px; }
  .scene-card-side { top: 132px; }
  .scene-card-salary { bottom: 18px; }
  .scene-orb {
    inset: 248px 16px 118px 16px;
  }
}
