:root {
  --ink: #122034;
  --text: #314155;
  --muted: #68778a;
  --line: #dce3eb;
  --paper: #ffffff;
  --soft: #f4f8fb;
  --soft-2: #eef5f4;
  --brand: #0b5d7a;
  --brand-2: #05736e;
  --brand-dark: #0f2d3a;
  --accent: #f0b429;
  --accent-soft: #fff6d8;
  --success: #2f8f5b;
  --shadow: 0 24px 70px rgba(8, 23, 38, 0.2);
  --max: 1180px;
}

/* Editorial system */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mobile-site-nav {
  position: relative;
  display: none;
  flex: 0 0 auto;
}

.mobile-site-nav summary {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.mobile-site-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-icon {
  display: grid;
  gap: 4px;
  width: 20px;
}

.mobile-menu-icon i {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.mobile-site-nav[open] .mobile-menu-icon i:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-site-nav[open] .mobile-menu-icon i:nth-child(2) {
  opacity: 0;
}

.mobile-site-nav[open] .mobile-menu-icon i:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-site-nav nav {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  display: grid;
  width: min(340px, calc(100vw - 32px));
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(8, 23, 38, 0.18);
}

.mobile-site-nav nav a {
  padding: 12px 14px;
  color: var(--text);
  font-weight: 800;
  border-radius: 6px;
}

.mobile-site-nav nav a:hover,
.mobile-site-nav nav a:focus-visible {
  color: var(--brand-dark);
  background: var(--soft);
  outline: none;
}

.blog-hero {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #102f3b;
}

.blog-hero h1 {
  font-size: 54px;
  line-height: 1.06;
}

.blog-hero-image img {
  height: 360px;
}

.blog-latest-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: none;
}

.blog-latest-heading > div:first-child {
  max-width: 780px;
}

.blog-heading-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.blog-heading-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--brand-dark);
  font-weight: 850;
  background: #fff;
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 8px;
}

.blog-latest-grid:empty {
  display: none;
}

.editorial-article {
  background: #fff;
}

.article-hero {
  padding: 64px clamp(20px, 5vw, 72px) 0;
  color: #fff;
  background: #102f3b;
}

.article-hero-inner,
.article-hero-media,
.article-layout,
.article-cta,
.article-related,
.archive-index,
.policy-page {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.article-hero-inner {
  max-width: 960px;
  margin-left: 0;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 750;
}

.article-breadcrumbs a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-hero .eyebrow,
.archive-hero .eyebrow,
.article-cta .eyebrow {
  color: var(--accent);
}

.article-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0;
}

.article-dek {
  max-width: 820px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 32px;
}

.article-byline span,
.article-byline time {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 750;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.article-byline a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-hero-media {
  margin-bottom: 0;
  overflow: hidden;
  color: var(--text);
  background: #fff;
  border-radius: 8px 8px 0 0;
}

.article-hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-hero-media figcaption,
.article-inline-image figcaption {
  padding: 14px 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 820px);
  justify-content: space-between;
  gap: 62px;
  padding: 72px clamp(20px, 5vw, 72px);
}

.article-rail {
  position: sticky;
  top: 102px;
  align-self: start;
  padding-left: 18px;
  border-left: 3px solid var(--accent);
}

.article-rail-label {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.article-toc {
  display: grid;
  gap: 3px;
}

.article-toc a {
  padding: 7px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--brand);
}

.article-rail-quote {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 14px;
  color: #fff;
  font-weight: 900;
  background: var(--brand);
  border-radius: 8px;
}

.article-main {
  min-width: 0;
}

.article-summary {
  margin-bottom: 52px;
  padding: 28px;
  background: var(--accent-soft);
  border-left: 5px solid var(--accent);
  border-radius: 0 8px 8px 0;
}

.article-summary h2,
.article-section h2,
.article-sources h2,
.article-faq h2,
.article-related h2,
.policy-page h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.16;
  letter-spacing: 0;
}

.article-summary ul,
.article-checklist {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.article-summary li,
.article-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  line-height: 1.65;
}

.article-summary li::before,
.article-checklist li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 11px;
  height: 11px;
  background: var(--success);
  border-radius: 50%;
  content: "";
}

ol.article-checklist {
  counter-reset: article-step;
}

ol.article-checklist li {
  counter-increment: article-step;
  padding-left: 38px;
}

ol.article-checklist li::before {
  top: 0.05em;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  content: counter(article-step);
}

.article-section {
  scroll-margin-top: 112px;
  padding: 0 0 56px;
  border-bottom: 1px solid var(--line);
}

.article-section + .article-section {
  padding-top: 56px;
}

.article-section-lede {
  margin: 16px 0 22px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.62;
}

.article-section p:not(.eyebrow):not(.article-section-lede),
.article-sources p,
.article-faq p,
.policy-page p {
  color: var(--text);
  font-size: 17px;
  line-height: 1.78;
}

