/*
  Cedar Hearth Chimney Care
  Primary brand colors and layout tokens are grouped here for easy owner updates.
*/
:root {
  --cedar: #16423c;
  --cedar-deep: #0d302c;
  --cedar-soft: #24564e;
  --ember: #f26a2e;
  --ember-dark: #d9571f;
  --cream: #fff9ef;
  --cream-deep: #f6eddf;
  --charcoal: #202725;
  --sage: #dce8df;
  --sage-light: #eef4ef;
  --white: #ffffff;
  --muted: #5f6d68;
  --line: rgba(22, 66, 60, 0.15);
  --shadow-sm: 0 12px 35px rgba(24, 53, 47, 0.09);
  --shadow-lg: 0 30px 80px rgba(8, 38, 34, 0.2);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1220px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--charcoal);
  background: var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: var(--white); background: var(--ember); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; border-radius: 8px; color: var(--white); background: var(--charcoal); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin-top: 0; color: var(--charcoal); font-family: "Manrope", system-ui, sans-serif; line-height: 1.12; letter-spacing: -0.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 800; }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 750; }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
p { margin-top: 0; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: rgba(255, 255, 255, 0.78); font-family: "Manrope", sans-serif; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--ember); }
.eyebrow-dark { color: var(--cedar); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 23px; border: 2px solid var(--ember); border-radius: 11px; color: var(--white); background: var(--ember); font-family: "Manrope", sans-serif; font-size: 0.93rem; font-weight: 800; line-height: 1; box-shadow: 0 8px 20px rgba(242, 106, 46, 0.22); transition: transform 160ms var(--ease-out), background-color 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); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(242, 106, 46, 0.28); }
.button:active { transform: scale(0.97); }
.button svg { width: 18px; height: 18px; }
.button-secondary { border-color: rgba(255, 255, 255, 0.45); color: var(--white); background: transparent; box-shadow: none; }
.button-secondary:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.09); }
.button-light { color: var(--cedar-deep); background: var(--cream); border-color: var(--cream); box-shadow: none; }
.button-light:hover { color: var(--white); background: var(--ember); border-color: var(--ember); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: 0.82rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; color: var(--cedar); font-family: "Manrope", sans-serif; font-weight: 800; }
.text-link svg, .service-card a svg, .detail-copy a svg, .map-link svg { width: 18px; height: 18px; transition: transform 180ms var(--ease-out); }
.text-link:hover svg, .service-card a:hover svg, .detail-copy a:hover svg, .map-link:hover svg { transform: translateX(4px); }

