:root {
  color-scheme: light;
  --black: #050504;
  --ink: #11110f;
  --muted: #61615a;
  --soft: #8a877c;
  --line: #deded8;
  --line-strong: #c7c7bf;
  --surface: #ffffff;
  --surface-soft: #f7f7f2;
  --cool: #eef1ed;
  --cool-2: #e5e9e5;
  --yellow: #f2c324;
  --yellow-2: #d9a600;
  --yellow-soft: #fff5bf;
  --green: #2f7d39;
  --shadow: 0 22px 70px rgba(5, 5, 4, 0.12);
  --shadow-soft: 0 12px 34px rgba(5, 5, 4, 0.08);
  --radius: 8px;
  --max: 1320px;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

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

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  letter-spacing: 0;
}

a { color: inherit; }

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--black);
  color: #fff;
  padding: 10px 12px;
  border-radius: var(--radius);
}

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

.site-top {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 12px clamp(18px, 3vw, 34px);
  background: rgba(5, 5, 4, 0.92);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--yellow), #ffe46a);
  color: var(--black);
  font-weight: 900;
  box-shadow: inset 0 -1px 0 rgba(5, 5, 4, 0.16);
}

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

.brand strong {
  color: var(--yellow);
  line-height: 1.15;
  font-weight: 660;
}

.brand small,
.site-top nav a {
  color: rgba(255, 255, 255, 0.7);
}

