/* ==========================================================================
   Northwest Companies — design system
   Brand: signal yellow #FDB400 on fleet black #141414.
   Type: Barlow Condensed (display) / Barlow (body) / Barlow Semi Condensed (meta).
   Signature: oversize-load placard eyebrows + hazard-stripe rules (3 uses max).
   ========================================================================== */

/* ---- Fonts (self-hosted, latin subset) ---- */
@font-face{font-family:'Barlow';font-style:italic;font-weight:400;font-display:swap;src:url('/fonts/barlow-400-italic.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/barlow-400.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/barlow-500.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/barlow-600.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/barlow-700.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/barlow-condensed-500.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/barlow-condensed-600.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/barlow-condensed-700.woff2') format('woff2');}
@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/barlow-semi-condensed-600.woff2') format('woff2');}
@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/barlow-semi-condensed-700.woff2') format('woff2');}

/* ---- Tokens ---- */
:root {
  --yellow: #FDB400;
  --yellow-bright: #FFC639;
  --yellow-deep: #E09F00;
  --black: #141414;
  --black-2: #1F1F1F;
  --black-3: #2A2A2A;
  --ink: #1C1B18;
  --muted: #5D5A52;
  --faint: #8B887F;
  --concrete: #F3F2EE;
  --concrete-2: #EAE8E2;
  --line: #E0DED7;
  --line-dark: #3A3A3A;
  --white: #FFFFFF;

  --font-display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-meta: 'Barlow Semi Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Barlow', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;

  --max: 76rem;
  --pad: clamp(1rem, 4vw, 2rem);
  --rad: 2px;

  --stripe: repeating-linear-gradient(135deg, var(--yellow) 0 14px, var(--black) 14px 28px);
}

/* ---- Reset & base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 5rem; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p, ul, ol, dl { margin: 0 0 1.1rem; }
ul, ol { padding-left: 1.3rem; }
strong { font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

h1, h2, h3, h4 { margin: 0 0 .6em; line-height: 1.08; color: var(--black); }
h1, h2 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .015em;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin-top: 1.8em; }
h3 { font-family: var(--font-meta); font-weight: 700; font-size: 1.3rem; margin-top: 1.6em; }
h4 { font-family: var(--font-meta); font-weight: 700; font-size: 1.05rem; }
h1:first-child, h2:first-child, h3:first-child { margin-top: 0; }

:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: 2px;
}
.site-header :focus-visible, .site-footer :focus-visible, .hero :focus-visible,
.page-hero :focus-visible, .cta-band :focus-visible, .stats :focus-visible,
.section-dark :focus-visible {
  outline-color: var(--yellow);
}

::selection { background: var(--yellow); color: var(--black); }

.skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--yellow); color: var(--black);
  font-family: var(--font-meta); font-weight: 700; text-transform: uppercase;
  padding: .8rem 1.2rem; text-decoration: none;
}
.skip:focus { left: 0; }

.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---- Signature: placard eyebrow (oversize-load banner) ---- */
.placard {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  line-height: 1;
  padding: .42em .75em .38em .9em;
  margin: 0 0 1.1rem;
  border: 1.5px solid var(--black);
  box-shadow: 3px 3px 0 rgba(20,20,20,.85);
}

