/* Al's Construction & Landscape — 2026 redesign (direction A + typography C)
   Design tokens first; heading-weight reset must precede everything else. */
:root {
  --ink: #2f2e2e;            /* body text, dark panels, footer bg */
  --ink-soft: #4a4949;       /* secondary body copy, input underlines */
  --muted: #a0a09f;          /* retained; no longer used for active nav */
  --green: #72975e;          /* primary CTA, active nav, accent rules */
  --green-dark: #5f7f4e;     /* CTA hover */
  --footer-bg: #2f2e2e;
  --footer-text: #cbcbcb;
  --line: #e4e2df;           /* section dividers, card borders */

  --sand: #f4f1ec;           /* warm neutral section background */
  --line-soft: #f0eeea;      /* hairline between service list items */
  --label: #8b8884;          /* uppercase eyebrow labels, helper text */

  --display: 'Prata', Georgia, serif;                          /* headlines */
  --nav: 'Archivo', 'Helvetica Neue', Arial, sans-serif;       /* nav only */
  --body: 'Newsreader', Georgia, serif;                        /* body, UI, buttons, fields */
  --wordmark: 'Jost', 'Futura', 'Century Gothic', 'Helvetica Neue', sans-serif; /* header lockup only */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body); font-optical-sizing: auto; font-weight: 400;
  color: var(--ink); font-size: 17px; line-height: 1.68; letter-spacing: normal;
  background: #fff; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration: none; transition: color .2s; }
