/* ==========================================================================
   Round 2 Refinish — site.css  (shared shell stylesheet)
   Dark, premium, automotive. Tokens from data/design-brief.json (verbatim).
   Page agents: NEVER edit this file. Page-specific rules go in <style id="page-css">
   in your own <head>, using only the tokens below (no new hex, fonts or radii).
   ==========================================================================

   COMPONENT INDEX  (class → what it is → notes)
   ------------------------------------------------------------------------
   LAYOUT
   .container            1200px centered, 16px→24px gutters
   .container--narrow    760px (long copy, forms, FAQ)
   .container--wide      1440px (gallery)
   .section              vertical rhythm block; .section--alt (surface), .section--black,
                         .section--tight (less padding), .section--flush (no top padding)
   .section-head         eyebrow → h2 → tri-stripe → lead; add .section-head--center
   .grid-2 .grid-3 .grid-4   1 → 2 → 3/4 columns (640 / 1024 breakpoints)
   .two-col              text + media pair, stacks <900px; .two-col--flip swaps order
   .media                rounded image/video frame; .media--4x3 .media--16x9 .media--square
   .flow                 vertical spacing between children (> * + *)
   TYPE
   .eyebrow              small uppercase orange label
   .stripe               64×4px red·blue·orange rule (the brand signature); .stripe--wide
   .lead                 larger intro paragraph
   .display              hero-sized heading
   .definition           AEO quotable block ("What is Peel Clear?") — 2–3 sentences
   .muted .orange .nowrap .tnum .text-center
   BUTTONS
   .btn                  base (44px min); .btn--primary (orange, black text),
                         .btn--ghost (outline on dark), .btn--black (black on orange band),
                         .btn--white, .btn--sm .btn--lg .btn--block, .btn-row (wrap group)
   HERO
   .hero                 full-bleed dark hero with scrim; .hero--video (Vimeo bg + poster),
                         .hero--page (subpage: eyebrow + h1 + lead + CTAs, optional image)
   .hero__media .hero__poster .hero__video .hero__scrim .hero__content .hero__title
   .hero__sub .hero__actions .hero__note
   PROOF
   .proof-strip          4-up trust row (★ Google · I-CAR · insurance · family-owned)
   .stat-row .stat       big numerals with labels
   .badge .pill          small labels
   CARDS
   .card                 surface + border + hover-lift; .card--service (icon/title/text/link,
                         works as <a> or <div>), .card--photo (image on top), .card__icon
                         .card__media .card__title .card__text .card__link .card__eyebrow
   .steps .step          numbered process (1→5), connector line on desktop
   .checklist            list with orange check icons ("What's included")
   .icon-list            list with a leading SVG icon per item
   .callout              bordered emphasis box; .callout--warranty (orange), .callout--legal (muted)
   .related              grid of small related-service link cards
   .area-list            city chips (service area)
   FAQ
   .faq .faq__item       <details>/<summary> accordion; .faq__q .faq__a; .faq[data-single]
   REVIEWS
   .review-grid .review  Google review cards; .review__stars .review__text .review__meta
   .cta-band             orange band with black text + CTAs (final CTA on every page)
   GALLERY
   .gallery .gallery__item    responsive photo grid, items are <a data-lightbox>
   .gallery__filters .chip    filter chips (data-filter / data-cat)
   .lightbox             injected by site.js when [data-lightbox] anchors exist
   .ba-slider            before/after compare (range input = keyboard accessible)
   MISC
   .breadcrumbs          <nav><ol> breadcrumb trail (subpages)
   .table-wrap           horizontal-scroll wrapper for <table>
   .map-embed .video-embed    16:9 responsive iframe frames
   .form .field .field__error .form__row .form__status .form__success .honeypot
   .alert                inline notice; .alert--success .alert--error .alert--info
   .visually-hidden / .sr-only
   .fade-in (+ .stagger on a parent)   reveal on scroll (site.js); .hover-lift
   SHELL (do not reuse): .site-header .site-nav .dropdown .nav-sheet .bottom-bar .site-footer
   ========================================================================== */


/* ==========================================================================
   01 TOKENS — keep in sync with data/design-brief.json css_variables
   ========================================================================== */
:root {
  /* Brand palette (from logo.png — heavy italic R2R over a red/blue/orange tri-stripe) */
  --black: #000000;
  --bg: #0a0a0b;
  --surface: #141416;
  --surface-2: #1c1c1f;
  --border: #26262b;
  --text: #f5f5f6;
  --muted: #a1a1aa;
  --red: #e32501;
  --blue: #0142a9;
  --orange: #fe6802;
  --white: #ffffff;

  /* Derived aliases (contrast-checked on --bg) */
  --orange-hover: #e85e00;      /* pressed/hover fill, still 6:1 with black text */
  --orange-soft: rgba(254, 104, 2, 0.12);
  --red-soft: rgba(227, 37, 1, 0.14);
  --blue-link: #5b9cff;         /* inline links on dark: 7.2:1 on #0a0a0b (--blue itself is a stripe/accent color, 1.9:1 — never text) */
  --blue-soft: rgba(1, 66, 169, 0.28);
  --border-strong: #3a3a41;
  --text-on-orange: #000000;    /* black on #fe6802 = 7.1:1 */
  --green: #3ddc84;             /* open-now dot only */

  /* Tri-stripe: equal thirds, red · blue · orange */
  --stripe: linear-gradient(90deg, var(--red) 0 33.34%, var(--blue) 33.34% 66.67%, var(--orange) 66.67% 100%);

  /* Typography */
  --font-heading: 'Barlow Condensed', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  --weight-heading: 800;
  --weight-heading-2: 700;
  --weight-body: 400;
  --base-size: 17px;
  --scale: 1.25;
  --fs-display: clamp(3rem, 8vw, 6.25rem);
  --fs-h1: clamp(2.5rem, 5.5vw, 4.5rem);
  --fs-h2: clamp(2rem, 4vw, 3.25rem);
  --fs-h3: clamp(1.35rem, 2.2vw, 1.75rem);
  --fs-h4: clamp(1.15rem, 1.6vw, 1.35rem);
  --fs-lead: clamp(1.125rem, 1.4vw, 1.3rem);
  --fs-body: 1rem;
  --fs-small: 0.9rem;
  --fs-xs: 0.8rem;
  --lh-heading: 0.98;
  --lh-body: 1.65;
  --track-heading: 0.01em;
  --track-caps: 0.1em;

  /* Spacing */
  --section-pad: clamp(3.5rem, 8vw, 7rem);
  --section-pad-tight: clamp(2.25rem, 5vw, 4rem);
  --container-max: 1200px;
  --container-narrow: 760px;
  --container-wide: 1440px;
  --gutter: clamp(1rem, 3vw, 1.5rem);
  --gap: 1rem;
  --gap-lg: clamp(1.25rem, 2.5vw, 2rem);
  --measure: 70ch;

  /* Shape + elevation */
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-lift: 0 18px 40px rgba(0, 0, 0, 0.55);
  --focus: 0 0 0 3px var(--bg), 0 0 0 5px var(--orange);

  /* Chrome */
  --header-h: 64px;
  --bottom-bar-h: 62px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --dur: 220ms;
  --dur-slow: 480ms;
}
@media (min-width: 1024px) {
  :root { --header-h: 76px; }
}


/* ==========================================================================
   02 RESET
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html {
  font-size: var(--base-size);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  background: var(--bg);
}
@media (max-width: 767px) { html { font-size: 18px; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: var(--weight-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;            /* belt: no horizontal scroll ever */
  min-height: 100vh;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
