:root {
  --ink: #cedadb;
  --ink-soft: #a6a5a2;
  --paper: #0a181e;
  --paper-strong: #1d1511;
  --line: rgba(206, 218, 219, 0.09);
  --copper: #c17d53;
  --shadow: 0 28px 64px rgba(0, 0, 0, 0.50);
  --paper-surface: rgba(10, 24, 30, 0.92);
  --paper-panel: rgba(10, 24, 30, 0.98);
  --copper-tint: rgba(193, 125, 83, 0.08);
  --copper-border: rgba(193, 125, 83, 0.14);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1240px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--copper);
  color: var(--paper);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  z-index: 100;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(18, 118, 138, 0.10), transparent 22%),
    radial-gradient(circle at 82% 10%, rgba(193, 125, 83, 0.09), transparent 18%),
    linear-gradient(180deg, #060f13 0%, #0a181e 52%, #060f13 100%);
}

h1, h2, h3, .page-title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
}

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

.text-link {
  color: var(--copper);
  text-decoration: underline;
  text-decoration-color: rgba(193, 125, 83, 0.72);
  text-underline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.surface {
  background: var(--paper-surface);
  border: 1px solid rgba(206, 218, 219, 0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.nav {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
}

.brand a {
  display: flex;
  align-items: center;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  height: 44px;
  width: auto;
  flex-shrink: 0;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-name {
  display: block;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1;
}

.brand-tagline {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--copper);
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink-soft);
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  border: 1px solid var(--line);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  list-style: none;
  cursor: pointer;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav[open] summary {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-nav-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(280px, calc(100vw - 40px));
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--paper-panel);
  box-shadow: var(--shadow);
}

.mobile-nav-panel a {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--ink-soft);
  font-size: 15px;
}

.mobile-nav-panel a.active,
.mobile-nav-panel a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
}

.hero,
.page-hero {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 24px;
  margin-bottom: 24px;
}

.page-hero {
  align-items: start;
}

.page-hero .page-panel:has(.portrait-wrap) {
  padding: 18px;
}

.page-hero .portrait-wrap {
  min-height: auto;
}

.hero-copy,
.hero-visual,
.section-card,
.cta,
.footer,
.page-panel {
  border-radius: var(--radius-xl);
}

