﻿:root {
  --navy: #07336c;
  --navy-deep: #021b3d;
  --blue: #2a89d8;
  --sky: #8bd0ff;
  --ice: #eaf6ff;
  --soft-blue: #f4f9ff;
  --steel: #44515e;
  --ink: #111827;
  --muted: #5d6b7a;
  --line: #d9e3ee;
  --paper: #ffffff;
  --wash: #eef7ff;
  --red: #e2141a;
  --yellow: #ffb84d;
  --green: #25d366;
  --shadow: 0 18px 55px rgba(2, 27, 61, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(118deg, #ffffff 0%, #f2f9ff 38%, #ffffff 64%, #fff8ec 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 51, 108, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 51, 108, 0.045) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 34px, rgba(42, 137, 216, 0.055) 35px, transparent 36px);
  background-size: 72px 72px, 72px 72px, 240px 240px;
}

main {
  position: relative;
  z-index: 1;
}

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

[hidden] {
  display: none !important;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 48px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 227, 238, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--line), 0 8px 18px rgba(7, 51, 108, 0.12);
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  color: var(--navy);
  font-size: 1.32rem;
  line-height: 1;
}

.brand small {
  color: var(--steel);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--steel);
  font-size: 0.96rem;
  font-weight: 800;
}

.nav a,
.header-cta,
.admin-trigger,
.button,
.contact-list a {
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

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

.header-cta,
.admin-trigger,
.button,
.contact-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.admin-trigger {
  min-height: 42px;
  padding-inline: 14px;
  background: #fff;
  color: var(--navy);
  border-color: var(--line);
  cursor: pointer;
}

.header-cta {
  background: linear-gradient(135deg, var(--green), #18b957);
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.24);
}

.button:hover,
.header-cta:hover,
.admin-trigger:hover,
.contact-list a:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--navy), #0d58aa);
  color: #fff;
  box-shadow: 0 16px 30px rgba(7, 51, 108, 0.24);
}

.button-primary:hover {
  background: var(--navy-deep);
}

.button-secondary {
  background: #fff;
  color: var(--navy);
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: var(--blue);
  color: #0d58aa;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 40px;
  padding: 42px 64px 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(234, 246, 255, 0.9) 100%),
    url("assets/photo-calefaccion.jpg?v=20260428b") right center / 52% auto no-repeat,
    linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -10%;
  right: 46%;
  bottom: 0;
  height: 120px;
  background: linear-gradient(90deg, var(--navy), var(--blue));
  clip-path: polygon(0 48%, 100% 8%, 100% 100%, 0 100%);
  opacity: 0.12;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 44%;
  height: 8px;
  background: linear-gradient(90deg, var(--sky), var(--blue), var(--yellow));
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

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

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

h1 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 5rem;
  line-height: 0.92;
  font-style: italic;
  letter-spacing: 0;
  text-shadow: none;
}

h2 {
  color: var(--navy-deep);
  font-size: 2.55rem;
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 1.15rem;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 1.72rem;
  font-weight: 950;
  line-height: 1;
  border-bottom: 3px solid rgba(42, 137, 216, 0.34);
}

.hero-alert {
  display: grid;
  gap: 8px;
  width: min(100%, 680px);
  margin: 0 0 16px;
  padding: 18px 20px;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(7, 51, 108, 0.08);
}

.hero-alert span {
  display: block;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
  transform: none;
}

.hero-alert strong {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--navy-deep);
  font-size: 1.24rem;
  line-height: 1.18;
  letter-spacing: 0;
  transform: none;
  box-shadow: none;
}

.hero-lede {
  color: var(--steel);
  font-size: 1.06rem;
  line-height: 1.5;
  max-width: 62ch;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  border: 1px solid rgba(42, 137, 216, 0.24);
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(7, 51, 108, 0.07);
}

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

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
  max-width: 690px;
}

.trust-strip div {
  padding: 11px 12px;
  border-top: 4px solid var(--sky);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 25px rgba(7, 51, 108, 0.08);
}

.trust-strip div:nth-child(2) {
  border-color: var(--yellow);
}

.trust-strip div:nth-child(3) {
  border-color: var(--red);
}

.trust-strip dt {
  font-weight: 950;
  color: var(--navy);
  font-size: 1.05rem;
}