/* ---- Signature: hazard stripe rule ---- */
.hazard { height: 10px; background: var(--stripe); border: 0; margin: 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1;
  padding: .85em 1.5em .8em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: var(--rad);
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-solid { background: var(--yellow); color: var(--black); border-color: var(--yellow); }
.btn-solid:hover { background: var(--yellow-bright); border-color: var(--yellow-bright); color: var(--black); }
.btn-dark { background: var(--black); color: var(--white); border-color: var(--black); }
.btn-dark:hover { background: var(--black-3); color: var(--white); }
.btn-ghost { background: transparent; color: var(--black); border-color: var(--black); }
.btn-ghost:hover { background: var(--black); color: var(--white); }
.btn-ghost-light { background: transparent; color: var(--white); border-color: var(--white); }
.btn-ghost-light:hover { background: var(--white); color: var(--black); }
.btn-sm { font-size: 1rem; padding: .7em 1.1em .65em; }

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 50; }
.topbar {
  background: var(--black-2);
  color: #CFCCC4;
  font-family: var(--font-meta);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.topbar-inner {
  max-width: var(--max); margin: 0 auto; padding: .35rem var(--pad);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.topbar a { color: var(--white); text-decoration: none; }
.topbar a:hover { color: var(--yellow); }
.topbar .phones { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.topbar .phones a { color: var(--yellow); }
.topbar .phones a:hover { color: var(--yellow-bright); }
.topbar .quicklinks { display: flex; gap: 1.1rem; list-style: none; margin: 0; padding: 0; }

.mainbar { background: var(--black); border-bottom: 3px solid var(--yellow); }
.mainbar-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: stretch; gap: 1.5rem;
}

/* Brand lockup — faithful to the reversed logo: yellow bars sandwiching NORTHWEST */
.brand { display: flex; align-items: center; text-decoration: none; padding: .8rem 0; }
.brand-lockup { display: block; }
.brand-bar { display: block; height: 4px; background: var(--yellow); }
.brand-word {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: .045em;
  color: var(--white);
  padding: .1em 0 .06em;
}
.brand-sub {
  display: block;
  font-family: var(--font-meta);
  font-weight: 600;
  font-size: .62rem;
  letter-spacing: .52em;
  color: var(--yellow);
  text-transform: uppercase;
  margin-top: .3em;
}

.primary-nav { margin-left: auto; display: flex; align-items: stretch; }
.primary-nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
.primary-nav a {
  display: flex; align-items: center; height: 100%;
  padding: 0 .85rem;
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-meta);
  font-weight: 600;
  font-size: .98rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
}
.primary-nav a:hover, .primary-nav a[aria-current="true"], .primary-nav a[aria-current="page"] { border-bottom-color: var(--yellow); color: var(--yellow); }

.header-cta { display: flex; align-items: center; }
.nav-mobile-only { display: none; }
@media (max-width: 980px) {
  .nav-mobile-only { display: block; }
  .nav-mobile-only:first-of-type { border-top: 1px solid var(--line-dark); margin-top: .5rem; padding-top: .5rem; }
  .nav-quote a { color: var(--yellow); font-weight: 700; }
}
.nav-toggle {
  display: none;
  margin-left: auto;
  background: none; border: 2px solid var(--yellow); border-radius: var(--rad);
  color: var(--yellow);
  font-family: var(--font-meta); font-weight: 700; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .08em;
  padding: .5rem .8rem;
  cursor: pointer;
  align-self: center;
}

@media (max-width: 980px) {
  .primary-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--black);
    border-bottom: 3px solid var(--yellow);
    margin: 0;
  }
  .primary-nav.open { display: block; }
  .primary-nav ul { flex-direction: column; padding: .5rem 0 1rem; }
  .primary-nav a { padding: .8rem var(--pad); border-bottom: 0; margin: 0; border-left: 3px solid transparent; }
  .primary-nav a:hover, .primary-nav a[aria-current="true"] { border-left-color: var(--yellow); border-bottom-color: transparent; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .mainbar { position: relative; }
}
@media (max-width: 680px) {
  .topbar .quicklinks { display: none; }
  .topbar-inner { justify-content: center; }
}

