:root {
  --bone: #efede4;
  --paper: #f8f6ef;
  --ink: #11110f;
  --ink-soft: #1c1c19;
  --smoke: #77746b;
  --line: #c8c3b7;
  --vermilion: #f04b25;
  --vermilion-dark: #be3517;
  --display: "Avenir Next Condensed", "Avenir Next", "Helvetica Neue", sans-serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --page: min(1400px, calc(100vw - 64px));
  --header-height: 72px;
  color-scheme: light;
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bone);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--vermilion);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 13px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 140ms ease;
}

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

.site-header {
  position: relative;
  z-index: 20;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: var(--bone);
}

.site-header--inverse {
  position: absolute;
  inset: 0 0 auto;
  border-color: rgba(239, 237, 228, 0.25);
  background: transparent;
  color: var(--paper);
}

.nav-shell {
  width: var(--page);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.wordmark::before {
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  content: "";
}

.wordmark span {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
}

.site-nav a {
  padding: 7px 0;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border-color 140ms ease, color 140ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: currentColor;
}

.nav-contact {
  padding: 9px 13px !important;
  border: 1px solid currentColor !important;
  border-radius: 7px;
}

.site-header:not(.site-header--inverse) .nav-contact:hover {
  background: var(--ink);
  color: var(--paper);
}

.site-header--inverse .nav-contact:hover {
  background: var(--paper);
  color: var(--ink);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  content: "";
  transition: opacity 140ms ease, transform 140ms ease;
}

.menu-button[aria-expanded="true"] span {
  opacity: 0;
}

.menu-button[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-button[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

/* Home hero */
.hero {
  position: relative;
  min-height: max(760px, 100svh);
  padding: calc(var(--header-height) + 26px) max(32px, calc((100vw - 1400px) / 2)) 30px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(239, 237, 228, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 237, 228, 0.07) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent 0, black 18%, black 82%, transparent 100%);
  pointer-events: none;
}

.hero-brand-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(239, 237, 228, 0.28);
  animation: settle-in 650ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.hero-brand {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(68px, 11.2vw, 170px);
  font-weight: 800;
  line-height: 0.74;
  letter-spacing: -0.085em;
  white-space: nowrap;
}

.hero-coordinate {
  flex: 0 0 auto;
  margin: 0 0 3px;
  color: #aaa69c;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}

.hero-stage {
  position: relative;
  z-index: 2;
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(370px, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.hero-copy {
  max-width: 680px;
  padding: 44px 0;
  animation: settle-in 650ms cubic-bezier(0.2, 0.75, 0.2, 1) 120ms both;
}

.hero-promise {
  max-width: 650px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(50px, 5.3vw, 82px);
  font-weight: 680;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.hero-summary {
  max-width: 590px;
  margin: 27px 0 0;
  color: #bdb9af;
  font-size: clamp(17px, 1.45vw, 21px);
}

.hero-actions,
.service-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 24px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.hero .button {
  border-color: var(--vermilion);
  background: var(--vermilion);
  color: var(--ink);
}

.button:hover,
.hero .button:hover {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.service-hero .button:hover {
  border-color: var(--vermilion);
  background: var(--vermilion);
}

.text-link {
  font-size: 14px;
  font-weight: 700;
}

.hero-map {
  position: relative;
  height: min(47vw, 560px);
  min-height: 420px;
  animation: settle-in 700ms cubic-bezier(0.2, 0.75, 0.2, 1) 180ms both;
}

.hero-map svg {
  position: absolute;
  inset: 4% 0 2%;
  width: 100%;
  height: 94%;
  overflow: visible;
}

.route-path {
  fill: none;
  stroke: var(--vermilion);
  stroke-dasharray: 1280;
  stroke-dashoffset: 1280;
  stroke-linecap: square;
  stroke-width: 3;
  animation: draw-route 1300ms cubic-bezier(0.3, 0.7, 0.2, 1) 350ms forwards;
}

.route-branch {
  fill: none;
  stroke: rgba(239, 237, 228, 0.42);
  stroke-width: 1;
}

.route-node {
  fill: var(--ink);
  stroke: var(--paper);
  stroke-width: 2;
}

.route-node--hot {
  fill: var(--vermilion);
  stroke: var(--vermilion);
}

.map-label {
  position: absolute;
  max-width: 210px;
  padding-top: 9px;
  border-top: 1px solid rgba(239, 237, 228, 0.43);
}

.map-label strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.map-label span {
  color: #a9a59c;
  font-family: var(--mono);
  font-size: 10px;
}

.map-source { top: 8%; left: 3%; }
.map-exception { top: 44%; right: 0; }
.map-decision { right: 18%; bottom: 5%; }

.hero-index {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(239, 237, 228, 0.28);
}

.hero-index a {
  padding: 17px 20px 3px 0;
  border-right: 1px solid rgba(239, 237, 228, 0.28);
  color: #aaa69c;
  font-size: 12px;
  text-decoration: none;
  transition: color 140ms ease;
}

.hero-index a + a {
  padding-left: 20px;
}

.hero-index a:last-child {
  border-right: 0;
}

.hero-index a:hover {
  color: var(--paper);
}

@keyframes settle-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes draw-route {
  to { stroke-dashoffset: 0; }
}

/* Homepage sections */
.section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 148px) 0;
}

.services-section {
  background: var(--bone);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.45fr);
  gap: clamp(50px, 11vw, 170px);
  align-items: end;
  margin-bottom: clamp(60px, 8vw, 108px);
}

.section-heading {
  max-width: 960px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6.5vw, 96px);
  font-weight: 680;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.section-intro p {
  margin: 0 0 5px;
  color: var(--smoke);
}

.service-list {
  border-top: 2px solid var(--ink);
}

.service-row {
  display: grid;
  grid-template-columns: 68px minmax(290px, 0.95fr) minmax(320px, 1.05fr) 120px 32px;
  gap: 24px;
  align-items: center;
  min-height: 146px;
  padding: 24px 18px 24px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}

.service-row:hover {
  background: var(--vermilion);
  color: var(--ink);
}

.service-number,
.service-price {
  font-family: var(--mono);
  font-size: 11px;
}

.service-name {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 3.5vw, 54px);
  font-weight: 680;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.service-description {
  margin: 0;
  color: var(--smoke);
  font-size: 15px;
}

.service-row:hover .service-description {
  color: var(--ink);
}

.service-arrow {
  font-size: 25px;
}

.operating-rule {
  background: var(--vermilion);
  color: var(--ink);
}

.method-title {
  max-width: 1200px;
  margin: 0 0 clamp(70px, 8vw, 112px);
  font-family: var(--display);
  font-size: clamp(56px, 8.5vw, 126px);
  font-weight: 720;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.rule-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.rule-step {
  min-height: 270px;
  padding: 25px 28px 30px 0;
  border-right: 1px solid rgba(17, 17, 15, 0.55);
}

.rule-step + .rule-step {
  padding-left: 28px;
}

.rule-step:last-child {
  border-right: 0;
}

.rule-step > span {
  font-family: var(--mono);
  font-size: 11px;
}

.rule-step h3 {
  margin: 70px 0 15px;
  font-family: var(--display);
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -0.05em;
}

.rule-step p {
  max-width: 340px;
  margin: 0;
  font-size: 15px;
}

.proof-section {
  background: var(--paper);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(440px, 1.28fr);
  gap: clamp(60px, 12vw, 180px);
  align-items: start;
}

.proof-statement {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.4vw, 78px);
  font-weight: 650;
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.proof-copy > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(25px, 2.7vw, 39px);
  font-weight: 560;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.proof-copy p {
  color: var(--smoke);
}

.boundary-list {
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.boundary-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.boundary-list li::before {
  content: "×";
  color: var(--vermilion-dark);
  font-family: var(--mono);
}

.contact-section {
  width: 100%;
  margin: 0;
  padding: clamp(90px, 11vw, 160px) max(32px, calc((100vw - 1400px) / 2));
  background: var(--ink);
  color: var(--paper);
}

.contact-kicker {
  margin: 0 0 36px;
  color: #a9a59b;
  font-family: var(--mono);
  font-size: 11px;
}

.contact-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.contact-line h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 720;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.contact-line a {
  flex: 0 0 auto;
  margin-bottom: 8px;
  color: var(--vermilion);
  font-weight: 700;
}

.site-footer {
  width: 100%;
  padding: 26px max(32px, calc((100vw - 1400px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #3c3c37;
  background: var(--ink);
  color: #8f8b82;
  font-size: 12px;
}

.site-footer p {
  margin: 0;
}

.site-footer a:hover {
  color: var(--paper);
}

/* Never hide content behind enhancement. */
.reveal {
  opacity: 1;
  transform: none;
}

/* Service pages */
.service-hero {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 116px) 0 clamp(80px, 10vw, 140px);
}

.back-link {
  display: inline-block;
  margin-bottom: 54px;
  color: var(--smoke);
  font-size: 13px;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.35fr);
  gap: clamp(60px, 10vw, 160px);
  align-items: end;
}

.service-title {
  max-width: 980px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(62px, 9vw, 132px);
  font-weight: 720;
  line-height: 0.84;
  letter-spacing: -0.075em;
  overflow-wrap: anywhere;
}

.service-lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: var(--smoke);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.25;
}

.offer-facts {
  margin: 0;
  border-top: 5px solid var(--ink);
}

.offer-facts > div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.offer-facts dt {
  color: var(--smoke);
  font-family: var(--mono);
  font-size: 10px;
}

.offer-facts dd {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 680;
}

.service-body {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.service-section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 116px) 0;
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(430px, 1fr);
  gap: clamp(60px, 11vw, 170px);
  border-bottom: 1px solid var(--line);
}

.service-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-section-copy {
  max-width: 780px;
}

.service-section-copy > :first-child {
  margin-top: 0;
}

.service-section-copy > :last-child {
  margin-bottom: 0;
}

.deliverable-list,
.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.deliverable-list li,
.process-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.process-list {
  counter-reset: process;
}

.process-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  counter-increment: process;
}

.process-list li::before {
  color: var(--vermilion-dark);
  content: counter(process, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 11px;
}

.pilot-note {
  margin-top: 32px !important;
  padding: 18px 0 0;
  border-top: 2px solid var(--vermilion);
  color: var(--smoke);
}

/* Company details */
.company-hero {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 116px) 0 clamp(82px, 10vw, 142px);
}

.company-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
  gap: clamp(60px, 11vw, 170px);
  align-items: end;
}

.company-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(68px, 10.5vw, 154px);
  font-weight: 720;
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.company-hero-grid p {
  margin: 0 0 7px;
  color: var(--smoke);
}

.company-record {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.company-record-inner {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 128px) 0;
}

.company-ledger {
  margin: 0;
  border-top: 4px solid var(--ink);
}

.company-ledger > div {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(300px, 1fr);
  gap: 40px;
  padding: 25px 0 28px;
  border-bottom: 1px solid var(--line);
}

.company-ledger dt {
  color: var(--smoke);
  font-family: var(--mono);
  font-size: 11px;
}

.company-ledger dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 610;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.company-ledger .company-code {
  font-family: var(--mono);
  font-size: clamp(23px, 2.2vw, 32px);
  letter-spacing: 0.02em;
}

/* Not found */
.error-page {
  min-height: 100svh;
  background: var(--ink);
  color: var(--paper);
}

.error-shell {
  width: var(--page);
  min-height: 100svh;
  margin: 0 auto;
  padding: 28px 0 48px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.error-wordmark {
  width: max-content;
}

.error-code {
  align-self: center;
  color: var(--vermilion);
  font-family: var(--display);
  font-size: clamp(170px, 34vw, 520px);
  font-weight: 800;
  line-height: 0.68;
  letter-spacing: -0.09em;
}

.error-copy {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(240px, 0.4fr);
  gap: 48px;
  align-items: end;
  padding-top: 28px;
  border-top: 1px solid #494941;
}

.error-copy h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(45px, 6vw, 88px);
  font-weight: 680;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.error-copy p {
  margin: 0 0 22px;
  color: #aaa69c;
}

.error-copy .button {
  width: max-content;
  border-color: var(--vermilion);
  background: var(--vermilion);
  color: var(--ink);
}

@media (max-width: 1040px) {
  :root {
    --page: min(100% - 48px, 920px);
  }

  .hero {
    min-height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    max-width: 790px;
    padding-bottom: 0;
  }

  .hero-map {
    width: min(100%, 760px);
    height: 440px;
    margin: 0 auto;
  }

  .service-row {
    grid-template-columns: 52px minmax(250px, 0.8fr) minmax(260px, 1fr) 90px 25px;
    gap: 18px;
  }

  .section-intro,
  .proof-layout,
  .service-hero-grid,
  .service-section,
  .company-hero-grid {
    grid-template-columns: 1fr;
  }

  .section-intro,
  .proof-layout,
  .service-hero-grid,
  .service-section,
  .company-hero-grid {
    gap: 46px;
  }

  .section-intro p {
    max-width: 520px;
  }

  .offer-facts {
    max-width: 440px;
  }
}

@media (max-width: 760px) {
  :root {
    --page: calc(100% - 32px);
    --header-height: 66px;
  }

  body {
    font-size: 16px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    z-index: 30;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 26px 20px;
    background: var(--bone);
    color: var(--ink);
    font-size: 22px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-contact {
    margin-top: 16px;
    padding: 12px !important;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-height) + 22px) 16px 22px;
  }

  .hero-brand-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero-brand {
    width: 100%;
    font-size: clamp(48px, 14vw, 92px);
    letter-spacing: -0.08em;
  }

  .hero-coordinate {
    text-align: left;
  }

  .hero-stage {
    min-height: 0;
  }

  .hero-copy {
    padding: 44px 0 18px;
  }

  .hero-promise {
    font-size: clamp(45px, 13.3vw, 68px);
  }

  .hero-map {
    min-height: 340px;
    height: 93vw;
    max-height: 440px;
  }

  .map-label {
    max-width: 155px;
  }

  .map-label strong {
    font-size: 18px;
  }

  .map-source { top: 11%; }
  .map-exception { top: 46%; }
  .map-decision { right: 12%; bottom: 4%; }

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

  .hero-index a,
  .hero-index a + a {
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(239, 237, 228, 0.22);
  }

  .section {
    padding: 76px 0;
  }

  .section-intro {
    margin-bottom: 48px;
  }

  .section-heading {
    font-size: clamp(46px, 14vw, 68px);
  }

  .service-row {
    grid-template-columns: 34px 1fr 24px;
    gap: 10px 12px;
    min-height: 0;
    padding: 24px 4px 25px 0;
  }

  .service-name {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .service-description,
  .service-price {
    grid-column: 2 / -1;
  }

  .service-price { grid-row: 2; }
  .service-description { grid-row: 3; }
  .service-arrow { grid-column: 3; grid-row: 1; }

  .method-title {
    font-size: clamp(54px, 16vw, 78px);
  }

  .rule-flow {
    grid-template-columns: 1fr;
  }

  .rule-step,
  .rule-step + .rule-step {
    min-height: 0;
    padding: 24px 0 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 15, 0.55);
  }

  .rule-step:last-child {
    border-bottom: 0;
  }

  .rule-step h3 {
    margin-top: 36px;
  }

  .contact-section {
    padding: 80px 16px;
  }

  .contact-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-line h2 {
    font-size: clamp(58px, 17vw, 82px);
  }

  .site-footer {
    padding: 24px 16px;
    flex-direction: column;
  }

  .service-hero {
    padding-top: 55px;
  }

  .service-title {
    font-size: clamp(56px, 17vw, 86px);
    overflow-wrap: normal;
  }

  .company-hero {
    padding-top: 55px;
  }

  .company-title {
    font-size: clamp(60px, 18vw, 90px);
  }

  .company-ledger > div {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 21px 0 24px;
  }

  .error-copy {
    grid-template-columns: 1fr;
  }
}

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

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

  .route-path {
    stroke-dashoffset: 0;
  }
}
