/* ============================================================
   LITTER ME REMOVALS - design system
   Concept: "Consider it gone." Ink ground · cobalt brand · hi-vis hazard action.
   Display: Anton (van-livery poster) · Body: Manrope (humanist grotesque)
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Ink ground (deep blue-charcoal, matches their dark site + blue van) */
  --ink-deep: oklch(0.145 0.024 250);
  --ink:      oklch(0.185 0.028 250);
  --ink-soft: oklch(0.255 0.030 250);
  --ink-line: oklch(0.34 0.028 250);

  /* Paper (clean cool off-white, NOT warm) */
  --paper:    oklch(0.972 0.006 240);
  --paper-2:  oklch(0.992 0.003 240);
  --paper-3:  oklch(0.945 0.008 240);

  /* Brand cobalt */
  --blue:        oklch(0.585 0.185 253);
  --blue-bright: oklch(0.705 0.165 250);
  --blue-deep:   oklch(0.48 0.17 255);

  /* Hi-vis hazard (workwear/safety, the action + energy accent) */
  --hazard:      oklch(0.885 0.185 108);
  --hazard-mid:  oklch(0.83 0.20 106);
  --hazard-deep: oklch(0.74 0.185 104);

  /* Text roles */
  --on-ink:        oklch(0.965 0.006 240);
  --on-ink-soft:   oklch(0.80 0.012 245);
  --on-ink-faint:  oklch(0.66 0.014 248);
  --on-paper:      oklch(0.20 0.024 252);
  --on-paper-soft: oklch(0.40 0.018 252);
  --on-paper-faint:oklch(0.50 0.016 252);

  --focus: oklch(0.72 0.16 250);

  /* Type */
  --display: "Anton", "Arial Narrow", system-ui, sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Fluid type scale (~1.25) */
  --fs-eyebrow: clamp(0.75rem, 0.72rem + 0.15vw, 0.82rem);
  --fs-sm:   clamp(0.86rem, 0.83rem + 0.15vw, 0.94rem);
  --fs-base: clamp(1rem, 0.97rem + 0.2vw, 1.09rem);
  --fs-lg:   clamp(1.15rem, 1.08rem + 0.4vw, 1.35rem);
  --fs-xl:   clamp(1.5rem, 1.3rem + 1vw, 2.1rem);
  --fs-2xl:  clamp(2.1rem, 1.7rem + 2.1vw, 3.4rem);
  --fs-3xl:  clamp(2.9rem, 2.1rem + 4vw, 5.4rem);
  --fs-mega: clamp(3.6rem, 2.2rem + 7.2vw, 8rem);

  /* Spacing rhythm */
  --sp-1: 0.5rem; --sp-2: 0.85rem; --sp-3: 1.25rem; --sp-4: 2rem;
  --sp-5: 3rem;  --sp-6: 4.5rem;  --sp-7: 6.5rem;  --sp-8: 9rem;

  --wrap: 1240px;
  --wrap-narrow: 820px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 2px 8px oklch(0.2 0.03 252 / 0.08);
  --shadow: 0 18px 44px -20px oklch(0.2 0.03 252 / 0.35);
  --shadow-lg: 0 40px 90px -40px oklch(0.16 0.03 252 / 0.55);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-q: cubic-bezier(0.22, 1, 0.36, 1);

  /* z-scale */
  --z-nav: 100; --z-menu: 200; --z-overlay: 300; --z-toast: 400;
}

/* ---------- Reset ---------- */
*, *::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(--body);
  font-size: var(--fs-base);
  line-height: 1.62;
  color: var(--on-paper);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--hazard); color: var(--ink-deep); }

/* ---------- Typography ---------- */
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}
.display--tight { letter-spacing: -0.02em; }
p { text-wrap: pretty; }
.lead { font-size: var(--fs-lg); line-height: 1.5; color: var(--on-paper-soft); font-weight: 500; }

.measure { max-width: 62ch; }

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2.4rem, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2.4rem, var(--wrap-narrow)); margin-inline: auto; }
.section { padding-block: clamp(3.5rem, 2.5rem + 5vw, 7rem); }
.section--tight { padding-block: clamp(2.5rem, 2rem + 3vw, 4.5rem); }
.ink { background: var(--ink); color: var(--on-ink); }
.ink-deep { background: var(--ink-deep); color: var(--on-ink); }
.ink h2, .ink h3, .ink-deep h2, .ink-deep h3 { color: var(--on-ink); }
.paper-3 { background: var(--paper-3); }

