:root {
  --ink: #10171a;
  --ink-2: #1b2529;
  --ink-3: #28353a;
  --copper: #ef7d32;
  --copper-soft: #ff9b57;
  --cream: #f4efe7;
  --sand: #e5ddd1;
  --white: #fff;
  --muted: #687378;
  --line: rgba(16, 23, 26, .15);
  --shadow: 0 28px 70px rgba(10, 16, 18, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { margin: 0 auto; max-width: 1480px; padding-inline: clamp(20px, 5vw, 76px); }
.eyebrow { color: var(--copper); font-size: 10px; font-weight: 900; letter-spacing: .22em; margin: 0 0 16px; text-transform: uppercase; }
.eyebrow.light { color: var(--copper-soft); }
.display {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(52px, 7.2vw, 108px);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .87;
  margin: 0;
  text-transform: uppercase;
}
.display em { color: var(--copper); font-family: Georgia, serif; font-size: .82em; font-weight: 400; text-transform: none; }
.section-title { font-size: clamp(38px, 4.4vw, 66px); letter-spacing: -.06em; line-height: 1.02; margin: 0; }
.section-copy { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0; }

.utility {
  align-items: center;
  background: var(--ink);
  color: rgba(255,255,255,.68);
  display: flex;
  font-size: 10px;
  gap: 28px;
  justify-content: center;
  min-height: 31px;
  padding: 7px 18px;
}
.utility span::before { color: var(--copper); content: "—"; margin-right: 7px; }
.header {
  align-items: center;
  background: rgba(244,239,231,.97);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 78px;
  padding-inline: clamp(20px, 4vw, 70px);
  position: sticky;
  top: 0;
  z-index: 70;
}
.logo { align-items: center; display: inline-flex; gap: 12px; width: max-content; }
.logo-block {
  align-items: center;
  background: var(--copper);
  color: var(--ink);
  display: flex;
  font-family: Impact, sans-serif;
  font-size: 19px;
  height: 42px;
  justify-content: center;
  letter-spacing: -.03em;
  width: 42px;
}
.logo-copy { display: flex; flex-direction: column; line-height: 1; }
.logo-copy strong { font-size: 15px; letter-spacing: .055em; }
.logo-copy small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .24em; margin-top: 6px; }
.nav { display: flex; gap: 28px; }
.nav > a, .nav-toggle { background: none; border: 0; font-size: 11px; font-weight: 800; padding: 10px 0; }
.nav a:hover, .nav-toggle:hover { color: var(--copper); }
.nav-products { position: relative; }
.dropdown {
  background: white;
  box-shadow: var(--shadow);
  display: none;
  left: -28px;
  min-width: 260px;
  padding: 16px;
  position: absolute;
  top: 42px;
}
.nav-products:hover .dropdown, .nav-products:focus-within .dropdown { display: grid; }
.dropdown a { border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 750; padding: 12px; }
.dropdown a:last-child { border-bottom: 0; }
.header-actions { align-items: center; display: flex; gap: 18px; justify-self: end; }
.header-phone { font-size: 11px; font-weight: 850; }
.btn, .btn-outline, .btn-light {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  gap: 24px;
  justify-content: center;
  letter-spacing: .07em;
  min-height: 48px;
  padding: 14px 19px;
  text-transform: uppercase;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.btn { background: var(--copper); color: var(--ink); }
.btn-dark { background: var(--ink); color: white; }
.btn-light { background: white; color: var(--ink); }
.btn-outline { background: transparent; border: 1px solid rgba(255,255,255,.45); color: white; }
.btn:hover, .btn-outline:hover, .btn-light:hover { transform: translateY(-2px); }
.menu-button { background: none; border: 0; display: none; height: 42px; padding: 10px; width: 42px; }
.menu-button span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 22px; }

.home-hero {
  background: var(--ink);
  color: white;
  min-height: 790px;
  overflow: hidden;
  position: relative;
}
.home-hero-bg, .home-hero-shade { inset: 0; position: absolute; }
.home-hero-bg img { height: 100%; object-fit: cover; object-position: 58% center; width: 100%; }
.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(10,17,20,.97) 0%, rgba(10,17,20,.84) 43%, rgba(10,17,20,.25) 74%),
    linear-gradient(0deg, rgba(10,17,20,.42), transparent 48%);
}
.home-hero::after {
  border: 1px solid var(--copper);
  content: "";
  inset: 32px;
  opacity: .8;
  pointer-events: none;
  position: absolute;
}
.home-hero-grid {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  min-height: 790px;
  padding-block: 78px;
  position: relative;
  z-index: 2;
}
.home-hero-copy { max-width: 760px; padding-right: 40px; }
.home-hero-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: clamp(15px,1.3vw,18px); line-height: 1.8; margin: 28px 0 0; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-marks { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 35px 0 0; padding: 0; }
.hero-marks li { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 750; }
.hero-marks li::before { color: var(--copper); content: "◆"; font-size: 7px; margin-right: 7px; }
.hero-quick {
  background: rgba(244,239,231,.98);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: 28px;
}
.hero-quick .eyebrow { margin-bottom: 7px; }
.hero-quick h2 { font-size: 25px; letter-spacing: -.04em; line-height: 1.12; margin: 0; }
.quick-links { display: grid; gap: 8px; margin-top: 22px; }
.quick-link {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 64px 1fr 20px;
  padding: 7px;
}
.quick-link:hover { border-color: var(--copper); }
.quick-link img { height: 50px; object-fit: cover; width: 64px; }
.quick-link strong { display: block; font-size: 11px; }
.quick-link small { color: var(--muted); font-size: 9px; }
.quick-link i { color: var(--copper); font-style: normal; }
.quick-cta { margin-top: 14px; width: 100%; }

