/* ==========================================================================
   TX2 Services — design system
   Brand: brushed steel + safety green on near-black. Industrial, local, direct.
   ========================================================================== */

/* ---------- Fonts (self-hosted, no third-party requests) ---------- */
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/barlow-condensed-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: italic; font-weight: 700; font-display: swap; src: url("/fonts/barlow-condensed-latin-700-italic.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap; src: url("/fonts/barlow-condensed-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: italic; font-weight: 800; font-display: swap; src: url("/fonts/barlow-condensed-latin-800-italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/inter-latin-600-normal.woff2") format("woff2"); }

/* ---------- Tokens ---------- */
:root {
  --bg: #0b0c0e;
  --bg-2: #101215;
  --bg-3: #15181c;
  --surface: #191c21;
  --surface-2: #1f2329;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f3f4f6;
  --text-2: #b6bcc6;
  --muted: #8b929c;
  --accent: #3fd960;
  --accent-2: #22b043;
  --accent-ink: #062a10;
  --accent-glow: rgba(63, 217, 96, 0.35);
  --steel: linear-gradient(180deg, #ffffff 0%, #c9ced5 28%, #7e858f 50%, #d6dae0 62%, #8e959f 100%);
  --danger: #ff6b6b;

  --font-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.5rem;
  --space-2xl: 6rem;
  --space-3xl: 9rem;

  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --max: 1240px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --nav-h: 72px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);
  --dur-fast: 180ms;
  --dur: 320ms;
  --dur-slow: 640ms;

  color-scheme: dark;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 1rem); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, picture, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 800; line-height: 0.95; letter-spacing: -0.01em; text-transform: uppercase; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--accent); color: var(--accent-ink); }

.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 1000; background: var(--accent); color: var(--accent-ink); padding: .6rem 1rem; border-radius: var(--radius-sm); font-weight: 600; transition: top var(--dur-fast); }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* film grain — the analog texture that flat AI pages lack */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9990; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

/* ---------- Type scale ---------- */
.display { font-size: clamp(3.4rem, 11vw, 9.5rem); line-height: 0.88; letter-spacing: -0.02em; }
.h1 { font-size: clamp(2.8rem, 7.5vw, 6rem); line-height: 0.9; }
.h2 { font-size: clamp(2.2rem, 5.2vw, 4.2rem); line-height: 0.92; }
.h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1; }
.h4 { font-size: 1.25rem; line-height: 1.1; letter-spacing: 0.01em; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-body); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: var(--space-md); }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--accent); }
.lede { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--text-2); max-width: 58ch; }
.muted { color: var(--muted); }
.accent { color: var(--accent); }
.steel { background: var(--steel); -webkit-background-clip: text; background-clip: text; color: transparent; }
.italic { font-style: italic; }
.prose { max-width: 68ch; color: var(--text-2); }
.prose h2, .prose h3 { color: var(--text); margin: 2.2em 0 .6em; }
.prose h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.prose h3 { font-size: 1.4rem; }
.prose ul { list-style: disc; padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin: .35em 0; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--text); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 880px; }
.section { position: relative; padding-block: clamp(4rem, 9vw, 7.5rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--loose { padding-block: clamp(6rem, 14vw, 12rem); }
.section--alt { background: var(--bg-2); }
.section--line { border-top: 1px solid var(--line); }
.section-head { display: grid; gap: var(--space-md); margin-bottom: clamp(2rem, 5vw, 4rem); }
.section-head--split { grid-template-columns: 1fr; align-items: end; }
@media (min-width: 900px) { .section-head--split { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: var(--space-xl); } .section-head--split .lede { justify-self: end; } }
.grid { display: grid; gap: var(--space-md); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.dot-grid { background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 26px 26px; }
.line-pattern { background-image: repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(255,255,255,.035) 47px, rgba(255,255,255,.035) 48px); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--surface-2); --btn-fg: var(--text); --btn-border: var(--line-strong);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px; padding: .8rem 1.5rem; border-radius: 999px;
  background: var(--btn-bg); color: var(--btn-fg); border: 1px solid var(--btn-border);
  font-weight: 600; font-size: .98rem; letter-spacing: .01em; white-space: nowrap;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), background var(--dur-fast), border-color var(--dur-fast);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.35); border-color: rgba(255,255,255,.28); }
