@charset "UTF-8";
/* ==========================================================================
   AB Components Ltd — Filtration Specialists
   Design system. Committed indigo/cyan palette derived from the logo.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand — sampled directly from ABC-Logo.webp */
  --brand:        oklch(0.3003 0.1866 275);   /* #200288 indigo   */
  --brand-700:    oklch(0.2450 0.1620 276);
  --brand-900:    oklch(0.1660 0.1010 279);
  --brand-300:    oklch(0.5100 0.2100 277);
  --brand-100:    oklch(0.9200 0.0430 280);
  --brand-050:    oklch(0.9640 0.0195 282);

  --cyan:         oklch(0.7715 0.1318 205);   /* #01ccdd cyan     */
  --cyan-600:     oklch(0.6720 0.1160 206);
  --cyan-700:     oklch(0.5260 0.0980 207);
  --cyan-200:     oklch(0.9130 0.0620 202);
  --cyan-050:     oklch(0.9750 0.0250 200);

  /* Neutrals — tinted toward the brand hue, never toward cream */
  --bg:           oklch(0.9880 0.0035 285);
  --surface:      oklch(1 0 0);
  --surface-2:    oklch(0.9660 0.0080 285);
  --surface-3:    oklch(0.9380 0.0120 284);
  --line:         oklch(0.9020 0.0130 284);
  --line-strong:  oklch(0.8300 0.0180 283);

  --ink:          oklch(0.2100 0.0480 285);
  --ink-2:        oklch(0.4250 0.0330 285);
  --ink-3:        oklch(0.5450 0.0270 285);
  --on-dark:      oklch(0.9850 0.0060 280);
  --on-dark-2:    oklch(0.8450 0.0270 280);

  /* Type */
  --font-display: "Archivo", "Archivo Expanded", system-ui, sans-serif;
  --font-body:    "Barlow", system-ui, -apple-system, sans-serif;

  --step--1: clamp(0.82rem, 0.79rem + 0.14vw, 0.90rem);
  --step-0:  clamp(1.00rem, 0.96rem + 0.20vw, 1.11rem);
  --step-1:  clamp(1.27rem, 1.19rem + 0.38vw, 1.50rem);
  --step-2:  clamp(1.60rem, 1.44rem + 0.76vw, 2.05rem);
  --step-3:  clamp(2.00rem, 1.72rem + 1.35vw, 2.80rem);
  --step-4:  clamp(2.45rem, 1.95rem + 2.45vw, 3.90rem);
  --step-5:  clamp(2.90rem, 2.00rem + 4.30vw, 5.40rem);

  /* Space */
  --sp-1: 0.375rem;  --sp-2: 0.625rem;  --sp-3: 1rem;
  --sp-4: 1.5rem;    --sp-5: 2.25rem;   --sp-6: 3.25rem;
  --sp-7: 4.5rem;    --sp-8: 6.5rem;
  --band: clamp(3.5rem, 2.2rem + 5.4vw, 7rem);
  --gut:  clamp(1.1rem, 0.6rem + 2.2vw, 2.5rem);
  --maxw: 1280px;

  /* Radius */
  --r-sm: 8px;  --r-md: 14px;  --r-lg: 22px;  --r-xl: 30px;  --r-pill: 999px;

  /* Shadow */
  --sh-1: 0 1px 2px oklch(0.21 0.048 285 / 0.05), 0 2px 8px oklch(0.21 0.048 285 / 0.04);
  --sh-2: 0 2px 6px oklch(0.21 0.048 285 / 0.06), 0 12px 28px oklch(0.21 0.048 285 / 0.07);
  --sh-3: 0 6px 16px oklch(0.21 0.048 285 / 0.10), 0 26px 60px oklch(0.21 0.048 285 / 0.13);
  --sh-cyan: 0 8px 24px oklch(0.7715 0.1318 205 / 0.34);

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io:  cubic-bezier(0.65, 0, 0.35, 1);
  --t-fast: 140ms; --t-med: 260ms; --t-slow: 520ms;

  /* Semantic z-scale */
  --z-base: 1; --z-raised: 10; --z-dropdown: 100; --z-sticky: 200;
  --z-backdrop: 300; --z-drawer: 400; --z-toast: 500;
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
h1 { font-size: var(--step-5); letter-spacing: -0.036em; }
h2 { font-size: var(--step-4); letter-spacing: -0.032em; }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); letter-spacing: -0.02em; }
p  { text-wrap: pretty; }

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 4px;
}
::selection { background: var(--cyan); color: var(--brand-900); }

.skip {
  position: absolute; left: 50%; translate: -50% -140%;
  z-index: var(--z-toast); background: var(--brand); color: #fff;
  padding: 0.85rem 1.4rem; border-radius: 0 0 var(--r-md) var(--r-md);
  font-weight: 600; transition: translate var(--t-med) var(--ease-out);
}
.skip:focus { translate: -50% 0; }

.wrap { width: min(100% - (var(--gut) * 2), var(--maxw)); margin-inline: auto; }
.wrap-narrow { width: min(100% - (var(--gut) * 2), 940px); margin-inline: auto; }
.band { padding-block: var(--band); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

/* --------------------------------------------------------------------------
   3. Shared pieces
   -------------------------------------------------------------------------- */

/* Dot label — deliberate brand marker, used on major sections only */
.dot-label {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-body); font-size: var(--step--1);
  font-weight: 600; color: var(--ink-2); margin-bottom: var(--sp-3);
}
.dot-label::before {
  content: ""; inline-size: 9px; block-size: 9px; border-radius: 50%;
  background: var(--cyan); box-shadow: 0 0 0 4px oklch(0.7715 0.1318 205 / 0.2);
  flex: none;
}
.on-dark .dot-label, .dot-label.is-light { color: var(--on-dark-2); }

/* Buttons */
.btn {
  --btn-bg: var(--brand); --btn-fg: #fff; --btn-badge: rgb(255 255 255 / 0.18);
  display: inline-flex; align-items: center; gap: 0.7rem;
  padding: 0.62rem 0.62rem 0.62rem 1.4rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1px solid transparent; border-radius: var(--r-pill);
  font-family: var(--font-body); font-weight: 600; font-size: var(--step-0);
  letter-spacing: -0.01em; cursor: pointer; white-space: nowrap;
  transition: background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              box-shadow var(--t-med) var(--ease-out),
              translate var(--t-med) var(--ease-out);
}
.btn__ico {
  display: grid; place-items: center; inline-size: 2.1rem; block-size: 2.1rem;
  border-radius: 50%; background: var(--btn-badge); flex: none;
  transition: translate var(--t-med) var(--ease-out), background var(--t-fast) var(--ease-out);
}
.btn__ico svg { inline-size: 0.95rem; block-size: 0.95rem; }
.btn:hover { translate: 0 -2px; box-shadow: var(--sh-2); }
.btn:hover .btn__ico { translate: 3px 0; }
.btn:active { translate: 0 0; }