.article-section a,
.article-sources a,
.policy-page a {
  color: var(--brand);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-note {
  display: grid;
  gap: 6px;
  margin: 28px 0;
  padding: 20px 22px;
  color: #fff;
  background: #6b2747;
  border-radius: 8px;
}

.article-note span {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.article-section blockquote {
  margin: 30px 0;
  padding: 22px 26px;
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 780;
  line-height: 1.6;
  background: var(--soft-2);
  border-left: 5px solid var(--brand-2);
}

.article-table-wrap {
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.article-table caption {
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
  background: var(--soft);
}

.article-table th,
.article-table td {
  padding: 15px 16px;
  color: var(--text);
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid var(--line);
}

.article-table th {
  color: var(--ink);
  font-size: 14px;
  background: #f8fafc;
}

.article-inline-image {
  margin: 32px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-inline-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.article-sources,
.article-faq {
  padding-top: 58px;
}

.article-sources ol {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding-left: 22px;
}

.article-sources li {
  padding-left: 8px;
  color: var(--text);
}

.article-sources li span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.article-faq .price-faq-list {
  margin-top: 24px;
}

.article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 72px;
  padding: 42px;
  color: #fff;
  background: #102f3b;
  border-radius: 8px;
}

.article-cta h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.12;
}

.article-cta p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-related {
  padding: 0 clamp(20px, 5vw, 72px) 86px;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.article-related-grid a {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-related-grid a:hover,
.article-related-grid a:focus-visible {
  border-color: rgba(11, 93, 122, 0.5);
  box-shadow: 0 14px 32px rgba(8, 23, 38, 0.08);
}

.article-related-grid strong {
  color: var(--ink);
  font-size: 18px;
}

.article-related-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.archive-hero {
  padding: 64px clamp(20px, 5vw, 72px);
  color: #fff;
  background: #102f3b;
}

.archive-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 56px;
  line-height: 1.06;
}

.archive-hero > p:not(.eyebrow):not(.hero-link-row) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.68;
}

.archive-index {
  padding: 72px clamp(20px, 5vw, 72px) 88px;
}

.archive-card-grid .blog-card-large {
  grid-column: span 1;
}

.policy-page {
  max-width: 880px;
  padding: 72px 24px 88px;
}

.policy-page section {
  padding: 0 0 48px;
  border-bottom: 1px solid var(--line);
}

.policy-page section + section {
  padding-top: 48px;
}

@media (max-width: 1020px) {
  .mobile-site-nav {
    display: block;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .article-rail {
    position: static;
    padding: 18px;
    background: var(--soft);
    border-left-width: 4px;
    border-radius: 0 8px 8px 0;
  }

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

  .article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 10px 14px;
  }

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

  .brand strong {
    font-size: 15px;
  }

  .header-phone {
    min-height: 38px;
    padding: 0 8px;
    font-size: 13px;
  }

  .mobile-site-nav summary {
    width: 40px;
    height: 40px;
  }

  .blog-hero {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .blog-hero h1 {
    font-size: 38px;
  }

  .blog-hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .blog-hero-image img {
    height: 220px;
  }

  .blog-hero-image figcaption {
    padding: 12px 14px;
    font-size: 13px;
  }

  .blog-latest-heading,
  .blog-heading-actions,
  .article-byline,
  .article-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .blog-heading-actions a,
  .article-cta-actions a {
    justify-content: center;
    width: 100%;
  }

  .article-hero {
    padding: 42px 18px 0;
  }

  .article-hero h1,
  .archive-hero h1 {
    font-size: 40px;
  }

  .article-dek {
    font-size: 18px;
  }

  .article-hero-media {
    margin-right: -18px;
    margin-left: -18px;
    border-radius: 0;
  }

  .article-layout {
    padding: 48px 18px;
  }

  .article-toc,
  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .article-summary,
  .article-cta {
    padding: 24px 20px;
  }

  .article-summary h2,
  .article-section h2,
  .article-sources h2,
  .article-faq h2,
  .article-related h2,
  .policy-page h2 {
    font-size: 30px;
  }

  .article-section-lede {
    font-size: 18px;
  }

  .article-section p:not(.eyebrow):not(.article-section-lede),
  .article-sources p,
  .article-faq p,
  .policy-page p {
    font-size: 16px;
  }

  .article-cta {
    margin-right: 18px;
    margin-bottom: 56px;
    margin-left: 18px;
  }

  .article-cta h2 {
    font-size: 32px;
  }

  .article-related {
    padding: 0 18px 68px;
  }

  .archive-hero {
    padding: 48px 18px;
  }

  .archive-index,
  .policy-page {
    padding: 56px 18px 72px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  overflow-x: clip;
}

body,
input,
select,
textarea,
button {
  font: 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 227, 235, 0.9);
  backdrop-filter: blur(16px);
}

.brand,
.main-nav,
.hero-actions,
.proof-list,
.metric-band,
.site-footer,
.site-footer nav {
  display: flex;
  align-items: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand {
  gap: 12px;
  min-width: 224px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(11, 93, 122, 0.24);
}

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

.brand strong {
  font-size: 17px;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  gap: clamp(14px, 2.2vw, 28px);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after,
.nav-dropdown > button::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--brand);
  content: "";
  transition: width 160ms ease;
}

.main-nav a:hover::after,
.nav-dropdown:hover > button::after,
.nav-dropdown:focus-within > button::after {
  width: 100%;
}

.nav-dropdown {
  position: relative;
  z-index: 1001;
}

.nav-dropdown > button {
  position: relative;
  padding: 8px 0;
  color: inherit;
  font: inherit;
  font-weight: 700;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  display: grid;
  min-width: 230px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 140ms ease, transform 140ms ease;
  z-index: 1002;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu a {
  padding: 10px 12px;
  border-radius: 8px;
}

.dropdown-menu a::after {
  display: none;
}

.dropdown-menu a:hover {
  background: var(--soft);
}

.button,
.header-cta,
.quote-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border: 0;
  border-radius: 8px;
  font-weight: 850;
  cursor: pointer;
}

.header-cta,
.button.primary,
.quote-panel button {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 14px 32px rgba(11, 93, 122, 0.22);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.button.secondary.light {
  color: var(--brand-dark);
  background: #fff;
  border-color: #fff;
}

.header-phone {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 6px 16px 6px 8px;
  color: var(--brand-dark);
  font-weight: 900;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(8, 23, 38, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-phone::before {
  content: "Call";
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.header-phone:hover,
.header-phone:focus-visible {
  background: #fff;
  border-color: rgba(11, 93, 122, 0.34);
  box-shadow: 0 16px 34px rgba(8, 23, 38, 0.12);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
}

.hero picture,
.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 50% center;
  filter: saturate(1.08) contrast(1.05) brightness(0.9);
  transform: scale(1.008);
  transform-origin: center;
}

.hero-overlay {
  background:
    radial-gradient(circle at 64% 18%, rgba(240, 180, 41, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(8, 18, 29, 0.96) 0%, rgba(8, 18, 29, 0.82) 42%, rgba(8, 18, 29, 0.36) 100%),
    linear-gradient(180deg, rgba(8, 18, 29, 0.1), rgba(8, 18, 29, 0.72));
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(460px, 640px);
  grid-template-areas:
    "copy quote"
    "support result";
  column-gap: 44px;
  row-gap: 24px;
  align-items: start;
  max-width: 1520px;
  min-height: 760px;
  margin: 0 auto;
  padding: 84px clamp(20px, 5vw, 64px);
}

.hero-copy-block {
  grid-area: copy;
  align-self: center;
  max-width: 760px;
}

.quote-support-card {
  grid-area: support;
  align-self: start;
  max-width: 620px;
  scroll-margin-top: 110px;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 0%, rgba(253, 195, 52, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(11, 45, 58, 0.92), rgba(5, 83, 108, 0.78)),
    rgba(8, 18, 29, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.quote-support-card .panel-kicker {
  color: var(--accent);
}

.quote-support-card h2 {
  max-width: 540px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(26px, 2.7vw, 40px);
  line-height: 1.08;
}

.quote-support-card p {
  max-width: 560px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
}

.confidence-feature {
  display: grid;
  gap: 12px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(253, 195, 52, 0.1)),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
}

.confidence-feature-head {
  display: grid;
  gap: 5px;
}

.confidence-feature-head span,
.confidence-proof-grid span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.confidence-feature-head strong {
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 950;
  line-height: 1.12;
}

.confidence-feature p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
}

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

.confidence-van-grid span {
  min-width: 0;
  padding: 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.32;
}

.confidence-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.confidence-proof-grid div {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 13px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.confidence-proof-grid strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.35;
}

.eyebrow,
.panel-kicker,
.tag {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: var(--accent);
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4.1vw, 50px);
  line-height: 1.07;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.56;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.proof-list {
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.quote-panel {
  grid-area: quote;
  width: 100%;
  scroll-margin-top: 110px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-panel h2 {
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 1.08;
}

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

label {
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

label small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.full {
  grid-column: 1 / -1;
}

.route-planner {
  position: relative;
  padding: 16px;
  background: #eef6f7;
  border: 1px solid #c7dde0;
  border-radius: 8px;
}

.route-planner-head {
  display: grid;
  gap: 5px;
  margin-bottom: 13px;
}

.route-planner-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-planner h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.2;
}

.route-planner-head p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.location-card {
  position: relative;
  display: grid;
  gap: 12px;
  overflow: visible;
  min-width: 0;
  margin: 0;
  padding: 14px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.route-stop-grid {
  position: relative;
  gap: 16px;
}

.route-stop-grid::before {
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 30px;
  z-index: 1;
  width: 2px;
  height: auto;
  content: "";
  background: #9abfc4;
}

.route-stop-card {
  z-index: 2;
  align-content: start;
  min-height: 0;
  padding: 15px;
  background: #fff;
  border-color: #cbdde1;
  box-shadow: 0 8px 22px rgba(15, 45, 58, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.route-stop-card:focus-within {
  border-color: #86b5bd;
  box-shadow: 0 10px 28px rgba(15, 45, 58, 0.1);
}

.route-stop-card legend {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 7px;
}

.route-stop-number {
  display: grid;
  width: 29px;
  height: 29px;
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.route-stop-title {
  display: grid;
  gap: 1px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.route-stop-title small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.route-stop-card .address-search-field input {
  padding-right: 42px;
  background-image: radial-gradient(circle at calc(100% - 22px) 50%, var(--brand) 0 3px, transparent 4px);
}

.route-stop-card.is-address-resolved .address-search-field input {
  border-color: rgba(47, 143, 91, 0.52);
  background-color: #fbfffc;
  background-image: radial-gradient(circle at calc(100% - 22px) 50%, var(--success) 0 5px, transparent 6px);
}

.route-stop-card.is-address-approximate .address-search-field input {
  border-color: #d7b65a;
  background-color: #fffdf6;
  background-image: radial-gradient(circle at calc(100% - 22px) 50%, #b4860c 0 5px, transparent 6px);
}

.route-stop-card.is-address-approximate {
  border-color: #d9bd72;
  box-shadow: 0 8px 22px rgba(130, 95, 8, 0.08);
}

.location-card:focus-within {
  z-index: 40;
}

.public-address-tools {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.public-address-status {
  display: block;
  min-height: 17px;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.public-address-status:empty {
  display: none;
}

.public-address-status.finding {
  color: var(--brand);
}

.public-address-status.found {
  color: #14633f;
}

.public-address-status.needs-entry {
  color: #825f08;
}

.public-address-status.needs-entry:not(:empty) {
  padding: 8px 10px;
  background: #fff9e9;
  border: 1px solid #ead79f;
  border-radius: 6px;
}

.public-address-results {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 80;
  display: none;
  max-height: min(330px, 45vh);
  overflow-y: auto;
  background: #fff;
  border: 1px solid #bfd2d7;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(7, 52, 66, 0.2);
  overscroll-behavior: contain;
}

.public-address-results.visible {
  display: block;
}

.quote-panel .public-address-result {
  display: block;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 13px 14px;
  color: var(--text);
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e2eaec;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.quote-panel .public-address-result:first-child {
  border-radius: 7px 7px 0 0;
}

.quote-panel .public-address-result:last-child {
  border-bottom: 0;
  border-radius: 0 0 7px 7px;
}

.quote-panel .public-address-result:hover,
.quote-panel .public-address-result.active,
.quote-panel .public-address-result:focus-visible {
  color: var(--brand-dark);
  background: #eaf5f6;
  outline: none;
}

.public-address-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}

.route-stop-card .public-address-detail {
  display: none;
  padding-top: 11px;
  border-top: 1px solid #e3ecee;
}

.route-stop-card.is-address-resolved .public-address-detail {
  display: grid;
}

.address-detail-heading {
  grid-column: 1 / -1;
  color: #14633f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.route-stop-card .address-door-field {
  max-width: 260px;
}

.route-stop-card .address-full-field {
  min-width: 0;
}

.route-stop-card .address-full-field textarea {
  min-height: 76px;
  overflow: hidden;
  line-height: 1.4;
  resize: none;
}

.route-stop-card.is-address-approximate .address-detail-heading {
  color: #825f08;
}

.route-access-field {
  padding-top: 11px;
  border-top: 1px solid #e3ecee;
}

.address-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.delivery-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.82fr);
  gap: 12px;
  align-items: stretch;
  min-width: 0;
}

.delivery-stack .location-card,
.delivery-stack .additional-stops,
.delivery-stack .service-choice {
  min-height: 100%;
}

.location-card legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

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

.included-note {
  display: grid;
  gap: 4px;
  align-self: stretch;
  align-content: start;
  padding: 12px 14px;
  background: #f7fbf8;
  border: 1px solid rgba(47, 143, 91, 0.24);
  border-radius: 8px;
}

.included-note strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.included-note span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.service-choice {
  display: grid;
  gap: 4px;
  align-content: start;
  align-self: stretch;
  min-width: 0;
  padding: 12px 14px;
  color: var(--ink);
  background: #fffdf6;
  border: 1px solid #ead7a2;
  border-radius: 8px;
}

.service-choice select {
  max-width: 160px;
  font-weight: 900;
}

.service-choice small {
  color: var(--text);
  font-weight: 720;
  line-height: 1.45;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 7px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

input,
select {
  height: 48px;
  padding: 0 12px;
}

textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(11, 93, 122, 0.12);
}

.quote-panel button {
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
}

.form-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.field-label {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.additional-stops small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.additional-stops {
  position: relative;
  overflow: visible;
  min-width: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.additional-stop-list {
  display: grid;
  gap: 8px;
}

.additional-stop-row {
  display: grid;
  gap: 11px;
  margin-top: 8px;
}

.additional-stop-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.additional-stop-head strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.quote-panel .additional-stop-head .remove-stop {
  width: auto;
  min-height: 38px;
  margin: 0;
  padding: 0 11px;
  color: #9d3f2f;
  background: #fff8f6;
  border: 1px solid #f0b8aa;
  box-shadow: none;
  font-size: 12px;
}

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

.quote-actions {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.quote-actions[hidden],
.booking-panel[hidden],
.time-field[hidden] {
  display: none;
}

.quote-actions button,
.booking-panel button[type="submit"] {
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  font-weight: 900;
  background: var(--brand);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.quote-actions p {
  color: var(--muted);
  font-size: 13px;
}

.booking-hero-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 45, 58, 0.96), rgba(11, 93, 122, 0.94)),
    var(--brand-dark);
  border-radius: 8px;
}

.booking-step-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  background: var(--accent);
  border-radius: 999px;
}

.booking-hero-card h3,
.booking-hero-card p {
  margin: 0;
}

.booking-hero-card h3 {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.booking-hero-card p {
  max-width: 760px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.booking-progress-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
}

.booking-progress-strip span {
  padding: 10px 12px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  background: #edf7f8;
  border: 1px solid rgba(11, 93, 122, 0.14);
  border-radius: 8px;
}

.booking-section {
  margin-top: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(13, 32, 51, 0.05);
}

.booking-section-head {
  margin-bottom: 14px;
}

.booking-section-head span,
.availability-card-head span,
.calendar-label {
  display: block;
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.booking-section-head h4,
.availability-card-head strong {
  display: block;
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.16;
}

.booking-section-head p {
  max-width: 720px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.schedule-board {
  display: grid;
  grid-template-columns: minmax(210px, 0.85fr) minmax(280px, 1.15fr);
  gap: 14px;
  align-items: stretch;
}

.calendar-card,
.availability-card {
  min-height: 100%;
  padding: 16px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calendar-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.calendar-picker {
  display: grid;
  gap: 10px;
}

.calendar-nav {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 8px;
  align-items: center;
}

.calendar-nav strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 950;
  text-align: center;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.calendar-weekdays span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.calendar-empty {
  min-height: 38px;
}

.calendar-nav button,
.calendar-day {
  width: 100%;
  min-height: 38px;
  margin-top: 0;
  padding: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
}

.calendar-nav button {
  min-height: 40px;
  color: var(--brand);
  font-size: 19px;
}

.calendar-nav button:disabled,
.calendar-day:disabled {
  color: #a0acba;
  background: #f5f8fa;
  cursor: not-allowed;
  opacity: 0.75;
}

.calendar-day.is-today {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(240, 180, 41, 0.35);
}

.calendar-day.is-selected {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: var(--brand);
  box-shadow: 0 10px 22px rgba(11, 93, 122, 0.18);
}

.selected-date-card {
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.selected-date-card small,
.selected-date-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.selected-date-card strong {
  display: block;
  margin: 4px 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.18;
}

.selected-time-summary {
  margin-top: 8px;
  padding-top: 8px;
  color: var(--brand-dark);
  border-top: 1px solid rgba(11, 93, 122, 0.14);
}

.selected-time-summary[hidden] {
  display: none;
}

.availability-card {
  background:
    linear-gradient(180deg, #ffffff, #f8fbfd);
}

.availability-card-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.availability-card-head small {
  max-width: 170px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.time-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 8px;
}

.time-slot {
  display: block;
}

.time-slot input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.time-slot span {
  display: block;
  min-height: 42px;
  padding: 11px 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.time-slot input:focus-visible + span {
  outline: 3px solid rgba(11, 93, 122, 0.22);
  outline-offset: 2px;
}

.time-slot input:checked + span {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: var(--brand);
  box-shadow: 0 10px 22px rgba(11, 93, 122, 0.2);
}

.time-slot input:disabled + span {
  color: var(--muted);
  background: #f5f8fa;
  cursor: not-allowed;
}

.time-slot.unavailable span {
  text-decoration: line-through;
}

.availability-note {
  margin: 0 0 10px;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.14);
  border-radius: 8px;
}

.availability-note[hidden] {
  display: none;
}

.availability-note.ok {
  color: var(--brand-dark);
}

.availability-note.warn {
  color: #9d3f2f;
  background: #fff8f6;
  border-color: #f0b8aa;
}

.inline-action,
.remove-stop {
  min-height: 42px;
  padding: 0 12px;
  color: var(--brand);
  font-weight: 850;
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.22);
  border-radius: 8px;
  cursor: pointer;
}

.inline-action {
  margin-top: 8px;
}

.remove-stop {
  color: #9d3f2f;
  background: #fff8f6;
  border-color: #f0b8aa;
}

.quote-result {
  grid-area: result;
  justify-self: stretch;
  width: 100%;
  scroll-margin-top: 110px;
  margin-top: 0;
  padding: 18px;
  color: var(--text);
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.quote-result.loading {
  border-color: rgba(11, 93, 122, 0.32);
}

.quote-result.success {
  background: #f7fbf8;
  border-color: rgba(47, 143, 91, 0.28);
}

.quote-result.error {
  background: #fff8f6;
  border-color: #f0b8aa;
}

.quote-result.payment-panel {
  background: #f8fbfd;
  border-color: rgba(11, 93, 122, 0.22);
  box-shadow: 0 18px 44px rgba(13, 32, 51, 0.08);
}

.embedded-payment-panel {
  margin-top: 18px;
  padding: clamp(10px, 1.5vw, 16px);
  background:
    linear-gradient(135deg, rgba(238, 247, 250, 0.96), rgba(255, 255, 255, 0.98) 54%, rgba(255, 246, 216, 0.36)),
    #fff;
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 8px;
  border-color: rgba(11, 93, 122, 0.18);
  box-shadow: 0 24px 62px rgba(13, 32, 51, 0.11);
}

.embedded-payment-panel.is-refreshing .embedded-checkout-frame {
  min-height: 220px;
  opacity: 0.42;
  pointer-events: none;
}

.embedded-payment-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.embedded-payment-summary,
.embedded-payment-form-card {
  padding: clamp(18px, 2.2vw, 26px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 93, 122, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(13, 32, 51, 0.07);
}

.embedded-payment-summary {
  background:
    linear-gradient(180deg, rgba(11, 93, 122, 0.98), rgba(16, 111, 145, 0.96)),
    var(--brand);
  color: #fff;
}

.embedded-payment-summary .booking-step-pill {
  color: var(--brand-dark);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.embedded-payment-head {
  margin-top: 14px;
}

.embedded-payment-head span,
.embedded-payment-form-head span {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.embedded-payment-head strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  text-transform: uppercase;
}

.embedded-payment-head p,
.secure-payment-note {
  color: rgba(255, 255, 255, 0.78);
}

.payment-amount-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 20px 18px 18px;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 246, 216, 0.98) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(229, 248, 250, 0.98) 100%);
  border: 1px solid rgba(240, 180, 41, 0.48);
  border-radius: 8px;
  box-shadow:
    0 18px 36px rgba(13, 32, 51, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.payment-amount-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #f7d86b, var(--brand-2));
}

.payment-amount-card small,
.payment-amount-card span {
  display: block;
  color: rgba(11, 93, 122, 0.78);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.payment-amount-card strong {
  display: block;
  color: var(--brand-dark);
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1;
}

.payment-summary-lines {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.payment-summary-lines p {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.38;
}

.payment-summary-lines span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.payment-overtime-note {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--accent-soft);
  border: 1px solid rgba(240, 180, 41, 0.46);
  border-radius: 8px;
}

.payment-overtime-note strong {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 950;
}

.payment-overtime-note span {
  color: var(--text);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.42;
}

.secure-payment-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.embedded-payment-form-head strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 24px;
}

.embedded-payment-status {
  margin: 12px 0;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.14);
  border-radius: 8px;
}

.embedded-payment-status.ok {
  color: var(--brand-dark);
}

.embedded-payment-status.warn {
  color: #9d3f2f;
  background: #fff8f6;
  border-color: #f0b8aa;
}

.embedded-checkout-frame {
  min-height: 560px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-result strong {
  color: var(--ink);
}

.quote-result .embedded-payment-head strong,
.quote-result .payment-summary-lines p {
  color: #fff;
}

.quote-result .payment-amount-card strong {
  color: var(--brand-dark);
}

.quote-result .embedded-payment-form-head strong {
  color: var(--ink);
}

.quote-result p,
.quote-result ul {
  margin: 8px 0 0;
  padding: 0;
}

.quote-result ul {
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.quote-result-head,
.quote-breakdown div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.quote-result-head {
  margin-bottom: 14px;
}

.quote-result-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.quote-result-head strong {
  font-size: 28px;
}

.quote-breakdown {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.quote-breakdown dt {
  color: var(--muted);
}

.quote-breakdown dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  text-align: right;
}

.quote-breakdown dd small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.quote-breakdown .total {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.quote-breakdown .total dt,
.quote-breakdown .total dd {
  color: var(--ink);
  font-weight: 900;
}

.quote-distance {
  color: var(--muted);
  font-size: 13px;
}

.booking-panel {
  margin-top: 22px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 251, 0.96)),
    #fff;
  border: 1px solid rgba(11, 93, 122, 0.15);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(13, 32, 51, 0.1);
}

.booking-panel h3 {
  margin-bottom: 6px;
}

.booking-panel p {
  color: var(--muted);
  font-size: 14px;
}

.address-section {
  background:
    linear-gradient(135deg, rgba(238, 247, 250, 0.96), rgba(255, 255, 255, 0.98) 52%, rgba(255, 246, 216, 0.5)),
    #fff;
  border-color: rgba(11, 93, 122, 0.18);
  box-shadow: 0 18px 42px rgba(13, 32, 51, 0.08);
}

.address-field-grid {
  gap: 14px;
}

.address-card {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(13, 32, 51, 0.05);
}

.address-card textarea {
  min-height: 122px;
  background: #fbfdff;
}

.additional-address-card {
  background:
    linear-gradient(135deg, rgba(255, 246, 216, 0.74), rgba(255, 255, 255, 0.96)),
    #fff;
  border-color: rgba(240, 180, 41, 0.32);
}

.walkthrough-section {
  background:
    linear-gradient(135deg, rgba(255, 246, 216, 0.72), rgba(255, 255, 255, 0.96) 48%, rgba(238, 247, 250, 0.96)),
    #fff;
  border-color: rgba(240, 180, 41, 0.34);
}

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

.walkthrough-video-guide {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 14px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(240, 180, 41, 0.34);
  border-radius: 8px;
}

.walkthrough-video-guide strong {
  font-size: 14px;
  font-weight: 950;
}

.walkthrough-video-guide ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.walkthrough-video-guide li {
  padding: 10px;
  color: var(--text);
  background: #f8fbfd;
  border: 1px solid rgba(11, 93, 122, 0.12);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.38;
}

.walkthrough-dropzone,
.walkthrough-capture {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 16px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.92);
  border: 1px dashed rgba(11, 93, 122, 0.34);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(13, 32, 51, 0.06);
  cursor: pointer;
}

.walkthrough-dropzone strong,
.walkthrough-capture strong {
  font-size: 16px;
}

.walkthrough-dropzone span,
.walkthrough-capture span,
.walkthrough-upload-note {
  color: var(--muted);
  font-size: 13px;
}

.walkthrough-dropzone input,
.walkthrough-capture input {
  margin-top: 6px;
  padding: 10px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.walkthrough-upload-note,
.walkthrough-file-list {
  grid-column: 1 / -1;
  margin: 0;
}

.walkthrough-file-list {
  padding: 12px 14px;
  color: var(--text);
  font-size: 13px;
  background: #fff;
  border: 1px solid rgba(11, 93, 122, 0.14);
  border-radius: 8px;
}

.walkthrough-file-list ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.walkthrough-file-warning {
  margin: 8px 0 0;
  color: #8a5a00;
  font-size: 12px;
  font-weight: 850;
}

.walkthrough-file-list li + li {
  margin-top: 3px;
}

.booking-panel button {
  width: 100%;
  margin-top: 16px;
}

.booking-submit-status {
  margin: 14px 0 0;
  padding: 12px 14px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.booking-submit-status.warn {
  color: #9d3f2f;
  background: #fff8f6;
  border-color: #f0b8aa;
}

.booking-submit-status[hidden] {
  display: none;
}

.booking-validation-attention {
  scroll-margin-top: 96px;
  outline: 3px solid rgba(202, 69, 48, 0.62);
  outline-offset: 3px;
  animation: booking-missing-field 2.8s ease-out;
}

.booking-validation-attention input,
.booking-validation-attention select,
.booking-validation-attention textarea,
[aria-invalid="true"] {
  border-color: #ca4530 !important;
  box-shadow: 0 0 0 3px rgba(202, 69, 48, 0.12) !important;
}

.booking-validation-message {
  display: block;
  margin-top: 8px;
  color: #9d3f2f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

@keyframes booking-missing-field {
  0%, 38% {
    background-color: #fff0ed;
  }
  100% {
    background-color: transparent;
    outline-color: transparent;
  }
}

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

  .booking-validation-attention {
    animation: none;
  }
}

.booking-panel .calendar-nav button,
.booking-panel .calendar-day {
  margin-top: 0;
}

.payment-choice-panel {
  display: grid;
  gap: 14px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(238, 247, 250, 0.98), rgba(255, 255, 255, 0.98) 58%, rgba(255, 246, 216, 0.5)),
    #fff;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.payment-choice-copy {
  display: grid;
  gap: 3px;
}

.payment-choice-copy span,
.payment-choice-eyebrow {
  color: var(--brand);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payment-choice-copy strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

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

.payment-choice-card {
  position: relative;
  display: block;
  min-width: 0;
}

.payment-choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-choice-card-body {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 146px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.payment-choice-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.payment-choice-card small {
  margin-top: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.payment-choice-card input:focus-visible + .payment-choice-card-body {
  outline: 3px solid rgba(11, 93, 122, 0.22);
  outline-offset: 2px;
}

.payment-choice-card input:checked + .payment-choice-card-body {
  border-color: rgba(11, 93, 122, 0.42);
  box-shadow: 0 14px 30px rgba(11, 93, 122, 0.14), inset 0 0 0 2px rgba(240, 180, 41, 0.36);
  transform: translateY(-1px);
}

.payment-choice-card input:checked + .payment-choice-card-body .payment-choice-eyebrow {
  color: #8d6817;
}

.payment-choice-note {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 12px 13px;
  color: var(--text);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
  background: rgba(255, 246, 216, 0.75);
  border: 1px solid #ead7a2;
  border-radius: 8px;
}

.payment-choice-note[data-payment-option="full"] {
  background: rgba(238, 247, 250, 0.9);
  border-color: rgba(11, 93, 122, 0.16);
}

.payment-choice-note strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.payment-choice-note span {
  color: var(--text);
}

.promo-code-card {
  display: grid;
  gap: 12px;
  padding: 15px;
  background:
    linear-gradient(135deg, rgba(255, 248, 230, 0.96), rgba(238, 247, 250, 0.96)),
    #fff;
  border: 1px solid rgba(240, 180, 41, 0.34);
  border-radius: 8px;
}

.promo-code-copy {
  display: grid;
  gap: 4px;
}

.promo-code-copy span {
  color: #8d6817;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promo-code-copy strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.18;
}

.promo-code-copy small,
.promo-code-entry label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.promo-code-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.promo-code-entry label {
  display: grid;
  gap: 6px;
}

.promo-code-entry input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 8px;
}

.promo-code-entry button {
  min-height: 46px;
  margin: 0;
  padding: 0 18px;
  color: #fff;
  font-weight: 950;
  background: linear-gradient(135deg, #0b6b75, #0f8b93);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 22px rgba(11, 93, 122, 0.18);
}

.promo-code-status {
  margin: 0;
  padding: 10px 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 93, 122, 0.12);
  border-radius: 8px;
}

.promo-code-status[hidden] {
  display: none;
}

.promo-code-status.ok {
  color: #145a3a;
  background: rgba(228, 247, 237, 0.92);
  border-color: rgba(20, 117, 74, 0.18);
}

.promo-code-status.warn {
  color: #7f341c;
  background: rgba(255, 240, 229, 0.92);
  border-color: rgba(186, 91, 42, 0.22);
}

.promo-code-status.loading,
.promo-code-status.muted {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.74);
}

.payment-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  font-weight: 900;
  background: var(--brand);
  border-radius: 8px;
  text-decoration: none;
}

.secondary-link {
  color: var(--brand);
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.22);
}

.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.terms-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  color: var(--text);
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.terms-check input {
  width: auto;
  height: auto;
  margin-top: 3px;
}

.terms-check a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.metric-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: -44px auto 0;
  padding: 0 clamp(20px, 4vw, 0px);
  gap: 14px;
}

.metric-band div {
  min-height: 122px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(13, 32, 51, 0.12);
}

.metric-band strong,
.metric-band span {
  display: block;
}

.metric-band strong {
  margin-bottom: 7px;
  color: var(--brand-dark);
  font-size: 25px;
  line-height: 1.1;
}

.metric-band span {
  color: var(--muted);
}

.gallery-preview-section {
  padding: 88px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}

.gallery-preview-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: 26px;
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
}

.gallery-copy-panel {
  display: grid;
  align-content: center;
  padding: clamp(26px, 4vw, 42px);
  color: #fff;
  background:
    radial-gradient(circle at 20% 14%, rgba(240, 180, 41, 0.22), transparent 28%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gallery-copy-panel .eyebrow {
  color: var(--accent);
}

.gallery-copy-panel h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.gallery-copy-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.gallery-copy-panel .button {
  justify-self: start;
  margin-top: 16px;
  background: #fff;
  color: var(--brand-dark);
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  grid-auto-rows: minmax(190px, 1fr);
  gap: 14px;
  min-height: 520px;
}

.gallery-tile,
.gallery-card {
  position: relative;
  overflow: hidden;
  background: var(--soft);
  border-radius: 8px;
}

.gallery-tile {
  display: block;
  min-height: 100%;
  box-shadow: 0 22px 58px rgba(13, 32, 51, 0.12);
}

.gallery-tile-large {
  grid-row: span 2;
}

.gallery-tile img,
.gallery-card img,
.gallery-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tile::after,
.gallery-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(8, 18, 29, 0.72));
  content: "";
}

.gallery-tile span,
.gallery-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.gallery-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
}

.gallery-hero > * {
  max-width: none;
}

.gallery-hero img {
  aspect-ratio: 16 / 10;
  max-height: 520px;
  border-radius: 8px;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.24);
}

.gallery-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gallery-hero-proof span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
}

.gallery-hero-proof strong {
  color: #fff;
}

.gallery-page {
  max-width: 1320px;
}

.gallery-grid-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.gallery-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.gallery-filter-bar button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.gallery-filter-bar button:hover,
.gallery-filter-bar button:focus-visible,
.gallery-filter-bar button.is-active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.gallery-result-count {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.gallery-card {
  min-height: 280px;
  margin: 0;
  box-shadow: 0 18px 44px rgba(13, 32, 51, 0.08);
}

.gallery-card[hidden] {
  display: none;
}

.gallery-card img {
  transition: transform 240ms ease;
}

.gallery-card:hover img,
.gallery-card:focus-within img {
  transform: scale(1.025);
}

.gallery-open {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.gallery-open span {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(8, 23, 38, 0.18);
  font-size: 12px;
  font-weight: 950;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-card:hover .gallery-open span,
.gallery-open:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.gallery-open:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -5px;
}

.gallery-card-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 578px;
}

.gallery-card-tall {
  grid-row: span 2;
}

.gallery-lightbox {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: hidden;
  background: #07131c;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.gallery-lightbox::backdrop {
  background: rgba(3, 12, 18, 0.86);
  backdrop-filter: blur(8px);
}

.gallery-lightbox-shell {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: min(760px, calc(100vh - 32px));
}

.gallery-lightbox figure {
  display: grid;
  min-height: 0;
  margin: 0;
}

.gallery-lightbox figure img {
  width: 100%;
  height: min(680px, calc(100vh - 150px));
  object-fit: contain;
  background: #07131c;
}

.gallery-lightbox figcaption {
  padding: 12px 20px 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-controls button {
  min-height: 40px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.gallery-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  background: rgba(7, 19, 28, 0.82);
}

.gallery-lightbox-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 20px 20px;
}

.gallery-lightbox-controls span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.section,
.area-section,
.pricing-section,
.standards-section,
.process-section,
.faq-section,
.final-cta {
  padding: 92px clamp(20px, 5vw, 72px);
}

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.service-grid,
.pricing-grid,
.standards-grid {
  display: grid;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

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

.service-card,
.pricing-grid article,
.standards-grid article,
.standard-card,
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
}

.service-card span {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--brand);
  font-weight: 900;
}

.service-card p,
.pricing-grid p,
.standards-grid p,
.standard-card p,
.area-copy p,
.faq-list p,
.steps li {
  color: var(--muted);
  line-height: 1.65;
}

.service-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 16px;
  color: var(--brand);
  font-weight: 900;
}

.area-section,
.standards-section {
  background: var(--soft);
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 1.1fr);
  gap: 38px;
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.area-copy {
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark), #0b5d7a);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.area-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.area-directory-cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 12px 16px;
  color: var(--ink);
  font-weight: 900;
  background: var(--accent);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

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

.area-region-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8, 23, 38, 0.05);
}

.area-region-card-wide {
  grid-column: 1 / -1;
}

.area-region-card h3 {
  margin: 0;
  font-size: 18px;
}

.area-link-list,
.related-area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.area-link-list a,
.related-area-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
  background: var(--soft);
  border: 1px solid #d7e5eb;
  border-radius: 8px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.area-link-list a:hover,
.related-area-links a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: transparent;
  transform: translateY(-1px);
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0 20px;
  color: var(--ink);
  font-weight: 850;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.location-page {
  background: linear-gradient(180deg, #fff 0%, #f6fbfb 36%, #fff 100%);
}

.location-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.74fr);
  gap: 38px;
  align-items: center;
  padding: 92px clamp(20px, 5vw, 72px) 76px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 180, 41, 0.2), transparent 28%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.location-hub-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 180, 41, 0.24), transparent 30%),
    linear-gradient(135deg, #0d2432, #0b5d7a 58%, #05736e);
}

.location-hero-copy {
  max-width: 820px;
}

.location-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

.location-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.location-hero .eyebrow {
  color: var(--accent);
}

.location-hero-image {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.location-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.location-hero-image figcaption {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.location-content {
  max-width: var(--max);
  margin: 0 auto;
  padding: 76px clamp(20px, 5vw, 72px);
}

.location-intro-grid,
.location-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 24px;
  align-items: stretch;
}

.location-copy-panel,
.location-snapshot,
.location-quote-card,
.location-hub-card,
.location-card-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(8, 23, 38, 0.07);
}

.location-copy-panel,
.location-snapshot,
.location-quote-card {
  padding: 30px;
}

.location-copy-panel h2,
.location-service-section h2,
.location-split-section h2,
.location-faq-section h2,
.related-area-section h2,
.location-region-heading h2 {
  margin-top: 0;
}

.location-copy-panel p,
.location-snapshot li,
.location-card-grid p,
.location-step-list p,
.location-quote-card p,
.location-hub-card em {
  color: var(--muted);
  line-height: 1.72;
}

.location-snapshot {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(240, 180, 41, 0.22), transparent 28%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.location-snapshot span,
.location-quote-card span,
.location-hub-card span,
.location-proof-strip span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-snapshot ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.location-snapshot li {
  color: rgba(255, 255, 255, 0.8);
}

.location-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}

.location-proof-strip article {
  display: grid;
  gap: 8px;
  padding: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 8px;
}

.location-service-section,
.location-split-section,
.location-faq-section,
.related-area-section,
.location-region-block {
  padding-top: 76px;
}

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

.location-card-grid article {
  overflow: hidden;
}

.location-card-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.location-card-grid h3,
.location-card-grid p {
  padding: 0 22px;
}

.location-card-grid h3 {
  margin: 22px 0 10px;
}

.location-card-grid p {
  margin: 0 0 24px;
}

.location-step-list {
  display: grid;
  gap: 12px;
}

.location-step-list article {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.location-step-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.location-quote-card {
  align-self: start;
  background: var(--accent-soft);
  border-color: rgba(240, 180, 41, 0.45);
}

.location-faq-section .faq-list {
  max-width: none;
}

.related-area-section {
  padding-bottom: 10px;
}

.related-area-links a {
  font-size: 14px;
}

.location-region-block + .location-region-block {
  border-top: 1px solid var(--line);
  margin-top: 64px;
}

.location-region-heading {
  max-width: 820px;
  margin-bottom: 22px;
}

.location-hub-card {
  display: grid;
  gap: 10px;
  min-height: 172px;
  padding: 22px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.location-hub-card strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.location-hub-card em {
  font-style: normal;
}

.location-hub-card:hover {
  border-color: rgba(11, 93, 122, 0.32);
  box-shadow: 0 22px 54px rgba(8, 23, 38, 0.12);
  transform: translateY(-2px);
}

.location-hero-premium .location-hero-image img {
  aspect-ratio: 10 / 7;
}

.location-image-credit {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.location-image-credit a {
  color: #fff;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.location-content-premium {
  display: grid;
  gap: 0;
}

.location-copy-panel-large {
  background:
    radial-gradient(circle at 92% 8%, rgba(240, 180, 41, 0.1), transparent 30%),
    linear-gradient(135deg, #fff, #f8fcfd);
}

.location-copy-panel-large p {
  font-size: 17px;
}

.location-snapshot strong {
  color: #fff;
}

.location-story-section,
.location-guide-section,
.location-checklist-section {
  padding-top: 76px;
}

.location-story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 18px;
}

.location-story-card,
.location-guide-grid article,
.location-checklist-grid article,
.location-seo-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(8, 23, 38, 0.06);
}

.location-story-card {
  padding: clamp(24px, 4vw, 34px);
}

.location-story-card p,
.location-guide-grid p,
.location-checklist-grid span,
.location-seo-section p {
  color: var(--muted);
  line-height: 1.72;
}

.location-story-card h2,
.location-guide-section h2,
.location-checklist-section h2,
.location-seo-section h2 {
  margin-top: 0;
}

.location-story-accent {
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(240, 180, 41, 0.22), transparent 30%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-color: rgba(255, 255, 255, 0.14);
}

.location-story-accent p {
  color: rgba(255, 255, 255, 0.78);
}

.location-story-accent .eyebrow {
  color: var(--accent);
}

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

.location-deep-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 300px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(8, 23, 38, 0.055);
}

.location-deep-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.location-deep-grid h3,
.location-deep-grid p,
.location-guide-grid h3,
.location-guide-grid p,
.location-checklist-grid strong,
.location-checklist-grid span,
.location-seo-section p {
  margin: 0;
}

.location-deep-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.location-premium-split {
  align-items: start;
}

.location-guide-grid,
.location-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.location-guide-grid article,
.location-checklist-grid article {
  padding: 24px;
}

.location-checklist-grid article {
  display: grid;
  gap: 8px;
}

.location-checklist-grid strong {
  color: var(--ink);
  font-size: 20px;
}

.location-seo-section {
  display: grid;
  gap: 16px;
  margin-top: 76px;
  padding: clamp(24px, 4vw, 36px);
  background:
    radial-gradient(circle at 90% 10%, rgba(240, 180, 41, 0.12), transparent 28%),
    linear-gradient(135deg, #fff, #f8fcfd);
}

.location-hub-card-media {
  overflow: hidden;
  padding: 0;
}

.location-hub-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.location-hub-card-media span,
.location-hub-card-media strong,
.location-hub-card-media em {
  margin-inline: 20px;
}

.location-hub-card-media span {
  margin-top: 18px;
}

.location-hub-card-media em {
  margin-bottom: 22px;
}

.standard-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
  color: inherit;
  box-shadow: 0 10px 28px rgba(8, 23, 38, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.standard-card h3 {
  margin-bottom: 14px;
}

.standard-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--brand);
  font-weight: 900;
}

.standard-card span::after {
  content: "";
  width: 18px;
  height: 2px;
  margin-left: 10px;
  background: currentColor;
  transition: width 180ms ease;
}

.standard-card:hover,
.standard-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(11, 93, 122, 0.34);
  box-shadow: 0 22px 52px rgba(8, 23, 38, 0.13);
}

.standard-card:hover span::after,
.standard-card:focus-visible span::after {
  width: 30px;
}

.area-list li::before {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  background: var(--success);
  border-radius: 99px;
  content: "";
}

.pricing-section {
  background: linear-gradient(180deg, #fff 0%, var(--soft-2) 100%);
}

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

.pricing-grid article {
  padding: 30px;
}

.pricing-note {
  max-width: var(--max);
  margin: 18px auto 0;
  padding: 20px 24px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pricing-note strong {
  color: var(--ink);
}

.pricing-note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pricing-note-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  color: var(--brand-dark);
  font-weight: 900;
  background: var(--soft);
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.pricing-note-actions a:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: transparent;
}

.pricing-grid .featured {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  box-shadow: var(--shadow);
}

.pricing-grid .featured p {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-grid .featured .tag {
  color: var(--accent);
}

.price {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.featured .price {
  color: #fff;
}

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

.standards-grid article,
.standard-card {
  padding: 26px;
}

.process-section {
  background: #fff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 210px;
  padding: 76px 22px 22px;
  background: var(--soft);
  border-radius: 8px;
}

.steps li::before {
  position: absolute;
  left: 22px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  font-weight: 900;
  background: var(--brand);
  border-radius: 8px;
  counter-increment: step;
  content: counter(step);
}

.steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.faq-section {
  background: var(--soft);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 12px 0 0;
}

.final-cta {
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(240, 180, 41, 0.18), transparent 26%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.final-cta h2 {
  max-width: 860px;
  margin: 0 auto 26px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.site-footer {
  justify-content: space-between;
  gap: 22px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: #fff;
  background: #101820;
}

.site-footer p {
  max-width: 620px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-phone,
.footer-email {
  color: #fff;
  font-weight: 850;
}

.footer-email {
  color: var(--accent);
}

.site-footer nav {
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.cookie-banner {
  position: fixed;
  inset: auto 0 0;
  z-index: 2000;
  padding: 0 6px;
  background: transparent;
  pointer-events: none;
}

.cookie-banner-panel {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 4px 6px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(220, 227, 235, 0.98);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 -5px 18px rgba(8, 23, 38, 0.14);
  pointer-events: auto;
}

.cookie-banner[data-mode="summary"] .cookie-banner-panel {
  max-width: 650px;
}

.cookie-banner[data-mode="summary"] [data-cookie-summary] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 2px 7px;
  align-items: center;
}

.cookie-banner[data-mode="summary"] .cookie-eyebrow {
  display: none;
}

.cookie-banner[data-mode="summary"] .cookie-actions {
  grid-column: 3;
  grid-row: 1 / span 2;
  margin: 0;
}

.cookie-banner h2 {
  margin: 0;
  font-size: 12px;
  line-height: 1.1;
}

.cookie-banner p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.2;
}

.cookie-eyebrow {
  color: var(--brand) !important;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  margin-top: 5px;
}

.cookie-actions button,
.cookie-actions a,
.privacy-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 5px;
  cursor: pointer;
}

.cookie-actions button:nth-of-type(2),
.cookie-actions button:nth-of-type(3),
.cookie-actions a,
.privacy-action.secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.cookie-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px;
  align-items: start;
  margin-top: 5px;
  padding: 6px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cookie-toggle input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--brand);
}

.cookie-toggle strong,
.cookie-toggle small {
  display: block;
}

.cookie-toggle small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.page-hero {
  padding: 98px clamp(20px, 5vw, 72px) 72px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(240, 180, 41, 0.22), transparent 28%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.page-hero > * {
  max-width: 900px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.about-hero {
  min-height: 590px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(90deg, rgba(8, 28, 39, 0.96) 0%, rgba(8, 42, 55, 0.78) 48%, rgba(8, 42, 55, 0.34) 100%),
    url("assets/hero-real-luton-removals.jpg") center 46% / cover;
}

.about-hero h1 {
  max-width: 920px;
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
}

.about-hero > p:not(.eyebrow):not(.calendar-actions) {
  max-width: 760px;
}

.about-service-lead .service-highlight-panel h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.price-guide-hero {
  min-height: 520px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(90deg, rgba(15, 45, 58, 0.96), rgba(11, 93, 122, 0.78)),
    url("assets/gallery-loaded-luton-05.jpg") center / cover;
}

.hero-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.price-guide-page {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfb 38%, #fff 100%);
}

.price-guide-intro,
.price-guide-section,
.price-guide-cta {
  max-width: var(--max);
  margin: 0 auto;
  padding: 76px clamp(20px, 5vw, 72px);
}

.price-guide-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 28px;
  align-items: stretch;
}

.price-guide-intro h2,
.price-guide-section h2,
.price-guide-cta h2 {
  margin-top: 0;
}

.price-guide-intro p,
.price-guide-section p,
.price-guide-cta p {
  color: var(--muted);
  line-height: 1.72;
}

.price-guide-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(240, 180, 41, 0.26), transparent 34%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(8, 23, 38, 0.16);
}

.price-guide-panel span,
.price-factor-grid span,
.price-step-list span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-guide-panel strong {
  font-size: 28px;
  line-height: 1.12;
}

.price-guide-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

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

.price-factor-grid article,
.price-step-list article,
.price-save-grid article,
.price-faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(8, 23, 38, 0.06);
}

.price-factor-grid article {
  display: grid;
  gap: 12px;
  padding: 26px;
}

.price-factor-grid h3,
.price-step-list h3 {
  margin: 0;
}

.price-factor-grid p,
.price-step-list p {
  margin: 0;
}

.volume-estimator-section {
  padding-top: 48px;
}

.volume-estimator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 22px;
  align-items: start;
}

.volume-builder-card,
.volume-result-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(8, 23, 38, 0.08);
}

.volume-builder-card {
  padding: 24px;
}

.volume-estimator-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.volume-estimator-head span,
.volume-result-kicker {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.volume-estimator-head h3 {
  margin: 4px 0 0;
}

.volume-estimator-head p {
  max-width: 520px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.volume-reset,
.volume-presets button,
.volume-room-tabs button,
.volume-stepper button {
  border: 0;
  cursor: pointer;
  font-weight: 900;
}

.volume-reset {
  min-height: 38px;
  padding: 0 13px;
  color: var(--brand);
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 8px;
}

.volume-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px;
  background: var(--soft);
  border: 1px solid rgba(11, 93, 122, 0.12);
  border-radius: 8px;
}

.volume-presets button {
  min-height: 40px;
  padding: 0 13px;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.volume-search {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
  margin: 0 0 18px;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.volume-search > span {
  color: var(--ink);
  font-weight: 900;
}

.volume-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  color: var(--ink);
  font: inherit;
  border: 1px solid rgba(11, 93, 122, 0.2);
  border-radius: 8px;
}

.volume-search small {
  color: var(--muted);
}

.volume-room-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.volume-room-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.volume-room-tabs button em {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  place-items: center;
  color: var(--brand-dark);
  font-size: 11px;
  font-style: normal;
  background: var(--accent);
  border-radius: 999px;
}

.volume-room-tabs button em[hidden] {
  display: none;
}

.volume-room-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(11, 93, 122, 0.16);
}

.volume-room-panel {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.volume-room-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.volume-room-title h4 {
  margin: 0;
  font-size: 22px;
}

.volume-room-title p {
  max-width: 380px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.volume-item-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.volume-item-heading {
  margin: 14px 0 0;
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.volume-item-heading:first-child {
  margin-top: 0;
}

.volume-item-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  background: #fbfdfe;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.volume-item-row.is-selected {
  background: #f0faf8;
  border-color: rgba(20, 134, 112, 0.4);
  box-shadow: inset 4px 0 0 var(--success);
}

.volume-empty {
  padding: 22px;
  color: var(--muted);
  text-align: center;
  background: var(--soft);
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.volume-item-main {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.volume-item-copy {
  display: grid;
  gap: 3px;
}

.volume-item-copy strong,
.volume-item-copy span {
  display: block;
}

.volume-item-copy span,
.volume-item-option span {
  color: var(--muted);
  font-size: 13px;
}

.volume-item-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 420px;
  margin: 0;
}

.volume-item-option span {
  min-width: 84px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.volume-item-option select {
  min-height: 36px;
  width: min(100%, 236px);
  padding: 0 34px 0 12px;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  background: #fff;
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 8px;
}

.volume-stepper {
  display: grid;
  grid-template-columns: 36px 58px 36px;
  gap: 6px;
  align-items: center;
}

.volume-stepper button {
  width: 36px;
  height: 36px;
  color: var(--brand-dark);
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 8px;
}

.volume-stepper input {
  width: 58px;
  height: 36px;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.volume-result-card {
  position: sticky;
  top: 98px;
  max-height: calc(100vh - 118px);
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 26px;
}

.volume-result-card > strong {
  display: block;
  margin-top: 8px;
  font-size: 48px;
  line-height: 1;
}

.volume-result-card > p {
  margin: 7px 0 0;
  color: var(--muted);
}

.volume-capacity {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.volume-capacity-track {
  height: 12px;
  overflow: hidden;
  background: #e8f0f4;
  border-radius: 999px;
}

.volume-capacity-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  border-radius: inherit;
  transition: width 180ms ease;
}

.volume-van-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.volume-van-scale span {
  display: grid;
  min-height: 32px;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 7px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.volume-van-scale span.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: transparent;
}

.volume-capacity small {
  color: var(--muted);
  font-weight: 750;
}

.volume-plan {
  padding: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(240, 180, 41, 0.22), transparent 32%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 8px;
}

.volume-plan h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.volume-plan p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.volume-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.volume-plan-grid div {
  padding: 14px;
  background: var(--soft);
  border: 1px solid rgba(11, 93, 122, 0.12);
  border-radius: 8px;
}

.volume-plan-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.volume-plan-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
}

.selected-volume-list {
  padding-top: 8px;
}

.selected-volume-list h4 {
  margin: 0 0 8px;
}

.selected-volume-list ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.selected-volume-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.selected-volume-list li strong {
  color: var(--ink);
  white-space: nowrap;
}

.volume-disclaimer {
  margin: 16px 0 0;
  padding-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  border-top: 1px solid var(--line);
}

.volume-use-list {
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  color: #fff;
  font: inherit;
  font-weight: 950;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(11, 93, 122, 0.18);
}

.volume-use-list:disabled {
  color: var(--muted);
  background: #e8eef1;
  box-shadow: none;
  cursor: not-allowed;
}

.volume-use-list-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.quote-item-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 12px;
  margin-top: 7px;
}

.quote-item-tools a {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quote-item-tools small {
  color: var(--success);
  font-weight: 850;
}

.price-guide-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 34px;
  align-items: center;
}

.price-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.price-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text);
  line-height: 1.62;
}

.price-check-list li::before {
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: var(--success);
  border-radius: 99px;
  content: "";
}

.price-guide-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-guide-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.price-guide-image figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-weight: 750;
}

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

.price-step-list article {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.price-save-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

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

.price-save-grid article {
  display: grid;
  gap: 6px;
  padding: 20px;
}

.price-save-grid strong {
  color: var(--ink);
  font-size: 17px;
}

.price-save-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.price-faq-list {
  display: grid;
  gap: 12px;
}

.price-faq-list details {
  padding: 20px 22px;
}

.price-faq-list summary {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.price-faq-list p {
  margin-bottom: 0;
}

.price-guide-cta {
  margin-bottom: 70px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(240, 180, 41, 0.22), transparent 32%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 8px;
}

.price-guide-cta p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}

.price-guide-cta .payment-link {
  background: #fff;
  color: var(--brand-dark);
}

.price-guide-cta .secondary-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.related-links a {
  color: #fff;
  font-weight: 850;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: 72px clamp(20px, 5vw, 72px);
  color: #fff;
  background: linear-gradient(135deg, #101820 0%, var(--brand-dark) 52%, var(--brand) 100%);
}

.blog-hero-copy {
  max-width: 860px;
}

.blog-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
}

.blog-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.68;
}

.blog-hero .eyebrow {
  color: var(--accent);
}

.blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.blog-hero-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.blog-hero-image img {
  width: 100%;
  height: clamp(340px, 43vw, 560px);
  object-fit: cover;
}

.blog-hero-image figcaption {
  padding: 16px 18px;
  color: var(--text);
  font-weight: 750;
}

.blog-index {
  padding: 72px clamp(20px, 5vw, 72px) 86px;
  background: linear-gradient(180deg, #f8fbfc 0%, #fff 42%, #f4f8fb 100%);
}

.blog-index > section {
  max-width: var(--max);
  margin: 0 auto;
}

.blog-index > section + section {
  margin-top: 68px;
}

.blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(8, 23, 38, 0.12);
}

.blog-featured-media {
  min-height: 460px;
}

.blog-featured-media img,
.blog-card > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-featured-copy {
  display: grid;
  align-content: center;
  padding: clamp(26px, 4vw, 46px);
}

.blog-featured-copy p:not(.tag),
.blog-section-heading p,
.blog-card p,
.blog-service-panel p,
.blog-cta p {
  color: var(--muted);
  line-height: 1.7;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 22px;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 850;
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.14);
  border-radius: 999px;
}

.blog-topics {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.blog-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-topic-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--brand-dark);
  font-weight: 850;
  background: var(--soft);
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.blog-section-heading {
  max-width: 820px;
  margin-bottom: 26px;
}

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

.blog-card {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(8, 23, 38, 0.07);
}

.blog-card-large {
  grid-column: span 2;
}

.blog-card > a {
  height: 260px;
}

.blog-card-large > a {
  height: 360px;
}

.blog-card-body {
  display: grid;
  align-content: start;
  padding: 24px;
}

.blog-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.18;
}

.blog-card p {
  margin-bottom: 0;
}

.blog-service-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 30px;
  align-items: start;
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark), #123f51 48%, var(--brand));
  border-radius: 8px;
}

.blog-service-panel .eyebrow {
  color: var(--accent);
}

.blog-service-panel p {
  color: rgba(255, 255, 255, 0.78);
}

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

.blog-service-grid a {
  display: grid;
  gap: 10px;
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.blog-service-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.blog-service-grid strong {
  color: #fff;
  font-size: 18px;
}

.blog-cta {
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(rgba(15, 45, 58, 0.9), rgba(11, 93, 122, 0.9)),
    url("assets/gallery-packed-van-32.jpg") center / cover;
  border-radius: 8px;
}

.blog-cta .eyebrow {
  color: var(--accent);
}

.blog-cta p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}

.blog-cta .payment-link {
  color: var(--brand-dark);
  background: #fff;
}

.blog-cta .secondary-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.review-hero {
  min-height: 0;
  display: grid;
  align-content: center;
  padding-top: 64px;
  padding-bottom: 54px;
  background:
    linear-gradient(90deg, rgba(9, 34, 45, 0.96), rgba(11, 93, 122, 0.78)),
    url("assets/gallery-smiling-mover-20.jpg") center / cover;
}

.review-hero h1 {
  max-width: 760px;
  font-size: 64px;
  line-height: 1.04;
  letter-spacing: 0;
}

.review-hero p {
  max-width: 720px;
  font-size: 18px;
}

.review-hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 900px;
  margin-top: 22px;
}

.review-hero-strip span {
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.review-page {
  padding: 58px clamp(20px, 5vw, 72px) 84px;
  background: linear-gradient(180deg, #f6fafc 0%, #fff 48%, #f4f8fb 100%);
}

.review-page > section {
  max-width: var(--max);
  margin: 0 auto;
}

.review-page > section + section {
  margin-top: 48px;
}

.google-review-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(8, 23, 38, 0.1);
}

.google-review-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2), var(--accent));
}

.repuso-review-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.4vw, 40px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(8, 23, 38, 0.09);
}

.repuso-review-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2), var(--accent));
}

