:root {
  --black: #000000;
  --white: #ffffff;
  --copper: #c58231;
  --copper-dark: #9a6224;
  --ink: #111111;
  --muted: #686868;
  --line: #dedbd7;
  --paper: #f4f2ef;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; color: var(--black); background: var(--white); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.24); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; text-transform: uppercase; font-size: 1.15rem; font-weight: 900; letter-spacing: -.04em; }
.brand img { width: 100px; }
.brand strong { display: block; font-size: .66rem; letter-spacing: .14em; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { color: var(--white); text-decoration: none; font-size: .84rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.main-nav > a:not(.button):hover, .main-nav > a:not(.button):focus-visible { color: #e7ad64; }
.nav-phone { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.32); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); background: rgba(0,0,0,.35); }
.menu-toggle > span:not(.visually-hidden) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--white); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 24px; padding: 0 26px; border: 2px solid var(--copper); border-radius: 0; color: var(--black); background: var(--copper); text-decoration: none; text-transform: uppercase; font-size: .82rem; font-weight: 900; letter-spacing: .09em; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { background: var(--white); border-color: var(--white); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .76rem !important; color: var(--black) !important; }

.hero { position: relative; min-height: min(820px, 95vh); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--black); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.012); }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.76) 38%, rgba(0,0,0,.22) 72%, rgba(0,0,0,.06) 100%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 35%); }
.hero-content { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 106px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--copper); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #efba77; }
.eyebrow span { width: 42px; height: 2px; background: var(--copper); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 900; text-transform: uppercase; line-height: .94; letter-spacing: .012em; }
h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(4rem, 8.5vw, 7.9rem); }
h1 em { color: var(--copper); font-style: normal; }
.hero-copy { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: clamp(1.06rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.text-link { color: var(--white); text-underline-offset: 6px; font-weight: 800; letter-spacing: .02em; }
.hero-service-strip { position: absolute; z-index: 3; bottom: 0; width: 100%; border-top: 1px solid rgba(255,255,255,.23); background: rgba(0,0,0,.74); backdrop-filter: blur(6px); }
.hero-service-strip .shell { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 68px); font-size: .82rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-service-strip i { width: 5px; height: 5px; transform: rotate(45deg); background: var(--copper); }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.4rem); }
.intro h2 { max-width: 620px; }
.intro-copy { padding-top: 38px; border-top: 3px solid var(--copper); color: #3d3d3d; font-size: 1.12rem; }
.intro-copy p:last-child { margin-bottom: 0; }

.uses { color: var(--white); background: var(--black); }
.section-kicker.light { color: #dfa75f; }
.section-heading-row { display: grid; grid-template-columns: 1fr 340px; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading-row h2 { max-width: 760px; margin-bottom: 0; }
.section-heading-row > p { color: #aaa; margin-bottom: 6px; }
.use-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #383838; border-left: 1px solid #383838; }
.use-card { min-height: 385px; padding: clamp(30px, 4vw, 54px); border-right: 1px solid #383838; border-bottom: 1px solid #383838; background: #101010; }
.use-card.featured { background: var(--copper); color: var(--black); }
.card-number { display: block; margin-bottom: 48px; color: #858585; font-family: var(--display); font-size: 1.05rem; }
.featured .card-number { color: rgba(0,0,0,.55); }
.use-card h3 { margin-bottom: 22px; font-size: clamp(1.45rem, 2.4vw, 2rem); text-transform: uppercase; letter-spacing: -.02em; }
.use-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 28px; padding: 0; margin: 0; list-style: none; color: #ccc; }
.use-card li { position: relative; padding-left: 17px; }
.use-card li::before { content: ''; position: absolute; left: 0; top: .72em; width: 6px; height: 2px; background: var(--copper); }
.featured ul { color: #18120b; }
.featured li::before { background: var(--black); }
.card-note { max-width: 470px; margin: 25px 0 0; color: #858585; font-size: .78rem; }
.section-link-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 34px; }
.section-link-row p { margin: 0; color: #8e8e8e; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.dark-link { color: var(--black); }
.steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid #cbc7c2; }
.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid #cbc7c2; }
.steps > li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--copper); color: var(--copper-dark); font-weight: 900; }
.steps h3 { margin-bottom: 5px; font-size: 1.2rem; text-transform: uppercase; }
.steps p { margin: 0; color: var(--muted); }

.service-area { position: relative; overflow: hidden; color: var(--white); background: var(--copper); }
.service-area::before { content: 'EAST TEXAS'; position: absolute; right: -3vw; bottom: -5vw; color: rgba(0,0,0,.08); font-family: var(--display); font-size: clamp(8rem, 20vw, 20rem); line-height: .8; white-space: nowrap; }
.service-area-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.area-copy h2 { max-width: 610px; }
.area-copy p:not(.section-kicker) { max-width: 540px; color: rgba(0,0,0,.74); font-size: 1.1rem; }
.button-outline { margin-top: 18px; border-color: var(--black); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: var(--white); background: var(--black); border-color: var(--black); }
.city-list { display: grid; grid-template-columns: 1fr 1fr; align-self: start; border-top: 1px solid rgba(0,0,0,.28); }
.city-list span, .city-list a { position: relative; padding: 20px 12px 20px 28px; border-bottom: 1px solid rgba(0,0,0,.28); color: var(--black); font-size: 1.05rem; font-weight: 900; text-transform: uppercase; }
.city-list a { text-decoration: none; transition: color .2s ease, background .2s ease; }
.city-list a:hover, .city-list a:focus-visible { color: var(--white); background: rgba(0,0,0,.88); }
.city-list span::before, .city-list a::before { content: ''; position: absolute; left: 5px; top: 50%; width: 7px; height: 7px; transform: translateY(-50%) rotate(45deg); background: var(--white); }

.quote-section { background: var(--white); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.quote-copy > p:not(.section-kicker) { max-width: 470px; color: var(--muted); font-size: 1.08rem; }
.direct-contact { margin-top: 44px; padding-top: 25px; border-top: 1px solid var(--line); }
.direct-contact span { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact a { display: inline-block; margin-top: 4px; color: var(--black); font-family: var(--display); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; text-decoration-color: var(--copper); text-underline-offset: 6px; }
.office-hours { color: var(--muted); }
.office-hours strong { color: var(--black); }
.direct-contact .office-hours { margin-top: 14px; }
.form-panel { padding: clamp(28px, 5vw, 56px); color: var(--white); background: var(--black); box-shadow: 16px 16px 0 var(--copper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 24px; }
.field label { display: block; margin-bottom: 8px; color: #c9c9c9; font-size: .79rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input { width: 100%; min-height: 58px; padding: 12px 15px; border: 1px solid #4a4a4a; border-radius: 0; color: var(--white); background: #111; outline: none; }
.field input:focus { border-color: var(--copper); box-shadow: 0 0 0 2px rgba(197,130,49,.25); }
.field input::placeholder { color: #707070; }
.field span { display: block; margin-top: 5px; color: #f2a9a9; font-size: .8rem; }
.submit-button { width: 100%; margin-top: 5px; }
.form-note { margin: 15px 0 0; color: #777; font-size: .72rem; text-align: center; }
.form-note a { color: #aaa; text-underline-offset: 3px; }
.submit-button:disabled { cursor: wait; opacity: .7; transform: none; }
.validation-summary { color: #ffd4d4; }
.validation-summary:empty { display: none; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 70px 0 28px; color: var(--white); background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid p { max-width: 520px; color: #8e8e8e; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; }
.footer-links a { color: #aaa; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 5px; }
.footer-grid > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.footer-label { margin-bottom: 4px !important; color: var(--copper) !important; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-phone { color: var(--white); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.1; text-decoration-color: var(--copper); }
.footer-hours { display: flex; flex-direction: column; gap: 3px; margin-top: 18px; }
.footer-hours strong { color: var(--copper); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-hours span { color: #aaa; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; border-top: 1px solid #292929; color: #6f6f6f; font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom a { color: #a8a8a8; font-weight: 800; text-decoration-color: var(--copper); text-underline-offset: 4px; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--white); }

/* Interior pages */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 54px; color: rgba(255,255,255,.62); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: var(--white); text-underline-offset: 4px; }
.interior-hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--black); }
.interior-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.interior-hero::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.78) 52%, rgba(0,0,0,.32)); }
.area-hub-hero::before { background: linear-gradient(110deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.84) 56%, rgba(197,130,49,.42)); }
.interior-hero-content { position: relative; z-index: 2; padding: 150px 0 90px; }
.interior-hero h1, .local-hero h1, .quote-page-hero h1, .not-found-page h1 { max-width: 1000px; margin-bottom: 26px; font-size: clamp(4rem, 7.8vw, 7.4rem); }
.interior-hero h1 em, .local-hero h1 em, .quote-page-hero h1 em, .not-found-page h1 em { color: var(--copper); font-style: normal; }
.interior-hero-content > p:not(.section-kicker) { max-width: 720px; margin-bottom: 32px; color: #c4c4c4; font-size: 1.15rem; }
.content-section { background: var(--white); }
.article-grid { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(55px, 10vw, 150px); }
.article-aside { padding-top: 25px; border-top: 3px solid var(--copper); }
.article-aside p { margin-bottom: 7px; color: var(--copper-dark); font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.article-aside strong { display: block; max-width: 330px; font-size: 1.1rem; line-height: 1.45; }
.prose { max-width: 760px; }
.prose h2 { margin-bottom: 30px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.prose h3 { margin: 40px 0 12px; font-size: 1.35rem; text-transform: uppercase; }
.prose p, .prose li { color: #484848; font-size: 1.08rem; }
.prose ul { padding-left: 22px; }
.prose a { font-weight: 800; text-decoration-color: var(--copper); text-underline-offset: 4px; }
.detail-groups, .area-directory, .local-projects { background: var(--paper); }
.dark-heading h2 { color: var(--black); }
.dark-heading > p { color: var(--muted); }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfcbc5; border-left: 1px solid #cfcbc5; }
.detail-card { padding: 38px; border-right: 1px solid #cfcbc5; border-bottom: 1px solid #cfcbc5; background: rgba(255,255,255,.5); }
.detail-card > span, .project-list-grid article > span { color: var(--copper-dark); font-family: var(--display); }
.detail-card h3 { min-height: 60px; margin: 28px 0 16px; font-size: 1.35rem; text-transform: uppercase; }
.detail-card p, .detail-card li { color: #555; }
.detail-card ul { padding-left: 18px; margin-bottom: 0; }
.weight-callout, .hub-cta { position: relative; overflow: hidden; color: var(--white); background: var(--copper); }
.weight-callout::after, .hub-cta::after { content: ''; position: absolute; right: -80px; top: -100px; width: 360px; height: 360px; border: 70px solid rgba(0,0,0,.08); transform: rotate(15deg); }
.callout-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.callout-grid h2 { color: var(--black); }
.callout-grid p:not(.section-kicker) { color: rgba(0,0,0,.78); font-size: 1.1rem; }
.inline-cta { margin-top: 48px; padding: 32px; border-left: 5px solid var(--copper); background: var(--paper); }
.inline-cta h3 { margin-top: 0; }
.inline-cta .button { margin-top: 12px; color: var(--black); text-decoration: none; }

.service-hub-intro { background: var(--white); }
.area-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cec9c3; border-left: 1px solid #cec9c3; }
.area-card { min-height: 285px; display: flex; flex-direction: column; padding: 38px; border-right: 1px solid #cec9c3; border-bottom: 1px solid #cec9c3; color: var(--black); background: #f8f7f5; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.area-card:hover, .area-card:focus-visible { position: relative; z-index: 1; color: var(--white); background: var(--black); transform: translateY(-4px); }
.area-card > span { color: var(--copper-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.area-card h3 { margin: 14px 0 12px; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1; text-transform: uppercase; }
.area-card p { max-width: 520px; color: #626262; }
.area-card:hover p, .area-card:focus-visible p { color: #aaa; }
.area-card strong { margin-top: auto; color: var(--copper); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

.local-hero { position: relative; min-height: 690px; padding: 150px 0 96px; overflow: hidden; color: var(--white); background: var(--black); }
.local-hero-image, .local-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.local-hero-image { object-fit: cover; object-position: center; }
.local-hero-overlay { z-index: 1; background: linear-gradient(105deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.85) 48%, rgba(0,0,0,.35) 100%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 50%); }
.local-hero .shell { position: relative; z-index: 2; }
.local-hero .shell::after { content: attr(data-city); }
.local-hero h1 { max-width: 1100px; }
.local-hero > .shell > p:not(.section-kicker) { max-width: 700px; color: #bdbdbd; font-size: 1.14rem; }
.project-list-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid #cfcbc5; border-left: 1px solid #cfcbc5; }
.project-list-grid article { min-height: 270px; padding: 30px; border-right: 1px solid #cfcbc5; border-bottom: 1px solid #cfcbc5; }
.project-list-grid h3 { margin: 48px 0 12px; font-size: 1.18rem; text-transform: uppercase; }
.project-list-grid p { color: #606060; }
.material-note { max-width: 850px; margin: 32px 0 0; color: var(--muted); }
.material-note a { color: var(--black); font-weight: 800; text-decoration-color: var(--copper); }
.compact-process .steps li { padding-block: 22px; }
.nearby-section { background: var(--white); }
.nearby-section h2 { max-width: 850px; }
.nearby-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.nearby-links a { display: flex; justify-content: space-between; gap: 20px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--black); text-decoration: none; }
.nearby-links a:hover, .nearby-links a:focus-visible { color: var(--white); background: var(--black); }
.nearby-links span { font-weight: 900; text-transform: uppercase; }
.nearby-links strong { color: var(--copper-dark); font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }
.center-link { margin-top: 30px; text-align: center; }
.center-link a { color: var(--black); font-weight: 900; text-underline-offset: 6px; }
.local-bottom-cta { color: var(--white); text-align: center; background: var(--black); }
.local-bottom-cta h2 { max-width: 900px; margin-inline: auto; }
.local-bottom-cta p:not(.section-kicker) { max-width: 650px; margin: 0 auto 30px; color: #aaa; }

.quote-page-hero { position: relative; min-height: 700px; padding: 145px 0 90px; overflow: hidden; color: var(--white); background: var(--black); }
.quote-page-hero-image, .quote-page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.quote-page-hero-image { object-fit: cover; object-position: center; }
.quote-page-hero-overlay { z-index: 1; background: linear-gradient(105deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.84) 58%, rgba(0,0,0,.38) 100%); }
.quote-page-hero > .shell { position: relative; z-index: 2; }
.quote-page-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(60px, 9vw, 130px); align-items: end; }
.quote-page-grid > div:first-child > p:not(.section-kicker) { max-width: 690px; color: #bcbcbc; font-size: 1.12rem; }
.quote-reassurance { padding: 32px; border: 1px solid #3c3c3c; background: rgba(255,255,255,.035); }
.quote-reassurance > span { color: var(--copper); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quote-reassurance ol { padding: 0; margin: 24px 0 0; list-style: none; counter-reset: steps; }
.quote-reassurance li { position: relative; padding: 0 0 20px 38px; counter-increment: steps; }
.quote-reassurance li::before { content: counter(steps); position: absolute; left: 0; top: 0; color: var(--copper); font-family: var(--display); }
.quote-reassurance li:last-child { padding-bottom: 0; }
.quote-reassurance strong { text-transform: uppercase; }
.quote-reassurance p { margin: 4px 0 0; color: #999; font-size: .9rem; }
.standalone-quote { background: var(--white); }
.contact-email { margin-top: 24px; color: var(--muted); }
.contact-email a { color: var(--black); font-weight: 800; text-underline-offset: 4px; }
.quote-help { background: var(--paper); }

.not-found-page { min-height: 100vh; display: grid; align-items: center; padding: 150px 0 90px; color: var(--white); background: var(--black); }
.not-found-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.error-number { color: transparent; font-family: var(--display); font-size: clamp(8rem, 22vw, 19rem); line-height: .7; -webkit-text-stroke: 2px var(--copper); transform: rotate(-90deg); }
.not-found-page h1 { font-size: clamp(3.8rem, 7vw, 6.8rem); }
.not-found-page p:not(.section-kicker) { max-width: 650px; color: #aaa; font-size: 1.1rem; }
.error-links { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 50px; padding-top: 28px; border-top: 1px solid #333; }
.error-links a { color: #bbb; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 5px; }

.thank-you-page { min-height: 100vh; display: grid; align-items: center; padding: 150px 0 90px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(197,130,49,.22), transparent 30%), var(--black); }
.thank-you-content { max-width: 920px; }
.confirmation-mark { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 38px; border: 2px solid var(--copper); color: var(--copper); font-family: var(--display); font-size: 2.2rem; }
.thank-you-page h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(4rem, 8vw, 7.4rem); }
.thank-you-page h1 em { color: var(--copper); font-style: normal; }
.thank-you-content > p:not(.section-kicker) { max-width: 700px; margin-bottom: 34px; color: #b7b7b7; font-size: 1.12rem; }
.thank-you-links { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-top: 58px; padding-top: 28px; border-top: 1px solid #333; }
.thank-you-links a { color: #aaa; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 5px; }
.thank-you-links a:hover, .thank-you-links a:focus-visible { color: var(--white); }

/* Legal pages */
.legal-hero { min-height: 500px; display: flex; align-items: center; padding: 145px 0 72px; color: var(--white); background: linear-gradient(120deg, #000 0%, #111 72%, #2a1a0a 100%); }
.legal-hero .breadcrumbs { margin-bottom: 38px; }
.legal-hero h1 { max-width: 980px; margin-bottom: 22px; font-size: clamp(4rem, 8vw, 7.2rem); }
.legal-hero h1 em { color: var(--copper); font-style: normal; }
.legal-hero .shell > p:not(.section-kicker):not(.legal-effective) { max-width: 720px; color: #b9b9b9; font-size: 1.12rem; }
.legal-effective { margin: 28px 0 0; color: #d9a562; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.legal-page { background: var(--white); }
.legal-layout { display: grid; grid-template-columns: minmax(210px, .45fr) minmax(0, 1.55fr); gap: clamp(55px, 9vw, 135px); align-items: start; }
.legal-toc { position: sticky; top: 30px; display: flex; flex-direction: column; padding-top: 22px; border-top: 3px solid var(--copper); }
.legal-toc p { margin-bottom: 12px; color: var(--copper-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.legal-toc a { padding: 8px 0; color: #555; font-size: .88rem; font-weight: 700; text-decoration-color: #cfc8c0; text-underline-offset: 4px; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--black); text-decoration-color: var(--copper); }
.legal-content { max-width: 820px; }
.legal-section { scroll-margin-top: 30px; padding: 0 0 38px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-section:last-child { margin-bottom: 0; }
.legal-section h2 { margin-bottom: 22px; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; text-transform: uppercase; }
.legal-section h3 { margin: 28px 0 8px; font-size: 1.05rem; letter-spacing: .03em; text-transform: uppercase; }
.legal-section p, .legal-section li { color: #4e4e4e; font-size: 1.03rem; }
.legal-section ul { padding-left: 22px; }
.legal-section a { font-weight: 800; text-decoration-color: var(--copper); text-underline-offset: 4px; }
.legal-contact { padding: clamp(28px, 5vw, 48px); border: 0; color: var(--white); background: var(--black); box-shadow: 10px 10px 0 var(--copper); }
.legal-contact h2 { color: var(--white); }
.legal-contact p { color: #b9b9b9; }
.legal-contact a { color: var(--white); }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 86px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; color: var(--white); background: rgba(0,0,0,.97); border-top: 1px solid #333; }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 14px 8px; }
  .nav-phone { padding-left: 8px; border-left: 0; }
  .main-nav .button { margin-top: 8px; padding: 0 20px; }
  .hero { min-height: 760px; }
  .hero-media { object-position: 62% 50%; }
  .intro-grid, .process-grid, .service-area-grid, .quote-grid { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 28px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 20px; }
  .section-heading-row > p { max-width: 600px; }
  .quote-copy > p:not(.section-kicker) { max-width: 650px; }
  .article-grid, .callout-grid, .quote-page-grid, .not-found-grid, .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .detail-card-grid { grid-template-columns: repeat(2, 1fr); }
  .project-list-grid { grid-template-columns: repeat(2, 1fr); }
  .error-number { transform: none; font-size: 9rem; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .site-header, .header-inner { min-height: 74px; }
  .brand { font-size: 1rem; }
  .brand img { width: 75px; }
  .main-nav { top: 74px; }
  .hero { min-height: 700px; align-items: flex-start; }
  .hero-media { object-position: 68% center; }
  .interior-hero-image, .local-hero-image, .quote-page-hero-image { object-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.63)), linear-gradient(0deg, rgba(0,0,0,.7), transparent 55%); }
  .hero-content { padding-top: 150px; }
  h1 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .hero-service-strip .shell { min-height: 62px; gap: 12px; font-size: .61rem; letter-spacing: .08em; }
  .hero-service-strip i { width: 4px; height: 4px; }
  .use-grid { grid-template-columns: 1fr; }
  .use-card { min-height: 0; }
  .use-card ul { grid-template-columns: 1fr; }
  .field-row, .city-list, .footer-grid { grid-template-columns: 1fr; }
  .section-link-row { align-items: flex-start; flex-direction: column; }
  .form-panel { box-shadow: 8px 8px 0 var(--copper); }
  .footer-grid { gap: 42px; }
  .footer-bottom { flex-direction: column; }
  .interior-hero, .local-hero, .quote-page-hero { min-height: 640px; }
  .interior-hero-content, .local-hero, .quote-page-hero { padding-top: 125px; }
  .breadcrumbs { margin-bottom: 36px; }
  .interior-hero h1, .local-hero h1, .quote-page-hero h1, .not-found-page h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .detail-card-grid, .area-card-grid, .project-list-grid, .nearby-links { grid-template-columns: 1fr; }
  .detail-card h3 { min-height: 0; }
  .nearby-links a { flex-direction: column; }
  .not-found-page { padding-top: 120px; }
  .thank-you-page { padding-top: 120px; }
  .error-number { font-size: 7rem; }
  .legal-hero { min-height: 480px; padding-top: 125px; }
  .legal-hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
}

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