:focus-visible { outline: 3px solid #ff9c70; outline-offset: 3px; }

.utility-bar { position: relative; z-index: 60; color: var(--white); background: var(--cedar-deep); font-size: 0.76rem; font-weight: 600; }
.utility-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner span { display: flex; align-items: center; gap: 7px; }
.utility-inner svg { width: 14px; height: 14px; color: #ff9d73; }

.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(22, 66, 60, 0.09); background: rgba(255, 249, 239, 0.96); backdrop-filter: blur(16px); transition: box-shadow 180ms var(--ease-out); }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(13, 48, 44, 0.1); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; width: 225px; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 23px; margin-left: auto; }
.primary-nav a { position: relative; padding: 28px 0 25px; color: #40504b; font-size: 0.83rem; font-weight: 700; white-space: nowrap; }
.primary-nav a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; content: ""; background: var(--ember); transform: scaleX(0); transition: transform 180ms var(--ease-out); }
.primary-nav a:hover, .primary-nav a[aria-current="true"] { color: var(--cedar); }
.primary-nav a:hover::after, .primary-nav a[aria-current="true"]::after { transform: scaleX(1); }
.header-contact { display: flex; align-items: center; gap: 16px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.15; white-space: nowrap; }
.header-phone span { color: var(--muted); font-size: 0.69rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.header-phone strong { margin-top: 5px; color: var(--cedar); font-family: "Manrope", sans-serif; font-size: 0.92rem; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.nav-toggle svg { width: 23px; height: 23px; }
.close-icon { display: none; }
.nav-toggle[aria-expanded="true"] .menu-icon { display: none; }
.nav-toggle[aria-expanded="true"] .close-icon { display: block; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--cedar); }
.hero::before { position: absolute; top: -25%; right: -10%; width: 50%; height: 140%; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 50%; content: ""; transform: rotate(-14deg); }
.hero-pattern { position: absolute; inset: 0; opacity: 0.1; background-image: linear-gradient(30deg, transparent 12%, rgba(255,255,255,.15) 12.5%, transparent 13%), linear-gradient(150deg, transparent 12%, rgba(255,255,255,.1) 12.5%, transparent 13%); background-size: 72px 124px; }
.hero-grid { position: relative; display: grid; min-height: 710px; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 75px; padding-top: 70px; padding-bottom: 80px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 740px; color: var(--white); }
.hero h1::after { display: inline-block; width: 18px; height: 18px; margin-left: 12px; border-radius: 50% 50% 50% 0; content: ""; background: var(--ember); transform: rotate(-45deg) translateY(-4px); }
.hero-lede { max-width: 660px; margin-bottom: 34px; color: rgba(255, 255, 255, 0.78); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px 30px; margin: 42px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.7); font-size: .78rem; }
.hero-points svg { width: 20px; height: 20px; color: #ff9d73; }
.hero-points strong { display: block; color: var(--white); font-family: "Manrope", sans-serif; font-size: .88rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 600px; }
.hero-image-frame { position: absolute; inset: 15px 0 15px 70px; overflow: hidden; border: 12px solid rgba(255,255,255,.08); border-radius: 200px 200px 26px 26px; box-shadow: var(--shadow-lg); }
.hero-image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(8, 37, 34, .35), transparent 60%); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-note { position: absolute; z-index: 2; bottom: 40px; left: 0; display: flex; width: 300px; align-items: center; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: var(--charcoal); background: var(--cream); box-shadow: var(--shadow-lg); }
.hero-note > svg { width: 34px; height: 34px; color: var(--ember); }
.hero-note div { display: flex; flex-direction: column; line-height: 1.35; }
.hero-note strong { color: var(--cedar-deep); font-family: "Manrope", sans-serif; font-size: .86rem; }
.hero-note span { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.hero-badge { position: absolute; z-index: 2; top: 55px; right: -14px; display: flex; width: 110px; height: 110px; align-items: center; justify-content: center; gap: 7px; border: 6px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--white); background: var(--ember); box-shadow: 0 15px 40px rgba(0,0,0,.18); transform: rotate(7deg); }
.hero-badge span { font-family: "Manrope", sans-serif; font-size: 2rem; font-weight: 800; line-height: 1; }
.hero-badge small { font-size: .58rem; font-weight: 800; line-height: 1.15; text-transform: uppercase; }