a { color: var(--blue-link); text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
a:hover { color: var(--text); }
ul[class], ol[class] { list-style: none; margin: 0; padding: 0; }
p, ul, ol, figure, blockquote, table { margin: 0 0 1.1em; }
figure { padding: 0; }
hr { border: 0; border-top: 1px solid var(--border); margin: 2rem 0; }
strong, b { font-weight: 600; }
::selection { background: var(--orange); color: var(--black); }
:focus { outline: none; }
:focus-visible { outline: none; box-shadow: var(--focus); border-radius: var(--radius-sm); }
[hidden] { display: none !important; }
main { display: block; padding-top: var(--header-h); }
body[data-page="home"] main { padding-top: 0; }       /* home hero runs under the transparent header */
main:focus { outline: none; }
@media (max-width: 1023px) {
  body { padding-bottom: calc(var(--bottom-bar-h) + env(safe-area-inset-bottom, 0px)); }
}


/* ==========================================================================
   03 BASE TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, .display {
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  text-transform: uppercase;
  letter-spacing: var(--track-heading);
  line-height: var(--lh-heading);
  margin: 0 0 0.5em;
  color: var(--text);
  text-wrap: balance;
  overflow-wrap: anywhere;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); font-weight: var(--weight-heading); }
h3 { font-size: var(--fs-h3); font-weight: var(--weight-heading-2); line-height: 1.05; }
h4 { font-size: var(--fs-h4); font-weight: var(--weight-heading-2); line-height: 1.1; letter-spacing: 0.02em; }
.display { font-size: var(--fs-display); line-height: 0.92; }
p { max-width: var(--measure); }
.lead { font-size: var(--fs-lead); line-height: 1.5; color: var(--muted); max-width: 62ch; }
.lead strong { color: var(--text); }
.muted { color: var(--muted); }
.orange { color: var(--orange); }
.nowrap { white-space: nowrap; }
.tnum { font-variant-numeric: tabular-nums; }
.text-center { text-align: center; }
.text-center p, .text-center .lead { margin-left: auto; margin-right: auto; }
small, .small { font-size: var(--fs-small); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--fs-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 0.85rem;
}
.eyebrow--red { color: var(--red); }
.eyebrow--muted { color: var(--muted); }

.stripe {
  display: block;
  width: 64px;
  height: 4px;
  background: var(--stripe);
  border-radius: 1px;
  margin: 1rem 0 1.25rem;
}
.stripe--wide { width: 100%; margin: 0; border-radius: 0; }
.stripe--center { margin-left: auto; margin-right: auto; }
.stripe--sm { width: 40px; height: 3px; margin: 0.6rem 0 0.9rem; }

/* AEO quotable definition block: 2–3 sentences an answer engine can lift verbatim */
.definition {
  border-left: 4px solid var(--orange);
  background: var(--surface);
  padding: clamp(1.1rem, 2.5vw, 1.6rem) clamp(1.2rem, 3vw, 2rem);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.55;
  max-width: 72ch;
  margin: 0 0 1.5rem;
}
.definition p:last-child { margin-bottom: 0; }
.definition strong { color: var(--text); font-weight: 600; }

blockquote.quote, .quote {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text);
  border-left: 4px solid var(--orange);
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  max-width: 34ch;
}
.quote cite { display: block; margin-top: 0.75rem; font: 500 var(--fs-small) var(--font-body); color: var(--muted); font-style: normal; letter-spacing: 0.04em; text-transform: uppercase; }

/* Section heading lockup: eyebrow → h2 → stripe → lead */
.section-head { max-width: 62rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head h2, .section-head h1 { margin-bottom: 0; }
.section-head .lead { margin-top: 0; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .stripe { margin-left: auto; margin-right: auto; }
.section-head--center .lead { margin-left: auto; margin-right: auto; }
.section-head--row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 2rem; max-width: none; }
.section-head--row > div { max-width: 62rem; }


/* ==========================================================================
   04 LAYOUT
   ========================================================================== */
.container { width: 100%; max-width: var(--container-max); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: var(--container-narrow); }
.container--wide { max-width: var(--container-wide); }
.section { padding-block: var(--section-pad); position: relative; }
.section--tight { padding-block: var(--section-pad-tight); }
.section--flush { padding-top: 0; }
.section--alt { background: var(--surface); }
.section--black { background: var(--black); }
.section--border { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section + .section--alt, .section--alt + .section { border-top: 1px solid var(--border); }

.grid-2, .grid-3, .grid-4 { display: grid; grid-template-columns: 1fr; gap: var(--gap-lg); }
@media (min-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1440px) {
  .grid-4--wide { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.two-col { display: grid; grid-template-columns: 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
@media (min-width: 900px) {
  .two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .two-col--flip > :first-child { order: 2; }
  .two-col--wide-media { grid-template-columns: 5fr 7fr; }
}
.two-col > * { min-width: 0; }

.media { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface-2); border: 1px solid var(--border); }
.media img, .media video, .media iframe { width: 100%; height: 100%; object-fit: cover; }
.media--4x3 { aspect-ratio: 4 / 3; }
.media--3x2 { aspect-ratio: 3 / 2; }
.media--16x9 { aspect-ratio: 16 / 9; }
.media--square { aspect-ratio: 1; }
.media--portrait { aspect-ratio: 4 / 5; }
.media__caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.75rem 1rem; font-size: var(--fs-small); color: var(--text); background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75)); }
.media--stripe::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--stripe); }

.flow > * + * { margin-top: var(--flow-space, 1rem); }
.flow--lg { --flow-space: 1.75rem; }
.mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 0.5rem !important; } .mt-2 { margin-top: 1rem !important; }
.mt-3 { margin-top: 1.5rem !important; } .mt-4 { margin-top: 2rem !important; } .mt-6 { margin-top: 3rem !important; }
.mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.5rem !important; } .mb-2 { margin-bottom: 1rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; } .mb-4 { margin-bottom: 2rem !important; }


/* ==========================================================================
   05 BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; fill: currentColor; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: 0.6; cursor: not-allowed; transform: none; }
.btn--primary { background: var(--orange); color: var(--text-on-orange); border-color: var(--orange); }
.btn--primary:hover { background: var(--orange-hover); border-color: var(--orange-hover); color: var(--text-on-orange); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--border-strong); }
.btn--ghost:hover { border-color: var(--text); color: var(--text); background: rgba(255, 255, 255, 0.04); }
.btn--ghost-orange { background: transparent; color: var(--orange); border-color: var(--orange); }
.btn--ghost-orange:hover { background: var(--orange); color: var(--text-on-orange); }
.btn--black { background: var(--black); color: var(--text); border-color: var(--black); }
.btn--black:hover { background: #1a1a1c; color: var(--white); }
.btn--white { background: var(--white); color: var(--black); border-color: var(--white); }
.btn--white:hover { background: #e8e8ea; color: var(--black); }
.btn--sm { min-height: 44px; padding: 0.5rem 1rem; font-size: 0.85rem; }
.btn--lg { min-height: 56px; padding: 1rem 2rem; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-items: center; }
.btn-row--center { justify-content: center; }
@media (max-width: 479px) {
  .btn-row--stack .btn { flex: 1 1 100%; }
  .btn { white-space: normal; text-align: center; }
}
.link-arrow { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: var(--fs-small); color: var(--orange); text-decoration: none; min-height: 44px; }
.link-arrow svg { width: 1.1em; height: 1.1em; fill: currentColor; transition: transform var(--dur) var(--ease); }
.link-arrow:hover { color: var(--text); }
.link-arrow:hover svg { transform: translateX(3px); }


/* ==========================================================================
   06 HEADER + NAV + DROPDOWN + MOBILE SHEET
   ========================================================================== */
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 1000; padding: 0.75rem 1rem; background: var(--orange); color: var(--black); font-weight: 600; border-radius: var(--radius); text-decoration: none; }
.skip-link:focus { top: 1rem; box-shadow: var(--focus); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  height: var(--header-h);
  background: rgba(10, 10, 11, 0.94);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--border);
  transition: background-color var(--dur-slow) var(--ease), border-color var(--dur-slow) var(--ease);
}
/* Home: transparent over the hero until scrolled (site.js adds .is-scrolled) or the sheet/dropdown opens */
body[data-page="home"] .site-header:not(.is-scrolled):not(.is-open) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  border-bottom-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.header-inner { display: flex; align-items: center; gap: clamp(0.5rem, 1.5vw, 1.5rem); height: 100%; }
.header-logo { display: inline-flex; align-items: center; flex: none; margin-right: auto; min-height: 44px; border-radius: var(--radius-sm); }
.header-logo img { height: 34px; width: auto; }
@media (min-width: 1024px) { .header-logo img { height: 40px; } }

