/* Self-hosted Barlow + Barlow Condensed (latin subset) — replaces the Google
   Fonts <link>. Removes the only third-party origin on the site, so the CSP
   needs no fonts.googleapis.com / fonts.gstatic.com entries and visitor IPs
   never reach Google. Regenerate from the Google CSS if weights change. */

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/barlow-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/barlow-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/barlow-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/barlow-condensed-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   LEAD-GEN CONTRACTOR TEMPLATE — design system
   Architectural-editorial direction, built on the Torres system.
   No build step. Vanilla. Reskin per client via the CLIENT THEME block.
   Component reference: DESIGN.md
   ============================================================ */

/* ============================================================
   CLIENT THEME  —  the ONLY block you reskin per client.
   Pull --acc/--acc-2 from the client's logo. Keep contrast AA:
   --acc-2 is the darker, text-on-light-safe accent.
   ============================================================ */
:root {
  --acc:     #2f5fd6;   /* primary accent — royal blue (from logo), on-dark-safe */
  --acc-2:   #1d3fa0;   /* darker royal blue — accent text on light (AA ~7:1) */
  --panel:   #0b1220;   /* near-black navy — dark sections / footer / header-on-scroll */
  --panel-2: #111a2b;   /* deep navy — elevated dark surface */
  --r:       4px;       /* structural radius (0 = sharper, 14 = softer) */
}

/* Fonts: default Barlow Condensed (display) + Barlow (body).
   To swap, change the two --font vars below AND the <link> in each page's
   <head>. Alt pairings in DESIGN.md (Bricolage / Fraunces / Archivo). */
:root {
  --font-display: "Barlow Condensed", "Barlow", system-ui, sans-serif;
  --font-body:    "Barlow", system-ui, -apple-system, sans-serif;
  --display-upper: uppercase;   /* set to `none` for editorial (non-caps) headings */
  --display-tracking: .005em;
}

/* ---------- derived tokens (leave these alone) ---------- */
:root {
  --bg:      #f7f5f1;
  --bg-2:    #efece5;
  --ink:     #17140f;
  --ink-2:   #45403a;
  --ink-3:   #756e63;
  --line:    rgba(23,20,15,.12);
  --line-2:  rgba(23,20,15,.07);
  --line-d:  rgba(255,255,255,.14);
  --white:   #ffffff;

  --wrap: 1200px;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  --shadow-sm: 0 1px 2px rgba(23,20,15,.06), 0 2px 8px rgba(23,20,15,.05);
  --shadow-md: 0 8px 30px rgba(23,20,15,.10);
  --shadow-lg: 0 24px 60px rgba(23,20,15,.16);

  --ease: cubic-bezier(.2,.7,.2,1);
  --r-lg: calc(var(--r) + 4px);
  --acc-soft: color-mix(in srgb, var(--acc) 14%, transparent);
  --acc-glow: color-mix(in srgb, var(--acc) 34%, transparent);
}

/* ---------- reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;              /* 17px */
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; }
[hidden] { display: none !important; }   /* beats class display rules (e.g. .form) on toggle */
:focus-visible { outline: 3px solid var(--acc); outline-offset: 3px; border-radius: 2px; }
[id] { scroll-margin-top: 92px; }

/* ---------- type ---------- */
h1,h2,h3,h4,.display {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: var(--display-tracking);
  text-transform: var(--display-upper);
}
h1 { font-size: clamp(2.5rem, 5.2vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); letter-spacing: .01em; }
h4 { font-size: 1.2rem; letter-spacing: .02em; }
p  { max-width: 66ch; }
strong { color: var(--ink); font-weight: 600; }
.lead { font-size: clamp(1.12rem, 1.7vw, 1.35rem); line-height: 1.6; color: var(--ink-2); max-width: 60ch; }

/* eyebrow — accent bar + uppercase label; optional leading number */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display);
  font-weight: 600; font-size: .95rem;
  text-transform: uppercase; letter-spacing: .22em;
  color: var(--ink-2); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--acc); display: inline-block; flex: none; }
