/* ============================================================
   Quiros Fast Towing — Industrial-Blue mood
   A blue, premium reskin of the Fiorella industrial mood.
   All structure inherited from fiorella.css + site.css.
   ============================================================ */

[data-mood="industrial-blue"] {
  /* Palette — near-black tinted slightly blue, with electric ink-blue accent */
  --bg:        #07090d;
  --bg-2:      #0d1118;
  --bg-3:      #141a25;
  --ink:       #f2f4f8;
  --ink-2:     rgba(242,244,248,.74);
  --ink-3:     rgba(242,244,248,.48);
  --ink-sub:   rgba(242,244,248,.86);

  --accent:    #2c7bff;          /* electric blue pulled from the Quiros logo */
  --accent-2:  rgba(44,123,255,.14);
  --border:    rgba(242,244,248,.10);
  --border-2:  rgba(242,244,248,.22);
  --on-accent: #ffffff;

  /* Industrial type system, kept */
  --f-disp:  'Archivo Black', 'Oswald', 'Impact', sans-serif;
  --f-body:  'Oswald', 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --f-serif: 'Oswald', sans-serif;
  --f-btn:   'Archivo Black', 'Bebas Neue', 'Impact', sans-serif;

  --fw-disp:        900;
  --fw-body:        500;
  --fw-strong:      700;
  --fw-serif-light: 400;

  --ls-display:     -.02em;
  --ls-display-sm:  -.01em;
  --ls-label:       .24em;
  --ls-nav:         .14em;
  --ls-pill:        .08em;

  /* Subtle blue glow — refined, not loud */
  --glow-headline:  0 0 60px rgba(44,123,255,.16);
  --glow-cta:       0 0 28px rgba(44,123,255,.32), 0 0 70px rgba(44,123,255,.12);
  --glow-logo:      0 0 16px rgba(44,123,255,.30);
  --glow-logo-drop: drop-shadow(0 0 18px rgba(44,123,255,.35));
  --glow-strength:  .5;

  --img-filter-rest:  brightness(.62) contrast(1.08) saturate(.82);
  --img-filter-hover: brightness(.95) contrast(1.12) saturate(1.05);
  --map-filter:       brightness(.55) saturate(.4) contrast(1.15) hue-rotate(195deg);
}

/* ============================================================
   NAV — emblem logo left, links centered, blue phone pill right
   ============================================================ */
.nav-logo-img {
  display: inline-flex; align-items: center; gap: 14px;
}
.nav-logo-img img {
  height: 78px; width: auto;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,.55))
          drop-shadow(0 0 24px rgba(44,123,255,.28));
  transition: height var(--dur);
}
.nav.stuck .nav-logo-img img { height: 60px; }

/* Center the nav links between logo and CTA */
.nav-links {
  font-family: var(--f-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  gap: 30px;
}
@media (max-width: 1200px) {
  .nav-links { gap: 22px; font-size: .74rem; letter-spacing: .11em; }
}
.nav-links a {
  color: var(--ink);
  opacity: .82;
  position: relative;
  padding: 4px 0;
  transition: opacity var(--dur) var(--ease);
}
.nav-links a:hover { opacity: 1; }
.nav-links a.active {
  color: var(--accent);
  opacity: 1;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(44,123,255,.7);
}

/* ============================================================
   HERO — image background instead of WebGL canvas
   Keeps the Fiorella vignette + structure; just swaps the shader.
   ============================================================ */
.hero-photo {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center 40%;
  filter: brightness(.5) contrast(1.08) saturate(.75);
}
.hero-photo::after {
  /* Layered vignettes — mirror the system's ::after gradient and add a
     soft side-light so centered type still has the room to breathe. */
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%, transparent 25%, color-mix(in oklab, var(--bg) 65%, transparent) 100%),
    linear-gradient(to bottom,
      color-mix(in oklab, var(--bg) 55%, transparent) 0%,
      transparent 18%, transparent 80%,
      color-mix(in oklab, var(--bg) 88%, transparent) 100%);
}