a:hover { color: var(--green-dark); }
ul { list-style: none; }
input, textarea, select, button { font-family: inherit; }
::placeholder { color: #8f8e8e; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 36px; }

/* ---------- Type helpers ---------- */
.display {
  font-family: var(--display); font-optical-sizing: auto;
  font-style: normal; letter-spacing: -0.005em; text-wrap: pretty;
}
.eyebrow { font-size: 14px; letter-spacing: .19em; color: var(--label); font-weight: 500; }
.eyebrow--light { font-size: 15px; color: #e8e4dd; }
.col-heading {
  font-size: 15px; font-weight: 500; letter-spacing: .2em; color: var(--ink);
  padding-bottom: 18px; border-bottom: 1px solid var(--ink);
}

/* ---------- Buttons & links ---------- */
.btn {
  display: inline-block; background: var(--green); color: #fff; font-weight: 500;
  font-size: 16px; letter-spacing: .06em; padding: 16px 30px;
  border: none; border-radius: 0; cursor: pointer; transition: background .2s;
}
.btn:hover { background: var(--green-dark); color: #fff; }
.btn--nav { font-size: 14px; padding: 12px 22px; white-space: nowrap; }
.btn--lg { font-size: 20px; padding: 20px 36px; white-space: nowrap; }
.btn--page { font-size: 19px; padding: 18px 34px; white-space: nowrap; }
.btn--ghost-hero {
  display: inline-block; border: 1px solid rgba(255,255,255,.6); color: #fff; font-weight: 500;
  font-size: 16px; letter-spacing: .06em; padding: 16px 30px;
  background-color: #CCCCCCA5; transition: background .2s; /* client-chosen translucent fill */
}
.btn--ghost-hero:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn--outline {
  display: block; text-align: center; background: transparent;
  border: 1px solid #cbc7c1; color: var(--ink-soft);
  font-size: 15px; letter-spacing: .06em; padding: 15px 20px;
}
.btn--outline:hover { color: var(--ink); }
.link-muted {
  font-size: 15px; letter-spacing: .06em; color: var(--ink-soft);
  border-bottom: 1px solid #cbc7c1; padding-bottom: 2px;
}
.link-muted:hover { color: var(--ink); }
.link-display {
  display: inline-block; font-family: var(--display); font-optical-sizing: auto;
  letter-spacing: -0.005em; font-size: 19px; color: var(--green);
}
.link-display:hover { color: var(--green-dark); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; column-gap: 32px; row-gap: 12px;
  max-width: 1320px; margin: 0 auto; padding: 14px 36px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand:hover { color: var(--ink); }
.brand-box {
  font-family: var(--wordmark); font-weight: 300;
  width: 52px; height: 42px; border: 1px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; letter-spacing: .2em; padding-left: .2em;
}
.brand-sub {
  font-family: var(--wordmark); font-weight: 300;
  font-size: 13px; letter-spacing: .24em; white-space: nowrap; color: var(--ink-soft);
}
.site-nav {
  display: flex; align-items: center; flex-wrap: wrap;
  column-gap: clamp(18px, 2.4vw, 34px); row-gap: 10px; justify-content: flex-end;
}
.site-nav a:not(.btn) {
  font-family: var(--nav); font-optical-sizing: auto; font-size: 12.5px;
  text-transform: uppercase; letter-spacing: .18em; color: var(--ink);
}
.site-nav a:not(.btn):hover, .site-nav a.active { color: var(--green); }
.menu-toggle { display: none; }

/* ---------- Mobile menu drawer ---------- */
.menu-drawer {
  position: fixed; inset: 0; z-index: 50; background: var(--ink);
  display: flex; flex-direction: column; padding: 0 20px 30px;
}
.menu-drawer[hidden] { display: none; }
.drawer-top { height: 56px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
.drawer-label { font-size: 10px; letter-spacing: .2em; color: #8f8b86; }
.drawer-close {
  background: none; border: none; cursor: pointer; color: #fff;
  font-size: 26px; line-height: 1; padding: 8px 0 8px 12px;
}
.drawer-nav { display: flex; flex-direction: column; margin-top: 26px; }
.drawer-nav a {
  font-family: var(--display); font-optical-sizing: auto; letter-spacing: -0.005em;
  font-size: 36px; color: #fff; padding: 14px 0; border-bottom: 1px solid #444240;
}
.drawer-nav a:hover { color: #fff; }
.drawer-foot { margin-top: auto; padding-top: 24px; }
.drawer-lic { font-size: 10.5px; letter-spacing: .2em; color: #8f8b86; }
.drawer-call {
  display: block; text-align: center; background: var(--green); color: #fff;
  font-size: 17px; letter-spacing: .06em; padding: 17px 20px; margin-top: 14px;
  transition: background .2s;
}
.drawer-call:hover { background: var(--green-dark); color: #fff; }
html.drawer-open, html.drawer-open body { overflow: hidden; }

/* ---------- Fixed bottom call bar (mobile only) ---------- */
.call-bar { display: none; }

/* ---------- Home hero ---------- */
.hero { position: relative; }
.hero-img { width: 100%; height: 76vh; min-height: 520px; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(30,29,29,.84) 0%, rgba(30,29,29,.68) 46%, rgba(30,29,29,.42) 72%, rgba(30,29,29,.2) 100%);
}
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; }
.hero-inner { max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 36px; }
.hero-copy { max-width: 620px; }
.hero h1 { font-size: 74px; line-height: 1.04; color: #fff; margin-top: 22px; }
.hero-lede {
  font-size: 18px; line-height: 1.7; color: #efece7; font-weight: 500;
  margin-top: 24px; max-width: 520px; text-wrap: pretty;
}
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }

/* ---------- Trade selector ---------- */
.trade-section { max-width: 1320px; margin: 0 auto; padding: 96px 36px 0; }
.trade-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.trade-head h2 { font-size: 44px; line-height: 1.1; margin-top: 14px; text-wrap: balance; }
.trade-head-note {
  font-size: 17px; color: var(--ink-soft); font-weight: 500;
  max-width: 420px; margin: 0 auto; text-wrap: pretty;
}
.trade-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 44px; }
.trade-card { display: block; border: 1px solid var(--line); transition: border-color .2s; }
.trade-card:hover { border-color: var(--green); color: var(--ink); }
.trade-card > img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.trade-card-body { padding: 36px 36px 40px; }
.trade-card h3 { font-size: 26px; letter-spacing: .14em; line-height: 1.3; }
.trade-card-desc { font-size: 15.5px; color: var(--ink-soft); margin-top: 14px; text-wrap: pretty; }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chip {
  font-size: 13px; letter-spacing: .06em; color: var(--ink-soft);
  border: 1px solid var(--line); padding: 9px 15px;
}
.trade-link {
  font-family: var(--display); font-optical-sizing: auto; letter-spacing: -0.005em;
  font-size: 18px; color: var(--green); margin-top: 24px;
}

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--sand); margin-top: 96px; }
.trust-grid {
  max-width: 1320px; margin: 0 auto; padding: 78px 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 56px;
}
.stat-figure { font-family: var(--display); font-optical-sizing: auto; letter-spacing: -0.005em; font-size: 46px; line-height: 1; color: var(--ink); }
.stat-caption { font-size: 14px; letter-spacing: .16em; color: #6d6a66; line-height: 1.5; margin-top: 14px; }

/* ---------- Story block ---------- */
.story {
  max-width: 1320px; margin: 0 auto; padding: 100px 36px 0;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center;
}
.story h2 { font-size: 46px; line-height: 1.18; margin-top: 16px; }
.story p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); margin-top: 24px; text-wrap: pretty; }
.story p + p { margin-top: 22px; }
.story .link-display { margin-top: 28px; }
.story > img { width: 100%; aspect-ratio: .92; object-fit: cover; }

/* ---------- Photo pair ---------- */
.photo-pair {
  max-width: 1320px; margin: 100px auto 0; padding: 0 36px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.photo-pair img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.photo-pair h3 { font-size: 30px; margin-top: 22px; }
.photo-pair p { font-size: 15.5px; color: var(--ink-soft); margin-top: 12px; text-wrap: pretty; }

/* ---------- Aerial band ---------- */
.aerial-band {
  margin-top: 100px; min-height: 520px;
  background: linear-gradient(rgba(35,34,33,.62), rgba(35,34,33,.62)), url('../images/home-aerial-photo.jpg') center / cover no-repeat;
  background-attachment: scroll;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 36px;
}
.aerial-eyebrow { font-size: 15px; letter-spacing: .19em; color: #e2ded7; font-weight: 500; }
.aerial-line {
  font-family: var(--display); font-optical-sizing: auto; letter-spacing: -0.005em;
  font-size: 52px; line-height: 1.25; color: #fff; margin-top: 18px;
}

/* ---------- CTA bands (sand). The footer is the only dark block. ---------- */
.cta-band { background: var(--sand); }
.cta-band--pushed { margin-top: 96px; }
.cta-band-inner {
  max-width: 1320px; margin: 0 auto; padding: 90px 36px;
  display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center;
}
.cta-band--svc .cta-band-inner { padding: 80px 36px; }
.cta-band h2 { color: var(--ink); }
.cta-band--home h2 { font-size: 48px; line-height: 1.1; }
.cta-band--svc h2 { font-size: 42px; line-height: 1.32; }
.cta-band--about h2 { font-size: 46px; line-height: 1.1; }
.cta-band-note { font-size: 16.5px; color: var(--ink-soft); margin-top: 20px; max-width: 520px; text-wrap: pretty; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }

/* ---------- Service page hero ---------- */
.page-hero { position: relative; }
.page-hero > img { width: 100%; height: 46vh; min-height: 340px; object-fit: cover; }
.page-hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(30,29,29,.6), rgba(30,29,29,.15));
}
.page-hero-content { position: absolute; inset: 0; display: flex; align-items: flex-end; }
.page-hero-inner { max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 36px 56px; }
.page-hero .eyebrow { font-size: 14px; color: #e8e4dd; }
.page-hero h1 { font-size: 64px; line-height: 1.05; color: #fff; margin-top: 14px; }

/* ---------- Sticky category tabs ---------- */
.subnav {
  border-bottom: 1px solid var(--line); background: #fff;
  position: sticky; top: var(--header-h, 78px); z-index: 30;
}
.subnav-inner {
  max-width: 1320px; margin: 0 auto; padding: 0 36px;
  display: flex; flex-wrap: wrap; align-items: center;
}
.subnav-tab {
  font-size: 14px; letter-spacing: .18em; padding: 24px 0; margin-right: 46px;
  border-bottom: 2px solid transparent; color: var(--label);
}
.subnav-tab:hover { color: var(--ink); }
.subnav-tab.active { border-color: var(--green); color: var(--ink); }
.subnav-cta { margin-left: auto; font-size: 13px; letter-spacing: .18em; color: var(--green); }
.subnav-cta:hover { color: var(--green-dark); }

/* ---------- Service page body ---------- */
.svc-intro { max-width: 1320px; margin: 0 auto; padding: 70px 36px 0; }
.svc-intro p { font-size: 18px; color: var(--ink-soft); max-width: 720px; text-wrap: pretty; }
.svc-cols {
  max-width: 1320px; margin: 0 auto; padding: 64px 36px 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px;
}
.svc-group .col-heading { padding-bottom: 20px; }
.svc-group ul { margin-top: 16px; }
.svc-group li {
  padding: 15px 0; font-size: 16.5px; line-height: 1.45; color: var(--ink-soft);
  border-bottom: 1px solid var(--line-soft);
}
.svc-group li:last-child { border-bottom: none; }
.svc-photos {
  max-width: 1320px; margin: 90px auto 0; padding: 0 36px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.svc-photos img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }

/* ---------- About ---------- */
.about-intro {
  max-width: 1320px; margin: 0 auto; padding: 90px 36px 0;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: start;
}
.about-intro h1 { font-size: 64px; line-height: 1.22; margin-top: 16px; }
.about-lead { font-size: 18px; line-height: 1.75; color: var(--ink-soft); text-wrap: pretty; }
.about-intro p + p { font-size: 16.5px; color: var(--ink-soft); margin-top: 24px; text-wrap: pretty; }
.about-photo { max-width: 1320px; margin: 70px auto 0; padding: 0 36px; }
.about-photo img { width: 100%; aspect-ratio: 2.6; object-fit: cover; }
.service-area {
  max-width: 1320px; margin: 0 auto; padding: 90px 36px 0;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px;
}
.service-area-note { font-size: 15.5px; color: var(--ink-soft); margin-top: 18px; text-wrap: pretty; }
.city-list {
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, auto);
  grid-auto-flow: column; gap: 0 48px; align-content: start;
}
.city-list li {
  padding: 17px 0; font-size: 19px; letter-spacing: .06em;
  border-bottom: 1px solid var(--line-soft);
}

/* ---------- Contact ---------- */
.page-title { max-width: 1320px; margin: 0 auto; padding: 80px 36px 0; }
.page-title h1 { font-size: 64px; line-height: 1.04; margin-top: 16px; }
.contact-grid {
  max-width: 1320px; margin: 0 auto; padding: 56px 36px 0;
  display: grid; grid-template-columns: .85fr 1fr; gap: 64px; align-items: start;
}
.call-card {
  display: block; background: var(--green); color: #fff;
  padding: 40px 38px 42px; transition: background .2s;
}
.call-card:hover { background: var(--green-dark); color: #fff; }
.call-card-eyebrow { font-size: 12px; letter-spacing: .19em; color: rgba(255,255,255,.8); font-weight: 500; }
.call-card-number { font-size: 44px; line-height: 1.1; margin-top: 16px; color: #fff; }
.also-reachable { margin-top: 44px; }
.also-reachable p { font-size: 16.5px; color: var(--ink-soft); margin-top: 18px; }
.also-reachable p + p { margin-top: 8px; }
.also-reachable .contact-city { margin-top: 20px; }
.also-reachable .contact-lic { font-size: 15.5px; color: #6d6a66; line-height: 1.6; margin-top: 26px; text-wrap: pretty; }
.email-link { border-bottom: 1px solid #d7d3cd; padding-bottom: 1px; }

.form-panel { background: var(--sand); padding: 48px 44px; }
.form-help { font-size: 15.5px; color: #6d6a66; margin-top: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 34px; }
.form-row { margin-top: 32px; }
.field label {
  display: block; font-size: 12px; font-weight: 500; letter-spacing: .16em;
  color: #6d6a66; margin-bottom: 4px;
}
.field input, .field textarea {
  width: 100%; border: none; border-bottom: 1px solid var(--ink-soft);
  font-size: 16px; color: var(--ink); padding: 13px 2px;
  background: transparent; border-radius: 0;
}
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--green); }
.field textarea { min-height: 120px; resize: vertical; }
.field input.invalid, .field textarea.invalid { border-bottom: 2px solid #c0392b; }
.field input.invalid::placeholder, .field textarea.invalid::placeholder { color: #c0392b; }
.cf-turnstile-field { margin: 32px 0 4px; min-height: 65px; }
.form-submit-row { margin-top: 32px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.form-submit-row .btn { padding: 16px 34px; }
.form-alt { font-size: 14.5px; color: var(--label); }
.form-alt a { border-bottom: 1px solid #d7d3cd; }
.form-status { margin-top: 20px; font-size: 15px; }
.form-status.error { color: #c0392b; }
.form-success { border-top: 2px solid var(--green); padding-top: 28px; }
.form-success[hidden] { display: none; }
.form-success h2 { font-size: 34px; line-height: 1.15; }
.form-success p { font-size: 16.5px; color: var(--ink-soft); margin-top: 14px; text-wrap: pretty; }
.send-another {
  margin-top: 26px; background: transparent; border: 1px solid #cbc7c1; color: var(--ink-soft);
  font-size: 14px; letter-spacing: .1em; padding: 12px 22px; cursor: pointer;
}
#contact-form[hidden] { display: none; }

.map-wrap { margin-top: 90px; }
.map-wrap iframe { width: 100%; height: 470px; border: 0; display: block; }

/* ---------- Footer (the only dark block on the site) ---------- */
.site-footer { background: var(--footer-bg); color: var(--footer-text); padding: 80px 0 52px; }
.footer-grid {
  max-width: 1320px; margin: 0 auto; padding: 0 36px;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 64px;
}
.footer-wordmark {
  font-family: var(--display); font-optical-sizing: auto; letter-spacing: -0.005em;
  font-size: 34px; color: #fff; line-height: 1.34;
}
.footer-tagline { font-size: 12px; letter-spacing: .18em; color: var(--green); margin-top: 18px; }
.footer-address { font-size: 15px; color: #9a958f; line-height: 1.65; margin-top: 22px; }
.footer-label { font-size: 12px; letter-spacing: .2em; color: #8f8b86; }
.footer-links { margin-top: 20px; }
.footer-links li + li { margin-top: 13px; }
.footer-links a { color: var(--footer-text); font-size: 15.5px; }
.footer-links a:hover { color: #fff; }
.footer-phone { margin-top: 20px; }
.footer-phone a {
  color: #fff; font-family: var(--display); font-optical-sizing: auto;
  letter-spacing: -0.005em; font-size: 26px;
}
.footer-email { margin-top: 13px; }
.footer-email a { color: var(--footer-text); font-size: 15px; }
.footer-email a:hover { color: #fff; }
.footer-social { display: flex; gap: 14px; margin-top: 18px; }
.footer-social a { display: inline-flex; opacity: .8; transition: opacity .2s; }
.footer-social a:hover { opacity: 1; }
.footer-social svg { width: 22px; height: 22px; fill: var(--footer-text); }
.footer-bottom {
  max-width: 1320px; margin: 56px auto 0; padding: 28px 36px 0;
  border-top: 1px solid #444240;
}
.footer-bottom p { font-size: 14px; color: #8f8b86; }

/* ---------- Responsive utilities ---------- */
.only-mobile, .only-mobile-inline, br.br-mobile { display: none; }

/* =============================================================
   Tablet (≤ 1050px): collapse wide grids, keep the desktop header
   ============================================================= */
@media (max-width: 1050px) {
  .svc-cols { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 48px; }
  .story, .about-intro, .service-area, .contact-grid { gap: 48px; }
}

/* =============================================================
   Mobile (≤ 720px)
   ============================================================= */
@media (max-width: 720px) {
  body { font-size: 16.5px; line-height: 1.62; padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  .container { padding: 0 20px; }
  .only-mobile { display: block; }
  .only-mobile-inline { display: inline; }
  br.br-mobile { display: inline; }
  .only-desktop, .only-desktop-inline { display: none !important; }

  .eyebrow { font-size: 11px; letter-spacing: .17em; }
  .col-heading { font-size: 13px; letter-spacing: .18em; padding-bottom: 16px; }

  /* Header: single 56px row with hamburger */
  .header-inner { height: 56px; padding: 0 20px; flex-wrap: nowrap; column-gap: 12px; row-gap: 0; }
  .brand { gap: 10px; }
  .brand-box { width: 38px; height: 31px; font-size: 11px; letter-spacing: .18em; padding-left: .18em; }
  .brand-sub { font-size: 10px; letter-spacing: .2em; white-space: normal; line-height: 1.5; }
  .site-nav { display: none; }
  .menu-toggle {
    display: flex; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 10px 0 10px 10px;
  }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); }

  /* Fixed bottom call bar */
  .call-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    background: var(--green); color: #fff;
    height: calc(60px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom);
    display: flex; align-items: center; justify-content: center; gap: 10px;
    font-size: 17px; letter-spacing: .06em;
    box-shadow: 0 -8px 24px rgba(0,0,0,.16);
  }
  .call-bar:hover { color: #fff; }
  .call-bar svg { width: 19px; height: 19px; }
  /* While a text field has focus the software keyboard occupies this strip, so
     the bar comes out and body gives back the height it reserves for it. */
  html.field-focused .call-bar { display: none; }
  html.field-focused body { padding-bottom: 0; }

  /* Home hero: bottom-weighted vertical scrim, darker than desktop */
  .hero-img { height: 470px; min-height: 0; }
  .hero-scrim {
    background: linear-gradient(rgba(30,29,29,.3) 0%, rgba(30,29,29,.54) 36%, rgba(30,29,29,.74) 60%, rgba(30,29,29,.9) 100%);
  }
  .hero-content { align-items: flex-end; }
  .hero-inner { padding: 0 20px 30px; }
  .hero .eyebrow--light { font-size: 10.5px; letter-spacing: .17em; }
  .hero h1 { font-size: 44px; line-height: 1.02; margin-top: 14px; }
  .hero-lede { font-size: 16px; line-height: 1.6; margin-top: 16px; font-weight: 400; }
  .hero-actions { margin-top: 22px; }
  .hero-actions .btn--ghost-hero {
    display: block; width: 100%; text-align: center;
    border-color: rgba(255,255,255,.65); font-size: 15px; padding: 15px 20px;
  }

  /* Trade selector */
  .trade-section { padding: 56px 20px 0; }
  .trade-head { display: block; }
  .trade-head h2 { font-size: 32px; margin-top: 10px; }
  .trade-head-note { font-size: 15.5px; margin: 14px 0 0; max-width: none; font-weight: 400; }
  .trade-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 26px; }
  .trade-card > img { aspect-ratio: 1.7; }
  .trade-card-body { padding: 26px 22px 28px; }
  .trade-card h3 { font-size: 20px; letter-spacing: .12em; }
  .trade-card-desc { font-size: 15px; margin-top: 11px; }
  .chip-list { gap: 9px; margin-top: 20px; }
  .chip { font-size: 12px; letter-spacing: 0; padding: 8px 13px; }
  .chip--desktop { display: none; }
  .trade-link { font-size: 17px; margin-top: 18px; }

  /* Trust strip: stays 2×2 */
  .trust-strip { margin-top: 56px; }
  .trust-grid { padding: 36px 20px; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .stat-figure { font-size: 34px; }
  .stat-caption { font-size: 11.5px; letter-spacing: .14em; margin-top: 6px; }

  /* Story: text first, photo after */
  .story { display: block; padding: 56px 20px 0; }
  .story h2 { font-size: 32px; margin-top: 10px; }
  .story p { font-size: 15.5px; margin-top: 16px; }
  .story .link-display { font-size: 17px; margin-top: 16px; }
  .story > img { aspect-ratio: 1.2; margin-top: 24px; }

  /* Photo pair stacks */
  .photo-pair { display: block; margin: 0 auto; padding: 44px 20px 0; }
  .photo-pair img { aspect-ratio: 1.4; }
  .photo-pair h3 { font-size: 26px; margin-top: 16px; }
  .photo-pair p { font-size: 15px; margin-top: 11px; }
  .photo-pair > div + div { margin-top: 34px; }

  /* Aerial band */
  .aerial-band {
    margin-top: 56px; min-height: 320px; padding: 0 20px;
    background: linear-gradient(rgba(35,34,33,.52), rgba(35,34,33,.52)), url('../images/home-aerial-photo.jpg') center / cover no-repeat;
    background-attachment: scroll;
  }
  .aerial-eyebrow { font-size: 11px; letter-spacing: .17em; font-weight: 400; }
  .aerial-line { font-size: 30px; line-height: 1.3; margin-top: 12px; }

  /* CTA bands */
  .cta-band--pushed { margin-top: 56px; }
  .cta-band-inner, .cta-band--svc .cta-band-inner { display: block; padding: 48px 20px; }
  .cta-band--svc .cta-band-inner { padding: 44px 20px; }
  .cta-band--home h2, .cta-band--about h2 { font-size: 32px; line-height: 1.1; }
  .cta-band--svc h2 { font-size: 30px; line-height: 1.28; }
  .cta-band-note { font-size: 15.5px; margin-top: 14px; }
  .cta-band .btn--outline { margin-top: 24px; }
  .cta-band--svc .btn--outline { margin-top: 22px; }

  /* Service page hero */
  .page-hero > img { height: 250px; min-height: 0; }
  .page-hero-scrim {
    background: linear-gradient(rgba(30,29,29,.3) 0%, rgba(30,29,29,.6) 50%, rgba(30,29,29,.86) 100%);
  }
  .page-hero-inner { padding: 0 20px 22px; }
  .page-hero .eyebrow { font-size: 10.5px; }
  .page-hero h1 { font-size: 44px; line-height: 1.04; margin-top: 8px; }

  /* Category tabs: two equal tabs, call link handled by the bottom bar */
  .subnav-inner { padding: 0 20px; flex-wrap: nowrap; }
  .subnav-tab { flex: 1; text-align: center; font-size: 12px; padding: 16px 0; margin-right: 0; }
  .subnav-cta { display: none; }

  /* Service lists: one column */
  .svc-intro { padding: 32px 20px 0; }
  .svc-intro p { font-size: 16.5px; }
  .svc-cols { display: block; padding: 34px 20px 0; }
  .svc-group { margin-bottom: 42px; }
  .svc-group .col-heading { padding-bottom: 16px; }
  .svc-group ul { margin-top: 12px; }
  .svc-group li { padding: 14px 0; font-size: 16px; }
  .svc-photos { display: block; margin: 0 auto; padding: 10px 20px 0; }
  .svc-photos img { aspect-ratio: 1.4; }
  .svc-photos img + img { margin-top: 16px; }

  /* About */
  .about-intro { display: block; padding: 40px 20px 0; }
  .about-intro h1 { font-size: 44px; line-height: 1.18; margin-top: 12px; }
  .about-lead { font-size: 16.5px; line-height: 1.7; margin-top: 22px; }
  .about-intro p + p { font-size: 15.5px; margin-top: 16px; }
  .about-photo { margin-top: 32px; padding: 0; }
  .about-photo img { aspect-ratio: 1.5; }
  .service-area { display: block; padding: 44px 20px 0; }
  .service-area-note { font-size: 15px; margin-top: 14px; }
  .city-list { display: block; margin-top: 14px; }
  .city-list li { padding: 16px 0; font-size: 17px; letter-spacing: .04em; }

  /* Contact */
  .page-title { padding: 40px 20px 0; }
  .page-title h1 { font-size: 46px; line-height: 1.02; margin-top: 12px; }
  .contact-grid { display: block; padding: 0 20px; }
  .call-card { padding: 30px 24px 32px; margin-top: 26px; }
  .call-card-eyebrow { font-size: 10.5px; letter-spacing: .17em; color: rgba(255,255,255,.85); }
  .call-card-number { font-size: 36px; margin-top: 8px; }
  .also-reachable { margin-top: 38px; }
  .also-reachable p { font-size: 16px; margin-top: 14px; }
  .also-reachable .contact-city { margin-top: 16px; }
  .also-reachable .contact-lic { font-size: 14.5px; margin-top: 18px; }

  /* The form band goes full-bleed and runs straight into the map */
  .form-panel { margin: 48px -20px 0; padding: 44px 20px 48px; }
  .form-help { font-size: 14.5px; margin-top: 12px; }
  .form-grid { display: block; margin-top: 4px; }
  .form-grid .field, .form-row { margin-top: 20px; }
  .field label { font-size: 11px; letter-spacing: .14em; margin-bottom: 0; }
  .field input, .field textarea { padding: 12px 2px; }
  .field textarea { min-height: 96px; }
  .cf-turnstile-field { margin: 26px 0 4px; }
  .form-submit-row { margin-top: 22px; }
  .form-submit-row .btn { width: 100%; padding: 17px 20px; }
  .form-alt { display: none; }
  .form-success h2 { font-size: 28px; }
  .form-success p { font-size: 15.5px; margin-top: 12px; }
  .send-another { width: 100%; font-size: 13px; padding: 13px 20px; margin-top: 20px; }
  .map-wrap { margin-top: 0; }
  .map-wrap iframe { height: 300px; }

  /* Footer */
  .site-footer { padding: 52px 0 40px; }
  .footer-grid { display: block; padding: 0 20px; }
  .footer-wordmark { font-size: 28px; }
  .footer-tagline { font-size: 11.5px; letter-spacing: .24em; margin-top: 14px; }
  .footer-address { font-size: 14px; margin-top: 18px; }
  .footer-label { display: none; }
  .footer-links {
    margin-top: 30px;
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, auto);
    grid-auto-flow: column; gap: 14px 24px;
  }
  .footer-links li + li { margin-top: 0; }
  .footer-links a { font-size: 15px; }
  .footer-phone { margin-top: 26px; }
  .footer-phone a { font-size: 24px; }
  .footer-email { margin-top: 6px; }
  .footer-email a { font-size: 14.5px; }
  .footer-social { margin-top: 24px; gap: 16px; }
  .footer-bottom { margin-top: 26px; padding: 18px 20px 0; }
  .footer-bottom p { font-size: 13px; }
}
