:root {
  --ink: #050b14;
  --ink-2: #081320;
  --ink-3: #101a27;
  --blue: #2487e8;
  --blue-dark: #1263bb;
  --yellow: #ffb800;
  --yellow-dark: #d28b00;
  --white: #ffffff;
  --surface: #f4f7fb;
  --surface-strong: #ffffff;
  --muted: #617082;
  --line: rgba(5, 11, 20, 0.12);
  --line-light: rgba(255, 255, 255, 0.16);
  --danger: #801f18;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--surface);
  color: var(--ink);
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

input,
select,
textarea {
  min-width: 0;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 32px), 1320px);
  margin: 16px auto 0;
  padding: 10px 12px;
  color: var(--white);
  border: 1px solid var(--line-light);
  background: rgba(5, 11, 20, 0.78);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 11, 20, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-weight: 950;
  text-transform: uppercase;
  line-height: 1.05;
}

.brand small {
  max-width: 250px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.header-call {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
}

.call-dropdown {
  position: relative;
  justify-self: end;
}

.call-dropdown summary {
  list-style: none;
  gap: 10px;
}

.call-dropdown summary::-webkit-details-marker {
  display: none;
}

.call-dropdown summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.call-dropdown[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.call-options {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 250px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 11, 20, 0.98);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
}

.call-options a {
  display: grid;
  gap: 2px;
  padding: 12px;
  border-radius: 6px;
}

.call-options a:hover,
.call-options a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.call-options span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.call-options strong {
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 950;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  background: #02060d;
  color: var(--white);
  isolation: isolate;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #02060d url("hero.png") center / cover no-repeat;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.58) 0%, rgba(2, 6, 13, 0.34) 40%, rgba(2, 6, 13, 0.08) 72%),
    linear-gradient(180deg, rgba(2, 6, 13, 0.1) 0%, rgba(2, 6, 13, 0.2) 52%, rgba(2, 6, 13, 0.82) 100%);
}

.brand-line {
  position: absolute;
  height: 6px;
  transform: rotate(-8deg);
}

.line-yellow {
  right: -120px;
  top: 18%;
  width: 48vw;
  background: var(--yellow);
}

.line-blue {
  left: -160px;
  bottom: 16%;
  width: 54vw;
  background: var(--blue);
}

.coast-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 31%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(120deg, rgba(36, 135, 232, 0.18), rgba(255, 184, 0, 0.08));
  clip-path: polygon(0 58%, 15% 46%, 32% 62%, 48% 44%, 64% 56%, 82% 36%, 100% 52%, 100% 100%, 0 100%);
}

.hero-content,
.hero-stats {
  position: relative;
  z-index: 1;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 390px);
  gap: 56px;
  align-items: end;
  min-height: 94svh;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(300px, 34vh, 380px) 0 54px;
}

.hero-copy {
  min-width: 0;
  max-width: 760px;
}

.hero-logo {
  width: 116px;
  height: 116px;
  margin-bottom: 26px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--blue-dark);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1 {
  max-width: 740px;
  font-size: 4.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

h2 {
  font-size: 3.15rem;
  font-weight: 920;
}

h3 {
  font-size: 1.12rem;
  font-weight: 900;
}

.tagline {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 8px 12px;
  border-left: 5px solid var(--yellow);
  border-right: 5px solid var(--blue);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.22rem;
}

.hero-actions,
.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--yellow);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffd058;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.14);
}

