/* Ember Stone Chimney Care — production single-page styles */
:root {
  --ember: #e65f2a;
  --ember-dark: #bd3e13;
  --copper: #b86b35;
  --charcoal: #25211f;
  --charcoal-2: #34302d;
  --stone: #f3ede4;
  --cream: #faf7f1;
  --white: #fffdf9;
  --ink: #292521;
  --muted: #6d655f;
  --line: #ded4c7;
  --sage: #727565;
  --shadow-sm: 0 10px 30px rgba(63, 42, 29, 0.08);
  --shadow-md: 0 24px 60px rgba(59, 36, 23, 0.14);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ff9b6c; outline-offset: 4px; }
::selection { background: #f9c3a8; color: var(--charcoal); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--charcoal); font-family: var(--font-display); font-weight: 400; line-height: 1.06; letter-spacing: -0.02em; }
h1 { max-width: 780px; margin-bottom: 24px; color: var(--white); font-size: clamp(3rem, 7.3vw, 6.8rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 5vw, 4.7rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin-bottom: 20px; color: var(--muted); }
address { font-style: normal; }

.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding-block: clamp(86px, 10vw, 150px); }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 650px; margin-inline: auto; font-size: 1.05rem; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 19px; color: var(--copper); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.eyebrow-light { color: #f1b488; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--charcoal); font-size: 0.88rem; font-weight: 800; text-decoration: none; }
.text-link svg, .service-card a svg, .hero-card > a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform 180ms var(--ease-out); }
.text-link:hover svg, .service-card a:hover svg, .hero-card > a:hover svg { transform: translateX(4px); }
.text-link-light { color: var(--white); }
.inline-link { margin-left: 18px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid var(--ember); border-radius: 999px; background: var(--ember); box-shadow: 0 10px 25px rgba(230, 95, 42, 0.2); color: var(--white); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.035em; line-height: 1; text-align: center; text-decoration: none; transition: transform 160ms var(--ease-out), background 180ms var(--ease-out), border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.button:hover { background: var(--ember-dark); border-color: var(--ember-dark); box-shadow: 0 15px 30px rgba(189, 62, 19, 0.24); transform: translateY(-2px); }
.button:active { transform: scale(0.97); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-lg { min-height: 58px; padding-inline: 29px; }
.button-sm { min-height: 43px; padding: 10px 19px; }
.button-cream { border-color: var(--white); background: var(--white); box-shadow: none; color: var(--charcoal); }
.button-cream:hover { border-color: #f3e5d7; background: #f3e5d7; color: var(--charcoal); }
.button-outline { border-color: var(--charcoal); background: transparent; box-shadow: none; color: var(--charcoal); }
.button-outline:hover { border-color: var(--charcoal); background: var(--charcoal); color: var(--white); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 11px 16px; border-radius: 8px; background: var(--white); color: var(--charcoal); font-weight: 800; text-decoration: none; transform: translateY(-160%); transition: transform 160ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; height: var(--header-height); border-bottom: 1px solid rgba(58, 45, 37, 0.08); background: rgba(255, 253, 249, 0.96); backdrop-filter: blur(16px); transition: height 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.site-header.is-scrolled { height: 74px; box-shadow: 0 8px 32px rgba(40, 29, 23, 0.09); }
.header-inner { display: flex; width: min(1400px, calc(100% - 40px)); height: 100%; align-items: center; gap: clamp(20px, 3vw, 48px); margin-inline: auto; }
.brand { display: flex; width: 230px; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); margin-left: auto; }
.primary-nav a, .header-phone { position: relative; color: var(--charcoal); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.primary-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--ember); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease-out); }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { color: var(--ember-dark); white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 50%; background: var(--stone); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--charcoal); transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; display: flex; min-height: min(870px, 100svh); align-items: center; overflow: hidden; padding-top: calc(var(--header-height) + 30px); background: var(--charcoal); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(31, 27, 25, 0.95) 0%, rgba(31, 27, 25, 0.82) 43%, rgba(31, 27, 25, 0.38) 70%, rgba(31, 27, 25, 0.22) 100%), linear-gradient(0deg, rgba(28, 24, 22, 0.32), transparent 40%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.5fr); align-items: end; gap: clamp(40px, 8vw, 120px); padding-block: clamp(80px, 10vw, 135px); }
.hero-copy { max-width: 780px; }
.hero .eyebrow { color: #f1b488; }
.hero-lead { max-width: 690px; margin-bottom: 32px; color: #f3ede7; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 27px; }
.hero-card { align-self: end; margin-bottom: 6px; padding: 29px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--radius-md); background: rgba(38, 32, 28, 0.7); box-shadow: var(--shadow-md); backdrop-filter: blur(16px); color: var(--white); }
.hero-card-label { margin-bottom: 21px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.14); color: #f1b488; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-card-row { display: flex; gap: 14px; margin-bottom: 20px; }
.hero-card-row > svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: #f1b488; stroke-width: 1.6; }
.hero-card-row strong, .hero-card-row span { display: block; }
.hero-card-row strong { font-size: 0.87rem; }
.hero-card-row span { color: #d9d0c9; font-size: 0.75rem; }
.hero-card > a { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 0.75rem; font-weight: 800; text-decoration: none; }

.trust-strip { position: relative; z-index: 3; background: var(--white); box-shadow: 0 16px 50px rgba(44, 29, 21, .08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; min-height: 116px; align-items: center; justify-content: center; gap: 13px; padding: 20px; border-right: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 29px; height: 29px; flex: 0 0 auto; fill: none; stroke: var(--ember); stroke-width: 1.55; }
.trust-item strong { display: block; color: var(--charcoal); font-size: .88rem; }

.about-section { overflow: hidden; background: var(--cream); }
.about-section::before { position: absolute; top: 75px; right: -70px; width: 310px; height: 310px; border: 1px solid rgba(184, 107, 53, .13); border-radius: 50%; content: ""; }
.about-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(55px, 8vw, 120px); }
.image-stack { position: relative; padding: 0 35px 50px 0; }
.image-frame { position: relative; overflow: hidden; border-radius: 3px 44% 3px 3px; box-shadow: var(--shadow-md); }
.image-frame::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(35,32,31,.18), transparent 50%); content: ""; }
.image-frame img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; }
.image-detail { position: absolute; right: 0; bottom: 0; display: flex; width: 165px; height: 165px; flex-direction: column; align-items: center; justify-content: center; border: 9px solid var(--cream); border-radius: 50%; background: var(--charcoal); box-shadow: var(--shadow-sm); color: var(--white); text-align: center; }
.image-detail span { font-family: var(--font-display); font-size: 2.3rem; line-height: 1; }
.image-detail small { max-width: 90px; margin-top: 9px; color: #e3d9d0; font-size: .66rem; line-height: 1.4; }
.section-copy { max-width: 580px; }
.section-copy p { font-size: .98rem; }
.section-copy .text-link { margin-top: 8px; }

.services-section { overflow: hidden; background: var(--stone); }
.services-section::before { position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(91,67,53,.18) 0.65px, transparent 0.65px); background-size: 9px 9px; content: ""; pointer-events: none; }
.services-section .shell { position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: clamp(50px, 7vw, 80px); }
.service-card { position: relative; display: flex; min-height: 315px; flex-direction: column; padding: 28px 24px 24px; overflow: hidden; border: 1px solid rgba(167, 145, 129, .38); border-radius: var(--radius-sm); background: rgba(255, 253, 249, .8); transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.service-card:hover { z-index: 2; border-color: rgba(230,95,42,.5); box-shadow: var(--shadow-md); transform: translateY(-6px); }
.service-card.featured { background: var(--charcoal); color: var(--white); }
.service-card.featured h3, .service-card.featured a { color: var(--white); }
.service-card.featured p { color: #d9d1ca; }
.service-number { position: absolute; top: 18px; right: 18px; color: #b6aaa1; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.service-icon { width: 39px; height: 39px; margin-bottom: 32px; fill: none; stroke: var(--ember); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; }
.service-card h3 { min-height: 58px; font-size: 1.42rem; }
.service-card p { margin-bottom: 24px; font-size: .77rem; line-height: 1.62; }
.service-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--charcoal); font-size: .69rem; font-weight: 800; line-height: 1.45; text-decoration: none; }
.fieldwork-strip { display: grid; grid-template-columns: 1.2fr .8fr 1fr .8fr 1.2fr; gap: 12px; margin-top: 18px; }
.fieldwork-strip figure { position: relative; min-height: 180px; margin: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--charcoal); box-shadow: var(--shadow-sm); }
.fieldwork-strip img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; transition: transform 300ms var(--ease-out); }
.fieldwork-strip figure:hover img { transform: scale(1.035); }
.fieldwork-strip figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(30,25,22,.8)); content: ""; pointer-events: none; }
.fieldwork-strip figcaption { position: absolute; right: 15px; bottom: 12px; left: 15px; z-index: 1; color: var(--white); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.section-cta { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 48px; text-align: center; }
.section-cta p { margin: 0; color: var(--charcoal); font-family: var(--font-display); font-size: 1.45rem; }

.details-section { background: var(--white); }
.details-intro { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 70px; margin-bottom: 45px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.details-intro figure { margin: 0; }
.details-intro figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-sm); }
.details-intro figcaption, .area-image figcaption { margin-top: 10px; color: var(--muted); font-size: .7rem; }
.details-list article { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 43px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.details-list article > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #cdbfb4; border-radius: 50%; color: var(--copper); font-size: .74rem; font-weight: 800; }
.details-list article > div { display: grid; grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr); gap: 55px; }
.details-list h3 { margin: 0; }
.details-list p { max-width: 710px; margin: 0; font-size: .9rem; }
.details-list a { color: var(--ember-dark); font-weight: 700; }