.site-nav { display: none; }
.site-nav ul, .dropdown ul, .nav-sheet ul { list-style: none; margin: 0; padding: 0; }
.site-nav > ul { display: flex; align-items: center; gap: 0.15rem; }
.site-nav > ul > li { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  min-height: 44px; padding: 0 0.9rem;
  font-weight: 600; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text); text-decoration: none; border-radius: var(--radius-sm);
  position: relative; white-space: nowrap; transition: color var(--dur) var(--ease);
}
.nav-link::after { content: ""; position: absolute; left: 0.9rem; right: 0.9rem; bottom: 6px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease); }
.nav-link:hover, .nav-link[aria-expanded="true"] { color: var(--white); }
.nav-link:hover::after, .nav-link.is-active::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); }
.nav-link svg { width: 1em; height: 1em; fill: currentColor; transition: transform var(--dur) var(--ease); }
.nav-link[aria-expanded="true"] svg { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%);
  width: min(700px, calc(100vw - 2rem));
  display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem;
  padding: 1.25rem 1.25rem 1rem;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lift);
}
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--stripe); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.dropdown::after { content: ""; position: absolute; left: 0; right: 0; top: -8px; height: 8px; }   /* hover bridge */
.has-dropdown.is-open .dropdown { display: grid; animation: dd-in var(--dur) var(--ease); }
@keyframes dd-in { from { opacity: 0; transform: translate(-50%, -6px); } to { opacity: 1; transform: translate(-50%, 0); } }
.dropdown__group { padding: 0.25rem 0; }
.dropdown__title { display: block; font-size: var(--fs-xs); font-weight: 600; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--orange); margin: 0.25rem 0 0.4rem 0.75rem; }
.dropdown__group ul { display: grid; }
.dropdown__group a {
  display: block; padding: 0.55rem 0.75rem; border-radius: var(--radius);
  color: var(--text); text-decoration: none; line-height: 1.25; min-height: 44px;
  transition: background-color var(--dur) var(--ease);
}
.dropdown__group a:hover, .dropdown__group a:focus-visible, .dropdown__group a[aria-current="page"] { background: var(--surface-2); }
.dropdown__group a strong { display: block; font-weight: 600; font-size: 0.95rem; }
.dropdown__group a small { display: block; color: var(--muted); font-size: 0.8rem; margin-top: 0.1rem; }
.dropdown__foot { grid-column: 1 / -1; border-top: 1px solid var(--border); margin-top: 0.75rem; padding-top: 0.5rem; }
.dropdown__foot a { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 0.75rem; min-height: 44px; color: var(--orange); font-weight: 600; font-size: var(--fs-small); text-transform: uppercase; letter-spacing: 0.06em; text-decoration: none; border-radius: var(--radius); }
.dropdown__foot a:hover { color: var(--text); }
.dropdown__foot svg { width: 1em; height: 1em; fill: currentColor; }

.header-actions { display: flex; align-items: center; gap: 0.5rem; flex: none; }
.header-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-width: 44px; min-height: 44px; padding: 0 0.5rem; border-radius: var(--radius);
  color: var(--text); text-decoration: none; font-family: var(--font-heading); font-weight: 700; font-size: 1.3rem; letter-spacing: 0.02em;
  transition: color var(--dur) var(--ease);
}
.header-call svg { width: 22px; height: 22px; fill: var(--orange); flex: none; }
.header-call:hover { color: var(--orange); }
.header-call__txt { display: none; }
.header-quote { display: none; }
@media (min-width: 768px) { .header-quote { display: inline-flex; } }
@media (min-width: 1200px) { .header-call__txt { display: inline; } .header-call { padding: 0 0.75rem; } }
@media (min-width: 1024px) {
  .site-nav { display: block; }
  .header-actions .nav-toggle { display: none; }
  .nav-sheet { display: none; }
}

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--radius); color: var(--text);
}
.nav-toggle__bars { position: relative; width: 22px; height: 16px; display: block; }
.nav-toggle__bars i { position: absolute; left: 0; right: 0; height: 2px; background: currentColor; border-radius: 2px; transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease), top var(--dur) var(--ease); }
.nav-toggle__bars i:nth-child(1) { top: 0; } .nav-toggle__bars i:nth-child(2) { top: 7px; } .nav-toggle__bars i:nth-child(3) { top: 14px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(1) { top: 7px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(3) { top: 7px; transform: rotate(-45deg); }

/* Mobile sheet (≤1023px): slides in under the header */
.nav-sheet {
  position: fixed; top: var(--header-h); right: 0; bottom: 0; left: 0; z-index: 890;
  background: var(--bg); overflow-y: auto; -webkit-overflow-scrolling: touch;
  transform: translateX(100%); visibility: hidden;
  transition: transform var(--dur-slow) var(--ease), visibility 0s linear var(--dur-slow);
  padding: 1rem var(--gutter) calc(var(--bottom-bar-h) + 2rem + env(safe-area-inset-bottom, 0px));
}
.nav-sheet.is-open { transform: translateX(0); visibility: visible; transition: transform var(--dur-slow) var(--ease), visibility 0s; }
body.nav-open { overflow: hidden; }
.nav-sheet__links { display: grid; gap: 0.15rem; margin-bottom: 1rem; }
.nav-sheet__links a {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 52px; padding: 0.4rem 0.5rem; border-bottom: 1px solid var(--border);
  font-family: var(--font-heading); font-weight: 700; font-size: 1.7rem; text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--text); text-decoration: none; border-radius: var(--radius-sm);
}
.nav-sheet__links a[aria-current="page"], .nav-sheet__links a.is-active { color: var(--orange); }
.nav-sheet__group { margin: 0.25rem 0 1rem; }
.nav-sheet__group .dropdown__title { margin-left: 0.5rem; }
.nav-sheet__group a { display: block; padding: 0.6rem 0.5rem; min-height: 44px; color: var(--text); text-decoration: none; font-weight: 500; font-size: 1.05rem; border-radius: var(--radius-sm); }
.nav-sheet__group a:hover, .nav-sheet__group a[aria-current="page"] { color: var(--orange); }
.nav-sheet__groups { display: grid; gap: 0 1rem; }
@media (min-width: 600px) { .nav-sheet__groups { grid-template-columns: 1fr 1fr; } }
.nav-sheet__foot { display: grid; gap: 0.75rem; margin-top: 1rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.nav-sheet__foot .btn { width: 100%; }
.nav-sheet__nap { color: var(--muted); font-size: var(--fs-small); margin: 0.5rem 0 0; }
.nav-sheet__nap a { color: var(--text); }


/* ==========================================================================
   07 STICKY MOBILE BOTTOM BAR  (Call · Text photos · Quote)
   ========================================================================== */
.bottom-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 880;
  display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 6px;
  padding: 6px 6px calc(6px + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 10, 11, 0.96); border-top: 1px solid var(--border);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transition: transform var(--dur-slow) var(--ease);
}
.bottom-bar.is-hidden { transform: translateY(110%); }
.bottom-bar a {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  min-height: 50px; padding: 0.4rem 0.5rem; border-radius: var(--radius);
  font-weight: 600; font-size: 0.82rem; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none;
  color: var(--text); background: var(--surface-2); border: 1px solid var(--border);
  white-space: nowrap;
}
.bottom-bar a svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.bottom-bar a.is-primary { background: var(--orange); color: var(--text-on-orange); border-color: var(--orange); }
.bottom-bar a.is-primary svg { fill: var(--black); }
.bottom-bar a:not(.is-primary) svg { fill: var(--orange); }
@media (min-width: 1024px) { .bottom-bar { display: none; } }
@media (max-width: 359px) { .bottom-bar a { font-size: 0.72rem; gap: 0.25rem; } }


/* ==========================================================================
   08 HERO
   ========================================================================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--black); color: var(--text);
  display: flex; align-items: center;
  min-height: min(92vh, 900px);
  padding: calc(var(--header-h) + clamp(2.5rem, 8vh, 5rem)) 0 clamp(3rem, 8vh, 5rem);
}
.hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: var(--black); }
.hero__poster, .hero__media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__video { position: absolute; inset: 0; opacity: 0; transition: opacity 900ms var(--ease); }
.hero__video.is-ready { opacity: 1; }
.hero__video iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: max(100%, 177.78vh); height: max(100%, 56.25vw);   /* cover for a 16:9 source */
  border: 0; pointer-events: none;
}
.hero__scrim { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.25) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%, rgba(10, 10, 11, 0.95) 100%);
}
.hero__content { position: relative; max-width: 46rem; }
.hero__title { font-size: var(--fs-display); line-height: 0.92; margin-bottom: 0.35em; }
.hero__title em { font-style: normal; color: var(--orange); }
.hero__sub { font-size: var(--fs-lead); color: var(--text); opacity: 0.92; max-width: 40rem; margin-bottom: 1.75rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; }
.hero__note { margin-top: 1.25rem; font-size: var(--fs-small); color: var(--muted); }
.hero__note a { color: var(--text); }
.hero .stripe { margin: 0 0 1.5rem; }
@media (max-width: 479px) { .hero__actions .btn { flex: 1 1 100%; } }
@media (prefers-reduced-motion: reduce) { .hero__video { display: none; } }

