/* Amazing Mobile Detailing — main stylesheet
   Direction: "showroom gloss" — deep ink navy, candy-apple red from the logo car,
   soap-bubble blue accents, warm off-white paper. System fonts only. */

:root {
  /* REPLACEABLE IMAGES — swap a file in assets/img/ or point these at a new one */
  --img-pattern: url("../img/bubbles.svg");
  /* END REPLACEABLE IMAGES */

  --ink: #0f1b2d;
  --ink-2: #1b2a41;
  --ink-3: #2a3b56;
  --paper: #f7f5f1;
  --white: #ffffff;
  --line: #e4e0d8;
  --muted: #56606f;
  --red: #d42a20;
  --red-dark: #ad1f17;
  --red-soft: #fdeceb;
  --aqua: #1a7fb5;
  --aqua-light: #8fd0ef;
  --gold: #f4b63f;

  --font: "Avenir Next", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px rgba(15, 27, 45, .06), 0 8px 24px rgba(15, 27, 45, .08);
  --shadow-lg: 0 2px 4px rgba(15, 27, 45, .06), 0 20px 48px rgba(15, 27, 45, .14);
  --wrap: 1180px;
  --gap: clamp(1rem, 2.5vw, 1.75rem);
  --section: clamp(3.5rem, 8vw, 6.5rem);
  --header-h: 68px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-dark); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--red); }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { line-height: 1.12; margin: 0 0 .6em; font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
strong { font-weight: 700; }
.container { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.visually-hidden, .hp {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--ink); color: var(--white); padding: .7rem 1rem; border-radius: var(--radius-sm); }
.skip-link:focus { top: .75rem; color: var(--white); }
.icon { width: 1.15em; height: 1.15em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 46px; padding: .7em 1.25em;
  font: inherit; font-size: 1rem; font-weight: 700; line-height: 1.1; letter-spacing: .005em;
  text-decoration: none; white-space: nowrap;
  border: 2px solid transparent; border-radius: 999px; cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--red); color: var(--white); box-shadow: 0 6px 18px rgba(212, 42, 32, .28); }
.btn--primary:hover { background: var(--red-dark); color: var(--white); box-shadow: 0 8px 22px rgba(212, 42, 32, .34); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--white); }
.btn--light { background: var(--white); color: var(--ink); }
.btn--light:hover { background: var(--paper); color: var(--ink); }
.btn--outline-light { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .55); }
.btn--outline-light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn--lg { min-height: 54px; padding: .85em 1.6em; font-size: 1.0625rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.text-link { font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: .35em; }
.text-link:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(1.4) blur(10px);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
}
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--ink); margin-right: auto; min-width: 0; }
.brand:hover { color: var(--ink); }
.brand__logo { width: 52px; height: auto; }
.brand__name { display: flex; flex-direction: column; font-weight: 800; font-size: 1rem; line-height: 1.15; letter-spacing: -.01em; white-space: nowrap; }
.brand__sub { font-weight: 600; font-size: .75rem; color: var(--muted); letter-spacing: .02em; }
.header-actions { display: flex; align-items: center; gap: .5rem; }
.btn--call { background: var(--ink); color: var(--white); min-height: 42px; padding: .55em 1em; }
.btn--call:hover { background: var(--ink-3); color: var(--white); }
.menu-toggle {
  display: inline-flex; align-items: center; gap: .4rem; min-height: 42px; padding: .5em .85em;
  border: 1.5px solid var(--line); border-radius: 999px; color: var(--ink);
  font-weight: 700; font-size: .95rem; text-decoration: none; background: var(--white);
}
.menu-toggle:hover { border-color: var(--ink); color: var(--ink); }

.nav { display: none; }
.nav:target, .nav.is-open {
  display: block; position: absolute; left: 0; right: 0; top: 100%;
  background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
  padding: .5rem 1.25rem 1.25rem; max-height: calc(100vh - var(--header-h)); overflow-y: auto;
}
.nav__list { list-style: none; margin: 0; padding: 0; }
.nav__list a {
  display: block; padding: .85rem .25rem; border-bottom: 1px solid var(--line);
  color: var(--ink); font-weight: 700; text-decoration: none;
}
.nav__list a:hover, .nav__list a[aria-current="page"] { color: var(--red); }
.nav__cta { display: grid; gap: .6rem; margin-top: 1rem; }
.hide-sm { display: none; }
.hide-md { display: none; }