.eyebrow .num { color: var(--acc-2); font-variant-numeric: tabular-nums; letter-spacing: .1em; }
.eyebrow.center { justify-content: center; }
.on-dark .eyebrow, .eyebrow.light { color: var(--acc); }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: 820px; }
.section { padding-block: clamp(3.25rem, 6vw, 5.5rem); }
.section.tight { padding-block: clamp(3rem, 5vw, 4.5rem); }
.section.alt { background: var(--bg-2); }
.section.dark { background: var(--panel); color: rgba(255,255,255,.82); }
.section.dark h1,.section.dark h2,.section.dark h3,.section.dark h4 { color: #fff; }
.section-head { max-width: 640px; margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-top: .5rem; }
.divider { height: 1px; background: var(--line); border: 0; }

.grid { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }

/* ---------- buttons ---------- */
.btn {
  --bw: 0;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.05rem;
  text-transform: uppercase; letter-spacing: .06em;
  padding: .92rem 1.6rem;
  border: var(--bw) solid transparent; border-radius: var(--r);
  transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--acc); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--acc-2); box-shadow: var(--shadow-md); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #1c2740; }
.btn-outline { --bw: 2px; background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost-light { --bw: 2px; background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-lg { padding: 1.1rem 2rem; font-size: 1.18rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 76px; }
.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-logo { height: 44px; width: auto; max-width: 170px; object-fit: contain; object-position: left center; }
.brand-mark {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: var(--r);
  background: var(--ink); color: var(--acc);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -.02em;
}
.brand-name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.4rem;
  text-transform: uppercase; letter-spacing: .02em; color: var(--ink); line-height: 1; white-space: nowrap;
}
.brand-name span { display: block; font-size: .62rem; letter-spacing: .26em; color: var(--ink-3); font-weight: 600; }

.nav-links { display: flex; align-items: center; flex-wrap: nowrap; gap: .1rem; }
.nav-links > a, .nav-item > a {
  font-family: var(--font-display); font-weight: 600;
  text-transform: uppercase; letter-spacing: .03em; font-size: .98rem;
  color: var(--ink); padding: .5rem .55rem; border-radius: 4px; position: relative;
  white-space: nowrap; transition: color .15s var(--ease); display: inline-flex; align-items: center; gap: .3rem;
}
.nav-links > a::after, .nav-item > a::after {
  content: ""; position: absolute; left: .7rem; right: .7rem; bottom: .28rem; height: 2px;
  background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .2s var(--ease);
}
.nav-links > a:hover::after, .nav-item > a:hover::after,
.nav-links a[aria-current="page"]::after, .nav-item > a[aria-current="page"]::after { transform: scaleX(1); }

/* services dropdown */
.nav-item { position: relative; }
.nav-item > a svg { width: .8em; height: .8em; transition: transform .2s var(--ease); }
.nav-item:hover > a svg, .nav-item:focus-within > a svg { transform: rotate(180deg); }
.sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 250px; padding: .5rem 0 .6rem;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 0 0 var(--r-lg) var(--r-lg); box-shadow: var(--shadow-md);
  display: none; z-index: 70;
}
.nav-item:hover .sub-menu, .nav-item:focus-within .sub-menu { display: block; }
.sub-menu a {
  display: block; padding: .55rem 1.2rem; color: var(--ink); font-family: var(--font-display);
  font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .95rem;
  transition: background .15s, color .15s;
}
.sub-menu a:hover { background: var(--acc-soft); color: var(--acc-2); }
.sub-label { display: block; padding: .5rem 1.2rem .2rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--ink-3); }

.nav-cta { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.nav-phone { display: none; align-items: center; gap: .4rem; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink); letter-spacing: .02em; white-space: nowrap; }
@media (min-width: 1480px) { .nav-phone { display: inline-flex; } }
.nav-phone svg { width: 1.05em; height: 1.05em; color: var(--acc-2); }

