/* NewLake Maitland: clear typography, warm gold and real working vehicles. */
:root {
  --black: #0c0d0e;
  --ink: #1d2021;
  --charcoal: #222527;
  --muted: #5d6264;
  --line: #dcdedc;
  --paper: #ffffff;
  --soft: #f4f5f3;
  --gold: #ecc37a;
  --gold-deep: #d9a950;
  --shell: min(1280px, calc(100% - 64px));
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 122px; overflow-x: clip; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: "Poppins", Arial, sans-serif; font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.modal-open { overflow: hidden; }
::selection { color: var(--black); background: var(--gold); }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3, figure { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.12; letter-spacing: -0.045em; text-wrap: balance; }
h1 { margin-bottom: 24px; color: var(--paper); font-size: clamp(3.2rem, 5.2vw, 5.15rem); font-weight: 700; max-width: 11ch; }
h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 3.4vw, 3.5rem); font-weight: 600; }
h3 { font-size: 1.375rem; font-weight: 600; line-height: 1.25; letter-spacing: -0.025em; }
p { text-wrap: pretty; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: var(--black); background: var(--gold); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #94631a; outline-offset: 4px; }
.section--dark :focus-visible, .hero :focus-visible, .site-header :focus-visible, .site-footer :focus-visible, .final-cta :focus-visible { outline-color: var(--gold); }
.site-header { position: sticky; z-index: 100; top: 0; color: white; background: var(--black); border-bottom: 1px solid #2b2e30; }
.header-top { background: var(--gold); color: var(--black); font-size: 0.875rem; font-weight: 500; }
.header-top__inner { display: flex; min-height: 34px; justify-content: space-between; align-items: center; gap: 24px; }
.header-top a { font-size: 0.8125rem; text-decoration: underline; text-underline-offset: 3px; }
.header-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 84px; }
.brand { display: inline-flex; width: 160px; align-items: center; }
.brand img { width: 160px; height: 72px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 44px); }
.site-nav a { color: #d9dbdb; font-size: 0.875rem; padding-block: 12px; transition: color 160ms ease; }
.site-nav a:hover { color: var(--gold); }
.header-actions { display: flex; justify-content: flex-end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 16px 22px; border: 1px solid transparent; border-radius: 4px; font-family: inherit; font-size: 0.9375rem; font-weight: 600; line-height: 1.3; cursor: pointer; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; text-align: center; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--black); background: var(--gold); }
.button--gold:hover { background: #f5d699; }
.button--gold:has(.button-kicker) { flex-direction: column; gap: 5px; }
.button-kicker { font-size: 0.8125rem; font-weight: 500; }
.button strong { font-size: 1.25rem; letter-spacing: -0.025em; line-height: 1.15; }
.button--outline { border-color: #766442; color: var(--gold); min-height: 46px; padding: 11px 18px; }
.button--outline:hover { color: var(--black); background: var(--gold); }
.button--ghost { border-color: #565656; color: #fff; background: transparent; }
.button--ghost:hover { border-color: var(--gold); color: var(--gold); background: #1b1b1b; }
.button--dark { color: white; background: var(--black); }
.button--dark:hover { background: #303334; }
.eyebrow { margin-bottom: 20px; color: #76551e; font-size: 0.8125rem; line-height: 1.5; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow--light { color: var(--gold); }
.hero { overflow: hidden; color: #d1d3d3; background: var(--black); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 72px); align-items: center; padding-block: 48px 56px; }
.hero-content { padding-block: 12px; }
.hero-intro { max-width: 460px; margin-bottom: 28px; font-size: 1.0625rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: stretch; gap: 12px; }
.hero-actions .button { padding-inline: 18px; min-height: 76px; }
.hero-note { margin: 18px 0 0; max-width: 440px; color: #afb3b3; font-size: 0.8125rem; line-height: 1.5; }
.hero-visual { min-width: 0; }
.hero-media { position: relative; overflow: hidden; width: 100%; aspect-ratio: 4 / 3; border-radius: 4px; background: #262a2b; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 67%; }
.hero-caption { display: flex; gap: 16px; justify-content: space-between; padding-top: 14px; color: #bfc1c1; font-size: 0.75rem; line-height: 1.6; }
.hero-caption span:last-child { color: var(--gold); font-size: 0.75rem; white-space: nowrap; letter-spacing: 0.04em; }
.trust-bar { background: #f5ecd9; border-bottom: 1px solid #e6dcc8; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 24px; }
.trust-item { display: grid; gap: 3px; padding-inline: 28px; border-right: 1px solid #d8cdb7; font-size: 0.875rem; line-height: 1.4; color: #625849; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; }
.trust-number { color: #25221c; font-size: 1.3rem; font-weight: 600; letter-spacing: -0.03em; }
.section { padding-block: clamp(64px, 7.2vw, 104px); }
.split-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 9vw, 130px); align-items: start; }
.split-intro h2 { max-width: 440px; margin: 0; }
.intro-copy { color: var(--muted); padding-top: 4px; }
.intro-copy p { margin-bottom: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-block: 8px; color: var(--ink); font-size: 0.9375rem; font-weight: 600; text-decoration: underline; text-decoration-color: #c29850; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.text-link:hover { text-decoration-color: currentColor; }
.section--dark { background: var(--black); color: #c4c6c5; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.5fr); gap: 70px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin: 0 0 3px; color: var(--muted); }
.section-heading--light h2 { color: white; font-size: clamp(2rem, 3vw, 3rem); }
.section-heading--light > p { color: #b3b7b7; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px 28px; border: 1px solid #363a3b; border-radius: 4px; background: #151819; transition: border-color 180ms ease, background 180ms ease; }
.service-card:hover, .service-card:focus-within { border-color: var(--gold); background: #202322; }
.service-index { display: block; color: var(--gold); font-size: 0.75rem; letter-spacing: 0.065em; font-weight: 600; margin-bottom: 24px; }
.service-card h3 { margin-bottom: 14px; color: white; }
.service-card p { margin-bottom: 22px; color: #b6bbba; font-size: 1rem; line-height: 1.6; }
.service-cta { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid #363a3b; color: var(--gold); font-size: 0.875rem; font-weight: 500; }
.service-cta > span { font-size: 1.15rem; line-height: 1; }
.service-trigger { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; border-radius: 4px; }
.services-footnote { text-align: center; color: #aeb3b2; font-size: 0.875rem; margin: 30px 0 0; }
.services-footnote a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.fleet-section { background: var(--soft); padding-bottom: 48px; }
.fleet-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: clamp(40px, 6vw, 86px); align-items: center; }
.fleet-photo { min-width: 0; margin: 0; border-radius: 4px; overflow: hidden; background: #dcdedc; }
.fleet-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.photo-label { display: block; padding: 14px 20px; background: var(--black); color: var(--gold); font-size: 0.8125rem; font-weight: 500; }
.fleet-copy p:not(.eyebrow) { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr; margin: 24px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); font-size: 0.9375rem; line-height: 1.4; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #896322; font-weight: 700; }
.image-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0 max(32px, calc((100% - 1280px) / 2)) clamp(64px, 7.2vw, 104px); background: var(--soft); }
.image-band figure { min-width: 0; overflow: hidden; margin: 0; background: white; border: 1px solid var(--line); border-radius: 4px; }
.image-band img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-band figcaption { display: grid; gap: 8px; padding: 20px; color: var(--ink); }
.gallery-index { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.075em; color: #706045; }
.image-band strong { font-size: 1rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.45; }
.section--gold { background: var(--gold); }
.section--gold .eyebrow { color: #60461b; }
.why-section .section-heading { grid-template-columns: 1fr 0.65fr; }
.why-section .section-heading > p { color: #534731; max-width: 370px; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; border-top: 1px solid #b98f48; padding-top: 30px; }
.why-grid article { min-width: 0; }
.why-grid article > span { display: block; color: #6e5020; font-size: 0.8125rem; font-weight: 500; margin-bottom: 24px; }
.why-grid h3 { margin-bottom: 12px; font-size: 1.25rem; }
.why-grid p { margin: 0; color: #534731; font-size: 1rem; line-height: 1.6; }
.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr); gap: clamp(48px, 7vw, 110px); align-items: start; }
.faq-heading { position: sticky; top: 150px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); max-width: 310px; }
.faq-list { border-top: 1px solid #cdd0cd; }
.faq-list details { border-bottom: 1px solid #cdd0cd; }
.faq-list summary { display: block; position: relative; padding: 24px 38px 24px 0; cursor: pointer; font-size: 1rem; font-weight: 600; line-height: 1.5; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.55rem; font-weight: 400; color: #8d6829; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 0 24px; padding-right: 28px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.final-cta { color: #c4c6c5; background: var(--black); border-bottom: 1px solid #323638; }
.final-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; align-items: center; padding-block: 76px; }
.final-cta h2 { color: white; margin-bottom: 20px; }
.final-cta p:last-child { margin-bottom: 0; }
.final-cta__actions { display: grid; gap: 14px; min-width: 270px; }
.site-footer { padding: 56px 0 24px; background: #151819; color: #b6bcbb; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 0.65fr; gap: 64px; padding-bottom: 46px; }
.footer-brand img { width: 170px; height: 78px; object-fit: contain; margin-bottom: 20px; }
.footer-brand p { font-size: 0.9375rem; margin: 0; }
.footer-grid h2 { margin: 10px 0 12px; color: var(--gold); font-size: 0.875rem; font-weight: 500; letter-spacing: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.footer-grid a { color: #e3e6e5; font-size: 0.875rem; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid a.footer-phone { font-size: 1.25rem; font-weight: 600; }
.footer-grid span { font-size: 0.875rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid #393e3f; font-size: 0.8125rem; }
.mobile-actions { display: none; }

.service-modal {
  width: min(1100px, calc(100vw - 48px));
  max-width: 1100px;
  max-height: min(760px, calc(100dvh - 48px));
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: var(--paper);
  background: #101010;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
}

.service-modal[open] {
  animation: modal-in 220ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.service-modal::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  animation: backdrop-in 180ms ease both;
}

.service-modal__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  max-height: inherit;
  overflow: hidden;
}

.service-modal__close,
.quote-modal__close,
.quote-result-modal__close {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.68);
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.service-modal__close span,
.quote-modal__close span,
.quote-result-modal__close span {
  margin-top: -2px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}

.service-modal__close:hover,
.quote-modal__close:hover,
.quote-result-modal__close:hover {
  color: var(--black);
  background: var(--gold);
  transform: rotate(5deg);
}

.service-modal__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  align-self: center;
  overflow: hidden;
  background: #050505;
}

.service-modal__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.service-modal__content {
  max-height: inherit;
  padding: 58px 48px 50px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.service-modal__kicker {
  margin-bottom: 17px;
  color: var(--gold);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-modal__content h2 {
  max-width: 440px;
  margin-bottom: 22px;
  padding-right: 24px;
  color: var(--paper);
  font-size: clamp(2.1rem, 3.7vw, 3.65rem);
}

.service-modal__content > p:not(.service-modal__kicker) {
  margin-bottom: 28px;
  color: #c3c3c3;
  font-size: 0.94rem;
  line-height: 1.72;
}

.service-modal__points {
  display: grid;
  gap: 0;
  margin: 0 0 34px;
  padding: 0;
  border-top: 1px solid #343434;
  list-style: none;
}

.service-modal__points li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-bottom: 1px solid #343434;
  color: #e4e4e4;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
}

.service-modal__points li::before {
  position: absolute;
  top: 19px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: var(--gold);
  content: "";
  transform: rotate(45deg);
}

.service-modal__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.button--modal-outline {
  border-color: #555555;
  color: var(--paper);
  background: transparent;
}

.button--modal-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.quote-modal {
  width: min(1140px, calc(100vw - 48px));
  max-width: 1140px;
  max-height: min(840px, calc(100dvh - 40px));
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
}

.quote-modal[open] {
  animation: modal-in 220ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.quote-modal::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  animation: backdrop-in 180ms ease both;
}

.quote-modal__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.7fr) minmax(0, 1.5fr);
  max-height: inherit;
  overflow: hidden;
}

.quote-modal__intro {
  display: flex;
  min-height: 640px;
  padding: 48px 40px 40px;
  flex-direction: column;
  color: #c8c8c8;
  background:
    linear-gradient(145deg, rgba(236, 195, 122, 0.09), transparent 44%),
    #101010;
}

.quote-modal__intro h2 {
  margin-bottom: 20px;
  color: var(--paper);
  font-size: clamp(2.1rem, 3.5vw, 3.25rem);
}

.quote-modal__intro > p:not(.eyebrow) {
  font-size: 0.93rem;
  line-height: 1.72;
}

.quote-modal__callout {
  display: grid;
  gap: 3px;
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid #333333;
}

.quote-modal__callout span {
  color: #9f9f9f;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-modal__callout a {
  color: var(--gold);
  font-size: 1.12rem;
  font-weight: 800;
}

.quote-progress {
  display: grid;
  margin: 38px 0 36px;
  padding: 0;
  list-style: none;
}

.quote-progress li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  color: #b4b4b4;
  font-size: 0.875rem;
}

.quote-progress li:not(:last-child)::after {
  position: absolute;
  top: 44px;
  bottom: -10px;
  left: 16px;
  width: 1px;
  background: #343434;
  content: "";
}

.quote-progress li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #424242;
  border-radius: 50%;
  color: #9d9d9d;
  background: #171717;
  font-weight: 800;
}

.quote-progress li > strong {
  font-weight: 600;
}

.quote-progress li[aria-current="step"] {
  color: var(--paper);
}

.quote-progress li[aria-current="step"] > span {
  border-color: var(--gold);
  color: var(--black);
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(236, 195, 122, 0.12);
}

.quote-progress li.is-complete {
  color: #c9c9c9;
}

.quote-progress li.is-complete > span {
  border-color: #98763b;
  color: var(--gold);
}

.quote-form {
  max-height: inherit;
  padding: 34px 44px 38px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--paper);
}

.quote-form__step-count {
  margin-bottom: 20px;
  color: #8d6829;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-step[hidden] {
  display: none;
}

.quote-step {
  animation: quote-step-in 180ms ease both;
}

.quote-step__kicker {
  margin-bottom: 10px;
  color: #8d6829;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-step h3 {
  max-width: 680px;
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.quote-step__intro {
  max-width: 660px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.quote-form__grid--single {
  grid-template-columns: 1fr;
}

.quote-form__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.address-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.address-combobox {
  position: relative;
}

.address-combobox input {
  padding-right: 46px;
}

.address-combobox.is-searching::after {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 15px;
  border: 2px solid rgba(10, 10, 10, 0.18);
  border-top-color: #9e711d;
  border-radius: 50%;
  content: '';
  pointer-events: none;
  animation: address-spinner 0.75s linear infinite;
}

@keyframes address-spinner {
  to {
    transform: rotate(360deg);
  }
}

.address-suggestions {
  display: grid;
  width: 100%;
  max-height: 250px;
  margin: 6px 0 0;
  padding: 6px;
  position: absolute;
  z-index: 40;
  top: 100%;
  left: 0;
  overflow-y: auto;
  border: 1px solid #b7afa1;
  border-top: 3px solid var(--gold);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  list-style: none;
}

.address-suggestions[hidden] {
  display: none;
}

.address-suggestions li {
  padding: 12px 13px;
  color: #282828;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
}

.address-suggestions li + li {
  border-top: 1px solid #eeeae2;
}

.address-suggestions li:hover,
.address-suggestions li.is-active,
.address-suggestions li[aria-selected="true"] {
  color: #15110a;
  background: rgba(236, 195, 122, 0.28);
}

.address-suggestion-status {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.quote-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #343434;
  font-size: 0.875rem;
  font-weight: 700;
}

.quote-form small {
  color: #666666;
  font-size: 0.875rem;
  font-weight: 500;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbc7be;
  border-radius: 0;
  color: var(--ink);
  background: #f8f8f7;
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
}

.quote-form input[type="radio"] {
  width: 1px;
  min-height: 1px;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.quote-form textarea {
  min-height: 96px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #9e711d;
  outline: 3px solid rgba(236, 195, 122, 0.35);
  outline-offset: 1px;
}

.quote-form__wide {
  grid-column: 1 / -1;
}

.quote-form__note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.vehicle-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.choice-card {
  position: relative;
  min-height: 108px;
  padding: 16px 12px;
  place-items: center;
  align-content: center;
  border: 1px solid #d7d2c8;
  color: #4d4d4d;
  background: #f8f8f7;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.choice-card:hover {
  border-color: #b38a42;
  transform: translateY(-2px);
}

.choice-card:has(input:checked) {
  border-color: #9b701f;
  color: var(--black);
  background: #fff4df;
  box-shadow: inset 0 0 0 1px #9b701f;
}

.choice-card > span {
  font-size: 1.65rem;
  line-height: 1;
}

.choice-card > strong {
  font-size: 0.875rem;
  line-height: 1.3;
}

.quote-fieldset {
  min-width: 0;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.quote-fieldset legend,
.quote-field-label {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  color: #343434;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
}

.segmented-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.segmented-options--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.segmented-options label {
  position: relative;
  min-height: 48px;
  place-items: center;
  border: 1px solid #cbc7be;
  color: #595959;
  background: #f8f8f7;
  text-align: center;
  cursor: pointer;
}

.segmented-options label:has(input:checked) {
  border-color: var(--black);
  color: var(--paper);
  background: var(--black);
}

.segmented-options label > span {
  padding: 8px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

.vehicle-detail-group {
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid #e0ddd6;
  background: #f8f6f1;
}

.vehicle-detail-group[hidden] {
  display: none;
}

.vehicle-detail-group .quote-fieldset:last-child,
.vehicle-detail-group > label:last-child {
  margin-bottom: 0;
}

.quote-warning {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #b32929;
  color: #781d1d;
  background: #fff0f0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

.quote-details-note {
  margin-top: 4px;
}

.time-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.time-options label {
  position: relative;
  min-height: 150px;
  padding: 22px;
  place-items: center;
  align-content: center;
  border: 1px solid #d7d2c8;
  background: #f8f8f7;
  text-align: center;
  cursor: pointer;
}

.time-options label:has(input:checked) {
  border-color: #9b701f;
  background: #fff4df;
  box-shadow: inset 0 0 0 1px #9b701f;
}

.time-options label > span {
  color: #9b701f;
  font-size: 2rem;
}

.time-options label > strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.time-options label > small {
  font-size: 0.875rem;
}

.quote-step__actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quote-step__actions--end {
  justify-content: flex-end;
}

.quote-step__actions .button {
  min-width: 150px;
}

.button--step-back {
  border-color: #cfcac0;
  color: #4c4c4c;
  background: #f7f5f0;
}

.button--step-back:hover {
  border-color: var(--black);
  background: var(--paper);
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.quote-form__status {
  min-height: 1.45em;
  margin: 18px 0 0;
  color: #8b241f;
  font-size: 0.875rem;
  font-weight: 700;
}

.quote-form__submit {
  min-width: 210px;
}

.quote-result-modal {
  width: min(690px, calc(100vw - 48px));
  max-width: 690px;
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
}

.quote-result-modal[open] {
  animation: modal-in 220ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.quote-result-modal::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  animation: backdrop-in 180ms ease both;
}

.quote-result-modal__panel {
  position: relative;
  max-height: inherit;
  padding: 46px;
  overflow-y: auto;
  text-align: center;
}

.quote-result-modal__badge {
  display: inline-flex;
  margin: 0 auto 16px;
  padding: 6px 10px;
  border: 1px solid #d4aa62;
  color: #694a17;
  background: #fff5e4;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-result-modal__check {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
  font-size: 1.6rem;
  font-weight: 800;
}

.quote-result-modal h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.quote-result-modal__panel > p:not(.quote-result-modal__badge, .quote-result-modal__price, .quote-result-modal__formula, .quote-result-modal__note) {
  color: var(--muted);
}

.quote-result-modal__price {
  margin: 22px 0 2px;
  color: var(--black);
  font-size: clamp(3.25rem, 9vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1;
}

.quote-result-modal__formula {
  margin: 10px auto 24px;
  color: #76551d;
  font-size: 0.875rem;
  font-weight: 700;
}

.quote-result-breakdown {
  display: grid;
  gap: 1px;
  margin: 0 0 18px;
  padding: 1px;
  border: 1px solid #dedbd4;
  background: #dedbd4;
  list-style: none;
  text-align: left;
}

.quote-result-breakdown li {
  display: flex;
  min-height: 46px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #5e5e5e;
  background: #fff;
  font-size: 0.875rem;
}

.quote-result-breakdown li strong {
  color: var(--black);
  white-space: nowrap;
}

.quote-result-breakdown li.is-emphasis {
  color: var(--black);
  background: #fff2db;
  box-shadow: inset 4px 0 0 var(--gold-deep);
}

.quote-result-legs {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.quote-result-legs li {
  display: flex;
  min-height: 54px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #dedbd4;
  color: #5e5e5e;
  background: #faf9f6;
  font-size: 0.875rem;
}

.quote-result-legs li strong {
  color: var(--black);
  white-space: nowrap;
}

.quote-result-legs li.is-longest {
  border-color: #b88632;
  color: var(--black);
  background: #fff2db;
  box-shadow: inset 4px 0 0 var(--gold-deep);
}

.quote-result-modal__note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.quote-result-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

@keyframes quote-step-in {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* Form refinements use the same spacing and type scale as the page. */
.quote-modal, .quote-result-modal, .service-modal { border-radius: 8px; }
.quote-progress li { color: #acb0b0; }
.quote-form label { font-size: 0.875rem; }
.quote-form input, .quote-form select, .quote-form textarea { font-size: 1rem; border-radius: 4px; }
.quote-step__intro, .service-modal__content > p:not(.service-modal__kicker) { font-size: 1rem; }
.quote-step h3 { font-size: clamp(1.75rem, 2.5vw, 2.25rem); }
.quote-form__step-count { padding-right: 44px; }
.quote-step__kicker { display: none; }
.quote-progress li > strong { font-weight: 500; }
.choice-card { border-radius: 4px; }
.choice-card small { font-size: 0.8125rem; color: #675a43; }
.quote-result-modal__note { font-size: 0.875rem; }
.quote-result-modal__price { font-size: clamp(3rem, 8vw, 4.75rem); }
.quote-result-breakdown li, .quote-result-legs li { font-size: 0.875rem; }
.quote-result-modal__badge { letter-spacing: 0.06em; font-size: 0.75rem; }
.quote-step__actions .button--step-back { border-color: #c9cdca; color: var(--ink); }
.address-suggestion-status { position: static; display: block; width: auto; height: auto; min-height: 0; clip: auto; white-space: normal; font-size: 0.8125rem; line-height: 1.45; font-weight: 400; color: var(--muted); }
.address-suggestion-status:empty { display: none; }
.address-suggestions li { font-size: 0.9375rem; overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .header-main { gap: 20px; }
  .hero-layout { gap: 32px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { min-height: 56px; }
  .hero-actions .button--gold { flex-direction: row; gap: 10px; }
  .hero-actions .button-kicker { font-size: 0.75rem; }
  .hero-actions .button strong { font-size: 1.05rem; }
  .hero-caption span:last-child { display: none; }
  .service-card { padding: 26px 22px; }
  .service-card h3 { font-size: 1.25rem; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 32px; }
  .footer-grid { gap: 32px; }
  .service-modal__panel { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .service-modal__content { padding: 56px 28px 32px; }
  .quote-modal__intro { padding: 36px 28px; }
  .quote-form { padding: 34px 30px; }
}
@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 760px); }
  .header-top a { display: none; }
  .header-top__inner { justify-content: center; }
  .header-top { font-size: 0.75rem; }
  .header-main { grid-template-columns: 1fr auto; gap: 0 16px; }
  .brand, .brand img { width: 144px; }
  .brand img { height: 64px; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; border-top: 1px solid #292c2e; justify-content: space-between; gap: 16px; }
  .site-nav a { font-size: 0.8125rem; padding-block: 9px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 36px; padding-bottom: 36px; gap: 32px; }
  .hero-content { max-width: 600px; }
  h1 { font-size: clamp(3rem, 7vw, 4.5rem); max-width: 14ch; }
  .hero-intro { max-width: 550px; }
  .hero-actions { flex-direction: row; }
  .hero-actions .button { flex: 1; min-height: 64px; }
  .hero-actions .button--gold { flex-direction: column; }
  .hero-media { aspect-ratio: 4 / 3; }
  .hero-caption span:last-child { display: inline; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 0; }
  .trust-item { padding: 20px; border: 0; }
  .trust-item:first-child { padding-left: 20px; }
  .trust-item:nth-child(odd) { border-right: 1px solid #d8cdb7; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid #d8cdb7; }
  .split-intro { gap: 40px; }
  .section-heading, .why-section .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 520px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fleet-layout { grid-template-columns: 1fr; gap: 36px; }
  .fleet-copy { max-width: 600px; }
  .check-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; }
  .image-band { padding-inline: max(20px, calc((100% - 760px) / 2)); gap: 12px; }
  .image-band figcaption { padding: 16px; }
  .image-band strong { font-size: 0.875rem; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-heading { position: static; }
  .faq-heading h2 br { display: none; }
  .faq-heading p { max-width: 520px !important; }
  .final-cta__inner { grid-template-columns: 1fr; gap: 28px; }
  .final-cta__actions { display: flex; flex-wrap: wrap; }
  .final-cta__actions .button { min-width: 220px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  :root { --shell: min(100% - 40px, 620px); }
  html { scroll-padding-top: 112px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .header-top { display: none; }
  .header-main { min-height: 68px; }
  .brand, .brand img { width: 124px; }
  .brand img { height: 62px; }
  .header-call { font-size: 0.875rem; padding: 10px 12px; min-height: 42px; }
  h1 { font-size: clamp(2.8rem, 10.3vw, 4rem); max-width: 13ch; margin-bottom: 20px; }
  h2 { font-size: clamp(2rem, 7.8vw, 3rem); }
  .eyebrow { font-size: 0.75rem; margin-bottom: 16px; letter-spacing: 0.095em; }
  .hero-layout { padding-block: 26px 30px; gap: 26px; }
  .hero-content { padding: 0; }
  .hero-intro { font-size: 1rem; margin-bottom: 24px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding-inline: 12px; min-width: 0; font-size: 0.875rem; }
  .hero-actions .button strong { font-size: 1rem; }
  .hero-note { font-size: 0.8125rem; }
  .hero-caption { font-size: 0.75rem; }
  .hero-caption span:last-child { display: none; }
  .trust-item, .trust-item:first-child { padding: 18px 14px; font-size: 0.8125rem; }
  .trust-number { font-size: 1.125rem; }
  .section { padding-block: 60px; }
  .split-intro { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading--light h2 { font-size: clamp(1.9rem, 7vw, 2.8rem); }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { padding: 24px; }
  .service-index { margin-bottom: 18px; }
  .service-card h3 { font-size: 1.375rem; margin-bottom: 10px; }
  .service-card p { margin-bottom: 18px; }
  .service-cta { padding-top: 14px; }
  .services-footnote { text-align: left; }
  .fleet-section { padding-bottom: 30px; }
  .fleet-layout { gap: 28px; }
  .check-list { grid-template-columns: 1fr; }
  .fleet-copy .button { width: 100%; }
  .image-band { grid-template-columns: 1fr; gap: 20px; padding-inline: max(20px, calc((100% - 620px) / 2)); padding-bottom: 60px; }
  .image-band img { aspect-ratio: 4 / 3; }
  .image-band figcaption { padding: 18px 20px; }
  .image-band strong { font-size: 1rem; }
  .why-grid { gap: 28px 20px; padding-top: 26px; }
  .why-grid h3 { font-size: 1.125rem; }
  .why-grid article > span { margin-bottom: 14px; }
  .why-grid p { font-size: 0.9375rem; }
  .faq-list summary { padding-block: 22px; font-size: 1rem; }
  .faq-list details p { padding-right: 0; }
  .final-cta__inner { padding-block: 60px; }
  .final-cta__actions { display: grid; grid-template-columns: 1fr; min-width: 0; }
  .final-cta__actions .button { width: 100%; }
  .site-footer { padding-top: 38px; }
  .footer-grid { gap: 28px; padding-bottom: 34px; }
  .footer-grid > div { min-width: 0; }
  .footer-grid > div:nth-child(2) { grid-column: 1 / -1; }
  .footer-brand img { width: 154px; height: 70px; }
  .footer-bottom { font-size: 0.75rem; }
  .mobile-actions { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: var(--black); border-top: 1px solid #3a3b37; box-shadow: 0 -4px 16px #0002; }
  .mobile-call { display: flex; flex-direction: column; gap: 3px; align-items: center; justify-content: center; min-height: 52px; padding: 8px; border-radius: 4px; color: var(--black); background: var(--gold); line-height: 1.3; }
  .mobile-call span { font-size: 0.75rem; }
  .mobile-call strong { font-size: 0.9375rem; font-weight: 600; }
  .mobile-estimate { min-width: 0; border: 1px solid #71603f; background: transparent; color: var(--gold); border-radius: 4px; font: inherit; font-size: 0.875rem; font-weight: 500; cursor: pointer; }
  body.modal-open .mobile-actions { visibility: hidden; }
  .service-modal, .quote-modal, .quote-result-modal { width: calc(100% - 16px); max-width: none; max-height: calc(100dvh - 16px); margin: auto; border-radius: 8px; }
  .service-modal__panel, .quote-modal__panel { display: block; max-height: calc(100dvh - 16px); overflow-y: auto; overscroll-behavior: contain; }
  .service-modal__media { width: 100%; aspect-ratio: 4 / 3; }
  .service-modal__panel { display: grid; grid-template-columns: 1fr; }
  .service-modal__content { padding: 28px 22px; max-height: none; overflow: visible; }
  .service-modal__content h2 { padding-right: 0; font-size: clamp(1.9rem, 8vw, 2.75rem); }
  .service-modal__actions { grid-template-columns: 1fr; }
  .quote-modal__intro { min-height: 0; padding: 26px 22px 18px; }
  .quote-modal__intro h2 { max-width: 14ch; font-size: clamp(1.65rem, 7vw, 2.25rem); padding-right: 20px; margin-bottom: 10px; }
  .quote-modal__intro > div:first-child { padding-right: 32px; }
  .quote-modal__intro .eyebrow { display: none; }
  .quote-modal__intro p { font-size: 0.875rem; line-height: 1.55; margin-bottom: 0; }
  .quote-progress { grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 20px 0 0; }
  .quote-progress li { grid-template-columns: 1fr; gap: 7px; min-height: 0; justify-items: center; font-size: 0.75rem; line-height: 1.3; text-align: center; }
  .quote-progress li:not(:last-child)::after { top: 15px; left: 50%; right: -50%; bottom: auto; width: 100%; height: 1px; }
  .quote-progress li > span { width: 30px; height: 30px; }
  .quote-progress li > strong { white-space: normal; font-size: 0.75rem; }
  .quote-modal__callout { display: none; }
  .quote-form { max-height: none; padding: 24px 22px 30px; overflow: visible; }
  .quote-form__grid { grid-template-columns: 1fr; }
  .quote-form__grid--three { grid-template-columns: 1fr; }
  .vehicle-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-card { min-height: 110px; }
  .segmented-options--three { grid-template-columns: 1fr; }
  .vehicle-detail-group { padding: 18px 14px; }
  .quote-step__actions { align-items: stretch; }
  .quote-step__actions .button { flex: 1; min-width: 0; padding-inline: 12px; font-size: 0.875rem; }
  .quote-form__wide { grid-column: auto; }
  .quote-form__step-count { font-size: 0.75rem; margin-bottom: 14px; }
  .quote-result-modal__panel { padding: 44px 22px 30px; max-height: calc(100dvh - 16px); }
  .quote-result-modal__price { font-size: clamp(3rem, 16vw, 4.5rem); }
  .quote-result-modal__actions { grid-template-columns: 1fr; }
  .quote-result-breakdown li, .quote-result-legs li { padding: 12px; gap: 12px; }
}
@media (max-width: 390px) {
  :root { --shell: calc(100% - 32px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { min-height: 54px; }
  .hero-actions .button--gold { flex-direction: row; }
  .hero-actions .button strong { font-size: 1.0625rem; }
  .image-band { padding-inline: 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .quote-form { padding-inline: 16px; }
  .quote-progress li > strong { font-size: 0.75rem; }
  .time-options { gap: 8px; }
  .time-options label { padding-inline: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

.quote-form__status[data-state="loading"] { color: var(--muted); }

.address-suggestions li > strong { display: block; font-size: 0.9375rem; font-weight: 600; line-height: 1.4; }
.address-suggestions li > span { display: block; margin-top: 3px; font-size: 0.8125rem; line-height: 1.4; color: var(--muted); }
.address-manual { justify-self: start; padding: 6px 0; border: 0; background: transparent; color: #76551e; text-align: left; font: inherit; font-size: 0.8125rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* Section motion adapted to document scrolling. */
html.section-motion-ready { scroll-padding-top: var(--sticky-header-height, 122px); scroll-snap-type: y proximity; }
.snap-panel { --panel-shift: 0px; --media-shift: 0px; --panel-scale: 1; --panel-opacity: 1; scroll-snap-align: start; scroll-snap-stop: normal; }
.section-motion-ready .snap-panel > .shell,
.section-motion-ready .hero-stage .hero-layout,
.section-motion-ready .fleet-stage .fleet-section > .shell { transform: translate3d(0, var(--panel-shift), 0) scale(var(--panel-scale)); opacity: var(--panel-opacity); transform-origin: center; }
.section-motion-ready .hero-media img { transform: translate3d(0, var(--media-shift), 0) scale(1.12); }
.section-motion-ready [data-reveal] { opacity: 0; translate: 0 22px; transition: opacity .72s cubic-bezier(.22,1,.36,1), translate .72s cubic-bezier(.22,1,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.section-motion-ready [data-reveal].is-visible { opacity: 1; translate: none; }
html.is-controlled-scroll, html.is-snap-animating { scroll-behavior: auto; scroll-snap-type: none; }
@media (min-width: 1061px) and (min-height: 821px) and (pointer: fine) {
  .section-motion-ready main > .section.snap-panel { min-height: calc(100svh - var(--sticky-header-height, 122px)); display: grid; align-content: center; }
}
@media (max-width: 760px) {
  .section-motion-ready .snap-panel > .shell,
  .section-motion-ready .hero-stage .hero-layout,
  .section-motion-ready .fleet-stage .fleet-section > .shell { transform: none; opacity: 1; }
  .section-motion-ready .hero-media img { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html.section-motion-ready { scroll-snap-type: none; scroll-behavior: auto; }
  .section-motion-ready [data-reveal] { opacity: 1; translate: none; transition: none; }
  .section-motion-ready .snap-panel > .shell,
  .section-motion-ready .hero-stage .hero-layout,
  .section-motion-ready .fleet-stage .fleet-section > .shell,
  .section-motion-ready .hero-media img { transform: none; opacity: 1; }
}

/* Each desktop snap is a complete composition beneath the sticky header. */
.section-motion-ready .panel-overflow { scroll-snap-align: none; scroll-snap-stop: normal; }
@media (min-width: 1061px) and (min-height: 821px) and (pointer: fine) {
  .section-motion-ready { --panel-height: calc(100svh - var(--sticky-header-height, 122px)); }
  .section-motion-ready main > .section.snap-panel { padding-block: clamp(24px, 3svh, 40px); }
  .section-motion-ready .hero-stage { min-height: var(--panel-height); display: grid; grid-template-rows: 1fr auto; background: var(--black); }
  .section-motion-ready .hero { display: grid; align-content: center; }
  .section-motion-ready .hero-layout { padding-block: 24px; gap: 40px; }
  .section-motion-ready .hero-content { padding-block: 0; }
  .section-motion-ready h1 { max-width: 15ch; font-size: clamp(2.75rem, 4.1vw, 3.8rem); line-height: 1.08; margin-bottom: 20px; }
  .section-motion-ready .hero .eyebrow { margin-bottom: 16px; }
  .section-motion-ready .hero-intro { margin-bottom: 22px; }
  .section-motion-ready .hero-actions .button { min-height: 64px; }
  .section-motion-ready .hero-media { max-height: min(49svh, 470px); }
  .section-motion-ready .hero-note { margin-top: 14px; }
  .section-motion-ready .trust-grid { padding-block: 16px; }
  .section-motion-ready .section-heading { gap: 32px; margin-bottom: 24px; }
  .section-motion-ready .section-heading h2 { font-size: clamp(2rem, 2.6vw, 2.6rem); }
  .section-motion-ready .section-heading .eyebrow { margin-bottom: 12px; }
  .section-motion-ready .service-grid { gap: 12px; }
  .section-motion-ready .service-card { padding: 18px 20px; }
  .section-motion-ready .service-index { margin-bottom: 8px; }
  .section-motion-ready .service-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
  .section-motion-ready .service-card p { line-height: 1.45; margin-bottom: 14px; }
  .section-motion-ready .service-cta { padding-top: 12px; }
  .section-motion-ready .services-footnote { margin-top: 16px; }
  .section-motion-ready .fleet-layout { gap: 44px; }
  .section-motion-ready .fleet-photo img { max-height: calc(var(--panel-height) - 150px); object-fit: contain; background: var(--black); }
  .section-motion-ready .fleet-copy h2 { font-size: clamp(2rem, 2.8vw, 2.7rem); margin-bottom: 18px; }
  .section-motion-ready .fleet-copy .eyebrow { margin-bottom: 12px; }
  .section-motion-ready .check-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; margin: 18px 0 22px; }
  .section-motion-ready .check-list li { padding-block: 10px; }
  .section-motion-ready .image-band { min-height: var(--panel-height); align-content: center; padding-block: 32px; }
  .section-motion-ready .image-band img { max-height: calc(var(--panel-height) - 180px); object-fit: contain; background: var(--black); }
  .section-motion-ready .faq-list summary { padding-block: 16px; }
  .section-motion-ready .faq-heading { position: static; }
}

/* Mobile: fast contact, readable content and forms that fit the keyboard. */
@media (max-width: 760px) {
  :root { --shell: min(calc(100% - 2 * max(16px, env(safe-area-inset-left), env(safe-area-inset-right))), 620px); }
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  .header-main { column-gap: 12px; }
  .brand, .brand img { width: 116px; }
  .brand img { height: 56px; }
  .header-call { min-height: 48px; padding-inline: 10px; }
  .site-nav { gap: 6px; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; font-size: .875rem; padding-block: 8px; }
  h1 { font-size: clamp(2.25rem, 9vw, 3.1rem); max-width: 17ch; line-height: 1.1; margin-bottom: 16px; }
  h2 { font-size: clamp(1.85rem, 7vw, 2.5rem); }
  .eyebrow { font-size: .875rem; letter-spacing: .045em; margin-bottom: 12px; }
  .hero-layout { padding-block: 24px 24px; gap: 20px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .065em; margin-bottom: 14px; }
  .hero h1 { max-width: 14ch; font-size: clamp(2.25rem, 9.5vw, 3.1rem); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 16px; }
  .hero-intro { max-width: 36ch; line-height: 1.5; margin-bottom: 0; }
  .hero-actions, .hero-note { display: none; }
  .hero-media { aspect-ratio: 4 / 3; border-radius: 8px; }
  .hero-media img { height: 100%; object-position: 52% 67%; }
  .hero-caption { padding-top: 10px; }
  .hero-actions .button { min-height: 54px; flex: none; font-size: 1rem; padding: 12px; }
  .hero-actions .button--gold { flex-direction: row; flex-wrap: wrap; gap: 6px 10px; }
  .hero-actions .button strong { font-size: 1.125rem; }
  .button-kicker { font-size: .875rem; }
  .hero-note { margin-top: 12px; font-size: .875rem; }
  .hero-caption { font-size: .875rem; line-height: 1.45; }
  .trust-item, .trust-item:first-child { padding: 16px 10px; font-size: .875rem; }
  .section { padding-block: 42px; }
  .section-heading { margin-bottom: 22px; }
  .service-card { padding: 20px; }
  .service-index { display: none; }
  .service-card p { line-height: 1.5; margin-bottom: 14px; }
  .service-cta { min-height: 44px; align-items: center; padding-top: 10px; font-size: .9375rem; }
  .services-footnote a, .text-link { min-height: 44px; }
  .fleet-layout { gap: 24px; }
  .fleet-photo img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .fleet-copy { order: -1; }
  .check-list { margin-block: 18px 22px; }
  .check-list li { padding-block: 12px; font-size: 1rem; }
  .photo-label { font-size: .875rem; padding: 12px 16px; }
  .image-band { gap: 12px; padding: 0 max(16px, env(safe-area-inset-right)) 42px max(16px, env(safe-area-inset-left)); }
  .image-band figure { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; }
  .image-band img { height: auto; aspect-ratio: 4 / 3; }
  .image-band figcaption { min-width: 0; padding: 12px; gap: 6px; }
  .gallery-index { font-size: .875rem; letter-spacing: .025em; overflow-wrap: anywhere; }
  .image-band strong { font-size: 1rem; line-height: 1.4; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
  .why-grid p { font-size: 1rem; }
  .why-grid article > span { font-size: .875rem; margin-bottom: 10px; }
  .faq-list summary { min-height: 56px; padding-block: 18px; }
  .final-cta__inner { padding-block: 42px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid a { min-height: 44px; display: flex; align-items: center; overflow-wrap: anywhere; }
  .footer-bottom { font-size: .875rem; gap: 16px; flex-wrap: wrap; }
  .footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
  .mobile-actions { grid-template-columns: 1.1fr 1fr; padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); }
  .mobile-call { min-height: 56px; }
  .mobile-call span { font-size: .875rem; }
  .mobile-call strong { font-size: 1rem; }
  .mobile-estimate { min-height: 56px; font-size: 1rem; padding: 8px; }
}
@media (max-width: 380px) {
  .why-grid { grid-template-columns: 1fr; }
  .site-nav a { font-size: .875rem; }
  .image-band figure { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); }
}
@media (max-width: 760px), (pointer: coarse) {
  html.section-motion-ready { scroll-snap-type: none; }
  .section-motion-ready .snap-panel { scroll-snap-align: none; }
  .section-motion-ready .snap-panel > .shell,
  .section-motion-ready .hero-stage .hero-layout,
  .section-motion-ready .hero-media img { transform: none; opacity: 1; }
  .section-motion-ready [data-reveal] { opacity: 1; translate: none; transition: none; }
  .button:hover { transform: none; }
}
@media (max-width: 760px), (max-width: 1060px) and (pointer: coarse) {
  .service-modal, .quote-modal, .quote-result-modal {
    position: fixed; inset: var(--mobile-dialog-top, 0px) 0 auto;
    width: 100%; max-width: 100%; height: var(--mobile-dialog-height, 100dvh); max-height: var(--mobile-dialog-height, 100dvh);
    margin: 0; border-radius: 0; overflow: hidden;
  }
  .service-modal[open], .quote-modal[open], .quote-result-modal[open] { animation: none; }
  .service-modal::backdrop, .quote-modal::backdrop, .quote-result-modal::backdrop { backdrop-filter: none; }
  .quote-modal__panel { height: 100%; max-height: none; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr); overflow: hidden; }
  .quote-modal__intro { min-height: 0; display: block; padding: max(12px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 8px max(16px, env(safe-area-inset-left)); }
  .quote-modal__intro > div:first-child { padding-right: 44px; }
  .quote-modal__intro h2 { max-width: none; margin: 0; padding: 0; font-size: 1.125rem; line-height: 1.4; letter-spacing: -.025em; }
  .quote-modal__intro .eyebrow, #quote-modal-description { display: none; }
  .quote-progress { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 12px 0 0; }
  .quote-progress li { grid-template-columns: 1fr; min-height: 28px; gap: 0; justify-items: center; }
  .quote-progress li > span { width: 28px; height: 28px; font-size: .875rem; }
  .quote-progress li > strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .quote-progress li:not(:last-child)::after { top: 14px; left: 50%; right: -50%; bottom: auto; width: 100%; height: 1px; }
  .quote-modal__callout { display: block; border: 0; padding: 0; margin: 6px 0 0; }
  .quote-modal__callout > span { display: none; }
  .quote-modal__callout a { display: inline-flex; align-items: center; min-height: 44px; margin: 0; font-size: .9375rem; line-height: 1.3; }
  .mobile-keyboard-open .quote-progress { display: none; }
  .quote-form { min-height: 0; max-height: none; overflow-y: auto; overscroll-behavior: contain; padding: 18px max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left)); scroll-padding-block: 16px 110px; }
  .quote-form__step-count { font-size: .875rem; margin-bottom: 12px; }
  .quote-step__kicker { display: none; }
  .quote-step h3 { font-size: clamp(1.4rem, 5.8vw, 1.8rem); line-height: 1.2; margin-bottom: 12px; }
  .quote-step__intro { font-size: 1rem; line-height: 1.5; margin-bottom: 20px; }
  .quote-form__grid, .quote-form__grid--three { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .quote-form__wide { grid-column: auto; }
  .quote-form label { font-size: 1rem; }
  .quote-form input:not([type="radio"]):not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 52px; font-size: 1rem; line-height: 1.4; padding: 14px 12px; }
  .quote-form input[type="date"] { min-width: 0; appearance: none; }
  .address-combobox input { padding-right: 40px !important; }
  .address-suggestions { position: static; max-height: min(250px, max(112px, calc(var(--mobile-dialog-height, 100dvh) - 250px))); margin-top: 8px; box-shadow: none; overscroll-behavior-y: contain; touch-action: pan-y; }
  .address-suggestions li { min-height: 56px; padding: 12px; }
  .address-suggestions li > strong { font-size: 1rem; }
  .address-suggestions li > span { font-size: .875rem; }
  .address-suggestion-status { position: static; width: auto; height: auto; clip: auto; white-space: normal; font-size: .875rem; line-height: 1.4; color: var(--muted); }
  .address-manual { min-height: 44px; font-size: .875rem; padding-block: 8px; }
  .vehicle-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .choice-card { min-height: 88px; padding: 12px 8px; }
  .choice-card strong { font-size: .9375rem; line-height: 1.3; overflow-wrap: anywhere; }
  .segmented-options--three { grid-template-columns: minmax(0, 1fr); }
  .segmented-options label { min-height: 52px; }
  .vehicle-detail-group { padding: 18px 12px; }
  .time-options { gap: 10px; }
  .time-options label { padding: 12px 8px; }
  .quote-step__actions { position: sticky; z-index: 45; bottom: 0; gap: 10px; align-items: stretch; margin: 22px -2px 0; padding: 12px 2px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--paper); }
  .quote-step__actions .button { flex: 1; min-width: 0; min-height: 52px; font-size: 1rem; padding: 12px; }
  .quote-step__actions .button--step-back { flex: 0 1 30%; }
  .quote-form__status { font-size: 1rem; line-height: 1.45; scroll-margin-block: 16px 110px; }
  .service-modal__close, .quote-modal__close, .quote-result-modal__close { position: absolute; z-index: 60; top: max(8px, env(safe-area-inset-top)); right: max(8px, env(safe-area-inset-right)); width: 44px; height: 44px; min-height: 44px; }
  .service-modal__panel { height: 100%; max-height: none; overflow-y: auto; display: flex; flex-direction: column; overscroll-behavior: contain; }
  .service-modal__content { order: -1; padding: 60px 20px 24px; overflow: visible; max-height: none; }
  .service-modal__content h2 { padding-right: 0; font-size: 1.85rem; }
  .service-modal__actions { grid-template-columns: minmax(0, 1fr); }
  .service-modal__media { flex: none; aspect-ratio: 4 / 3; }
  .quote-result-modal__panel { height: 100%; max-height: none; padding: max(60px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom)); }
  .quote-result-modal__price { font-size: clamp(2.5rem, 13vw, 4rem); overflow-wrap: anywhere; }
  .quote-result-modal__actions { display: flex; flex-direction: column-reverse; gap: 12px; }
  .quote-result-modal__actions .button { width: 100%; min-height: 54px; }
  .quote-result-breakdown li, .quote-result-legs li { gap: 12px; padding: 12px; }
  .quote-result-breakdown li > span, .quote-result-legs li > span { min-width: 0; overflow-wrap: anywhere; }
  .quote-result-breakdown li > strong, .quote-result-legs li > strong { flex: none; white-space: nowrap; }
  body.modal-open .mobile-actions { visibility: hidden; }
}
@media (max-width: 760px) and (max-height: 500px) and (orientation: landscape) {
  .site-header { position: relative; }
  html.section-motion-ready { scroll-padding-top: 16px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); }
}
