:root {
  --cream: #f5f5f5;
  --cream-2: #e9e9e9;
  --white: #ffffff;
  --ink: #111111;
  --muted: #686868;
  --green: #cf1019;
  --green-dark: #a80810;
  --gold: #cf1019;
  --line: #dddddd;
  --shadow: 0 18px 44px rgba(0, 0, 0, .1);
  --radius: 12px;
  --container: 1260px;
  --body: Inter, "Segoe UI", Arial, sans-serif;
  --display: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 18px; line-height: 1.5; }
body:has(dialog[open]) { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.page-container { position: relative; z-index: 1; width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section-white { padding: 84px 0; background: var(--white); }
.section-cream { padding: 84px 0; background: var(--cream); }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading h2, .split-copy h2, .location-copy h2, .calculator-copy h2, .worksite h2, .quiz h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.section-lead { max-width: 650px; margin: 23px 0 0; color: var(--muted); font-size: 20px; line-height: 1.6; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 14px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--white); background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { color: var(--green); border-color: var(--green); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--green); }
.button-light { color: var(--green); background: var(--white); }

.hero { position: relative; overflow: hidden; padding-top: 24px; padding-bottom: 58px; }
.hero-shape { position: absolute; inset: 0 0 0 56%; background: #ececec; clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); }
.site-header {
  height: 76px;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 11px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}
.brand { min-width: 0; display: flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; width: 49px; height: 49px; flex: none; overflow: hidden; border-radius: 8px; background: #050505; }
.brand-mark img { width: 143px; height: 143px; max-width: none; transform: translate(-49px,-30px); }
.brand-copy { display: grid; gap: 4px; text-transform: uppercase; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: .02em; }
.brand-copy small { color: var(--muted); font-size: 11px; letter-spacing: .075em; }
.site-nav { display: flex; justify-content: center; gap: clamp(16px,2.2vw,32px); color: #3d3d3d; font-size: 15px; font-weight: 650; }
.site-nav a { padding: 9px 0; }
.site-nav a:hover { color: var(--green); }
.header-contact { padding: 13px 20px; border-radius: 7px; color: var(--white); background: var(--green); font-size: 15px; font-weight: 800; }
.menu-toggle { display: none; width: 40px; border: 0; background: none; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green); }

.hero-grid { min-height: 575px; display: grid; grid-template-columns: 44% 56%; align-items: center; }
.hero-copy { padding: 72px 52px 54px 6px; }
.hero-copy h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(62px,6vw,90px);
  font-weight: 850;
  line-height: .92;
  letter-spacing: -.045em;
}
.hero-lead { max-width: 560px; margin: 28px 0 25px; color: #555555; font-size: 21px; line-height: 1.55; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.hero-tags span { padding: 9px 14px; border: 1px solid #c9c9c9; border-radius: 100px; background: rgba(255,255,255,.68); font-size: 14px; font-weight: 750; }
.hero-actions { display: flex; gap: 12px; }
.hero-visual { position: relative; padding: 48px 4px 20px 35px; }
.hero-photo { height: 460px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.catalog-card {
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 250px;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: var(--white);
  border-radius: 10px;
  background: linear-gradient(145deg,#171717,#050505);
  box-shadow: 0 22px 40px rgba(0,0,0,.25);
  transform: rotate(-5deg);
}
.catalog-card span { color: #f04a51; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.catalog-card strong { margin: 10px 0 20px; font-size: 28px; line-height: 1.08; }
.catalog-card small { color: rgba(255,255,255,.75); font-size: 13px; }
.hero-stats { display: flex; gap: 0; width: 50%; margin: -22px 0 0; padding: 0; }
.hero-stats div { min-width: 145px; padding-right: 32px; }
.hero-stats dt { color: var(--green); font-family: var(--display); font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.hero-stats dd { margin: 8px 0 0; color: var(--muted); font-size: 14px; }

.heading-wide { max-width: 940px; }
.gallery-showcase { display: grid; gap: 14px; }
.gallery-frame { position: relative; height: 610px; margin: 0; overflow: hidden; border-radius: 14px; background: var(--cream); box-shadow: var(--shadow); }
.gallery-frame > img { height: 100%; object-fit: cover; transition: opacity .22s ease; }
.gallery-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; pointer-events: none; background: linear-gradient(transparent,rgba(0,0,0,.68)); }
.gallery-caption { position: absolute; z-index: 2; left: 34px; bottom: 30px; display: grid; gap: 7px; color: var(--white); }
.gallery-caption span { color: rgba(255,255,255,.74); font-size: 13px; font-weight: 750; letter-spacing: .08em; }
.gallery-caption strong { max-width: 700px; font-size: 30px; line-height: 1.15; }
.gallery-controls { position: absolute; z-index: 3; right: 28px; bottom: 26px; display: flex; gap: 8px; }
.gallery-controls button { width: 50px; height: 50px; display: grid; place-items: center; padding: 0; color: var(--ink); border: 0; border-radius: 50%; background: var(--white); cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.gallery-controls button:hover { color: var(--white); background: var(--green); transform: translateY(-2px); }
.gallery-controls svg { width: 24px; }
.gallery-strip { display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; }
.gallery-strip button { position: relative; height: 104px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 9px; background: var(--cream); cursor: pointer; opacity: .55; transition: opacity .2s, border-color .2s, transform .2s; }
.gallery-strip button:hover { opacity: .82; }
.gallery-strip button.active { border-color: var(--green); opacity: 1; transform: translateY(-2px); }
.gallery-strip img { height: 100%; object-fit: cover; }
.gallery-strip span { position: absolute; right: 7px; bottom: 6px; min-width: 26px; padding: 4px 6px; color: var(--white); border-radius: 4px; background: rgba(0,0,0,.72); font-size: 11px; font-weight: 800; text-align: center; }

.about-grid { display: grid; grid-template-columns: .9fr 1.15fr; align-items: start; gap: 11%; }
.about .section-heading { margin: 0; }
.detail-list { margin: 0; padding: 10px 0 0; list-style: none; border-top: 1px solid #d2d2d2; }
.detail-list li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid #d2d2d2; }
.detail-list > li > span { color: var(--gold); font-family: var(--display); font-size: 23px; }
.detail-list h3 { margin: 1px 0 7px; font-size: 20px; }
.detail-list p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.project-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px 13px; }
.plan-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--white); transition: opacity .2s, transform .2s, box-shadow .2s; }
.plan-card[hidden] { display: none; }
.plan-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0,0,0,.09); }
.project-open { width: 100%; display: grid; padding: 0; text-align: left; border: 0; background: transparent; cursor: pointer; }
.plan-image { position: relative; height: 255px; display: block; overflow: hidden; background: #f4f4f4; }
.plan-image > img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.plan-image .project-photo { position: absolute; top: 10px; left: 10px; width: 72px; height: 52px; object-fit: cover; border: 4px solid var(--white); border-radius: 3px; box-shadow: 0 5px 12px rgba(0,0,0,.16); mix-blend-mode: normal; }
.plan-label { position: absolute; right: 9px; top: 9px; padding: 6px 9px; border-radius: 100px; color: var(--white); background: var(--green); font-size: 11px; font-weight: 800; }
.plan-meta { display: grid; padding: 17px 16px 15px; border-top: 1px solid var(--line); }
.plan-meta h3 { margin: 0 0 9px; font-family: var(--display); font-size: 28px; font-weight: 850; letter-spacing: -.03em; }
.plan-meta .project-type { margin-bottom: 14px; color: var(--muted); font-size: 15px; line-height: 1.45; }
.plan-features { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 14px; }
.plan-features span { color: var(--muted); font-size: 14px; }
.plan-price { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.plan-price strong { color: var(--green); font-size: 20px; }
.plan-price svg { width: 22px; color: var(--green); }
.catalog-cta { margin-top: 30px; min-height: 210px; display: grid; grid-template-columns: 1.25fr .8fr auto; align-items: center; gap: 40px; padding: 38px 44px; color: var(--white); border-radius: 12px; background: linear-gradient(120deg,#0b0b0b 0 58%,#2b090c 78%,#cf1019); box-shadow: var(--shadow); }
.catalog-cta span { color: #f04a51; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.catalog-cta h3 { max-width: 540px; margin: 10px 0 0; font-size: 29px; line-height: 1.15; }
.catalog-cta ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: 14px; }
.catalog-cta li::before { content: "•"; margin-right: 8px; color: #ef3039; }

.split-section { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 9%; }
.split-media { padding-left: 18px; }
.split-media img { height: 480px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.split-copy { max-width: 590px; }
.split-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.check-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; font-size: 16px; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 9px; height: 9px; border: 2px solid var(--green); border-radius: 50%; }

.location-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: start; gap: 11%; }
.location-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.location-visual { position: relative; margin-top: 30px; }
.location-visual img { height: 340px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.location-visual span { position: absolute; left: 20px; bottom: 18px; padding: 10px 14px; border-radius: 4px; color: var(--white); background: var(--green); font-size: 13px; font-weight: 800; }
.compact-form, .calculator-card, .quiz-card {
  padding: 34px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.compact-form h3, .calculator-card h3 { margin: 0 0 26px; font-size: 27px; line-height: 1.2; }
.compact-form label, .calculator-card label { display: grid; gap: 8px; margin-bottom: 16px; }
.compact-form label > span, .calculator-card label > span { color: var(--muted); font-size: 14px; font-weight: 750; }
input, select { width: 100%; height: 52px; padding: 0 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; outline: none; background: var(--white); font-size: 16px; }
input:focus, select:focus { border-color: var(--green); }
.compact-form .button, .calculator-card .button, .quiz-card .button { width: 100%; }
.form-success { margin: 14px 0 0; padding-left: 12px; color: var(--green); border-left: 3px solid var(--green); font-size: 14px; }
.form-success.error { color: #b00016; border-left-color: #b00016; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.advantages .section-heading { max-width: 900px; }
.advantage-layout { display: grid; grid-template-columns: .7fr 1.4fr .7fr; grid-template-rows: 1fr auto; gap: 12px; }
.advantage-layout article { min-height: 205px; padding: 27px; border-radius: 10px; background: var(--white); }
.advantage-layout article strong { color: var(--gold); font-family: var(--display); font-size: 58px; line-height: 1; }
.advantage-layout article h3 { margin: 9px 0 6px; font-size: 20px; }
.advantage-layout article p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.advantage-layout figure { grid-row: span 2; margin: 0; overflow: hidden; border-radius: 5px; }
.advantage-layout figure img { height: 100%; object-fit: cover; }
.advantage-tags { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 7px; padding-top: 12px; }
.advantage-tags span { padding: 7px 10px; border-bottom: 1px solid #bdbdbd; color: var(--muted); font-size: 11px; }

.calculator-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 11%; align-items: center; }
.calculator-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.calculator-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.calculator-points span { color: var(--muted); font-size: 15px; line-height: 1.45; }
.calculator-card { background: #fafafa; }
.calc-result { display: grid; gap: 6px; margin: 22px 0 18px; padding: 20px; color: var(--white); border-radius: 4px; background: var(--green); }
.calc-result span { color: rgba(255,255,255,.7); font-size: 12px; }
.calc-result strong { font-size: 32px; letter-spacing: -.03em; }
.calculator-card > input { margin-bottom: 12px; }

.worksite-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 8%; align-items: end; }
.worksite > .page-container > div > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.worksite-image { position: relative; margin-top: 28px; }
.worksite-image img { height: 360px; object-fit: cover; border-radius: 6px; }
.worksite-image span { position: absolute; left: 18px; bottom: 17px; padding: 8px 12px; border-radius: 100px; color: var(--white); background: var(--green); font-size: 11px; font-weight: 750; }
.worksite-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.worksite-notes article { min-height: 150px; padding: 24px; border-radius: 10px; background: var(--white); }
.worksite-notes article:last-child { grid-column: 1/-1; }
.worksite-notes strong { font-size: 17px; }
.worksite-notes p { margin: 9px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

.completed .section-heading { max-width: 850px; }
.completed-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px 18px; }
.completed-card { min-width: 0; height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.completed-card:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(0,0,0,.1); }
.completed-open { width: 100%; height: 100%; display: grid; grid-template-rows: auto 1fr; padding: 0; text-align: left; border: 0; background: transparent; cursor: pointer; }
.completed-media { position: relative; height: 280px; display: block; overflow: hidden; background: #e8e8e8; }
.completed-cover { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.completed-card:hover .completed-cover { transform: scale(1.025); }
.completed-preview { position: absolute; left: 14px; bottom: 14px; width: 88px; height: 64px; object-fit: cover; border: 4px solid var(--white); border-radius: 5px; box-shadow: 0 7px 18px rgba(0,0,0,.24); }
.completed-label { position: absolute; right: 10px; top: 10px; padding: 7px 11px; color: var(--white); border-radius: 100px; background: var(--green); font-size: 12px; font-weight: 800; }
.completed-meta { display: grid; align-content: start; padding: 24px 20px 20px; border-top: 1px solid var(--line); }
.completed-meta > strong { min-height: 61px; margin: 0 0 11px; font-family: var(--display); font-size: 26px; font-weight: 850; line-height: 1.08; letter-spacing: -.025em; }
.completed-type { margin-bottom: 18px; color: var(--muted); font-size: 15px; }
.completed-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.completed-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--green); font-size: 17px; font-weight: 800; }
.completed-link svg { width: 25px; }
.completed-card:nth-last-child(2) { grid-column: 2; }

.reviews-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; align-items: start; }
.review-card { grid-column: span 4; min-height: 290px; display: grid; align-content: start; gap: 26px; margin: 0; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: 10px; background: var(--white); box-shadow: 0 10px 24px rgba(0,0,0,.055); }
.review-card-wide { grid-column: span 7; }
.review-card-accent { grid-column: span 5; background: #f9f9f9; }
.review-card-featured { grid-column: span 4; }
.review-card-dark { grid-column: span 4; color: var(--white); border-color: #171717; border-top-color: var(--green); background: #171717; }
.review-author { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.review-avatar { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--green); font-size: 17px; font-weight: 850; }
.review-author > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.review-author strong { font-size: 17px; line-height: 1.2; }
.review-author small { color: var(--muted); font-size: 12px; line-height: 1.35; }
.review-stars { color: var(--green); font-size: 18px; letter-spacing: .04em; white-space: nowrap; }
.review-card blockquote { margin: 0; font-size: 20px; font-weight: 570; line-height: 1.55; letter-spacing: -.012em; }
.review-card-dark .review-author small { color: rgba(255,255,255,.58); }
.review-card-dark blockquote { color: rgba(255,255,255,.9); }

.process-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 11%; align-items: center; }
.process .section-heading { margin: 0; }
.progress-card { margin: 0; padding: 30px 34px; list-style: none; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
.progress-card li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.progress-card li:last-child { border-bottom: 0; }
.progress-card > li > span { color: var(--gold); font-family: var(--display); font-size: 20px; }
.progress-card div { display: grid; gap: 4px; }
.progress-card strong { font-size: 18px; }
.progress-card small { color: var(--muted); font-size: 15px; }

.quiz-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 12%; }
.quiz-grid > div > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.contact-direct { display: grid; gap: 10px; margin-top: 28px; }
.contact-direct a { width: fit-content; display: grid; gap: 3px; }
.contact-direct span { color: var(--muted); font-size: 13px; }
.contact-direct strong { font-size: 22px; }
.quiz-card fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 20px; padding: 0; border: 0; }
.quiz-card legend { grid-column: 1/-1; margin-bottom: 10px; font-size: 15px; font-weight: 800; }
.quiz-card fieldset label { display: flex; gap: 8px; align-items: center; padding: 11px; border: 1px solid var(--line); border-radius: 3px; font-size: 14px; }
.quiz-card input[type="radio"] { width: 14px; height: 14px; accent-color: var(--green); }
.quiz-phone { display: grid; gap: 7px; margin-bottom: 12px; }
.quiz-phone > span { color: var(--muted); font-size: 13px; }
.form-note { margin: 11px 0 0; color: #929292; font-size: 11px; line-height: 1.4; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 36px; font-size: 13px; }
.footer-grid nav { display: flex; gap: 22px; }
.footer-grid > p { grid-column: 1/-1; margin: 0; padding-top: 18px; color: #939393; border-top: 1px solid var(--line); }

.project-dialog {
  width: min(1420px,calc(100vw - 28px));
  height: min(880px,calc(100vh - 28px));
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--white);
}
.project-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
.project-dialog[open] { display: grid; grid-template-columns: minmax(0,72%) minmax(330px,28%); }
.dialog-close { position: absolute; z-index: 8; top: 14px; right: 14px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; cursor: pointer; font-size: 30px; line-height: 1; background: var(--cream); box-shadow: 0 5px 16px rgba(0,0,0,.14); }
.dialog-gallery { min-width: 0; min-height: 0; display: grid; grid-template-rows: minmax(0,1fr) 86px; background: #111; }
.dialog-stage { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #151515; }
.dialog-image-open { width: 100%; height: 100%; display: grid; place-items: center; padding: 0; border: 0; cursor: zoom-in; background: transparent; }
.dialog-image-open img { width: 100%; height: 100%; object-fit: contain; }
.dialog-zoom-hint { position: absolute; left: 20px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: var(--white); border-radius: 6px; background: rgba(0,0,0,.68); font-size: 13px; font-weight: 750; pointer-events: none; }
.dialog-zoom-hint svg { width: 20px; }
.dialog-nav { position: absolute; z-index: 3; top: 50%; width: 54px; height: 54px; display: grid; place-items: center; padding: 0; color: var(--ink); border: 0; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 8px 22px rgba(0,0,0,.24); cursor: pointer; transform: translateY(-50%); }
.dialog-nav:hover { color: var(--white); background: var(--green); }
.dialog-nav svg { width: 26px; }
.dialog-nav-prev { left: 18px; }
.dialog-nav-next { right: 18px; }
.dialog-counter { position: absolute; z-index: 3; right: 20px; bottom: 18px; padding: 9px 12px; color: var(--white); border-radius: 6px; background: rgba(0,0,0,.68); font-size: 13px; font-weight: 800; }
.dialog-thumbs { display: flex; gap: 9px; padding: 14px 16px; overflow-x: auto; background: #0d0d0d; scrollbar-color: #555 #151515; }
.dialog-thumbs button { width: 84px; height: 58px; flex: none; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; cursor: pointer; background: #222; opacity: .62; }
.dialog-thumbs button.active { border-color: var(--green); }
.dialog-thumbs button.active { opacity: 1; }
.dialog-thumbs img { height: 100%; object-fit: cover; }
.dialog-content { min-width: 0; align-self: center; padding: 64px 38px 40px; }
.dialog-area { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.dialog-content h2 { margin: 9px 0 18px; font-family: var(--display); font-size: clamp(40px,4vw,60px); line-height: .98; letter-spacing: -.05em; }
.dialog-content > p { color: var(--muted); font-size: 16px; line-height: 1.58; }
.price-list { margin: 25px 0; border-top: 1px solid var(--line); }
.price-list div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.price-list span { color: var(--muted); }
.price-list strong { white-space: nowrap; }
.dialog-request { width: 100%; }

.image-lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 0; overflow: hidden; border: 0; background: #070707; }
.image-lightbox::backdrop { background: rgba(0,0,0,.96); }
.image-lightbox[open] { display: block; }
.lightbox-stage { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 70px 96px 86px; }
.lightbox-stage img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; cursor: zoom-in; transition: width .2s ease; }
.lightbox-stage.zoomed { align-items: flex-start; justify-content: flex-start; overflow: auto; }
.lightbox-stage.zoomed img { width: 160%; max-width: none; max-height: none; margin: auto; cursor: zoom-out; }
.lightbox-close { position: fixed; z-index: 4; top: 18px; right: 22px; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(20,20,20,.8); cursor: pointer; font-size: 32px; line-height: 1; }
.lightbox-nav { position: fixed; z-index: 4; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; padding: 0; color: var(--ink); border: 0; border-radius: 50%; background: rgba(255,255,255,.94); cursor: pointer; transform: translateY(-50%); }
.lightbox-nav:hover { color: var(--white); background: var(--green); }
.lightbox-nav svg { width: 28px; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-counter { position: fixed; z-index: 4; left: 50%; bottom: 24px; padding: 9px 13px; color: var(--white); border-radius: 6px; background: rgba(20,20,20,.82); font-size: 14px; font-weight: 800; transform: translateX(-50%); }
.lightbox-zoom { position: fixed; z-index: 4; right: 22px; bottom: 22px; padding: 10px 14px; color: var(--white); border: 1px solid rgba(255,255,255,.26); border-radius: 6px; background: rgba(20,20,20,.82); cursor: pointer; font-size: 13px; font-weight: 750; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .site-nav { position: absolute; top: 84px; left: 0; right: 0; z-index: 8; display: none; padding: 20px; border-radius: 5px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .header-contact { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr 1.1fr; }
  .hero-stats { width: 55%; }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-cta { grid-template-columns: 1fr auto; }
  .catalog-cta ul { display: none; }
  .advantage-layout { grid-template-columns: 1fr 1.5fr 1fr; }
  .completed-grid { grid-template-columns: repeat(2,1fr); }
  .completed-card:nth-last-child(2) { grid-column: auto; }
  .review-card, .review-card-wide, .review-card-accent, .review-card-featured, .review-card-dark { grid-column: span 6; }
}

@media (max-width: 760px) {
  .page-container { width: min(100% - 30px,var(--container)); }
  .section-white, .section-cream { padding: 68px 0; }
  .section-heading h2, .split-copy h2, .location-copy h2, .calculator-copy h2, .worksite h2, .quiz h2 { font-size: clamp(34px,10vw,46px); }
  .site-header { height: 66px; padding: 0 14px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark img { width: 123px; height: 123px; transform: translate(-42px,-26px); }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 8px; }
  .site-nav { top: 72px; }
  .hero { padding-top: 12px; padding-bottom: 42px; }
  .hero-shape { inset: 33% 0 0 0; clip-path: polygon(30% 0,100% 0,100% 100%,0 100%,0 14%); }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { width: 100%; min-width: 0; padding: 52px 0 18px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(48px,13vw,58px); }
  .hero-lead { margin: 22px 0; font-size: 19px; }
  .hero-tags { gap: 6px; }
  .hero-tags span { font-size: 11px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { width: 100%; padding: 28px 0 42px; }
  .hero-photo { height: 300px; }
  .catalog-card { right: 5px; bottom: 7px; width: 190px; min-height: 155px; padding: 20px; }
  .catalog-card strong { font-size: 20px; margin: 8px 0 13px; }
  .hero-stats { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); margin: 10px 0 0; }
  .hero-stats div { min-width: 0; padding-right: 10px; }
  .hero-stats dt { font-size: 23px; }
  .hero-stats dd { font-size: 11px; }
  .gallery-frame { height: 320px; border-radius: 11px; }
  .gallery-caption { left: 18px; right: 112px; bottom: 19px; }
  .gallery-caption span { font-size: 11px; }
  .gallery-caption strong { font-size: 20px; }
  .gallery-controls { right: 16px; bottom: 16px; gap: 6px; }
  .gallery-controls button { width: 42px; height: 42px; }
  .gallery-strip { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 120px; padding: 2px 0 8px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .gallery-strip button { height: 82px; }
  .about-grid, .split-section, .location-grid, .calculator-grid, .worksite-grid, .process-grid, .quiz-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-list { padding-top: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .plan-image { height: 300px; }
  .catalog-cta { grid-template-columns: 1fr; padding: 28px 24px; }
  .catalog-cta .button { width: 100%; }
  .split-media { padding-left: 0; }
  .split-media img { height: 360px; }
  .location-visual img { height: 260px; }
  .compact-form, .calculator-card, .quiz-card { padding: 24px 20px; }
  .advantage-layout { grid-template-columns: 1fr; }
  .advantage-layout figure { grid-column: auto; grid-row: auto; height: 300px; }
  .advantage-layout article,
  .advantage-layout article:nth-of-type(3) { width: 100%; grid-column: auto; min-height: 170px; }
  .calculator-points { grid-template-columns: 1fr; }
  .worksite-image img { height: 290px; }
  .worksite-notes { grid-template-columns: 1fr; }
  .worksite-notes article:last-child { grid-column: auto; }
  .completed-grid { grid-template-columns: 1fr; }
  .completed-media { height: 300px; }
  .completed-meta > strong { min-height: 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card, .review-card-wide, .review-card-accent, .review-card-featured, .review-card-dark { grid-column: auto; }
  .review-card { min-height: 0; padding: 24px 20px; }
  .review-author { grid-template-columns: auto 1fr; }
  .review-stars { grid-column: 2; }
  .review-card blockquote { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid nav { grid-column: 1/-1; flex-wrap: wrap; }
  .project-dialog { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; border-radius: 0; }
  .project-dialog[open] { grid-template-columns: 1fr; grid-template-rows: minmax(430px,58vh) auto; overflow-y: auto; }
  .dialog-gallery { grid-template-rows: minmax(0,1fr) 78px; }
  .dialog-content { padding: 36px 20px 28px; }
  .dialog-content h2 { font-size: 42px; }
  .dialog-nav { width: 46px; height: 46px; }
  .dialog-nav-prev { left: 10px; }
  .dialog-nav-next { right: 10px; }
  .dialog-zoom-hint { left: 12px; bottom: 12px; font-size: 11px; }
  .dialog-counter { right: 12px; bottom: 12px; }
  .dialog-close { top: 10px; right: 10px; }
  .lightbox-stage { padding: 72px 16px 112px; }
  .lightbox-stage.zoomed img { width: 190%; }
  .lightbox-nav { top: auto; bottom: 22px; width: 48px; height: 48px; transform: none; }
  .lightbox-prev { left: 16px; }
  .lightbox-next { right: 16px; }
  .lightbox-counter { bottom: 28px; }
  .lightbox-zoom { right: 50%; bottom: 82px; transform: translateX(50%); }
}

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