.nav-toggle { display: none; width: 44px; height: 44px; background: var(--ink); border-radius: var(--r); position: relative; border: 0; }
.nav-toggle span { position: absolute; left: 11px; right: 11px; height: 2.5px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s var(--ease); }
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 76px 0 0 0; z-index: 55;
  background: var(--panel); color: #fff;
  transform: translateX(100%); transition: transform .35s var(--ease);
  display: flex; flex-direction: column; padding: 2rem var(--gutter) 3rem; overflow-y: auto;
}
body.menu-open { overflow: hidden; }
body.menu-open .mobile-menu { transform: translateX(0); }
.mobile-menu a.m-link { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .03em; font-size: 1.55rem; color: #fff; padding: .6rem 0; border-bottom: 1px solid var(--line-d); }
.mobile-menu a.m-link[aria-current="page"] { color: var(--acc); }
.mobile-menu a.m-sub { display: block; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .04em; font-size: 1.05rem; color: rgba(255,255,255,.7); padding: .45rem 0 .45rem 1rem; }
.mobile-menu .m-actions { margin-top: 1.8rem; display: grid; gap: .9rem; }
.mobile-menu .m-phone { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--acc); display: flex; align-items: center; gap: .6rem; }
@media (min-width: 1181px) { .mobile-menu { display: none; } }