.header-actions { flex: none; }
@media (min-width: 560px) {
  .hide-sm { display: inline; }
  .show-sm { display: none; }
}
/* Small phones: let the name wrap instead of pushing the buttons off-screen */
@media (max-width: 479px) {
  .header-inner { gap: .6rem; }
  .brand { gap: .5rem; }
  .brand__logo { width: 44px; }
  .brand__name { white-space: normal; font-size: .95rem; line-height: 1.12; }
  .brand__sub { display: none; }
  .btn--call { padding: .5em .8em; }
  .menu-toggle { width: 42px; padding: 0; justify-content: center; }
  .menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}
@media (max-width: 359px) {
  .btn--call .show-sm { display: none; }
  .brand__logo { width: 38px; }
}
@media (min-width: 1200px) {
  .menu-toggle, .nav__cta { display: none; }
  .hide-md { display: inline-flex; }
  .nav, .nav:target, .nav.is-open { display: block; position: static; padding: 0; box-shadow: none; border: 0; background: none; max-height: none; overflow: visible; }
  .nav__list { display: flex; gap: .1rem; }
  .nav__list a { border: 0; padding: .5rem .6rem; border-radius: 999px; font-size: .94rem; white-space: nowrap; }
  .nav__list a:hover { background: var(--paper); color: var(--ink); }
  .nav__list a[aria-current="page"] { color: var(--red); background: var(--red-soft); }
  .brand__logo { width: 56px; }
  .header-inner { gap: .75rem; }
}
/* Desktop widths where the full number would crowd the nav: icon-only call (it keeps its aria-label) */
@media (min-width: 1200px) and (max-width: 1359px) {
  .btn--call .hide-sm { display: none; }
  .btn--call { padding: .55em .8em; }
}

/* ---------- Sections ---------- */
.section { padding-block: var(--section); }
.section--tint { background: var(--paper); }
.section--dark { background: var(--ink); color: #d9e0ea; }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.section-head > div { max-width: 44rem; }
.section-head h2 { margin-bottom: .35em; }
.section-head p { color: var(--muted); margin: 0; font-size: 1.08rem; }
.section--dark .section-head p { color: #b7c3d3; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--red-dark); margin: 0 0 .9rem;
}
.eyebrow::before { content: ""; width: 1.6rem; height: 2px; background: currentColor; border-radius: 2px; }
.section--dark .eyebrow, .cta-band .eyebrow { color: var(--aqua-light); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--muted); line-height: 1.6; }