.stack > * + * { margin-top: var(--sp-3); }
.grid { display: grid; gap: clamp(1.1rem, 0.8rem + 1.4vw, 2rem); }

/* ---------- Kicker (deliberate brand label, used sparingly, not on every section) ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-family: var(--body); font-weight: 800;
  font-size: var(--fs-sm);
  letter-spacing: 0.01em; text-transform: none;
  color: var(--blue-deep);
}
.ink .kicker, .ink-deep .kicker { color: var(--hazard); }
/* Hero kicker sits on a dark photo: brighten it and add a shadow for legibility */
.hero .kicker { color: var(--blue-bright); text-shadow: 0 1px 5px oklch(0.145 0.024 250 / 0.85); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--ink); --btn-fg: var(--on-ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  padding: 0.95em 1.5em;
  font-weight: 800; font-size: var(--fs-sm); letter-spacing: 0.005em;
  line-height: 1; border-radius: 100px;
  background: var(--btn-bg); color: var(--btn-fg);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), background 0.25s, color 0.25s;
  will-change: transform;
  position: relative;
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(-1px); }

.btn--go { --btn-bg: var(--hazard); --btn-fg: var(--ink-deep); box-shadow: 0 12px 30px -12px oklch(0.83 0.2 106 / 0.7); }
.btn--go:hover { --btn-bg: var(--hazard-mid); box-shadow: 0 18px 40px -14px oklch(0.83 0.2 106 / 0.85); }
.btn--blue { --btn-bg: var(--blue); --btn-fg: oklch(0.99 0.01 250); }
.btn--blue:hover { --btn-bg: var(--blue-deep); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--on-ink); box-shadow: inset 0 0 0 2px oklch(0.99 0 0 / 0.28); }
.btn--ghost:hover { --btn-bg: oklch(0.99 0 0 / 0.08); box-shadow: inset 0 0 0 2px oklch(0.99 0 0 / 0.5); }
.btn--ink-ghost { --btn-bg: transparent; --btn-fg: var(--on-paper); box-shadow: inset 0 0 0 2px oklch(0.2 0.03 252 / 0.2); }
.btn--ink-ghost:hover { --btn-bg: oklch(0.2 0.03 252 / 0.05); box-shadow: inset 0 0 0 2px oklch(0.2 0.03 252 / 0.4); }
.btn--lg { padding: 1.1em 1.8em; font-size: var(--fs-base); }
.btn--block { display: flex; width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ---------- Logo mark ---------- */
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand .van { width: 2.6rem; height: auto; color: currentColor; flex: none; }
.brand .van .haz { color: var(--hazard-deep); }
.ink .brand .van .haz, .ink-deep .brand .van .haz, .nav .brand .van .haz { color: var(--hazard); }
.brand-word { display: flex; flex-direction: column; line-height: 0.95; }
.brand-word b {
  font-family: var(--display); font-weight: 400; font-size: 1.28rem;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.brand-word span {
  font-family: var(--body); font-weight: 800; font-size: 0.6rem;
  letter-spacing: 0.42em; text-transform: uppercase; text-indent: 0.42em;
  color: var(--blue-bright);
}
.brand--sm .van { width: 2rem; }
.brand--sm .brand-word b { font-size: 1.05rem; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-nav);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.7rem clamp(0.9rem, 3vw, 2rem);
  color: var(--on-ink);
  transition: transform 0.45s var(--ease-out), background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s;
}
.nav--solid {
  background: oklch(0.185 0.028 250 / 0.86);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 oklch(1 0 0 / 0.06), 0 10px 30px -20px oklch(0 0 0 / 0.6);
}
.nav--hidden { transform: translateY(-105%); }
.nav .brand { color: var(--on-ink); }
.nav-links { display: none; }
.nav-right { display: flex; align-items: center; gap: 0.6rem; }

.nav-links a {
  position: relative; font-weight: 700; font-size: 0.95rem; padding: 0.4rem 0;
  color: var(--on-ink-soft); transition: color 0.2s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 100%;
  background: var(--hazard); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--on-ink); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }

.nav-cta { display: none; }