.btn:active { transform: translateY(0) scale(.98); transition-duration: 90ms; }
.btn--primary { --btn-bg: var(--accent); --btn-fg: var(--accent-ink); --btn-border: transparent; }
.btn--primary:hover { box-shadow: 0 12px 32px var(--accent-glow); background: #55e874; }
.btn--ghost { --btn-bg: transparent; }
.btn--lg { min-height: 60px; padding: 1rem 2rem; font-size: 1.05rem; }
.btn--sm { min-height: 42px; padding: .5rem 1.1rem; font-size: .9rem; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--arrow svg { transition: transform var(--dur-fast) var(--ease-out); }
.btn--arrow:hover svg { transform: translateX(3px); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.text-link { color: var(--accent); font-weight: 600; display: inline-flex; align-items: center; gap: .4rem; }
.text-link svg { width: 16px; height: 16px; transition: transform var(--dur-fast) var(--ease-out); }
.text-link:hover svg { transform: translateX(3px); }

/* ---------- Navigation ---------- */
.nav-sentinel { position: absolute; top: 0; height: 1px; width: 1px; }
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 500; height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(11, 12, 14, 0.55);
  -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid transparent;
  transition: background var(--dur), border-color var(--dur), box-shadow var(--dur);
}
.nav--scrolled { background: rgba(11, 12, 14, 0.86); border-bottom-color: var(--line); box-shadow: 0 8px 40px rgba(0,0,0,.35); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand__mark { font-family: var(--font-display); font-weight: 800; font-style: italic; font-size: 2rem; line-height: 1; letter-spacing: -0.04em; background: var(--steel); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 1px 0 rgba(0,0,0,.6)); }
.brand__mark b { -webkit-text-stroke: 0; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text span:first-child { font-family: var(--font-display); font-weight: 700; font-size: .95rem; letter-spacing: .12em; text-transform: uppercase; }
.brand__text span:last-child { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: .2rem; }
.nav__links { display: none; align-items: center; gap: .2rem; }
.nav__links a { padding: .55rem .7rem; border-radius: 999px; font-size: .9rem; white-space: nowrap; font-weight: 500; color: var(--text-2); transition: color var(--dur-fast), background var(--dur-fast); }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--text); background: rgba(255,255,255,.06); }
.nav__cta { display: none; align-items: center; gap: .6rem; }
.nav__phone { display: none; white-space: nowrap; align-items: center; gap: .45rem; font-weight: 600; font-size: .95rem; color: var(--text); padding: .55rem .8rem; }
.nav__phone svg { width: 16px; height: 16px; color: var(--accent); }
.nav__burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 48px; height: 48px; align-items: center; border-radius: 999px; border: 1px solid var(--line-strong); }
.nav__burger span { display: block; width: 20px; height: 2px; background: var(--text); transition: transform var(--dur) var(--ease-out), opacity var(--dur-fast); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 1024px) {
  .nav__links { display: flex; }
  .nav__cta { display: flex; }
  .nav__burger { display: none; }
}
@media (min-width: 1200px) { .nav__phone { display: inline-flex; } }
.mobile-menu {
  position: fixed; inset: 0; z-index: 450; background: var(--bg);
  display: flex; flex-direction: column; justify-content: center; padding: calc(var(--nav-h) + 1rem) var(--gutter) 2rem;
  transform: translateX(100%); transition: transform 480ms var(--ease-out); visibility: hidden;
}
.mobile-menu[data-open="true"] { transform: translateX(0); visibility: visible; }
.mobile-menu__link { display: block; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(2.2rem, 9vw, 3.6rem); line-height: 1.05; padding: .15em 0; opacity: 0; transform: translateX(32px); transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out); transition-delay: calc(var(--i, 0) * 60ms); }
.mobile-menu[data-open="true"] .mobile-menu__link { opacity: 1; transform: none; }
.mobile-menu__link:hover { color: var(--accent); }
.mobile-menu__foot { margin-top: 2rem; display: grid; gap: .75rem; opacity: 0; transition: opacity var(--dur); transition-delay: 420ms; }
.mobile-menu[data-open="true"] .mobile-menu__foot { opacity: 1; }
body[data-menu-open="true"] { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; padding-top: calc(var(--nav-h) + 3rem); padding-bottom: clamp(2.5rem, 6vw, 5rem); overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 55%; scale: 1.06; transform-origin: center; animation: heroZoom 14s var(--ease-smooth) forwards; }
@keyframes heroZoom { to { scale: 1; } }
.hero__media::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(11,12,14,.72) 0%, rgba(11,12,14,.25) 35%, rgba(11,12,14,.55) 70%, var(--bg) 100%),
  linear-gradient(90deg, rgba(11,12,14,.85) 0%, rgba(11,12,14,.35) 55%, rgba(11,12,14,.1) 100%); }