.proof { background: white; display: grid; grid-template-columns: repeat(4,1fr); }
.proof-item { border-right: 1px solid var(--line); min-height: 125px; padding: 29px clamp(22px,3vw,48px); }
.proof-item:first-child { border-left: 1px solid var(--line); }
.proof-item span { color: var(--copper); display: block; font-family: Georgia,serif; font-size: 18px; font-style: italic; margin-bottom: 8px; }
.proof-item strong { display: block; font-size: 11px; margin-bottom: 4px; }
.proof-item p { color: var(--muted); font-size: 9px; line-height: 1.55; margin: 0; }

.section { padding-block: 110px; }
.section-head { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.2fr .8fr; margin-bottom: 47px; }
.product-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,1fr); }
.product-card { background: white; min-height: 450px; position: relative; }
.product-card-image { height: 265px; overflow: hidden; position: relative; }
.product-card-image img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.product-card:hover img { transform: scale(1.04); }
.product-card-count { align-items: center; background: var(--copper); bottom: 0; display: flex; font-family: Georgia,serif; font-style: italic; height: 44px; justify-content: center; position: absolute; right: 0; width: 44px; }
.product-card-body { padding: 24px; }
.product-card h3 { font-size: 21px; letter-spacing: -.04em; margin: 0 0 7px; }
.product-card p { color: var(--muted); font-size: 11px; line-height: 1.65; margin: 0; }
.text-link { border-bottom: 1px solid var(--ink); display: inline-block; font-size: 9px; font-weight: 900; margin-top: 18px; padding-bottom: 4px; text-transform: uppercase; }
.text-link:hover { color: var(--copper); }

.craft { background: var(--ink); color: white; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 680px; }
.craft-image img { height: 100%; object-fit: cover; width: 100%; }
.craft-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px clamp(35px,8vw,130px); }
.craft-copy h2 { font-size: clamp(40px,4.8vw,69px); letter-spacing: -.06em; line-height: 1.02; margin: 0; }
.craft-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.85; margin: 24px 0; }
.craft-list { border-top: 1px solid rgba(255,255,255,.16); list-style: none; margin: 0 0 30px; padding: 0; }
.craft-list li { border-bottom: 1px solid rgba(255,255,255,.16); font-size: 11px; font-weight: 750; padding: 13px 0; }
.craft-list b { color: var(--copper); font-family: Georgia,serif; font-style: italic; margin-right: 20px; }
.craft-copy .btn { align-self: flex-start; }