/* ---- Home hero ---- */
.hero {
  position: relative;
  background: var(--black);
  color: var(--white);
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(30rem, 72vh, 44rem);
}
.hero-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,.42) 0%, rgba(20,20,20,.18) 40%, rgba(20,20,20,.82) 100%);
}
.hero-inner {
  width: 100%;
  max-width: var(--max); margin: 0 auto;
  padding: 6rem var(--pad) 3.2rem;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2.7rem, 6.4vw, 4.6rem);
  max-width: 21ch;
  margin-bottom: .35em;
  text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero .lede { font-size: clamp(1.05rem, 1.7vw, 1.3rem); max-width: 56ch; color: #EDEBE5; margin-bottom: 1.6rem; }
.hero-cta { display: flex; gap: .9rem; flex-wrap: wrap; margin: 0; }

/* Page hero (interior pages) */
.page-hero {
  position: relative;
  background: var(--black);
  color: var(--white);
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(16rem, 38vh, 24rem);
}
.page-hero.no-image { min-height: 0; }
.page-hero .hero-media::after {
  background: linear-gradient(180deg, rgba(20,20,20,.5) 0%, rgba(20,20,20,.3) 45%, rgba(20,20,20,.86) 100%);
}
.page-hero-inner { width: 100%; max-width: var(--max); margin: 0 auto; padding: 4.5rem var(--pad) 2.2rem; }
.page-hero.no-image .page-hero-inner { padding-top: 2.8rem; }
.page-hero h1 { color: var(--white); max-width: 26ch; margin-bottom: .2em; text-wrap: balance; }
.page-hero .lede { font-size: clamp(1.02rem, 1.5vw, 1.22rem); max-width: 62ch; color: #E4E2DA; margin: .4rem 0 0; }

.breadcrumbs {
  font-family: var(--font-meta); font-weight: 600; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .1em;
  color: #B9B6AD;
  margin: 0 0 1.1rem;
}
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45em; }
.breadcrumbs li + li::before { content: "/"; margin-right: .45em; color: #7d7a72; }
.breadcrumbs a { color: #DDDAD2; text-decoration: none; }
.breadcrumbs a:hover { color: var(--yellow); }

/* ---- Stat strip ---- */
.stats { background: var(--black); color: var(--white); }
.stats-inner {
  max-width: var(--max); margin: 0 auto; padding: 2.2rem var(--pad);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr)); gap: 1.6rem 2rem;
}
.stat { border-left: 3px solid var(--yellow); padding-left: 1rem; }
.stat b {
  display: block;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.1rem, 3.4vw, 2.9rem); line-height: 1;
  color: var(--yellow);
  letter-spacing: .01em;
}
.stat span {
  display: block; margin-top: .35rem;
  font-family: var(--font-meta); font-weight: 600; font-size: .84rem;
  text-transform: uppercase; letter-spacing: .12em; color: #CFCCC4;
}

/* ---- Sections ---- */
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section-tight { padding: clamp(2.2rem, 5vw, 3.4rem) 0; }
.section-concrete { background: var(--concrete); }
.section-dark { background: var(--black); color: #E8E6DF; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-head { max-width: 46rem; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.section-head .kicker {
  font-family: var(--font-meta); font-weight: 700; font-size: .88rem;
  text-transform: uppercase; letter-spacing: .18em; color: var(--muted);
  margin: 0 0 .5rem;
}
.section-dark .section-head .kicker { color: var(--yellow); }
.section-head h2 { margin-top: 0; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin: .6rem 0 0; }
.section-dark .section-head p { color: #C9C6BE; }

/* ---- Division cards (home) ---- */
.divisions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
@media (max-width: 900px) { .divisions-grid { grid-template-columns: 1fr; } }
.division-card {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  border-radius: var(--rad);
  overflow: hidden;
  min-height: 24rem;
  isolation: isolate;
}
.division-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform .4s ease; }
.division-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,20,20,.05) 30%, rgba(20,20,20,.88) 82%);
}
.division-card:hover img { transform: scale(1.04); }
.division-body { margin-top: auto; padding: 1.5rem 1.4rem 1.4rem; }
.division-body .div-kicker {
  font-family: var(--font-meta); font-weight: 700; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .16em; color: var(--yellow);
  display: block; margin-bottom: .3rem;
}
.division-body h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 1.75rem;
  text-transform: uppercase; color: var(--white); margin: 0 0 .4rem; line-height: 1.05;
}
.division-body p { color: #D9D6CE; font-size: .98rem; margin: 0 0 .9rem; }
.division-body .faux-link {
  font-family: var(--font-meta); font-weight: 700; font-size: .92rem;
  text-transform: uppercase; letter-spacing: .1em; color: var(--yellow);
}
.division-card:hover .faux-link { text-decoration: underline; text-underline-offset: 3px; }

/* ---- Generic card grid (child pages, projects, industries) ---- */
.card-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); gap: 1.3rem;
}
.card-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .card-grid-3 { grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); } }
.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.section-dark .card { background: var(--black-2); border-color: var(--line-dark); }
.card:hover { border-color: var(--black); box-shadow: 0 2px 0 0 var(--yellow); }
.card-media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--concrete-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.card-body { padding: 1.1rem 1.2rem 1.25rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.card-body h3 { margin: 0; font-size: 1.22rem; line-height: 1.2; }
.card-body h3 a { text-decoration: none; color: var(--black); }
.section-dark .card-body h3 a { color: var(--white); }
.card-body h3 a::after { content: ""; position: absolute; inset: 0; }
.card-body p { margin: 0; color: var(--muted); font-size: .95rem; }
.section-dark .card-body p { color: #C2BFB7; }
.card-meta {
  font-family: var(--font-meta); font-weight: 600; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .12em; color: var(--faint);
}

/* ---- Split feature (text + photo) ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split-media { border-radius: var(--rad); overflow: hidden; border: 1px solid var(--line); align-self: stretch; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-body h2 { margin-top: 0; }
.checks { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .55rem; }
.checks li { padding-left: 1.7rem; position: relative; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .42em;
  width: .95em; height: .95em; background: var(--yellow-deep);
  clip-path: polygon(14% 44%, 0 62%, 40% 100%, 100% 16%, 84% 2%, 40% 70%);
}

/* ---- Client / cert logo band ---- */
.logo-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1.5rem, 4vw, 3rem); }
.logo-band img { max-height: 64px; width: auto; filter: grayscale(1); opacity: .75; transition: filter .2s ease, opacity .2s ease; }
.logo-band img:hover { filter: none; opacity: 1; }
.badge-band { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.badge-band img { max-height: 96px; width: auto; }

/* ---- Content prose ---- */
.prose { max-width: 46rem; }
.prose h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  border-left: 5px solid var(--yellow);
  padding-left: .55em;
}
.prose a { color: var(--black); font-weight: 600; text-decoration: underline; text-decoration-color: var(--yellow-deep); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--black); }
.prose blockquote {
  margin: 1.6rem 0; padding: .9rem 1.3rem;
  border-left: 5px solid var(--yellow);
  background: var(--concrete);
  font-style: italic; color: var(--muted);
}
.prose li { margin-bottom: .35rem; }
.prose img { border-radius: var(--rad); border: 1px solid var(--line); }

