:root {
  --blue: #01a7fd;
  --deep-blue: #05056d;
  --navy: #0c2a5e;
  --cyan: #38cfd3;
  --lime: #a7f02d;
  --ink: #111827;
  --muted: #586377;
  --line: #d8e2ed;
  --soft: #f1ffff;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(6, 21, 55, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 10px max(20px, calc((100vw - 1120px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 226, 237, 0.8);
  backdrop-filter: blur(14px);
}

.site-header.scrolled {
  box-shadow: 0 12px 30px rgba(5, 5, 109, 0.08);
}

.brand img {
  width: 148px;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-nav a {
  color: var(--navy);
}

.primary-nav a:hover,
.primary-nav a.active,
.text-link:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
}

.header-actions .btn {
  isolation: isolate;
}

.header-actions .btn:hover {
  transform: none;
}

.mobile-survey-link {
  display: none;
}

.header-survey-btn {
  white-space: nowrap;
}

.text-link {
  color: var(--navy);
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.46;
  box-shadow: none;
  transform: none;
}

.btn:disabled:hover {
  transform: none;
}

.btn-small {
  min-height: 38px;
  padding: 10px 15px;
  font-size: 0.82rem;
}

.btn-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(1, 167, 253, 0.3);
}

.btn-primary:hover {
  background: #048ed7;
}

.btn-green {
  color: #0a3116;
  background: var(--lime);
  box-shadow: 0 12px 26px rgba(148, 247, 20, 0.32);
}

.btn-green:hover {
  background: #86e914;
  box-shadow: 0 15px 30px rgba(148, 247, 20, 0.42);
}

.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-dark {
  color: var(--navy);
  border-color: var(--line);
  background: var(--white);
}

.btn-secondary {
  color: var(--navy);
  background: var(--lime);
}

.floating-whatsapp {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.38), 0 7px 16px rgba(5, 5, 109, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  background: #20bd5a;
  box-shadow: 0 22px 42px rgba(37, 211, 102, 0.48), 0 9px 18px rgba(5, 5, 109, 0.2);
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.32);
  outline-offset: 4px;
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.has-hero-carousel {
  isolation: isolate;
}

.has-hero-carousel > :not(.hero-carousel) {
  position: relative;
  z-index: 2;
}

.has-hero-carousel > .hero-bg,
.has-hero-carousel > .booking-page-bg,
.has-hero-carousel > .quote-page-bg,
.has-hero-carousel > .gallery-hero-bg,
.has-hero-carousel > .services-hero-bg {
  display: none;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--deep-blue);
}

.hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 5, 109, 0.86), rgba(12, 42, 94, 0.7) 52%, rgba(1, 167, 253, 0.5)),
    linear-gradient(90deg, rgba(4, 12, 35, 0.42), rgba(4, 12, 35, 0.08));
}

.gallery-hero .hero-carousel::after {
  background: linear-gradient(100deg, rgba(4, 12, 35, 0.92), rgba(5, 5, 109, 0.62) 48%, rgba(1, 167, 253, 0.26));
}

.single-service-hero.has-hero-carousel::before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 5, 109, 0.82), rgba(12, 42, 94, 0.72));
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.035);
  transition: opacity 1800ms ease, transform 7600ms ease;
}

.hero-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-slide {
    transition: none;
    transform: none;
  }
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(180deg, var(--deep-blue), var(--blue));
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 109, 0.9), rgba(12, 42, 94, 0.8) 55%, rgba(1, 167, 253, 0.72)),
    url("assets/site-images/storage-facility.webp") center / cover no-repeat;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 54px;
  min-height: 760px;
  padding: 86px 0 120px;
}

.hero-copy {
  text-align: left;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Exo 2", system-ui, sans-serif;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.7rem);
  font-weight: 800;
  text-transform: capitalize;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 800;
}

h3 {
  font-size: 1.45rem;
}

.hero-lede {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.hero-actions,
.panel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 30px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-estimator {
  width: min(100%, 620px);
  justify-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.move-estimator {
  overflow: hidden;
}

.move-estimator.is-submitted {
  width: min(100%, 430px);
  padding: 22px;
}

.move-estimator.is-submitted .estimator-privacy,
.move-estimator.is-submitted .estimator-progress,
.move-estimator.is-submitted .estimator-stage {
  display: none;
}

.estimator-privacy {
  margin: 0 0 14px;
  color: var(--muted);
  text-align: center;
  font-size: 0.86rem;
}

.estimator-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.estimator-progress div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.estimator-progress div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 3px;
  border-radius: 999px;
  background: #dfe4ef;
}

.estimator-progress div.complete:not(:last-child)::after {
  background: #3342a0;
}

.estimator-progress span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #dfe4ef;
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 8px 18px rgba(12, 42, 94, 0.08);
}

.estimator-progress .active span,
.estimator-progress .complete span {
  color: var(--white);
  border-color: #3342a0;
  background: #3342a0;
}

.estimator-stage {
  position: relative;
  min-height: 330px;
}

.estimator-step {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(44px);
  pointer-events: none;
}

.estimator-step.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition:
    opacity 460ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.estimator-step.exit-left {
  transform: translateX(-44px);
}

.estimator-step.from-left {
  transform: translateX(-44px);
}

.estimator-card-header {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin-bottom: 2px;
  text-align: center;
}

.estimator-card-header .eyebrow {
  color: var(--blue);
  margin-bottom: 0;
}

.estimator-card-header h2 {
  color: var(--navy);
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
}

.estimator-card-header .estimator-main-title {
  color: var(--blue);
  font-size: clamp(2.05rem, 3.6vw, 3rem);
  line-height: 1.05;
}