.projects { display: grid; gap: 10px; grid-auto-rows: 220px; grid-template-columns: repeat(4,1fr); }
.projects figure { margin: 0; overflow: hidden; position: relative; }
.projects .wide { grid-column: span 2; }
.projects .tall { grid-row: span 2; }
.projects img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.projects figure:hover img { transform: scale(1.04); }
.projects figcaption { background: rgba(16,23,26,.84); bottom: 0; color: white; font-size: 9px; font-weight: 800; left: 0; letter-spacing: .08em; padding: 10px 12px; position: absolute; text-transform: uppercase; }

.process { background: var(--sand); display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; padding: 105px clamp(22px,8vw,130px); }
.process-intro > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 22px 0 0; }
.process-steps { list-style: none; margin: 0; padding: 0; }
.process-steps li { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 46px 1fr; padding: 25px 0; }
.process-steps li:last-child { border-bottom: 1px solid var(--line); }
.process-steps > li > span { color: var(--copper); font-family: Georgia,serif; font-size: 20px; font-style: italic; }
.process-steps h3 { font-size: 18px; margin: 0 0 6px; }
.process-steps p { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 0; }

.cta-band {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(16,23,26,.96), rgba(16,23,26,.62)),
    url("images/veranda-exterieur.jpeg") center/cover;
  color: white;
  display: grid;
  gap: 55px;
  grid-template-columns: 1fr auto;
  min-height: 360px;
  padding: 65px clamp(22px,8vw,130px);
}
.cta-copy { max-width: 840px; }
.cta-copy h2 { font-size: clamp(38px,4.8vw,67px); letter-spacing: -.06em; line-height: 1.02; margin: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 9px; }
.cta-actions a:last-child { color: rgba(255,255,255,.75); font-size: 10px; font-weight: 750; text-align: center; }

.page-hero { background: var(--ink); color: white; min-height: 590px; overflow: hidden; position: relative; }
.page-hero-bg, .page-hero-shade { inset: 0; position: absolute; }
.page-hero-bg img { height: 100%; object-fit: cover; width: 100%; }
.page-hero-shade { background: linear-gradient(90deg,rgba(10,17,20,.96),rgba(10,17,20,.78) 45%,rgba(10,17,20,.22)); }
.page-hero-grid { align-items: center; display: grid; grid-template-columns: 1fr 340px; min-height: 590px; position: relative; z-index: 2; }
.page-hero-copy { max-width: 850px; padding-right: 45px; }
.breadcrumbs { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 750; letter-spacing: .08em; margin-bottom: 27px; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--copper); }
.page-hero h1 { font-size: clamp(52px,6.5vw,94px); letter-spacing: -.065em; line-height: .92; margin: 0; }
.page-hero-copy > p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.8; margin: 25px 0 0; max-width: 620px; }
.hero-aside { background: var(--copper); color: var(--ink); padding: 28px; }
.hero-aside strong { display: block; font-size: 21px; letter-spacing: -.04em; line-height: 1.2; }
.hero-aside p { font-size: 11px; line-height: 1.65; margin: 11px 0 20px; }
.hero-aside .btn-dark { width: 100%; }

.product-intro { display: grid; gap: 9vw; grid-template-columns: .82fr 1.18fr; }
.benefit-list { list-style: none; margin: 0; padding: 0; }
.benefit-list li { border-top: 1px solid var(--line); display: grid; gap: 16px; grid-template-columns: 30px 1fr; padding: 17px 0; }
.benefit-list li:last-child { border-bottom: 1px solid var(--line); }
.benefit-list b { color: var(--copper); font-family: Georgia,serif; font-style: italic; }
.benefit-list strong { display: block; font-size: 12px; margin-bottom: 4px; }
.benefit-list span { color: var(--muted); font-size: 10px; line-height: 1.6; }
.product-copy h2 { font-size: clamp(38px,4.2vw,61px); letter-spacing: -.06em; line-height: 1.04; margin: 0 0 22px; }
.product-copy p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0 0 17px; }

