:root {
  --ink: #1c2421;
  --muted: #5f6864;
  --paper: #f7f7f3;
  --white: #ffffff;
  --line: #d6dad5;
  --green: #16372d;
  --green-soft: #dfe9e3;
  --rust: #a4482f;
  --yellow: #e8bd56;
  --blue: #315f73;
  --max: 1240px;
  --pad: clamp(20px, 4vw, 60px);
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

/* Homepage narrative rebuild */
.home-v2 {
  --ink: #182621;
  --forest: #183c32;
  --forest-deep: #102c25;
  --paper: #f5f4ef;
  --white: #fffefa;
  --line: #c9cec6;
  --signal: #d7b654;
  --mist: #dfe8e1;
  color: var(--ink);
  background: var(--paper);
}

.home-v2 .site-header { background: rgba(255, 254, 250, .96); }
.home-v2 .v2-kicker { margin: 0 0 1rem; color: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }

.v2-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, .75fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding: clamp(5rem, 9vw, 8.5rem) max(4vw, calc((100vw - 1400px) / 2));
  color: var(--white);
  background: var(--forest);
}

.v2-hero-copy { max-width: 880px; }
.v2-hero h1 { max-width: 920px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 6.4vw, 7.4rem); font-weight: 400; letter-spacing: -.052em; line-height: .91; }
.v2-hero-lead { max-width: 720px; margin: 2rem 0 0; color: #e0e7e2; font-size: clamp(1.15rem, 1.6vw, 1.45rem); line-height: 1.55; }
.v2-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem; margin-top: 2.4rem; }
.mobile-promise { display: none; }
.v2-text-link { color: inherit; font-size: .92rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .25rem; }
.v2-text-link.dark { color: var(--forest); border-color: #87968e; }

.intake-note { position: relative; max-width: 390px; justify-self: end; color: var(--ink); background: var(--white); border-top: 6px solid var(--signal); box-shadow: 18px 18px 0 rgba(4, 26, 20, .2); transform: rotate(1.2deg); }
.intake-note-top { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.intake-note-top strong { color: #657169; text-align: right; }
.intake-note > p { margin: 1.5rem 1.5rem 1rem; font-family: Georgia, serif; font-size: 1.7rem; }
.intake-note ul { margin: 0 1.5rem 1.5rem; padding: 0; list-style: none; }
.intake-note li { padding: .7rem 0; border-bottom: 1px solid #e3e5df; font-size: .92rem; }
.intake-note li::before { content: "□"; margin-right: .65rem; color: var(--forest); }
.intake-note-result { padding: 1.3rem 1.5rem; background: var(--mist); }
.intake-note-result span { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.intake-note-result p { margin: .4rem 0 0; line-height: 1.45; }

.seller-friction { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) max(4vw, calc((100vw - 1400px) / 2)); background: var(--white); }
.friction-heading { position: sticky; top: 8rem; align-self: start; }
.friction-heading h2, .work-path-intro h2, .reasons h2, .case-heading h2, .first-step h2, .v2-contact h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.friction-heading h2 { max-width: 520px; font-size: clamp(2.7rem, 4.6vw, 5.2rem); }
.friction-list p { display: grid; grid-template-columns: 110px 1fr; gap: 1.5rem; margin: 0; padding: 1.45rem 0; border-top: 1px solid var(--line); font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.45; }
.friction-list p:last-child { border-bottom: 1px solid var(--line); }
.friction-list span { color: #66736c; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.work-path { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) max(4vw, calc((100vw - 1400px) / 2)); background: #e8ebe5; }
.work-path-intro { align-self: start; }
.work-path-intro h2 { font-size: clamp(2.8rem, 4.6vw, 5.1rem); }
.work-path-intro > p:last-child { max-width: 520px; margin-top: 1.5rem; color: #59645d; font-size: 1.08rem; line-height: 1.65; }
.path-track { border-top: 1px solid #9da79f; }
.path-track article { display: grid; grid-template-columns: 150px 1fr; gap: 2rem; padding: 2.25rem 0; border-bottom: 1px solid #9da79f; }
.path-marker { display: flex; flex-direction: column; gap: .4rem; }
.path-marker span { color: #758078; font-size: .72rem; font-weight: 800; }
.path-marker strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.path-track h3 { margin: 0; font-size: 1.25rem; }
.path-track p { margin: .65rem 0 1rem; color: #59645d; line-height: 1.6; }
.path-track ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.path-track li { padding: .42rem .65rem; background: rgba(255,255,255,.65); font-size: .76rem; }

.reasons { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) max(4vw, calc((100vw - 1400px) / 2)); background: var(--white); }
.reasons-statement h2 { max-width: 600px; font-size: clamp(2.8rem, 4.6vw, 5.2rem); }
.reasons-statement > p:not(.v2-kicker) { max-width: 600px; margin: 1.5rem 0; color: #59645d; font-size: 1.08rem; line-height: 1.65; }
.reason-ledger { border-top: 1px solid var(--line); }
.reason-ledger article { display: grid; grid-template-columns: 180px 1fr; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.reason-ledger strong { font-family: Georgia, serif; font-size: 1.18rem; font-weight: 400; }
.reason-ledger p { margin: 0; color: #59645d; line-height: 1.55; }
.experience-line { padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.experience-line span { display: block; margin-bottom: .5rem; color: var(--forest); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.experience-line p { font-size: .9rem; }

.case-stories { padding: clamp(5rem, 9vw, 9rem) max(4vw, calc((100vw - 1400px) / 2)); color: var(--white); background: var(--forest-deep); }
.case-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.case-heading .v2-kicker { grid-column: 1 / -1; margin-bottom: -1rem; color: var(--signal); }
.case-heading h2 { max-width: 800px; font-size: clamp(2.8rem, 4.8vw, 5.3rem); }
.case-heading > p:last-child { margin: 0; color: #bdc9c3; line-height: 1.65; }
.case-stack { border-top: 1px solid #536961; }
.case-stack article { display: grid; grid-template-columns: 70px 1fr .8fr; gap: clamp(1.5rem, 4vw, 4.5rem); padding: 2.5rem 0; border-bottom: 1px solid #536961; }
.case-index { color: var(--signal); font-family: Georgia, serif; font-size: 2rem; }
.case-type { margin: 0 0 .6rem; color: #9eb0a8; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-copy h3 { max-width: 620px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.6rem, 2.2vw, 2.4rem); font-weight: 400; line-height: 1.15; }
.case-copy > p:last-child { max-width: 620px; margin: 1rem 0 0; color: #bdc9c3; line-height: 1.6; }
.case-stack dl { margin: 0; }
.case-stack dl div { padding: .7rem 0; border-bottom: 1px solid #354c44; }
.case-stack dt { color: #879b92; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-stack dd { margin: .3rem 0 0; line-height: 1.45; }
.case-result { align-self: center; margin: 0; color: #d5ded9; line-height: 1.5; }
.case-result span { display: block; margin-bottom: .35rem; color: var(--signal); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.privacy-band { display: grid; grid-template-columns: .6fr 1.1fr .8fr; gap: clamp(2rem, 5vw, 5rem); padding: clamp(4rem, 7vw, 6.5rem) max(4vw, calc((100vw - 1400px) / 2)); background: var(--signal); }
.privacy-band blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.7rem); line-height: 1.05; }
.privacy-band > p:last-child { margin: 0; line-height: 1.65; }

.first-step { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 8rem) max(4vw, calc((100vw - 1400px) / 2)); background: var(--paper); }
.first-step h2 { max-width: 600px; font-size: clamp(2.8rem, 4.6vw, 5.2rem); }
.first-step ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.first-step li { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); line-height: 1.55; }
.first-step li span { color: var(--forest); font-weight: 800; }

.home-v2 .v2-contact { border-top: 0; background: var(--white); }
.home-v2 .v2-contact h2 { font-size: clamp(2.8rem, 4.6vw, 5rem); }
.home-v2 .v2-contact .contact-copy > p:not(.v2-kicker) { max-width: 580px; color: #59645d; font-size: 1.08rem; line-height: 1.65; }
.contact-assurance { display: flex; flex-wrap: wrap; gap: .55rem 1.25rem; max-width: 580px; margin-top: 1.25rem; color: var(--forest); font-size: .72rem; font-weight: 750; letter-spacing: .035em; }
.contact-assurance span { display: inline-flex; align-items: center; gap: .5rem; }
.contact-assurance span::before { width: .42rem; height: .42rem; border-radius: 50%; background: var(--signal); content: ""; }
.whatsapp-link { display: flex; justify-content: space-between; gap: 1.5rem; max-width: 580px; margin-top: 1.5rem; padding: 1rem 0; color: var(--forest); text-decoration: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.whatsapp-link span { font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.whatsapp-link strong { font-size: .92rem; }
.home-v2 .contact-form { background: #edf0ea; }
.home-v2 .contact-form .optional { float: right; color: #748078; font-size: .7rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.home-v2 .send-note { margin: -.15rem 0 0; color: #657169; font-size: .72rem; line-height: 1.45; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button[disabled] { cursor: wait; opacity: .72; }

@media (max-width: 900px) {
  .v2-hero, .seller-friction, .work-path, .reasons, .first-step { grid-template-columns: 1fr; }
  .v2-hero { min-height: 0; gap: 4rem; }
  .intake-note { max-width: 520px; justify-self: start; }
  .friction-heading { position: static; }
  .case-heading { grid-template-columns: 1fr; }
  .case-stack article { grid-template-columns: 50px 1fr; }
  .case-stack dl { grid-column: 2; }
  .privacy-band { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .v2-hero { padding: 5.5rem 1.25rem 4.5rem; }
  .v2-hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .intake-note { transform: none; box-shadow: 10px 10px 0 rgba(4, 26, 20, .2); }
  .seller-friction, .work-path, .reasons, .case-stories, .first-step, .privacy-band { padding-left: 1.25rem; padding-right: 1.25rem; }
  .friction-list p { grid-template-columns: 75px 1fr; gap: 1rem; }
  .path-track article { grid-template-columns: 1fr; gap: 1rem; }
  .path-marker { flex-direction: row; align-items: baseline; }
  .reason-ledger article { grid-template-columns: 1fr; gap: .55rem; }
  .case-stack article { grid-template-columns: 1fr; }
  .case-stack dl { grid-column: 1; }
  .first-step li { grid-template-columns: 70px 1fr; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .intake-note { transform: none; }
}

/* Compact homepage pass */
.home-v2 .seller-friction,
.home-v2 .work-path,
.home-v2 .reasons,
.home-v2 .case-stories { padding-top: clamp(4rem, 6vw, 6rem); padding-bottom: clamp(4rem, 6vw, 6rem); }
.home-v2 .case-heading { margin-bottom: 2.5rem; }
.home-v2 .case-stack article { padding-top: 1.75rem; padding-bottom: 1.75rem; }
.home-v2 .path-track article { padding-top: 1.65rem; padding-bottom: 1.65rem; }

/* Three-screen homepage */
.home-v2 .v2-hero { min-height: 560px; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.home-v2 .v2-hero h1 { font-size: clamp(3.25rem, 5.8vw, 6.5rem); }
.home-v2 .work-path { display: block; padding-top: 4.25rem; padding-bottom: 4.25rem; }
.home-v2 .work-path-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: end; margin-bottom: 2.25rem; }
.home-v2 .work-path-intro .v2-kicker { grid-column: 1 / -1; margin-bottom: -2.5rem; }
.home-v2 .work-path-intro h2 { font-size: clamp(2.5rem, 4vw, 4.3rem); }
.home-v2 .work-path-intro > p:last-child { margin: 0; }
.home-v2 .path-track { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #9da79f; }
.home-v2 .path-track article { display: block; padding: 1.5rem 1.6rem 1.7rem; border-right: 1px solid #9da79f; border-bottom: 0; }
.home-v2 .path-track article:first-child { padding-left: 0; }
.home-v2 .path-track article:last-child { padding-right: 0; border-right: 0; }
.home-v2 .path-marker { flex-direction: row; align-items: baseline; margin-bottom: 1rem; }
.home-v2 .path-track h3 { font-size: 1.1rem; }
.home-v2 .path-track p { margin-bottom: 0; font-size: .9rem; }
.compact-proof { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 2rem; border-top: 1px solid #9da79f; border-bottom: 1px solid #9da79f; }
.compact-proof p { margin: 0; padding: 1rem 1.25rem; border-right: 1px solid #9da79f; }
.compact-proof p:first-child { padding-left: 0; }
.compact-proof p:last-child { border-right: 0; }
.compact-proof strong, .compact-proof span { display: block; }
.compact-proof strong { color: var(--forest); font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.compact-proof span { margin-top: .25rem; color: #66736c; font-size: .72rem; }
.compact-terms-link { display: inline-block; margin-top: 1.25rem; color: var(--forest); font-size: .82rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid #87968e; }
.scope-note { max-width: 850px; margin: .85rem 0 0; color: #66736c; font-size: .72rem; line-height: 1.5; }
.home-v2 .v2-contact { padding-top: 4rem; padding-bottom: 4rem; }
.home-v2 .v2-contact h2 { font-size: clamp(2.6rem, 4vw, 4.4rem); }

@media (max-width: 900px) {
  .home-v2 .work-path-intro { grid-template-columns: 1fr; gap: 1rem; }
  .home-v2 .work-path-intro .v2-kicker { grid-column: 1; margin-bottom: 0; }
  .compact-proof p:nth-child(2) { border-right: 0; }
}

@media (max-width: 600px) {
  .home-v2 .v2-hero { min-height: 0; padding-top: 4.5rem; padding-bottom: 3.5rem; }
  .home-v2 .intake-note { display: none; }
  .home-v2 .mobile-promise { display: block; max-width: 330px; margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.28); color: #cbd7d1; font-size: .8rem; line-height: 1.5; }
  .home-v2 .work-path { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .home-v2 .path-track { grid-template-columns: 1fr; }
  .home-v2 .path-track article,
  .home-v2 .path-track article:first-child,
  .home-v2 .path-track article:last-child { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid #9da79f; }
  .home-v2 .path-track article:last-child { border-bottom: 0; }
  .home-v2 .path-marker { margin-bottom: .45rem; }
  .compact-proof { grid-template-columns: 1fr; margin-top: 1.4rem; }
  .compact-proof p,
  .compact-proof p:first-child { padding: 1rem 0; border-right: 0; }
  .compact-proof p:first-child { border-bottom: 1px solid #9da79f; }
  .home-v2 .v2-contact { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
}

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

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

button,
input,
textarea {
  font: inherit;
}

button,
a,
input,
textarea {
  outline-offset: 4px;
}

:focus-visible {
  outline: 2px solid var(--rust);
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--green);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 var(--pad);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 247, 243, 0.97);
}

.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 36px);
  font-size: 13px;
}

.site-nav a:not(.nav-action) {
  padding: 28px 0 25px;
  border-bottom: 3px solid transparent;
}

.site-nav a:not(.nav-action):hover {
  border-bottom-color: var(--green);
}

.nav-action {
  padding: 12px 16px;
  color: var(--white);
  background: var(--green);
}

.menu-button {
  display: none;
  align-items: center;
  gap: 9px;
  padding: 8px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-icon::before {
  top: -5px;
}

.menu-icon::after {
  top: 5px;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(610px, calc(100svh - 76px));
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
}

.hero-board {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 52%;
  grid-template-rows: repeat(6, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: #20493c;
}

.hero-board > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-content: center;
  padding: 18px clamp(28px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-board > div:last-child {
  border-bottom: 0;
}

.hero-board span {
  color: #f3cf7a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-board strong {
  font-size: 14px;
  font-weight: 400;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  padding: clamp(66px, 8vw, 96px) var(--pad);
}

.kicker {
  margin-bottom: 20px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero .kicker {
  color: #f3cf7a;
}

.hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(56px, 7vw, 90px);
  line-height: 1;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
}

.button-light {
  border-color: var(--white);
  color: var(--green);
  background: var(--white);
}

.button-dark {
  border-color: var(--green);
  color: var(--white);
  background: var(--green);
}

.button:hover {
  filter: brightness(0.94);
}

.plain-link {
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

.plain-link-light {
  color: var(--white);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.fact-strip div {
  display: grid;
  min-height: 108px;
  align-content: center;
  gap: 5px;
  padding: 20px var(--pad);
  border-right: 1px solid var(--line);
}

.fact-strip div:last-child {
  border-right: 0;
}

.fact-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
}

.fact-strip span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 126px) var(--pad);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(130px, 0.24fr) minmax(0, 0.76fr);
  margin-bottom: clamp(42px, 6vw, 76px);
}

.section-heading .kicker {
  grid-row: 1 / span 2;
}

.section-heading h2,
.ip-intro h2,
.about h2,
.contact h2 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.section-heading > p:last-child {
  max-width: 700px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.section-heading-compact {
  display: block;
}

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

.service-list article {
  display: grid;
  grid-template-columns: 68px minmax(220px, 0.55fr) minmax(280px, 1fr);
  gap: 26px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.service-list article > span {
  color: var(--rust);
  font-size: 11px;
  font-weight: 700;
}

.service-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.service-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.process {
  border-top: 1px solid var(--line);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  list-style: none;
  background: var(--white);
}

.process-list li {
  min-height: 280px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li > span {
  display: block;
  margin-bottom: 76px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 700;
}

.process-list h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.process-note {
  max-width: 760px;
  margin: 26px 0 0 auto;
  padding-left: 18px;
  border-left: 3px solid var(--yellow);
  color: var(--muted);
  line-height: 1.55;
}

.terms-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  gap: clamp(52px, 8vw, 110px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 112px) var(--pad);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.terms-preview-copy h2,
.terms-section-heading h2,
.terms-cta h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.8vw, 60px);
  font-weight: 400;
  line-height: 1.04;
}

.terms-preview-copy > p:not(.kicker),
.terms-section-heading > p:last-child {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.terms-preview-copy .plain-link {
  display: inline-block;
  margin-top: 12px;
}

.terms-preview-list {
  align-self: start;
  border-top: 1px solid var(--ink);
}

.terms-preview-list > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.terms-preview-list span {
  color: var(--rust);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.terms-preview-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.terms-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.7fr);
  gap: clamp(60px, 10vw, 150px);
  min-height: 610px;
  align-items: end;
  padding: clamp(92px, 12vw, 160px) var(--pad) clamp(70px, 9vw, 110px);
  color: var(--white);
  background: var(--green);
}

.terms-hero > div {
  max-width: 760px;
  margin-left: auto;
}

.terms-hero .kicker {
  color: #f3cf7a;
}

.terms-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(58px, 7vw, 92px);
  line-height: 0.98;
}

.terms-hero > div > p:last-child {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.62;
}

.terms-index {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.terms-index a {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
}

.terms-index span {
  color: #f3cf7a;
  font-size: 10px;
  font-weight: 700;
}

.terms-section-heading {
  max-width: 820px;
  margin-bottom: clamp(40px, 6vw, 68px);
}

.terms-section-heading h2 {
  font-size: clamp(38px, 4.7vw, 58px);
}

.terms-routes .terms-section-heading {
  max-width: 900px;
}

.terms-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(70px, 9vw, 110px) var(--pad);
  color: var(--white);
  background: var(--green);
}

.terms-cta h2 {
  max-width: 760px;
  margin: 0;
}

.terms-cta .kicker {
  color: #f3cf7a;
}

.transparency {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.fee-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.fee-ledger article {
  padding: 34px clamp(24px, 3.5vw, 48px) 38px 0;
}

.fee-ledger article + article {
  padding-right: 0;
  padding-left: clamp(24px, 3.5vw, 48px);
  border-left: 1px solid var(--line);
}

.ledger-label,
.route-list > article > span {
  margin-bottom: 46px;
  color: var(--rust);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.fee-ledger h3 {
  max-width: 520px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.12;
}

.fee-ledger ul,
.route-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fee-ledger li,
.route-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.5;
}

.fee-ledger li::before,
.route-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: var(--yellow);
  content: "";
}

.ledger-note {
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--rust);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.cost-rule {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  max-width: 900px;
  margin: 36px 0 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--ink);
}

.cost-rule span {
  color: var(--rust);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.cost-rule p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.supply-paths {
  padding: clamp(76px, 9vw, 126px) var(--pad);
  border-top: 1px solid var(--line);
  background: #e8ece8;
}

.supply-paths-inner {
  max-width: calc(var(--max) - (2 * var(--pad)));
  margin: 0 auto;
}

.supply-heading {
  margin-bottom: clamp(42px, 6vw, 70px);
}

.route-list {
  border-top: 1px solid var(--ink);
}

.route-list article {
  display: grid;
  grid-template-columns: 86px minmax(250px, 0.7fr) minmax(380px, 1.3fr);
  gap: 0 clamp(24px, 4vw, 54px);
  padding: 34px 0;
  border-bottom: 1px solid #c6cdc7;
}

.route-list > article > span {
  margin: 0;
}

.route-list h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.route-list article > div p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.route-list li:first-child {
  border-top: 0;
}

.route-promise {
  max-width: 850px;
  margin: 38px 0 0 auto;
  padding: 22px 0 0 20px;
  border-top: 1px solid var(--ink);
  border-left: 3px solid var(--yellow);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.engagement {
  border-top: 1px solid var(--line);
}

.engagement-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.engagement-list article {
  min-width: 0;
  padding: 28px clamp(22px, 3vw, 38px) 34px;
  border-right: 1px solid var(--line);
}

.engagement-list article:first-child {
  padding-left: 0;
}

.engagement-list article:last-child {
  padding-right: 0;
  border-right: 0;
}

.engagement-list article > span {
  display: block;
  margin-bottom: 58px;
  color: var(--rust);
  font-size: 10px;
  font-weight: 700;
}

.engagement-list h3,
.transparency-promise h3,
.faq-list h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.engagement-list p {
  color: var(--muted);
  line-height: 1.55;
}

.engagement-list strong {
  display: block;
  margin: 26px 0 7px;
  color: var(--rust);
  font-size: 10px;
  text-transform: uppercase;
}

.engagement-list strong + p {
  margin-bottom: 0;
  font-size: 13px;
}

.transparency-promise {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(36px, 7vw, 100px);
  margin-top: 70px;
  padding: 42px;
  color: var(--white);
  background: var(--green);
}

.transparency-promise h3 {
  font-size: 34px;
}

.transparency-promise > div {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.transparency-promise p {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.transparency-promise p span {
  color: #f3cf7a;
  font-size: 10px;
  font-weight: 700;
}

.faq {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list article {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(360px, 1.25fr);
  gap: clamp(28px, 6vw, 90px);
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list h3 {
  margin: 0;
  font-size: 23px;
}

.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.confidentiality {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(52px, 8vw, 110px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 118px) var(--pad);
  border-top: 1px solid var(--line);
}

.confidentiality-heading h2 {
  max-width: 680px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 1.04;
}

.confidentiality-heading > p:last-child {
  max-width: 670px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.confidentiality-points {
  align-self: start;
  border-top: 1px solid var(--ink);
}

.confidentiality-points > div {
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.confidentiality-points span {
  color: var(--rust);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.confidentiality-points p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cases {
  max-width: none;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.cases > * {
  max-width: calc(var(--max) - (2 * var(--pad)));
  margin-right: auto;
  margin-left: auto;
}

.case-grid {
  border-top: 1px solid var(--ink);
}

.case {
  display: grid;
  grid-template-columns: 88px minmax(240px, 0.75fr) minmax(360px, 1.25fr);
  grid-template-rows: auto auto 1fr auto;
  gap: 0 clamp(24px, 4vw, 52px);
  min-width: 0;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.case-type {
  grid-column: 2;
  margin-bottom: 14px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.case h3 {
  grid-column: 2;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.case > p:not(.case-type, .case-footnote) {
  grid-column: 2;
  color: var(--muted);
  line-height: 1.65;
}

.case-number {
  grid-row: 1 / span 4;
  margin: 0;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.case dl {
  grid-column: 3;
  grid-row: 1 / span 3;
  margin: 0;
  border-top: 1px solid var(--line);
}

.case dl > div {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.case dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.case dd {
  margin: 0;
  line-height: 1.45;
}

.case-footnote {
  grid-column: 3;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.ip-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(54px, 8vw, 120px);
  padding: clamp(80px, 10vw, 140px) var(--pad);
  color: var(--white);
  background: #213f4b;
}

.ip-intro {
  max-width: 650px;
  margin-left: auto;
}

.ip-intro .kicker {
  color: #f3cf7a;
}

.ip-intro p:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.ip-checks {
  align-self: start;
  max-width: 700px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ip-checks div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ip-checks span {
  color: #f3cf7a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.ip-checks p {
  margin: 0;
  line-height: 1.5;
}

.legal-note {
  grid-column: 2;
  max-width: 700px;
  margin: -70px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: clamp(54px, 9vw, 130px);
}

.about-main > p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-aside {
  align-self: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--yellow);
  background: var(--white);
}

.about-aside h3 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.about-aside p {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.55;
}

.about-aside p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(48px, 8vw, 110px);
  padding: clamp(76px, 9vw, 126px) var(--pad);
  border-top: 1px solid var(--line);
  background: #ecefe9;
}

.contact-copy {
  max-width: 580px;
  margin-left: auto;
}

.contact-copy > p:not(.kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.direct-contact {
  margin-top: 36px;
  border-top: 1px solid var(--ink);
}

.direct-contact > * {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.direct-contact span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.direct-contact strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.direct-contact a strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-pending {
  opacity: 0.62;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(760px, 100%);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #bfc6bf;
  border-radius: 2px;
  color: var(--ink);
  background: var(--white);
}

.contact-form input {
  height: 50px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 140px;
  padding: 13px 14px;
  resize: vertical;
}

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

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1.2fr auto;
  gap: 34px;
  align-items: center;
  padding: 34px var(--pad);
  color: var(--white);
  background: var(--green);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.footer-brand .brand-mark {
  color: var(--green);
  background: var(--white);
}

@media (max-width: 1000px) {
  .site-nav {
    gap: 16px;
  }

  .terms-body .site-nav a:nth-child(2),
  .terms-body .site-nav a:nth-child(5) {
    display: none;
  }

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

  .fact-strip div:nth-child(2) {
    border-right: 0;
  }

  .fact-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .route-list article {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .route-list article > ul {
    grid-column: 2;
    margin-top: 22px;
  }

  .engagement-list {
    grid-template-columns: 1fr;
  }

  .engagement-list article,
  .engagement-list article:first-child,
  .engagement-list article:last-child {
    padding: 26px 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .engagement-list article:last-child {
    border-bottom: 0;
  }

  .engagement-list article > span {
    margin-bottom: 26px;
  }

  .confidentiality,
  .terms-preview,
  .ip-band,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .terms-hero > div {
    max-width: none;
    margin-left: 0;
  }

  .terms-index {
    max-width: 720px;
  }

  .case {
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .case-number {
    grid-column: 1;
    grid-row: 1 / span 5;
  }

  .case-type,
  .case h3,
  .case > p:not(.case-type, .case-footnote),
  .case dl,
  .case-footnote {
    grid-column: 2;
    grid-row: auto;
  }

  .case dl {
    margin-top: 22px;
  }

  .ip-intro,
  .contact-copy {
    max-width: none;
    margin-left: 0;
  }

  .legal-note {
    grid-column: 1;
    margin-top: 0;
  }

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

  .hero-board {
    width: 46%;
  }

  .hero-board > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 66px;
  }

  .site-header {
    min-height: 66px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

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

  .site-nav {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px var(--pad) 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

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

  .site-nav a,
  .site-nav a:not(.nav-action),
  .site-nav a:nth-child(2),
  .site-nav a:nth-child(5) {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav .nav-action {
    margin-top: 12px;
    padding: 14px 16px;
    text-align: center;
  }

  .hero {
    min-height: min(610px, calc(100svh - 66px));
  }

  .hero-board {
    display: none;
  }

  .hero-board > div {
    grid-template-columns: 74px 1fr;
    gap: 12px;
    padding: 14px 20px;
  }

  .hero-copy {
    width: 100%;
    padding: 74px var(--pad);
  }

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

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

  .fact-strip div,
  .fact-strip div:nth-child(2) {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .confidentiality-heading h2,
  .terms-preview-copy h2,
  .terms-section-heading h2,
  .terms-cta h2,
  .ip-intro h2,
  .about h2,
  .contact h2 {
    font-size: 38px;
  }

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

  .service-list p {
    grid-column: 2;
  }

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

  .process-list li,
  .process-list li:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list li > span {
    margin-bottom: 48px;
  }

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

  .fee-ledger article,
  .fee-ledger article + article {
    padding: 28px 0 32px;
    border-left: 0;
  }

  .fee-ledger article + article {
    border-top: 1px solid var(--line);
  }

  .ledger-label {
    margin-bottom: 28px;
  }

  .cost-rule {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .route-list article {
    display: block;
  }

  .route-list > article > span {
    display: block;
    margin-bottom: 24px;
  }

  .route-list article > ul {
    margin-top: 24px;
  }

  .transparency-promise {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
    padding: 28px 22px;
  }

  .faq-list article {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .confidentiality-points > div {
    grid-template-columns: 82px 1fr;
  }

  .terms-preview-list > div {
    grid-template-columns: 76px 1fr;
  }

  .terms-hero {
    padding-top: 92px;
  }

  .terms-hero h1 {
    font-size: 52px;
  }

  .terms-cta {
    display: block;
  }

  .terms-cta .button {
    margin-top: 30px;
  }

  .case {
    display: block;
    padding: 28px 0;
  }

  .case dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .case-number {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .ip-band {
    grid-template-columns: 1fr;
  }

  .ip-checks div {
    grid-template-columns: 72px 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .field-wide {
    grid-column: 1;
  }

  .direct-contact > * {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

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