.trust-strip dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-panel {
  z-index: 1;
  justify-self: end;
  width: min(100%, 455px);
  padding: 14px;
  border: 1px solid rgba(7, 51, 108, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--sky));
}

.hero-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
  background: var(--wash);
}

.hero-photo img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.hero-photo-badge {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(2, 27, 61, 0.18);
}

.hero-photo-badge strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.hero-photo-badge span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-panel .panel-label {
  margin: 0 14px 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel h2 {
  padding-inline: 14px;
  margin-bottom: 16px;
  font-size: 1.55rem;
}

.guarantee-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: -6px 14px 14px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--ice);
  color: var(--navy);
  font-weight: 950;
  text-transform: uppercase;
  border: 1px solid rgba(42, 137, 216, 0.2);
  box-shadow: none;
}

.contact-list {
  display: grid;
  gap: 8px;
  padding: 0 14px 14px;
}

.contact-list a {
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  padding: 11px 14px;
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 10px 24px rgba(7, 51, 108, 0.08);
}

.contact-list a:hover {
  border-color: rgba(42, 137, 216, 0.44);
  box-shadow: 0 14px 28px rgba(7, 51, 108, 0.12);
}

.contact-list span {
  color: var(--steel);
  font-size: 0.85rem;
  font-weight: 900;
}

.contact-list strong {
  font-size: 1rem;
}

.quick-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
  padding: 12px 64px;
  background:
    linear-gradient(90deg, rgba(7, 51, 108, 0.96), rgba(13, 88, 170, 0.92)),
    repeating-linear-gradient(135deg, transparent 0 24px, rgba(255, 255, 255, 0.08) 25px, transparent 26px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-band button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 0 12px;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.quick-band button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.24);
}

.quick-band button:nth-child(2n) {
  background: rgba(255, 255, 255, 0.18);
}

.quick-band button:nth-child(3n) {
  background: rgba(139, 208, 255, 0.18);
  color: #fff;
}

.service-band,
.about-section,
.gallery-section,
.problem-section,
.work-types-section,
.testimonials-section,
.credential-section,
.service-detail-section,
.zones-section,
.faq-section,
.location-section,
.contact-section {
  position: relative;
  overflow: hidden;
  padding: 42px 64px;
}

.work-types-section,
.problem-section,
.credential-section,
.service-detail-section,
.zones-section {
  display: none;
}

.work-types-section {
  background:
    linear-gradient(135deg, rgba(2, 27, 61, 0.96), rgba(7, 51, 108, 0.94)),
    repeating-linear-gradient(135deg, transparent 0 42px, rgba(255, 255, 255, 0.08) 43px, transparent 44px);
  color: #fff;
}

.work-types-section h2,
.work-types-section h3 {
  color: #fff;
}

.work-types-section .eyebrow {
  color: var(--sky);
}

.work-types-section .section-subtitle {
  color: rgba(255, 255, 255, 0.74);
}

.work-types-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.work-type-card {
  min-height: 0;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.work-type-card h3 {
  font-size: 1.28rem;
}

.work-type-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(139, 208, 255, 0.18);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.work-type-card ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.work-type-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.42;
}

.work-type-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sky);
}

.urgent-card {
  border-top: 5px solid var(--yellow);
}

.scheduled-card {
  border-top: 5px solid var(--sky);
}

.problem-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 246, 255, 0.96) 64%, rgba(255, 248, 236, 0.92) 100%);
  color: var(--ink);
}

.problem-section::before,
.service-band::before,
.gallery-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 78%, rgba(42, 137, 216, 0.08) 78% 79%, transparent 79%),
    repeating-linear-gradient(135deg, transparent 0 46px, rgba(7, 51, 108, 0.045) 47px, transparent 48px);
}

.section-heading,
.problem-grid,
.work-types-grid,
.testimonial-grid,
.credential-grid,
.service-detail-grid,
.zone-list,
.faq-list,
.service-grid,
.service-admin-note,
.jukebox-gallery,
.gallery-dots,
.gallery-admin-note,
.gallery-more,
.location-copy,
.location-actions,
.maps-profile-card,
.map-card,
.media-strip,
.contact-intro,
.contact-form {
  position: relative;
  z-index: 1;
}

