:root {
  --stone: #e8e3da;
  --stone-soft: #f0ece4;
  --stone-deep: #d5cec2;
  --paper: #f7f4ee;
  --paper-warm: #f2ede4;
  --greige: #a89e91;
  --oak: #9f7754;
  --graphite: #262925;
  --graphite-soft: #50534d;
  --olive: #68705d;
  --olive-deep: #525a49;
  --bronze: #89735c;
  --line: rgba(38, 41, 37, .14);
  --line-strong: rgba(38, 41, 37, .3);
  --white: #fcfaf6;
  --shadow-soft: 0 24px 70px rgba(38, 41, 37, .08);
  --shell: min(1320px, calc(100vw - 72px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --text-xs: 13px;
  --text-sm: 15px;
  --text-base: 17px;
  --text-lg: 19px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth; background: var(--stone) }
body {
  margin: 0;
  color: var(--graphite);
  background:
    linear-gradient(90deg, rgba(38,41,37,.025) 1px, transparent 1px) 0 0 / min(8vw, 108px) 100%,
    var(--stone);
  font-family: var(--sans);
  font-size: var(--text-base);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden }
img, svg { display: block; max-width: 100% }
[hidden] { display: none !important }
a { color: inherit; text-decoration: none }
button, input, select, textarea { font: inherit; color: inherit }
button { cursor: pointer }
::selection { background: var(--olive); color: var(--white) }
:focus-visible { outline: 2px solid var(--olive-deep); outline-offset: 4px }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--graphite);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none }

.shell { width: var(--shell); margin-inline: auto }
.section-shell { position: relative; padding: clamp(88px, 9vw, 138px) 0; border-top: 1px solid var(--line) }
.section-kicker,
.eyebrow {
  margin: 0 0 18px;
  font-size: var(--text-xs);
  line-height: 1.25;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--olive-deep);
  font-weight: 700;
}
h1, h2, h3, p { margin-top: 0 }
h1, h2, h3 { font-weight: 500; letter-spacing: -.025em }
h1 {
  max-width: 820px;
  font-family: var(--serif);
  font-size: clamp(44px, 4.8vw, 70px);
  line-height: 1.025;
  margin-bottom: 27px;
}
h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.08;
  margin-bottom: 24px;
}
h3 { font-size: clamp(23px, 1.9vw, 29px); line-height: 1.2 }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: 54px;
  align-items: end;
  margin-bottom: 64px;
}
.section-head h2 { margin-bottom: 0; max-width: 840px }
.section-note { margin: 0; color: var(--graphite-soft); max-width: 400px; font-size: var(--text-base) }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--graphite);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .025em;
  transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px) }
.button-dark { background: var(--graphite); color: var(--white) }
.button-dark:hover { background: var(--olive-deep); border-color: var(--olive-deep) }
.button-line { background: transparent }
.button-line:hover { background: rgba(38, 41, 37, .05) }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(232, 227, 218, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 80px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center }
.brand img { width: 218px; height: auto }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.7vw, 40px); font-size: var(--text-sm) }
.site-nav a, .site-footer a { position: relative }
.site-nav a::after, .site-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transition: right .28s ease;
}
.site-nav a:hover::after, .site-footer a:hover::after { right: 0 }
.header-cta {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--graphite);
  padding-bottom: 4px;
}
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; padding: 12px }
.menu-toggle span { display: block; height: 1px; background: var(--graphite); margin: 7px 0; transition: transform .25s ease }

.hero { padding-top: clamp(54px, 6vw, 92px); border-top: 0 }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: center;
}
.hero-copy { padding: 30px 0; min-width: 0 }
.hero-lead { max-width: 640px; font-size: var(--text-lg); color: var(--graphite-soft); margin-bottom: 34px }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px }
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: var(--text-sm);
  color: var(--graphite-soft);
}
.hero-benefits span::before { content: "—"; margin-right: 8px; color: var(--olive-deep) }