.trust-strip { position: relative; z-index: 3; color: var(--white); background: var(--charcoal); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { display: flex; min-height: 124px; align-items: center; gap: 17px; padding: 26px 36px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid article:last-child { border-right: 0; }
.icon-box { display: grid; flex: 0 0 45px; height: 45px; place-items: center; border-radius: 50%; color: #ff9a6c; background: rgba(242,106,46,.12); }
.icon-box svg { width: 23px; height: 23px; }
.trust-grid h2 { margin: 0 0 4px; color: var(--white); font-size: .98rem; letter-spacing: -.015em; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: .76rem; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 110px; }
.about-visual { position: relative; min-height: 570px; }
.image-card-main { position: absolute; inset: 0 40px 40px 0; overflow: hidden; border-radius: 180px 20px 20px 20px; box-shadow: var(--shadow-lg); }
.image-card-main img { width: 100%; height: 100%; object-fit: cover; }
.about-visual::before { position: absolute; z-index: 2; top: -30px; right: 12px; width: 115px; height: 115px; border: 18px solid var(--sage); border-radius: 50%; content: ""; }
.about-caption { position: absolute; z-index: 3; right: 0; bottom: 0; width: 230px; padding: 23px 25px; border-left: 4px solid var(--ember); border-radius: 12px; background: var(--white); box-shadow: var(--shadow-sm); }
.about-caption span { display: block; color: var(--ember-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-caption strong { display: block; margin-top: 5px; color: var(--cedar); font-family: "Manrope", sans-serif; font-size: .98rem; line-height: 1.35; }
.about-copy h2 { max-width: 690px; }
.about-copy p { color: var(--muted); }

.services-section { position: relative; background: var(--sage-light); }
.services-section::before { position: absolute; inset: 0; content: ""; opacity: .6; background-image: radial-gradient(rgba(22,66,60,.12) .7px, transparent .7px); background-size: 16px 16px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.services-section .container { position: relative; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.section-heading > div { max-width: 740px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 410px; margin-bottom: 7px; color: var(--muted); }
.section-heading.compact { margin-bottom: 34px; }
.section-heading.centered { flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.section-heading.centered > p { margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; min-height: 470px; flex-direction: column; overflow: hidden; padding: 0 31px 34px; border: 1px solid rgba(22,66,60,.1); border-radius: 17px; background: rgba(255,255,255,.82); box-shadow: 0 5px 0 transparent; transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out); }
.service-card::after { position: absolute; right: -30px; bottom: -50px; width: 120px; height: 120px; border: 1px solid var(--sage); border-radius: 50%; content: ""; }
.service-card:hover { border-color: rgba(242,106,46,.35); transform: translateY(-6px); box-shadow: 0 9px 0 var(--ember), var(--shadow-sm); }
.service-thumb { position: relative; height: 178px; margin: 0 -31px; overflow: hidden; background: var(--sage); }
.service-thumb::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(13,48,44,.2), transparent 62%); pointer-events: none; }
.service-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms var(--ease-out); }
.service-card:hover .service-thumb img { transform: scale(1.035); }
.service-number { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--white); background: rgba(13,48,44,.72); backdrop-filter: blur(8px); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; }
.service-icon { position: relative; z-index: 2; display: grid; width: 57px; height: 57px; margin-top: -25px; margin-bottom: 24px; place-items: center; border: 5px solid var(--white); border-radius: 16px 16px 16px 5px; color: var(--ember); background: #fff0e8; box-sizing: content-box; }
.service-icon svg { width: 27px; height: 27px; }
.service-card h3 { max-width: 250px; color: var(--cedar); font-size: 1.22rem; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--cedar); font-size: .82rem; font-weight: 800; }

.why-section { position: relative; overflow: hidden; color: var(--white); background: var(--cedar-deep); }
.why-section::after { position: absolute; right: -160px; bottom: -250px; width: 620px; height: 620px; border: 90px solid rgba(255,255,255,.035); border-radius: 50%; content: ""; }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.why-intro { position: sticky; top: 150px; align-self: start; }
.why-intro h2 { color: var(--white); }
.why-intro > p { max-width: 430px; color: rgba(255,255,255,.66); }
.why-intro .button { margin-top: 12px; }
.why-photo { overflow: hidden; max-width: 430px; height: 240px; margin-top: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 120px 18px 18px 18px; box-shadow: 0 24px 55px rgba(0,0,0,.23); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit-card { min-height: 245px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.045); transition: background-color 200ms var(--ease-out), transform 200ms var(--ease-out); }
.benefit-card:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); }
.benefit-card svg { width: 31px; height: 31px; margin-bottom: 25px; color: #ff9d73; }
.benefit-card h3 { color: var(--white); font-size: 1.05rem; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.6); font-size: .86rem; }

.service-details { background: var(--cream); }
.detail-list { border-top: 1px solid var(--line); }
.detail-row { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; padding: 45px 12px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.detail-title { display: grid; grid-template-columns: 42px 48px 1fr; align-items: start; gap: 16px; }
.detail-title > span { padding-top: 5px; color: var(--ember); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; }
.detail-title svg { width: 33px; height: 33px; color: var(--cedar); }
.detail-title h3 { margin: 3px 0 0; color: var(--cedar); font-size: 1.25rem; }
.detail-copy p { margin-bottom: 14px; color: var(--muted); }
.detail-copy a { display: inline-flex; align-items: center; gap: 8px; color: var(--ember-dark); font-size: .84rem; font-weight: 800; }

.process-section { background: var(--sage-light); }
.process-showcase { position: relative; overflow: hidden; width: min(100%, 960px); height: 310px; margin: 48px auto 0; border-radius: 155px 24px 24px 24px; box-shadow: var(--shadow-sm); }
.process-showcase::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(13,48,44,.22), transparent 55%); }
.process-showcase img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin: 56px 0 42px; padding: 0; list-style: none; }
.process-grid::before { position: absolute; z-index: 0; top: 28px; right: 12%; left: 12%; border-top: 1px dashed rgba(22,66,60,.3); content: ""; }
.process-grid li { position: relative; z-index: 1; text-align: center; }
.process-grid li > span { display: grid; width: 58px; height: 58px; margin: 0 auto 27px; place-items: center; border: 7px solid var(--sage-light); border-radius: 50%; color: var(--white); background: var(--ember); font-family: "Manrope", sans-serif; font-weight: 800; outline: 1px solid rgba(242,106,46,.25); }
.process-grid li > svg { width: 30px; height: 30px; margin-bottom: 16px; color: var(--cedar); }
.process-grid h3 { margin-bottom: 8px; color: var(--cedar); font-size: 1rem; }
.process-grid p { margin: 0 auto; max-width: 210px; color: var(--muted); font-size: .82rem; }
.center-action { text-align: center; }

