:root {
  --blue-950: #211d1d;
  --blue-930: #2c2727;
  --blue-900: #3a3333;
  --blue-800: #d92b2b;
  --blue-700: #f04444;
  --blue-100: #f4dcdc;
  --blue-050: #fdf6f5;
  --surface: #ffffff;
  --surface-soft: #f9f2f1;
  --surface-warm: #fff6f4;
  --yellow-500: #ef3b36;
  --yellow-600: #cf2626;
  --text-900: #241f1f;
  --text-700: #675e5e;
  --line: #ead2d0;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(217, 43, 43, 0.14);
  --shadow-soft: 0 10px 30px rgba(33, 29, 29, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1160px, calc(100% - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fff7f5 0%, #f8efee 100%);
  color: var(--text-900);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.hero-home__inner > *,
.section-heading > *,
.reviews-summary__topline > *,
.home-reviews__layout > *,
.home-services__grid > *,
.home-process__grid > *,
.home-coverage__grid > *,
.home-faq__shell > * {
  min-width: 0;
}

iframe,
video,
canvas,
svg {
  max-width: 100%;
}

.section {
  padding: 104px 0;
}

.section-sm {
  padding: 80px 0;
}

.page-main {
  padding-top: 82px;
}

.page-main > section:not(:first-child):not(.hero-home):not(.hero-feature-band) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.display,
.section-title,
.card-title,
.nav-link,
.brand,
.btn,
.eyebrow {
  font-family: "Work Sans", sans-serif;
}

.display,
.section-title {
  font-family: "Archivo Black", "Work Sans", sans-serif;
}

.display,
.section-title,
.card-title,
.hero-feature h2,
.process-item h3,
.coverage-card h3 {
  text-wrap: balance;
}

.display {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: 0.93;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.display--small {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.section-title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-align: center;
  text-transform: none;
  color: var(--blue-950);
}

.section-title--center {
  text-align: center;
}

.section-heading {
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center {
  margin-inline: auto;
}

.section-heading--center .section-title,
.section-heading--center .section-title--feature {
  margin-inline: auto;
  text-align: center;
}

.eyebrow--feature {
  color: var(--blue-700);
  font-size: 0.92rem;
  letter-spacing: 0.24em;
}

.section-title--feature {
  margin-top: 14px !important;
  margin-inline: auto;
  max-width: 1160px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-transform: none;
}

.section-title em,
.display em {
  font-style: normal;
  color: var(--yellow-500);
}

.eyebrow {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-800);
}

.lede,
.copy,
.meta-copy {
  color: var(--text-700);
  line-height: 1.75;
}

.lede {
  font-size: 1rem;
}

.copy {
  font-size: 0.96rem;
}

.meta-copy {
  font-size: 0.82rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--yellow-500);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(239, 59, 54, 0.28);
}

.btn-primary:hover {
  background: var(--yellow-600);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn-outline {
  background: var(--white);
  color: var(--blue-950);
  border-color: #dfc3c3;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(255, 250, 250, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(230, 57, 52, 0.1);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.45rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.05em;
  color: var(--blue-900);
}

.brand__logo {
  width: min(100%, 240px);
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.brand--footer .brand__logo {
  height: 58px;
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-quote-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(230, 57, 52, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-800));
  color: var(--white);
  font-family: "Work Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(230, 57, 52, 0.18);
}

@media (min-width: 980px) {
  .mobile-quote-trigger,
  .site-nav__item--mobile-quote {
    display: none !important;
  }

  .mobile-quote-modal__dialog.quote-card {
    width: min(100%, 560px);
    max-width: 560px;
    padding: 24px 22px 18px;
  }

  .mobile-quote-modal__dialog .quote-card__header {
    padding-right: 72px;
  }
}

@media (min-width: 720px) and (max-width: 979px) {
  .mobile-quote-modal {
    padding: 20px;
  }

  .mobile-quote-modal__dialog.quote-card {
    width: min(100%, 520px);
    max-width: 520px;
    padding: 22px 20px 16px;
  }

  .mobile-quote-modal__dialog .quote-card__header {
    padding-right: 70px;
  }

  .mobile-quote-modal__close {
    top: 14px;
    right: 14px;
  }
}

.mobile-quote-modal[hidden] {
  display: none;
}

.mobile-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 12px;
}

.mobile-quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 40, 0.62);
  backdrop-filter: blur(10px);
}

.mobile-quote-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100% - 24px, 440px);
  max-height: calc(100svh - 24px);
  margin: 0;
  overflow: auto;
  padding: 22px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(230, 57, 52, 0.14), transparent 0 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 244, 241, 0.12));
  box-shadow: 0 26px 60px rgba(18, 15, 15, 0.28);
  backdrop-filter: blur(18px) saturate(1.15);
}

.mobile-quote-modal__dialog.quote-card {
  --quote-card-height: auto;
  width: min(100%, 460px);
  max-width: 460px;
  height: auto;
  min-height: 0;
  margin: 0;
  align-self: center;
  justify-self: center;
  padding: 20px 16px 14px;
}

.mobile-quote-modal__dialog.quote-card form {
  height: auto;
  min-height: 0;
}

.mobile-quote-modal__dialog .quote-card__header {
  padding-right: 64px;
}

.mobile-quote-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  z-index: 3;
}

.mobile-quote-modal__close span,
.mobile-quote-modal__close span::before {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.mobile-quote-modal__close span {
  position: relative;
  display: block;
  transform: rotate(45deg);
}

.mobile-quote-modal__close span::before {
  inset: 0;
  transform: rotate(90deg);
}

.mobile-quote-modal__header {
  padding-right: 42px;
}

.mobile-quote-modal__title {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
}

.mobile-quote-modal__copy {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  line-height: 1.5;
}

.mobile-quote-form {
  margin-top: 0;
}

.mobile-quote-form .field {
  margin-bottom: 0;
}

.mobile-quote-modal__dialog .quote-step.is-active {
  overflow: visible;
}

.mobile-quote-form .field label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mobile-quote-form .field input:not([type="checkbox"]),
.mobile-quote-form .field select,
.mobile-quote-form .field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
}

.mobile-quote-form .field textarea {
  min-height: 110px;
  resize: vertical;
}

.mobile-quote-form .field input::placeholder,
.mobile-quote-form .field textarea::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.mobile-quote-form .field--select {
  position: relative;
}

.mobile-quote-form .field--select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 38px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  transform: rotate(45deg);
  pointer-events: none;
}

.mobile-quote-form .field select {
  appearance: none;
}

.mobile-quote-form .field input:not([type="checkbox"]):focus,
.mobile-quote-form .field select:focus,
.mobile-quote-form .field textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.mobile-quote-form .status-text {
  color: rgba(255, 255, 255, 0.9);
}

body.has-mobile-quote-open {
  overflow: hidden;
}

body.has-callback-modal-open {
  overflow: hidden;
}

.callback-modal__dialog {
  width: min(100% - 24px, 420px);
  max-width: 420px;
}

.callback-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.callback-form .btn {
  width: 100%;
}

.callback-form__fineprint {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.6;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue-950);
  content: "";
  transition: transform 0.2s ease;
}

.nav-toggle span::before {
  transform: translateY(-6px);
}

.nav-toggle span::after {
  transform: translateY(4px);
}

.site-nav {
  position: absolute;
  top: 100%;
  left: 16px;
  right: 16px;
  display: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 12px;
}

.site-nav.is-open {
  display: block;
}

.site-nav__list {
  display: grid;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav__item {
  position: relative;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-700);
  position: relative;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--blue-900);
}

.nav-link--quote {
  width: 100%;
  justify-content: center;
  border: 1px solid rgba(230, 57, 52, 0.14);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-800));
  color: var(--white);
  box-shadow: 0 10px 24px rgba(230, 57, 52, 0.14);
}

.nav-link--quote:hover,
.nav-link--quote[aria-current="page"] {
  color: var(--white);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  opacity: 0.9;
}

.nav-link:hover::after,
.nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-700);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.submenu-toggle:hover {
  background: var(--blue-050);
  color: var(--blue-900);
}

.submenu-toggle span {
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.site-nav__item.is-open .submenu-toggle span {
  transform: rotate(225deg) translateY(-1px);
}

.submenu {
  display: none;
  list-style: none;
  margin: 6px 0 0;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(252,244,244,0.98));
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow-soft);
}

.site-nav__item.is-open .submenu {
  display: grid;
  gap: 6px;
}

.submenu-link {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--text-700);
  font-family: "Work Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.submenu-link:hover {
  background: var(--blue-050);
  color: var(--blue-900);
}

.header-cta {
  display: none;
  align-items: center;
  gap: 18px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-900);
  font-family: "Work Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.phone-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--yellow-500);
}

.phone-link__icon svg {
  width: 16px;
  height: 16px;
}

.mobile-call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(230, 57, 52, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--yellow-500);
  box-shadow: var(--shadow-soft);
}

.mobile-call-link svg {
  width: 18px;
  height: 18px;
}

.hero-home {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  min-height: 700px;
  background:
    radial-gradient(circle at 18% 22%, rgba(240, 68, 68, 0.2), transparent 0 22%),
    linear-gradient(135deg, #1f1a1a 0%, #342d2d 52%, #d92b2b 100%);
  color: var(--white);
}

.hero-home__bg {
  position: absolute;
  inset: 0;
  background: #2a2a2a;
}

.hero-home__truck {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(0deg, rgba(35, 35, 35, 0.42), rgba(35, 35, 35, 0.42)),
    url("../images/Hero Image.webp") center center / cover no-repeat;
  opacity: 0.58;
  mix-blend-mode: screen;
  filter: grayscale(0.02) contrast(1.04) saturate(0.96);
}

.hero-home__truck::before,
.hero-home__truck::after {
  content: none;
  display: none;
}

.hero-home__truck::before {
  left: 2%;
  bottom: 38px;
  width: 52%;
  height: 150px;
  border-radius: 16px;
}

.hero-home__truck::after {
  left: 68%;
  bottom: 38px;
  width: 30%;
  height: 188px;
  border-radius: 14px;
}

.hero-home__cab,
.hero-home__trailer,
.hero-home__pillar {
  position: absolute;
  display: none;
}

.hero-home__cab {
  left: 31%;
  bottom: 101px;
  width: 24%;
  height: 172px;
  border-radius: 20px 20px 0 0;
}

.hero-home__trailer {
  left: 58%;
  bottom: 100px;
  width: 20%;
  height: 240px;
  border-radius: 18px 18px 0 0;
}

.hero-home__pillar {
  right: 7%;
  bottom: 166px;
  width: 16%;
  height: 98px;
  border-radius: 12px;
}

.hero-home__detail {
  position: absolute;
  left: 45%;
  bottom: 132px;
  width: 54px;
  height: 18px;
  border-radius: 999px;
  display: none;
}

.hero-home__wheel,
.hero-home__wheel--two {
  position: absolute;
  bottom: -20px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: none;
}

.hero-home__wheel {
  left: 19%;
}

.hero-home__wheel--two {
  left: 73%;
}

.hero-home__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
  padding: 98px 0 72px;
}

.hero-home__copy {
  max-width: 470px;
  padding-top: 0;
}

.hero-home__lead {
  max-width: 30rem;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1rem, 1.9vw, 1.24rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 10px;
  width: auto;
  max-width: max-content;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.07)),
    rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 18px 38px rgba(8, 16, 34, 0.22);
  backdrop-filter: blur(10px);
  font-family: "Work Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.hero-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd66b, #ff8f6b);
  box-shadow:
    0 0 0 4px rgba(255, 214, 107, 0.14),
    0 4px 12px rgba(255, 143, 107, 0.35);
  flex: 0 0 auto;
}

.hero-kicker::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255,255,255,.16), transparent 42%);
  opacity: 0.55;
  pointer-events: none;
}

.hero-home__copy .copy {
  color: rgba(255,255,255,.82);
  max-width: 420px;
  font-size: 0.98rem;
  line-height: 1.68;
  margin-top: 14px;
}

.hero-home__copy .display {
  max-width: 440px;
  margin-top: 6px;
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
  text-shadow: 0 4px 24px rgba(7, 27, 73, 0.24);
}

.hero-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-proof-strip__item {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 22px rgba(18, 15, 15, 0.16);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Work Sans", sans-serif;
}

.hero-proof-strip__check {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero-proof-strip__check::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 14px;
  height: 8px;
  border-left: 4px solid #f04444;
  border-bottom: 4px solid #f04444;
  transform: rotate(-45deg);
}

.hero-proof-strip strong {
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-proof-strip span:not(.hero-proof-strip__check) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.74rem, 0.92vw, 0.88rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hero-home__actions .btn {
  min-width: 190px;
  padding-inline: 1.55rem;
}

.hero-home__callback {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 244, 0.96));
  color: var(--blue-950);
  border-color: rgba(217, 43, 43, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 36px rgba(33, 29, 29, 0.1);
}

.hero-home__callback:hover {
  background:
    linear-gradient(180deg, var(--white), rgba(255, 237, 234, 0.98));
  color: var(--blue-800);
  border-color: rgba(217, 43, 43, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 20px 42px rgba(217, 43, 43, 0.16);
}

.hero-home__microcopy {
  max-width: 34rem;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  line-height: 1.65;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hero-trust__item {
  padding: 14px 14px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
}

.hero-trust__item strong {
  display: block;
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--white);
}

.hero-trust__item span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 0.8rem;
  line-height: 1.45;
}

.hero-feature-band {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.hero-feature-band__card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 28px 34px;
  border: 1px solid rgba(14, 42, 88, 0.06);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(17, 39, 78, 0.12);
}