.estimator-subtitle {
  margin: 0;
  color: var(--navy);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.15;
}

.estimator-card-header p:last-child {
  margin: 0;
  color: var(--muted);
}

.estimator-icon,
.price-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #3342a0;
  background: #e8eafa;
  font-size: 1.55rem;
  font-weight: 900;
}

.price-icon {
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
}

.estimate-group {
  display: grid;
  gap: 10px;
}

.estimate-reveal {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    max-height 760ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease,
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.move-estimator.details-open .estimate-reveal {
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.estimate-group h3 {
  color: var(--navy);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.estimate-group h3 span {
  color: var(--muted);
  font-weight: 600;
}

.estimate-option-grid {
  display: grid;
  gap: 12px;
}

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

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

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

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

.estimate-option-grid button {
  min-height: 76px;
  padding: 13px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 28px rgba(12, 42, 94, 0.06);
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.estimate-option-grid button::before {
  display: block;
  color: #3342a0;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.estimate-option-grid button:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
  box-shadow: 0 18px 34px rgba(12, 42, 94, 0.1);
}

.estimate-option-grid button.active {
  border-color: var(--blue);
  background: #eefdff;
  box-shadow: inset 0 0 0 1px var(--blue), 0 18px 34px rgba(1, 167, 253, 0.12);
}

.estimate-option-grid strong,
.estimate-option-grid small {
  display: block;
}

.estimate-option-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.property-grid button::before {
  margin-bottom: 8px;
}

.property-grid button:nth-child(1)::before,
.property-grid button:nth-child(5)::before,
.property-grid button:nth-child(6)::before,
.property-grid button:nth-child(7)::before {
  content: "🏡";
}

.property-grid button:nth-child(8)::before {
  content: "🏰";
}

.property-grid button:nth-child(2)::before,
.property-grid button:nth-child(3)::before,
.property-grid button:nth-child(4)::before {
  content: "🏢";
}

.furnished-grid button:nth-child(1)::before {
  content: "📦";
}

.furnished-grid button:nth-child(2)::before {
  content: "🛋️";
}

.furnished-grid button:nth-child(3)::before {
  content: "🧳";
}

.distance-grid button::before {
  content: "📍";
  margin-bottom: 8px;
}

.extras-grid button::before {
  margin-bottom: 8px;
}

.extras-grid button:nth-child(1)::before {
  content: "🌳";
}

.extras-grid button:nth-child(2)::before {
  content: "🏚️";
}

.extras-grid button:nth-child(3)::before {
  content: "🚗";
}

.extras-grid button:nth-child(4)::before {
  content: "📦";
}

.estimate-next {
  width: 100%;
  margin-top: 4px;
}

.postcode-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.postcode-divider::before,
.postcode-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.postcode-fields {
  display: grid;
  gap: 10px;
}

.postcode-fields label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
}

.postcode-fields input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #f9fbfd;
}

.distance-note {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
}

.estimator-nav {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 12px;
}

.estimator-nav.stacked {
  grid-template-columns: 1fr;
}

.result-header {
  margin-top: 8px;
}

.estimate-result {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 28px 18px;
  border-radius: 18px;
  color: var(--white);
  background: #3342a0;
  text-align: center;
}

.estimate-result strong {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
}

.estimate-result span,
.estimate-result small {
  color: rgba(255, 255, 255, 0.82);
}

.estimate-summary {
  color: var(--navy);
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
}

.estimate-review {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f1ffff;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.estimate-review strong {
  color: #3342a0;
}

.estimate-disclaimer {
  max-width: 460px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center;
  font-size: 0.82rem;
}

.estimator-contact-form {
  display: grid;
  gap: 12px;
}

.estimator-contact-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.estimator-contact-form input,
.estimator-contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f9fbfd;
}

.estimator-contact-form textarea {
  resize: vertical;
}

.estimator-success {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 390px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(1, 167, 253, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, #f1ffff, #ffffff);
  box-shadow: 0 22px 48px rgba(12, 42, 94, 0.12);
  color: var(--navy);
  text-align: center;
}

.estimator-success[hidden] {
  display: none;
}

.estimator-success span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--lime);
  font-size: 1.7rem;
  font-weight: 900;
}

.estimator-success h3 {
  font-size: 1.65rem;
}

.estimator-success p {
  margin: 0;
  color: var(--muted);
}

.hero-booking {
  width: min(100%, 540px);
  justify-self: end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.hero-booking.booking-slide-in {
  opacity: 0;
  transform: translateX(70px);
  animation: bookingSlideIn 1450ms cubic-bezier(0.16, 1, 0.3, 1) 220ms forwards;
}

@keyframes bookingSlideIn {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.booking-page-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(180deg, var(--deep-blue), var(--blue));
}

.booking-page-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 109, 0.88), rgba(12, 42, 94, 0.78) 56%, rgba(1, 167, 253, 0.7)),
    url("assets/site-images/storage-facility.webp") center / cover no-repeat;
}

.booking-page-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 56px;
  min-height: calc(100vh - 82px);
  padding: 92px 0;
}

.booking-page-copy .eyebrow {
  color: var(--lime);
}

.booking-page-card {
  width: min(100%, 620px);
}

.booking-card-header {
  margin-bottom: 20px;
}

.booking-card-header .eyebrow {
  color: var(--blue);
}

.booking-card-header h2 {
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.booking-card-header p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
}

.survey-form,
.booking-details,
.booking-fields,
.address-fields {
  display: grid;
  gap: 14px;
}