.burger {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; padding: 0 11px; border-radius: 12px;
  background: oklch(1 0 0 / 0.08); box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.12);
}
.burger span { height: 2.5px; width: 100%; background: var(--on-ink); border-radius: 3px; transition: transform 0.4s var(--ease-out), opacity 0.3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile menu overlay */
.menu {
  position: fixed; inset: 0; z-index: var(--z-menu);
  background: var(--ink-deep); color: var(--on-ink);
  display: flex; flex-direction: column; padding: 5.5rem clamp(1.4rem, 6vw, 3rem) 2rem;
  transform: translateY(-100%); transition: transform 0.55s var(--ease-out);
  overflow-y: auto;
}
.menu[data-open="true"] { transform: translateY(0); }
.menu-links { display: flex; flex-direction: column; gap: 0.2rem; margin-top: auto; }
.menu-links a {
  font-family: var(--display); font-size: clamp(2.4rem, 12vw, 4rem); text-transform: uppercase;
  line-height: 1.02; letter-spacing: -0.01em; padding: 0.15em 0;
  color: var(--on-ink); display: flex; align-items: baseline; gap: 0.6rem;
  opacity: 0; transform: translateY(18px);
}
.menu[data-open="true"] .menu-links a { animation: menuIn 0.5s var(--ease-out) forwards; }
.menu[data-open="true"] .menu-links a:nth-child(1) { animation-delay: 0.08s; }
.menu[data-open="true"] .menu-links a:nth-child(2) { animation-delay: 0.14s; }
.menu[data-open="true"] .menu-links a:nth-child(3) { animation-delay: 0.2s; }
.menu[data-open="true"] .menu-links a:nth-child(4) { animation-delay: 0.26s; }
.menu[data-open="true"] .menu-links a:nth-child(5) { animation-delay: 0.32s; }
.menu-links a .n { font-family: var(--body); font-size: 0.9rem; font-weight: 800; color: var(--hazard); transform: translateY(-0.3em); }
.menu-links a:hover { color: var(--hazard); }
@keyframes menuIn { to { opacity: 1; transform: translateY(0); } }
.menu-foot { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--ink-line); }
.menu-foot .btn { flex: 1 1 auto; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  justify-content: flex-end; overflow: hidden; background: var(--ink-deep); color: var(--on-ink);
  padding: 6rem 0 clamp(2rem, 4vw, 3.5rem);
  isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, var(--ink-deep) 4%, oklch(0.145 0.024 250 / 0.55) 42%, oklch(0.145 0.024 250 / 0.2) 72%, oklch(0.145 0.024 250 / 0.62) 100%);
}
.hero__glow { position: absolute; z-index: -1; inset: auto -20% -30% auto; width: 70vw; height: 70vw; max-width: 640px; max-height: 640px;
  background: radial-gradient(circle, oklch(0.585 0.185 253 / 0.5), transparent 62%); filter: blur(20px); pointer-events: none; }

.hero__inner { position: relative; }
.hero h1 {
  font-size: var(--fs-mega); letter-spacing: -0.025em; line-height: 0.86;
  margin-top: 0.6rem;
}
.hero h1 .flash { color: var(--hazard); }
.hero__sub { font-size: var(--fs-lg); max-width: 40ch; color: oklch(0.95 0.008 245); margin-top: 1.3rem; font-weight: 500; text-shadow: 0 1px 10px oklch(0.145 0.024 250 / 0.62); }
.hero .btn-row { margin-top: 1.8rem; }
/* Keep the two hero CTAs side by side on small screens (cleaner than stacked) */
@media (max-width: 559px) {
  .hero .btn-row { flex-wrap: nowrap; gap: 0.5rem; }
  .hero .btn-row .btn { flex: 1 1 0; min-width: 0; padding-inline: 0.9em; font-size: 0.9rem; white-space: nowrap; }
  .hero .btn-row .btn svg { flex: none; }
}

.hero__chips { display: flex; flex-wrap: wrap; gap: 0.5rem 0.55rem; margin-top: 1.7rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.45em;
  font-size: 0.82rem; font-weight: 700; padding: 0.5em 0.85em; border-radius: 100px;
  background: oklch(1 0 0 / 0.09); box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.14);
  backdrop-filter: blur(4px);
}
.chip svg { width: 1.05em; height: 1.05em; color: var(--hazard); flex: none; }

/* clearance wipe reveal panels */
.wipe {
  position: fixed; inset: 0; z-index: var(--z-overlay); pointer-events: none;
  display: grid; grid-template-rows: 1fr 1fr;
}
.wipe span { display: block; }
.wipe span:nth-child(1) { background: var(--ink-deep); }
.wipe span:nth-child(2) { background: var(--hazard); }
.wipe--go span:nth-child(1) { animation: wipeUp 0.7s var(--ease-out-q) 0.15s forwards; }
.wipe--go span:nth-child(2) { animation: wipeDown 0.7s var(--ease-out-q) 0.15s forwards; }
@keyframes wipeUp { to { transform: translateY(-100%); } }
@keyframes wipeDown { to { transform: translateY(100%); } }