/* ---------- hero (full-bleed) ---------- */
.hero { position: relative; color: #fff; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; background: var(--panel); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(15,13,10,.86) 0%, rgba(15,13,10,.66) 46%, rgba(15,13,10,.34) 100%),
    linear-gradient(180deg, rgba(15,13,10,.42) 0%, rgba(15,13,10,.72) 100%);
}
.hero-inner { padding-block: clamp(4rem, 9vw, 6.25rem); max-width: 1000px; }
.hero h1 { color: #fff; margin-bottom: 1.35rem; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.hero h1 .acc { color: var(--acc); }
.hero .lead { color: rgba(255,255,255,.9); margin-bottom: 2rem; }
.hero .btn-row { margin-bottom: 2rem; }
.hero-note { display: flex; align-items: center; gap: .6rem; font-size: .98rem; color: rgba(255,255,255,.85); }
.hero-note svg { color: var(--acc); width: 1.15em; height: 1.15em; flex: none; }

/* hero with inline quote form (home) — asymmetric split */
.hero-split .hero-inner { max-width: none; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero-split .hero-copy { max-width: 40rem; }
@media (max-width: 1024px) { .hero-split .hero-inner { grid-template-columns: 1fr; } }

/* ---------- quote form card ---------- */
.quote-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2rem); box-shadow: var(--shadow-lg); color: var(--ink-2); }
.quote-card h2, .quote-card h3 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin-bottom: .3rem; }
.quote-card > p { color: var(--ink-3); font-size: .95rem; margin-bottom: 1.1rem; }
.form { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.row2 { grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink); background: var(--white);
  border: 1.5px solid var(--line); border-radius: var(--r); padding: .8rem .9rem; width: 100%;
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--acc); outline: none; box-shadow: 0 0 0 3px var(--acc-soft); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form .btn { margin-top: .3rem; }
.form-note { font-size: .85rem; color: var(--ink-3); }
.consent { font-size: .78rem; color: var(--ink-3); line-height: 1.5; }
.consent a { color: var(--acc-2); text-decoration: underline; }
.form-error { color: #9f1d1d; background: #fff1f1; border: 1px solid #e8b4b4; padding: .7rem .8rem; margin-top: .8rem; font-weight: 600; }
.form button[aria-busy="true"] { cursor: wait; opacity: .7; }
.form-success { text-align: center; padding: 1.5rem .5rem; }
.form-success svg { color: var(--acc-2); margin: 0 auto 1rem; width: 46px; height: 46px; }
.form-success h3 { margin-bottom: .5rem; }
.form-success a { color: var(--acc-2); font-weight: 700; }

/* ---------- page hero (interior) ---------- */
.page-hero { position: relative; color: #fff; isolation: isolate; }
.page-hero .hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15,13,10,.62), rgba(15,13,10,.82)); }
.page-hero.plain { background: linear-gradient(135deg, var(--panel) 0%, var(--panel-2) 65%, #243352 100%); }
.page-hero.plain::before { display: none; }
.page-hero-inner { padding-block: clamp(3.5rem, 8vw, 6rem); max-width: 820px; }
.page-hero h1 { color: #fff; margin-bottom: .9rem; }
.page-hero p { color: rgba(255,255,255,.9); max-width: 60ch; }
.crumbs { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: .9rem; color: rgba(255,255,255,.75); margin-bottom: 1rem; }
.crumbs a:hover { color: var(--acc); }
.crumbs span { color: rgba(255,255,255,.45); margin: 0 .3rem; }

/* ---------- trust strip ---------- */
.trust { background: var(--ink); color: #fff; border-top: 3px solid var(--acc); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; align-items: center; gap: .9rem; padding: 1.4rem var(--gutter); }
.trust-item + .trust-item { border-left: 1px solid var(--line-d); }
.trust-item svg { width: 30px; height: 30px; color: var(--acc); flex: none; }
.trust-item .t-top { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .03em; font-size: 1.18rem; line-height: 1; color: #fff; }
.trust-item .t-sub { font-size: .86rem; color: rgba(255,255,255,.62); }
.stars { color: var(--acc); letter-spacing: 1px; }

/* ---------- cards ---------- */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); display: flex; flex-direction: column; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc-card .svc-photo { aspect-ratio: 16/11; overflow: hidden; position: relative; }
.svc-card .svc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.svc-card:hover .svc-photo img { transform: scale(1.06); }
.svc-tag { position: absolute; top: .9rem; left: .9rem; background: var(--acc); color: #fff; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .82rem; padding: .28rem .7rem; border-radius: 4px; }
.svc-body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 { margin-bottom: .5rem; }
.svc-body p { color: var(--ink-2); font-size: 1rem; margin-bottom: 1rem; flex: 1; }
.svc-link { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); display: inline-flex; align-items: center; gap: .45rem; align-self: flex-start; }
.svc-link svg { width: 1em; height: 1em; color: var(--acc-2); transition: transform .2s var(--ease); }
.svc-card:hover .svc-link svg, .svc-link:hover svg { transform: translateX(4px); }

/* feature / why-choose */
.feature { padding: 1.6rem 0; }
.feature .f-num { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--acc); line-height: 1; }
.feature h3 { margin: .7rem 0 .5rem; }
.feature p { color: var(--ink-2); font-size: 1rem; }
.feature.on-line { border-top: 1px solid var(--line); padding-top: 1.6rem; }
.on-dark .feature.on-line { border-top-color: var(--line-d); }
.on-dark .feature p { color: rgba(255,255,255,.72); }
.icon-badge { width: 56px; height: 56px; border-radius: var(--r); background: var(--acc-soft); color: var(--acc-2); display: grid; place-items: center; margin-bottom: 1rem; }
.on-dark .icon-badge { background: rgba(255,255,255,.1); color: var(--acc); }
.icon-badge svg { width: 28px; height: 28px; }

/* stat row */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(1rem,3vw,2rem); }
.stat .s-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem,5vw,3.6rem); color: var(--ink); line-height: 1; }
.on-dark .stat .s-num { color: #fff; }
.stat .s-num .u { color: var(--acc); }
.stat .s-label { text-transform: uppercase; letter-spacing: .1em; font-size: .86rem; font-family: var(--font-display); font-weight: 600; color: var(--ink-3); margin-top: .35rem; }
.on-dark .stat .s-label { color: rgba(255,255,255,.6); }

/* process / steps */
.steps { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.step { position: relative; padding-top: 1.4rem; border-top: 3px solid var(--line); }
.step .step-n { font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: .1em; color: var(--acc-2); }
.step h3 { margin: .5rem 0 .4rem; }
.step p { color: var(--ink-2); font-size: 1rem; }
.step.active { border-top-color: var(--acc); }

/* ---------- testimonials ---------- */
.quote-tile { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 1rem; }
.on-dark .quote-tile { background: var(--panel-2); border-color: var(--line-d); }
.quote-tile .q-stars { color: var(--acc); font-size: 1.1rem; letter-spacing: 1px; }
.quote-tile blockquote { font-size: 1.08rem; color: var(--ink); line-height: 1.55; }
.on-dark .quote-tile blockquote { color: #fff; }
.quote-tile .q-who { display: flex; align-items: center; gap: .75rem; margin-top: auto; }
.q-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--acc); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; flex: none; }
.q-name { font-weight: 600; color: var(--ink); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .03em; font-size: 1.05rem; line-height: 1.1; }
.on-dark .q-name { color: #fff; }
.q-meta { font-size: .85rem; color: var(--ink-3); }
.on-dark .q-meta { color: rgba(255,255,255,.55); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--panel); color: #fff; border-radius: var(--r-lg); padding: clamp(2.5rem,6vw,4.5rem); position: relative; overflow: hidden; text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 1rem; position: relative; }
.cta-band p { color: rgba(255,255,255,.8); margin: 0 auto 2rem; position: relative; }
.cta-band .btn-row { justify-content: center; position: relative; }
.cta-phone { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem,3.4vw,2.4rem); color: var(--acc); display: inline-block; position: relative; }

/* ---------- gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(.75rem,1.5vw,1.1rem); }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--r); aspect-ratio: 4/3; margin: 0; }
.gallery-item.wide { grid-column: span 2; aspect-ratio: 8/5; }
.gallery-item img, .gallery-item video { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.1rem .9rem;
  background: linear-gradient(0deg, rgba(15,13,10,.85), transparent);
  color: #fff; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: 1.02rem;
  transform: translateY(6px); opacity: .92; transition: transform .3s var(--ease);
}
.gallery-item:hover figcaption { transform: translateY(0); opacity: 1; }
.g-tag { color: var(--acc); font-size: .78rem; letter-spacing: .14em; display: block; }

/* infinite carousel */
.carousel { position: relative; }
.car-track { display: flex; gap: clamp(.75rem,1.5vw,1.1rem); overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-block: .25rem; }
.car-track::-webkit-scrollbar { display: none; }
.car-item { flex: 0 0 clamp(280px, 32vw, 440px); margin: 0; position: relative; overflow: hidden; border-radius: var(--r); aspect-ratio: 4/3; }
.car-item img { width: 100%; height: 100%; object-fit: cover; }
.car-item figcaption { position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.1rem .9rem; background: linear-gradient(0deg, rgba(15,13,10,.85), transparent); color: #fff; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: 1.02rem; }
.car-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(15,13,10,.72); color: #fff; display: grid; place-items: center; transition: background .18s var(--ease); }
.car-btn:hover { background: rgba(15,13,10,.92); }
.car-btn svg { width: 22px; height: 22px; }
.car-btn.prev { left: .6rem; } .car-btn.next { right: .6rem; }
/* gallery-page carousel: bigger frames than the home teaser, plus the hover
   zoom the old collage grid had */
.carousel-lg .car-item { flex: 0 0 clamp(300px, 46vw, 620px); aspect-ratio: 3/2; }
.carousel-lg .car-item img { transition: transform .5s var(--ease); }
.carousel-lg .car-item:hover img { transform: scale(1.04); }

/* ---------- figures / image blocks ---------- */
.figure { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.figure img { width: 100%; }
.figure.tall { aspect-ratio: 4/5; }
.figure.tall img { height: 100%; object-fit: cover; }


/* checklist */
.checks { display: grid; gap: .85rem; margin-top: 1.5rem; }
.checks.checks-2col { grid-template-columns: 1fr 1fr; gap: 1rem 2rem; }
@media (max-width: 620px) { .checks.checks-2col { grid-template-columns: 1fr; } }
.checks li { display: flex; align-items: flex-start; gap: .7rem; color: var(--ink); }
.checks li svg { width: 22px; height: 22px; color: var(--acc-2); flex: none; margin-top: 2px; }
.on-dark .checks li { color: #fff; }
.on-dark .checks li svg { color: var(--acc); }

/* pill list (service areas / tags) */
.pill-list { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill-list li, .pill { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; padding: .5rem 1rem; border: 1px solid var(--line); border-radius: 40px; background: var(--white); color: var(--ink); }
.pill-list li.primary, a.pill.primary { background: var(--ink); color: #fff; border-color: var(--ink); }
a.pill { transition: background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease); }
a.pill:hover { background: var(--acc); color: #fff; border-color: var(--acc); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1.35rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; font-size: 1.22rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { width: 30px; height: 30px; border-radius: 50%; background: var(--bg-2); display: grid; place-items: center; flex: none; transition: background .2s; position: relative; }
.faq summary .ico::before, .faq summary .ico::after { content: ""; position: absolute; background: var(--ink); border-radius: 2px; }
.faq summary .ico::before { width: 13px; height: 2.5px; }
.faq summary .ico::after { width: 2.5px; height: 13px; transition: transform .25s var(--ease); }
.faq details[open] summary .ico { background: var(--acc); }
.faq details[open] summary .ico::before, .faq details[open] summary .ico::after { background: #fff; }
.faq details[open] summary .ico::after { transform: scaleY(0); }
.faq .faq-body { padding: 0 0 1.4rem; color: var(--ink-2); max-width: 72ch; }

/* ---------- contact ---------- */
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem,3vw,2.2rem); box-shadow: var(--shadow-sm); }
.contact-line { display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.contact-line:last-child { border-bottom: 0; }
.contact-line .ci { width: 46px; height: 46px; border-radius: var(--r); background: var(--acc-soft); color: var(--acc-2); display: grid; place-items: center; flex: none; }
.contact-line .ci svg { width: 22px; height: 22px; }
.contact-line .cl-label { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; color: var(--ink-3); }
.contact-line .cl-val { font-size: 1.1rem; color: var(--ink); font-weight: 500; }
.contact-line a.cl-val:hover { color: var(--acc-2); }
.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); box-shadow: var(--shadow-sm); min-height: 320px; }
.map-embed iframe { display: block; width: 100%; height: 100%; min-height: 340px; border: 0; }

/* booking calendar embed slot */
.calendar-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--white); }
.calendar-embed iframe { display: block; width: 100%; min-height: 680px; border: 0; }

/* ---------- financing ---------- */
.fin-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); }
.fin-card h3 { margin-bottom: .5rem; }
.fin-card .fin-big { font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; color: var(--acc-2); line-height: 1; margin: .4rem 0 .8rem; }