.btn--cyan { --btn-bg: var(--cyan); --btn-fg: var(--brand-900); --btn-badge: oklch(0.30 0.187 275 / 0.16); }
.btn--cyan:hover { box-shadow: var(--sh-cyan); }
.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--ink); --btn-badge: oklch(0.30 0.187 275 / 0.09);
  border-color: var(--line-strong);
}
.btn--ghost:hover { --btn-bg: var(--surface); border-color: var(--brand); }
.btn--glass {
  --btn-bg: rgb(255 255 255 / 0.12); --btn-fg: #fff; --btn-badge: rgb(255 255 255 / 0.22);
  border-color: rgb(255 255 255 / 0.34);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.btn--glass:hover { --btn-bg: rgb(255 255 255 / 0.22); }
.btn--sm { padding: 0.44rem 0.44rem 0.44rem 1.05rem; font-size: var(--step--1); }
.btn--sm .btn__ico { inline-size: 1.75rem; block-size: 1.75rem; }

/* Text link with arrow */
.tlink {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 600; color: var(--brand); font-size: var(--step--1);
  border-bottom: 2px solid transparent; padding-bottom: 2px;
  transition: border-color var(--t-fast), gap var(--t-med) var(--ease-out);
}
.tlink svg { inline-size: 0.85rem; block-size: 0.85rem; }
.tlink:hover { border-color: var(--cyan); gap: 0.75rem; }

/* Section heading block */
.sec-head { max-width: 60ch; margin-bottom: var(--sp-6); }
.sec-head p { color: var(--ink-2); margin-top: var(--sp-3); font-size: var(--step-1); line-height: 1.5; }
.sec-head--split {
  display: grid; gap: var(--sp-4) var(--sp-6); max-width: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: end;
}
.sec-head--split p { margin-top: 0; }
@media (max-width: 800px) { .sec-head--split { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   4. Utility bar + header
   -------------------------------------------------------------------------- */
.util {
  background: var(--brand-900); color: var(--on-dark-2);
  font-size: var(--step--1); position: relative; z-index: var(--z-raised);
}
.util__in { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4); min-height: 42px; }
.util__tag { font-weight: 500; letter-spacing: 0.005em; }
.util__tag b { color: var(--cyan); font-weight: 700; }
.util__right { display: flex; align-items: center; gap: var(--sp-4); }
.util a { transition: color var(--t-fast); display: inline-flex; align-items: center; gap: 0.4rem; }
.util a:hover { color: var(--cyan); }
.util svg { inline-size: 0.85rem; block-size: 0.85rem; opacity: 0.7; }
@media (max-width: 900px) { .util__tag { display: none; } .util__in { justify-content: center; } }
@media (max-width: 560px) { .util__sep { display: none; } }

.hdr {
  position: sticky; top: 0; z-index: var(--z-sticky);
  background: oklch(1 0 0 / 0.9);
  -webkit-backdrop-filter: blur(14px) saturate(1.6); backdrop-filter: blur(14px) saturate(1.6);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--t-med) var(--ease-out);
}
.hdr.is-stuck { box-shadow: var(--sh-2); }
.hdr__in { display: flex; align-items: center; gap: var(--sp-4); min-height: 78px; }
.hdr__logo { flex: none; margin-right: auto; }
.hdr__logo img { block-size: clamp(34px, 4.4vw, 46px); inline-size: auto; }

.nav > ul { display: flex; align-items: center; gap: 0.15rem; list-style: none; padding: 0; }
.nav a {
  display: block; padding: 0.55rem 0.72rem; border-radius: var(--r-sm);
  font-weight: 500; font-size: 0.95rem; color: var(--ink-2);
  transition: color var(--t-fast), background var(--t-fast);
}
.nav a:hover { color: var(--brand); background: var(--brand-050); }
.nav a[aria-current="page"] { color: var(--brand); font-weight: 700; }
.nav__has { position: relative; }
.nav__group {
  display: inline-flex; align-items: center; border-radius: var(--r-sm);
  transition: background var(--t-fast);
}
.nav__group > a { padding-right: 0.25rem; }
.nav__has:hover .nav__group,
.nav__has[data-open="true"] .nav__group { background: var(--brand-050); }
.nav__has:hover .nav__group > a,
.nav__has[data-open="true"] .nav__group > a { color: var(--brand); }
.nav__toggle {
  display: grid; place-items: center; inline-size: 1.5rem; block-size: 1.5rem;
  margin-right: 0.3rem; padding: 0; border: 0; background: none; border-radius: 50%;
  color: var(--ink-2); cursor: pointer;
  transition: color var(--t-fast), background var(--t-fast);
}
.nav__toggle:hover { background: oklch(0.3003 0.1866 275 / 0.1); color: var(--brand); }
.nav__toggle svg { inline-size: 0.7rem; block-size: 0.7rem; transition: rotate var(--t-med) var(--ease-out); }
.nav__has[data-open="true"] .nav__toggle svg { rotate: 180deg; }

.mega {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0;
  z-index: var(--z-dropdown); width: min(92vw, 620px);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--sh-3); padding: 0.75rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.15rem;
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; translate: -50% 8px;
  transition: opacity var(--t-med) var(--ease-out), translate var(--t-med) var(--ease-out),
              visibility 0s linear var(--t-med);
}
.nav__has[data-open="true"] .mega {
  opacity: 1; visibility: visible; translate: -50% 0; transition-delay: 0s;
}
.mega a { padding: 0.62rem 0.75rem; border-radius: var(--r-md); font-weight: 600; color: var(--ink); }
.mega a span { display: block; font-weight: 400; font-size: 0.82rem; color: var(--ink-3); margin-top: 1px; line-height: 1.4; }
.mega a:hover { background: var(--brand-050); }
.mega a:hover span { color: var(--ink-2); }

