/* ==========================================================================
   Locksmith of Wheaton — 2026 revamp
   Palette + type built up from their real assets: the logo's wordmark blue
   (#086CC3), the FB cover's deep navy (#0F3768) and its banner gold (#F4D668).
   ========================================================================== */

/* ---------- tokens ---------- */
:root {
  /* their real blues, sampled from the logo + FB cover */
  --brand:        #086cc3;
  --brand-lift:   #2f92e8;
  --brand-glow:   #8fcaf5;
  --navy:         #0f3768;

  /* elevated darks built down from --navy */
  --ink:          #07111f;
  --ink-2:        #0c1c31;
  --ink-3:        #132b4b;

  /* brushed steel, from the logo's chrome highlights */
  --steel:        #8296a9;
  --steel-dim:    #5c6d7f;
  --steel-faint:  #2a3c4f;

  /* their cover-banner gold, muted for dark surfaces (keys read brass anyway) */
  --brass:        #d4b055;
  --brass-lift:   #f4d668;
  --brass-deep:   #9d7c26;

  /* light surfaces — the logo carries black text, so it needs a light plate */
  --paper:        #f4f1ea;
  --paper-2:      #fbf9f5;
  --white:        #ffffff;

  --line:         rgba(130, 150, 169, .18);
  --line-strong:  rgba(130, 150, 169, .34);

  --font-display: 'Archivo', 'Helvetica Neue', sans-serif;
  --font-body:    'Public Sans', system-ui, sans-serif;

  --nav-h:        74px;
  --maxw:         1180px;
  --r:            4px;
  --r-lg:         10px;

  --ease:         cubic-bezier(.22, 1, .36, 1);
}

@media (max-width: 760px) { :root { --nav-h: 64px; } }

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

/* Defensive: flex/grid children default to min-width:auto (min-content), so they
   refuse to shrink and blow out their track — the #1 cause of mobile overflow. */
*, *::before, *::after { min-width: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* keep anchors and scrollIntoView clear of the sticky header */
  scroll-padding-top: calc(var(--nav-h) + 1rem);
}
body {
  margin: 0;
  background: var(--ink);
  color: #dce5ee;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  /* NOTE: deliberately no `overflow-x: hidden` — it hides horizontal overflow
     rather than fixing it, and masks real bugs during verification. */
}
img, svg, video, iframe, canvas, table { display: block; max-width: 100%; }
/* long unbroken strings (URLs, emails, phone numbers) must not force a wide box */
p, li, h1, h2, h3, h4, blockquote, td, dd, dt { overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); line-height: 1.02; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- display type ---------- */
/* Archivo carries a width axis — pushed wide it reads engineered/stamped,
   which suits security hardware far better than a default grotesque. */
.dsp {
  font-family: var(--font-display);
  font-weight: 800;
  font-variation-settings: 'wdth' 112;
  text-transform: uppercase;
  letter-spacing: -.008em;
  line-height: .96;
}
.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-variation-settings: 'wdth' 92;
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: .69rem;
  color: var(--brass);
}
.num {
  font-family: var(--font-display);
  font-variation-settings: 'wdth' 100;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
}

/* ---------- shared layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.15rem, 4vw, 2.5rem); }
section { position: relative; }
.band { padding-block: clamp(3.6rem, 8vw, 6.5rem); }

.sec-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.sec-head h2 {
  font-size: clamp(1.85rem, 5.2vw, 3.1rem);
  margin-top: .8rem;
  color: var(--white);
}
.sec-head .lede { margin-top: 1rem; color: var(--steel); font-size: clamp(1rem, 1.6vw, 1.09rem); }

/* ---------- textures (no stock photos — earn it with material) ---------- */
/* brushed steel */
.steel-tex::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(90deg,
    rgba(255,255,255,.022) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay;
}
/* film grain */
.grain::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .3;
  background-image: 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='.86' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

