:root {
  --ink: #17232b;
  --ink-2: #25343d;
  --blue: #244ff2;
  --blue-dark: #1634ad;
  --orange: #ef6b3a;
  --sand: #f0ede4;
  --paper: #fffdf8;
  --line: #c8ccc8;
  --muted: #647078;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 24px 60px rgba(23, 35, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--white); padding: 12px 16px; }
.skip-link:focus { left: 12px; top: 12px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.03; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); margin-bottom: 28px; max-width: 960px; }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.4rem); margin-bottom: 22px; }
h3 { font-size: 1.35rem; }
p { font-size: 1.04rem; }

.signal-bar { background: var(--ink); color: var(--white); font-size: .74rem; letter-spacing: .11em; text-transform: uppercase; }
.signal-inner { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
.site-header { position: relative; z-index: 20; background: rgba(255, 253, 248, .97); border-bottom: 1px solid var(--line); }
.nav-shell { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-block { width: 45px; height: 45px; display: grid; place-items: center; color: var(--white); background: var(--blue); font-weight: 900; letter-spacing: -.05em; }
.brand-words { display: grid; gap: 1px; }
.brand-words strong { font-size: .98rem; letter-spacing: -.01em; }
.brand-words small { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a, .dropdown-toggle { text-decoration: none; border: 0; background: none; color: var(--ink); font-size: .92rem; font-weight: 700; cursor: pointer; padding: 12px 0; }
.main-nav > a:hover, .dropdown-toggle:hover { color: var(--blue); }
.nav-cta { background: var(--ink); color: var(--white) !important; padding: 13px 17px !important; display: inline-flex; gap: 14px; align-items: center; }
.nav-cta:hover { background: var(--blue); }
.nav-dropdown { position: relative; }
.dropdown-panel { display: none; position: absolute; top: 100%; left: -20px; width: 285px; padding: 12px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.dropdown-panel a { display: block; padding: 11px 12px; text-decoration: none; font-size: .9rem; font-weight: 700; }
.dropdown-panel a:hover { background: var(--sand); color: var(--blue); }
.nav-dropdown.open .dropdown-panel { display: block; }
.nav-toggle { display: none; background: var(--ink); color: white; border: 0; padding: 10px 13px; font-weight: 800; }

.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 20px; background: var(--blue); color: var(--white); text-decoration: none; border: 0; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--orange); color: var(--ink); }
.inline-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); text-decoration: none; font-weight: 800; border-bottom: 1px solid currentColor; }
.inline-link:hover { color: var(--orange); }
.inline-link.light { color: var(--white); }
.micro-label, .section-code { display: block; margin-bottom: 18px; color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.micro-label.light, .section-code.light { color: #aebeff; }

.home-hero { padding: 70px 0 0; border-bottom: 1px solid var(--line); overflow: hidden; background: linear-gradient(90deg, transparent 0 74%, rgba(36,79,242,.04) 74% 100%); }
.hero-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; min-height: 600px; }
.hero-copy h1 { font-size: clamp(4rem, 7.8vw, 7.7rem); max-width: 760px; }
.hero-lead { max-width: 680px; font-size: 1.22rem; color: var(--ink-2); margin-bottom: 34px; }
.hero-blueprint { min-height: 480px; position: relative; background: var(--blue); padding: 58px 42px 34px; color: white; box-shadow: 18px 18px 0 var(--ink); }
.blueprint-label { position: absolute; top: 18px; left: 22px; font-size: .7rem; letter-spacing: .15em; font-weight: 900; }
.blueprint-screen { background: var(--paper); color: var(--ink); min-height: 310px; padding: 16px; border: 2px solid var(--ink); transform: rotate(-1.3deg); }
.bp-nav { display: flex; gap: 6px; padding-bottom: 12px; border-bottom: 2px solid var(--ink); }
.bp-nav i { width: 8px; height: 8px; display: block; background: var(--orange); border-radius: 50%; }
.bp-content { padding: 24px 20px 16px; display: grid; gap: 11px; }
.bp-content span { display: block; background: #d6dad6; height: 9px; }
.bp-content .bp-kicker { width: 22%; background: var(--orange); height: 6px; }
.bp-content .bp-heading { width: 82%; height: 20px; background: var(--ink); }
.bp-content .bp-heading.short { width: 59%; }
.bp-content .bp-copy { width: 92%; }
.bp-content .bp-copy.tiny { width: 70%; }
.bp-content .bp-button { width: 29%; height: 30px; background: var(--blue); margin-top: 8px; }
.bp-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 0 20px 20px; }
.bp-cards b { height: 45px; background: var(--sand); border: 1px solid var(--ink); }
.blueprint-note { display: flex; gap: 14px; align-items: center; margin-top: 28px; max-width: 320px; }
.blueprint-note strong { font-size: 2.6rem; line-height: .8; }
.blueprint-note span { font-size: .82rem; line-height: 1.25; }
.orange-stamp { position: absolute; right: -24px; bottom: 36px; width: 105px; height: 105px; background: var(--orange); color: var(--ink); display: grid; place-items: center; text-align: center; font-size: .72rem; font-weight: 900; line-height: 1.2; transform: rotate(7deg); border: 2px solid var(--ink); }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 75px; border-top: 1px solid var(--line); }
.metric-grid div { padding: 24px 22px; border-right: 1px solid var(--line); display: flex; gap: 12px; align-items: baseline; }
.metric-grid div:first-child { border-left: 1px solid var(--line); }
.metric-grid strong { color: var(--orange); font-size: 1.4rem; }
.metric-grid span { font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 105px 0; }
.section-sand { background: var(--sand); }
.section-ink { background: var(--ink); color: var(--white); }
.section-head { display: grid; grid-template-columns: 190px 1fr; gap: 50px; align-items: start; margin-bottom: 55px; }
.section-head > div { max-width: 760px; }
.section-head p { max-width: 690px; color: var(--muted); font-size: 1.12rem; }
.section-ink .section-head p, .light-head p { color: #c6cdd1; }

.service-bento { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.service-tile { position: relative; min-height: 330px; padding: 28px; border: 1px solid var(--ink); background: var(--white); display: flex; flex-direction: column; }
.service-tile:nth-child(1), .service-tile:nth-child(4) { grid-column: span 7; }
.service-tile:nth-child(2), .service-tile:nth-child(3) { grid-column: span 5; }
.service-tile:nth-child(1) { background: var(--blue); color: white; }
.service-tile:nth-child(4) { background: var(--ink); color: white; }
.tile-top { display: flex; justify-content: space-between; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.service-tile h3 { font-size: clamp(1.8rem, 3vw, 3.1rem); margin: auto 0 18px; }
.service-tile h3 a { text-decoration: none; }
.service-tile p { max-width: 550px; margin-bottom: 25px; color: inherit; opacity: .83; }
.service-tile:nth-child(1) .inline-link, .service-tile:nth-child(4) .inline-link { color: var(--white); }

.strategy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.strategy-grid h2 { max-width: 620px; }
.strategy-copy > p { color: #c7d0d4; font-size: 1.14rem; margin-bottom: 32px; }
.slash-list { list-style: none; padding: 0; margin: 0; }
.slash-list li { padding: 13px 0 13px 28px; border-top: 1px solid #46545c; position: relative; }
.slash-list li::before { content: '/'; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.slash-list.dark li { border-color: var(--line); }
.process-line { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid #46545c; }
.process-line article { padding: 28px 30px 12px 0; border-right: 1px solid #46545c; }
.process-line article:not(:first-child) { padding-left: 30px; }
.process-line span { color: var(--orange); font-weight: 900; }
.process-line h3 { color: white; font-size: 2rem; margin: 22px 0 10px; }
.process-line p { color: #c7d0d4; max-width: 260px; }
.process-line.vertical { grid-template-columns: 1fr; margin-top: 0; border-top: 0; }
.process-line.vertical article { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
.process-line.vertical article:not(:first-child) { padding-left: 0; }
.process-line.vertical h3 { color: var(--ink); }
.process-line.vertical p { color: var(--muted); }

.town-list { border-top: 1px solid var(--ink); }
.town-row { display: grid; grid-template-columns: 70px 1fr 200px; align-items: center; gap: 20px; min-height: 92px; padding: 16px 12px; border-bottom: 1px solid var(--line); text-decoration: none; transition: .18s ease; }
.town-row:hover { background: var(--blue); color: white; padding-left: 24px; }
.town-number { color: var(--orange); font-weight: 900; font-size: .82rem; }
.town-main { display: grid; gap: 4px; }
.town-main strong { font-size: 1.35rem; letter-spacing: -.02em; }
.town-main small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
.town-row:hover .town-main small { color: #cfdbff; }
.town-action { text-align: right; font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.project-stripe { background: var(--orange); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.project-stripe-grid { min-height: 260px; display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 40px; align-items: center; }
.project-stripe .section-code { color: var(--ink); }
.project-stripe h2 { font-size: clamp(2.2rem, 4vw, 4.3rem); margin-bottom: 0; }
.price-block { display: grid; gap: 5px; border-left: 2px solid var(--ink); padding-left: 35px; }
.price-block span { font-size: .75rem; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.price-block strong { font-size: 3.2rem; }
.price-block a { font-weight: 900; }
.project-note { border-left: 1px solid rgba(23,35,43,.5); padding-left: 30px; font-size: .88rem; }

.cta-panel { background: var(--blue); color: white; padding: 85px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cta-grid h2 { margin: 0; }
.cta-grid p { color: #d4dcff; font-size: 1.12rem; }
.cta-grid .micro-label { color: #c2ccff; }

.page-hero, .service-hero, .city-hero, .local-service-hero { padding: 68px 0 92px; border-bottom: 1px solid var(--line); background: var(--paper); }
.page-hero-grid { background-image: linear-gradient(rgba(36,79,242,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(36,79,242,.055) 1px, transparent 1px); background-size: 46px 46px; }
.page-hero h1 { max-width: 950px; margin-top: 45px; }
.page-hero > .wrap > p { max-width: 800px; font-size: 1.2rem; color: var(--ink-2); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 38px; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs strong { color: var(--ink); }

.service-hero { background: linear-gradient(90deg, var(--paper) 0 68%, var(--sand) 68% 100%); }
.service-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.service-hero-grid h1 { font-size: clamp(3.8rem, 7vw, 7rem); }
.service-hero-grid > div > p:not(.micro-label) { max-width: 720px; font-size: 1.18rem; }
.service-index { display: block; color: var(--orange); font-size: 5rem; line-height: .9; font-weight: 900; margin-bottom: 28px; }
.service-hero aside { background: var(--ink); color: white; padding: 34px; box-shadow: 12px 12px 0 var(--orange); }
.service-hero aside > span, .local-service-grid aside > span, .city-title-grid aside > span { color: #aebeff; font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.service-hero aside strong { display: block; font-size: 2rem; line-height: 1.05; margin: 22px 0; }
.service-hero aside p { color: #c8d0d4; margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.feature-cell { min-height: 245px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.feature-cell > span { color: var(--orange); font-weight: 900; }
.feature-cell h3 { font-size: 1.7rem; margin: 50px 0 13px; }
.feature-cell p { color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 75px; align-items: start; }
.faq-stack details { border-top: 1px solid var(--ink); padding: 0; }
.faq-stack details:last-child { border-bottom: 1px solid var(--ink); }
.faq-stack summary { cursor: pointer; list-style: none; padding: 23px 36px 23px 0; font-weight: 900; position: relative; }
.faq-stack summary::after { content: '+'; position: absolute; right: 3px; top: 20px; color: var(--blue); font-size: 1.4rem; }
.faq-stack details[open] summary::after { content: '–'; }
.faq-stack details p { color: var(--muted); padding: 0 40px 22px 0; }

.state-card { min-height: 310px; background: var(--blue); color: white; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: 42px; box-shadow: 18px 18px 0 var(--ink); }
.state-card > div > span { display: block; font-size: 4.5rem; font-weight: 900; color: var(--orange); }
.state-card h2 { max-width: 700px; margin-bottom: 15px; }
.state-card p { max-width: 700px; color: #d3dcff; }
.state-card > a { color: white; font-weight: 900; }

.city-hero { background: linear-gradient(90deg, var(--paper) 0 64%, var(--blue) 64% 100%); }
.city-title-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.city-title-grid h1 { font-size: clamp(4rem, 8vw, 8rem); }
.city-title-grid > div > p:not(.micro-label) { max-width: 760px; font-size: 1.18rem; }
.city-title-grid aside { color: white; padding: 36px 0 15px 30px; border-left: 1px solid #91a5ff; }
.city-title-grid aside p { margin: 20px 0 0; color: #e0e5ff; }
.local-context-grid, .local-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.local-context-grid p { color: #c6cfd3; font-size: 1.1rem; }
.info-ledger { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 45px; padding-top: 28px; border-top: 2px solid var(--ink); }
.info-ledger > div > span { font-size: .7rem; color: var(--blue); letter-spacing: .12em; font-weight: 900; }
.info-ledger h2 { font-size: 2.8rem; margin-top: 30px; }

.local-service-hero { background: linear-gradient(90deg, var(--paper) 0 70%, var(--sand) 70% 100%); }
.local-service-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 75px; align-items: end; }
.local-service-grid h1 { font-size: clamp(4.2rem, 8vw, 8rem); margin-bottom: 18px; }
.local-service-grid h2 { font-size: clamp(1.7rem, 3vw, 2.8rem); color: var(--blue); letter-spacing: -.02em; margin-bottom: 28px; }
.local-service-grid > div > p:not(.micro-label) { max-width: 780px; font-size: 1.16rem; }
.local-service-grid aside { background: var(--white); border: 1px solid var(--ink); padding: 30px; box-shadow: 10px 10px 0 var(--orange); }
.local-service-grid aside > span { color: var(--blue); }
.local-service-grid aside p { margin: 18px 0 25px; color: var(--muted); }
.local-service-grid aside a { color: var(--blue); font-weight: 900; }
.local-story-grid p { color: var(--muted); font-size: 1.08rem; }
.sibling-services { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.sibling-services a { min-height: 180px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; display: grid; align-content: space-between; font-size: 1.2rem; font-weight: 900; }
.sibling-services a span { color: var(--orange); font-size: .75rem; }
.sibling-services a b { justify-self: end; color: var(--blue); }
.sibling-services a:hover { background: var(--blue); color: white; }
.sibling-services a:hover b { color: var(--orange); }
.nearby-links { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #4a575f; border-left: 1px solid #4a575f; }
.nearby-links a { min-height: 110px; padding: 22px; border-right: 1px solid #4a575f; border-bottom: 1px solid #4a575f; color: white; text-decoration: none; font-weight: 800; display: flex; justify-content: space-between; gap: 15px; }
.nearby-links a:hover { background: var(--blue); }
.nearby-links span { color: var(--orange); }

.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; }
.about-grid > div:first-child p { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.portfolio-ledger { display: grid; gap: 22px; }
.portfolio-ledger article { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--ink); min-height: 270px; }
.portfolio-ledger article > div:last-child { padding: 42px; display: grid; align-content: center; }
.portfolio-image { min-height: 270px; padding: 25px; color: white; display: flex; justify-content: space-between; align-items: flex-start; background-color: var(--blue); background-image: linear-gradient(135deg, transparent 0 55%, rgba(255,255,255,.18) 55% 58%, transparent 58% 100%), linear-gradient(45deg, transparent 0 30%, rgba(255,255,255,.1) 30% 33%, transparent 33% 100%); }
.portfolio-image.p-two { background-color: var(--orange); color: var(--ink); }
.portfolio-image.p-three { background-color: var(--ink); }
.portfolio-image span { font-size: 3rem; font-weight: 900; }
.portfolio-image b { writing-mode: vertical-rl; letter-spacing: .13em; font-size: .72rem; }
.pricing-ledger { display: grid; gap: 18px; }
.pricing-ledger article { display: grid; grid-template-columns: 1.2fr .45fr 1fr auto; gap: 35px; align-items: center; border: 1px solid var(--ink); padding: 30px; }
.pricing-ledger article.featured { background: var(--blue); color: white; box-shadow: 12px 12px 0 var(--orange); }
.pricing-ledger article span { font-size: .7rem; letter-spacing: .12em; font-weight: 900; color: var(--blue); }
.pricing-ledger article.featured span { color: #cbd4ff; }
.pricing-ledger article h2 { font-size: 2rem; margin: 10px 0; }
.pricing-ledger article p { color: var(--muted); margin-bottom: 0; }
.pricing-ledger article.featured p { color: #d5ddff; }
.pricing-ledger article > strong { font-size: 2.7rem; }
.pricing-ledger article ul { margin: 0; padding-left: 18px; font-size: .9rem; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-lines { display: grid; border-top: 1px solid var(--ink); margin: 35px 0; }
.contact-lines a { display: grid; gap: 5px; text-decoration: none; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-lines span { font-size: .7rem; color: var(--blue); font-weight: 900; letter-spacing: .1em; }
.contact-lines strong { font-size: 1.25rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 32px; border: 1px solid var(--ink); background: var(--sand); box-shadow: 12px 12px 0 var(--ink); }
.contact-form label { display: grid; gap: 7px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.contact-form label:nth-last-of-type(1), .contact-form button { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px; border: 1px solid var(--ink); background: var(--white); border-radius: 0; }
.template-note { margin-top: 35px; padding: 18px 20px; border-left: 5px solid var(--orange); background: #fff5ef; font-size: .9rem; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { font-size: 2rem; margin-top: 42px; }

.site-footer { background: #10181e; color: white; }
.footer-lead { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 40px; align-items: center; min-height: 200px; border-bottom: 1px solid #3c474e; }
.footer-lead .micro-label { color: #9aabff; margin-bottom: 0; }
.footer-lead h2 { margin-bottom: 0; }
.footer-lead > a { color: white; font-weight: 900; text-decoration: none; border-bottom: 1px solid white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .8fr; gap: 55px; padding: 70px 0 50px; }
.footer-brand .brand-words strong { color: white; }
.footer-brand .brand-words small { color: #aeb8bd; }
.footer-about p { color: #aeb8bd; max-width: 330px; margin: 24px 0; }
.footer-phone { color: white; font-weight: 900; font-size: 1.2rem; }
.footer-grid h3 { color: #9eafff; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin: 8px 0; }
.footer-grid a { color: white; text-decoration: none; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { padding: 20px 0 30px; border-top: 1px solid #3c474e; display: flex; justify-content: space-between; gap: 20px; color: #89979f; font-size: .78rem; }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% - 1px); background: var(--white); border: 1px solid var(--line); padding: 16px; box-shadow: var(--shadow); align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav > a, .dropdown-toggle { width: 100%; text-align: left; padding: 13px; }
  .nav-cta { margin-top: 8px; }
  .dropdown-panel { position: static; width: 100%; box-shadow: none; border: 0; padding: 0 0 8px 14px; }
  .hero-layout, .strategy-grid, .cta-grid, .service-hero-grid, .city-title-grid, .local-service-grid, .local-context-grid, .local-story-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-layout { min-height: auto; }
  .hero-blueprint { margin-bottom: 60px; }
  .section-head, .faq-layout { grid-template-columns: 1fr; gap: 18px; }
  .service-tile:nth-child(n) { grid-column: span 6; }
  .project-stripe-grid { grid-template-columns: 1fr 1fr; padding: 55px 0; }
  .project-note { grid-column: 1 / -1; }
  .city-hero, .local-service-hero, .service-hero { background: var(--paper); }
  .city-title-grid aside { background: var(--blue); padding: 30px; border: 0; }
  .info-ledger { grid-template-columns: 1fr; }
  .sibling-services, .nearby-links { grid-template-columns: 1fr 1fr; }
  .pricing-ledger article { grid-template-columns: 1fr 1fr; }
  .pricing-ledger article ul { grid-column: 1 / -1; }
  .footer-lead { grid-template-columns: 1fr; gap: 15px; padding: 50px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .signal-inner { font-size: .61rem; }
  .signal-inner span:first-child { display: none; }
  .nav-shell { min-height: 76px; }
  .brand-words strong { font-size: .83rem; }
  .brand-words small { display: none; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .home-hero { padding-top: 48px; }
  .hero-copy h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .hero-blueprint { padding: 50px 22px 25px; min-height: 430px; box-shadow: 10px 10px 0 var(--ink); }
  .orange-stamp { right: -4px; bottom: 24px; width: 88px; height: 88px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .service-bento { grid-template-columns: 1fr; }
  .service-tile:nth-child(n) { grid-column: auto; min-height: 285px; }
  .process-line { grid-template-columns: 1fr; }
  .process-line article, .process-line article:not(:first-child) { padding: 24px 0; border-right: 0; border-bottom: 1px solid #46545c; }
  .town-row { grid-template-columns: 42px 1fr; min-height: 95px; }
  .town-action { display: none; }
  .project-stripe-grid, .feature-grid, .sibling-services, .nearby-links, .portfolio-ledger article, .pricing-ledger article, .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .price-block, .project-note { border-left: 0; padding-left: 0; }
  .state-card { grid-template-columns: 1fr; box-shadow: 10px 10px 0 var(--ink); }
  .service-index { font-size: 3.8rem; }
  .local-service-grid h1, .city-title-grid h1 { font-size: clamp(3.4rem, 16vw, 5.6rem); }
  .portfolio-ledger article > div:last-child { padding: 28px; }
  .pricing-ledger article ul, .contact-form label:nth-last-of-type(1), .contact-form button { grid-column: auto; }
  .contact-form { padding: 22px; box-shadow: 8px 8px 0 var(--ink); }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; display: block; z-index: 30; left: 12px; right: 12px; bottom: 12px; padding: 14px; background: var(--orange); color: var(--ink); text-align: center; text-decoration: none; font-weight: 900; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); }
  body { padding-bottom: 70px; }
}

.hidden-field { position: absolute !important; left: -9999px !important; }

.hero-art-band { width: 100%; margin: 0; padding: 0; line-height: 0; overflow: hidden; }
.hero-art-band svg.hero-art { display: block; width: 100%; height: clamp(180px, 26vw, 340px); }
@media (max-width: 720px) { .hero-art-band svg.hero-art { height: 190px; } }