.hdr__cta { flex: none; }
.burger {
  display: none; place-items: center; inline-size: 46px; block-size: 46px;
  border: 1px solid var(--line-strong); border-radius: 50%;
  background: var(--surface); cursor: pointer; flex: none;
}
.burger span { display: block; inline-size: 17px; block-size: 2px; background: var(--ink); border-radius: 2px; transition: all var(--t-med) var(--ease-out); }
.burger span + span { margin-top: 4px; }
[data-drawer="open"] .burger span:nth-child(1) { translate: 0 6px; rotate: 45deg; }
[data-drawer="open"] .burger span:nth-child(2) { opacity: 0; }
[data-drawer="open"] .burger span:nth-child(3) { translate: 0 -6px; rotate: -45deg; }

@media (max-width: 1120px) {
  .nav, .hdr__cta { display: none; }
  .burger { display: grid; }
}

/* Mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: var(--z-drawer);
  background: var(--brand-900); color: var(--on-dark);
  padding: var(--sp-4) 0 var(--sp-6);
  overflow-y: auto; overscroll-behavior: contain;
  opacity: 0; visibility: hidden; translate: 0 -12px;
  transition: opacity var(--t-med) var(--ease-out), translate var(--t-med) var(--ease-out),
              visibility 0s linear var(--t-med);
}
[data-drawer="open"] .drawer { opacity: 1; visibility: visible; translate: 0; transition-delay: 0s; }
.drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--sp-5); }
.drawer__top img { block-size: 38px; }
.drawer__x {
  inline-size: 46px; block-size: 46px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid rgb(255 255 255 / 0.25);
  background: rgb(255 255 255 / 0.08); color: #fff; cursor: pointer;
}
.drawer nav ul { list-style: none; padding: 0; }
.drawer nav > ul > li { border-bottom: 1px solid rgb(255 255 255 / 0.12); }
.drawer nav a { display: block; padding: 0.95rem 0; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; letter-spacing: -0.02em; }
.drawer nav a:hover, .drawer nav a[aria-current="page"] { color: var(--cyan); }
.drawer__sub { padding: 0 0 0.9rem 0.9rem; }
.drawer__sub a { font-family: var(--font-body); font-size: 1rem; font-weight: 500; padding: 0.42rem 0; color: var(--on-dark-2); }
.drawer__foot { margin-top: var(--sp-5); display: grid; gap: 0.7rem; }
.drawer__foot a { display: flex; align-items: center; gap: 0.6rem; font-weight: 600; }
.drawer__foot svg { inline-size: 1rem; block-size: 1rem; color: var(--cyan); }

/* --------------------------------------------------------------------------
   5. Hero (home)
   -------------------------------------------------------------------------- */
.hero { position: relative; isolation: isolate; background: var(--brand-900); overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media > * { inline-size: 100%; block-size: 100%; object-fit: cover; opacity: 0; transition: opacity 900ms var(--ease-io); position: absolute; inset: 0; }
.hero__media > *.is-on { opacity: 1; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, oklch(0.166 0.101 279 / 0.86) 0%, oklch(0.166 0.101 279 / 0.62) 42%, oklch(0.166 0.101 279 / 0.9) 100%),
    linear-gradient(100deg, oklch(0.3003 0.1866 275 / 0.72) 0%, oklch(0.3003 0.1866 275 / 0.12) 62%);
}
.hero__in { padding-block: clamp(3.6rem, 2rem + 8vw, 8rem); color: var(--on-dark); position: relative; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--sp-5); align-items: end; }
.hero__copy { max-width: min(100%, 52rem); }
.hero .hero__h {
  font-size: clamp(2.55rem, 1.55rem + 3.5vw, 4.7rem);
  letter-spacing: -0.036em; color: #fff; line-height: 1.04; text-wrap: balance;
}
.hero .hero__h em { font-style: normal; color: var(--cyan); display: block; }
.hero__sub { margin-top: var(--sp-4); font-size: var(--step-1); color: var(--on-dark-2); max-width: 46rem; line-height: 1.55; }
.hero__acts { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: var(--sp-5); }

.hero__rating { display: flex; align-items: center; gap: 0.6rem; margin-bottom: var(--sp-4); font-size: var(--step--1); color: var(--on-dark-2); }
.hero__stars { display: flex; gap: 2px; color: var(--cyan); }
.hero__stars svg { inline-size: 0.95rem; block-size: 0.95rem; }
.hero__rating b { color: #fff; font-weight: 700; }

.hero__chips { display: flex; flex-direction: column; align-items: flex-end; gap: 0.65rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.6rem 1.15rem; border-radius: var(--r-pill);
  background: rgb(255 255 255 / 0.1); border: 1px solid rgb(255 255 255 / 0.24);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  font-size: var(--step--1); font-weight: 600; color: #fff; white-space: nowrap;
}
.chip svg { inline-size: 0.95rem; block-size: 0.95rem; color: var(--cyan); flex: none; }
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; align-items: start; }
  .hero__copy { max-width: none; }
  .hero__chips { flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
}

/* Slider dots */
.hero__dots { display: flex; gap: 0.5rem; margin-top: var(--sp-6); }
.hero__dots button {
  inline-size: 34px; block-size: 4px; border: 0; padding: 0; cursor: pointer;
  border-radius: var(--r-pill); background: rgb(255 255 255 / 0.28);
  transition: background var(--t-med), inline-size var(--t-med) var(--ease-out);
}
.hero__dots button[aria-selected="true"] { background: var(--cyan); inline-size: 52px; }

/* --------------------------------------------------------------------------
   6. Inner page hero
   -------------------------------------------------------------------------- */