/* Refined industrial hero typography — calmer than default industrial */
[data-mood="industrial-blue"] .hero-h1 {
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .94;
  letter-spacing: -.02em;
  font-weight: 900;
}
[data-mood="industrial-blue"] .hero-h1 .acc {
  color: var(--accent);
  text-shadow: var(--glow-headline);
}
[data-mood="industrial-blue"] .hero-tag {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--ink-sub);
  max-width: 460px;
  line-height: 1.6;
}

/* Primary CTA: prominent + subtle glow, blue pill */
[data-mood="industrial-blue"] .btn-prim {
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: .9rem;
  letter-spacing: .08em;
  padding: 16px 32px;
  box-shadow: var(--glow-cta), inset 0 1px 0 rgba(255,255,255,.20);
}
[data-mood="industrial-blue"] .btn-prim:hover { background: #1a5fdf; }

[data-mood="industrial-blue"] .btn-ghost {
  font-family: var(--f-disp);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  padding: 15px 28px;
}

/* CTA on nav: smaller pill with the blue accent */
.nav-pill {
  display: inline-flex; align-items: center; gap: 9px;
}
.nav-pill .pulse {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,.55);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
  50% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}

/* ============================================================
   HERO LICENSE STRIP — sits below the hero CTAs as a single,
   restrained line of trust info. Not a full stats grid.
   ============================================================ */
.hero-trust {
  margin-top: 56px;
  display: inline-flex; align-items: center; gap: 24px;
  font-family: var(--f-body); font-size: .65rem;
  letter-spacing: .22em; text-transform: uppercase;
  font-weight: 700; color: var(--ink-3);
  padding-top: 22px;
  border-top: 1px solid var(--border);
}
.hero-trust .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

/* ============================================================
   EDITORIAL — refine industrial slogan
   ============================================================ */
[data-mood="industrial-blue"] .editorial-h {
  font-size: clamp(2.8rem, 6.5vw, 5.5rem);
  letter-spacing: -.02em;
}
[data-mood="industrial-blue"] .editorial-sub {
  font-family: var(--f-body);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.05rem;
  color: var(--ink-sub);
  max-width: 520px; line-height: 1.65;
}

/* ============================================================
   PRODUCTS — tone down to a clean services grid pattern
   The system's .prod-row is alternating image/info. We use it as-is
   so the cinematic image-left / type-right rhythm is preserved.
   ============================================================ */
[data-mood="industrial-blue"] .prod-name {
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: -.015em;
}
[data-mood="industrial-blue"] .prod-desc {
  font-family: var(--f-body); font-weight: 500;
  color: var(--ink-2); line-height: 1.75;
}
[data-mood="industrial-blue"] .prod-tag {
  font-family: var(--f-disp); font-weight: 900;
  background: var(--accent); color: var(--on-accent);
}

/* ============================================================
   FINAL CTA tone — industrial refinements
   ============================================================ */
[data-mood="industrial-blue"] .final-h {
  font-size: clamp(3rem, 7vw, 6.2rem);
}
[data-mood="industrial-blue"] .final-sub {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  color: var(--ink-sub);
  max-width: 460px;
}
.final-phone {
  font-family: var(--f-disp);
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 6px 0 28px;
  display: inline-flex; align-items: center; gap: 16px;
  position: relative; z-index: 1;
}
.final-phone .live {
  width: 10px; height: 10px; border-radius: 50%;
  background: #00d56b;
  box-shadow: 0 0 14px #00d56b;
  animation: pulse 1.6s ease-in-out infinite;
}

/* ============================================================
   FOOTER tweaks — use real logo
   ============================================================ */
.foot-brand img {
  height: 52px; width: auto;
  filter: var(--glow-logo-drop);
  margin-bottom: 4px;
}

/* ============================================================
   FINAL CTA — repurpose the daytime truck as background.
   Mirrors the hero treatment so the page bookends visually.
   ============================================================ */
.final { isolation: isolate; }
.final-photo {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover;
  background-position: center 45%;
  filter: brightness(.32) contrast(1.10) saturate(.7);
}
.final-photo::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 70% at 50% 50%, transparent 20%, color-mix(in oklab, var(--bg) 78%, transparent) 100%),
    linear-gradient(to bottom,
      color-mix(in oklab, var(--bg) 72%, transparent) 0%,
      transparent 25%, transparent 75%,
      color-mix(in oklab, var(--bg) 92%, transparent) 100%);
}
/* The default .final::before adds an accent-tinted radial; over a
   photo backdrop it muddies — soften it. */