/* ---------- article / blog ---------- */
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card .post-photo { aspect-ratio: 16/9; overflow: hidden; }
.post-card .post-photo img { width: 100%; height: 100%; object-fit: cover; }
.post-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.post-cat { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--acc-2); }
.post-card h3 { font-size: 1.35rem; }
.post-card p { color: var(--ink-2); font-size: 1rem; flex: 1; }
.post-meta { font-size: .85rem; color: var(--ink-3); }

.article { max-width: 720px; margin-inline: auto; }
.article > * + * { margin-top: 1.35rem; }
.article h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-top: 2.5rem; }
.article h3 { margin-top: 2rem; }
.article p, .article li { color: var(--ink-2); font-size: 1.12rem; line-height: 1.7; max-width: none; }
.article ul, .article ol { padding-left: 1.3rem; display: grid; gap: .6rem; }
.article ul { list-style: disc; } .article ol { list-style: decimal; }
.article a { color: var(--acc-2); text-decoration: underline; }
.article blockquote { border-left: 3px solid var(--acc); padding: .3rem 0 .3rem 1.3rem; font-size: 1.25rem; color: var(--ink); font-style: italic; }
.article img, .article .figure { border-radius: var(--r-lg); margin-block: 2rem; }

/* ---------- legal prose ---------- */
.legal { max-width: 780px; margin-inline: auto; }
.legal > * + * { margin-top: 1.1rem; }
.legal h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 2.5rem; }
.legal h3 { margin-top: 1.6rem; font-size: 1.25rem; }
.legal p, .legal li { color: var(--ink-2); max-width: none; }
.legal ul { list-style: disc; padding-left: 1.3rem; display: grid; gap: .5rem; }
.legal a { color: var(--acc-2); text-decoration: underline; }
.legal .updated { color: var(--ink-3); font-size: .95rem; }


