﻿/*
Theme Name: Detailers Express
Theme URI: https://detailersexpress.net/
Author: Detailers Express
Description: Custom mobile detailing website theme for Detailers Express.
Version: 1.0.0
Text Domain: detailers-express
*/
:root {
  --ink: #07090d;
  --ink-soft: #1a2029;
  --blue: #1f78c8;
  --blue-bright: #48b7ff;
  --steel: #c7d0d9;
  --white: #ffffff;
  --mist: #f2f4f7;
  --silver: #a9b2bc;
  --gold: #d7dce2;
  --aqua: #e7f3ff;
  --shadow: 0 18px 45px rgba(7, 9, 13, 0.18);
}

html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#wpadminbar {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(7, 9, 13, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--blue-bright);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta,
.primary-button {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), #174f7d);
  box-shadow: 0 12px 30px rgba(44, 125, 187, 0.28);
}

.secondary-button {
  color: var(--white);
  background: #141922;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(36, 50, 68, 0.18);
  border-radius: 8px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  min-height: calc(92vh - 76px);
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(54px, 7vw, 84px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 9, 13, 0.97), rgba(20, 25, 34, 0.94)),
    repeating-linear-gradient(90deg, rgba(72, 183, 255, 0.08) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 86px);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(72, 183, 255, 0.18);
  pointer-events: none;
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 1;
}

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

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

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 6.4vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.hero-text {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.26rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin: 36px 0 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.trust-strip div {
  padding: 18px;
  background: rgba(20, 25, 34, 0.86);
}

.trust-strip dt {
  font-size: 1.2rem;
  font-weight: 900;
}

.trust-strip dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.hero-media {
  align-self: center;
}

.hero-card {
  display: grid;
  gap: 22px;
  max-width: 430px;
  margin-left: auto;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #111722;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-card-head img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.hero-card-head strong,
.hero-card-price strong {
  display: block;
  color: var(--white);
}

.hero-card-head strong {
  font-size: 1.18rem;
}

.hero-card-head span,
.hero-card-price span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.hero-card-price {
  padding: 22px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #174f7d, var(--blue));
}

.hero-card-price span,
.hero-card-price strong {
  color: var(--white);
}

.hero-card-price strong {
  font-size: clamp(2.8rem, 7vw, 4.2rem);
  line-height: 0.9;
}

.hero-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-card-list span {
  min-height: 48px;
  padding: 11px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-card .primary-button {
  width: 100%;
}

.service-band,
.locations-section,
.additional-locations-section,
.why-section,
.quote-section,
.ceramic-section,
.booking-section,
.official-strip,
.maintenance-section,
.google-reviews-section,
.service-photo-section {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.service-band,
.why-section,
.booking-section {
  background: var(--mist);
}

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

.google-reviews-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  background: #f4f6f8;
}

.maintenance-section {
  color: var(--white);
  background: linear-gradient(135deg, #07090d, #1a2029);
}

.maintenance-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.maintenance-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

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

.maintenance-pricing article,
.maintenance-includes,
.maintenance-steps div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.maintenance-pricing article {
  padding: 20px;
}

.maintenance-pricing h3 {
  min-height: 46px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1rem;
}

.maintenance-pricing article div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.maintenance-pricing span {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 900;
  text-transform: uppercase;
}

.maintenance-pricing strong {
  color: var(--white);
  font-size: 1.7rem;
}

.maintenance-includes {
  margin-top: 16px;
  padding: 24px;
}

.maintenance-includes h3 {
  margin-bottom: 16px;
}

.maintenance-includes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.maintenance-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.maintenance-steps div {
  padding: 18px;
}

.maintenance-steps strong {
  display: block;
  margin-bottom: 8px;
}

.maintenance-steps span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.maintenance-image img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
}

.reviews-intro {
  max-width: 820px;
}

.reviews-intro p {
  color: #5e6a7a;
}

.reviews-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  background: var(--mist);
  box-shadow: 0 14px 34px rgba(34, 69, 98, 0.08);
}

.rating-card {
  padding: 22px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid #dce8f2;
}

.stars {
  display: block;
  margin-bottom: 10px;
  color: #f5a623;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.rating-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.25rem;
}

.rating-card p {
  margin: 8px 0 0;
  color: #5e6a7a;
}

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

.additional-locations-section {
  background: var(--mist);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading p,
.ceramic-section p,
.why-copy p,
.quote-section p {
  color: #526176;
  font-size: 1.05rem;
}

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

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

.service-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid #d8dde4;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(12, 28, 49, 0.07);
}

.service-card span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--blue);
  font-weight: 900;
}