.problem-section h2 {
  color: var(--navy-deep);
}

.problem-section .section-subtitle {
  color: var(--muted);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 14px;
}

.problem-grid article {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 34px rgba(7, 51, 108, 0.08);
}

.problem-grid h3 {
  color: var(--navy-deep);
  font-size: 1.15rem;
  text-transform: none;
}

.problem-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.problem-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: none;
  border: 1px solid rgba(42, 137, 216, 0.18);
}

.problem-cold,
.problem-water {
  background: var(--ice);
}

.problem-heat {
  background: #fff6ee;
  color: #9a4a00;
  border-color: rgba(255, 184, 77, 0.34);
}

.problem-power {
  background: #fff9e9;
  color: var(--navy-deep);
  border-color: rgba(255, 184, 77, 0.42);
}

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

.section-subtitle {
  max-width: 650px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

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

.service-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 249, 255, 0.98) 100%);
}

.credential-section {
  background:
    linear-gradient(135deg, #ffffff 0%, #eef7ff 58%, #fff8ec 100%);
}

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

.credential-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 51, 108, 0.09);
}

.credential-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--sky));
}

.credential-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.05rem;
}

.credential-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.service-detail-section {
  background:
    linear-gradient(135deg, rgba(2, 27, 61, 0.96), rgba(7, 51, 108, 0.94));
  color: #fff;
}

.service-detail-section h2,
.service-detail-section h3 {
  color: #fff;
}

.service-detail-section .eyebrow {
  color: var(--sky);
}

.service-detail-section .section-subtitle {
  color: rgba(255, 255, 255, 0.74);
}

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

.service-detail-grid article {
  min-height: 260px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
}

.service-detail-grid p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.service-detail-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  padding: 0 13px;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 950;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 12px 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 34px rgba(7, 51, 108, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--sky));
}

.service-card:nth-child(2)::before,
.service-card:nth-child(6)::before {
  background: linear-gradient(90deg, var(--blue), var(--sky));
}

.service-card:nth-child(3)::before,
.service-card:nth-child(8)::before {
  background: linear-gradient(90deg, var(--navy), var(--blue));
}

.service-card:nth-child(4)::before,
.service-card:nth-child(7)::before {
  background: linear-gradient(90deg, var(--blue), var(--sky));
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(42, 137, 216, 0.36);
  box-shadow: 0 18px 46px rgba(7, 51, 108, 0.14);
}

.service-card.is-selectable {
  cursor: pointer;
}

.service-detail-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 12px 6px 0;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 950;
  cursor: pointer;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
  background: var(--wash);
  filter: saturate(1.05) contrast(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.service-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.18) contrast(1.06);
}

.service-card h3,
.service-card p {
  padding-inline: 6px;
}

.service-card p,
.about-copy p,
.contact-intro p {
  color: var(--muted);
  line-height: 1.48;
}

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

.service-list li {
  position: relative;
  padding-left: 18px;
  color: var(--steel);
  font-size: 0.9rem;
  line-height: 1.38;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.service-card:nth-child(3n) .service-list li::before {
  background: var(--yellow);
}

.service-card:nth-child(4n) .service-list li::before {
  background: var(--red);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 34px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(2, 27, 61, 0.96) 0%, rgba(7, 51, 108, 0.94) 54%, rgba(13, 88, 170, 0.9) 100%);
  color: var(--ink);
}

.about-section h2 {
  color: #fff;
}

.about-section .eyebrow {
  color: var(--sky);
}

.about-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
}

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

.process-list div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 51, 108, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.process-list div:hover {
  transform: translateX(4px);
  box-shadow: 0 14px 34px rgba(7, 51, 108, 0.12);
}

.process-list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy-deep);
}

.process-list div:nth-child(2) strong {
  background: var(--yellow);
}

.process-list div:nth-child(3) strong {
  background: var(--red);
  color: #fff;
}

.process-list span {
  color: var(--steel);
  line-height: 1.45;
}

.gallery-section {
  background:
    linear-gradient(145deg, rgba(244, 249, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 52%, rgba(232, 245, 255, 0.98) 100%);
}

.testimonials-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
}

.rating-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(42, 137, 216, 0.22);
  background:
    linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
  box-shadow: 0 18px 44px rgba(7, 51, 108, 0.12);
}

