@font-face {
  font-family: "Creato Display";
  src: url("assets/fonts/CreatoDisplay-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Creato Display";
  src: url("assets/fonts/CreatoDisplay-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Creato Display";
  src: url("assets/fonts/CreatoDisplay-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --canvas: #fcfbf6;
  --sage: #eef2ed;
  --warm: #f3f0e7;
  --paper: #f7f5ee;
  --white: #ffffff;
  --ink: #1a3636;
  --ink-2: #304b46;
  --muted: #4f6259;
  --subtle: #738078;
  --inverse: #efe9da;
  --gold: #b58a2a;
  --gold-dark: #7d5a12;
  --gold-soft: #eee2bd;
  --night: #0f2523;
  --night-2: #16332f;
  --line: #ddd7c7;
  --line-strong: #c7bea7;
  --success: #4e7a54;
  --warning: #d09a3e;
  --font-sans: "Creato Display", Inter, system-ui, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", ui-monospace, monospace;
  --shell: 1320px;
  --gutter: clamp(20px, 3vw, 48px);
  --section: clamp(96px, 10vw, 152px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
ol,
ul,
dl,
dd,
figure {
  margin: 0;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 3px solid rgba(181, 138, 42, 0.72);
  outline-offset: 4px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.shell {
  width: min(calc(100% - (2 * var(--gutter))), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--canvas);
  background: var(--ink);
  border-radius: 3px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.button,
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.button-dark {
  color: var(--canvas);
  background: var(--ink);
}

.button-dark:hover {
  background: #294a46;
}

.button-quiet {
  color: var(--ink);
  background: rgba(252, 251, 246, 0.64);
  border-color: var(--line-strong);
}

.button-quiet:hover {
  background: var(--white);
  border-color: var(--gold-dark);
}

.button-gold {
  color: var(--night);
  background: #d5ab4e;
}

.button-gold:hover {
  background: #e3bd62;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: var(--ink);
  background: rgba(252, 251, 246, 0.74);
  border-bottom: 1px solid rgba(199, 190, 167, 0.62);
  backdrop-filter: blur(16px);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(252, 251, 246, 0.94);
  box-shadow: 0 12px 40px rgba(26, 54, 54, 0.06);
}

.nav-shell {
  display: grid;
  min-height: 76px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}

.brand img {
  width: 146px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.desktop-nav a,
.footer-links a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--gold-dark);
}

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

.menu-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.menu-icon {
  position: relative;
  width: 20px;
  height: 12px;
  border-top: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}

.menu-icon::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 14px;
  border-top: 1.5px solid currentColor;
  content: "";
}

.mobile-nav {
  padding: 12px var(--gutter) 24px;
  background: var(--canvas);
  border-top: 1px solid var(--line);
}

.mobile-nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 500;
}

.hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  background: #fcf7ed;
}

.hero-land,
.hero-veil,
.hero-route {
  position: absolute;
  inset: 0;
}

.hero-land {
  inset: auto auto 0 50%;
  width: min(calc(100% - 80px), 1440px);
  height: auto;
  aspect-ratio: 1915 / 821;
  background-color: #fcf7ed;
  background-image: url("assets/concepts-hero-footer-v1/hero-07-five-layer-exploded.png");
  background-image: image-set(
    url("assets/concepts-hero-footer-v1/hero-07-five-layer-exploded.webp") type("image/webp"),
    url("assets/concepts-hero-footer-v1/hero-07-five-layer-exploded.png") type("image/png")
  );
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: none;
  transform: translateX(-50%);
}

@media (max-width: 720px) {
  .hero-land {
    left: 56%;
    width: 960px;
    max-width: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }
}

.hero-veil {
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(252, 247, 237, 0.08) 0%, transparent 68%, rgba(15, 37, 35, 0.07) 100%);
}

.hero-route {
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.route-underlay,
.route-line,
.spine-line path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.hero-route .route-underlay {
  stroke: rgba(252, 251, 246, 0.68);
  stroke-width: 5;
}

.hero-route .route-line {
  stroke: rgba(181, 138, 42, 0.92);
  stroke-width: 1.8;
}

.hero-route circle {
  fill: var(--gold);
  stroke: var(--canvas);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.route-draw .route-line,
.route-draw .spine-line path,
.route-draw.spine-line path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.route-draw.route-visible .route-line,
.route-draw.route-visible .spine-line path,
.route-draw.route-visible.spine-line path {
  stroke-dashoffset: 0;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 920px;
  padding-top: 142px;
  padding-bottom: 244px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.hero-kicker {
  margin-top: 28px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
}

.hero-kicker::before {
  display: inline-block;
  width: 28px;
  margin-right: 10px;
  border-top: 2px solid var(--gold);
  content: "";
  transform: translateY(-4px);
}

.hero h1 {
  max-width: 980px;
  margin-top: 28px;
  font-size: clamp(56px, 4.55vw, 72px);
  font-weight: 400;
  letter-spacing: -0.031em;
  line-height: 0.97;
  text-wrap: balance;
}

.hero h1 mark {
  position: relative;
  z-index: 0;
  color: inherit;
  background: transparent;
}

.hero h1 mark::after {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.04em;
  left: -0.04em;
  height: 0.3em;
  background: rgba(222, 190, 95, 0.58);
  content: "";
}

.hero-lede {
  max-width: 760px;
  margin-top: 25px;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.48;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  margin-top: 27px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.text-link {
  color: var(--ink);
  background: rgba(252, 251, 246, 0.88);
  border-color: var(--line-strong);
  backdrop-filter: blur(7px);
}

.text-link span {
  margin-left: 10px;
  color: var(--gold-dark);
}

.hero-ledger {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 28px;
  left: 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  color: var(--ink);
  background: rgba(252, 251, 246, 0.93);
  border: 1px solid rgba(199, 190, 167, 0.96);
  box-shadow: 0 22px 70px rgba(15, 37, 35, 0.12);
  backdrop-filter: blur(14px);
}

.ledger-date {
  display: flex;
  padding: 20px 22px;
  flex-direction: column;
  justify-content: center;
  color: var(--muted);
  border-right: 1px solid var(--line-strong);
  font-size: 12px;
  font-weight: 500;
}

.ledger-date time {
  margin-top: 5px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
}

.hero-ledger dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero-ledger dl > div {
  display: flex;
  min-height: 88px;
  padding: 16px 20px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border-right: 1px solid var(--line);
}

.hero-ledger dl > div:last-child {
  border-right: 0;
}

.hero-ledger dt {
  color: var(--muted);
  font-size: 13px;
}

.hero-ledger dd {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.leverage-declaration {
  position: relative;
  min-height: 310vh;
  color: var(--inverse);
  background: #0b1c1a;
  border-top: 1px solid rgba(239, 233, 218, 0.13);
  border-bottom: 1px solid var(--line-strong);
}

.leverage-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
}

.leverage-sticky::before,
.leverage-sticky::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.leverage-sticky::before {
  inset: 0;
  background:
    radial-gradient(circle at 76% 48%, rgba(84, 145, 113, 0.18), transparent 30%),
    radial-gradient(circle at 28% 84%, rgba(181, 138, 42, 0.07), transparent 27%),
    linear-gradient(120deg, #0a1b19 0%, #102a26 55%, #0a1a18 100%);
}

.leverage-sticky::after {
  display: none;
}

.leverage-state-map {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(-210px, -8vw, -40px);
  width: min(72vw, 1040px);
  pointer-events: none;
  transform: translateY(-46%);
}

.leverage-state-map::before {
  position: absolute;
  z-index: 1;
  inset: -2px;
  background: linear-gradient(90deg, #0b1c1a 0%, rgba(11, 28, 26, 0.88) 22%, rgba(11, 28, 26, 0.16) 62%, rgba(11, 28, 26, 0.1) 100%);
  content: "";
}

.leverage-state-map img {
  width: 100%;
  opacity: 0.42;
  filter: invert(88%) sepia(12%) saturate(488%) hue-rotate(87deg) brightness(91%) contrast(85%);
}

.leverage-state-pulse {
  position: absolute;
  z-index: 2;
  top: 43%;
  left: 53%;
  width: 10px;
  height: 10px;
  background: #d7ae4c;
  border: 1px solid #f7e4ad;
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(215, 174, 76, 0.08), 0 0 40px rgba(215, 174, 76, 0.42);
}

.leverage-layout {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  grid-template-columns: minmax(130px, 0.18fr) minmax(0, 0.82fr);
  align-items: center;
  padding-top: 66px;
  padding-bottom: 42px;
}

.leverage-index {
  align-self: start;
  margin-top: clamp(74px, 11vh, 118px);
  color: rgba(239, 233, 218, 0.46);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.leverage-index span,
.leverage-index b {
  display: block;
}

.leverage-index::before {
  display: inline-block;
  width: 18px;
  margin-right: 10px;
  border-top: 1px solid #d7ae4c;
  content: "";
  transform: translateY(-3px);
}

.leverage-index b {
  margin-top: 10px;
  color: rgba(239, 233, 218, 0.27);
  font-weight: 400;
}

.leverage-copy {
  width: min(900px, 76vw);
}

.leverage-label {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 13px;
  color: rgba(239, 233, 218, 0.68);
  background: rgba(239, 233, 218, 0.06);
  border: 1px solid rgba(239, 233, 218, 0.14);
  border-radius: 999px;
  font-size: 12px;
}

.leverage-label::before {
  width: 6px;
  height: 6px;
  margin-right: 9px;
  background: #d7ae4c;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 12px rgba(215, 174, 76, 0.5);
}

.leverage-step {
  max-width: 880px;
  margin-top: 15px;
  padding-left: 18px;
  color: rgba(239, 233, 218, 0.26);
  border-left: 1px solid transparent;
  font-size: clamp(25px, 2.65vw, 43px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.leverage-step.is-leverage-current {
  color: rgba(250, 246, 234, 0.98);
}

.leverage-step.is-leverage-complete {
  color: rgba(239, 233, 218, 0.7);
}

.leverage-fact {
  display: grid;
  max-width: 860px;
  margin-top: 25px;
  padding-top: 18px;
  grid-template-columns: minmax(170px, 0.42fr) minmax(260px, 0.58fr);
  align-items: end;
  gap: 22px;
  border-top: 1px solid rgba(239, 233, 218, 0.16);
}

.leverage-fact strong {
  color: #e0b956;
  font-size: clamp(68px, 7.3vw, 112px);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.72;
}

.leverage-fact sup {
  display: inline-block;
  margin-left: 3px;
  font-size: 0.28em;
  letter-spacing: 0;
  vertical-align: top;
  transform: translateY(-0.12em);
}

.leverage-fact p {
  max-width: 430px;
  color: rgba(239, 233, 218, 0.84);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.18;
}

.leverage-equation {
  display: flex;
  max-width: 860px;
  margin-top: 23px;
  align-items: center;
  gap: 16px;
  color: rgba(239, 233, 218, 0.58);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.leverage-equation span {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.leverage-equation b {
  color: var(--inverse);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.leverage-equation i {
  color: #d7ae4c;
  font-style: normal;
}

.leverage-method {
  max-width: 690px;
  margin-top: 14px;
  color: rgba(239, 233, 218, 0.64);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.6;
}

.state-carousel {
  overflow: hidden;
  background: var(--canvas);
  border-bottom: 1px solid var(--line-strong);
}

.state-carousel-head {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.state-carousel-head p {
  color: var(--muted);
  font-size: 14px;
}

.state-carousel-head strong {
  color: var(--ink);
  font-weight: 500;
}

.state-carousel-head > span {
  color: var(--gold-dark);
  font-size: 11px;
  letter-spacing: -0.01em;
}

.state-marquee {
  position: relative;
  width: 100%;
  padding: 18px 0 22px;
  outline: none;
}

.state-marquee:focus-visible {
  box-shadow: inset 0 0 0 2px var(--gold);
}

.state-marquee::before,
.state-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(12vw, 180px);
  pointer-events: none;
  content: "";
}

.state-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--canvas), transparent);
}

.state-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, var(--canvas), transparent);
}

.state-marquee-track {
  display: flex;
  width: max-content;
  animation: state-marquee 52s linear infinite;
}

.state-marquee:hover .state-marquee-track,
.state-marquee:focus-within .state-marquee-track {
  animation-play-state: paused;
}

.state-marquee ul {
  display: flex;
  gap: 12px;
  padding-right: 12px;
}

.state-marquee li {
  position: relative;
  display: grid;
  width: 176px;
  min-height: 142px;
  padding: 15px 16px 13px;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  color: var(--ink);
  background: #f8f7f1;
  border: 1px solid var(--line);
}

.state-marquee li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(181, 138, 42, 0.1));
  content: "";
}

.state-marquee img {
  width: 94px;
  height: 76px;
  grid-column: 1 / -1;
  filter: invert(30%) sepia(16%) saturate(836%) hue-rotate(116deg) brightness(90%) contrast(84%);
  object-fit: contain;
  object-position: 0 50%;
}

.state-marquee span {
  align-self: end;
  font-size: 12px;
  font-weight: 500;
}

.state-marquee b {
  align-self: end;
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 400;
}

@keyframes state-marquee {
  to { transform: translateX(-50%); }
}

.object-strip {
  background: var(--canvas);
  border-bottom: 1px solid var(--line-strong);
}

.object-strip-inner {
  display: grid;
  min-height: 84px;
  grid-template-columns: 230px 1fr;
  align-items: stretch;
}

.object-strip-inner > p {
  display: flex;
  align-items: center;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
}

.object-strip ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.object-strip li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 13px;
}

.object-strip li:last-child {
  border-right: 0;
}

.object-strip li span {
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 10px;
}

.ruled-section {
  position: relative;
  border-bottom: 1px solid var(--line-strong);
}

.ruled-section::before,
.ruled-section::after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(199, 190, 167, 0.56);
  content: "";
  pointer-events: none;
}

.ruled-section::before {
  left: max(var(--gutter), calc((100vw - var(--shell)) / 2));
}

.ruled-section::after {
  right: max(var(--gutter), calc((100vw - var(--shell)) / 2));
}

.section-intro,
.run-heading {
  position: relative;
  z-index: 1;
  padding-top: var(--section);
  padding-bottom: clamp(52px, 6vw, 84px);
}

.split-intro,
.product-intro,
.run-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.72fr);
  gap: clamp(54px, 9vw, 142px);
  align-items: end;
}

.chapter-label {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 11px;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 500;
}

.chapter-label span {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(181, 138, 42, 0.58);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 400;
}

.section-intro h2,
.run-heading h2,
.closing-heading h2 {
  max-width: 780px;
  font-size: clamp(39px, 3.2vw, 49px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.03;
  text-wrap: balance;
}

.intro-note,
.section-intro > p,
.run-heading > p {
  max-width: 440px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.intro-note p + p {
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
}

.dossier-section {
  padding-bottom: var(--section);
  background: var(--sage);
}

.corridor-dossier {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--line-strong);
  box-shadow: 0 34px 90px rgba(26, 54, 54, 0.08);
}

.dossier-header {
  display: flex;
  min-height: 112px;
  padding: 24px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--white);
  border-bottom: 1px solid var(--line-strong);
}

.dossier-header p {
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 10px;
}

.dossier-header h3 {
  max-width: 750px;
  margin-top: 6px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.15;
}

.dossier-state {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 500;
}

.dossier-state span,
.verified-dot {
  width: 9px;
  height: 9px;
  background: var(--success);
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--success);
}

.dossier-body {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(300px, 0.82fr);
  min-height: 720px;
}

.cadastral-frame {
  display: flex;
  min-width: 0;
  padding: clamp(20px, 3vw, 42px);
  align-items: center;
  background: #e9ece6;
  border-right: 1px solid var(--line-strong);
}

.cadastral-map {
  width: 100%;
  height: auto;
  border: 1px solid rgba(199, 190, 167, 0.58);
  box-shadow: 0 18px 50px rgba(26, 54, 54, 0.09);
}

.contours path {
  fill: none;
  stroke: #aeb8b0;
  stroke-width: 1.2;
  opacity: 0.56;
}

.parcel-fabric path {
  fill: rgba(255, 255, 255, 0.28);
  stroke: #66756d;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.parcel-fabric .focus-parcel {
  fill: rgba(238, 226, 189, 0.7);
  stroke: var(--gold);
  stroke-width: 2.4;
}

.cadastral-map .impact-zone {
  fill: none;
  stroke: rgba(181, 138, 42, 0.17);
  stroke-width: 58;
  vector-effect: non-scaling-stroke;
}

.cadastral-map .route-underlay {
  fill: none;
  stroke: rgba(252, 251, 246, 0.95);
  stroke-width: 12;
  vector-effect: non-scaling-stroke;
}

.cadastral-map .route-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.map-labels text,
.north-arrow text,
.scale-bar text,
.map-legend text,
.map-callout text {
  fill: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
}

.map-labels text:first-child {
  fill: var(--ink);
  font-weight: 500;
}

.map-labels text:nth-child(2) {
  fill: var(--gold-dark);
  font-size: 13px;
  font-weight: 500;
}

.north-arrow path {
  fill: var(--ink);
}

.scale-bar path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.4;
}

.map-callout circle {
  fill: var(--ink);
  stroke: var(--gold);
  stroke-width: 2;
}

.map-callout circle + text {
  fill: var(--inverse);
  font-weight: 500;
}

.map-callout path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1;
}

