:root {
  --black: #111312;
  --black-2: #191b1a;
  --black-3: #242625;
  --paper: #f3efe5;
  --paper-2: #e9e2d3;
  --white: #fffdf7;
  --rust: #b7441c;
  --rust-dark: #a83a16;
  --amber: #efad63;
  --steel: #8b918d;
  --ink: #20211f;
  --muted: #5f615c;
  --line: rgba(32, 33, 31, .16);
  --line-light: rgba(255, 255, 255, .15);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Franklin Gothic Condensed", sans-serif;
  --sans: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 78rem;
  --pad: clamp(1.2rem, 4vw, 3rem);
}

/* Service-and-location landing page directory */
.muted-on-dark {
  color: rgba(255, 255, 255, .9);
}

.area-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.area-service-link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color .2s ease, background-color .2s ease;
}

.area-service-link:hover,
.area-service-link:focus-visible {
  color: var(--rust);
  background: var(--paper-2);
}

.area-service-link span {
  flex: 0 0 auto;
}

.service-area-note {
  max-width: 56rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .area-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .area-service-grid { grid-template-columns: 1fr; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { margin-bottom: 1.5rem; font-family: var(--display); font-weight: 900; line-height: .91; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(3.4rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.35rem); }
.home h1 { font-size: clamp(3.25rem, 6.4vw, 5.65rem); }
.home h2 { font-size: clamp(2.35rem, 4.2vw, 3.95rem); }
h3 { margin-bottom: .8rem; font-family: var(--sans); font-size: 1.3rem; line-height: 1.08; }
em { color: var(--rust); font-style: normal; }
::selection { background: var(--rust); color: var(--white); }
:focus-visible { outline: .2rem solid var(--amber); outline-offset: .22rem; }

.shell { width: min(calc(100% - (var(--pad) * 2)), var(--shell)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .7rem; left: .7rem; padding: .75rem 1rem; background: var(--white); color: var(--black); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow, .kicker { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem; color: var(--rust-dark); font: 800 .7rem/1 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { width: 2.3rem; height: 2px; flex: none; background: currentColor; content: ""; }
.eyebrow--light { color: var(--amber); }
.section-heading { max-width: 46rem; }
.section-heading--wide { max-width: 70rem; }
.lead { font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.5; }

.site-header { position: absolute; z-index: 100; inset: 0 0 auto; color: var(--white); }
.utility-bar { border-bottom: 1px solid var(--line-light); color: rgba(255, 255, 255, .65); font: 700 .65rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase; }
.utility-bar__inner { min-height: 2.25rem; display: flex; align-items: center; justify-content: center; }
.utility-bar p { display: flex; align-items: center; gap: .5rem; margin: 0; }
.utility-bar__inner > div { display: none; align-items: center; gap: 1.4rem; }
.utility-bar a { color: var(--white); }
.status-dot { width: .42rem; height: .42rem; background: #7bb661; border-radius: 50%; box-shadow: 0 0 0 .18rem rgba(123, 182, 97, .15); }
.nav { min-height: 5.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; flex: none; }
.brand__mark { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; background: var(--rust); color: var(--white); transform: rotate(-4deg); }
.brand__mark svg { width: 1.7rem; height: 1.7rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.7; }
.brand__type { display: grid; font-family: var(--sans); line-height: .85; }
.brand__type strong { font-size: 1.3rem; letter-spacing: .06em; }
.brand__type small { margin-top: .4rem; color: var(--amber); font: 900 .62rem/1 var(--body); letter-spacing: .32em; }
.menu-toggle { width: 2.8rem; height: 2.8rem; display: none; place-content: center; gap: .32rem; padding: 0; background: rgba(0, 0, 0, .35); border: 1px solid var(--line-light); }
.menu-toggle i { width: 1.35rem; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(.42rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-.42rem) rotate(-45deg); }
.nav__menu { position: absolute; z-index: 5; top: 7.65rem; left: 0; width: 100%; display: grid; padding: 1rem var(--pad) 2rem; background: rgba(17, 19, 18, .98); border-bottom: 2px solid var(--rust); }
.js .menu-toggle { display: grid; }
.js .nav__menu { display: none; }
.js .nav__menu.is-open { display: grid; }
.nav__menu a { padding: .85rem 0; border-bottom: 1px solid var(--line-light); font: 800 1.15rem/1 var(--sans); text-transform: uppercase; }
.nav__menu a[aria-current="page"] { color: var(--amber); }
.nav__call { display: none; padding-left: 1.3rem; border-left: 1px solid var(--line-light); line-height: 1.1; }
.nav__call span { display: block; margin-bottom: .3rem; color: rgba(255, 255, 255, .55); font: 700 .56rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.nav__call strong { color: var(--amber); font-family: var(--sans); font-size: 1.05rem; letter-spacing: .04em; }

.button { min-height: 3.6rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .9rem 1.3rem; border: 1px solid transparent; font: 900 .72rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 1.1rem; fill: currentColor; }
.button--primary { background: var(--rust); color: var(--white); }
.button--primary:hover { background: var(--rust-dark); }
.button--ghost { background: rgba(17, 19, 18, .3); color: var(--white); border-color: rgba(255, 255, 255, .35); backdrop-filter: blur(6px); }
.button--ghost:hover { border-color: var(--white); }
.button--light { background: var(--white); color: var(--black); }
.button--dark { background: var(--black); color: var(--white); }
.text-link { display: inline-block; padding-bottom: .18rem; border-bottom: 1px solid currentColor; color: var(--rust-dark); font: 900 .7rem/1.5 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.arrow-link { display: inline-flex; align-items: center; gap: 1rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font: 900 .7rem/1 var(--body); letter-spacing: .09em; text-transform: uppercase; }
.arrow-link span { color: var(--rust); font-size: 1.15rem; transition: transform .2s; }
.arrow-link:hover span { transform: translate(.15rem, -.15rem); }
.arrow-link--light { color: var(--white); border-color: rgba(255, 255, 255, .5); }
.arrow-link--light span { color: var(--amber); }

.hero { position: relative; min-height: max(49rem, 100svh); display: grid; align-items: end; overflow: hidden; background: var(--black); color: var(--white); }
.hero__image, .hero__scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: 62% center; }
.hero__scrim { background: linear-gradient(90deg, rgba(12, 13, 12, .96) 0%, rgba(12, 13, 12, .83) 35%, rgba(12, 13, 12, .25) 75%), linear-gradient(0deg, rgba(12, 13, 12, .85) 0%, transparent 38%); }
.hero__inner { position: relative; z-index: 1; padding-top: 10rem; padding-bottom: 8.5rem; }
.hero__content { max-width: 52rem; }
.kicker { color: var(--amber); }
.kicker span { padding: .42rem .6rem; background: rgba(17, 19, 18, .48); }
.hero h1 { max-width: 55rem; margin-bottom: 1.5rem; color: var(--white); }
.hero h1 em { display: block; color: var(--amber); }
.hero__lead { max-width: 44rem; margin-bottom: 2rem; color: rgba(255, 255, 255, .8); font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.5; }
.hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: .75rem; }
.hero__note { max-width: 39rem; margin: 1rem 0 0; color: rgba(255, 255, 255, .48); font-size: .7rem; }
.hero__rail { position: absolute; z-index: 2; bottom: 0; width: 100%; background: rgba(17, 19, 18, .86); border-top: 1px solid var(--line-light); backdrop-filter: blur(8px); }
.hero__rail-inner { min-height: 4.5rem; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero__rail p { margin: 0; color: rgba(255, 255, 255, .74); font: 800 .64rem/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.hero__rail p:not(:first-child) { display: none; }
.hero__rail span { margin-right: .65rem; color: var(--rust); }

.intro { position: relative; overflow: hidden; }
.intro::before { position: absolute; inset: 0; opacity: .055; background-image: repeating-linear-gradient(105deg, transparent 0 12px, #111 13px 14px); content: ""; pointer-events: none; }
.intro__grid { position: relative; display: grid; gap: 2.5rem; }
.intro h2 em { display: block; }
.intro__copy { max-width: 39rem; }
.intro__copy p:not(.lead) { color: var(--muted); }
.intro__stamp { width: 8.5rem; height: 8.5rem; display: none; place-content: center; align-self: end; text-align: center; border: 2px solid var(--rust); border-radius: 50%; transform: rotate(7deg); }
.intro__stamp::before { position: absolute; width: 7.5rem; height: 7.5rem; border: 1px solid var(--rust); border-radius: 50%; content: ""; }
.intro__stamp span, .intro__stamp small { font: 900 .48rem/1 var(--body); letter-spacing: .17em; }
.intro__stamp strong { display: block; color: var(--rust); font: 900 2.55rem/1 var(--display); }

.services { position: relative; overflow: hidden; background: var(--black); color: var(--white); }
.services::before { position: absolute; top: -20rem; left: -15rem; width: 42rem; height: 42rem; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 8rem rgba(255,255,255,.018), 0 0 0 16rem rgba(255,255,255,.01); content: ""; }
.services__heading { position: relative; display: grid; gap: 1.5rem; margin-bottom: 3.5rem; }
.services__heading > div { max-width: 52rem; }
.services__heading > p { max-width: 32rem; color: rgba(255, 255, 255, .6); }
.services h2 em { color: var(--amber); }
.service-grid { position: relative; display: grid; gap: 1px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .12); }
.service-card { position: relative; min-height: 19rem; display: flex; flex-direction: column; align-items: flex-start; padding: 1.7rem; overflow: hidden; background: var(--black-2); }
.service-card:is(a) { color: inherit; transition: transform .2s, background .2s; }
.service-card:is(a):hover { z-index: 1; transform: translateY(-.2rem); background: var(--black-3); }
.service-card--feature:is(a):hover { background: var(--rust-dark); }
.service-card::after { position: absolute; right: -3rem; bottom: -5rem; width: 10rem; height: 10rem; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.service-card__number { color: rgba(255, 255, 255, .82); font: 700 .62rem/1 var(--body); }
.service-card__icon { position: absolute; top: 1.4rem; right: 1.4rem; color: rgba(255, 255, 255, .5); }
.service-card__icon svg { width: 2.6rem; height: 2.6rem; fill: none; stroke: currentColor; stroke-width: 1.4; }
.service-card h3 { max-width: 20rem; margin-top: auto; padding-bottom: .06em; color: var(--white); font-size: clamp(1.35rem, 2vw, 1.6rem); line-height: 1.12; overflow-wrap: normal; text-wrap: pretty; text-transform: uppercase; }
.service-card p { margin-bottom: 0; color: rgba(255, 255, 255, .86); font-size: .9rem; }
.service-card--feature { background: var(--rust); }
.service-card--feature .service-card__number, .service-card--feature p { color: var(--white); }
.service-card--feature .service-card__icon { color: rgba(255, 255, 255, .55); }
.service-card--cta { justify-content: center; background: var(--black-3); }
.service-card--cta .eyebrow { margin-bottom: 1.1rem; }
.service-card--cta h3 { margin: 0 0 1rem; font: 900 clamp(1.8rem, 2.6vw, 2.35rem)/.98 var(--display); }
.service-card--cta p:not(.eyebrow) { margin-bottom: 1.4rem; }

.audiences { background: var(--paper-2); }
.audiences .section-heading { margin-bottom: 3.4rem; }
.audience-grid { display: grid; gap: 1rem; }
.audience-card { position: relative; min-height: 34rem; display: flex; flex-direction: column; justify-content: space-between; gap: 8rem; padding: 1.5rem; overflow: hidden; background-color: var(--black); background-position: center; background-size: cover; color: var(--white); }
.audience-card--consumer { background-image: linear-gradient(180deg, rgba(17, 19, 18, .06) 10%, rgba(17, 19, 18, .42) 48%, rgba(17, 19, 18, .98) 84%), url("/assets/consumer-mobile-service.webp"); background-position: center, 62% center; }
.audience-card--commercial { background-image: linear-gradient(180deg, rgba(17, 19, 18, .06) 10%, rgba(17, 19, 18, .42) 48%, rgba(17, 19, 18, .98) 84%), url("/assets/commercial-mobile-service.webp"); background-position: center, 48% center; }
.audience-card__label { display: flex; justify-content: space-between; color: rgba(255, 255, 255, .86); font: 800 .65rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.audience-card__label b { color: var(--amber); }
.audience-card h3 { font: 900 clamp(1.85rem, 3vw, 2.6rem)/.98 var(--display); text-transform: uppercase; }
.audience-card p { max-width: 37rem; color: rgba(255, 255, 255, .9); }
.audience-card ul { display: grid; gap: .45rem; margin: 1.5rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line-light); list-style: none; }
.audience-card li { position: relative; padding-left: 1.3rem; font-size: .82rem; }
.audience-card li::before { position: absolute; left: 0; color: var(--rust); content: "//"; font-weight: 900; }

.process { position: relative; overflow: hidden; background: var(--rust); color: var(--white); }
.process::after { position: absolute; right: -8rem; bottom: -16rem; color: rgba(17, 19, 18, .09); font: 900 34rem/1 var(--display); content: "3"; }
.process__grid { position: relative; z-index: 1; display: grid; gap: 4rem; }
.process__intro { max-width: 41rem; }
.process__intro .eyebrow { color: var(--white); }
.process h2 em { color: var(--black); }
.process__intro > p:not(.eyebrow) { color: var(--white); }
.process .button { margin-top: 1rem; background: var(--black); }
.steps { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.4); list-style: none; }
.steps li { display: grid; grid-template-columns: 2.3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.4); }
.steps li > span { color: var(--white); font: 900 .68rem/1 var(--body); }
.steps h3 { margin: 0 0 .5rem; font-size: 1.25rem; text-transform: uppercase; }
.steps p { margin: 0; color: var(--white); font-size: .88rem; }

.coverage { position: relative; background: var(--paper); }
.coverage__grid { display: grid; gap: 4rem; }
.coverage__copy > p:not(.eyebrow) { max-width: 38rem; color: var(--muted); }
.coverage__contact { margin-top: 2rem; padding: 1.25rem; background: var(--black); color: var(--white); }
.coverage__contact span { display: block; color: rgba(255, 255, 255, .82); font: 800 .62rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.coverage__contact a { display: flex; justify-content: space-between; margin-top: .65rem; color: var(--amber); font: 900 1.5rem/1 var(--sans); }
.coverage__list { display: grid; gap: 2rem; }
.coverage__list > div > p { margin-bottom: .7rem; color: var(--rust-dark); font: 900 .65rem/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.coverage__list ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.coverage__list li { display: flex; justify-content: space-between; padding: .7rem 0; border-bottom: 1px solid var(--line); font: 800 1.05rem/1 var(--sans); text-transform: uppercase; }
.coverage__list li span { color: var(--muted); font: 700 .58rem/1 var(--body); }
.coverage__list li strong { color: var(--rust); }

.faq { background: var(--white); }
.faq__grid { display: grid; gap: 3rem; }
.faq__heading { max-width: 39rem; }
.faq__heading h2 { font-size: clamp(2.5rem, 4.3vw, 4rem); }
.faq__heading > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 2px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; cursor: pointer; list-style: none; font: 900 1.03rem/1.25 var(--sans); text-transform: uppercase; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary b { color: var(--rust); font: 400 1.7rem/1 var(--body); transition: transform .2s; }
.accordion details[open] summary b { transform: rotate(45deg); }
.accordion details p { max-width: 45rem; padding-right: 2rem; color: var(--muted); font-size: .9rem; }

.closing-cta { position: relative; overflow: hidden; padding-block: clamp(5.5rem, 10vw, 8.5rem); background: var(--rust); color: var(--white); }
.closing-cta__texture { position: absolute; inset: 0; opacity: .15; background: repeating-linear-gradient(105deg, transparent 0 15px, #111 16px 17px), radial-gradient(circle at 80% 35%, transparent 0 9rem, #111 9.1rem 9.25rem, transparent 9.35rem); }
.closing-cta__inner { position: relative; }
.closing-cta .eyebrow { color: var(--white); }
.closing-cta h2 { max-width: 70rem; }
.closing-cta h2 em { color: var(--black); }
.closing-cta__actions { display: flex; flex-direction: column; align-items: stretch; gap: 1.2rem; margin-top: 2rem; }
.closing-cta__actions > a:not(.button) { align-self: center; border-bottom: 1px solid rgba(255,255,255,.6); font: 900 .7rem/2 var(--body); letter-spacing: .09em; text-transform: uppercase; }
.closing-cta__actions span { color: var(--black); }
.closing-cta__inner > p:last-child { margin: 1.5rem 0 0; color: rgba(255, 255, 255, .65); font-size: .72rem; }

.footer { padding-top: 4.5rem; background: var(--black); color: var(--white); }
.footer__top { display: grid; gap: 3rem; padding-bottom: 3.5rem; }
.footer__brand { max-width: 29rem; }
.footer__brand > p { margin: 1.5rem 0 0; color: rgba(255, 255, 255, .55); font-size: .85rem; }
.footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer__links h2 { margin-bottom: .7rem; color: var(--amber); font: 900 .62rem/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.footer__links a, .footer__links p { margin: 0; color: rgba(255, 255, 255, .65); font-size: .82rem; }
.footer__links a:hover { color: var(--white); }
.footer__bottom { display: flex; flex-direction: column; gap: .6rem; padding-block: 1.3rem; border-top: 1px solid var(--line-light); color: var(--steel); font-size: .62rem; }
.footer__bottom p { margin: 0; }
.footer__bottom a { color: rgba(255, 255, 255, .7); }

/* Interior pages */
.page-hero { position: relative; padding: 10.5rem 0 5.5rem; overflow: hidden; background: var(--black); color: var(--white); }
.page-hero::before { position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 82% 34%, transparent 0 8rem, var(--rust) 8.1rem 8.25rem, transparent 8.35rem), repeating-linear-gradient(105deg, transparent 0 15px, rgba(255,255,255,.08) 16px 17px); content: ""; }
.page-hero::after { position: absolute; right: -3rem; bottom: -7rem; color: rgba(255,255,255,.035); font: 900 20rem/1 var(--display); content: attr(data-index); }
.page-hero__inner { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: .65rem; margin-bottom: 2.6rem; color: rgba(255,255,255,.5); font: 800 .64rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--white); }
.page-hero h1 { max-width: 64rem; color: var(--white); }
.page-hero h1 em { color: var(--amber); }
.page-hero__lead { max-width: 47rem; margin-bottom: 0; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.page-intro { display: grid; gap: 2.5rem; }
.page-intro__copy { max-width: 42rem; }
.page-intro__copy p:not(.lead), .section-heading > p:not(.eyebrow) { color: var(--muted); }
.section-heading--spaced { margin-bottom: 3.5rem; }
.section--dark { position: relative; overflow: hidden; background: var(--black); color: var(--white); }
.section--dark h2 em { color: var(--amber); }
.section--sand { background: var(--paper-2); }
.directory-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.directory-card { min-height: 18rem; display: flex; flex-direction: column; align-items: flex-start; padding: 1.7rem; background: var(--white); }
.directory-card__number { color: var(--rust); font: 900 .64rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.directory-card h3 { margin-top: auto; font-size: clamp(1.45rem, 2.2vw, 1.9rem); text-transform: uppercase; }
.directory-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.directory-card:is(a) { transition: transform .2s, box-shadow .2s; }
.directory-card:is(a):hover { z-index: 1; transform: translateY(-.25rem); box-shadow: 0 .8rem 2rem rgba(17,19,18,.14); }
.directory-card--dark { background: var(--black-2); color: var(--white); }
.directory-card--dark .directory-card__number { color: var(--amber); }
.directory-card--dark p { color: rgba(255,255,255,.9); }
.directory-card--rust { background: var(--rust); color: var(--white); }
.directory-card--rust .directory-card__number, .directory-card--rust p { color: var(--white); }
.scope-grid { display: grid; gap: 3rem; }
.scope-list { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.scope-list li { display: grid; grid-template-columns: 2rem 1fr; gap: .75rem; padding: 1rem 0; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.88); }
.scope-list span { color: var(--amber); font: 900 .65rem/1.6 var(--body); }
.facts-panel { padding: 1.6rem; background: var(--rust); color: var(--white); }
.facts-panel h3 { font-size: 1.65rem; text-transform: uppercase; }
.facts-panel p { color: rgba(255,255,255,.92); }
.standards-grid { display: grid; gap: 1rem; }
.standard { padding: 1.7rem; border-top: 3px solid var(--rust); background: var(--black-2); }
.standard span { color: var(--amber); font: 900 .64rem/1 var(--body); }
.standard h3 { margin-top: 3rem; color: var(--white); text-transform: uppercase; }
.standard p { margin: 0; color: rgba(255,255,255,.9); font-size: .9rem; }
.article-grid { display: grid; gap: 1rem; }
.article-preview { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--white); border-top: 3px solid var(--rust); }
.article-preview__image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--black-2); }
.article-preview__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-preview:hover .article-preview__image img { transform: scale(1.025); }
.article-preview__body { min-height: 20rem; display: flex; flex-direction: column; align-items: flex-start; padding: 1.7rem; }
.article-preview__meta { color: var(--rust-dark); font: 900 .63rem/1 var(--body); letter-spacing: .11em; text-transform: uppercase; }
.article-preview h3 { margin: auto 0 .8rem; padding-top: 2rem; font-size: clamp(1.45rem, 2.2vw, 1.9rem); text-transform: uppercase; }
.article-preview h3 a:hover { color: var(--rust-dark); }
.article-preview p { color: var(--muted); font-size: .9rem; }
.article-preview .text-link { margin-top: .4rem; }
.article-note { margin-top: 2rem; padding: 1.2rem 1.4rem; border-left: 3px solid var(--rust); background: var(--paper-2); color: var(--muted); font-size: .86rem; }
.region-grid { display: grid; gap: 2.5rem; }
.region h3 { padding-bottom: .8rem; border-bottom: 2px solid var(--ink); text-transform: uppercase; }
.place-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; }
.place-list li { display: flex; justify-content: space-between; padding: .8rem .2rem; border-bottom: 1px solid var(--line); font: 800 .92rem/1 var(--sans); text-transform: uppercase; }
.place-list li::after { color: var(--rust); content: "•"; }
.place-list li:has(a)::after { content: "↗"; }
.place-list a { flex: 1; }
.place-list a:hover,
.place-list a:focus-visible { color: var(--rust-dark); }
.location-service-directory .directory-card { min-height: 18rem; }
.coverage-callout { display: grid; gap: 1.5rem; padding: 1.7rem; background: var(--black); color: var(--white); }
.coverage-callout p { margin: 0; color: rgba(255,255,255,.9); }
.contact-layout { display: grid; gap: 3.5rem; }
.contact-methods { display: grid; gap: 1px; margin-top: 2rem; background: var(--line); border: 1px solid var(--line); }
.contact-method { padding: 1.3rem; background: var(--white); }
.contact-method span { display: block; margin-bottom: .35rem; color: var(--rust-dark); font: 900 .62rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.contact-method a, .contact-method strong { font: 900 clamp(1.05rem, 2vw, 1.3rem)/1.2 var(--sans); }
.request-card { padding: clamp(1.6rem, 4vw, 2.6rem); background: var(--black); color: var(--white); }
.request-card h2 { font-size: clamp(2.3rem, 4vw, 3.7rem); }
.request-card > p { color: rgba(255,255,255,.9); }
.request-checklist { display: grid; gap: .65rem; margin: 1.5rem 0 2rem; padding: 1.2rem 0; border-block: 1px solid var(--line-light); list-style: none; }
.request-checklist li { position: relative; padding-left: 1.4rem; color: rgba(255,255,255,.92); font-size: .9rem; }
.request-checklist li::before { position: absolute; left: 0; color: var(--rust); content: "//"; font-weight: 900; }
.expectation-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.expectation { padding: 1.5rem; background: var(--paper); }
.expectation span { color: var(--rust); font: 900 .64rem/1 var(--body); }
.expectation h3 { margin-top: 1.5rem; text-transform: uppercase; }
.expectation p { margin: 0; color: var(--muted); font-size: .88rem; }

/* Service detail pages */
.service-detail-hero { padding-bottom: 6.5rem; }
.service-hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 1rem; margin-top: 2rem; }
.service-caveat { margin-top: 1.4rem; padding: 1rem 1.1rem; border-left: 3px solid var(--rust); background: var(--paper-2); font-size: .84rem; }
.service-scope { display: grid; gap: 3rem; }
.service-scope h2 em, .service-faq h2 em { color: var(--rust); }
.service-check-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.service-check-list li { position: relative; padding: 1rem 0 1rem 1.8rem; border-bottom: 1px solid var(--line); font: 800 1rem/1.3 var(--sans); text-transform: uppercase; }
.service-check-list li::before { position: absolute; left: 0; color: var(--rust); content: "//"; font: 900 .72rem/1.8 var(--body); }
.intake-panel { padding: clamp(1.6rem, 4vw, 2.5rem); background: var(--rust); color: var(--white); }
.intake-panel .eyebrow { color: var(--white); }
.intake-panel h2 { color: var(--white); font-size: clamp(2.4rem, 4vw, 3.8rem); }
.intake-panel > p:not(.eyebrow) { color: rgba(255,255,255,.92); }
.intake-panel ul { display: grid; gap: .7rem; margin: 1.5rem 0 2rem; padding: 1.3rem 0; border-block: 1px solid rgba(255,255,255,.38); list-style: none; }
.intake-panel li { position: relative; padding-left: 1.4rem; font-size: .9rem; }
.intake-panel li::before { position: absolute; left: 0; color: var(--black); content: "//"; font-weight: 900; }
.service-process { display: grid; gap: 1px; margin: 0; padding: 0; background: var(--line-light); border: 1px solid var(--line-light); list-style: none; }
.service-process li { min-height: 15rem; display: flex; flex-direction: column; padding: 1.5rem; background: var(--black-2); }
.service-process span { color: var(--amber); font: 900 .65rem/1 var(--body); }
.service-process h3 { margin-top: auto; color: var(--white); font-size: 1.35rem; text-transform: uppercase; }
.service-process p { margin: 0; color: rgba(255,255,255,.9); font-size: .88rem; }
.service-faq { display: grid; gap: 3rem; }
.related-services { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.related-service { min-height: 11rem; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: .7rem; padding: 1.4rem; background: var(--white); transition: background .2s, color .2s; }
.related-service span { grid-column: 1 / -1; color: var(--rust-dark); font: 900 .62rem/1 var(--body); letter-spacing: .11em; text-transform: uppercase; }
.related-service strong { align-self: end; font: 900 1.25rem/1.08 var(--sans); text-transform: uppercase; }
.related-service b { align-self: end; color: var(--rust); font-size: 1.25rem; }
.related-service:hover { background: var(--black-2); color: var(--white); }
.related-service:hover span,
.related-service:hover b { color: var(--amber); }
.service-directory-link { margin-top: 2rem; }

/* Article detail pages */
.article-hero { position: relative; min-height: 46rem; display: grid; align-items: end; overflow: hidden; background: var(--black); color: var(--white); }
.article-hero__media { position: absolute; inset: 0; }
.article-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,10,.96) 0%, rgba(10,11,10,.82) 43%, rgba(10,11,10,.25) 82%), linear-gradient(0deg, rgba(10,11,10,.9), transparent 60%); content: ""; }
.article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.article-hero__inner { position: relative; z-index: 1; padding-top: 11rem; padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.article-hero h1 { max-width: 65rem; color: var(--white); font-size: clamp(3.1rem, 6vw, 5.7rem); }
.article-layout { display: grid; gap: 3.5rem; }
.article-toc nav { padding: 1.4rem; border-top: 3px solid var(--rust); background: var(--paper-2); }
.article-toc h2 { margin-bottom: 1rem; font: 900 .72rem/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.article-toc ol { display: grid; gap: .75rem; margin: 0; padding-left: 1.2rem; color: var(--rust-dark); }
.article-toc li { padding-left: .25rem; font-size: .82rem; }
.article-toc li a { color: var(--ink); }
.article-toc li a:hover { color: var(--rust-dark); }
.article-toc > p { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; }
.article-body { min-width: 0; max-width: 48rem; }
.article-lead { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.5; }
.article-body section + section { margin-top: 3.5rem; }
.article-body h2 { margin-bottom: 1.25rem; color: var(--ink); font-size: clamp(2rem, 3.4vw, 3.15rem); line-height: .98; }
.article-body p, .article-body li { color: #494b47; }
.article-body ul { display: grid; gap: .6rem; padding-left: 1.25rem; }
.article-body li::marker { color: var(--rust); }
.article-callout { margin: 2rem 0; padding: 1.3rem 1.4rem; border-left: 4px solid var(--rust); background: var(--paper-2); }
.article-callout strong { display: block; margin-bottom: .35rem; font-family: var(--sans); text-transform: uppercase; }
.article-callout p { margin: 0; font-size: .88rem; }
.article-disclaimer { margin: 4rem 0 0; padding: 1.2rem 1.4rem; border: 1px solid var(--line); color: var(--muted) !important; font-size: .8rem; }
.article-next { margin-top: 2rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--rust); color: var(--white); }
.article-next .eyebrow { color: var(--black); }
.article-next h2 { color: var(--white); }
.article-next > p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.article-next > div { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
.article-next .text-link { color: var(--white); }
.article-related { display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; }
.article-related h2 { max-width: 49rem; margin: 0; }

@media (min-width: 38rem) {
  .utility-bar__inner { justify-content: space-between; }
  .utility-bar__inner > div { display: flex; }
  .hero__actions, .closing-cta__actions { flex-direction: row; align-items: center; }
  .hero__rail-inner { grid-template-columns: repeat(3, 1fr); }
  .hero__rail p:not(:first-child) { display: block; }
  .hero__rail p + p { padding-left: 1.5rem; border-left: 1px solid var(--line-light); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .coverage__list { grid-template-columns: 1.4fr 1fr; }
  .footer__top { grid-template-columns: 2fr 1fr 1fr; }
  .footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; }
  .directory-grid, .article-grid, .standards-grid, .expectation-grid { grid-template-columns: 1fr 1fr; }
  .region-grid { grid-template-columns: 1.4fr 1fr; }
  .coverage-callout { grid-template-columns: 1fr auto; align-items: center; }
  .service-hero__actions { flex-direction: row; align-items: center; }
  .service-process { grid-template-columns: 1fr 1fr; }
  .related-services { grid-template-columns: repeat(3, 1fr); }
  .article-next > div { flex-direction: row; align-items: center; }
  .article-related { flex-direction: row; align-items: end; justify-content: space-between; }
}

@media (min-width: 56rem) {
  .intro__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) 9rem; align-items: start; }
  .intro__stamp { position: relative; display: grid; }
  .services__heading { grid-template-columns: 1.6fr .7fr; align-items: end; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card--feature { grid-row: span 2; min-height: 38rem; }
  .service-card--feature h3 { max-width: 22rem; font-size: clamp(1.7rem, 2.45vw, 2.05rem); line-height: 1.08; }
  .service-card--cta { grid-column: span 2; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-card { min-height: 38rem; padding: 2rem; }
  .process__grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 7rem; }
  .coverage__grid { grid-template-columns: .9fr 1.1fr; gap: 7rem; }
  .faq__grid { grid-template-columns: .8fr 1.2fr; gap: 7rem; align-items: start; }
  .page-intro { grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
  .directory-grid { grid-template-columns: repeat(3, 1fr); }
  .scope-grid { grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }
  .standards-grid, .article-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-layout { grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: start; }
  .expectation-grid { grid-template-columns: repeat(3, 1fr); }
  .service-scope { grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
  .service-process { grid-template-columns: repeat(4, 1fr); }
  .service-faq { grid-template-columns: .8fr 1.2fr; gap: 7rem; align-items: start; }
  .article-layout { grid-template-columns: 14rem minmax(0, 1fr); gap: clamp(4rem, 8vw, 8rem); align-items: start; }
  .article-toc { position: sticky; top: 2rem; }
}

@media (min-width: 70rem) {
  .nav { min-height: 5.8rem; }
  .menu-toggle, .js .menu-toggle { display: none; }
  .nav__menu, .js .nav__menu { position: static; width: auto; display: flex; align-items: center; gap: 1.35rem; padding: 0; background: none; border: 0; }
  .nav__menu a { padding: .3rem 0; border: 0; color: rgba(255, 255, 255, .72); font: 800 .66rem/1 var(--body); letter-spacing: .05em; }
  .nav__menu a:hover { color: var(--white); }
  .nav__call { display: block; }
  .service-card { padding: 2rem; }
}

@media (max-width: 37.99rem) {
  .hero__image { object-position: 69% center; }
  .hero__scrim { background: linear-gradient(90deg, rgba(12, 13, 12, .91), rgba(12, 13, 12, .48)), linear-gradient(0deg, rgba(12, 13, 12, .92) 0%, transparent 50%); }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 4.25rem); line-height: .94; }
  .hero__lead { font-size: 1rem; }
}

@media (max-width: 24rem) {
  .utility-bar { font-size: .58rem; letter-spacing: .045em; }
  .brand__type strong { font-size: 1.15rem; }
  .hero h1 { font-size: clamp(2.85rem, 13.5vw, 3.25rem); }
  .hero__actions .button { padding-inline: .9rem; letter-spacing: .075em; }
  .service-card { min-height: 17rem; padding: 1.4rem; }
  .coverage__contact a { font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