.options-section { background: var(--ink-2); color: white; padding-block: 100px; }
.options-grid { display: grid; gap: 15px; grid-template-columns: repeat(3,1fr); margin-top: 42px; }
.option { border: 1px solid rgba(255,255,255,.16); min-height: 190px; padding: 24px; }
.option span { color: var(--copper); font-family: Georgia,serif; font-size: 18px; font-style: italic; }
.option h3 { font-size: 18px; margin: 18px 0 7px; }
.option p { color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.7; margin: 0; }
.content-split { display: grid; grid-template-columns: 1fr 1fr; }
.content-split-image { min-height: 590px; }
.content-split-image img { height: 100%; object-fit: cover; width: 100%; }
.content-split-copy { background: white; display: flex; flex-direction: column; justify-content: center; padding: 85px clamp(30px,8vw,125px); }
.content-split-copy h2 { font-size: clamp(37px,4.2vw,59px); letter-spacing: -.06em; line-height: 1.04; margin: 0 0 22px; }
.content-split-copy p { color: var(--muted); font-size: 12px; line-height: 1.85; margin: 0 0 17px; }
.content-split-copy .btn-dark { align-self: flex-start; margin-top: 10px; }

.faq-grid { display: grid; gap: 9vw; grid-template-columns: .7fr 1.3fr; }
.faq-intro p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { align-items: center; cursor: pointer; display: flex; font-size: 13px; font-weight: 850; justify-content: space-between; list-style: none; padding: 21px 0; }
summary::-webkit-details-marker { display: none; }
summary i { color: var(--copper); font-size: 20px; font-style: normal; transition: transform .16s ease; }
details[open] summary i { transform: rotate(45deg); }
details p { color: var(--muted); font-size: 11px; line-height: 1.8; margin: -3px 42px 22px 0; }
.related { background: white; padding-block: 90px; }
.related-grid { display: grid; gap: 12px; grid-template-columns: repeat(4,1fr); margin-top: 35px; }
.related-card { border: 1px solid var(--line); padding: 20px; }
.related-card:hover { border-color: var(--copper); }
.related-card span { color: var(--copper); font-family: Georgia,serif; font-style: italic; }
.related-card h3 { font-size: 15px; margin: 13px 0 5px; }
.related-card p { color: var(--muted); font-size: 9px; line-height: 1.6; margin: 0; }