.map-callout rect {
  fill: rgba(255, 255, 255, 0.98);
  stroke: var(--line-strong);
}

.map-callout .callout-title {
  fill: var(--ink);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
}

.map-callout .callout-copy {
  font-size: 9px;
}

.map-legend rect:first-child {
  fill: rgba(252, 251, 246, 0.96);
  stroke: var(--line-strong);
}

.map-legend .legend-route {
  stroke: var(--gold);
  stroke-width: 4;
}

.map-legend .legend-impact {
  fill: rgba(181, 138, 42, 0.18);
  stroke: var(--gold);
}

.map-legend .legend-parcel {
  fill: var(--gold-soft);
  stroke: var(--gold);
}

.map-legend .legend-boundary {
  stroke: #66756d;
  stroke-width: 1;
}

.record-stack {
  display: grid;
  grid-template-rows: 1.08fr 1fr 0.82fr;
  background: var(--paper);
}

.record-card {
  min-height: 0;
  padding: 25px 26px;
  border-bottom: 1px solid var(--line-strong);
}

.record-card:last-child {
  border-bottom: 0;
}

.record-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.record-card-head strong {
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
}

.record-title {
  max-width: 280px;
  margin-top: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.22;
}

.record-card dl {
  margin-top: 18px;
}

.record-card dl > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  padding: 8px 0;
  gap: 10px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.35;
}