.repuso-review-panel-history {
  background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%);
}

.review-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 999px;
}

.review-profile-link {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
  transition: background 160ms ease, border-color 160ms ease;
}

.review-profile-link:hover,
.review-profile-link:focus-visible {
  background: var(--brand-2);
  border-color: var(--accent);
  outline: none;
}

.repuso-widget-shell {
  width: 100%;
  min-height: 420px;
  margin-top: 12px;
  overflow: hidden;
}

.repuso-widget-shell [data-rw-masonry],
.repuso-widget-shell rw-widget-masonry {
  display: block;
  width: 100%;
  max-width: 100%;
}

.review-widget-fallback {
  padding: 18px;
  color: var(--muted);
  line-height: 1.6;
  background: #f4fafb;
  border-radius: 8px;
}

.review-widget-fallback a {
  color: var(--brand);
  font-weight: 900;
}

.review-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.review-panel-intro {
  max-width: 760px;
}

.review-panel-intro h2,
.review-panel-intro p {
  margin-bottom: 0;
}

.review-panel-head p,
.review-standards p,
.review-cta p,
.google-review-card p {
  color: var(--muted);
  line-height: 1.7;
}

.review-proof-stack {
  display: grid;
  gap: 14px;
}

.review-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin-top: 24px;
}

.review-trust-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  background: #f4fafb;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 999px;
}

