/* ==========================================================================
   Computer Recycling LLC — Site-wide 2026 layer
   Loaded AFTER the page's own stylesheets on every page.

   The site runs two legacy systems (tailwind-compiled.css on ~122 pages,
   eco-styles.css on ~30) plus shared eco-chrome.css nav/footer. This file
   does NOT replace either — it adds the AEO answer-block component, fixes
   contrast failures that neither legacy sheet handles, and lifts shared
   details toward the 2026 homepage. Purely additive, so nothing breaks.
   ========================================================================== */

:root {
  /* Mirrors assets/css/home-2026.css so both layers speak one language. */
  --s26-ease:   cubic-bezier(.16, 1, .3, 1);
  --s26-spring: cubic-bezier(.34, 1.56, .64, 1);

  --s26-ink:      #0f1f12;
  --s26-ink-soft: #2c3e2f;
  --s26-muted:    #4a6150;
  --s26-paper:    #fafdf9;
  --s26-bg:       #f0f5ef;
  --s26-rule:     #c5d8c9;
  --s26-accent:   #146b2f;   /* accent TEXT — flips in dark, see below */
  --s26-green:    #146b2f;   /* brand constant, does NOT flip */
  --s26-bright:   #2dd25b;
  --s26-glow:     #5ef88a;
  --s26-deep:     #0b3d1a;
  --s26-amber:    #9a6200;
}

[data-theme="dark"] {
  --s26-ink:      #e8f0ea;
  --s26-ink-soft: #b8c8bb;
  --s26-muted:    #7a9480;
  --s26-paper:    #0f2016;
  --s26-bg:       #0a1810;
  --s26-rule:     #1c3524;
  --s26-accent:   #2dd25b;   /* #146b2f is only 2.6:1 on a dark card */
  --s26-amber:    #f5a623;
}

/* ==========================================================================
   1. ANSWER BLOCK — the AEO primitive
   A 100–130 word extractable answer directly under a question-shaped heading.
   This is what Google AI Overviews, ChatGPT and Perplexity lift verbatim.
   ========================================================================== */
.s26-answer {
  --s26-answer-pad: clamp(18px, 3.4vw, 28px);
  position: relative;
  margin: clamp(24px, 4vw, 36px) 0;
  padding: var(--s26-answer-pad);
  background: color-mix(in srgb, var(--s26-bright) 7%, var(--s26-paper));
  border: 1px solid color-mix(in srgb, var(--s26-green) 22%, transparent);
  border-left: 4px solid var(--s26-green);
  border-radius: 14px;
  max-width: 74ch;
}
[data-theme="dark"] .s26-answer {
  background: color-mix(in srgb, var(--s26-bright) 9%, var(--s26-paper));
  border-left-color: var(--s26-bright);
}

.s26-answer-q {
  display: block;
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  font-size: clamp(17px, 2.4vw, 21px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.015em;
  color: var(--s26-ink);
  margin: 0 0 10px;
  text-wrap: balance;
}

.s26-answer-a {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  font-size: clamp(15.5px, 2.1vw, 17px);
  line-height: 1.65;
  color: var(--s26-ink-soft);
  margin: 0;
}
.s26-answer-a strong { color: var(--s26-ink); font-weight: 600; }
.s26-answer-a a { color: var(--s26-accent); font-weight: 600; }

.s26-answer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid color-mix(in srgb, var(--s26-green) 16%, transparent);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  /* --s26-muted lands at 4.35:1 on the tinted answer ground in dark — just
     under AA — so the meta line gets its own slightly lifted value. */
  color: #55695c;
}
[data-theme="dark"] .s26-answer-meta { color: #9db3a4; }
.s26-answer-meta span { display: inline-flex; align-items: center; gap: 6px; }
.s26-answer-meta svg { width: 14px; height: 14px; color: var(--s26-accent); flex: none; }

/* Key-facts list — dated, specific, citable */
.s26-facts {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
}
.s26-facts li {
  position: relative;
  padding-left: 22px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--s26-ink-soft);
}
.s26-facts li::before {
  content: "";
  position: absolute;
  left: 4px; top: .55em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--s26-accent);
}

/* ==========================================================================
   2. CONTRAST REPAIRS
   Neither tailwind-compiled.css nor styles.css defines a dark theme, yet the
   theme script defaults every visitor to dark. These are the spots that fall
   through.
   ========================================================================== */

/* Footer legal line: eco-chrome ships rgba(255,255,255,.35) = 3.2:1 */
.footer-bottom,
.eco-footer-bottom { color: rgba(255, 255, 255, .68) !important; }

/* Rating stars: #f5a623 on a light ground is 1.98:1 */
.review-stars,
.gr-band-stars,
.gr-pill .gr-stars { color: var(--s26-amber); }

