:root {
  --ink: #191a17;
  --muted: #63655d;
  --paper: #f6f5ef;
  --white: #fff;
  --line: #dfe0d9;
  --gold: #d9a744;
  --gold-light: #edca7f;
  --dark: #161714;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 88px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 99; top: 8px; left: 8px; padding: 8px 12px; color: var(--ink); background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: #73756c; font-size: .7rem; font-weight: 600; letter-spacing: .17em; line-height: 1; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow-light { color: rgba(255,255,255,.72); }
h1, h2 { font-weight: 500; letter-spacing: -.05em; line-height: .98; }
h1 em, h2 em { color: var(--gold-light); font-family: var(--serif); font-weight: 500; }
h2 { margin-bottom: 28px; font-size: clamp(2.75rem, 6vw, 5.2rem); }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: .8rem; font-weight: 600; letter-spacing: .045em; line-height: 1; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--dark); background: var(--gold-light); }
.button-accent:hover { background: #f5d89a; }
.button-light { color: var(--dark); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid #9c9d96; font-size: .78rem; font-weight: 600; letter-spacing: .055em; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: #fff; border-color: rgba(255,255,255,.5); }

.hero { position: relative; display: flex; min-height: 740px; height: 100svh; max-height: 960px; flex-direction: column; color: #fff; background: #77766f url("../assets/images/hero-clean-home.webp") 68% center/cover no-repeat; isolation: isolate; }
.hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(10,11,9,.76),rgba(10,11,9,.54) 38%,rgba(10,11,9,.1) 75%),linear-gradient(180deg,rgba(8,9,7,.55),transparent 32%,rgba(8,9,7,.38)); content: ""; }
.navbar { display: flex; z-index: 10; width: min(1320px,calc(100% - 40px)); min-height: 82px; align-items: center; justify-content: space-between; margin-inline: auto; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.brand svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.brand svg circle { fill: var(--gold-light); stroke: none; }
.brand span { font-size: 1.08rem; font-weight: 600; letter-spacing: -.025em; }
.brand i { font: inherit; }
.nav-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; border: 0; color: #fff; background: none; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: .25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.nav-menu { position: fixed; z-index: -1; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 24px; padding-top: 80px; font-size: 1.4rem; background: var(--dark); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.nav-menu.open { opacity: 1; pointer-events: auto; }
.nav-menu .button { margin-top: 14px; font-size: .8rem; }
.hero-content { display: flex; flex: 1; justify-content: center; flex-direction: column; padding: 80px 0 52px; }
.hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.4rem,8.6vw,7.6rem); }
.hero-copy { max-width: 565px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: clamp(1rem,2vw,1.14rem); }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 24px; }
.hero-foot { display: grid; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.25); grid-template-columns: repeat(3,1fr); }
.hero-foot div { padding: 0 12px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-foot div:first-child { padding-left: 0; }
.hero-foot div:last-child { padding-right: 0; border: 0; }
.hero-foot strong, .hero-foot span { display: block; }
.hero-foot strong { font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.hero-foot span { display: none; color: rgba(255,255,255,.64); font-size: .68rem; }

.intro { position: relative; display: grid; gap: 38px; overflow: hidden; }
.intro h2 { max-width: 680px; }
.intro-copy { max-width: 620px; color: var(--muted); }
.intro-copy p:first-child { color: var(--ink); font-size: 1.2rem; line-height: 1.55; }
.corner-star { position: absolute; right: -30px; bottom: -100px; color: #f1f0ea; font-size: 15rem; line-height: 1; pointer-events: none; }

.services { background: var(--paper); }
.services .shell { width: min(1320px,calc(100% - 40px)); }
.section-heading { display: grid; gap: 10px; margin-bottom: 50px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(2.6rem,5.2vw,4.5rem); }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.services-heading { display: flex; max-width: 760px; align-items: center; margin: 0 auto 52px; text-align: center; flex-direction: column; gap: 0; }
.services-heading .eyebrow { margin-bottom: 22px; }
.services-heading h2 { margin-bottom: 22px; }
.services-heading > p { max-width: 590px; }
.service-grid { display: grid; gap: 16px; }
.service-card { display: flex; min-width: 0; height: 100%; flex-direction: column; background: #fff; transition: transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(25,26,23,.09); }
.service-card figure { position: relative; aspect-ratio: 4/3; margin: 0; overflow: hidden; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.service-card:hover img { transform: scale(1.035); }
.service-card figure > span { position: absolute; top: 14px; right: 14px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: rgba(20,21,18,.78); font-size: .66rem; }
.card-content { position: relative; display: flex; flex: 1; padding: 24px 22px 27px; flex-direction: column; }
.card-content p { margin-bottom: 10px; color: #85877e; font-size: .64rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.card-content h3 { margin: 0 45px 11px 0; font-size: 1.35rem; font-weight: 500; line-height: 1.2; }
.card-content small { display: block; margin-top: auto; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.card-content i { position: absolute; top: 24px; right: 22px; font-size: 1.3rem; font-style: normal; transition: transform .25s ease; }
.service-card:hover i { transform: translate(3px,-3px); }

.promise { overflow: hidden; }
.promise-layout { display: grid; gap: 58px; }
.promise-art { position: relative; }
.promise-art > img { width: calc(100% - 22px); height: clamp(450px,102vw,645px); object-fit: cover; object-position: center 48%; }
.promise-art::before { position: absolute; z-index: -1; top: 22px; right: 0; bottom: -22px; left: 22px; border: 1px solid var(--gold); content: ""; }
.art-note { position: absolute; right: 0; bottom: 28px; display: flex; width: 170px; min-height: 118px; align-items: flex-end; justify-content: space-between; padding: 20px; color: #fff; background: var(--dark); font-size: .72rem; font-weight: 500; line-height: 1.35; }
.art-note b { color: var(--gold-light); font-size: 2.5rem; font-weight: 400; line-height: .8; }
.promise-copy h2 { max-width: 610px; font-size: clamp(2.8rem,6vw,5rem); }
.lead { margin-bottom: 38px; color: var(--muted); font-size: 1.05rem; }
.feature-list { margin: 0 0 34px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { display: grid; padding: 20px 0; border-bottom: 1px solid var(--line); gap: 18px; grid-template-columns: 30px 1fr; }
.feature-list li > span { color: var(--gold); font-size: .64rem; font-weight: 600; letter-spacing: .1em; }
.feature-list strong { display: block; margin-bottom: 4px; font-size: .94rem; font-weight: 600; }
.feature-list p { margin: 0; color: var(--muted); font-size: .82rem; }

.process { color: #fff; background: var(--dark); }
.section-heading.light > p { color: rgba(255,255,255,.58); }
.process-steps { display: grid; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.process-steps li { padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-steps li > span { color: rgba(255,255,255,.43); font-size: .64rem; letter-spacing: .12em; }
.process-steps li > b { display: block; margin: 24px 0 22px; color: var(--gold-light); font-family: var(--serif); font-size: 3.2rem; font-weight: 400; line-height: 1; }
.process-steps h3 { margin-bottom: 12px; font-size: 1.26rem; font-weight: 500; }
.process-steps p { max-width: 340px; margin-bottom: 0; color: rgba(255,255,255,.59); font-size: .84rem; }

.areas { overflow: hidden; background: #eeede7; }
.areas-layout { display: grid; gap: 52px; }
.areas-copy p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.areas-copy .text-link { margin-top: 16px; }
.area-map { position: relative; min-height: 390px; overflow: hidden; border: 1px solid #d1d0c8; background: repeating-radial-gradient(ellipse at 47% 50%,#f6f5f0 0 47px,#deddd5 48px 49px,#f6f5f0 50px 85px); }
.area-map::before { position: absolute; inset: -15%; background: linear-gradient(28deg,transparent 49.7%,#d8d7cf 50%,transparent 50.3%),linear-gradient(147deg,transparent 49.7%,#d8d7cf 50%,transparent 50.3%); content: ""; }
.area-map::after { position: absolute; top: 50%; left: 47%; width: 240px; height: 240px; border: 1px dashed rgba(205,150,50,.8); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.area-map > span { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 600; }
.area-map i { width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.area-map .odessa { top: 53%; left: 37%; }
.area-map .midland { top: 41%; left: 68%; }
.area-map > p { position: absolute; z-index: 3; right: 20px; bottom: 4px; font: 500 1.08rem/1.2 var(--serif); text-align: right; }

.quote { color: #fff; background: #282923; }
.quote-layout { display: grid; gap: 50px; }
.quote-copy h2 { max-width: 700px; }
.quote-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.66); }
.quote-form { padding: 30px 24px; color: var(--ink); background: #fff; }
.quote-form fieldset { display: grid; margin: 0 0 26px; padding: 0; border: 0; gap: 8px; grid-template-columns: repeat(3,1fr); }
.quote-form legend { width: 100%; margin-bottom: 10px; font-size: .74rem; font-weight: 600; }
.quote-form fieldset label { cursor: pointer; }
.quote-form fieldset input { position: absolute; opacity: 0; }
.quote-form fieldset label span { display: grid; min-height: 48px; place-items: center; padding: 7px; border: 1px solid var(--line); color: var(--muted); font-size: .7rem; text-align: center; transition: .2s ease; }
.quote-form fieldset input:checked + span { border-color: var(--ink); color: var(--ink); background: var(--paper); }
.quote-form > label, .form-row label { display: block; margin-bottom: 18px; }
.quote-form label > span { display: block; margin-bottom: 6px; font-size: .68rem; font-weight: 600; }
.quote-form input[type="text"],.quote-form input[type="tel"],.quote-form input[type="email"],.quote-form select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: #fff; outline: none; }
.quote-form input:focus,.quote-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,167,68,.14); }
.quote-form .button { width: 100%; justify-content: space-between; border: 0; cursor: pointer; }
.form-note { margin: 12px 0 0; color: #7d7e76; font-size: .65rem; line-height: 1.4; }
.form-note.success { color: #456b45; }

.footer { padding: 72px 0 28px; color: #fff; background: #11120f; }
.footer-main { display: grid; padding-bottom: 54px; border-bottom: 1px solid rgba(255,255,255,.15); gap: 48px; }
.footer-brand p { max-width: 270px; margin: 22px 0 0; color: rgba(255,255,255,.53); font: 500 1.25rem/1.3 var(--serif); }
.footer-links { display: grid; gap: 34px; grid-template-columns: repeat(2,1fr); }
.footer-links div { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: var(--gold-light); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a,.footer-links span { color: rgba(255,255,255,.62); font-size: .76rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: rgba(255,255,255,.38); font-size: .63rem; }

.page-header { color: #fff; background: var(--dark); }
.page-header .navbar { border-color: rgba(255,255,255,.18); }
.page-hero { padding: 92px 0 88px; }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.4rem,8vw,7rem); }
.page-hero > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.67); font-size: clamp(1rem,2vw,1.16rem); }
.nav-menu [aria-current="page"]::after { transform: scaleX(1) !important; }
.split-heading { display: grid; margin-bottom: 48px; gap: 20px; }
.split-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.5rem,5vw,4.4rem); }
.split-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.service-group + .service-group { margin-top: 88px; }
.service-group-label { display: flex; align-items: center; margin-bottom: 28px; gap: 14px; font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.service-group-label span { width: 34px; height: 1px; background: var(--gold); }
.services-page .service-card figure { aspect-ratio: 16/10; }
.services-page .card-content i { color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.comparison { background: #eeede7; }
.comparison-grid { display: grid; border-top: 1px solid #cccdc5; }
.comparison-grid article { padding: 28px 0; border-bottom: 1px solid #cccdc5; }
.comparison-grid span { color: var(--gold); font-size: .65rem; font-weight: 600; letter-spacing: .12em; }
.comparison-grid h3 { margin: 12px 0 8px; font-size: 1.25rem; font-weight: 500; }
.comparison-grid p { max-width: 340px; margin: 0; color: var(--muted); font-size: .84rem; }
.cta-band { color: #fff; background: #292a25; }
.cta-band .shell { display: grid; gap: 28px; }
.cta-band h2 { max-width: 760px; margin: 0; font-size: clamp(2.6rem,6vw,5rem); }
.cta-band p { max-width: 540px; color: rgba(255,255,255,.64); }
.cta-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 22px; }

.service-detail-hero { display: grid; gap: 42px; padding: 72px 0 82px; }
.service-detail-hero h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(3.2rem,7vw,6.5rem); }
.service-detail-hero .hero-copy { margin-bottom: 30px; }
.service-detail-hero figure { aspect-ratio: 1; margin: 0; overflow: hidden; }
.service-detail-hero img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { margin-bottom: 28px; color: rgba(255,255,255,.55); font-size: .7rem; letter-spacing: .06em; }
.breadcrumbs a:hover { color: #fff; }
.detail-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
.detail-intro { display: grid; gap: 48px; }
.detail-intro h2 { max-width: 690px; }
.detail-intro-copy > p { color: var(--muted); }
.scope-grid { display: grid; gap: 18px; margin-top: 36px; }
.scope-card { padding: 28px 24px; border: 1px solid var(--line); background: var(--paper); }
.scope-card h3 { margin-bottom: 14px; font: 500 1.35rem/1.2 var(--serif); }
.scope-card p,.scope-card li { color: var(--muted); font-size: .84rem; }
.scope-card ul { margin: 0; padding-left: 18px; }
.scope-card li + li { margin-top: 7px; }
.service-facts { color: #fff; background: var(--dark); }
.facts-grid { display: grid; }
.fact { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.fact span { color: var(--gold-light); font-size: .65rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.fact h3 { margin: 12px 0 8px; font-size: 1.25rem; font-weight: 500; }
.fact p { max-width: 350px; margin: 0; color: rgba(255,255,255,.6); font-size: .84rem; }
.split-heading:has(+ .faq-list),.faq-list { width: min(900px,100%); margin-inline: auto; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--gold); content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: 14px 0 0; color: var(--muted); font-size: .88rem; }
.related-links { display: grid; gap: 12px; }
.related-links a { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--line); font: 500 1.15rem/1.2 var(--serif); }
.related-links a span { color: var(--gold); font-family: var(--sans); }

.story-grid { display: grid; align-items: center; gap: 50px; }
.story-copy h2 { max-width: 670px; }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.story-copy .lead { color: var(--ink) !important; font-size: 1.15rem; }
.story-image { position: relative; padding: 0 20px 20px 0; }
.story-image::after { position: absolute; z-index: -1; inset: 20px 0 0 20px; border: 1px solid var(--gold); content: ""; }
.story-image img { width: 100%; height: clamp(420px,50vw,600px); object-fit: cover; }
.values { background: var(--paper); }
.value-grid { display: grid; border-top: 1px solid var(--line); }
.value-grid article { padding: 30px 0; border-bottom: 1px solid var(--line); }
.value-grid span { color: var(--gold); font-size: .66rem; letter-spacing: .12em; }
.value-grid h3 { margin: 18px 0 10px; font-size: 1.3rem; font-weight: 500; }
.value-grid p { max-width: 340px; margin: 0; color: var(--muted); font-size: .86rem; }
.standard-layout { display: grid; gap: 50px; }
.standard-layout h2 { max-width: 650px; }

.contact-layout { display: grid; gap: 55px; }
.contact-intro h2 { max-width: 620px; }
.contact-intro > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.contact-details { display: grid; margin-top: 38px; border-top: 1px solid var(--line); }
.contact-details div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-details strong,.contact-details span { display: block; }
.contact-details strong { margin-bottom: 5px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-details span { color: var(--muted); font-size: .9rem; }
.contact-page .quote-form { border: 1px solid var(--line); background: var(--paper); }
.contact-page textarea { width: 100%; min-height: 132px; padding: 14px; border: 1px solid var(--line); border-radius: 0; resize: vertical; outline: none; }
.contact-page textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,167,68,.14); }

.article-feature { display: grid; align-items: center; gap: 38px; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.article-feature img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.article-feature h2 { margin-bottom: 20px; font-size: clamp(2.3rem,5vw,4.2rem); }
.article-feature p:not(.eyebrow) { color: var(--muted); }
.coming-soon { display: inline-block; margin-top: 8px; color: #8a6b2d; font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.article-grid { display: grid; margin-top: 22px; }
.article-card { padding: 34px 0; border-bottom: 1px solid var(--line); }
.article-card span:first-child { color: #85877e; font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.article-card h3 { max-width: 390px; margin: 14px 0 12px; font: 500 1.55rem/1.2 var(--serif); }
.article-card p { max-width: 420px; margin: 0; color: var(--muted); font-size: .84rem; }

@media (min-width:600px) {
  :root { --shell: min(1180px,calc(100% - 64px)); }
  .services .shell { width: min(1320px,calc(100% - 64px)); }
  .hero-actions { align-items: center; flex-direction: row; gap: 30px; }
  .hero-foot div { padding: 0 24px; }
  .hero-foot span { display: block; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
  .footer-links { grid-template-columns: repeat(3,1fr); }
  .comparison-grid,.value-grid,.article-grid { column-gap: 34px; grid-template-columns: repeat(2,1fr); }
  .cta-actions { align-items: center; flex-direction: row; }
  .detail-actions { align-items: center; flex-direction: row; }
  .scope-grid,.facts-grid { grid-template-columns: repeat(2,1fr); }
}

@media (min-width:900px) {
  .section { padding: 128px 0; }
  .navbar { width: min(1320px,calc(100% - 72px)); }
  .nav-toggle { display: none; }
  .nav-menu { position: static; z-index: auto; flex-direction: row; gap: 28px; padding: 0; font-size: .8rem; background: none; opacity: 1; pointer-events: auto; }
  .nav-menu > a:not(.button) { position: relative; }
  .nav-menu > a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transition: transform .25s ease; }
  .nav-menu > a:not(.button):hover::after { transform: scaleX(1); }
  .nav-menu .button { min-height: 42px; margin: 0 0 0 10px; padding-inline: 19px; }
  .hero-content { padding-top: 100px; }
  .intro { align-items: end; grid-template-columns: 1.15fr .85fr; }
  .intro-copy { padding: 0 20px 16px 0; }
  .section-heading { align-items: end; grid-template-columns: 1fr auto; }
  .section-heading > p { padding-bottom: 7px; }
  .services-heading { display: flex; }
  .services-heading > p { padding-bottom: 0; }
  .service-grid { gap: 22px; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .service-grid.four-up { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .promise-layout { align-items: center; gap: clamp(70px,9vw,130px); grid-template-columns: minmax(0,.9fr) minmax(0,1fr); }
  .section-heading.light { margin-bottom: 70px; }
  .process-steps { border-bottom: 1px solid rgba(255,255,255,.18); grid-template-columns: repeat(3,1fr); }
  .process-steps li { min-height: 350px; padding: 36px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .process-steps li:first-child { padding-left: 0; }
  .process-steps li:last-child { padding-right: 0; border-right: 0; }
  .areas-layout { align-items: center; gap: 90px; grid-template-columns: .78fr 1.22fr; }
  .area-map { min-height: 500px; }
  .quote-layout { align-items: start; gap: clamp(70px,10vw,150px); grid-template-columns: 1fr 480px; }
  .quote-form { padding: 36px; }
  .footer-main { grid-template-columns: .9fr 1.1fr; }
  .page-hero { padding: 128px 0 118px; }
  .split-heading { align-items: end; grid-template-columns: 1fr auto; }
  .comparison-grid { grid-template-columns: repeat(4,1fr); }
  .comparison-grid article { padding: 34px 28px; border-right: 1px solid #cccdc5; }
  .comparison-grid article:first-child { padding-left: 0; }
  .comparison-grid article:last-child { padding-right: 0; border-right: 0; }
  .cta-band .shell { align-items: end; grid-template-columns: 1fr auto; }
  .service-detail-hero { align-items: center; gap: clamp(60px,8vw,120px); grid-template-columns: 1.05fr .95fr; }
  .services-page .card-content i { position: static; align-self: flex-start; margin-top: 18px; }
  .detail-intro { align-items: start; gap: 90px; grid-template-columns: .85fr 1.15fr; }
  .scope-grid { grid-template-columns: repeat(3,1fr); }
  .facts-grid { grid-template-columns: repeat(4,1fr); }
  .fact { min-height: 230px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
  .fact:first-child { padding-left: 0; }
  .fact:last-child { padding-right: 0; border-right: 0; }
  .story-grid { gap: clamp(70px,9vw,130px); grid-template-columns: 1.05fr .95fr; }
  .value-grid { grid-template-columns: repeat(3,1fr); }
  .value-grid article { padding: 34px; border-right: 1px solid var(--line); }
  .value-grid article:first-child { padding-left: 0; }
  .value-grid article:last-child { padding-right: 0; border-right: 0; }
  .standard-layout { align-items: start; gap: 100px; grid-template-columns: 1fr .85fr; }
  .contact-layout { align-items: start; gap: clamp(70px,10vw,140px); grid-template-columns: 1fr 500px; }
  .article-feature { gap: 70px; grid-template-columns: 1.08fr .92fr; }
  .article-grid { grid-template-columns: repeat(3,1fr); }
  .article-card { padding: 40px 30px; border-right: 1px solid var(--line); }
  .article-card:nth-child(3n+1) { padding-left: 0; }
  .article-card:nth-child(3n) { padding-right: 0; border-right: 0; }
}

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