.image-slot {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background-color: #d0c8bc;
  border: 1px solid rgba(38, 41, 37, .12);
  color: rgba(38, 41, 37, .62);
  isolation: isolate;
}
.image-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 32.9%, rgba(38,41,37,.09) 33%, rgba(38,41,37,.09) 33.15%, transparent 33.25%, transparent 66.5%, rgba(38,41,37,.09) 66.6%, rgba(38,41,37,.09) 66.75%, transparent 66.85%),
    linear-gradient(0deg, transparent 49.8%, rgba(38,41,37,.08) 49.9%, rgba(38,41,37,.08) 50.1%, transparent 50.2%);
}
.image-slot::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(38,41,37,.13) }
.image-slot-hero { min-width: 0; min-height: 640px; aspect-ratio: 4 / 5; background: #c9c0b2 }
.slot-index { position: absolute; z-index: 2; left: 32px; top: 24px; font-family: var(--serif); font-size: 48px; color: rgba(38,41,37,.48) }
.slot-meta {
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: var(--text-xs);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.positioning { background: rgba(247,244,238,.34) }
.split-intro { display: grid; grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr); gap: 66px }
.split-intro h2 { max-width: 930px }
.editorial-columns { max-width: 900px; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; color: var(--graphite-soft) }
.editorial-columns p { margin-bottom: 0 }

.projects { background: var(--paper) }
.project { display: grid; gap: clamp(42px, 7vw, 102px); align-items: center; padding: 66px 0; border-top: 1px solid var(--line) }
.project:first-of-type { border-top: 0 }
.project-a, .project-c { grid-template-columns: .73fr 1.37fr }
.project-b { grid-template-columns: 1.08fr .82fr; width: 84%; margin-left: auto }
.project-copy { max-width: 520px }
.project-number { display: block; font-family: var(--serif); font-size: clamp(52px, 5.8vw, 86px); line-height: 1; color: #b7ad9f; margin-bottom: 24px }
.project-copy p { color: var(--graphite-soft); margin-bottom: 0 }
.project-copy dl { margin: 30px 0 0; border-top: 1px solid var(--line) }
.project-copy dl div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 12px 0; font-size: var(--text-sm) }
.project-copy dt { color: var(--graphite-soft) }
.project-copy dd { margin: 0; font-weight: 600; text-align: right }
.image-slot-landscape { aspect-ratio: 16 / 10; min-height: 0; background: #c6bdb0 }
.image-slot-portrait { aspect-ratio: 4 / 5; min-height: 0; background: #d2cbc0 }
.image-slot > span { position: absolute; z-index: 2; left: 26px; bottom: 20px; font-size: var(--text-xs); letter-spacing: .09em; text-transform: uppercase }

/* Configurator */
.configurator { background: #d7d1c6; overflow: clip }
.configurator::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255,255,255,.4);
}
.config-head { margin-bottom: 48px }
.config-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr); gap: 22px; align-items: start }
.config-preview { position: sticky; top: 102px; box-shadow: var(--shadow-soft) }
.config-photo-frame {
  position: relative;
  aspect-ratio: 1586 / 992;
  overflow: hidden;
  background: #c9c1b5;
}
.config-photo-frame::after { content: ""; pointer-events: none; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(38,41,37,.12) }
.config-image-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .44s ease, transform .44s ease;
}
.config-image-layer.is-active { opacity: 1; transform: scale(1) }
.config-image-fallback {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-content: center;
  gap: 7px;
  text-align: center;
  padding: 30px;
  background: #c8c0b4;
  color: var(--graphite);
}
.config-image-fallback[hidden] { display: none }
.config-image-fallback span { font-size: var(--text-xs); letter-spacing: .1em; text-transform: uppercase }
.config-image-fallback strong { font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); font-weight: 500 }
.config-photo-topline {
  position: absolute;
  z-index: 5;
  left: 18px;
  top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  background: rgba(24,26,23,.78);
  color: var(--white);
  font-size: var(--text-xs);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.config-photo-topline strong { font-weight: 600 }
.config-photo-index {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 14px;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .06em;
  color: rgba(255,255,255,.88);
  text-shadow: 0 1px 10px rgba(0,0,0,.34);
}
.config-preview-bottom { display: grid; grid-template-columns: 1.12fr .88fr; background: var(--paper) }
.plan-panel { padding: 18px 20px 16px; border-right: 1px solid var(--line); transition: background-color .35s ease }
.plan-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: var(--text-xs); letter-spacing: .07em; text-transform: uppercase }
.plan-panel-head strong { font-weight: 700 }
.plan-svg { width: 100%; height: auto; max-height: 160px; margin-top: 6px; color: var(--graphite) }
.plan-grid path { stroke: rgba(38,41,37,.08); stroke-width: 1 }
.plan-shape rect, .plan-shape path { fill: rgba(104,112,93,.11); stroke: currentColor; stroke-width: 1.5 }
.island-shape rect { fill: rgba(137,115,92,.17); stroke: var(--bronze); stroke-width: 1.6 }
.island-shape circle { fill: var(--bronze) }
.tone-warm .plan-panel { background: #f0e7d9 }
.tone-cool .plan-panel { background: #e7ebea }
.preview-brief { padding: 22px 22px 20px; display: flex; flex-direction: column; justify-content: center }
.preview-brief > span { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .09em; color: var(--olive-deep) }
.preview-brief strong { display: block; margin: 7px 0 10px; font-family: var(--serif); font-size: clamp(22px, 2.1vw, 29px); line-height: 1.12; font-weight: 500 }
.preview-brief p { margin: 0; font-size: var(--text-sm); line-height: 1.45; color: var(--graphite-soft) }

.config-controls { background: var(--paper); padding: clamp(24px, 2.7vw, 38px); box-shadow: 0 1px 0 rgba(255,255,255,.55) inset }
.config-controls-head { display: grid; gap: 5px; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line) }
.config-controls-head span { font-size: var(--text-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--olive-deep); font-weight: 700 }
.config-controls-head strong { font-size: var(--text-sm); font-weight: 600; color: var(--graphite-soft) }
.option-group { border: 0; padding: 0 0 22px; margin: 0 0 22px; border-bottom: 1px solid var(--line) }
.option-group legend { width: 100%; padding: 0; margin-bottom: 12px; font-size: var(--text-sm); font-weight: 700; display: flex; gap: 12px; align-items: center }
.option-group legend span { font-family: var(--serif); color: #a9a092; font-size: 20px; font-weight: 400 }
.choice-row, .choice-grid { display: grid; gap: 8px }
.choice-row { grid-template-columns: repeat(3, minmax(0, 1fr)) }
.choice-row-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) }
.choice {
  min-height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  background: transparent;
  padding: 10px 10px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.choice:hover { background: rgba(104,112,93,.07); transform: translateY(-1px) }
.choice.is-active { background: var(--graphite); border-color: var(--graphite); color: var(--white) }
.swatch { width: 17px; height: 17px; flex: 0 0 17px; display: inline-block; border: 1px solid rgba(38,41,37,.2); border-radius: 50% }
.choice.is-active .swatch { border-color: rgba(255,255,255,.45) }
.swatch-greige { background: #9f9588 }
.swatch-oak { background: linear-gradient(90deg,#87603f,#b7875d,#956845) }
.swatch-olive { background: #596052 }
.swatch-stone { background: #ded7ca }
.swatch-graphite { background: #55564f }
.swatch-steel { background: linear-gradient(90deg,#8f9390,#d0d1cc,#858a87) }

.config-result { padding-top: 4px }
.result-code, .result-label { font-size: var(--text-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--olive-deep); font-weight: 700 }
.config-result h3 { font-family: var(--serif); font-size: clamp(29px, 2.7vw, 38px); margin: 7px 0 13px }
.config-result > p:not(.result-code) { color: var(--graphite-soft); margin-bottom: 0 }
.result-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 22px 0; margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line) }
.result-columns ul { padding: 0; margin: 10px 0 0; list-style: none; font-size: var(--text-sm); line-height: 1.48 }
.result-columns li { padding: 4px 0 }
.result-columns li::before { content: "—"; margin-right: 8px; color: var(--olive-deep) }
.price-row { display: grid; gap: 18px; padding-top: 23px }
.price-row > div { display: grid; gap: 6px }
.price-row span { font-size: var(--text-sm); color: var(--graphite-soft) }
.price-row strong { font-family: var(--serif); font-size: clamp(27px, 2.8vw, 37px); font-weight: 500; line-height: 1.08 }
.price-row .button { width: 100% }
.price-note { display: block; margin-top: 13px; color: var(--graphite-soft); font-size: var(--text-sm); line-height: 1.45 }

.why { background: #ece7de }
.why-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 92px }
.why-title-block { max-width: 450px }
.why-list { border-top: 1px solid var(--line) }
.why-list article { display: grid; grid-template-columns: 54px minmax(170px,.58fr) 1fr; gap: 28px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line) }
.why-list article > span { font-family: var(--serif); font-size: 29px; color: #aaa092 }
.why-list h3 { margin: 0; font-size: 21px }
.why-list p { margin: 0; color: var(--graphite-soft) }

.process { background: var(--paper) }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line) }
.process-list li { display: grid; grid-template-columns: 70px 280px 1fr; gap: 30px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); transition: padding-left .2s ease, background .2s ease }
.process-list li:hover { padding-left: 10px; background: rgba(104,112,93,.045) }
.process-list li > span { font-family: var(--serif); font-size: 30px; color: #aaa092 }
.process-list h3 { font-size: 20px; margin: 0 }
.process-list p { margin: 3px 0 0; font-size: 14px; color: var(--olive-deep) }
.process-list small { color: var(--graphite-soft); font-size: var(--text-sm); line-height: 1.5 }

.production { background: #6e7464; color: var(--white) }
.production-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: stretch }
.production-copy .section-kicker { color: #e0dfd1 }
.production-lead { font-size: var(--text-lg); color: rgba(255,255,255,.77); max-width: 650px }
.production-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 38px 0; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22) }
.production-metrics div { display: grid; gap: 7px }
.production-metrics strong { font-family: var(--serif); font-size: 39px; font-weight: 500 }
.production-metrics span { font-size: 14px; line-height: 1.42; color: rgba(255,255,255,.72) }
.production-points { list-style: none; padding: 0; margin: 0 }
.production-points li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: var(--text-base) }
.production-points li::before { content: "—"; margin-right: 10px }
.image-slot-production { min-height: 620px; background: #838777; color: rgba(255,255,255,.74) }
.image-slot-production::after { border-color: rgba(255,255,255,.22) }

.details { background: #d4cdc1 }
.details-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(350px,.85fr); gap: 82px; align-items: center }
.image-slot-square { aspect-ratio: 1; min-height: 0; background: #b9b1a5 }
.details-copy > p { color: var(--graphite-soft) }
.details-copy ul { list-style: none; padding: 0; margin: 32px 0 0; border-top: 1px solid var(--line) }
.details-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: var(--text-base) }
.details-copy li::before { content: "↳"; margin-right: 10px; color: var(--olive-deep) }

.pricing { background: var(--stone-soft) }
.pricing-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px }
.pricing-body > p { color: var(--graphite-soft); max-width: 680px }
.price-bands { margin: 34px 0; border-top: 1px solid var(--line) }
.price-bands div { display: grid; grid-template-columns: 1fr .85fr 1.15fr; gap: 22px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--line) }
.price-bands span { font-weight: 700 }
.price-bands strong { font-family: var(--serif); font-size: 25px; font-weight: 500 }
.price-bands small { color: var(--graphite-soft); font-size: var(--text-sm) }
.pricing-note { font-size: var(--text-sm) }

.reviews { background: var(--paper) }
.reviews-track { display: grid; grid-template-columns: 1.15fr .9fr .9fr; gap: 14px; align-items: start }
blockquote { margin: 0; padding: 34px; min-height: 310px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between }
blockquote:first-child { min-height: 390px; background: var(--graphite); color: var(--white); border-color: var(--graphite) }
blockquote > span { font-size: var(--text-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--olive-deep) }
blockquote:first-child > span { color: #c9cbbb }
blockquote p { font-family: var(--serif); font-size: clamp(20px,1.9vw,27px); line-height: 1.38; margin: 30px 0 }
blockquote footer { font-size: var(--text-sm); opacity: .72 }

.faq { background: #ebe6dd }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 92px }
.faq-list { border-top: 1px solid var(--line) }
.faq-item { border-bottom: 1px solid var(--line) }
.faq-item h3 { margin: 0 }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 23px 0; display: flex; justify-content: space-between; gap: 30px; align-items: center; text-align: left; font-size: var(--text-base); font-weight: 600 }
.faq-item button i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); font-style: normal; font-weight: 400; transition: transform .25s ease, background .25s ease }
.faq-item button:hover i { background: rgba(104,112,93,.08) }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg) }
.faq-answer { padding: 0 58px 23px 0; color: var(--graphite-soft) }
.faq-answer p { margin: 0; font-size: var(--text-base) }

