:root{
  --accent:#048595;
  --dark:#152628;
  --light:#f5f7f7;
  --font:'Red Hat Display',system-ui,sans-serif;
  --radius:10px;
  --heading-transform:uppercase;
  --heading-spacing:0.02em;
}
/* pipeline typographic safety */
img,svg,video,canvas{max-width:100%;height:auto;}
h1,h2,h3,h4,h5,h6,.footer-mark,.footer-wordmark,.footer-brand{text-wrap:balance;overflow-wrap:break-word;}
p,li,blockquote,figcaption,dd,dt{text-wrap:pretty;}
body{overflow-wrap:break-word;}
a,cite,code,.label{overflow-wrap:anywhere;}
main :where(section,article,div,ul,ol,li){min-width:0;}
/* Trades Industrial — type-forward technical system.
   Palette, font and corner radius are injected as CSS custom properties at
   render time (:root block prepended above). Everything here is static and
   palette-agnostic. Character comes from an oversized type system, a
   monospace label role, borderless blocks separated by space and hairlines,
   varied section rhythm, and subtle texture — never a hardcoded colour/font.
   Grounded in 2025-26 research: no card-grid services, no per-card borders,
   no centered hero, no merged trust bar, no pill above the headline. */

:root {
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  --line: color-mix(in srgb, var(--dark) 14%, transparent);
  --line-strong: color-mix(in srgb, var(--dark) 30%, transparent);
  --tint: color-mix(in srgb, var(--dark) 4%, var(--light));
  --tint-2: color-mix(in srgb, var(--dark) 7%, var(--light));
  --ink-soft: color-mix(in srgb, var(--dark) 58%, var(--light));
  --on-dark: color-mix(in srgb, var(--light) 72%, var(--dark));
  --accent-ink: color-mix(in srgb, var(--accent) 60%, var(--dark));
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font); color: var(--dark); background: var(--light); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
body::after { content: ""; position: fixed; inset: 0; background-image: var(--grain); opacity: .022; mix-blend-mode: multiply; pointer-events: none; z-index: 9999; }
.container { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* Monospace label role — the technical/custom signal */
.label, .eyebrow, .service-num, .stat-label, .footer-col h4, .nav-links a, .trust-ticker, .footer-legal {
  font-family: var(--mono);
  font-weight: 500;
  letter-spacing: .04em;
}

h1, h2, h3, h4 { font-weight: 800; line-height: 1; text-transform: var(--heading-transform); letter-spacing: var(--heading-spacing); margin: 0; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; }

.section-title { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.02; }

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn { --bg: var(--accent); --fg: var(--light); position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 14px 28px; border-radius: var(--radius); border: 1.5px solid var(--bg); background: var(--bg); color: var(--fg); font-family: var(--mono); font-weight: 600; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; cursor: pointer; white-space: nowrap; transition: color .28s ease, border-color .28s ease, transform .28s cubic-bezier(.2,.7,.2,1); }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: color-mix(in srgb, var(--bg) 78%, black); transform: translateY(101%); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.btn:hover { transform: translateY(-2px); }
.btn:hover::before { transform: translateY(0); }
.btn-lg { min-height: 58px; padding: 17px 36px; font-size: .88rem; }
.btn-ghost { --bg: transparent; --fg: currentColor; border-color: var(--line-strong); }
.btn-ghost::before { background: color-mix(in srgb, currentColor 12%, transparent); }
.btn-ghost:hover { border-color: currentColor; }
.hero-ctas .btn-accent::after, .final-buttons .btn:first-child::after { content: "→"; transition: transform .28s cubic-bezier(.2,.7,.2,1); }
.hero-ctas .btn-accent:hover::after, .final-buttons .btn:first-child:hover::after { transform: translateX(4px); }
:where(a, button):focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ── Header / nav ─────────────────────────────────────────────────── */
.site-header { position: sticky; top: 42px; z-index: 900; background: color-mix(in srgb, var(--light) 85%, transparent); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.wordmark { position: relative; font-weight: 800; font-size: 1.12rem; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; padding-left: 17px; }
.wordmark::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; background: var(--accent); }
.nav { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; text-decoration: none; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .28s cubic-bezier(.2,.7,.2,1); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta-li a { color: var(--light); }
.nav-cta-li a::after { display: none; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; width: 24px; background: var(--dark); }
section { scroll-margin-top: 130px; position: relative; }

/* ── Hero (type-driven statement) ─────────────────────────────────── */
.hero { background: var(--dark); color: var(--light); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 52px 52px; opacity: .6; -webkit-mask-image: radial-gradient(130% 100% at 92% 8%, #000 22%, transparent 68%); mask-image: radial-gradient(130% 100% at 92% 8%, #000 22%, transparent 68%); }
.hero::after { content: ""; position: absolute; top: 0; right: 0; width: 46%; height: 100%; background: linear-gradient(215deg, color-mix(in srgb, var(--accent) 13%, transparent), transparent 56%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: grid; padding: clamp(90px, 13vw, 172px) 0 clamp(72px, 9vw, 120px); }
.hero--split .hero-inner { grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(36px, 5vw, 72px); }
.hero-copy { display: flex; flex-direction: column; gap: clamp(30px, 4.5vw, 54px); }
.hero-title { font-size: clamp(2.9rem, 9vw, 6.4rem); line-height: .96; max-width: 16ch; }
.hero-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: clamp(24px, 4vw, 56px); flex-wrap: wrap; border-top: 1px solid color-mix(in srgb, var(--light) 18%, transparent); padding-top: clamp(22px, 3vw, 34px); }
.hero-subline { margin: 0; max-width: 44ch; font-size: clamp(1.02rem, 1.6vw, 1.24rem); color: var(--on-dark); line-height: 1.5; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; flex: 0 0 auto; }
.hero-media { position: relative; }
.hero-media img { width: 100%; border-radius: var(--radius); aspect-ratio: 3 / 4; object-fit: cover; box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); }
.hero-media::before { content: ""; position: absolute; top: -9px; left: -9px; width: 30px; height: 30px; border-top: 2px solid var(--accent); border-left: 2px solid var(--accent); }

/* ── Trust (one contained credential plate — distinct from the stats band) ── */
.trust-wrap { position: relative; z-index: 3; }
.trust-card { margin-top: clamp(-56px, -4.5vw, -38px); background: var(--light); border-radius: var(--radius); padding: clamp(20px, 2.6vw, 28px) clamp(24px, 4vw, 42px); box-shadow: 0 26px 54px -36px rgba(0,0,0,.5); border-top: 2px solid var(--accent); }
.trust-ticker { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.trust-ticker span { position: relative; padding-right: 27px; }
.trust-ticker span:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 12px; background: var(--line-strong); transform: translateY(-50%); }
.trust-stats { display: flex; flex-wrap: wrap; gap: 18px 48px; }
.trust-stat { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 800; }
.trust-proof { font-size: clamp(1.15rem, 2.2vw, 1.6rem); font-weight: 700; line-height: 1.3; margin: 0; }
.trust-checklist { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px 30px; list-style: none; margin: 0; padding: 0; font-family: var(--mono); font-size: .82rem; }
.trust-checklist li { position: relative; padding-left: 26px; }
.trust-checklist li::before { content: ""; position: absolute; left: 0; top: .3em; width: 13px; height: 7px; border-left: 2.5px solid var(--accent); border-bottom: 2.5px solid var(--accent); transform: rotate(-45deg); }

/* ── Services (oversized type index — no cards, no borders) ────────── */
.services { padding: clamp(76px, 10vw, 128px) 0; }
.services-inner, .about-inner { display: grid; grid-template-columns: minmax(180px, 250px) 1fr; gap: clamp(28px, 5vw, 88px); align-items: start; }
.section-aside { position: sticky; top: 120px; }
.service-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-strong); }
.service-row { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(0, 28ch); column-gap: clamp(18px, 2.6vw, 44px); row-gap: 4px; align-items: baseline; padding: clamp(26px, 3.2vw, 44px) 0; border-bottom: 1px solid var(--line); transition: padding-left .34s cubic-bezier(.2,.7,.2,1); }
.service-num { font-size: .82rem; color: var(--accent); align-self: start; padding-top: .5em; }
.service-name { font-size: clamp(1.6rem, 3.4vw, 2.6rem); font-weight: 800; line-height: 1.02; letter-spacing: var(--heading-spacing); text-transform: var(--heading-transform); }
.service-desc { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.5; align-self: center; }
.service-row:hover { padding-left: 14px; }
.service-row:hover .service-name { color: var(--accent-ink); }

/* ── Coverage (monospace town strip, mobile-radius note) ────────────── */
.coverage { padding: clamp(64px, 8vw, 104px) 0; background: var(--tint); }
.coverage-title { margin: 14px 0 clamp(28px, 3.5vw, 40px); max-width: 26ch; }
.coverage-towns { list-style: none; margin: 0 0 clamp(24px, 3vw, 36px); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 10px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); font-family: var(--mono); font-size: 1rem; letter-spacing: .02em; }
.coverage-towns li { position: relative; padding: 4px 26px 4px 20px; }
.coverage-towns li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; background: var(--accent); }
.coverage-towns li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: var(--line-strong); }
.coverage-note { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 14px 22px; border-radius: var(--radius); background: var(--tint-2); font-family: var(--mono); font-size: .78rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-ink); }
.coverage-note::before { content: ""; width: 7px; height: 7px; flex-shrink: 0; margin-top: 5px; background: var(--accent); }
.coverage-note .label { flex-shrink: 0; white-space: nowrap; }
.coverage-note-text { flex: 1 1 220px; }

