:root {
  --atlantic: #0b3b49;
  --deep: #062a35;
  --ice: #eff9f8;
  --mist: #d9eeed;
  --clear: #66d0d3;
  --signal: #ffb747;
  --ink: #102f38;
  --white: #ffffff;
  --display: "Bricolage Grotesque", sans-serif;
  --body: "DM Sans", sans-serif;
  --utility: "IBM Plex Mono", monospace;
  --page: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background: var(--ice);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--page);
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: var(--white);
  transform: translateX(-50%);
  transition: padding .3s ease, color .3s ease;
}
.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 7px -16px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  content: "";
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { padding: 14px 0; }
.site-header.scrolled::before {
  border-color: rgb(255 255 255 / 18%);
  background: rgb(6 42 53 / 82%);
  backdrop-filter: blur(16px);
}

.scroll-journey {
  position: absolute;
  z-index: 14;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.scroll-journey-map { width: 100%; height: 100%; overflow: visible; }
.scroll-journey-halo,
.scroll-journey-track,
.scroll-journey-progress { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.scroll-journey-halo { stroke: rgb(102 208 211 / 9%); stroke-width: 64; }
.scroll-journey-track { stroke: rgb(42 125 136 / 42%); stroke-width: 2; }
.scroll-journey-progress { stroke: var(--clear); stroke-width: 3; }
.scroll-journey-stops circle { fill: var(--ice); stroke: #2a7d88; stroke-width: 2.5; vector-effect: non-scaling-stroke; transition: fill .18s ease, stroke .18s ease, transform .18s ease; transform: scaleY(var(--route-stop-y-scale, 1)); transform-box: fill-box; transform-origin: center; }
.scroll-journey-stops circle.reached { fill: var(--signal); stroke: var(--deep); transform: scale(1.18) scaleY(var(--route-stop-y-scale, 1)); }
.scroll-van { position: absolute; top: 0; left: 0; display: block; width: clamp(31px, 2.8vw, 38px); aspect-ratio: 76 / 44; filter: drop-shadow(0 6px 8px rgb(6 42 53 / 24%)); transform-origin: center; will-change: transform; }
.scroll-van svg { width: 100%; height: 100%; overflow: visible; }
.scroll-van-body { fill: #f7fbf8; stroke: var(--deep); stroke-linejoin: round; stroke-width: 2.4; }
.scroll-van-glass { fill: #c8e4e3; stroke: var(--deep); stroke-linejoin: round; stroke-width: 2; }
.scroll-van-door { fill: none; stroke: #648087; stroke-linecap: round; stroke-width: 1.5; }
.scroll-van-mark { fill: none; stroke: #2a7d88; stroke-linecap: round; stroke-width: 2.5; }
.scroll-van-wheel { fill: var(--deep); stroke: #f7fbf8; stroke-width: 1.5; }
.scroll-van-hub { fill: #f7fbf8; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.05;
  text-decoration: none;
}
.brand strong { color: var(--signal); font-weight: 750; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; }
.brand-mark svg { width: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.brand-mark circle { fill: var(--signal); stroke: none; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: var(--signal); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 16px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 999px; }

.hero {
  position: relative;
  display: grid;
  min-height: 780px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) 245px;
  align-items: end;
  gap: 64px;
  padding: 180px max(24px, calc((100vw - 1200px) / 2)) 110px;
  color: var(--white);
  background: var(--atlantic);
}
.hero::after { position: absolute; inset: 0; background: radial-gradient(circle at 68% 30%, rgb(102 208 211 / 11%), transparent 34%); content: ""; pointer-events: none; }
.route-field { position: absolute; z-index: 0; inset: 0; opacity: .95; pointer-events: none; }
.route-field svg { width: 100%; height: 100%; transform: translate3d(var(--route-x, 0), var(--route-y, 0), 0); transition: transform .2s ease-out; }
.route-shadow { fill: none; stroke: rgb(255 255 255 / 7%); stroke-width: 76; }
.route-line { fill: none; stroke: var(--clear); stroke-dasharray: 1; stroke-dashoffset: 1; stroke-linecap: round; stroke-width: 3; animation: draw-route 2.2s .25s cubic-bezier(.7,0,.2,1) forwards; }
.route-points circle { fill: var(--atlantic); stroke: var(--signal); stroke-width: 3; opacity: 0; animation: pop-point .45s forwards; }
.route-points circle:nth-child(1) { animation-delay: 1s; }
.route-points circle:nth-child(2) { animation-delay: 1.55s; }
.route-points circle:nth-child(3) { animation-delay: 2.05s; }
.moving-package { position: absolute; top: 37%; left: 25%; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 15px; color: var(--deep); background: var(--signal); box-shadow: 0 14px 32px rgb(0 0 0 / 24%); font: 700 11px var(--utility); transform: rotate(-8deg); animation: package-float 4s 2.2s ease-in-out infinite; }
.hero-copy, .dispatch-card, .scroll-cue { position: relative; z-index: 15; }
.hero-copy { max-width: 870px; }
.eyebrow { margin: 0 0 22px; color: var(--clear); font: 500 11px/1.3 var(--utility); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { padding-left: 8px; color: var(--signal); }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: .98; }
h1 { max-width: 900px; font-size: clamp(64px, 8.5vw, 126px); font-weight: 680; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--signal); font-style: normal; font-variation-settings: "wdth" 80; }
.hero-intro { max-width: 610px; margin: 38px 0 0; color: rgb(255 255 255 / 73%); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 28px; padding: 13px 19px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button span { font-size: 19px; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--deep); background: var(--signal); box-shadow: 0 10px 30px rgb(255 183 71 / 18%); }
.button-primary:hover { box-shadow: 0 16px 36px rgb(255 183 71 / 30%); }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.text-link { color: var(--white); font-size: 14px; font-weight: 650; text-underline-offset: 6px; }
.dispatch-card { margin-bottom: 18px; padding: 22px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 15px; background: rgb(6 42 53 / 60%); box-shadow: 0 22px 70px rgb(0 0 0 / 16%); backdrop-filter: blur(10px); }
.dispatch-card .status { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; color: rgb(255 255 255 / 70%); font: 500 10px var(--utility); text-transform: uppercase; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--clear); box-shadow: 0 0 0 5px rgb(102 208 211 / 12%); animation: pulse 2s infinite; }
.dispatch-card p { margin: 0; color: rgb(255 255 255 / 55%); font-size: 12px; }
.dispatch-card strong { display: block; margin-top: 3px; font: 650 25px var(--display); }
.dispatch-card hr { height: 1px; margin: 18px 0; border: 0; background: rgb(255 255 255 / 14%); }
.scroll-cue { position: absolute; bottom: 27px; left: max(24px, calc((100vw - 1200px) / 2)); display: flex; align-items: center; gap: 10px; color: rgb(255 255 255 / 45%); font: 500 10px var(--utility); text-transform: uppercase; }
.scroll-cue span { width: 28px; height: 1px; overflow: hidden; background: rgb(255 255 255 / 20%); }

.section-pad { width: var(--page); margin: 0 auto; padding: 120px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading .eyebrow { align-self: start; padding-top: 12px; color: #236c79; }
.section-heading h2 { max-width: 790px; font-size: clamp(45px, 6vw, 78px); letter-spacing: -.055em; }
.service-grid { display: grid; margin-top: 68px; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #b9d6d5; border-bottom: 1px solid #b9d6d5; }
.service-card { display: grid; min-height: 330px; grid-template-columns: 72px 1fr; align-content: center; padding: 46px 42px 46px 0; }
.service-card:nth-child(even) { padding-right: 0; padding-left: 42px; border-left: 1px solid #b9d6d5; }
.service-card:nth-child(n + 3) { border-top: 1px solid #b9d6d5; }
.service-card svg { width: 54px; grid-row: 1 / span 2; margin: 2px 18px 0 0; fill: none; stroke: var(--atlantic); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-card h3 { font-size: 30px; font-weight: 670; letter-spacing: -.035em; }
.service-card p { max-width: 410px; margin: 16px 0 0; color: #4e6b72; }
.service-commitment { max-width: 820px; margin: 42px 0 0 auto; color: var(--atlantic); font: 650 clamp(22px, 2.4vw, 32px)/1.35 var(--display); letter-spacing: -.025em; }

.handoff { width: 100%; padding: 0 24px 120px; }
.handoff-panel { position: relative; max-width: 1440px; min-height: 610px; margin: auto; overflow: hidden; padding: 92px max(32px, calc((100% - 1120px) / 2)); border-radius: 25px; color: var(--white); background: var(--deep); }
.handoff-panel::after { position: absolute; top: -240px; right: -180px; width: 640px; height: 640px; border: 110px solid rgb(102 208 211 / 8%); border-radius: 50%; content: ""; }
.handoff-panel h2 { position: relative; z-index: 1; max-width: 950px; font-size: clamp(48px, 6vw, 82px); letter-spacing: -.055em; }
.handoff-panel > p:not(.eyebrow) { max-width: 560px; margin: 44px 0 28px; color: rgb(255 255 255 / 68%); font-size: 18px; }
.button-light { color: var(--deep); background: var(--white); }
.handoff-route { position: absolute; right: 8%; bottom: 19%; display: flex; width: 33%; align-items: center; color: var(--clear); font: 500 10px var(--utility); text-transform: uppercase; }
.handoff-route i { height: 2px; flex: 1; margin: 0 14px; background: repeating-linear-gradient(90deg, var(--clear) 0 8px, transparent 8px 14px); }
.route-node { position: relative; padding-top: 30px; }
.route-node::before { position: absolute; top: 0; left: 50%; width: 12px; height: 12px; border: 3px solid var(--signal); border-radius: 50%; background: var(--deep); content: ""; transform: translateX(-50%); }

.about { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.about-label .eyebrow { color: #236c79; }
.monogram { display: block; margin-top: 60px; color: #bddedc; font: 750 clamp(90px, 12vw, 160px)/.7 var(--display); letter-spacing: -.1em; }
.about-copy h2 { font-size: clamp(48px, 6vw, 76px); letter-spacing: -.055em; }
.large-copy { max-width: 780px; margin: 42px 0 60px; font-size: clamp(22px, 2.5vw, 34px); line-height: 1.35; letter-spacing: -.025em; }
.owner-note { display: grid; max-width: 520px; grid-template-columns: 110px 1fr; padding-top: 22px; border-top: 1px solid #b9d6d5; }
.owner-note span { color: #648087; font: 500 10px var(--utility); text-transform: uppercase; }
.owner-note strong { font-family: var(--display); font-size: 22px; }
.owner-note p { grid-column: 2; margin: 3px 0; color: #648087; font-size: 13px; }

.faq { display: grid; grid-template-columns: minmax(250px, .72fr) 1.28fr; gap: clamp(50px, 8vw, 130px); padding-top: 30px; }
.faq-heading h2 { max-width: 520px; font-size: clamp(46px, 5.4vw, 72px); letter-spacing: -.055em; }
.faq-heading .eyebrow { color: #236c79; }
.faq-list { border-top: 1px solid #b9d6d5; }
.faq-list details { border-bottom: 1px solid #b9d6d5; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 27px 0; font: 670 clamp(20px, 2vw, 26px)/1.25 var(--display); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border: 1px solid #9fc4c4; border-radius: 50%; color: var(--atlantic); transition: transform .25s ease, background .25s ease; }
.faq-list details[open] summary span { color: var(--ice); background: var(--atlantic); transform: rotate(45deg); }
.faq-list details p { max-width: 670px; margin: -5px 64px 30px 0; color: #48676e; }
.faq-list a { font-weight: 700; text-underline-offset: 4px; }

.contact { display: grid; width: 100%; grid-template-columns: minmax(300px, .75fr) 1.25fr; gap: clamp(50px, 8vw, 130px); padding-right: max(24px, calc((100vw - 1200px) / 2)); padding-left: max(24px, calc((100vw - 1200px) / 2)); color: var(--white); background: var(--atlantic); }
.contact-intro .eyebrow { color: var(--clear); }
.contact-intro h2 { max-width: 500px; font-size: clamp(54px, 7vw, 90px); letter-spacing: -.06em; }
.contact-intro > p:not(.eyebrow) { max-width: 420px; margin: 32px 0; color: rgb(255 255 255 / 66%); }
.phone-link { display: inline-flex; align-items: center; gap: 18px; color: var(--signal); font: 670 clamp(24px, 3vw, 34px) var(--display); text-decoration: none; }
.phone-link span { font-size: 20px; }
.contact-intro address { margin-top: 50px; color: rgb(255 255 255 / 52%); font-style: normal; font-size: 14px; }
.contact-form { align-self: start; padding: clamp(30px, 5vw, 58px); border-radius: 20px; color: var(--ink); background: var(--white); box-shadow: 0 35px 90px rgb(0 0 0 / 18%); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
label { display: block; margin-bottom: 24px; font-size: 13px; font-weight: 700; }
label span { color: #799096; font-weight: 400; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid #aac7c9; border-radius: 0; outline: 0; color: var(--ink); background: transparent; }
textarea { min-height: 116px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #8ba0a4; }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--atlantic); box-shadow: 0 2px 0 var(--atlantic); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.verification { min-height: 66px; margin: 5px 0 22px; color: #687f84; font-size: 12px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-footer p { max-width: 275px; margin: 0; color: #687f84; font-size: 11px; line-height: 1.45; }
.form-status { min-height: 24px; margin: 20px 0 0; font-size: 13px; font-weight: 650; }
.form-status.success { color: #176c5a; }
.form-status.error { color: #a83f35; }

footer { display: grid; width: var(--page); grid-template-columns: 1fr auto; gap: 16px 40px; align-items: end; padding: 62px 0; }
.footer-brand { font-size: 22px; font-weight: 750; }
.footer-brand span { color: #36717b; }
footer > p { margin: 0; color: #526f76; font-size: 13px; }
footer > div { display: flex; grid-column: 2; grid-row: 1 / span 2; flex-direction: column; align-items: end; gap: 5px; color: #526f76; font-size: 12px; }
footer a:hover { color: var(--atlantic); }

.legal-page { background: linear-gradient(135deg, #eff9f8 0%, #fff 52%, #e7f5f3 100%); }
.legal-header {
  position: relative;
  left: auto;
  width: var(--page);
  margin: 0 auto;
  color: var(--ink);
  transform: none;
}
.legal-header nav { display: flex; align-items: center; gap: 22px; }
.legal-header nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-header .nav-cta { padding: 9px 15px; border: 1px solid #9bc7c8; border-radius: 999px; }
.legal-main { width: min(860px, calc(100vw - 48px)); margin: 0 auto; padding: 112px 0 50px; }
.legal-hero { padding: clamp(48px, 8vw, 88px) 0 48px; border-bottom: 1px solid #b9d8d7; }
.legal-kicker { margin: 0 0 14px; color: #36717b; font: 600 12px var(--utility); letter-spacing: .12em; text-transform: uppercase; }
.legal-hero h1 { max-width: 760px; margin: 0; font: 760 clamp(48px, 8vw, 84px)/.98 var(--display); letter-spacing: -.055em; }
.legal-summary { max-width: 680px; margin: 28px 0 0; color: #526f76; font-size: 18px; }
.legal-meta { margin: 22px 0 0; color: #607b81; font: 500 12px var(--utility); }
.legal-notice { margin: 42px 0; padding: 22px 24px; border-left: 4px solid var(--signal); background: #fff8ea; }
.legal-notice strong { display: block; margin-bottom: 4px; color: var(--deep); }
.legal-content h2 { margin: 58px 0 16px; font: 720 clamp(28px, 4vw, 38px)/1.1 var(--display); letter-spacing: -.035em; }
.legal-content h3 { margin: 30px 0 8px; font: 700 20px/1.25 var(--display); }
.legal-content p, .legal-content li { color: #3f6068; }
.legal-content ul { padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: #176c78; text-underline-offset: 3px; }
.legal-table { width: 100%; border-collapse: collapse; margin: 22px 0; }
.legal-table th, .legal-table td { padding: 14px; border-bottom: 1px solid #c4dddd; text-align: left; vertical-align: top; }
.legal-table th { color: var(--deep); font-size: 13px; }
.legal-table td { color: #3f6068; }
.legal-contact { margin-top: 56px; padding: 30px; border-radius: 16px; color: var(--white); background: var(--atlantic); }
.legal-contact h2 { margin-top: 0; }
.legal-contact p, .legal-contact a { color: rgb(255 255 255 / 78%); }
.legal-page footer { border-top: 1px solid #c4dddd; }

.section-heading,
.service-grid,
.service-commitment,
.about > *,
.faq > *,
.contact > *,
footer > * { position: relative; z-index: 15; }
.handoff-panel > h2,
.handoff-panel > p,
.handoff-panel > a,
.handoff-panel > .handoff-route { z-index: 15; }
.handoff-panel > p,
.handoff-panel > a { position: relative; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
@keyframes draw-route { to { stroke-dashoffset: 0; } }
@keyframes pop-point { from { opacity: 0; transform: scale(.2); transform-origin: center; } to { opacity: 1; transform: scale(1); } }
@keyframes package-float { 0%, 100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-10px) rotate(-4deg); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgb(102 208 211 / 5%); } }

@media (min-width: 760px) {
  .scroll-journey { display: block; }
}

@media (max-width: 900px) {
  :root { --page: min(100% - 36px, 760px); }
  .hero { min-height: 850px; grid-template-columns: 1fr; gap: 40px; padding: 170px 18px 105px; }
  .dispatch-card { display: grid; max-width: 480px; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
  .dispatch-card .status, .dispatch-card hr { display: none; }
  .moving-package { top: 41%; left: 70%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; min-height: 0; grid-template-columns: 70px 1fr; gap: 0 20px; padding: 34px 0; }
  .service-card:nth-child(even) { padding: 34px 0; border-left: 0; }
  .service-card:nth-child(n + 2) { border-top: 1px solid #b9d6d5; }
  .service-card svg { grid-row: 1 / span 2; margin: 0; }
  .service-card p { margin-top: 10px; }
  .handoff-route { position: static; width: 70%; margin-top: 48px; }
  .about { grid-template-columns: 1fr; gap: 10px; }
  .faq { grid-template-columns: 1fr; }
  .monogram { display: none; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 32px); }
  .site-header { width: calc(100% - 32px); }
  .site-header::before { inset-right: -8px; inset-left: -8px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 12px; font-size: 12px; }
  .hero { min-height: 790px; padding-right: 16px; padding-left: 16px; }
  h1 { font-size: clamp(56px, 18vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .route-shadow { stroke-width: 50; }
  .moving-package { top: 32%; }
  .section-pad { padding-top: 84px; padding-bottom: 84px; }
  .section-heading { align-items: start; flex-direction: column; gap: 0; }
  .section-heading h2 { font-size: 47px; }
  .service-grid { margin-top: 44px; }
  .service-card { grid-template-columns: 55px 1fr; }
  .service-card svg { width: 42px; }
  .service-card h3 { font-size: 26px; }
  .handoff { padding: 0 10px 84px; }
  .handoff-panel { min-height: 650px; padding: 64px 24px; border-radius: 17px; }
  .handoff-route { width: 100%; }
  .owner-note { grid-template-columns: 80px 1fr; }
  .faq { gap: 40px; }
  .contact { padding-right: 16px; padding-left: 16px; }
  .contact-form { padding: 27px 20px; border-radius: 14px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer > div { grid-column: 1; grid-row: auto; align-items: start; }
  .legal-header nav a:not(.nav-cta) { display: none; }
  .legal-main { width: min(100% - 32px, 860px); padding-top: 88px; }
  .legal-hero { padding-top: 34px; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; }
  .legal-table tr { padding: 12px 0; border-bottom: 1px solid #c4dddd; }
  .legal-table th, .legal-table td { padding: 3px 0; border: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .route-line { stroke-dashoffset: 0; }
  .reveal { opacity: 1; transform: none; }
  .scroll-journey { display: none; }
}