.why-section { overflow: hidden; background: var(--charcoal); }
.why-section::before { position: absolute; top: -260px; left: -180px; width: 620px; height: 620px; border: 1px solid rgba(231,141,88,.16); border-radius: 50%; box-shadow: 0 0 0 85px rgba(231,141,88,.04), 0 0 0 170px rgba(231,141,88,.025); content: ""; }
.why-section .shell { position: relative; }
.why-section h2 { color: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; }
.why-grid article { position: relative; min-height: 285px; padding: 32px; border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.13); }
.why-grid article:last-child { border-right: 0; }
.why-grid article > span { position: absolute; top: 22px; right: 22px; color: #9e9187; font-size: .68rem; }
.why-grid article > svg { width: 45px; height: 45px; margin-bottom: 52px; fill: none; stroke: #ee9262; stroke-width: 1.25; }
.why-grid h3 { color: var(--white); }
.why-grid p { margin: 0; color: #bfb5ae; font-size: .79rem; }
.callout-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 64px; padding: 39px 46px; border-radius: var(--radius-sm); background: var(--ember); }
.callout-band .eyebrow { margin-bottom: 10px; color: #ffe0ce; }
.callout-band h3 { margin: 0; color: var(--white); font-size: clamp(1.65rem, 3vw, 2.5rem); }

.safety-section { background: var(--cream); }
.safety-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 8vw, 110px); }
.safety-copy { max-width: 600px; }
.check-list { display: grid; gap: 12px; margin: 30px 0 35px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: var(--charcoal); font-size: .84rem; font-weight: 700; }
.check-list svg { width: 21px; height: 21px; padding: 3px; border-radius: 50%; background: #f4d8c9; fill: none; stroke: var(--ember-dark); stroke-width: 2; }
.safety-gallery { position: relative; min-height: 620px; }
.safety-gallery img { position: absolute; object-fit: cover; box-shadow: var(--shadow-md); }
.safety-main { top: 0; right: 0; width: 72%; aspect-ratio: 4 / 5; border-radius: 44% 3px 3px 3px; }
.safety-small { bottom: 0; left: 0; width: 48%; aspect-ratio: 1; border: 12px solid var(--cream); border-radius: 3px; }

.process-section { padding-block: clamp(75px, 8vw, 110px); background: var(--white); }
.process-section .section-heading { max-width: 600px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 60px 0 0; padding: 0; counter-reset: step; list-style: none; }
.process-grid li { position: relative; display: flex; min-height: 210px; flex-direction: column; justify-content: space-between; padding: 30px 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-grid li::after { position: absolute; top: -5px; right: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--ember); content: ""; }
.process-grid li:last-child { border-right: 0; }
.process-grid li:last-child::after { display: none; }
.process-grid li > span { color: var(--copper); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin-bottom: 9px; font-size: 1.45rem; }
.process-grid p { margin: 0; font-size: .78rem; }

.area-section { background: var(--stone); }
.area-top { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; margin-bottom: 55px; }
.area-top address { display: flex; min-width: 315px; gap: 15px; padding: 22px; border-left: 2px solid var(--ember); background: rgba(255,255,255,.5); }
.area-top address svg { width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: var(--ember); stroke-width: 1.5; }
.area-top address strong, .area-top address span { display: block; }
.area-top address strong { margin-bottom: 6px; font-size: .82rem; }
.area-top address span { color: var(--muted); font-size: .76rem; }
.area-visuals { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 530px; }
.area-image { position: relative; margin: 0; overflow: hidden; }
.area-image img { width: 100%; height: calc(100% - 32px); object-fit: cover; }
.map-card { display: flex; flex-direction: column; padding: 34px; background: var(--charcoal); }
.map-copy { display: flex; align-items: start; justify-content: space-between; gap: 40px; }
.map-copy h3 { color: var(--white); }
.map-copy p { max-width: 470px; color: #c8bdb5; font-size: .74rem; }
.map-wrap { position: relative; flex: 1; min-height: 390px; overflow: hidden; border-radius: 4px; background: #d8d0c5; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 390px; border: 0; filter: saturate(.72) contrast(.97); }
.map-radius { position: absolute; top: 50%; left: 50%; display: grid; width: 190px; height: 190px; place-items: center; border: 2px solid rgba(230,95,42,.82); border-radius: 50%; background: rgba(230,95,42,.07); opacity: 1; pointer-events: none; transform: translate(-50%, -50%); transition: opacity 180ms var(--ease-out); }
.map-radius i { width: 13px; height: 13px; border: 3px solid var(--white); border-radius: 50%; background: var(--ember); box-shadow: 0 4px 15px rgba(58,30,16,.3); }
.map-radius b { position: absolute; bottom: 22px; padding: 5px 9px; border-radius: 999px; background: rgba(37,33,31,.9); color: var(--white); font-size: .58rem; letter-spacing: .04em; }
.map-wrap:not(.is-loaded) .map-radius { opacity: 0; }
.map-load { position: absolute; top: 50%; left: 50%; min-width: 190px; padding: 13px 18px; border: 1px solid var(--white); border-radius: 999px; background: var(--white); box-shadow: var(--shadow-md); color: var(--charcoal); font-size: .76rem; font-weight: 800; transform: translate(-50%, -50%); transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
.map-wrap.is-loaded .map-load { opacity: 0; pointer-events: none; transform: translate(-50%, -45%); }
.map-noscript { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 12px; border-radius: 6px; background: var(--white); color: var(--charcoal); font-size: .72rem; font-weight: 800; text-align: center; }
.neighborhoods { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.neighborhoods span { padding: 7px 13px; border: 1px solid #ccbeb3; border-radius: 999px; background: rgba(255,255,255,.5); color: var(--muted); font-size: .68rem; font-weight: 700; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .6fr 1.15fr; align-items: start; gap: clamp(55px, 9vw, 130px); }
.faq-intro { position: sticky; top: 125px; }
.faq-intro .button { margin-top: 16px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 2px; border: 0; background: transparent; color: var(--charcoal); font-family: var(--font-body); font-size: .91rem; font-weight: 800; line-height: 1.45; text-align: left; }
.faq-item button i { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid #cabbaf; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--charcoal); content: ""; transform: translate(-50%, -50%); transition: transform 180ms var(--ease-out); }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i { border-color: var(--ember); background: var(--ember); }
.faq-item button[aria-expanded="true"] i::before, .faq-item button[aria-expanded="true"] i::after { background: var(--white); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 52px 24px 2px; }
.faq-answer p { margin: 0; font-size: .85rem; }
.js-enabled .faq-answer[hidden] { display: none; }

.contact-section { overflow: hidden; background: var(--charcoal); }
.contact-section::before { position: absolute; right: -200px; bottom: -330px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(230,95,42,.28), rgba(230,95,42,0) 65%); content: ""; }
.contact-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.contact-copy { color: var(--white); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: #cabfb7; }
.contact-phone { display: flex; align-items: center; gap: 18px; margin: 38px 0; color: var(--white); text-decoration: none; }
.contact-phone > svg { width: 50px; height: 50px; padding: 13px; border-radius: 50%; background: var(--ember); fill: none; stroke: var(--white); stroke-width: 1.6; }
.contact-phone span, .contact-phone small { display: block; }
.contact-phone span { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.05; }
.contact-phone small { margin-bottom: 8px; color: #f0a77f; font-family: var(--font-body); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-copy address { display: grid; gap: 7px; color: #c8bdb6; font-size: .78rem; }
.contact-copy address strong { color: var(--white); }
.lead-form { padding: clamp(30px, 5vw, 58px); border-radius: 28% 5px 5px 5px; background: var(--white); box-shadow: 0 40px 90px rgba(0,0,0,.25); }
.form-heading { max-width: 600px; margin-bottom: 28px; }
.form-heading h3 { margin-bottom: 7px; font-size: 2.1rem; }
.form-heading p:last-child { margin: 0; font-size: .7rem; }
.form-heading p span { color: var(--ember-dark); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--charcoal); font-size: .71rem; font-weight: 800; }
.field label > span[aria-hidden="true"] { color: var(--ember-dark); }
.field input:not([type="checkbox"]), .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #cabeb5; border-radius: 5px; background: var(--white); color: var(--charcoal); font-size: 16px; transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(230,95,42,.12); outline: 0; }
.field [aria-invalid="true"] { border-color: #a92517 !important; }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: #a92517; font-size: .65rem; font-weight: 700; }
.consent-field { padding: 14px 0 2px; }
.consent-field label { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .61rem; font-weight: 500; line-height: 1.55; }
.consent-field input { width: 19px; height: 19px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--ember); }
.form-submit { width: 100%; margin-top: 12px; }
.form-status { min-height: 24px; margin-top: 13px; color: #3d6750; font-size: .75rem; font-weight: 700; text-align: center; }
.form-status.is-success { padding: 13px; border-radius: 7px; background: #e9f4ed; }

.site-footer { padding: 62px 0 110px; background: #181514; color: #bfb5ad; }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: block; width: 245px; filter: brightness(1.3); }
.footer-wordmark { filter: none; color: var(--white); line-height: 1; text-decoration: none; }
.footer-wordmark span, .footer-wordmark small { display: block; }
.footer-wordmark span { font-family: var(--font-display); font-size: 1.8rem; letter-spacing: -.02em; }
.footer-wordmark small { margin-top: 7px; color: #c99473; font-size: .58rem; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 21px; }
.footer-links a, .footer-contact a { color: var(--white); font-size: .72rem; font-weight: 800; text-decoration: none; }
.footer-contact { display: grid; justify-items: end; color: #a69c95; font-size: .71rem; }
.footer-contact strong { color: var(--white); }
.footer-disclaimer { max-width: 1120px; margin: 32px 0; color: #857a73; font-size: .61rem; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; color: #7f746e; font-size: .65rem; }
.footer-bottom a { color: #c5bbb4; font-weight: 800; text-decoration: none; }
.mobile-call { display: none; }

.js-enabled [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.js-enabled [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .header-phone { display: none; }
  .primary-nav { gap: 17px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 285px; }
  .fieldwork-strip { grid-template-columns: repeat(3, 1fr); }
  .fieldwork-strip figure:nth-child(4), .fieldwork-strip figure:nth-child(5) { min-height: 205px; }
}

@media (max-width: 980px) {
  :root { --header-height: 78px; }
  .header-inner { justify-content: space-between; }
  .brand { width: 205px; }
  .js-enabled .menu-toggle { display: block; order: 3; }
  .header-actions { margin-left: auto; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: var(--shadow-md); opacity: 1; pointer-events: auto; transform: none; transform-origin: top right; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
  .js-enabled .primary-nav { opacity: 0; pointer-events: none; transform: translateY(-10px) scale(.98); }
  .js-enabled .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .primary-nav a { padding: 13px 12px; border-bottom: 1px solid #eee5dc; font-size: .82rem; }
  .primary-nav a:last-child { border-bottom: 0; }
  .primary-nav a::after { display: none; }
  .hero-content { grid-template-columns: 1fr; align-items: center; }
  .hero-card { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid, .safety-grid, .contact-grid { grid-template-columns: 1fr; }
  .image-stack { max-width: 650px; }
  .details-intro { grid-template-columns: 1fr; }
  .details-intro figure { max-width: 500px; }
  .details-list article > div { grid-template-columns: 1fr; gap: 10px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(2) { border-right: 0; }
  .why-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .safety-copy { max-width: 730px; }
  .safety-gallery { max-width: 720px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid li:nth-child(2)::after { display: none; }
  .area-top { grid-template-columns: 1fr; align-items: start; }
  .area-visuals { grid-template-columns: 1fr; }
  .area-image img { height: 420px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; max-width: 680px; }
  .contact-copy { max-width: 700px; }
  .lead-form { border-radius: 24px 5px 5px 5px; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-contact { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 720px) {
  .shell, .header-inner { width: min(100% - 28px, 1240px); }
  body { padding-bottom: 70px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .brand { width: 178px; }
  .header-actions { display: none; }
  .primary-nav { right: 14px; left: 14px; }
  .hero { min-height: 780px; padding-top: 72px; }
  .hero-media { object-position: 42% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(31,27,25,.94), rgba(31,27,25,.72)), linear-gradient(0deg, rgba(31,27,25,.45), transparent); }
  .hero-content { padding-block: 80px; }
  .hero-lead { font-size: .98rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-item { min-height: 98px; padding: 16px 10px; }
  .trust-item svg { width: 24px; height: 24px; }
  .trust-item { font-size: .67rem; }
  .trust-item strong { font-size: .75rem; }
  .about-grid { gap: 65px; }
  .image-stack { padding: 0 18px 38px 0; }
  .image-detail { width: 128px; height: 128px; border-width: 7px; }
  .image-detail span { font-size: 1.9rem; }
  .services-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: auto; padding: 25px; }
  .service-card h3 { min-height: 0; }
  .service-icon { margin-bottom: 22px; }
  .fieldwork-strip { grid-template-columns: repeat(2, 1fr); }
  .fieldwork-strip figure { min-height: 205px; }
  .fieldwork-strip figure:first-child { grid-column: 1 / -1; }
  .section-cta { flex-direction: column; gap: 15px; }
  .details-intro { gap: 30px; }
  .details-list article { grid-template-columns: 48px 1fr; gap: 15px; padding: 34px 0; }
  .details-list article > span { width: 42px; height: 42px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article, .why-grid article:nth-child(2) { min-height: 240px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .callout-band { flex-direction: column; align-items: flex-start; padding: 31px 28px; }
  .safety-gallery { min-height: 490px; }
  .safety-main { width: 79%; }
  .safety-small { width: 52%; border-width: 8px; }
  .inline-link { display: flex; width: max-content; margin: 22px 0 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid li::after { display: none; }
  .area-top address { min-width: 0; width: 100%; }
  .area-image img { height: 310px; }
  .map-card { padding: 25px 18px; }
  .map-copy { display: block; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .lead-form { padding: 29px 20px; border-radius: 14px; }
  .contact-phone span { font-size: 1.8rem; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { gap: 15px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; right: 12px; bottom: 10px; left: 12px; z-index: 90; display: flex; min-height: 53px; align-items: center; justify-content: center; gap: 9px; border: 1px solid #f58553; border-radius: 999px; background: var(--ember); box-shadow: 0 12px 35px rgba(63,28,15,.35); color: var(--white); font-size: .78rem; font-weight: 800; text-decoration: none; }
  .mobile-call svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
}

@media (max-width: 390px) {
  .brand { width: 156px; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero-actions .button { padding-inline: 15px; }
  .trust-item { flex-direction: column; gap: 5px; text-align: center; }
  .details-list article { grid-template-columns: 1fr; }
  .details-list article > span { margin-bottom: 3px; }
  .safety-gallery { min-height: 430px; }
  .mobile-call { font-size: .71rem; }
}

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