.quote-page { background: var(--sand); padding-block: 70px 110px; }
.quote-page .breadcrumbs { color: var(--muted); }
.quote-page .breadcrumbs a:hover { color: var(--copper); }
.quote-page-head { margin-bottom: 45px; max-width: 880px; }
.quote-page-head h1 { font-size: clamp(48px,6.2vw,90px); letter-spacing: -.068em; line-height: .94; margin: 0; }
.quote-page-head > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 660px; }
.config-layout { align-items: start; display: grid; gap: 25px; grid-template-columns: minmax(0,1fr) 350px; }
.config-form { display: grid; gap: 14px; }
.config-section { background: white; border-left: 4px solid transparent; padding: 27px; }
.config-section:focus-within { border-left-color: var(--copper); }
.config-title { align-items: center; display: grid; gap: 18px; grid-template-columns: 38px 1fr; margin-bottom: 21px; }
.config-title > span { align-items: center; background: var(--ink); color: var(--copper); display: flex; font-family: Georgia,serif; font-style: italic; height: 38px; justify-content: center; }
.config-title h2 { font-size: 19px; letter-spacing: -.03em; margin: 0; }
.config-title p { color: var(--muted); font-size: 9px; margin: 3px 0 0; }
.config-products { display: grid; gap: 8px; grid-template-columns: repeat(4,1fr); }
.config-choice, .swatch, .check-card { display: block; position: relative; }
.config-choice input, .swatch input, .check-card input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.config-choice span { background: var(--cream); border: 1px solid transparent; display: block; height: 100%; padding: 7px; }
.config-choice img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.config-choice strong { display: block; font-size: 9px; line-height: 1.35; padding: 9px 4px 5px; }
.config-choice input:checked + span { border-color: var(--copper); box-shadow: inset 0 -3px var(--copper); }
.config-choice input:focus-visible + span, .swatch input:focus-visible + span, .check-card input:focus-visible + span { outline: 3px solid rgba(239,125,50,.25); }
.config-row { display: grid; gap: 12px; grid-template-columns: repeat(2,1fr); }
.config-label { display: block; font-size: 9px; font-weight: 850; margin-bottom: 12px; }
.config-label > span { display: block; margin-bottom: 6px; }
.config-label input, .config-label select, .config-label textarea {
  background: var(--cream);
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--ink);
  outline: 0;
  padding: 12px;
  width: 100%;
}
.config-label textarea { min-height: 90px; resize: vertical; }
.config-label input:focus, .config-label select:focus, .config-label textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 2px rgba(239,125,50,.13); }
.swatches { display: flex; flex-wrap: wrap; gap: 9px; }
.swatch span { align-items: center; border: 2px solid transparent; display: flex; flex-direction: column; font-size: 8px; font-weight: 800; gap: 6px; padding: 5px; }
.swatch i { border: 1px solid rgba(0,0,0,.15); display: block; height: 38px; width: 50px; }
.swatch input:checked + span { border-color: var(--copper); }
.check-grid { display: grid; gap: 8px; grid-template-columns: repeat(3,1fr); }
.check-card span { align-items: center; background: var(--cream); border: 1px solid transparent; display: flex; font-size: 9px; font-weight: 750; min-height: 48px; padding: 10px; }
.check-card input:checked + span { background: #fff0e6; border-color: var(--copper); }
.consent { align-items: start; display: grid; font-size: 9px; gap: 8px; grid-template-columns: 15px 1fr; line-height: 1.5; }
.consent input { height: 15px; margin: 0; width: 15px; }
.summary-card { background: var(--ink); color: white; padding: 27px; position: sticky; top: 98px; }
.summary-card .eyebrow { margin-bottom: 7px; }
.summary-card h2 { font-size: 26px; letter-spacing: -.04em; margin: 0; }
.summary-progress { background: rgba(255,255,255,.15); height: 3px; margin: 19px 0 22px; }
.summary-progress span { background: var(--copper); display: block; height: 100%; transition: width .18s ease; width: 0; }
.summary-list { list-style: none; margin: 0 0 24px; padding: 0; }
.summary-list li { border-bottom: 1px solid rgba(255,255,255,.14); display: flex; font-size: 9px; gap: 15px; justify-content: space-between; padding: 10px 0; }
.summary-list span { color: rgba(255,255,255,.52); }
.summary-list strong { max-width: 185px; text-align: right; }
.summary-card .btn { width: 100%; }
.summary-note { color: rgba(255,255,255,.5); font-size: 8px; line-height: 1.5; margin: 11px 0 0; text-align: center; }
.form-error { background: #ffe7df; color: #8d2c10; display: none; font-size: 10px; font-weight: 750; margin-bottom: 12px; padding: 11px; }
.form-error.visible { display: block; }
.legal { max-width: 900px; }
.legal h2 { font-size: clamp(24px,3vw,34px); letter-spacing: -.04em; margin: 34px 0 12px; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--muted); font-size: 12px; line-height: 1.85; }

.footer { background: #0b1113; color: white; padding: 64px clamp(20px,5vw,76px) 35px; }
.footer-grid { display: grid; gap: 50px; grid-template-columns: 1.25fr 1fr 1fr 1fr; }
.footer .logo-block { background: var(--copper); }
.footer .logo-copy small { color: rgba(255,255,255,.43); }
.footer-intro { color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.75; margin: 20px 0 0; max-width: 330px; }
.footer h3 { color: var(--copper); font-size: 9px; letter-spacing: .18em; margin: 0 0 15px; text-transform: uppercase; }
.footer p, .footer a { color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.85; margin: 0; }
.footer a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); display: flex; font-size: 8px; justify-content: space-between; margin-top: 44px; padding-top: 21px; }
.mobile-quote { display: none; }