/* ============================================================
   MARQUEE - hi-vis "we take it all"
   ============================================================ */
.marquee {
  background: var(--hazard); color: var(--ink-deep);
  border-block: 3px solid var(--ink-deep);
  padding-block: 0.7rem; overflow: hidden; position: relative;
}
.marquee--ink { background: var(--ink); color: var(--on-ink); border-color: var(--ink-line); }
.marquee__track {
  display: flex; width: max-content; gap: 0; will-change: transform;
  animation: scrollx 34s linear infinite;
}
.marquee--rev .marquee__track { animation-direction: reverse; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
  font-family: var(--display); text-transform: uppercase; font-size: clamp(1.1rem, 0.9rem + 1.2vw, 1.8rem);
  letter-spacing: 0.005em; padding-inline: 1.1rem; display: inline-flex; align-items: center; gap: 1.1rem;
  white-space: nowrap;
}
.marquee__track span::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; opacity: 0.6; }
.marquee--ink .marquee__track span .hl { color: var(--hazard); }
@keyframes scrollx { to { transform: translateX(-50%); } }

/* ============================================================
   REVEALS
   ============================================================ */
/* Reveals ENHANCE an already-visible default: content is visible without JS.
   The hidden-then-animate state applies only when JS is present (html.js). */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
html.js .reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; } .reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; } .reveal-d4 { transition-delay: 0.32s; }

.line-mask { display: block; overflow: hidden; }
.line-mask > * { display: block; }
html.js .line-mask > * { transform: translateY(105%); transition: transform 0.8s var(--ease-out); }
html.js .line-mask.in > * { transform: none; }
.line-mask.d1 > * { transition-delay: 0.09s; } .line-mask.d2 > * { transition-delay: 0.18s; } .line-mask.d3 > * { transition-delay: 0.27s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .line-mask > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee__track { animation: none !important; }
  .wipe { display: none !important; }
  .menu-links a { opacity: 1 !important; transform: none !important; animation: none !important; }
  .hero__media img { object-position: 62% 40%; }
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.sec-head { max-width: 40ch; }
.sec-head h2 { font-size: var(--fs-3xl); margin-top: 0.7rem; }
.sec-head .lead { margin-top: 1rem; }
.sec-head--center { margin-inline: auto; text-align: center; }
.ink .lead, .ink-deep .lead { color: var(--on-ink-soft); }

/* ============================================================
   USP / why-us row
   ============================================================ */
.usp-grid { grid-template-columns: 1fr; gap: 0; }
.usp {
  display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start;
  padding: 1.5rem 0; border-top: 1px solid var(--ink-line);
}
.usp:last-child { border-bottom: 1px solid var(--ink-line); }
.usp__ic {
  width: 3rem; height: 3rem; border-radius: 12px; display: grid; place-items: center;
  background: oklch(1 0 0 / 0.06); box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.12);
  color: var(--hazard);
}
.usp__ic svg { width: 1.5rem; height: 1.5rem; }
.usp h3 { font-family: var(--body); font-weight: 800; text-transform: none; letter-spacing: 0; font-size: var(--fs-lg); line-height: 1.2; }
.usp p { color: var(--on-ink-soft); font-size: var(--fs-sm); margin-top: 0.35rem; }

/* ============================================================
   SERVICE category blocks
   ============================================================ */
.svc {
  display: grid; gap: 1.2rem; align-items: center;
  padding: clamp(1.3rem, 1rem + 1.5vw, 2rem);
  background: var(--paper-2); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.svc__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease-out); }