/* ── Process (numbered rail, spec-sheet timeline) ───────────────────── */
.process { padding: clamp(76px, 10vw, 128px) 0; }
.process-title-main { margin: 14px 0 clamp(40px, 5vw, 60px); max-width: 26ch; }
.process-rail { position: relative; list-style: none; margin: 0; padding: 6px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: clamp(28px, 4vw, 40px); }
.process-rail::before { content: ""; position: absolute; top: 33px; left: 0; right: 0; height: 1px; background: var(--line-strong); }
.process-step { position: relative; }
.process-index { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: var(--radius); border: 1.5px solid var(--accent); background: var(--light); color: var(--accent); font-family: var(--mono); font-weight: 700; font-size: 1.05rem; }
.process-copy { margin-top: 22px; padding-right: 12px; }
.process-step-title { font-size: clamp(1.1rem, 1.7vw, 1.32rem); font-weight: 800; line-height: 1.15; text-transform: var(--heading-transform); letter-spacing: var(--heading-spacing); margin: 0 0 10px; }
.process-body { margin: 0; color: var(--ink-soft); font-size: .95rem; line-height: 1.55; }

/* ── Proof (borderless numeral band; distinct from the trust plate) ── */
.proof { padding: clamp(64px, 8vw, 104px) 0; background: var(--tint-2); }
.proof-title { margin-bottom: clamp(30px, 4vw, 52px); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0; border-top: 1px solid var(--line-strong); }
.stat { padding: clamp(24px, 3vw, 36px) clamp(20px, 2.4vw, 32px) 0 0; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat-value { display: block; font-size: clamp(2.6rem, 5.5vw, 4rem); font-weight: 800; color: var(--accent); line-height: .95; }
.stat-label { display: block; margin-top: 12px; font-size: .74rem; text-transform: uppercase; color: var(--ink-soft); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(28px, 3vw, 44px); }
.review { position: relative; margin: 0; padding: 30px 0 0; border-top: 2px solid var(--accent); }
.review p { margin: 0 0 16px; font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.45; }
.review cite { font-family: var(--mono); font-style: normal; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }

/* ── About (large editorial lead) ─────────────────────────────────── */
.about { padding: clamp(76px, 10vw, 128px) 0; }
.about-lead { font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 600; line-height: 1.25; max-width: 22ch; margin: 0; }
.about-body { max-width: none; }
.about-badge { display: inline-flex; align-items: center; margin-top: 30px; position: relative; padding: 14px 22px; border-radius: var(--radius); font-family: var(--mono); font-size: .78rem; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; color: var(--accent-ink); background: var(--tint); }
.about-badge::before { content: ""; width: 7px; height: 7px; background: var(--accent); margin-right: 10px; }

/* ── Final CTA (full-bleed statement) ─────────────────────────────── */
.final-cta { background: var(--dark); color: var(--light); padding: clamp(84px, 11vw, 148px) 0; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 52px 52px; opacity: .6; -webkit-mask-image: radial-gradient(70% 130% at 10% 100%, #000, transparent 62%); mask-image: radial-gradient(70% 130% at 10% 100%, #000, transparent 62%); }
.final-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "title buttons" "text buttons"; column-gap: clamp(32px, 5vw, 80px); align-items: end; }
.final-title { grid-area: title; font-size: clamp(2.4rem, 5.5vw, 4.2rem); line-height: .98; max-width: 16ch; }
.final-sentence { grid-area: text; margin: 18px 0 0; max-width: 46ch; font-size: 1.12rem; color: var(--on-dark); }
.final-buttons { grid-area: buttons; align-self: end; display: flex; flex-wrap: wrap; gap: 14px; }
.final-cta .btn-ghost { color: var(--light); border-color: color-mix(in srgb, var(--light) 34%, transparent); }

/* ── Footer (big-type wordmark, bookends the hero) ────────────────── */
.site-footer { background: color-mix(in srgb, var(--dark) 95%, black); color: var(--light); padding: clamp(64px, 8vw, 96px) 0 32px; overflow: hidden; }
.footer-mark { font-size: clamp(2.8rem, 11vw, 8rem); font-weight: 800; line-height: .9; text-transform: uppercase; letter-spacing: -.01em; color: color-mix(in srgb, var(--light) 92%, var(--dark)); }
.footer-tagline { margin: 20px 0 clamp(40px, 5vw, 64px); max-width: 42ch; color: var(--on-dark); font-size: 1rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-top: clamp(32px, 4vw, 48px); border-top: 1px solid color-mix(in srgb, var(--light) 16%, transparent); }
.footer-col h4 { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { text-decoration: none; color: var(--on-dark); font-size: .95rem; transition: color .2s ease; }
.footer-col a:hover { color: var(--accent); }
.footer-col li { color: var(--on-dark); font-size: .95rem; }
.footer-legal { margin-top: clamp(36px, 4vw, 52px); font-size: .74rem; letter-spacing: .04em; color: color-mix(in srgb, var(--light) 48%, var(--dark)); }

/* ── Reveal + orchestrated load ───────────────────────────────────── */
.reveal-init { opacity: 0; transform: translateY(16px); }
.reveal-in { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .74s cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy > *:nth-child(1) { animation-delay: .04s; }
  .hero-copy > *:nth-child(2) { animation-delay: .13s; }
  .hero-copy > *:nth-child(3) { animation-delay: .22s; }
  .hero-media { animation: rise .82s cubic-bezier(.2,.7,.2,1) .2s both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .services-inner, .about-inner { grid-template-columns: 1fr; gap: clamp(22px, 4vw, 36px); }
  .section-aside { position: static; }
  .hero--split .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 420px; }
  .process-rail { grid-template-columns: 1fr; gap: 0; }
  .process-rail::before { display: none; }
  .process-step { display: flex; align-items: flex-start; gap: 20px; padding-bottom: clamp(28px, 4vw, 36px); }
  .process-step:last-child { padding-bottom: 0; }
  .process-step:not(:last-child)::before { content: ""; position: absolute; left: 26px; top: 54px; bottom: 0; width: 1px; background: var(--line-strong); }
  .process-index { flex-shrink: 0; }
  .process-copy { margin-top: 4px; }
}
@media (max-width: 640px) {
  .service-row { grid-template-columns: auto 1fr; }
  .service-desc { grid-column: 1 / -1; margin-top: 8px; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); padding: 20px 20px 20px 0; }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
  .final-inner { grid-template-columns: 1fr; grid-template-areas: "title" "text" "buttons"; }
  .final-buttons { margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--light); border-bottom: 1px solid var(--line-strong); padding: 8px clamp(20px, 4vw, 48px) 20px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 4px 0; }
  .nav-links a { display: block; padding: 12px 0; min-height: 44px; }
  .nav-links a::after { display: none; }
  .nav-cta-li a { display: inline-flex; margin-top: 10px; }
  .header-inner { position: relative; }
}
@media (max-width: 440px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn, .final-buttons .btn { width: 100%; }
}