.estimate { background: var(--graphite); color: var(--white) }
.estimate-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 92px }
.estimate-intro { position: sticky; top: 108px; align-self: start }
.estimate-intro > p { color: rgba(255,255,255,.67) }
.estimate-contact { margin-top: 44px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 5px }
.estimate-contact span { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .1em; color: #c2c4b4 }
.estimate-contact strong { font-size: var(--text-base) }
.estimate-form { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px }
.field { display: grid; gap: 8px }
.field-wide { grid-column: 1 / -1 }
.field label { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.75) }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: var(--white); border-radius: 0; padding: 10px 0; outline: none; font-size: 16px }
.field textarea { resize: vertical; min-height: 112px }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.4) }
.field select option { color: var(--graphite); background: var(--white) }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--white) }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-bottom-color: #df9f88 }
.field-error { min-height: 19px; color: #efb9a7; font-size: 13px }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: var(--text-sm); color: rgba(255,255,255,.74) }
.consent input { margin-top: 4px; width: 19px; height: 19px; accent-color: var(--olive) }
.submit-button { max-width: 340px; background: var(--white); color: var(--graphite); border-color: var(--white) }
.submit-button:hover { color: var(--white) }
.form-success { margin-top: 8px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.06); font-size: var(--text-sm) }

.contacts { background: #c9c0b3 }
.contacts-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px }
.contacts-grid > div > p { color: var(--graphite-soft); max-width: 520px }
address { font-style: normal; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid var(--line) }
address div { min-height: 132px; border-bottom: 1px solid var(--line); padding: 21px 0; display: grid; align-content: start; gap: 8px }
address span { font-size: var(--text-xs); letter-spacing: .09em; text-transform: uppercase; color: var(--olive-deep) }
address a, address strong { font-family: var(--serif); font-size: 22px; line-height: 1.25; font-weight: 500 }

.site-footer { background: #242622; color: var(--white); padding: 62px 0 32px }
.footer-grid { display: grid; grid-template-columns: 1.2fr .55fr .7fr; gap: 62px }
.site-footer img { filter: invert(1) grayscale(1) brightness(2); width: 220px; height: auto; margin-bottom: 20px }
.site-footer p { color: rgba(255,255,255,.6); max-width: 370px; font-size: var(--text-sm) }
.site-footer nav, .site-footer .footer-grid > div:nth-child(3) { display: flex; flex-direction: column; gap: 13px; align-items: flex-start; font-size: var(--text-sm) }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: var(--text-xs); letter-spacing: .07em; text-transform: uppercase }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 980px) }
  .header-inner { grid-template-columns: 210px 1fr auto; gap: 18px }
  .brand img { width: 190px }
  .header-cta { display: none }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px }
  .image-slot-hero { min-height: 520px }
  .config-layout { grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr) }
  .choice { font-size: 14px }
  .why-grid, .production-grid, .pricing-grid, .faq-grid, .estimate-grid, .contacts-grid { gap: 58px }
  .project-b { width: 92% }
  .process-list li { grid-template-columns: 60px 220px 1fr }
}

