:root {
  --bg: #0a0c0d;
  --bg-raised: #111416;
  --panel: #15191b;
  --text: #f5f6f3;
  --muted: #9da3a0;
  --line: rgba(255,255,255,.13);
  --line-strong: rgba(255,255,255,.25);
  --accent: #cfff36;
  --accent-text: #0a0c0d;
  --header: rgba(10,12,13,.76);
  --shadow: rgba(0,0,0,.35);
  --serif: Georgia, 'Times New Roman', serif;
  --display: 'Roboto Condensed', Impact, sans-serif;
  --sans: 'Manrope', sans-serif;
  --body: 'DM Sans', sans-serif;
}

[data-theme="light"] {
  --bg: #f1f1ed;
  --bg-raised: #e9e9e4;
  --panel: #dedfd9;
  --text: #111413;
  --muted: #616663;
  --line: rgba(10,12,13,.15);
  --line-strong: rgba(10,12,13,.32);
  --accent: #9dc900;
  --accent-text: #111413;
  --header: rgba(241,241,237,.82);
  --shadow: rgba(22,25,24,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); overflow-x: hidden; transition: background .45s ease, color .45s ease; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; width: 100%; }
::selection { background: var(--accent); color: #090b0b; }
.skip-link { position: fixed; left: 12px; top: -60px; background: var(--accent); color: #000; padding: 12px 18px; z-index: 100; }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 70; top: 0; left: 0; width: 0; height: 2px; background: var(--accent); }

.site-header { height: 84px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: fixed; top: 0; left: 0; right: 0; width: auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--header); backdrop-filter: blur(18px); transition: height .3s ease, background .45s ease; }
.site-header.scrolled { height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { width: 49px; height: 34px; overflow: visible; transition: color .3s ease; }
.mark-structure { fill: none; stroke: var(--text); stroke-width: 4.2; stroke-linecap: square; stroke-linejoin: miter; }
.mark-accent { fill: var(--accent); stroke: none; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; white-space: nowrap; }
.brand-copy strong { font-family: var(--sans); letter-spacing: .14em; font-size: 12px; line-height: 1; }
.brand-copy small { color: var(--muted); font: 600 6.5px var(--sans); letter-spacing: .095em; line-height: 1; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font: 600 11px var(--sans); text-transform: uppercase; letter-spacing: .09em; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ''; position: absolute; width: 0; height: 1px; background: var(--accent); bottom: 3px; left: 0; transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 13px; }
.button { min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid var(--accent); background: var(--accent); color: var(--accent-text); font: 700 12px var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(190,240,30,.18); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 10px; }
.theme-toggle, .menu-toggle { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--text); cursor: pointer; }
.theme-toggle svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; transition: transform .4s ease, opacity .3s ease; }
.moon-icon { display: none; }
[data-theme="light"] .sun-icon { display: none; }
[data-theme="light"] .moon-icon { display: block; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 860px; height: min(100vh, 1000px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,7,.96) 0%, rgba(4,6,7,.83) 28%, rgba(4,6,7,.3) 58%, rgba(4,6,7,.2)), linear-gradient(0deg, rgba(4,6,7,.82), transparent 42%), url('assets/hero-lobby.png') center/cover no-repeat; transform: scale(1.04); animation: heroZoom 12s ease-out both; }
[data-theme="light"] .hero-image { opacity: .88; filter: saturate(.75) brightness(1.1); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 76%); }
.hero-content { width: min(720px, 70vw); margin: 64px 0 80px 8vw; position: relative; z-index: 2; color: #f5f6f3; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font: 600 11px var(--sans); margin: 0 0 22px; }
.eyebrow span { color: var(--text); }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.035em; margin: 0; line-height: .9; }
h1 { font-size: clamp(68px, 8.3vw, 138px); }
h1 span { display: block; white-space: nowrap; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 550px; color: #c7ccca; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.65; margin: 30px 0 34px; }
[data-theme="light"] .hero-copy { color: #e7ebe7; }
.hero-content .text-link { color: #f5f6f3; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding: 10px 0; text-transform: uppercase; font: 700 11px var(--sans); letter-spacing: .09em; border-bottom: 1px solid var(--line-strong); }
.text-link span { color: var(--accent); }
.hero-rail { position: absolute; right: 3vw; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 16px; writing-mode: vertical-rl; text-transform: uppercase; font: 600 9px var(--sans); letter-spacing: .19em; color: rgba(255,255,255,.62); }
.hero-rail i { width: 1px; height: 76px; background: rgba(255,255,255,.3); }
.hero-proof { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; border-top: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: repeat(4, 1fr); padding-left: 7vw; background: linear-gradient(90deg, rgba(7,9,10,.9), rgba(7,9,10,.34)); }
.hero-proof div { min-height: 110px; display: flex; align-items: center; gap: 18px; border-left: 1px solid rgba(255,255,255,.13); padding: 0 2vw; }
.hero-proof strong { color: var(--accent); font: 600 12px var(--sans); }
.hero-proof span { font: 600 11px/1.45 var(--sans); text-transform: uppercase; letter-spacing: .08em; color: #e4e6e4; }
@keyframes heroZoom { from { transform: scale(1.1); } to { transform: scale(1.04); } }

.marquee { height: 94px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--accent); color: #0a0c0d; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 30px; animation: marquee 35s linear infinite; white-space: nowrap; }
.marquee span { font: 700 17px var(--display); text-transform: uppercase; letter-spacing: .08em; }
.marquee i { width: 7px; height: 7px; background: #0a0c0d; transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 140px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; margin-bottom: 75px; }
.section-heading h2, .standards h2, .industry-intro h2, .service-area h2, .contact h2 { font-size: clamp(53px, 6vw, 95px); }
.section-heading > p { max-width: 470px; color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0; }
.service-list { border-top: 1px solid var(--line-strong); }
.service-row { min-height: 138px; display: grid; grid-template-columns: 80px 1fr 1fr 50px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; position: relative; }
.service-row::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: var(--accent); transition: height .3s ease; }
.service-row:hover { padding: 0 22px; background: var(--bg-raised); }
.service-row:hover::before { height: 100%; }
.service-number { color: var(--accent); font: 600 11px var(--sans); }
.service-row h3 { margin: 0; font: 700 clamp(27px, 3.1vw, 52px) var(--display); text-transform: uppercase; }
.service-row p { color: var(--muted); line-height: 1.65; max-width: 440px; font-size: 14px; }
.service-arrow { justify-self: end; font-size: 25px; transition: transform .3s ease; }
.service-row:hover .service-arrow { transform: rotate(45deg); color: var(--accent); }

.standards { display: grid; grid-template-columns: 1.42fr .58fr; min-height: 790px; background: var(--bg-raised); }
.standards-image { min-height: 700px; overflow: hidden; }
.standards-image img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.05); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.standards-image:hover img, .industry-image:hover img { transform: scale(1.035); }
.standards-copy { padding: 9vw 4.5vw; display: flex; flex-direction: column; justify-content: center; }
.standards-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 570px; margin: 34px 0; }
.check-list { list-style: none; margin: 0 0 36px; padding: 0; border-top: 1px solid var(--line); }
.check-list li { padding: 17px 0; border-bottom: 1px solid var(--line); font: 500 13px var(--sans); text-transform: uppercase; letter-spacing: .05em; }
.check-list span { display: inline-block; color: var(--accent); width: 50px; font-size: 10px; }

.industries { display: grid; grid-template-columns: .7fr 1.25fr .75fr; gap: 5vw; align-items: center; }
.industry-intro { align-self: start; }
.industry-image { position: relative; height: 650px; overflow: hidden; }
.industry-image img { height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); filter: saturate(.8); }
.image-tag { position: absolute; left: 0; bottom: 0; background: var(--accent); color: var(--accent-text); padding: 16px 20px; text-transform: uppercase; font: 700 10px var(--sans); letter-spacing: .1em; }
.industry-list { border-top: 1px solid var(--line-strong); }
.industry-list div { padding: 24px 0; border-bottom: 1px solid var(--line); font: 600 13px var(--sans); text-transform: uppercase; }
.industry-list span { color: var(--accent); font-size: 9px; display: inline-block; width: 38px; }

.capabilities { background: var(--bg-raised); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capabilities-heading { display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 5vw; align-items: end; margin-bottom: 70px; }
.capabilities-heading h2 { font-size: clamp(48px, 5.3vw, 86px); }
.capabilities-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0; max-width: 520px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .3s ease, transform .3s ease; }
.capability-card:hover { background: var(--panel); transform: translateY(-5px); }
.capability-card > span { color: var(--accent); font: 600 9px var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.capability-card h3 { margin: auto 0 18px; font: 700 26px var(--display); text-transform: uppercase; }
.capability-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }
.capabilities-cta { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.capabilities-cta p { color: var(--muted); font-size: 13px; margin: 0; }

.process { background: var(--bg-raised); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { min-height: 370px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .3s ease, transform .3s ease; }
.process-card:hover { background: var(--panel); transform: translateY(-6px); }
.process-index { align-self: flex-end; color: var(--muted); font: 600 10px var(--sans); }
.process-icon { margin-top: auto; margin-bottom: 45px; color: var(--accent); font: 400 48px var(--sans); }
.process-card h3 { font: 700 23px var(--display); text-transform: uppercase; margin: 0 0 12px; }
.process-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.service-area { min-height: 650px; padding: 90px 7vw; position: relative; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 7vw; border-bottom: 1px solid var(--line); }
.service-area::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 73% 48%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 34%); pointer-events: none; }
.service-area-inner { position: relative; z-index: 2; }
.location { display: flex; align-items: center; gap: 13px; margin-top: 35px; color: var(--muted); font: 600 12px var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.area-note { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 24px 0 0 22px; }
.pulse-dot { width: 9px; height: 9px; background: var(--accent); border-radius: 50%; position: relative; }
.pulse-dot::after { content: ''; position: absolute; inset: -7px; border: 1px solid var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }
.metro-map { position: relative; z-index: 2; min-height: 490px; border: 1px solid var(--line); background: color-mix(in srgb, var(--bg-raised) 83%, transparent); box-shadow: 0 30px 90px var(--shadow); overflow: hidden; }
.map-topline, .map-legend { height: 44px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font: 600 8px var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.metro-map > svg { display: block; width: 100%; height: 400px; }
.map-grid path { fill: none; stroke: var(--line); stroke-width: .55; }
.minor-roads, .major-roads { fill: none; stroke-linecap: round; }
.minor-roads { stroke: var(--line-strong); stroke-width: 1.1; }
.major-roads { stroke: color-mix(in srgb, var(--text) 48%, transparent); stroke-width: 2.1; }
.highway-shields text { fill: var(--muted); font: 600 7px var(--sans); letter-spacing: .06em; }
.city circle { fill: var(--muted); }
.city text { fill: var(--muted); font: 600 7px var(--sans); letter-spacing: .08em; }
.dallas-pin .radius { fill: none; stroke: var(--accent); stroke-width: 1; opacity: .38; transform-origin: center; animation: mapPulse 2.4s ease-out infinite; }
.dallas-pin circle:not(.radius) { fill: var(--accent); }
.dallas-pin .pin-core { fill: var(--accent-text) !important; }
.dallas-label { fill: var(--text); font: 700 13px var(--sans); letter-spacing: .1em; }
.texas-label { fill: var(--accent); font: 600 7px var(--sans); letter-spacing: .15em; }
.map-legend { border-top: 1px solid var(--line); border-bottom: 0; }
.map-legend span { display: flex; align-items: center; gap: 9px; }
.map-legend i { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 70%, transparent); }
.map-legend strong { color: var(--text); font-size: 8px; }
@keyframes mapPulse { 0% { transform: scale(.45); opacity: .75; } 100% { transform: scale(1.35); opacity: 0; } }

.contact { padding: 130px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--accent); color: #090b0a; }
.contact .eyebrow { color: #090b0a; opacity: .6; }
.contact-copy > p:not(.eyebrow) { line-height: 1.7; max-width: 470px; margin: 32px 0; opacity: .72; }
.contact-meta { display: flex; flex-direction: column; gap: 9px; font: 600 13px var(--sans); }
.quote-form { padding-top: 5px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.quote-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: .08em; font: 700 9px var(--sans); }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(0,0,0,.35); border-radius: 0; color: #090b0a; background: transparent; padding: 11px 0 13px; outline: none; resize: vertical; font: 500 14px var(--body); text-transform: none; letter-spacing: 0; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #090b0a; }
.quote-form ::placeholder { color: rgba(0,0,0,.48); }
.form-submit { width: 100%; background: #090b0a; color: #fff; border-color: #090b0a; margin-top: 8px; }
.form-note { font-size: 11px; text-align: center; opacity: .62; }
.form-success { display: none; padding: 18px; border: 1px solid #090b0a; margin-top: 15px; font: 600 13px var(--sans); }
.form-success.show { display: block; }

footer { padding: 55px 7vw 30px; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: start; }
.footer-brand p { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 30px; font: 600 10px var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.footer-legal { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.service-row:nth-child(2), .process-card:nth-child(2) { transition-delay: .08s; }
.service-row:nth-child(3), .process-card:nth-child(3) { transition-delay: .14s; }
.service-row:nth-child(4), .process-card:nth-child(4) { transition-delay: .2s; }
.image-reveal { clip-path: inset(0 0 0 0); }
.image-reveal img { transform: scale(1.025); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.image-reveal.visible img { transform: scale(1); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions .button-small { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .3s ease; }
  .menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { display: flex; position: fixed; inset: 84px 0 auto; padding: 30px 7vw 42px; background: var(--bg); flex-direction: column; gap: 0; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .4s ease, opacity .3s ease; border-bottom: 1px solid var(--line); }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font: 700 25px var(--display); text-transform: uppercase; }
  .hero { min-height: 760px; }
  .hero-content { margin-left: 6vw; width: 86vw; }
  h1 { font-size: clamp(58px, 11vw, 100px); }
  .hero-proof { padding-left: 0; }
  .section { padding: 100px 6vw; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .service-row { grid-template-columns: 50px 1fr 34px; padding: 24px 0; }
  .service-row p { grid-column: 2; margin: 0; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .standards { grid-template-columns: 1fr; }
  .standards-image { height: 75vw; min-height: 540px; }
  .standards-copy { padding: 90px 8vw; }
  .industries { grid-template-columns: 1fr 1fr; }
  .industry-intro { grid-column: 1 / -1; }
  .industry-image { height: 570px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .capabilities-heading { grid-template-columns: 1fr 1fr; }
  .capabilities-heading .eyebrow { grid-column: 1 / -1; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  .service-area { grid-template-columns: 1fr; gap: 55px; }
  .metro-map { width: 100%; }
}

@media (max-width: 640px) {
  .site-header { height: 70px; padding: 0 5vw; display: flex; justify-content: space-between; }
  .header-actions { position: absolute !important; left: auto !important; right: 20px !important; top: 16px; width: 89px; z-index: 3; }
  .theme-toggle { display: grid !important; position: fixed; right: 67px; top: 16px; }
  .menu-toggle { display: flex !important; position: fixed; right: 20px; top: 16px; }
  .brand-mark { width: 40px; }
  .brand-copy strong { font-size: 10px; }
  .brand-copy small { display: none; }
  .theme-toggle, .menu-toggle { width: 38px; height: 38px; }
  .mobile-nav { inset: 70px 0 auto; }
  .hero { min-height: 720px; height: 100svh; justify-content: flex-start; }
  .hero-image { background-position: 63% center; }
  .hero-content { margin: 0; padding: 152px 5vw 160px; width: 100%; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: clamp(47px, 13.5vw, 58px); line-height: .92; max-width: 100%; overflow-wrap: normal; }
  h1 span { white-space: normal; }
  .hero-copy { font-size: 14px; line-height: 1.55; max-width: 92%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-rail { display: none; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof div { min-height: 66px; padding: 0 5vw; }
  .hero-proof div:nth-child(n+3) { display: none; }
  .hero-proof span { font-size: 9px; }
  .marquee { height: 70px; }
  .section { padding: 82px 5vw; }
  .section-heading { margin-bottom: 46px; gap: 25px; }
  .section-heading h2, .standards h2, .industry-intro h2, .service-area h2, .contact h2 { font-size: clamp(44px, 13vw, 64px); }
  .section-heading > p { font-size: 14px; }
  .service-row { grid-template-columns: 30px 1fr 24px; gap: 12px; min-height: 0; }
  .service-row h3 { font-size: 28px; }
  .service-row p { font-size: 12px; }
  .service-row:hover { padding: 24px 10px; }
  .standards-image { min-height: 450px; height: 112vw; }
  .standards-copy { padding: 78px 5vw; }
  .industries { grid-template-columns: 1fr; gap: 45px; }
  .industry-image { height: 110vw; max-height: 580px; }
  .process-grid { grid-template-columns: 1fr; }
  .capabilities-heading { grid-template-columns: 1fr; gap: 28px; }
  .capabilities-heading .eyebrow { grid-column: auto; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 270px; }
  .capabilities-cta { align-items: flex-start; flex-direction: column; }
  .process-card { min-height: 285px; }
  .service-area { padding: 80px 5vw; align-items: flex-start; }
  .metro-map { min-height: 0; }
  .metro-map > svg { height: 300px; width: 130%; margin-left: -16%; }
  .map-topline span:last-child { display: none; }
  .contact { padding: 85px 5vw; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; padding: 45px 5vw 25px; }
  .footer-links { flex-wrap: wrap; }
  .footer-legal { flex-direction: column; gap: 9px; }
}

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