.hero-feature {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.hero-feature__icon {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: var(--blue-900);
  background:
    linear-gradient(180deg, rgba(244, 247, 251, 0.98), rgba(237, 242, 247, 0.92));
}

.hero-feature__icon svg {
  width: 34px;
  height: 34px;
}

.hero-feature h2 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.hero-feature p {
  margin: 8px 0 0;
  color: rgba(14, 42, 88, 0.72);
  font-size: 0.95rem;
  line-height: 1.35;
}

.quote-card {
  --quote-card-height: 486px;
  align-self: start;
  width: min(100%, 460px);
  max-width: 460px;
  height: var(--quote-card-height);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at top right, rgba(230, 57, 52, 0.16), transparent 0 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 244, 241, 0.12));
  color: var(--text-900);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 26px 60px rgba(18, 15, 15, 0.22);
  backdrop-filter: blur(18px) saturate(1.15);
  padding: 24px 24px 16px;
}

.quote-card form {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.quote-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.quote-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.progress {
  height: 4px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.progress__bar {
  width: 33.333%;
  height: 100%;
  background: linear-gradient(90deg, #ff6a60, #d63a33 52%, #b72823 100%);
  transition: width 0.25s ease;
}

.quote-step {
  display: none;
}

.quote-step.is-active {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  gap: 8px;
  animation: stepFade 0.25s ease;
}

.quote-step__intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  line-height: 1.38;
}

.quote-step__summary {
  display: grid;
  gap: 3px;
  margin-bottom: 0;
}

.quote-step--final {
  justify-content: flex-start;
}

.quote-step--final .quote-step__grid {
  gap: 4px 10px;
}

.quote-step--final .field {
  margin-bottom: 4px;
}

.quote-step__grid {
  display: grid;
  gap: 8px 10px;
}

.quote-step__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-step__field--full {
  grid-column: 1 / -1;
}

.quote-step__grid--stack {
  grid-template-columns: 1fr;
}

@keyframes stepFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.field {
  margin-bottom: 8px;
}

.field--autocomplete {
  position: relative;
}

.quote-addresses {
  gap: 8px;
}

.quote-card .field label {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Work Sans", sans-serif;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quote-card .field input:not([type="checkbox"]),
.quote-card .field select,
.quote-card .field textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255,255,255,.14);
  color: #ffffff;
  font-size: 0.84rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 8px 24px rgba(0, 0, 0, 0.08);
}

.quote-card .field--select {
  position: relative;
}

.quote-card .field--select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 37px;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.88);
  border-bottom: 2px solid rgba(255, 255, 255, 0.88);
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 0.9;
}

.quote-card .field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.08)),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.quote-card .field select.is-filled {
  color: #ffffff;
}

.quote-addresses .field input {
  font-size: 0.84rem;
  padding-right: 1rem;
}

.quote-card .field input::placeholder,
.quote-card .field textarea::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.quote-card .field textarea {
  min-height: 50px;
  resize: none;
}

.option-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-pill {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0.48rem 0.65rem;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.option-pill:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255,255,255,.16);
}

.option-pill input {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.option-pill span {
  display: block;
  width: 100%;
  padding-right: 22px;
  font-size: 0.7rem;
  line-height: 1.18;
}

.option-pill::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  transform: translateY(-50%);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.option-pill:has(input:checked) {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

.option-pill:has(input:checked)::after {
  content: "✓";
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a60, #d63a33);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 18px rgba(214, 58, 51, 0.28);
}

.quote-card .field select option {
  color: #1f2937 !important;
  background: #f8fafc !important;
  font-weight: 600;
}

.quote-card .field select option[value=""] {
  color: #64748b !important;
}

.quote-card .field input:not([type="checkbox"]):focus,
.quote-card .field select:focus,
.quote-card .field textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.field-error,
.status-text {
  min-height: 0.7rem;
  margin-top: 2px;
  font-size: 0.63rem;
}

.field-help {
  margin-top: 6px;
  color: #6f7b98;
  font-size: 0.74rem;
}

.field-error {
  color: #cb2f2f;
}

.quote-card .status-text {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 6px;
}

.quote-card .status-text:empty {
  min-height: 0;
  margin-top: 0;
}

.step-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 6px;
  flex-shrink: 0;
}

.address-suggestions {
  position: absolute;
  top: calc(100% - 18px);
  left: 0;
  right: 0;
  z-index: 15;
  display: none;
  padding: 8px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(217, 43, 43, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(33, 29, 29, 0.12);
}

.address-suggestions.is-open {
  display: grid;
  gap: 6px;
}

.address-suggestion {
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  color: var(--text-900);
  cursor: pointer;
  overflow: hidden;
}

.address-suggestion:hover,
.address-suggestion[aria-selected="true"] {
  background: #fff1f0;
}

.address-suggestion__title,
.address-suggestion__meta {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address-suggestion__title {
  color: var(--text-900);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.address-suggestion__meta {
  margin-top: 4px;
  color: var(--text-700);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
}

.pac-container {
  margin-top: 6px;
  border: 1px solid rgba(217, 43, 43, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(33, 29, 29, 0.12);
  font-family: "Inter", sans-serif;
  max-width: min(460px, calc(100vw - 24px)) !important;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2000 !important;
  box-sizing: border-box;
}

.pac-item {
  position: relative;
  display: block;
  padding: 14px 14px 14px 42px;
  border-top: 1px solid rgba(217, 43, 43, 0.12);
  font-size: 0.9rem;
  line-height: 1.3;
  color: var(--text-900);
  cursor: pointer;
  white-space: normal;
}

.pac-item:first-child {
  border-top: 0;
}

.pac-item:hover,
.pac-item-selected {
  background: #fff1f0;
}

.pac-icon {
  position: absolute;
  left: 12px;
  top: 18px;
  margin: 0;
  transform: scale(0.92);
  transform-origin: top left;
}

.pac-item-query {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-900);
}

.pac-item span,
.pac-item-query,
.pac-item > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.pac-item > span:last-child {
  display: block;
  color: var(--text-700);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
}

.pac-matched {
  font-weight: 800;
}

.hdpi.pac-logo:after,
.pac-logo:after {
  padding: 8px 12px;
  background-position: right 12px center;
}

.hero-home .btn {
  min-height: 48px;
  padding: 0.9rem 1.2rem;
}

.quote-card .btn-primary {
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 101, 92, 0.96), rgba(218, 58, 50, 0.94), rgba(186, 39, 34, 0.94));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  font-size: .64rem;
  letter-spacing: .04em;
  box-shadow: 0 16px 30px rgba(214, 58, 51, 0.28), inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.quote-card .btn-primary:hover {
  background: linear-gradient(135deg, #ff6a60, #e14139 56%, #c22c26);
}

.quote-card .btn-outline {
  min-width: 86px;
  border-radius: 14px;
  font-size: .64rem;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.2);
  color: #ffffff;
}

.quote-card .eyebrow {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: .5rem;
  letter-spacing: .12em;
}

.quote-card input[type="date"] {
  appearance: none;
}

.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 20px;
}

.card,
.service-card,
.value-card,
.team-card,
.testimonial-card,
.faq-card,
.blog-card,
.channel-card,
.hub-card,
.cta-banner,
.newsletter-banner,
.promo-card,
.map-card,
.contact-form-card {
  background: var(--white);
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow-soft);
}

.service-grid-wrap {
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(252,244,244,0.98));
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow);
}

.services-carousel {
  --services-gap: 20px;
  --services-per-view: 2;
  --services-card-width: 320px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.services-carousel__viewport {
  overflow: hidden;
  touch-action: pan-x pan-y;
}

.services-carousel__track {
  display: flex;
  gap: var(--services-gap);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.services-carousel .service-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.services-carousel .service-card {
  flex: 0 0 var(--services-card-width, calc((100% - (var(--services-gap) * (var(--services-per-view) - 1))) / var(--services-per-view)));
  min-width: var(--services-card-width, calc((100% - (var(--services-gap) * (var(--services-per-view) - 1))) / var(--services-per-view)));
  min-height: 100%;
}

.services-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(217, 43, 43, 0.12);
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  color: var(--blue-950);
  box-shadow: 0 12px 24px rgba(35, 35, 35, 0.08);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.services-carousel__arrow:hover {
  transform: translateY(-2px);
  background: var(--surface-warm);
  box-shadow: 0 16px 30px rgba(230, 57, 52, 0.12);
}

.services-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  grid-column: 1 / -1;
  margin-top: 10px;
}

.services-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(58, 58, 58, 0.18);
  cursor: pointer;
}

.services-carousel__dot.is-active {
  background: var(--blue-800);
}

.services-showcase {
  position: relative;
  margin: 34px 0 62px;
  padding: 58px 0 28px;
  background: #101010;
  overflow: hidden;
}

.services-showcase::before,
.services-showcase::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 14px;
  background: #ff463d;
}

.services-showcase::before {
  top: 0;
}

.services-showcase::after {
  bottom: 0;
}

.services-showcase__shell {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.services-showcase__copy {
  max-width: 50rem;
}

.services-showcase__eyebrow {
  display: inline-block;
  color: #ff463d;
  font-family: "Work Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.services-showcase__title {
  margin: 24px 0 0;
  max-width: 19ch;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(2.4rem, 4.35vw, 3.7rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.services-showcase__title em {
  font-style: normal;
  color: #ff463d;
}

.services-showcase__lead {
  margin: 16px 0 0;
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.65;
}

.services-showcase__body {
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(200px, 250px);
  gap: 18px;
  align-items: end;
  margin-top: 4px;
}

.services-showcase__slider {
  --services-gap: 16px;
  gap: 0;
}

.services-carousel--showcase {
  display: block;
}

.services-carousel--showcase .services-carousel__viewport {
  overflow: visible;
  padding-bottom: 0;
}

.services-carousel--showcase .services-carousel__track {
  gap: var(--services-gap);
  transform: none !important;
}

.services-carousel--showcase .showcase-service-card {
  flex: 0 0 calc((100% - (var(--services-gap) * 2)) / 3);
  min-width: calc((100% - (var(--services-gap) * 2)) / 3);
}

.services-carousel--showcase .services-carousel__arrow {
  display: none;
}

.services-carousel--showcase .services-carousel__arrow:hover {
  box-shadow: none;
}

.services-carousel--showcase .services-carousel__dots {
  display: none;
}

.services-carousel--showcase .services-carousel__dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.22);
}

.services-carousel--showcase .services-carousel__dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: #ff463d;
}

.showcase-service-card {
  flex: 0 0 var(--services-card-width, 230px);
  min-width: var(--services-card-width, 230px);
  min-height: 100%;
  border-radius: 16px;
  background: #2b2b2b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.showcase-service-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #ffffff;
}

.showcase-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.showcase-service-card__media {
  position: relative;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
}

.showcase-service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-service-card__icon {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #ff463d;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.showcase-service-card__icon svg {
  width: 15px;
  height: 15px;
}

.showcase-service-card h3 {
  margin: 18px 16px 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.showcase-service-card p {
  margin: 8px 16px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.7;
}

.showcase-service-card__cta {
  margin: auto 16px 16px;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff463d;
  font-size: 0.84rem;
  font-weight: 700;
}

.showcase-service-card__cta::after {
  content: "\2192";
}

.services-showcase__figure {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  min-height: 100%;
}

.services-showcase__figure img {
  display: block;
  width: min(100%, 270px);
  max-height: 500px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(6px);
}

.service-card,
.value-card,
.team-card,
.testimonial-card,
.faq-card,
.blog-card,
.channel-card,
.hub-card,
.promo-card {
  padding: 24px;
  border-radius: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.service-card::before,
.value-card::before,
.team-card::before,
.testimonial-card::before,
.faq-card::before,
.blog-card::before,
.channel-card::before,
.hub-card::before,
.promo-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow-500), var(--blue-950));
}

.service-card:hover,
.value-card:hover,
.team-card:hover,
.testimonial-card:hover,
.blog-card:hover,
.channel-card:hover,
.hub-card:hover,
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(230, 57, 52, 0.14);
}

.service-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card__media {
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  background: #f1eceb;
  box-shadow: 0 12px 24px rgba(35, 35, 35, 0.08);
}

.service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__icon,
.number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--blue-800);
  color: var(--white);
  font-family: "Work Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.card-title {
  margin: 14px 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.12;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.process-strip {
  background: linear-gradient(180deg, #fff7f6 0%, #f8eeee 100%);
}

.process-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  height: 2px;
  background: #ebcfcf;
}

.process-grid {
  position: relative;
}

.process-item {
  position: relative;
  text-align: center;
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-soft);
}

.process-item h3 {
  margin: 14px 0 8px;
  font-size: 0.92rem;
  font-weight: 800;
}

.premium-story {
  position: relative;
  overflow: hidden;
}

.premium-story::before {
  content: "";
  position: absolute;
  inset: 18px 0 18px;
  background:
    radial-gradient(circle at top left, rgba(230, 57, 52, 0.1), transparent 0 26%),
    radial-gradient(circle at 88% 78%, rgba(255, 173, 164, 0.18), transparent 0 22%);
  pointer-events: none;
}

.premium-story__panel {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(230, 57, 52, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(253,246,246,0.95) 50%, rgba(249,239,239,0.94)),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.92));
  box-shadow: 0 28px 70px rgba(35, 35, 35, 0.08), inset 0 1px 0 rgba(255,255,255,0.72);
}

.premium-story__watermark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.premium-story__watermark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(230, 57, 52, 0.14);
}

.premium-story__watermark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 0.17;
  mix-blend-mode: multiply;
  filter: grayscale(20%) contrast(0.96) brightness(1.01);
}

.premium-story__intro,
.premium-story__tags,
.premium-story__body,
.premium-story__list-block {
  position: relative;
  z-index: 1;
}

.premium-story--experts .premium-story__watermark img {
  inset: 0;
  width: 100%;
  height: 100%;
}

.premium-story__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow-500), var(--blue-950));
}

.premium-story__panel::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -30px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 57, 52, 0.1), transparent 68%);
  pointer-events: none;
}

.premium-story__intro {
  max-width: 760px;
}