@media (max-width: 1120px) {
  .nav { display: none; }
  .header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .nav.mobile-active {
    background: var(--cream);
    display: flex;
    flex-direction: column;
    gap: 5px;
    inset: 78px 0 auto;
    min-height: calc(100vh - 78px);
    padding: 32px;
    position: absolute;
  }
  .nav.mobile-active a { border-bottom: 1px solid var(--line); font-size: 14px; padding: 15px 0; }
  .nav-products { display: block; }
  .nav-products .nav-toggle { display: none; }
  .nav-products .dropdown {
    background: transparent;
    box-shadow: none;
    display: grid;
    min-width: 0;
    padding: 0;
    position: static;
  }
  .nav-products .dropdown a { padding-left: 14px; }
  .home-hero-grid { grid-template-columns: 1fr 360px; }
  .proof { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .home-hero::after { inset: 16px; }
  .home-hero-shade { background: linear-gradient(180deg,rgba(10,17,20,.66),rgba(10,17,20,.93) 53%,rgba(10,17,20,.99)); }
  .home-hero-grid { grid-template-columns: 1fr; padding-block: 78px 50px; }
  .home-hero-copy { padding-right: 0; }
  .hero-quick { max-width: 620px; }
  .section-head, .process, .product-intro, .faq-grid { gap: 35px; grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 260px; }
  .product-card-image { height: 100%; }
  .craft, .content-split { grid-template-columns: 1fr; }
  .craft-image, .content-split-image { min-height: 480px; }
  .projects { grid-template-columns: repeat(2,1fr); }
  .cta-band { align-items: start; grid-template-columns: 1fr; }
  .page-hero-grid { grid-template-columns: 1fr; padding-block: 70px; }
  .hero-aside { margin-top: 35px; max-width: 430px; }
  .options-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .config-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: 59px; }
  .utility { display: none; }
  .header { height: 68px; padding-inline: 17px; }
  .header-phone, .header-actions .btn { display: none; }
  .logo-block { height: 36px; width: 36px; }
  .logo-copy strong { font-size: 12px; }
  .nav.mobile-active { inset: 68px 0 auto; min-height: calc(100vh - 68px); }
  .home-hero { min-height: auto; }
  .home-hero-grid { min-height: 0; padding: 70px 18px 36px; }
  .display { font-size: clamp(50px,16vw,72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-quick { padding: 21px; }
  .proof { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { border: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 78px; }
  .section-title { font-size: 39px; }
  .product-card { display: block; }
  .product-card-image { height: 235px; }
  .craft-image, .content-split-image { min-height: 350px; }
  .craft-copy, .process, .content-split-copy { padding: 70px 18px; }
  .projects { gap: 7px; grid-auto-rows: 170px; }
  .projects .tall { grid-row: span 1; }
  .cta-band { min-height: 420px; padding: 70px 18px; }
  .cta-actions .btn { width: 100%; }
  .page-hero { min-height: 550px; }
  .page-hero-grid { padding: 65px 18px; }
  .page-hero h1 { font-size: clamp(48px,14vw,68px); }
  .page-hero-copy { padding-right: 0; }
  .options-section { padding-block: 75px; }
  .related-grid { grid-template-columns: 1fr; }
  .quote-page { padding-block: 55px 80px; }
  .quote-page-head h1 { font-size: 50px; }
  .config-section { padding: 20px 16px; }
  .config-products { grid-template-columns: repeat(2,1fr); }
  .config-row, .check-grid { grid-template-columns: 1fr; }
  .summary-card { padding: 22px 18px; }
  .footer { padding: 55px 18px 80px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .mobile-quote {
    align-items: center;
    background: var(--copper);
    bottom: 0;
    color: var(--ink);
    display: flex;
    font-size: 10px;
    font-weight: 900;
    gap: 20px;
    justify-content: center;
    left: 0;
    min-height: 59px;
    position: fixed;
    right: 0;
    text-transform: uppercase;
    z-index: 90;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