.record-card dt {
  color: var(--subtle);
}

.record-card dd {
  color: var(--ink);
}

.parcel-id {
  margin-top: 16px;
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.verification-line {
  display: grid;
  margin-top: 22px;
  grid-template-columns: 12px 1fr;
  gap: 13px;
}

.verification-line strong {
  font-size: 16px;
  font-weight: 500;
}

.verification-line p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.verified-dot {
  margin-top: 5px;
}

.receipt-code {
  margin-top: 22px;
  color: var(--subtle);
  font-family: var(--font-mono);
  font-size: 9px;
}

.dossier-title-block {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 0.7fr);
  color: var(--inverse);
  background: var(--ink);
}

.dossier-title-block > div {
  min-height: 72px;
  padding: 15px 20px;
  border-right: 1px solid rgba(239, 233, 218, 0.18);
}

.dossier-title-block > div:last-child {
  border-right: 0;
}

.dossier-title-block span,
.dossier-title-block strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 400;
}

.dossier-title-block span {
  color: rgba(239, 233, 218, 0.65);
}

.dossier-title-block strong {
  margin-top: 7px;
  color: var(--inverse);
  font-size: 10px;
}

.timing-window {
  position: relative;
  z-index: 2;
  margin-top: clamp(56px, 7vw, 92px);
  overflow: hidden;
  background: #fbfaf6;
  border: 1px solid var(--line-strong);
  box-shadow: 0 26px 72px rgba(26, 54, 54, 0.07);
}

.timing-window::before {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image: radial-gradient(circle, rgba(48, 75, 70, 0.25) 0.8px, transparent 0.9px);
  background-size: 18px 18px;
  pointer-events: none;
  content: "";
}

.timing-window > * {
  position: relative;
  z-index: 1;
}