.premium-story--services .premium-story__intro {
  max-width: none;
}

.premium-story--centered .premium-story__intro {
  margin-inline: auto;
  text-align: center;
}

.premium-story--centered .premium-story__lead {
  margin-inline: auto;
}

.premium-story__eyebrow {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(230, 57, 52, 0.08);
  letter-spacing: 0.18em;
}

.premium-story__title {
  margin: 16px 0 0;
  color: var(--blue-950);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.premium-story--centered .premium-story__title {
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.premium-story__lead {
  margin: 16px 0 0;
  max-width: none;
  color: #5d5050;
  font-size: 1.03rem;
  line-height: 1.8;
}

.premium-story__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.premium-story--centered .premium-story__tags {
  justify-content: center;
}

.premium-story__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  justify-content: center;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--yellow-500);
  box-shadow: 0 10px 24px rgba(239, 59, 54, 0.28);
  color: var(--white);
  font-family: "Work Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.premium-story__body {
  column-count: 1;
  column-gap: 34px;
  margin-top: 28px;
}

.premium-story__body p {
  margin: 0 0 18px;
  break-inside: avoid;
  color: #4f4545;
  font-size: 1rem;
  line-height: 1.86;
}

.premium-story__body--single {
  column-count: 1;
  max-width: 78ch;
}

.premium-story--local .premium-story__body--single {
  max-width: none;
}

.premium-story__list-block {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(230, 57, 52, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,248,247,0.96)),
    linear-gradient(135deg, rgba(230,57,52,0.03), rgba(255,255,255,0));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.premium-story__list-title {
  margin: 0 0 10px;
  color: var(--blue-950);
  font-family: "Work Sans", sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.15;
}

.premium-story__feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.premium-story__feature-list li {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 14px 10px 42px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(230, 57, 52, 0.08);
  color: #403535;
  box-shadow: 0 12px 24px rgba(35, 35, 35, 0.04);
  line-height: 1.5;
}

.premium-story__feature-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.96) 0 26%, transparent 27%),
    linear-gradient(135deg, var(--yellow-500), var(--blue-950));
  box-shadow: 0 8px 16px rgba(230, 57, 52, 0.18);
}

.premium-story__panel--compact {
  padding-top: 36px;
  padding-bottom: 36px;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 22px rgba(33, 29, 29, 0.14);
}

.testimonial-meta h3 {
  margin: 0;
  color: var(--blue-950);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.testimonial-meta small {
  color: var(--text-700);
  font-size: 0.9rem;
  line-height: 1.35;
}

.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 24px;
  margin-top: 0;
  margin-bottom: 28px;
  text-align: center;
}

.reviews-summary__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 24px;
  width: 100%;
}

.reviews-summary__rating {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  line-height: 1;
  color: var(--blue-950);
}

.reviews-summary__rating span {
  font-size: 0.86rem;
  color: var(--text-700);
}

.reviews-stars,
.review-card__stars {
  color: #d92b2b;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.reviews-stars {
  justify-content: center;
}

.reviews-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(217, 43, 43, 0.1);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(35, 35, 35, 0.05);
}

.reviews-google-badge__g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285f4, #34a853);
  color: var(--white);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.reviews-google-badge strong,
.review-card__top h3 {
  display: block;
}

.reviews-google-badge small {
  display: block;
  margin-top: 2px;
  color: var(--text-700);
  font-size: 0.78rem;
  line-height: 1.35;
}

.reviews-slider {
  --reviews-gap: 24px;
  --reviews-per-view: 1;
  position: relative;
  padding-inline: 44px;
}

.reviews-slider__viewport {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.reviews-slider__viewport.is-dragging {
  cursor: grabbing;
}

.reviews-slider__track {
  display: flex;
  align-items: stretch;
  gap: var(--reviews-gap);
  transition: transform 0.35s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-color: rgba(33, 29, 29, 0.08);
  box-shadow: 0 18px 42px rgba(33, 29, 29, 0.08);
}

.review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.review-card .testimonial-meta {
  margin-bottom: 0;
}

.review-card .testimonial-meta > div {
  min-width: 0;
}

.review-card__stars {
  flex-shrink: 0;
  font-size: 0.86rem;
  line-height: 1;
}

.reviews-empty {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px dashed rgba(217, 43, 43, 0.16);
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  text-align: center;
}

.testimonial-avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #064f42, #0d6b58);
  color: var(--white);
  font-weight: 800;
}

.reviews-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(33, 29, 29, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--blue-950);
  box-shadow: 0 18px 38px rgba(33, 29, 29, 0.13);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.reviews-slider__arrow[data-review-prev] {
  left: 0;
}

.reviews-slider__arrow[data-review-next] {
  right: 0;
}

.reviews-slider__arrow:hover {
  border-color: rgba(217, 43, 43, 0.28);
  background: var(--blue-950);
  color: var(--white);
  transform: translateY(-50%) scale(1.04);
}

.reviews-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.reviews-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(58, 58, 58, 0.2);
  cursor: pointer;
}

.reviews-slider__dot.is-active {
  background: var(--blue-900);
}

.link-hub__grid {
  align-items: stretch;
}

.promo-card {
  padding: 34px 40px 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(230, 57, 52, 0.08), transparent 0 34%),
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(251,245,245,0.98));
  box-shadow: 0 20px 52px rgba(35, 35, 35, 0.08);
}

.promo-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(230, 57, 52, 0.08);
  color: var(--blue-800);
  font-family: "Work Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.promo-card .card-title {
  margin-top: 18px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1;
}

.promo-card .copy {
  max-width: 30ch;
  font-size: 1rem;
  line-height: 1.7;
}

.cta-banner,
.newsletter-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #2a2a2a, #e63934);
  color: var(--white);
  padding: 54px 36px;
  box-shadow: 0 30px 70px rgba(35, 35, 35, 0.2);
}

.newsletter-banner::before,
.newsletter-banner::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.08);
}

.newsletter-banner::before {
  top: -12px;
  right: 44px;
  width: 120px;
  height: 120px;
}

.newsletter-banner::after {
  bottom: -16px;
  left: 70px;
  width: 84px;
  height: 84px;
}

.cta-banner__content,
.newsletter-banner__content {
  position: relative;
  z-index: 1;
}

.footer {
  margin-top: 72px;
  background: var(--blue-950);
  border-top: 2px solid rgba(239, 59, 54, 0.9);
  color: rgba(255,255,255,.78);
}

.footer__inner {
  display: grid;
  gap: 28px;
  padding: 54px 0 32px;
}

.footer__brand {
  max-width: 28rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-social__link:hover {
  transform: translateY(-2px);
  background: var(--yellow-500);
  border-color: var(--yellow-500);
  color: var(--white);
}

.footer-social__link svg {
  width: 18px;
  height: 18px;
}

.footer__section {
  min-width: 0;
}

.footer__section--map {
  width: 100%;
}

.footer a {
  color: rgba(255,255,255,.84);
}

.footer a:hover {
  color: var(--white);
}

.footer-title {
  margin: 0 0 14px;
  color: var(--yellow-500);
  font-family: "Work Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer .brand {
  font-size: 1.5rem;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links--contact {
  gap: 12px;
}

.footer-map {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-soft);
}

.footer-map iframe {
  display: block;
  width: 100%;
  min-height: 220px;
  border: 0;
  filter: grayscale(0.1) contrast(1.02);
}

.footer-contact-link {
  display: inline-flex;
  align-items: flex-start;
  min-width: 0;
  gap: 10px;
  line-height: 1.5;
}

.footer-contact-link span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-contact-link[href^="mailto:"] span:last-child {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  color: var(--yellow-500);
}

.footer-contact-icon svg {
  width: 18px;
  height: 18px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.footer-credit {
  color: rgba(255,255,255,.7);
}

.footer-credit a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(246, 189, 22, .75);
  text-underline-offset: 4px;
}

.footer-credit a:hover {
  color: var(--yellow-500);
}

.page-hero {
  padding: 24px 0 54px;
}

.page-hero--locations {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  padding: 0;
  background: #fff;
}

.page-hero--locations .location-top {
  width: 100%;
  max-width: none;
  min-height: 592px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 48.5% 51.5%;
  gap: 0;
}

.page-hero--locations .location-top__copy {
  align-self: center;
  max-width: none;
  padding: 32px 28px 42px 32px;
}

.page-hero--locations .location-top__copy .eyebrow,
.page-hero--locations .location-top__checker .eyebrow {
  color: #ef3333;
  font-size: 1.5rem;
  letter-spacing: 0.24em;
}

.page-hero--locations .display--small {
  max-width: 790px;
  margin-top: 24px !important;
  font-size: 3.95rem;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0;
}

.page-hero--locations .lede {
  max-width: 690px !important;
  margin-top: 34px !important;
  color: #5b5a63;
  font-size: 1.58rem;
  line-height: 1.55;
}

.page-hero--locations .location-top__media {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 592px !important;
  justify-self: stretch;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: #ef3333;
  box-shadow: none;
}

.page-hero--locations .location-top__media::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67%;
  height: 165px;
  background: rgba(43, 31, 31, 0.9);
  pointer-events: none;
}

.page-hero--locations .location-top__media > img {
  width: calc(100% + 46px);
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translateX(-23px);
}

.page-hero--locations .location-stat {
  display: none;
}

.page-hero--locations .location-top__checker {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  display: grid;
  width: min(540px, calc(100% - 52px));
  min-height: 264px;
  padding: 30px 28px 28px;
  border: 0;
  border-radius: 8px;
  background: #fffafa;
  box-shadow: 0 26px 64px rgba(35, 20, 20, 0.2);
}

.page-hero--locations .location-top__checker .field > .eyebrow {
  color: #ef3333;
}

.page-hero--locations + .section-sm {
  padding-top: 56px;
}

.page-hero__panel {
  display: grid;
  gap: 28px;
  padding: 26px;
  min-height: 472px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #f8eeee);
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow);
  align-items: center;
}

.page-hero > .container.location-top,
.page-hero > .container.services-split,
.page-hero > .container.blog-top {
  display: grid;
  gap: 28px;
  width: var(--container);
  margin-inline: auto;
  min-height: 472px;
  padding: 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #f8eeee);
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow);
  align-items: center;
}

.page-hero > .container.location-top > *,
.page-hero > .container.services-split > *,
.page-hero > .container.blog-top > *,
.page-hero__panel > * {
  min-width: 0;
}

.page-hero > .container.location-top > .image-frame,
.page-hero > .container.services-split > .image-frame,
.page-hero > .container.blog-top > .image-frame,
.page-hero__panel > .image-frame {
  min-height: 420px !important;
  height: 420px;
}

.page-hero > .container.location-top .lede,
.page-hero > .container.services-split .lede,
.page-hero > .container.blog-top .lede {
  max-width: 540px;
}

.page-hero--locations {
  padding: 24px 0 54px;
  background: transparent;
}

.page-hero--locations .location-top__copy {
  padding: 0;
}

.page-hero--locations .location-top__copy .eyebrow,
.page-hero--locations .location-top__checker .eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.page-hero--locations .display--small {
  max-width: none;
  margin-top: 14px !important;
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.05em;
}

.page-hero--locations .lede {
  max-width: 540px !important;
  margin-top: 18px !important;
  font-size: 1rem;
  line-height: 1.72;
}

.page-hero--locations .location-top__media {
  align-self: center;
  background: transparent;
}

.page-hero--locations .location-top__media::after {
  display: none;
}

.page-hero--locations .location-top__media > img {
  width: 100%;
  max-width: 100%;
  transform: none;
}

.page-hero--locations .location-top__checker {
  right: 18px;
  bottom: 18px;
  width: min(300px, calc(100% - 36px));
  min-height: 0;
  padding: 14px;
}

.page-hero--locations .location-top__checker .field {
  margin-bottom: 14px;
}

.page-hero--locations .location-top__checker .field > .eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.page-hero--locations .location-top__checker .field input {
  min-height: 50px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 0.95rem;
}

.thank-you-panel {
  gap: 22px;
}

.thank-you-links {
  display: grid;
  gap: 18px;
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(230, 57, 52, 0.1);
}

.thank-you-links__grid {
  gap: 16px;
}

.thank-you-link-card {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(251,245,245,0.96));
  border: 1px solid rgba(230, 57, 52, 0.1);
  box-shadow: var(--shadow-soft);
  color: var(--text-900);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.thank-you-link-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(230, 57, 52, 0.18);
}

.thank-you-link-card strong {
  font-family: "Work Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.12;
}

.thank-you-link-card span:last-child {
  color: var(--text-700);
  font-size: 0.94rem;
  line-height: 1.6;
}

.thank-you-link-card__eyebrow {
  color: #d92b2b;
  font-family: "Work Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero__stat,
.contact-score,
.location-stat {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 126px;
  padding: 16px;
  background: var(--blue-900);
  color: var(--white);
}

.about-hero__stat strong,
.contact-score strong,
.location-stat strong {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame--shadow {
  box-shadow: var(--shadow);
}

.accent-corner {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 88px;
  height: 88px;
  border-left: 8px solid var(--yellow-500);
  border-top: 8px solid var(--yellow-500);
}

.team-card h3,
.hub-card h3 {
  margin: 0 0 6px;
  font-size: 0.96rem;
  font-weight: 800;
}

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  margin-bottom: 14px;
}

.hub-card .meta-copy {
  font-size: 0.76rem;
  line-height: 1.45;
}

.hub-card .meta-copy br {
  display: none;
}

.fleet-section,
.packing-section {
  background: linear-gradient(135deg, #3a3a3a, #232323);
  color: var(--white);
}

.fleet-grid,
.split-grid {
  display: grid;
  gap: 28px;
}

.fleet-card {
  padding: 18px;
  border-left: 4px solid var(--yellow-500);
  background: rgba(255,255,255,.08);
}

.fleet-card h3 {
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-weight: 800;
}

.faq-layout,
.contact-layout,
.location-top,
.blog-top {
  display: grid;
  gap: 24px;
}

.faq-layout > *,
.contact-layout > *,
.location-top > *,
.blog-top > * {
  min-width: 0;
}

.location-authority {
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,241,241,0.98));
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow);
}