/* ---------- Home hero ---------- */
.hero { padding-block: clamp(1.5rem, 4vw, 4rem) clamp(2.5rem, 6vw, 5rem); background: linear-gradient(180deg, var(--paper) 0%, var(--white) 100%); }
.hero__grid {
  display: grid; gap: 1.1rem 3rem;
  grid-template-areas: "text" "cta" "media" "lead" "trust";
}
.hero__text { grid-area: text; }
.hero__title { margin-bottom: 0; font-size: clamp(2rem, 5.4vw, 3.75rem); }
.hero__title span { color: var(--red); }
.hero__cta { grid-area: cta; }
.hero__media { grid-area: media; margin: 0; }
.hero__lead { grid-area: lead; margin: 0; }
.hero .trust-list { grid-area: trust; }
.hero__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.hero__media figcaption { font-size: .85rem; color: var(--muted); margin-top: .6rem; }
.hero .eyebrow { margin-bottom: .75rem; }
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    grid-template-areas: "text media" "lead media" "cta media" "trust media";
    grid-template-rows: auto auto auto 1fr;
    align-items: start;
  }
  .hero__text { align-self: end; }
  .hero__lead { margin-top: .4rem; }
  .hero__cta { margin-top: .6rem; }
}
.trust-list { list-style: none; padding: 0; margin: .4rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem 1.25rem; }
.trust-list li { display: flex; gap: .55rem; align-items: flex-start; font-weight: 600; font-size: .95rem; line-height: 1.35; }
.trust-list .icon { color: var(--red); margin-top: .05em; }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.cat-card {
  display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.cat-card__media { background: var(--paper); }
.cat-card__media img { width: 100%; }
.cat-card__body { padding: 1.25rem 1.35rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.cat-card__body h3 { margin-bottom: .35em; }
.cat-card__body h3 a { color: var(--ink); text-decoration: none; }
.cat-card__body h3 a:hover { color: var(--red); }
.cat-card__body p { color: var(--muted); font-size: .98rem; }
.cat-card__price { display: inline-block; align-self: flex-start; font-size: .82rem; font-weight: 800; letter-spacing: .02em; color: var(--red-dark); background: var(--red-soft); padding: .3em .7em; border-radius: 999px; margin-bottom: .8rem; }
.cat-card__links { list-style: none; padding: 0; margin: auto 0 0; border-top: 1px solid var(--line); }
.cat-card__links li { border-bottom: 1px solid var(--line); }
.cat-card__links a { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; color: var(--ink); text-decoration: none; font-weight: 600; font-size: .95rem; }
.cat-card__links a:hover { color: var(--red); }
.cat-card__links small { color: var(--muted); font-weight: 600; }

/* ---------- Why us ---------- */
.why-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.why-card { padding: 1.6rem; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.why-card__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: var(--white); margin-bottom: 1rem; }
.why-card__icon .icon { width: 24px; height: 24px; }
.why-card p { color: var(--muted); margin: 0; }
.fact-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: var(--gap); }
.fact-strip div { background: var(--white); padding: 1.2rem 1.4rem; }
.fact-strip strong { display: block; font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.1; color: var(--red); }
.fact-strip span { color: var(--muted); font-size: .92rem; }

/* ---------- Price list (services widget) ---------- */
.price-list { display: grid; gap: .75rem; }
.price-row {
  display: grid; grid-template-columns: 1fr auto; gap: .2rem 1.5rem; align-items: baseline;
  padding: 1.1rem 1.3rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
}
.price-row__name { margin: 0; font-size: 1.1rem; }
.price-row__price { margin: 0; font-weight: 800; font-size: 1.15rem; color: var(--red-dark); white-space: nowrap; }
.price-row__price small { font-size: .78rem; font-weight: 700; color: var(--muted); letter-spacing: .02em; }
.price-row__desc { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .97rem; }
.price-note { font-size: .92rem; color: var(--muted); margin-top: 1rem; }
.section--dark .price-row { background: var(--ink-2); border-color: var(--ink-3); }
.section--dark .price-row__name { color: var(--white); }
.section--dark .price-row__price { color: var(--gold); }
.section--dark .price-row__price small, .section--dark .price-row__desc, .section--dark .price-note { color: #b7c3d3; }
.pricing-layout { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .pricing-layout { grid-template-columns: .85fr 1.15fr; align-items: start; } }

/* ---------- Photos / before-after ---------- */
.photo { margin: 0; }
.photo img { width: 100%; border-radius: var(--radius-sm); background: var(--paper); }
.photo figcaption { font-size: .88rem; color: var(--muted); margin-top: .5rem; line-height: 1.4; }
.figure-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); align-items: start; }
.figure-grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }
.figure-grid--narrow { max-width: 780px; }
.ba-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.ba { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: .9rem; }
.ba__pair { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.ba__pair figure { margin: 0; }
.ba__pair img { width: 100%; border-radius: 6px; }
.ba__pair figcaption { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: .4rem; }
.ba__pair figure:last-child figcaption { color: var(--red-dark); }
.ba__title { margin: .8rem .2rem .1rem; font-weight: 700; font-size: 1rem; }

/* ---------- Split feature ---------- */
.split { display: grid; gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--reverse .split__media { order: 2; }
}
.split__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.split__media figcaption { font-size: .88rem; color: var(--muted); margin-top: .6rem; }
.split__media { margin: 0; }

/* ---------- Checklists & steps ---------- */
.checklist { list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: .55rem; }
.checklist li { position: relative; padding-left: 1.9rem; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .28em; width: 1.2rem; height: 1.2rem; border-radius: 50%;
  background: var(--red-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ad1f17' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 70% no-repeat;
}
.section--dark .checklist li::before { background-color: rgba(255, 255, 255, .1); }
.checklist--cols { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: .55rem 1.5rem; }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 1rem; }
.steps li { counter-increment: step; position: relative; padding: 1.1rem 1.25rem 1.1rem 4rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.steps li::before {
  content: counter(step); position: absolute; left: 1.1rem; top: 1rem; width: 2rem; height: 2rem;
  display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 800; font-size: .95rem;
}
.steps strong { display: block; margin-bottom: .15rem; }
.steps p { margin: 0; color: var(--muted); }
.include-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.include-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 1.9rem); }
.include-card h3 { display: flex; align-items: center; gap: .6rem; }
.include-card h3 .icon { color: var(--red); width: 1.4rem; height: 1.4rem; }
.include-card .checklist { margin: 0; }
.note { font-size: .95rem; color: var(--muted); border-left: 3px solid var(--gold); padding: .2rem 0 .2rem 1rem; margin: 1.5rem 0 0; }
.prose { max-width: 46rem; }
.prose h2 { margin-top: 1.6em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.4em; }
.two-col { display: grid; gap: clamp(2rem, 5vw, 4rem); }
@media (min-width: 900px) { .two-col { grid-template-columns: 1.25fr .75fr; align-items: start; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: var(--paper); padding-block: clamp(1.25rem, 3vw, 2rem) clamp(2.5rem, 6vw, 4.5rem); border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: clamp(1.25rem, 3vw, 2.25rem); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; margin: 0; }
.breadcrumb li + li::before { content: "›"; margin-right: .35rem; color: #9aa3b0; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--red); text-decoration: underline; }
.page-hero__grid { display: grid; gap: 2rem clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 900px) { .page-hero__grid--media { grid-template-columns: 1.05fr .95fr; } }
.page-hero h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); margin-bottom: .45em; }
.page-hero .lead { max-width: 38rem; }
.page-hero__media { margin: 0; }
.page-hero__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.page-hero__media figcaption { font-size: .85rem; color: var(--muted); margin-top: .6rem; }
.price-tag { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .75rem; margin: 1.25rem 0 1.5rem; padding: .9rem 1.2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); max-width: 32rem; }
.price-tag__label { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.price-tag__amount { font-size: 1.9rem; font-weight: 800; color: var(--red-dark); letter-spacing: -.02em; line-height: 1; }
.price-tag__note { flex-basis: 100%; font-size: .9rem; color: var(--muted); }

/* ---------- Tiers (ceramic) ---------- */
.tier-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.tier { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; border-top: 4px solid var(--aqua); }
.tier:nth-child(2) { border-top-color: var(--red); }
.tier:nth-child(3) { border-top-color: var(--ink); }
.tier:nth-child(4) { border-top-color: var(--gold); }
.tier h3 { margin-bottom: .3em; }
.tier__duration { font-size: 1.3rem; font-weight: 800; color: var(--ink); margin: 0 0 .4rem; letter-spacing: -.01em; }
.tier p:last-child { color: var(--muted); margin: 0; }

/* ---------- Related services ---------- */
.related-grid { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
.related-card { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; color: var(--ink); font-weight: 700; transition: border-color .18s ease, transform .18s ease; }
.related-card:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
.related-card small { display: block; color: var(--muted); font-weight: 600; font-size: .85rem; }
.related-card .icon { color: var(--red); }

/* ---------- Videos ---------- */
.video-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.video-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.video-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: var(--ink); }
.video-card img { width: 100%; }
.video-card__body { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.2rem; font-weight: 700; }
.video-card__play { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--red); color: var(--white); display: grid; place-items: center; }
.video-card__play .icon { fill: currentColor; stroke: none; width: 16px; height: 16px; margin-left: 2px; }
.video-card small { display: block; font-weight: 600; color: var(--muted); font-size: .85rem; }
.video-inline { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; color: var(--ink); font-weight: 700; }
.video-inline:hover { border-color: var(--red); color: var(--red); }