/* Subpage hero: shorter, optional real photo behind, text left */
.hero--page { min-height: 0; padding: calc(var(--header-h) + clamp(2rem, 6vw, 4rem)) 0 clamp(2.25rem, 6vw, 4rem); }
body:not([data-page="home"]) .hero--page { padding-top: clamp(2rem, 6vw, 4rem); }   /* main already offsets the fixed header */
.hero--page .hero__title { font-size: var(--fs-h1); }
.hero--page .hero__scrim { background: linear-gradient(90deg, rgba(10, 10, 11, 0.94) 0%, rgba(10, 10, 11, 0.8) 55%, rgba(10, 10, 11, 0.45) 100%); }
.hero--page:not(:has(.hero__media)) { background: var(--surface); border-bottom: 1px solid var(--border); }
.hero--page .breadcrumbs { margin-bottom: 1.25rem; }


/* ==========================================================================
   09 PROOF STRIP · STATS · BADGES
   ========================================================================== */
.proof-strip {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px;
  background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden;
}
@media (min-width: 900px) { .proof-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.proof-strip__item {
  display: flex; align-items: center; gap: 0.75rem;
  padding: clamp(0.9rem, 2vw, 1.25rem) clamp(0.9rem, 2vw, 1.5rem);
  background: var(--surface); min-height: 72px;
}
.proof-strip__item svg { width: 28px; height: 28px; flex: none; fill: var(--orange); }
.proof-strip__item strong { display: block; font-family: var(--font-heading); font-weight: 700; font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.05; }
.proof-strip__item span { display: block; font-size: var(--fs-xs); color: var(--muted); letter-spacing: 0.04em; }
.proof-strip--overlap { margin-top: clamp(-2rem, -4vw, -3.5rem); position: relative; z-index: 2; box-shadow: var(--shadow); }

.stat-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap-lg); }
@media (min-width: 768px) { .stat-row { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } }
.stat { border-left: 3px solid var(--orange); padding-left: 1rem; }
.stat strong, .stat__num { display: block; font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.25rem, 5vw, 3.75rem); line-height: 0.95; letter-spacing: 0.01em; color: var(--text); }
.stat span, .stat__label { display: block; color: var(--muted); font-size: var(--fs-small); margin-top: 0.35rem; }

.badge, .pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.3rem 0.7rem; border-radius: 999px;
  font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--surface-2); color: var(--text); border: 1px solid var(--border);
}
.badge--orange { background: var(--orange-soft); color: var(--orange); border-color: rgba(254, 104, 2, 0.35); }
.badge--red { background: var(--red-soft); color: #ff6a4d; border-color: rgba(227, 37, 1, 0.4); }
.badge svg, .pill svg { width: 1em; height: 1em; fill: currentColor; }
.stars { display: inline-flex; gap: 2px; color: var(--orange); }
.stars svg { width: 18px; height: 18px; fill: currentColor; }


/* ==========================================================================
   10 CARDS · STEPS · LISTS · CALLOUTS
   ========================================================================== */
.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--text); text-decoration: none;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.card h3, .card__title { margin-bottom: 0.4rem; }
.card p, .card__text { color: var(--muted); font-size: 0.98rem; margin-bottom: 0; }
.card__text + .card__link, .card p + .card__link { margin-top: auto; padding-top: 1rem; }
.card__eyebrow { font-size: var(--fs-xs); font-weight: 600; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--orange); margin-bottom: 0.5rem; }
.card__icon { width: 52px; height: 52px; margin-bottom: 1rem; display: grid; place-items: center; border-radius: var(--radius); background: var(--orange-soft); color: var(--orange); }
.card__icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.card__icon svg[fill="currentColor"] { fill: currentColor; stroke: none; }
.card__link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--orange); font-weight: 600; font-size: var(--fs-small); letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; }
.card__link svg { width: 1.1em; height: 1.1em; fill: currentColor; transition: transform var(--dur) var(--ease); }
a.card:hover, .card--service:hover, .hover-lift:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-lift); }
a.card:hover .card__link svg, .card--service:hover .card__link svg { transform: translateX(3px); }
a.card:focus-visible { box-shadow: var(--focus); }
.card--service::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--stripe); border-radius: 0 0 var(--radius-lg) var(--radius-lg); opacity: 0; transition: opacity var(--dur) var(--ease); }
.card--service:hover::after, a.card--service:focus-visible::after { opacity: 1; }
.card--photo { padding: 0; overflow: hidden; }
.card--photo .card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface-2); }
.card--photo .card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease); }
.card--photo:hover .card__media img { transform: scale(1.04); }
.card--photo .card__body { padding: clamp(1.1rem, 2.5vw, 1.5rem); display: flex; flex-direction: column; flex: 1; }
.card--accent { border-top: 4px solid var(--orange); }
.card--dark { background: var(--black); }
.card--flat { background: transparent; border-color: transparent; padding: 0; }
.card--flat:hover { transform: none; box-shadow: none; }
.card--center { align-items: center; text-align: center; }

/* Numbered process */
.steps { display: grid; gap: var(--gap-lg); counter-reset: step; position: relative; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
.step { position: relative; padding: 1.5rem 0 0; counter-increment: step; }
.step::before {
  content: counter(step, decimal-leading-zero);
  display: block; font-family: var(--font-heading); font-weight: 800; font-size: 2.75rem; line-height: 1; color: var(--orange); margin-bottom: 0.6rem;
}
.step::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: var(--border); }
.step:first-child::after { background: var(--stripe); }
.step h3, .step__title { font-size: 1.35rem; margin-bottom: 0.35rem; }
.step p { color: var(--muted); font-size: 0.98rem; margin-bottom: 0; }
.steps--vertical { grid-template-columns: 1fr; }
.steps--vertical .step { padding: 0 0 0 4.25rem; }
.steps--vertical .step::before { position: absolute; left: 0; top: -0.1rem; font-size: 2.25rem; }
.steps--vertical .step::after { display: none; }

/* Lists */
.checklist { display: grid; gap: 0.6rem; }
.checklist li { position: relative; padding-left: 2rem; line-height: 1.5; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 0.15em; width: 1.3em; height: 1.3em; border-radius: 50%;
  background-color: var(--orange);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23000' opacity='.35'/%3E%3Cpath d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6 12-12L20.1 5.6z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23000' opacity='.35'/%3E%3Cpath d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6 12-12L20.1 5.6z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}
