:root {
  --navy: #073b66;
  --navy-deep: #052b4b;
  --blue: #087ec2;
  --blue-bright: #11a7e8;
  --yellow: #ffd43b;
  --cream: #f8f5ed;
  --paper: #fffdf8;
  --ink: #10283c;
  --muted: #526577;
  --line: #cbd9e2;
  --white: #ffffff;
  --success: #0d775d;
  --shadow: 0 18px 44px rgba(5, 43, 75, .12);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Archivo", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 10px; background: var(--yellow); color: var(--navy-deep); font-weight: 800; }
.skip-link:focus { top: 14px; }

h1, h2, h3, .footer-title { margin: 0; color: var(--navy-deep); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 5vw, 4.65rem); max-width: 11ch; }
h2 { font-size: clamp(2rem, 3.8vw, 3.55rem); max-width: 14ch; }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 2px solid var(--navy-deep); border-radius: 999px; background: var(--navy-deep); color: var(--white); font-weight: 800; text-decoration: none; box-shadow: 0 5px 0 #021a2e; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 #021a2e; background: var(--blue); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .9rem; }
.button-yellow { background: var(--yellow); border-color: var(--yellow); color: var(--navy-deep); box-shadow: 0 5px 0 #bb8f00; }
.button-yellow:hover { background: #ffe472; box-shadow: 0 7px 0 #bb8f00; }
.button-outline { background: transparent; color: var(--navy-deep); box-shadow: none; }
.button-outline:hover { background: var(--navy-deep); color: var(--white); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy-deep); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.text-link::after { content: '↗'; color: var(--blue); font-size: 1.1em; }
.text-link-light { color: var(--white); }
.text-link-light::after { color: var(--yellow); }
.icon { width: 28px; height: 28px; object-fit: contain; }

.utility-bar { background: var(--navy-deep); color: var(--white); font-size: .82rem; font-weight: 700; }
.utility-inner { min-height: 36px; display: flex; align-items: center; gap: 24px; }
.utility-inner a { margin-left: auto; color: var(--yellow); }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(7,59,102,.13); backdrop-filter: blur(14px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 184px; height: 72px; overflow: hidden; text-decoration: none; }
.brand img { width: 184px; height: 146px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.site-nav a { position: relative; color: var(--ink); font-weight: 750; text-decoration: none; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; border-radius: 99px; background: var(--yellow); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav .is-active::after { right: 0; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; padding: 48px 0 68px; background: linear-gradient(115deg, var(--cream) 0 58%, #dff3fc 58% 100%); }
.hero::before { content: ''; position: absolute; width: 330px; height: 330px; left: -190px; bottom: -170px; border: 50px solid var(--yellow); border-radius: 50%; opacity: .72; }
.hero-route { width: var(--shell); margin: 0 auto 26px; display: flex; gap: 12px; align-items: center; color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.hero-route::after { content: ''; height: 1px; flex: 1; background: var(--line); }
.hero-route span:first-child { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--yellow); color: var(--navy-deep); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(42px, 6vw, 84px); }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 600px; margin-top: 24px; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.24rem); }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }
.hero-actions .icon { filter: brightness(0) invert(1); width: 22px; height: 22px; }
.scope-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.scope-pills li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--navy-deep); font-size: .82rem; font-weight: 750; }
.hero-visual { position: relative; min-width: 0; }
.image-frame { overflow: hidden; border-radius: var(--radius-lg); background: #d9e6ed; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame-hero { aspect-ratio: 1.18 / 1; border: 9px solid var(--white); border-top-left-radius: 110px; }
.image-frame-hero img { object-position: 58% center; }
.pickup-tag { position: absolute; left: -34px; bottom: -28px; display: flex; align-items: center; gap: 14px; padding: 16px 20px; border: 2px solid var(--navy-deep); border-radius: 18px; background: var(--yellow); color: var(--navy-deep); box-shadow: 7px 7px 0 var(--navy-deep); transform: rotate(-2deg); }
.pickup-tag .tag-number { font-size: 1.55rem; font-weight: 950; line-height: 1; }
.pickup-tag span:last-child { padding-left: 14px; border-left: 1px solid rgba(7,59,102,.35); font-size: .82rem; line-height: 1.35; }

.quick-proof { position: relative; z-index: 3; margin-top: -1px; background: var(--navy); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 15px; min-height: 102px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid .icon { filter: invert(89%) sepia(55%) saturate(1155%) hue-rotate(341deg) brightness(105%); }
.proof-grid span { display: flex; flex-direction: column; color: #cfe5f3; font-size: .9rem; }
.proof-grid strong { color: var(--white); font-size: 1rem; }

.section { padding: 82px 0; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.split-heading > p { max-width: 510px; color: var(--muted); font-size: 1.05rem; }
.section-blueprint { position: relative; background-color: #edf7fb; background-image: linear-gradient(rgba(7,59,102,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(7,59,102,.07) 1px, transparent 1px); background-size: 32px 32px; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 300px; padding: 30px; border: 2px solid var(--navy-deep); border-radius: var(--radius); background: var(--paper); color: var(--ink); text-decoration: none; box-shadow: 6px 6px 0 var(--navy-deep); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 var(--navy-deep); }
.service-card .icon { width: 48px; height: 48px; margin-bottom: 44px; }
.service-card h3 { font-size: 1.55rem; }
.service-card p { margin: 13px 0 22px; color: var(--muted); }
.service-card .card-index { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); color: var(--navy-deep); font-weight: 900; }
.card-one, .card-four { grid-column: span 7; }
.card-two, .card-three { grid-column: span 5; }
.card-two { background: var(--yellow); }
.card-three { background: var(--navy); color: var(--white); }
.card-three h3, .card-three .text-link { color: var(--white); }
.card-three p { color: #cfe5f3; }
.card-three .icon { filter: brightness(0) invert(1); }
.card-three .card-index { background: var(--white); }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.process-intro { position: sticky; top: 140px; }
.process-intro p { margin: 22px 0 28px; max-width: 480px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--navy-deep); }
.process-list li { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--yellow); color: var(--navy-deep); font-weight: 950; font-size: 1.25rem; transform: rotate(-3deg); }
.process-list h3 { margin-bottom: 8px; font-size: 1.5rem; }
.process-list p { color: var(--muted); }

.estimate-section { background: var(--cream); }
.estimate-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.estimate-image { aspect-ratio: 1.15 / 1; border-bottom-right-radius: 110px; }
.estimate-copy > p { margin: 22px 0 28px; color: var(--muted); }
.factor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.factor-grid div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.factor-grid strong, .factor-grid span { display: block; }
.factor-grid strong { color: var(--navy-deep); }
.factor-grid span { margin-top: 4px; color: var(--muted); font-size: .9rem; }

.municipal-note { padding: 55px 0; background: var(--yellow); }
.note-grid { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 36px; }
.note-badge { display: grid; place-items: center; aspect-ratio: 1; border: 3px solid var(--navy-deep); border-radius: 50%; color: var(--navy-deep); font-size: .72rem; font-weight: 950; letter-spacing: .1em; transform: rotate(-7deg); }
.note-grid h2 { font-size: clamp(1.7rem, 3vw, 2.65rem); max-width: none; }
.note-grid p { margin-top: 13px; max-width: 780px; }
.source-note { font-size: .78rem; }

.faq-preview { background: var(--navy-deep); color: var(--white); }
.faq-preview h2 { color: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-layout > div:first-child p { margin: 22px 0; color: #cfe5f3; }
.faq-item { border-top: 1px solid rgba(255,255,255,.25); }
.faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; color: var(--white); text-align: left; font: inherit; font-weight: 800; cursor: pointer; }
.faq-item button b { color: var(--yellow); font-size: 1.5rem; transition: transform .2s; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item > div > p { overflow: hidden; color: #cfe5f3; }
.faq-item.is-open > div { grid-template-rows: 1fr; }
.faq-item.is-open > div > p { padding-bottom: 24px; }
.faq-item.is-open button b { transform: rotate(45deg); }

/* The homepage FAQ sits on navy; the full FAQ page uses a paper surface. */
.faq-list .faq-item { border-color: var(--line); }
.faq-list .faq-item:last-child { border-bottom-color: var(--line); }
.faq-list .faq-item button { color: var(--navy-deep); }
.faq-list .faq-item button b { color: var(--blue); }
.faq-list .faq-item > div > p { color: var(--muted); }

.guides-section { background: var(--paper); }
.guide-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.guide-card { overflow: hidden; padding-bottom: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); text-decoration: none; box-shadow: 0 10px 26px rgba(5,43,75,.08); }
.guide-card img { width: 100%; aspect-ratio: 1.55/1; object-fit: cover; }
.guide-card > span, .guide-card h3, .guide-card p { display: block; margin-left: 24px; margin-right: 24px; }
.guide-card > span { margin-top: 21px; margin-bottom: 10px; color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h3 { font-size: 1.38rem; }
.guide-card p { margin-top: 12px; color: var(--muted); }
.guide-featured h3 { font-size: 1.75rem; }

.closing-cta { padding: 66px 0; background: var(--blue); color: var(--white); }
.closing-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.closing-grid h2 { color: var(--white); max-width: 15ch; }
.closing-grid p { max-width: 690px; margin-top: 18px; color: #dbf3ff; }
.closing-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.site-footer { padding: 62px 0 24px; background: var(--navy-deep); color: #bfd7e6; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .65fr); gap: 54px; }
.footer-brand p { max-width: 360px; font-size: .9rem; }
.brand-footer { height: 76px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .95; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { color: #d6e9f4; text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-title { margin-bottom: 8px; color: var(--white); font-size: .95rem; letter-spacing: .04em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding: 64px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ''; position: absolute; right: -110px; top: -90px; width: 310px; height: 310px; border: 54px solid var(--yellow); border-radius: 50%; }
.page-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .68fr; gap: 80px; align-items: end; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); max-width: 13ch; }
.page-hero p { max-width: 560px; color: var(--muted); font-size: 1.1rem; }
.breadcrumbs { margin-bottom: 18px; color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { text-underline-offset: 3px; }
.content-section { padding: 72px 0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 52px 0 18px; font-size: clamp(1.75rem, 3vw, 2.7rem); max-width: 19ch; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 34px 0 12px; }
.prose p + p { margin-top: 17px; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: 8px; }
.prose a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.sidebar-card { position: sticky; top: 132px; padding: 28px; border: 2px solid var(--navy-deep); border-radius: var(--radius); background: var(--yellow); box-shadow: 7px 7px 0 var(--navy-deep); }
.sidebar-card h2 { margin-bottom: 14px; font-size: 1.6rem; }
.sidebar-card p { margin-bottom: 20px; }
.sidebar-card .button { width: 100%; }
.sidebar-card ul { margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(7,59,102,.3); list-style: none; font-size: .88rem; }
.sidebar-card li + li { margin-top: 7px; }
.feature-image { margin: 0 0 36px; }
.feature-image img { width: 100%; aspect-ratio: 1.7/1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-image figcaption { margin-top: 10px; color: var(--muted); font-size: .78rem; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.info-card .icon { width: 42px; height: 42px; margin-bottom: 24px; }
.info-card h3 { margin-bottom: 10px; }
.info-card p { color: var(--muted); }
.services-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.services-index a { padding: 30px; border: 2px solid var(--navy-deep); border-radius: var(--radius); background: var(--white); text-decoration: none; box-shadow: 5px 5px 0 var(--navy-deep); }
.services-index a:nth-child(2n) { background: #e6f6fd; }
.services-index h2 { font-size: 1.65rem; margin-bottom: 12px; }
.services-index p { color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-card { padding: 36px; border: 2px solid var(--navy-deep); border-radius: var(--radius); background: var(--white); box-shadow: 7px 7px 0 var(--navy-deep); }
.contact-card:nth-child(2) { background: var(--yellow); }
.contact-card h2 { margin: 15px 0 12px; font-size: 1.8rem; }
.contact-card a { color: var(--navy-deep); font-weight: 850; }
.hours-table { width: 100%; margin-top: 22px; border-collapse: collapse; }
.hours-table td { padding: 12px 0; border-bottom: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; font-weight: 800; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 30px rgba(5,43,75,.09); }
.blog-card img { width: 100%; aspect-ratio: 1.75/1; object-fit: cover; }
.blog-card-body { padding: 27px; }
.blog-card time, .article-meta { color: var(--muted); font-size: .8rem; }
.blog-card h2 { margin: 10px 0 13px; font-size: 1.75rem; max-width: none; }
.blog-card p { color: var(--muted); }
.blog-card .text-link { margin-top: 18px; }
.article-hero { padding-bottom: 45px; }
.article-hero h1 { max-width: 16ch; font-size: clamp(2.35rem, 4.8vw, 4.6rem); }
.article-shell { width: min(920px, calc(100% - 40px)); margin-inline: auto; }
.article-shell .feature-image { margin-top: -18px; }
.article-body { max-width: 760px; margin: 0 auto; padding: 28px 0 78px; }
.article-body .lede { color: var(--navy-deep); font-size: 1.22rem; font-weight: 650; }
.article-body h2 { max-width: none; }
.article-body table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: .94rem; }
.article-body th, .article-body td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { background: var(--navy-deep); color: var(--white); }
.article-callout { margin: 32px 0; padding: 24px 26px; border: 1px solid var(--line); border-top: 6px solid var(--yellow); border-radius: var(--radius-sm); background: #edf7fb; }
.article-callout h2, .article-callout h3 { margin-top: 0; }
.source-list { padding: 22px 25px; border-radius: var(--radius-sm); background: var(--cream); font-size: .88rem; }
.toc { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.toc strong { display: block; margin-bottom: 8px; }

.error-page { min-height: 58vh; display: grid; place-items: center; padding: 70px 0; background: var(--cream); text-align: center; }
.error-code { display: inline-block; color: var(--yellow); -webkit-text-stroke: 3px var(--navy-deep); font-size: clamp(6rem, 18vw, 12rem); font-weight: 950; line-height: .85; transform: rotate(-3deg); }
.error-page h1 { max-width: none; margin: 24px auto 16px; }
.error-page p { max-width: 580px; margin: 0 auto 28px; color: var(--muted); }

@media (max-width: 980px) {
  .site-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 2px solid var(--navy-deep); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .site-nav a::after { display: none; }
  .menu-toggle { order: 3; display: grid; gap: 4px; width: 46px; height: 46px; padding: 11px; border: 2px solid var(--navy-deep); border-radius: 50%; background: var(--paper); }
  .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy-deep); }
  .nav-call { margin-left: auto; }
  .hero-grid, .estimate-grid, .page-hero-inner, .content-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 34px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 760px; }
  .pickup-tag { left: 20px; }
  .process-grid, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .process-intro, .sidebar-card { position: static; }
  .note-grid { grid-template-columns: 100px 1fr; }
  .note-grid .button { grid-column: 2; justify-self: start; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .guide-featured { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  :root { --shell: min(1180px, calc(100% - 28px)); }
  body { font-size: 1rem; }
  .utility-inner { justify-content: space-between; }
  .utility-hours { display: none; }
  .utility-inner a { margin-left: 0; }
  .nav-shell { min-height: 74px; gap: 10px; }
  .brand { width: 126px; height: 62px; }
  .brand img { width: 134px; height: 106px; }
  .nav-call { display: none; }
  h1 { font-size: clamp(2.6rem, 13.5vw, 4rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.9rem); }
  .hero { padding: 26px 0 64px; background: linear-gradient(165deg, var(--cream) 0 58%, #dff3fc 58% 100%); }
  .hero-grid { gap: 38px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .image-frame-hero { border-top-left-radius: 70px; aspect-ratio: 1/1; }
  .pickup-tag { position: relative; left: auto; bottom: auto; margin: -14px 12px 0; transform: rotate(-1deg); }
  .proof-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .proof-grid > div { min-height: 76px; padding: 14px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section { padding: 58px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .service-grid { display: block; }
  .service-card { display: block; min-height: 0; margin-bottom: 18px; padding: 25px; }
  .service-card .icon { margin-bottom: 28px; }
  .process-list li { grid-template-columns: 52px 1fr; }
  .factor-grid, .info-grid, .services-index, .contact-cards, .blog-grid { grid-template-columns: 1fr; }
  .estimate-grid { gap: 38px; }
  .estimate-image { border-bottom-right-radius: 70px; }
  .note-grid { grid-template-columns: 1fr; gap: 24px; }
  .note-badge { width: 92px; }
  .note-grid .button { grid-column: auto; width: 100%; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-featured { grid-column: auto; }
  .closing-grid, .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .closing-actions { align-items: stretch; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 48px 0; }
  .page-hero-inner { gap: 22px; }
  .page-hero::after { opacity: .4; }
  .content-section { padding: 54px 0; }
  .content-grid { gap: 44px; }
  .feature-image img { aspect-ratio: 1.2/1; }
  .article-shell { width: min(920px, calc(100% - 28px)); }
  .article-body table { display: block; overflow-x: auto; }
}

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