.hero__glow { position: absolute; z-index: -1; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; left: -15vw; bottom: -20vw; border-radius: 50%; background: radial-gradient(circle, rgba(63,217,96,.22), transparent 62%); filter: blur(30px); pointer-events: none; }
.hero__inner { display: grid; gap: var(--space-lg); }
.hero__title { font-size: clamp(3.4rem, 10.5vw, 9rem); line-height: .88; letter-spacing: -0.02em; text-transform: uppercase; max-width: 12ch; }
.hero__title .w { display: inline-block; opacity: 0; transform: translateY(110%) rotateX(-70deg); transform-origin: bottom center; animation: wordReveal .85s var(--ease-out) forwards; animation-delay: calc(var(--i, 0) * 110ms + 120ms); }
.hero__title .line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; perspective: 800px; }
@keyframes wordReveal { to { opacity: 1; transform: none; } }
.hero__sub { font-size: clamp(1.05rem, 1.7vw, 1.35rem); color: var(--text-2); max-width: 50ch; opacity: 0; animation: fadeUp .7s var(--ease-out) .75s forwards; }
.hero__actions { opacity: 0; animation: fadeUp .7s var(--ease-out) .9s forwards; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; align-items: center; font-size: .86rem; color: var(--text-2); opacity: 0; animation: fadeUp .7s var(--ease-out) 1.05s forwards; }
.hero__trust li { display: inline-flex; align-items: center; gap: .5rem; }
.hero__trust svg { width: 16px; height: 16px; color: var(--accent); flex: none; }
.hero__badge { position: absolute; right: var(--gutter); top: calc(var(--nav-h) + 1.5rem); display: none; flex-direction: column; align-items: center; justify-content: center; width: 132px; height: 132px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: rgba(11,12,14,.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); text-align: center; animation: spinSlow 30s linear infinite; }
.hero__badge svg { width: 100%; height: 100%; }
.hero__badge text { font-family: var(--font-body); font-size: 9px; font-weight: 600; letter-spacing: .14em; fill: var(--text-2); text-transform: uppercase; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@media (min-width: 900px) { .hero__badge { display: flex; } .hero { align-items: center; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* Small page hero */
.page-hero { position: relative; padding-top: calc(var(--nav-h) + clamp(3rem, 8vw, 6rem)); padding-bottom: clamp(2.5rem, 6vw, 5rem); overflow: hidden; isolation: isolate; }
.page-hero__glow { position: absolute; z-index: -1; right: -10vw; top: -10vw; width: 50vw; height: 50vw; max-width: 700px; max-height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(63,217,96,.16), transparent 62%); filter: blur(40px); pointer-events: none; }
.page-hero__grid { display: grid; gap: var(--space-xl); align-items: end; }
@media (min-width: 960px) { .page-hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); } }
.page-hero__media { border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumb { list-style: none; margin: 0 0 var(--space-md); padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; font-size: .82rem; color: var(--muted); margin-bottom: var(--space-md); }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb li + li::before { content: "/"; margin-right: .4rem; opacity: .5; }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--bg-2); padding: .9rem 0; -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; width: max-content; gap: 2.5rem; animation: marquee 60s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 2.5rem; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-2); white-space: nowrap; }
.marquee__item::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Pillars ---------- */
.pillars { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
@media (min-width: 760px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
.pillar { background: var(--bg); padding: clamp(1.5rem, 3vw, 2.5rem); display: grid; gap: .9rem; align-content: start; transition: background var(--dur); }
.pillar:hover { background: var(--bg-3); }
.pillar__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(63,217,96,.1); border: 1px solid rgba(63,217,96,.25); color: var(--accent); }
.pillar__icon svg { width: 22px; height: 22px; }
.pillar__num { font-family: var(--font-display); font-weight: 800; font-size: 3rem; line-height: 1; color: rgba(255,255,255,.07); position: absolute; right: 1.2rem; top: .8rem; }
.pillar { position: relative; }
.pillar p { color: var(--text-2); font-size: .98rem; }

/* ---------- Product cards (dumpsters) ---------- */
.products { display: grid; gap: var(--space-md); }
@media (min-width: 900px) { .products { grid-template-columns: 1.15fr .85fr; } }
.product { position: relative; border-radius: var(--radius-xl); overflow: hidden; background: var(--surface); border: 1px solid var(--line); display: grid; grid-template-rows: auto 1fr; transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur); }
.product:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0,0,0,.25), 0 24px 60px rgba(0,0,0,.45); border-color: var(--line-strong); }
.product__media { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.product__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .8s var(--ease-out); }
.product:hover .product__media img { scale: 1.05; }
.product__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, var(--surface) 100%); }
.product__tag { position: absolute; left: 1.1rem; top: 1.1rem; z-index: 1; padding: .4rem .75rem; border-radius: 999px; background: var(--accent); color: var(--accent-ink); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product__body { padding: clamp(1.25rem, 3vw, 2rem); display: grid; gap: 1rem; align-content: start; }
.product__size { display: flex; align-items: baseline; gap: .5rem; }
.product__size b { font-family: var(--font-display); font-weight: 800; font-size: clamp(3.2rem, 6vw, 4.6rem); line-height: .9; background: var(--steel); -webkit-background-clip: text; background-clip: text; color: transparent; }
.product__size span { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; text-transform: uppercase; color: var(--text-2); }
.spec { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: .6rem; }
.spec div { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .6rem .7rem; }
.spec dt { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.spec dd { margin: .15rem 0 0; font-weight: 600; font-size: .95rem; }
.checklist { display: grid; gap: .45rem; color: var(--text-2); font-size: .96rem; }
.checklist li { display: flex; gap: .6rem; align-items: flex-start; }
.checklist svg { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: .15rem; }

/* ---------- Size gauge ("will it fit?") ---------- */
.fit { display: grid; gap: var(--space-lg); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(1.25rem, 3vw, 2.5rem); background: linear-gradient(180deg, var(--surface), var(--bg-2)); }
@media (min-width: 900px) { .fit { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; } }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { padding: .55rem .95rem; border-radius: 999px; border: 1px solid var(--line-strong); color: var(--text-2); font-size: .9rem; font-weight: 500; transition: all var(--dur-fast); }
.chip:hover { border-color: rgba(255,255,255,.35); color: var(--text); }
.chip[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); font-weight: 600; }
.gauge { display: grid; gap: .8rem; }
.gauge__bin { position: relative; height: 150px; border: 2px solid var(--line-strong); border-top: 0; border-radius: 0 0 14px 14px; overflow: hidden; background: rgba(255,255,255,.02); }
.gauge__bin::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: var(--line-strong); }
.gauge__fill { position: absolute; left: 0; right: 0; bottom: 0; height: var(--fill, 0%); background: linear-gradient(180deg, #55e874, var(--accent-2)); transition: height .9s var(--ease-out); box-shadow: 0 -10px 30px var(--accent-glow); }
.gauge__fill::after { content: ""; position: absolute; inset: 0; opacity: .25; background: repeating-linear-gradient(135deg, transparent 0 8px, rgba(0,0,0,.35) 8px 10px); }
.gauge__label { display: flex; justify-content: space-between; align-items: baseline; font-size: .9rem; color: var(--text-2); }
.gauge__label b { font-family: var(--font-display); font-size: 2.2rem; color: var(--text); }
.gauge__note { color: var(--text-2); font-size: .95rem; min-height: 3.2em; }

/* ---------- Bento (services) ---------- */
.bento { display: grid; gap: var(--space-md); grid-template-columns: 1fr; }
@media (min-width: 760px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(210px, auto); } .bento__card--feature { grid-column: span 2; grid-row: span 2; } .bento__card--wide { grid-column: span 2; } }
.bento__card { position: relative; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--surface); padding: clamp(1.25rem, 2.5vw, 1.8rem); display: flex; flex-direction: column; justify-content: flex-end; gap: .6rem; overflow: hidden; min-height: 220px; transition: transform var(--dur) var(--ease-out), border-color var(--dur), box-shadow var(--dur) var(--ease-out); }
.bento__card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 4px 6px rgba(0,0,0,.2), 0 18px 40px rgba(0,0,0,.4); }
.bento__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: scale .9s var(--ease-out); }
.bento__card:hover img { scale: 1.05; }
.bento__card--img::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(11,12,14,.05) 20%, rgba(11,12,14,.92) 100%); }
.bento__card > :not(img) { position: relative; z-index: 1; }
.bento__card p { color: var(--text-2); font-size: .95rem; }
.bento__card--feature { min-height: 360px; }
.bento__card .h3 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); }
.bento__card--accent { background: var(--accent); color: var(--accent-ink); border-color: transparent; }
.bento__card--accent p, .bento__card--accent .h3 { color: var(--accent-ink); }
.bento__card--accent .btn { --btn-bg: var(--accent-ink); --btn-fg: var(--accent); --btn-border: transparent; }
.bento__list { display: flex; flex-wrap: wrap; gap: .4rem; }
.bento__list li { font-size: .78rem; padding: .3rem .6rem; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.bento__card--accent .bento__list li { background: rgba(0,0,0,.12); border-color: rgba(0,0,0,.15); }

/* ---------- Steps ---------- */
.steps { display: grid; gap: var(--space-lg); counter-reset: step; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); gap: var(--space-md); } }
.step { position: relative; padding: 1.8rem 0 0; border-top: 1px solid var(--line-strong); display: grid; gap: .7rem; align-content: start; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-display); font-weight: 800; font-size: 3.6rem; line-height: 1; color: var(--accent); }
.step p { color: var(--text-2); font-size: .98rem; }
.step__hint { font-size: .82rem; color: var(--muted); border-left: 2px solid var(--accent); padding-left: .7rem; }