.phero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--brand-900); color: var(--on-dark);
  padding-block: clamp(2.75rem, 1.8rem + 4.4vw, 5.25rem);
}
.phero__bg {
  position: absolute; inset: 0; z-index: -1; opacity: 1;
  background-color: var(--brand-700);
  background-image: repeating-linear-gradient(45deg,
    oklch(1 0 0 / 0.05) 0 18px, transparent 18px 36px);
}
.phero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(96deg, oklch(0.166 0.101 279 / 0.94) 12%, oklch(0.166 0.101 279 / 0.5) 100%);
}
.phero h1 { color: #fff; max-width: 18ch; }
.phero__lead { margin-top: var(--sp-3); font-size: var(--step-1); color: var(--on-dark-2); max-width: 58ch; line-height: 1.5; }
.crumb {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: var(--sp-4);
  padding: 0.4rem 1rem 0.4rem 1rem; border-radius: var(--r-pill);
  background: rgb(255 255 255 / 0.1); border: 1px solid rgb(255 255 255 / 0.2);
  font-size: var(--step--1); font-weight: 500; color: var(--on-dark-2);
}
.crumb a:hover { color: var(--cyan); }
.crumb svg { inline-size: 0.75rem; block-size: 0.75rem; opacity: 0.65; }
.crumb [aria-current] { color: #fff; font-weight: 600; }

/* --------------------------------------------------------------------------
   7. Feature strip (3-up, middle filled)
   -------------------------------------------------------------------------- */
.fstrip { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: var(--sp-3); }
.fcard {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--sp-5) var(--sp-4);
  text-align: center; transition: border-color var(--t-med), box-shadow var(--t-med), translate var(--t-med) var(--ease-out);
}
.fcard:hover { border-color: var(--line-strong); box-shadow: var(--sh-2); translate: 0 -3px; }
.fcard__ico {
  display: grid; place-items: center; inline-size: 3.1rem; block-size: 3.1rem;
  margin: 0 auto var(--sp-3); border-radius: var(--r-md);
  background: var(--brand-050); color: var(--brand);
}
.fcard__ico svg { inline-size: 1.5rem; block-size: 1.5rem; }
.fcard h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.fcard p { color: var(--ink-2); font-size: 0.95rem; line-height: 1.6; }
.fcard--fill { background: var(--cyan); border-color: transparent; }
.fcard--fill .fcard__ico { background: oklch(0.30 0.187 275 / 0.14); color: var(--brand-900); }
.fcard--fill h3 { color: var(--brand-900); }
.fcard--fill p { color: oklch(0.2450 0.1620 276 / 0.86); }
.fcard--fill:hover { box-shadow: var(--sh-cyan); }

/* --------------------------------------------------------------------------
   8. Split section (image + stat badge / checklist)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr); gap: clamp(1.5rem, 0.6rem + 3.6vw, 3.75rem); align-items: center; }
.split--flip { grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr); }
.split--flip .split__media { order: 2; }
@media (max-width: 880px) {
  .split, .split--flip { grid-template-columns: 1fr; }
  .split--flip .split__media { order: 0; }
}
.split__media { position: relative; }
.split__media img { inline-size: 100%; border-radius: var(--r-lg); object-fit: cover; aspect-ratio: 4 / 3.4; }
.stat-badge {
  position: absolute; right: -0.75rem; bottom: -0.75rem;
  display: flex; align-items: center; gap: 0.85rem;
  padding: 0.95rem 1.35rem; border-radius: var(--r-lg);
  background: var(--brand); color: #fff; box-shadow: var(--sh-3);
}
.stat-badge__n { font-family: var(--font-display); font-size: var(--step-2); font-weight: 800; letter-spacing: -0.035em; line-height: 1; }
.stat-badge__l { font-size: 0.78rem; color: var(--on-dark-2); line-height: 1.3; max-width: 12ch; }
@media (max-width: 480px) { .stat-badge { right: 0.5rem; bottom: -0.5rem; padding: 0.7rem 1rem; } }

.checks { list-style: none; padding: 0; margin: var(--sp-4) 0 0; display: grid; gap: 0.5rem; }
.checks li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.8rem 1.05rem; border-radius: var(--r-md);
  background: var(--surface); border: 1px solid var(--line);
  font-size: 0.97rem; line-height: 1.5;
}
.checks svg { inline-size: 1.25rem; block-size: 1.25rem; color: var(--cyan-700); flex: none; margin-top: 0.14rem; }

/* --------------------------------------------------------------------------
   9. Service grid
   -------------------------------------------------------------------------- */
.sgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: var(--sp-3); }
.scard {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--sp-4);
  transition: border-color var(--t-med), box-shadow var(--t-med), translate var(--t-med) var(--ease-out);
}
.scard:hover { border-color: var(--brand-300); box-shadow: var(--sh-2); translate: 0 -3px; }
.scard__ico {
  display: grid; place-items: center; inline-size: 2.9rem; block-size: 2.9rem;
  border-radius: var(--r-md); background: var(--cyan-050); color: var(--cyan-700);
  margin-bottom: var(--sp-3); transition: background var(--t-med), color var(--t-med);
}
.scard__ico svg { inline-size: 1.4rem; block-size: 1.4rem; }
.scard:hover .scard__ico { background: var(--cyan); color: var(--brand-900); }
.scard h3 { font-size: var(--step-1); margin-bottom: 0.45rem; }
.scard p { color: var(--ink-2); font-size: 0.94rem; line-height: 1.6; flex: 1; }
.scard .tlink { margin-top: var(--sp-3); align-self: flex-start; }
.scard__link { position: absolute; inset: 0; border-radius: var(--r-lg); }

/* --------------------------------------------------------------------------
   10. Numbered process (only where a real sequence exists)
   -------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: var(--sp-3); counter-reset: s; }
.step {
  position: relative; padding: var(--sp-5) var(--sp-4) var(--sp-4);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  counter-increment: s;
}
.step::before {
  content: counter(s, decimal-leading-zero);
  position: absolute; top: -0.9rem; left: var(--sp-4);
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 800;
  color: var(--brand-900); background: var(--cyan);
  padding: 0.25rem 0.7rem; border-radius: var(--r-pill); letter-spacing: -0.02em;
}
.step h3 { font-size: var(--step-1); margin-bottom: 0.4rem; }
.step p { color: var(--ink-2); font-size: 0.94rem; line-height: 1.6; }

/* --------------------------------------------------------------------------
   11. Bullets / prose
   -------------------------------------------------------------------------- */
