:root {
  --ink: #17211d;
  --ink-soft: #35423c;
  --paper: #f8f5ee;
  --sand: #eee8dd;
  --white: #fffdf8;
  --accent: #c8673a;
  --accent-dark: #a94c26;
  --sage: #667766;
  --line: rgba(23, 33, 29, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1180px;
  --radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { margin-bottom: 1.35rem; font-size: clamp(3rem, 10.5vw, 6.8rem); }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.45rem, 7vw, 4.6rem); }
h3 { margin-bottom: .8rem; font-size: 1.35rem; }
p { margin-bottom: 1rem; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e4a27d; outline-offset: 3px; }

.announcement { color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.16); font-size: .69rem; letter-spacing: .04em; }
.announcement__inner { min-height: 32px; display: flex; align-items: center; justify-content: center; }
.announcement p { display: none; margin: 0; }
.announcement a { font-weight: 700; text-transform: uppercase; }
.announcement a span { color: white; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.2); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--serif); font-size: 1.22rem; line-height: 1; letter-spacing: -.02em; }
.brand svg { width: 34px; color: var(--accent); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.brand strong { display: block; color: var(--accent); font-family: var(--sans); font-size: .65rem; letter-spacing: .19em; text-transform: uppercase; }
.site-header .brand strong { color: #eba17a; }
.menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; background: none; border: 0; }
.menu-toggle i { width: 23px; height: 2px; background: white; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-7px) rotate(-45deg); }
.nav__menu { position: absolute; top: 107px; left: 0; width: 100%; display: none; padding: 1.5rem 20px 2rem; background: rgba(14,24,20,.98); border-bottom: 1px solid rgba(255,255,255,.2); box-shadow: 0 20px 30px rgba(0,0,0,.16); }
.nav__menu.is-open { display: grid; }
.nav__menu > a:not(.button) { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 1.45rem; }
.nav__menu > a.is-current:not(.button) { color: #f0ad87; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: .8rem 1.2rem; background: var(--accent); color: white; border: 1px solid var(--accent); border-radius: var(--radius); font-size: .78rem; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-2px); }
.button--small { min-height: 46px; margin-top: 1rem; padding: .7rem 1rem; font-size: .7rem; }
.button--wide { width: 100%; }
.button-group { display: flex; flex-direction: column; align-items: flex-start; gap: 1.3rem; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: white; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.25rem; color: var(--accent-dark); font-size: .69rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow--light { color: #e9a37e; }
.lead { font-size: 1.12rem; line-height: 1.6; }

.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--ink); color: white; }
.hero__image, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: 58% center; }
.hero__shade { background: linear-gradient(90deg, rgba(14,24,20,.94) 0%, rgba(14,24,20,.78) 45%, rgba(14,24,20,.15) 100%), linear-gradient(0deg, rgba(14,24,20,.7), transparent 55%); }
.hero__inner { position: relative; z-index: 1; display: flex; align-items: center; flex: 1; padding-top: 9rem; padding-bottom: 3rem; }
.hero__content { max-width: 780px; }
.hero h1 em { color: #e7ae8e; font-weight: inherit; }
.hero__lead { max-width: 620px; margin-bottom: 2rem; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.hero__promises { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.hero__promises span { padding: 1rem .25rem; color: #df9b76; font-size: .58rem; letter-spacing: .08em; }
.hero__promises strong { display: block; margin-top: .15rem; color: white; font-size: .65rem; letter-spacing: .02em; }

.intro__grid { display: grid; gap: 1.5rem; }
.intro__copy { max-width: 600px; }
.intro__copy .text-link { margin-top: 1.2rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading > div { max-width: 760px; }
.section-heading h2 { margin-bottom: 0; }
.services { background: #eee8dd; }
.services__layout { display: grid; gap: 3.5rem; }
.services__intro { max-width: 560px; }
.services__intro > p:not(.eyebrow) { max-width: 500px; color: var(--ink-soft); }
.services__intro .text-link { margin-top: 1.25rem; }
.service-list { border-bottom: 1px solid rgba(23,33,29,.3); }
.service-row { position: relative; display: grid; grid-template-columns: 34px 1fr 28px; gap: 1rem; padding: 1.65rem 0; border-top: 1px solid rgba(23,33,29,.3); overflow: hidden; transition: color .2s; }
.service-row::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-row > * { position: relative; z-index: 1; transition: transform .25s ease; }
.service-row:hover { color: white; }
.service-row:hover::before { transform: scaleX(1); }
.service-row:hover .service-row__number,
.service-row:hover > div { transform: translateX(.75rem); }
.service-row:hover .service-row__arrow { transform: translateX(-.75rem); }
.service-row__number { padding-top: .2rem; color: var(--accent-dark); font-family: var(--serif); font-size: .82rem; }
.service-row:hover .service-row__number, .service-row:hover .service-row__type { color: white; }
.service-row__type { display: block; margin-bottom: .5rem; color: #797267; font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-row h3 { margin-bottom: .45rem; font-family: var(--serif); font-size: clamp(1.75rem, 5vw, 2.5rem); font-weight: 400; }
.service-row p { max-width: 580px; margin: 0; color: var(--ink-soft); font-size: .86rem; }
.service-row:hover p { color: rgba(255,255,255,.82); }
.service-row__arrow { align-self: center; justify-self: end; font-size: 1.25rem; }

.process { position: relative; background: var(--ink); color: white; overflow: hidden; }
.process::before { content: ""; position: absolute; right: -100px; top: -180px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.process__heading { position: relative; max-width: 700px; margin-bottom: 3.5rem; }
.process__heading p:last-child { max-width: 580px; color: rgba(255,255,255,.65); }
.process-list { position: relative; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: .5rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: #e9a37e; font-family: var(--serif); font-size: .9rem; }
.process-list h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.process-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.west-texas__grid { display: grid; gap: 3.5rem; }
.palette { position: relative; min-height: 430px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr 1fr; padding: 1rem; background: #d7c6aa; box-shadow: 16px 16px 0 transparent, 16px 16px 0 1px var(--ink); }
.palette span { display: flex; align-items: flex-end; padding: 1rem; font-family: var(--serif); font-size: .88rem; line-height: 1.15; }
.palette__sun { background: #d89b3e; }
.palette__clay { background: #a94f32; color: white; }
.palette__sage { background: #697769; color: white; }
.palette__cream { background: #ede4d3; }
.palette i { position: absolute; left: 50%; top: 50%; width: 92px; height: 92px; display: grid; place-items: center; background: var(--paper); border-radius: 50%; transform: translate(-50%,-50%); }
.palette i::after { content: "OP"; color: var(--accent); font-family: var(--serif); font-size: 1.35rem; font-style: normal; }
.west-texas__copy { max-width: 580px; }
.check-list { display: grid; gap: .85rem; margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.project-types { background: #dfd7ca; }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.project-grid { display: grid; gap: 1px; background: rgba(23,33,29,.22); border: 1px solid rgba(23,33,29,.22); }
.project-card { padding: 2rem 1.5rem; background: var(--paper); }
.project-card--accent { background: #c96a3c; color: white; }
.project-card__label { margin-bottom: 3.5rem; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-card h3 { max-width: 520px; font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 400; }
.project-card > p:not(.project-card__label) { max-width: 560px; }
.project-card ul { display: grid; gap: .5rem; margin: 1.75rem 0; padding-left: 1.2rem; }

.faq__grid { display: grid; gap: 3rem; }
.faq__heading { max-width: 460px; }
.faq__heading > p:not(.eyebrow) { color: var(--ink-soft); }
.accordion { border-bottom: 1px solid var(--line); }
.accordion details { border-top: 1px solid var(--line); }
.accordion summary { position: relative; padding: 1.35rem 2.5rem 1.35rem 0; font-family: var(--serif); font-size: 1.2rem; line-height: 1.3; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: .2rem; top: 50%; width: 16px; height: 1px; background: var(--ink); }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { padding: 0 2.5rem 1.5rem 0; color: var(--ink-soft); }

.quote { padding: 5.5rem 0; background: #22302a; color: white; }
.quote__grid { display: grid; gap: 3rem; }
.quote__copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.68); }
.quote__contact { display: grid; gap: .25rem; margin-top: 2.5rem; }
.quote__contact span { margin-bottom: .35rem; color: #e9a37e; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote__contact a { width: fit-content; font-family: var(--serif); font-size: 1.2rem; }
.quote-form { display: grid; gap: 1rem; padding: 1.5rem; background: var(--paper); color: var(--ink); }
.form-row { display: grid; gap: 1rem; }
.quote-form label { display: grid; gap: .4rem; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: .8rem .9rem; background: #fff; border: 1px solid var(--line); border-radius: 0; outline: none; font-size: .95rem; 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(--accent); box-shadow: 0 0 0 2px rgba(200,103,58,.14); }
.form-note { margin: 0; color: #6f756f; font-size: .72rem; line-height: 1.4; }

.footer { padding-top: 4.5rem; background: #101713; color: white; }
.footer__top { display: grid; gap: 2.5rem; padding-bottom: 3.5rem; }
.brand--footer { margin-bottom: 1.2rem; }
.footer__brand p, .footer__top > div:last-child p { max-width: 320px; color: rgba(255,255,255,.55); font-size: .86rem; }
.footer__top h2 { margin-bottom: 1.15rem; color: #dd9974; font-family: var(--sans); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer__top > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer__top > div:not(.footer__brand) a { color: rgba(255,255,255,.78); font-size: .86rem; }
.footer__top a:hover { color: white; }
.footer__bottom { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; padding: 1.3rem 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .67rem; }
.footer__bottom p { margin: 0; }
.footer__bottom a:last-child { margin-left: auto; }

@media (max-width: 639px) {
  .footer__bottom { justify-content: center; text-align: center; }
  .footer__bottom p { width: 100%; }
  .footer__bottom a[href="/sitemap.xml"], .footer__bottom a[href="#main"] { display: none; }
}

/* Interior pages */
.page-hero { position: relative; padding: 11.5rem 0 5.5rem; overflow: hidden; background: var(--ink); color: white; }
.page-hero::before { content: ""; position: absolute; right: -8rem; bottom: -17rem; width: 38rem; height: 38rem; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 6rem rgba(255,255,255,.025), 0 0 0 12rem rgba(255,255,255,.018); }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero__kicker { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.page-hero h1 { max-width: 930px; margin-bottom: 1.5rem; font-size: clamp(3.25rem, 10vw, 6.5rem); }
.page-hero h1 em { color: #e7ae8e; font-weight: inherit; }
.page-hero--compact h1 { max-width: 780px; }
.breadcrumb { display: flex; gap: .65rem; margin-bottom: 2rem; color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb a { color: #efb18f; }

.split-intro { display: grid; gap: 2rem; }
.split-intro h2 { max-width: 660px; margin: 0; }
.split-intro__copy { max-width: 590px; }
.split-intro__copy .text-link { margin-top: 1rem; }
.stat-strip { display: grid; margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-strip div { padding: 1.5rem 0; }
.stat-strip div + div { border-top: 1px solid var(--line); }
.stat-strip strong { display: block; margin-bottom: .25rem; color: var(--accent-dark); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.stat-strip span { color: var(--ink-soft); font-size: .76rem; }

.card-grid { display: grid; gap: 1px; background: rgba(23,33,29,.2); border: 1px solid rgba(23,33,29,.2); }
.info-card { min-height: 325px; display: flex; flex-direction: column; align-items: flex-start; padding: 2rem 1.5rem; background: var(--paper); }
.info-card__number { margin-bottom: auto; color: var(--accent-dark); font-family: var(--serif); font-size: .82rem; }
.info-card__tag { margin-bottom: .7rem; color: var(--accent-dark); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.info-card h3 { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 400; }
.info-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .9rem; }
.info-card ul { display: grid; gap: .35rem; margin: 1.2rem 0 0; padding-left: 1.15rem; color: var(--ink-soft); font-size: .85rem; }
.info-card--dark { background: var(--ink); color: white; }
.info-card--dark .info-card__number, .info-card--dark .info-card__tag { color: #e9a37e; }
.info-card--dark p, .info-card--dark ul { color: rgba(255,255,255,.68); }

.feature-band { background: #dfd7ca; }
.feature-band__grid { display: grid; gap: 3rem; }
.feature-band__content { max-width: 630px; }
.feature-band__content > p:not(.eyebrow) { color: var(--ink-soft); }
.detail-list { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid rgba(23,33,29,.25); }
.detail-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid rgba(23,33,29,.25); }
.detail-list span { color: var(--accent-dark); font-family: var(--serif); }
.detail-list strong { display: block; margin-bottom: .25rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.detail-list p { margin: 0; color: var(--ink-soft); font-size: .85rem; }

.values-grid { display: grid; gap: 2.5rem; margin-top: 3.5rem; }
.value { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.value span { color: var(--accent-dark); font-family: var(--serif); font-size: .82rem; }
.value h3 { margin-top: 1.3rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.value p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.process .value { border-color: rgba(255,255,255,.16); }
.process .value span { color: #e9a37e; }
.process .value p { color: rgba(255,255,255,.62); }

.article-grid { display: grid; gap: 2rem; }
.article-card { display: flex; flex-direction: column; padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
.article-card__art { min-height: 230px; display: grid; place-items: center; margin-bottom: 1.5rem; overflow: hidden; background: #d8c9b3; }
.article-card__art::before { content: ""; width: 115px; height: 115px; background: var(--accent); border-radius: 50%; box-shadow: 80px 35px 0 #667766, -70px 55px 0 #eee8dd; }
.article-card:nth-child(2) .article-card__art { background: #697769; }
.article-card:nth-child(2) .article-card__art::before { width: 150px; height: 95px; background: #eee8dd; border-radius: 0; transform: rotate(-8deg); box-shadow: 65px 50px 0 #c8673a, -80px 30px 0 #d89b3e; }
.article-card:nth-child(3) .article-card__art { background: #c8673a; }
.article-card:nth-child(3) .article-card__art::before { width: 135px; height: 135px; background: transparent; border: 22px solid #eee8dd; box-shadow: 65px 40px 0 -15px #17211d; }
.article-card__meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--accent-dark); font-size: .63rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-card h2 { margin: 1rem 0; font-size: clamp(1.8rem, 4vw, 2.55rem); }
.article-card p { margin: 0; color: var(--ink-soft); }
.article-card__status { width: fit-content; margin-top: 1.3rem; padding: .35rem .55rem; background: var(--sand); color: var(--ink-soft); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-card__link { width: fit-content; margin-top: 1.3rem; }
.article-card:has(.article-card__link):hover h2 { color: var(--accent-dark); }

.service-detail-hero h1 { max-width: 860px; }
.scope-grid { display: grid; gap: 1px; background: rgba(23,33,29,.2); border: 1px solid rgba(23,33,29,.2); }
.scope-card { min-height: 220px; padding: 1.5rem; background: var(--paper); }
.scope-card h3 { margin-top: 2.7rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.scope-card p, .scope-card ul { margin-bottom: 0; color: var(--ink-soft); font-size: .86rem; }
.scope-card ul { display: grid; gap: .35rem; padding-left: 1.15rem; }
.scope-card--accent { background: var(--accent); color: white; }
.scope-card--accent p, .scope-card--accent ul { color: rgba(255,255,255,.82); }
.service-facts { display: grid; gap: 2rem; }
.service-facts__main { max-width: 650px; }
.service-facts__aside { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); box-shadow: 10px 10px 0 var(--sand); }
.service-facts__aside h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.service-facts__aside ul { display: grid; gap: .55rem; margin: 0; padding-left: 1.15rem; color: var(--ink-soft); font-size: .85rem; }
.related-grid { display: grid; gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.related-card { min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem; background: #22302a; }
.related-card span { color: #e9a37e; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.related-card h3 { margin: auto 0 .8rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.related-card .text-link { color: rgba(255,255,255,.8); }

.article-layout { display: grid; gap: 3rem; }
.article-toc { align-self: start; padding: 1.4rem; background: var(--sand); border-top: 3px solid var(--accent); }
.article-toc h2 { margin-bottom: .8rem; font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-toc ol { display: grid; gap: .5rem; margin: 0; padding-left: 1.2rem; color: var(--ink-soft); font-size: .82rem; }
.article-body { max-width: 740px; }
.article-body > p:first-child { font-size: 1.18rem; line-height: 1.65; }
.article-body h2 { margin: 3.2rem 0 1.1rem; font-size: clamp(2rem, 5vw, 3rem); scroll-margin-top: 1rem; }
.article-body h3 { margin: 2rem 0 .7rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.article-body ul, .article-body ol { display: grid; gap: .55rem; padding-left: 1.35rem; }
.article-note { margin: 2rem 0; padding: 1.3rem; background: var(--sand); border-left: 3px solid var(--accent); }
.article-note strong { display: block; margin-bottom: .3rem; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.article-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.8rem; color: rgba(255,255,255,.6); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.contact-layout { display: grid; gap: 3.5rem; }
.contact-details { display: grid; gap: 0; margin-top: 2.5rem; border-bottom: 1px solid var(--line); }
.contact-details > div { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.contact-details span { display: block; margin-bottom: .3rem; color: var(--accent-dark); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a, .contact-details p { width: fit-content; margin: 0; font-family: var(--serif); font-size: 1.3rem; }
.contact-panel { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); box-shadow: 12px 12px 0 var(--sand); }
.contact-panel h2 { font-size: clamp(2rem, 5vw, 3rem); }
.contact-panel .quote-form { padding: 0; }

.location-map { position: relative; min-height: 420px; overflow: hidden; background: #d9d1c2; border: 1px solid rgba(23,33,29,.18); }
.location-map::before, .location-map::after { content: ""; position: absolute; inset: -10%; background: repeating-linear-gradient(25deg, transparent 0 45px, rgba(23,33,29,.1) 46px 48px, transparent 49px 90px); }
.location-map::after { transform: rotate(90deg); }
.location-map__pin { position: absolute; z-index: 2; top: 46%; left: 48%; width: 82px; height: 82px; display: grid; place-items: center; background: var(--accent); color: white; border: 8px solid rgba(255,255,255,.75); border-radius: 50% 50% 50% 0; font-family: var(--serif); transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 12px 25px rgba(23,33,29,.25); }
.location-map__pin span { transform: rotate(45deg); }
.location-map__label { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; padding: .8rem 1rem; background: var(--paper); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.area-grid { display: grid; gap: 1px; margin-top: 3rem; background: rgba(23,33,29,.2); border: 1px solid rgba(23,33,29,.2); }
.area-card { min-height: 190px; padding: 1.5rem; background: var(--paper); }
.area-card span { color: var(--accent-dark); font-family: var(--serif); font-size: .8rem; }
.area-card h3 { margin-top: 2.5rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.area-card h3 a { color: inherit; }
.area-card h3 a:hover { color: var(--accent-dark); }
.area-card p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

.cta-band { padding: 4.5rem 0; background: var(--accent); color: white; }
.cta-band__inner { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
.cta-band h2 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 6vw, 4rem); }
.cta-band .button { background: var(--ink); border-color: var(--ink); }

@media (min-width: 640px) {
  .shell { width: min(calc(100% - 64px), var(--shell)); }
  .announcement__inner { justify-content: space-between; }
  .announcement p { display: block; }
  .button-group { flex-direction: row; align-items: center; }
  .hero__promises span { padding: 1.25rem .5rem; font-size: .65rem; }
  .hero__promises strong { font-size: .8rem; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .quote-form { padding: 2rem; }
  .footer__top { grid-template-columns: 2fr 1fr 1fr; }
  .footer__top > div:last-child { grid-column: 1 / -1; }
  .stat-strip { grid-template-columns: repeat(3, 1fr); }
  .stat-strip div { padding: 1.5rem; }
  .stat-strip div + div { border-top: 0; border-left: 1px solid var(--line); }
  .card-grid, .area-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-grid, .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .section { padding: 8rem 0; }
  .hero { min-height: min(900px, 100svh); }
  .hero__inner { padding-top: 10rem; padding-bottom: 4rem; }
  .hero__content { width: 72%; }
  .hero__lead { font-size: 1.16rem; }
  .hero__promises { width: min(calc(100% - 64px), var(--shell)); grid-template-columns: repeat(3, 210px); }
  .hero__promises span { border-right: 1px solid rgba(255,255,255,.25); }
  .intro__grid { grid-template-columns: 1.05fr .95fr; gap: 8rem; }
  .intro h2 { margin-bottom: 0; }
  .services__layout { grid-template-columns: .8fr 1.2fr; align-items: start; gap: 8rem; }
  .services__intro { position: sticky; top: 2rem; }
  .service-row { grid-template-columns: 48px 1fr 32px; gap: 1.3rem; padding: 2rem 0; }
  .process__heading { margin-bottom: 4.5rem; }
  .process-list { display: grid; grid-template-columns: repeat(4, 1fr); }
  .process-list li { grid-template-columns: 1fr; gap: 2.5rem; padding: 1.7rem 1.6rem 0 0; border-right: 1px solid rgba(255,255,255,.16); }
  .process-list li + li { padding-left: 1.6rem; }
  .process-list li:last-child { border-right: 0; }
  .west-texas__grid { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 9rem; }
  .palette { min-height: 570px; }
  .project-card { min-height: 570px; padding: 3rem; display: flex; flex-direction: column; align-items: flex-start; }
  .project-card__label { margin-bottom: auto; }
  .project-card .text-link { margin-top: auto; }
  .faq__grid { grid-template-columns: .85fr 1.15fr; gap: 8rem; }
  .quote { padding: 8rem 0; }
  .quote__grid { grid-template-columns: .9fr 1.1fr; align-items: start; gap: 7rem; }
  .quote__copy { position: sticky; top: 2rem; }
  .footer__top { grid-template-columns: 2.2fr 1fr 1fr 1.4fr; }
  .footer__top > div:last-child { grid-column: auto; }
  .page-hero { padding: 13.5rem 0 7.5rem; }
  .split-intro { grid-template-columns: 1fr 1fr; gap: 7rem; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .info-card { min-height: 385px; padding: 2.5rem; }
  .feature-band__grid { grid-template-columns: .9fr 1.1fr; align-items: start; gap: 8rem; }
  .values-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; }
  .article-grid { grid-template-columns: repeat(3, 1fr); }
  .scope-grid { grid-template-columns: repeat(3, 1fr); }
  .service-facts { grid-template-columns: 1.15fr .85fr; align-items: start; gap: 7rem; }
  .related-grid { grid-template-columns: repeat(3, 1fr); }
  .article-layout { grid-template-columns: 250px minmax(0, 740px); justify-content: center; gap: 5rem; }
  .article-toc { position: sticky; top: 2rem; }
  .contact-layout { grid-template-columns: .8fr 1.2fr; align-items: start; gap: 7rem; }
  .contact-panel { padding: 2.5rem; }
  .area-grid { grid-template-columns: repeat(4, 1fr); }
  .cta-band__inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 1100px) {
  .nav { min-height: 84px; }
  .menu-toggle { display: none; }
  .nav__menu { position: static; width: auto; display: flex; align-items: center; gap: clamp(1rem, 1.55vw, 1.7rem); padding: 0; background: transparent; border: 0; box-shadow: none; }
  .nav__menu > a:not(.button) { padding: .3rem 0; border: 0; font-family: var(--sans); font-size: .72rem; font-weight: 750; letter-spacing: .01em; }
  .nav__menu > a:not(.button)::after { content: ""; display: block; width: 0; height: 1px; margin-top: .2rem; background: #eea47d; transition: width .2s; }
  .nav__menu > a:not(.button):hover::after,
  .nav__menu > a.is-current:not(.button)::after { width: 100%; }
  .button--small { margin: 0 0 0 .2rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: rise .7s ease-out both; }
  @keyframes rise { from { opacity: 0; transform: translateY(20px); } }
}

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