/* ---------- Gallery (horizontal scroll) ---------- */
.gallery { position: relative; }
.gallery__track { display: flex; gap: var(--space-md); overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--gutter) 1rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.gallery__track::-webkit-scrollbar { display: none; }
.gallery__item { flex: 0 0 auto; width: clamp(260px, 38vw, 480px); aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; scroll-snap-align: start; position: relative; background: var(--surface); }
.gallery__item--wide { width: clamp(320px, 52vw, 680px); aspect-ratio: 4 / 3; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: scale .9s var(--ease-out); }
.gallery__item:hover img { scale: 1.04; }
.gallery__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem 1.2rem 1rem; font-size: .84rem; color: var(--text-2); background: linear-gradient(180deg, transparent, rgba(11,12,14,.9)); }
.gallery__nav { display: flex; gap: .5rem; }
.gallery__btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--text); transition: background var(--dur-fast), border-color var(--dur-fast); }
.gallery__btn:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); }
.gallery__btn svg { width: 18px; height: 18px; }

/* ---------- Review / trust band ---------- */
.review { display: grid; gap: var(--space-lg); align-items: center; }
@media (min-width: 900px) { .review { grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: var(--space-2xl); } }
.review__quote { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 3.4vw, 2.9rem); line-height: 1.05; text-transform: none; letter-spacing: 0; }
.review__quote mark { background: none; color: var(--accent); }
.review__meta { display: flex; align-items: center; gap: .9rem; margin-top: 1.4rem; color: var(--text-2); font-size: .95rem; }
.review__avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); border: 1px solid var(--line-strong); font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; }
.stars { display: inline-flex; gap: 2px; color: #ffcd3c; }
.stars svg { width: 16px; height: 16px; }
.trust-stack { display: grid; gap: .75rem; }
.trust-card { display: flex; gap: .9rem; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: .9rem 1rem; background: var(--surface); }
.trust-card svg { width: 22px; height: 22px; color: var(--accent); flex: none; }
.trust-card b { display: block; font-size: .95rem; }
.trust-card span { font-size: .82rem; color: var(--muted); }

/* ---------- Service areas ---------- */
.areas { display: grid; gap: var(--space-lg); }
@media (min-width: 960px) { .areas { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: var(--space-2xl); align-items: start; } .areas__intro { position: sticky; top: calc(var(--nav-h) + 2rem); } }
.area-group { border-top: 1px solid var(--line-strong); padding: 1.4rem 0; }
.area-group h3 { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; font-size: 1.35rem; }
.area-group h3 small { font-family: var(--font-body); font-size: .75rem; letter-spacing: .12em; color: var(--accent); font-weight: 600; }
.towns { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem; }
.towns li { padding: .4rem .75rem; border-radius: 999px; border: 1px solid var(--line); color: var(--text-2); font-size: .88rem; transition: border-color var(--dur-fast), color var(--dur-fast); }
.towns li:hover { border-color: var(--accent); color: var(--text); }
.towns li.is-hq { border-color: var(--accent); color: var(--accent); font-weight: 600; }

/* ---------- FAQ (native details, animated) ---------- */
.faq { display: grid; gap: 0; border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.3rem 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.15rem, 2vw, 1.5rem); text-transform: none; letter-spacing: 0; line-height: 1.15; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-strong); background: center / 12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23f3f4f6' stroke-width='1.8'%3E%3Cpath d='M6 1v10M1 6h10'/%3E%3C/svg%3E"); transition: transform var(--dur) var(--ease-out), background-color var(--dur-fast); }
.faq details[open] summary::after { transform: rotate(45deg); background-color: rgba(63,217,96,.15); border-color: var(--accent); }
.faq summary:hover { color: var(--accent); }
.faq__body { padding: 0 0 1.4rem; color: var(--text-2); max-width: 70ch; }
.faq__body ul { list-style: disc; padding-left: 1.2em; margin: .5em 0; }