/* Tables — load-chart styling */
.prose table { border-collapse: collapse; width: 100%; margin: 1.4rem 0 1.8rem; font-size: .98rem; }
.prose th {
  background: var(--black); color: var(--white);
  font-family: var(--font-meta); font-weight: 600;
  text-transform: uppercase; letter-spacing: .07em; font-size: .84rem;
  text-align: left; padding: .6rem .8rem;
  border: 1px solid var(--black);
}
.prose td { border: 1px solid var(--line); padding: .55rem .8rem; vertical-align: top; }
.prose tbody tr:nth-child(even) td { background: var(--concrete); }
.table-scroll { overflow-x: auto; }

/* ---- FAQs ---- */
.faqs { max-width: 50rem; }
.faqs h2 { margin-bottom: 1.2rem; }
.faq-item { border: 1px solid var(--line); border-radius: var(--rad); margin-bottom: .6rem; background: var(--white); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex; align-items: baseline; gap: .8rem;
  padding: .95rem 1.15rem;
  font-weight: 600; font-size: 1.04rem; color: var(--black);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "+";
  font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; line-height: .8;
  color: var(--black);
  background: var(--yellow);
  min-width: 1.15em; height: 1.15em;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--rad);
  transform: translateY(.12em);
  flex-shrink: 0;
}
.faq-item[open] summary::before { content: "–"; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-body { padding: .9rem 1.15rem 1rem 3.1rem; color: var(--muted); }
.faq-body p:last-child { margin-bottom: 0; }
@media (max-width: 560px) { .faq-body { padding-left: 1.15rem; } }

/* ---- CTA band ---- */
.cta-band { position: relative; background: var(--black); color: var(--white); isolation: isolate; }
.cta-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-media::after { content: ""; position: absolute; inset: 0; background: rgba(20,20,20,.72); }
.cta-inner { max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 7vw, 4.5rem) var(--pad); }
.cta-inner h2 { color: var(--white); max-width: 22ch; margin-top: 0; }
.cta-inner > p:not(.placard) { max-width: 56ch; color: #D9D6CE; font-size: 1.08rem; }
.cta-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin: 1.6rem 0 0; }
.cta-phones {
  display: flex; flex-wrap: wrap; gap: 1.2rem 2.2rem;
  margin: 2rem 0 0; padding: 0; list-style: none;
}
.cta-phones b {
  display: block;
  font-family: var(--font-meta); font-weight: 600; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .14em; color: #B9B6AD;
}
.cta-phones a {
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
  color: var(--yellow); text-decoration: none; letter-spacing: .02em;
}
.cta-phones a:hover { color: var(--yellow-bright); }