.site-top nav {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-top nav::-webkit-scrollbar {
  display: none;
}

.site-nav-group {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 42px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.site-nav-group > span {
  min-height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 0 9px;
  border-radius: 8px;
  background: rgba(242, 195, 36, 0.12);
  color: var(--yellow);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav-group.owner-link > span {
  background: rgba(47, 125, 57, 0.2);
}

.site-top nav a,
.call-link,
.primary,
.secondary,
.form-actions a,
.form-actions button,
.discount-editor button,
.campaign-editor button {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 13px;
  font-weight: 620;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-top nav a:hover,
.site-top nav a.nav-active,
.secondary:hover,
.form-actions a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-top nav a.nav-active {
  box-shadow: inset 0 -2px 0 var(--yellow);
}

@media (max-width: 1360px) {
  .site-top {
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 10px 14px;
  }

  .site-top nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    padding-top: 2px;
  }

  .call-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-nav-group {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.call-link,
.primary,
.form-actions button,
.discount-editor button,
.campaign-editor button {
  background: var(--yellow);
  color: var(--black);
  border: 0;
}

.call-link {
  justify-self: end;
  white-space: nowrap;
}

.primary:hover,
.form-actions button:hover,
.discount-editor button:hover,
.campaign-editor button:hover,
.call-link:hover {
  background: #ffd846;
  transform: translateY(-1px);
}

.secondary,
.form-actions a {
  border: 1px solid currentColor;
  background: transparent;
}

.reference-public {
  padding: 0;
  background: #f6f4ef;
}

.public-hero-card {
  position: relative;
  min-height: min(760px, calc(100vh - 70px));
  overflow: hidden;
  background: #060705;
  color: #fff;
}

.public-hero-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.public-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.9), rgba(4, 5, 4, 0.52) 36%, rgba(4, 5, 4, 0.1) 72%),
    linear-gradient(180deg, rgba(4, 5, 4, 0.04), rgba(4, 5, 4, 0.72));
}

.public-hero-copy {
  position: relative;
  z-index: 1;
  width: min(560px, 92vw);
  padding: clamp(92px, 13vw, 170px) 0 180px clamp(28px, 7vw, 96px);
}

.public-hero-copy h1 {
  max-width: 9ch;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(54px, 7.4vw, 92px);
  font-weight: 620;
  line-height: 0.96;
}

.public-hero-copy p {
  max-width: 26ch;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
}

.public-cta {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 0 26px;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 680;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.public-cta-icon {
  position: relative;
  width: 22px;
  height: 16px;
  flex: 0 0 22px;
}

.public-cta-icon::before,
.public-cta-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  background: currentColor;
}

.public-cta-icon::before {
  left: 0;
  width: 18px;
  height: 2px;
  transform: translateY(-50%);
}

.public-cta-icon::after {
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.neighbor-proof {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 28px;
}

.neighbor-proof span {
  width: 27px;
  height: 27px;
  margin-right: -7px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #f5c59c 0 18%, transparent 19%),
    linear-gradient(145deg, #263444, #e3b17b);
}

.neighbor-proof small {
  margin-left: 15px;
  max-width: 160px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.2;
}

.trust-rail {
  position: absolute;
  z-index: 1;
  left: clamp(22px, 5vw, 64px);
  right: clamp(22px, 5vw, 64px);
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(18, 19, 15, 0.78);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.trust-rail article {
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}

.trust-rail span {
  color: var(--yellow);
  position: relative;
  width: 34px;
  height: 26px;
  display: block;
  line-height: 1;
}

.trust-rail strong {
  color: #fff;
  font-size: 15px;
}

.trust-rail small {
  max-width: 140px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.28;
}

.trust-rail span::before,
.trust-rail span::after {
  content: "";
  position: absolute;
  display: block;
}

.proof-route::before {
  left: 4px;
  right: 4px;
  top: 12px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), #68a95f);
  transform: rotate(-8deg);
}

.proof-route::after {
  right: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--yellow);
  border-radius: 999px;
  background: #050504;
}

.proof-price::before {
  left: 3px;
  top: 3px;
  width: 24px;
  height: 18px;
  border: 2px solid var(--yellow);
  border-radius: 4px;
}

.proof-price::after {
  left: 10px;
  top: 10px;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #68a95f;
}

.proof-load::before {
  left: 5px;
  top: 5px;
  width: 20px;
  height: 16px;
  border: 2px solid var(--yellow);
  background: rgba(242, 195, 36, 0.18);
  transform: skewY(-8deg);
}

.proof-load::after {
  left: 13px;
  top: 5px;
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  transform: skewY(-8deg);
}

.proof-window::before {
  left: 6px;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 3px solid var(--yellow);
  border-radius: 5px;
}

.proof-window::after {
  left: 11px;
  top: 11px;
  width: 10px;
  height: 4px;
  border-left: 3px solid #68a95f;
  border-bottom: 3px solid #68a95f;
}

.simple-steps {
  padding: clamp(56px, 7vw, 88px) clamp(22px, 6vw, 78px) clamp(34px, 5vw, 64px);
  background: #fbfaf5;
}

.simple-steps h2 {
  margin: 0 auto 42px;
  max-width: none;
  text-align: center;
  color: #11110f;
  font-size: clamp(32px, 4vw, 52px);
}

.step-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.step-row article {
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
}

.step-row i {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--yellow) 0 11px, transparent 12px),
    linear-gradient(145deg, #f7f7f2, #e9e7de);
  color: #11110f;
  font-style: normal;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(5, 5, 4, 0.1);
}

.step-row strong {
  color: #11110f;
}

.step-row span {
  max-width: 150px;
  color: #66645d;
  font-size: 14px;
  line-height: 1.35;
}

.local-proof-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  gap: 0;
  margin-top: 58px;
  overflow: hidden;
  border-radius: 16px;
  background: #0b0c09;
  color: #fff;
}

.local-proof-band img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.local-proof-band > div {
  display: grid;
  align-content: center;
  gap: 26px;
  padding: clamp(28px, 4vw, 58px);
}

.local-proof-band h3 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.98;
}

.local-proof-band dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.local-proof-band dt {
  color: #fff;
  font-weight: 820;
}

.local-proof-band dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.28;
}

.legacy-website {
  min-height: auto;
}