.location-authority__grid {
  display: grid;
  gap: 18px;
}

.location-authority__card {
  padding: 20px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow-soft);
}

.location-authority__card strong {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yellow-600);
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.location-authority__card h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  font-weight: 800;
}

.location-authority__panel {
  display: grid;
  gap: 20px;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #3a3a3a, #2b2b2b);
  color: var(--white);
}

.location-authority__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-authority__tags a,
.location-authority__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(230, 57, 52, 0.1);
  background: rgba(255,255,255,0.92);
  color: var(--blue-950);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(35, 35, 35, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.location-authority__tags a:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 57, 52, 0.24);
  background: linear-gradient(135deg, rgba(255,255,255,1), rgba(255,242,241,1));
  color: var(--blue-800);
  box-shadow: 0 16px 30px rgba(230, 57, 52, 0.12);
}

.services-location-coverage .location-authority__panel {
  position: relative;
  overflow: hidden;
  align-items: center;
  gap: 30px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(230, 57, 52, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 244, 0.98) 52%, rgba(244, 250, 255, 0.98));
  color: var(--blue-950);
  box-shadow: 0 24px 60px rgba(35, 35, 35, 0.1);
}

.services-location-coverage .location-authority__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, var(--blue-800), var(--yellow-500));
}

.services-location-coverage__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  max-width: 700px;
}

.services-location-coverage .eyebrow--feature {
  color: var(--blue-800);
}

.services-location-coverage .section-title--feature {
  margin: 0 !important;
  margin-inline: 0;
  max-width: 680px;
  color: var(--blue-950);
  font-size: clamp(1.85rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.services-location-coverage .copy {
  max-width: 640px;
  color: rgba(22, 32, 48, 0.78);
  font-size: 1rem;
  line-height: 1.8;
}

.services-location-coverage .location-authority__tags {
  position: relative;
  z-index: 1;
  align-content: center;
  gap: 10px;
}

.services-location-coverage .location-authority__tags a {
  min-height: 42px;
  padding: 0 15px;
  border-color: rgba(230, 57, 52, 0.16);
  background: var(--white);
  color: var(--blue-950);
  box-shadow: 0 12px 28px rgba(35, 35, 35, 0.08);
}

.difference-section {
  padding: 58px 0 44px;
  background: #ffffff;
}

.difference-section__layout {
  display: grid;
  gap: 58px;
}

.difference-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.difference-media {
  display: grid;
  grid-template-columns: minmax(0, 284px) minmax(0, 284px);
  gap: 16px;
  align-items: stretch;
}

.difference-media__stack,
.difference-media__column {
  display: grid;
  gap: 16px;
}

.difference-media__stack {
  grid-template-rows: 341px 184px;
}

.difference-media__column {
  grid-template-rows: 149px 376px;
}

.difference-media__card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.difference-media__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.difference-media__card--stat {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 12px;
  padding: 22px 20px 20px;
  min-height: 184px;
  background: #132f63;
  color: var(--white);
}

.difference-media__card--stat strong {
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: clamp(3.95rem, 7vw, 4.9rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.difference-media__card--stat span {
  display: block;
  max-width: 100%;
  color: rgba(255,255,255,0.82);
  font-family: "Work Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.36;
  text-transform: uppercase;
}

.difference-media__card--badge {
  display: grid;
  place-items: center;
  padding: 17px 19px 18px;
  background: #f53a33;
  color: #ffffff;
  text-align: center;
}

.difference-badge {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: start;
}

.difference-badge__cube {
  position: relative;
  width: 31px;
  height: 24px;
  border-radius: 2px;
  background: #ffffff;
  transform: skewX(-24deg);
}

.difference-badge__cube::before,
.difference-badge__cube::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.difference-badge__cube::before {
  top: -7px;
  left: 4px;
  width: 22px;
  height: 11px;
  border-radius: 2px 2px 1px 1px;
  transform: skewX(50deg);
}

.difference-badge__cube::after {
  top: 0;
  right: -7px;
  width: 9px;
  height: 24px;
  border-radius: 0 2px 2px 0;
  transform: skewY(40deg);
}

.difference-media__card--badge p {
  margin: 0;
  max-width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.difference-copy {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  height: 100%;
}

.difference-copy__eyebrow {
  display: inline-block;
  color: #f3221c;
  font-family: "Work Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.difference-copy__title {
  margin: 18px 0 0;
  max-width: 15ch;
  color: #161f36;
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.difference-copy__title em {
  font-style: normal;
  color: var(--yellow-500);
}

.difference-media__card--truck {
  margin-top: 24px;
  min-height: 0;
  height: 100%;
  border-radius: 14px;
}

.difference-media__card--truck img {
  object-fit: contain;
  object-position: center center;
}

.difference-media__card--support {
  min-height: 376px;
}

.difference-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}

.difference-point {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.difference-point__number {
  display: block;
  min-width: 86px;
  text-align: left;
  color: rgba(243, 58, 51, 0.16);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 3.95rem;
  line-height: 0.82;
  letter-spacing: -0.075em;
  transform: translateY(-2px);
}

.difference-point h3 {
  margin: 0;
  color: #1b2338;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.16rem, 1.45vw, 1.26rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.difference-point p {
  margin: 12px 0 0;
  max-width: 31ch;
  color: #5b6373;
  font-size: 0.93rem;
  line-height: 1.72;
}

.coverage-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 84px;
  background:
    radial-gradient(circle at 52% 42%, rgba(230, 57, 52, 0.16), transparent 0 28%),
    linear-gradient(180deg, var(--blue-950) 0%, var(--blue-900) 100%);
}

.coverage-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    radial-gradient(circle at top center, rgba(230, 57, 52, 0.1), transparent 0 32%);
  pointer-events: none;
}

.coverage-section .container {
  position: relative;
  z-index: 1;
}

.coverage-section__heading {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.coverage-section__eyebrow {
  display: inline-block;
  color: var(--blue-700);
  font-family: "Work Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.coverage-section__title {
  margin: 14px auto 0;
  max-width: 860px;
  color: var(--white);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-align: center;
  text-transform: none;
}

.coverage-section__title em {
  font-style: italic;
  color: var(--blue-700);
}

.coverage-section__copy {
  margin: 18px auto 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.7;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 52px;
}

.coverage-card {
  padding: 42px 38px 34px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.coverage-card__top {
  display: flex;
  align-items: center;
  gap: 22px;
}

.coverage-card__icon {
  width: 116px;
  height: 116px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-800));
  box-shadow: 0 10px 24px rgba(230, 57, 52, 0.22);
}

.coverage-card__icon svg {
  width: 44px;
  height: 44px;
}

.coverage-card h3 {
  margin: 0;
  color: var(--white);
  font-family: "Work Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.coverage-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.coverage-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Work Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.coverage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue-700);
  box-shadow: 0 0 0 4px rgba(230, 57, 52, 0.12);
}

.faq-banner {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3a3a3a, #e63934);
  color: var(--white);
}

.faq-banner::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 26px;
  width: 130px;
  height: 100px;
  opacity: 0.12;
  background:
    linear-gradient(var(--white), var(--white)) 42px 20px / 70px 44px no-repeat,
    linear-gradient(var(--white), var(--white)) 72px 4px / 26px 20px no-repeat,
    radial-gradient(circle, var(--white) 0 10px, transparent 11px) 18px 76px / 20px 20px no-repeat,
    radial-gradient(circle, var(--white) 0 10px, transparent 11px) 84px 76px / 20px 20px no-repeat;
}

.search-input {
  width: min(100%, 360px);
  padding: 0.95rem 1rem;
  border: 0;
  border-radius: 4px;
  background: var(--white);
}

.faq-sidebar,
.contact-form-card,
.contact-aside,
.map-card {
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow);
}

.faq-sidebar,
.contact-aside,
.contact-form-card {
  padding: 18px;
}

.contact-form-card .field label {
  display: block;
  margin-bottom: 8px;
  color: #6e5a5a;
  font-family: "Work Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form-card .field input,
.contact-form-card .field select,
.contact-form-card .field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(230, 57, 52, 0.12);
  border-radius: 14px;
  background: #fff;
  color: var(--text-900);
  font-size: 0.95rem;
  box-shadow: 0 10px 24px rgba(35, 35, 35, 0.04);
}

.contact-form-card .field input::placeholder,
.contact-form-card .field textarea::placeholder {
  color: #8f8a8a;
}

.contact-form-card .field textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form-card .field input:focus,
.contact-form-card .field select:focus,
.contact-form-card .field textarea:focus {
  outline: none;
  border-color: rgba(230, 57, 52, 0.34);
  box-shadow: 0 0 0 4px rgba(230, 57, 52, 0.08);
}

.contact-form-card .status-text {
  color: var(--blue-900);
}

.coverage-checker .field {
  position: relative;
  margin-bottom: 32px;
}

.coverage-checker .field input {
  min-height: 74px;
  padding: 0 24px;
  border-radius: 20px;
  border-color: rgba(230, 57, 52, 0.14);
  box-shadow: none;
  font-size: 1.45rem;
}

.coverage-checker .address-suggestions {
  top: calc(100% - 8px);
}

.coverage-checker__result {
  display: none;
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(230, 57, 52, 0.12);
  background: #fff8f7;
}

.coverage-checker__result.is-success,
.coverage-checker__result.is-review {
  display: grid;
  gap: 8px;
}

.coverage-checker__result.is-success {
  border-color: rgba(22, 135, 82, 0.18);
  background: #f2fbf6;
}

.coverage-checker__result strong {
  color: var(--blue-950);
  font-family: "Work Sans", sans-serif;
  font-size: 0.92rem;
  line-height: 1.3;
}

.coverage-checker__result span {
  color: var(--text-700);
  font-size: 0.82rem;
  line-height: 1.45;
}

.coverage-checker__result .btn {
  width: 100%;
  min-width: 0;
  margin-top: 2px;
}

.page-hero--locations .coverage-checker > .btn-primary {
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-quote-actions .btn {
  min-width: 190px;
}

.contact-form-card .btn-primary {
  min-width: 142px;
  margin-top: 8px;
}

.category-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text-700);
  font-size: 0.86rem;
  cursor: pointer;
}

.category-item.is-active {
  background: var(--yellow-500);
  color: var(--blue-950);
  border-color: transparent;
  font-weight: 700;
}

.faq-stack {
  display: grid;
  gap: 16px;
}

.faq-card {
  overflow: hidden;
  padding: 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(230, 57, 52, 0.08), transparent 0 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,244,244,0.96));
  border: 1px solid rgba(230, 57, 52, 0.1);
  box-shadow: 0 18px 44px rgba(35, 35, 35, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(35, 35, 35, 0.1);
  border-color: rgba(230, 57, 52, 0.18);
}

.faq-card.is-open {
  background:
    radial-gradient(circle at top right, rgba(255, 103, 90, 0.22), transparent 0 38%),
    linear-gradient(135deg, #2d2d2d, #3b3b3b 62%, #454545);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(35, 35, 35, 0.18);
}

.faq-card.is-open .faq-question,
.faq-card.is-open .faq-answer {
  color: var(--white);
}

.faq-card.is-open .faq-question::after {
  background: rgba(255,255,255,0.14);
  color: var(--white);
  content: "−";
}

.faq-card.is-open .faq-answer {
  display: block;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  border: 0;
  background: transparent;
  color: var(--text-900);
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(230, 57, 52, 0.08);
  color: var(--yellow-500);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.faq-answer {
  display: none;
  padding: 0 28px 26px;
  color: var(--text-700);
}

.faq-answer .copy {
  max-width: 980px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
}

.faq-card.is-open .faq-answer .copy {
  color: rgba(255,255,255,0.82);
}

.faq-answer a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
}

.share-panel {
  position: relative;
  display: grid;
  gap: 28px;
  padding: 42px 36px;
  justify-items: center;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 108, 95, 0.2), transparent 0 34%),
    radial-gradient(circle at left center, rgba(255, 255, 255, 0.92), transparent 0 28%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(252,244,244,0.95) 44%, rgba(247,236,236,0.92));
  border: 1px solid rgba(230, 57, 52, 0.12);
  box-shadow: 0 28px 70px rgba(35, 35, 35, 0.08), inset 0 1px 0 rgba(255,255,255,0.55);
  text-align: center;
}

.share-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.3), transparent 38%),
    radial-gradient(circle at 82% 18%, rgba(239, 59, 54, 0.08), transparent 0 24%);
  pointer-events: none;
}

.share-panel__intro {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.share-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.share-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0.95rem 1.25rem;
  border: 1px solid rgba(230, 57, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  color: var(--blue-950);
  font-family: "Work Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 12px 24px rgba(35, 35, 35, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.share-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(239, 59, 54, 0.14), rgba(255, 129, 117, 0.18));
  color: var(--yellow-500);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.share-chip__icon svg {
  width: 16px;
  height: 16px;
}

.share-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(230, 57, 52, 0.24);
  background: linear-gradient(135deg, rgba(239, 59, 54, 0.94), rgba(255, 109, 95, 0.94));
  color: var(--white);
  box-shadow: 0 18px 34px rgba(230, 57, 52, 0.18);
}

.share-chip:hover .share-chip__icon {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.price-boxes {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.price-box {
  padding: 16px;
  border-radius: 6px;
  background: rgba(255,255,255,.12);
}

.promo-grid,
.blog-grid {
  display: grid;
  gap: 20px;
}

.channel-list {
  display: grid;
  gap: 12px;
}

.channel-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.channel-card > div {
  min-width: 0;
}

.channel-card__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--blue-100);
  color: var(--blue-900);
  font-weight: 800;
}

.contact-side-card {
  margin-top: 18px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-800));
  color: var(--white);
}