.final::before { background: radial-gradient(ellipse 50% 50% at 50% 55%, rgba(44,123,255,.18) 0%, transparent 65%); }

/* ============================================================
   IMG treatment inside prod-img / gal-cell
   site.css scopes the cinematic filter to <image-slot>, but we use
   plain <img> elements. Mirror the same filter + hover transform.
   ============================================================ */
.prod-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: var(--img-filter-rest);
  transition: filter var(--dur-img) var(--ease), transform var(--dur-img) var(--ease);
}
.prod-row:hover .prod-img img {
  filter: var(--img-filter-hover);
  transform: scale(1.04);
}
.gal-cell img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  pointer-events: none; /* mobile: keep <button> as the click target */
  filter: var(--img-filter-rest);
  transition: filter var(--dur) var(--ease), transform var(--dur-img) var(--ease);
}
.gal-cell:hover img {
  filter: var(--img-filter-hover);
  transform: scale(1.06);
}
@media (hover: none) {
  /* On touch devices, never apply the hover transform — it latches on the
     first tap and can swallow the click that should open the lightbox. */
  .gal-cell:hover img { filter: var(--img-filter-rest); transform: none; }
}

/* ============================================================
   FLOATING CALL (mobile only)
   ============================================================ */
.float-call {
  position: fixed; bottom: 22px; right: 22px; z-index: 750;
  display: none;
  align-items: center; gap: 10px;
  background: var(--accent); color: #fff;
  padding: 14px 20px;
  border-radius: var(--r-pill);
  font-family: var(--f-disp); font-size: .85rem;
  font-weight: 900; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(0,0,0,.5), 0 0 28px rgba(44,123,255,.5);
}
.float-call .ring {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: inline-flex; align-items: center; justify-content: center;
}
.float-call .ring svg { width: 14px; height: 14px; stroke: #fff; }
@media (max-width: 900px) {
  .float-call { display: inline-flex; }
}

/* ============================================================
   Mobile menu (overlay panel)
   ============================================================ */
.nav-burger { display: none; cursor: pointer; background: none; border: 0; color: var(--ink); padding: 8px; }
.nav-burger svg { width: 26px; height: 26px; }
@media (max-width: 1024px) {
  .nav-burger { display: inline-flex; }
}

.mob-menu {
  position: fixed; inset: 0; z-index: 900;
  background: color-mix(in oklab, var(--bg) 96%, transparent);
  backdrop-filter: blur(24px) saturate(140%);
  display: flex; flex-direction: column; padding: 100px var(--gutter-md) var(--gutter-md);
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur);
}
.mob-menu.open { opacity: 1; pointer-events: auto; }
.mob-menu .close {
  position: absolute; top: 22px; right: var(--gutter-md);
  background: none; border: 0; color: var(--ink); cursor: pointer; padding: 8px;
}
.mob-menu .close svg { width: 26px; height: 26px; }
.mob-menu ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.mob-menu a {
  font-family: var(--f-disp); font-size: 1.8rem;
  letter-spacing: -.01em; text-transform: uppercase; font-weight: 900;
  color: var(--ink); padding: 16px 0;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.mob-menu a::after { content: '→'; color: var(--accent); font-family: var(--f-disp); }
.mob-menu .mob-cta {
  margin-top: auto;
  background: var(--accent); color: #fff;
  font-family: var(--f-disp); font-size: 1rem; letter-spacing: .08em;
  text-transform: uppercase; font-weight: 900;
  padding: 20px; border-radius: var(--r-pill);
  text-align: center;
}

/* ============================================================
   Hero btns wrap nicely on mobile
   ============================================================ */
@media (max-width: 600px) {
  .hero-trust { flex-wrap: wrap; gap: 12px; font-size: .58rem; }
  .hero-trust .dot { display: none; }
}

/* ============================================================
   REFINED HERO  —  left-aligned cinematic layout
   Logo-as-headline on the left, truck cinematically visible on
   the right. Buttons and nav pill tuned to be premium, restrained.
   ============================================================ */

/* Brighter, more visible truck. Push the truck slightly to the right
   so the wordmark on the left has a darker side-panel to live in. */
.hero { min-height: 92vh; }
.hero-photo {
  background-position: 70% 55%;
  filter: brightness(.78) contrast(1.06) saturate(.92);
}
.hero-photo::after {
  background:
    /* Left-side gradient so wordmark reads on darker ground */
    linear-gradient(to right,
      color-mix(in oklab, var(--bg) 78%, transparent) 0%,
      color-mix(in oklab, var(--bg) 38%, transparent) 32%,
      transparent 58%,
      transparent 100%),
    /* Bottom + top vignette */
    linear-gradient(to bottom,
      color-mix(in oklab, var(--bg) 52%, transparent) 0%,
      transparent 18%, transparent 78%,
      color-mix(in oklab, var(--bg) 86%, transparent) 100%);
}

/* Disable the system's centered radial vignette over the hero */
.hero::after { display: none; }

/* Left-aligned hero content column */
.hero-content.hero-left {
  position: relative; z-index: 2;
  max-width: var(--max-content);
  margin: 0 auto;
  width: 100%;
  padding: 130px var(--gutter) 90px;
  align-items: flex-start;
  text-align: left;
}

/* Badge — outlined pill, top-left, blue accent */
.hero-badge {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 9px 18px;
  border: 1px solid color-mix(in oklab, var(--accent) 50%, transparent);
  border-radius: var(--r-pill);
  background: color-mix(in oklab, var(--accent) 7%, transparent);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
  backdrop-filter: blur(4px);
}
.hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(44,123,255,.9);
  animation: pulse 2s ease-in-out infinite;
}
.hero-badge-sep {
  width: 4px; height: 4px; border-radius: 50%;
  background: color-mix(in oklab, var(--ink) 45%, transparent);
}