.hero {
  position: relative;
  min-height: calc(100vh - 70px);
  padding: clamp(48px, 6vw, 86px) clamp(18px, 3vw, 34px) 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(242, 195, 36, 0.32), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 242, 0.96));
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(229, 233, 229, 0.9)),
    linear-gradient(115deg, transparent 0 36%, rgba(5, 5, 4, 0.07) 36% 37%, transparent 37% 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding-bottom: clamp(42px, 8vw, 110px);
}

.kicker {
  margin: 0 0 10px;
  color: #8d6a00;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  max-width: 9.5ch;
  font-size: clamp(50px, 7vw, 104px);
  line-height: 0.96;
  font-weight: 650;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 0.98;
  font-weight: 650;
}

.lede {
  max-width: 28ch;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.48;
}

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

.truth-note {
  margin-top: 18px;
  max-width: 58ch;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.5;
}

.truck-stage {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 4, 0.1);
  border-radius: 18px 18px 0 0;
  background: #0b0c0a;
  box-shadow: var(--shadow);
}

.truck-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.truck-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,4,0.08), rgba(5,5,4,0.02) 45%, rgba(5,5,4,0.18)),
    linear-gradient(180deg, rgba(5,5,4,0), rgba(5,5,4,0.32));
  pointer-events: none;
}

.truck-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 7%;
  right: 12%;
  top: 62%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 195, 36, 0), var(--yellow), rgba(47, 125, 57, 0.74));
  box-shadow: 0 0 28px rgba(242, 195, 36, 0.34);
  transform: rotate(-5deg);
  opacity: 0.86;
}

.route-chip {
  position: absolute;
  display: grid;
  gap: 2px;
  z-index: 1;
  min-width: 116px;
  padding: 13px 16px;
  border-radius: 12px;
  background: rgba(5, 5, 4, 0.86);
  color: #fff;
  border: 1px solid rgba(242, 195, 36, 0.58);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.route-chip span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.route-chip strong {
  color: var(--yellow);
  font-size: 22px;
}

.route-chip-a { left: 28px; top: 28px; }
.route-chip-b { right: 28px; top: 28px; }

.plan-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(5, 5, 4, 0.92);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.plan-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.quote-band,
.plan-band,
.visual-story,
.service-band,
.discount-band,
.updates-band,
.search-band,
.policy-band,
.move-room,
.contact-band {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 3vw, 34px);
}

.service-band,
.search-band,
.policy-band {
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.service-band {
  padding-bottom: clamp(30px, 4vw, 54px);
}

.search-band {
  padding-top: clamp(30px, 4vw, 54px);
}

.visual-story {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(260px, 0.84fr) minmax(260px, 0.84fr);
  gap: 18px;
  position: relative;
  background:
    radial-gradient(circle at 18% 10%, rgba(242, 195, 36, 0.16), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #050504, #0d0d0a 58%, #050504);
}

.visual-story::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.story-card,
.updates-photo,
.service-photo {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 40% 18%, rgba(242, 195, 36, 0.22), transparent 30%),
    var(--black);
  box-shadow: var(--shadow);
}

.story-card {
  background:
    radial-gradient(circle at 35% 18%, rgba(242, 195, 36, 0.25), transparent 26%),
    radial-gradient(circle at 80% 74%, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(145deg, #171711, #050504);
}

.box-scene-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 30% 20%, rgba(242,195,36,0.24), transparent 28%),
    linear-gradient(145deg, #191812, #050504);
  box-shadow: var(--shadow);
}

.box-scene-card canvas,
.story-scene-canvas {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
}

.scene-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
  pointer-events: none;
}

.scene-caption span {
  display: block;
  margin-bottom: 7px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.scene-caption strong {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 760;
  line-height: 0.98;
}

.story-card img,
.updates-photo img,
.service-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.story-scene-canvas {
  background: #050504;
}

.story-card::after,
.updates-photo::after,
.service-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(5,5,4,0.78));
}

