:root {
  --ink: #11110f;
  --ink-soft: #292823;
  --gold: #d7ba36;
  --gold-dark: #a88712;
  --paper: #ffffff;
  --white: #ffffff;
  --sand: #f3f4f2;
  --line: #d9d9d5;
  --muted: #69675f;
  --gold-gradient: linear-gradient(120deg, #a77908 0%, #d5b52d 18%, #fff0a0 39%, #d6b631 57%, #f7dc68 76%, #a97b09 100%);
  --font-sans: Inter, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Inter, "Arial Black", "Avenir Next", system-ui, sans-serif;
  --container: 1240px;
  --radius: 0;
  --shadow: 0 18px 55px rgba(17, 17, 15, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; font-family: var(--font-sans); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
input, select, textarea, button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.1rem; }
h1, h2, h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -0.045em;
}
h1 { font-size: clamp(3.2rem, 7vw, 7.2rem); }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.6rem); }
h3 { font-size: clamp(1.2rem, 1.9vw, 1.7rem); }
h1, h2 { text-wrap: balance; }
ul, ol { margin-top: 0; }
::selection { background: var(--gold); color: var(--ink); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: clamp(78px, 9vw, 138px) 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-sand { background: var(--sand); }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 999; background: var(--gold); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 18px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.section-dark .eyebrow, .eyebrow-gold { color: var(--gold); }
.lead { max-width: 700px; font-size: clamp(1.15rem, 1.8vw, 1.42rem); line-height: 1.55; color: #4b4942; }
.section-dark .lead { color: #cbc8bf; }
.large-copy { font-size: clamp(1.2rem, 1.8vw, 1.48rem); line-height: 1.55; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 2px solid #c49d1c;
  background: var(--gold-gradient);
  background-size: 180% 100%;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 850;
  letter-spacing: .01em;
  line-height: 1.1;
  text-decoration: none;
  transition: background-position .35s, border-color .2s, color .2s, transform .2s;
  cursor: pointer;
}
.button:hover { background-position: 100% center; border-color: #b58b10; transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #6d56ff; outline-offset: 3px; }
.button span { margin-left: 18px; font-size: 1.15em; }
.button-small { min-height: 45px; padding: 10px 16px; font-size: .8rem; }
.button-ghost { border-color: var(--ink); background: transparent; }
.button-ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-light { border-color: var(--white); background: var(--white); }
.button-light:hover { border-color: #c49d1c; background: var(--gold-gradient); background-size: 180% 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--gold);
  font-size: .91rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}
.text-link:hover { color: var(--gold-dark); }
.section-dark .text-link:hover { color: var(--gold); }

.utility-bar { background: var(--ink); color: #d9d6cd; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.utility-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--white); text-decoration: none; }
.utility-phone strong { color: var(--gold); font-weight: 900; }
.utility-phone:hover strong { color: #fff0a0; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(17,17,15,.1); background: #ffffff; }
.header-inner { display: flex; align-items: center; min-height: 86px; gap: 30px; }
.brand-link { display: block; width: 178px; flex: 0 0 auto; }
.brand-logo { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 32px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 8px 0; font-size: .82rem; font-weight: 800; text-decoration: none; }
.desktop-nav a::after { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); content: ""; transition: width .2s; }
.desktop-nav a:hover::after { width: 100%; }
.desktop-cta { margin-left: 4px; }
.mobile-nav { display: none; margin-left: auto; }
.mobile-nav summary { list-style: none; cursor: pointer; font-size: .8rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; left: 0; right: 0; top: 100%; display: grid; padding: 18px 24px 28px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.mobile-nav nav a:not(.button) { padding: 11px 2px; border-bottom: 1px solid var(--line); font-weight: 750; text-decoration: none; }
.mobile-nav .button { margin-top: 18px; }

.home-hero { padding: clamp(44px, 7vw, 92px) 0 0; overflow: hidden; }
.home-hero-grid { display: grid; grid-template-columns: .95fr 1.1fr; align-items: center; gap: clamp(44px, 7vw, 100px); }
.home-hero-copy { padding-bottom: clamp(52px, 7vw, 90px); }
.home-hero h1 { max-width: 700px; font-size: clamp(3rem, 4.25vw, 3.9rem); }
.home-hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.home-hero .lead { margin-top: 26px; }
.hero-phone, .service-area-phone, .footer-phone {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 9px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--gold);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}
.hero-phone { margin-top: 18px; }
.hero-phone span, .service-area-phone span, .footer-phone span { color: var(--muted); font-size: .73rem; letter-spacing: .04em; text-transform: uppercase; }
.hero-phone strong, .service-area-phone strong, .footer-phone strong { font-size: 1rem; font-weight: 900; }
.hero-phone:hover, .service-area-phone:hover, .footer-phone:hover { color: var(--gold-dark); }
.inner-hero-simple .hero-phone, .quote-hero .hero-phone, .article-hero .hero-phone { color: var(--white); }
.inner-hero-simple .hero-phone span, .quote-hero .hero-phone span, .article-hero .hero-phone span { color: #bdbab1; }
.inner-hero-simple .hero-phone:hover, .quote-hero .hero-phone:hover, .article-hero .hero-phone:hover { color: var(--gold); }
.microcopy { margin: 22px 0 0; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.home-hero-photo { position: relative; min-height: 680px; margin-right: calc((100vw - min(calc(100vw - 48px), var(--container))) / -2); background: #ddd; }
.home-hero-photo::before { position: absolute; left: -18px; bottom: 0; width: 18px; height: 58%; background: var(--gold); content: ""; z-index: 1; }
.home-hero-photo img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: 48% center; }
.hero-caption { position: absolute; left: 0; bottom: 0; display: flex; gap: 28px; padding: 18px 24px; background: var(--ink); color: var(--white); font-size: .73rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.proof-strip { background: var(--gold-gradient); background-size: 180% 100%; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 18px; min-height: 110px; padding: 22px 34px; border-right: 1px solid rgba(17,17,15,.22); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-family: var(--font-display); font-size: clamp(1.55rem, 2.7vw, 2.35rem); font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.proof-grid span { max-width: 150px; font-size: .76rem; font-weight: 850; line-height: 1.25; text-transform: uppercase; }

.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 160px); align-items: start; }
.split-heading h2 { max-width: 580px; }
.split-heading .text-link { margin-top: 16px; }
.section-heading { margin-bottom: clamp(40px, 6vw, 74px); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-heading-row > p { max-width: 450px; margin-bottom: 6px; color: inherit; opacity: .72; }
.section-heading-row h2 { max-width: 780px; }
.centered { max-width: 820px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3a3935; border-bottom: 1px solid #3a3935; }
.service-card { min-height: 420px; padding: 40px 34px; border-right: 1px solid #3a3935; }
.service-card:last-child { border-right: 0; }
.service-card-featured { background: var(--gold-gradient); background-size: 180% 100%; color: var(--ink); transform: translateY(-18px); }
.service-card-featured .text-link { border-color: var(--ink); }
.card-number { display: block; margin-bottom: 84px; font-size: .74rem; font-weight: 850; letter-spacing: .08em; }
.service-card h3 { margin-bottom: 18px; font-size: 2rem; }
.service-card p { color: #b9b6ad; }
.service-card-featured p { color: var(--ink-soft); }
.service-card .text-link { margin-top: 18px; }

.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.feature-grid.reverse { grid-template-columns: .92fr 1.08fr; }
.feature-photo { position: relative; min-height: 620px; }
.feature-photo::after { position: absolute; right: -16px; bottom: -16px; width: 42%; height: 42%; background: var(--gold); content: ""; z-index: -1; }
.feature-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.feature-photo-tall img { object-position: 50% center; }
.feature-copy h2 { margin-bottom: 28px; }
.feature-copy > p { margin-bottom: 24px; color: #4c4a43; font-size: 1.1rem; }
.check-list { padding: 0; margin: 26px 0 34px; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 32px; border-top: 1px solid var(--line); font-weight: 720; }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 4px; content: "+"; color: var(--gold-dark); font-weight: 900; }

.section-intro, .process-preview, .pricing-preview, .latest-guides { background: var(--sand); }
.process-line { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding: 0; margin: 0; list-style: none; }
.process-line li { position: relative; min-height: 240px; padding: 34px 30px 30px; border: 1px solid var(--line); border-top: 5px solid var(--gold); background: var(--white); }
.process-line li:last-child { padding-right: 30px; }
.process-line span { display: block; margin-bottom: 48px; color: var(--gold-dark); font-size: .75rem; font-weight: 900; }
.process-line h3 { margin-bottom: 12px; }
.process-line p { max-width: 180px; color: var(--muted); font-size: .9rem; }
.centered-cta { margin-top: 42px; text-align: center; }

.gallery-mosaic { display: grid; grid-template-columns: 1.25fr .65fr .9fr; grid-template-rows: 560px; gap: 14px; }
.gallery-mosaic figure { position: relative; margin: 0; overflow: hidden; }
.gallery-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-mosaic figure:hover img { transform: scale(1.025); }
.gallery-mosaic figcaption { position: absolute; left: 0; bottom: 0; padding: 12px 18px; background: var(--ink); color: var(--white); font-size: .76rem; font-weight: 800; }

.pricing-preview-grid { display: grid; grid-template-columns: 1fr .74fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.pricing-preview h2 { margin-bottom: 28px; }
.price-note { padding: 46px; border: 2px solid var(--ink); background: var(--gold-gradient); background-size: 180% 100%; box-shadow: 14px 14px 0 var(--ink); }
.price-label { display: block; margin-bottom: 64px; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-note strong { display: block; margin-bottom: 16px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.price-note a { display: inline-flex; gap: 14px; font-weight: 850; text-decoration: none; }

.service-area { background: var(--white); }
.service-area-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.service-area-copy h2 { margin-bottom: 26px; }
.service-area-copy .large-copy { color: var(--muted); }
.service-area-name { display: grid; gap: 5px; padding: 18px 0; margin: 30px 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-area-name span { color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-area-name strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 900; }
.service-area-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 20px; }
.service-area-map { position: relative; min-height: 560px; border: 2px solid var(--ink); background: var(--sand); box-shadow: 14px 14px 0 var(--gold); overflow: hidden; }
.service-area-map iframe { display: block; width: 100%; height: 560px; border: 0; filter: saturate(.78) contrast(1.04); }
.map-caption { position: absolute; left: 0; bottom: 0; display: grid; gap: 2px; min-width: 220px; padding: 15px 18px; background: var(--ink); color: var(--white); }
.map-caption strong { font-size: .82rem; }
.map-caption span { color: #c8c5bc; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }

.faq-preview { background: var(--white); }
.faq-preview-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 160px); align-items: start; }
.faq-preview h2 { margin-bottom: 24px; }
.faq-preview-grid > div:first-child > p { color: var(--muted); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 46px 22px 0; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 820; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 8px; content: "+"; color: var(--gold-dark); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 760px; padding: 0 50px 22px 0; color: var(--muted); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 26px; }
.article-card .article-image { display: block; aspect-ratio: 16/10; margin-bottom: 20px; overflow: hidden; background: var(--sand); }
.article-card .article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.article-card:hover .article-image img { transform: scale(1.025); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 13px; color: var(--gold-dark); font-size: .71rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-card h2 { margin-bottom: 14px; font-size: clamp(1.4rem, 2.1vw, 2rem); line-height: 1.1; }
.article-card h2 a { text-decoration: none; }
.article-card p { color: var(--muted); font-size: .94rem; }
.article-card .text-link { margin-top: 9px; }

.breadcrumbs { display: flex; align-items: center; gap: 10px; min-height: 45px; color: var(--muted); font-size: .73rem; font-weight: 720; overflow: hidden; white-space: nowrap; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.inner-hero { overflow: hidden; }
.inner-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; min-height: 650px; }
.inner-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 8vw, 110px) clamp(40px, 6vw, 86px) clamp(60px, 8vw, 110px) 0; }
.inner-hero h1 { max-width: 780px; font-size: clamp(2.75rem, 4.2vw, 3.9rem); }
.inner-hero .lead { margin-top: 28px; }
.inner-hero .button { margin-top: 24px; }
.inner-hero-photo { margin-right: calc((100vw - min(calc(100vw - 48px), var(--container))) / -2); }
.inner-hero-photo img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.inner-hero-simple { background: var(--ink); color: var(--white); }
.inner-hero-simple .inner-hero-grid { display: block; min-height: 0; }
.inner-hero-simple .inner-hero-copy { max-width: 930px; min-height: 570px; }
.inner-hero-simple .lead { color: #c6c3ba; }

.include-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-left: 1px solid var(--line); }
.include-grid > div { min-height: 170px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.include-grid span { display: block; margin-bottom: 40px; color: var(--gold-dark); font-size: .72rem; font-weight: 900; }
.include-grid h3 { font-size: 1.4rem; }
.decision-list { margin-top: 35px; }
.decision-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.decision-list > div:last-child { border-bottom: 1px solid var(--line); }
.decision-list > div > span { color: var(--gold-dark); font-size: .75rem; font-weight: 900; }
.decision-list h3 { margin-bottom: 7px; font-size: 1.15rem; }
.decision-list p { margin: 0; color: var(--muted); font-size: .94rem; }
.compact-feature { background: var(--gold-gradient); background-size: 180% 100%; }
.compact-feature-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 140px); }
.compact-feature-grid h2 { max-width: 620px; }
.compact-feature-grid p { font-size: 1.15rem; }
.inline-cta { padding: 74px 0; background: var(--ink); color: var(--white); }
.inline-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.inline-cta h2 { max-width: 760px; font-size: clamp(2.2rem, 4vw, 4.1rem); }

.process-page { background: var(--white); }
.process-steps { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; margin: 0; border-top: 2px solid var(--ink); list-style: none; }
.process-steps li { display: grid; grid-template-columns: 54px 190px 1fr; gap: 22px; padding: 34px 28px 34px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-steps li:nth-child(even) { padding-left: 28px; border-right: 0; }
.process-steps span { color: var(--gold-dark); font-size: .78rem; font-weight: 900; }
.process-steps h3 { font-size: 1.35rem; }
.process-steps p { margin: 0; color: var(--muted); }
.expectation-list p { padding: 18px 0; margin: 0; border-top: 1px solid #3a3935; color: #cac7be; }
.expectation-list p:last-child { border-bottom: 1px solid #3a3935; }
.expectation-list strong { color: var(--white); }
.timeline-factors { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); }
.timeline-factors span { padding: 22px 14px 22px 0; border-bottom: 1px solid var(--line); font-weight: 750; }

.pricing-page { background: var(--white); }
.pricing-notice { display: flex; gap: 30px; padding: 20px 24px; margin-bottom: 42px; border-left: 6px solid var(--gold); background: var(--sand); }
.pricing-notice span { flex: 0 0 auto; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-notice p { margin: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.pricing-card { display: flex; flex-direction: column; min-height: 570px; padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.pricing-card + .pricing-card { border-left: 0; }
.pricing-featured { border-top: 8px solid var(--gold); background: var(--ink); color: var(--white); transform: translateY(-12px); }
.price-scope { margin-bottom: 26px; color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-featured .price-scope { color: var(--gold); }
.pricing-card h2 { font-size: 2.6rem; }
.pricing-card > strong { display: block; padding: 32px 0; color: var(--gold-dark); font-size: 1.35rem; }
.pricing-featured > strong { color: var(--gold); }
.pricing-card ul { padding: 0; margin-bottom: 32px; list-style: none; }
.pricing-card li { padding: 11px 0; border-top: 1px solid var(--line); }
.pricing-featured li { border-color: #3a3935; color: #cbc8bf; }
.pricing-card a { margin-top: auto; font-weight: 850; text-decoration: none; }
.cost-driver-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-left: 1px solid var(--line); }
.cost-driver-grid > div { min-height: 240px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cost-driver-grid span { color: var(--gold-dark); font-size: .74rem; font-weight: 900; }
.cost-driver-grid h3 { margin: 54px 0 12px; }
.cost-driver-grid p { color: var(--muted); font-size: .92rem; }
.quote-sheet { padding: 36px; border: 2px solid var(--ink); background: var(--white); box-shadow: 14px 14px 0 var(--gold); }
.quote-sheet > span { display: block; padding-bottom: 26px; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quote-sheet > div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.quote-sheet i { color: var(--muted); font-style: normal; }
.quote-sheet > strong { display: block; padding-top: 34px; color: var(--gold-dark); font-size: 1.6rem; }

.project-gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 74px 24px; }
.gallery-grid figure { margin: 0; }
.gallery-grid figure.wide { grid-column: span 2; }
.gallery-grid figure > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-grid figure.wide > img { aspect-ratio: 16/7; }
.gallery-grid figcaption { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding-top: 18px; }
.gallery-grid figcaption > span { color: var(--gold-dark); font-size: .74rem; font-weight: 900; }
.gallery-grid h2 { margin-bottom: 8px; font-size: 1.6rem; }
.gallery-grid p { color: var(--muted); }

.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); }
.principle-grid > div { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); }
.principle-grid > div:last-child { border-right: 0; }
.principle-grid span { color: var(--gold-dark); font-size: .74rem; font-weight: 900; }
.principle-grid h3 { margin: 80px 0 16px; }
.principle-grid p { color: var(--muted); }

.faq-page { background: var(--white); }
.faq-page-grid { display: grid; grid-template-columns: .52fr 1.48fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.faq-page aside { position: sticky; top: 135px; }
.faq-page aside h2 { margin-bottom: 24px; font-size: 2.7rem; }
.faq-page aside p { color: var(--muted); }
.faq-page aside a { display: inline-flex; gap: 10px; margin-top: 18px; font-size: .86rem; font-weight: 800; }
.faq-list-large summary { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 28px 52px 28px 0; font-size: 1.12rem; }
.faq-list-large summary span { color: var(--gold-dark); font-size: .72rem; }
.faq-list-large details p { padding-left: 63px; font-size: 1rem; }

.quote-hero { padding: clamp(65px, 8vw, 110px) 0; background: var(--ink); color: var(--white); }
.quote-hero-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.quote-hero h1 { font-size: clamp(2.75rem, 4.1vw, 3.75rem); }
.quote-hero .lead { margin-top: 26px; color: #cbc8bf; }
.quote-side-notes { margin-top: 54px; border-top: 1px solid #3d3b36; }
.quote-side-notes > div { display: grid; grid-template-columns: 35px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #3d3b36; }
.quote-side-notes span { color: var(--gold); font-size: .72rem; font-weight: 900; }
.quote-side-notes p { margin: 0; color: #bbb8b0; font-size: .9rem; }
.quote-side-notes strong { color: var(--white); }
.quote-form { padding: clamp(28px, 4vw, 52px); background: var(--paper); color: var(--ink); }
.form-status { padding: 16px 18px; margin-bottom: 30px; border-left: 5px solid var(--gold); background: var(--sand); font-size: .85rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label > span, .quote-form legend { display: block; margin-bottom: 7px; font-size: .75rem; font-weight: 850; letter-spacing: .04em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #aaa598; border-radius: 0; background: var(--white); color: var(--ink); }
.quote-form textarea { resize: vertical; }
.quote-form fieldset { padding: 0; margin: 25px 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.choice { display: flex; align-items: center; min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); background: var(--white); }
.choice input { width: 18px; min-height: 0; height: 18px; margin: 0 9px 0 0; accent-color: var(--gold-dark); }
.choice span { margin: 0 !important; font-size: .77rem !important; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 22px 0; }
.consent input { width: 18px; min-height: 0; height: 18px; margin-top: 2px; accent-color: var(--gold-dark); }
.consent span { font-weight: 650 !important; letter-spacing: 0 !important; }
.honeypot { position: absolute; left: -9999px; }
.form-fineprint { margin-top: 14px; color: var(--muted); font-size: .75rem; }
.form-response { display: none; padding: 14px; margin-top: 14px; border: 1px solid var(--gold-dark); font-weight: 750; }
.form-response.visible { display: block; }

.blog-index { background: var(--white); }
.article-grid-all { grid-template-columns: repeat(2, 1fr); gap: 70px 36px; }
.article-grid-all .article-image { aspect-ratio: 16/9; }
.article-hero { padding: clamp(55px, 8vw, 105px) 0; background: var(--ink); color: var(--white); }
.article-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.article-hero h1 { font-size: clamp(2.75rem, 4.2vw, 3.9rem); }
.article-hero .lead { margin-top: 28px; color: #c5c2b9; }
.article-hero-photo { height: 580px; }
.article-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: clamp(60px, 10vw, 140px); padding-top: clamp(70px, 9vw, 130px); padding-bottom: clamp(70px, 9vw, 130px); }
.article-aside { position: sticky; top: 135px; align-self: start; display: grid; }
.article-aside p { margin: 0 0 14px; color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-aside a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8rem; line-height: 1.3; text-decoration: none; }
.article-aside a:hover { color: var(--ink); }
.article-body section { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); }
.article-section-number { display: block; margin-bottom: 16px; color: var(--gold-dark); font-size: .74rem; font-weight: 900; }
.article-body h2 { margin-bottom: 28px; font-size: clamp(2rem, 3.6vw, 3.4rem); }
.article-body p { color: #403e38; font-size: 1.07rem; line-height: 1.75; }
.article-body ul { padding-left: 22px; margin: 26px 0; }
.article-body li { padding: 7px 0 7px 8px; }
.article-body li::marker { color: var(--gold-dark); }
.article-takeaway { padding: 36px; margin-bottom: 36px; border-left: 7px solid var(--gold); background: var(--sand); }
.article-takeaway p { margin: 0; color: var(--ink); font-size: 1.28rem; font-weight: 720; line-height: 1.5; }
.source-note { padding: 30px; border: 1px solid var(--line); }
.source-note strong { font-size: 1.2rem; }
.source-note p { margin: 8px 0 15px; font-size: .92rem; }
.source-note a { color: var(--gold-dark); font-weight: 850; }
.related-guides { background: var(--white); }

.not-found { min-height: 650px; display: flex; align-items: center; padding: 80px 0; }
.not-found h1 { max-width: 850px; }
.not-found p { max-width: 620px; margin-top: 25px; color: var(--muted); font-size: 1.2rem; }

.site-footer { background: var(--ink); color: var(--white); }
.footer-lead { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-top: 82px; padding-bottom: 82px; border-bottom: 1px solid #3a3935; }
.footer-lead h2 { max-width: 800px; font-size: clamp(2.5rem, 5vw, 5.1rem); }
.footer-lower { background: #000000; }
.footer-grid { display: grid; grid-template-columns: 1.65fr 1fr 1fr 1fr; gap: 55px; padding-top: 70px; padding-bottom: 70px; }
.footer-brand .brand-logo { width: 230px; margin-bottom: 22px; }
.footer-brand p { max-width: 330px; color: #aaa79e; font-size: .9rem; }
.footer-phone { margin-top: 4px; color: var(--white); }
.footer-phone span { color: #aaa79e; }
.footer-phone:hover { color: var(--gold) !important; }
.footer-grid h3 { margin-bottom: 20px; color: var(--gold); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; padding: 7px 0; color: #c7c4bb; font-size: .86rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold) !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid #3a3935; color: #8f8c84; font-size: .72rem; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; }
  .desktop-cta { display: none; }
  .home-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .home-hero-photo, .home-hero-photo img { min-height: 580px; }
  .process-steps li { grid-template-columns: 40px 1fr; }
  .process-steps li p { grid-column: 2; }
  .article-layout { grid-template-columns: 200px minmax(0, 680px); gap: 60px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .desktop-nav { display: none; }
  .utility-experience { display: none; }
  .mobile-nav { display: block; }
  .header-inner { min-height: 76px; }
  .brand-link { width: 152px; }
  .home-hero-grid, .inner-hero-grid, .feature-grid, .feature-grid.reverse, .split-heading, .pricing-preview-grid, .service-area-grid, .faq-preview-grid, .compact-feature-grid, .quote-hero-grid, .article-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { padding-bottom: 10px; }
  .home-hero-photo { min-height: 520px; margin-right: calc((100vw - min(calc(100vw - 36px), var(--container))) / -2); margin-left: -18px; }
  .home-hero-photo img { min-height: 520px; }
  .proof-grid > div { padding: 20px 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid #3a3935; }
  .service-card-featured { transform: none; }
  .card-number { margin-bottom: 46px; }
  .feature-grid.reverse .feature-copy { order: 2; }
  .feature-grid.reverse .feature-photo { order: 1; }
  .feature-photo, .feature-photo img { min-height: 500px; }
  .process-line { grid-template-columns: repeat(3, 1fr); }
  .process-line li { border: 1px solid var(--line); border-top: 5px solid var(--gold); }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 360px; }
  .gallery-a { grid-column: span 2; }
  .pricing-preview-grid { gap: 55px; }
  .service-area-grid { gap: 50px; }
  .service-area-map, .service-area-map iframe { min-height: 480px; height: 480px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .inner-hero-copy { padding-right: 0; }
  .inner-hero-photo { height: 520px; margin: 0 -18px; }
  .inner-hero-photo img { min-height: 520px; }
  .include-grid, .cost-driver-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li, .process-steps li:nth-child(even) { padding: 28px 0; border-right: 0; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .pricing-card + .pricing-card { border-left: 1px solid var(--line); }
  .pricing-featured { transform: none; }
  .pricing-card { min-height: 0; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle-grid > div { border-bottom: 1px solid var(--line); }
  .faq-page-grid { grid-template-columns: 1fr; }
  .faq-page aside, .article-aside { position: static; }
  .quote-hero-grid { gap: 55px; }
  .article-hero-photo { height: 480px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .article-grid-all { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner { gap: 14px; }
  .utility-location { margin-right: auto; }
  .utility-phone span { display: none; }
  .brand-link { width: 136px; }
  .home-hero { padding-top: 42px; }
  .home-hero h1 { font-size: clamp(2.75rem, 12.8vw, 3.85rem); }
  .home-hero-photo { min-height: 430px; margin-right: -14px; margin-left: -14px; }
  .home-hero-photo img { min-height: 430px; }
  .hero-caption { right: 0; justify-content: space-between; gap: 10px; padding: 13px 15px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(17,17,15,.2); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section-heading-row, .inline-cta-inner, .footer-lead { align-items: flex-start; flex-direction: column; }
  .feature-photo, .feature-photo img { min-height: 390px; }
  .process-line { grid-template-columns: 1fr; gap: 12px; }
  .process-line li, .process-line li:last-child { min-height: 0; padding: 26px 24px; border: 1px solid var(--line); border-top: 5px solid var(--gold); }
  .process-line span { margin-bottom: 20px; }
  .process-line p { max-width: none; }
  .gallery-mosaic { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 380px); }
  .gallery-a { grid-column: auto; }
  .price-note { padding: 30px; box-shadow: 8px 8px 0 var(--ink); }
  .price-label { margin-bottom: 44px; }
  .service-area-map, .service-area-map iframe { min-height: 400px; height: 400px; }
  .service-area-map { box-shadow: 8px 8px 0 var(--gold); }
  .article-grid, .article-grid-all { grid-template-columns: 1fr; }
  .inner-hero h1, .quote-hero h1, .article-hero h1 { font-size: clamp(2.6rem, 11vw, 3.35rem); }
  .inner-hero-photo { height: 420px; margin-inline: -14px; }
  .inner-hero-photo img { min-height: 420px; }
  .include-grid, .cost-driver-grid { grid-template-columns: 1fr; }
  .include-grid > div { min-height: 130px; }
  .include-grid span, .cost-driver-grid h3 { margin-bottom: 24px; }
  .compact-feature-grid { gap: 35px; }
  .process-steps li, .process-steps li:nth-child(even) { grid-template-columns: 36px 1fr; padding: 24px 0; }
  .timeline-factors { grid-template-columns: 1fr; }
  .pricing-notice { flex-direction: column; gap: 7px; }
  .pricing-card { padding: 30px 25px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 54px; }
  .gallery-grid figure.wide { grid-column: auto; }
  .gallery-grid figure.wide > img, .gallery-grid figure > img { aspect-ratio: 4/3; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid > div { min-height: 230px; border-right: 0; }
  .principle-grid h3 { margin-top: 50px; }
  .faq-list-large summary { grid-template-columns: 36px 1fr; padding-right: 42px; }
  .faq-list-large details p { padding-left: 51px; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .quote-form { margin-inline: -14px; }
  .article-hero-photo { height: 380px; }
  .article-layout { width: min(calc(100% - 36px), var(--container)); }
  .article-body section { padding-bottom: 42px; margin-bottom: 42px; }
  .article-takeaway { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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