.svc:hover .svc__media img { transform: scale(1.05); }
.svc__num { font-family: var(--display); font-size: 1rem; color: var(--blue-deep); }
.svc h3 { font-family: var(--body); font-weight: 800; text-transform: none; letter-spacing: -0.01em; font-size: var(--fs-xl); line-height: 1.05; margin-top: 0.2rem; }
.svc p { color: var(--on-paper-soft); margin-top: 0.6rem; font-size: var(--fs-sm); }
.svc ul { list-style: none; padding: 0; margin-top: 0.9rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.svc ul li {
  font-size: 0.8rem; font-weight: 700; padding: 0.35em 0.7em; border-radius: 100px;
  background: var(--paper-3); color: var(--on-paper-soft);
}

/* ============================================================
   HOW IT WORKS - real 3-step sequence (numbers earned)
   ============================================================ */
.steps { counter-reset: step; grid-template-columns: 1fr; }
.step {
  position: relative; padding: 1.6rem 0 1.6rem 0; border-top: 2px solid var(--ink-line);
  display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; align-items: start;
}
.step__n {
  font-family: var(--display); font-size: clamp(2.6rem, 2rem + 3vw, 4.2rem); line-height: 0.8;
  color: var(--hazard); min-width: 2.2ch;
}
.step h3 { font-family: var(--body); font-weight: 800; text-transform: none; letter-spacing: -0.01em; font-size: var(--fs-lg); }
.step p { color: var(--on-ink-soft); margin-top: 0.4rem; font-size: var(--fs-sm); max-width: 46ch; }

/* ============================================================
   STATS / trust strip (honest, non-cliche)
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ink-line); border: 1px solid var(--ink-line); border-radius: var(--radius); overflow: hidden; }
.stat { background: var(--ink); padding: 1.4rem 1.1rem; }
.stat b { font-family: var(--display); font-size: clamp(2rem, 1.4rem + 3vw, 3.2rem); line-height: 0.9; color: var(--on-ink); display: flex; align-items: baseline; gap: 0.08em; }
.stat b .u { color: var(--hazard); font-size: 0.42em; line-height: 1; }
.stat span { display: block; margin-top: 0.4rem; font-size: 0.8rem; font-weight: 700; color: var(--on-ink-faint); text-transform: uppercase; letter-spacing: 0.04em; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { columns: 2; column-gap: clamp(0.6rem, 0.4rem + 0.8vw, 1rem); }
.gallery figure { break-inside: avoid; margin-bottom: clamp(0.6rem, 0.4rem + 0.8vw, 1rem); position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: var(--ink-soft); }
.gallery img { width: 100%; height: auto; transition: transform 0.9s var(--ease-out); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem 0.9rem 0.75rem; font-size: 0.78rem; font-weight: 700; color: #fff;
  background: linear-gradient(to top, oklch(0.145 0.024 250 / 0.85), transparent);
  opacity: 0; transform: translateY(8px); transition: opacity 0.4s, transform 0.4s;
}
.gallery figure:hover figcaption { opacity: 1; transform: none; }
.gallery figcaption .tag { color: var(--hazard); }

/* reveal-clip for "after" image */
.clipwrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.clipwrap img { width: 100%; height: 100%; object-fit: cover; }
.clip-badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  font-family: var(--display); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.02em;
  padding: 0.45em 0.9em; border-radius: 100px; background: var(--hazard); color: var(--ink-deep);
}

/* ============================================================
   SERVICE AREA + van drive
   ============================================================ */
.van-road { position: relative; height: 96px; margin: 1.5rem 0 0.5rem; overflow: hidden; }
.van-road__line { position: absolute; left: 0; right: 0; top: 62px; height: 3px; background: repeating-linear-gradient(90deg, var(--ink-line) 0 22px, transparent 22px 40px); }
.van-drive { position: absolute; top: 6px; left: 0; width: 90px; color: var(--on-ink); will-change: transform; }
.van-drive .haz { color: var(--hazard); }
.van-drive .speed { color: var(--blue-bright); opacity: 0.9; }

.towns { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }
.towns span { font-size: 0.85rem; font-weight: 700; padding: 0.45em 0.85em; border-radius: 100px; background: oklch(1 0 0 / 0.07); box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.13); color: var(--on-ink-soft); }
.map-embed { border: 0; width: 100%; height: 340px; border-radius: var(--radius-lg); box-shadow: var(--shadow); filter: grayscale(0.15) contrast(1.02); }

/* ============================================================
   QUOTE CTA band
   ============================================================ */
.cta-band { position: relative; overflow: hidden; text-align: center; }
.cta-band h2 { font-size: var(--fs-3xl); }
.cta-band .lead { margin: 1rem auto 0; max-width: 44ch; }
.cta-band .btn-row { justify-content: center; margin-top: 1.8rem; }
.cta-band__haz { position: absolute; inset: 0; z-index: 0; opacity: 0.08;
  background: repeating-linear-gradient(-45deg, var(--hazard) 0 34px, transparent 34px 68px); pointer-events: none; }
.cta-band > * { position: relative; z-index: 1; }

/* ============================================================
   FOUNDER note
   ============================================================ */
.founder { display: grid; gap: 1.6rem; align-items: center; }
.founder__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/5; }
.founder__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.founder blockquote { font-family: var(--display); text-transform: uppercase; font-size: var(--fs-xl); line-height: 1.02; letter-spacing: -0.01em; }
.founder blockquote .flash { color: var(--blue-deep); }
.ink .founder blockquote .flash, .ink-deep .founder blockquote .flash { color: var(--hazard); }
.founder cite { display: block; margin-top: 1.1rem; font-style: normal; font-weight: 800; }
.founder cite span { display: block; font-weight: 600; color: var(--on-paper-faint); font-size: 0.85rem; }
.ink .founder cite span, .ink-deep .founder cite span { color: var(--on-ink-faint); }