/* ---------- Gallery (photos page) ---------- */
.gallery { list-style: none; padding: 0; margin: 0; columns: 1; column-gap: var(--gap); }
@media (min-width: 620px) { .gallery { columns: 2; } }
@media (min-width: 980px) { .gallery { columns: 3; } }
.gallery__item { break-inside: avoid; margin-bottom: var(--gap); }
.gallery__item figure { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: .6rem; }
.gallery__item img { width: 100%; border-radius: 8px; }
.gallery__item figcaption { font-size: .9rem; color: var(--muted); padding: .55rem .3rem .2rem; line-height: 1.4; }

/* ---------- Coupons ---------- */
.coupon-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.coupon {
  position: relative; padding: 1.75rem 1.6rem 1.6rem; background: var(--white);
  border: 2px dashed #cfc9bd; border-radius: var(--radius);
}
.coupon__amount { font-size: 2.4rem; font-weight: 800; letter-spacing: -.03em; color: var(--red); line-height: 1; margin: 0 0 .5rem; }
.coupon h3 { margin-bottom: .35em; }
.coupon p:last-child { color: var(--muted); margin: 0; }

/* ---------- Contact ---------- */
.contact-cards { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.contact-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.35rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .18s ease, border-color .18s ease; }
a.contact-card:hover { transform: translateY(-2px); border-color: var(--red); color: var(--ink); }
.contact-card__icon { width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--red); color: var(--white); }
.contact-card__icon .icon { width: 22px; height: 22px; }
.contact-card span { display: block; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.contact-card strong { display: block; font-size: 1.12rem; word-break: break-word; }
.contact-card small { display: block; color: var(--muted); font-size: .9rem; margin-top: .15rem; }
.contact-layout { display: grid; gap: clamp(2rem, 5vw, 3.5rem); }
@media (min-width: 940px) { .contact-layout { grid-template-columns: 1.3fr .7fr; align-items: start; } }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); }
.panel + .panel { margin-top: var(--gap); }
.panel h2 { font-size: 1.35rem; }
.hours-table { width: 100%; border-collapse: collapse; font-size: .98rem; }
.hours-table th, .hours-table td { text-align: left; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.hours-table td { text-align: right; font-weight: 700; white-space: nowrap; }
.hours-table th { font-weight: 600; }
.area-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.area-list li { font-size: .9rem; font-weight: 600; padding: .3em .75em; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); }
.section--dark .area-list li { background: var(--ink-2); border-color: var(--ink-3); color: #d9e0ea; }

/* ---------- Form ---------- */
.form { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form { grid-template-columns: 1fr 1fr; } .field--full, .form > .form-foot, .form > .cf-turnstile, .form > .form-status { grid-column: 1 / -1; } }
.field label { display: block; font-weight: 700; font-size: .95rem; margin-bottom: .35rem; }
.field label small { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: .75rem .9rem; border: 1.5px solid #cfd5de; border-radius: var(--radius-sm); background: var(--white);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(26, 127, 181, .2); }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-foot p { margin: 0; font-size: .9rem; color: var(--muted); }
.form-status { padding: 1rem 1.2rem; border-radius: var(--radius-sm); font-size: .98rem; }
.form-status--ok { background: #e8f6ee; border: 1px solid #9fd5b4; color: #135a32; }
.form-status--error { background: var(--red-soft); border: 1px solid #f1b3ae; color: #7d160f; }
.form-status a { color: inherit; font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .75rem; }
.faq__item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq__item summary {
  cursor: pointer; list-style: none; padding: 1.1rem 3.2rem 1.1rem 1.3rem; position: relative;
  font-weight: 700; font-size: 1.07rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
  width: 1.8rem; height: 1.8rem; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper); color: var(--red-dark); font-size: 1.3rem; font-weight: 600; line-height: 1;
}
.faq__item[open] summary::after { content: "–"; }
.faq__item summary:hover { color: var(--red-dark); }
.faq__item p { padding: 0 1.3rem 1.2rem; margin: 0; color: var(--muted); }

/* ---------- Review panel ---------- */
.review-panel { display: grid; gap: 1.5rem; align-items: center; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
@media (min-width: 820px) { .review-panel { grid-template-columns: 1fr auto; } }
.review-panel h2, .review-panel h3 { margin-bottom: .35em; }
.review-panel p { color: var(--muted); margin: 0; }
.reviewer-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.reviewer-list li { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .92rem; background: var(--paper); border-radius: 999px; padding: .3rem .85rem .3rem .35rem; }
.reviewer-list li::before { content: attr(data-initial); width: 1.7rem; height: 1.7rem; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: .8rem; }

/* ---------- Offer strip ---------- */
.offer-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.offer { display: flex; gap: 1.25rem; align-items: center; padding: 1.5rem; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.offer img { width: 120px; flex: none; border-radius: 8px; }
.offer h3 { margin-bottom: .3em; }
.offer p { margin: 0 0 .6rem; color: var(--muted); font-size: .98rem; }

/* ---------- CTA band ---------- */
.cta-band { background-color: var(--ink); background-image: var(--img-pattern), radial-gradient(circle at 85% 20%, rgba(26, 127, 181, .35), transparent 55%); background-size: 240px 240px, auto; color: #d9e0ea; padding-block: clamp(3rem, 7vw, 5rem); }
.cta-band__inner { display: grid; gap: 1.75rem; align-items: center; }
@media (min-width: 900px) { .cta-band__inner { grid-template-columns: 1fr auto; } }
.cta-band h2 { color: var(--white); margin-bottom: .3em; }
.cta-band p { margin: 0; color: #b7c3d3; font-size: 1.08rem; max-width: 40rem; }

/* ---------- Footer ---------- */
.site-footer { background: #0a1322; color: #b7c3d3; padding-top: clamp(3rem, 6vw, 4.5rem); font-size: .95rem; }
.site-footer a { color: #e3e9f1; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-grid { display: grid; gap: 2.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); }
.footer-brand img { width: 84px; background: var(--white); border-radius: 12px; padding: 6px; margin-bottom: 1rem; }
.footer-brand p { max-width: 22rem; }
.footer-h { font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin: 0 0 1rem; }
.footer-list, .footer-contact, .social-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: .45rem; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .7rem; line-height: 1.45; }
.footer-contact .icon { color: var(--aqua-light); margin-top: .12em; }
.social-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.social-list a { display: inline-block; font-size: .85rem; font-weight: 700; padding: .35em .8em; border: 1px solid #2a3b56; border-radius: 999px; }
.social-list a:hover { border-color: var(--aqua-light); text-decoration: none; }
.footer-area { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid #1d2b42; }
.footer-area p { margin: 0; line-height: 1.8; }
.footer-legal { margin-top: 2rem; padding-block: 1.5rem; border-top: 1px solid #1d2b42; font-size: .85rem; color: #8b98ab; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; }
.footer-legal p { margin: 0; }
.footer-legal a { color: #b7c3d3; }

/* ---------- Mobile quick-contact bar ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 1px;
  background: var(--line); border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 56px; background: var(--white); color: var(--ink); font-weight: 700; text-decoration: none; font-size: .95rem; }
.mobile-bar a.is-primary { background: var(--red); color: var(--white); }
body { padding-bottom: 57px; }
@media (min-width: 900px) { .mobile-bar { display: none; } body { padding-bottom: 0; } }

/* ---------- Service list (services page) ---------- */
.svc-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.svc-item {
  display: flex; flex-direction: column; padding: 1.4rem 1.5rem; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.svc-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #d6d0c4; color: var(--ink); }
.svc-item h3 { margin-bottom: .35em; }
.svc-item p { color: var(--muted); font-size: .98rem; flex: 1; }
.svc-item__foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); font-size: .9rem; font-weight: 700; }
.svc-item__foot span:first-child { color: var(--muted); }
.svc-item__foot span:last-child { color: var(--red-dark); display: inline-flex; align-items: center; gap: .3rem; }
.pill-links { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; }
.pill-links a { display: inline-flex; align-items: center; gap: .35rem; padding: .45em .95em; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: var(--ink); font-weight: 700; font-size: .92rem; text-decoration: none; }
.pill-links a:hover { border-color: var(--red); color: var(--red); }
.offer__icon { width: 64px; height: 64px; flex: none; border-radius: 16px; display: grid; place-items: center; background: var(--red-soft); color: var(--red-dark); }
.offer__icon .icon { width: 28px; height: 28px; }
.big-action { text-align: center; padding: clamp(1.75rem, 5vw, 3rem); }
.big-action h2 { margin-bottom: .4em; }
.big-action p { color: var(--muted); max-width: 36rem; margin-inline: auto; }
.big-action .btn-row { justify-content: center; margin-top: 1.5rem; }

/* ---------- Utilities ---------- */
.center { text-align: center; }
.mt-lg { margin-top: clamp(2rem, 4vw, 3rem); }
.muted { color: var(--muted); }
.stack > * + * { margin-top: var(--gap); }

@media print {
  .site-header, .mobile-bar, .cta-band, .nav { display: none !important; }
  body { padding: 0; }
}
