:root {
  --navy: #071b33;
  --navy-soft: #0d2d52;
  --navy-deep: #041225;
  --red: #e1262f;
  --red-dark: #b91421;
  --white: #f7f8fa;
  --cream: #f0eee9;
  --steel: #9eabb9;
  --ink: #0a1727;
  --line: #d3d8de;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; }
body, button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.hero, section[id] { scroll-margin-top: 104px; }
:focus-visible { outline: 3px solid #ff5a62; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 16px; color: white; background: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; top: 0; width: 100%; color: white; background: linear-gradient(180deg, rgba(4,18,37,.72), rgba(4,18,37,0)); transition: background-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease; }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(4,18,37,.94); box-shadow: 0 12px 34px rgba(0,0,0,.18); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.nav-shell { width: var(--shell); height: 104px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.16); }
.wordmark { display: inline-grid; flex: none; border-left: 7px solid var(--red); padding-left: 11px; text-transform: uppercase; line-height: 1; }
.wordmark-main { display: flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.wordmark-main strong, .wordmark-main em { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 30px; line-height: .78; letter-spacing: -.015em; font-style: normal; font-weight: 900; }
.wordmark-main strong { color: white; }
.wordmark-main em { color: var(--red); }
.wordmark-sub { margin-top: 7px; color: #98adc4; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #bdc9d5; font-size: 12px; font-weight: 800; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.nav-cta { flex: none; padding: 14px 18px; color: var(--navy); background: white; box-shadow: 6px 6px 0 var(--red); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease; }
.nav-cta:hover { transform: translate(-2px,-2px); }
.nav-cta span { margin-left: 9px; color: var(--red); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.25); padding: 10px 12px; color: white; background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.hero { min-height: 100svh; padding-top: 104px; position: relative; overflow: hidden; color: white; background:
  linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 90px 90px,
  linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 90px 90px,
  radial-gradient(circle at 76% 38%, #173e69 0, var(--navy) 43%, var(--navy-deep) 78%);
}
.hero::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--red); }
.hero-grid { min-height: calc(100svh - 104px); padding: 54px 0 34px; position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); grid-template-rows: 1fr auto; column-gap: clamp(32px,5vw,84px); align-items: center; }
.hero-copy { max-width: 880px; position: relative; z-index: 3; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 16px; color: #a9bbcd; font-size: 11px; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow i { width: 76px; height: 2px; background: var(--red); }
h1, h2 { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; text-transform: uppercase; font-weight: 900; }
h1 { margin: 24px 0; font-size: clamp(4.5rem, 8vw, 8rem); line-height: .8; letter-spacing: -.025em; }
h1 em { color: transparent; -webkit-text-stroke: 2px white; font-style: normal; }
.hero-intro { max-width: 650px; margin: 30px 0 36px; color: #bdc9d5; font-size: clamp(1rem,1.4vw,1.22rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 19px 23px; border: 0; font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.button-red { color: white; background: var(--red); box-shadow: 7px 7px 0 rgba(255,255,255,.16); }
.button-red:hover { background: #f1323c; }
.button-navy { color: white; background: var(--navy); box-shadow: 7px 7px 0 var(--red); }
.text-link { display: inline-flex; gap: 8px; padding: 12px 0; color: white; border-bottom: 1px solid #61778f; font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--red); }
.hero-visual { min-height: 560px; margin: 0; position: relative; align-self: stretch; display: grid; place-items: center; }
.hero-visual::before, .hero-visual::after { display: none; }
.hero-visual img { width: min(76%, 420px); height: auto; position: relative; z-index: 1; transform: translate(5%,0); filter: saturate(.96) contrast(1.04) drop-shadow(0 24px 28px rgba(0,0,0,.3)); }
.hero-visual figcaption { display: none; }
.capability-strip { grid-column: 1 / -1; min-height: 86px; margin-top: 8px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(90deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.capability-strip > div { padding: 19px 28px; display: grid; gap: 7px; border-right: 1px solid rgba(255,255,255,.14); position: relative; }
.capability-strip > div:first-child { padding-left: 0; }
.capability-strip > div:last-child { border: 0; }
.capability-strip > div::after { content: ''; position: absolute; right: -5px; top: 0; width: 9px; height: 28px; background: var(--red); transform: skew(-16deg); opacity: .7; }
.capability-strip > div:last-child::after { display: none; }
.capability-strip strong { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.capability-strip span { color: #8398ab; font-size: 10px; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 44px; }
.split-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: end; }
.section-kicker { margin: 0 0 14px; color: var(--red); font-size: 10px; font-weight: 950; letter-spacing: .22em; text-transform: uppercase; }
.section-kicker.light { color: #ff6d74; }
h2 { margin: 0; font-size: clamp(3.5rem,7vw,6.35rem); line-height: .87; letter-spacing: -.025em; }
.section-intro { max-width: 540px; margin: 0; color: #5d6975; font-size: 16px; line-height: 1.68; }
.fleet-section { background: var(--cream); }
.filter-row { display: flex; gap: 8px; margin-bottom: 28px; padding-bottom: 22px; overflow-x: auto; border-bottom: 1px solid #cdd2d8; }
.filter { flex: none; padding: 10px 16px; border: 1px solid #c4cbd2; color: #53606e; background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: .2s ease; }
.filter:hover, .filter.active { color: white; border-color: var(--navy); background: var(--navy); }
.equipment-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.equipment-card { min-width: 0; min-height: 315px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #d5d9de; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.equipment-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(7,27,51,.09); }
.equipment-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.equipment-label i { color: #8a96a2; font-style: normal; }
.equipment-card h3 { margin: 17px 0 9px; font-size: 21px; line-height: 1.1; letter-spacing: -.02em; text-transform: uppercase; }
.equipment-rates { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0; border-block: 1px solid #dfe3e7; }
.equipment-rates div { padding: 16px 0; display: grid; gap: 5px; }
.equipment-rates div + div { padding-left: 20px; border-left: 1px solid #dfe3e7; }
.equipment-rates span { color: #7b8793; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.equipment-rates strong { color: var(--navy); font-size: 22px; }
.equipment-card > p { margin: 0; color: #687481; font-size: 13px; line-height: 1.45; }
.equipment-action { width: 100%; margin-top: auto; padding: 24px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 18px; border: 0; color: var(--navy); background: transparent; font-size: 9px; font-weight: 950; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.equipment-action span { color: var(--red); font-size: 15px; }
.rate-note { max-width: 900px; margin: 24px 0 0; color: #75808b; font-size: 11px; line-height: 1.6; }

.process-section { padding: 52px 0 0; color: white; background: var(--navy); position: relative; overflow: hidden; }
.process-section::before { content: ''; position: absolute; width: 560px; height: 720px; right: -135px; top: -70px; background: url('/assets/anime-bald-eagle-hero.png') 47% 20% / cover no-repeat; opacity: .075; mix-blend-mode: screen; -webkit-mask-image: radial-gradient(ellipse at center, #000 28%, transparent 72%); mask-image: radial-gradient(ellipse at center, #000 28%, transparent 72%); pointer-events: none; }
.process-section::after { content: ''; position: absolute; left: -100px; bottom: 45px; width: 600px; height: 42px; opacity: .3; background: var(--red); transform: rotate(-12deg); }
.light-heading { position: relative; z-index: 2; }
.light-heading .section-intro { color: #a7b7c6; }
.process-section .section-heading { margin-bottom: 22px; }
.process-slider { position: relative; z-index: 2; border-top: 1px solid #35516e; border-bottom: 1px solid #35516e; }
.process-advance { width: 126px; height: 54px; padding: 0 15px; position: absolute; z-index: 4; top: 20px; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #3b5874; color: white; background: rgba(4,18,37,.7); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.process-advance strong { color: var(--red); font-size: 22px; line-height: 1; transition: transform .2s ease; }
.process-advance:hover { border-color: var(--red); background: #102d4d; transform: translateX(3px); }
.process-advance:hover strong { transform: translateX(3px); }
.process-stage { min-height: 320px; overflow: hidden; }
.process-slide { min-height: 320px; display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 58px; animation: process-in .35s ease both; }
.process-number { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.26); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: clamp(8rem,17vw,14.5rem); line-height: .72; letter-spacing: -.04em; }
.process-slide > div { max-width: 620px; padding-right: 150px; }
.process-label { margin: 0 0 13px; color: #ff7178; font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.process-slide h3 { margin: 0 0 18px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: clamp(3.8rem,7vw,6.2rem); line-height: .85; letter-spacing: -.02em; text-transform: uppercase; }
.process-slide > div > p:last-child { max-width: 560px; margin: 0; color: #a6b6c5; font-size: 15px; line-height: 1.7; }
.process-controls { min-height: 68px; display: grid; grid-template-columns: 150px 1fr 150px; align-items: center; border-top: 1px solid #35516e; }
.process-controls > button { height: 100%; border: 0; color: #b7c6d4; background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.process-controls > button:hover { color: white; background: rgba(255,255,255,.04); }
.process-tabs { height: 100%; display: grid; grid-template-columns: repeat(3,1fr); border-inline: 1px solid #35516e; }
.process-tabs button { position: relative; border: 0; color: #71889e; background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.process-tabs button::after { content: ''; position: absolute; right: 22%; bottom: 17px; left: 22%; height: 2px; background: #35516e; }
.process-tabs button.active { color: white; }
.process-tabs button.active::after { background: var(--red); }
@keyframes process-in { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: translateX(0); } }

.advantage-section { background: #f7f6f2; }
.advantage-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 85px; align-items: center; }
.advantage-copy h2 { font-size: clamp(3.6rem,6vw,5.8rem); }
.advantage-copy > p:not(.section-kicker) { max-width: 480px; margin: 25px 0 32px; color: #65717d; font-size: 16px; line-height: 1.7; }
.benefit-list { border-top: 1px solid #c5ccd3; }
.benefit-list article { min-height: 96px; padding: 22px 4px; display: grid; grid-template-columns: .42fr .58fr; align-items: center; gap: 30px; border-bottom: 1px solid #c5ccd3; }
.benefit-list strong { color: var(--navy); font-size: 18px; text-transform: uppercase; }
.benefit-list p { margin: 0; color: #687582; font-size: 13px; line-height: 1.6; }
.benefit-list article:nth-child(2) strong { color: var(--red); }

.service-area-section { padding: 112px 0; color: white; background: #0c2541; border-top: 8px solid var(--red); position: relative; overflow: hidden; }
.service-area-section::before { content: ''; position: absolute; width: 500px; height: 620px; left: -230px; bottom: -260px; background: url('/assets/anime-bald-eagle-hero.png') 36% 12% / cover no-repeat; opacity: .055; mix-blend-mode: screen; transform: rotate(8deg); -webkit-mask-image: radial-gradient(ellipse at center, #000 22%, transparent 70%); mask-image: radial-gradient(ellipse at center, #000 22%, transparent 70%); pointer-events: none; }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; position: relative; z-index: 2; }
.area-grid h2 { font-size: clamp(3.7rem,6vw,5.8rem); }
.area-grid > div:first-child > p:not(.section-kicker) { max-width: 540px; margin: 25px 0 30px; color: #a0b1c2; line-height: 1.7; }
.service-lines { border-top: 1px solid #35516e; }
.service-lines div { min-height: 105px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #35516e; }
.service-lines strong { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: clamp(2.3rem,4vw,4rem); line-height: .9; letter-spacing: -.01em; text-transform: uppercase; }
.service-lines div:nth-child(2) strong { color: #ff6e75; }
.service-lines small { color: #8ba0b5; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-align: right; text-transform: uppercase; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid > div:first-child { position: sticky; top: 30px; align-self: start; }
.faq-grid .section-intro { margin-top: 24px; }
.faq-list { border-top: 1px solid #c7cdd3; }
.faq-list details { border-bottom: 1px solid #c7cdd3; }
.faq-list summary { padding: 23px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 900; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -4px 0 24px; color: #606c78; font-size: 14px; line-height: 1.68; }

.quote-section { padding: 112px 0; color: white; background: var(--navy); border-top: 9px solid var(--red); }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.quote-intro h2 { font-size: clamp(3.7rem,6vw,5.8rem); }
.quote-intro > p:not(.section-kicker) { max-width: 500px; color: #9eb0c2; line-height: 1.7; }
.contact-chip { margin-top: 42px; padding-left: 17px; border-left: 3px solid var(--red); display: grid; }
.contact-chip span { color: #7f94a8; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-chip strong { margin-top: 6px; font-size: 13px; text-transform: uppercase; }
.form-panel { min-height: 760px; color: var(--ink); background: white; box-shadow: 13px 13px 0 var(--red); }
.quote-form { padding: 40px; }
.form-top { margin-bottom: 24px; padding-bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid #dfe2e5; }
.form-top span { font-weight: 950; text-transform: uppercase; }
.form-top small { color: #78838e; font-size: 10px; }
.quote-form label { margin-bottom: 18px; display: grid; gap: 8px; color: #3a4855; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quote-form label > span { color: #87919c; font-size: 8px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-width: 0; padding: 14px 15px; border: 1px solid #cdd3d8; border-radius: 0; outline: none; color: var(--ink); background: #f7f7f5; font-size: 14px; letter-spacing: 0; text-transform: none; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(225,38,47,.12); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit { width: 100%; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border: 0; color: white; background: var(--red); font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.form-submit:hover { background: var(--red-dark); }
.form-submit:disabled { cursor: wait; opacity: .7; }
.form-submit span { font-size: 18px; }
.form-status { min-height: 18px; margin: 10px 0 0; color: var(--red-dark); font-size: 11px; text-align: center; }
.form-note { margin: 5px auto 0; color: #7e8994; font-size: 10px; line-height: 1.5; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }
.success-message { min-height: 760px; padding: 50px; display: grid; place-content: center; text-align: center; }
.success-message > span { width: 64px; height: 64px; margin: 0 auto 25px; display: grid; place-items: center; color: white; background: var(--red); font-size: 27px; transform: rotate(-5deg); }
.success-message h3 { max-width: 540px; margin: 0 0 14px; font-size: 30px; text-transform: uppercase; }
.success-message > p:not(.section-kicker) { max-width: 520px; margin-inline: auto; color: #687582; font-size: 14px; line-height: 1.65; }
.success-message button { margin-top: 18px; border: 0; color: var(--red); background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { padding: 38px 0 24px; color: white; background: #06172b; border-top: 1px solid #28405a; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-grid > p { color: #8799ab; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid nav { justify-self: end; display: flex; gap: 22px; color: #9babbc; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.footer-grid nav a:hover { color: white; }
.legal-line { margin-top: 28px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #20374f; color: #6f8498; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.standalone-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; color: white; background: var(--navy); }
.standalone-card { width: min(820px,100%); padding: 42px; border: 1px solid #2c4864; background: #0a2038; box-shadow: 14px 14px 0 var(--red); }
.standalone-content { min-height: 520px; display: grid; place-content: center; text-align: center; }
.standalone-check { width: 64px; height: 64px; margin: 0 auto 26px; display: grid; place-items: center; background: var(--red); font-size: 27px; transform: rotate(-5deg); }
.standalone-content h1 { max-width: 700px; margin: 10px auto 22px; font-size: clamp(3.5rem,8vw,6rem); }
.standalone-content > p:not(.section-kicker) { max-width: 570px; margin: 0 auto 32px; color: #a8b7c6; font-size: 15px; line-height: 1.7; }
.standalone-content .button { justify-self: center; }

.policy-page { min-height: 100svh; color: var(--ink); background: var(--cream); }
.policy-header { color: white; background: var(--navy); border-bottom: 7px solid var(--red); }
.policy-nav { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.policy-nav > a:last-child { color: #b7c5d2; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.policy-nav > a:last-child span { margin-left: 8px; color: var(--red); }
.policy-main { max-width: 900px; padding-block: 90px 110px; }
.policy-main h1 { margin: 15px 0 28px; color: var(--navy); font-size: clamp(3.7rem,8vw,6.5rem); }
.policy-lead { margin: 0 0 55px; padding-left: 19px; border-left: 4px solid var(--red); color: #53616e; font-size: 17px; line-height: 1.7; }
.policy-main section { padding: 28px 0; border-top: 1px solid #cbd1d7; }
.policy-main section h2 { margin-bottom: 14px; color: var(--navy); font-family: Arial, Helvetica, sans-serif; font-size: 17px; letter-spacing: 0; }
.policy-main section p { margin: 0; color: #5e6a76; font-size: 14px; line-height: 1.75; }
.policy-updated { margin-top: 45px; color: var(--red-dark); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(280px,.68fr); gap: 30px; padding-top: 65px; }
  .hero-visual { min-height: 480px; }
  .hero-visual img { width: min(82%, 360px); transform: translate(2%,0); }
  .equipment-grid { grid-template-columns: 1fr 1fr; }
  .advantage-grid, .area-grid, .quote-grid { grid-template-columns: 1fr; }
  .advantage-copy, .area-grid > div:first-child, .quote-intro { max-width: 720px; }
  .area-grid, .quote-grid { gap: 52px; }
  .form-panel { max-width: 800px; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .hero, section[id] { scroll-margin-top: 82px; }
  .nav-shell { height: 82px; }
  .wordmark { border-left-width: 6px; padding-left: 9px; }
  .wordmark-main strong, .wordmark-main em { font-size: 25px; }
  .wordmark-sub { margin-top: 6px; font-size: 7px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 82px; right: 16px; left: 16px; padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid #29445f; background: var(--navy-deep); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 8px; border-bottom: 1px solid #213c58; }
  .site-nav a:last-child { border: 0; }
  .nav-cta { display: none; }
  .hero { padding-top: 82px; }
  .hero-grid { min-height: auto; padding: 68px 0 30px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  h1 { font-size: clamp(3.75rem,17vw,6.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-visual { min-height: 270px; margin-top: 8px; }
  .hero-visual img { width: min(50vw, 220px); margin-inline: auto; transform: none; }
  .capability-strip { grid-template-columns: 1fr; margin-top: 20px; }
  .capability-strip > div, .capability-strip > div:first-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .capability-strip > div:last-child { border-bottom: 0; }
  .capability-strip > div::after { right: 5px; top: 14px; height: 22px; }
  .section, .service-area-section, .quote-section { padding: 76px 0; }
  .process-section { padding: 48px 0 0; }
  .process-section::before { width: 360px; height: 500px; right: -180px; top: 60px; opacity: .055; }
  .service-area-section::before { width: 360px; height: 460px; left: -210px; bottom: -180px; }
  .split-heading, .faq-grid { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .section-heading { margin-bottom: 34px; }
  .equipment-grid { grid-template-columns: 1fr; }
  .process-section .section-heading { margin-bottom: 20px; }
  .process-advance { display: none; }
  .process-stage, .process-slide { min-height: 390px; }
  .process-slide { grid-template-columns: 1fr; align-content: center; gap: 16px; }
  .process-number { font-size: clamp(7rem,33vw,10rem); }
  .process-slide > div { padding: 0 0 25px; }
  .process-controls { grid-template-columns: 82px 1fr 82px; }
  .process-controls > button { font-size: 0; }
  .process-controls > button:first-child::after { content: '←'; font-size: 20px; }
  .process-controls > button:last-child::after { content: '→'; font-size: 20px; }
  .advantage-grid { gap: 45px; }
  .benefit-list article { grid-template-columns: 1fr; gap: 8px; }
  .faq-grid > div:first-child { position: static; }
  .form-panel { min-height: 0; box-shadow: 8px 8px 0 var(--red); }
  .quote-form { padding: 26px; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
  .form-top { display: grid; gap: 6px; }
  .success-message { min-height: 560px; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid nav { justify-self: start; flex-wrap: wrap; }
  .legal-line { align-items: flex-start; flex-direction: column; }
  .standalone-card { padding: 28px; }
  .policy-nav { min-height: 82px; }
  .policy-nav > a:last-child { font-size: 8px; }
  .policy-main { padding-block: 70px 90px; }
}

@media (max-width: 430px) {
  .menu-toggle { padding: 9px 10px; }
  .equipment-card { min-height: 305px; }
  .hero-visual { min-height: 240px; }
  .hero-visual img { width: min(48vw, 180px); }
  .process-tabs button { font-size: 8px; }
  .service-lines div { min-height: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
