:root {
  --ink: #111417;
  --charcoal: #20242a;
  --green: #17352f;
  --sage: #e7f0ec;
  --orange: #f07913;
  --gold: #cf9b45;
  --paper: #fbfaf7;
  --white: #ffffff;
  --muted: #626c78;
  --line: #dfded8;
  --shadow: 0 24px 70px rgba(17, 20, 23, 0.14);
  --radius: 8px;
  --max: 1180px;
  --wide: 1480px;
  --gutter: clamp(18px, 5vw, 72px);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
[id] { scroll-margin-top: 112px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(240, 121, 19, 0.38); outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: 16px; z-index: 90; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; background: var(--ink); color: var(--white); font-weight: 800; }
.skip-link:focus-visible { width: auto; height: auto; padding: 10px 14px; overflow: visible; clip-path: none; }
.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; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(17, 20, 23, 0.08); background: rgba(251, 250, 247, 0.94); backdrop-filter: blur(16px); transform: translateY(0); transition: transform 220ms ease, box-shadow 180ms ease, background 180ms ease; }
.site-header.is-hidden { transform: translateY(-105%); }
.site-header.is-scrolled { box-shadow: 0 16px 44px rgba(17,20,23,.08); background: rgba(251, 250, 247, 0.98); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(100%, var(--wide)); margin: 0 auto; padding: 14px var(--gutter); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 188px; height: auto; object-fit: contain; }
.site-footer .brand img { width: 230px; filter: drop-shadow(0 6px 18px rgba(0,0,0,.16)); }