.rating-summary div {
  display: grid;
  gap: 4px;
}

.rating-source {
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rating-summary strong {
  color: var(--navy);
  font-size: 2.45rem;
  line-height: 0.9;
}

.rating-stars {
  color: var(--yellow);
  font-size: 1.1rem;
  letter-spacing: 0;
}

.rating-summary p {
  margin: 0;
  color: var(--navy-deep);
  font-weight: 900;
  line-height: 1.35;
}

.rating-summary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-weight: 950;
  white-space: nowrap;
}

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

.testimonial-grid article {
  min-height: 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 51, 108, 0.09);
}

.testimonial-grid article::before {
  content: "★★★★★";
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  border-radius: 0;
  background: none;
  color: var(--yellow);
  font-size: 1.05rem;
  letter-spacing: 0;
}

.testimonial-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.review-head {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.review-head strong {
  color: var(--navy);
  font-size: 1.02rem;
}

.review-head span {
  color: var(--steel);
  font-size: 0.86rem;
  font-weight: 900;
}

.jukebox-gallery {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff 0%, #e8f5ff 100%);
  box-shadow: var(--shadow);
}

.jukebox-card {
  position: absolute;
  top: 24px;
  left: 50%;
  width: min(54vw, 520px);
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(217, 227, 238, 0.9);
  box-shadow: 0 22px 54px rgba(7, 51, 108, 0.2);
  opacity: 0;
  transform: translateX(-50%) scale(0.72);
  transition: transform 620ms ease, opacity 620ms ease, filter 620ms ease;
  pointer-events: none;
  filter: saturate(0.85);
}

.jukebox-card.is-active {
  z-index: 4;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
  filter: saturate(1.08);
}

.jukebox-card.is-prev {
  z-index: 3;
  opacity: 0.38;
  transform: translateX(calc(-50% - 250px)) scale(0.76) rotate(-3deg);
}

.jukebox-card.is-next {
  z-index: 3;
  opacity: 0.38;
  transform: translateX(calc(-50% + 250px)) scale(0.76) rotate(3deg);
}

.jukebox-card.is-far {
  z-index: 1;
  opacity: 0.12;
  transform: translateX(-50%) scale(0.6);
}

.jukebox-card img,
.jukebox-card video {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.jukebox-card figcaption {
  padding: 10px 12px;
  background: #fff;
  color: var(--navy);
  font-weight: 950;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.gallery-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b6c8db;
  cursor: pointer;
}

.gallery-dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--navy);
}

.gallery-admin-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(42, 137, 216, 0.22);
  background: #fff;
  color: var(--steel);
}

.service-admin-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin: -8px 0 28px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(42, 137, 216, 0.22);
  background: #fff;
  color: var(--steel);
  box-shadow: 0 10px 24px rgba(7, 51, 108, 0.07);
}

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

.service-admin-note strong {
  color: var(--navy);
}

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

.gallery-admin-note strong {
  color: var(--navy);
}

.gallery-more {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(7, 51, 108, 0.18);
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.9fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 246, 255, 0.96) 46%, rgba(255, 248, 236, 0.94) 100%);
}

.location-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(180deg, var(--blue), var(--sky), var(--yellow));
}

.zones-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
}

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

.zone-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(42, 137, 216, 0.2);
  background: #fff;
  color: var(--navy);
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(7, 51, 108, 0.06);
}

.location-copy {
  align-self: center;
}

.location-copy p {
  color: var(--muted);
  line-height: 1.45;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.maps-profile-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(42, 137, 216, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.maps-profile-card h3 {
  margin-bottom: 0;
  font-size: 1.12rem;
}

.maps-profile-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.maps-profile-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  background: var(--wash);
}

.maps-profile-rating strong {
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1;
}

.maps-profile-rating span {
  color: var(--yellow);
  letter-spacing: 0;
}

.maps-secondary-link {
  color: var(--navy);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.maps-review-panel {
  display: grid;
  gap: 10px;
}

.compact-rating {
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 0;
  padding: 14px;
}

.compact-rating strong {
  font-size: 2rem;
}

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

.compact-reviews article {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(7, 51, 108, 0.06);
}

.compact-reviews strong {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 0.92rem;
}

.review-score {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--yellow);
  font-size: 0.86rem;
  white-space: nowrap;
}

.compact-reviews p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.map-card {
  grid-column: 1 / -1;
  min-height: 335px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 230px;
  border: 0;
  border-radius: 6px;
}

.map-fallback {
  display: grid;
  gap: 4px;
  justify-items: start;
  padding: 12px 14px;
  margin-bottom: 8px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 18px 18px, rgba(226, 20, 26, 0.14) 0 18px, transparent 19px),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 72%);
  border: 1px solid rgba(42, 137, 216, 0.16);
}