.prose { max-width: 72ch; }
.prose > * + * { margin-top: var(--sp-3); }
.prose h2 { margin-top: var(--sp-6); }
.prose h3 { margin-top: var(--sp-5); font-size: var(--step-1); }
.prose p, .prose li { color: var(--ink-2); line-height: 1.72; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose ul, .prose ol { padding-left: 1.15rem; display: grid; gap: 0.5rem; }
.prose li::marker { color: var(--cyan-700); }
.prose img { border-radius: var(--r-lg); margin-block: var(--sp-4); }

.tick-list { list-style: none; padding: 0; display: grid; gap: 0.65rem; }
.tick-list li { display: flex; align-items: flex-start; gap: 0.7rem; line-height: 1.55; color: var(--ink-2); }
.tick-list svg { inline-size: 1.2rem; block-size: 1.2rem; color: var(--cyan-700); flex: none; margin-top: 0.2rem; }

.pill-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 0.65rem; list-style: none; padding: 0; }
.pill-grid li {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.95rem 1.15rem; border-radius: var(--r-md);
  background: var(--surface); border: 1px solid var(--line); font-weight: 600; font-size: 0.97rem;
}
.pill-grid svg { inline-size: 1.15rem; block-size: 1.15rem; color: var(--cyan-700); flex: none; }

/* Benefit list — deliberately different from cards */
.blist { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.blist > div { padding: var(--sp-4) var(--sp-4) var(--sp-4) 0; border-bottom: 1px solid var(--line); }
.blist h3 { font-size: var(--step-1); margin-bottom: 0.35rem; display: flex; align-items: center; gap: 0.6rem; }
.blist h3 svg { inline-size: 1.35rem; block-size: 1.35rem; color: var(--cyan-700); flex: none; }
.blist p { color: var(--ink-2); font-size: 0.95rem; line-height: 1.6; }

/* --------------------------------------------------------------------------
   12. Bands
   -------------------------------------------------------------------------- */
.band--tint { background: var(--surface-2); }
.band--brand { background: var(--brand); color: var(--on-dark); }
.band--brand h2, .band--brand h3 { color: #fff; }
.band--brand p { color: var(--on-dark-2); }
.band--dark { background: var(--brand-900); color: var(--on-dark); }
.band--dark h2, .band--dark h3 { color: #fff; }
.band--dark p { color: var(--on-dark-2); }

/* CTA */
.cta { position: relative; isolation: isolate; overflow: hidden; }
.cta::before {
  content: ""; position: absolute; z-index: -1; inset: -40% -10% auto auto;
  inline-size: 46rem; block-size: 46rem; border-radius: 50%;
  background: radial-gradient(circle, oklch(0.7715 0.1318 205 / 0.24), transparent 62%);
}
.cta__in { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--sp-5); align-items: center; }
.cta h2 { max-width: 20ch; }
.cta p { margin-top: var(--sp-3); max-width: 62ch; font-size: var(--step-1); line-height: 1.55; }
@media (max-width: 820px) { .cta__in { grid-template-columns: 1fr; } }

/* Delivery banner */
.dband { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--sp-5); align-items: center; }
@media (max-width: 820px) { .dband { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   13. Brands
   -------------------------------------------------------------------------- */
.bcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: var(--sp-3); }
.bcard {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: var(--sp-4); transition: border-color var(--t-med), box-shadow var(--t-med), translate var(--t-med) var(--ease-out);
}
.bcard:hover { border-color: var(--line-strong); box-shadow: var(--sh-2); translate: 0 -3px; }
.bcard__logo {
  display: grid; block-size: 96px; min-inline-size: 0; margin-bottom: var(--sp-3);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 0.9rem;
}
.bcard__logo img { display: block; inline-size: 100%; block-size: 64px; max-block-size: 64px; object-fit: contain; }
.bcard h3 { font-size: var(--step-1); margin-bottom: 0.4rem; }
.bcard p { color: var(--ink-2); font-size: 0.94rem; line-height: 1.6; }

.logo-wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(126px, 1fr)); gap: 0.6rem; list-style: none; padding: 0; }
.logo-wall a {
  display: grid; aspect-ratio: 1; padding: 0.7rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  transition: border-color var(--t-fast), box-shadow var(--t-med), translate var(--t-med) var(--ease-out);
}
.logo-wall a:hover { border-color: var(--brand-300); box-shadow: var(--sh-1); translate: 0 -2px; }
.logo-wall img { display: block; inline-size: 100%; block-size: 100%; min-block-size: 0; object-fit: contain; }

/* Marquee */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 0.8rem; align-items: center; width: max-content; animation: slide 42s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  display: grid; flex: none;
  inline-size: 190px; block-size: 84px; padding: 0.9rem 1.1rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  transition: border-color var(--t-fast), box-shadow var(--t-med);
}
.marquee__item:hover { border-color: var(--brand-300); box-shadow: var(--sh-1); }
.marquee img { display: block; inline-size: 100%; block-size: 56px; max-block-size: 56px; object-fit: contain; }
@keyframes slide { to { translate: -50% 0; } }
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
}

/* --------------------------------------------------------------------------
   14. Gallery
   -------------------------------------------------------------------------- */
.ggrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: var(--sp-3); }
.ggrid a { position: relative; display: block; overflow: hidden; border-radius: var(--r-lg); background: var(--surface-3); aspect-ratio: 1; }
.ggrid img { inline-size: 100%; block-size: 100%; object-fit: cover; transition: scale var(--t-slow) var(--ease-out); }
.ggrid a:hover img { scale: 1.05; }
.ggrid a::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, oklch(0.166 0.101 279 / 0.42), transparent 55%);
  opacity: 0; transition: opacity var(--t-med);
}
.ggrid a:hover::after { opacity: 1; }

/* Lightbox */
.lbox {
  position: fixed; inset: 0; z-index: var(--z-backdrop); border: 0; padding: var(--gut);
  background: oklch(0.151 0.0705 290 / 0.94); color: #fff;
  align-items: center; justify-content: center;
}
.lbox[open] { display: flex; }
.lbox::backdrop { background: oklch(0.151 0.0705 290 / 0.9); }
.lbox__stage { display: contents; }
.lbox img { max-block-size: 84vh; max-inline-size: 100%; border-radius: var(--r-md); object-fit: contain; }
.lbox__x {
  position: absolute; top: 1rem; right: 1rem; inline-size: 46px; block-size: 46px;
  display: grid; place-items: center; border-radius: 50%; cursor: pointer;
  background: rgb(255 255 255 / 0.14); border: 1px solid rgb(255 255 255 / 0.28); color: #fff;
}

/* --------------------------------------------------------------------------
   15. Delivery table
   -------------------------------------------------------------------------- */