/* ---- Footer ---- */
.site-footer { background: var(--black); color: #C6C3BB; font-size: .97rem; }
.footer-inner {
  max-width: var(--max); margin: 0 auto; padding: clamp(2.6rem, 6vw, 4rem) var(--pad) 2rem;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.2rem;
}
@media (max-width: 920px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-inner { grid-template-columns: 1fr; } }
.site-footer h4 {
  color: var(--yellow);
  font-family: var(--font-meta); font-weight: 700; font-size: .88rem;
  text-transform: uppercase; letter-spacing: .16em;
  margin: 0 0 .9rem;
}
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .45rem; }
.footer-brand .brand-word { font-size: 1.5rem; }
.footer-brand p { margin: .9rem 0 0; max-width: 30ch; }
.footer-legal { border-top: 1px solid var(--line-dark); }
.footer-legal-inner {
  max-width: var(--max); margin: 0 auto; padding: 1.1rem var(--pad);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
  font-size: .85rem; color: #918E85;
}
.footer-legal ul { display: flex; gap: 1.2rem; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.footer-legal a { color: #C6C3BB; }

/* ---- Page shell for interior pages ---- */
.page-main { padding: clamp(2.4rem, 5vw, 3.6rem) 0; }
.page-cols { display: grid; grid-template-columns: minmax(0, 1fr) 19rem; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 1080px) { .page-cols { grid-template-columns: 1fr; } .rail { display: none; } }

/* Contact rail */
.rail { position: sticky; top: 8.5rem; }
.rail-card { border: 2px solid var(--black); border-radius: var(--rad); background: var(--white); padding: 1.3rem 1.3rem 1.2rem; box-shadow: 5px 5px 0 var(--yellow); }
.rail-kicker { font-family: var(--font-meta); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin: 0 0 .3rem; }
.rail-phone { display: block; font-family: var(--font-display); font-weight: 700; font-size: 2rem; line-height: 1; color: var(--black); text-decoration: none; margin-bottom: .6rem; }
.rail-phone:hover { color: var(--yellow-deep); }
.rail-note { font-size: .92rem; color: var(--muted); margin: 0 0 1rem; }
.rail-certs { list-style: none; margin: 1rem 0 0; padding: .8rem 0 0; border-top: 1px solid var(--line); font-family: var(--font-meta); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); }
.rail-certs li { margin-bottom: .25rem; }

/* Quote form */
.quote-form { max-width: 46rem; margin-bottom: 2.5rem; }
.quote-form fieldset { border: 1px solid var(--line); border-radius: var(--rad); padding: 1.2rem 1.4rem 1rem; margin: 0 0 1.4rem; background: var(--white); }
.quote-form legend { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; text-transform: uppercase; letter-spacing: .05em; padding: 0 .5em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.4rem; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.quote-form label { display: block; font-family: var(--font-meta); font-weight: 600; font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .3rem; }
.quote-form input[type="text"], .quote-form input[type="email"], .quote-form input[type="tel"],
.quote-form select, .quote-form textarea {
  width: 100%; font: inherit; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--rad);
  background: var(--concrete); padding: .6rem .7rem;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: 3px solid var(--yellow); outline-offset: 0; border-color: var(--black); background: var(--white);
}
.form-checks { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.form-checks label, .form-checks-inline label { display: inline-flex; align-items: center; gap: .5rem; text-transform: none; letter-spacing: 0; font-family: var(--font-body); font-weight: 500; font-size: 1rem; }
.quote-form input[type="checkbox"] { width: 1.15rem; height: 1.15rem; accent-color: var(--yellow-deep); }
.form-note { font-size: .92rem; color: var(--muted); }
.children { margin-top: clamp(2.4rem, 5vw, 3.4rem); }
.children > h2 { margin-bottom: 1.2rem; }
.page-faqs { margin-top: clamp(2.4rem, 5vw, 3.4rem); }

/* Location vitals */
.vitals {
  border: 1px solid var(--line); border-radius: var(--rad);
  background: var(--concrete);
  padding: 1.2rem 1.3rem;
  margin: 0 0 1.8rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1rem;
  max-width: 46rem;
}
.vitals p { margin: 0; }
.vitals b {
  display: block;
  font-family: var(--font-meta); font-weight: 700; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .13em; color: var(--muted);
  margin-bottom: .15rem;
}
.vitals a { color: var(--black); font-weight: 600; }

/* Utility */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* ---- Motion discipline ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .division-card:hover img, .card:hover .card-media img { transform: none; }
}

@media print {
  .site-header, .site-footer, .cta-band, .hazard { display: none; }
}