.map-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(226, 20, 26, 0.22);
}

.map-fallback strong {
  color: var(--navy);
  font-size: 1rem;
}

.map-fallback small {
  color: var(--steel);
  font-weight: 800;
}

.media-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 10px;
}

.media-strip figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 51, 108, 0.08);
}

.media-strip img,
.media-strip video {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.video-card {
  border-top: 5px solid var(--red);
}

.admin-modal[hidden] {
  display: none;
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}

.admin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 27, 61, 0.45);
  backdrop-filter: blur(8px);
}

.admin-panel {
  position: relative;
  width: min(960px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(2, 27, 61, 0.28);
}

.admin-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 1.45rem;
  cursor: pointer;
}

.admin-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 12px;
}

.admin-session-banner {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(42, 137, 216, 0.22);
  border-radius: 8px;
  background: #eef7ff;
  color: var(--steel);
  font-weight: 850;
}

.admin-session-banner[hidden] {
  display: none;
}

.admin-session-banner strong {
  color: var(--navy);
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.admin-tabs button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--steel);
  font-weight: 950;
  cursor: pointer;
}

.admin-tabs button.is-active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 10px 24px rgba(7, 51, 108, 0.18);
}

.admin-tab-panel[hidden] {
  display: none;
}

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

.admin-login .admin-form {
  grid-template-columns: 1fr;
}

.admin-text-form textarea {
  min-height: 72px;
}

.admin-status {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 22px;
  color: var(--red);
  font-weight: 900;
}

.admin-gallery-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.admin-service-manager {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid var(--line);
}

.admin-subheading {
  margin-bottom: 10px;
}

.admin-subheading h3 {
  margin-bottom: 8px;
}

.admin-subheading p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.35;
  font-size: 0.92rem;
}

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

.admin-info-grid div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.admin-info-grid strong {
  color: var(--navy);
}

.admin-info-grid span {
  color: var(--steel);
  font-weight: 900;
}

.admin-info-editor {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.admin-info-settings-list {
  display: grid;
  gap: 8px;
  max-height: 46vh;
  margin-bottom: 12px;
  overflow: auto;
  padding-right: 4px;
}

.admin-info-detail {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.admin-info-detail summary {
  cursor: pointer;
  padding: 12px 14px;
  color: var(--navy);
  font-weight: 950;
}

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

.admin-service-list {
  display: grid;
  gap: 8px;
  max-height: 52vh;
  overflow: auto;
  padding-right: 4px;
}

.admin-gallery-row {
  display: grid;
  grid-template-columns: 74px 1fr auto auto auto;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.admin-gallery-row img,
.admin-gallery-row video {
  width: 74px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  background: #fff;
}

.admin-service-row {
  display: grid;
  grid-template-columns: 78px minmax(130px, 0.75fr) minmax(140px, 1fr) minmax(140px, 1fr) auto auto;
  gap: 8px;
  align-items: end;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-service-row img {
  width: 78px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--wash);
}

.admin-service-row strong {
  display: block;
  color: var(--navy);
  margin-bottom: 6px;
}

.admin-service-row label {
  display: grid;
  gap: 6px;
  color: var(--steel);
  font-size: 0.82rem;
  font-weight: 900;
}

.admin-service-row input {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.admin-gallery-row strong {
  color: var(--navy);
}

.admin-gallery-row small {
  display: block;
  margin-top: 3px;
  color: var(--steel);
  font-weight: 800;
}

.preview-button,
.danger-button {
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  font-weight: 950;
  cursor: pointer;
}

.preview-button {
  background: #e8f5ff;
  color: var(--navy);
}

.danger-button {
  background: #fee2e2;
  color: #991b1b;
}

.admin-preview-block {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.admin-preview-block h3 {
  margin-bottom: 12px;
}

.admin-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-height: 240px;
  overflow: auto;
}

.admin-preview-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-preview-item img,
.admin-preview-item video {
  display: block;
  width: 100%;
  height: 105px;
  object-fit: cover;
}

.admin-preview-item span {
  display: block;
  padding: 8px 10px;
  color: var(--steel);
  font-size: 0.82rem;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-preview-item button {
  width: calc(100% - 16px);
  min-height: 34px;
  margin: 0 8px 8px;
  border: 0;
  border-radius: 8px;
  background: #fee2e2;
  color: #991b1b;
  font-weight: 950;
  cursor: pointer;
}

.empty-preview {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

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

.preview-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 27, 61, 0.66);
}

.info-modal[hidden] {
  display: none;
}

.info-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 18px;
}

.info-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 27, 61, 0.48);
  backdrop-filter: blur(8px);
}

.info-panel {
  position: relative;
  width: min(820px, 100%);
  max-height: min(88vh, 760px);
  overflow: auto;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(2, 27, 61, 0.3);
}

.info-panel > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.48;
}

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