.timing-window-head {
  display: grid;
  min-height: 244px;
  padding: 52px 54px 34px;
  grid-template-columns: minmax(180px, 0.52fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(40px, 8vw, 130px);
}

.timing-badge {
  display: inline-flex;
  width: max-content;
  min-height: 28px;
  align-items: center;
  padding: 4px 11px;
  gap: 7px;
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timing-badge span {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(181, 138, 42, 0.1);
}

.timing-window-head h3 {
  max-width: 760px;
  font-size: clamp(35px, 3.4vw, 53px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.99;
  text-wrap: balance;
}

.timing-window-head p {
  max-width: 630px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.timing-curve {
  position: relative;
  height: 380px;
  margin: 0 54px;
  overflow: hidden;
  background: rgba(252, 251, 246, 0.68);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timing-curve > svg {
  position: absolute;
  z-index: 2;
  inset: 18px 0 auto;
  width: 100%;
  height: 270px;
  overflow: visible;
}

.timing-curve-shadow,
.timing-curve-line {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.timing-curve-shadow {
  stroke: rgba(26, 54, 54, 0.12);
  stroke-width: 5;
}

.timing-curve-line {
  stroke: rgba(181, 138, 42, 0.8);
  stroke-width: 1.4;
}

.golden-window-band {
  position: absolute;
  z-index: 1;
  top: 44px;
  bottom: 73px;
  left: 1.4%;
  width: 65.5%;
  padding: 17px 20px;
  background: linear-gradient(90deg, rgba(231, 207, 139, 0.24), rgba(231, 207, 139, 0.08));
  border-left: 2px solid var(--gold);
  border-right: 1px dashed rgba(181, 138, 42, 0.42);
}

.golden-window-band span,
.golden-window-band b {
  display: block;
}

.golden-window-band span {
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.golden-window-band b {
  margin-top: 5px;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 500;
}

.timing-milestones {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.timing-milestones li {
  position: relative;
  display: flex;
  padding: 0 22px 24px;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(199, 190, 167, 0.48);
}

.timing-milestones li:first-child {
  border-left: 0;
}

.timing-milestones i {
  position: absolute;
  top: 56px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: #fbfaf6;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(181, 138, 42, 0.07);
}

.timing-milestones li:nth-child(2) i { top: 175px; }
.timing-milestones li:nth-child(3) i { top: 176px; }
.timing-milestones li:nth-child(4) i { top: 128px; }

.timing-milestones span {
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timing-milestones strong {
  margin-top: 7px;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.timing-milestones small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.timing-comparison {
  margin: 38px 54px 0;
  background: rgba(252, 251, 246, 0.78);
  border: 1px solid var(--line-strong);
}

.timing-comparison-axis,
.timing-track {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
}

.timing-comparison-axis {
  padding-left: 150px;
  grid-template-columns: repeat(5, 1fr);
  color: var(--subtle);
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.timing-comparison-axis span {
  padding: 10px 12px;
  border-left: 1px solid var(--line);
}

.timing-track {
  min-height: 54px;
  border-bottom: 1px solid var(--line);
}

.timing-track:last-child {
  border-bottom: 0;
}

.timing-track > strong {
  display: flex;
  padding: 0 15px;
  align-items: center;
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 500;
}

.timing-track > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.timing-track span {
  display: flex;
  padding: 8px 11px;
  align-items: center;
  color: rgba(239, 233, 218, 0.84);
  background: var(--ink-2);
  border-left: 1px solid rgba(239, 233, 218, 0.15);
  font-size: 9px;
  line-height: 1.25;
}

.conventional-track span:empty {
  background: rgba(26, 54, 54, 0.035);
  border-left-color: var(--line);
}

.conventional-track span:not(:empty) {
  color: var(--muted);
  background: rgba(26, 54, 54, 0.08);
  border-left-color: var(--line);
}

.conventional-track span:last-child {
  color: var(--inverse);
  background: #6d7771;
}

.allodial-track span {
  color: var(--ink);
  background: #dec46f;
  border-left-color: rgba(125, 90, 18, 0.25);
}

.timing-research {
  display: grid;
  margin: 34px 54px 50px;
  grid-template-columns: 0.85fr 0.85fr 1.3fr;
  gap: 0;
  background: rgba(252, 251, 246, 0.78);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.timing-research > * {
  min-height: 110px;
  padding: 19px 20px;
  border-right: 1px solid var(--line);
}

.timing-research > *:last-child {
  border-right: 0;
}

.timing-research strong,
.timing-research span {
  display: block;
}

.timing-research strong {
  color: var(--gold-dark);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.timing-research span,
.timing-research p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.process-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  background: var(--canvas);
  border: 1px solid var(--line-strong);
}

.process-rail article {
  display: grid;
  min-height: 156px;
  grid-template-columns: 52px 1fr;
  padding: 28px 25px;
  gap: 17px;
  border-right: 1px solid var(--line-strong);
}

.process-rail article:last-child {
  border-right: 0;
}

.process-rail article > span {
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 11px;
}

.process-rail h3,
.model-principles h3,
.dispatch-ledger h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.process-rail p,
.model-principles p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.model-section {
  padding-bottom: var(--section);
  background: var(--warm);
}

.market-blueprint {
  position: relative;
  z-index: 2;
  max-width: 1080px;
}

.blueprint-scroll {
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--line-strong);
  box-shadow: 0 28px 80px rgba(26, 54, 54, 0.07);
}

.blueprint-map {
  width: 100%;
  height: auto;
}

.blueprint-paper {
  fill: var(--canvas);
  stroke: var(--line-strong);
}

.blueprint-field {
  stroke: var(--line-strong);
}

.blueprint-overline,
.blueprint-revision,
.object-index,
.object-meta,
.object-foot,
.support-object text,
.example-path text,
.blueprint-title-block text {
  fill: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
}

.blueprint-heading {
  fill: var(--ink);
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.spine-line path {
  stroke: var(--gold);
  stroke-width: 4;
}

.blueprint-object rect {
  fill: rgba(255, 255, 255, 0.95);
  stroke: #87938b;
  stroke-width: 1.2;
}

.blueprint-object path {
  stroke: var(--line-strong);
}

.object-name {
  fill: var(--ink);
  font-family: var(--font-sans);
  font-size: 25px;
  font-weight: 500;
}

.object-value {
  fill: var(--ink);
  font-family: var(--font-sans);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -1px;
}

.primary-object rect {
  fill: var(--ink);
  stroke: var(--gold);
  stroke-width: 2;
}

.primary-object .object-index,
.primary-object .object-meta,
.primary-object .object-foot {
  fill: rgba(239, 233, 218, 0.68);
}

.primary-object .object-name {
  fill: var(--inverse);
}

.primary-object .object-value {
  fill: #e1bc60;
}

.primary-object path {
  stroke: rgba(239, 233, 218, 0.25);
}

.support-link path {
  fill: none;
  stroke: #66756d;
  stroke-width: 1.4;
}

.support-object rect {
  fill: var(--paper);
  stroke: var(--line-strong);
}

.support-object text:first-of-type {
  fill: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
}

.support-object .support-value {
  font-size: 9px;
}

.junctions circle {
  fill: var(--gold);
  stroke: var(--canvas);
  stroke-width: 4;
}

.example-path .example-value {
  fill: var(--ink);
  font-size: 10px;
}

.blueprint-title-block rect {
  fill: var(--ink);
}

.blueprint-title-block line {
  stroke: rgba(239, 233, 218, 0.2);
}

.blueprint-title-block text {
  fill: rgba(239, 233, 218, 0.62);
}

.blueprint-title-block .title-value {
  fill: var(--inverse);
  font-size: 10px;
}

.market-blueprint figcaption {
  display: flex;
  padding: 17px 2px 0;
  gap: 13px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.market-blueprint figcaption span {
  flex: 0 0 auto;
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 10px;
}

.blueprint-mobile {
  display: none;
}

.model-principles {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  margin-top: 34px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.model-principles article {
  min-height: 166px;
  padding: 27px;
  border-right: 1px solid var(--line-strong);
}

.model-principles article:last-child {
  border-right: 0;
}

.model-principles article > span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 500;
}

.model-principles h3 {
  margin-top: 28px;
}

.metrics-section {
  padding-bottom: var(--section);
  background: var(--sage);
}

.metric-ledger {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line-strong);
}

.metric-ledger article {
  display: grid;
  min-height: 148px;
  grid-template-columns: minmax(190px, 0.48fr) minmax(320px, 1fr) minmax(160px, 0.4fr);
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line-strong);
}

.metric-value {
  font-size: clamp(50px, 4.5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.metric-ledger h3 {
  font-size: 22px;
  font-weight: 500;
}

.metric-ledger div p {
  max-width: 500px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.metric-ledger article > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.run-section {
  padding-bottom: var(--section);
  background: var(--canvas);
}

.dispatch-ledger {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.dispatch-ledger article {
  min-height: 190px;
  padding: 28px;
  background: var(--paper);
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.dispatch-ledger article > span {
  color: var(--ink);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.dispatch-ledger h3 {
  margin-top: 32px;
}

.dispatch-ledger article > p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.dispatch-ledger .dispatch-lead {
  display: flex;
  min-height: 380px;
  grid-column: span 2;
  grid-row: span 2;
  padding: 44px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  color: var(--inverse);
  background: var(--ink);
}

.dispatch-lead > span {
  color: #e0b956 !important;
  font-size: clamp(150px, 15vw, 230px) !important;
  font-weight: 300 !important;
  line-height: 0.74 !important;
}

.dispatch-lead h3 {
  margin-top: 0;
  color: var(--inverse);
  font-size: 28px;
}

.dispatch-lead p {
  color: rgba(239, 233, 218, 0.72) !important;
  font-size: 14px !important;
}

.dispatch-ledger .compute-cell {
  display: grid;
  min-height: 136px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(190px, 0.5fr) minmax(180px, 0.55fr) 1fr;
  align-items: center;
  gap: 32px;
  background: var(--warm);
}

.compute-cell h3,
.compute-cell p {
  margin-top: 0 !important;
}

.measurement-note {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
}

.product-section {
  padding-bottom: var(--section);
  background: var(--sage);
}

.product-library {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 238px;
  gap: 14px;
}

.product-frame {
  display: grid;
  grid-column: 9 / 13;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-strong);
  box-shadow: 0 16px 40px rgba(26, 54, 54, 0.045);
}

.product-lead {
  grid-column: 1 / 9;
  grid-row: span 3;
}

.product-viewport {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #e4e6df;
  border-bottom: 1px solid var(--line);
}

.product-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
  transition: transform 650ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.product-frame:hover .product-viewport img {
  transform: scale(1.012);
}

.product-lead .product-viewport img {
  object-position: 50% 50%;
}

.product-letter .product-viewport img {
  object-position: 50% 5%;
}

.product-frame figcaption {
  padding: 15px 17px 17px;
}

.product-frame figcaption > span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 500;
}

.product-frame figcaption strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.18;
}

.product-frame figcaption p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.product-lead figcaption {
  padding: 22px 24px 24px;
}

.product-lead figcaption strong {
  font-size: 25px;
}

.closing-section {
  position: relative;
  min-height: 1720px;
  overflow: hidden;
  color: var(--inverse);
  background: var(--night);
}

.closing-map,
.closing-vignette {
  position: absolute;
  inset: 0;
}

.closing-map {
  background-image: url("assets/allodial-night-map.png");
  background-position: 50% 18%;
  background-size: cover;
  opacity: 0.8;
}

.closing-vignette {
  background:
    linear-gradient(to bottom, rgba(15, 37, 35, 0.2), rgba(15, 37, 35, 0.72) 54%, var(--night) 82%),
    radial-gradient(circle at 50% 28%, rgba(181, 138, 42, 0.08), transparent 42%);
}

.closing-heading {
  position: relative;
  z-index: 2;
  display: flex;
  padding-top: 124px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.closing-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.closing-heading .chapter-label {
  margin-top: 20px;
  color: #d9b653;
}

.closing-heading .chapter-label span {
  border-color: rgba(217, 182, 83, 0.55);
}

.closing-heading h2 {
  max-width: 820px;
  color: var(--inverse);
  font-size: clamp(48px, 4.8vw, 72px);
  font-weight: 400;
}

.closing-heading > p:not(.chapter-label) {
  margin-top: 20px;
  color: rgba(239, 233, 218, 0.74);
  font-size: 17px;
}

.closing-heading .button {
  margin-top: 26px;
}

.closing-product {
  position: relative;
  z-index: 3;
  margin-top: 80px;
  padding: 34px;
  background: rgba(12, 30, 28, 0.88);
  border: 1px solid rgba(239, 233, 218, 0.25);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
}

.closing-product-label,
.status-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(239, 233, 218, 0.68);
  font-size: 11px;
  font-weight: 500;
}

.closing-product-viewport {
  height: 650px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(239, 233, 218, 0.18);
}

.closing-product-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.status-console {
  position: absolute;
  right: 70px;
  bottom: -54px;
  width: 360px;
  padding: 18px;
  color: var(--inverse);
  background: #1a3636;
  border: 1px solid rgba(239, 233, 218, 0.24);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.live-dot {
  display: flex;
  align-items: center;
  gap: 7px;
}

.live-dot::before {
  width: 7px;
  height: 7px;
  background: #7eb17c;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(126, 177, 124, 0.1);
  content: "";
}

.status-console dl {
  margin-top: 12px;
}

.status-console dl > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 0;
  border-top: 1px solid rgba(239, 233, 218, 0.15);
  font-family: var(--font-mono);
  font-size: 10px;
}

.status-console dt {
  color: rgba(239, 233, 218, 0.62);
}

.status-console dd {
  text-align: right;
}

.status {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
}

.status-confirmed {
  color: var(--white);
  background: var(--success);
}

.status-review {
  color: var(--night);
  background: var(--warning);
}

.site-footer {
  position: relative;
  z-index: 3;
  margin-top: 190px;
  padding-bottom: 42px;
}

.footer-landscape-card {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  color: var(--inverse);
  background: #527c70;
  border: 1px solid rgba(239, 233, 218, 0.3);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(2, 18, 16, 0.34);
  isolation: isolate;
}

.footer-landscape-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 37, 35, 0.2), transparent 42%),
    linear-gradient(90deg, rgba(15, 37, 35, 0.12), transparent 38%, rgba(15, 37, 35, 0.05));
  pointer-events: none;
  content: "";
}

.footer-landscape {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.footer-mobile-anchor {
  display: none;
}

.footer-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(520px, 1fr);
  gap: clamp(50px, 8vw, 130px);
  padding: 48px 54px 0;
}

.footer-brand img {
  width: 210px;
  height: auto;
}

.footer-brand p {
  max-width: 335px;
  margin-top: 12px;
  color: rgba(239, 233, 218, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: clamp(28px, 4vw, 58px);
  padding-top: 10px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
}

.footer-links span {
  margin-bottom: 14px;
  color: #f5e2b6;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.footer-links a {
  width: fit-content;
  padding: 4px 0;
  color: rgba(255, 252, 244, 0.82);
  font-size: 13px;
  line-height: 1.3;
  text-shadow: 0 1px 16px rgba(15, 37, 35, 0.22);
}

.footer-note {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 22px;
  left: 34px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding-top: 15px;
  color: #173b35;
  border-top: 1px solid rgba(15, 37, 35, 0.32);
  font-size: 11px;
  line-height: 1.3;
}

.footer-note a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #173b35;
  font-weight: 500;
}

.footer-note a span {
  font-size: 14px;
  transition: transform 180ms ease;
}

.footer-note a:hover span {
  transform: translateY(-2px);
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .dossier-body {
    grid-template-columns: minmax(0, 1.7fr) minmax(285px, 0.8fr);
  }

  .record-card {
    padding: 20px;
  }

  .product-library {
    grid-auto-rows: 220px;
  }

  .closing-product-viewport {
    height: 560px;
  }
}

@media (max-width: 900px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero,
  .hero-content {
    min-height: 850px;
  }

  .hero-content {
    padding-top: 128px;
  }

  .hero-ledger {
    grid-template-columns: 1fr;
  }

  .ledger-date {
    min-height: 54px;
    padding: 10px 16px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ledger-date time {
    margin-top: 0;
  }

  .object-strip-inner {
    grid-template-columns: 1fr;
  }

  .object-strip-inner > p {
    min-height: 48px;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .split-intro,
  .product-intro,
  .run-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .section-intro > p,
  .run-heading > p {
    max-width: 620px;
  }

  .dossier-body {
    grid-template-columns: 1fr;
  }

  .cadastral-frame {
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .record-stack {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .record-card {
    border-right: 1px solid var(--line-strong);
    border-bottom: 0;
  }

  .record-card:last-child {
    border-right: 0;
  }

  .dossier-title-block {
    grid-template-columns: 1.35fr repeat(3, 0.8fr);
  }

  .metric-ledger article {
    grid-template-columns: 150px 1fr;
  }

  .metric-ledger article > span {
    display: none;
  }

  .dispatch-ledger {
    grid-template-columns: repeat(2, 1fr);
  }

  .dispatch-ledger .dispatch-lead {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 330px;
  }

  .product-library {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .product-frame,
  .product-lead {
    grid-column: auto;
    grid-row: auto;
  }

  .product-lead {
    grid-column: 1 / -1;
  }

  .product-frame .product-viewport {
    height: 280px;
  }

  .product-lead .product-viewport {
    height: 520px;
  }

  .closing-product {
    padding: 24px;
  }

  .closing-product-viewport {
    height: 470px;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 18px;
    --section: 88px;
  }

  body {
    font-size: 16px;
  }

  .nav-shell {
    min-height: 66px;
  }

  .brand img {
    width: 126px;
  }

  .hero,
  .hero-content {
    min-height: 780px;
  }

  .hero-land {
    background-position: 72% 58%;
  }

  .hero-veil {
    background: linear-gradient(to bottom, rgba(252, 247, 237, 0.05) 0%, transparent 66%, rgba(15, 37, 35, 0.08) 100%);
  }

  .hero-content {
    padding-top: 102px;
    padding-bottom: 230px;
  }

  .hero-kicker {
    margin-top: 14px;
    font-size: 13px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(43px, 12vw, 52px);
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .hero-lede {
    max-width: 520px;
    margin-top: 20px;
    font-size: 16px;
  }

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

  .hero-ledger {
    bottom: 16px;
  }

  .hero-ledger dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-ledger dl > div {
    min-height: 64px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
  }

  .hero-ledger dl > div:nth-child(2) {
    border-right: 0;
  }

  .hero-ledger dl > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hero-ledger dd {
    font-size: 24px;
  }

  .object-strip ol {
    grid-template-columns: repeat(3, 1fr);
  }

  .object-strip li {
    min-height: 48px;
    border-bottom: 1px solid var(--line);
  }

  .object-strip li:nth-child(3n) {
    border-right: 0;
  }

  .object-strip li:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .section-intro h2,
  .run-heading h2 {
    font-size: 38px;
    line-height: 1.04;
  }

  .chapter-label {
    font-size: 13px;
  }

  .dossier-header {
    min-height: 0;
    padding: 21px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .dossier-header h3 {
    font-size: 22px;
  }

  .cadastral-frame {
    display: block;
    padding: 16px;
    overflow-x: auto;
    scrollbar-color: var(--gold) var(--paper);
  }

  .cadastral-map {
    width: 760px;
    max-width: none;
  }

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

  .record-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .record-card:last-child {
    border-bottom: 0;
  }

  .record-card dl > div {
    grid-template-columns: 104px 1fr;
  }

  .dossier-title-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .dossier-title-block > div {
    border-bottom: 1px solid rgba(239, 233, 218, 0.18);
  }

  .dossier-title-block > div:nth-child(2n) {
    border-right: 0;
  }

  .dossier-title-block > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

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

  .process-rail article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .process-rail article:last-child {
    border-bottom: 0;
  }

  .blueprint-scroll {
    display: none;
  }

  .blueprint-mobile {
    display: block;
    background: var(--canvas);
    border: 1px solid var(--line-strong);
  }

  .blueprint-mobile li {
    display: grid;
    grid-template-columns: 58px 1fr;
    padding: 20px;
    gap: 14px;
    border-bottom: 1px solid var(--line-strong);
  }

  .blueprint-mobile li:last-child {
    border-bottom: 0;
  }

  .blueprint-mobile li > span {
    color: var(--gold-dark);
    font-family: var(--font-mono);
    font-size: 11px;
  }

  .blueprint-mobile strong {
    font-size: 20px;
    font-weight: 500;
  }

  .blueprint-mobile p {
    margin-top: 4px;
    color: var(--muted);
    font-size: 14px;
  }

  .market-blueprint figcaption {
    padding-top: 15px;
  }

  .model-principles {
    grid-template-columns: 1fr;
  }

  .model-principles article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .model-principles article:last-child {
    border-bottom: 0;
  }

  .model-principles h3 {
    margin-top: 18px;
  }

  .metric-ledger article {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 28px 0;
    gap: 17px;
  }

  .metric-value {
    font-size: 54px;
  }

  .dispatch-ledger {
    grid-template-columns: 1fr;
  }

  .dispatch-ledger .dispatch-lead {
    min-height: 300px;
    grid-column: auto;
    padding: 30px;
  }

  .dispatch-lead > span {
    font-size: 138px !important;
  }

  .dispatch-ledger article {
    min-height: 0;
  }

  .dispatch-ledger .compute-cell {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-library {
    grid-template-columns: 1fr;
  }

  .product-lead {
    grid-column: auto;
  }

  .product-frame .product-viewport,
  .product-lead .product-viewport {
    height: 330px;
  }

  .product-frame figcaption,
  .product-lead figcaption {
    padding: 18px;
  }

  .product-lead figcaption strong {
    font-size: 22px;
  }

  .closing-section {
    min-height: 1420px;
  }

  .closing-heading {
    padding-top: 88px;
  }

  .closing-heading h2 {
    font-size: 44px;
  }

  .closing-product {
    margin-top: 62px;
    padding: 14px;
  }

  .closing-product-label {
    padding: 3px 2px 10px;
    font-size: 10px;
  }

  .closing-product-viewport {
    height: 340px;
    margin-top: 0;
  }

  .status-console {
    position: static;
    width: 100%;
    margin-top: 12px;
    box-shadow: none;
  }

  .site-footer {
    bottom: 34px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-links {
    gap: 28px;
  }

  .footer-note {
    position: static;
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .button,
  .text-link {
    padding-inline: 15px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .object-strip li {
    gap: 5px;
    font-size: 12px;
  }

  .section-intro h2,
  .run-heading h2 {
    font-size: 35px;
  }

  .dispatch-lead {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .product-frame .product-viewport,
  .product-lead .product-viewport {
    height: 280px;
  }

  .closing-heading h2 {
    font-size: 39px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }

  .js-ready .route-draw .route-line,
  .js-ready .route-draw .spine-line path {
    stroke-dashoffset: 0;
  }
}

.corridor-3d {
  background: #0b2421;
  border-color: rgba(199, 190, 167, 0.7);
  box-shadow: 0 44px 120px rgba(15, 37, 35, 0.18);
}

.corridor-3d-header {
  position: relative;
  z-index: 5;
  background: rgba(252, 251, 246, 0.985);
}

.scene-live span {
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), 0 0 22px rgba(181, 138, 42, 0.42);
  animation: scenePulse 2.8s ease-in-out infinite;
}

.corridor-3d-body {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.82fr) minmax(340px, 0.78fr);
}

.corridor-scene {
  position: relative;
  min-width: 0;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 44% 42%, rgba(50, 91, 78, 0.46), transparent 37%),
    linear-gradient(145deg, #102d29 0%, #071b19 62%, #091411 100%);
  border-right: 1px solid rgba(239, 233, 218, 0.16);
  cursor: grab;
  touch-action: pan-y;
}

.corridor-scene:active {
  cursor: grabbing;
}

.scene-fallback,
.parcel-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scene-fallback {
  background:
    linear-gradient(28deg, transparent 42%, rgba(181, 138, 42, 0.24) 42.3%, rgba(181, 138, 42, 0.82) 42.7%, rgba(181, 138, 42, 0.19) 43.2%, transparent 44%),
    repeating-linear-gradient(78deg, transparent 0 54px, rgba(239, 233, 218, 0.08) 55px 56px),
    repeating-linear-gradient(168deg, transparent 0 70px, rgba(239, 233, 218, 0.07) 71px 72px);
  opacity: 0.72;
  transition: opacity 500ms ease;
}

.corridor-scene.has-webgl .scene-fallback {
  opacity: 0;
}

.parcel-canvas {
  z-index: 1;
  display: block;
  opacity: 0;
  outline: 0;
  transition: opacity 700ms ease;
}

.corridor-scene.has-webgl .parcel-canvas {
  opacity: 1;
}

.scene-hud {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.scene-hud-top {
  display: flex;
  min-height: 68px;
  padding: 18px 22px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  color: var(--inverse);
  background: linear-gradient(to bottom, rgba(5, 19, 17, 0.8), transparent);
}

.scene-hud-top div {
  display: flex;
  flex-direction: column;
}

.scene-hud-top span,
.scene-hud-top p,
.scene-coordinates,
.scene-readout span,
.scene-legend {
  color: rgba(239, 233, 218, 0.64);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.045em;
}

.scene-hud-top strong {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
}

.scene-hud-top p {
  padding-top: 3px;
}

.scene-coordinates {
  position: absolute;
  top: 50%;
  right: 17px;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.scene-scanline {
  position: absolute;
  top: 23%;
  right: 6%;
  left: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 171, 67, 0.52), transparent);
  box-shadow: 0 0 16px rgba(212, 171, 67, 0.28);
  animation: sceneScan 7s ease-in-out infinite alternate;
}

.scene-readout {
  position: absolute;
  bottom: 54px;
  left: 22px;
  display: flex;
  width: min(330px, calc(100% - 44px));
  padding: 14px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--inverse);
  background: rgba(8, 31, 28, 0.72);
  border: 1px solid rgba(239, 233, 218, 0.16);
  backdrop-filter: blur(14px);
}

.scene-readout strong {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.scene-legend {
  position: absolute;
  right: 22px;
  bottom: 19px;
  left: 22px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

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

.scene-legend i {
  display: block;
  width: 18px;
  height: 7px;
}

.scene-legend .legend-line {
  height: 1px;
  background: #d4ab43;
  box-shadow: 0 0 7px rgba(212, 171, 67, 0.7);
}

.scene-legend .legend-fill {
  background: rgba(212, 171, 67, 0.38);
  border: 1px solid #d4ab43;
}

.scene-legend .legend-boundary-3d {
  background: transparent;
  border: 1px solid rgba(239, 233, 218, 0.52);
}

.scene-instruction {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.parcel-intelligence {
  position: relative;
  z-index: 4;
  padding: 27px 27px 24px;
  color: var(--ink);
  background: var(--paper);
}

.intelligence-overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.intelligence-overline span:last-child {
  color: var(--subtle);
}

.parcel-intelligence h4 {
  margin-top: 23px;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.intelligence-summary {
  margin-top: 15px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.52;
}

.project-facts {
  margin-top: 24px;
  border-top: 1px solid var(--line-strong);
}

.project-facts > div {
  display: grid;
  grid-template-columns: 82px 1fr;
  padding: 8px 0;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 9px;
}

.project-facts span {
  color: var(--subtle);
}

.project-facts strong {
  font-weight: 500;
}

.impact-measures {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line-strong);
}

.impact-measures > div {
  padding: 13px 10px 12px;
  border-right: 1px solid var(--line-strong);
}

.impact-measures > div:last-child {
  border-right: 0;
}

.impact-measures strong,
.impact-measures span {
  display: block;
}

.impact-measures strong {
  color: var(--ink);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.impact-measures span {
  margin-top: 4px;
  color: var(--subtle);
  font-size: 9px;
  line-height: 1.25;
}

.parcel-focus-controls {
  margin-top: 20px;
  border-top: 1px solid var(--line-strong);
}

.parcel-focus-controls button {
  display: grid;
  width: 100%;
  grid-template-columns: 32px 1fr;
  padding: 11px 4px;
  align-items: center;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}

.parcel-focus-controls button span {
  color: var(--subtle);
  font-family: var(--font-mono);
  font-size: 9px;
}

.parcel-focus-controls button.is-active {
  color: var(--ink);
  background: linear-gradient(90deg, rgba(238, 226, 189, 0.72), transparent);
}

.parcel-focus-controls button.is-active span {
  color: var(--gold-dark);
}

.evidence-chain {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 12px 1fr;
  gap: 12px;
}

.evidence-chain strong {
  font-size: 13px;
  font-weight: 500;
}

.evidence-chain p,
.prototype-disclosure {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.42;
}

.prototype-disclosure {
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 8px;
}

.corridor-3d-title-block {
  background: #0d2c28;
}

/* v3 parcel-drill product prototype */

.project-prototype-viewport {
  background: #dfe5dc;
}

.project-prototype {
  width: 100%;
  height: 100%;
  min-height: 0;
  color: #173633;
  background: #f8f6ef;
  font-family: var(--font-sans);
}

.proto-header {
  display: grid;
  height: 52px;
  grid-template-columns: 112px 1fr auto;
  padding: 0 12px 0 15px;
  align-items: center;
  gap: 15px;
  background: #fbfaf5;
  border-bottom: 1px solid #d1c9b6;
}

.proto-header img {
  width: 94px;
  height: auto;
}

.proto-breadcrumb {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #6b766e;
  font-size: 10px;
  white-space: nowrap;
}

.proto-breadcrumb i {
  color: #b58a2a;
  font-style: normal;
}

.proto-breadcrumb strong {
  overflow: hidden;
  color: #173633;
  font-weight: 500;
  text-overflow: ellipsis;
}

.proto-actions {
  display: flex;
  gap: 6px;
}

.proto-actions button,
.proto-map-toolbar button,
.proto-selected-record button {
  padding: 6px 9px;
  color: #173633;
  background: #fbfaf5;
  border: 1px solid #cabf9f;
  border-radius: 2px;
  font-size: 9px;
}

.proto-actions .proto-primary {
  color: #f4efdf;
  background: #173c38;
  border-color: #173c38;
}

.proto-workspace {
  display: grid;
  height: calc(100% - 52px);
  min-height: 0;
  grid-template-columns: 42px minmax(0, 1fr) 238px;
}

.proto-sidebar {
  display: flex;
  padding: 10px 0;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  color: rgba(239, 233, 218, 0.62);
  background: #12322f;
}

.proto-sidebar-mark {
  display: grid;
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
  place-items: center;
  color: #173633;
  background: #c39831;
  font-family: Georgia, serif;
  font-size: 13px;
}

.proto-sidebar > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 2px;
  font-size: 14px;
}

.proto-sidebar > span.is-active {
  color: #f4efdf;
  background: rgba(244, 239, 223, 0.12);
}

.proto-sidebar i {
  flex: 1;
}

.proto-map-pane {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #dbe2d8;
}

.proto-map-toolbar {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 5px;
  color: #173633;
  background: rgba(251, 250, 245, 0.91);
  border: 1px solid rgba(202, 191, 159, 0.9);
  box-shadow: 0 7px 24px rgba(15, 37, 35, 0.08);
  backdrop-filter: blur(7px);
}

.proto-map-toolbar > span {
  padding: 0 8px 0 4px;
  font-size: 9px;
  font-weight: 500;
}

.proto-map-toolbar button {
  padding: 4px 6px;
  background: transparent;
  border-color: #d8cfb9;
  font-size: 8px;
}

.proto-parcel-map {
  width: 100%;
  height: 100%;
}

.proto-terrain path {
  fill: none;
  stroke: rgba(58, 91, 78, 0.18);
  stroke-width: 7;
}

.proto-parcels path {
  fill: rgba(247, 246, 238, 0.18);
  stroke: rgba(44, 72, 63, 0.7);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.proto-parcels .proto-hit {
  fill: rgba(212, 171, 67, 0.22);
  stroke: #b58a2a;
  stroke-width: 1.5;
}

.proto-parcels .proto-selected {
  fill: rgba(218, 177, 64, 0.55);
  stroke: #7d5a12;
  stroke-width: 2.7;
  filter: url(#protoGlow);
}

.proto-road path {
  fill: none;
  stroke: rgba(248, 246, 238, 0.76);
  stroke-width: 9;
}

.proto-road path:last-child {
  stroke: rgba(71, 91, 80, 0.32);
  stroke-width: 2;
  stroke-dasharray: 12 8;
}

.proto-corridor-glow,
.proto-corridor {
  fill: none;
  stroke-linecap: round;
}

.proto-corridor-glow {
  stroke: rgba(181, 138, 42, 0.26);
  stroke-width: 22;
  filter: url(#protoGlow);
}

.proto-corridor {
  stroke: #a8740f;
  stroke-width: 4;
  stroke-dasharray: 10 4;
}

.proto-towers path {
  fill: none;
  stroke: #173633;
  stroke-width: 2;
}

.proto-towers circle,
.proto-callout circle {
  fill: #d5a83b;
  stroke: #f8f6ef;
  stroke-width: 2;
}

.proto-callout path {
  fill: none;
  stroke: #173633;
  stroke-width: 1.2;
}

.proto-callout rect {
  fill: rgba(248, 246, 239, 0.97);
  stroke: #bdae8e;
}

.proto-callout text {
  fill: #7d6d4b;
  font-family: var(--font-mono);
  font-size: 9px;
}

.proto-callout .proto-callout-value {
  fill: #173633;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
}

.proto-map-caption {
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 47px;
  left: 12px;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 12px;
  color: #5a6a61;
  background: rgba(251, 250, 245, 0.9);
  border: 1px solid rgba(202, 191, 159, 0.88);
  font-size: 8px;
  backdrop-filter: blur(7px);
}

.proto-map-caption span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.proto-map-caption i {
  display: block;
  width: 11px;
  height: 4px;
  background: #b58a2a;
}

.proto-map-caption span:nth-child(2) i {
  height: 8px;
  background: rgba(212, 171, 67, 0.45);
  border: 1px solid #b58a2a;
}

.proto-map-caption strong {
  margin-left: auto;
  color: #173633;
  font-weight: 500;
}

.proto-stage-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: 36px;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(248, 246, 239, 0.98);
  border-top: 1px solid #cabf9f;
}

.proto-stage-rail span {
  position: relative;
  display: grid;
  place-items: center;
  color: #7b847d;
  border-right: 1px solid #ddd5c2;
  font-size: 8px;
}

.proto-stage-rail span::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 2px;
  background: #ddd5c2;
  content: "";
}

.proto-stage-rail span.is-current {
  color: #173633;
  font-weight: 500;
}

.proto-stage-rail span.is-current::before {
  background: #b58a2a;
}

.proto-inspector {
  padding: 17px 16px 14px;
  overflow: hidden;
  background: #fbfaf5;
  border-left: 1px solid #cfc6af;
}

.proto-label,
.proto-updated {
  color: #9a7a32;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.045em;
}

.proto-inspector h4 {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.proto-status {
  display: inline-flex;
  margin-top: 10px;
  padding: 5px 7px;
  align-items: center;
  gap: 6px;
  color: #78570f;
  background: #eee2bd;
  font-size: 8px;
}

.proto-status span {
  width: 6px;
  height: 6px;
  background: #b58a2a;
  border-radius: 50%;
}

.proto-inspector dl {
  margin-top: 14px;
}

.proto-inspector dl > div {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 6px 0;
  gap: 8px;
  border-top: 1px solid #ded6c4;
  font-size: 8px;
}

.proto-inspector dt {
  color: #828b84;
}

.proto-inspector dd {
  font-weight: 500;
}

.proto-total {
  display: grid;
  margin-top: 13px;
  padding: 11px;
  grid-template-columns: 1fr auto;
  align-items: end;
  background: #eef1e9;
  border: 1px solid #d4cbb5;
}

.proto-total span,
.proto-total small {
  color: #6c776f;
  font-size: 8px;
}

.proto-total strong {
  grid-row: span 2;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.proto-selected-record {
  margin-top: 12px;
  padding: 11px;
  background: #f5f0df;
  border-left: 3px solid #b58a2a;
}

.proto-selected-record > span {
  color: #8b793e;
  font-family: var(--font-mono);
  font-size: 7px;
}

.proto-selected-record strong {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
}

.proto-selected-record p {
  margin-top: 5px;
  color: #637068;
  font-size: 8px;
  line-height: 1.35;
}

.proto-selected-record button {
  width: 100%;
  margin-top: 9px;
  color: #f4efdf;
  background: #173c38;
  border-color: #173c38;
}

.proto-updated {
  margin-top: 12px;
  color: #89928b;
  font-size: 7px;
}

@keyframes scenePulse {
  0%, 100% { opacity: 0.72; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes sceneScan {
  from { transform: translateY(-120px); opacity: 0.18; }
  to { transform: translateY(235px); opacity: 0.72; }
}

@media (max-width: 1050px) {
  .corridor-3d-body {
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.78fr);
  }

  .proto-workspace {
    grid-template-columns: 38px minmax(0, 1fr) 210px;
  }
}

@media (max-width: 900px) {
  .corridor-3d-body {
    grid-template-columns: 1fr;
  }

  .corridor-scene {
    min-height: 640px;
    border-right: 0;
    border-bottom: 1px solid rgba(239, 233, 218, 0.16);
  }

  .parcel-intelligence {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 0 28px;
  }

  .parcel-intelligence .intelligence-overline,
  .parcel-intelligence h4,
  .parcel-intelligence .intelligence-summary,
  .parcel-intelligence .project-facts {
    grid-column: 1;
  }

  .parcel-intelligence .impact-measures,
  .parcel-intelligence .parcel-focus-controls,
  .parcel-intelligence .evidence-chain,
  .parcel-intelligence .prototype-disclosure {
    grid-column: 2;
  }

  .parcel-intelligence .impact-measures {
    grid-row: 1 / span 2;
    margin-top: 0;
    align-self: start;
  }

  .parcel-intelligence .parcel-focus-controls {
    grid-row: 3 / span 2;
  }
}

@media (max-width: 720px) {
  .corridor-3d-header h3 {
    max-width: 520px;
  }

  .corridor-scene {
    min-height: 560px;
  }

  .scene-hud-top {
    padding: 15px;
  }

  .scene-hud-top p,
  .scene-coordinates {
    display: none;
  }

  .scene-readout {
    bottom: 61px;
    left: 15px;
  }

  .scene-legend {
    right: 15px;
    bottom: 15px;
    left: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 9px 14px;
  }

  .parcel-intelligence {
    display: block;
    padding: 24px 20px;
  }

  .parcel-intelligence .impact-measures,
  .parcel-intelligence .parcel-focus-controls {
    margin-top: 20px;
  }

  .project-prototype-viewport,
  .product-lead .project-prototype-viewport {
    height: 470px;
  }

  .proto-header {
    grid-template-columns: 82px minmax(0, 1fr);
    height: 46px;
    padding-left: 10px;
    gap: 8px;
  }

  .proto-header img {
    width: 76px;
  }

  .proto-actions {
    display: none;
  }

  .proto-workspace {
    height: calc(100% - 46px);
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .proto-sidebar {
    padding-top: 7px;
  }

  .proto-sidebar-mark {
    width: 22px;
    height: 22px;
  }

  .proto-sidebar > span {
    width: 25px;
    height: 25px;
  }

  .proto-inspector {
    display: none;
  }

  .proto-map-toolbar {
    top: 8px;
    left: 8px;
  }

  .proto-map-toolbar button:last-child {
    display: none;
  }

  .proto-parcel-map {
    width: 130%;
    max-width: none;
    transform: translateX(-15%);
  }

  .proto-map-caption {
    right: 8px;
    bottom: 43px;
    left: 8px;
    flex-wrap: wrap;
    gap: 5px 9px;
  }

  .proto-map-caption strong {
    width: 100%;
    margin-left: 0;
  }

  .proto-stage-rail {
    height: 34px;
  }

  .proto-stage-rail span:nth-child(n + 4) {
    display: none;
  }

  .proto-stage-rail {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .corridor-scene {
    min-height: 500px;
  }

  .scene-readout {
    right: 15px;
    width: auto;
  }

  .scene-readout span {
    max-width: 90px;
  }

  .scene-legend {
    font-size: 8px;
  }

  .impact-measures strong {
    font-size: 20px;
  }

  .project-prototype-viewport,
  .product-lead .project-prototype-viewport {
    height: 420px;
  }

  .proto-breadcrumb span,
  .proto-breadcrumb i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene-live span,
  .scene-scanline {
    animation: none;
  }
}

/* Illustrated footer plate */
@media (max-width: 1100px) {
  .footer-content {
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
    gap: 42px;
    padding-inline: 42px;
  }

  .footer-links {
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .site-footer {
    margin-top: 150px;
  }

  .footer-landscape-card {
    min-height: 700px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand p {
    max-width: 390px;
  }

  .footer-links {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .site-footer {
    bottom: auto;
    display: block;
    margin-top: 110px;
    padding-bottom: 24px;
  }

  .footer-landscape-card {
    min-height: 720px;
    border-radius: 22px;
  }

  .footer-landscape {
    width: 175%;
    max-width: none;
    transform: translateX(-35%);
  }

  .footer-mobile-anchor {
    position: absolute;
    z-index: 1;
    right: 2px;
    bottom: 82px;
    display: block;
    width: 142px;
    height: auto;
    opacity: 0.56;
    pointer-events: none;
  }

  .footer-content {
    gap: 30px;
    padding: 32px 28px 0;
  }

  .footer-brand img {
    width: 188px;
  }

  .footer-brand p {
    max-width: 315px;
    font-size: 13px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
    padding-top: 2px;
  }

  .footer-links div:last-child {
    grid-column: 1 / -1;
  }

  .footer-note {
    position: absolute;
    right: 24px;
    bottom: 20px;
    left: 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
  }

  .footer-note p:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .footer-landscape-card {
    min-height: 760px;
    border-radius: 18px;
  }

  .footer-landscape {
    width: 220%;
    transform: translateX(-47%);
  }

  .footer-content {
    padding: 28px 22px 0;
  }

  .footer-links a {
    font-size: 12px;
  }

  .footer-note {
    right: 20px;
    left: 20px;
    grid-template-columns: 1fr;
    font-size: 10px;
  }
}

/* V4 narrative + state coverage responsiveness */
@media (max-width: 900px) {
  .leverage-layout {
    grid-template-columns: 1fr;
    padding-top: 88px;
  }

  .leverage-index {
    display: none;
  }

  .leverage-copy {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .leverage-step {
    max-width: 760px;
    font-size: clamp(27px, 4.8vw, 38px);
  }

  .leverage-fact {
    grid-template-columns: minmax(150px, 0.38fr) minmax(230px, 0.62fr);
  }
}

@media (max-width: 720px) {
  .leverage-sticky {
    min-height: 700px;
  }

  .leverage-layout {
    align-items: start;
    padding-top: 92px;
    padding-bottom: 34px;
  }

  .leverage-label {
    min-height: 27px;
    padding: 4px 10px;
    font-size: 10px;
  }

  .leverage-step {
    margin-top: 13px;
    padding-left: 13px;
    font-size: clamp(23px, 7vw, 31px);
    line-height: 1.06;
  }

  .leverage-fact {
    margin-top: 21px;
    padding-top: 15px;
    grid-template-columns: 128px 1fr;
    gap: 15px;
  }

  .leverage-fact strong {
    font-size: 61px;
  }

  .leverage-fact p {
    font-size: 16px;
  }

  .leverage-equation {
    margin-top: 18px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px 11px;
    font-size: 8px;
  }

  .leverage-equation span {
    gap: 5px;
  }

  .leverage-equation b {
    font-size: 15px;
  }

  .leverage-method {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.5;
  }

  .state-carousel-head {
    min-height: 68px;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .state-marquee {
    padding-block: 12px 16px;
  }

  .state-marquee li {
    width: 148px;
    min-height: 122px;
    padding: 12px 13px 11px;
  }

  .state-marquee img {
    width: 78px;
    height: 64px;
  }
}