/* Logo-as-headline — sized down ~22% from previous, still impactful */
.hero-logo-h1 {
  margin: 30px 0 22px;
  line-height: 1;
}
.hero-logo-h1 img {
  display: block;
  width: clamp(280px, 38vw, 540px);
  height: auto;
  filter:
    drop-shadow(0 14px 28px rgba(0,0,0,.55))
    drop-shadow(0 0 38px rgba(44,123,255,.22));
}

/* Subtitle — tighter spacing under the logo */
[data-mood="industrial-blue"] .hero-tag {
  margin: 0 0 32px;
  font-family: var(--f-body);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  color: var(--ink-sub);
  line-height: 1.5;
  max-width: 460px;
}
[data-mood="industrial-blue"] .hero-tag strong {
  display: block;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.08em;
  letter-spacing: -.005em;
  margin-bottom: 4px;
}
[data-mood="industrial-blue"] .hero-tag span {
  display: block;
  color: color-mix(in oklab, var(--ink) 70%, transparent);
}

/* Hero buttons — left-aligned, refined, more elegant */
.hero-content.hero-left .hero-btns {
  justify-content: flex-start;
  margin-top: 4px;
  gap: 12px;
}

/* Refine the primary + ghost CTA proportions site-wide on this mood
   so they look premium, not bulky */
[data-mood="industrial-blue"] .btn-prim {
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .12em;
  padding: 13px 24px;
  box-shadow:
    0 8px 22px rgba(44,123,255,.32),
    0 0 0 1px rgba(255,255,255,.04) inset,
    inset 0 1px 0 rgba(255,255,255,.18);
  gap: 9px;
}
[data-mood="industrial-blue"] .btn-ghost {
  font-family: var(--f-disp);
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .14em;
  padding: 12px 22px;
  gap: 12px;
  border-color: color-mix(in oklab, var(--ink) 30%, transparent);
  background: color-mix(in oklab, var(--ink) 4%, transparent);
}
[data-mood="industrial-blue"] .btn-ghost:hover {
  background: color-mix(in oklab, var(--ink) 10%, transparent);
}
.btn-ico { width: 16px; height: 16px; }
.btn-ico-r { margin-left: 2px; }