.hero-copy,
.page-panel {
  padding: 38px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.55rem, 4.55vw, 4.35rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.page-title {
  margin: 0;
  font-size: clamp(2.55rem, 4.5vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.page-panel .page-title,
.section-card h2,
.framework-band h2,
.diagram-panel h2 {
  margin-top: 0;
}

.hero-lead,
.page-intro,
.section-intro,
.card p,
.article p,
.article li,
.note p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.hero-lead,
.page-intro {
  font-size: 1.08rem;
}

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

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

.button.primary {
  color: #0d0a08;
  background: linear-gradient(135deg, #7e5138, #c17d53);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
}

.button.secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual {
  padding: 18px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
}

.portrait-wrap {
  overflow: hidden;
  border-radius: 26px;
  min-height: 560px;
  background: linear-gradient(180deg, rgba(46, 34, 28, 0.8), rgba(10, 24, 30, 0.8));
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.card,
.proof-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.proof-card {
  background:
    linear-gradient(135deg, var(--copper-tint), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  border-color: var(--copper-border);
}

.card strong,
.proof-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.card-grid {
  display: grid;
  gap: 18px;
  margin: 18px 0;
  align-items: stretch;
}

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

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-card {
  padding: 30px;
  margin-bottom: 18px;
}

.section-intro {
  margin-top: 14px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 8px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-intro-compact {
  margin: 0;
  max-width: 44ch;
}

.section-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.editorial-band {
  margin: 18px 0;
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, var(--copper-tint), transparent 24%),
    linear-gradient(135deg, var(--paper-strong), var(--paper));
  border: 1px solid var(--copper-border);
  box-shadow: var(--shadow);
}

.editorial-band h2 {
  margin: 0;
  font-size: 40px;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.editorial-band p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.editorial-band .hero-actions {
  margin-top: 22px;
}

.ledger-table {
  margin-top: 18px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(206, 218, 219, 0.08);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

.ledger-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(180px, 0.9fr) minmax(260px, 1.4fr) minmax(180px, 0.9fr);
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(206, 218, 219, 0.08);
}

.ledger-row:last-child {
  border-bottom: none;
}

.ledger-cell {
  min-width: 0;
}

.ledger-label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ledger-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.timeline {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(193, 125, 83, 0.12);
  border: 1px solid var(--copper-border);
  color: var(--copper);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.timeline-item h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.timeline-item p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.timeline-item ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.timeline-item li {
  color: var(--ink-soft);
  line-height: 1.68;
}

.quote-band {
  margin: 18px 0;
  padding: 26px 28px;
  border-radius: 24px;
  border: 1px solid var(--copper-border);
  background:
    linear-gradient(135deg, var(--copper-tint), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.quote-band p {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.article {
  padding: 32px;
  margin-bottom: 18px;
}

.article-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.article-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.article-lead {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.74;
}

.insights-hero {
  padding-bottom: 26px;
}

.article-feature {
  padding: 42px 52px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.02)),
    rgba(10, 24, 30, 0.94);
  margin-top: 26px;
}

.article-feature .article-title {
  max-width: 100%;
}

.article-headline {
  margin-bottom: 18px;
}

.feature-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding-top: 14px;
}

.feature-points,
.essay-notes {
  display: grid;
  gap: 14px;
}

.feature-point,
.essay-note {
  padding: 20px 0 20px 20px;
  border-left: 1px solid var(--line);
}

.feature-point strong,
.essay-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.feature-point p,
.essay-note p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.essay-stack {
  display: grid;
  gap: 26px;
  margin-top: 28px;
}

.article-essay {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: start;
  padding: 34px 36px;
}

.article-essay .article-title {
  max-width: 100%;
}

.article ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.proof-card h3,
.card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.framework-band {
  margin: 18px 0;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(46, 34, 28, 0.3), var(--paper)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(206, 218, 219, 0.07);
  box-shadow: var(--shadow);
}

.framework-band h2 {
  margin: 0;
  font-size: 40px;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.framework-band p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.framework-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.framework-step {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.framework-step span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.framework-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.framework-step p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.66;
}

.framework-band .hero-actions {
  margin-top: 22px;
}

.diagram-panel {
  margin: 18px 0;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(206, 218, 219, 0.06);
  box-shadow: var(--shadow);
}

.diagram-panel h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.diagram-panel p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.diagram-panel > p {
  margin-bottom: 8px;
}

.diagram {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}

.diagram-node {
  padding: 24px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  min-height: 180px;
}

.diagram-node span {
  display: block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.diagram-node strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.diagram-node p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.66;
}

.diagram-arrow {
  color: var(--copper);
  font-size: 28px;
  line-height: 1;
  opacity: 0.9;
}

.pull-quote {
  margin: 18px 0;
  padding: 28px;
  border-left: 4px solid var(--copper);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  max-width: 100%;
}

.pull-quote p {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: none;
}

.proof-card p,
.card p {
  margin: 0;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  margin-top: 18px;
}

.contact-panel,
.contact-form-panel {
  padding: 30px;
  border-radius: var(--radius-xl);
}

.contact-panel h2,
.contact-form-panel h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-panel p,
.contact-form-panel p {
  color: var(--ink-soft);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

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

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(206, 218, 219, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  font: inherit;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-soft);
}

.field textarea {
  min-height: 180px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(193, 125, 83, 0.7);
  outline-offset: 2px;
  border-color: rgba(193, 125, 83, 0.35);
}

.form-note {
  margin-top: 14px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.contact-panel .list {
  margin-top: 18px;
}

.contact-copy-note {
  min-height: 24px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.page-panel + .section-card,
.page-panel + .pull-quote,
.pull-quote + .section-card,
.section-card + .diagram-panel,
.diagram-panel + .framework-band,
.framework-band + .card-grid,
.card-grid + .section-card {
  margin-top: 22px;
}

.proof-card,
.card {
  height: 100%;
}

.cta {
  margin-top: 18px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, var(--paper-strong), var(--paper));
  color: var(--ink);
}

.cta p {
  color: var(--ink-soft);
}

.cta .button.secondary {
  color: var(--ink);
  border-color: rgba(206, 218, 219, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.footer {
  margin-top: 18px;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer p {
  margin: 0;
  color: var(--ink-soft);
}

.footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-links a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

@media (max-width: 1040px) {
  .hero,
  .page-hero,
  .card-grid.three,
  .card-grid.two,
  .article-essay,
  .feature-rail,
  .framework-steps,
  .diagram,
  .contact-shell,
  .form-grid,
  .ledger-row,
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    gap: 12px;
  }

  .diagram {
    gap: 12px;
  }

  .diagram-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .footer,
  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy,
  .page-panel,
  .section-card,
  .article,
  .cta,
  .footer {
    border-radius: 24px;
  }

}

@media (max-width: 720px) {
  .page {
    width: min(calc(100% - 20px), var(--max));
    padding-top: 12px;
  }

  .nav {
    position: relative;
    align-items: flex-start;
    border-radius: 28px;
    padding: 16px;
  }

  .brand-icon {
    height: 36px;
  }

  .brand-tagline {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .mobile-nav {
    display: block;
  }

  .hero-copy,
  .hero-visual,
  .page-panel,
  .section-card,
  .article,
  .cta,
  .contact-panel,
  .contact-form-panel,
  .editorial-band {
    padding: 18px;
  }

  .article-feature {
    padding: 22px 18px;
  }

  .essay-stack {
    margin-top: 16px;
    gap: 16px;
  }

  .article-essay {
    padding: 20px 18px;
  }

  .hero,
  .page-hero,
  .card-grid,
  .list,
  .essay-stack {
    margin: 12px 0;
  }

  .card-grid.three,
  .card-grid.two {
    gap: 12px;
  }

  .card,
  .proof-card,
  .framework-step,
  .diagram-node {
    padding: 16px;
  }

  .hero,
  .page-hero,
  .contact-shell {
    gap: 16px;
  }

  .section-card {
    margin-bottom: 14px;
  }

  .page-panel + .section-card,
  .page-panel + .pull-quote,
  .pull-quote + .section-card,
  .section-card + .diagram-panel,
  .diagram-panel + .framework-band,
  .framework-band + .card-grid,
  .card-grid + .section-card {
    margin-top: 16px;
  }

  .hero-actions,
  .contact-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .button {
    min-height: 46px;
    font-size: 14px;
  }

  .footer-links a,
  .mobile-nav-panel a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .ledger-row {
    padding: 16px;
    gap: 14px;
  }

  .timeline-item {
    padding: 16px;
  }

  .portrait-wrap {
    min-height: 420px;
  }

  .hero h1,
  .page-title {
    max-width: 100%;
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .pull-quote {
    max-width: 100%;
  }

  .section-card h2,
  .framework-band h2,
  .diagram-panel h2,
  .article-title,
  .proof-card h3,
  .card h3,
  .editorial-band h2,
  .timeline-item h3 {
    font-size: clamp(1.75rem, 7vw, 2.35rem);
  }
}

@media print {
  @page {
    margin: 0.6in;
  }

  body {
    color: #111;
    background: #fff;
  }

  .page {
    width: 100%;
    padding: 0;
  }

  .nav,
  .footer,
  .hero-actions,
  .contact-actions {
    display: none !important;
  }

  .surface,
  .editorial-band,
  .framework-band,
  .diagram-panel,
  .cta,
  .pull-quote {
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: none !important;
  }

  .page-intro,
  .section-intro,
  .card p,
  .article p,
  .article li,
  .timeline-item p,
  .timeline-item li,
  .cta p,
  .feature-point p,
  .essay-note p {
    color: #333 !important;
  }

  .page-panel,
  .section-card,
  .article,
  .editorial-band,
  .framework-band,
  .diagram-panel,
  .cta,
  .timeline-item,
  .ledger-row,
  .proof-card,
  .card {
    break-inside: avoid;
  }
}

/* ── Coming Soon ─────────────────────────────────────────── */

.cs-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 36px;
}

.cs-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.cs-icon {
  height: 56px;
  width: auto;
}

.cs-name {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}

.cs-divider {
  width: 36px;
  height: 2px;
  background: var(--copper);
  border-radius: 2px;
}

.cs-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 540px;
}

.cs-headline {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
  margin: 0;
}

.cs-body {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}

.cs-cta {
  margin-top: 4px;
}