@media (max-width: 900px) {
  :root { --shell: calc(100vw - 40px) }
  body { font-size: 16px; background: var(--stone) }
  .section-shell { padding: 86px 0 }
  .header-inner { height: 72px; grid-template-columns: 1fr auto }
  .brand img { width: 180px }
  .menu-toggle { display: block }
  .site-nav {
    position: fixed;
    z-index: 99;
    inset: 72px 0 auto;
    padding: 22px 20px 28px;
    background: var(--stone);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
  }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto }
  .site-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg) }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg) }

  .hero { padding-top: 44px }
  .hero-grid { grid-template-columns: 1fr }
  .hero-copy { padding: 0 }
  .image-slot-hero { min-height: 0; aspect-ratio: 16 / 11 }
  .hero-benefits { margin-bottom: 0 }
  .split-intro, .section-head, .why-grid, .production-grid, .details-grid, .pricing-grid, .faq-grid, .estimate-grid, .contacts-grid { grid-template-columns: 1fr; gap: 42px }
  .section-head { align-items: start; margin-bottom: 44px }
  .editorial-columns { grid-template-columns: 1fr; gap: 10px }
  .project, .project-a, .project-b, .project-c { grid-template-columns: 1fr; width: 100%; gap: 32px; padding: 48px 0 }
  .project-b .image-slot { order: 2 }
  .project-number { font-size: 56px; margin-bottom: 18px }

  .config-layout { grid-template-columns: 1fr; gap: 18px }
  .config-preview { position: static }
  .config-controls { padding: 28px 24px }
  .choice { font-size: 15px }

  .estimate-intro { position: static }
  .why-list article { grid-template-columns: 48px 1fr; gap: 17px }
  .why-list article p { grid-column: 2 }
  .process-list li { grid-template-columns: 50px 1fr; gap: 16px }
  .process-list small { grid-column: 2 }
  .production-metrics { grid-template-columns: repeat(3,1fr) }
  .image-slot-production { min-height: 460px }
  .price-bands div { grid-template-columns: 1fr 1fr }
  .price-bands small { grid-column: 1 / -1 }
  .reviews-track { grid-template-columns: 1fr }
  blockquote, blockquote:first-child { min-height: 0 }
  address { grid-template-columns: 1fr 1fr }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); --text-base: 16px; --text-lg: 17px; --text-sm: 15px; --text-xs: 13px }
  .section-shell { padding: 70px 0 }
  h1 { font-size: clamp(39px, 10.6vw, 48px) }
  h2 { font-size: clamp(33px, 8.8vw, 42px) }
  .hero { padding-top: 34px }
  .hero-lead { font-size: 17px }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-bottom: 31px }
  .hero-actions .button { width: 100% }
  .hero-benefits { grid-template-columns: 1fr; gap: 8px }
  .image-slot-hero { aspect-ratio: 4 / 3 }
  .slot-index { font-size: 37px; left: 22px; top: 16px }
  .slot-meta { left: 22px; right: 22px; bottom: 18px; font-size: 13px }
  .slot-meta span:last-child { display: none }
  .project-copy dl div { font-size: 15px }

  .config-head { margin-bottom: 32px }
  .config-photo-frame { aspect-ratio: 1586 / 992 }
  .config-photo-topline { left: 12px; top: 12px; padding: 7px 8px; gap: 8px; font-size: 13px }
  .config-photo-index { right: 12px; bottom: 10px; font-size: 16px }
  .config-preview-bottom { grid-template-columns: 1fr }
  .plan-panel { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 14px }
  .plan-svg { max-height: 132px }
  .preview-brief { padding: 18px 16px }
  .preview-brief p { font-size: 15px }
  .config-controls { padding: 24px 16px }
  .choice-row, .choice-row-2 { grid-template-columns: 1fr 1fr }
  .option-group[data-option-group="fronts"] .choice-row,
  .option-group[data-option-group="temperature"] .choice-row { grid-template-columns: repeat(3, minmax(0,1fr)) }
  .choice { min-height: 52px; font-size: 14px; padding-inline: 8px }
  .result-columns { grid-template-columns: 1fr; gap: 18px }
  .result-columns ul { font-size: 15px }
  .price-row strong { font-size: 29px }
  .price-note { font-size: 15px }

  .why-list article { grid-template-columns: 42px 1fr }
  .process-list li { padding: 17px 0 }
  .process-list small { font-size: 15px }
  .production-metrics { grid-template-columns: 1fr }
  .production-metrics div { grid-template-columns: 78px 1fr; align-items: center }
  .image-slot-production { min-height: 360px }
  .price-bands div { grid-template-columns: 1fr }
  .price-bands small { grid-column: auto }
  .estimate-form { grid-template-columns: 1fr }
  .field-wide { grid-column: auto }
  .submit-button { max-width: none; width: 100% }
  address { grid-template-columns: 1fr }
  address div { min-height: 108px }
  address a, address strong { font-size: 20px }
  .footer-grid { grid-template-columns: 1fr; gap: 36px }
  .footer-bottom { grid-column: auto; flex-direction: column }
}

@media (max-width: 390px) {
  :root { --shell: calc(100vw - 24px) }
  .brand img { width: 166px }
  .choice-row, .choice-row-2 { grid-template-columns: repeat(2, minmax(0,1fr)) }
  .option-group[data-option-group="fronts"] .choice-row,
  .option-group[data-option-group="temperature"] .choice-row { grid-template-columns: repeat(3, minmax(0,1fr)) }
  .choice { min-height: 50px; font-size: 14px }
  .config-photo-topline span:first-child { display: none }
  .hero-benefits { gap: 7px }
}

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

/* Filled editorial image slots */
.image-slot.is-filled::before,
.image-slot.is-filled::after { display: none }
.image-slot.is-filled > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s ease;
}
.image-slot.is-filled:hover > img { transform: scale(1.012) }
.image-slot-hero.is-filled > img { object-position: 50% 50% }
.image-slot-production.is-filled > img { object-position: 50% 50% }
.image-slot-square.is-filled > img { object-position: 50% 50% }

@media (prefers-reduced-motion: reduce) {
  .image-slot.is-filled > img { transition: none }
  .image-slot.is-filled:hover > img { transform: none }
}

/* Mobile refinement pass */
:root {
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html { scroll-padding-top: 96px }
section[id], main[id] { scroll-margin-top: 96px }
.shell > *,
.hero-grid > *,
.section-head > *,
.split-intro > *,
.project > *,
.config-layout > *,
.why-grid > *,
.production-grid > *,
.details-grid > *,
.pricing-grid > *,
.faq-grid > *,
.estimate-grid > *,
.contacts-grid > * { min-width: 0 }
.mobile-nav-footer { display: none }

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px) }
  .choice:hover { background: rgba(104,112,93,.07); transform: translateY(-1px) }
  .process-list li:hover { padding-left: 10px; background: rgba(104,112,93,.045) }
  .image-slot.is-filled:hover > img { transform: scale(1.012) }
}

@media (hover: none) {
  .button:hover,
  .choice:hover,
  .image-slot.is-filled:hover > img { transform: none }
  .process-list li:hover { padding-left: 0; background: transparent }
  .site-nav a::after,
  .site-footer a::after { display: none }
}

.button:active,
.choice:active { transform: scale(.985) }