/* Refined nav pill — minimal, not oversized */
.nav-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  font-family: var(--f-disp);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow:
    0 6px 18px rgba(44,123,255,.32),
    inset 0 1px 0 rgba(255,255,255,.18);
}
.nav-pill .phone-ico {
  width: 15px; height: 15px;
  stroke: #fff;
}
.nav-pill:hover { background: #1a5fdf; color: #fff !important; }

/* Quiet down the nav padding so the nav-pill sits cleaner */
.nav { padding: 18px var(--gutter); }
.nav.stuck { padding: 10px var(--gutter); }

/* Mobile refinements */
@media (max-width: 900px) {
  .hero-logo-h1 img { width: min(82vw, 420px); }
  .hero-content.hero-left { padding: 110px var(--gutter-md) 70px; }
  .hero-photo { background-position: 60% 60%; }
  .hero-badge { font-size: .62rem; gap: 10px; padding: 8px 14px; }
  .nav-logo-img img { height: 56px; }
  .nav.stuck .nav-logo-img img { height: 48px; }
  .nav-pill { padding: 9px 14px; font-size: .76rem; }
}
@media (max-width: 600px) {
  .hero-logo-h1 img { width: 88vw; }
  .hero-content.hero-left { padding: 100px 16px 60px; }
  .hero-btns { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
}

/* ============================================================
   HERO QR  — bottom-right card. Frosted glass, soft glow,
   tight caption. Hides cleanly on tablet/mobile.
   ============================================================ */
.hero-qr {
  position: absolute;
  right: clamp(20px, 3.6vw, 56px);
  bottom: clamp(28px, 4vw, 56px);
  z-index: 3;
  display: flex; align-items: center; gap: 14px;
  padding: 12px 16px 12px 12px;
  background: color-mix(in oklab, var(--bg) 62%, transparent);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  border: 1px solid color-mix(in oklab, var(--ink) 14%, transparent);
  border-radius: 14px;
  box-shadow:
    0 18px 40px -18px rgba(0, 0, 0, .65),
    0 0 0 1px rgba(255, 255, 255, .03) inset,
    0 0 28px -8px rgba(44, 123, 255, .22);
}
.hero-qr-card {
  width: 152px; height: 152px;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px -6px rgba(0,0,0,.55);
}
.hero-qr-card img { width: 100%; height: 100%; object-fit: contain; display: block; image-rendering: crisp-edges; }
.hero-qr-cap { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.hero-qr-eyebrow {
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero-qr-label {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .01em;
  color: var(--ink);
  line-height: 1.25;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .hero-qr {
    right: 16px; bottom: 18px;
    padding: 8px 12px 8px 8px;
    gap: 10px;
    border-radius: 12px;
  }
  .hero-qr-card { width: 116px; height: 116px; padding: 5px; }
  .hero-qr-eyebrow { font-size: .56rem; letter-spacing: .24em; }
  .hero-qr-label { font-size: .72rem; }
}
@media (max-width: 480px) {
  .hero-qr-cap { display: none; }
  .hero-qr { padding: 6px; }
  .hero-qr-card { width: 112px; height: 112px; padding: 5px; }
}

/* ============================================================
   GALLERY  — button cells (clickable lightbox triggers)
   ============================================================ */
button.gal-cell {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
  display: block;
  position: relative;
  outline: none;
  /* Mobile reliability — disable double-tap-zoom delay & give a tap flash. */
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(44,123,255,.18);
  user-select: none;
  -webkit-user-select: none;
}
button.gal-cell:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ============================================================
   LIGHTBOX  — dark overlay, centered image, close + arrows
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: none;
  align-items: center; justify-content: center;
  padding: clamp(24px, 5vw, 64px);
  background: rgba(4, 8, 18, .92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .24s ease;
}
.lightbox.open { display: flex; opacity: 1; }
.lb-stage {
  position: relative;
  max-width: min(1200px, 100%);
  max-height: 100%;
  margin: 0;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.lb-stage img {
  max-width: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.05);
  animation: lbIn .28s ease;
}
.lb-stage figcaption {
  font-family: var(--f-disp);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .82rem;
  color: var(--ink);
  text-align: center;
  padding: 10px 22px;
  background: color-mix(in oklab, var(--bg) 70%, transparent);
  border: 1px solid color-mix(in oklab, var(--ink) 12%, transparent);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
.lb-stage figcaption::before {
  content: '';
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(44,123,255,.7);
  margin-right: 10px;
  vertical-align: middle;
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(.96); }
  to   { opacity: 1; transform: scale(1); }
}
.lb-close, .lb-nav {
  position: absolute;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(20, 26, 40, .72);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
  z-index: 2;
  /* Mobile: no tap delay, clearer tap-flash, no accidental text selection. */
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255,255,255,.18);
  user-select: none;
  -webkit-user-select: none;
}
.lb-close svg, .lb-nav svg { width: 22px; height: 22px; }
.lb-close:hover, .lb-nav:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.05);
}
.lb-close { top: 20px; right: 20px; }
.lb-prev  { left: clamp(14px, 3vw, 36px); top: 50%; transform: translateY(-50%); }
.lb-next  { right: clamp(14px, 3vw, 36px); top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) scale(1.05); }
.lb-next:hover { transform: translateY(-50%) scale(1.05); }
@media (max-width: 600px) {
  .lb-close { top: 12px; right: 12px; width: 48px; height: 48px; }
  .lb-nav   { width: 44px; height: 44px; }
  .lb-prev  { left: 8px; }
  .lb-next  { right: 8px; }
  .lb-stage img { max-height: calc(100vh - 160px); }
  .lb-stage figcaption { font-size: .68rem; letter-spacing: .18em; padding: 8px 16px; }
}