.info-grid div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.info-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--steel);
  line-height: 1.38;
}

.preview-lightbox-inner {
  width: min(900px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
}

.preview-lightbox media,
.preview-lightbox img,
.preview-lightbox video {
  display: block;
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 6px;
  background: #000;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  gap: 2px;
  min-width: 168px;
  padding: 14px 18px 14px 54px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), #18b957);
  color: #fff;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.32);
}

.floating-whatsapp::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 7px var(--green);
}

.floating-whatsapp span {
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  opacity: 0.86;
}

.floating-whatsapp strong {
  font-size: 1rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 249, 255, 0.96) 54%, rgba(232, 245, 255, 0.98) 100%);
}

.faq-section {
  background:
    linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 51, 108, 0.08);
}

.faq-list summary {
  cursor: pointer;
  padding: 14px 16px;
  color: var(--navy);
  font-weight: 950;
}

.faq-list p {
  margin: 0;
  padding: 0 16px 14px;
  color: var(--muted);
  line-height: 1.45;
}

.contact-callout {
  display: grid;
  gap: 4px;
  width: fit-content;
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 8px;
  background: var(--navy-deep);
  color: #fff;
  box-shadow: 0 16px 36px rgba(2, 27, 61, 0.16);
}

.contact-callout strong {
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.contact-callout span {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--blue);
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy-deep);
  font-size: 0.88rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd8e7;
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(42, 137, 216, 0.2);
  border-color: var(--blue);
}

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

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 64px;
  background: #ffffff;
  color: var(--steel);
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

@media (max-width: 1120px) {
  .site-header {
    padding-inline: 28px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 42px 34px 34px;
  }

  .hero-panel {
    justify-self: start;
    max-width: 560px;
  }

  .hero-alert span {
    font-size: 1rem;
  }

  .hero-alert strong {
    font-size: 1.28rem;
  }

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

  .quick-band {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    padding-inline: 34px;
  }

  .service-band,
  .about-section,
  .gallery-section,
  .problem-section,
  .work-types-section,
  .testimonials-section,
  .credential-section,
  .service-detail-section,
  .zones-section,
  .faq-section,
  .location-section,
  .contact-section {
    padding: 44px 34px;
  }

  .problem-grid,
  .rating-summary,
  .testimonial-grid,
  .credential-grid,
  .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rating-summary a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .jukebox-card {
    width: min(70vw, 520px);
  }

  .jukebox-card.is-prev {
    transform: translateX(calc(-50% - 190px)) scale(0.76) rotate(-3deg);
  }

  .jukebox-card.is-next {
    transform: translateX(calc(-50% + 190px)) scale(0.76) rotate(3deg);
  }
}