.checklist--2col { grid-template-columns: 1fr; }
@media (min-width: 640px) { .checklist--2col { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.6rem 2rem; } }
.icon-list { display: grid; gap: 1rem; }
.icon-list li { display: grid; grid-template-columns: 44px 1fr; gap: 0.9rem; align-items: start; }
.icon-list svg { width: 44px; height: 44px; padding: 10px; border-radius: var(--radius); background: var(--orange-soft); fill: none; stroke: var(--orange); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.icon-list svg[fill="currentColor"] { fill: var(--orange); stroke: none; }
.icon-list strong { display: block; font-weight: 600; }
.icon-list p { color: var(--muted); margin: 0.15rem 0 0; font-size: 0.98rem; }
.bullets { padding-left: 1.25rem; list-style: disc; display: grid; gap: 0.35rem; }
.bullets li::marker { color: var(--orange); }

/* Callouts */
.callout { border: 1px solid var(--border); border-left: 4px solid var(--orange); background: var(--surface); border-radius: var(--radius); padding: 1.1rem 1.25rem; margin: 1.5rem 0; }
.callout > :last-child { margin-bottom: 0; }
.callout--warranty { border-left-color: var(--orange); background: linear-gradient(90deg, var(--orange-soft), var(--surface) 60%); }
.callout--legal { border-left-color: var(--muted); color: var(--muted); font-size: var(--fs-small); }
.callout--red { border-left-color: var(--red); }
.callout__title { display: block; font-family: var(--font-heading); font-weight: 700; font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 0.25rem; }

/* Related services */
.related { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 640px) { .related { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.related a {
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  min-height: 60px; padding: 0.9rem 1.1rem; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface); color: var(--text); font-weight: 600; text-decoration: none;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.related a svg { width: 18px; height: 18px; fill: var(--orange); flex: none; }
.related a:hover { border-color: var(--orange); transform: translateY(-2px); }

/* Service area chips */
.area-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.area-list li { padding: 0.45rem 0.85rem; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); font-size: var(--fs-small); color: var(--text); }
.area-list li.is-hq { border-color: var(--orange); color: var(--orange); font-weight: 600; }


/* ==========================================================================
   11 FAQ ACCORDION  (<details class="faq__item"><summary class="faq__q">…</summary><div class="faq__a">…</div></details>)
   ========================================================================== */
.faq { display: grid; gap: 0.6rem; }
.faq__group-title { margin: 2rem 0 0.75rem; font-size: 1.5rem; }
.faq__group-title:first-child { margin-top: 0; }
.faq__item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); overflow: hidden; transition: border-color var(--dur) var(--ease); }
.faq__item[open] { border-color: var(--border-strong); }
.faq__q {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.1rem; min-height: 56px; font-weight: 600; font-size: 1.05rem; line-height: 1.35; color: var(--text);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: ""; flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--orange-soft);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 5h2v14h-2z M5 11h14v2H5z' fill='%23000'/%3E%3C/svg%3E") center / 60% no-repeat, linear-gradient(#000, #000);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 5h2v14h-2z M5 11h14v2H5z' fill='%23000'/%3E%3C/svg%3E") center / 60% no-repeat, linear-gradient(#000, #000);
  -webkit-mask-composite: xor; mask-composite: exclude;
  background: var(--orange); transition: transform var(--dur) var(--ease);
}
.faq__item[open] .faq__q::after { transform: rotate(45deg); }
.faq__q:hover { color: var(--orange); }
.faq__q:focus-visible { box-shadow: inset var(--focus); }
.faq__a { padding: 0 1.1rem 1.1rem; color: var(--muted); }
.faq__a > :last-child { margin-bottom: 0; }
.faq__a a { color: var(--blue-link); }


/* ==========================================================================
   12 REVIEWS · CTA BAND
   ========================================================================== */
.review-grid { display: grid; grid-template-columns: 1fr; gap: var(--gap-lg); }
@media (min-width: 640px) { .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.review-grid--2 { grid-template-columns: 1fr; }
@media (min-width: 768px) { .review-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.review { display: flex; flex-direction: column; gap: 0.75rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(1.25rem, 2.5vw, 1.6rem); }
.review__stars { display: inline-flex; gap: 2px; color: var(--orange); }
.review__stars svg { width: 18px; height: 18px; fill: currentColor; }
.review__text { margin: 0; color: var(--text); font-size: 1rem; line-height: 1.55; }
.review__text::before { content: "\201C"; color: var(--orange); font-family: var(--font-heading); font-weight: 800; font-size: 1.6em; line-height: 0; vertical-align: -0.25em; margin-right: 0.1em; }
.review__meta { margin-top: auto; padding-top: 0.5rem; display: flex; align-items: center; gap: 0.6rem; font-size: var(--fs-small); color: var(--muted); }
.review__meta strong { color: var(--text); font-weight: 600; }
.review__meta svg { width: 16px; height: 16px; flex: none; }
.review__avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); border: 1px solid var(--border); font-family: var(--font-heading); font-weight: 700; color: var(--orange); flex: none; }
.review--featured { border-top: 4px solid var(--orange); }
.review-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.25rem; }
.review-summary__score { font-family: var(--font-heading); font-weight: 800; font-size: 2.5rem; line-height: 1; }

.cta-band { background: var(--orange); color: var(--black); padding-block: clamp(3rem, 7vw, 5.5rem); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--stripe); }
.cta-band .container { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 900px) { .cta-band .container { grid-template-columns: 1.4fr 1fr; } .cta-band .btn-row { justify-content: flex-end; } }
.cta-band h2, .cta-band .display { color: var(--black); margin-bottom: 0.35rem; }
.cta-band p { color: rgba(0, 0, 0, 0.78); font-weight: 500; font-size: var(--fs-lead); margin-bottom: 0; max-width: 40ch; }
.cta-band .eyebrow { color: rgba(0, 0, 0, 0.7); }
.cta-band .btn--ghost { color: var(--black); border-color: rgba(0, 0, 0, 0.55); }
.cta-band .btn--ghost:hover { background: rgba(0, 0, 0, 0.08); border-color: var(--black); color: var(--black); }
.cta-band :focus-visible { box-shadow: 0 0 0 3px var(--orange), 0 0 0 5px var(--black); }
.cta-band ::selection { background: var(--black); color: var(--orange); }