.package-card span {
  margin-bottom: 22px;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--white);
  background: #111722;
}

.package-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding-left: 19px;
  color: #5e6a7a;
}

.price-table {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
}

.price-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #111722, var(--blue));
  border: 1px solid rgba(23, 79, 125, 0.18);
  box-shadow: 0 10px 24px rgba(44, 125, 187, 0.18);
}

.price-table strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.2;
}

.price-table span {
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  white-space: nowrap;
}

.package-card li::marker {
  color: var(--blue);
}

.time-line {
  margin-top: auto;
  color: var(--ink);
  font-weight: 900;
}

.service-card p {
  color: #5e6a7a;
}

.price-note {
  max-width: 840px;
  margin: 22px 0 0;
  color: #526176;
  font-weight: 800;
}

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

.service-photo-grid article {
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(34, 69, 98, 0.08);
}

.service-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dce8f2;
}

.service-photo-grid div {
  padding: 18px;
}

.service-photo-grid h3 {
  margin-bottom: 8px;
  color: var(--ink);
}

.service-photo-grid p {
  margin: 0;
  color: #5e6a7a;
}

.official-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: #cfd6df;
}

.official-strip div {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: center;
  padding: 30px;
  background: var(--white);
}

.official-strip strong {
  color: var(--ink);
  font-size: 1.2rem;
}

.official-strip span {
  color: #5e6a7a;
}

.ceramic-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 9, 13, 0.96), rgba(31, 120, 200, 0.86)),
    linear-gradient(90deg, #07090d, #1f78c8);
}

.ceramic-section p {
  color: rgba(255, 255, 255, 0.76);
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-list div,
.feature-row div {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.process-list strong,
.feature-row strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.process-list p,
.feature-row p {
  margin-bottom: 0;
}

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

.location-column {
  padding: 22px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid #dce8f2;
  box-shadow: 0 14px 34px rgba(34, 69, 98, 0.08);
}

.location-column h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.05rem;
}

.location-column a {
  display: block;
  padding: 10px 0;
  color: var(--blue);
  border-top: 1px solid #e8f0f7;
  font-weight: 900;
}

.location-column a:hover {
  color: #174f7d;
}

.locations-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #07090d, var(--blue));
}

.locations-cta strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.locations-cta p {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.locations-cta .primary-button {
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--white);
  box-shadow: none;
}

.extra-locations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.extra-locations a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  color: var(--blue);
  background: var(--white);
  font-weight: 900;
}

.extra-locations a:hover {
  color: #174f7d;
  background: var(--mist);
}

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

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

.feature-row div {
  min-height: 190px;
  color: var(--ink);
  background: var(--white);
  border-color: #dfe8f2;
}

.booking-panel {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1050px;
  gap: 0;
  align-items: stretch;
}

.booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(34, 69, 98, 0.08);
}

.booking-fields label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 900;
}

.form-group-title {
  grid-column: 1 / -1;
  padding-top: 8px;
}