/* ============================================================
   FORMS
   ============================================================ */
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field label { font-weight: 800; font-size: 0.85rem; }
.field label .req { color: var(--blue-deep); }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.85em 1em; border-radius: 12px; background: var(--paper-2);
  box-shadow: inset 0 0 0 1.5px oklch(0.2 0.03 252 / 0.16); transition: box-shadow 0.2s, background 0.2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; box-shadow: inset 0 0 0 2px var(--blue); background: #fff; }
.field input::placeholder, .field textarea::placeholder { color: var(--on-paper-faint); }
.form-note { font-size: 0.82rem; color: var(--on-paper-faint); }
.contact-cards { display: grid; gap: 0.8rem; }
.ccard {
  display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.2rem; border-radius: var(--radius);
  background: var(--ink-soft); color: var(--on-ink); box-shadow: inset 0 0 0 1px var(--ink-line);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}
.ccard:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--hazard), var(--shadow); }
.ccard__ic { width: 2.8rem; height: 2.8rem; border-radius: 12px; flex: none; display: grid; place-items: center; background: oklch(1 0 0 / 0.07); color: var(--hazard); }
.ccard__ic svg { width: 1.4rem; height: 1.4rem; }
.ccard b { display: block; font-size: 1.05rem; }
.ccard span { display: block; font-size: 0.8rem; color: var(--on-ink-faint); overflow-wrap: anywhere; }

/* ============================================================
   PAGE HEADER (interior pages)
   ============================================================ */
.phead { position: relative; padding: 8.5rem 0 clamp(2.5rem, 2rem + 3vw, 4rem); background: var(--ink-deep); color: var(--on-ink); overflow: hidden; isolation: isolate; }
.phead::before { content: ""; position: absolute; inset: auto -10% -40% 40%; width: 60vw; height: 60vw; max-width: 520px; max-height: 520px; background: radial-gradient(circle, oklch(0.585 0.185 253 / 0.4), transparent 62%); filter: blur(20px); z-index: -1; }
.phead h1 { font-size: var(--fs-3xl); letter-spacing: -0.02em; margin-top: 0.7rem; }
.phead .lead { color: var(--on-ink-soft); margin-top: 1rem; max-width: 54ch; }
.crumbs { font-size: 0.82rem; font-weight: 700; color: var(--on-ink-faint); display: flex; gap: 0.5rem; }
.crumbs a:hover { color: var(--hazard); }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: var(--ink-deep); color: var(--on-ink); padding-top: clamp(3rem, 2rem + 4vw, 5rem); }
.foot__top { display: grid; gap: 2.2rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--ink-line); }
.foot__brand .van { width: 3rem; }
.foot p { color: var(--on-ink-soft); font-size: var(--fs-sm); margin-top: 1rem; max-width: 40ch; }
.foot-col h4 { font-family: var(--body); text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.12em; color: var(--on-ink-faint); font-weight: 800; }
.foot-col ul { list-style: none; padding: 0; margin-top: 0.9rem; display: flex; flex-direction: column; gap: 0.55rem; }
.foot-col a, .foot-col li { color: var(--on-ink-soft); font-size: var(--fs-sm); }
.foot-col a:hover { color: var(--hazard); }
.foot__licence { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 1.3rem; padding: 0.6em 0.9em; border-radius: 100px; font-size: 0.8rem; font-weight: 700; background: oklch(1 0 0 / 0.06); box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.12); }
.foot__licence svg { width: 1.1rem; height: 1.1rem; color: var(--hazard); }
.foot__bar { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; justify-content: space-between; align-items: center; padding: 1.4rem 0 2rem; font-size: 0.8rem; color: var(--on-ink-faint); }
.foot__bar a { color: var(--on-ink-soft); font-weight: 700; }
.foot__bar a:hover { color: var(--hazard); }

/* ============================================================
   RESPONSIVE - desktop enhancements
   ============================================================ */
@media (min-width: 620px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .gallery { columns: 3; }
  .founder { grid-template-columns: 0.85fr 1.15fr; gap: 2.5rem; }
  .founder__media { order: -1; }
}