/* ============================================================
   SERVICE AREAS  — full-bleed map + info band below
   Map stays fully visible; info card sits beneath in a wide
   horizontal band that overlaps the map's bottom edge slightly.
   ============================================================ */
.location { padding-bottom: 0; }
.loc-stage {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 80px;
  background: var(--bg);
}
.loc-stage .loc-map {
  position: relative;
  width: 100%;
  height: clamp(480px, 58vh, 640px);
  min-height: 0;
  background: var(--bg-3);
}
.loc-stage .loc-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: var(--map-filter, grayscale(.35) contrast(1.05) brightness(.9));
}

.loc-card {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 48px));
  margin: -80px auto 0;
  padding: 40px clamp(32px, 4vw, 56px);
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid color-mix(in oklab, var(--ink) 14%, transparent);
  border-radius: 20px;
  box-shadow:
    0 40px 80px -28px rgba(0, 0, 0, .72),
    0 0 0 1px rgba(255, 255, 255, .03) inset,
    0 0 60px -18px rgba(44, 123, 255, .22);
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr auto;
  gap: 40px;
  align-items: center;
}
.loc-card .loc-col-title {
  display: flex; flex-direction: column;
  border-right: 1px solid color-mix(in oklab, var(--ink) 10%, transparent);
  padding-right: 32px;
}
.loc-card .loc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: .66rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.loc-card .loc-eyebrow::before {
  content: '';
  width: 22px; height: 1px;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(44, 123, 255, .6);
}
.loc-card .loc-h {
  font-family: var(--f-disp);
  font-weight: var(--fw-disp, 900);
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  line-height: 1;
  letter-spacing: -.015em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.loc-card .loc-addr {
  font-family: var(--f-body);
  font-size: .96rem;
  color: var(--ink-2);
  line-height: 1.65;
  margin: 0;
}
.loc-card .loc-addr strong {
  display: block;
  font-family: var(--f-disp);
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink-3, var(--ink-sub));
  margin-bottom: 6px;
}
.loc-card-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-self: end;
}
.loc-card-btns .btn-prim,
.loc-card-btns .btn-ghost {
  padding: 13px 22px;
  font-size: .78rem;
  white-space: nowrap;
  justify-content: center;
}