.map-preview {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #fff7f6);
  border: 1px solid rgba(230, 57, 52, 0.08);
  box-shadow: var(--shadow-soft);
}

.map-preview iframe {
  display: block;
  width: 100%;
  min-height: 250px;
  border: 0;
}

.map-preview__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,246,245,1));
  border-top: 1px solid rgba(230, 57, 52, 0.12);
  color: var(--blue-950);
  font-family: "Work Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.newsletter-form input {
  flex: 1 1 240px;
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px;
}

.blog-card img {
  margin-bottom: 14px;
  border-radius: 4px;
}

.blog-card small {
  color: var(--text-700);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 720px) {
  .services-carousel {
    --services-per-view: 2;
    --services-gap: 22px;
  }

  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero__panel {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .page-hero > .container.location-top,
  .page-hero > .container.services-split,
  .page-hero > .container.blog-top {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .page-hero > .container.blog-top > .image-frame {
    order: 2;
  }

  .page-hero > .container.blog-top > :not(.image-frame) {
    order: 1;
  }

  .footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .price-boxes,
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-authority__grid,
  .location-authority__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .services-carousel {
    --services-per-view: 3;
    --services-gap: 24px;
  }

  .site-header__actions {
    display: contents;
  }

  .mobile-call-link {
    display: none;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: block;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .site-nav__list {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .site-nav__item--has-submenu {
    padding-bottom: 12px;
    margin-bottom: -12px;
  }

  .nav-group {
    gap: 0;
  }

  .submenu-toggle {
    display: none;
  }

  .site-nav__item--has-submenu:hover .submenu,
  .site-nav__item--has-submenu:focus-within .submenu {
    display: grid;
    gap: 6px;
  }

  .submenu {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 12px;
    z-index: 20;
  }

  .header-cta {
    display: flex;
  }

  .hero-home__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 460px);
    align-items: stretch;
  }

  .hero-home__copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    min-height: 100%;
    max-width: 600px;
  }

  .hero-home__copy .display {
    max-width: 600px;
    font-size: clamp(2.2rem, 3.7vw, 3.7rem);
  }

  .hero-home__copy .copy {
    max-width: 470px;
  }

  .hero-home__lead {
    max-width: 34rem;
  }

  .hero-trust {
    margin-top: auto;
  }

  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-authority__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fleet-grid,
  .split-grid,
  .faq-layout,
  .contact-layout,
  .location-top,
  .blog-top {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }

  .page-hero--locations .location-top {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .faq-layout {
    grid-template-columns: 280px 1fr;
  }

  .contact-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
  }

  .services-split--reverse > :first-child {
    order: 2;
  }

  .services-split--reverse > :last-child {
    order: 1;
  }
}

@media (max-width: 979px) {
  .display {
    font-size: clamp(2.1rem, 6.3vw, 3.3rem);
    line-height: 1;
  }

  .section-title {
    font-size: clamp(1.7rem, 4.5vw, 2.3rem);
    line-height: 1.1;
  }

  .section-title--feature {
    max-width: 15ch;
    font-size: clamp(1.9rem, 5.2vw, 2.7rem);
    line-height: 1.08;
  }

  .copy,
  .lede {
    font-size: 1rem;
    line-height: 1.7;
  }

  .meta-copy {
    font-size: 0.86rem;
    line-height: 1.6;
  }

  .card-title,
  .process-item h3,
  .difference-point h3,
  .promo-card .card-title,
  .coverage-card h3 {
    font-size: 1.08rem;
    line-height: 1.16;
  }

  .nav-link,
  .phone-link,
  .btn {
    font-size: 0.74rem;
  }

  .container {
    width: min(calc(100% - 24px), 100%);
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    font-size: 16px !important;
  }

  .site-header__inner {
    gap: 10px;
  }

  .mobile-quote-trigger {
    display: inline-flex;
  }

  .nav-group {
    justify-content: space-between;
  }

  .nav-group .nav-link {
    flex: 1 1 auto;
  }

  .submenu {
    margin: 4px 0 2px 12px;
  }

  .hero-home {
    min-height: auto;
  }

  .hero-feature-band {
    display: none;
  }

  .hero-home__inner {
    padding: 56px 0 36px;
    gap: 18px;
  }

  .hero-home__copy {
    padding-top: 0;
    max-width: 100%;
  }

  .hero-feature-band {
    margin-top: -26px;
  }

  .hero-feature-band__card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
  }

  .hero-feature {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }

  .hero-feature__icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .hero-feature__icon svg {
    width: 30px;
    height: 30px;
  }

  .coverage-section {
    padding: 72px 0 68px;
  }

  .difference-section {
    padding: 72px 0 64px;
  }

  .difference-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .difference-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
  }

  .services-showcase__body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .services-showcase__figure {
    order: -1;
    min-height: auto;
  }

  .services-showcase__figure img {
    width: min(100%, 300px);
    max-height: 380px;
  }

  .difference-copy__title {
    max-width: 12ch;
  }

  .difference-points {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
  }

  .difference-point p {
    max-width: 100%;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .coverage-card {
    padding: 30px 28px;
    border-radius: 30px;
  }

  .coverage-card__icon {
    width: 92px;
    height: 92px;
    border-radius: 24px;
  }

  .coverage-card__icon svg {
    width: 36px;
    height: 36px;
  }

  .coverage-card h3 {
    font-size: clamp(1.9rem, 4vw, 2.5rem);
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .quote-card {
    margin-left: 0;
    max-width: none;
  }

  .hero-home > .container .quote-card,
  .hero-home__inner > .quote-card,
  .hero-home .quote-card {
    display: none;
  }

  .page-main {
    padding-top: 78px;
  }

  .page-hero {
    padding: 28px 0 44px;
  }

  .page-hero--locations {
    padding-bottom: 28px;
    background: #fff;
  }

  .page-hero--locations + .section-sm {
    padding-top: 38px;
  }

  .page-hero--locations .location-top {
    width: var(--container);
    min-height: 0;
    padding-left: 0;
    gap: 28px;
  }

  .page-hero--locations .location-top__copy {
    max-width: none;
    padding: 0;
  }

  .page-hero--locations .display--small {
    max-width: 14ch;
    font-size: clamp(2.4rem, 7vw, 3.65rem);
  }

  .page-hero--locations .lede {
    max-width: 720px !important;
    font-size: clamp(1.02rem, 2.2vw, 1.28rem);
  }

  .page-hero--locations .location-top__media {
    min-height: clamp(440px, 64vw, 560px) !important;
    border-left-width: 16px;
    border-radius: 0 0 8px 8px;
  }

  .page-hero--locations .image-frame {
    min-height: clamp(440px, 64vw, 560px) !important;
  }

  .page-hero__panel,
  .faq-banner,
  .contact-form-card,
  .contact-aside,
  .faq-sidebar,
  .map-card {
    padding: 22px;
  }

  .services-split,
  .fleet-grid,
  .split-grid,
  .faq-layout,
  .contact-layout,
  .location-top,
  .blog-top {
    grid-template-columns: 1fr;
  }

  .service-card[style*="grid-column: span 2"] {
    grid-column: auto !important;
  }

  .process-line {
    display: none;
  }

  .process-grid {
    gap: 20px;
  }

  .reviews-summary {
    display: grid;
    gap: 12px;
  }

  .reviews-summary__topline {
    flex-wrap: wrap;
    gap: 16px;
  }

  .reviews-summary__topline > * {
    min-width: 0;
  }

  .reviews-google-badge {
    padding: 12px 16px;
  }

  .blog-grid,
  .promo-grid,
  .price-boxes {
    grid-template-columns: 1fr;
  }

  .header-cta .btn {
    min-height: 44px;
    padding-inline: 1rem;
  }

  .reviews-slider {
    grid-template-columns: 1fr;
  }

  .reviews-slider__arrow {
    display: none;
  }

  .premium-story__panel {
    padding: 34px 28px;
    border-radius: 28px;
  }

  .premium-story--experts .premium-story__watermark img {
    opacity: 0.14;
  }

  .premium-story__body {
    column-count: 1;
  }

  .premium-story__feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 719px) {
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  .quote-card .field input:not([type="checkbox"]),
  .quote-card .field select,
  .quote-card .field textarea,
  .mobile-quote-form .field input:not([type="checkbox"]),
  .mobile-quote-form .field select,
  .mobile-quote-form .field textarea,
  .contact-form-card .field input,
  .contact-form-card .field select,
  .contact-form-card .field textarea,
  .coverage-checker .field input,
  .search-input,
  .newsletter-form input {
    font-size: 16px !important;
  }

  .js-motion [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .section,
  .section-sm {
    padding: 56px 0;
  }

  .display {
    font-size: clamp(1.95rem, 8.8vw, 2.7rem);
    line-height: 1.02;
  }

  .section-title {
    font-size: clamp(1.5rem, 6.4vw, 1.95rem);
    line-height: 1.12;
  }

  .section-title--feature {
    max-width: 16ch;
    font-size: clamp(1.72rem, 7.6vw, 2.3rem);
    line-height: 1.1;
  }

  .section-heading,
  .section-heading--center {
    text-align: center;
  }

  .section-heading .section-title,
  .section-heading .section-title--feature,
  .section-heading .eyebrow {
    margin-inline: auto;
    text-align: center;
  }

  .hero-kicker,
  .reviews-google-badge,
  .btn,
  .phone-link {
    max-width: 100%;
  }

  .hero-kicker {
    justify-content: center;
    padding: 10px 14px;
    min-height: 0;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  .reviews-google-badge {
    justify-content: center;
    text-align: center;
  }

  .review-card__top {
    flex-wrap: wrap;
  }

  .copy,
  .lede {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .meta-copy {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .card-title,
  .process-item h3,
  .difference-point h3,
  .promo-card .card-title,
  .coverage-card h3,
  .review-card__top h3 {
    font-size: 1.02rem;
    line-height: 1.16;
  }

  .footer {
    margin-top: 56px;
  }

  .footer__inner {
    padding: 42px 0 24px;
    gap: 20px;
  }

  .footer__brand,
  .footer__section {
    text-align: center;
    justify-self: center;
    width: min(100%, 28rem);
  }

  .footer-social {
    justify-content: center;
  }

  .footer__section--map {
    width: min(100%, 28rem);
  }

  .footer-links {
    justify-items: center;
  }

  .footer-contact-link {
    justify-content: center;
    text-align: left;
  }

  .footer-contact-link[href^="mailto:"] span:last-child {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .footer-bottom {
    padding: 16px 0 22px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .share-panel {
    gap: 20px;
    padding: 24px 20px;
  }

  .share-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .share-chip {
    width: 100%;
  }

  .premium-story::before {
    inset: 10px 0;
  }

  .premium-story__panel {
    padding: 28px 20px 24px;
    border-radius: 24px;
  }

  .premium-story--experts .premium-story__watermark img {
    opacity: 0.12;
  }

  .premium-story__panel::before {
    left: 20px;
    width: 74px;
  }

  .premium-story__title {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .premium-story__lead,
  .premium-story__body p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .premium-story__tags {
    gap: 10px;
    margin-top: 20px;
  }

  .premium-story__tags span {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    text-align: center;
  }

  .premium-story__list-block {
    margin-top: 26px;
    padding: 20px 16px;
    border-radius: 22px;
  }

  .premium-story__list-title {
    font-size: 1.04rem;
  }

  .premium-story__feature-list li {
    min-height: 50px;
    padding: 12px 14px 12px 42px;
    border-radius: 16px;
  }

  .premium-story__feature-list li::before {
    left: 14px;
    width: 16px;
    height: 16px;
  }

  .services-carousel {
    grid-template-columns: 1fr;
    padding: 20px 0 10px;
    --services-gap: 18px;
  }

  .services-carousel__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scroll-snap-stop: always;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    scroll-padding-inline: 0;
    padding: 0 0 12px;
  }

  .services-carousel__viewport::-webkit-scrollbar {
    display: none;
  }

  .services-carousel__track {
    width: max-content;
    padding-right: calc(var(--services-gap) + (var(--services-card-width) / 3));
  }

  .services-carousel__arrow {
    display: none;
  }

  .services-carousel__dots {
    display: flex;
    align-items: center;
    width: min(168px, 46vw);
    margin: 10px auto 0;
    gap: 4px;
    padding: 3px;
    border-radius: 999px;
    background: rgba(230, 57, 52, 0.12);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7);
  }

  .services-carousel__dot {
    flex: 1 1 0;
    width: auto;
    height: 6px;
    border-radius: 999px;
    background: transparent;
  }

  .services-carousel__dot.is-active {
    background: var(--yellow-500);
    box-shadow: 0 4px 10px rgba(239, 59, 54, 0.24);
  }

  .services-showcase {
    padding: 44px 0 34px;
  }

  .services-showcase::before,
  .services-showcase::after {
    height: 10px;
  }

  .services-showcase__title {
    max-width: 100%;
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }

  .services-showcase__lead {
    font-size: 0.96rem;
  }

  .services-showcase__slider {
    --services-gap: 0px;
    min-width: 0;
  }

  .services-showcase__body {
    grid-template-columns: minmax(0, 1.24fr) minmax(78px, 0.76fr);
    align-items: stretch;
    gap: 8px;
  }

  .services-carousel--showcase .services-carousel__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .services-carousel--showcase .services-carousel__viewport::-webkit-scrollbar {
    display: none;
  }

  .services-carousel--showcase .services-carousel__track {
    width: max-content;
    gap: 0;
    padding-right: 0;
  }

  .services-carousel--showcase .showcase-service-card {
    flex: 0 0 var(--services-card-width);
    min-width: var(--services-card-width);
  }

  .showcase-service-card__media {
    aspect-ratio: 16 / 10.5;
  }

  .services-showcase__figure {
    order: 0;
    display: flex;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    justify-content: flex-end;
    overflow: hidden;
  }

  .services-showcase__figure img {
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: 118%;
    max-height: none;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
    transform: translate(8%, 0) scale(1.14);
    transform-origin: right bottom;
  }

  .showcase-service-card h3 {
    font-size: 1.06rem;
  }

  .showcase-service-card p {
    font-size: 0.92rem;
  }

  .services-carousel--showcase .services-carousel__dot.is-active {
    background: #ff463d;
  }

  .section {
    padding: 76px 0;
  }

  .section-sm {
    padding: 60px 0;
  }

  .site-header__inner {
    gap: 8px;
    min-height: 72px;
  }

  .brand {
    flex: 0 1 clamp(112px, 34vw, 150px);
    max-width: clamp(112px, 34vw, 150px);
  }

  .brand__logo {
    width: 100%;
    max-height: 40px;
  }

  .container {
    width: min(calc(100% - 24px), 100%);
  }

  .site-header__actions {
    gap: 6px;
    flex: 0 0 auto;
  }

  .service-grid-wrap {
    padding: 20px 0 22px;
    border-radius: 22px;
  }

  .mobile-call-link {
    width: 38px;
    height: 38px;
  }

  .mobile-quote-trigger {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .mobile-call-link svg {
    width: 16px;
    height: 16px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .page-main {
    padding-top: 74px;
  }

  .page-hero--locations {
    padding-top: 82px;
    padding-bottom: 22px;
  }

  .page-hero--locations + .section-sm {
    padding-top: 30px;
  }

  .page-hero--locations .location-top {
    gap: 22px;
  }

  .page-hero--locations .display--small {
    max-width: 13ch;
    font-size: clamp(2rem, 10.5vw, 3rem);
    line-height: 1;
  }

  .page-hero--locations .location-top__media {
    display: grid;
    gap: 16px;
    min-height: 0 !important;
    overflow: visible;
    border-left-width: 10px;
    border-radius: 0 0 8px 8px;
    background: #ef3333;
  }

  .page-hero--locations .location-top__media::after {
    display: none;
  }

  .page-hero--locations .location-top__media > img {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  .page-hero--locations .location-top__checker {
    position: static;
    width: calc(100% - 16px);
    min-height: 0;
    margin: 0 0 16px auto;
    padding: 20px;
  }

  .coverage-checker .field input {
    min-height: 58px;
    font-size: 1rem;
  }

  .page-hero--locations .coverage-checker > .btn-primary {
    min-height: 56px;
  }

  .site-nav {
    left: 10px;
    right: 10px;
    padding: 10px;
  }

  .page-hero__panel,
  .faq-banner,
  .contact-form-card,
  .contact-aside,
  .faq-sidebar,
  .map-card {
    padding: 18px;
  }

  .map-preview iframe {
    min-height: 220px;
  }

  .nav-link,
  .submenu-link,
  .phone-link {
    letter-spacing: 0.08em;
  }

  .hero-home__inner {
    padding: 12px 0 20px;
  }

  .hero-home__copy,
  .hero-trust,
  .hero-trust__item,
  .quote-card {
    min-width: 0;
  }

  .hero-home__copy .display {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.9rem);
    line-height: 0.98;
  }

  .hero-home__copy .copy,
  .hero-home__copy .display,
  .hero-trust,
  .quote-card {
    max-width: 100%;
  }

  .hero-home__copy .copy {
    font-size: 0.98rem;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .pac-container {
    max-width: calc(100vw - 12px) !important;
    width: calc(100vw - 12px) !important;
    margin-top: 4px;
    border-radius: 12px;
  }

  .pac-item {
    padding: 12px 12px 12px 36px;
  }

  .pac-icon {
    left: 10px;
    top: 16px;
    transform: scale(0.82);
  }

  .coverage-section {
    padding: 60px 0;
  }

  .coverage-section__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.22em;
  }

  .coverage-section__title {
    margin-top: 14px;
    font-size: clamp(2.4rem, 12vw, 4rem);
    line-height: 0.96;
  }

  .coverage-section__copy {
    margin-top: 14px;
    font-size: 0.98rem;
  }

  .coverage-grid {
    margin-top: 30px;
    gap: 16px;
  }

  .difference-section {
    padding: 58px 0 52px;
  }

  .difference-hero {
    gap: 28px;
  }

  .difference-media {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .difference-media__stack,
  .difference-media__column {
    gap: 18px;
    grid-template-rows: auto;
  }

  .difference-media__card {
    border-radius: 18px;
  }

  .difference-media__card--photo,
  .difference-media__card--support {
    min-height: 250px;
  }

  .difference-media__card--stat,
  .difference-media__card--badge {
    min-height: 180px;
  }

  .difference-copy__eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.2em;
  }

  .difference-copy__title {
    margin-top: 16px;
    max-width: 10ch;
    font-size: clamp(2.1rem, 11vw, 3.1rem);
    line-height: 0.98;
  }

  .difference-points {
    gap: 22px;
    padding-top: 28px;
  }

  .difference-point {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .difference-point__number {
    min-width: 72px;
    font-size: clamp(2.35rem, 9vw, 3rem);
    transform: none;
  }

  .difference-point h3 {
    font-size: 1.08rem;
    line-height: 1.1;
  }

  .difference-point p {
    margin-top: 8px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .coverage-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .coverage-card__top {
    gap: 14px;
    align-items: center;
  }

  .coverage-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .coverage-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .coverage-card h3 {
    font-size: 1.9rem;
    line-height: 1;
  }

  .coverage-card p {
    margin-top: 6px;
    font-size: 0.92rem;
  }

  .coverage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    margin-top: 24px;
  }

  .coverage-list li {
    font-size: 0.88rem;
    padding-left: 22px;
  }

  .coverage-list li::before {
    width: 10px;
    height: 10px;
  }

  .hero-feature-band {
    margin-top: -18px;
  }

  .hero-feature-band__card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
  }

  .hero-feature {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-feature__icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .hero-feature__icon svg {
    width: 24px;
    height: 24px;
  }

  .hero-feature h2 {
    font-size: 1rem;
  }

  .hero-feature p {
    margin-top: 4px;
    font-size: 0.92rem;
  }

  .hero-home__actions,
  .step-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-home__actions {
    gap: 16px;
  }

  .hero-proof-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100%, 360px);
    padding: 8px;
  }

  .hero-proof-strip__item {
    justify-content: center;
    min-height: 48px;
    padding: 8px 12px;
  }

  .hero-proof-strip strong,
  .hero-proof-strip span:not(.hero-proof-strip__check) {
    font-size: 0.82rem;
  }

  .hero-home__actions .btn,
  .step-actions .btn,
  .cta-banner__content .btn,
  .newsletter-form .btn,
  .newsletter-form input {
    width: 100%;
  }

  .quote-card__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-card {
    --quote-card-height: calc(100svh - 108px);
    width: 100%;
    max-width: none;
    margin-inline: auto;
    height: var(--quote-card-height);
    max-height: var(--quote-card-height);
    padding: 10px 10px 8px;
    border-radius: 14px;
  }

  .quote-card form {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding-right: 0;
  }

  .quote-step.is-active {
    gap: 8px;
    padding-right: 0;
    overflow: hidden;
  }

  .quote-step--final {
    justify-content: flex-start;
  }

  .quote-step__intro {
    margin-bottom: 4px;
    font-size: 0.7rem;
    line-height: 1.45;
  }

  .quote-card__header {
    gap: 8px;
    margin-bottom: 6px;
  }

  .quote-card__title {
    font-size: 0.9rem;
  }

  .progress {
    margin-bottom: 8px;
  }

  .quote-card .field {
    margin-bottom: 8px;
  }

  .quote-addresses {
    gap: 6px;
  }

  .quote-step__grid--two {
    grid-template-columns: 1fr;
  }


  .quote-card .field label {
    margin-bottom: 4px;
    font-size: 0.47rem;
    letter-spacing: 0.1em;
  }

  .quote-card .field input:not([type="checkbox"]),
  .quote-card .field select,
  .quote-card .field textarea {
    max-width: 100%;
    min-height: 38px;
    padding: 0.62rem 0.75rem;
    font-size: 16px;
    border-radius: 9px;
  }

  .quote-card .field--select::after {
    right: 12px;
    top: 33px;
    width: 7px;
    height: 7px;
  }

  .quote-addresses .field input {
    font-size: 16px;
  }

  .quote-card .field textarea {
    min-height: 42px;
  }

  .quote-card .field input:not([type="checkbox"]):focus,
  .quote-card .field select:focus,
  .quote-card .field textarea:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
  }

  .option-grid,
  .option-grid--checkboxes {
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .option-pill {
    min-height: 36px;
    padding: 0.45rem 0.58rem;
    border-radius: 9px;
    font-size: 0.68rem;
  }

  .option-pill span {
    padding-right: 16px;
    font-size: 0.66rem;
    line-height: 1.12;
  }

  .option-pill::after {
    right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }

  .field-error,
  .status-text {
    min-height: 0.65rem;
    margin-top: 2px;
    font-size: 0.6rem;
  }

  .step-actions {
    margin-top: auto;
    gap: 6px;
    padding-top: 4px;
  }

  .step-actions .btn {
    min-height: 38px;
    padding: 0.62rem 0.75rem;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .service-grid-wrap {
    padding: 20px;
    border-radius: 18px;
  }

  .service-card,
  .value-card,
  .team-card,
  .testimonial-card,
  .faq-card,
  .blog-card,
  .channel-card,
  .hub-card,
  .promo-card {
    padding: 20px;
    border-radius: 18px;
  }

  .faq-question {
    padding: 20px 22px;
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 22px 22px;
  }

  .faq-question::after {
    width: 38px;
    height: 38px;
  }

  .cta-banner,
  .newsletter-banner {
    padding: 40px 22px;
    border-radius: 22px;
  }

  .faq-banner::after,
  .accent-corner {
    display: none;
  }

  .image-frame[style*="min-height:420px"] {
    min-height: 300px !important;
  }

  .image-frame[style*="min-height:380px"] {
    min-height: 280px !important;
  }

  .image-frame[style*="min-height:360px"] {
    min-height: 260px !important;
  }

  .image-frame[style*="min-height:320px"] {
    min-height: 240px !important;
  }

  .about-hero__stat,
  .contact-score,
  .location-stat {
    width: auto;
    min-width: 110px;
    padding: 14px;
  }

  .about-hero__stat strong,
  .contact-score strong,
  .location-stat strong {
    font-size: 1.6rem;
  }

  .reviews-summary__rating {
    font-size: 2.2rem;
  }
}

@media (min-width: 720px) and (max-width: 979px) {
  .reviews-slider {
    --reviews-gap: 22px;
    --reviews-per-view: 2;
  }

  .review-card {
    min-height: 100%;
  }

  .hero-home__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    align-items: start;
    gap: 24px;
    padding: 72px 0 44px;
  }

  .hero-home__copy {
    max-width: 500px;
  }

  .hero-home__copy .display {
    max-width: 500px;
    font-size: clamp(2.25rem, 5vw, 3.4rem);
  }

  .hero-home__copy .copy {
    max-width: 460px;
  }

  .hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-card {
    --quote-card-height: 486px;
    width: min(100%, 340px);
    max-width: 340px;
    height: var(--quote-card-height);
    margin-left: auto;
    padding: 18px 18px 14px;
  }

  .quote-step--final {
    justify-content: flex-start;
  }

  .quote-card .field input:not([type="checkbox"]),
  .quote-card .field select,
  .quote-card .field textarea {
    min-height: 44px;
    padding: 0.8rem 0.9rem;
    font-size: 0.84rem;
  }

  .quote-card .field--select::after {
    top: 38px;
    right: 14px;
    width: 8px;
    height: 8px;
  }

  .quote-addresses .field input {
    font-size: 0.82rem;
  }

  .quote-card .field label {
    font-size: 0.52rem;
  }

  .quote-card .field input:not([type="checkbox"]):focus,
  .quote-card .field select:focus,
  .quote-card .field textarea:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
  }

  .services-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
  }

  .services-split--reverse > :first-child {
    order: 2;
  }

  .services-split--reverse > :last-child {
    order: 1;
  }

  .fleet-grid,
  .split-grid,
  .faq-layout,
  .contact-layout,
  .location-top,
  .blog-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .page-hero--locations .location-top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .faq-layout {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-grid,
  .price-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-slider {
    grid-template-columns: auto 1fr auto;
  }

  .reviews-slider__arrow {
    display: inline-flex;
  }
}

@media (min-width: 720px) and (max-width: 859px) {
  .hero-home__inner {
    grid-template-columns: 1fr;
  }

  .hero-home__copy,
  .hero-home__copy .display,
  .hero-home__copy .copy {
    max-width: 100%;
  }

  .quote-card {
    width: min(100%, 460px);
    max-width: 460px;
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .display {
    font-size: clamp(1.72rem, 8.8vw, 2.18rem);
    line-height: 1.04;
  }

  .display--small {
    font-size: clamp(1.5rem, 8vw, 1.95rem);
  }

  .section-title {
    font-size: clamp(1.3rem, 5.8vw, 1.65rem);
    line-height: 1.14;
  }

  .section-title--feature {
    max-width: 17ch;
    font-size: clamp(1.5rem, 7vw, 1.95rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
  }

  .card-title,
  .process-item h3,
  .coverage-card h3,
  .hero-feature h2 {
    font-size: 1rem;
    line-height: 1.18;
  }

  .copy,
  .lede {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .meta-copy {
    font-size: 0.84rem;
    line-height: 1.56;
  }

  .hero-kicker,
  .eyebrow,
  .nav-link,
  .submenu-link,
  .btn,
  .phone-link {
    letter-spacing: 0.06em;
  }

  .btn {
    width: 100%;
  }

  .mobile-quote-trigger {
    padding: 0 8px;
    font-size: 0.58rem;
  }

  .pac-container {
    max-width: calc(100vw - 8px) !important;
    width: calc(100vw - 8px) !important;
  }

  .pac-item {
    padding: 11px 10px 11px 32px;
  }

  .pac-icon {
    left: 8px;
    top: 15px;
    transform: scale(0.72);
  }

  .hero-trust__item,
  .service-card,
  .value-card,
  .team-card,
  .testimonial-card,
  .faq-card,
  .blog-card,
  .channel-card,
  .hub-card,
  .promo-card,
  .fleet-card {
    padding: 18px;
  }

  .location-authority {
    padding: 20px;
    border-radius: 18px;
  }

  .reviews-google-badge {
    width: min(100%, 240px);
    justify-content: center;
    margin-inline: auto;
  }

  .location-authority__card,
  .location-authority__panel {
    padding: 18px;
    border-radius: 18px;
  }

  .page-hero--locations {
    padding-top: 72px;
  }

  .page-hero--locations > .container {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin-inline: auto;
  }

  .page-hero--locations + .section-sm {
    padding-top: 26px;
  }

  .page-hero--locations .location-top {
    gap: 18px;
  }

  .page-hero--locations .lede {
    max-width: 100% !important;
    overflow-wrap: break-word;
  }

  .page-hero--locations .coverage-checker {
    max-width: none !important;
    min-height: 0;
  }

  .page-hero--locations .image-frame {
    min-height: 0 !important;
  }

  .channel-card {
    gap: 12px;
  }

  .channel-card .card-title,
  .hub-card .meta-copy {
    font-size: 0.82rem;
    line-height: 1.45;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .footer__inner {
    gap: 22px;
  }
}

@media (min-width: 980px) {
  .footer__inner {
    grid-template-columns: 1.25fr 0.9fr 1.15fr 1fr;
  }

  .reviews-slider {
    --reviews-gap: 28px;
    --reviews-per-view: 3;
  }

  .review-card {
    min-height: 100%;
  }
}

.home-atelier,
.home-signature,
.home-reviews,
.home-coverage,
.home-faq,
.home-cta {
  position: relative;
}

.home-services,
.home-signature,
.home-process,
.home-reviews,
.home-coverage,
.home-faq,
.home-cta {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.home-atelier::before,
.home-signature::before,
.home-reviews::before,
.home-coverage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(239, 59, 54, 0.12), transparent 38%),
    radial-gradient(circle at bottom right, rgba(35, 35, 35, 0.08), transparent 34%);
}

.home-atelier__grid,
.home-signature__grid,
.home-reviews__shell,
.home-coverage__grid,
.home-faq__shell {
  position: relative;
  z-index: 1;
}

.home-atelier__grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.home-atelier__copy {
  max-width: 600px;
}

.home-atelier__lede {
  margin-top: 18px;
  max-width: 56ch;
}

.home-atelier__stats {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.home-atelier__stats article,
.home-coverage-card,
.home-process-card,
.home-service-card,
.home-signature__badge {
  border: 1px solid rgba(230, 57, 52, 0.12);
  box-shadow: var(--shadow-soft);
}

.home-atelier__stats article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 14px;
  row-gap: 6px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.home-atelier__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(217, 43, 43, 0.14);
  background:
    radial-gradient(circle at top left, rgba(240, 68, 68, 0.16), transparent 52%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(217, 43, 43, 0.08);
}

.home-atelier__icon img {
  width: 20px;
  height: 20px;
  opacity: 0.92;
}

.home-atelier__stats strong {
  display: block;
  grid-column: 2;
  color: var(--blue-950);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.home-atelier__stats span {
  grid-column: 2;
  color: var(--text-700);
  font-size: 0.92rem;
  line-height: 1.65;
}

.home-atelier__visual {
  position: relative;
  display: grid;
  gap: 18px;
}

.home-atelier__frame {
  overflow: hidden;
  border-radius: 28px;
  background: #eadfdf;
  box-shadow: 0 24px 70px rgba(35, 35, 35, 0.14);
}

.home-atelier__frame img,
.home-service-card__media img,
.home-signature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-atelier__frame--primary {
  min-height: 420px;
}

.home-atelier__frame--secondary {
  width: min(72%, 320px);
  justify-self: end;
  margin-top: -92px;
  min-height: 240px;
  border: 6px solid rgba(255, 248, 247, 0.9);
}

.home-atelier__note {
  width: min(82%, 320px);
  margin-top: -82px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(35, 35, 35, 0.96), rgba(57, 57, 57, 0.9));
  color: var(--white);
  box-shadow: 0 24px 60px rgba(35, 35, 35, 0.28);
}

.home-atelier__note span,
.home-coverage-card span,
.home-process-card span,
.home-service-card__index,
.home-cta__eyebrow {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-atelier__note p,
.home-signature__badge span {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.65;
}

.home-services__grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.home-service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 243, 243, 0.88));
}

.home-service-card__media {
  height: 260px;
  min-height: 260px;
}

.home-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.home-service-card__index {
  margin-bottom: 12px;
  color: var(--blue-700);
}

.home-service-card h3,
.home-signature__pillars h3,
.home-coverage__lists h3,
.home-process-card h3 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.035em;
}

.home-service-card p,
.home-signature__pillars p,
.home-coverage-card p,
.home-process-card p,
.home-coverage__panel .copy,
.home-faq__intro .copy,
.home-reviews__intro .copy,
.home-signature__story .copy {
  color: var(--text-700);
  line-height: 1.75;
}

.home-service-card p,
.home-service-card a {
  margin-top: 12px;
}

.home-service-card__list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: var(--text-700);
}

.home-service-card__list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
  line-height: 1.65;
}

.home-service-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-500), #ff8b73);
  box-shadow: 0 0 0 4px rgba(230, 57, 52, 0.08);
}

.home-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--blue-950);
  font-weight: 700;
}

.home-service-card a::after {
  content: ">";
  color: var(--yellow-500);
}

.service-preview-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.service-preview {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(230, 57, 52, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 244, 0.92));
  box-shadow: var(--shadow-soft);
}