.tbl-wrap { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.tbl { inline-size: 100%; border-collapse: collapse; }
.tbl caption { text-align: left; padding: var(--sp-4) var(--sp-4) 0; font-weight: 600; color: var(--ink-2); }
.tbl th, .tbl td { padding: 1rem 1.15rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl thead th { background: var(--brand); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 0.92rem; letter-spacing: -0.01em; border-bottom: 0; }
.tbl tbody tr:last-child th, .tbl tbody tr:last-child td { border-bottom: 0; }
.tbl tbody tr:nth-child(even) { background: var(--surface-2); }
.tbl th[scope="row"] { font-weight: 600; color: var(--ink); }
.tbl td { color: var(--ink-2); }
.tbl b { color: var(--ink); font-weight: 700; }
.tag-free { display: inline-block; padding: 0.2rem 0.6rem; border-radius: var(--r-pill); background: var(--cyan); color: var(--brand-900); font-weight: 700; font-size: 0.82rem; }
@media (max-width: 680px) {
  .tbl thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .tbl tr { display: block; border-bottom: 1px solid var(--line); padding: 0.5rem 0; }
  .tbl tbody tr:nth-child(even) { background: transparent; }
  .tbl th, .tbl td { display: flex; gap: 1rem; border: 0; padding: 0.42rem 1.15rem; }
  .tbl td::before { content: attr(data-l); font-weight: 600; color: var(--ink); min-inline-size: 8.5rem; flex: none; }
}

/* --------------------------------------------------------------------------
   16. FAQ accordion
   -------------------------------------------------------------------------- */
.faq-group + .faq-group { margin-top: var(--sp-6); }
.faq-group > h2 { font-size: var(--step-2); margin-bottom: var(--sp-3); display: flex; align-items: center; gap: 0.7rem; }
.faq-group > h2::after { content: ""; flex: 1; height: 1px; background: var(--line); }
/* The category icon needs an explicit size. The heading is a flex container
   and an inline SVG has no intrinsic width, so without this the flex layout
   stretches it — it rendered around 700px wide. Same values as .blist h3 svg,
   which is the established pattern for an icon beside a heading. */
.faq-group > h2 svg { inline-size: 1.35rem; block-size: 1.35rem; color: var(--cyan-700); flex: none; }
.acc { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface); overflow: hidden; }
.acc + .acc { margin-top: 0.55rem; }
.acc summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.25rem; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; letter-spacing: -0.018em;
  transition: background var(--t-fast);
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { background: var(--brand-050); }
.acc__i {
  display: grid; place-items: center; inline-size: 1.65rem; block-size: 1.65rem; flex: none;
  border-radius: 50%; background: var(--brand-050); color: var(--brand); margin-top: 0.1rem;
  transition: rotate var(--t-med) var(--ease-out), background var(--t-fast), color var(--t-fast);
}
.acc__i svg { inline-size: 0.8rem; block-size: 0.8rem; }
.acc[open] .acc__i { rotate: 45deg; background: var(--cyan); color: var(--brand-900); }
.acc__body { padding: 0 1.25rem 1.2rem; color: var(--ink-2); line-height: 1.68; max-width: 74ch; }
.acc[open] .acc__body { animation: accIn var(--t-med) var(--ease-out); }
@keyframes accIn { from { opacity: 0; translate: 0 -5px; } }
@media (prefers-reduced-motion: reduce) { .acc[open] .acc__body { animation: none; } }

/* --------------------------------------------------------------------------
   17. Contact
   -------------------------------------------------------------------------- */
.cgrid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); gap: clamp(1.5rem, 0.6rem + 3.4vw, 3.5rem); align-items: start; }
@media (max-width: 900px) { .cgrid { grid-template-columns: 1fr; } }
.cblocks { display: grid; gap: 0.7rem; margin-top: var(--sp-4); }
.cblock {
  display: flex; gap: 1rem; padding: 1.15rem 1.25rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
}
.cblock__ico { display: grid; place-items: center; inline-size: 2.6rem; block-size: 2.6rem; border-radius: var(--r-sm); background: var(--brand-050); color: var(--brand); flex: none; }
.cblock__ico svg { inline-size: 1.2rem; block-size: 1.2rem; }
.cblock h3 { font-size: 0.86rem; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-3); margin-bottom: 0.2rem; }
.cblock p, .cblock a { font-size: 1.06rem; font-weight: 600; line-height: 1.45; }
.cblock a:hover { color: var(--brand); }
.cblock address { font-style: normal; font-weight: 500; color: var(--ink-2); font-size: 1rem; line-height: 1.5; }

.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.25rem, 0.8rem + 1.8vw, 2.25rem); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 0.4rem; margin-bottom: 0.9rem; }
.field label { font-size: 0.88rem; font-weight: 600; color: var(--ink); }
.field label .req { color: var(--cyan-700); }
.field input, .field select, .field textarea {
  padding: 0.8rem 0.95rem; border: 1px solid var(--line-strong); border-radius: var(--r-sm);
  background: var(--bg); font-size: 1rem; transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.field textarea { resize: vertical; min-block-size: 7rem; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px oklch(0.3003 0.1866 275 / 0.14);
}
.field__hint { font-size: 0.83rem; color: var(--ink-3); }
/* The message shown beside a field the visitor needs to correct. Red, but
   not shouting — the point is to be noticed and understood, not to tell
   somebody off for mistyping an email address. */
.field__error {
  display: block; margin-top: 0.3rem;
  font-size: 0.85rem; font-weight: 500; color: oklch(0.52 0.19 27);
}
.field:has(.field__error) input,
.field:has(.field__error) textarea { border-color: oklch(0.52 0.19 27); }
.form__note { font-size: 0.87rem; color: var(--ink-3); margin-top: 0.9rem; line-height: 1.55; }

.hours { list-style: none; padding: 0; display: grid; gap: 0; }
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.72rem 0; border-bottom: 1px dashed var(--line); font-size: 0.98rem; }
.hours li:last-child { border-bottom: 0; }
.hours b { font-weight: 600; }
.hours span { color: var(--ink-2); }
.map { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--surface-2); }
.map iframe { display: block; inline-size: 100%; block-size: clamp(280px, 34vw, 420px); border: 0; }

/* --------------------------------------------------------------------------
   The map before consent, and the cookie bar
   -------------------------------------------------------------------------- */

/* Shown in place of the Google map until there is permission to load it.
   Deliberately not an apology: it gives the address and a way to get
   directions, so refusing cookies costs the visitor nothing they need. */