/* key-bitting rule — the cut profile of a key blank, used as a divider */
.bitting {
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='168' height='16' viewBox='0 0 168 16'%3E%3Cpath d='M0 13h22l7-9h17l7 9h26l8-10h15l8 10h24l6-7h14l7 7h7' fill='none' stroke='%23d4b055' stroke-width='1.4' stroke-linejoin='miter' opacity='.6'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: .75;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.6rem;
  border: 1px solid transparent; border-radius: var(--r);
  font-family: var(--font-display);
  font-weight: 700;
  font-variation-settings: 'wdth' 100;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: .8rem;
  white-space: nowrap;
  transition: background-color .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .25s var(--ease),
              box-shadow .25s var(--ease);
}
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-brass {
  background: linear-gradient(175deg, var(--brass-lift), var(--brass) 58%, var(--brass-deep));
  color: #1a1305;
  box-shadow: 0 1px 0 rgba(255,255,255,.34) inset, 0 10px 26px -12px rgba(212,176,85,.75);
}
.btn-brass:hover { box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 16px 34px -12px rgba(212,176,85,.9); }

.btn-blue {
  background: var(--brand); color: var(--white);
  box-shadow: 0 1px 0 rgba(255,255,255,.16) inset, 0 10px 26px -14px rgba(8,108,195,.9);
}
.btn-blue:hover { background: var(--brand-lift); }

.btn-ghost { border-color: var(--line-strong); color: #e6edf4; background: rgba(255,255,255,.03); }
.btn-ghost:hover { border-color: var(--brass); color: var(--brass-lift); background: rgba(212,176,85,.07); }

.btn-onlight { border-color: rgba(15,55,104,.24); color: var(--navy); background: transparent; }
.btn-onlight:hover { border-color: var(--navy); background: rgba(15,55,104,.06); }

:where(a, button, input, textarea, summary).btn:focus-visible,
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--brass); outline-offset: 3px;
}

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
  position: sticky; top: 0; z-index: 90;
  height: var(--nav-h);
  background: rgba(7, 17, 31, .84);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.nav-in { height: 100%; display: flex; align-items: center; gap: 1.5rem; }

/* the logo carries black text, so it rides on a light plate */
.brand-plate {
  display: flex; align-items: center;
  background: var(--paper-2);
  padding: .42rem .7rem;
  border-radius: var(--r);
  box-shadow: 0 2px 14px -6px rgba(0,0,0,.55);
  flex: none;
}
.brand-plate img { width: clamp(132px, 20vw, 178px); height: auto; }

.nav-links { display: flex; align-items: center; gap: 1.8rem; margin-left: auto; }
.nav-links a {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: 'wdth' 96;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .74rem;
  color: #b9c8d6;
  transition: color .2s var(--ease);
}
.nav-links a:hover { color: var(--brass); }
.nav-tel {
  display: inline-flex; align-items: center; gap: .45rem;
  color: var(--white) !important;
  letter-spacing: .04em !important;
  font-size: .82rem !important;
}
.nav-tel svg { width: 15px; height: 15px; stroke: var(--brass); }
.nav-cta { padding: .72rem 1.15rem; }
/* `.nav-links a` (0,1,1) outranks `.btn-brass` (0,1,0), so without these the CTA
   label inherits the nav's light grey and goes near-invisible on the gold. */