.hero-brand-stage {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.hero-priority-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(2, 6, 13, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.hero-priority-panel p,
.hero-priority-panel span,
.hero-priority-panel dl {
  margin: 0;
}

.hero-priority-panel p {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-priority-panel strong {
  color: var(--white);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 950;
}

.hero-priority-panel span {
  color: rgba(255, 255, 255, 0.78);
}

.hero-priority-panel dl {
  display: grid;
  gap: 10px;
  padding-top: 8px;
}

.hero-priority-panel div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-priority-panel dt {
  color: var(--blue);
  font-weight: 950;
}

.hero-priority-panel dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.brand-board {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.van-card {
  position: relative;
  min-height: 238px;
  padding: 32px 26px 24px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.van-roof {
  position: absolute;
  top: 26px;
  right: 95px;
  width: 130px;
  height: 10px;
  border-top: 3px solid rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid rgba(255, 255, 255, 0.18);
}

.van-body {
  position: relative;
  min-height: 160px;
  margin-top: 24px;
  background: #04070c;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px 8px 5px 5px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

.van-body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 64%;
  background: linear-gradient(135deg, rgba(36, 135, 232, 0.34), rgba(255, 255, 255, 0.08));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 88%);
}

.van-window {
  position: absolute;
  top: 22px;
  right: 44px;
  width: 118px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(36, 135, 232, 0.2);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.van-branding {
  position: absolute;
  left: 28px;
  top: 31px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.van-branding img {
  width: 72px;
  height: 72px;
}

.van-branding strong,
.van-branding span,
.van-branding small {
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.van-branding strong {
  font-size: 1.8rem;
  font-weight: 950;
}

.van-branding span {
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 950;
}

.van-branding small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.62rem;
  font-weight: 850;
}

.van-contact {
  position: absolute;
  right: 28px;
  bottom: 49px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  font-weight: 850;
  text-align: right;
}

.van-line {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 36px;
  height: 5px;
  background: linear-gradient(90deg, var(--yellow) 0 32%, var(--blue) 32% 100%);
}

.wheel {
  position: absolute;
  bottom: -22px;
  width: 54px;
  height: 54px;
  border: 9px solid #0a1018;
  border-radius: 50%;
  background: #1a2430;
  box-shadow: inset 0 0 0 5px #05070b;
}

.wheel-left {
  left: 66px;
}

.wheel-right {
  right: 72px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 0 34px;
  background: transparent;
}

.hero-stats div {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.06);
}

.hero-stats dt {
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: 1.28rem;
  font-weight: 950;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.urgent-strip {
  background: var(--danger);
  color: var(--white);
}

.urgent-strip div {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.urgent-strip strong {
  flex: 0 0 auto;
}

.urgent-strip span {
  color: rgba(255, 255, 255, 0.82);
  text-align: right;
}

.urgent-strip a {
  color: #ffe08a;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section {
  padding: 86px 0;
}

.section-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.intro-section,
.process-section {
  background: var(--white);
}

.intro-grid,
.pricing-layout,
.coverage-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 62px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 20px;
  color: var(--ink-3);
  font-size: 1.1rem;
}

.intro-copy p,
.section-heading p,
.pricing-copy p,
.coverage-grid p,
.contact-copy p {
  margin: 0;
}

.services-section,
.coverage-section {
  background: var(--surface);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 40px;
}

.section-heading p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.07rem;
}

.section-heading.compact {
  max-width: 640px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-width: 0;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.service-number {
  display: inline-flex;
  margin-bottom: 66px;
  color: var(--blue-dark);
  font-weight: 950;
}

.service-card p {
  color: var(--ink-3);
}

.service-card ul,
.coverage-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.service-card li,
.coverage-panel li {
  position: relative;
  padding-left: 18px;
}

.service-card li::before,
.coverage-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: var(--yellow);
}

.pricing-section,
.contact-section {
  background: var(--ink);
  color: var(--white);
}

.pricing-copy {
  display: grid;
  gap: 22px;
}

.pricing-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.pricing-note {
  padding-left: 18px;
  border-left: 4px solid var(--blue);
}

.price-tool {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.price-tool-header {
  display: grid;
  gap: 8px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.price-tool-header span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}

.price-tool-header strong {
  color: var(--blue);
  font-size: 4rem;
  font-weight: 950;
  line-height: 1;
}

.price-tool-header small {
  color: var(--ink-3);
}

.toggle-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

.toggle-group legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--ink-3);
  font-weight: 900;
}

.choice {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-3);
  cursor: pointer;
  font-weight: 850;
}

.choice.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.remote-toggle,
.safety-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  color: var(--ink-3);
  font-weight: 750;
}

.remote-toggle input,
.safety-check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue);
  flex: 0 0 auto;
}

.price-breakdown {
  display: grid;
  gap: 1px;
  margin: 28px 0 0;
  padding: 0;
  background: var(--line);
}

.price-breakdown div {
  padding: 16px;
  background: var(--surface-strong);
}

.price-breakdown dt {
  margin: 0 0 4px;
  color: var(--blue-dark);
  font-weight: 950;
}

.price-breakdown dd {
  margin: 0;
  color: var(--ink-3);
}

.price-table-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  background: rgba(255, 255, 255, 0.16);
}

.price-band {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.price-band h3 {
  margin-bottom: 10px;
}

.price-band p {
  min-height: 48px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.64);
}

.price-band strong {
  color: var(--yellow);
  font-size: 2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.process-grid article {
  min-width: 0;
  padding: 30px;
  background: var(--white);
}

.process-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 34px;
  background: var(--blue);
  color: var(--white);
  font-weight: 950;
}

.process-grid p {
  color: var(--muted);
}

.coverage-grid p {
  margin-top: 20px;
  color: var(--ink-3);
  font-size: 1.08rem;
}

.coverage-panel {
  padding: 30px;
  background: var(--ink);
  color: var(--white);
}

.coverage-panel ul {
  color: rgba(255, 255, 255, 0.78);
}

.coverage-panel li::before {
  background: var(--blue);
}