.area-section { color: var(--white); background: var(--cedar); }
.area-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.area-copy h2 { color: var(--white); }
.area-copy > p { color: rgba(255,255,255,.7); }
.area-copy strong { color: var(--white); }
.area-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; padding: 0; list-style: none; }
.area-chips li { padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.06); font-size: .76rem; font-weight: 700; }
.area-note { padding-left: 15px; border-left: 3px solid var(--ember); font-size: .79rem; }
.area-copy .button { margin-top: 13px; }
.map-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: var(--cream); box-shadow: var(--shadow-lg); }
.map-meta { display: flex; align-items: center; gap: 15px; padding: 22px 24px; color: var(--charcoal); }
.map-meta > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--ember); background: #fff0e8; }
.map-meta svg { width: 22px; height: 22px; }
.map-meta div { display: flex; flex-direction: column; line-height: 1.4; }
.map-meta small { color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.map-meta strong { color: var(--cedar); font-family: "Manrope", sans-serif; font-size: .9rem; }
.map-meta p { margin: 0; color: var(--muted); font-size: .75rem; }
.map-placeholder { height: 400px; background: #d7e3db; }
.map-placeholder iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-loading { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 13px; color: var(--cedar); background-image: linear-gradient(45deg, rgba(22,66,60,.04) 25%, transparent 25%, transparent 75%, rgba(22,66,60,.04) 75%), linear-gradient(45deg, rgba(22,66,60,.04) 25%, transparent 25%, transparent 75%, rgba(22,66,60,.04) 75%); background-position: 0 0, 16px 16px; background-size: 32px 32px; }
.map-loading p { font-size: .8rem; }
.map-pin { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50% 50% 50% 0; color: var(--white); background: var(--ember); transform: rotate(-45deg); }
.map-pin svg { width: 25px; height: 25px; transform: rotate(45deg); }
.map-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 24px; border-top: 1px solid var(--line); color: var(--cedar); font-size: .78rem; font-weight: 800; }

.faqs-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 140px; }
.faq-intro > p { color: var(--muted); }
.faq-callout { display: flex; align-items: center; gap: 14px; margin-top: 35px; padding: 20px; border-radius: 13px; background: var(--sage-light); }
.faq-callout > svg { width: 30px; height: 30px; color: var(--ember); }
.faq-callout span { display: flex; flex-direction: column; color: var(--muted); font-size: .76rem; }
.faq-callout a { color: var(--cedar); font-family: "Manrope", sans-serif; font-size: .95rem; font-weight: 800; }
.faq-photo { overflow: hidden; height: 285px; margin-top: 24px; border-radius: 18px 120px 18px 18px; box-shadow: var(--shadow-sm); }
.faq-photo img { width: 100%; height: 100%; object-fit: cover; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 6px; color: var(--cedar); font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.faq-item summary span::before, .faq-item summary span::after { position: absolute; top: 15px; left: 9px; width: 12px; height: 2px; content: ""; background: var(--ember); transition: transform 180ms var(--ease-out); }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item > div { padding: 0 52px 22px 6px; }
.faq-item p { margin: 0; color: var(--muted); font-size: .9rem; }
.faq-item p a { color: var(--ember-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.contact-section { position: relative; overflow: hidden; color: var(--white); background: var(--charcoal); }
.contact-texture { position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 12% 22%, var(--ember) 0, transparent 25%), radial-gradient(circle at 85% 90%, var(--cedar-soft) 0, transparent 32%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; }
.contact-intro h2 { color: var(--white); }
.contact-intro > p { max-width: 520px; color: rgba(255,255,255,.62); }
.contact-photo { overflow: hidden; width: min(100%, 500px); height: 230px; margin-top: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px 100px 18px 18px; box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-cards { display: grid; gap: 12px; margin-top: 38px; }
.contact-cards > * { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-cards svg { width: 23px; height: 23px; margin-top: 4px; color: #ff9d73; }
.contact-cards span { display: flex; flex-direction: column; }
.contact-cards small { color: rgba(255,255,255,.45); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.contact-cards strong { margin-top: 4px; color: var(--white); font-family: "Manrope", sans-serif; font-size: .92rem; line-height: 1.45; }
.form-card { padding: 39px; border-radius: 22px; color: var(--charcoal); background: var(--cream); box-shadow: var(--shadow-lg); }
.form-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.form-heading p { margin: 0; color: var(--cedar); font-family: "Manrope", sans-serif; font-size: 1.22rem; font-weight: 800; }
.form-heading span { color: var(--muted); font-size: .7rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 7px; color: var(--cedar); font-size: .75rem; font-weight: 800; }
.field label span { color: var(--ember); }
.field input, .field textarea { width: 100%; border: 1px solid rgba(22,66,60,.19); border-radius: 10px; color: var(--charcoal); background: var(--white); outline: 0; transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
.field input { height: 49px; padding: 0 14px; }
.field textarea { min-height: 122px; padding: 12px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8b9692; }
.field input:focus, .field textarea:focus { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(242,106,46,.14); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #b42318; }
.field-error { display: block; min-height: 17px; margin-top: 4px; color: #9f2318; font-size: .68rem; line-height: 1.3; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; }
.consent-field input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--ember); }
.consent-field label { color: #5b6763; font-size: .68rem; line-height: 1.5; }
.consent-error { min-height: 14px; margin: 4px 0; }
.submit-button { width: 100%; margin-top: 6px; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--cedar); font-size: .78rem; font-weight: 700; text-align: center; }

.site-footer { color: rgba(255,255,255,.7); background: #101916; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .72fr; gap: 60px; padding-top: 70px; padding-bottom: 55px; }
.footer-wordmark { display: flex; align-items: center; gap: 12px; color: var(--white); }
.footer-wordmark > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px 14px 14px 4px; color: var(--white); background: var(--ember); font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: -.03em; }
.footer-wordmark strong { display: flex; flex-direction: column; color: var(--white); font-family: "Manrope", sans-serif; font-size: 1rem; line-height: 1.2; }
.footer-wordmark small { margin-top: 4px; color: #ff9d73; font-size: .56rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-brand p { max-width: 330px; margin: 21px 0 0; font-size: .82rem; }
.footer-column { display: flex; flex-direction: column; gap: 9px; font-size: .8rem; }
.footer-column h2 { margin-bottom: 9px; color: var(--white); font-size: .92rem; letter-spacing: 0; }
.footer-column a:hover { color: #ff9d73; }
.footer-column address { font-style: normal; }
.footer-column p { margin: 0; }
.footer-cta p { margin-bottom: 12px; color: var(--white); font-family: "Manrope", sans-serif; font-weight: 700; }
.footer-bottom { padding-top: 25px; padding-bottom: 90px; border-top: 1px solid rgba(255,255,255,.1); }
.disclaimer { margin-bottom: 24px; color: rgba(255,255,255,.42); font-size: .64rem; line-height: 1.65; }
.disclaimer strong { color: rgba(255,255,255,.55); }
.copyright { margin: 0; color: rgba(255,255,255,.48); font-size: .72rem; }
.mobile-call { position: fixed; z-index: 900; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); display: none; min-height: 48px; align-items: center; gap: 8px; padding: 12px 17px; border-radius: 99px; color: var(--white); background: var(--ember); box-shadow: 0 8px 28px rgba(20,32,29,.3); font-size: .82rem; font-weight: 800; }
.mobile-call svg { width: 18px; height: 18px; }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .brand { width: 190px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .76rem; }
  .header-phone { display: none; }
  .hero-grid { gap: 40px; }
  .about-grid { gap: 65px; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 78px; }
  .section { padding: 88px 0; }
  .utility-inner span:last-child { display: none; }
  .header-inner { min-height: 70px; }
  .brand { width: 195px; }
  .nav-toggle { display: flex; margin-left: auto; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 10px 20px 20px; border-top: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 40px rgba(13,48,44,.12); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .primary-nav a::after { display: none; }
  .header-contact .button { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-top: 80px; padding-bottom: 90px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 570px; }
  .hero-image-frame { inset: 0 6% 0 20%; }
  .hero-note { left: 8%; }
  .hero-badge { right: 2%; }
  .trust-grid article { padding: 24px 18px; }
  .about-grid, .why-grid, .area-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid, .why-grid, .area-grid, .faq-grid, .contact-grid { gap: 60px; }
  .about-visual { max-width: 700px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-intro, .faq-intro { position: static; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .detail-row { gap: 45px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 25px; }
  .process-grid::before { display: none; }
  .map-card { max-width: 760px; }
  .contact-intro { max-width: 740px; }
  .footer-grid { grid-template-columns: 1.4fr .7fr 1fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  .utility-inner { justify-content: center; }
  .utility-inner span { font-size: .68rem; }
  .brand { width: 175px; }
  h1 { font-size: clamp(2.55rem, 12.5vw, 4.3rem); }
  h2 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .hero-grid { padding-top: 62px; padding-bottom: 72px; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-points li { align-items: flex-start; flex-direction: column; gap: 6px; }
  .hero-visual { min-height: 460px; }
  .hero-image-frame { inset: 0 0 0 13%; border-width: 8px; border-radius: 140px 140px 18px 18px; }
  .hero-note { bottom: 24px; left: 0; width: 260px; padding: 17px; }
  .hero-badge { top: 35px; right: -8px; width: 92px; height: 92px; }
  .hero-badge span { font-size: 1.6rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid article:last-child { border-bottom: 0; }
  .about-visual { min-height: 430px; }
  .image-card-main { inset: 0 20px 30px 0; border-radius: 110px 16px 16px 16px; }
  .about-visual::before { right: 0; width: 88px; height: 88px; border-width: 14px; }
  .about-caption { width: 200px; padding: 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 38px; }
  .services-grid, .benefits-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 455px; }
  .benefit-card { min-height: auto; }
  .detail-row { grid-template-columns: 1fr; gap: 19px; padding: 35px 0; }
  .detail-title { grid-template-columns: 32px 42px 1fr; gap: 9px; }
  .detail-copy { padding-left: 41px; }
  .process-showcase { height: 250px; border-radius: 110px 18px 18px 18px; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process-grid li { display: grid; grid-template-columns: 58px 40px 1fr; align-items: center; gap: 12px; text-align: left; }
  .process-grid li > span { grid-row: 1 / span 2; margin: 0; }
  .process-grid li > svg { margin: 0; }
  .process-grid h3, .process-grid p { margin: 0; max-width: none; }
  .process-grid p { grid-column: 2 / -1; }
  .map-placeholder { height: 340px; }
  .contact-photo { height: 210px; }
  .form-card { padding: 25px 20px; }
  .form-heading, .form-row { grid-template-columns: 1fr; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .form-row { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: 110px; }
  .mobile-call { display: flex; }
}

@media (max-width: 430px) {
  .hero h1::after { width: 13px; height: 13px; }
  .hero-points { gap: 10px 5px; }
  .hero-points span { font-size: .68rem; }
  .hero-visual { min-height: 420px; }
  .hero-note { width: 235px; }
  .about-visual { min-height: 370px; }
  .about-caption { width: 180px; }
  .detail-copy { padding-left: 0; }
  .map-placeholder { height: 300px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-cta { grid-column: auto; }
}

@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; }
}