.form-group-title strong {
  display: block;
  color: var(--ink);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.form-group-title p {
  margin: 4px 0 0;
  color: #5e6a7a;
  font-weight: 700;
}

.booking-fields input,
.booking-fields select {
  width: 100%;
  border: 2px solid #9fb8cc;
  border-radius: 8px;
  padding: 13px 14px;
  color: #07111f;
  background: #ffffff;
  font: inherit;
  font-weight: 800;
}

.booking-fields input::placeholder {
  color: #60748a;
  opacity: 1;
}

.booking-fields input:focus,
.booking-fields select:focus {
  outline: 3px solid rgba(44, 125, 187, 0.22);
  border-color: var(--blue);
  background: #ffffff;
  box-shadow: 0 0 0 1px var(--blue);
}

.consent-field {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: #fbfdff;
  border: 1px solid #dce8f2;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue);
}

.consent-field span {
  color: #5e6a7a;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.addons-field,
.booking-options-field {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
  padding: 18px;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  background: #fbfdff;
}

.addons-field legend,
.booking-options-field legend {
  padding: 0 8px;
  color: var(--ink);
  font-weight: 900;
}

.addons-field label,
.booking-options-field label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.booking-options-field label {
  grid-template-columns: auto minmax(0, 1fr);
}

.addons-field input,
.booking-options-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.addons-field span,
.booking-options-field span {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.addons-field strong {
  color: var(--blue);
}

.payment-field p {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: #5e6a7a;
  font-weight: 800;
}

.booking-summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 10px;
  border-radius: 8px;
  background: #f7fbff;
  border: 1px solid #dce8f2;
}

.booking-summary span {
  display: block;
  color: #627287;
  font-size: 0.78rem;
  font-weight: 800;
}

.booking-summary strong {
  display: block;
  margin: 2px 0 4px;
  font-size: 0.98rem;
}

.selected-price {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 9px;
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #e4edf5;
}

.selected-price span {
  color: #627287;
}

.selected-price strong {
  margin: 0;
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1;
}

.booking-summary p {
  margin: 0;
  color: #627287;
}

.booking-submit {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-height: 34px;
  min-width: 140px;
  margin: 2px auto 0;
  padding: 0 14px;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  background: #174f7d;
  box-shadow: 0 12px 24px rgba(23, 79, 125, 0.22);
  cursor: pointer;
}

.booking-submit span {
  font-size: 0.78rem;
  font-weight: 900;
}

.booking-submit small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
}

.booking-submit:hover {
  color: var(--white);
  background: var(--blue);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1.24fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(145deg, #07090d, #1a2029);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form select option {
  color: var(--ink);
}

.full-field,
.quote-form button {
  grid-column: 1 / -1;
}

.quote-form button {
  border: 0;
  cursor: pointer;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #07090d;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 900;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-top {
  font-weight: 900;
}

.city-page {
  background: #fbfdff;
}

.city-hero {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background: linear-gradient(135deg, #174f7d, var(--blue));
}

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

.city-hero h1 {
  max-width: 900px;
  font-size: clamp(2.5rem, 5.8vw, 5rem);
}

.city-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
}

.city-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.city-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 20px;
  padding: clamp(48px, 7vw, 84px) clamp(18px, 5vw, 72px);
}

.city-content article,
.why-card,
.city-quote {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid #dce8f2;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(34, 69, 98, 0.07);
}

.city-content article {
  grid-column: 1 / 2;
}

.why-card {
  grid-column: 2 / 3;
  grid-row: span 2;
  align-self: start;
  position: sticky;
  top: 96px;
}

.why-card div {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid #e8f0f7;
}

.why-card strong {
  color: var(--ink);
}

.why-card span,
.city-content p {
  color: #5e6a7a;
}

.city-content article > a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 900;
}

.services-offered,
.city-quote {
  grid-column: 1 / -1;
}

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

.city-service-grid span {
  min-height: 58px;
  padding: 14px;
  border: 1px solid #dce8f2;
  border-radius: 8px;
  color: var(--blue);
  background: var(--mist);
  font-weight: 900;
}

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

.city-quote label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 900;
}

.city-quote input,
.city-quote textarea {
  width: 100%;
  border: 1px solid #cdddea;
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

.city-quote button {
  grid-column: 1 / -1;
  border: 0;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .service-grid,
  .package-grid,
  .service-photo-grid,
  .feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .city-content {
    grid-template-columns: 1fr;
  }

  .city-content article,
  .why-card {
    grid-column: 1 / -1;
  }

  .why-card {
    position: static;
  }

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

@media (max-width: 820px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 18;
    padding: 18px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(36, 50, 68, 0.1);
    box-shadow: 0 20px 34px rgba(34, 69, 98, 0.14);
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 8px;
  }

  .mobile-nav a {
    padding: 12px;
    border-radius: 8px;
    color: var(--ink);
    background: var(--mist);
  }

  .hero,
  .ceramic-section,
  .why-section,
  .booking-panel,
  .maintenance-layout,
  .google-reviews-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    margin: 0;
  }

  .trust-strip,
  .service-grid,
  .feature-row,
  .maintenance-pricing,
  .maintenance-includes ul,
  .maintenance-steps,
  .booking-fields,
  .official-strip,
  .addons-field,
  .booking-options-field,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .locations-cta {
    display: grid;
  }
}

@media (max-width: 520px) {
  .brand span {
    max-width: 170px;
    white-space: normal;
    line-height: 1;
  }

  h1 {
    font-size: 2.45rem;
  }

  .locations-directory {
    grid-template-columns: 1fr;
  }

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

  .extra-locations {
    grid-template-columns: 1fr;
  }

  .quote-form {
    padding: 18px;
  }

  .site-footer {
    display: grid;
  }

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