@media (max-width: 900px) {
  :root {
    --shell: calc(100vw - 48px);
    --text-xs: 12px;
    --text-sm: 16px;
    --text-base: 16px;
    --text-lg: 18px;
  }

  html { scroll-padding-top: 84px }
  section[id], main[id] { scroll-margin-top: 84px }
  body {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: -.005em;
  }
  body.menu-open .site-header { background: var(--paper) }

  .section-shell { padding: 78px 0 }
  .section-kicker,
  .eyebrow {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: .145em;
  }
  h1, h2, h3 { text-wrap: balance }
  h1 { line-height: 1.025; margin-bottom: 24px }
  h2 { line-height: 1.08; margin-bottom: 20px }
  h3 { line-height: 1.22 }
  .section-note { font-size: 16px; line-height: 1.55 }
  .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    margin-bottom: 40px;
  }
  .section-head h2 { max-width: 680px }

  .site-header {
    z-index: 400;
    background: rgba(232,227,218,.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .header-inner {
    height: 68px;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 16px;
  }
  .brand { width: max-content; max-width: 100% }
  .brand img { width: 166px }
  .header-cta { display: none }

  .menu-toggle {
    display: inline-flex;
    width: auto;
    min-width: 82px;
    height: 44px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--graphite);
  }
  .menu-toggle > .menu-toggle-text {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: none;
    transition: color .2s ease;
  }
  .menu-toggle > .menu-toggle-icon {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
    background: transparent;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    transform: none;
    transition: border-color .2s ease, background .2s ease;
  }
  .menu-toggle-icon i {
    position: absolute;
    left: 9px;
    width: 16px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: transform .28s cubic-bezier(.22,1,.36,1), top .28s cubic-bezier(.22,1,.36,1);
  }
  .menu-toggle-icon i:first-child { top: 13px }
  .menu-toggle-icon i:last-child { top: 20px }
  .menu-toggle[aria-expanded="true"] > .menu-toggle-text,
  .menu-toggle[aria-expanded="true"] > .menu-toggle-icon { transform: none }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon { background: var(--graphite); border-color: var(--graphite); color: var(--white) }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { top: 17px; transform: rotate(45deg) }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { top: 17px; transform: rotate(-45deg) }

  .site-nav {
    counter-reset: mobile-nav;
    position: fixed;
    z-index: 390;
    inset: 68px 0 0;
    width: 100%;
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
    padding: 22px 24px max(24px, env(safe-area-inset-bottom));
    background: var(--paper);
    border: 0;
    border-top: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translate3d(0,-14px,0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .34s cubic-bezier(.22,1,.36,1), opacity .22s ease, visibility 0s linear .34s;
  }
  .site-nav.is-open {
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform .34s cubic-bezier(.22,1,.36,1), opacity .22s ease, visibility 0s;
  }
  .site-nav > a {
    counter-increment: mobile-nav;
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0,1fr) 18px;
    align-items: center;
    width: 100%;
    min-height: 62px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: clamp(24px, 6.4vw, 28px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -.02em;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .24s ease, transform .3s cubic-bezier(.22,1,.36,1), color .2s ease;
  }
  .site-nav > a::before {
    content: "0" counter(mobile-nav);
    font-family: var(--sans);
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--olive-deep);
  }
  .site-nav > a::after {
    content: "↗";
    position: static;
    display: block;
    width: auto;
    height: auto;
    background: none;
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1;
    color: var(--graphite-soft);
    opacity: .55;
  }
  .site-nav.is-open > a { opacity: 1; transform: none }
  .site-nav.is-open > a:nth-child(1) { transition-delay: .04s }
  .site-nav.is-open > a:nth-child(2) { transition-delay: .07s }
  .site-nav.is-open > a:nth-child(3) { transition-delay: .10s }
  .site-nav.is-open > a:nth-child(4) { transition-delay: .13s }
  .site-nav.is-open > a:nth-child(5) { transition-delay: .16s }

  .mobile-nav-footer {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-top: 26px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .24s ease .15s, transform .3s cubic-bezier(.22,1,.36,1) .15s;
  }
  .site-nav.is-open .mobile-nav-footer { opacity: 1; transform: none }
  .mobile-nav-footer > span {
    max-width: 300px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--graphite-soft);
  }
  .mobile-nav-footer a {
    width: 100%;
    border: 0;
    padding: 0;
    font-family: var(--sans);
  }
  .mobile-nav-footer .mobile-menu-cta {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    background: var(--graphite);
    color: var(--white);
    border: 1px solid var(--graphite);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .015em;
  }
  .mobile-nav-footer .mobile-menu-phone {
    padding: 8px 0 0;
    font-family: var(--serif);
    font-size: 21px;
    line-height: 1.2;
  }

  .hero {
    padding-top: 38px;
    padding-bottom: 76px;
  }
  .hero-grid { grid-template-columns: 1fr; gap: 36px }
  .hero-copy { padding: 0 }
  .hero-lead { max-width: 620px; font-size: 18px; line-height: 1.55; margin-bottom: 28px }
  .hero-actions { gap: 10px; margin-bottom: 32px }
  .button { min-height: 54px; padding: 13px 20px; font-size: 15px }
  .hero-benefits {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px 20px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-benefits span { min-width: 0 }
  .image-slot-hero { min-height: 0; aspect-ratio: 16 / 11 }

  .split-intro,
  .why-grid,
  .production-grid,
  .details-grid,
  .pricing-grid,
  .faq-grid,
  .estimate-grid,
  .contacts-grid { grid-template-columns: 1fr; gap: 38px }
  .split-intro { gap: 18px }
  .editorial-columns { grid-template-columns: 1fr; gap: 18px; max-width: 680px }
  .editorial-columns p { line-height: 1.62 }

  .project,
  .project-a,
  .project-b,
  .project-c {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
    padding: 46px 0;
  }
  .project-b .image-slot { order: 2 }
  .project-copy { max-width: 620px }
  .project-number { font-size: 54px; margin-bottom: 16px }
  .project-copy h3 { margin-bottom: 16px; font-size: 23px }
  .project-copy p { font-size: 16px; line-height: 1.58 }
  .project-copy dl { margin-top: 24px }
  .project-copy dl div {
    display: grid;
    grid-template-columns: minmax(90px,.75fr) minmax(0,1.25fr);
    gap: 16px;
    padding: 13px 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .project-copy dd { overflow-wrap: anywhere }

  .config-head { margin-bottom: 34px }
  .config-layout { grid-template-columns: 1fr; gap: 16px }
  .config-preview { position: static; box-shadow: 0 18px 48px rgba(38,41,37,.07) }
  .config-photo-frame { aspect-ratio: 3 / 2 }
  .config-image-layer { transition-duration: .34s }
  .config-preview-bottom { grid-template-columns: 1fr 1fr }
  .plan-panel { padding: 18px; min-width: 0 }
  .plan-panel-head { gap: 10px; font-size: 12px; letter-spacing: .06em }
  .plan-svg { max-height: 142px }
  .preview-brief { padding: 20px }
  .preview-brief > span { font-size: 12px }
  .preview-brief strong { font-size: 24px; overflow-wrap: anywhere }
  .preview-brief p { font-size: 16px; line-height: 1.5 }
  .config-controls { padding: 30px 24px }
  .config-controls-head { gap: 6px; padding-bottom: 20px; margin-bottom: 22px }
  .config-controls-head span { font-size: 12px }
  .config-controls-head strong { font-size: 16px; line-height: 1.5; overflow-wrap: anywhere }
  .option-group { padding-bottom: 20px; margin-bottom: 20px }
  .option-group legend { margin-bottom: 12px; font-size: 16px }
  .choice { min-height: 54px; padding: 10px 10px; font-size: 16px; line-height: 1.25 }
  .config-result h3 { font-size: 32px; line-height: 1.08; overflow-wrap: anywhere }
  .config-result > p:not(.result-code) { font-size: 16px; line-height: 1.58 }
  .result-code, .result-label { font-size: 12px }
  .result-columns ul { font-size: 16px; line-height: 1.52 }
  .result-columns li { padding: 5px 0 }
  .price-row span, .price-note { font-size: 16px }
  .price-row strong { font-size: 31px; line-height: 1.12; text-wrap: balance }

  .why-list article { grid-template-columns: 46px minmax(0,1fr); gap: 16px; padding: 24px 0 }
  .why-list article > span { font-size: 27px }
  .why-list h3 { font-size: 21px }
  .why-list article p { grid-column: 2; font-size: 16px; line-height: 1.58 }

  .process-list li {
    grid-template-columns: 50px minmax(0,1fr);
    column-gap: 16px;
    row-gap: 7px;
    align-items: start;
    padding: 20px 0;
  }
  .process-list li > span { font-size: 28px; line-height: 1.2 }
  .process-list h3 { font-size: 21px; line-height: 1.25 }
  .process-list p { margin-top: 4px; font-size: 14px; line-height: 1.35 }
  .process-list small { grid-column: 2; font-size: 16px; line-height: 1.55 }

  .production-lead { font-size: 18px; line-height: 1.55 }
  .production-metrics span { font-size: 16px; line-height: 1.48; color: rgba(255,255,255,.8) }
  .production-points li { font-size: 16px; line-height: 1.5 }
  .image-slot-production { min-height: 460px }

  .details-copy > p { font-size: 16px; line-height: 1.6 }
  .details-copy li { font-size: 16px; line-height: 1.5 }

  .price-bands div { grid-template-columns: 1fr 1fr; gap: 8px 20px; padding: 21px 0 }
  .price-bands span { font-size: 16px }
  .price-bands strong { font-size: 25px; text-align: right }
  .price-bands small { grid-column: 1 / -1; font-size: 16px; line-height: 1.5 }
  .pricing-body > p, .pricing-note { font-size: 16px; line-height: 1.58 }

  .reviews-track { grid-template-columns: 1fr; gap: 12px }
  blockquote, blockquote:first-child { min-height: 0; padding: 28px }
  blockquote p { margin: 24px 0; font-size: 23px; line-height: 1.4 }
  blockquote footer { font-size: 16px }

  .faq-item button { gap: 18px; padding: 20px 0; font-size: 16px; line-height: 1.45 }
  .faq-item button i { width: 38px; height: 38px; flex-basis: 38px }
  .faq-answer { padding: 0 54px 20px 0 }
  .faq-answer p { font-size: 16px; line-height: 1.6 }

  .estimate-intro { position: static }
  .estimate-intro > p { font-size: 16px; line-height: 1.6 }
  .estimate-contact { margin-top: 32px }
  .estimate-contact span { font-size: 12px }
  .estimate-form { gap: 22px 18px }
  .field label { font-size: 12px; letter-spacing: .09em }
  .field input, .field select, .field textarea { min-height: 56px; font-size: 16px }
  .field-error { min-height: 20px; font-size: 14px; line-height: 1.4 }
  .consent, .form-success { font-size: 16px; line-height: 1.5 }

  address { grid-template-columns: 1fr 1fr; gap: 0 24px }
  address div { min-width: 0 }
  address span { font-size: 12px }
  address a, address strong { font-size: 21px; overflow-wrap: anywhere }

  .footer-grid { gap: 44px }
  .site-footer p,
  .site-footer nav,
  .site-footer .footer-grid > div:nth-child(3) { font-size: 16px; line-height: 1.5 }
  .footer-bottom { font-size: 12px; line-height: 1.45 }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 32px);
    --text-xs: 12px;
    --text-sm: 16px;
    --text-base: 16px;
    --text-lg: 18px;
  }

  html { scroll-padding-top: 78px }
  section[id], main[id] { scroll-margin-top: 78px }
  .section-shell { padding: 64px 0 }
  h1 { font-size: clamp(38px, 10.5vw, 44px); line-height: 1.03 }
  h2 { font-size: clamp(31px, 8.7vw, 37px); line-height: 1.08 }
  h3 { font-size: 22px }

  .header-inner { height: 66px }
  .brand img { width: 154px }
  .menu-toggle { min-width: 78px }
  .menu-toggle > .menu-toggle-text { font-size: 11px }
  .menu-toggle > .menu-toggle-icon { width: 34px; height: 34px; flex-basis: 34px }
  .menu-toggle-icon i { left: 8px }
  .site-nav {
    inset: 66px 0 0;
    height: calc(100vh - 66px);
    height: calc(100dvh - 66px);
    padding: 18px 16px max(20px, env(safe-area-inset-bottom));
  }
  .site-nav > a { min-height: 58px; font-size: 25px }
  .mobile-nav-footer { padding-top: 22px }

  .hero { padding-top: 30px; padding-bottom: 64px }
  .hero-grid { gap: 30px }
  .hero-lead { font-size: 17px; line-height: 1.58; margin-bottom: 26px }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 28px }
  .hero-actions .button { width: 100% }
  .button { font-size: 16px }
  .hero-benefits { grid-template-columns: 1fr; gap: 10px; padding-top: 18px; font-size: 16px }
  .hero-benefits span { display: flex; align-items: baseline }
  .hero-benefits span::before { flex: 0 0 auto }
  .image-slot-hero { aspect-ratio: 4 / 3 }
  .slot-index { left: 18px; top: 14px; font-size: 34px }
  .slot-meta { left: 18px; right: 18px; bottom: 16px; font-size: 11px; line-height: 1.3 }
  .slot-meta span:last-child { display: none }

  .split-intro, .section-head { gap: 16px }
  .section-head { margin-bottom: 34px }
  .editorial-columns { gap: 16px }

  .project,
  .project-a,
  .project-b,
  .project-c { gap: 24px; padding: 40px 0 }
  .project-number { font-size: 50px; margin-bottom: 14px }
  .project-copy h3 { font-size: 22px; margin-bottom: 14px }
  .project-copy dl div { grid-template-columns: minmax(88px,.72fr) minmax(0,1.28fr); gap: 14px; font-size: 16px }

  .config-head { margin-bottom: 28px }
  .config-photo-frame { aspect-ratio: 3 / 2 }
  .config-photo-topline { left: 10px; top: 10px; gap: 7px; padding: 7px 8px; font-size: 11px }
  .config-photo-index { right: 11px; bottom: 9px; font-size: 15px }
  .config-preview-bottom { grid-template-columns: 1fr }
  .plan-panel { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px }
  .plan-svg { max-height: 118px }
  .preview-brief { padding: 18px 16px }
  .preview-brief strong { margin: 6px 0 8px; font-size: 23px }
  .config-controls { padding: 24px 16px }
  .choice-row, .choice-row-2 { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px }
  .choice-row:not(.choice-row-2) .choice:last-child:nth-child(odd) { grid-column: 1 / -1 }
  .choice { min-height: 54px; padding-inline: 10px; font-size: 16px }
  .swatch { width: 18px; height: 18px; flex-basis: 18px }
  .result-columns { grid-template-columns: 1fr; gap: 18px; padding: 20px 0; margin-top: 18px }
  .config-result h3 { font-size: 30px }
  .price-row { gap: 16px; padding-top: 20px }
  .price-row strong { font-size: 29px; line-height: 1.14 }

  .why-list article { grid-template-columns: 42px minmax(0,1fr); gap: 14px; padding: 22px 0 }
  .why-list article > span { font-size: 26px }
  .why-list h3 { font-size: 20px }

  .process-list li { grid-template-columns: 46px minmax(0,1fr); column-gap: 14px; padding: 19px 0 }
  .process-list li > span { font-size: 27px }
  .process-list h3 { font-size: 20px }
  .process-list small { grid-column: 2 }

  .production-metrics { grid-template-columns: 1fr; gap: 0; margin: 30px 0; padding: 0 }
  .production-metrics div { grid-template-columns: 72px minmax(0,1fr); gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16) }
  .production-metrics div:last-child { border-bottom: 0 }
  .production-metrics strong { font-size: 34px }
  .image-slot-production { min-height: 340px }

  .price-bands { margin: 28px 0 }
  .price-bands div { grid-template-columns: 1fr; gap: 6px; padding: 20px 0 }
  .price-bands strong { text-align: left; font-size: 25px }
  .price-bands small { grid-column: auto }

  blockquote, blockquote:first-child { padding: 24px }
  blockquote p { font-size: 22px; margin: 22px 0 }

  .faq-item button { font-size: 16px; gap: 14px }
  .faq-answer { padding-right: 0 }

  .estimate-grid { gap: 34px }
  .estimate-form { grid-template-columns: 1fr; gap: 20px }
  .field-wide { grid-column: auto }
  .submit-button { max-width: none; width: 100% }

  address { grid-template-columns: 1fr }
  address div { min-height: 104px; padding: 18px 0 }
  address a, address strong { font-size: 20px; line-height: 1.3 }

  .site-footer { padding: 52px 0 28px }
  .footer-grid { grid-template-columns: 1fr; gap: 34px }
  .site-footer img { width: 196px; margin-bottom: 18px }
  .footer-bottom { grid-column: auto; flex-direction: column; gap: 8px; padding-top: 24px }
}