.service-preview::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--blue-800), var(--yellow-500));
}

.service-preview span {
  display: inline-block;
  color: var(--blue-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-preview h2 {
  margin: 12px 0 0;
  color: var(--blue-950);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.service-preview p {
  max-width: 86ch;
  margin: 14px 0 0;
  color: var(--text-700);
  line-height: 1.78;
}

.service-preview a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--blue-950);
  font-weight: 800;
}

.service-preview a::after {
  content: ">";
  color: var(--yellow-500);
}

.service-preview .btn {
  margin-top: 18px;
}

.home-services__footer {
  display: grid;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.home-services__note {
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px solid rgba(230, 57, 52, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(230, 57, 52, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 241, 241, 0.84));
  box-shadow: 0 18px 40px rgba(35, 35, 35, 0.08);
}

.home-services__note::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  pointer-events: none;
}

.home-services__note .copy {
  position: relative;
  z-index: 1;
  margin: 0;
}

.home-signature__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.home-signature__pillars {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.home-signature__pillars article {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(230, 57, 52, 0.14);
}

.home-signature__gallery {
  display: grid;
  gap: 18px;
}

.home-signature__image {
  overflow: hidden;
  border-radius: 28px;
  background: #e8dede;
  box-shadow: 0 28px 80px rgba(35, 35, 35, 0.16);
}

.home-signature__image--large {
  min-height: 380px;
}

.home-signature__image--small {
  min-height: 200px;
}

.home-signature__badge {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(239, 59, 54, 0.96), rgba(179, 36, 31, 0.92));
  color: var(--white);
}

.home-signature__badge strong {
  display: block;
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.home-process__grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.home-process-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(10px);
}

.home-process-card span,
.home-coverage-card span {
  color: var(--blue-700);
}

.home-process-card h3,
.home-coverage-card strong {
  margin-top: 12px;
}

.home-reviews__shell {
  display: grid;
  gap: 0;
  align-items: center;
  grid-template-columns: 1fr;
  width: min(1240px, calc(100% - 24px));
}

.home-reviews__intro,
.home-reviews__slider,
.home-reviews__layout,
.home-reviews__content,
.home-reviews__media,
.home-reviews__summary,
.home-reviews__footer,
.home-reviews__review-form,
.reviews-summary,
.reviews-summary__topline,
.reviews-google-badge,
.reviews-slider__viewport,
.reviews-slider__track {
  min-width: 0;
  max-width: 100%;
}

.home-reviews__panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(230, 57, 52, 0.12);
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at top left, rgba(230, 57, 52, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 247, 246, 0.96));
  box-shadow: 0 24px 62px rgba(35, 35, 35, 0.08);
}