/* ==========================================================================
   13 GALLERY · FILTER CHIPS · LIGHTBOX · BEFORE/AFTER
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(0.5rem, 1.5vw, 1rem); }
@media (min-width: 768px) { .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.gallery--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 768px) { .gallery--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.gallery__item { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: var(--surface-2); border: 1px solid var(--border); aspect-ratio: 4 / 3; }
.gallery__item--tall { aspect-ratio: 4 / 5; }
.gallery__item--wide { grid-column: span 2; aspect-ratio: 8 / 3; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease), opacity var(--dur-slow) var(--ease); }
.gallery__item:hover img, .gallery__item:focus-visible img { transform: scale(1.05); }
.gallery__item:focus-visible { box-shadow: var(--focus); }
.gallery__label { position: absolute; left: 0.6rem; bottom: 0.6rem; padding: 0.25rem 0.55rem; border-radius: var(--radius-sm); background: rgba(0, 0, 0, 0.7); color: var(--text); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; pointer-events: none; }
.gallery__item.is-hidden { display: none; }
.gallery__empty { grid-column: 1 / -1; padding: 2rem; text-align: center; color: var(--muted); border: 1px dashed var(--border); border-radius: var(--radius); }

.gallery__filters { display: flex; gap: 0.5rem; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 2px 2px 0.75rem; margin: 0 0 1rem; }
.gallery__filters::-webkit-scrollbar { display: none; }
@media (min-width: 768px) { .gallery__filters { flex-wrap: wrap; overflow: visible; } }
.chip {
  flex: none; display: inline-flex; align-items: center; gap: 0.4rem; min-height: 44px; padding: 0.5rem 1rem;
  border: 1px solid var(--border-strong); border-radius: 999px; background: transparent; color: var(--text);
  font-weight: 600; font-size: var(--fs-small); letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap;
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.chip:hover { border-color: var(--text); }
.chip.is-active, .chip[aria-pressed="true"] { background: var(--orange); color: var(--text-on-orange); border-color: var(--orange); }
.chip__count { font-size: var(--fs-xs); opacity: 0.75; }

/* Lightbox (DOM injected by site.js) */
.lightbox { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.94); opacity: 0; transition: opacity var(--dur) var(--ease); padding: 0; }
.lightbox.is-open { opacity: 1; }
.lightbox__figure { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 100vw; max-height: 100vh; padding: 3.5rem 1rem 3rem; }
.lightbox__img { max-width: min(96vw, 1600px); max-height: calc(100vh - 7.5rem); width: auto; height: auto; object-fit: contain; border-radius: var(--radius-sm); box-shadow: var(--shadow-lift); background: var(--surface); }
.lightbox__img.is-loading { opacity: 0.4; }
.lightbox__caption { margin-top: 0.75rem; color: var(--muted); font-size: var(--fs-small); text-align: center; max-width: 70ch; }
.lightbox__counter { position: absolute; top: 1rem; left: 1rem; color: var(--muted); font-size: var(--fs-small); font-variant-numeric: tabular-nums; padding: 0.5rem 0.25rem; }
.lightbox__btn {
  position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  background: rgba(20, 20, 22, 0.85); border: 1px solid var(--border-strong); color: var(--text);
  transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.lightbox__btn:hover { background: var(--orange); border-color: var(--orange); color: var(--black); }
.lightbox__btn svg { width: 24px; height: 24px; fill: currentColor; }
.lightbox__close { top: 0.75rem; right: 0.75rem; }
.lightbox__prev { left: 0.5rem; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 0.5rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 767px) {
  .lightbox__prev, .lightbox__next { top: auto; bottom: 0.75rem; transform: none; }
  .lightbox__prev { left: 0.75rem; } .lightbox__next { right: 0.75rem; }
  .lightbox__figure { padding: 3.5rem 0.5rem 4.25rem; }
}
body.lightbox-open { overflow: hidden; }

/* Before / after slider: .ba-slider > img.ba-slider__before + img.ba-slider__after + input[type=range].ba-slider__range */
.ba-slider { --pos: 50%; position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--surface-2); aspect-ratio: 4 / 3; user-select: none; -webkit-user-select: none; touch-action: pan-y; }
.ba-slider--16x9 { aspect-ratio: 16 / 9; }
.ba-slider--3x2 { aspect-ratio: 3 / 2; }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-slider__after { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba-slider__handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; background: var(--white); transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4); }
.ba-slider__handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%; background: var(--orange); border: 2px solid var(--white); box-shadow: var(--shadow);
  -webkit-mask: none; mask: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 7l-5 5 5 5V7zm8 0v10l5-5-5-5z' fill='%23000'/%3E%3C/svg%3E");
  background-size: 26px; background-position: center; background-repeat: no-repeat;
}
.ba-slider__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; background: transparent; }
.ba-slider__range::-webkit-slider-thumb { -webkit-appearance: none; width: 44px; height: 100%; }
.ba-slider__range::-moz-range-thumb { width: 44px; height: 100%; border: 0; background: transparent; }
.ba-slider:has(.ba-slider__range:focus-visible) { box-shadow: var(--focus); }
.ba-slider__label { position: absolute; top: 0.75rem; padding: 0.3rem 0.6rem; border-radius: var(--radius-sm); background: rgba(0, 0, 0, 0.7); color: var(--text); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; pointer-events: none; }
.ba-slider__label--before { right: 0.75rem; }
.ba-slider__label--after { left: 0.75rem; }


/* ==========================================================================
   14 BREADCRUMBS · TABLES · EMBEDS
   ========================================================================== */
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 0.25rem 0.5rem; font-size: var(--fs-small); color: var(--muted); }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 0.5rem; }
.breadcrumbs li + li::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid var(--muted); border-top: 1.5px solid var(--muted); transform: rotate(45deg); opacity: 0.7; }
.breadcrumbs a { color: var(--muted); text-decoration: none; padding: 0.35rem 0; display: inline-block; min-height: 32px; }
.breadcrumbs a:hover { color: var(--text); }
.breadcrumbs [aria-current="page"] { color: var(--text); }

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--border); border-radius: var(--radius); margin: 1.5rem 0; max-width: 100%; }
.table-wrap table { margin: 0; min-width: 480px; }
table { width: 100%; border-collapse: collapse; font-size: 0.98rem; }
th, td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); vertical-align: top; }
thead th { font-size: var(--fs-xs); font-weight: 600; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--orange); background: var(--surface-2); }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody th { font-weight: 600; color: var(--text); }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, 0.015); }

.map-embed, .video-embed { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--surface-2); }
.map-embed iframe, .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-embed--tall { aspect-ratio: 4 / 3; }
@media (min-width: 900px) { .map-embed--tall { aspect-ratio: 3 / 2; } }


/* ==========================================================================
   15 FORMS · ALERTS
   ========================================================================== */