/* ---------- footer ---------- */
.site-footer { background: var(--panel); color: rgba(255,255,255,.68); padding-top: clamp(3rem,6vw,4.5rem); border-top: 3px solid var(--acc); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(1.5rem,4vw,3rem); padding-bottom: 3rem; }
.footer-brand .brand-name { color: #fff; }
/* the sub-line inherits the light-mode grey otherwise — ~3.9:1 on the navy panel */
.footer-brand .brand-name span { color: rgba(255,255,255,.72); }
.site-footer p { color: rgba(255,255,255,.62); font-size: .98rem; margin-top: 1rem; max-width: 34ch; }
.footer-col h4 { color: #fff; font-size: 1.05rem; letter-spacing: .06em; margin-bottom: 1.1rem; }
.footer-col ul { display: grid; gap: .6rem; }
.footer-col a { color: rgba(255,255,255,.68); font-size: 1rem; transition: color .15s; }
.footer-col a:hover { color: var(--acc); }
.footer-contact li { display: flex; gap: .65rem; align-items: flex-start; margin-bottom: .85rem; color: rgba(255,255,255,.78); font-size: 1rem; }
.footer-contact svg { width: 19px; height: 19px; color: var(--acc); flex: none; margin-top: 3px; }
.footer-review { display: inline-flex; align-items: center; gap: .5rem; margin-top: .4rem; color: #fff !important; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .04em; font-size: .95rem; }
.footer-review svg { color: var(--acc); width: 1.1em; height: 1.1em; }
.footer-bottom { border-top: 1px solid var(--line-d); padding: 1.5rem 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: .86rem; color: rgba(255,255,255,.5); }
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: var(--acc); }
.footer-legal { display: flex; gap: 1.1rem; flex-wrap: wrap; }

/* ---------- sticky mobile call/text/quote bar ---------- */
.sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 58; background: var(--panel); border-top: 2px solid var(--acc); padding: .6rem .7rem calc(.6rem + env(safe-area-inset-bottom)); gap: .5rem; }
.sticky-bar .btn { flex: 1; padding: .8rem .4rem; font-size: .98rem; }

/* skip link */
.skip { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--ink); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 var(--r) 0; }
.skip:focus { left: 0; }

