:root {
  --ink: #101214;
  --ink-2: #181b1e;
  --paper: #ffffff;
  --mist: #f4f5f6;
  --fog: #e9edef;
  --muted: #656a6e;
  --line: #dfe2e4;
  --copper: #d56f3e;
  --copper-dark: #ae4e26;
  --gold: #ffc247;
  --shadow: 0 24px 70px rgba(16, 18, 20, 0.1);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--paper); color: var(--ink); border-radius: 4px; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: #fff; transition: background .28s ease, box-shadow .28s ease; }
.site-header.is-solid, .site-header.menu-visible { background: rgba(12, 14, 15, .97); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(12px); }
.site-header.menu-visible { backdrop-filter: none; }
.nav { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; transition: height .28s ease; }
.site-header.is-solid .nav { height: 86px; }
.brand { flex: 0 0 auto; width: 252px; }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 15px; font-weight: 600; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--copper); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 999px; font-size: 14px; font-weight: 700; }
.header-phone svg, .floating-call svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.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); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--ink); }
.hero-media, .final-bg { position: absolute; inset: 0; background: url("./assets/hero-roofing.png") center center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 6, 7, .88) 0%, rgba(7, 9, 10, .66) 52%, rgba(7, 9, 10, .34) 100%), linear-gradient(0deg, rgba(0,0,0,.18), transparent 48%); }
.hero-inner { position: relative; z-index: 2; padding: 152px 0 78px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 19px; color: var(--copper); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #f7a47d; }
h1, h2, h3 { margin: 0; font-family: var(--serif); }
h1 { max-width: 720px; font-size: clamp(3.6rem, 5.4vw, 5.15rem); line-height: .99; letter-spacing: -.045em; text-wrap: balance; }
.hero p { max-width: 760px; margin: 27px 0 29px; color: rgba(255,255,255,.91); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border: 0; border-radius: 7px; background: var(--copper); color: #fff; font-weight: 700; box-shadow: 0 12px 28px rgba(174, 78, 38, .18); transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--copper-dark); }
.button-ghost { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.42); box-shadow: none; }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.18); }
.hero-rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(11,13,14,.3); font-size: 14px; backdrop-filter: blur(7px); }
.hero-rating strong { font-size: 18px; }
.review-g { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #fff; color: #4285f4; font-weight: 800; }
.stars { color: var(--gold); letter-spacing: 2px; white-space: nowrap; }
.rating-divider { width: 1px; height: 21px; background: rgba(255,255,255,.34); }
.hero-cue { position: absolute; z-index: 2; right: max(26px, calc((100vw - 1140px) / 2)); bottom: 35px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.hero-cue i { width: 48px; height: 1px; background: currentColor; }
.quote-form { padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.form-kicker { margin-bottom: 7px; color: var(--copper-dark); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.quote-form h3 { font-size: 31px; line-height: 1.1; }
.quote-form > p { margin: 9px 0 20px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-fields label { display: flex; min-width: 0; flex-direction: column; gap: 6px; }
.form-fields label > span { color: #4a4f52; font-size: 13px; font-weight: 700; }
.field-wide { grid-column: 1 / -1; }
.form-fields input, .form-fields select, .form-fields textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd4d7; border-radius: 7px; background: #fff; color: var(--ink); font: 400 16px/1.35 var(--sans); }
.form-fields textarea { min-height: 80px; resize: vertical; }
.form-fields input:focus, .form-fields select:focus, .form-fields textarea:focus { outline: 3px solid rgba(213,111,62,.19); border-color: var(--copper); }
.form-consent { margin: 16px 0; display: flex; align-items: flex-start; gap: 9px; color: #575c60; font-size: 13px; line-height: 1.45; }
.form-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; accent-color: var(--copper-dark); }
.form-submit { width: 100%; cursor: pointer; }
.quote-form .form-note { margin: 11px 0 0; color: #7b7f82; font-size: 12px; text-align: center; }
.quote-form .form-status { min-height: 0; margin: 0; color: var(--copper-dark); font-size: 13px; font-weight: 700; text-align: center; }
.quote-form .form-status:not(:empty) { margin-top: 9px; }

.trust { background: #e9edef; }
.trust-grid { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px 24px; border-right: 1px solid #d2d7da; text-align: center; font-size: 15px; font-weight: 600; }
.trust-item:last-child { border-right: 0; }
.trust-item svg, .license-line svg, .process-note svg { flex: 0 0 auto; width: 22px; fill: none; stroke: var(--copper); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.section-head { max-width: 820px; margin-bottom: 50px; }
.section-head.compact { max-width: 740px; }
.section-head h2, .story-copy h2, .faq-intro h2, .quote-section-copy h2 { font-size: clamp(2.7rem, 4.4vw, 4.25rem); line-height: 1.07; letter-spacing: -.035em; text-wrap: balance; }
.section-head p, .story-copy > p, .faq-intro > p, .quote-section-copy > p { max-width: 760px; margin: 21px 0 0; color: var(--muted); font-size: 18px; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { min-height: 480px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 12px 40px rgba(20, 23, 25, .045); }
.service-image { min-height: 100%; }
.service-copy { position: relative; padding: 34px 31px 31px; display: flex; flex-direction: column; }
.service-number { position: absolute; top: 17px; right: 20px; color: #d7d9db; font-family: var(--serif); font-size: 41px; font-weight: 700; }
.service-copy h3 { position: relative; max-width: 240px; margin-top: 14px; font-size: 27px; line-height: 1.15; }
.service-copy > p { margin: 14px 0 16px; color: var(--muted); line-height: 1.55; }
.service-copy ul { margin: 0 0 24px; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-copy li { position: relative; margin: 7px 0; padding-left: 17px; color: #414548; font-size: 15px; }
.service-copy li::before { content: ""; position: absolute; left: 1px; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(--copper); }
.service-copy a { margin-top: auto; color: var(--copper-dark); font-size: 14px; font-weight: 700; }
.service-copy a span { margin-left: 7px; }
.gallery-crop { background-color: #303538; background-image: url("./assets/roof-projects-grid.png"); background-repeat: no-repeat; background-size: auto 200%; }
.crop-1 { background-position: 0% 0%; }
.crop-2 { background-position: 50% 0%; }
.crop-3 { background-position: 100% 0%; }
.crop-4 { background-position: 0% 100%; }
.crop-5 { background-position: 50% 100%; }
.crop-6 { background-position: 100% 100%; }
.service-cta { margin-top: 35px; padding: 24px 27px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 12px; background: var(--ink); color: #fff; }
.service-cta div { display: flex; flex-direction: column; }
.service-cta strong { font-family: var(--serif); font-size: 20px; }
.service-cta span { color: rgba(255,255,255,.66); }
.service-cta .button span { color: inherit; }

.story { background: var(--mist); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr); gap: clamp(54px, 7vw, 94px); align-items: center; }
.story-image { position: relative; min-height: 650px; }
.story-image::before { content: ""; position: absolute; top: -17px; left: -17px; width: 66%; height: 54%; border: 2px solid var(--copper); border-radius: 16px; }
.story-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -24px; bottom: 36px; min-width: 215px; padding: 22px 25px; display: flex; align-items: center; gap: 15px; border-radius: 10px 0 0 10px; background: var(--copper); color: #fff; box-shadow: 0 18px 38px rgba(120,50,22,.25); }
.experience-badge strong { font: 700 42px/1 var(--serif); }
.experience-badge span { font-size: 12px; font-weight: 700; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.story-copy > p { font-size: 17px; }
.story-signoff { margin-top: 25px; padding-left: 20px; border-left: 3px solid var(--copper); display: flex; flex-direction: column; }
.story-signoff span { font-family: var(--serif); font-size: 21px; font-weight: 700; }
.story-signoff small { color: var(--muted); }
.license-line { margin-top: 28px; padding-top: 21px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; color: #4f5457; font-size: 14px; font-weight: 600; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card { position: relative; min-height: 355px; padding: 34px 28px 30px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.process-card:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 64px; left: calc(100% + 1px); width: 17px; height: 1px; background: #acb1b4; }
.step { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 27px; border-radius: 50%; background: var(--copper); color: #fff; font: italic 700 24px/1 var(--serif); box-shadow: 0 0 0 5px #f7e9e2; }
.step.dark { background: var(--ink); box-shadow: 0 0 0 5px #e9eaeb; }
.process-card h3 { font-size: 22px; }
.process-card p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.process-note { margin-top: 30px; padding: 19px 24px; display: flex; align-items: center; gap: 15px; border: 1px solid #ecd2c5; border-radius: 12px; background: #fff6f1; color: #4b4f52; }

.projects { background: var(--mist); }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 345px; gap: 16px; }
.project-card { position: relative; grid-column: span 1; min-height: 0; overflow: hidden; border-radius: 11px; background: #222; color: #fff; }
.project-card.wide { grid-column: span 2; }
.project-card .gallery-crop { position: absolute; inset: 0; transform: scale(1.002); transition: transform .55s ease; }
.project-card.wide .gallery-crop { background-size: 300% auto; }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,5,6,.88)); }
.project-card:hover .gallery-crop { transform: scale(1.045); }
.project-meta { position: absolute; z-index: 2; inset: auto 24px 22px; }
.project-meta > span { color: #f3a27b; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-meta h3 { margin-top: 4px; font-size: 24px; }
.project-meta p { margin: 2px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }

.areas { background: #fff; }
.primary-area { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.primary-area-copy { padding: 50px; }
.pill { display: inline-flex; padding: 7px 13px; border-radius: 999px; background: var(--copper); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.primary-area h3 { margin-top: 18px; font-size: 38px; line-height: 1.1; }
.primary-area p { color: var(--muted); }
.primary-area-copy > strong { display: block; margin: 25px 0 10px; font-size: 14px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.area-tags span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #5b6063; font-size: 13px; }
.primary-area-photo { min-height: 530px; }
.primary-area-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 22px; }
.area-card { position: relative; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; }
.area-card > span { position: absolute; top: 14px; right: 17px; color: #d8dcde; font-family: var(--serif); font-size: 28px; font-weight: 700; }
.area-card h3 { font-size: 23px; }
.area-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.reviews { overflow: hidden; background: var(--ink); color: #fff; }
.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 44px; }
.reviews-head h2 { max-width: 680px; font-size: clamp(2.8rem, 4.7vw, 4.35rem); line-height: 1.03; letter-spacing: -.035em; }
.rating-summary { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 14px; text-align: right; }
.rating-summary strong { grid-row: 1 / span 2; font: 700 58px/1 var(--serif); }
.rating-summary small { color: rgba(255,255,255,.55); }
.sample-label { display: flex; flex-direction: column; align-items: flex-end; padding-left: 24px; border-left: 2px solid var(--copper); text-align: right; }
.sample-label strong { font-family: var(--serif); font-size: 20px; }
.sample-label small { color: rgba(255,255,255,.55); }
.reviews-viewport { overflow: hidden; }
.reviews-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card { position: relative; flex: 0 0 calc((100% - 36px) / 3); min-height: 335px; padding: 34px 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: #1a1e21; scroll-snap-align: start; }
.quote-mark { position: absolute; top: 14px; right: 24px; color: #33383c; font: 700 82px/1 var(--serif); }
.review-card .stars { font-size: 13px; }
.review-card > p { position: relative; z-index: 2; margin: 25px 0 30px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.65; }
.review-card footer { margin-top: auto; display: flex; flex-direction: column; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); }
.review-card footer strong { font-family: var(--serif); font-size: 18px; }
.review-card footer span { color: rgba(255,255,255,.49); font-size: 12px; }
.google-review-panel { margin-top: 34px; padding: 24px 26px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: #1a1e21; }
.google-review-copy { display: flex; align-items: center; gap: 17px; }
.google-review-copy .review-g { width: 42px; height: 42px; flex: 0 0 auto; font-size: 21px; }
.google-review-copy h3 { font-size: 22px; }
.google-review-copy p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
.google-review-link { min-width: 245px; }
.integration-status { grid-column: 1 / -1; margin: 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); color: #ffc09f; font-size: 13px; }
.review-controls { margin-top: 27px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.review-controls span { margin-right: auto; color: rgba(255,255,255,.58); font-size: 14px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.review-controls button:hover, .review-controls button:focus-visible { background: var(--copper); border-color: var(--copper); }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-call { margin-top: 39px; padding: 24px; display: flex; flex-direction: column; border-radius: 10px; background: var(--mist); }
.faq-call span { color: var(--muted); font-size: 13px; }
.faq-call a { font: 700 23px/1.5 var(--serif); }
.faq-call small { color: var(--copper-dark); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font: 700 21px/1.35 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--mist); color: var(--copper); font: 500 24px/1 var(--sans); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--copper); color: #fff; }
.faq-list details p { margin: -5px 54px 25px 0; color: var(--muted); }

.quote-section { background: var(--mist); }
.quote-section-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(48px, 7vw, 90px); align-items: start; }
.quote-section-copy { padding-top: 34px; }
.quote-section-copy > p { max-width: 490px; }
.quote-phone { display: inline-block; margin-top: 30px; color: var(--copper-dark); font: 700 32px/1.2 var(--serif); }
.quote-section-copy small { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.quote-section .quote-form { width: 100%; max-width: 640px; justify-self: end; }

.final-cta { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.final-bg { background-position: center 34%; transform: scale(1.02); }
.final-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,10,.9), rgba(7,9,10,.63) 55%, rgba(7,9,10,.24)); }
.final-inner { position: relative; z-index: 2; padding: 100px 0; }
.final-inner h2 { max-width: 780px; font-size: clamp(3rem, 5vw, 4.75rem); line-height: 1.03; letter-spacing: -.04em; }
.final-inner > p { max-width: 690px; margin: 23px 0 28px; color: rgba(255,255,255,.78); font-size: 18px; }
.final-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.final-actions > span { color: rgba(255,255,255,.58); font-size: 13px; }

.footer { padding: 76px 0 26px; background: #090b0c; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, .65fr); gap: 45px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-brand img { width: 250px; }
.footer-brand p { max-width: 370px; color: rgba(255,255,255,.55); }
.footer-brand > span { color: #f0a27d; font-size: 12px; }
.footer h3 { margin-bottom: 10px; font: 700 13px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer a, .footer-grid > div > p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }
.footer a:hover, .footer a:focus-visible { color: #fff; }
.footer-bottom { margin-top: 57px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 12px; }
.floating-call { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 58px; height: 58px; display: none; place-items: center; border-radius: 50%; background: var(--copper); color: #fff; box-shadow: 0 15px 35px rgba(112,48,22,.32); }
.form-in-view .floating-call { display: none !important; }
.floating-call svg { width: 23px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .brand { width: 220px; }
  .nav-links { gap: 20px; }
  .header-phone { display: none; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 370px; gap: 36px; }
  .service-card { grid-template-columns: .82fr 1.18fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:not(:last-child)::after { display: none; }
  .review-card { flex-basis: calc((100% - 18px) / 2); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, .7fr); gap: 30px; }
}

@media (max-width: 850px) {
  .shell { width: min(100% - 36px, 720px); }
  .section { padding: 84px 0; }
  .nav { height: 88px; }
  .site-header.is-solid .nav { height: 78px; }
  .nav-links { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-menu { position: fixed; inset: 78px 0 0; padding: 30px 24px 48px; background: rgba(12,14,15,.99); flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; }
  .mobile-menu.is-open { display: flex; }
  .mobile-menu a { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font: 600 24px/1.2 var(--serif); }
  .mobile-menu .mobile-call { margin-top: 22px; border: 0; border-radius: 7px; background: var(--copper); text-align: center; font: 700 16px/1.2 var(--sans); }
  .hero { min-height: 0; }
  .hero-inner { padding-top: 132px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .quote-form { width: min(100%, 640px); }
  h1 { max-width: 690px; font-size: clamp(3.4rem, 10vw, 5rem); }
  .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 #d2d7da; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 445px; grid-template-columns: .9fr 1.1fr; }
  .story-grid, .faq-grid, .find-grid { grid-template-columns: 1fr; }
  .story-image { min-height: 660px; max-width: 600px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card, .project-card.wide { grid-column: span 1; }
  .project-card.wide .gallery-crop { background-size: auto 200%; }
  .primary-area { grid-template-columns: 1fr; }
  .primary-area-photo { min-height: 430px; grid-row: 1; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .sample-label { align-items: flex-start; padding: 0 0 0 18px; text-align: left; }
  .google-review-panel { grid-template-columns: 1fr; }
  .google-review-link { width: 100%; }
  .faq-intro { position: static; }
  .find-visual { max-width: 650px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 500px; }
}

@media (max-width: 590px) {
  .shell { width: calc(100% - 32px); }
  .section { padding: 70px 0; }
  .brand { width: 196px; }
  .hero { min-height: 0; }
  .hero-media { background-position: 66% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,6,7,.88), rgba(7,9,10,.58)), linear-gradient(0deg, rgba(0,0,0,.25), transparent 50%); }
  .hero-inner { padding-top: 120px; }
  h1 { font-size: clamp(3rem, 14.2vw, 4.2rem); }
  .hero p { margin-top: 22px; font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-rating { align-items: center; flex-wrap: wrap; border-radius: 12px; }
  .hero-rating .rating-divider { display: none; }
  .quote-form { padding: 24px 20px; }
  .quote-form h2 { font-size: 27px; }
  .form-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .hero-cue { display: none; }
  .trust-grid { width: 100%; }
  .trust-item { min-height: 81px; padding: 14px 8px; gap: 8px; font-size: 13px; }
  .trust-item svg { width: 19px; }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .story-copy h2, .faq-intro h2, .find-copy h2 { font-size: clamp(2.35rem, 11vw, 3.15rem); }
  .section-head p, .story-copy > p, .faq-intro > p, .find-copy > p { font-size: 16px; }
  .service-card { min-height: 0; grid-template-columns: 1fr; }
  .service-image { min-height: 0; aspect-ratio: 1.185; background-size: 300% 200%; }
  .service-copy { padding: 27px 24px 28px; }
  .service-number { top: 10px; }
  .service-cta { padding: 24px; align-items: stretch; flex-direction: column; }
  .story-image { min-height: 520px; }
  .story-image::before { display: none; }
  .experience-badge { right: -8px; bottom: 20px; min-width: 190px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .primary-area-copy { padding: 30px 24px; }
  .primary-area h3 { font-size: 32px; }
  .primary-area-photo { min-height: 320px; }
  .area-grid { grid-template-columns: 1fr; }
  .reviews-head { align-items: flex-start; flex-direction: column; }
  .rating-summary { text-align: left; }
  .google-review-panel { padding: 22px 20px; }
  .google-review-copy { align-items: flex-start; }
  .review-card { flex-basis: 100%; min-height: 340px; }
  .review-controls span { display: none; }
  .review-controls { justify-content: space-between; }
  .faq-list summary { min-height: 76px; font-size: 18px; }
  .find-visual { min-height: 510px; }
  .find-photo { right: 35px; }
  .territory-card { right: -4px; width: 210px; padding: 23px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list > div:last-child { grid-column: auto; }
  .final-cta { min-height: 610px; }
  .final-bg { background-position: 65% center; }
  .final-inner h2 { font-size: clamp(2.65rem, 12vw, 3.5rem); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .floating-call.is-visible { display: grid; }
}
