:root {
  --ink: #101820;
  --ink-2: #19242e;
  --ink-3: #263542;
  --cobalt: #1769e0;
  --cobalt-dark: #0d4fae;
  --amber: #f2a900;
  --amber-dark: #ca8500;
  --porcelain: #f6f5f1;
  --white: #fff;
  --steel: #68737f;
  --line: #dfe3e5;
  --green: #3f8f68;
  --danger: #b42318;
  --success: #177245;
  --shadow-sm: 0 10px 30px rgba(16, 24, 32, .08);
  --shadow-lg: 0 30px 80px rgba(16, 24, 32, .16);
  --radius-sm: .35rem;
  --radius: .75rem;
  --radius-lg: 1.4rem;
  --shell: min(76rem, calc(100% - 2.5rem));
  --display: "Aptos Display", "Segoe UI", Helvetica, Arial, sans-serif;
  --body: "Source Sans 3", "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
::selection { background: var(--amber); color: var(--ink); }
h1, h2, h3, h4 { margin: 0 0 .75rem; font-family: var(--display); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.65rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }
address { font-style: normal; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; color: var(--white); background: var(--ink); border-radius: var(--radius-sm); }
.skip-link:focus { top: 1rem; }
.eyebrow { display: inline-flex; gap: .5rem; align-items: center; margin-bottom: 1.1rem; color: var(--cobalt-dark); font-size: .75rem; font-weight: 800; letter-spacing: .15em; line-height: 1; text-transform: uppercase; }
.eyebrow::before { width: 2rem; height: 2px; background: currentColor; content: ""; }
.eyebrow.light { color: #8bb8ff; }
.lead { max-width: 46rem; color: var(--steel); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.kicker { color: var(--amber); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: var(--steel); }
.measure { max-width: 44rem; }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-sm { padding-block: clamp(3rem, 6vw, 5rem); }
.section-ink { color: var(--white); background: var(--ink); }
.section-porcelain { background: var(--porcelain); }
.section-head { display: grid; grid-template-columns: 1fr minmax(18rem, .7fr); gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head p { color: var(--steel); }
.section-ink .section-head p { color: #bdc7ce; }

.utility-bar { color: #d5dce1; background: #091016; font-size: .82rem; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 2.4rem; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; gap: 1.5rem; }
.utility-links a { color: inherit; text-decoration: none; }
.utility-links a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; transition: box-shadow .25s ease, border-color .25s ease; backdrop-filter: blur(14px); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(16,24,32,.06); }
.nav-shell { display: flex; gap: 1.5rem; align-items: center; min-height: 5.2rem; }
.brand { display: inline-flex; flex: 0 0 auto; gap: .75rem; align-items: center; color: var(--ink); text-decoration: none; }
.brand img { width: 3rem; height: 3rem; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: var(--display); font-size: 1.22rem; letter-spacing: -.02em; }
.brand small { margin-top: .34rem; color: var(--steel); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { display: flex; gap: clamp(.8rem, 1.5vw, 1.4rem); align-items: center; margin-left: auto; }
.primary-nav a { position: relative; padding-block: 1.8rem; font-size: .9rem; font-weight: 700; text-decoration: none; }
.primary-nav a::after { position: absolute; right: 0; bottom: 1.2rem; left: 0; height: 2px; background: var(--cobalt); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 3rem; height: 3rem; margin-left: auto; padding: .7rem; background: transparent; border: 0; }
.menu-toggle i { display: block; width: 100%; height: 2px; margin: .28rem 0; background: var(--ink); transition: transform .2s ease; }
.button { display: inline-flex; min-height: 3.25rem; padding: .85rem 1.35rem; justify-content: center; align-items: center; gap: .55rem; border: 2px solid transparent; border-radius: var(--radius-sm); font-size: .88rem; font-weight: 800; letter-spacing: .025em; line-height: 1.1; text-align: center; text-decoration: none; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(16,24,32,.14); }
.button-primary { color: var(--white); background: var(--cobalt); }
.button-primary:hover { background: var(--cobalt-dark); }
.button-amber { color: var(--ink); background: var(--amber); }
.button-amber:hover { background: #ffc23f; }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline:hover { color: var(--white); background: var(--ink); }
.nav-cta { flex: 0 0 auto; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(.3rem); }
.light-link { color: var(--white); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }

.hero { position: relative; min-height: min(46rem, calc(100vh - 7.6rem)); color: var(--white); background: var(--ink); isolation: isolate; overflow: hidden; }
.hero::before { position: absolute; inset: 0; z-index: -2; background: url("../images/hero-electrician.webp") center / cover no-repeat; content: ""; }
.hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,14,19,.94) 0%, rgba(8,14,19,.82) 38%, rgba(8,14,19,.24) 68%, rgba(8,14,19,.05) 100%); content: ""; }
.hero-inner { display: grid; min-height: inherit; padding-block: clamp(4rem, 9vw, 7.5rem); grid-template-columns: minmax(0, 42rem) 1fr; align-items: center; }
.hero h1 { max-width: 12ch; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero-copy > p { max-width: 39rem; margin: 1.4rem 0 2rem; color: #d7dfe4; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; margin-top: 2.4rem; color: #d7dfe4; font-size: .88rem; font-weight: 700; }
.hero-proof span { display: inline-flex; gap: .55rem; align-items: center; }
.hero-proof span::before { display: grid; width: 1.45rem; height: 1.45rem; color: var(--ink); background: var(--amber); border-radius: 50%; content: "✓"; font-size: .8rem; font-weight: 900; place-items: center; }
.trust-strip { background: var(--porcelain); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.35rem 1.5rem; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item strong { display: block; font-family: var(--display); font-size: 1rem; }
.trust-item span { color: var(--steel); font-size: .82rem; }

.page-hero { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero::after { position: absolute; top: -10rem; right: -5rem; width: 28rem; height: 28rem; background: radial-gradient(circle, rgba(23,105,224,.35), transparent 68%); content: ""; }
.page-hero .shell { position: relative; z-index: 1; padding-block: clamp(4.5rem, 9vw, 8rem); }
.page-hero h1 { max-width: 14ch; font-size: clamp(2.6rem, 6vw, 5rem); }
.page-hero p { max-width: 43rem; color: #cbd4da; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.5rem; color: #aab7bf; font-size: .8rem; }
.breadcrumbs a { color: inherit; }
.breadcrumbs span::before { margin-right: .45rem; content: "/"; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.service-hero-card { padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.service-hero-card h2 { font-size: 1.4rem; }
.service-hero-card ul { margin: 1.2rem 0 1.5rem; list-style: none; padding: 0; }
.service-hero-card li { position: relative; padding: .6rem 0 .6rem 1.8rem; border-bottom: 1px solid var(--line); }
.service-hero-card li::before { position: absolute; left: 0; color: var(--cobalt); content: "✓"; font-weight: 900; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.card { position: relative; display: flex; min-height: 19rem; padding: 1.8rem; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.card:hover { border-color: #b4c9ec; transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.card-number { margin-bottom: auto; color: var(--cobalt); font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.card h3 { margin-top: 2rem; }
.card p { color: var(--steel); }
.card .text-link { margin-top: auto; }
.card-icon { display: grid; width: 3.2rem; height: 3.2rem; margin-bottom: 2rem; color: var(--cobalt); background: #edf4ff; border-radius: 50%; font-family: var(--display); font-size: 1.1rem; font-weight: 900; place-items: center; }
.card-dark { color: var(--white); background: var(--ink-2); border-color: #34424d; }
.card-dark p { color: #bec8cf; }
.card-dark .text-link { color: #8bb8ff; }
.card-wide { grid-column: span 2; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .88fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.feature-grid.reverse > :first-child { order: 2; }
.feature-image { position: relative; min-height: 34rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.image-caption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: 1rem 1.15rem; color: var(--white); background: rgba(16,24,32,.86); border-radius: var(--radius-sm); backdrop-filter: blur(8px); }
.image-caption strong { display: block; }
.image-caption span { color: #c8d1d7; font-size: .82rem; }
.check-list { display: grid; gap: .85rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; }
.check-list li::before { position: absolute; left: 0; top: .15rem; display: grid; width: 1.35rem; height: 1.35rem; color: var(--white); background: var(--cobalt); border-radius: 50%; content: "✓"; font-size: .72rem; font-weight: 900; place-items: center; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2rem; background: var(--line); border: 1px solid var(--line); }
.metric { padding: 1.5rem; background: var(--white); }
.metric strong { display: block; color: var(--cobalt); font-family: var(--display); font-size: 1.5rem; }
.metric span { color: var(--steel); font-size: .83rem; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: process; }
.process article { position: relative; padding: 2rem 1.5rem; background: var(--white); border-top: 3px solid var(--cobalt); box-shadow: var(--shadow-sm); counter-increment: process; }
.process article::before { display: block; margin-bottom: 2rem; color: var(--cobalt); content: "0" counter(process); font-family: var(--display); font-size: 1rem; font-weight: 900; }
.process p { color: var(--steel); font-size: .93rem; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.audience-card { position: relative; min-height: 18rem; padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--white); background: var(--ink-2); border-radius: var(--radius); overflow: hidden; }
.audience-card::after { position: absolute; right: -3rem; bottom: -4rem; width: 12rem; height: 12rem; background: var(--cobalt); border-radius: 50%; content: ""; opacity: .18; }
.audience-card p { max-width: 32rem; color: #bdc7ce; }
.audience-card .text-link { position: absolute; bottom: 2rem; }

.quote-panel { display: grid; grid-template-columns: minmax(0, .72fr) minmax(22rem, 1fr); gap: clamp(2rem, 6vw, 5rem); padding: clamp(1.5rem, 5vw, 4rem); background: var(--porcelain); border-radius: var(--radius-lg); }
.quote-panel aside { align-self: start; }
.contact-list { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-list a, .contact-list span { display: block; padding: 1rem; background: var(--white); border-left: 3px solid var(--cobalt); text-decoration: none; }
.contact-list small { display: block; color: var(--steel); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { font-weight: 750; }
.field label span { color: var(--steel); font-size: .82rem; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.25rem; padding: .75rem .85rem; color: var(--ink); background: var(--white); border: 1px solid #bac3c9; border-radius: var(--radius-sm); }
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cobalt); outline: 3px solid rgba(23,105,224,.16); }
.honeypot { position: absolute !important; left: -9999px !important; }
.consent { display: flex; gap: .65rem; align-items: flex-start; grid-column: 1 / -1; font-size: .9rem; }
.consent input { width: 1.1rem; height: 1.1rem; margin-top: .25rem; }
.form-status { grid-column: 1 / -1; min-height: 1.5rem; margin: 0; font-weight: 700; }
.form-status.error { color: var(--danger); }
.form-status.success { color: var(--success); }
.form-note { color: var(--steel); font-size: .82rem; }

.faq-list { max-width: 58rem; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { position: relative; display: flex; width: 100%; padding: 1.4rem 3rem 1.4rem 0; color: var(--ink); background: transparent; border: 0; justify-content: space-between; font-family: var(--display); font-size: 1.15rem; font-weight: 750; text-align: left; cursor: pointer; }
.faq-item button::after { position: absolute; right: .4rem; content: "+"; color: var(--cobalt); font-size: 1.5rem; }
.faq-item button[aria-expanded="true"]::after { content: "−"; }
.faq-panel { padding: 0 3rem 1.5rem 0; color: var(--steel); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.prose { max-width: 48rem; }
.prose h2 { margin-top: 2.5rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: #43505b; }
.prose a { color: var(--cobalt-dark); }
.side-nav { position: sticky; top: 7rem; padding: 1.2rem; background: var(--porcelain); border-radius: var(--radius); }
.side-nav strong { display: block; margin-bottom: .7rem; }
.side-nav a { display: block; padding: .45rem 0; color: var(--steel); text-decoration: none; }
.side-nav a:hover { color: var(--cobalt); }
.notice { padding: 1.2rem 1.4rem; background: #edf4ff; border-left: 4px solid var(--cobalt); }
.notice-amber { background: #fff7df; border-color: var(--amber); }

.portfolio-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.project-card, .post-card { display: flex; min-height: 22rem; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover, .post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.project-card img, .post-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.project-card-content, .post-card-content { display: flex; padding: 1.35rem; flex: 1; flex-direction: column; }
.project-meta, .post-meta { color: var(--cobalt-dark); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-card h2, .post-card h2 { margin-top: .7rem; font-size: 1.4rem; }
.project-card p, .post-card p { color: var(--steel); }
.project-card .text-link, .post-card .text-link { margin-top: auto; }
.filter-bar { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter-button { padding: .6rem .9rem; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 99rem; cursor: pointer; }
.filter-button[aria-pressed="true"], .filter-button:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.empty-state { grid-column: 1 / -1; padding: 3rem; text-align: center; background: var(--porcelain); border: 1px dashed #acb6bd; border-radius: var(--radius); }
.article-hero { padding-block: 4rem 3rem; background: var(--porcelain); }
.article-hero h1 { max-width: 16ch; font-size: clamp(2.5rem, 6vw, 4.8rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; color: var(--steel); }
.article-body { max-width: 48rem; margin-inline: auto; padding-block: 4rem; }
.article-body h2 { margin-top: 2.5rem; font-size: 2rem; }
.article-body h3 { margin-top: 2rem; }
.article-body p, .article-body li { color: #43505b; }
.article-body img { margin: 2rem 0; border-radius: var(--radius); }
.article-body blockquote { margin: 2rem 0; padding: 1.5rem; color: var(--ink); background: var(--porcelain); border-left: 4px solid var(--amber); font-size: 1.15rem; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }

.prefooter { color: var(--white); background: var(--cobalt-dark); }
.prefooter-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding-block: clamp(3rem, 6vw, 5rem); }
.prefooter h2 { max-width: 18ch; font-size: clamp(2rem, 4vw, 3.2rem); }
.prefooter-actions { display: grid; gap: 1rem; justify-items: start; }
.site-footer { padding-top: 4rem; color: #b7c2ca; background: #091016; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 3rem; padding-bottom: 3rem; }
.brand-light { color: var(--white); }
.brand-light small { color: #aab6be; }
.footer-brand p { max-width: 28rem; margin-top: 1.5rem; }
.site-footer h2 { color: var(--white); font-size: .82rem; letter-spacing: .11em; text-transform: uppercase; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer li { margin: .45rem 0; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.4rem 5rem; border-top: 1px solid #27323a; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.mobile-actions { display: none; }

[data-reveal] { opacity: 0; transform: translateY(1.2rem); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 70rem) {
  .nav-cta { display: none; }
  .primary-nav { gap: .8rem; }
  .cards, .portfolio-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 54rem) {
  .utility-inner p, .utility-links a:last-child { display: none; }
  .utility-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 7.55rem 0 auto; display: none; max-height: calc(100vh - 7.55rem); padding: 1.5rem 1.25rem 2rem; flex-direction: column; align-items: stretch; overflow-y: auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow-lg); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .75rem; font-size: 1.05rem; }
  .primary-nav a::after { display: none; }
  .hero { min-height: 42rem; }
  .hero::before { background-position: 64% center; opacity: .7; }
  .hero::after { background: linear-gradient(90deg, rgba(8,14,19,.96), rgba(8,14,19,.72)); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 39rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head, .feature-grid, .service-hero-grid, .quote-panel, .content-layout { grid-template-columns: 1fr; }
  .feature-grid.reverse > :first-child { order: initial; }
  .side-nav { position: static; }
  .prefooter-grid { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: 1fr; }
}

@media (max-width: 38rem) {
  :root { --shell: min(100% - 1.4rem, 76rem); }
  body { padding-bottom: 3.8rem; }
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .brand img { width: 2.7rem; height: 2.7rem; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .58rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: .8rem; }
  .trust-grid, .cards, .portfolio-grid, .blog-grid, .audience-grid, .process, .metric-grid, .form-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .card-wide { grid-column: auto; }
  .feature-image { min-height: 24rem; }
  .field-full, .consent, .form-status { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { display: grid; padding-bottom: 1.5rem; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 200; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -6px 20px rgba(16,24,32,.18); }
  .mobile-actions a { padding: 1rem; color: var(--white); background: var(--ink); font-weight: 800; text-align: center; text-decoration: none; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--amber); }
}

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

@media print {
  .utility-bar, .site-header, .prefooter, .site-footer, .mobile-actions { display: none !important; }
  body { color: #000; background: #fff; }
  a { text-decoration: none; }
  .section, .section-sm { padding-block: 1.5rem; }
}