@media (max-width: 380px) {
  :root { --shell: calc(100vw - 28px) }
  .brand img { width: 148px }
  .menu-toggle { min-width: 74px; gap: 8px }
  .menu-toggle > .menu-toggle-text { font-size: 10px }
  .site-nav { padding-inline: 14px }
  .site-nav > a { grid-template-columns: 32px minmax(0,1fr) 16px; font-size: 24px }
  h1 { font-size: 38px }
  h2 { font-size: 31px }
  .config-controls { padding-inline: 14px }
  .choice { font-size: 15px }
  .price-row strong { font-size: 27px }
}

/* Specificity fixes for the redesigned mobile toggle */
@media (max-width: 900px) {
  .menu-toggle[aria-expanded="true"] > span.menu-toggle-text:first-child,
  .menu-toggle[aria-expanded="true"] > span.menu-toggle-icon:last-child { transform: none !important }
  .button { font-size: 16px }
}

@media (max-width: 380px) {
  .choice { font-size: 16px }
}

/* Anchor offset is handled by scroll-padding to avoid double spacing */
section[id], main[id] { scroll-margin-top: 0 }

/* Mobile UI correction v3 — consistent controls, typography and image overlays */
@media (max-width: 900px) {
  :root {
    --mobile-body: 16px;
    --mobile-small: 15px;
    --mobile-label: 12px;
    --mobile-control: 52px;
  }

  body {
    font-size: var(--mobile-body);
    line-height: 1.58;
    font-weight: 400;
    letter-spacing: 0;
  }

  h1,
  h2,
  h3 {
    color: var(--graphite);
    letter-spacing: -.018em;
  }
  h1,
  h2 { font-weight: 500 }
  h3 { font-weight: 600 }

  .button {
    min-height: var(--mobile-control);
    padding: 12px 18px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: .005em;
  }
  .button:active,
  .choice:active { transform: scale(.99) }

  .section-kicker,
  .eyebrow,
  .result-code,
  .result-label,
  .field label,
  address span,
  .estimate-contact span,
  .config-controls-head span,
  .preview-brief > span {
    font-size: var(--mobile-label);
    line-height: 1.35;
    font-weight: 650;
    letter-spacing: .11em;
  }

  .hero-lead,
  .section-note,
  .editorial-columns p,
  .project-copy p,
  .preview-brief p,
  .config-result > p:not(.result-code),
  .result-columns ul,
  .price-note,
  .why-list article p,
  .process-list small,
  .production-points li,
  .details-copy > p,
  .details-copy li,
  .pricing-body > p,
  .price-bands small,
  .faq-answer p,
  .estimate-intro > p,
  .consent,
  .form-success,
  .site-footer p,
  .site-footer nav,
  .site-footer .footer-grid > div:nth-child(3) {
    font-size: 16px;
    line-height: 1.58;
    font-weight: 400;
  }

  .hero-benefits {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
  }

  .menu-toggle {
    min-width: 84px;
    height: 44px;
    gap: 9px;
  }
  .menu-toggle > .menu-toggle-text {
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .09em;
  }
  .site-nav > a {
    min-height: 58px;
    font-weight: 500;
  }
  .mobile-nav-footer .mobile-menu-cta {
    min-height: 52px;
    font-size: 15px;
    font-weight: 600;
  }

  /* Hero image copy gets its own high-contrast surfaces */
  .image-slot-hero.is-filled::after {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(30,32,29,.08) 0%, transparent 52%, rgba(30,32,29,.24) 100%);
  }
  .image-slot-hero .slot-index {
    z-index: 3;
    padding: 6px 9px 7px;
    background: rgba(247,244,238,.96);
    color: var(--graphite);
    border: 1px solid rgba(38,41,37,.12);
    font-size: 30px;
    line-height: 1;
    text-shadow: none;
  }
  .image-slot-hero .slot-meta {
    z-index: 3;
    width: max-content;
    max-width: calc(100% - 32px);
    right: auto;
    padding: 7px 9px;
    background: rgba(38,41,37,.88);
    color: var(--white);
    border: 1px solid rgba(255,255,255,.12);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 650;
    letter-spacing: .055em;
    text-shadow: none;
  }

  /* Configurator labels stay legible on every source image */
  .config-photo-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(25,27,24,.1) 0%, transparent 32%, transparent 72%, rgba(25,27,24,.12) 100%);
  }
  .config-photo-topline,
  .config-photo-index {
    z-index: 5;
    text-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .config-photo-topline {
    background: rgba(247,244,238,.96);
    color: var(--graphite);
    border: 1px solid rgba(38,41,37,.14);
    box-shadow: 0 5px 18px rgba(30,32,29,.09);
    font-weight: 600;
  }
  .config-photo-index {
    padding: 5px 7px;
    background: rgba(38,41,37,.86);
    color: var(--white);
    border: 1px solid rgba(255,255,255,.12);
  }

  .config-controls-head strong,
  .option-group legend {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
  }
  .choice {
    min-height: var(--mobile-control);
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.22;
    font-weight: 550;
    letter-spacing: 0;
  }
  .choice.is-active { font-weight: 650 }
  .swatch { width: 17px; height: 17px; flex-basis: 17px }

  .process-list p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
  }
  .production-metrics span { font-size: 15px; line-height: 1.48 }
  blockquote p { font-weight: 450 }

  .faq-item button {
    min-height: 62px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
  }
  .faq-item button i {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 32px);
    --mobile-control: 52px;
  }

  .section-shell { padding: 58px 0 }
  .hero { padding-top: 26px; padding-bottom: 58px }

  h1 {
    font-size: clamp(35px, 9.7vw, 40px);
    line-height: 1.08;
    margin-bottom: 20px;
  }
  h2 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.12;
    margin-bottom: 17px;
  }
  h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .section-kicker,
  .eyebrow { margin-bottom: 12px }
  .section-head { gap: 12px; margin-bottom: 28px }

  .hero-grid { gap: 26px }
  .hero-lead {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 22px;
  }
  .hero-actions { gap: 8px; margin-bottom: 24px }
  .hero-actions .button,
  .submit-button,
  .price-row .button {
    width: 100%;
    min-height: 52px;
  }
  .hero-benefits { gap: 8px; padding-top: 16px }

  .image-slot-hero { aspect-ratio: 4 / 3 }
  .image-slot-hero .slot-index {
    left: 10px;
    top: 10px;
    font-size: 24px;
  }
  .image-slot-hero .slot-meta {
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    font-size: 10px;
  }
  .image-slot-hero .slot-meta span:last-child { display: none }

  .project,
  .project-a,
  .project-b,
  .project-c { gap: 20px; padding: 34px 0 }
  .project-number {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .project-copy h3 { font-size: 20px; margin-bottom: 12px }
  .project-copy dl { margin-top: 20px }
  .project-copy dl div {
    grid-template-columns: minmax(84px,.72fr) minmax(0,1.28fr);
    gap: 12px;
    padding: 11px 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .project-copy dt { font-weight: 400 }
  .project-copy dd { font-weight: 600 }

  .config-head { margin-bottom: 24px }
  .config-photo-frame { aspect-ratio: 3 / 2 }
  .config-photo-topline {
    left: 8px;
    top: 8px;
    max-width: calc(100% - 16px);
    padding: 6px 8px;
    gap: 6px;
    font-size: 11px;
    line-height: 1.25;
  }
  .config-photo-topline span:first-child { display: none }
  .config-photo-topline strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .config-photo-index {
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    line-height: 1;
  }
  .preview-brief { padding: 16px }
  .preview-brief strong {
    margin: 5px 0 7px;
    font-size: 21px;
    line-height: 1.18;
  }
  .plan-panel { padding: 14px }
  .plan-svg { max-height: 108px }

  .config-controls { padding: 20px 14px }
  .config-controls-head {
    padding-bottom: 17px;
    margin-bottom: 18px;
  }
  .option-group {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .option-group legend { margin-bottom: 10px }
  .choice-row,
  .choice-row-2 { gap: 7px }

  /* Each option family uses a grid that matches label length */
  .option-group[data-option-group="fronts"] .choice-row,
  .option-group[data-option-group="temperature"] .choice-row {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .option-group[data-option-group="countertop"] .choice-row {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .option-group[data-option-group="countertop"] .choice:first-child {
    grid-column: 1 / -1;
  }
  .option-group[data-option-group="island"] .choice-row {
    grid-template-columns: 1fr;
  }
  .choice {
    min-height: 52px;
    padding: 9px 7px;
    font-size: 14px;
  }
  .swatch { width: 16px; height: 16px; flex-basis: 16px }

  .config-result h3 {
    font-size: 26px;
    line-height: 1.12;
  }
  .result-columns {
    gap: 16px;
    padding: 18px 0;
    margin-top: 16px;
  }
  .price-row { gap: 14px; padding-top: 18px }
  .price-row strong {
    font-size: 25px;
    line-height: 1.15;
  }
  .price-note { font-size: 15px; line-height: 1.5 }

  .why-list article { padding: 19px 0 }
  .why-list article > span { font-size: 23px }
  .why-list h3 { font-size: 19px }
  .process-list li { padding: 16px 0 }
  .process-list li > span { font-size: 24px }
  .process-list h3 { font-size: 19px }

  .production-lead { font-size: 17px; line-height: 1.55 }
  .production-metrics { margin: 24px 0 }
  .production-metrics div { padding: 13px 0 }
  .production-metrics strong { font-size: 30px }
  .image-slot-production { min-height: 310px }

  .price-bands { margin: 24px 0 }
  .price-bands div { padding: 17px 0 }
  .price-bands strong { font-size: 22px }

  blockquote,
  blockquote:first-child { padding: 20px }
  blockquote p {
    margin: 18px 0;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 450;
  }
  blockquote footer { font-size: 15px; line-height: 1.45 }

  .faq-item button {
    min-height: 60px;
    padding: 13px 0;
    gap: 10px;
  }
  .faq-item button i {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 52px;
    font-size: 16px;
  }
  address a,
  address strong {
    font-size: 19px;
    line-height: 1.35;
  }

  .site-footer { padding-top: 46px }
  .site-footer img { width: 184px }
}

@media (max-width: 390px) {
  :root { --shell: calc(100vw - 28px) }

  .brand img { width: 148px }
  .menu-toggle {
    min-width: 80px;
    gap: 8px;
  }
  .menu-toggle > .menu-toggle-text { font-size: 11px }
  .site-nav > a {
    grid-template-columns: 30px minmax(0,1fr) 14px;
    min-height: 56px;
    font-size: 22px;
  }

  h1 { font-size: 35px }
  h2 { font-size: 29px }

  .choice {
    min-height: 50px;
    font-size: 14px;
  }
  .option-group[data-option-group="fronts"] .choice-row,
  .option-group[data-option-group="temperature"] .choice-row {
    gap: 5px;
  }
  .price-row strong { font-size: 23px }
}

@media (prefers-reduced-motion: reduce) {
  .image-slot-hero.is-filled::after,
  .config-photo-frame::before { transition: none }
}

/* Mobile grid correction for option families */
@media (max-width: 560px) {
  .option-group[data-option-group="fronts"] .choice-row .choice:last-child,
  .option-group[data-option-group="temperature"] .choice-row .choice:last-child,
  .option-group[data-option-group="countertop"] .choice-row .choice:last-child {
    grid-column: auto;
  }
  .option-group[data-option-group="countertop"] .choice-row .choice:first-child {
    grid-column: 1 / -1;
  }
  .option-group legend span { color: #8f877a }
}

/* Final mobile readability guard */
@media (max-width: 560px) {
  .choice { font-size: 15px }
}