.mobile-booking-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.survey-form:not(.is-expanded) .booking-details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  pointer-events: none;
}

.survey-form.is-expanded .mobile-booking-hint {
  display: none;
}

.survey-form.is-expanded .booking-details {
  max-height: 820px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    max-height 900ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 520ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.booking-details {
  transition:
    max-height 520ms cubic-bezier(0.7, 0, 0.84, 0),
    opacity 260ms ease,
    transform 360ms ease;
}

.booking-fields {
  grid-template-columns: repeat(2, 1fr);
}

.booking-fields .form-field:first-child {
  grid-column: 1 / -1;
}

.address-fields {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.address-fields .form-field {
  padding: 14px;
  border: 1px solid rgba(1, 167, 253, 0.25);
  border-radius: 8px;
  background: #f3fbff;
}

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

.address-fields legend {
  margin-bottom: 11px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.survey-choice legend,
.time-picker > span,
.form-field > span {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.survey-choice label {
  position: relative;
  display: block;
  cursor: pointer;
}

.survey-choice input {
  position: absolute;
  opacity: 0;
}

.survey-choice span {
  display: grid;
  min-height: 82px;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.survey-choice input:checked + span {
  border-color: var(--blue);
  background: #eefaff;
  box-shadow: inset 0 0 0 1px var(--blue);
}

.survey-choice small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field input,
.form-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: #f9fbfd;
}

.time-picker {
  display: grid;
  gap: 8px;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.time-slot {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: #f9fbfd;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.time-slot:hover {
  transform: translateY(-1px);
  border-color: var(--blue);
}

.time-slot.active {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

.booking-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.quote-page-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(180deg, var(--deep-blue), var(--blue));
}

.quote-page-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 109, 0.9), rgba(12, 42, 94, 0.76) 52%, rgba(1, 167, 253, 0.68)),
    url("assets/site-images/residential-moves.jpg") center / cover no-repeat;
}

.quote-page-grid {
  position: relative;
  display: grid;
  gap: 44px;
  padding: 74px 0 90px;
}

.quote-page-copy {
  max-width: 760px;
}

.quote-page-copy .eyebrow,
.quote-help-card .eyebrow {
  color: var(--lime);
}

.quote-page-copy h1 {
  max-width: 720px;
}

.quote-request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 28px;
}

.quote-request-card,
.quote-help-card {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.quote-request-card {
  display: grid;
  gap: 18px;
  padding: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.quote-help-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(5, 5, 109, 0.92), rgba(1, 167, 253, 0.88));
}

.quote-help-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.quote-help-card p,
.quote-help-card li {
  color: rgba(255, 255, 255, 0.86);
}

.quote-help-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.quote-card-header {
  max-width: 760px;
}

.quote-card-header .eyebrow,
.quote-choice legend,
.quote-flat-fields legend {
  color: var(--blue);
}

.quote-card-header h2 {
  color: var(--navy);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.quote-card-header p {
  margin: 10px 0 0;
  color: var(--muted);
}

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

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

.quote-choice,
.quote-flat-fields {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.quote-choice legend,
.quote-flat-fields legend {
  grid-column: 1 / -1;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-choice label {
  position: relative;
  cursor: pointer;
}

.quote-choice input {
  position: absolute;
  opacity: 0;
}

.quote-choice span {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.quote-choice input:checked + span {
  border-color: var(--blue);
  background: #eefaff;
  box-shadow: inset 0 0 0 1px var(--blue);
}

.quote-choice small {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.quote-flat-fields {
  padding: 16px;
  border: 1px solid rgba(1, 167, 253, 0.24);
  border-radius: 8px;
  background: #f3fbff;
}

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

.quote-request-card textarea {
  resize: vertical;
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading p:last-child {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
}

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

.service-card,
.review-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.service-card div {
  padding: 26px;
}

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

.service-card a {
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
}

.stats-band {
  color: var(--white);
  background: linear-gradient(90deg, var(--navy), var(--deep-blue));
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 34px 0;
  text-align: center;
}

.stats-grid strong,
.stats-grid span {
  color: var(--lime);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
}

.stats-grid p {
  margin: 8px 0 0;
  font-weight: 700;
}

.gallery {
  background: var(--soft);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 44px;
  align-items: center;
}

.gallery-copy p:not(.eyebrow) {
  color: var(--muted);
}

.gallery-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.gallery-board article {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
}

.gallery-board article a {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
}

.gallery-board img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 240ms ease;
}

.gallery-board article:hover img {
  transform: scale(1.04);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 1250ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.reveal-graphic {
  transform: translateY(28px) scale(0.985);
}

.reveal.reveal-soft-left {
  transform: translateX(-22px);
}

.reveal.reveal-soft-right {
  transform: translateX(22px);
}

.reveal.in-view {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.gallery-board span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: var(--white);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.gallery-hero {
  position: relative;
  min-height: calc(78vh - 82px);
  overflow: hidden;
  color: var(--white);
  background: #061633;
}

.gallery-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(4, 12, 35, 0.92), rgba(5, 5, 109, 0.62) 48%, rgba(1, 167, 253, 0.22)),
    url("assets/site-images/storage-facility.webp") center / cover no-repeat;
  transform: scale(1.02);
}

.gallery-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: end;
  min-height: calc(78vh - 82px);
  padding: 90px 0 76px;
}

.gallery-hero-copy {
  display: grid;
  gap: 20px;
  max-width: 760px;
}

.gallery-hero-copy h1 {
  color: var(--white);
}

.gallery-feature-card {
  display: grid;
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.gallery-feature-card img {
  width: 100%;
  aspect-ratio: 1.35;
  border-radius: 6px;
  object-fit: cover;
}

.gallery-feature-card div {
  padding: 0 14px 14px;
}

.gallery-feature-card span {
  color: var(--lime);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 0.9;
}

.gallery-feature-card strong {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.gallery-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.gallery-page-section {
  position: relative;
  background:
    linear-gradient(180deg, #061633 0%, #081f45 44%, #f7fbff 44%, #ffffff 100%);
}

.gallery-page-heading {
  max-width: 820px;
}

.gallery-page .gallery-page-heading .eyebrow {
  color: var(--lime);
}

.gallery-page .gallery-page-heading h2,
.gallery-page .gallery-page-heading p {
  color: var(--white);
}

.gallery-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: end;
  margin: 38px 0 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.gallery-toolbar span {
  display: block;
  color: var(--lime);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-toolbar strong {
  display: block;
  margin-top: 5px;
  color: var(--white);
  line-height: 1.35;
}

.gallery-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin: 0;
}

.gallery-filter-bar button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.gallery-filter-bar button:hover,
.gallery-filter-bar button.active {
  border-color: rgba(167, 240, 45, 0.64);
  color: var(--navy);
  background: var(--lime);
  box-shadow: 0 12px 26px rgba(167, 240, 45, 0.2);
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 172px;
  gap: 22px;
}

.gallery-tile {
  position: relative;
  grid-row: span 2;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 24px 60px rgba(6, 21, 55, 0.16);
  cursor: pointer;
  transition: opacity 360ms ease, transform 360ms ease, box-shadow 260ms ease;
}

.gallery-page .gallery-tile:nth-child(1) {
  grid-column: span 2;
  grid-row: span 3;
}

.gallery-page .gallery-tile:nth-child(14),
.gallery-page .gallery-tile:nth-child(31) {
  grid-row: span 3;
}

.gallery-tile.wide {
  grid-column: span 2;
}

.gallery-tile.tall {
  grid-row: span 3;
}

.gallery-tile.is-hidden {
  display: none;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  transform: scale(1.01);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1), opacity 300ms ease;
}

.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 109, 0.02), rgba(5, 5, 109, 0.76)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 44%);
  pointer-events: none;
}

.gallery-tile::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.gallery-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(6, 21, 55, 0.22);
}

.gallery-tile:focus-visible {
  outline: 4px solid rgba(1, 167, 253, 0.45);
  outline-offset: 4px;
}

.gallery-tile:hover img {
  opacity: 1;
  transform: scale(1.055);
}

.gallery-tile:hover::before {
  opacity: 1;
}

.gallery-tile button {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 124px;
  padding: 20px;
  border: 0;
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(4, 12, 35, 0.88));
  cursor: pointer;
  text-align: left;
}

.gallery-tile button span {
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-tile button strong {
  max-width: 96%;
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 86px;
  align-items: center;
  gap: 18px;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 12%, rgba(1, 167, 253, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(3, 8, 25, 0.96), rgba(6, 22, 51, 0.95));
  backdrop-filter: blur(18px);
}

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

.gallery-lightbox-frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 22px;
  align-items: stretch;
  width: min(1280px, 100%);
  max-height: calc(100vh - 92px);
  margin: 0 auto;
  animation: galleryPop 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-lightbox img {
  width: 100%;
  height: min(82vh, 820px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.52);
  background: rgba(255, 255, 255, 0.04);
}

.gallery-lightbox figcaption {
  align-self: stretch;
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
  text-align: left;
  backdrop-filter: blur(10px);
}

.gallery-lightbox figcaption span {
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-lightbox figcaption strong {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.gallery-lightbox figcaption small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  transition: background 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  border-color: rgba(167, 240, 45, 0.72);
  background: rgba(167, 240, 45, 0.18);
  transform: translateY(-2px);
}

.gallery-lightbox-close svg,
.gallery-lightbox-nav svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
}

.gallery-lightbox-nav {
  width: 64px;
  height: 64px;
}

.gallery-lightbox-nav.prev {
  justify-self: start;
}

.gallery-lightbox-nav.next {
  justify-self: end;
}

@keyframes galleryPop {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.gallery-cta {
  padding: 60px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep-blue), var(--blue));
}

.gallery-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.gallery-cta h2 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.urgent-cta {
  padding: 58px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep-blue), var(--blue));
}