.story-card figcaption,
.updates-photo figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
}

.story-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.story-card strong {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 760;
  line-height: 0.98;
}

.plan-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background:
    radial-gradient(circle at 16% 10%, rgba(242, 195, 36, 0.2), transparent 30%),
    linear-gradient(135deg, #050504, #12120e);
  color: #fff;
  border-top: 1px solid rgba(242, 195, 36, 0.18);
  border-bottom: 1px solid rgba(242, 195, 36, 0.18);
}

.plan-copy {
  max-width: 420px;
}

.plan-copy h2,
.plan-copy p {
  color: inherit;
}

.plan-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: #050504;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.plan-steps {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.plan-steps::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(242, 195, 36, 0.22), rgba(242, 195, 36, 0.9), rgba(47, 125, 57, 0.68));
}

.plan-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  min-width: 0;
}

.plan-steps span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.plan-steps li:nth-child(2) span {
  border-color: var(--yellow);
  box-shadow: 0 0 0 8px rgba(242, 195, 36, 0.14);
  color: #050504;
  background: var(--yellow);
}

.plan-steps strong {
  color: #fff;
  font-size: 14px;
}

.plan-steps small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.35;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.55fr);
  gap: 22px;
  align-items: start;
  background: #f7f8f3;
}

.quote-form,
.quote-result,
.discount-preview,
.discount-editor,
.campaign-editor,
.campaign-preview,
.service-grid article,
.search-grid article,
.policy-list article,
.phone {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 1px 0 rgba(5, 5, 4, 0.04);
}

.quote-form {
  padding: clamp(20px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-form > div:first-child,
.quote-form .wide,
.form-actions {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--yellow-2);
  box-shadow: 0 0 0 4px rgba(242, 195, 36, 0.2);
}

textarea {
  min-height: 116px;
  resize: vertical;
}

.quote-result {
  position: sticky;
  top: 94px;
  padding: clamp(20px, 3vw, 32px);
  background: var(--black);
  color: #fff;
}

.quote-result .kicker { color: var(--yellow); }

.quote-visual-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(242, 195, 36, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.quote-route-card {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto minmax(100px, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 125, 57, 0.2), rgba(5, 5, 4, 0.2));
  background-size: 30px 30px, 30px 30px, auto;
}

.quote-route-card span {
  min-width: 54px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #050504;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 820;
  box-shadow: 0 0 0 6px rgba(242, 195, 36, 0.14);
}

.quote-route-card i {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), #68a95f);
}

.quote-route-card i::before,
.quote-route-card i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--yellow);
  transform: translateY(-50%);
}

.quote-route-card i::before { left: 0; }
.quote-route-card i::after { right: 0; background: #68a95f; }

.quote-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.quote-metric-grid article {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
}

.quote-metric-grid span,
.quote-metric-grid strong {
  overflow-wrap: anywhere;
}

.quote-metric-grid span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.quote-metric-grid strong {
  color: #fff;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.08;
}

#quote-range {
  white-space: nowrap;
  font-size: clamp(13px, 1.05vw, 17px);
}