.review-feed-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #3f5569;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.review-feed-meta::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: #1b8f57;
  border: 3px solid rgba(27, 143, 87, 0.16);
  border-radius: 50%;
  box-sizing: content-box;
}

.google-review-summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 14px;
  row-gap: 4px;
  min-width: 260px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg, #102b36, var(--brand));
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.google-review-summary .review-kicker,
.google-review-summary .review-count {
  grid-column: 1 / -1;
}

.google-review-request-card {
  position: relative;
  display: grid;
  gap: 9px;
  min-height: 156px;
  padding: 24px;
  overflow: hidden;
  color: var(--brand-dark);
  text-decoration: none;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(135deg, #fff8df, #f1fbfc 62%, #fff);
  border: 1px solid rgba(240, 180, 41, 0.38);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(8, 23, 38, 0.09);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.google-review-request-card::after {
  content: "G";
  position: absolute;
  right: 18px;
  bottom: -18px;
  color: rgba(11, 93, 122, 0.08);
  font-size: 110px;
  font-weight: 950;
  line-height: 1;
}

.google-review-request-card strong,
.google-review-request-card span,
.google-review-request-card em {
  position: relative;
  z-index: 1;
}

.google-review-request-card strong {
  max-width: 270px;
  font-size: 26px;
  line-height: 1.08;
}

.google-review-request-card span:not(.review-kicker) {
  max-width: 310px;
  color: #506174;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.5;
}

.google-review-request-card em {
  justify-self: start;
  align-self: end;
  padding: 9px 12px;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: 999px;
}

.google-review-request-card:hover,
.google-review-request-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(11, 93, 122, 0.34);
  box-shadow: 0 26px 60px rgba(8, 23, 38, 0.13);
}

.google-review-request-card:focus-visible {
  outline: 4px solid rgba(240, 180, 41, 0.2);
  outline-offset: 3px;
}

.review-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-score {
  font-size: 42px;
  line-height: 1;
}

.review-count {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.review-disclaimer {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.review-feed-status {
  margin: 16px 0 0;
  padding: 14px 16px;
  color: var(--brand-dark);
  font-weight: 800;
  background: #eef7fa;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.review-feed-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.review-feed-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.review-feed-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  background: #f4fafb;
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 999px;
}

.review-feed-actions a:first-child {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.review-feed-actions a:hover,
.review-feed-actions a:focus-visible {
  border-color: var(--accent);
  outline: none;
}

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

.google-review-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 250px;
  padding: 18px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfc 100%) padding-box,
    linear-gradient(135deg, rgba(11, 93, 122, 0.26), rgba(240, 180, 41, 0.26)) border-box;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 23, 38, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.google-review-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

a.google-review-card {
  text-decoration: none;
}

a.google-review-card:hover,
a.google-review-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(11, 93, 122, 0.34);
  box-shadow: 0 26px 60px rgba(8, 23, 38, 0.12);
}

a.google-review-card:focus-visible {
  outline: 4px solid rgba(11, 93, 122, 0.16);
  outline-offset: 3px;
}

.google-review-top {
  position: relative;
  display: flex;
  gap: 13px;
  align-items: center;
  z-index: 1;
}

.google-review-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  color: #fff;
  font-weight: 950;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: 0 7px 18px rgba(11, 93, 122, 0.16);
}

.google-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.google-review-avatar-empty {
  background:
    radial-gradient(circle at 50% 35%, rgba(11, 93, 122, 0.72) 0 9px, transparent 10px),
    radial-gradient(ellipse at 50% 82%, rgba(11, 93, 122, 0.4) 0 18px, transparent 19px),
    linear-gradient(135deg, #eef6f8, #dcebef);
  border: 1px solid rgba(11, 93, 122, 0.12);
  box-shadow: 0 10px 24px rgba(8, 23, 38, 0.08);
}

.google-review-top strong,
.google-review-top span {
  display: block;
}

.google-review-top span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.google-review-stars {
  position: relative;
  color: #d39a12;
  font-size: 16px;
  letter-spacing: 0.04em;
  z-index: 1;
}

.google-review-quote {
  position: relative;
  margin: 0;
  color: var(--text);
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  z-index: 1;
}

.google-review-quote.is-expanded {
  display: block;
  overflow: visible;
}

.google-review-expand {
  justify-self: start;
  padding: 0;
  color: var(--brand);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.google-review-source {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  align-self: end;
  margin-top: 4px;
  padding: 11px 0 0;
  border-top: 1px solid var(--line);
  z-index: 1;
}

.google-review-source span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.google-review-source strong {
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
}

.google-review-source a {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.review-load-panel {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding-top: 24px;
}

.review-load-panel[hidden] {
  display: none;
}

.review-load-more {
  min-height: 46px;
  padding: 0 24px;
  color: #fff;
  font: inherit;
  font-weight: 950;
  background: var(--brand);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.review-load-more:hover,
.review-load-more:focus-visible {
  background: var(--brand-2);
  outline: 3px solid rgba(11, 93, 122, 0.16);
  outline-offset: 3px;
}

.review-load-panel p,
.review-disclosure {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
}

.review-disclosure {
  max-width: 820px;
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.google-review-empty {
  grid-column: 1 / -1;
  min-height: 180px;
}

.google-review-empty h2 {
  margin: 0;
  font-size: 26px;
}

.review-standards {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: start;
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(8, 23, 38, 0.07);
}

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

.review-standard-grid article {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: #f8fbfd;
  border: 1px solid rgba(220, 227, 235, 0.86);
  border-radius: 8px;
}

.review-standard-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.review-standard-grid h3,
.review-standard-grid p {
  margin: 0;
}

.review-cta {
  padding: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(240, 180, 41, 0.2), transparent 30%),
    linear-gradient(rgba(15, 45, 58, 0.92), rgba(11, 93, 122, 0.9)),
    url("assets/gallery-loaded-van-street-25.jpg") center / cover;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(8, 23, 38, 0.12);
}

.review-cta .eyebrow {
  color: var(--accent);
}

.review-cta p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}

.review-cta .payment-link {
  color: var(--brand-dark);
  background: #fff;
}

.review-cta .secondary-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.terms-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(240, 180, 41, 0.16), transparent 30%),
    linear-gradient(135deg, #102b36, #0b5d7a);
}

.terms-updated {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 14px !important;
  font-weight: 800;
}

.terms-page {
  max-width: 1280px;
}

.terms-summary-card {
  display: grid;
  gap: 26px;
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at 92% 8%, rgba(240, 180, 41, 0.14), transparent 28%),
    linear-gradient(135deg, #f9fcfd, #fff);
  border: 1px solid rgba(11, 93, 122, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(8, 23, 38, 0.08);
}

.terms-summary-card h2 {
  max-width: 760px;
  margin-bottom: 10px;
}

.terms-summary-card p,
.terms-section p,
.terms-section li {
  color: var(--muted);
  line-height: 1.72;
}

.terms-key-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.terms-key-points > div {
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.terms-key-points span {
  display: block;
  color: var(--brand);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.terms-key-points strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.3;
}

.terms-key-points p {
  margin: 8px 0 0;
}

.terms-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.24fr) minmax(0, 0.76fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: start;
}

.terms-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 2px;
  padding: 18px;
  background: #f4f8fa;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.terms-nav strong {
  margin-bottom: 8px;
  color: var(--ink);
}

.terms-nav a {
  padding: 9px 10px;
  color: var(--muted);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

.terms-nav a:hover,
.terms-nav a:focus-visible {
  color: var(--brand-dark);
  background: #fff;
}

.terms-document {
  min-width: 0;
}

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

.terms-notice-grid article {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(220, 227, 235, 0.9);
  border-radius: 8px;
}

.terms-notice-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.terms-notice-grid strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.terms-notice-grid p {
  margin: 0;
}

.terms-section {
  scroll-margin-top: 112px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.terms-section:last-child {
  border-bottom: 0;
}

.terms-section h2 {
  max-width: 860px;
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 30px);
}

.terms-section ol,
.terms-section ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 22px;
}

.content-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px clamp(20px, 5vw, 72px);
}

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

.content-card,
.article-card {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.section-subhead {
  margin: 48px 0 20px;
  font-size: 30px;
}

.content-card p,
.article-card p,
.terms-section p,
.terms-section li {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 24px;
  align-items: start;
}

.privacy-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  padding: 20px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.privacy-sidebar a {
  color: var(--brand);
  font-weight: 850;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 4px;
  font-size: 15px;
}

.privacy-table th,
.privacy-table td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--line);
}

.privacy-table th {
  color: var(--ink);
  background: #edf7f8;
}

.service-page {
  display: grid;
  gap: 34px;
}

.service-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: 24px;
  align-items: stretch;
}