@media (max-width: 840px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand strong {
    font-size: 1.1rem;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    padding-top: 4px;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
  }

  h1 {
    font-size: 4.1rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-kicker {
    font-size: 1.68rem;
    border-bottom-width: 4px;
  }

  .hero-alert span {
    font-size: 0.98rem;
  }

  .hero-alert strong {
    font-size: 1.22rem;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.52;
  }

  .trust-strip,
  .about-section,
  .location-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .media-strip {
    grid-template-columns: 1fr;
  }

  .media-strip img,
  .media-strip video {
    height: 260px;
  }
}

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

  .nav {
    font-size: 0.88rem;
  }

  .hero {
    padding: 24px 14px 20px;
    gap: 18px;
  }

  h1 {
    font-size: 3.36rem;
  }

  h2 {
    font-size: 1.88rem;
  }

  .hero-kicker {
    font-size: 1.38rem;
  }

  .hero-alert {
    width: 100%;
    padding: 18px;
  }

  .hero-alert span,
  .hero-alert strong {
    width: 100%;
    transform: none;
  }

  .hero-alert span {
    font-size: 0.96rem;
  }

  .hero-alert strong {
    font-size: 1.15rem;
  }

  .hero-actions {
    margin: 22px 0 18px;
  }

  .hero-highlights {
    gap: 6px;
  }

  .hero-highlights span {
    min-height: 30px;
    font-size: 0.78rem;
  }

  .button {
    width: 100%;
  }

  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }

  .trust-strip div {
    padding: 9px 7px;
  }

  .trust-strip dt {
    font-size: 0.82rem;
  }

  .trust-strip dd {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .hero-panel {
    padding: 20px;
  }

  .hero-panel h2 {
    font-size: 1.52rem;
  }

  .contact-list a {
    align-items: flex-start;
    flex-direction: column;
    min-height: 74px;
    gap: 6px;
  }

  .service-band,
  .about-section,
  .gallery-section,
  .problem-section,
  .work-types-section,
  .testimonials-section,
  .credential-section,
  .service-detail-section,
  .zones-section,
  .faq-section,
  .location-section,
  .contact-section {
    padding: 34px 14px;
  }

  .problem-grid,
  .work-types-grid,
  .rating-summary,
  .credential-grid,
  .service-detail-grid,
  .admin-info-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .testimonial-grid {
    display: flex;
    gap: 10px;
    margin-inline: -14px;
    padding: 0 14px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .service-card {
    flex: 0 0 min(82vw, 310px);
    scroll-snap-align: start;
  }

  .testimonial-grid article {
    flex: 0 0 min(82vw, 310px);
    scroll-snap-align: start;
  }

  .rating-summary a {
    width: 100%;
  }

  .problem-grid article {
    min-height: 190px;
  }

  .header-actions {
    margin-left: auto;
  }

  .admin-trigger {
    min-height: 40px;
    font-size: 0.82rem;
  }

  .jukebox-gallery {
    min-height: 305px;
  }

  .jukebox-card {
    top: 22px;
    width: min(82vw, 330px);
    min-height: 230px;
  }

  .jukebox-card img,
  .jukebox-card video {
    height: 230px;
  }

  .jukebox-card.is-prev {
    opacity: 0.24;
    transform: translateX(calc(-50% - 120px)) scale(0.72) rotate(-3deg);
  }

  .jukebox-card.is-next {
    opacity: 0.24;
    transform: translateX(calc(-50% + 120px)) scale(0.72) rotate(3deg);
  }

  .admin-panel {
    padding: 22px 16px;
  }

  .admin-heading,
  .admin-form,
  .admin-gallery-row,
  .admin-service-row,
  .admin-info-detail-grid {
    grid-template-columns: 1fr;
  }

  .admin-preview-grid {
    grid-template-columns: 1fr;
  }

  .admin-heading {
    display: grid;
  }

  .admin-gallery-row {
    justify-items: start;
  }

  .admin-service-row {
    align-items: stretch;
  }

  .map-card {
    min-height: 320px;
    padding: 8px;
  }

  .map-card iframe {
    min-height: 215px;
  }

  .media-strip {
    display: flex;
    margin-inline: -14px;
    padding-inline: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .media-strip figure {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .media-strip img,
  .media-strip video {
    height: 145px;
  }

  .quick-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 14px;
  }

  .quick-band button {
    min-height: 52px;
    font-size: 0.86rem;
  }

  .compact-reviews,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .contact-form {
    padding: 18px;
  }

  .footer {
    flex-direction: column;
    padding-inline: 14px;
    padding-bottom: 96px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-width: 158px;
    padding-block: 12px;
  }
}
