:root {
  --navy: #071a2d;
  --navy-2: #0e2b46;
  --blue: #0c4e7f;
  --orange: #f47a20;
  --orange-dark: #d75c06;
  --cream: #f5f2ec;
  --paper: #fff;
  --ink: #101820;
  --muted: #65717d;
  --line: #dbe1e6;
  --shadow: 0 20px 60px rgba(3, 20, 34, 0.14);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy);
  font-family: "Barlow Condensed", Impact, sans-serif;
  line-height: .98;
}
h1 { font-size: clamp(4rem, 9vw, 7.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.8rem, 6vw, 4.75rem); letter-spacing: -.025em; }
h3 { font-size: 1.75rem; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--navy { background: var(--navy); color: #fff; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px;
  background: #fff; color: var(--navy); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
  color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .15em;
  line-height: 1.2; text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 3px; background: currentColor; content: ""; }
.eyebrow--light { color: #ff9a50; }
.button {
  position: relative;
  overflow: hidden;
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center;
  padding: 0 25px; border: 2px solid transparent; border-radius: 3px;
  font-size: .82rem; font-weight: 800; letter-spacing: .08em; line-height: 1;
  text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--orange); color: #fff; }
.button--primary:hover { background: var(--orange-dark); }
.button--ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.button--ghost:hover { background: #fff; color: var(--navy); }
.button--header { min-height: 44px; background: var(--orange); color: #fff; }
.button[href^="tel:"]::after {
  position: absolute;
  top: -70%;
  left: -45%;
  width: 34%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.92), transparent);
  content: "";
  filter: blur(1px);
  transform: rotate(22deg);
  animation: call-shimmer 3.2s ease-in-out infinite;
  pointer-events: none;
}
.button--primary[href^="tel:"], .button--header[href^="tel:"] {
  animation: call-glow 2.2s ease-in-out infinite;
}
@keyframes call-shimmer {
  0%, 48% { left: -45%; opacity: 0; }
  54% { opacity: 1; }
  74%, 100% { left: 125%; opacity: 0; }
}
@keyframes call-glow {
  0%, 100% { box-shadow: 0 0 0 rgba(244,122,32,0); }
  50% { box-shadow: 0 0 24px rgba(244,122,32,.55); }
}
.text-link {
  color: var(--orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase;
}
.text-link span, .service-card a span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span, .service-card a:hover span { transform: translateX(5px); }

.service-strip { background: var(--navy); color: rgba(255,255,255,.72); font-size: .72rem; }
.service-strip__inner {
  display: flex; min-height: 36px; align-items: center; gap: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.service-strip__dot { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
.service-strip a { margin-left: auto; color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(7,26,45,.1); backdrop-filter: blur(12px);
}
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand strong, .brand small { display: block; font-family: "Barlow Condensed", Impact, sans-serif; line-height: .85; text-transform: uppercase; }
.brand strong { font-size: 1.32rem; }
.brand small { margin-top: 7px; color: var(--orange-dark); font-size: .95rem; font-weight: 800; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.primary-nav a { color: #314253; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a:hover { color: var(--orange-dark); }
.menu-toggle { display: none; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; min-height: 710px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero__media, .hero__overlay { position: absolute; inset: 0; }
.hero__media { background: url("assets/modern-door.jpg") center 58% / cover no-repeat; transform: scale(1.02); }
.hero__overlay { background: linear-gradient(90deg, rgba(4,18,31,.96) 0%, rgba(4,18,31,.8) 45%, rgba(4,18,31,.13) 78%); }
.hero__content { position: relative; z-index: 1; padding-block: 85px; }
.hero h1 { max-width: 750px; margin-bottom: 24px; color: #fff; text-transform: uppercase; }
.hero h1 span { color: var(--orange); }
.hero p { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { display: flex; gap: 38px; margin: 55px 0 0; padding: 0; list-style: none; }
.hero__trust li { color: rgba(255,255,255,.74); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero__trust span { display: block; margin-bottom: 5px; color: var(--orange); font-family: "Barlow Condensed"; font-size: 1.25rem; }

.quick-help { background: var(--orange); color: #fff; }
.quick-help__grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; }
.quick-help__grid > * { min-height: 104px; padding: 23px 25px; border-right: 1px solid rgba(255,255,255,.24); }
.quick-help__grid > div { display: flex; flex-direction: column; justify-content: center; }
.quick-help strong { display: block; font-family: "Barlow Condensed"; font-size: 1.45rem; line-height: 1; text-transform: uppercase; }
.quick-help span { margin-top: 7px; font-size: .76rem; line-height: 1.35; opacity: .86; }
.quick-help__grid > a { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--navy); font-weight: 800; text-transform: uppercase; }

.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading p { color: var(--muted); }
.split-heading { display: grid; max-width: none; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.split-heading p { margin-bottom: 0; }
.section-heading--light h2 { color: #fff; }
.section-heading--light p { max-width: 760px; color: rgba(255,255,255,.68); }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdd3d7; border-left: 1px solid #cdd3d7; }
.service-card { min-height: 305px; padding: 37px; background: #fff; border-right: 1px solid #cdd3d7; border-bottom: 1px solid #cdd3d7; }
.service-card__number { margin-bottom: 45px; color: var(--orange); font-family: "Barlow Condensed"; font-size: 1rem; font-weight: 800; }
.service-card h3 { margin-bottom: 15px; text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card a { color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-card--featured { position: relative; overflow: hidden; }
.service-card--featured::after { position: absolute; top: 0; right: 0; width: 70px; height: 7px; background: var(--orange); content: ""; }
.service-card--dark { background: var(--navy); color: #fff; }
.service-card--dark h3, .service-card--dark a { color: #fff; }
.service-card--dark p { color: rgba(255,255,255,.68); }

.expertise { background: #fff; }
.expertise__layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 75px; }
.expertise__media { position: relative; min-height: 690px; margin: 0; overflow: hidden; background: var(--navy); }
.expertise__media img { width: 100%; height: 100%; object-fit: cover; }
.expertise__media::after { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(4,17,30,.92)); content: ""; }
.expertise__media figcaption { position: absolute; right: 32px; bottom: 30px; left: 32px; z-index: 1; color: #fff; }
.expertise__media figcaption strong, .expertise__media figcaption span { display: block; }
.expertise__media figcaption strong { font-family: "Barlow Condensed"; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.expertise__media figcaption span { margin-top: 8px; color: rgba(255,255,255,.68); font-size: .75rem; }
.expertise__content { align-self: center; }
.expertise__content h2 { margin-bottom: 24px; }
.expertise__lead { margin-bottom: 35px; color: var(--muted); }
.inspection-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.inspection-grid article { display: grid; grid-template-columns: 35px 1fr; gap: 14px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inspection-grid article > span { color: var(--orange-dark); font-family: "Barlow Condensed"; font-size: 1rem; font-weight: 800; }
.inspection-grid h3 { margin: 1px 0 7px; font-size: 1.35rem; text-transform: uppercase; }
.inspection-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.service-area-note { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 27px; padding: 21px 24px; background: var(--cream); border-left: 4px solid var(--orange); }
.service-area-note strong, .service-area-note p { display: block; }
.service-area-note strong { color: var(--navy); font-family: "Barlow Condensed"; font-size: 1.3rem; line-height: 1; text-transform: uppercase; }
.service-area-note p { margin: 7px 0 0; color: var(--muted); font-size: .75rem; }
.service-area-note .text-link { flex: 0 0 auto; }

.work { overflow: hidden; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, 285px); gap: 18px; }
.work-card { position: relative; grid-column: span 4; margin: 0; overflow: hidden; border-radius: var(--radius); background: #0d2942; }
.work-card--tall { grid-column: span 5; grid-row: span 2; }
.work-card--wide { grid-column: span 7; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.work-card:hover img { transform: scale(1.04); }
.work-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(2,14,25,.85)); content: ""; }
.work-card figcaption { position: absolute; right: 25px; bottom: 22px; left: 25px; z-index: 1; }
.work-card figcaption span { display: block; color: #ff9a50; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.work-card figcaption strong { display: block; margin-top: 4px; font-family: "Barlow Condensed"; font-size: 1.5rem; line-height: 1; text-transform: uppercase; }

.process { background: #fff; }
.process__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process__intro { position: sticky; top: 135px; align-self: start; }
.process__intro h2 { margin-bottom: 26px; }
.process__intro p { margin-bottom: 28px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-list li { display: grid; grid-template-columns: 75px 1fr; gap: 23px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { padding-top: 0; }
.process-list > li > span { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--orange); color: var(--orange-dark); font-family: "Barlow Condensed"; font-size: 1.25rem; font-weight: 800; }
.process-list h3 { margin: 2px 0 8px; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.blog-preview { background: #fff; }
.section-heading__side .text-link { display: inline-block; margin-top: 20px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card__image { display: block; height: 235px; overflow: hidden; background: var(--cream); }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.blog-card:hover .blog-card__image img { transform: scale(1.04); }
.blog-card__body { padding: 28px; }
.blog-card__meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 17px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.blog-card__meta span { color: var(--orange-dark); }
.blog-card h3 { margin-bottom: 14px; font-size: 1.8rem; line-height: 1.03; }
.blog-card p { color: var(--muted); font-size: .9rem; }

.faq { background: var(--cream); }
.faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 85px; }
.faq__intro { position: sticky; top: 125px; }
.faq__intro h2 { margin-bottom: 23px; }
.faq__intro > p { color: var(--muted); }
.faq__intro img { width: 100%; height: 230px; margin-top: 32px; object-fit: cover; }
.faq-list { border-top: 1px solid #cbd2d8; }
.faq-list details { border-bottom: 1px solid #cbd2d8; }
.faq-list summary { position: relative; padding: 26px 52px 26px 0; color: var(--navy); font-family: "Barlow Condensed"; font-size: 1.55rem; font-weight: 700; line-height: 1.1; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 22px; right: 0; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #b5bec6; color: var(--orange-dark); content: "+"; font-family: Inter, sans-serif; font-size: 1.2rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -3px 50px 25px 0; color: var(--muted); font-size: .9rem; }
.faq-list details a { color: var(--orange-dark); font-weight: 700; }

.contact-section { position: relative; overflow: hidden; padding: 105px 0; background: var(--navy); color: #fff; }
.contact-section::before { position: absolute; top: -200px; right: -150px; width: 600px; height: 600px; border: 100px solid rgba(255,255,255,.025); border-radius: 50%; content: ""; }
.contact-section__grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 100px; }
.contact-section h2 { color: #fff; }
.contact-section__content > p { max-width: 650px; color: rgba(255,255,255,.68); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.business-address {
  display: flex;
  max-width: 650px;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.business-address::before {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  content: "\2022";
  font-size: 1.7rem;
  line-height: 1;
}
.business-address span, .business-address a { display: block; }
.business-address span { color: #ff9a50; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.business-address a { margin-top: 3px; color: #fff; font-size: .9rem; line-height: 1.45; }
.business-address a:hover { text-decoration: underline; }
.business-address--email { margin-top: 14px; padding-top: 18px; }
.business-address--email::before { content: "@"; font-size: 1rem; font-weight: 800; }
.contact-card { padding: 38px; background: #fff; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.contact-card img { width: 76px; margin-bottom: 24px; }
.contact-card h3 { text-transform: uppercase; }
.contact-card ul { padding-left: 19px; color: #465361; }
.contact-card li { margin: 7px 0; }
.contact-card p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #8b490e; font-size: .78rem; font-weight: 700; }

.site-footer { padding: 65px 0 25px; background: #04111e; color: rgba(255,255,255,.6); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.footer-grid > div > strong { display: block; margin-bottom: 17px; color: #fff; font-family: "Barlow Condensed"; font-size: 1.15rem; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 8px 0; font-size: .76rem; }
.footer-grid a:hover { color: #fff; }
.footer-brand { display: flex; align-items: flex-start; gap: 15px; }
.footer-brand img { width: 55px; }
.footer-brand div strong { display: block; color: #fff; font-family: "Barlow Condensed"; font-size: 1.3rem; line-height: 1; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .68rem; }
.mobile-call { display: none; }

/* Blog pages */
.page-hero { padding: 90px 0 80px; background: var(--navy); color: #fff; }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; color: #fff; font-size: clamp(3.7rem, 8vw, 6.5rem); text-transform: uppercase; }
.page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.breadcrumbs { margin-bottom: 25px; color: #ff9a50; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a:hover { color: #fff; }
.blog-listing { background: var(--cream); }
.blog-listing .blog-grid { align-items: stretch; }
.article-hero { position: relative; min-height: 520px; display: flex; align-items: end; overflow: hidden; }
.article-hero__image, .article-hero__shade { position: absolute; inset: 0; }
.article-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.article-hero__shade { background: linear-gradient(0deg, rgba(4,17,30,.98), rgba(4,17,30,.12)); }
.article-hero__content { position: relative; z-index: 1; padding-block: 70px; color: #fff; }
.article-hero h1 { max-width: 900px; margin: 12px 0 20px; color: #fff; font-size: clamp(3.4rem, 7vw, 6rem); text-transform: uppercase; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 80px; align-items: start; }
.article-body { color: #344352; font-size: 1.03rem; }
.article-body .lead { color: var(--navy); font-size: 1.25rem; line-height: 1.55; }
.article-body h2 { margin: 55px 0 18px; font-size: 2.8rem; }
.article-body h3 { margin: 32px 0 13px; font-size: 1.8rem; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li { margin: 9px 0; }
.article-body img { width: 100%; margin: 38px 0; border-radius: var(--radius); }
.safety-callout { margin: 38px 0; padding: 27px 30px; border-left: 5px solid var(--orange); background: #fff3e9; }
.safety-callout strong { display: block; margin-bottom: 6px; color: var(--navy); }
.safety-callout p { margin-bottom: 0; }
.article-aside { position: sticky; top: 120px; }
.aside-card { margin-bottom: 20px; padding: 28px; background: var(--navy); color: rgba(255,255,255,.72); }
.aside-card h3 { color: #fff; font-size: 1.7rem; text-transform: uppercase; }
.aside-card .button { width: 100%; margin-top: 12px; }
.aside-card--light { border: 1px solid var(--line); background: #fff; color: var(--muted); }
.aside-card--light h3 { color: var(--navy); }
.aside-card--light a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .8rem; font-weight: 700; }

@media (max-width: 1000px) {
  .header-inner { gap: 20px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: .7rem; }
  .split-heading, .process__layout, .contact-section__grid, .article-layout, .expertise__layout, .faq__layout { grid-template-columns: 1fr; gap: 45px; }
  .service-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .process__intro, .article-aside, .faq__intro { position: static; }
  .expertise__media { min-height: 520px; }
  .work-grid { grid-template-rows: repeat(2, 260px); }
  .work-card--tall { grid-column: span 6; }
  .work-card { grid-column: span 6; }
  .work-card--wide { grid-column: span 6; }
  .quick-help__grid { grid-template-columns: repeat(3, 1fr); }
  .quick-help__grid > a { grid-column: 1 / -1; min-height: 62px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  body { padding-bottom: 62px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .service-strip__inner > span { display: none; }
  .service-strip__inner a { margin: auto; }
  .header-inner { min-height: 70px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 1.15rem; }
  .brand small { font-size: .78rem; }
  .menu-toggle { display: block; margin-left: auto; padding: 10px; }
  .primary-nav {
    position: fixed; top: 106px; right: 0; bottom: 0; left: 0; display: none;
    flex-direction: column; align-items: flex-start; gap: 0; padding: 28px;
    background: #fff;
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .button--header { display: none; }
  .hero { min-height: 650px; }
  .hero__overlay { background: linear-gradient(90deg, rgba(4,18,31,.96), rgba(4,18,31,.66)); }
  .hero__content { padding-block: 70px; }
  .hero h1 { font-size: clamp(3.8rem, 19vw, 5.7rem); }
  .hero p { font-size: .96rem; }
  .hero__trust { flex-direction: column; gap: 18px; margin-top: 38px; }
  .hero__trust li { display: grid; grid-template-columns: 35px 1fr; align-items: center; }
  .hero__trust span { margin: 0; }
  .quick-help__grid { grid-template-columns: 1fr; }
  .quick-help__grid > * { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .quick-help__grid > a { grid-column: auto; }
  .split-heading { gap: 15px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid, .blog-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 30px; }
  .service-card__number { margin-bottom: 27px; }
  .expertise__media { min-height: 420px; }
  .inspection-grid { grid-template-columns: 1fr; }
  .service-area-note { align-items: flex-start; flex-direction: column; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .work-card, .work-card--tall, .work-card--wide { grid-column: auto; grid-row: auto; height: 310px; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .process-list > li > span { width: 50px; height: 50px; }
  .contact-section { padding: 76px 0; }
  .contact-card { padding: 29px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; right: 0; bottom: 0; left: 0; z-index: 200; display: flex; height: 62px; align-items: center; justify-content: center; background: var(--orange); color: #fff; font-size: .85rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 -8px 25px rgba(3,20,34,.17); }
  .article-hero { min-height: 470px; }
  .article-hero__content { padding-block: 50px; }
  .article-body h2 { font-size: 2.4rem; }
  .faq__intro img { height: 200px; }
  .faq-list summary { padding-block: 22px; font-size: 1.35rem; }
}

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