.service-lead-copy,
.service-highlight-panel,
.service-cta-panel,
.faq-category {
  padding: clamp(24px, 4vw, 36px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(8, 23, 38, 0.06);
}

.service-lead-copy {
  background:
    radial-gradient(circle at 92% 0%, rgba(240, 180, 41, 0.12), transparent 26%),
    linear-gradient(135deg, #ffffff, #f8fcfd);
}

.service-lead-copy p,
.service-highlight-panel p,
.service-cta-panel p,
.faq-category p {
  color: var(--muted);
  line-height: 1.7;
}

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

.service-proof-strip article {
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 8px;
}

.service-proof-strip span,
.service-highlight-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-proof-strip strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}

.service-split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.44fr);
  gap: 28px;
  align-items: start;
}

.about-story {
  align-items: stretch;
}

.about-photo {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(13, 32, 51, 0.14);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  background: rgba(8, 28, 39, 0.84);
  border-radius: 6px;
}

.service-step-list,
.service-check-list,
.faq-category-grid {
  display: grid;
  gap: 14px;
}

.service-step-list article,
.service-check-list li {
  padding: 18px 20px;
  background: var(--soft);
  border: 1px solid rgba(220, 227, 235, 0.9);
  border-radius: 8px;
}

.service-step-list strong,
.service-check-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 18px;
}