.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form__row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.field { display: grid; gap: 0.4rem; }
.field__label, .field label { font-weight: 600; font-size: var(--fs-small); letter-spacing: 0.02em; }
.field__label .req, .field .req { color: var(--orange); margin-left: 2px; }
.field__hint { font-size: var(--fs-xs); color: var(--muted); }
.field input, .field select, .field textarea,
.input, .select, .textarea {
  width: 100%; min-height: 50px; padding: 0.75rem 0.9rem;
  background: var(--surface-2); color: var(--text); border: 1px solid var(--border-strong); border-radius: var(--radius);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  -webkit-appearance: none; appearance: none;
}
.field select { padding-right: 2.5rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23a1a1aa'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 20px; }
.field select option { background: var(--surface-2); color: var(--text); }
.field textarea { min-height: 140px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(161, 161, 170, 0.7); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-soft); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea, .field [aria-invalid="true"] { border-color: var(--red); }
.field__error { font-size: var(--fs-xs); color: #ff7a5c; min-height: 1.1em; }
.field__error:empty { display: none; }
.form__status { font-size: var(--fs-small); min-height: 1.4em; }
.form__status.is-error { color: #ff7a5c; }
.form__actions { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-items: center; }
@media (max-width: 639px) { .form__actions .btn { width: 100%; } }
.form__fine { font-size: var(--fs-xs); color: var(--muted); margin: 0; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.form__success { border: 1px solid var(--border); border-top: 4px solid var(--orange); border-radius: var(--radius-lg); background: var(--surface); padding: clamp(1.5rem, 4vw, 2.5rem); text-align: center; }
.form__success h3 { margin-bottom: 0.5rem; }
.form__success p { margin: 0 auto 1rem; color: var(--muted); }
.form__success .btn-row { justify-content: center; }

.alert { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.9rem 1.1rem; border-radius: var(--radius); border: 1px solid var(--border); background: var(--surface); font-size: var(--fs-small); }
.alert svg { width: 20px; height: 20px; flex: none; fill: currentColor; margin-top: 0.1em; }
.alert--success { border-color: rgba(61, 220, 132, 0.4); color: #7ee2a8; background: rgba(61, 220, 132, 0.08); }
.alert--error { border-color: rgba(227, 37, 1, 0.5); color: #ff8a70; background: var(--red-soft); }
.alert--info { border-color: rgba(254, 104, 2, 0.4); color: var(--text); background: var(--orange-soft); }
.alert p { margin: 0; }


/* ==========================================================================
   16 FOOTER — black, tri-stripe on top
   ========================================================================== */
.site-footer { position: relative; background: var(--black); color: var(--text); margin-top: 0; padding: clamp(3rem, 6vw, 4.5rem) 0 1.5rem; border-top: 1px solid var(--border); }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 4px; background: var(--stripe); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.25rem 2rem; padding-bottom: 2.5rem; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.25fr 1.05fr 1.2fr 1.2fr 0.7fr; gap: 2rem 2.25rem; } }
.footer-col h3 { font-family: var(--font-body); font-size: var(--fs-xs); font-weight: 600; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--orange); margin: 0 0 0.9rem; line-height: 1.4; }
.footer-col p { color: var(--muted); font-size: var(--fs-small); max-width: 34ch; }
.footer-identity { grid-column: 1 / -1; }
@media (min-width: 1024px) { .footer-identity { grid-column: auto; } }
.footer-logo { display: inline-block; margin-bottom: 1rem; min-height: 44px; border-radius: var(--radius-sm); }
.footer-logo img { height: 44px; width: auto; }
.footer-tagline { color: var(--muted); font-size: var(--fs-small); margin-bottom: 1.1rem; }
.footer-social { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.footer-social a { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 44px; padding: 0.4rem 0.75rem 0.4rem 0.5rem; border: 1px solid var(--border); border-radius: 999px; color: var(--text); text-decoration: none; font-size: var(--fs-small); font-weight: 500; transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.footer-social a:hover { border-color: var(--orange); color: var(--orange); }
.footer-social svg { width: 20px; height: 20px; flex: none; }
.footer-address { display: block; color: var(--text); text-decoration: none; line-height: 1.5; padding: 0.35rem 0; min-height: 44px; }
.footer-address:hover { color: var(--orange); }
.footer-phone { display: flex; width: fit-content; align-items: center; gap: 0.5rem; min-height: 44px; color: var(--text); text-decoration: none; font-family: var(--font-heading); font-weight: 700; font-size: 1.45rem; letter-spacing: 0.02em; }
.footer-phone svg { width: 18px; height: 18px; fill: var(--orange); flex: none; }
.footer-phone:hover { color: var(--orange); }
.footer-phone--shop { font-size: 1.05rem; font-family: var(--font-body); font-weight: 500; color: var(--muted); }
.footer-phone--shop small { font-weight: 500; }
.footer-email { display: inline-flex; align-items: center; min-height: 44px; color: var(--text); text-decoration: none; font-size: var(--fs-small); }
.footer-email:hover { color: var(--orange); }
.footer-note { color: var(--muted); font-size: var(--fs-xs); margin: 0.5rem 0 0; }
.footer-cta { margin-top: 0.75rem; }
.footer-list { display: grid; gap: 0; }
.footer-list a { display: flex; align-items: center; min-height: 44px; padding: 0.2rem 0; color: var(--muted); text-decoration: none; font-size: var(--fs-small); transition: color var(--dur) var(--ease); }
.footer-list a:hover, .footer-list a[aria-current="page"] { color: var(--orange); }
.footer-list--2 { grid-template-columns: 1fr; }
@media (min-width: 400px) and (max-width: 1023px) { .footer-list--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1rem; } }
.hours-table { width: 100%; border-collapse: collapse; font-size: var(--fs-small); margin: 0 0 0.75rem; max-width: 22rem; }
.hours-table th, .hours-table td { padding: 0.35rem 0; border: 0; color: var(--muted); font-weight: 400; }
.hours-table th { text-align: left; padding-right: 1rem; white-space: nowrap; }
.hours-table td { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.hours-table tr.is-today th, .hours-table tr.is-today td { color: var(--orange); font-weight: 600; }
.open-pill { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.35rem 0.75rem 0.35rem 0.6rem; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--text); white-space: nowrap; max-width: 100%; }
.open-pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--muted); flex: none; }
.open-pill.is-open::before { background: var(--green); box-shadow: 0 0 0 3px rgba(61, 220, 132, 0.2); }
.open-pill.is-closed::before { background: var(--red); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; align-items: center; justify-content: space-between; padding-top: 1.25rem; border-top: 1px solid var(--border); font-size: var(--fs-xs); color: var(--muted); }
.footer-bottom p { margin: 0; max-width: none; }
.footer-bottom a { color: var(--muted); text-decoration: none; min-height: 32px; display: inline-flex; align-items: center; }
.footer-bottom a:hover { color: var(--text); }
.footer-bottom__links { display: flex; flex-wrap: wrap; gap: 0.25rem 1.25rem; }


/* ==========================================================================
   17 EFFECTS — fade-in-on-scroll, hover-lift, stagger
   ========================================================================== */
/* Content is hidden for the reveal ONLY where scripting can bring it back.
   If JS is disabled/blocked (or the query is unsupported) everything stays visible. */
@media (scripting: enabled) {
  .fade-in { opacity: 0; transform: translateY(18px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); will-change: opacity, transform; }
}
.fade-in.is-visible { opacity: 1; transform: none; }
.stagger > .fade-in:nth-child(2) { transition-delay: 80ms; }
.stagger > .fade-in:nth-child(3) { transition-delay: 160ms; }
.stagger > .fade-in:nth-child(4) { transition-delay: 240ms; }
.stagger > .fade-in:nth-child(5) { transition-delay: 320ms; }
.stagger > .fade-in:nth-child(6) { transition-delay: 400ms; }
.stagger > .fade-in:nth-child(n+7) { transition-delay: 460ms; }
.hover-lift { transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease); }
html.no-js .fade-in, html.qa-static .fade-in { opacity: 1; transform: none; transition: none; }
@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }


/* ==========================================================================
   18 UTILITIES · A11Y · PRINT · FORCED COLORS
   ========================================================================== */