/* Tailwind slate text has no dark variant — remap the two that carry body copy */
[data-theme="dark"] .text-slate-900 { color: var(--s26-ink) !important; }
[data-theme="dark"] .text-slate-800 { color: var(--s26-ink) !important; }
[data-theme="dark"] .text-slate-700 { color: var(--s26-ink-soft) !important; }
[data-theme="dark"] .text-slate-600 { color: var(--s26-ink-soft) !important; }
[data-theme="dark"] .text-slate-500 { color: var(--s26-muted) !important; }
/* …but never touch text that sits on a deliberately light card */
[data-theme="dark"] .bg-white .text-slate-900,
[data-theme="dark"] .bg-white .text-slate-800,
[data-theme="dark"] .bg-white .text-slate-700,
[data-theme="dark"] .bg-white .text-slate-600,
[data-theme="dark"] .bg-slate-50 .text-slate-900,
[data-theme="dark"] .bg-slate-50 .text-slate-700,
[data-theme="dark"] .bg-emerald-50 .text-slate-900,
[data-theme="dark"] .bg-emerald-50 .text-slate-700 { color: #0f1f12 !important; }

/* emerald-600 (#059669) is 3.9:1 on white — under AA for body text */
.text-emerald-600 { color: #047857 !important; }
[data-theme="dark"] .text-emerald-600,
[data-theme="dark"] .text-emerald-700,
[data-theme="dark"] .text-emerald-800 { color: var(--s26-bright) !important; }

/* ==========================================================================
   3. SHARED POLISH
   Small lifts that read across every page without touching page structure.
   ========================================================================== */

/* Focus states — several legacy components had none */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--s26-bright);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Tap targets on the legacy nav/footer.
   NOTE: never set `display` on .eco-footer a — eco-chrome.css relies on
   `display:block` to stack the footer link columns. Overriding it to
   inline-flex ran every column's links together on one line. Grow the target
   with padding instead. */
.eco-nav-links a { min-height: 40px; display: inline-flex; align-items: center; }
.eco-footer a { padding-block: 9px; }

/* Related-links block used at the foot of most service pages */
.s26-related {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.s26-related a {
  display: block;
  padding: 13px 16px;
  border: 1px solid var(--s26-rule);
  border-radius: 12px;
  background: var(--s26-paper);
  color: var(--s26-ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s var(--s26-ease), transform .2s var(--s26-ease);
}
.s26-related a:hover {
  border-color: var(--s26-bright);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .s26-related a { transition: none; }
  .s26-related a:hover { transform: none; }
}

/* Print: let people take the address and hours with them */
@media print {
  .eco-nav, .eco-footer, .sticky-bar, .h26-bar, .crc-fab-group,
  .eco-skip-link, iframe { display: none !important; }
  .s26-answer { border: 1px solid #999; background: none; }
  body { background: #fff !important; color: #000 !important; }
}

/* ==========================================================================
   4. TV DROP-OFF POLICY NOTICE
   First 3 TVs free, each additional TV $10 (any size). Monitors unlimited.
   Walk-in drop-off only — business pickups are quoted separately.
   ========================================================================== */
.s26-tvpolicy {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: clamp(20px, 3.5vw, 30px) 0;
  padding: clamp(16px, 3vw, 22px);
  max-width: 74ch;
  background: color-mix(in srgb, var(--s26-amber) 10%, var(--s26-paper));
  border: 1px solid color-mix(in srgb, var(--s26-amber) 34%, transparent);
  border-left: 4px solid var(--s26-amber);
  border-radius: 14px;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
}
.s26-tvpolicy-ic {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--s26-amber) 22%, transparent);
  color: #7a4d00;
}
[data-theme="dark"] .s26-tvpolicy-ic { color: #ffd68a; }
.s26-tvpolicy-ic svg { width: 18px; height: 18px; }
.s26-tvpolicy-body { min-width: 0; }
.s26-tvpolicy h3,
.s26-tvpolicy .s26-tvpolicy-h {
  display: block;
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(15.5px, 2.2vw, 17.5px);
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--s26-ink);
  margin: 0 0 6px;
}
.s26-tvpolicy p {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--s26-ink-soft);
}
.s26-tvpolicy p:last-child { margin-bottom: 0; }
.s26-tvpolicy strong { color: var(--s26-ink); font-weight: 700; }
.s26-tvpolicy .s26-tvpolicy-fine {
  font-size: 13.5px;
  color: #55695c;
}
[data-theme="dark"] .s26-tvpolicy .s26-tvpolicy-fine { color: #9db3a4; }

/* ==========================================================================
   5. VISUAL LIFT — bring the legacy components up to the 2026 homepage
   Targets the shared component classes (.eco-btn, .info-card, .eco-tile,
   .section-title, .dv-hero, .faq-item) rather than rewriting page markup, so
   all ~150 pages move together. Additive only.
   ========================================================================== */

/* ---- Buttons: pill geometry, spring press, real tap targets (319 uses) ---- */
.eco-btn {
  border-radius: 999px !important;
  min-height: 50px;
  padding: 14px 26px;
  font-weight: 700;
  letter-spacing: -.005em;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  transition: transform .18s var(--s26-spring), box-shadow .22s var(--s26-ease),
              background .22s var(--s26-ease), border-color .22s var(--s26-ease);
  -webkit-tap-highlight-color: transparent;
}
.eco-btn:active { transform: scale(.975); }
.eco-btn:hover  { transform: translateY(-2px); }

/* ---- Cards: softer radius, real elevation on hover (477 + 284 uses) ---- */
.info-card,
.eco-tile {
  border-radius: 18px !important;
  transition: transform .26s var(--s26-ease), box-shadow .26s var(--s26-ease),
              border-color .26s var(--s26-ease);
}
.info-card:hover,
.eco-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(11, 61, 26, .12);
  border-color: color-mix(in srgb, var(--s26-bright) 46%, transparent);
}
[data-theme="dark"] .info-card:hover,
[data-theme="dark"] .eco-tile:hover { box-shadow: 0 16px 36px rgba(0, 0, 0, .45); }

/* ---- Section headings: homepage type scale (184 uses) ---- */
.section-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-wrap: balance;
}

/* ---- Hero: match the homepage's tightened mobile rhythm (31 uses) ---- */
.dv-hero h1,
.itad-hero h1 {
  letter-spacing: -.035em;
  line-height: 1.02;
  text-wrap: balance;
}

/* ---- FAQ accordion: match the homepage's .h26-q treatment ---- */
.faq-item {
  border-radius: 16px !important;
  transition: border-color .22s var(--s26-ease);
}
.faq-item[open] { border-color: var(--s26-bright) !important; }
.faq-summary { min-height: 56px; display: flex; align-items: center; }

/* ---- Tailwind card surfaces: soften the 2026 way ---- */
.rounded-xl  { border-radius: 16px !important; }
.rounded-2xl { border-radius: 20px !important; }

@media (prefers-reduced-motion: reduce) {
  .eco-btn, .info-card, .eco-tile, .faq-item { transition: none !important; }
  .eco-btn:hover, .info-card:hover, .eco-tile:hover { transform: none !important; }
}

/* ==========================================================================
   6. STICKY MOBILE ACTION BAR (injected by assets/js/site-2026.js)
   Same pattern as the homepage: thumb-reachable Directions / Call / Text.
   Height stays <= 68px so it clears the chat launcher at bottom:76px.
   ========================================================================== */
.s26-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 85;
  display: none;
  background: color-mix(in srgb, var(--s26-deep) 96%, transparent);
  border-top: 1px solid rgba(94, 248, 138, .2);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  translate: 0 110%;
  transition: translate .32s var(--s26-ease);
}
.s26-bar.up { translate: 0; }
@media (max-width: 899px) { .s26-bar { display: block; } }
.s26-bar-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7px; }
.s26-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px;
  min-height: 52px;
  border-radius: 16px;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12px; font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13);
  -webkit-tap-highlight-color: transparent;
  transition: transform .16s var(--s26-spring);
}
.s26-bar a:active { transform: scale(.96); }
.s26-bar a svg { width: 18px; height: 18px; }
.s26-bar a.go { background: var(--s26-bright); border-color: var(--s26-bright); color: #04220e; }
@media (max-width: 899px) { body.s26-has-bar { padding-bottom: 68px; } }
@media (prefers-reduced-motion: reduce) { .s26-bar { transition: none; } }

/* ---- Restyle the EXISTING legacy sticky bar to the 2026 homepage look.
       Most pages already ship .eco-sticky-bar, so site-2026.js stands down and
       we simply bring that component up to standard rather than stacking a
       second bar on top of it. ---- */
.eco-sticky-bar,
.sticky-bar {
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(94, 248, 138, .22);
  box-shadow: 0 10px 30px rgba(6, 32, 14, .34);
}
.eco-sticky-bar .eco-btn,
.sticky-bar .btn { min-height: 44px; }
/* the Text action added to the shared bar mirrors .eco-bar-call */
.eco-bar-text {
  display: none;
  align-items: center; justify-content: center;
  width: 40px; height: 40px; flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 560px) { .eco-bar-text { display: inline-flex; } }
@media (max-width: 560px) {
  .eco-sticky-bar, .sticky-bar { border-radius: 18px; }
}

/* ==========================================================================
   7. PREMIUM SURFACE SYSTEM
   The dark theme collapsed .section-paper and .section-cream to the same
   rgb(15,32,22), so six consecutive sections rendered identically and every
   page read as one flat green field. Restoring a real three-plane surface
   scale is what gives the pages depth and rhythm.
   ========================================================================== */
:root {
  --s26-surf-1: #f0f5ef;   /* page ground   */
  --s26-surf-2: #ffffff;   /* raised panel  */
  --s26-surf-3: #f6f2e9;   /* alternate     */
  --s26-hairline: rgba(11, 61, 26, .10);
}
[data-theme="dark"] {
  --s26-surf-1: #08120d;
  --s26-surf-2: #0f2016;
  --s26-surf-3: #142a1d;
  --s26-hairline: rgba(94, 248, 138, .10);
}

[data-theme="dark"] body { background: var(--s26-surf-1) !important; }

/* Alternate the planes so consecutive sections separate */
.section-paper,
.eco-section-paper { background: var(--s26-surf-2) !important; }
.section-cream,
.eco-section-cream { background: var(--s26-surf-3) !important; }
[data-theme="dark"] .bg-white  { background: var(--s26-surf-2) !important; }
[data-theme="dark"] .bg-slate-50,
[data-theme="dark"] .bg-emerald-50 { background: var(--s26-surf-3) !important; }

/* Hairline between stacked sections — the seam that makes planes read */
.section + .section,
section + section { border-top: 1px solid var(--s26-hairline); }

/* Lift cards off whichever plane they sit on */
.info-card, .eco-tile {
  background: var(--s26-surf-2) !important;
  border: 1px solid var(--s26-hairline) !important;
  box-shadow: 0 1px 2px rgba(11, 61, 26, .04);
}
[data-theme="dark"] .info-card,
[data-theme="dark"] .eco-tile { box-shadow: 0 1px 2px rgba(0, 0, 0, .3); }
.section-cream .info-card,
.section-cream .eco-tile { background: var(--s26-surf-2) !important; }

/* ==========================================================================
   8. PREMIUM DETAIL
   ========================================================================== */

/* Optical type polish across every heading on the site */
h1, h2, h3, .section-title, .eco-h1, .eco-h2 {
  text-wrap: balance;
  font-feature-settings: "kern" 1, "liga" 1;
}
h1 { letter-spacing: -.035em; }
h2 { letter-spacing: -.028em; }
p, li { text-wrap: pretty; }

/* Measure — long lines are the fastest way to look cheap */
.section p:not([class*="max-w"]):not(.s26-answer-a),
.eco-section p:not([class*="max-w"]) { max-width: 68ch; }

/* Buttons: layered shadow instead of a flat fill */
.eco-btn-bright, .eco-btn-green, .btn-bright, .btn-green {
  box-shadow: 0 1px 2px rgba(6, 32, 14, .16), 0 6px 18px rgba(45, 210, 91, .22);
}
.eco-btn-bright:hover, .eco-btn-green:hover, .btn-bright:hover, .btn-green:hover {
  box-shadow: 0 2px 4px rgba(6, 32, 14, .18), 0 12px 28px rgba(45, 210, 91, .32);
}

/* The hero on legacy pages runs very tall on phones — cap the dead space */
@media (max-width: 640px) {
  .dv-hero, .itad-hero { padding-top: 28px !important; padding-bottom: 32px !important; }
  .dv-hero h1, .itad-hero h1 { font-size: clamp(30px, 8.4vw, 42px) !important; }
}

/* Section rhythm: one consistent vertical scale everywhere */
.section, .eco-section { padding-block: clamp(48px, 8vw, 96px); }

/* Selection + scrollbar — small things that read as finish */
::selection { background: rgba(45, 210, 91, .28); color: inherit; }
@supports (scrollbar-color: auto) {
  html { scrollbar-color: rgba(45, 210, 91, .45) transparent; scrollbar-width: thin; }
}

/* Images: never let one break a layout, and keep them from looking pasted on */
img { max-width: 100%; height: auto; }
.info-card img, .eco-tile img { border-radius: 12px; }

/* ==========================================================================
   9. STICKY BAR CLEARANCE
   The bar was overlapping the hero's own CTAs on legacy pages.
   ========================================================================== */
@media (max-width: 899px) {
  body { padding-bottom: 76px; }
  .dv-hero, .itad-hero { padding-bottom: 44px !important; }
}

/* ==========================================================================
   9. LAYOUT REPAIRS — 2026-08-23
   Three defect classes found across the site, all fixed at the token level so
   every page moves together rather than page-by-page.
   ========================================================================== */

/* ---- 9a. Self-constraining callouts -------------------------------------
   .s26-answer and .s26-tvpolicy are script-injected, and on 12 of 13 pages
   they landed as a direct child of <section> — OUTSIDE the page's
   `max-w-* mx-auto px-4` wrapper. With `margin: … 0` that pinned them flush
   to the viewport edge (the "TV drop-off" box). The same `max-width` with no
   auto margin also stranded the answer card in the left half of wide
   sections. Making the box constrain itself means it looks right wherever
   the injector puts it.                                                    */
.s26-answer,
.s26-tvpolicy {
  width: min(74ch, calc(100% - 2 * clamp(16px, 4vw, 28px)));
  max-width: none;              /* width above now owns the sizing */
  margin-inline: auto;
}
/* Inside a real container the gutter is already provided — go edge to edge. */
.wrap .s26-answer,        .wrap .s26-tvpolicy,
[class*="max-w-"] .s26-answer, [class*="max-w-"] .s26-tvpolicy,
.prose .s26-answer,       .prose .s26-tvpolicy {
  width: min(74ch, 100%);
  margin-inline: 0;
}

/* ---- 9b. Meta rows must wrap --------------------------------------------
   48 rating/meta rows ("★★★★★ · 4.9 stars · 290+ Google Reviews · …") were
   `flex items-center` with no `flex-wrap`. Flex items shrink by default, so
   below ~700px they crushed into each other and broke mid-word. Wrapping is
   always correct for these — they are a list of independent facts.         */
.s26-metarow { flex-wrap: wrap; row-gap: 6px; }
.s26-metarow > * { white-space: nowrap; }

/* ---- 9c. Brand chips ----------------------------------------------------
   The pro-audio brand wall was `flex justify-center` with no wrap and no
   gap: 20 chips fought over one line, overflowed both edges, and wrapped
   inside themselves ("Electro-/Voice"). Chips are now a wrapping row of
   non-breaking chips with a real surface.                                  */
.brand-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.brand-pill {
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;              /* never split a brand name */
  margin: 0 !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: var(--s26-paper) !important;
  border: 1px solid var(--s26-rule) !important;
  color: var(--s26-ink-soft) !important;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: -.005em;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(11, 61, 26, .04);
  transition: transform .25s var(--s26-ease), border-color .25s var(--s26-ease),
              box-shadow .25s var(--s26-ease), color .25s var(--s26-ease);
}
.brand-pill:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--s26-green) 42%, transparent);
  color: var(--s26-accent) !important;
  box-shadow: 0 6px 16px rgba(11, 61, 26, .10);
}
[data-theme="dark"] .brand-pill,
[data-theme="dark"] body.eco-chromed .brand-pill {
  background: color-mix(in srgb, var(--s26-bright) 6%, var(--s26-paper)) !important;
  border-color: color-mix(in srgb, var(--s26-bright) 20%, transparent) !important;
  color: var(--s26-ink-soft) !important;
  box-shadow: none;
}
[data-theme="dark"] .brand-pill:hover,
[data-theme="dark"] body.eco-chromed .brand-pill:hover {
  border-color: color-mix(in srgb, var(--s26-bright) 46%, transparent) !important;
  color: var(--s26-glow) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}