.urgent-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.urgent-grid h2 {
  margin-bottom: 12px;
}

.urgent-grid p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.urgent-actions {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.phone-link {
  color: var(--lime);
  font-size: 1.45rem;
  font-weight: 800;
}

.step-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 26px;
}

.step-tabs button {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.step-tabs button.active {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

.step-panel {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 38px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.step-panel img {
  width: 100%;
  aspect-ratio: 1.45;
  border-radius: 8px;
  object-fit: cover;
}

.step-panel p:not(.eyebrow) {
  color: var(--muted);
}

.step-panel .panel-actions {
  justify-content: flex-start;
}

.reviews {
  background: #f7fbff;
}

.google-review-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 14px 18px;
  border: 1px solid rgba(216, 226, 237, 0.95);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(6, 21, 55, 0.08);
}

.google-summary-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
}

.google-review-rating {
  display: grid;
  gap: 2px;
}

.google-review-rating strong {
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1;
}

.google-review-summary .review-stars {
  margin: 0;
  font-size: 0.92rem;
}

.google-review-summary a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.google-review-summary a:hover {
  color: var(--deep-blue);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  min-height: 260px;
}

.review-card {
  margin: 0;
  padding: 32px;
  border: 1px solid rgba(216, 226, 237, 0.9);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(6, 21, 55, 0.08);
}

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

.review-source {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.google-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: #4285f4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(6, 21, 55, 0.08);
}

.review-stars {
  margin-bottom: 14px;
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

.review-card blockquote {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.review-card figcaption {
  color: var(--navy);
  font-weight: 800;
}

.quote-strip {
  padding: 58px 0;
  color: var(--white);
  background: linear-gradient(90deg, var(--navy), #214d76);
}

.quote-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  align-items: center;
}

.quote-grid img {
  width: 260px;
  aspect-ratio: 1.3;
  border-radius: 8px;
  object-fit: cover;
}

.quote-grid p {
  color: rgba(255, 255, 255, 0.86);
}

.contact-section {
  padding: 96px 0;
  color: var(--white);
  background: linear-gradient(0deg, var(--navy) 2%, var(--cyan) 100%);
}

.services-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(180deg, var(--deep-blue), var(--blue));
}

.services-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 109, 0.86), rgba(12, 42, 94, 0.72)),
    url("assets/site-images/household-rubbish-removals.jpg") center / cover no-repeat;
}

