/* ═══════════════════════════════════════════════════════════
   Midnight Slate & Champagne — shared luxury surface
   Homepage body/sections + state hub accordions
   ═══════════════════════════════════════════════════════════ */

/* ── Page foundation gradient ── */
body.luxury-surface {
  background: linear-gradient(180deg, #0f1419 0%, #12181f 32%, #141b24 100%);
  color: #c8d0da;
}

/* ── Homepage photo hero — sync header with luxury dark surface ── */
body.luxury-surface > .hero:not(.hero--hub-brand) {
  border-bottom-color: rgba(196, 165, 116, 0.12) !important;
}

body.luxury-surface > .hero:not(.hero--hub-brand) h1 {
  color: var(--ink) !important;
}

body.luxury-surface > .hero:not(.hero--hub-brand) .hero-sub,
body.luxury-surface > .hero:not(.hero--hub-brand) .hero-sub--long,
body.luxury-surface > .hero:not(.hero--hub-brand) .hero-sub--short {
  color: var(--ink-soft) !important;
}

body.luxury-surface > .hero:not(.hero--hub-brand) .hero-badge {
  color: #d4b896 !important;
  background: rgba(196, 165, 116, 0.1) !important;
  border-color: rgba(196, 165, 116, 0.28) !important;
}

body.luxury-surface > .hero:not(.hero--hub-brand) .hero-facts li {
  color: #b8c4d0 !important;
  background: rgba(26, 34, 44, 0.72) !important;
  border-color: rgba(196, 165, 116, 0.12) !important;
}

body.luxury-surface > .hero:not(.hero--hub-brand) .btn-outline {
  background: transparent !important;
  color: #ece8e1 !important;
  border-color: rgba(196, 165, 116, 0.35) !important;
}

body.luxury-surface > .hero:not(.hero--hub-brand) .hero-zip-details > summary {
  color: #7eb3e8 !important;
}

/* ── Dark navigation (homepage + state hubs) ── */
body.luxury-surface .nav {
  background: rgba(23, 33, 47, 0.96) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.luxury-surface .nav-link {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.luxury-surface .nav-link:hover {
  color: #ffffff !important;
}

body.luxury-surface .nav-menu-btn {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* ── ZIP card — recessed luxury panel ── */
.luxury-surface .hero-zip-wrap,
.hero--nj .hero-zip-wrap,
.hero--ny .hero-zip-wrap,
.hero--ct .hero-zip-wrap,
.hero--pa .hero-zip-wrap {
  background: rgba(22, 29, 38, 0.92) !important;
  border-color: rgba(196, 165, 116, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.luxury-surface .hero-zip-input,
.hero--nj .hero-zip-input,
.hero--ny .hero-zip-input,
.hero--ct .hero-zip-input,
.hero--pa .hero-zip-input {
  background: rgba(15, 20, 28, 0.9) !important;
  border-color: rgba(196, 165, 116, 0.2) !important;
  color: #ece8e1 !important;
}

.luxury-surface .hero-zip-label,
.hero--nj .hero-zip-label,
.hero--ny .hero-zip-label,
.hero--ct .hero-zip-label,
.hero--pa .hero-zip-label {
  color: #9aa8b8 !important;
}

/* ── Section gradient bands ── */
.luxury-surface .section-full,
.luxury-surface .loc-section,
.luxury-surface #services,
.luxury-surface .hub-faq-section,
.luxury-surface .hub-radius-section,
.luxury-surface .results-section,
.luxury-surface .ba-section,
.luxury-surface #reviews,
.luxury-surface #how,
.luxury-surface .service-area-section {
  background: linear-gradient(180deg, #1a222c 0%, #12181f 100%) !important;
  border-color: rgba(196, 165, 116, 0.1) !important;
}

.luxury-surface .section-full + .section-full,
.luxury-surface #how {
  background: linear-gradient(180deg, #161d26 0%, #12181f 100%) !important;
}

/* ── Section eyebrows — champagne ── */
.luxury-surface .sec-eye,
.sec-eye {
  color: #c4a574 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.luxury-surface .sec-title {
  color: var(--ink) !important;
}

.luxury-surface .sec-desc {
  color: var(--ink-soft) !important;
}

/* ── Cards & surfaces ── */
.luxury-surface .how-card,
.luxury-surface .hub-faq-item,
.luxury-surface .loc-card,
.luxury-surface .svc-card,
.luxury-surface .car-pkg-card,
.luxury-surface .service-area-accordion {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22) !important;
}

.luxury-surface .car-pkg-see-btn {
  color: #7eb3e8 !important;
}

.luxury-surface .car-pkg-see-btn:hover {
  color: #d4b896 !important;
}

/* ── Buttons ── */
.luxury-surface .btn-primary {
  background: linear-gradient(135deg, #4d8fd9 0%, #3a7bc8 100%) !important;
  box-shadow: 0 4px 16px rgba(58, 123, 200, 0.35) !important;
}

.luxury-surface .btn-outline,
.btn-outline {
  background: transparent !important;
  color: #ece8e1 !important;
  border-color: rgba(196, 165, 116, 0.35) !important;
}

.luxury-surface .btn-outline:hover,
.btn-outline:hover {
  background: rgba(196, 165, 116, 0.08) !important;
  border-color: rgba(196, 165, 116, 0.5) !important;
  color: #d4b896 !important;
}

/* ── Service area accordion ── */
.service-area-section {
  background: linear-gradient(180deg, #1a222c 0%, #12181f 100%) !important;
  border-top-color: rgba(196, 165, 116, 0.12) !important;
}

.service-area-eyebrow {
  color: #c4a574 !important;
}

.service-area-accordion {
  background: var(--bg0) !important;
  border-color: rgba(196, 165, 116, 0.12) !important;
}

.service-area-accordion[open] {
  background: var(--bg2) !important;
  border-color: rgba(196, 165, 116, 0.22) !important;
}

.service-area-name {
  color: var(--ink) !important;
}

.service-area-links a {
  color: #9aa8b8 !important;
}

.service-area-accordion[open] .service-area-links a {
  color: #b8c4d0 !important;
}

.service-area-links a:hover {
  color: #d4b896 !important;
}

.service-area-chevron {
  border-color: #8b97a8 !important;
}

.service-area-accordion[open] > summary .service-area-chevron {
  border-color: #c4a574 !important;
}

/* ── Mobile tel link on dark hero ── */
.luxury-surface .hero-tel-mobile {
  background: rgba(26, 34, 44, 0.85) !important;
  color: #d4b896 !important;
  border-color: rgba(196, 165, 116, 0.28) !important;
}

/* ── Homepage service areas ── */
.home-service-areas {
  background: linear-gradient(180deg, #1a222c 0%, #12181f 100%);
  border-top: 1px solid rgba(196, 165, 116, 0.1);
  border-bottom: 1px solid rgba(196, 165, 116, 0.1);
  padding: 48px 24px;
  overflow-x: hidden;
}

.home-service-areas .section {
  max-width: 1100px;
  margin: 0 auto;
}

.home-service-areas-copy {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.service-area-city-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.service-area-hub-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.service-area-city-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  transition: border-color 0.2s, background 0.2s;
}

.service-area-city-link:hover,
.service-area-city-link:focus-visible {
  border-color: rgba(77, 163, 255, 0.55);
  background: rgba(77, 163, 255, 0.08);
  outline: none;
}

.service-area-hub-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(196, 165, 116, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  color: #c4a574;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.service-area-hub-link:hover,
.service-area-hub-link:focus-visible {
  border-color: rgba(196, 165, 116, 0.4);
  background: rgba(196, 165, 116, 0.08);
  color: #d4b896;
  outline: none;
}

@media (max-width: 768px) {
  .home-service-areas {
    padding: 40px 16px;
  }

  .service-area-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .service-area-hub-links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-area-city-link,
  .service-area-hub-link {
    font-size: 13px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .service-area-city-grid {
    grid-template-columns: 1fr;
  }
}