.home-reviews__panel::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 59, 54, 0.14), transparent 66%);
}

.home-reviews__panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.home-reviews__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.home-reviews__content {
  max-width: 620px;
}

.home-reviews__panel .section-title--feature {
  text-align: left;
  margin-inline: 0;
}

.home-reviews__panel .copy {
  max-width: 54ch;
}

.home-reviews__trustline {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.home-reviews__trustline article {
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(217, 43, 43, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 38px rgba(35, 35, 35, 0.06);
  backdrop-filter: blur(8px);
}

.home-reviews__trustline strong {
  display: block;
  color: var(--blue-950);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.home-reviews__trustline small {
  display: block;
  margin-top: 8px;
  color: var(--text-700);
  font-size: 0.84rem;
  line-height: 1.65;
}

.home-reviews__media {
  position: relative;
  display: grid;
  gap: 16px;
}

.home-reviews__video-frame {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 28px;
  border: 1px solid rgba(217, 43, 43, 0.1);
  background:
    linear-gradient(180deg, rgba(35, 35, 35, 0.1), rgba(35, 35, 35, 0.26)),
    #d8d8d8;
  box-shadow: 0 28px 60px rgba(18, 20, 28, 0.18);
}

.home-reviews__video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 28, 0.05), rgba(8, 14, 28, 0.34)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 45%);
  pointer-events: none;
}

.home-reviews__video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-reviews__media-badge {
  position: relative;
  width: min(88%, 320px);
  margin: -74px 0 0 auto;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(217, 43, 43, 0.96), rgba(33, 29, 29, 0.96));
  color: var(--white);
  box-shadow: 0 24px 50px rgba(10, 18, 36, 0.28);
}

.home-reviews__media-badge span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-reviews__media-badge strong {
  display: block;
  margin-top: 10px;
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.home-reviews__summary {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 18px;
}

.home-reviews__summary .reviews-summary__topline {
  justify-content: center;
}

.home-reviews__score {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.home-reviews__slider {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(230, 57, 52, 0.12);
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 246, 0.98));
  box-shadow: none;
}

.home-reviews__slider::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 0 0 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  pointer-events: none;
}

.home-reviews__footer {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.home-reviews__review-cta {
  min-width: min(100%, 260px);
}

@media (max-width: 719px) {
  .reviews-summary,
  .reviews-summary__topline,
  .home-reviews__summary,
  .home-reviews__summary .reviews-summary__topline {
    justify-content: center;
    text-align: center;
  }

  .home-reviews__score {
    justify-items: center;
  }

  .reviews-stars {
    justify-content: center;
  }

  .reviews-slider {
    padding-inline: 0;
  }

  .reviews-slider__arrow {
    display: none;
  }

  .home-reviews__panel {
    padding: 22px;
  }

  .home-reviews__video-frame {
    min-height: 240px;
  }

  .home-reviews__media-badge {
    width: 100%;
    margin-top: -38px;
  }

  .home-reviews__review-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 720px) and (max-width: 1099px) {
  .home-reviews__slider {
    padding-inline: 18px;
  }

  .reviews-slider {
    padding-inline: 32px;
  }
}

@media (min-width: 980px) {
  .home-reviews__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
  }

  .home-reviews__trustline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-reviews__summary {
    max-width: 1180px;
  }
}

.home-reviews__slider-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.home-reviews__slider-head span {
  color: var(--blue-950);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.home-reviews__slider-head p {
  margin: 0;
  max-width: 34ch;
  color: var(--text-700);
  font-size: 0.84rem;
  line-height: 1.65;
}

.home-reviews .review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(33, 29, 29, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #fffbfa);
  box-shadow: none;
}

.home-reviews .review-card::before {
  content: none;
}

.home-reviews .review-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 92px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, #fff0f0, #fde8e8);
}

.home-reviews .review-card__stars {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #e5392f;
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0;
}

.home-reviews .review-card .copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  color: #596274;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.46;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.review-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.home-reviews .review-card .testimonial-meta {
  align-items: center;
  gap: 16px;
}

.home-reviews .review-card .testimonial-meta h3 {
  color: #07162f;
  font-size: 0.88rem;
  line-height: 1.2;
}

.home-reviews .review-card .testimonial-meta small,
.home-reviews .review-card .testimonial-meta small a {
  color: #2d3650;
  font-size: 0.82rem;
  line-height: 1.4;
}

.home-reviews .review-card .testimonial-avatar {
  width: 54px;
  height: 54px;
  border: 0;
  box-shadow: none;
}