@media (min-width: 900px) {
  .nav-links { display: flex; gap: 1.6rem; }
  .nav-cta { display: inline-flex; }
  .burger { display: none; }
  .menu { display: none; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); column-gap: 3rem; }
  .usp:nth-child(2) { border-bottom: 1px solid var(--ink-line); }
  .svc { grid-template-columns: 260px 1fr; gap: 2rem; }
  .svc--rev { grid-template-columns: 1fr 260px; }
  .svc--rev .svc__media { order: 2; }
  .svc__media { aspect-ratio: 1/1; }
  .steps { grid-template-columns: 1fr; max-width: none; }
  .step { grid-template-columns: auto 1fr; }
  .founder { grid-template-columns: 0.8fr 1.2fr; }
  .foot__top { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
  .split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
  .split--wide-r { grid-template-columns: 0.9fr 1.1fr; }
  .contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: start; }
}

@media (min-width: 1100px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 0 2.5rem; }
  .step { border-top: 2px solid var(--ink-line); }
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.svc-cat { display: grid; gap: 1.6rem; padding-block: clamp(2rem, 1.4rem + 2vw, 3.4rem); border-top: 1px solid var(--paper-3); }
.svc-cat:first-of-type { border-top: 0; }
.svc-cat__head .kicker { margin-bottom: 0.5rem; }
.svc-cat__head h2 { font-size: var(--fs-2xl); }
.svc-cat__head p { color: var(--on-paper-soft); margin-top: 0.7rem; }
.svc-cat__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3/2; }
.svc-cat__media img { width: 100%; height: 100%; object-fit: cover; }
.svc-items { display: grid; gap: 0; }
.svc-item { padding: 1.1rem 0; border-top: 1px solid var(--paper-3); display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.svc-item:first-child { border-top: 0; }
.svc-item__ic { width: 2.6rem; height: 2.6rem; border-radius: 10px; display: grid; place-items: center; background: var(--paper-3); color: var(--blue-deep); flex: none; }
.svc-item__ic svg { width: 1.35rem; height: 1.35rem; }
.svc-item h3 { font-family: var(--body); font-weight: 800; text-transform: none; letter-spacing: -0.01em; font-size: var(--fs-lg); line-height: 1.15; }
.svc-item p { color: var(--on-paper-soft); font-size: var(--fs-sm); margin-top: 0.25rem; }

/* Compare: cheaper than a skip */
.compare { display: grid; gap: 1rem; }
.compare__col { border-radius: var(--radius-lg); padding: clamp(1.4rem, 1rem + 1.5vw, 2.2rem); }
.compare__col h3 { font-family: var(--body); text-transform: none; letter-spacing: -0.01em; font-weight: 800; font-size: var(--fs-lg); display: flex; align-items: center; gap: 0.6rem; }
.compare__col ul { list-style: none; padding: 0; margin-top: 1.1rem; display: flex; flex-direction: column; gap: 0.7rem; }
.compare__col li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: var(--fs-sm); }
.compare__col li svg { width: 1.2rem; height: 1.2rem; flex: none; margin-top: 0.15rem; }
.compare--skip { background: var(--paper-3); color: var(--on-paper-soft); }
.compare--skip li svg { color: var(--on-paper-faint); }
.compare--us { background: var(--ink); color: var(--on-ink); box-shadow: var(--shadow); }
.compare--us h3 { color: var(--on-ink); }
.compare--us li svg { color: var(--hazard); }
.compare--us .price { font-family: var(--display); font-size: var(--fs-xl); color: var(--hazard); margin-top: 0.3rem; }

/* Values (what sets us apart) */
.values { display: grid; gap: 1rem; }
.value { padding: 1.5rem; border-radius: var(--radius); background: var(--paper-2); box-shadow: var(--shadow-sm); }
.value__ic { width: 3rem; height: 3rem; border-radius: 12px; display: grid; place-items: center; background: var(--ink); color: var(--hazard); }
.value__ic svg { width: 1.5rem; height: 1.5rem; }
.value h3 { font-family: var(--body); text-transform: none; letter-spacing: -0.01em; font-weight: 800; font-size: var(--fs-lg); margin-top: 1rem; }
.value p { color: var(--on-paper-soft); font-size: var(--fs-sm); margin-top: 0.4rem; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.prose { max-width: 62ch; }
.prose p { margin-top: 1.1rem; color: var(--on-paper-soft); }
.prose p:first-child { margin-top: 0; }
.prose .drop { font-family: var(--display); font-size: var(--fs-xl); line-height: 1; color: var(--on-paper); text-transform: uppercase; }
.ink .prose p, .ink-deep .prose p { color: var(--on-ink-soft); }

.timeline { display: grid; gap: 0; margin-top: 1rem; }
.tl { position: relative; padding: 0 0 1.8rem 2.2rem; }
.tl::after { content: ""; position: absolute; left: 0; top: 6px; bottom: 0; width: 2px; background: var(--ink-line); }
.tl:last-child::after { display: none; }
.tl:last-child { padding-bottom: 0; }
.tl::before { content: ""; position: absolute; left: -6px; top: 2px; width: 14px; height: 14px; border-radius: 50%; background: var(--hazard); box-shadow: 0 0 0 4px var(--ink-deep); z-index: 1; }
.tl b { font-family: var(--display); font-size: var(--fs-lg); color: var(--hazard); display: block; }
.tl h3 { font-family: var(--body); text-transform: none; letter-spacing: -0.01em; font-weight: 800; font-size: var(--fs-base); margin-top: 0.2rem; color: var(--on-ink); }
.tl p { color: var(--on-ink-soft); font-size: var(--fs-sm); margin-top: 0.3rem; max-width: 52ch; }

.about-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.about-imgs figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.about-imgs img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; }
.about-imgs figure:first-child { grid-row: span 2; }
.about-imgs figure:first-child img { aspect-ratio: 3/5; }