.services-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 46px;
  align-items: center;
  min-height: 620px;
  padding: 100px 0;
}

.services-hero-copy h1 {
  max-width: 860px;
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.services-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.services-hero-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.18);
}

.services-hero-card strong {
  color: var(--lime);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.services-hero-card span {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.service-intro {
  background: var(--white);
}

.service-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.service-intro-grid p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.service-detail-section {
  background: #f7fbff;
}

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

.service-detail-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: inherit;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(6, 21, 55, 0.16);
}

.service-detail-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.service-detail-card div {
  padding: 24px;
}

.service-detail-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.service-detail-card p {
  color: var(--muted);
}

.service-band {
  padding: 66px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep-blue), var(--blue));
}

.service-band-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.service-band-grid p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.service-steps {
  background: var(--white);
}

.single-service-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(180deg, var(--deep-blue), var(--blue));
}

.single-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 109, 0.82), rgba(12, 42, 94, 0.72)),
    var(--service-image) center / cover no-repeat;
}

.single-service-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: 44px;
  align-items: center;
  min-height: 620px;
  padding: 96px 0;
}

.single-service-copy h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.single-service-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.service-quick-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.service-quick-card h2 {
  font-size: 2rem;
}

.service-quick-card ul,
.service-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-quick-card li,
.service-points li {
  position: relative;
  padding-left: 22px;
}

.service-quick-card li + li,
.service-points li + li {
  margin-top: 10px;
}

.service-quick-card li::before,
.service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
}

.single-service-main {
  background: #f7fbff;
}

.single-service-layout {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 34px;
  align-items: stretch;
}

.service-story,
.service-points,
.service-cta-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-story {
  padding: 34px;
  height: 100%;
}

.service-story p {
  color: var(--muted);
}

.service-story-extra {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.service-story-extra h3 {
  margin-bottom: 12px;
}

.service-story-extra p:last-child {
  margin-bottom: 0;
}

.service-points {
  display: grid;
  gap: 24px;
  padding: 28px;
}

.service-points h3 {
  margin-bottom: 14px;
}

.service-cta-panel {
  margin-top: 24px;
  padding: 30px;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep-blue), var(--blue));
}

.service-cta-panel p {
  color: rgba(255, 255, 255, 0.88);
}

.related-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.related-services a {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(6, 21, 55, 0.08);
}

.related-services a:hover {
  color: var(--blue);
}

.service-visual-story {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--deep-blue), var(--blue));
}

.service-visual-story::before {
  content: "";
  position: absolute;
  inset: -24px;
  background:
    linear-gradient(135deg, rgba(5, 5, 109, 0.84), rgba(1, 167, 253, 0.62)),
    var(--visual-bg) center / cover no-repeat;
  filter: blur(14px);
  transform: scale(1.04);
}

.service-visual-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(12, 42, 94, 0.22));
}

.service-visual-story .wrap {
  position: relative;
  z-index: 1;
}

.service-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-photo-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.28),
    0 10px 22px rgba(5, 5, 109, 0.16);
  backdrop-filter: blur(12px);
  transform: translateY(-2px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-photo-panel:hover {
  transform: translateY(-7px);
  box-shadow:
    0 36px 82px rgba(0, 0, 0, 0.34),
    0 14px 28px rgba(5, 5, 109, 0.2);
}

.service-photo-panel img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.service-photo-panel div {
  padding: 24px;
}

.service-photo-panel h3 {
  margin-bottom: 10px;
}

.service-photo-panel p {
  margin: 0;
  color: var(--muted);
}

.service-mini-steps {
  background: #f7fbff;
}

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

.mini-step-card {
  overflow: hidden;
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(6, 21, 55, 0.08);
}

.mini-step-card img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
}

.mini-step-card div {
  padding: 20px;
}

.mini-step-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.mini-step-card h3 {
  font-size: 1.15rem;
}

.mini-step-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.service-step-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
}

.service-step-copy p:not(.eyebrow) {
  color: var(--muted);
}

.service-step-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-step-list a,
.service-step-list span {
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--navy);
  font-weight: 800;
}

.service-step-list a {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-step-list a:hover,
.service-step-list a:focus-visible {
  border-color: rgba(1, 167, 253, 0.38);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(1, 167, 253, 0.16);
  transform: translateY(-2px);
}

.service-step-list a:focus-visible {
  outline: 3px solid rgba(1, 167, 253, 0.24);
  outline-offset: 3px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.9);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-weight: 800;
}

