@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,450;0,600;1,450;1,600&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --paper: #f3eadb;
  --paper-2: #eadbc6;
  --paper-3: #fff8ec;
  --ink: #171b19;
  --ink-soft: #39433f;
  --muted: #6f6a5e;
  --line: rgba(38, 37, 30, 0.18);
  --line-strong: rgba(38, 37, 30, 0.36);
  --charcoal: #101817;
  --charcoal-2: #17221f;
  --gold: #a77522;
  --red: #a54a37;
  --green: #245d42;
  --blue: #385c6f;
  --cream: #fffaf0;
  --shadow: 0 24px 50px rgba(18, 22, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(35, 39, 33, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(35, 39, 33, 0.05) 1px, transparent 1px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.54), transparent 34%, rgba(29, 34, 29, 0.055)),
    linear-gradient(180deg, #fbf3e6 0%, var(--paper) 58%, #e4d2ba 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.48;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(24, 29, 28, 0.12) 0.7px, transparent 0.7px),
    linear-gradient(34deg, transparent 0 42%, rgba(42, 34, 25, 0.1) 42.1%, transparent 42.3% 100%),
    linear-gradient(141deg, transparent 0 61%, rgba(42, 34, 25, 0.07) 61.1%, transparent 61.3% 100%);
  background-size: 5px 5px, 720px 720px, 620px 620px;
  mix-blend-mode: multiply;
  opacity: 0.42;
}

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

a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

h1,
h2,
.brand-mark,
.map-readout strong,
.donut strong {
  font-family: "Crimson Pro", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

p,
td,
th,
a,
span,
strong,
em,
li,
dt,
dd,
figcaption {
  letter-spacing: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 50;
  padding: 10px 12px;
  background: var(--ink);
  color: var(--cream);
}

.skip-link:focus {
  top: 12px;
}

.site-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  width: min(1540px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: rgba(248, 241, 231, 0.42);
}

.rail {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  padding: 31px 28px;
  border-right: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(250, 241, 226, 0.97), rgba(228, 212, 188, 0.91)),
    var(--paper);
}

.brand {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 68px;
  height: 72px;
  color: var(--ink);
  font-size: 3.1rem;
  line-height: 0.9;
}

.brand-mark span {
  position: absolute;
  display: block;
}

.brand-mark span:first-child {
  left: 0;
  top: 0;
}

.brand-mark span:last-child {
  left: 24px;
  top: 22px;
}

.brand-name {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.72;
  text-transform: uppercase;
}

.rail-nav {
  display: grid;
  align-content: center;
  gap: 18px;
  margin: 58px 0;
}

.rail-nav::before,
.rail-note::before {
  content: "";
  display: block;
  width: 112px;
  height: 1px;
  margin: 0 0 18px;
  background: var(--line-strong);
  box-shadow: 52px 0 0 -50px var(--gold);
}

.rail-nav a {
  width: fit-content;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rail-note {
  display: grid;
  gap: 15px;
  color: var(--ink-soft);
}

.rail-note p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  line-height: 1.55;
}

.rail-note a,
.rail-note span {
  width: fit-content;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rail-note span {
  color: var(--muted);
}

.main {
  min-width: 0;
}

.main:focus {
  outline: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(390px, 0.95fr) minmax(490px, 1fr) minmax(300px, 0.74fr);
  min-height: 620px;
  border-bottom: 1px solid var(--line-strong);
}

.hero-copy,
.route-board,
.insight-panel {
  min-width: 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 34px 32px;
}

.eyebrow,
.panel-topline,
.panel-date,
.map-header,
.legend,
.method-icon {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 16px;
}

h1 {
  max-width: 13.5ch;
  margin: 0;
  font-size: 3.9rem;
  line-height: 0.95;
}

h1 em {
  color: var(--gold);
  font-family: "Crimson Pro", Georgia, serif;
  font-style: italic;
  font-weight: 450;
}

.hero-text {
  max-width: 29rem;
  margin: 20px 0 22px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.5;
}

.hero-actions {
  display: grid;
  gap: 10px;
  width: min(300px, 100%);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 47px;
  padding: 0 17px;
  border: 1px solid var(--line-strong);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.button-primary {
  background: var(--charcoal);
  color: var(--cream);
}

.button-secondary {
  background: rgba(255, 250, 240, 0.54);
  color: var(--ink);
}

.route-board {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(rgba(24, 29, 28, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 29, 28, 0.035) 1px, transparent 1px),
    rgba(255, 250, 240, 0.22);
  background-size: 36px 36px;
  overflow: hidden;
}

.route-board::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(38, 37, 30, 0.08);
  pointer-events: none;
}

.map-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--muted);
}

.legend {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: fit-content;
  margin: 0 0 10px auto;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.44);
  color: var(--ink-soft);
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend i {
  display: inline-block;
  width: 34px;
  height: 0;
  border-top: 2px solid var(--ink);
}

.legend .line-false {
  border-top-color: var(--red);
  border-top-style: dashed;
}

.legend .line-open {
  border-top-color: var(--muted);
  border-top-style: dashed;
}