.proof-section {
  padding: 0;
  background: var(--blue);
  color: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid div {
  min-width: 0;
  padding: 30px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.proof-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.8);
}

.contact-copy {
  display: grid;
  gap: 22px;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.contact-card {
  display: grid;
  gap: 5px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-card span {
  color: var(--yellow);
  font-weight: 950;
}

.contact-card a {
  font-size: 1.35rem;
  font-weight: 950;
}

.callout-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.full,
.full {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--ink-3);
  font-size: 0.92rem;
  font-weight: 850;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
}

.form-row input,
.form-row select {
  min-height: 48px;
  padding: 0 12px;
}

.form-row textarea {
  min-height: 130px;
  padding: 12px;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus,
.choice:focus-visible,
.button:focus-visible,
.header-call:focus-visible,
.nav-toggle:focus-visible,
.site-nav a:focus-visible {
  outline: 3px solid rgba(255, 184, 0, 0.48);
  outline-offset: 3px;
}

.hidden-field {
  display: none;
}

.site-footer {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 30px max(16px, calc((100vw - var(--max)) / 2));
  background: #02060b;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  text-align: right;
}

.thanks-page {
  min-height: 100vh;
  background: var(--ink);
  color: var(--white);
}

.thanks-main {
  width: min(calc(100% - 32px), 860px);
  margin: 0 auto;
  padding: 34px 0 72px;
}

.thanks-brand {
  color: var(--white);
}

.thanks-panel {
  margin-top: 88px;
  padding: 54px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.thanks-panel h1 {
  font-size: 4rem;
}

.thanks-panel p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1120px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: clamp(280px, 36vh, 360px);
  }

  .hero-brand-stage {
    max-width: 720px;
  }

  .hero-priority-panel {
    max-width: 520px;
  }

  .service-grid,
  .price-table-wrap,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .pricing-layout,
  .coverage-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    width: min(calc(100% - 20px), 1320px);
    margin-top: 10px;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    cursor: pointer;
    font-weight: 850;
  }

  .site-nav {
    position: fixed;
    top: 128px;
    left: 10px;
    right: 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: rgba(5, 11, 20, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

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

  .site-nav a {
    padding: 16px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .call-dropdown {
    grid-column: 1 / -1;
    width: 100%;
  }

  .header-call {
    width: 100%;
  }

  .call-options {
    left: 0;
    right: 0;
    min-width: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 126px;
  }

  .hero-backdrop {
    position: relative;
    z-index: 0;
    width: min(calc(100% - 20px), 760px);
    aspect-ratio: 1672 / 941;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .hero-photo {
    object-position: center;
  }

  .hero-photo-shade {
    background:
      linear-gradient(180deg, rgba(2, 6, 13, 0) 54%, rgba(2, 6, 13, 0.48) 100%);
  }

  .hero-content {
    min-height: auto;
    padding: 30px 0 34px;
  }

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .hero-stats,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .urgent-strip div {
    display: grid;
    gap: 6px;
  }

  .urgent-strip span {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.92rem;
  }

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

  .hero {
    padding-top: 118px;
  }

  .hero-content {
    padding: 26px 0 28px;
  }

  .hero-logo {
    width: 92px;
    height: 92px;
  }

  h1 {
    font-size: 2.9rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section {
    padding: 64px 0;
  }

  .hero-actions,
  .thanks-actions {
    display: grid;
  }

  .hero-priority-panel {
    padding: 22px;
  }

  .hero-priority-panel strong {
    font-size: 2.7rem;
  }

  .hero-priority-panel div {
    grid-template-columns: 72px 1fr;
  }

  .service-grid,
  .price-table-wrap,
  .proof-grid,
  .toggle-group,
  .callout-form {
    grid-template-columns: 1fr;
  }

  .service-card,
  .price-tool,
  .process-grid article,
  .coverage-panel,
  .callout-form,
  .thanks-panel {
    padding: 22px;
  }

  .service-number {
    margin-bottom: 36px;
  }

  .price-tool-header strong {
    font-size: 3rem;
  }

  .price-band p {
    min-height: 0;
  }

  .van-card {
    min-height: 214px;
    padding: 24px 18px 18px;
  }

  .van-body {
    min-height: 142px;
  }

  .van-branding {
    left: 18px;
    top: 28px;
    gap: 10px;
  }

  .van-branding img {
    width: 50px;
    height: 50px;
  }

  .van-branding strong {
    font-size: 1.16rem;
  }

  .van-branding span {
    font-size: 0.98rem;
  }

  .van-branding small,
  .van-contact {
    display: none;
  }

  .wheel {
    width: 42px;
    height: 42px;
    border-width: 7px;
  }

  .site-footer {
    display: grid;
  }

  .site-footer p {
    text-align: left;
  }

  .thanks-panel h1 {
    font-size: 2.7rem;
  }
}

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

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