/* Tablet: 2-column card */
@media (max-width: 1024px) {
  .loc-stage .loc-map { height: clamp(420px, 52vh, 560px); }
  .loc-stage { padding-bottom: 60px; }
  .loc-card {
    grid-template-columns: 1fr 1fr;
    gap: 28px 32px;
    padding: 32px clamp(24px, 4vw, 40px);
    margin-top: -60px;
  }
  .loc-card .loc-col-title {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: 1px solid color-mix(in oklab, var(--ink) 10%, transparent);
    padding: 0 0 20px;
  }
  .loc-card-btns {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-self: stretch;
  }
  .loc-card-btns .btn-prim,
  .loc-card-btns .btn-ghost { flex: 1 1 0; }
}

/* Mobile: full stack, no overlap */
@media (max-width: 640px) {
  .location { margin-top: 40px; }
  .loc-stage { padding-bottom: 40px; }
  .loc-stage .loc-map { height: 380px; }
  .loc-card {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: -32px 12px 0;
    width: calc(100% - 24px);
    padding: 26px 22px;
    border-radius: 14px;
  }
  .loc-card .loc-col-title {
    padding-bottom: 18px;
  }
  .loc-card .loc-h { font-size: 1.8rem; }
  .loc-card-btns { flex-direction: column; }
}


/* ============================================================
   PRODUCT MINI-GALLERY  — main image + thumbnail strip per service.
   Lives INSIDE .prod-img; main image swaps when a thumb is clicked.
   ============================================================ */
.prod-img.has-gallery {
  display: flex; flex-direction: column;
}
.prod-img.has-gallery .prod-main {
  flex: 1 1 auto;
  width: 100%; height: 100%;
  min-height: 0;
  object-fit: cover; object-position: center;
  filter: var(--img-filter);
  transition: filter var(--dur-img) var(--ease), transform var(--dur-img) var(--ease), opacity .25s var(--ease);
}
.prod-img.has-gallery .prod-main.is-swapping { opacity: .35; }
.prod-row:hover .prod-img.has-gallery .prod-main {
  filter: var(--img-filter-hover);
  transform: scale(1.03);
}
.prod-thumbs {
  flex: 0 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 6px;
  padding: 8px;
  background: color-mix(in oklab, var(--bg) 92%, var(--ink) 8%);
  border-top: 1px solid var(--border);
}
.prod-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--bg-3);
  border: 1.5px solid transparent;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.prod-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .35s var(--ease);
}
.prod-thumb:hover { border-color: color-mix(in oklab, var(--accent) 60%, transparent); }
.prod-thumb:hover img { transform: scale(1.06); }
.prod-thumb.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px color-mix(in oklab, var(--accent) 40%, transparent);
}
.prod-thumb.is-active::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, color-mix(in oklab, var(--accent) 30%, transparent) 100%);
  pointer-events: none;
}

/* On large screens (image-half = ~640px), keep thumbs at a comfortable size.
   For 4-thumb rows: ~140px each. For 6-thumb rows: ~95px each. */
@media (max-width: 1100px) {
  .prod-thumbs { padding: 6px; gap: 5px; }
}
@media (max-width: 760px) {
  .prod-img.has-gallery { height: auto; min-height: 320px; }
  .prod-img.has-gallery .prod-main {
    height: 280px; flex: 0 0 280px;
  }
  .prod-thumbs { padding: 6px; gap: 5px; }
  .prod-thumb { aspect-ratio: 4 / 3; }
}
@media (max-width: 520px) {
  .prod-thumbs {
    grid-auto-flow: column;
    overflow-x: auto;
    grid-auto-columns: 80px;
    scrollbar-width: thin;
  }
  .prod-thumb { aspect-ratio: 1; }
}

/* ============================================================
   GOOGLE REVIEW QR  — scan-to-review card section
   Lives between Reviews and Contact. Uses the same dark/blue
   industrial language as the rest of the site: dark card on
   subtle accent backdrop, white QR plate, corner brackets.
   ============================================================ */
.gr-section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 6vw, 96px) clamp(40px, 6vw, 80px);
  background: var(--bg);
}
.gr-card {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(36px, 5vw, 64px) clamp(28px, 4.5vw, 72px);
  background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
}
.gr-card::before {
  content: "";
  position: absolute;
  inset: -40% -30% auto auto;
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(closest-side, var(--accent-2), transparent 70%);
  z-index: -1;
  pointer-events: none;
}
.gr-card::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: .55;
}