.mapoff {
  display: grid; place-items: center; gap: 0.5rem; text-align: center;
  min-block-size: clamp(280px, 34vw, 420px);
  padding: var(--sp-5) var(--sp-4);
  background:
    linear-gradient(oklch(0.9880 0.0035 285 / 0.9), oklch(0.9880 0.0035 285 / 0.9)),
    repeating-linear-gradient(45deg, var(--surface-2) 0 12px, var(--surface-3) 12px 24px);
}
.mapoff__ico {
  display: grid; place-items: center;
  inline-size: 2.5rem; block-size: 2.5rem; border-radius: 50%;
  background: var(--brand-050); color: var(--brand);
}
.mapoff__ico svg { inline-size: 1.2rem; block-size: 1.2rem; }
.mapoff__title { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.mapoff__text  { color: var(--ink-2); font-size: 0.92rem; max-width: 44ch; }
.mapoff__addr  { color: var(--ink); font-style: normal; font-size: 0.95rem; line-height: 1.5; }
.mapoff__acts  { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; justify-content: center; margin-top: var(--sp-2); }

/* The consent bar. Sits above everything, at the bottom, out of the way of
   the content but impossible to miss. */
.cbar {
  position: fixed; inset-inline: 0; inset-block-end: 0;
  z-index: var(--z-toast);
  background: var(--brand-900); color: var(--on-dark);
  border-block-start: 3px solid var(--cyan);
  box-shadow: 0 -8px 32px oklch(0.166 0.101 279 / 0.35);
  padding-block: var(--sp-4);
}
.cbar[hidden] { display: none; }

.cbar__in { display: flex; align-items: center; gap: var(--sp-5); flex-wrap: wrap; }
.cbar__copy { flex: 1 1 26rem; }
.cbar__title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.25rem; }
.cbar__text  { color: var(--on-dark-2); font-size: 0.92rem; line-height: 1.6; max-width: 68ch; }
.cbar__text a { color: var(--cyan); text-decoration: underline; }

/* Accept and Reject are the same size and weight on purpose. Making refusal
   harder than acceptance is the thing regulators actually act on. */
.cbar__acts { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.cbar__btn  { min-inline-size: 8.5rem; justify-content: center; }

@media (max-width: 640px) {
  .cbar__in   { gap: var(--sp-4); }
  .cbar__acts { inline-size: 100%; }
  .cbar__btn  { flex: 1; min-inline-size: 0; }
}

/* --------------------------------------------------------------------------
   18. News
   -------------------------------------------------------------------------- */
.posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--sp-4); }
.post {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: border-color var(--t-med), box-shadow var(--t-med), translate var(--t-med) var(--ease-out);
}
.post:hover { border-color: var(--brand-300); box-shadow: var(--sh-2); translate: 0 -3px; }
.post__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.post__media img { inline-size: 100%; block-size: 100%; object-fit: cover; transition: scale var(--t-slow) var(--ease-out); }
.post:hover .post__media img { scale: 1.04; }
.post__body { padding: var(--sp-4); display: flex; flex-direction: column; flex: 1; }
.post__meta { display: flex; align-items: center; gap: 0.55rem; font-size: 0.83rem; color: var(--ink-3); margin-bottom: 0.6rem; }
.post__cat { padding: 0.16rem 0.6rem; border-radius: var(--r-pill); background: var(--cyan-050); color: var(--cyan-700); font-weight: 700; }
.post h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.post p { color: var(--ink-2); font-size: 0.94rem; line-height: 1.6; flex: 1; }
.post .tlink { margin-top: var(--sp-3); align-self: flex-start; }
.post__link { position: absolute; inset: 0; z-index: 1; border-radius: var(--r-lg); }

.article__hero { border-radius: var(--r-lg); overflow: hidden; margin-bottom: var(--sp-5); background: var(--surface-2); }
.article__hero img { inline-size: 100%; object-fit: contain; }
.toc {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: var(--sp-4); position: sticky; top: 106px;
}
.toc h2 { font-size: 0.86rem; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--ink-3); margin-bottom: 0.8rem; }
.toc ol { list-style: none; padding: 0; display: grid; gap: 0.15rem; counter-reset: t; }
.toc a { display: block; padding: 0.4rem 0.55rem; border-radius: var(--r-sm); font-size: 0.92rem; color: var(--ink-2); font-weight: 500; transition: background var(--t-fast), color var(--t-fast); }
.toc a:hover { background: var(--brand-050); color: var(--brand); }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 274px; gap: clamp(1.5rem, 0.6rem + 3vw, 3.25rem); align-items: start; }
@media (max-width: 940px) { .article-grid { grid-template-columns: 1fr; } .toc { position: static; } }

/* --------------------------------------------------------------------------
   19. Footer
   -------------------------------------------------------------------------- */
.ftr { background: var(--brand-900); color: var(--on-dark-2); padding-top: var(--band); }
.ftr__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(0, 0.85fr)) minmax(0, 1.05fr); gap: var(--sp-5) var(--sp-4); }
@media (max-width: 980px) { .ftr__grid { grid-template-columns: 1fr 1fr; } .ftr__brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .ftr__grid { grid-template-columns: 1fr; } }
.ftr__logo { display: inline-block; background: #fff; padding: 0.75rem 1rem; border-radius: var(--r-md); margin-bottom: var(--sp-3); }
.ftr__logo img { block-size: 42px; inline-size: auto; }
.ftr__brand p { font-size: 0.94rem; line-height: 1.68; max-width: 46ch; }
.ftr__brand p + p { margin-top: 0.8rem; }
.ftr h3 { font-size: 0.86rem; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin-bottom: var(--sp-3); }
.ftr ul { list-style: none; padding: 0; display: grid; gap: 0.42rem; }
.ftr ul a { display: inline-block; font-size: 0.94rem; transition: color var(--t-fast), translate var(--t-fast) var(--ease-out); }
.ftr ul a:hover { color: var(--cyan); translate: 4px 0; }
.ftr__contact { display: grid; gap: 0.8rem; }
.ftr__contact a, .ftr__contact address { display: flex; gap: 0.65rem; font-style: normal; font-size: 0.94rem; line-height: 1.55; }
.ftr__contact svg { inline-size: 1.05rem; block-size: 1.05rem; color: var(--cyan); flex: none; margin-top: 0.18rem; }
.ftr__contact a:hover { color: var(--cyan); }
.socials { display: flex; gap: 0.5rem; margin-top: var(--sp-3); }
.socials a {
  display: grid; place-items: center; inline-size: 2.4rem; block-size: 2.4rem; border-radius: 50%;
  background: rgb(255 255 255 / 0.08); border: 1px solid rgb(255 255 255 / 0.16);
  transition: background var(--t-fast), border-color var(--t-fast), translate var(--t-med) var(--ease-out);
}
.socials a:hover { background: var(--cyan); border-color: var(--cyan); color: var(--brand-900); translate: 0 -2px; }
.socials svg { inline-size: 1.05rem; block-size: 1.05rem; }

.ftr__slogan {
  margin-top: var(--sp-6); padding-top: var(--sp-4); border-top: 1px solid rgb(255 255 255 / 0.13);
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.03em;
  font-size: clamp(1.4rem, 0.9rem + 2.2vw, 2.6rem); color: #fff;
}
.ftr__slogan span { color: var(--cyan); }
.ftr__bot {
  margin-top: var(--sp-4); padding-block: var(--sp-4); border-top: 1px solid rgb(255 255 255 / 0.13);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--sp-3);
  font-size: 0.86rem;
}
.ftr__bot ul { display: flex; flex-wrap: wrap; gap: var(--sp-3); }
.ftr__legal { display: grid; gap: 0.25rem; }

