.home-page {
  --home-ink: #11130f;
  --home-charcoal: #171916;
  --home-charcoal-2: #232620;
  --home-paper: #f1ede3;
  --home-porcelain: #fbf8f0;
  --home-warm: #e2d8c7;
  --home-line: rgba(17, 19, 15, 0.16);
  --home-line-light: rgba(251, 248, 240, 0.2);
  --home-muted: #62665e;
  --home-clay: #a85f40;
  --home-olive: #687562;
  --home-steel: #596d74;
  --home-brass: #c1a15f;
  --home-max: 1480px;
  --home-inner: min(var(--home-max), calc(100% - 56px));
  color: var(--home-ink);
  background:
    linear-gradient(90deg, rgba(17, 19, 15, 0.035) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--home-paper);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

.home-page main {
  overflow: clip;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
  margin-top: 0;
}

.home-page h1,
.home-page h2,
.footer-manifesto span {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  font-weight: 850;
  letter-spacing: 0;
}

.home-page h1 {
  max-width: 12ch;
  margin-bottom: 24px;
  font-size: 5.15rem;
  line-height: 0.9;
}

.home-page h2 {
  font-size: 4.35rem;
  line-height: 0.95;
}

.home-page h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-page p {
  color: var(--home-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.micro-label {
  margin-bottom: 18px;
  color: var(--home-clay);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.home-hero > *,
.local-intel > *,
.section-intro > *,
.proof-ledger > *,
.process-shell > *,
.pricing-cta > *,
.footer-utility > * {
  min-width: 0;
}

.home-header.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  align-items: center;
  padding: 16px max(28px, calc((100vw - var(--home-max)) / 2 + 28px));
  color: var(--home-ink);
  background: rgba(251, 248, 240, 0.86);
  border-bottom: 1px solid rgba(17, 19, 15, 0.12);
  box-shadow: none;
  backdrop-filter: blur(20px);
}

.home-header .brand {
  gap: 14px;
}

.home-header .brand-mark {
  width: 42px;
  height: 42px;
  color: var(--home-paper);
  background: var(--home-ink);
  border-radius: 3px;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.home-header .brand strong {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.home-header .brand small {
  margin-top: 3px;
  color: var(--home-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.home-header .site-nav {
  gap: 28px;
  color: var(--home-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.home-header .site-nav a {
  position: relative;
  min-height: auto;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-header .site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.home-header .site-nav a:hover,
.home-header .site-nav a:focus-visible,
.home-header .site-nav a.active {
  color: var(--home-ink);
  background: transparent;
  border-color: transparent;
  transform: none;
}

.home-header .site-nav a:hover::after,
.home-header .site-nav a:focus-visible::after,
.home-header .site-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.home-header .header-phone {
  min-height: 42px;
  padding: 12px 16px;
  color: var(--home-paper);
  background: var(--home-ink);
  border: 1px solid var(--home-ink);
  border-radius: 4px;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.home-header .header-phone:hover,
.home-header .header-phone:focus-visible {
  color: var(--home-ink);
  background: var(--home-brass);
  border-color: var(--home-brass);
  box-shadow: none;
  transform: translateY(-1px);
}

.home-page a:focus-visible,
.home-page button:focus-visible,
.timeline-step:focus-visible {
  outline: 3px solid rgba(193, 161, 95, 0.42);
  outline-offset: 4px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  min-height: calc(100svh - 172px);
  color: var(--home-paper);
  background: var(--home-charcoal);
  border-bottom: 1px solid rgba(17, 19, 15, 0.18);
}

.hero-copy-panel {
  display: grid;
  align-content: center;
  padding: 42px clamp(28px, 6vw, 86px) 36px max(28px, calc((100vw - var(--home-max)) / 2 + 28px));
}

.hero-copy-panel .micro-label {
  color: var(--home-brass);
}

.hero-search-copy {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(241, 237, 227, 0.88);
  font-size: 1.06rem;
  line-height: 1.62;
}

.scope-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 16px 18px 16px 22px;
  color: var(--home-ink);
  background: var(--home-brass);
  border: 1px solid rgba(251, 248, 240, 0.12);
  border-radius: 4px;
  box-shadow: none;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.scope-button span:last-child {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--home-paper);
  background: var(--home-ink);
  border-radius: 50%;
  font-size: 1.12rem;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.scope-button:hover,
.scope-button:focus-visible {
  color: var(--home-paper);
  background: var(--home-clay);
  transform: translateY(-2px);
}

.scope-button:hover span:last-child,
.scope-button:focus-visible span:last-child {
  color: var(--home-ink);
  background: var(--home-paper);
  transform: rotate(90deg);
}

.scope-button-light {
  color: var(--home-ink);
  background: var(--home-paper);
}

.scope-button-light:hover,
.scope-button-light:focus-visible {
  color: var(--home-ink);
  background: var(--home-brass);
}

.scope-button-light:hover span:last-child,
.scope-button-light:focus-visible span:last-child {
  color: var(--home-paper);
  background: var(--home-ink);
}

.hero-proof-row {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 780px;
  margin: 32px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(241, 237, 227, 0.18);
}

.hero-proof-row div {
  padding-right: 22px;
}

.hero-proof-row div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(241, 237, 227, 0.14);
}

.hero-proof-row dt {
  margin-bottom: 7px;
  color: rgba(241, 237, 227, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-proof-row dd {
  margin: 0;
  color: var(--home-paper);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.35;
}

.hero-media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--home-charcoal-2);
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 19, 15, 0.06), rgba(17, 19, 15, 0.54)),
    linear-gradient(90deg, rgba(17, 19, 15, 0.2), transparent 42%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.02);
}

.hero-media figcaption {
  position: absolute;
  right: clamp(22px, 4vw, 54px);
  bottom: clamp(22px, 4vw, 54px);
  z-index: 2;
  max-width: 310px;
  padding-left: 18px;
  color: var(--home-paper);
  border-left: 2px solid var(--home-brass);
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}

.hero-media figcaption span,
.hero-media figcaption strong {
  display: block;
}

.hero-media figcaption span {
  margin-bottom: 7px;
  color: rgba(241, 237, 227, 0.7);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-media figcaption strong {
  font-size: 1rem;
  line-height: 1.28;
}

.editorial-banner {
  padding: 18px max(28px, calc((100vw - var(--home-max)) / 2 + 28px));
  color: var(--home-ink);
  background: var(--home-brass);
  border-block: 1px solid rgba(17, 19, 15, 0.18);
}

.editorial-banner p {
  max-width: 1180px;
  margin: 0;
  color: var(--home-ink);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.55;
}

.editorial-banner strong {
  font-weight: 900;
}

.local-intel,
.services-editorial,
.proof-ledger,
.pricing-cta {
  padding: 112px max(28px, calc((100vw - var(--home-max)) / 2 + 28px));
}

.local-intel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(58px, 8vw, 126px);
  align-items: start;
  background: var(--home-paper);
}

.local-intel-copy {
  position: sticky;
  top: 118px;
}

.local-intel-copy h2 {
  max-width: 650px;
  margin-bottom: 26px;
}

.local-intel-copy p:not(.micro-label) {
  max-width: 610px;
  color: #4f544d;
  font-size: 1.08rem;
}

.constraint-stack {
  display: grid;
  gap: 0;
  padding-top: 10px;
}

.constraint-stack article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid var(--home-line);
}

.constraint-stack article:last-child {
  border-bottom: 1px solid var(--home-line);
}

.constraint-stack span {
  color: var(--home-clay);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 850;
  line-height: 0.95;
}

.constraint-stack h3 {
  margin-bottom: 9px;
  color: var(--home-ink);
  font-size: 1.28rem;
}

.constraint-stack p {
  max-width: 620px;
  margin-bottom: 0;
}

.services-editorial {
  color: var(--home-paper);
  background: var(--home-charcoal);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(34px, 7vw, 104px);
  align-items: end;
  margin-bottom: 34px;
}

.section-intro .micro-label {
  color: var(--home-brass);
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.section-intro h2 {
  max-width: 860px;
  margin-bottom: 0;
}

.section-intro p {
  margin-bottom: 0;
  color: rgba(241, 237, 227, 0.68);
}

.service-matrix {
  display: grid;
  grid-template-columns: 1.14fr 0.84fr 1fr;
  grid-template-rows: 330px 420px;
  gap: 14px;
}

.service-tile {
  position: relative;
  min-height: 300px;
}

.service-tile:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1;
}

.service-tile:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.service-tile:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.service-tile:nth-child(4) {
  grid-column: 2 / 4;
  grid-row: 2;
}

.service-tile a {
  position: relative;
  isolation: isolate;
  display: grid;
  height: 100%;
  min-height: inherit;
  align-content: end;
  overflow: hidden;
  padding: 28px;
  color: var(--home-paper);
  border-radius: 8px;
  background: var(--home-charcoal-2);
}

.service-tile img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 520ms ease;
}

.service-tile a::before,
.service-tile a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service-tile a::before {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(17, 19, 15, 0.1), rgba(17, 19, 15, 0.86)),
    linear-gradient(90deg, rgba(17, 19, 15, 0.56), transparent 58%);
}

.service-tile a::after {
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(rgba(241, 237, 227, 0.3) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(90deg, rgba(241, 237, 227, 0.24) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, transparent 49.5%, rgba(193, 161, 95, 0.42) 50%, transparent 50.5%);
  mix-blend-mode: screen;
  transition: opacity 260ms ease;
}

.service-tile a:hover img,
.service-tile a:focus-visible img {
  transform: scale(1.065);
}

.service-tile a:hover::after,
.service-tile a:focus-visible::after {
  opacity: 0.66;
}

.tile-index {
  position: absolute;
  top: 24px;
  left: 26px;
  color: rgba(241, 237, 227, 0.74);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 850;
  line-height: 1;
}

.service-tile h3 {
  max-width: 520px;
  margin-bottom: 8px;
  color: var(--home-paper);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 0.98;
}

.service-tile p {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(241, 237, 227, 0.78);
  font-size: 0.98rem;
  line-height: 1.56;
}

.proof-ledger {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 8vw, 114px);
  color: var(--home-paper);
  background: #22261f;
  border-top: 1px solid rgba(241, 237, 227, 0.08);
}

.proof-ledger .micro-label {
  color: var(--home-brass);
}

.proof-ledger h2 {
  max-width: 640px;
}

.ledger-list {
  display: grid;
  gap: 0;
}

.ledger-list article {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid rgba(241, 237, 227, 0.16);
}

.ledger-list article:last-child {
  border-bottom: 1px solid rgba(241, 237, 227, 0.16);
}

.ledger-list span {
  color: rgba(241, 237, 227, 0.54);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ledger-list h3 {
  margin: 0;
  color: var(--home-paper);
  font-size: 1.24rem;
}

.ledger-list a {
  color: var(--home-brass);
  font-size: 0.88rem;
  font-weight: 850;
  white-space: nowrap;
}

.ledger-list a:hover,
.ledger-list a:focus-visible {
  color: var(--home-paper);
}

.process-pipeline {
  padding: 118px max(28px, calc((100vw - var(--home-max)) / 2 + 28px));
  background: var(--home-warm);
}

.process-shell {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.process-visual {
  position: sticky;
  top: 112px;
  display: flex;
  min-height: 650px;
  align-items: end;
  overflow: hidden;
  color: var(--home-paper);
  background:
    linear-gradient(180deg, rgba(17, 19, 15, 0.08), rgba(17, 19, 15, 0.86)),
    linear-gradient(90deg, rgba(17, 19, 15, 0.42), rgba(17, 19, 15, 0.05)),
    var(--process-image);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  transition: background-image 260ms ease;
}

.process-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(241, 237, 227, 0.18);
  pointer-events: none;
}

.process-visual > div {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 46px);
}

.process-visual span {
  display: block;
  margin-bottom: 16px;
  color: var(--home-brass);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.process-visual h2 {
  max-width: 560px;
  margin-bottom: 20px;
  color: var(--home-paper);
  font-size: 3.55rem;
}

.process-visual p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(241, 237, 227, 0.78);
}

.timeline-wrap {
  padding-top: 6px;
}

.timeline-wrap .micro-label {
  margin-bottom: 22px;
  color: var(--home-clay);
}

.timeline-track {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 0 26px;
  list-style: none;
}

.timeline-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(17, 19, 15, 0.22);
}

.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  padding: 32px 0 38px;
  color: rgba(17, 19, 15, 0.48);
  border-bottom: 1px solid rgba(17, 19, 15, 0.12);
  cursor: default;
  transition:
    color 200ms ease,
    opacity 200ms ease,
    transform 200ms ease;
}

.timeline-step::before {
  content: "";
  position: absolute;
  top: 41px;
  left: -32px;
  width: 11px;
  height: 11px;
  background: var(--home-warm);
  border: 1px solid rgba(17, 19, 15, 0.34);
  border-radius: 50%;
  transition:
    background 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.timeline-step span {
  color: inherit;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 850;
  line-height: 0.95;
}

.timeline-step h3 {
  margin-bottom: 10px;
  color: inherit;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 800;
}

.timeline-step p {
  max-width: 640px;
  margin: 0;
  color: inherit;
}

.timeline-step.is-active {
  color: var(--home-ink);
  transform: translateX(5px);
}

.timeline-step.is-active::before {
  background: var(--home-clay);
  border-color: var(--home-clay);
  box-shadow: 0 0 0 8px rgba(168, 95, 64, 0.16);
}

.pricing-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(580px, 1.25fr);
  gap: clamp(46px, 7vw, 96px);
  color: var(--home-paper);
  background: var(--home-charcoal);
}

.pricing-copy {
  position: sticky;
  top: 118px;
  align-self: start;
}

.pricing-copy .micro-label {
  color: var(--home-brass);
}

.pricing-copy h2 {
  max-width: 560px;
  margin-bottom: 24px;
}

.pricing-copy p {
  max-width: 520px;
  color: rgba(241, 237, 227, 0.68);
}

.pricing-table-wrap {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  min-width: 720px;
  color: var(--home-paper);
  border-collapse: collapse;
}

.pricing-table caption {
  margin-bottom: 16px;
  color: rgba(241, 237, 227, 0.56);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.pricing-table th,
.pricing-table td {
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid rgba(241, 237, 227, 0.16);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  color: var(--home-brass);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-table td {
  color: rgba(241, 237, 227, 0.76);
  font-size: 0.98rem;
  line-height: 1.55;
}

.pricing-table td:first-child {
  color: var(--home-paper);
  font-weight: 850;
}

.pricing-table td:nth-child(2) {
  color: var(--home-brass);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 850;
  white-space: nowrap;
}

.final-cta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-top: 34px;
  padding-top: 42px;
  border-top: 1px solid rgba(241, 237, 227, 0.18);
}

.final-cta h2 {
  max-width: 1030px;
  margin-bottom: 12px;
  color: var(--home-paper);
  font-size: 4.85rem;
}

.final-cta p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(241, 237, 227, 0.7);
}

.home-footer.site-footer {
  display: block;
  padding: 74px max(28px, calc((100vw - var(--home-max)) / 2 + 28px)) 42px;
  color: var(--home-paper);
  background: #090b08;
}

.footer-manifesto {
  max-width: 1420px;
  margin-bottom: 64px;
}

.footer-manifesto span {
  display: block;
  color: var(--home-paper);
  font-size: 6.3rem;
  line-height: 0.9;
}

.footer-utility {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(170px, 0.6fr));
  gap: 34px;
  padding-top: 32px;
  border-top: 1px solid rgba(241, 237, 227, 0.18);
}

.home-footer strong {
  margin-bottom: 10px;
  color: var(--home-paper);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-footer p,
.home-footer a,
.home-footer span {
  color: rgba(241, 237, 227, 0.66);
}

.home-footer p {
  max-width: 480px;
  margin-bottom: 0;
}

.home-footer a,
.home-footer .footer-links span {
  font-size: 0.92rem;
  line-height: 1.32;
}

.home-footer a:hover,
.home-footer a:focus-visible {
  color: var(--home-brass);
}

.home-footer .footer-links {
  gap: 9px;
}

@media (max-width: 1180px) {
  .home-page h1 {
    font-size: 4.55rem;
  }

  .home-page h2 {
    font-size: 3.55rem;
  }

  .home-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  }

  .hero-copy-panel {
    padding-right: 44px;
  }

  .local-intel,
  .proof-ledger,
  .pricing-cta,
  .process-shell {
    grid-template-columns: 1fr;
  }

  .local-intel-copy,
  .pricing-copy,
  .process-visual {
    position: static;
  }

  .proof-ledger {
    gap: 30px;
  }

  .process-visual {
    min-height: 470px;
  }

  .pricing-cta {
    gap: 34px;
  }

  .footer-manifesto span {
    font-size: 5rem;
  }
}

@media (min-width: 941px) and (max-height: 820px) {
  .home-page h1 {
    font-size: 4.2rem;
  }

  .hero-copy-panel {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .hero-search-copy {
    margin-bottom: 20px;
    font-size: 0.98rem;
  }

  .hero-proof-row {
    display: none;
  }

  .hero-media img {
    min-height: 500px;
  }
}

@media (max-width: 940px) {
  .home-page {
    --home-inner: min(var(--home-max), calc(100% - 36px));
  }

  .home-header.site-header {
    align-items: flex-start;
    padding: 12px 18px;
  }

  .home-header .site-nav {
    order: 3;
    width: 100%;
    gap: 18px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy-panel {
    min-height: calc(62svh - 40px);
    padding: 46px 28px 30px;
  }

  .hero-media {
    min-height: 320px;
    clip-path: none;
  }

  .hero-media img {
    min-height: 320px;
  }

  .hero-proof-row {
    margin-top: 30px;
  }

  .local-intel,
  .services-editorial,
  .proof-ledger,
  .pricing-cta,
  .process-pipeline {
    padding: 86px 28px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-intro .micro-label {
    margin-bottom: 0;
  }

  .service-matrix {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .service-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .service-tile {
    min-height: 360px;
  }

  .ledger-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline-step {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .home-page {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .home-page h1 {
    max-width: 100%;
    font-size: 2.45rem;
    line-height: 0.96;
  }

  .home-page h2,
  .process-visual h2 {
    font-size: 2.45rem;
    line-height: 0.98;
  }

  .home-header .brand small,
  .home-header .header-phone {
    display: none;
  }

  .home-header .brand-mark {
    width: 38px;
    height: 38px;
  }

  .home-header .site-nav {
    gap: 14px;
    margin-inline: -18px;
    padding-inline: 18px;
    font-size: 0.78rem;
  }

  .hero-copy-panel {
    min-height: auto;
    padding: 26px 20px 20px;
  }

  .hero-search-copy {
    margin-bottom: 18px;
    font-size: 0.93rem;
    line-height: 1.52;
    overflow-wrap: break-word;
  }

  .scope-button {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
  }

  .hero-proof-row {
    display: none;
  }

  .hero-media {
    min-height: 150px;
  }

  .hero-media img {
    min-height: 150px;
  }

  .hero-media figcaption {
    right: 18px;
    bottom: 18px;
    max-width: 240px;
  }

  .editorial-banner {
    padding: 16px 20px;
  }

  .editorial-banner p {
    font-size: 0.92rem;
  }

  .local-intel,
  .services-editorial,
  .proof-ledger,
  .pricing-cta,
  .process-pipeline {
    padding: 68px 20px;
  }

  .local-intel {
    gap: 34px;
  }

  .local-intel-copy p:not(.micro-label) {
    font-size: 1rem;
  }

  .constraint-stack article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .constraint-stack span {
    font-size: 1.6rem;
  }

  .service-tile {
    min-height: 330px;
  }

  .service-tile a {
    padding: 22px;
  }

  .service-tile h3,
  .timeline-step h3 {
    font-size: 1.78rem;
  }

  .process-shell {
    gap: 34px;
  }

  .process-visual {
    min-height: 360px;
  }

  .process-visual::before {
    inset: 12px;
  }

  .timeline-track {
    padding-left: 18px;
  }

  .timeline-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0 30px;
  }

  .timeline-step::before {
    left: -23px;
  }

  .timeline-step span {
    font-size: 1.75rem;
  }

  .timeline-step.is-active {
    transform: translateX(0);
  }

  .pricing-table {
    min-width: 680px;
  }

  .final-cta h2 {
    font-size: 2.65rem;
  }

  .home-footer.site-footer {
    padding: 58px 20px 120px;
  }

  .footer-manifesto {
    margin-bottom: 44px;
  }

  .footer-manifesto span {
    font-size: 3.05rem;
    line-height: 0.96;
  }

  .footer-utility {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-page .mobile-cta {
    box-sizing: border-box;
    max-width: calc(100vw - 20px);
    background: rgba(251, 248, 240, 0.88);
    border-color: rgba(17, 19, 15, 0.12);
  }

  .home-page .mobile-cta a {
    background: var(--home-charcoal);
  }

  .home-page .mobile-cta a:first-child {
    background: var(--home-clay);
  }

  .home-page .mobile-cta a:last-child {
    background: var(--home-steel);
  }
}