.gr-copy { min-width: 0; display: flex; flex-direction: column; gap: 18px; }

.gr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: .7rem;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--ink);
  padding: 8px 14px;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
}
.gr-stars {
  color: #ffc844;
  font-size: .82rem;
  letter-spacing: .04em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,.4);
}

.gr-h {
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.gr-h .acc { color: var(--accent); }

.gr-sub {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 56ch;
  text-wrap: pretty;
}

.gr-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 4px;
  font-family: var(--f-body);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.gr-meta-item { display: inline-flex; align-items: center; gap: 8px; }
.gr-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-2);
}

/* QR plate */
.gr-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  justify-self: end;
}
.gr-qr-frame {
  position: relative;
  padding: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.gr-corner {
  position: absolute;
  width: 22px; height: 22px;
  border-color: var(--accent);
  border-style: solid;
  border-width: 0;
}
.gr-corner-tl { top: 6px; left: 6px; border-top-width: 2px; border-left-width: 2px; border-top-left-radius: 8px; }
.gr-corner-tr { top: 6px; right: 6px; border-top-width: 2px; border-right-width: 2px; border-top-right-radius: 8px; }
.gr-corner-bl { bottom: 6px; left: 6px; border-bottom-width: 2px; border-left-width: 2px; border-bottom-left-radius: 8px; }
.gr-corner-br { bottom: 6px; right: 6px; border-bottom-width: 2px; border-right-width: 2px; border-bottom-right-radius: 8px; }

.gr-qr-card {
  width: clamp(220px, 22vw, 280px);
  height: clamp(220px, 22vw, 280px);
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.75);
}
.gr-qr-card img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
  image-rendering: crisp-edges;
}

.gr-qr-cap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.gr-qr-eyebrow {
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--accent);
}
.gr-qr-label {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .02em;
  color: var(--ink);
}

@media (max-width: 900px) {
  .gr-card {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 32px;
  }
  .gr-qr { justify-self: center; }
  .gr-qr-card { width: 230px; height: 230px; padding: 12px; }
}
@media (max-width: 480px) {
  .gr-section { padding-top: 56px; padding-bottom: 32px; }
  .gr-card { padding: 28px 22px; border-radius: 14px; }
  .gr-qr-frame { padding: 14px; }
  .gr-qr-card { width: 210px; height: 210px; padding: 10px; }
  .gr-h { font-size: 2rem; }
}

/* ============================================================
   LIGHTBOX  — service photo viewer (opens on tap of any service
   image). Dark glass backdrop, centered image, pill caption with
   the service name, large round close button.
   ============================================================ */
.lb {
  position: fixed; inset: 0; z-index: 1000;
  display: none;
  align-items: center; justify-content: center;
  padding: clamp(20px, 4vw, 56px);
  background: rgba(5, 7, 11, .88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity .18s ease;
}
.lb.is-open {
  display: flex;
  opacity: 1;
}
.lb-fig {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: min(1280px, 100%);
  max-height: 100%;
  animation: lb-pop .22s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes lb-pop {
  from { transform: scale(.97); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}
.lb-img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 200px);
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.9);
  background: var(--bg-2);
}
.lb-cap {
  font-family: var(--f-disp);
  font-weight: 900;
  font-size: clamp(.78rem, 1.1vw, .92rem);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--ink);
  padding: 10px 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border-2);
  border-radius: 999px;
  text-align: center;
}
.lb-close {
  position: absolute;
  top: clamp(14px, 2vw, 24px);
  right: clamp(14px, 2vw, 24px);
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--border-2);
  color: var(--ink);
  border-radius: 50%;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease, border-color .15s ease;
  z-index: 2;
}
.lb-close:hover,
.lb-close:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
  outline: none;
  transform: scale(1.05);
}
.lb-close svg { width: 22px; height: 22px; }

/* Cursor affordance on tappable service images */
.prod-img.has-gallery .prod-main { cursor: zoom-in; }
.prod-img > img { cursor: zoom-in; }

@media (max-width: 600px) {
  .lb-img { max-height: calc(100vh - 180px); border-radius: 8px; }
  .lb-close { width: 42px; height: 42px; }
  .lb-fig { gap: 14px; }
}