/* --------------------------------------------------------------------------
   20. Motion — enhances an already-visible default
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .rv { opacity: 0.001; translate: 0 18px; transition: opacity 620ms var(--ease-out), translate 620ms var(--ease-out); }
  .rv.is-in { opacity: 1; translate: 0; }
  .rv-stag > * { opacity: 0.001; translate: 0 16px; transition: opacity 560ms var(--ease-out), translate 560ms var(--ease-out); }
  .rv-stag.is-in > * { opacity: 1; translate: 0; }
  .rv-stag.is-in > *:nth-child(1) { transition-delay: 0ms; }
  .rv-stag.is-in > *:nth-child(2) { transition-delay: 70ms; }
  .rv-stag.is-in > *:nth-child(3) { transition-delay: 140ms; }
  .rv-stag.is-in > *:nth-child(4) { transition-delay: 210ms; }
  .rv-stag.is-in > *:nth-child(5) { transition-delay: 260ms; }
  .rv-stag.is-in > *:nth-child(6) { transition-delay: 310ms; }
  .rv-stag.is-in > *:nth-child(7) { transition-delay: 350ms; }
  .rv-stag.is-in > *:nth-child(8) { transition-delay: 390ms; }
}
html.no-js .rv, html.no-js .rv-stag > * { opacity: 1 !important; translate: none !important; }


/* --------------------------------------------------------------------------
   21. Image placeholders  — swap for real photography before launch
   Toggle in _shell.py:  PLACEHOLDERS = False  restores the real photo tags.
   -------------------------------------------------------------------------- */
.ph {
  position: relative; display: grid; place-content: center; gap: 0.5rem;
  inline-size: 100%; block-size: 100%; min-block-size: 168px;
  padding: var(--sp-4); text-align: center; overflow: hidden;
  border-radius: var(--r-lg);
  border: 1.5px dashed var(--line-strong);
  background-color: var(--surface-2);
  background-image: repeating-linear-gradient(45deg,
    oklch(0.3003 0.1866 275 / 0.05) 0 11px, transparent 11px 22px);
  color: var(--ink-2);
}
.ph__ico {
  display: grid; place-items: center; inline-size: 2.7rem; block-size: 2.7rem;
  margin-inline: auto; border-radius: var(--r-md);
  background: var(--surface); border: 1px solid var(--line); color: var(--brand);
}
.ph__ico svg { inline-size: 1.3rem; block-size: 1.3rem; }
.ph__label {
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  letter-spacing: -0.012em; line-height: 1.35; color: var(--ink);
  max-inline-size: 34ch; margin-inline: auto; text-wrap: balance;
}
.ph__dims {
  font-size: 0.78rem; color: var(--ink-3); font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.ph--sm { min-block-size: 0; padding: var(--sp-3) 0.75rem; gap: 0.35rem; }
.ph--sm .ph__ico { inline-size: 2rem; block-size: 2rem; }
.ph--sm .ph__ico svg { inline-size: 1rem; block-size: 1rem; }
.ph--sm .ph__label { font-size: 0.82rem; }
.ph--sm .ph__dims { font-size: 0.7rem; }

/* Dark contexts: page-hero and hero slider backgrounds */
.ph--cover {
  position: absolute; inset: 0; border: 0; border-radius: 0;
  min-block-size: 0; place-content: center;
  background-color: var(--brand-700);
  background-image: repeating-linear-gradient(45deg,
    oklch(1 0 0 / 0.045) 0 16px, transparent 16px 32px);
}
.ph-tag {
  position: absolute; z-index: var(--z-raised); right: var(--gut); bottom: 1rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.4rem 0.85rem; border-radius: var(--r-pill);
  background: oklch(0.166 0.101 279 / 0.72); border: 1px dashed rgb(255 255 255 / 0.4);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: 0.76rem; font-weight: 600; color: #fff; letter-spacing: 0.01em;
}
.ph-tag svg { inline-size: 0.85rem; block-size: 0.85rem; color: var(--cyan); flex: none; }
@media (max-width: 640px) { .ph-tag { display: none; } }

/* Placeholders inherit the sizing of the images they replace */
.split__media .ph { aspect-ratio: 4 / 3.4; min-block-size: 0; }
.post__media .ph { border: 0; border-radius: 0; min-block-size: 0; block-size: 100%; }
.ggrid .ph { aspect-ratio: 1; min-block-size: 0; }
.logo-wall .ph { aspect-ratio: 1; min-block-size: 0; padding: 0.6rem; overflow: hidden; }
.logo-wall .ph__ico { inline-size: 1.7rem; block-size: 1.7rem; border-radius: var(--r-sm); }
.logo-wall .ph__ico svg { inline-size: 0.85rem; block-size: 0.85rem; }
.logo-wall .ph__label {
  font-size: 0.68rem; line-height: 1.3; font-weight: 500;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.logo-wall .ph__dims { display: none; }
.article__hero .ph { aspect-ratio: 16 / 11; min-block-size: 0; }

@media print {
  .util, .hdr, .drawer, .ftr__slogan, .cta, .burger { display: none !important; }
  body { background: #fff; }
}