/* ---------- Split section (image + text) ---------- */
.split { display: grid; gap: var(--space-lg); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: var(--space-2xl); } .split--rev > :first-child { order: 2; } }
.split__media { position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 5; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__media--bleed { margin-inline: calc(var(--gutter) * -1); border-radius: 0; }
@media (min-width: 900px) { .split__media--bleed { margin-inline: 0; margin-left: calc((100vw - var(--max)) / -2 - var(--gutter)); border-radius: 0 var(--radius-xl) var(--radius-xl) 0; } .split--rev .split__media--bleed { margin-left: 0; margin-right: calc((100vw - var(--max)) / -2 - var(--gutter)); border-radius: var(--radius-xl) 0 0 var(--radius-xl); } }
.split__stamp { position: absolute; left: 1.2rem; bottom: 1.2rem; padding: .7rem 1rem; border-radius: var(--radius); background: rgba(11,12,14,.75); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid var(--line-strong); font-size: .82rem; color: var(--text-2); }
.split__stamp b { display: block; color: var(--text); font-family: var(--font-display); font-size: 1.3rem; text-transform: uppercase; }

/* ---------- Stat strip ---------- */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: var(--bg); padding: 1.6rem 1.4rem; }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 4.5vw, 3.6rem); line-height: 1; background: var(--steel); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { display: block; margin-top: .4rem; font-size: .84rem; color: var(--muted); }