.contact-map {
  position: relative;
  overflow: hidden;
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-map a {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(5, 5, 109, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-map a:hover {
  color: var(--blue);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 34px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form label:nth-child(4),
.contact-form button,
.form-note {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: #f9fbfd;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(1, 167, 253, 0.18);
  border-color: var(--blue);
  background: var(--white);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.planning-page {
  background: #f7fbff;
}

.planning-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(5, 5, 109, 0.92), rgba(1, 167, 253, 0.74)),
    url("assets/site-images/storage-facility.webp") center / cover no-repeat;
}

.planning-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 48px;
  align-items: center;
  min-height: 560px;
  padding: 90px 0 82px;
}

.planning-hero-copy h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 4.15rem;
  line-height: 0.98;
}

.planning-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
}

.planning-hero .btn-outline-dark {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.planning-hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 42px rgba(5, 5, 109, 0.22);
  backdrop-filter: blur(12px);
}

.planning-hero-panel span {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planning-hero-panel h2 {
  margin: 8px 0 18px;
  font-size: 1.85rem;
}

.planning-hero-panel ol {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: route-step;
}

.planning-hero-panel li {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.planning-hero-panel li::before {
  counter-increment: route-step;
  content: counter(route-step);
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--lime);
  font-family: "Exo 2", system-ui, sans-serif;
  font-weight: 800;
}

.planning-road-section {
  position: relative;
  padding: 86px 0 74px;
  background: linear-gradient(180deg, #f7fbff 0%, #ecfbff 48%, #ffffff 100%);
}

.planning-road-heading {
  text-align: center;
}

.planning-road-heading h2 {
  max-width: 720px;
  margin: 0 auto 12px;
  color: var(--ink);
  font-size: 3.1rem;
  line-height: 1.02;
}

.planning-road-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
}

.roadmap-scene {
  position: relative;
  min-height: 3800px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(216, 226, 237, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    repeating-linear-gradient(90deg, rgba(1, 167, 253, 0.08) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(12, 42, 94, 0.07) 0 1px, transparent 1px 120px),
    linear-gradient(180deg, #f9fdff, #eaf9ff 48%, #f6fff1);
  box-shadow: 0 24px 60px rgba(6, 21, 55, 0.11);
}

.road-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.road-shadow,
.road-track,
.road-centre {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.road-shadow {
  stroke: rgba(5, 5, 109, 0.18);
  stroke-width: 104;
  transform: translateY(20px);
}

.road-track {
  stroke: #10356f;
  stroke-width: 84;
}

.road-centre {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 6;
  stroke-dasharray: 34 34;
}

.road-van {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 210px;
  pointer-events: none;
  filter: drop-shadow(0 18px 18px rgba(5, 5, 109, 0.28));
  transform: translate(70%, 2%) translate(-50%, -50%);
  transform-origin: center;
  will-change: transform;
}

.road-van img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.journey-stop {
  position: absolute;
  z-index: 7;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: min(560px, calc(100% - 48px));
  pointer-events: none;
}

.journey-stop-one {
  top: 5%;
  left: 4%;
}

.journey-stop-two {
  top: 32%;
  right: 4%;
}

.journey-stop-three {
  top: 58%;
  left: 4%;
}

.journey-stop-four {
  top: 80%;
  right: 4%;
}

.stop-pin {
  position: relative;
  flex: 0 0 76px;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(1, 167, 253, 0.22);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(6, 21, 55, 0.13);
  opacity: 0.58;
  transform: scale(0.86);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 420ms ease, background 420ms ease;
}

.stop-pin span {
  position: absolute;
  top: -8px;
  right: -4px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 3px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--deep-blue);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.stop-pin svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.stop-card {
  padding: 30px;
  border: 1px solid rgba(216, 226, 237, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 52px rgba(6, 21, 55, 0.15);
  opacity: 0;
  transform: translateY(26px) scale(0.96);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 520ms ease;
}

.stop-media {
  width: 100%;
  aspect-ratio: 1.75;
  margin-bottom: 22px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(6, 21, 55, 0.12);
}

.stop-card h3 {
  margin: 6px 0 14px;
  color: var(--ink);
  font-size: 2.28rem;
  line-height: 1.05;
}

.stop-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.stop-detail-list {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 700;
  list-style: none;
}

.stop-detail-list li {
  position: relative;
  padding-left: 23px;
}

.stop-detail-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(167, 240, 45, 0.18);
}

.stop-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.stop-actions .btn {
  min-height: 44px;
  padding: 12px 14px;
  font-size: 0.78rem;
}

.journey-stop.is-active .stop-card,
.journey-stop.is-revealed .stop-card {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.journey-stop.is-active .stop-pin {
  opacity: 1;
  color: var(--deep-blue);
  background: var(--lime);
  transform: scale(1);
}

.journey-stop.is-passed .stop-pin {
  opacity: 1;
  color: var(--deep-blue);
  background: var(--lime);
}

.planning-next-cta {
  padding: 72px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep-blue), var(--navy) 42%, var(--blue));
}

.planning-next-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.planning-next-grid h2 {
  max-width: 720px;
  margin: 0 0 12px;
  font-size: 2.55rem;
  line-height: 1.05;
}

.planning-next-grid p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.planning-next-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  padding: 54px 0;
}

.footer-grid img {
  width: 150px;
  margin-bottom: 16px;
}

.footer-grid p {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid h3 {
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.footer-grid a {
  display: block;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid a:hover {
  color: var(--lime);
}

.footer-bottom {
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.admin-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(1, 167, 253, 0.16), transparent 32%),
    linear-gradient(180deg, #f1ffff, #f7fbff 42%, #ffffff);
}

.admin-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.admin-hero,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(6, 21, 55, 0.1);
}

.admin-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
}

.admin-hero h1 {
  color: var(--navy);
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.admin-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

.admin-note {
  margin: 18px 0;
  padding: 14px 18px;
  border: 1px solid rgba(1, 167, 253, 0.22);
  border-radius: 8px;
  color: var(--navy);
  background: #f1ffff;
  font-weight: 800;
}

.admin-note.is-error {
  border-color: rgba(190, 18, 60, 0.25);
  color: #9f1239;
  background: #fff1f2;
}

.admin-panel {
  display: grid;
  gap: 24px;
  margin-top: 22px;
  padding: 28px;
}

.admin-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-panel-heading h2 {
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.admin-help {
  margin: 0;
  color: var(--muted);
}

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

.admin-mini-grid label,
.admin-gallery-fields label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
}

.admin-table-block {
  display: grid;
  gap: 12px;
}

.admin-table-block h3 {
  color: var(--navy);
}

.admin-table {
  display: grid;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-table-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 0;
  min-width: 620px;
  border-top: 1px solid var(--line);
}

.admin-table-row:first-child {
  border-top: 0;
}

.admin-table-head {
  color: var(--white);
  background: var(--navy);
}

.admin-table-row strong,
.admin-table-row input {
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 12px;
}

.admin-table-row strong:last-child,
.admin-table-row input:last-child {
  border-right: 0;
}

.admin-table-row input,
.admin-mini-grid input,
.admin-gallery-fields input,
.admin-gallery-fields select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: #f9fbfd;
}

.admin-gallery-list {
  display: grid;
  gap: 16px;
}

.admin-gallery-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fbfd;
}

.admin-gallery-card img {
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 8px;
  object-fit: cover;
  background: var(--line);
}

.admin-gallery-fields {
  display: grid;
  grid-template-columns: 86px 1.4fr 1.4fr 0.7fr 0.7fr auto;
  gap: 12px;
  align-items: end;
}

.admin-gallery-number {
  align-self: center;
  color: var(--blue);
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (max-width: 1023px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav,
  .header-actions {
    display: none;
  }

  .primary-nav.open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding: 10px 0;
    border-top: 1px solid var(--line);
  }

  .primary-nav.open a {
    padding: 12px 0;
  }

  .primary-nav.open a.mobile-survey-link {
    display: inline-flex;
    justify-content: center;
    margin-top: 8px;
    padding: 12px 14px;
    border-radius: 6px;
    color: var(--white);
    background: var(--blue);
  }

  .hero,
  .hero-grid,
  .booking-page-hero,
  .booking-page-grid,
  .quote-page-hero,
  .gallery-hero,
  .gallery-hero-grid {
    min-height: auto;
  }

  .hero-grid,
  .planning-hero-grid,
  .planning-next-grid,
  .booking-page-grid,
  .quote-request-layout,
  .services-hero-grid,
  .single-service-grid,
  .single-service-layout,
  .service-intro-grid,
  .service-band-grid,
  .service-step-grid,
  .gallery-grid,
  .gallery-hero-grid,
  .gallery-cta-grid,
  .quote-form-grid,
  .urgent-grid,
  .step-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .admin-hero,
  .admin-panel-heading,
  .admin-gallery-card,
  .admin-gallery-fields {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 70px 0 80px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lede {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions,
  .trust-strip {
    justify-content: center;
  }

  .hero-booking {
    justify-self: center;
  }

  .hero-estimator,
  .booking-page-card,
  .quote-request-card {
    justify-self: center;
  }

  .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .distance-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .service-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .mini-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .service-card {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
  }

  .urgent-actions {
    justify-items: start;
  }

  .planning-hero-grid {
    min-height: auto;
    padding: 74px 0;
  }

  .planning-hero-copy {
    text-align: center;
  }

  .planning-hero-copy h1,
  .planning-hero-copy p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .planning-hero-copy h1 {
    font-size: 3.25rem;
  }

  .planning-hero .hero-actions {
    justify-content: center;
  }

  .planning-hero-panel {
    max-width: 520px;
    justify-self: center;
  }

  .planning-road-heading h2 {
    font-size: 2.55rem;
  }

  .roadmap-scene {
    min-height: 3600px;
  }

  .journey-stop {
    width: min(500px, calc(100% - 36px));
  }

  .journey-stop-one,
  .journey-stop-three {
    left: 3%;
  }

  .journey-stop-two,
  .journey-stop-four {
    right: 3%;
  }

  .planning-next-actions {
    justify-items: start;
  }

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

  .gallery-hero-grid {
    align-items: start;
    padding: 74px 0;
  }

  .gallery-feature-card {
    max-width: 460px;
  }

  .gallery-toolbar {
    grid-template-columns: 1fr;
  }

  .gallery-filter-bar {
    justify-content: flex-start;
  }

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

  .gallery-tile.wide {
    grid-column: span 2;
  }

  .gallery-cta-grid {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 28px, 1120px);
  }

  .floating-whatsapp {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
  }

  .floating-whatsapp svg {
    width: 30px;
    height: 30px;
  }

  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 122px;
  }

  .hero-grid {
    padding-top: 52px;
  }

  .quote-page-grid {
    padding: 54px 0 72px;
  }

  .hero-actions,
  .panel-actions,
  .estimator-actions {
    display: grid;
  }

  .google-review-summary {
    justify-items: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .btn {
    width: 100%;
  }

  .section,
  .contact-section {
    padding: 68px 0;
  }

  .service-card {
    display: block;
  }

  .stats-grid,
  .review-grid,
  .footer-grid,
  .gallery-board,
  .gallery-masonry,
  .contact-form,
  .quote-choice,
  .quote-form-grid,
  .service-detail-grid,
  .related-services,
  .service-visual-grid,
  .mini-step-grid,
  .service-step-list {
    grid-template-columns: 1fr;
  }


  .stats-grid {
    gap: 30px;
  }

  .gallery-hero-grid {
    padding: 60px 0;
  }

  .gallery-feature-card {
    padding: 22px;
  }

  .gallery-feature-card div {
    padding: 0;
  }

  .gallery-toolbar {
    padding: 16px;
  }

  .gallery-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-filter-bar button {
    width: 100%;
    font-size: 0.78rem;
  }

  .gallery-masonry {
    grid-auto-rows: auto;
    gap: 16px;
  }

  .gallery-tile,
  .gallery-tile.tall,
  .gallery-tile.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

  .gallery-page .gallery-tile:nth-child(1),
  .gallery-page .gallery-tile:nth-child(14),
  .gallery-page .gallery-tile:nth-child(31) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-lightbox {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 72px 14px 82px;
  }

  .gallery-lightbox-frame {
    grid-template-columns: 1fr;
    gap: 12px;
    max-height: none;
  }

  .gallery-lightbox img {
    height: auto;
    max-height: 58vh;
  }

  .gallery-lightbox figcaption {
    min-height: auto;
    padding: 18px;
    text-align: center;
  }

  .gallery-lightbox-nav {
    position: fixed;
    bottom: 18px;
    width: calc(50% - 22px);
    height: 52px;
    font-size: 2.2rem;
  }

  .gallery-lightbox-nav.prev {
    left: 14px;
  }

  .gallery-lightbox-nav.next {
    right: 14px;
  }

  .gallery-lightbox figcaption {
    padding-bottom: 18px;
  }

  .planning-hero-grid {
    padding: 58px 0 66px;
  }

  .planning-hero-copy h1 {
    font-size: 2.45rem;
  }

  .planning-hero-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

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

  .planning-road-section {
    padding: 68px 0 54px;
  }

  .planning-road-heading h2 {
    font-size: 2.05rem;
  }

  .roadmap-scene {
    min-height: 3440px;
    margin-top: 30px;
  }

  .road-svg {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.82;
  }

  .road-shadow {
    stroke-width: 92;
  }

  .road-track {
    stroke-width: 72;
  }

  .road-van {
    width: 158px;
  }

  .journey-stop,
  .journey-stop-one,
  .journey-stop-two,
  .journey-stop-three,
  .journey-stop-four {
    right: 14px;
    left: 14px;
    width: auto;
  }

  .journey-stop {
    display: block;
  }

  .stop-pin {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
  }

  .stop-pin svg {
    width: 29px;
    height: 29px;
  }

  .stop-card {
    padding: 22px;
    text-align: left;
  }

  .stop-media {
    aspect-ratio: 1.5;
    margin-bottom: 18px;
  }

  .stop-card h3 {
    font-size: 1.78rem;
  }

  .stop-detail-list {
    font-size: 0.9rem;
  }

  .stop-actions {
    grid-template-columns: 1fr;
  }

  .planning-next-cta {
    padding: 60px 0;
  }

  .planning-next-grid h2 {
    font-size: 2rem;
  }

  .step-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .hero-estimator {
    padding: 20px;
    border-radius: 16px;
  }

  .estimator-progress {
    gap: 8px;
  }

  .estimator-progress div:not(:last-child)::after {
    left: calc(50% + 22px);
    width: calc(100% - 44px);
  }

  .estimator-card-header h2 {
    font-size: 1.75rem;
  }

  .furnished-grid,
  .extras-grid {
    grid-template-columns: 1fr;
  }

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

  .estimate-option-grid button {
    min-height: 66px;
  }

  .estimator-nav {
    grid-template-columns: 1fr;
  }

  .survey-choice,
  .booking-fields {
    grid-template-columns: 1fr;
  }

  .time-slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .time-slot {
    min-height: 38px;
    padding: 7px 6px;
    font-size: 0.92rem;
  }

  .booking-fields .form-field:first-child {
    grid-column: auto;
  }

  .quote-request-card,
  .quote-help-card {
    padding: 22px;
  }

  .quote-wide {
    grid-column: auto;
  }

  .contact-form label:nth-child(4),
  .contact-form button,
  .form-note {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .planning-hero-copy h1 {
    font-size: 2.15rem;
  }

  .planning-road-heading h2,
  .planning-next-grid h2 {
    font-size: 1.8rem;
  }

  .roadmap-scene {
    min-height: 3260px;
  }

  .stop-card {
    padding: 18px;
  }

  .stop-media {
    aspect-ratio: 1.35;
  }

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .roadmap-scene {
    display: grid;
    gap: 18px;
    min-height: auto;
    padding: 20px;
  }

  .road-svg,
  .road-van {
    display: none;
  }

  .journey-stop,
  .journey-stop-one,
  .journey-stop-two,
  .journey-stop-three,
  .journey-stop-four {
    position: relative;
    inset: auto;
    display: flex;
    width: auto;
    pointer-events: auto;
  }

  .stop-pin,
  .journey-stop.is-active .stop-pin,
  .journey-stop.is-passed .stop-pin {
    opacity: 1;
    transform: none;
  }

  .stop-card,
  .journey-stop.is-active .stop-card {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