.route-map {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.34), rgba(233, 218, 194, 0.26)),
    var(--paper);
  box-shadow: var(--shadow);
}

.contour {
  fill: none;
  stroke: rgba(68, 64, 54, 0.16);
  stroke-width: 1.2;
}

.false-route,
.open-route {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 10 9;
}

.false-route {
  stroke: var(--red);
}

.open-route {
  stroke: rgba(82, 80, 70, 0.58);
}

.route-shadow {
  fill: none;
  stroke: var(--gold);
  stroke-width: 14;
  stroke-linecap: round;
  opacity: 0.42;
}

.real-route {
  fill: none;
  stroke: var(--ink);
  stroke-width: 7;
  stroke-linecap: round;
}

.nodes circle {
  fill: #d7a347;
  stroke: var(--ink);
  stroke-width: 2.5;
}

.node-cores circle {
  fill: var(--paper-3);
  stroke: none;
}

.false-marks path {
  fill: none;
  stroke: var(--red);
  stroke-width: 4;
  stroke-linecap: round;
}

.tower path,
.site-block path,
.site-block rect,
.load-campus path,
.compass path,
.compass circle {
  fill: none;
  stroke: rgba(33, 35, 31, 0.45);
  stroke-width: 2;
}

.site-block rect {
  fill: rgba(60, 58, 49, 0.08);
}

.load-campus path {
  fill: rgba(60, 58, 49, 0.07);
}

.compass text,
.route-labels text {
  fill: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.compass text {
  text-anchor: middle;
  font-size: 14px;
}

.map-readout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line-strong);
  border-top: 0;
  background: rgba(248, 241, 231, 0.84);
}

.map-readout div {
  padding: 13px 15px;
}

.map-readout div + div {
  border-left: 1px solid var(--line);
}

.map-readout strong {
  display: block;
  color: var(--green);
  font-size: 2.05rem;
  line-height: 1;
}

.map-readout span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.85rem;
}

.insight-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 28px;
  background:
    linear-gradient(180deg, rgba(20, 31, 29, 0.98), rgba(12, 18, 17, 0.99)),
    var(--charcoal);
  color: var(--cream);
}

.panel-date {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 250, 240, 0.28);
}

.insight-panel h2 {
  max-width: 11ch;
  margin: 19px 0 13px;
  color: var(--cream);
  font-size: 2.95rem;
  line-height: 0.96;
}

.insight-panel p {
  margin: 0 0 21px;
  color: rgba(255, 250, 240, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
}

.watch-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 250, 240, 0.18);
  list-style: none;
}

.watch-list li {
  position: relative;
  display: grid;
  gap: 3px;
  min-height: 61px;
  padding: 11px 26px 11px 42px;
  border-bottom: 1px solid rgba(255, 250, 240, 0.15);
}

.watch-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 26px;
  height: 26px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.watch-list li::after {
  content: "x";
  position: absolute;
  right: 0;
  top: 16px;
  color: var(--red);
  font-size: 1.55rem;
  line-height: 1;
}

.watch-list span {
  color: rgba(255, 250, 240, 0.94);
  font-weight: 700;
}

.watch-list strong {
  color: rgba(255, 250, 240, 0.58);
  font-size: 0.82rem;
  font-weight: 500;
}

.panel-link {
  width: fit-content;
  margin-top: 18px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.method-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-strong);
  background: rgba(255, 250, 240, 0.52);
}

.method-strip article {
  min-height: 126px;
  padding: 22px 28px;
}

.method-strip article + article {
  border-left: 1px solid var(--line);
}