/* ---------- Forms ---------- */
.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .4rem; }
.field label { font-size: .86rem; font-weight: 600; color: var(--text-2); }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: .8rem 1rem; border-radius: var(--radius); border: 1px solid var(--line-strong); background: rgba(255,255,255,.035); color: var(--text); transition: border-color var(--dur-fast), box-shadow var(--dur-fast), background var(--dur-fast); }
.field textarea { min-height: 140px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23b6bcc6' stroke-width='1.6'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 12px; }
.field select option { background: var(--surface-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(63,217,96,.18); background: rgba(255,255,255,.05); }
.field.is-error input, .field.is-error select, .field.is-error textarea { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(255,107,107,.15); }
.field__error { font-size: .82rem; color: var(--danger); display: none; }
.field.is-error .field__error { display: block; }
.field__hint { font-size: .8rem; color: var(--muted); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form__status { border-radius: var(--radius); padding: 1rem 1.1rem; font-size: .95rem; display: none; }
.form__status[data-state="success"] { display: block; background: rgba(63,217,96,.12); border: 1px solid rgba(63,217,96,.35); color: #c9f7d3; }
.form__status[data-state="error"] { display: block; background: rgba(255,107,107,.1); border: 1px solid rgba(255,107,107,.35); color: #ffd0d0; }
.btn[aria-busy="true"] { opacity: .7; pointer-events: none; }
.contact-grid { display: grid; gap: var(--space-xl); }
@media (min-width: 960px) { .contact-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: var(--space-2xl); } }
.contact-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.25rem, 3vw, 2rem); background: var(--surface); display: grid; gap: 1.2rem; }
.contact-card__item { display: flex; gap: .9rem; align-items: flex-start; }
.contact-card__item svg { width: 20px; height: 20px; color: var(--accent); flex: none; margin-top: .2rem; }
.contact-card__item b { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .2rem; }
.contact-card__item a:hover { color: var(--accent); }
.big-phone { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -.01em; }
.big-phone:hover { color: var(--accent); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-xl); padding: clamp(2.5rem, 7vw, 6rem) clamp(1.25rem, 5vw, 4rem); background: var(--accent); color: var(--accent-ink); display: grid; gap: var(--space-lg); align-items: center; }
@media (min-width: 900px) { .cta-band { grid-template-columns: 1.3fr .7fr; } .cta-band .btn-row { justify-self: end; } }
.cta-band::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(0,0,0,.05) 22px 24px); pointer-events: none; }
.cta-band .h2 { position: relative; font-size: clamp(2.6rem, 6.5vw, 5.6rem); }
.cta-band p { position: relative; color: rgba(6,42,16,.8); max-width: 48ch; }
.cta-band .btn { --btn-bg: var(--accent-ink); --btn-fg: #fff; --btn-border: transparent; position: relative; }
.cta-band .btn--ghost { --btn-bg: transparent; --btn-fg: var(--accent-ink); --btn-border: rgba(6,42,16,.4); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); padding-top: clamp(3rem, 6vw, 5rem); }
.footer__grid { display: grid; gap: var(--space-xl); }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--space-lg); } }
.footer__brand { display: grid; gap: 1rem; align-content: start; }
.footer__brand img { width: 120px; }
.footer__brand p { color: var(--text-2); font-size: .95rem; max-width: 36ch; }
.footer h4 { font-size: .8rem; letter-spacing: .16em; color: var(--muted); font-family: var(--font-body); font-weight: 600; margin-bottom: 1rem; }
.footer__links { display: grid; gap: .55rem; }
.footer__links a { color: var(--text-2); font-size: .95rem; transition: color var(--dur-fast); }
.footer__links a:hover { color: var(--accent); }
.footer__bottom { margin-top: clamp(2.5rem, 5vw, 4rem); padding: 1.4rem 0 calc(1.4rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .82rem; color: var(--muted); }
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer__bottom a:hover { color: var(--text); }
.social { display: flex; gap: .5rem; }
.social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--text-2); transition: border-color var(--dur-fast), color var(--dur-fast); }
.social a:hover { border-color: var(--accent); color: var(--accent); }
.social svg { width: 18px; height: 18px; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 400; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; padding: .7rem var(--gutter) calc(.7rem + env(safe-area-inset-bottom)); background: rgba(11,12,14,.9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform var(--dur) var(--ease-out); }
.sticky-cta.is-visible { transform: none; }
.sticky-cta .btn { min-height: 48px; padding-inline: 1rem; font-size: .92rem; }
@media (min-width: 1024px) { .sticky-cta { display: none; } }
body { padding-bottom: 0; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); transition-delay: calc(var(--d, 0) * 90ms); }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- 404 ---------- */
.big-404 { font-size: clamp(6rem, 25vw, 18rem); line-height: .85; background: var(--steel); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Turnstile ---------- */
.cf-turnstile { min-height: 65px; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .hero__title .w, .hero__sub, .hero__actions, .hero__trust { opacity: 1; transform: none; }
  .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
  .hero__badge { animation: none; }
}

/* ---------- Print ---------- */
@media print { .nav, .sticky-cta, .mobile-menu, .hero__media, body::before { display: none !important; } body { background: #fff; color: #000; } }

/* standalone pillars (outside .pillars strip) */
.grid > .pillar { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.grid > .pillar:hover { background: var(--surface-2); }

/* FAQ page section headings */
.container--narrow > .h3 { margin-top: clamp(2.5rem, 6vw, 4.5rem); margin-bottom: 1rem; color: var(--accent); }
.container--narrow > .h3:first-child { margin-top: 0; }