.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); color: var(--charcoal); font-size: 13px; font-weight: 850; }
.nav a:not(.button) { position: relative; min-height: 40px; display: inline-flex; align-items: center; }
.nav a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--orange); transition: transform 160ms ease; }
.nav a:hover::after { transform: scaleX(1); }
.nav-phone { color: var(--green); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border: 1px solid var(--orange); border-radius: var(--radius); background: var(--orange); color: var(--white); font-weight: 950; cursor: pointer; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; text-align: center; }
.button:hover { transform: translateY(-1px); background: #d6650c; border-color: #d6650c; }
.button--small { min-height: 44px; padding: 0 18px; }
.button--ghost { background: transparent; color: var(--green); border-color: rgba(23, 53, 47, 0.24); }
.button--ghost:hover, .button--dark { background: var(--green); border-color: var(--green); color: var(--white); }
.button--dark:hover { background: #0f241f; border-color: #0f241f; }
.menu-button { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr); gap: clamp(32px, 6vw, 92px); align-items: center; min-height: calc(100svh - 73px); width: min(100%, var(--wide)); margin: 0 auto; padding: clamp(58px, 7vw, 104px) var(--gutter); }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; line-height: .98; }
h1 { margin-bottom: 26px; font-size: clamp(44px, 7vw, 92px); font-weight: 950; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 5vw, 64px); font-weight: 950; }
h3 { margin-bottom: 12px; font-size: clamp(21px, 2.1vw, 29px); font-weight: 920; }
.accent-word { color: var(--orange); }
.hero-copy > p:not(.eyebrow), .section-intro > p, .split-feature p, .faq-list p, .quote-copy p, .site-footer p, .service-grid p { color: var(--muted); font-size: 18px; }
.hero-copy > p:not(.eyebrow) { max-width: 700px; margin-bottom: 34px; color: #454d59; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.hero-visual { position: relative; min-height: 610px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--green); box-shadow: var(--shadow); }
.hero-visual::before { content: ""; position: absolute; inset: 18px; z-index: 1; border: 1px solid rgba(255,255,255,.42); border-radius: 6px; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.hero-visual figcaption { position: absolute; left: 34px; right: 34px; bottom: 34px; z-index: 2; display: grid; gap: 6px; padding: 22px; border-radius: var(--radius); background: rgba(23, 53, 47, .9); color: var(--white); font-size: 18px; font-weight: 800; }
.hero-visual figcaption strong { font-size: 24px; line-height: 1.1; }
.hero-visual figcaption span { color: rgba(255,255,255,.76); }

.trust-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: min(calc(100% - 40px), var(--max)); margin: 0 auto clamp(28px, 6vw, 68px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 46px rgba(17,20,23,.08); }
.trust-strip p { margin: 0; min-width: 0; padding: 22px; border-right: 1px solid var(--line); color: var(--ink); font-weight: 800; }
.trust-strip p:last-child { border-right: 0; }
.trust-strip span, .service-grid .card-kicker, .article-meta, .breadcrumb { display: block; margin-bottom: 7px; color: var(--gold); font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }

.pathways { display: grid; grid-template-columns: minmax(0,.74fr) minmax(420px,1fr); gap: clamp(28px,6vw,76px); align-items: start; width: min(100%, var(--wide)); margin: 0 auto; padding: clamp(64px,8vw,106px) var(--gutter); }
.pathways > div:first-child { position: sticky; top: 118px; max-width: 650px; }
.pathways > div:first-child p:not(.eyebrow), .process-copy p { color: var(--muted); font-size: 18px; }
.pathway-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.pathway-grid a { display: grid; align-content: start; gap: 10px; min-height: 198px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 44px rgba(17,20,23,.06); transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.pathway-grid a:hover { transform: translateY(-3px); border-color: rgba(240,121,19,.48); box-shadow: 0 20px 58px rgba(17,20,23,.1); }
.pathway-grid span, .process-list span { color: var(--orange); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.pathway-grid strong { margin-top: 16px; color: var(--ink); font-size: clamp(24px,3vw,32px); line-height: 1.04; }
.pathway-grid small { color: var(--muted); font-size: 15px; font-weight: 700; line-height: 1.5; }

.section { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(72px, 9vw, 128px) var(--gutter); }
.section-intro { max-width: 880px; margin-bottom: 42px; }
.section-link { margin: 24px 0 0; }
.service-board, .work, .query-section { width: min(100%, var(--wide)); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.service-grid article { display: grid; min-height: 330px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.service-grid article:hover { transform: translateY(-4px); border-color: rgba(240,121,19,.5); box-shadow: 0 18px 50px rgba(17,20,23,.09); }
.service-grid a, .blog-grid a, .page-list a, .text-link { align-self: end; width: max-content; max-width: 100%; color: var(--green); font-weight: 950; }

.split-feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.55fr); gap: clamp(28px,6vw,74px); align-items: stretch; width: min(calc(100% - 40px), var(--wide)); margin: 0 auto; padding: clamp(64px,8vw,100px); border-radius: var(--radius); background: var(--green); color: var(--white); }
.split-feature p { color: rgba(255,255,255,.78); }
.area-panel { display: grid; gap: 18px; align-content: start; padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.1); }
.mini-link-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-link-grid a { padding: 9px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); color: var(--white); font-weight: 850; }

.process-band { display: grid; grid-template-columns: minmax(0,.8fr) minmax(420px,1fr); gap: clamp(28px,5vw,70px); width: min(100%, var(--wide)); margin: clamp(26px,5vw,62px) auto 0; padding: clamp(66px,8vw,108px) var(--gutter); background: var(--white); border-block: 1px solid var(--line); }
.process-copy { max-width: 690px; }
.process-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 62px minmax(0,1fr); column-gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 0; }
.process-list strong { color: var(--ink); font-size: 23px; line-height: 1.12; }
.process-list p { grid-column: 2; margin: 7px 0 0; color: var(--muted); font-size: 16px; }

.portfolio-shell { display: grid; grid-template-columns: minmax(340px,.55fr) minmax(0,1fr); gap: clamp(30px,5vw,72px); align-items: start; }
.portfolio-copy { position: sticky; top: 112px; display: grid; gap: 20px; max-width: 520px; }
.portfolio-copy h2 { margin-bottom: 0; font-size: clamp(36px,5vw,58px); }
.portfolio-copy p { margin: 0; color: var(--muted); font-size: clamp(17px,2vw,20px); }
.portfolio-notes { display: grid; gap: 10px; margin: 6px 0 8px; padding: 0; list-style: none; }
.portfolio-notes li { position: relative; padding-left: 22px; color: #40505c; font-weight: 750; }
.portfolio-notes li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.portfolio-gallery { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; align-items: stretch; }
.portfolio-shot { grid-column: span 3; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #ebe7df; box-shadow: 0 16px 44px rgba(17,20,23,.06); }
.portfolio-shot--wide { grid-column: span 6; }
.portfolio-shot--tall { grid-row: span 2; }
.portfolio-shot img { width: 100%; height: clamp(250px,22vw,340px); object-fit: cover; transition: transform 260ms ease; }
.portfolio-shot--wide img { height: clamp(320px,30vw,430px); }
.portfolio-shot--tall img { height: clamp(520px,48vw,700px); }
.portfolio-shot--collage img, .portfolio-shot--portrait img { object-fit: contain; background: #ebe7df; }
.portfolio-gallery--curated { grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(14px,2vw,20px); }
.portfolio-gallery--curated .portfolio-shot { grid-column: auto; background: var(--white); box-shadow: 0 18px 54px rgba(17,20,23,.08); }
.portfolio-gallery--curated .portfolio-shot img { height: clamp(310px,25vw,390px); object-fit: cover; background: var(--white); }
.portfolio-gallery--curated .portfolio-shot--evening img { object-position: 50% 58%; }
.portfolio-shot:hover img { transform: scale(1.025); }
.portfolio-shot figcaption { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 72px; padding: 15px 16px 16px; border-top: 1px solid var(--line); background: var(--white); }
.portfolio-shot strong { color: var(--ink); font-size: 17px; line-height: 1.15; }
.portfolio-shot span { color: var(--muted); font-size: 13px; font-weight: 800; text-align: right; }
.query-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.answer-grid, .blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.answer-grid article, .blog-grid article { display: grid; min-height: 250px; padding: 20px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); color: var(--ink); }
.answer-grid h3, .blog-grid h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.18; }
.answer-grid p, .blog-grid p { margin-bottom: 0; color: #4e5d5a; font-size: 16px; font-weight: 600; }
.blog-grid span { color: var(--orange); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }

.subpage-hero { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(58px,8vw,110px) var(--gutter) clamp(40px,6vw,78px); }
.subpage-hero + .section { padding-top: clamp(18px,3vw,36px); }
.subpage-hero h1 { max-width: 980px; }
.subpage-hero > p:not(.eyebrow):not(.breadcrumb):not(.article-meta) { max-width: 790px; color: #454d59; font-size: clamp(18px,2vw,22px); }
.breadcrumb { margin-bottom: 18px; }
.breadcrumb a { color: var(--muted); }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.38fr); gap: clamp(26px,5vw,68px); width: min(100%, var(--max)); margin: 0 auto; padding: 0 var(--gutter) clamp(72px,9vw,128px); }
.content-main { display: grid; gap: 34px; }
.content-main section, .aside-card { padding: clamp(24px,4vw,36px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.content-main h2 { font-size: clamp(28px,4vw,46px); }
.content-main p, .content-main li, .aside-card p, .aside-card li { color: var(--muted); font-size: 17px; }
.content-main ul, .aside-card ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.aside-card { position: sticky; top: 112px; align-self: start; display: grid; gap: 18px; }
.aside-card h2, .aside-card h3 { margin-bottom: 0; font-size: 28px; }
.aside-card--cta { justify-items: center; gap: 24px; padding: clamp(28px,4vw,44px) clamp(22px,3vw,32px); text-align: center; }
.aside-card--cta h2 { max-width: 12ch; font-size: clamp(30px,3vw,42px); line-height: 1.02; }
.aside-card--cta p { max-width: 24ch; margin-bottom: 8px; font-size: 18px; line-height: 1.45; }
.aside-card--cta .button, .aside-card--cta .text-link { width: 100%; max-width: 300px; justify-content: center; text-align: center; white-space: normal; }
.aside-card--cta .text-link { line-height: 1.25; }
.page-list { display: grid; gap: 14px; }
.page-list a { display: block; width: 100%; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); font-weight: 900; }
.page-list span { display: block; margin-top: 6px; color: var(--muted); font-weight: 600; }
.area-directory { display: grid; gap: clamp(34px,5vw,64px); }
.area-hub { display: grid; gap: 16px; max-width: 1100px; padding: clamp(28px,5vw,52px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--green); color: var(--white); }
.area-hub span { color: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.area-hub strong { max-width: 920px; font-size: clamp(30px,4.5vw,58px); line-height: 1.02; }
.area-hub p { max-width: 780px; margin: 0; color: rgba(255,255,255,.76); font-size: 18px; }
.coverage-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 14px; }
.coverage-card { display: grid; align-content: start; gap: 14px; min-height: 320px; padding: clamp(22px,3vw,30px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.coverage-card--main { background: #fff8ee; border-color: rgba(240,121,19,.28); }
.coverage-card span { color: var(--orange); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.coverage-card h2 { margin-bottom: 0; font-size: clamp(26px,2.2vw,34px); }
.coverage-card--main h2 { font-size: clamp(30px,3vw,46px); }
.coverage-card p { margin: 0; color: var(--muted); font-size: 17px; font-weight: 650; }
.coverage-card .button { align-self: end; width: max-content; max-width: 100%; }
.area-town-board { display: grid; grid-template-columns: minmax(260px,.42fr) minmax(0,1fr); gap: clamp(26px,5vw,68px); align-items: start; padding-top: clamp(24px,4vw,42px); border-top: 1px solid var(--line); }
.area-town-board > div:first-child p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.town-link-sections { display: grid; gap: 24px; }
.town-link-sections section { display: grid; gap: 12px; }
.town-link-sections h3 { margin: 0; font-size: 22px; }
.town-pill-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.town-pill-grid a { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); font-weight: 850; transition: border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.town-pill-grid a:hover { transform: translateY(-1px); border-color: rgba(240,121,19,.52); color: var(--orange); }
.article-body { max-width: 860px; }
.article-body h2 { margin-top: 0; }
.article-body p, .article-body li { color: #4f5b66; font-size: 19px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
summary { cursor: pointer; padding: 20px; color: var(--ink); font-size: 18px; font-weight: 900; }
details p { margin-bottom: 0; padding: 0 20px 20px; }

.quote { display: grid; grid-template-columns: minmax(280px,.88fr) minmax(320px,.9fr); gap: clamp(32px,7vw,92px); width: min(100%, var(--wide)); margin: 0 auto; padding: clamp(72px,9vw,128px) var(--gutter); background: var(--charcoal); color: var(--white); }
.quote h2 { color: var(--white); }
.quote-copy p { color: rgba(255,255,255,.74); }
.contact-stack { display: grid; gap: 10px; margin-top: 30px; font-weight: 900; }
.contact-stack a, .contact-stack span { color: var(--white); }
.rating-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.rating-links a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 12px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.08); color: var(--white); font-size: 13px; font-weight: 950; text-decoration: none; }
.rating-links a:hover { border-color: rgba(240,121,19,.72); background: rgba(240,121,19,.16); }
.quote-form { display: grid; gap: 15px; padding: 24px; border-radius: var(--radius); background: var(--paper); color: var(--ink); }
label { display: grid; gap: 8px; font-size: 14px; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #d5d8dc; border-radius: var(--radius); background: var(--white); color: var(--ink); }
textarea { resize: vertical; }
.form-note { min-height: 24px; margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { display: grid; grid-template-columns: minmax(240px,1.2fr) minmax(130px,.65fr) minmax(130px,.65fr) minmax(180px,.82fr) minmax(140px,.58fr); gap: 36px; padding: 60px var(--gutter) 30px; background: #0a0d0f; color: var(--white); }
.site-footer p { color: rgba(255,255,255,.68); }
.site-footer nav, .site-footer address { display: grid; gap: 12px; align-content: start; font-style: normal; font-weight: 800; }
.site-footer h2 { margin: 0 0 6px; color: var(--white); font-size: 16px; line-height: 1.2; }
.site-footer a, .site-footer span { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--white); }
.social-links a { width: max-content; max-width: 100%; padding-bottom: 3px; border-bottom: 1px solid rgba(240,121,19,.55); }
.copyright { grid-column: 1 / -1; margin: 24px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.copyright a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.36); }

.cookie-notice { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: grid; gap: 12px; width: min(430px, calc(100% - 36px)); padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(10,13,15,.96); color: var(--white); box-shadow: 0 18px 54px rgba(17,20,23,.24); }
.cookie-notice.is-hidden { display: none; }
.cookie-notice strong { display: block; margin-bottom: 3px; font-size: 14px; line-height: 1.2; }
.cookie-notice p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.38; }
.cookie-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-actions a { margin-right: auto; color: var(--white); font-size: 13px; font-weight: 850; border-bottom: 1px solid rgba(240,121,19,.7); }
.cookie-actions .button { min-height: 38px; padding: 0 13px; font-size: 13px; }
.cookie-actions .button--ghost { color: var(--white); border-color: rgba(255,255,255,.24); }
.cookie-actions .button--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.38); }

@media (max-width: 1180px) {
  .nav { gap: 14px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .portfolio-shell { grid-template-columns: 1fr; }
  .portfolio-copy { position: static; max-width: 760px; }
  .portfolio-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .portfolio-shot, .portfolio-shot--wide, .portfolio-shot--tall { grid-column: auto; grid-row: auto; }
}

@media (max-width: 920px) {
  .header-inner { padding-block: 10px; }
  .brand img { width: 156px; }
  .menu-button { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); cursor: pointer; }
  .menu-button span:not(.sr-only), .menu-button span:not(.sr-only)::before, .menu-button span:not(.sr-only)::after { display: block; width: 20px; height: 2px; background: currentColor; }
  .menu-button span:not(.sr-only) { position: relative; }
  .menu-button span:not(.sr-only)::before, .menu-button span:not(.sr-only)::after { content: ""; position: absolute; left: 0; }
  .menu-button span:not(.sr-only)::before { top: -7px; }
  .menu-button span:not(.sr-only)::after { top: 7px; }
  .nav { position: fixed; inset: 98px 16px auto; display: none; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
  .nav.is-open { display: grid; gap: 0; }
  .nav a { display: flex; align-items: center; min-height: 50px; padding: 0 14px; border-bottom: 1px solid var(--line); }
  .nav a:not(.button)::after { content: none; }
  .nav .button { margin-top: 10px; }
  .hero, .trust-strip, .pathways, .pathway-grid, .service-grid, .split-feature, .process-band, .portfolio-shell, .portfolio-gallery, .answer-grid, .blog-grid, .content-layout, .coverage-grid, .area-town-board, .quote, .site-footer { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: 48px; }
  .hero-visual, .hero-visual img { min-height: 450px; }
  .pathways > div:first-child { position: static; max-width: none; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip p:last-child { border-bottom: 0; }
  .pathway-grid a { min-height: 0; }
  .coverage-card { min-height: 0; }
  .coverage-card .button { width: 100%; }
  .process-list li { grid-template-columns: 1fr; }
  .process-list p { grid-column: 1; }
  .portfolio-shot img, .portfolio-shot--wide img, .portfolio-shot--tall img { height: clamp(260px,48vw,430px); }
  .aside-card { position: static; }
}

@media (max-width: 560px) {
  :root { --gutter: 18px; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  h2 { font-size: clamp(31px, 10vw, 44px); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-visual, .hero-visual img { min-height: 370px; }
  .hero-visual figcaption { left: 18px; right: 18px; bottom: 18px; font-size: 16px; }
  .hero-visual figcaption strong { font-size: 20px; }
  .service-grid article { min-height: 0; padding: 22px; }
  .split-feature { width: calc(100% - 24px); padding: 52px 20px; }
  .portfolio-shot img, .portfolio-shot--wide img, .portfolio-shot--tall img { height: 260px; min-height: 0; }
  .portfolio-shot figcaption { align-items: flex-start; flex-direction: column; gap: 4px; min-height: 0; }
  .portfolio-shot span { text-align: left; }
  .answer-grid article, .blog-grid article { min-height: 0; }
  .quote-form { padding: 18px; }
  .cookie-notice { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 12px; }
  .cookie-actions { justify-content: flex-start; }
  .cookie-actions a { flex: 1 0 100%; margin-right: 0; }
  .cookie-actions .button { flex: 1 1 0; }
}