@media (prefers-reduced-motion: reduce) {
  .brand-pill, .brand-pill:hover { transition: none; transform: none; }
}

/* ---- 9d. Related-services / device-index link grids ---------------------
   These were either a bare prose paragraph of inline links or a farm of ~19
   13px outline buttons. Both read as unfinished next to the cards above
   them. One card grid replaces both.                                       */
.s26-linkgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}
.s26-linkgrid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid var(--s26-rule);
  border-radius: 12px;
  background: var(--s26-paper);
  color: var(--s26-ink) !important;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none !important;
  transition: transform .25s var(--s26-ease), border-color .25s var(--s26-ease),
              box-shadow .25s var(--s26-ease);
}
.s26-linkgrid a::after {
  content: "→";
  flex: none;
  color: var(--s26-accent);
  opacity: .55;
  transition: transform .25s var(--s26-ease), opacity .25s var(--s26-ease);
}
.s26-linkgrid a:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--s26-green) 45%, transparent);
  box-shadow: 0 8px 20px rgba(11, 61, 26, .09);
}
.s26-linkgrid a:hover::after { transform: translateX(3px); opacity: 1; }
[data-theme="dark"] .s26-linkgrid a {
  background: color-mix(in srgb, var(--s26-bright) 5%, var(--s26-paper));
  border-color: color-mix(in srgb, var(--s26-bright) 17%, transparent);
}
[data-theme="dark"] .s26-linkgrid a:hover {
  border-color: color-mix(in srgb, var(--s26-bright) 44%, transparent);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .38);
}
@media (prefers-reduced-motion: reduce) {
  .s26-linkgrid a, .s26-linkgrid a:hover { transition: none; transform: none; }
}