.nav-links a.btn { font-size: .8rem; letter-spacing: .075em; }
.nav-links a.btn-brass { color: #1a1305; }
.nav-links a.btn-brass:hover { color: #1a1305; }

.nav-toggle {
  display: none; margin-left: auto;
  width: 44px; height: 44px;
  background: transparent; border: 1px solid var(--line-strong); border-radius: var(--r);
  align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 19px; height: 1.5px; background: #dce5ee; position: relative; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ''; position: absolute; left: 0; width: 19px; height: 1.5px; background: #dce5ee;
}
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }

@media (max-width: 940px) {
  .nav-toggle { display: flex; }
  /* display:none, not just [hidden] — a class that sets display would beat the attribute */
  .nav-links {
    display: none;
    position: fixed; inset: var(--nav-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    margin: 0; padding: .5rem clamp(1.15rem, 4vw, 2.5rem) 1.6rem;
    background: rgba(7,17,31,.98);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
  .nav-links .nav-cta { margin-top: 1.1rem; border-bottom: 0; padding: 1rem 1.15rem; }
}

/* ==========================================================================
   HERO — must fit the first viewport whole, desktop and mobile
   ========================================================================== */
.hero {
  /* svh, never vh: vh ignores mobile browser chrome and pushes the proof line
     past the fold, which is exactly the clipping this has to avoid. */
  min-height: calc(100svh - var(--nav-h));
  display: flex; align-items: center;
  padding-block: clamp(1.75rem, 4svh, 3.5rem);
  overflow: hidden;
  /* size children in cqi so the headline scales to the hero's own width */
  container-type: inline-size;
  background:
    radial-gradient(1100px 620px at 78% 8%,  rgba(8,108,195,.30), transparent 62%),
    radial-gradient(760px 520px at 6% 96%,   rgba(212,176,85,.13), transparent 66%),
    linear-gradient(178deg, var(--ink-2), var(--ink) 68%);
}
/* pin-tumbler rings — the guts of a lock cylinder, very faint */
.hero-rings {
  position: absolute; right: -14%; top: 50%; translate: 0 -50%;
  width: min(760px, 82vw); aspect-ratio: 1;
  pointer-events: none; opacity: .5;
  background:
    repeating-radial-gradient(circle at center,
      transparent 0 46px,
      rgba(130,150,169,.11) 46px 47px);
  mask-image: radial-gradient(circle at center, #000 34%, transparent 71%);
}

.hero-in {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(0, .88fr);
  gap: clamp(1.75rem, 4cqi, 3.4rem);
  align-items: center;
  width: 100%;
}

.hero-copy { display: flex; flex-direction: column; gap: clamp(.85rem, 2.1cqi, 1.5rem); }

.hero-badge {
  display: inline-flex; align-items: center; gap: .6rem; align-self: start;
  padding: .42rem .85rem;
  border: 1px solid rgba(212,176,85,.36); border-radius: 100px;
  background: rgba(212,176,85,.09);
  font-family: var(--font-display); font-weight: 700;
  font-variation-settings: 'wdth' 94;
  text-transform: uppercase; letter-spacing: .15em;
  font-size: clamp(.6rem, 1.15cqi, .68rem); color: var(--brass-lift);
}
.pulse {
  width: 7px; height: 7px; border-radius: 50%; background: #4ade80; flex: none;
  box-shadow: 0 0 0 0 rgba(74,222,128,.6);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  70%  { box-shadow: 0 0 0 9px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

/* clamp max tuned so the CTA row + proof line still clear the fold */
.hero h1 {
  font-size: clamp(2.05rem, 8.4cqi, 4.35rem);
  color: var(--white);
  text-wrap: balance;
}
.hero h1 em {
  font-style: normal; display: block;
  color: transparent;
  background: linear-gradient(96deg, var(--brand-glow), var(--brand-lift) 44%, var(--brand));
  -webkit-background-clip: text; background-clip: text;
}
.hero-sub {
  font-size: clamp(.96rem, 1.95cqi, 1.17rem);
  color: #b3c3d2; max-width: 34rem; text-wrap: pretty;
}
.hero-sub strong { color: var(--white); font-weight: 600; }

.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; }

.hero-proof {
  display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .95rem;
  font-size: clamp(.78rem, 1.5cqi, .9rem); color: var(--steel);
}
.hero-proof .stars { display: inline-flex; gap: 2px; }
.hero-proof .stars svg { width: 15px; height: 15px; fill: var(--brass); }
.hero-proof .div { width: 1px; height: 15px; background: var(--line-strong); }
.hero-proof b { color: #e6edf4; font-weight: 600; }

/* ---- hero side card: their three real coupon offers ---- */
.offer-card {
  position: relative;
  background: linear-gradient(168deg, rgba(255,255,255,.055), rgba(255,255,255,.014));
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  padding: clamp(1.1rem, 2.6cqi, 1.7rem);
  box-shadow: 0 26px 60px -30px rgba(0,0,0,.85);
  backdrop-filter: blur(3px);
}
.offer-card::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.offer-card h3 {
  font-size: clamp(.95rem, 2cqi, 1.13rem); color: var(--white);
  font-variation-settings: 'wdth' 104; text-transform: uppercase; letter-spacing: .04em;
}
.offer-card .oc-sub {
  margin-top: .3rem; font-size: clamp(.7rem, 1.35cqi, .79rem);
  color: var(--steel-dim); letter-spacing: .02em;
}
.offer-list { margin-top: clamp(.75rem, 2cqi, 1.15rem); display: grid; gap: .5rem; }
.offer-row {
  display: flex; align-items: baseline; gap: .7rem;
  padding: .6rem .8rem;
  background: rgba(7,17,31,.5);
  border: 1px solid var(--line);
  border-radius: var(--r);
}
.offer-row .amt {
  font-family: var(--font-display); font-weight: 800;
  font-variation-settings: 'wdth' 108;
  font-size: clamp(1rem, 2.4cqi, 1.3rem);
  color: var(--brass-lift); flex: none; letter-spacing: -.01em;
}
.offer-row .lbl { font-size: clamp(.72rem, 1.4cqi, .84rem); color: #c3d1de; line-height: 1.35; }
.offer-fine {
  margin-top: .75rem; font-size: clamp(.6rem, 1.15cqi, .67rem);
  color: var(--steel-dim); line-height: 1.5;
}

@media (max-width: 900px) {
  .hero { padding-block: clamp(1.1rem, 2.4svh, 2rem); }
  .hero-in { grid-template-columns: 1fr; gap: clamp(1.05rem, 3.4cqi, 1.6rem); }
  .hero-copy { gap: clamp(.7rem, 2.1cqi, 1.15rem); }
  /* headline shrinks so headline + CTA + proof always own the first screen */
  .hero h1 { font-size: clamp(1.9rem, 9.6cqi, 2.9rem); }

  /* The full offer card can't fit alongside the core hero on a phone, so it
     collapses to a compact 3-up savings ribbon. The full terms still live in
     the savings section and on contact.html. */
  .offer-card { padding: .85rem .9rem; }
  .offer-card .oc-sub, .offer-card .offer-fine { display: none; }
  .offer-card h3 { font-size: .82rem; letter-spacing: .09em; }
  .offer-list { margin-top: .7rem; grid-template-columns: repeat(3, 1fr); gap: .4rem; }
  .offer-row {
    flex-direction: column; align-items: center; text-align: center;
    gap: .1rem; padding: .5rem .35rem;
  }
  .offer-row .amt { font-size: 1.12rem; }
  .offer-row .lbl { font-size: .63rem; line-height: 1.25; }
}
@media (max-width: 620px) {
  /* the proof line wraps here, which leaves the divider stranded at a line end */
  .hero-proof .div { display: none; }
  .hero-proof { gap: .25rem .75rem; }
}
@media (max-width: 480px) {
  .hero-cta .btn { flex: 1 1 100%; }
}

/* ==========================================================================
   TRUST STRIP
   ========================================================================== */
.strip {
  border-block: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.028), transparent);
}
.strip-in {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line);
}
.strip-item {
  background: var(--ink);
  padding: clamp(1.15rem, 2.6vw, 1.75rem) clamp(.85rem, 2vw, 1.5rem);
  display: flex; flex-direction: column; gap: .3rem;
}
.strip-item .k {
  font-size: clamp(1.1rem, 2.6vw, 1.6rem); color: var(--white);
  font-family: var(--font-display); font-weight: 800; font-variation-settings: 'wdth' 106;
}
.strip-item .k .unit { color: var(--brass); }
.strip-item .v {
  font-size: .71rem; color: var(--steel-dim);
  text-transform: uppercase; letter-spacing: .14em; font-weight: 500;
}
@media (max-width: 700px) { .strip-in { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   SERVICES
   ========================================================================== */
/* 320px floor lands on 3 columns at full width, so the six cards fill two rows
   exactly — a 265px floor gives 4+2 and leaves two empty grid cells showing. */
.svc-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
}
.svc {
  background: var(--ink-2);
  padding: clamp(1.5rem, 3vw, 2.1rem);
  display: flex; flex-direction: column; gap: .8rem;
  transition: background-color .3s var(--ease);
}
.svc:hover { background: var(--ink-3); }
.svc-ico {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid rgba(212,176,85,.3); border-radius: var(--r);
  background: rgba(212,176,85,.07);
}
.svc-ico svg { width: 21px; height: 21px; fill: none; stroke: var(--brass); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 {
  font-size: 1.06rem; color: var(--white);
  font-variation-settings: 'wdth' 104; text-transform: none; letter-spacing: -.005em;
}
.svc p { font-size: .91rem; color: var(--steel); }
.svc .tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto; padding-top: .5rem; }
.svc .tags span {
  font-size: .66rem; text-transform: uppercase; letter-spacing: .1em;
  padding: .28rem .55rem; border: 1px solid var(--line);
  border-radius: 100px; color: var(--steel-dim);
}

.quote-note {
  margin-top: clamp(1.6rem, 3vw, 2.2rem);
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem;
  padding: clamp(1.1rem, 2.4vw, 1.6rem) clamp(1.2rem, 2.6vw, 1.9rem);
  border: 1px solid var(--line-strong); border-radius: var(--r-lg);
  background: linear-gradient(100deg, rgba(8,108,195,.14), rgba(212,176,85,.06));
}
.quote-note p { font-size: .95rem; color: #c3d1de; flex: 1 1 22rem; }
.quote-note p b { color: var(--white); }

/* ==========================================================================
   SAVINGS BAND (their real coupon offers, re-typeset)
   ========================================================================== */
.savings { background: var(--paper); color: var(--navy); }
.savings .sec-head h2 { color: var(--navy); }
.savings .sec-head .lede { color: #4a5f76; }
.savings .eyebrow { color: var(--brass-deep); }

.coupon-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(.85rem, 2vw, 1.35rem);
}
.coupon {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(15,55,104,.13);
  border-radius: var(--r-lg);
  padding: clamp(1.3rem, 3vw, 1.85rem);
  overflow: hidden;
  box-shadow: 0 14px 34px -24px rgba(15,55,104,.5);
}
/* perforated edge, like a real clipped coupon */
.coupon::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background-image: radial-gradient(circle at 6px 6px, var(--paper) 4px, transparent 4px);
  background-size: 12px 12px; background-position: 0 3px;
}
.coupon .amt {
  font-family: var(--font-display); font-weight: 800;
  font-variation-settings: 'wdth' 116;
  font-size: clamp(2.1rem, 6vw, 2.9rem);
  line-height: 1; letter-spacing: -.02em;
  color: var(--brand);
}
.coupon .lbl {
  margin-top: .55rem;
  font-family: var(--font-display); font-weight: 700;
  font-variation-settings: 'wdth' 100;
  text-transform: uppercase; letter-spacing: .08em;
  font-size: .84rem; color: var(--navy);
}
.coupon .note { margin-top: .45rem; font-size: .84rem; color: #5a6f86; }
.savings-fine {
  margin-top: clamp(1.2rem, 2.6vw, 1.7rem);
  font-size: .74rem; color: #6b7f95; line-height: 1.6; max-width: 44rem;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.rev-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(.9rem, 2vw, 1.3rem);
}
.rev {
  display: flex; flex-direction: column; gap: .9rem;
  padding: clamp(1.4rem, 3vw, 1.9rem);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: linear-gradient(170deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
}
.rev .stars { display: inline-flex; gap: 2px; }
.rev .stars svg { width: 14px; height: 14px; fill: var(--brass); }
.rev blockquote { margin: 0; font-size: .97rem; color: #cfdbe6; line-height: 1.7; }
.rev .who { margin-top: auto; display: flex; align-items: center; gap: .7rem; padding-top: .3rem; }
.rev .av {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--brand), var(--navy));
  font-family: var(--font-display); font-weight: 700; font-size: .8rem; color: var(--white);
}
.rev .who .nm { font-size: .86rem; color: var(--white); font-weight: 600; }
.rev .who .src { font-size: .71rem; color: var(--steel-dim); }

/* ==========================================================================
   VISIT / AREA
   ========================================================================== */
.visit-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(1.1rem, 2.6vw, 2rem);
}
.info-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: rgba(255,255,255,.026);
}
.info-card h3 {
  font-size: 1.02rem; color: var(--white); margin-bottom: 1rem;
  font-variation-settings: 'wdth' 104; text-transform: uppercase; letter-spacing: .07em;
}
.hours-row {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .6rem 0; border-bottom: 1px solid var(--line);
  font-size: .9rem;
}
.hours-row:last-child { border-bottom: 0; }
.hours-row .d { color: var(--steel); }
.hours-row .t { color: var(--white); font-weight: 600; }
.hours-row.now .t { color: #4ade80; }

.area-list { display: flex; flex-wrap: wrap; gap: .4rem; }
.area-list span {
  font-size: .78rem; padding: .35rem .7rem;
  border: 1px solid var(--line); border-radius: 100px; color: #c3d1de;
}

/* their verbatim "Why Choose US" list, as claim chips */
.badge-list { display: flex; flex-wrap: wrap; gap: .6rem; }
.badge-list li {
  display: flex; align-items: center; gap: .55rem;
  padding: .62rem 1.15rem .62rem .95rem;
  border: 1px solid var(--line-strong); border-radius: 100px;
  background: rgba(255,255,255,.026);
  font-size: .88rem; color: #e6edf4;
}
.badge-list svg {
  width: 15px; height: 15px; flex: none;
  fill: none; stroke: var(--brass); stroke-width: 2.2;
  stroke-linecap: round; stroke-linejoin: round;
}

.contact-line { display: flex; align-items: center; gap: .75rem; padding: .7rem 0; font-size: .93rem; }
.contact-line svg { width: 17px; height: 17px; flex: none; fill: none; stroke: var(--brass); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-line a, .contact-line span { color: #dce5ee; }
.contact-line a:hover { color: var(--brass-lift); }

/* ==========================================================================
   GALLERY (only rendered when real photos exist)
   ========================================================================== */
.gal-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(.7rem, 1.6vw, 1rem);
}
.gal-grid figure { margin: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--ink-2); }
.gal-grid img { width: 100%; height: auto; }

/* ==========================================================================
   CTA BAND + FOOTER
   ========================================================================== */
.cta {
  overflow: hidden;
  background:
    radial-gradient(760px 420px at 50% 0%, rgba(8,108,195,.34), transparent 64%),
    linear-gradient(180deg, var(--ink-2), var(--ink));
  border-top: 1px solid var(--line);
}
.cta-in { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.3rem; }
.cta-in h2 { font-size: clamp(1.9rem, 5.4vw, 3.2rem); color: var(--white); max-width: 24em; }
.cta-in .lede { color: #b3c3d2; max-width: 38rem; font-size: clamp(1rem, 1.7vw, 1.1rem); }
.cta-in .row { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; }
@media (max-width: 480px) { .cta-in .row .btn { flex: 1 1 100%; } }

.foot { border-top: 1px solid var(--line); background: var(--ink); padding-block: clamp(2.2rem, 4vw, 3.2rem); }
.foot-in { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); gap: 2rem; }
.foot h4 {
  font-size: .74rem; color: var(--white); margin-bottom: .9rem;
  text-transform: uppercase; letter-spacing: .14em; font-variation-settings: 'wdth' 96; font-weight: 700;
}
.foot li { margin-bottom: .5rem; font-size: .88rem; }
.foot a { color: var(--steel); } .foot a:hover { color: var(--brass-lift); }
.foot .blurb { font-size: .88rem; color: var(--steel-dim); margin-top: 1rem; max-width: 27rem; }
.foot-plate { display: inline-flex; background: var(--paper-2); padding: .4rem .65rem; border-radius: var(--r); }
.foot-plate img { width: 168px; height: auto; }
.foot-btm {
  margin-top: clamp(1.8rem, 3.5vw, 2.6rem); padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem;
  font-size: .77rem; color: var(--steel-dim);
}
@media (max-width: 780px) { .foot-in { grid-template-columns: 1fr 1fr; } .foot-in > :first-child { grid-column: 1 / -1; } }

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.pagehead {
  padding-block: clamp(2.6rem, 6vw, 4.4rem);
  background:
    radial-gradient(880px 480px at 22% 0%, rgba(8,108,195,.28), transparent 64%),
    linear-gradient(180deg, var(--ink-2), var(--ink));
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.pagehead h1 { font-size: clamp(2rem, 6vw, 3.5rem); color: var(--white); margin-top: .8rem; }
.pagehead .lede { margin-top: 1rem; color: #b3c3d2; max-width: 40rem; font-size: clamp(1rem, 1.7vw, 1.1rem); }

.form-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 880px) { .form-layout { grid-template-columns: 1fr; } }

.form-card {
  padding: clamp(1.4rem, 3.4vw, 2.4rem);
  border: 1px solid var(--line-strong); border-radius: var(--r-lg);
  background: linear-gradient(168deg, rgba(255,255,255,.05), rgba(255,255,255,.014));
  box-shadow: 0 30px 70px -40px rgba(0,0,0,.9);
}
.field { margin-bottom: 1.1rem; }
.field label {
  display: block; margin-bottom: .45rem;
  font-family: var(--font-display); font-weight: 600;
  font-variation-settings: 'wdth' 96;
  text-transform: uppercase; letter-spacing: .11em; font-size: .69rem; color: var(--steel);
}
.field .req { color: var(--brass); }
.field input, .field textarea, .field select {
  width: 100%; padding: .82rem .95rem;
  background: rgba(7,17,31,.66);
  border: 1px solid var(--line-strong); border-radius: var(--r);
  color: #e6edf4; font-family: var(--font-body); font-size: .96rem;
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.field textarea { resize: vertical; min-height: 118px; }
.field input::placeholder, .field textarea::placeholder { color: #5c6d7f; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand-lift); background: rgba(7,17,31,.9);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

.turnstile-box { margin: 1.1rem 0; min-height: 65px; }

#estimate-form .btn { width: 100%; padding: 1.05rem 1.6rem; font-size: .84rem; }
/* [hidden] loses to any class that sets display, so drive visibility here */
.form-status {
  margin-top: 1rem; padding: .85rem 1rem; border-radius: var(--r);
  font-size: .9rem; line-height: 1.55;
}
.form-status[hidden] { display: none; }
.form-status.ok  { background: rgba(74,222,128,.1);  border: 1px solid rgba(74,222,128,.35);  color: #86efac; }
.form-status.err { background: rgba(248,113,113,.1); border: 1px solid rgba(248,113,113,.35); color: #fca5a5; }
.form-status a { color: inherit; text-decoration: underline; }
.btn[disabled] { opacity: .95; transform: none; pointer-events: none; }
.form-sent .btn-brass {
  background: rgba(74,222,128,.14);
  border-color: rgba(74,222,128,.4);
  color: #86efac; box-shadow: none;
}

.side-card {
  padding: clamp(1.3rem, 3vw, 1.8rem);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: rgba(255,255,255,.026);
  margin-bottom: 1rem;
}
.side-card h3 {
  font-size: .95rem; color: var(--white); margin-bottom: .9rem;
  text-transform: uppercase; letter-spacing: .08em; font-variation-settings: 'wdth' 102;
}
.side-card p { font-size: .89rem; color: var(--steel); }
.big-tel {
  display: flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 800;
  font-variation-settings: 'wdth' 104;
  font-size: clamp(1.3rem, 4vw, 1.65rem);
  color: var(--white); letter-spacing: -.01em; margin-bottom: .3rem;
}
.big-tel:hover { color: var(--brass-lift); }
.big-tel svg { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--brass); stroke-width: 1.6; }

/* ==========================================================================
   SCROLL REVEAL — below the fold only.
   An above-the-fold element parked at opacity:0 can't paint until JS runs,
   which wrecks mobile LCP. lcp_guard.py strips these off the hero as a net.
   ========================================================================== */
.rv {
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; }
.rv-d2 { transition-delay: .16s; }
.rv-d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .rv { opacity: 1; transform: none; }
}
