@font-face { font-family: 'DM Sans'; src: url('../fonts/dm-sans-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('../fonts/dm-sans-500.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('../fonts/dm-sans-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-500.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-700.ttf') format('truetype'); font-weight: 700; font-display: swap; }

:root {
  --ink: #17201e;
  --ink-soft: #3e4946;
  --paper: #f3f4ef;
  --surface: #e8ebe5;
  --line: #cdd2cb;
  --accent: #b42d31;
  --accent-dark: #8f2024;
  --white: #fafbf8;
  --radius: 6px;
  --shell: min(1280px, calc(100vw - 64px));
  --font-display: 'Manrope', Arial, sans-serif;
  --font-body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 104px; color: #fafbf8; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(10,15,14,.9); backdrop-filter: blur(14px) saturate(115%); transition: background-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(10,15,14,.96); box-shadow: 0 4px 8px rgba(4,8,7,.18); }
.site-header:has(+ main .page-hero), .site-header:has(+ main .legal), .site-header:has(+ main .not-found) { position: relative; color: var(--white); border-color: rgba(255,255,255,.16); background: #111816; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { position: relative; align-self: stretch; width: 360px; display: flex; align-items: center; padding: 12px 27px 12px 20px; background: #070b0a; border-inline: 1px solid rgba(255,255,255,.1); }
.brand::after { content: ''; position: absolute; inset: auto 0 0; height: 4px; background: var(--accent); }
.brand-rail { display: none; }
.brand img { width: 310px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta, .nav-phone) { padding: 34px 0 32px; border-bottom: 2px solid transparent; }
.nav-phone { color: #d2d9d5; font-size: 12px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.18); white-space: nowrap; }
.main-nav > a.is-active:not(.nav-cta), .main-nav > a:not(.nav-cta):hover { border-color: currentColor; }
.nav-cta { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; background: var(--accent); color: var(--white); border-radius: var(--radius); white-space: nowrap; }
.nav-cta:hover { background: var(--accent-dark); }
.menu-toggle { display: none; color: #fafbf8; background: transparent; border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius); width: 48px; height: 48px; padding: 12px 9px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 7px 0; transform-origin: center; transition: transform .25s ease, opacity .2s ease; }
.mobile-nav-label { display: none; }

.hero { min-height: 100dvh; position: relative; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(13,20,19,.93) 0%, rgba(13,20,19,.67) 38%, rgba(13,20,19,.08) 72%); }
.hero-inner { position: relative; padding-top: 104px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.eyebrow.dark { color: var(--accent); }
.hero h1 { max-width: 720px; margin: 0; font: 600 clamp(54px, 7vw, 96px)/.96 var(--font-display); letter-spacing: -.038em; }
.hero h1 em { color: #d84b4f; font-style: normal; }
.hero-copy { max-width: 500px; margin: 28px 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.45; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; font-size: 14px; white-space: nowrap; cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-accent { background: var(--accent); color: var(--white); }
.button-accent:hover { background: var(--accent-dark); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.6); background: rgba(23,32,30,.35); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }

.facts { background: var(--ink); color: var(--white); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid div { padding: 30px 26px; border-left: 1px solid rgba(255,255,255,.15); }
.facts-grid div:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.facts strong { display: block; font: 600 30px/1 var(--font-display); color: #e2686b; }
.facts span { display: block; margin-top: 8px; color: #c6ceca; font-size: 13px; }

.build-paths { background: var(--paper); }
.paths-heading { max-width: 750px; margin-bottom: 58px; }
.paths-heading h2, .region-content h2, .promise-statement h2, .faq-heading h2 { margin: 0; font: 600 clamp(38px, 5vw, 68px)/1.04 var(--font-display); letter-spacing: -.038em; }
.paths-heading p, .faq-heading p { max-width: 580px; margin: 20px 0 0; color: var(--ink-soft); }
.paths-list { border-top: 1px solid var(--line); }
.path-row { min-height: 128px; display: grid; grid-template-columns: 54px .8fr 1.25fr 44px; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); transition: background-color .25s ease, padding .25s ease; }
.path-row:hover { padding-inline: 18px; background: var(--surface); }
.path-index { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 13px; font-weight: 700; }
.path-row strong { font: 600 clamp(23px, 2.5vw, 34px)/1.1 var(--font-display); }
.path-row p { max-width: 55ch; color: var(--ink-soft); }
.path-row i { color: var(--accent); font-size: 25px; font-style: normal; transition: transform .25s ease; }
.path-row:hover i { transform: translate(3px,-3px); }

.region-section { min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: var(--white); }
.region-photo { min-height: 720px; overflow: hidden; }
.region-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.05); }
.region-content { align-self: center; padding: clamp(55px, 8vw, 120px); }
.region-mark { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 48px; background: var(--accent); font: 700 29px var(--font-display); clip-path: polygon(0 0,100% 0,78% 100%,0 100%); }
.region-content h2 { max-width: 520px; }
.region-content > p { max-width: 540px; margin: 26px 0 36px; color: #c8d1cd; font-size: 19px; }
.region-places { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.region-places span { padding: 7px 12px; border: 1px solid #59645f; border-radius: 999px; color: #d6ddda; font-size: 13px; }
.region-content .text-link { border-color: var(--white); }

.promise-section { background: #111816; color: var(--white); }
.promise-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: start; }
.promise-statement > span { display: block; width: fit-content; margin-bottom: 32px; padding-bottom: 6px; border-bottom: 2px solid var(--accent); color: #d5ddda; font-size: 14px; font-weight: 700; }
.promise-statement h2 { max-width: 650px; }
.promise-points article { padding: 28px 0; border-bottom: 1px solid #3b4642; }
.promise-points article:first-child { padding-top: 0; }
.promise-points strong { font: 600 22px var(--font-display); }
.promise-points p { margin: 8px 0 0; color: #aeb9b4; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font: 600 20px/1.35 var(--font-display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--accent); font-size: 28px; font-weight: 400; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 66ch; margin: -5px 50px 28px 0; color: var(--ink-soft); }
.faq-list summary:focus-visible { outline: 3px solid rgba(180,45,49,.3); outline-offset: 4px; }

.section { padding: 120px 0; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: start; }
.intro-title h2, .section-title, .process-content h2, .contact-band h2, .project-note h2 { margin: 0; font: 600 clamp(38px, 5.4vw, 74px)/1.04 var(--font-display); letter-spacing: -.038em; }
.intro-copy { padding-top: 8px; }
.intro-copy p { color: var(--ink-soft); }
.lead { color: var(--ink) !important; font-size: 22px; line-height: 1.45; }
.text-link { display: inline-block; margin-top: 20px; font-weight: 700; border-bottom: 1px solid var(--ink); }

.services-preview { background: var(--surface); }
.section-title { margin-bottom: 56px; }
.service-mosaic { display: grid; grid-template-columns: 1.45fr .7fr .85fr; grid-template-rows: 260px 220px; gap: 14px; }
.service-mosaic > a { position: relative; overflow: hidden; border-radius: var(--radius); }
.service-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.service-mosaic a:hover img { transform: scale(1.025); }
.service-feature { grid-row: span 2; }
.service-feature::after, .tile-image::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10,15,14,.82)); }
.service-feature div, .tile-image span { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; color: var(--white); }
.service-feature span, .tile-image span, .service-tile > span, .service-wide > span { font: 600 25px/1.2 var(--font-display); }
.service-feature small, .service-tile small, .service-wide small { display: block; margin-top: 8px; font-size: 14px; }
.service-tile { padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.tile-red { background: var(--accent); color: var(--white); }
.tile-image { grid-column: 3; grid-row: 1; }
.service-wide { grid-column: 2 / span 2; padding: 28px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: .7fr 1fr auto; align-items: end; gap: 28px; }
.service-wide b { font-size: 30px; color: #dc7477; }

.process-section { background: #dde1da; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.process-image img { width: 100%; height: 100%; object-fit: cover; }
.process-content { padding: 70px 0 70px 70px; }
.process-content h2 { font-size: clamp(38px, 4.5vw, 62px); margin-bottom: 58px; }
.process-steps article { display: grid; grid-template-columns: 120px 1fr; gap: 26px; padding: 22px 0; border-bottom: 1px solid #b9c0b7; }
.process-steps span { font-weight: 700; }
.process-steps p { margin: 0; color: var(--ink-soft); }

.quote-section { background: var(--paper); }
.quote-inner { max-width: 1050px; margin-inline: auto; text-align: center; }
blockquote { margin: 0; font: 500 clamp(30px, 4.2vw, 54px)/1.25 var(--font-display); letter-spacing: -.035em; }
.quote-inner > p { margin: 36px 0 0; font-weight: 700; }
.quote-inner > p span { color: var(--ink-soft); font-weight: 400; }

.contact-band { padding: 70px 0; background: var(--accent); color: var(--white); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.contact-band h2 { font-size: clamp(34px, 4vw, 54px); }
.contact-band p { margin: 8px 0 0; color: #f4dfe0; }

.page-hero { padding-top: 110px; padding-bottom: 90px; }
.page-hero h1 { max-width: 1060px; margin: 0; font: 600 clamp(48px, 7vw, 92px)/1 var(--font-display); letter-spacing: -.038em; }
.page-hero > p:last-child { max-width: 680px; margin: 30px 0 0; color: var(--ink-soft); font-size: 20px; }

.service-detail { padding-top: 20px; }
.service-row { display: grid; grid-template-columns: 55px 1fr 1.1fr; gap: 44px; align-items: center; margin-bottom: 130px; scroll-margin-top: 30px; }
.service-row.reverse { grid-template-columns: 55px 1.1fr 1fr; }
.service-row.reverse img { grid-column: 2; grid-row: 1; }
.service-row.reverse > div:nth-child(2) { grid-column: 3; }
.service-number { align-self: start; padding-top: 8px; color: var(--accent); font-weight: 700; }
.service-row h2 { margin: 0 0 20px; font: 600 clamp(32px, 3.5vw, 48px)/1.05 var(--font-display); letter-spacing: -.035em; }
.service-row p { color: var(--ink-soft); }
.service-row ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; padding: 0; list-style: none; font-weight: 600; font-size: 15px; }
.service-row li::before { content: '↗'; color: var(--accent); margin-right: 9px; }
.service-row img { width: 100%; height: 500px; object-fit: cover; border-radius: var(--radius); }

.scope-section { background: var(--accent); color: var(--white); }
.scope-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: start; }
.scope-intro h2, .readiness-copy h2 { margin: 0; font: 600 clamp(38px, 4.6vw, 64px)/1.04 var(--font-display); letter-spacing: -.038em; }
.scope-intro p { max-width: 52ch; color: #f0d6d7; }
.scope-list { display: grid; grid-template-columns: 1fr 1fr; }
.scope-list span { padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.3); font-weight: 600; }
.scope-list span:nth-child(odd) { margin-right: 25px; }
.readiness-section { background: var(--surface); }
.readiness-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; }
.readiness-photo img { width: 100%; min-height: 580px; object-fit: cover; }
.readiness-copy > p { max-width: 56ch; color: var(--ink-soft); }
.readiness-items { margin: 30px 0; border-top: 1px solid var(--line); }
.readiness-items span { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
.readiness-items span::before { content: '✓'; color: var(--accent); margin-right: 12px; font-weight: 700; }

.about-feature { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.about-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 68% center; }
.about-copy h2 { margin: 0 0 30px; font: 600 clamp(38px, 4vw, 58px)/1.05 var(--font-display); letter-spacing: -.04em; }
.about-copy p:not(.lead) { color: var(--ink-soft); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.values-grid article { padding: 30px 0; border-top: 3px solid var(--accent); }
.values-grid strong { font: 600 25px var(--font-display); }
.values-grid p { color: var(--ink-soft); font-size: 15px; }

.projects { padding-top: 20px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px 20px; align-items: start; }
.project { margin: 0; }
.project:nth-child(3) { padding-top: 110px; }
.project-wide { grid-column: 1 / span 2; width: 75%; margin-left: auto; }
.project img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.project-large img { aspect-ratio: 4 / 5; }
.project-wide img { aspect-ratio: 16 / 7; }
.project figcaption { display: flex; justify-content: space-between; gap: 25px; padding-top: 14px; }
.project figcaption span { color: var(--ink-soft); font-size: 14px; }
.project-note { padding: 100px 0; background: var(--ink); color: var(--white); }
.project-note .shell { max-width: 900px; }
.project-note p { max-width: 620px; color: #c8d0cc; margin: 25px 0 32px; }

.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.contact-info h2 { margin-top: 0; font: 600 38px var(--font-display); }
.contact-info > a, .contact-info > div { display: block; padding: 20px 0; border-bottom: 1px solid #bdc4bb; font: 600 20px var(--font-display); }
.contact-info small { display: block; margin-bottom: 5px; color: var(--ink-soft); font: 400 12px var(--font-body); text-transform: uppercase; letter-spacing: .14em; }
.contact-info address { font-style: normal; }
.contact-info > p { margin-top: 26px; color: var(--ink-soft); }
.form-wrap { background: var(--white); padding: 48px; border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: grid; gap: 8px; margin-bottom: 22px; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field textarea { width: 100%; border: 1px solid #909a94; border-radius: var(--radius); background: #f7f8f4; color: var(--ink); padding: 14px 15px; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(180,45,49,.25); border-color: var(--accent); }
.field small { color: #57615d; font-size: 12px; }
.consent { display: flex; gap: 11px; align-items: start; margin: 5px 0 28px; font-size: 13px; color: var(--ink-soft); }
.consent input { margin-top: 5px; accent-color: var(--accent); }
.consent a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }
.form-message { padding: 16px 18px; margin-bottom: 24px; border-left: 4px solid; }
.form-message.success { background: #e2eee7; border-color: #346c4c; }
.form-message.error { background: #f7e3e3; border-color: var(--accent); }
.form-message ul { margin-bottom: 0; }

.legal { padding-top: 100px; padding-bottom: 120px; max-width: 950px; }
.legal h1, .not-found h1 { margin: 0 0 60px; font: 600 clamp(48px, 7vw, 84px)/1 var(--font-display); letter-spacing: -.038em; }
.legal h2 { margin: 45px 0 10px; font: 600 26px var(--font-display); }
.legal p { color: var(--ink-soft); }
.legal a { text-decoration: underline; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.legal-grid h2 { margin-top: 0; }
.legal-note { margin-top: 55px; padding: 18px; background: var(--surface); border-left: 4px solid var(--accent); font-size: 14px; }
.not-found { min-height: 70dvh; padding-top: 120px; }

.site-footer { padding: 80px 0 25px; background: #111816; color: #dce2df; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 70px; padding-bottom: 65px; }
.footer-brand img { width: 250px; }
.footer-brand p { margin-top: 20px; color: #9fa9a4; }
.site-footer h2 { margin: 0 0 18px; color: #84908a; font: 600 12px var(--font-body); text-transform: uppercase; letter-spacing: .15em; }
.site-footer a, .site-footer address { display: block; margin: 8px 0; font-style: normal; }
.site-footer a:hover { color: #ee8a8d; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid #303b37; color: #89948f; font-size: 13px; }
.footer-bottom span:last-child { display: flex; gap: 25px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 800px); }
  .site-header { height: 88px; background: #0b1110; }
  .nav-wrap { width: 100%; padding-right: max(20px, env(safe-area-inset-right)); }
  .brand { z-index: 3; width: 290px; padding: 11px 25px 11px max(20px, env(safe-area-inset-left)); }
  .brand img { width: 245px; }
  .menu-toggle { display: block; position: relative; z-index: 3; flex: 0 0 48px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { display: flex; visibility: hidden; opacity: 0; position: fixed; z-index: 2; inset: 0; width: 100%; height: 100dvh; min-height: 100dvh; background: #0b1110; color: #f7f8f5; padding: calc(116px + env(safe-area-inset-top)) max(26px, env(safe-area-inset-right)) max(35px, env(safe-area-inset-bottom)) max(26px, env(safe-area-inset-left)); flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; transform: translateY(-14px); pointer-events: none; transition: opacity .25s ease, transform .3s cubic-bezier(.16,1,.3,1), visibility .3s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .mobile-nav-label { display: block; margin-bottom: 14px; color: #9eaaa5; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .main-nav > a:not(.nav-cta) { display: flex; align-items: center; min-height: 62px; padding: 12px 0; color: #f7f8f5; font: 600 clamp(24px, 5vw, 32px)/1.15 var(--font-display); border-bottom: 1px solid #35413d; }
  .main-nav > a.is-active:not(.nav-cta) { color: #ef7478; border-bottom-color: #824044; }
  .nav-cta { margin-top: 28px; justify-content: center; min-height: 54px; }
  .nav-phone { min-height: 54px !important; padding: 12px 0 !important; border-left: 0; border-bottom: 1px solid #35413d; color: #cad3cf !important; font: 500 16px/1.2 var(--font-body) !important; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.15); }
  .facts-grid div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .intro-grid { gap: 60px; }
  .service-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 220px 180px; }
  .service-feature { grid-row: 1; grid-column: 1 / span 2; }
  .tile-image { grid-column: 2; grid-row: 2; }
  .service-wide { grid-column: 1 / span 2; grid-row: 3; }
  .process-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .region-section { grid-template-columns: minmax(0,1fr); }
  .region-photo, .region-content { min-width: 0; width: 100%; }
  .region-photo { min-height: 520px; }
  .region-content { padding: 75px max(24px, calc((100vw - min(100% - 40px, 800px))/2)); overflow: hidden; }
  .promise-grid, .faq-grid { grid-template-columns: 1fr; gap: 65px; }
  .faq-heading { position: static; }
  .process-image img { max-height: 560px; }
  .process-content { padding: 60px 0 0; }
  .service-row, .service-row.reverse { grid-template-columns: 42px 1fr; gap: 28px; }
  .service-row img, .service-row.reverse img { grid-column: 1 / span 2; grid-row: 2; height: 460px; }
  .service-row.reverse > div:nth-child(2) { grid-column: 2; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid, .readiness-grid { grid-template-columns: minmax(0,1fr); gap: 60px; }
  .scope-intro, .scope-list, .readiness-photo, .readiness-copy { min-width: 0; }
  .readiness-photo img { min-height: 480px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; }
  .section { padding: 78px 0; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,20,19,.93), rgba(13,20,19,.55)); }
  .site-header { height: 82px; }
  .nav-wrap { gap: 8px; }
  .brand { width: 230px; padding-right: 14px; }
  .brand img { width: 198px; }
  .menu-toggle { width: 46px; height: 46px; }
  .hero-inner { padding-top: 82px; }
  .hero h1 { font-size: clamp(52px, 17vw, 75px); }
  .hero-copy { max-width: 350px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid div { padding: 22px 14px; }
  .facts strong { font-size: 24px; }
  .path-row { min-height: auto; grid-template-columns: 40px 1fr 30px; gap: 10px 16px; padding: 24px 0; }
  .path-row strong { font-size: 23px; }
  .path-row p { grid-column: 2 / span 2; margin: 0; }
  .path-row:hover { padding-inline: 0; }
  .path-index { width: 32px; height: 32px; }
  .intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-title { margin-bottom: 35px; }
  .service-mosaic { display: grid; grid-template-columns: 1fr; grid-template-rows: 340px 190px 260px 220px; }
  .service-feature, .tile-image, .service-wide { grid-column: 1; grid-row: auto; }
  .service-wide { display: flex; flex-direction: column; align-items: flex-start; justify-content: end; gap: 7px; }
  .process-content h2 { margin-bottom: 35px; }
  .process-steps article { grid-template-columns: 1fr; gap: 5px; }
  .contact-band { padding: 52px 0; }
  .contact-band-inner { flex-direction: column; align-items: flex-start; }
  .region-photo { min-height: 360px; }
  .region-content { padding: 65px 20px; }
  .region-mark { margin-bottom: 30px; }
  .promise-grid, .faq-grid { gap: 45px; }
  .faq-list summary { min-height: 78px; font-size: 17px; }
  .page-hero { padding-top: 75px; padding-bottom: 65px; }
  .page-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .service-row, .service-row.reverse { grid-template-columns: 1fr; gap: 10px; margin-bottom: 90px; }
  .service-row > div:nth-child(2), .service-row.reverse > div:nth-child(2), .service-row img, .service-row.reverse img { grid-column: 1; grid-row: auto; }
  .service-row img { height: 330px; margin-top: 25px; }
  .service-row ul { grid-template-columns: 1fr; }
  .scope-list { grid-template-columns: 1fr; }
  .scope-list span:nth-child(odd) { margin-right: 0; }
  .readiness-photo img { min-height: 340px; }
  .about-photo img { aspect-ratio: 4 / 3; }
  .values-grid { grid-template-columns: 1fr; }
  .projects { grid-template-columns: 1fr; gap: 50px; }
  .project:nth-child(3) { padding-top: 0; }
  .project-wide { grid-column: 1; width: 100%; }
  .project img, .project-large img, .project-wide img { aspect-ratio: 4 / 3; }
  .project figcaption { flex-direction: column; gap: 2px; }
  .form-wrap { padding: 25px 18px; }
  .form-row, .legal-grid { grid-template-columns: 1fr; gap: 0; }
  .legal { padding-top: 70px; }
  .legal h1 { margin-bottom: 40px; font-size: clamp(36px,11vw,46px); overflow-wrap: break-word; hyphens: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-bottom { flex-direction: column; }
}

@media (min-width: 360px) and (max-width: 700px) {
  .brand { width: 258px; padding-right: 17px; }
  .brand img { width: 220px; }
}

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