/* ==========================================================================
   10. VIDEO HERO — the arrival footage as a background band
   One implementation for every page. The clip is a 480x854 portrait, so on a
   wide hero it is cropped to a centre strip and upscaled; it is set behind a
   blur and a layered scrim so it reads as atmosphere rather than as content.
   Legibility never depends on which frame is showing — the scrim carries the
   contrast on its own (worst frame in the clip measures 8.4:1 for white).
   ========================================================================== */
.vbg-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0b3d1a;               /* ground: paints before the video decodes */
}
/* !important because .page-hero > div:first-child{position:relative} (from the
   mascot layer) outranks a plain .vbg-media and dropped the video into normal
   flow, pushing the whole hero down the page. */
.vbg-media,
.vbg-scrim,
.vbg-hero > .vbg-media,
.vbg-hero > .vbg-scrim {
  position: absolute !important; inset: 0 !important; pointer-events: none;
}
.vbg-media { z-index: 0; background: #0b3d1a; }
.vbg-media video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  filter: blur(1.5px) saturate(.86) brightness(.80);
  transform: scale(1.08);            /* hides the soft edge the blur leaves */
}
.vbg-scrim {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5,24,12,.88) 0%, rgba(5,24,12,.40) 24%,
                            rgba(5,24,12,.40) 60%, rgba(5,24,12,.90) 100%),
    linear-gradient(90deg,  rgba(5,24,12,.82) 0%, rgba(5,24,12,.62) 40%,
                            rgba(5,24,12,.22) 76%, rgba(5,24,12,.16) 100%),
    radial-gradient(72% 90% at 80% 20%, rgba(45,210,91,.16), transparent 62%);
}
/* Phones show the portrait clip nearly uncropped, so copy sits over the
   busiest part of the frame — flatten to an even, heavier scrim. */