.quote-cost-stack {
  height: 15px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.quote-cost-stack i {
  width: var(--w);
  min-width: 8px;
  height: 100%;
}

.quote-cost-key {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.quote-cost-key span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.quote-cost-key i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 2px;
}

.labor { background: var(--yellow); }
.travel { background: #68a95f; }
.access { background: #d8d4c7; }
.materials { background: #7f6a36; }

dl {
  margin: 0;
  display: grid;
  gap: 14px;
}

dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

dd {
  margin: 3px 0 0;
  font-weight: 760;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

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

.service-grid article,
.policy-list article,
.search-grid article {
  padding: 22px;
}

.service-grid article {
  min-height: 260px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  transform-style: preserve-3d;
  border-color: rgba(5, 5, 4, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), #fff),
    radial-gradient(circle at 20% 20%, rgba(242,195,36,0.18), transparent 32%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-grid article:hover {
  transform: translateY(-4px) rotateX(2deg);
  box-shadow: var(--shadow-soft);
}

.service-symbol {
  width: min(100%, 210px);
  height: 110px;
  position: relative;
  transform: perspective(420px) rotateX(56deg) rotateZ(-22deg);
  transform-style: preserve-3d;
}

.service-symbol i,
.service-symbol b,
.service-symbol::before {
  content: "";
  position: absolute;
  display: block;
  background: var(--yellow);
  border: 2px solid var(--black);
  box-shadow: 10px 12px 22px rgba(5,5,4,0.12);
}

.service-symbol i {
  left: 12px;
  top: 38px;
  width: 72px;
  height: 46px;
}

.service-symbol b {
  left: 76px;
  top: 22px;
  width: 68px;
  height: 58px;
  background: #fff2a8;
}

.service-symbol::before {
  left: 124px;
  top: 62px;
  width: 58px;
  height: 34px;
  background: #10100e;
}

.service-symbol em {
  position: absolute;
  left: 26px;
  top: 88px;
  width: 148px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), rgba(5, 5, 4, 0.88));
  box-shadow: 12px 18px 24px rgba(5, 5, 4, 0.13);
}

.office-symbol i { height: 70px; }
.office-symbol b { background: #f6f3df; }
.truck-symbol::before { width: 72px; background: var(--black); }

.service-grid article strong,
.service-grid article span {
  margin: 0;
}

.service-grid strong,
.search-grid strong,
.policy-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.service-grid span,
.search-grid span,
.policy-list span,
.room-copy p {
  color: var(--muted);
  line-height: 1.55;
}

.service-grid small,
.search-grid small,
.policy-list small {
  display: block;
  margin-top: 10px;
  color: #8d6a00;
  font-size: 12px;
  font-weight: 780;
}

.discount-band {
  background: var(--black);
  color: #fff;
}

.discount-band .kicker { color: var(--yellow); }

.discount-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(280px, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.discount-preview,
.discount-editor {
  padding: clamp(20px, 3vw, 34px);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.discount-preview {
  display: grid;
  align-content: start;
  gap: 12px;
  border-left: 6px solid var(--yellow);
}

.discount-preview strong {
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.98;
}

.discount-preview span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.discount-preview small {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 850;
}

.discount-visual {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 48px;
  gap: 12px;
  align-items: center;
  margin: 4px 0 2px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 50%, rgba(242, 195, 36, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.discount-value {
  min-height: 72px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(145deg, var(--yellow), #ffe46a);
  color: var(--black);
  box-shadow: inset 0 -10px 22px rgba(5, 5, 4, 0.12);
}

.discount-value::before {
  content: attr(data-value);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 820;
  line-height: 1;
}

.discount-bars {
  display: grid;
  gap: 10px;
}

.discount-bars i {
  position: relative;
  display: block;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.discount-bars i::before {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
}

.discount-bars i::after {
  content: attr(data-label);
  position: absolute;
  inset: 0 10px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.discount-bars .visibility::before {
  background: linear-gradient(90deg, var(--yellow), #68a95f);
}

.discount-bars .approval::before {
  background: linear-gradient(90deg, #d8d4c7, rgba(242, 195, 36, 0.82));
}

.discount-dots {
  display: grid;
  gap: 7px;
}

.discount-dots i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(242, 195, 36, 0.1);
}

.discount-dots i:nth-child(2) {
  background: #68a95f;
}

.discount-dots i:nth-child(3) {
  background: #d8d4c7;
}

.discount-editor {
  display: grid;
  gap: 12px;
}

.discount-editor label,
.campaign-editor label {
  color: rgba(255, 255, 255, 0.68);
}

.discount-editor select {
  background: rgba(255, 255, 255, 0.95);
}

.discount-editor button,
.campaign-editor button {
  justify-self: start;
}

.updates-band {
  background:
    linear-gradient(180deg, #f9faf5, #ffffff),
    radial-gradient(circle at 80% 12%, rgba(242, 195, 36, 0.18), transparent 30%);
}

.updates-band .section-head p:last-child {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.55;
}

.updates-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1.06fr) minmax(260px, 0.72fr) minmax(260px, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.updates-photo {
  min-height: 440px;
}

.updates-photo:last-child {
  grid-column: 1 / 4;
  min-height: 320px;
}

.updates-photo figcaption {
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 820;
  line-height: 1;
}

.campaign-editor,
.campaign-preview {
  padding: clamp(20px, 3vw, 34px);
}

.campaign-editor {
  display: grid;
  gap: 12px;
  background: var(--black);
  color: #fff;
}

.campaign-editor select {
  background: rgba(255, 255, 255, 0.96);
}

.campaign-preview {
  display: grid;
  align-content: start;
  gap: 13px;
  background: #fff;
  border-left: 6px solid var(--yellow);
}

.campaign-preview span,
.campaign-preview small {
  color: #8d6a00;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.campaign-preview strong {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 0.98;
}

.campaign-preview p {
  color: var(--muted);
  line-height: 1.55;
}

.poster-band {
  padding: clamp(42px, 6vw, 72px) clamp(22px, 6vw, 78px);
  background: #10110e;
}

.qr-poster {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(150px, 22vw, 210px);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  padding: clamp(26px, 5vw, 52px);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(242, 195, 36, 0.2), transparent 38%),
    #f7f4ea;
  color: var(--black);
  box-shadow: var(--shadow);
}

.qr-poster strong,
.qr-poster span,
.qr-poster small {
  display: block;
}

.qr-poster strong {
  max-width: 9ch;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.92;
}

.qr-poster span {
  margin-top: 18px;
  color: #5f4b00;
  font-weight: 860;
  text-transform: uppercase;
}

.qr-poster img {
  width: 100%;
  aspect-ratio: 1;
  padding: 12px;
  border: 1px solid rgba(5, 5, 4, 0.14);
  border-radius: 12px;
  background: #fff;
  image-rendering: pixelated;
}

.qr-poster small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 760;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.service-photo {
  min-height: clamp(300px, 30vw, 430px);
}

.service-photo-wide {
  min-height: clamp(520px, 48vw, 680px);
  margin-bottom: 0;
  background: #f6f6f0;
}

.service-photo-wide img {
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #ffffff, #ededed);
}

.service-layout .service-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.service-layout .service-grid article {
  min-height: 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  align-content: stretch;
  align-items: stretch;
  background: #fff;
}

.service-grid article img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-right: 1px solid rgba(5, 5, 4, 0.08);
  border-bottom: 0;
}

.service-grid article > div {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.search-band {
  background:
    linear-gradient(180deg, #fff 0 42%, #eef1ed 42% 100%);
}

.search-showcase {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: stretch;
}

.search-showcase img,
.search-showcase div {
  min-height: 300px;
  border: 1px solid rgba(5, 5, 4, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.search-showcase img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.search-showcase div {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(242, 195, 36, 0.15), rgba(255, 255, 255, 0.04)),
    #11110f;
  color: #fff;
}

.search-showcase span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.search-showcase strong {
  max-width: 520px;
  font-size: clamp(28px, 3.8vw, 54px);
  line-height: 0.98;
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.search-grid article {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(242, 195, 36, 0.18), transparent 28%),
    linear-gradient(180deg, #fff, #f8f9f4);
}

.search-visual,
.policy-visual {
  position: relative;
  display: block;
  height: 112px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(5, 5, 4, 0.08);
  background: #11110f;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.search-visual {
  height: 154px;
  margin: -10px -10px 2px;
}

.search-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.search-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, 0), rgba(5, 5, 4, 0.34)),
    linear-gradient(90deg, rgba(242, 195, 36, 0.12), transparent 45%);
  pointer-events: none;
}

.search-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.18;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(242, 195, 36, 0.16) 44% 47%, transparent 47%),
    linear-gradient(30deg, transparent 0 28%, rgba(255, 255, 255, 0.11) 28% 29%, transparent 29%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.1) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 28px);
}

.policy-visual i,
.policy-visual b,
.policy-visual em {
  position: absolute;
  display: block;
}

.policy-band {
  background:
    radial-gradient(circle at 88% 20%, rgba(242, 195, 36, 0.16), transparent 24%),
    var(--cool-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.policy-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.policy-list article {
  min-height: 245px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  background:
    linear-gradient(180deg, #fff, #f9faf5),
    radial-gradient(circle at 20% 12%, rgba(242, 195, 36, 0.18), transparent 30%);
}

.policy-visual {
  height: 142px;
  background:
    radial-gradient(circle at 84% 14%, rgba(242, 195, 36, 0.26), transparent 28%),
    linear-gradient(145deg, #ffffff, #f2f2ec);
}

.policy-visual::before,
.policy-visual::after {
  content: "";
  position: absolute;
  display: block;
}

.policy-visual::before {
  left: 18px;
  top: 16px;
  width: 76px;
  height: 84px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(5,5,4,0.18) 0 3px, transparent 3px 14px, rgba(5,5,4,0.12) 14px 16px, transparent 16px 30px, rgba(5,5,4,0.12) 30px 32px, transparent 32px),
    #fff;
  box-shadow: 0 16px 34px rgba(5,5,4,0.12);
}

.policy-visual::after {
  right: 18px;
  bottom: 20px;
  width: 66px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green) 0 62%, rgba(5,5,4,0.12) 62%);
}

.estimate-visual i {
  left: 108px;
  top: 22px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: conic-gradient(var(--yellow) 0 72%, rgba(5,5,4,0.1) 72%);
}

.docs-visual b {
  left: 46px;
  top: 24px;
  width: 92px;
  height: 76px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(5,5,4,0.12) 0 3px, transparent 3px 14px, rgba(5,5,4,0.12) 14px 17px, transparent 17px 32px, rgba(5,5,4,0.12) 32px 35px, transparent 35px),
    #fff8d3;
  transform: rotate(4deg);
  box-shadow: 0 16px 30px rgba(5,5,4,0.13);
}

.photos-visual i,
.photos-visual b,
.photos-visual em {
  width: 54px;
  height: 42px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 72% 28%, var(--yellow) 0 8px, transparent 9px),
    linear-gradient(145deg, #d9e0d3, #fff);
  box-shadow: 0 14px 28px rgba(5,5,4,0.13);
}

.photos-visual i { left: 20px; top: 18px; }
.photos-visual b { left: 74px; top: 44px; }
.photos-visual em { right: 20px; top: 24px; }

.issue-visual i {
  left: 28px;
  top: 30px;
  width: 62px;
  height: 48px;
  border-radius: 9px;
  background: var(--black);
}

.issue-visual b {
  left: 50px;
  top: 52px;
  width: 96px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), rgba(47,125,57,0.84));
}

.issue-visual em {
  right: 22px;
  top: 22px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(242,195,36,0.18);
}

.move-room {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(340px, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  background:
    linear-gradient(90deg, #f8f9f4 0 48%, #eef1ed 48% 100%);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: var(--black);
  color: #fff;
}

.contact-band .kicker { color: var(--yellow); }

.contact-copy {
  position: sticky;
  top: 96px;
}

.contact-copy p {
  color: rgba(255,255,255,0.68);
  line-height: 1.55;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 18px;
}

.contact-form,
.newsletter-form {
  display: grid;
  gap: 12px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.07);
}

.contact-form h3,
.newsletter-form h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
}

.contact-form label,
.newsletter-form label {
  color: rgba(255,255,255,0.68);
}

.contact-form button,
.newsletter-form button {
  justify-self: start;
  min-height: 40px;
  padding: 10px 14px;
  border: 0;
  border-radius: var(--radius);
  background: var(--yellow);
  color: var(--black);
  font-weight: 780;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 780;
}

.room-visual {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.room-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 3vw, 34px);
  background: var(--black);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

footer a { color: var(--yellow); }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .site-top {
    position: static;
    grid-template-columns: 1fr;
  }

  .site-top nav {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .site-nav-group {
    align-items: stretch;
  }

  .site-nav-group > span {
    display: grid;
    place-items: center;
    min-width: 58px;
  }

  .hero,
  .plan-band,
  .visual-story,
  .quote-band,
  .discount-layout,
  .updates-layout,
  .qr-poster,
  .service-layout,
  .search-showcase,
  .move-room,
  .contact-band,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .truck-stage {
    min-height: 0;
    border-radius: 18px;
  }

  .quote-result {
    position: static;
  }

  .contact-copy {
    position: static;
  }

  .service-grid,
  .plan-steps,
  .search-grid,
  .policy-list {
    grid-template-columns: 1fr;
  }

  .updates-photo:last-child {
    grid-column: auto;
  }

  .service-photo-wide {
    min-height: clamp(340px, 58vw, 520px);
  }

  .service-layout .service-grid article {
    grid-template-columns: 1fr;
  }

  .service-grid article img {
    height: clamp(190px, 45vw, 300px);
    border-right: 0;
    border-bottom: 1px solid rgba(5, 5, 4, 0.08);
  }
}

@media (max-width: 640px) {
  .site-top {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .site-top nav {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 6px 0;
    scroll-snap-type: x proximity;
  }

  .site-nav-group {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    min-height: 0;
    padding: 4px;
    scroll-snap-align: start;
  }

  .site-nav-group > span {
    min-height: 26px;
    min-width: 0;
    padding-inline: 8px;
  }

  .site-top nav a {
    display: inline-grid;
    place-items: center;
    min-width: 0;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .call-link {
    grid-column: 2;
    grid-row: 1;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 34px;
  }

  .hero,
  .plan-band,
  .quote-band,
  .visual-story,
  .service-band,
  .discount-band,
  .updates-band,
  .poster-band,
  .search-band,
  .policy-band,
  .move-room,
  .contact-band {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .quote-route-card {
    grid-template-columns: auto minmax(54px, 1fr) auto;
    padding: 12px 10px;
  }

  .quote-route-card span {
    min-width: 48px;
    font-size: 11px;
  }

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

  .discount-visual {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .discount-dots {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 12px);
    justify-content: start;
  }

  .discount-value {
    min-height: 62px;
  }

  .quote-cost-key {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-steps {
    gap: 10px;
  }

  .plan-steps::before {
    display: none;
  }

  .truck-stage img {
    object-position: center center;
  }

  .route-chip {
    min-width: 94px;
    padding: 10px 12px;
  }

  .route-chip-a { left: 14px; top: 14px; }
  .route-chip-b { right: 14px; top: 14px; }

  .plan-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  footer {
    display: grid;
  }

  .public-hero-card {
    min-height: auto;
  }

  .public-hero-copy {
    padding: 86px 28px 26px;
  }

  .public-hero-copy h1 {
    max-width: 8ch;
    font-size: 56px;
  }

  .trust-rail {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 18px 20px;
    padding: 18px 14px;
  }

  .trust-rail span {
    font-size: 24px;
  }

  .simple-steps {
    padding-left: 18px;
    padding-right: 18px;
  }

  .step-row,
  .local-proof-band,
  .local-proof-band dl {
    grid-template-columns: 1fr;
  }
}

.quote-map-art {
  width: 100%;
  max-height: 190px;
  margin-top: 16px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 54%;
}