.visually-hidden, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.icon { width: 1em; height: 1em; fill: currentColor; vertical-align: -0.125em; }
.divider { border: 0; height: 1px; background: var(--border); margin: clamp(2rem, 5vw, 3.5rem) 0; }
.divider--stripe { height: 4px; background: var(--stripe); width: 64px; margin-inline: 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.max-w-prose { max-width: var(--measure); }
.mx-auto { margin-inline: auto; }
.w-full { width: 100%; }
.hide-mobile { display: none; }
@media (min-width: 768px) { .hide-mobile { display: initial; } .hide-desktop { display: none; } }
.tel { white-space: nowrap; color: inherit; text-decoration: none; font-weight: 600; }
.tel:hover { color: var(--orange); }

@media (forced-colors: active) {
  .btn, .chip, .card, .faq__item, .review, .proof-strip__item { border: 1px solid ButtonText; }
  .stripe, .site-footer::before, .cta-band::before, .card--service::after { background: ButtonText; }
  .nav-link::after { background: LinkText; }
  .hero__scrim { display: none; }
}
@media print {
  .site-header, .nav-sheet, .bottom-bar, .skip-link, .lightbox, .hero__video, .cta-band .btn-row { display: none !important; }
  main { padding-top: 0; }
  body, .section, .section--alt, .site-footer, .card, .review { background: #fff !important; color: #000 !important; }
  a { color: #000; }
  .fade-in { opacity: 1 !important; transform: none !important; }
}

.footer-bar { margin-top: .35rem; color: var(--muted); font-size: .82rem; letter-spacing: .01em; }
.footer-bar strong { color: var(--text); font-weight: 600; }


/* ==========================================================================
   ACCESSIBILITY TOOLBAR (self-hosted; NOT a third-party overlay)
   Ported from the Millie's Cafe build. Helps low-vision, dyslexic and
   motion-sensitive readers. It does NOT help screen-reader users — that
   comes from the markup being real text, which it is.
   ========================================================================== */
.a11y-fab {
  position: fixed;
  left: max(1rem, env(safe-area-inset-left));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 900;
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: var(--orange);
  color: var(--black);            /* black glyph on orange = the primary-CTA pairing, ~6:1 */
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, opacity .12s ease;
}
.a11y-fab svg { width: 28px; height: 28px; }
.a11y-fab:hover { transform: translateY(-2px); background: var(--orange-hover); color: var(--black); border-color: var(--orange-hover); }
.a11y-fab--yield { opacity: 0; pointer-events: none; }
@media (max-width: 1023px) { .a11y-fab { bottom: calc(var(--bottom-bar-h, 64px) + max(0.75rem, env(safe-area-inset-bottom))); } }
@media print { .a11y-fab, .a11y-panel { display: none !important; } }
.a11y-panel[hidden] { display: none !important; }
.a11y-panel {
  position: fixed; inset: 0; z-index: 1200;
  display: flex; align-items: flex-end; justify-content: flex-start;
  padding: 1rem;
  background: rgba(17,17,17,0.55);
}
@media (min-width: 640px) { .a11y-panel { padding: 2rem; } }
.a11y-panel__box {
  width: min(24rem, 100%);
  max-height: min(80vh, 40rem);
  overflow-y: auto;
  background: var(--surface);
  color: var(--text);
  border: 2px solid var(--border);
  box-shadow: 0 18px 44px rgba(17,17,17,0.4);
  padding: 1.25rem;
}
.a11y-panel__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 0.85rem; }
.a11y-panel__head h2 {
  font-family: var(--font-heading); font-size: 1.6rem; line-height: 1;
  letter-spacing: 0.01em; margin: 0; text-transform: uppercase;
}
.a11y-close {
  background: none; border: 0; cursor: pointer; color: var(--text);
  font-size: 1.5rem; line-height: 1; padding: 0.35rem 0.5rem; margin: -0.35rem -0.5rem 0 0;
  min-width: 44px; min-height: 44px;
}
.a11y-close:hover { color: var(--orange); }
.a11y-opts { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.a11y-opt {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  font: inherit; font-size: 0.95rem; text-align: left;
  color: var(--text);
  background: var(--surface-2);
  border: 2px solid var(--border);   /* a button needs a perceivable edge (1.4.11) */
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.a11y-opt:hover { border-color: var(--muted); }
.a11y-opt__state {
  flex: none; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
}
.a11y-opt[aria-pressed="true"] { border-color: var(--orange); background: var(--orange-soft); }
.a11y-opt[aria-pressed="true"] .a11y-opt__state { color: var(--orange); }
.a11y-reset { margin-top: 0.85rem; width: 100%; }
.a11y-panel__note { margin: 0.85rem 0 0; font-size: var(--fs-small); color: var(--muted); max-width: none; }
html.a11y-text-1 { font-size: 112.5%; }
html.a11y-text-2 { font-size: 125%; }
html.a11y-links a:not(.btn):not(.a11y-opt) { text-decoration: underline; text-underline-offset: 0.18em; }
html.a11y-font body, html.a11y-font h1, html.a11y-font h2, html.a11y-font h3,
html.a11y-font .display, html.a11y-font .btn, html.a11y-font .eyebrow {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}
html.a11y-font body { line-height: 1.8; word-spacing: 0.05em; }
html.a11y-cursor, html.a11y-cursor * { cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'><path d='M6 2l0 25 6-6 4 9 5-2-4-9 8 0z' fill='white' stroke='black' stroke-width='2' stroke-linejoin='round'/></svg>") 6 2, auto; }
html.a11y-motion *, html.a11y-motion *::before, html.a11y-motion *::after {
  animation-duration: .001ms !important; animation-iteration-count: 1 !important;
  transition-duration: .001ms !important; scroll-behavior: auto !important;
}
html.a11y-contrast {
  --bg: #000000;
  --surface: #000000;
  --surface-2: #0a0a0a;
  --border: #ffffff;
  --text: #ffffff;
  --muted: #ffffff;
  --orange: #ff8a3d;          /* lifted so it clears 4.5:1 on pure black */
  --orange-hover: #ffa463;
  --orange-soft: rgba(255, 138, 61, 0.2);
}
html.a11y-contrast .card,
html.a11y-contrast .review { border: 2px solid #fff; }
html.a11y-contrast .site-header,
html.a11y-contrast .site-header.is-solid { background: #000; border-bottom: 1px solid #fff; }
html.a11y-contrast a:not(.btn) { text-decoration: underline; }
  .a11y-fab {
    width: 44px; height: 44px;
    left: max(0.75rem, env(safe-area-inset-left));
    bottom: calc(((var(--bottom-bar-h) - 44px) / 2) + env(safe-area-inset-bottom));
    box-shadow: none;
  }
  .a11y-fab:focus-visible {
    outline-color: var(--orange);
    box-shadow: 0 0 0 7px var(--border);
  }
  .a11y-fab svg { width: 24px; height: 24px; }
body.nav-open .a11y-fab { display: none; }
  .a11y-fab { bottom: max(0.5rem, env(safe-area-inset-bottom)); }
  .a11y-panel { background: rgba(0,0,0,0.72); }
  .a11y-opt[aria-pressed="true"] { forced-color-adjust: none; border-color: Highlight; background: Canvas; color: CanvasText; }
  .a11y-opt[aria-pressed="true"] .a11y-opt__state { color: CanvasText; }
  .lightbox, .a11y-panel { background: Canvas; }
  .a11y-panel__box, .lightbox__img { border: 2px solid CanvasText; }
html.a11y-motion .marquee__track { animation: none !important; transform: none !important; }

html.a11y-contrast .a11y-fab { background: var(--orange); color: #000; border-color: #fff; }


/* ==========================================================================
   PROMO POP — homepage only, 10s delay.
   Desktop: centred dialog. Mobile: bottom sheet, NOT a full-screen overlay —
   Google penalises interstitials that cover content on mobile for visitors
   arriving from search, and a timed full-screen popup is exactly that pattern.
   Dismissal is remembered per device so it never nags a returning customer.
   ========================================================================== */
.promo-pop[hidden] { display: none !important; }
.promo-pop {
  position: fixed; inset: 0; z-index: 1300;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0; background: transparent; pointer-events: none;
}
.promo-pop__box {
  pointer-events: auto;
  width: 100%; max-width: 32rem;
  background: var(--surface); color: var(--text);
  border: 1px solid var(--border); border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, var(--red) 0 33.33%, var(--blue) 33.33% 66.66%, var(--orange) 66.66% 100%) 1;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -12px 40px rgba(0,0,0,.55);
  padding: 1.15rem 1.15rem calc(1.15rem + env(safe-area-inset-bottom));
  transform: translateY(12px); opacity: 0;
  transition: transform .28s var(--ease), opacity .28s var(--ease);
}
.promo-pop.is-open .promo-pop__box { transform: none; opacity: 1; }
@media (min-width: 720px) {
  .promo-pop { align-items: center; padding: 1.5rem; background: rgba(0,0,0,.6); }
  .promo-pop__box { border-radius: 14px; padding: 1.6rem; }
}
.promo-pop__head { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
/* a <p>, not a heading: the dialog sits after the footer and an <h2> there breaks
   heading order for screen-reader users. aria-labelledby still names the dialog. */
.promo-pop__title { font-family: var(--font-heading); text-transform: uppercase; letter-spacing: .01em;
  font-weight: 700; font-size: clamp(1.25rem, 3.4vw, 1.6rem); line-height: 1.15; margin: 0; }
.promo-pop__box p { margin: .5rem 0 0; color: var(--muted); font-size: .95rem; }
.promo-pop__close {
  flex: none; background: transparent; border: 1px solid var(--border); border-radius: 8px;
  color: var(--muted); cursor: pointer; font-size: 1.35rem; line-height: 1;
  min-width: 44px; min-height: 44px;
}
.promo-pop__close:hover { color: var(--text); border-color: var(--muted); }
.promo-pop__form { display: flex; gap: .5rem; margin-top: 1rem; flex-wrap: wrap; }
.promo-pop__form input {
  flex: 1 1 12rem; min-height: 48px; padding: .6rem .8rem;
  background: var(--surface-2); color: var(--text);
  border: 1px solid var(--border); border-radius: 8px; font: 400 1rem/1.4 Barlow, sans-serif;
}
.promo-pop__form input:focus-visible { outline: 2px solid var(--orange); outline-offset: 1px; }
.promo-pop__form .btn { flex: 0 0 auto; min-height: 48px; }
.promo-pop__fine { font-size: .8rem; margin-top: .6rem; }
.promo-pop__ok { margin-top: .75rem; color: var(--orange); font-weight: 600; }
@media (prefers-reduced-motion: reduce) {
  .promo-pop__box { transition: none; transform: none; }
}