.review-card__read-more {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 22px;
  color: #ff1f2d;
  font-size: 0.88rem;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-card__read-more:hover {
  color: #d92b2b;
}

@media (max-width: 719px) {
  .home-reviews .review-card {
    border-radius: 14px;
  }

  .home-reviews .review-card__top {
    min-height: 76px;
    gap: 12px;
    padding: 16px;
    margin-bottom: 0;
  }

  .home-reviews .review-card__stars {
    font-size: 0.71rem;
  }

  .home-reviews .review-card .copy {
    margin-top: 14px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .review-card__content {
    padding: 18px 16px 20px;
  }

  .home-reviews .review-card .testimonial-meta h3 {
    font-family: "Inter", sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .home-reviews .review-card .testimonial-meta small,
  .home-reviews .review-card .testimonial-meta small a {
    font-size: 0.76rem;
  }

  .home-reviews .review-card .testimonial-avatar {
    width: 42px;
    height: 42px;
  }

  .home-reviews .review-card .testimonial-meta {
    gap: 14px;
  }

  .review-card__read-more {
    margin-top: 20px;
    font-size: 0.86rem;
  }

  .reviews-google-badge {
    gap: 8px;
    padding: 10px 12px;
  }

  .reviews-google-badge__g {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .reviews-google-badge strong {
    font-size: 0.8rem;
    line-height: 1.15;
  }

  .reviews-google-badge small {
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .home-reviews__score {
    gap: 4px;
  }

  .home-reviews .reviews-summary__rating {
    font-size: 1.1rem;
  }

  .home-reviews .reviews-summary__rating span {
    font-size: 0.52rem;
  }

  .home-reviews .reviews-stars {
    font-size: 0.72rem;
    line-height: 1;
  }

  .home-reviews .review-card .testimonial-meta h3,
  .home-reviews .review-card .copy,
  .home-reviews .review-card__read-more {
    font-family: "Inter", sans-serif;
    font-size: 0.86rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .home-reviews .review-card .testimonial-meta h3,
  .home-reviews .review-card__read-more {
    line-height: 1.25;
  }
}

.home-coverage__grid,
.home-faq__shell {
  display: grid;
  gap: 24px;
}

.home-coverage__panel,
.home-faq__stack {
  position: relative;
  z-index: 1;
}

.home-coverage__lists {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.home-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.home-tag-list a,
.home-tag-list span {
  padding: 11px 14px;
  border: 1px solid rgba(230, 57, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.service-trust-strip {
  padding: 18px 0 0;
}

.service-trust-strip__grid {
  display: grid;
  gap: 10px;
}

.service-trust-strip__grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(230, 57, 52, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
  color: var(--blue-950);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.home-coverage__cards {
  display: grid;
  gap: 18px;
}

.home-coverage-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 243, 243, 0.86));
}

.home-coverage-card strong {
  display: block;
  color: var(--blue-950);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.16rem;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.home-faq__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 0;
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(230, 57, 52, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 241, 0.9));
  box-shadow: 0 24px 70px rgba(35, 35, 35, 0.08);
  text-align: center;
}

.home-faq__panel::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 59, 54, 0.12), transparent 68%);
}

.home-faq__panel .section-title--feature {
  text-align: center;
  margin-inline: auto;
}

.home-faq__panel .copy {
  max-width: 54ch;
  margin-inline: auto;
}

.home-faq__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.home-faq__highlights span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(230, 57, 52, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue-950);
  font-size: 0.8rem;
  font-weight: 700;
}

.home-faq__support {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(240, 68, 68, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(35, 35, 35, 0.98), rgba(61, 61, 61, 0.94));
  box-shadow: 0 22px 50px rgba(35, 35, 35, 0.18);
  text-align: center;
}

.home-faq__support::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.12) 42%, transparent 64%);
  transform: translateX(-140%);
  pointer-events: none;
}

.home-faq__support::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.home-faq__support strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--white);
  font-family: "Archivo Black", "Work Sans", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.home-faq__support p {
  position: relative;
  z-index: 1;
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.home-faq__support .btn-outline {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}

.home-faq__support-media {
  position: relative;
  overflow: hidden;
  margin: 16px 0 0;
  border-radius: 18px;
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(10, 10, 10, 0.18);
  z-index: 1;
}

.home-faq__support-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(11, 11, 11, 0.18)),
    linear-gradient(130deg, rgba(255, 255, 255, 0.14), transparent 42%);
  pointer-events: none;
}

.home-faq__support-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.home-faq__stack {
  max-width: 980px;
  margin-inline: auto;
}

.home-faq__support .btn-outline {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.home-faq__stack {
  padding: 22px;
  border: 1px solid rgba(230, 57, 52, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 240, 0.9));
  box-shadow: 0 24px 70px rgba(35, 35, 35, 0.08);
}

.home-faq__stack .faq-card {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 38px rgba(35, 35, 35, 0.06);
}

.home-faq__stack .faq-card.is-open {
  background:
    radial-gradient(circle at top right, rgba(255, 103, 90, 0.24), transparent 0 42%),
    linear-gradient(135deg, #2d2d2d, #393939 62%, #454545);
}

.home-faq__stack .faq-question {
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.home-faq__stack .faq-answer .copy {
  font-size: 0.98rem;
}

.home-cta__banner {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(35, 35, 35, 0.98), rgba(60, 60, 60, 0.94)),
    radial-gradient(circle at top right, rgba(239, 59, 54, 0.26), transparent 38%);
  box-shadow: 0 30px 80px rgba(35, 35, 35, 0.24);
}

.home-cta__content {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.home-cta__content .section-title {
  text-align: center;
  margin-inline: auto;
}

.home-cta__content .section-title {
  color: var(--white);
}

.home-cta__content .copy {
  max-width: 620px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.76);
}

.home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.local-seo-footer-block {
  padding: 22px 0 46px;
}

.local-seo-footer-block p {
  max-width: 960px;
  margin: 0 auto;
  color: var(--text-700);
  font-size: 0.9rem;
  line-height: 1.75;
  text-align: center;
}

@media (min-width: 768px) {
  .home-atelier__grid,
  .home-signature__grid,
  .home-coverage__grid,
  .home-faq__shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-services__grid,
  .home-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-trust-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-services__footer {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-faq__intro,
  .home-faq__panel {
    height: 100%;
  }
}

@media (min-width: 980px) {
  .home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-process__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-atelier__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  }

  .home-signature__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

}

@media (max-width: 767px) {
  .home-atelier__frame--primary {
    min-height: 320px;
  }

  .home-atelier__frame--secondary {
    width: min(82%, 260px);
    min-height: 200px;
    margin-top: -42px;
  }

  .home-atelier__note {
    width: 100%;
    margin-top: 0;
  }

  .home-service-card__media,
  .home-signature__image--large {
    height: 240px;
    min-height: 240px;
  }

  .home-signature__image--small {
    min-height: 180px;
  }
}

.js-motion [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 36px, 0) scale(0.985);
  filter: blur(6px);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.js-motion [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.js-motion [data-reveal="hero"] {
  transform: translate3d(0, 28px, 0) scale(0.975);
}

.js-motion [data-reveal="section"] {
  transform: translate3d(0, 28px, 0);
}

.js-motion [data-reveal="lift"] {
  transform: translate3d(0, 48px, 0) scale(0.97);
}

.js-motion [data-reveal="media"] {
  transform: translate3d(0, 34px, 0) scale(0.96);
}

.js-motion [data-reveal="item"] {
  transform: translate3d(0, 34px, 0);
}

.js-motion .hero-home__bg,
.js-motion .home-atelier::before,
.js-motion .home-signature::before,
.js-motion .home-reviews::before,
.js-motion .home-coverage::before {
  animation: driftGlow 18s ease-in-out infinite alternate;
}

.js-motion .hero-home__truck,
.js-motion .hero-home__cab,
.js-motion .hero-home__trailer,
.js-motion .hero-home__pillar,
.js-motion .hero-home__detail {
  animation: heroFloat 8s ease-in-out infinite;
}

.js-motion .hero-home__wheel,
.js-motion .hero-home__wheel--two {
  animation: wheelPulse 4.4s ease-in-out infinite;
}

.js-motion .hero-trust__item,
.js-motion .home-service-card,
.js-motion .home-process-card,
.js-motion .home-coverage-card,
.js-motion .faq-card,
.js-motion .review-card,
.js-motion .home-signature__badge,
.js-motion .home-faq__support {
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.js-motion .hero-trust__item:hover,
.js-motion .home-service-card:hover,
.js-motion .home-process-card:hover,
.js-motion .home-coverage-card:hover,
.js-motion .faq-card:hover,
.js-motion .review-card:hover,
.js-motion .home-signature__badge:hover,
.js-motion .home-faq__support:hover {
  transform: translateY(-8px);
}

.js-motion .home-atelier__frame,
.js-motion .home-signature__image,
.js-motion .service-card__media,
.js-motion .home-service-card__media,
.js-motion .home-faq__support-media {
  overflow: hidden;
}

.js-motion .home-atelier__frame img,
.js-motion .home-signature__image img,
.js-motion .service-card__media img,
.js-motion .home-service-card__media img,
.js-motion .home-faq__support-media img {
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), filter 1.1s ease;
}

.js-motion .home-atelier__frame:hover img,
.js-motion .home-signature__image:hover img,
.js-motion .service-card:hover .service-card__media img,
.js-motion .home-service-card:hover .home-service-card__media img,
.js-motion .home-faq__support:hover .home-faq__support-media img {
  transform: scale(1.06);
  filter: saturate(1.04);
}

.js-motion .home-faq__support::before {
  animation: supportShimmer 7.5s ease-in-out infinite;
}

.js-motion .home-faq__support-media img {
  animation: supportMediaFloat 9s ease-in-out infinite;
}

.js-motion .home-cta__banner::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -30%;
  width: 38%;
  transform: rotate(14deg) translateX(-130%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: ctaShimmer 8.5s ease-in-out infinite;
  pointer-events: none;
}

.js-motion .reviews-slider__track,
.js-motion .services-carousel__track {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes driftGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.9;
  }

  100% {
    transform: translate3d(0, -16px, 0) scale(1.04);
    opacity: 1;
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes wheelPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes ctaShimmer {
  0%,
  100% {
    transform: rotate(14deg) translateX(-130%);
  }

  45%,
  55% {
    transform: rotate(14deg) translateX(300%);
  }
}

@keyframes supportShimmer {
  0%,
  100% {
    transform: translateX(-140%);
    opacity: 0;
  }

  18%,
  38% {
    opacity: 1;
  }

  52% {
    transform: translateX(160%);
    opacity: 0;
  }
}

@keyframes supportMediaFloat {
  0%,
  100% {
    transform: scale(1.04) translateY(0);
  }

  50% {
    transform: scale(1.07) translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js-motion [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .js-motion .hero-home__bg,
  .js-motion .hero-home__truck,
  .js-motion .hero-home__cab,
  .js-motion .hero-home__trailer,
  .js-motion .hero-home__pillar,
  .js-motion .hero-home__detail,
  .js-motion .hero-home__wheel,
  .js-motion .hero-home__wheel--two,
  .js-motion .home-atelier::before,
  .js-motion .home-signature::before,
  .js-motion .home-reviews::before,
  .js-motion .home-coverage::before,
  .js-motion .home-cta__banner::after {
    animation: none !important;
  }

  .js-motion .hero-trust__item,
  .js-motion .home-service-card,
  .js-motion .home-process-card,
  .js-motion .home-coverage-card,
  .js-motion .faq-card,
  .js-motion .review-card,
  .js-motion .home-signature__badge,
  .js-motion .home-faq__support,
  .js-motion .home-atelier__frame img,
  .js-motion .home-signature__image img,
  .js-motion .service-card__media img,
  .js-motion .home-service-card__media img,
  .js-motion .home-faq__support-media img,
  .js-motion .home-faq__support::before {
    transition: none !important;
    animation: none !important;
  }
}
.visually-hidden{display:none;}

@media (max-width: 719px) {
  .js-motion [data-reveal],
  .js-motion [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    will-change: auto;
  }

  .js-motion .hero-home__bg,
  .js-motion .home-atelier::before,
  .js-motion .home-signature::before,
  .js-motion .home-reviews::before,
  .js-motion .home-coverage::before,
  .js-motion .hero-home__truck,
  .js-motion .hero-home__cab,
  .js-motion .hero-home__trailer,
  .js-motion .hero-home__pillar,
  .js-motion .hero-home__detail,
  .js-motion .home-faq__support::before,
  .js-motion .home-faq__support-media img,
  .js-motion .home-cta__banner::after {
    animation: none;
  }
}

@media (max-width: 719px) {
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  .quote-card .field input:not([type="checkbox"]),
  .quote-card .field select,
  .quote-card .field textarea,
  .mobile-quote-form .field input:not([type="checkbox"]),
  .mobile-quote-form .field select,
  .mobile-quote-form .field textarea,
  .contact-form-card .field input,
  .contact-form-card .field select,
  .contact-form-card .field textarea,
  .coverage-checker .field input,
  .search-input,
  .newsletter-form input {
    font-size: 16px !important;
  }
}

@media (max-width: 719px) {
  .page-hero--locations > .container.location-top,
  .page-hero--locations .location-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-inline: auto !important;
    padding: 18px !important;
    gap: 18px !important;
  }

  .page-hero--locations .location-top__copy,
  .page-hero--locations .location-top__media {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-hero--locations .location-top__media {
    position: relative !important;
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 8px !important;
  }

  .page-hero--locations .location-top__media > img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10.5;
    object-fit: cover;
    transform: none !important;
  }

  .page-hero--locations .location-top__checker {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 14px !important;
  }

  .page-hero--locations .location-stat {
    display: none !important;
  }
}
/* --- LOCATION BADGE FIX --- */

/* 1. Ensure the image container can hold the badge */
.image-frame {
  position: relative;
  overflow: hidden;
}

/* 2. Fix the badge positioning and size */
.location-stat {
  position: absolute;
  bottom: 20px;
  right: 20px; /* Pulls it away from the right edge */
  left: auto;
  width: 220px; /* Sets a firm width so text doesn't collapse */
  padding: 18px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  z-index: 20;
  box-sizing: border-box;
}

/* 3. Fix the "Waipa Specialist" heading */
.location-stat strong {
  display: block;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 6px;
  white-space: normal; /* Allows "Specialist" to wrap to the next line */
  text-transform: uppercase;
}

/* 4. Fix the description text */
.location-stat .meta-copy {
  display: block;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.82rem;
  line-height: 1.4;
  white-space: normal;
}