@media (max-width: 919px) {
  .vbg-scrim {
    background:
      linear-gradient(180deg, rgba(5,24,12,.92) 0%, rgba(5,24,12,.66) 30%,
                              rgba(5,24,12,.66) 66%, rgba(5,24,12,.94) 100%),
      radial-gradient(90% 60% at 70% 12%, rgba(45,210,91,.14), transparent 66%);
  }
  .vbg-media video { filter: blur(2px) saturate(.80) brightness(.68); }
}
/* The toggle must stay OUT of this: it is absolutely positioned, and forcing
   it to relative made `right:18px` shift it 18px LEFT of the hero instead of
   anchoring it right — it hung off the page edge. */
.vbg-hero > *:not(.vbg-media):not(.vbg-scrim):not(.vbg-toggle) { position: relative; z-index: 2; }

/* ---- Legible copy on top -------------------------------------------------
   Roughly 122 of these heroes were light-with-dark-text in light mode. The
   band is now dark in BOTH themes, so the text has to come with it. Scoped to
   .vbg-hero so nothing outside the band is touched.                        */
.vbg-hero h1, .vbg-hero h2, .vbg-hero h3,
.vbg-hero .text-slate-900, .vbg-hero .text-slate-800,
.vbg-hero .text-gray-900,  .vbg-hero .text-black { color: #fff !important; }
.vbg-hero p, .vbg-hero li, .vbg-hero .lead,
.vbg-hero .text-slate-700, .vbg-hero .text-slate-600,
.vbg-hero .text-slate-500, .vbg-hero .text-gray-600,
.vbg-hero .text-neutral-600 { color: rgba(255,255,255,.90) !important; }
.vbg-hero strong, .vbg-hero b { color: #fff !important; }
.vbg-hero .text-emerald-600, .vbg-hero .text-emerald-700,
.vbg-hero .text-emerald-800, .vbg-hero .text-emerald-900,
.vbg-hero .eco-highlight, .vbg-hero .link { color: #5ef88a !important; }
.vbg-hero h1, .vbg-hero .lead, .vbg-hero p { text-shadow: 0 1px 16px rgba(0,0,0,.42); }
.vbg-hero h1 { text-shadow: 0 2px 22px rgba(0,0,0,.45); }
.vbg-hero a:not(.btn):not([class*="eco-btn"]):not([class*="-btn"]) { color: #5ef88a !important; }

/* Light chips and cards inside the band become dark glass. */
.vbg-hero .bg-white, .vbg-hero .bg-slate-50, .vbg-hero .bg-slate-100,
.vbg-hero .bg-emerald-50, .vbg-hero .bg-emerald-100, .vbg-hero .badge,
.vbg-hero .gr-pill {
  background-color: rgba(11,61,26,.58) !important; background-image: none !important;
  border-color: rgba(94,248,138,.30) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.vbg-hero .gr-pill, .vbg-hero .gr-count, .vbg-hero .gr-rating { color: #fff !important; }
.vbg-hero .border-slate-200, .vbg-hero .border-emerald-100,
.vbg-hero .border-emerald-200 { border-color: rgba(94,248,138,.28) !important; }
/* Breadcrumbs sit at the top where the scrim is heaviest. */
.vbg-hero .crumb, .vbg-hero .crumb a, .vbg-hero nav[aria-label="Breadcrumb"],
.vbg-hero nav[aria-label="Breadcrumb"] a,
.vbg-hero nav[aria-label="Breadcrumb"] span { color: rgba(255,255,255,.80) !important; }

/* Tells people what they are watching and gives the loop a stop —
   WCAG 2.2.2 wants a pause for motion running longer than five seconds. */
.vbg-toggle {
  position: absolute !important; right: 18px; bottom: 16px; z-index: 3;
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; padding: 0;
  border-radius: 50%;
  background: rgba(5,24,12,.62);
  border: 1px solid rgba(94,248,138,.24);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: rgba(255,255,255,.88) !important;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 12.5px; font-weight: 600; line-height: 1;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}
.vbg-toggle:hover { border-color: rgba(94,248,138,.55); color: #fff !important; background: rgba(5,24,12,.78); }
.vbg-toggle:focus-visible { outline: 2px solid #5ef88a; outline-offset: 3px; }
.vbg-toggle svg { width: 15px; height: 15px; color: #5ef88a; flex: none; }
@media (max-width: 700px) { .vbg-toggle { display: none; } }
@media (prefers-reduced-motion: reduce) { .vbg-toggle { transition: none; } }

/* Elements that carry their OWN light fill inside the band would otherwise end
   up with white text on a near-white card — the answer block and the mint
   secondary button both did. Give them the same dark glass as the chips. */
.vbg-hero .s26-answer {
  background-color: rgba(11,61,26,.60) !important; background-image: none !important;
  border-color: rgba(94,248,138,.30) !important;
  border-left-color: #5ef88a !important;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.vbg-hero .s26-answer-q { color: #fff !important; }
.vbg-hero .s26-answer-a,
.vbg-hero .s26-answer li { color: rgba(255,255,255,.90) !important; }
.vbg-hero .s26-answer strong { color: #fff !important; }
.vbg-hero .s26-answer-meta,
.vbg-hero .s26-answer-meta span { color: rgba(255,255,255,.76) !important; }
.vbg-hero .btn-secondary,
.vbg-hero .btn-outline {
  background-color: rgba(11,61,26,.58) !important; background-image: none !important;
  border-color: rgba(94,248,138,.34) !important;
  color: #fff !important;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}

/* eco-chrome.css and the Tailwind overrides above both ship !important colour
   rules that outrank a plain .vbg-hero selector. Re-declare the band's text
   colours behind body.eco-chromed so they clear that cascade. Keep the scope —
   dropping it silently reverts these to dark-on-dark. */
body.eco-chromed .vbg-hero h1,
body.eco-chromed .vbg-hero h2,
body.eco-chromed .vbg-hero h3,
body.eco-chromed .vbg-hero strong,
body.eco-chromed .vbg-hero b,
body.eco-chromed .vbg-hero .text-slate-900,
body.eco-chromed .vbg-hero .text-slate-800 { color: #fff !important; }
body.eco-chromed .vbg-hero p,
body.eco-chromed .vbg-hero li,
body.eco-chromed .vbg-hero .lead,
body.eco-chromed .vbg-hero .text-slate-700,
body.eco-chromed .vbg-hero .text-slate-600,
body.eco-chromed .vbg-hero .text-slate-500 { color: rgba(255,255,255,.90) !important; }
body.eco-chromed .vbg-hero .text-emerald-600,
body.eco-chromed .vbg-hero .text-emerald-700,
body.eco-chromed .vbg-hero .text-emerald-800,
body.eco-chromed .vbg-hero .text-emerald-900,
body.eco-chromed .vbg-hero .eco-highlight,
body.eco-chromed .vbg-hero .link { color: #5ef88a !important; }

/* A couple of heroes carry a comparison table. Its cells keep their own light
   fill, so bold text inside them went white-on-mint — move the whole table to
   the same dark glass instead of exempting it. */
.vbg-hero table th,
.vbg-hero table td,
body.eco-chromed .vbg-hero table th,
body.eco-chromed .vbg-hero table td {
  background-color: rgba(11,61,26,.55) !important; background-image: none !important;
  border-color: rgba(94,248,138,.22) !important;
  color: rgba(255,255,255,.92) !important;
}
body.eco-chromed .vbg-hero table th,
body.eco-chromed .vbg-hero table strong { color: #fff !important; }
/* .compare-table paints an opaque white behind those translucent cells, which
   washed them out to 3.3:1 — let the band show through instead. */
.vbg-hero table,
body.eco-chromed .vbg-hero table { background-color: transparent !important; background-image: none !important; }

/* Any other component that ships its own light fill and can appear inside a
   hero. Same dark glass, so bold text on top never lands white-on-mint. */
.vbg-hero .callout,
.vbg-hero .sa-callout,
.vbg-hero .it-tip,
.vbg-hero .items-note,
.vbg-hero .fact-list,
.vbg-hero .note,
.vbg-hero .info-card,
.vbg-hero .card {
  background-color: rgba(11,61,26,.58) !important; background-image: none !important;
  border-color: rgba(94,248,138,.28) !important;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
body.eco-chromed .vbg-hero .callout,
body.eco-chromed .vbg-hero .callout p,
body.eco-chromed .vbg-hero .sa-callout,
body.eco-chromed .vbg-hero .it-tip,
body.eco-chromed .vbg-hero .items-note,
body.eco-chromed .vbg-hero .fact-list,
body.eco-chromed .vbg-hero .fact-list li,
body.eco-chromed .vbg-hero .info-card,
body.eco-chromed .vbg-hero .card { color: rgba(255,255,255,.92) !important; }
body.eco-chromed .vbg-hero .callout strong,
body.eco-chromed .vbg-hero .fact-list strong { color: #fff !important; }

/* ---- Any light surface inside the band -----------------------------------
   Patching these class by class kept missing one more. This is the full set
   of light Tailwind fills plus every card component that can land in a hero;
   all of them take the same dark glass, and everything inside them goes light.
   background-COLOR, not the shorthand: a later `background-color: x !important`
   from eco-chrome/Tailwind beats an earlier `background:` for that longhand. */
.vbg-hero .bg-white, .vbg-hero .bg-slate-50, .vbg-hero .bg-slate-100, .vbg-hero .bg-slate-200,
.vbg-hero .bg-gray-50, .vbg-hero .bg-gray-100, .vbg-hero .bg-neutral-50, .vbg-hero .bg-neutral-100,
.vbg-hero .bg-zinc-50, .vbg-hero .bg-zinc-100, .vbg-hero .bg-emerald-50, .vbg-hero .bg-emerald-100,
.vbg-hero .bg-green-50, .vbg-hero .bg-green-100, .vbg-hero .bg-amber-50, .vbg-hero .bg-yellow-50,
.vbg-hero .bg-red-50, .vbg-hero .bg-blue-50, .vbg-hero .bg-teal-50,
.vbg-hero .s26-answer, .vbg-hero .s26-tvpolicy, .vbg-hero .callout, .vbg-hero .sa-callout,
.vbg-hero .it-tip, .vbg-hero .items-note, .vbg-hero .fact-list, .vbg-hero .info-card,
.vbg-hero .card, .vbg-hero .section-tag, .vbg-hero .note, .vbg-hero .key,
.vbg-hero .compare-table th, .vbg-hero .compare-table td {
  background-color: rgba(11,61,26,.58) !important;
  background-image: none !important;
  border-color: rgba(94,248,138,.28) !important;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
/* Everything sitting on one of those surfaces. */
body.eco-chromed .vbg-hero .bg-white *, body.eco-chromed .vbg-hero .bg-slate-50 *,
body.eco-chromed .vbg-hero .bg-gray-50 *, body.eco-chromed .vbg-hero .bg-emerald-50 *,
body.eco-chromed .vbg-hero .bg-emerald-100 *, body.eco-chromed .vbg-hero .bg-green-50 *,
body.eco-chromed .vbg-hero .bg-amber-50 *, body.eco-chromed .vbg-hero .bg-blue-50 *,
body.eco-chromed .vbg-hero .s26-answer *, body.eco-chromed .vbg-hero .s26-tvpolicy *,
body.eco-chromed .vbg-hero .callout *, body.eco-chromed .vbg-hero .sa-callout *,
body.eco-chromed .vbg-hero .it-tip *, body.eco-chromed .vbg-hero .items-note *,
body.eco-chromed .vbg-hero .fact-list *, body.eco-chromed .vbg-hero .info-card *,
body.eco-chromed .vbg-hero .card *, body.eco-chromed .vbg-hero .section-tag,
body.eco-chromed .vbg-hero .key * { color: rgba(255,255,255,.92) !important; }
body.eco-chromed .vbg-hero .s26-tvpolicy-h,
body.eco-chromed .vbg-hero .s26-answer-q { color: #fff !important; }
body.eco-chromed .vbg-hero .s26-tvpolicy-fine { color: rgba(255,255,255,.78) !important; }
body.eco-chromed .vbg-hero .section-tag { color: #5ef88a !important; }
body.eco-chromed .vbg-hero a.link,
body.eco-chromed .vbg-hero .callout a,
body.eco-chromed .vbg-hero .s26-answer a { color: #5ef88a !important; }

/* Applied by the safety net in site-2026.js to anything that still rendered
   light inside the band after the rules above. */
.vbg-hero .vbg-lit {
  background-color: rgba(11,61,26,.60) !important;
  background-image: none !important;
  border-color: rgba(94,248,138,.28) !important;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.vbg-hero .vbg-lit,
.vbg-hero .vbg-lit *,
.vbg-hero .vbg-dim { color: rgba(255,255,255,.92) !important; }
.vbg-hero .vbg-lit strong, .vbg-hero .vbg-lit h1, .vbg-hero .vbg-lit h2,
.vbg-hero .vbg-lit h3, .vbg-hero .vbg-dim strong { color: #fff !important; }
.vbg-hero .vbg-lit a, .vbg-hero .vbg-dim a,
.vbg-hero .vbg-lit .section-tag, .vbg-hero .vbg-dim.section-tag { color: #5ef88a !important; }

/* Gradient-filled headings. The page-hero set paints its h1 with a DARK green
   linear-gradient through background-clip:text, so -webkit-text-fill-color
   wins over any `color` we set and the headline stayed dark on the dark band.
   Repaint the gradient bright instead of flattening it to white. */
.vbg-hero h1,
.vbg-hero h2,
body.eco-chromed .vbg-hero h1,
body.eco-chromed .vbg-hero h2 {
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 52%, #9dffbe 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
/* Headings that were never gradient-filled keep a solid white. */
.vbg-hero h1:not([class*="text-"]),
.vbg-hero h3 { -webkit-text-fill-color: #fff !important; }

/* Breadcrumb, now folded into the band so the nav runs straight into it. */
.vbg-crumb {
  position: relative; z-index: 2;
  margin-bottom: 14px;
  font-size: 13.5px;
}
.vbg-crumb nav { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
body.eco-chromed .vbg-hero .vbg-crumb a { color: rgba(255,255,255,.82) !important; text-decoration: none; }
body.eco-chromed .vbg-hero .vbg-crumb a:hover { color: #5ef88a !important; }
body.eco-chromed .vbg-hero .vbg-crumb span { color: rgba(255,255,255,.55) !important; }
.vbg-hero .vbg-crumb a { color: rgba(255,255,255,.82) !important; text-decoration: none; }
.vbg-hero .vbg-crumb span { color: rgba(255,255,255,.55) !important; }

/* ---- Breadcrumb inside the video band ------------------------------------
   eco-chrome.css paints breadcrumb text near-black in dark mode
   (`nav[aria-label="Breadcrumb"] a { color:#0b3d1a !important }`, plus span
   and svg) because that crumb normally sits on a LIGHT pill. Now that it sits
   on the dark band, those rules made "Home" unreadable. Adding .vbg-hero to
   the chain takes specificity to (0,4,3) — one class above eco-chrome's
   (0,3,3) — so these win. Keep the .vbg-hero in the selector. */
[data-theme="dark"] body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] a,
body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] a,
.vbg-hero nav[aria-label="Breadcrumb"] a { color: #5ef88a !important; }
[data-theme="dark"] body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] a:hover,
body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] a:hover { color: #9dffbe !important; }
[data-theme="dark"] body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] svg,
body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] svg { color: #5ef88a !important; }
[data-theme="dark"] body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] span,
body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] span,
.vbg-hero nav[aria-label="Breadcrumb"] span { color: rgba(255,255,255,.90) !important; }
[data-theme="dark"] body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] span[aria-hidden="true"],
body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] span[aria-hidden="true"] { color: rgba(255,255,255,.55) !important; }
[data-theme="dark"] body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"],
body.eco-chromed .vbg-hero nav[aria-label="Breadcrumb"] { color: rgba(255,255,255,.90) !important; }

/* ==========================================================================
   11. BRAND LOGO — never let the nav squeeze it
   The brand <a> is a flex item of .eco-nav-inner / .nav-inner. When the bar
   runs out of room, flex shrinks that anchor, and the global
   `img { max-width: 100% }` then caps the logo to the squeezed box while its
   `height` stays fixed — at ~900px the logotype rendered 27x60 instead of
   151x60 and became unreadable. Two guards: keep the brand out of the shrink
   calculation, and make distortion impossible even if something else squeezes
   it (object-fit: contain letterboxes instead of stretching).
   ========================================================================== */
.eco-nav-inner > a:first-child,
.nav-inner > a:first-child { flex: 0 0 auto; min-width: -moz-max-content; min-width: max-content; }

.eco-nav-logo,
.nav-logo,
img.footer-brand-logo,
header img.h-14,
nav img.h-14 {
  flex: none;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  object-position: left center;
}
/* Below the burger breakpoint the bar has room again; keep the logo capped so
   it can never outrun a narrow phone screen. */
@media (max-width: 420px) {
  .eco-nav-logo, .nav-logo, img.footer-brand-logo { max-width: 62vw !important; }
}

/* FAQ questions are headings so they appear in the document outline (generative
   engines and heading parsers read the outline, not <summary> text). The
   heading must not disturb the summary's own typography or flex layout. */
summary .q-h {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}