/* ============================================================
   WORK PAGE filters
   ============================================================ */
.work-intro { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }
.work-intro span { font-size: 0.82rem; font-weight: 700; padding: 0.45em 0.9em; border-radius: 100px; background: oklch(1 0 0 / 0.07); box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.13); color: var(--on-ink-soft); }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.quote-card { background: var(--paper-2); border-radius: var(--radius-lg); padding: clamp(1.4rem, 1rem + 2vw, 2.4rem); box-shadow: var(--shadow); }
.quote-card h2 { font-size: var(--fs-xl); }
.form-grid { display: grid; gap: 1rem; margin-top: 1.4rem; }
.form-row { display: grid; gap: 1rem; }
.quote-ok { margin-top: 1rem; padding: 0.9rem 1.1rem; border-radius: 12px; background: oklch(0.885 0.185 108 / 0.2); box-shadow: inset 0 0 0 1.5px var(--hazard-deep); font-weight: 700; font-size: var(--fs-sm); color: var(--on-paper); }
.quote-err { margin-top: 1rem; padding: 0.9rem 1.1rem; border-radius: 12px; background: oklch(0.6 0.2 25 / 0.12); box-shadow: inset 0 0 0 1.5px oklch(0.55 0.2 25 / 0.55); font-weight: 700; font-size: var(--fs-sm); color: var(--on-paper); }

/* FAQ accordion */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { background: var(--paper); border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--ink-line); overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 1.15rem 1.3rem; font-weight: 800; font-size: 1.05rem; color: var(--on-paper); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; width: 0.62rem; height: 0.62rem; border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: rotate(45deg); transition: transform 0.3s var(--ease-out); flex: none; margin-top: -0.2rem; }
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 0.15rem; }
.faq-item summary:hover { color: var(--blue); }
.faq-a { padding: 0 1.3rem 1.25rem; }
.faq-a p { color: var(--on-paper-soft); margin: 0; }
.faq-a a { color: var(--blue); font-weight: 700; }
.hours-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; font-size: var(--fs-sm); padding-bottom: 0.5rem; border-bottom: 1px solid var(--ink-line); color: var(--on-ink-soft); }
.hours-list li b { color: var(--on-ink); font-weight: 700; }

@media (min-width: 620px) {
  .compare { grid-template-columns: 1fr 1fr; }
  .values { grid-template-columns: repeat(3, 1fr); }
  .form-row--2 { grid-template-columns: 1fr 1fr; }
  .about-imgs { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .svc-cat { grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: start; }
  .svc-cat--rev { grid-template-columns: 1.1fr 0.9fr; }
  .svc-cat--rev .svc-cat__head { order: 2; }
  .svc-cat__media { position: sticky; top: 90px; }
}

/* utilities */
.mt-1 { margin-top: var(--sp-1); } .mt-2 { margin-top: var(--sp-2); } .mt-3 { margin-top: var(--sp-3); }
.mt-4 { margin-top: var(--sp-4); } .mt-5 { margin-top: var(--sp-5); }
.center { text-align: center; } .center-x { margin-inline: auto; }
.hide { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: 0.6rem; left: 0.6rem; z-index: var(--z-toast); transform: translateY(-160%); transition: transform 0.25s var(--ease-out); background: var(--hazard); color: var(--ink-deep); font-weight: 800; font-size: 0.9rem; padding: 0.75em 1.1em; border-radius: 100px; }
.skip:focus-visible { transform: translateY(0); }