.service-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-cta-panel {
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(240, 180, 41, 0.22), transparent 30%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-color: rgba(255, 255, 255, 0.18);
}

.service-cta-panel p {
  color: rgba(255, 255, 255, 0.8);
}

.service-cta-panel .payment-link {
  color: var(--brand-dark);
  background: #fff;
}

.service-cta-panel .secondary-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.faq-page {
  max-width: 1040px;
}

.faq-category-grid {
  margin-top: 24px;
}

.faq-category h2 {
  font-size: 28px;
}

.faq-category .faq-list {
  max-width: none;
}

.faq-category .faq-list details {
  background: #f9fcfd;
  border: 1px solid rgba(220, 227, 235, 0.9);
  border-radius: 8px;
}

@media (max-width: 1020px) {
  .main-nav {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "quote"
      "support"
      "result";
    padding-top: 76px;
  }

  .quote-panel,
  .quote-support-card {
    max-width: 720px;
    width: 100%;
    justify-self: center;
  }

  .quote-result {
    max-width: 720px;
    width: 100%;
  }

  .embedded-payment-shell {
    grid-template-columns: 1fr;
  }

  .metric-band,
  .service-grid,
  .standards-grid,
  .steps,
  .content-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-layout,
  .privacy-layout,
  .terms-layout,
  .pricing-grid,
  .blog-hero,
  .blog-featured,
  .blog-topics,
  .blog-service-panel,
  .review-panel-head,
  .review-standards,
  .price-guide-intro,
  .volume-estimator-shell,
  .price-guide-split,
  .price-save-section,
  .gallery-preview-layout,
	  .gallery-hero,
	  .service-lead,
	  .service-split,
	  .location-hero,
	  .location-intro-grid,
	  .location-split-section,
	  .location-story-section {
	    grid-template-columns: 1fr;
	  }

	  .price-factor-grid,
	  .price-step-list,
	  .blog-card-grid,
	  .google-review-grid,
	  .review-standard-grid,
	  .terms-notice-grid,
	  .service-proof-strip,
	  .location-proof-strip,
	  .location-card-grid,
	  .location-hub-grid,
	  .location-deep-grid,
	  .location-guide-grid,
	  .location-checklist-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

  .blog-card-large {
    grid-column: span 2;
  }

  .volume-result-card {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .gallery-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card-large,
  .gallery-card-tall {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 320px;
  }

  .privacy-sidebar {
    position: static;
  }

  .terms-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-nav strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: center;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-phone {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .header-phone::before {
    display: none;
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  .about-hero {
    min-height: 520px;
    padding: 76px 20px 46px;
    background-position: 58% center;
  }

  .about-hero h1 {
    font-size: 43px;
  }

  .about-photo {
    min-height: 360px;
  }

  .hero-inner {
    padding: 62px 18px 48px;
  }

  .quote-panel {
    padding: 20px;
  }

  .route-planner {
    padding: 14px;
  }

  .route-planner-head {
    display: grid;
    gap: 5px;
    margin-bottom: 13px;
  }

  .route-planner-head p {
    max-width: none;
    text-align: left;
  }

  .route-stop-grid {
    gap: 16px;
  }

  .route-stop-grid::before {
    top: 32px;
    bottom: 32px;
    left: 28px;
    width: 2px;
    height: auto;
  }

  .route-stop-card {
    padding: 14px;
  }

  .quote-support-card {
    padding: 20px;
  }

  .confidence-van-grid,
  .confidence-proof-grid {
    grid-template-columns: 1fr;
  }

	  .form-grid,
	  .metric-band,
	  .service-grid,
	  .standards-grid,
	  .steps,
	  .area-list,
	  .area-directory,
	  .content-grid,
	  .article-grid,
	  .blog-card-grid,
	  .blog-service-grid,
	  .blog-topic-list,
	  .google-review-grid,
	  .review-standard-grid,
	  .price-factor-grid,
	  .price-step-list,
	  .price-save-grid,
	  .terms-notice-grid,
	  .terms-key-points,
	  .service-proof-strip,
	  .location-proof-strip,
	  .location-card-grid,
	  .location-hub-grid,
	  .location-deep-grid,
	  .location-guide-grid,
	  .location-checklist-grid,
	  .gallery-mosaic,
	  .gallery-grid-page {
	    grid-template-columns: 1fr;
	  }

  .terms-nav {
    grid-template-columns: 1fr;
  }

  .terms-nav strong {
    grid-column: auto;
  }

  .blog-hero,
  .review-page,
  .blog-index {
    padding-inline: 18px;
  }

  .blog-hero {
    padding-block: 52px;
  }

  .review-hero {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .review-hero h1 {
    font-size: 42px;
  }

  .review-feed-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-feed-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .review-feed-actions a {
    flex: 1 1 auto;
  }

  .google-review-summary {
    min-width: 0;
    width: 100%;
  }

  .google-review-card {
    min-height: 0;
  }

  .blog-hero-actions,
  .blog-featured .calendar-actions,
  .blog-cta .calendar-actions,
  .review-cta .calendar-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .blog-hero-image img,
  .blog-featured-media,
  .blog-card > a,
  .blog-card-large > a {
    height: 260px;
    min-height: 0;
  }

  .blog-featured-copy,
  .blog-card-body,
  .blog-topics,
  .blog-service-panel,
  .blog-cta,
  .google-review-panel,
  .repuso-review-panel,
  .review-cta,
  .terms-summary-card {
    padding: 22px;
  }

  .blog-card-large {
    grid-column: span 1;
  }

	  .price-guide-hero {
	    min-height: 0;
	  }

	  .location-hero {
	    padding: 58px 18px 48px;
	  }

	  .location-hero h1 {
	    font-size: 42px;
	  }

	  .location-content {
	    padding: 56px 18px;
	  }

	  .location-copy-panel,
	  .location-snapshot,
	  .location-quote-card,
	  .location-hub-card,
	  .location-story-card,
	  .location-deep-grid article,
	  .location-guide-grid article,
	  .location-checklist-grid article,
	  .area-region-card {
	    padding: 20px;
	  }

	  .location-seo-section {
	    margin-top: 54px;
	    padding: 20px;
	  }

	  .location-service-section,
	  .location-split-section,
	  .location-faq-section,
	  .related-area-section,
	  .location-story-section,
	  .location-guide-section,
	  .location-checklist-section,
	  .location-region-block {
	    padding-top: 54px;
	  }

  .review-hero {
    min-height: 0;
  }

  .hero-link-row {
    align-items: stretch;
    flex-direction: column;
  }

  .price-guide-intro,
  .price-guide-section,
  .price-guide-cta {
    padding-block: 56px;
  }

  .price-guide-panel,
  .volume-builder-card,
  .volume-result-card,
  .price-factor-grid article,
  .price-step-list article,
  .price-save-grid article,
  .price-faq-list details {
    padding: 20px;
  }

  .price-guide-panel strong {
    font-size: 24px;
  }

  .review-score {
    font-size: 34px;
  }

  .price-guide-image img {
    height: 280px;
  }

  .volume-estimator-head,
  .volume-room-title,
  .volume-item-row {
    grid-template-columns: 1fr;
  }

  .volume-estimator-head,
  .volume-room-title {
    display: grid;
  }

  .volume-room-title p {
    max-width: none;
    text-align: left;
  }

  .volume-item-option {
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    max-width: none;
  }

  .volume-item-option span {
    min-width: 0;
  }

  .volume-item-option select {
    width: 100%;
  }

  .volume-search {
    grid-template-columns: 1fr;
  }

  .volume-stepper {
    grid-template-columns: 42px 74px 42px;
  }

  .volume-stepper button,
  .volume-stepper input {
    width: 100%;
  }

  .volume-result-card > strong {
    font-size: 40px;
  }

  .volume-plan-grid {
    grid-template-columns: 1fr;
  }

  .gallery-preview-section {
    padding-block: 58px;
  }

  .gallery-mosaic,
  .gallery-card {
    min-height: 260px;
  }

  .gallery-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-filter-bar button:first-child {
    grid-column: 1 / -1;
  }

  .gallery-open span {
    opacity: 0.94;
    transform: none;
  }

  .gallery-lightbox {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }

  .gallery-lightbox-shell {
    min-height: calc(100vh - 20px);
  }

  .gallery-lightbox figure img {
    height: calc(100vh - 170px);
  }

  .gallery-lightbox figcaption,
  .gallery-lightbox-controls {
    padding-inline: 12px;
  }

  .additional-stop-row {
    grid-template-columns: 1fr;
  }

  .address-stack,
  .delivery-stack {
    grid-template-columns: 1fr;
  }

  .public-address-detail {
    grid-template-columns: 1fr;
  }

  .date-time-grid,
  .schedule-board,
  .booking-hero-card,
  .walkthrough-upload-card,
  .walkthrough-video-guide ul,
  .booking-progress-strip {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    padding: 12px;
  }

  .booking-section {
    padding: 14px;
  }

  .availability-card-head {
    display: grid;
  }

  .availability-card-head small {
    max-width: none;
    text-align: left;
  }

  .time-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-choice-grid {
    grid-template-columns: 1fr;
  }

  .payment-choice-card-body {
    min-height: 0;
  }

  .promo-code-entry {
    grid-template-columns: 1fr;
  }

  .promo-code-entry button {
    width: 100%;
  }

  .embedded-payment-summary,
  .embedded-payment-form-card {
    padding: 14px;
  }

  .payment-summary-lines p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .embedded-checkout-frame {
    min-height: 620px;
  }

  .metric-band {
    margin-top: 0;
    padding: 18px;
  }

  .section,
  .area-section,
  .pricing-section,
  .standards-section,
  .process-section,
  .faq-section,
  .final-cta {
    padding-block: 62px;
  }

  .area-copy,
  .service-card,
  .pricing-grid article,
  .standards-grid article,
  .standard-card {
    padding: 22px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    padding: 0 4px;
  }

  .cookie-banner-panel {
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 4px;
  }

  .cookie-banner[data-mode="summary"] .cookie-banner-panel {
    max-width: 100%;
  }

  .cookie-banner[data-mode="summary"] [data-cookie-summary] {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1px 5px;
  }

  .cookie-banner[data-mode="summary"] .cookie-actions {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .cookie-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    margin-top: 3px;
  }

  .cookie-actions button,
  .cookie-actions a,
  .privacy-action {
    width: auto;
    min-height: 21px;
    padding: 0 5px;
    font-size: 9.5px;
    white-space: nowrap;
    flex: 1 1 auto;
  }

  .cookie-banner h2 {
    font-size: 11px;
  }

  .cookie-banner p {
    font-size: 9.5px;
  }

  .privacy-table {
    display: block;
    overflow-x: auto;
  }
}

/* Editorial overrides must follow the legacy responsive rules. */
.blog-hero {
  position: relative;
  display: block;
  min-height: 540px;
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 68px;
  background: #102f3b;
  isolation: isolate;
}

.blog-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(8, 28, 38, 0.76);
  content: "";
}

.blog-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.blog-hero h1 {
  font-size: 50px;
  line-height: 1.06;
}

.blog-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.blog-hero-image img {
  width: 100%;
  height: 100%;
  object-position: center 42%;
}

.blog-hero-image figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 680px) {
  .site-header {
    padding: 10px 14px;
  }

  .header-phone {
    min-height: 38px;
    padding: 0 8px;
    font-size: 13px;
  }

  .blog-hero {
    min-height: 0;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .blog-hero h1 {
    font-size: 36px;
  }

  .blog-hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .blog-hero-image {
    height: 100%;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand {
    gap: 7px;
  }

  .brand strong {
    font-size: 14px;
    white-space: nowrap;
  }

  .header-phone {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
  }
}