/* ---------- chat widget ---------- */
.chat-widget { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 70; display: flex; flex-direction: column; align-items: flex-end; gap: .8rem; }
.chat-bubble {
  width: 58px; height: 58px; border-radius: 50%; border: 0;
  background: var(--acc); color: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-md);
  transition: transform .18s var(--ease), background .18s var(--ease);
}
.chat-bubble:hover { transform: translateY(-2px); background: var(--acc-2); }
.chat-bubble svg { width: 26px; height: 26px; }
.chat-bubble.open .ico-chat { transform: scale(.9); }
.chat-card {
  width: min(340px, calc(100vw - 2.2rem));
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.chat-head { background: var(--panel); color: #fff; padding: 1rem 1.1rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; border-bottom: 3px solid var(--acc); }
.chat-head strong { color: #fff; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .04em; font-size: 1.15rem; display: block; line-height: 1.1; }
.chat-head span { font-size: .82rem; color: rgba(255,255,255,.65); }
.chat-close { background: none; border: 0; color: rgba(255,255,255,.7); padding: .2rem; flex: none; }
.chat-close:hover { color: #fff; }
.chat-close svg { width: 18px; height: 18px; }
.chat-body { padding: 1rem 1.1rem 1.1rem; }
.chat-body .form { gap: .7rem; }
.chat-body .field input, .chat-body .field textarea { padding: .6rem .7rem; font-size: .95rem; }
.chat-body .consent { font-size: .7rem; }
.chat-alt { margin-top: .7rem; font-size: .82rem; color: var(--ink-3); text-align: center; }
.chat-alt a { color: var(--acc-2); font-weight: 600; }

/* ---------- signature details (restrained: hierarchy, not decoration) ---------- */
/* ghost section numerals — subtle outlined numeral behind the section label (aids hierarchy) */
.section-head { position: relative; }
.section-head .eyebrow .num {
  position: absolute; top: -.55em; left: -.06em; z-index: -1;
  font-size: clamp(4.5rem, 9vw, 7.5rem); font-weight: 700; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--acc);
  opacity: .12; letter-spacing: 0; pointer-events: none;
}
.section-head.center .eyebrow .num { left: 50%; transform: translateX(-50%); }
/* hero: panel-tinted duotone over the real photo (torres faded backdrop) + thin accent baseline */
.hero::before {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--panel) 92%, transparent) 0%, color-mix(in srgb, var(--panel) 72%, transparent) 46%, color-mix(in srgb, var(--panel) 38%, transparent) 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--panel) 46%, transparent) 0%, color-mix(in srgb, var(--panel) 80%, transparent) 100%);
}
.hero { border-bottom: 2px solid var(--acc); }
/* gallery tag chips: straight, solid accent label */
.g-tag { display: inline-block; background: var(--acc); color: #fff; padding: .18rem .55rem; border-radius: 3px; margin: 0 .5rem .3rem 0; font-weight: 700; }

@media (max-width: 760px) {
  .chat-widget { bottom: calc(64px + .9rem + env(safe-area-inset-bottom)); right: .9rem; }
  .chat-bubble { width: 52px; height: 52px; }
}

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------- utilities ---------- */
.text-center { text-align: center; }
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-0{margin-bottom:0}.maxw-none{max-width:none}
.accent-bar { width: 60px; height: 4px; background: var(--acc); border: 0; margin: 1.25rem 0; }
.accent-bar.center { margin-inline: auto; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .cols-4 { grid-template-columns: repeat(2,1fr); }
  .cols-3 { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item { border-top: 1px solid var(--line-d); }
  .trust-item:nth-child(-n+2) { border-top: 0; }
  .stats { grid-template-columns: repeat(2,1fr); gap: 2rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 1180px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav-cta .btn { display: none; }
}
@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split.reverse .split-media { order: -1; }
  .cols-3, .cols-4, .cols-2, .steps { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.wide { grid-column: span 2; }
  .field.row2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .sticky-bar { display: flex; }
  body { padding-bottom: 64px; }   /* room for sticky bar */
  h1 { font-size: clamp(2.05rem, 8.5vw, 2.9rem); }
}
@media (max-width: 460px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.wide { grid-column: auto; }
  .stats { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-media img, .svc-card:hover .svc-photo img, .gallery-item:hover img, .carousel-lg .car-item:hover img { transform: none !important; }
}

/* ---------- utilities replacing inline style attributes ----------
   These exist so the CSP can drop style-src 'unsafe-inline'. Don't
   reintroduce style="" attributes: they will be blocked. */
.img-cover { width: 100%; height: 100%; object-fit: cover; }
.bg-white { background: #fff; }
.wrap-wide { max-width: 1360px; }
.jc-center { justify-content: center; }
.pi-0 { padding-inline: 0; }
.center-vh { min-height: 66vh; display: grid; place-items: center; }
.m-auto-top { margin: 1rem auto 0; }
.form-note-tight { margin: .3rem 0 1.1rem; }
.link-strong { color: var(--acc-2); font-weight: 600; }
.text-white { color: #fff; }
.ai-start { align-items: start; }