.method-strip h2 {
  margin: 8px 0 5px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.method-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.desk-grid {
  display: grid;
  grid-template-columns: 1.03fr 1fr 1.04fr 1.08fr;
  border-bottom: 1px solid var(--line-strong);
}

.desk-panel {
  min-width: 0;
  padding: 24px 26px 25px;
  background: rgba(248, 241, 231, 0.66);
}

.desk-panel + .desk-panel {
  border-left: 1px solid var(--line);
}

.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.panel-topline p {
  margin: 0;
  color: var(--gold);
}

.panel-topline a,
.panel-topline span {
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}

th {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

td,
th {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

td:nth-child(2),
td:nth-child(3),
th:nth-child(2),
th:nth-child(3) {
  text-align: right;
}

.microcopy {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.site-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
}

.site-list strong {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-list em {
  color: var(--muted);
  font-size: 0.8rem;
  font-style: normal;
}

.site-list .real {
  color: var(--green);
}

.site-list .risk {
  color: var(--gold);
}

.site-list .false {
  color: var(--red);
}

.status-key {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.72rem;
}

.status-key span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.real-dot {
  background: var(--green);
}

.risk-dot {
  background: var(--gold);
}

.false-dot {
  background: var(--red);
}

.donut-wrap {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.donut {
  display: grid;
  place-items: center;
  align-content: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--paper) 0 52%, transparent 53%),
    conic-gradient(var(--green) 0 62.9%, var(--red) 62.9% 79%, rgba(38, 37, 30, 0.22) 79% 100%);
  color: var(--ink);
}

.donut strong {
  font-size: 2.1rem;
  line-height: 1;
}

.donut span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

dt,
dd {
  margin: 0;
  font-size: 0.82rem;
}

dt {
  color: var(--muted);
}

dd {
  color: var(--green);
  font-weight: 800;
  text-align: right;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(520px, 1.28fr);
  gap: 38px;
  padding: 56px 48px;
  border-bottom: 1px solid var(--line-strong);
  background: rgba(255, 250, 240, 0.5);
}

.section-copy h2,
.contact-section h2 {
  max-width: 13ch;
  margin: 0;
  font-size: 4.7rem;
  line-height: 0.94;
}

.section-copy p,
.contact-section p {
  max-width: 43rem;
  margin: 21px 0 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.proof-layout {
  display: grid;
  gap: 20px;
}

.proof-layout figure {
  margin: 0;
  border: 1px solid var(--line-strong);
  background: rgba(255, 250, 240, 0.72);
  box-shadow: var(--shadow);
}

.proof-layout img {
  width: 100%;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: 50% 50%;
  mix-blend-mode: multiply;
}

.proof-layout figcaption {
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line-strong);
}

.proof-cards article {
  padding: 22px;
  background: rgba(248, 241, 231, 0.72);
}

.proof-cards article + article {
  border-left: 1px solid var(--line);
}

.proof-cards h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.proof-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(360px, 0.9fr) minmax(360px, 1fr);
  gap: 30px;
  align-items: start;
  padding: 36px 48px;
  border-bottom: 1px solid rgba(255, 250, 240, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 27, 25, 0.98), rgba(12, 18, 17, 0.99)),
    var(--charcoal);
  color: var(--cream);
}

.about-section blockquote {
  margin: 0;
  color: var(--cream);
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.18;
}

.about-section p {
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-family: Georgia, "Times New Roman", serif;
}

.resource-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.resource-list div {
  display: grid;
  gap: 8px;
  border-left: 1px solid rgba(255, 250, 240, 0.16);
  padding-left: 22px;
}

.resource-list h2 {
  margin: 0 0 5px;
  color: var(--gold);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.resource-list a {
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.86rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 54px 48px;
  background: var(--charcoal);
  color: var(--cream);
}

.contact-section h2 {
  color: var(--cream);
}

.contact-section p {
  color: rgba(255, 250, 240, 0.72);
}

.contact-section .button-primary {
  border-color: rgba(255, 250, 240, 0.42);
  background: var(--cream);
  color: var(--charcoal);
  white-space: nowrap;
}

@media (max-width: 1320px) {
  .hero {
    grid-template-columns: minmax(315px, 0.88fr) minmax(455px, 1.12fr);
  }

  .insight-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(380px, 1fr);
    gap: 28px;
    padding: 32px 40px;
  }

  .insight-panel .panel-date,
  .insight-panel h2,
  .insight-panel p,
  .insight-panel .panel-link {
    grid-column: 1;
  }

  .watch-list {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: center;
  }

  .insight-panel h2 {
    font-size: 3.25rem;
  }

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

  .desk-panel:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .desk-panel:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 1080px) {
  .site-shell {
    grid-template-columns: 1fr;
  }

  .rail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: auto;
    padding: 16px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

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

  .brand-mark {
    width: 48px;
    height: 52px;
    font-size: 2.2rem;
  }

  .brand-mark span:last-child {
    left: 17px;
    top: 16px;
  }

  .rail-nav {
    display: flex;
    align-content: initial;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
    margin: 0;
  }

  .rail-nav::before,
  .rail-note {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 4.2rem;
  }

  .proof-section,
  .about-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .rail {
    align-items: flex-start;
  }

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

  .hero,
  .insight-panel,
  .method-strip,
  .desk-grid,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .route-board,
  .insight-panel,
  .desk-panel,
  .proof-section,
  .about-section,
  .contact-section {
    padding: 28px 20px;
  }

  .route-board,
  .desk-panel + .desk-panel,
  .method-strip article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  h1 {
    max-width: 12ch;
    font-size: 3.5rem;
  }

  .insight-panel h2,
  .section-copy h2,
  .contact-section h2 {
    max-width: 12ch;
    font-size: 3.25rem;
  }

  .watch-list {
    grid-column: auto;
    grid-row: auto;
  }

  .map-header,
  .panel-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .legend {
    margin-left: 0;
  }

  .map-readout,
  .proof-cards,
  .resource-list,
  .donut-wrap {
    grid-template-columns: 1fr;
  }

  .map-readout div + div,
  .proof-cards article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-layout img {
    aspect-ratio: 1.25 / 1;
  }

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

@media (max-width: 540px) {
  .rail {
    display: grid;
  }

  h1 {
    font-size: 3.05rem;
  }

  .insight-panel h2,
  .section-copy h2,
  .contact-section h2 {
    font-size: 2.75rem;
  }

  .route-map {
    aspect-ratio: 1 / 0.94;
  }

  .route-labels text {
    font-size: 18px;
  }

  .site-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  table {
    font-size: 0.8rem;
  }
}
