:root {
  --ink: #151814;
  --ink-2: #242822;
  --paper: #f5f0e6;
  --paper-2: #e9e1d3;
  --white: #fffdf7;
  --gold: #d1a52d;
  --gold-light: #f0ce65;
  --sage: #707a6d;
  --line: rgba(21, 24, 20, .18);
  --radius: 2px;
  --shadow: 0 28px 70px rgba(9, 13, 10, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 30; height: 84px; display: flex; align-items: center; gap: 36px; padding: 10px clamp(22px, 4vw, 68px); border-bottom: 1px solid rgba(255,255,255,.1); color: var(--white); background: rgba(18, 21, 19, .94); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: Georgia, serif; font-size: 24px; color: var(--gold-light); letter-spacing: .03em; }
.brand small { margin-top: 6px; color: #dfded7; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { position: relative; color: #dfded7; text-decoration: none; font-size: 13px; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 23px; border: 1px solid var(--gold); border-radius: var(--radius); background: var(--gold); color: #141710; font-weight: 800; font-size: 13px; letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); box-shadow: 0 12px 30px rgba(209, 165, 45, .18); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-wide { width: 100%; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .23em; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.02; letter-spacing: -.035em; }

.hero { min-height: calc(100svh - 84px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, .95fr); background: var(--ink); color: var(--white); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 138px) clamp(30px, 7vw, 116px); padding-right: clamp(36px, 4vw, 70px); }
.hero h1 { max-width: 750px; margin-bottom: 28px; font-size: clamp(48px, 5.4vw, 86px); font-weight: 500; }
.hero-lede { max-width: 680px; margin: 0; color: #bbbdb5; font-size: clamp(16px, 1.35vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.text-link { color: #f0eee6; text-decoration: none; font-size: 13px; font-weight: 750; border-bottom: 1px solid #686d64; padding-block: 12px 8px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 700px; margin-top: 68px; padding-top: 23px; border-top: 1px solid #383d37; color: #bebfb8; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.trust-row span { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.trust-row b { color: var(--gold); }
.hero-visual { position: relative; min-height: 620px; background: #8a8f84; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.3), transparent 32%), linear-gradient(150deg, transparent 0 40%, rgba(10,15,12,.18) 75%); }
.visual-topline { position: absolute; z-index: 2; top: 32px; left: 32px; right: 32px; display: flex; justify-content: space-between; color: #eff0e9; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.hero-house { position: absolute; width: 115%; max-width: none; left: -12%; bottom: -2%; }
.visual-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(330px, 70%); padding: 25px 30px; color: var(--ink); background: var(--paper); display: grid; }
.visual-card small { color: #767b72; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.visual-card strong { margin: 5px 0 12px; font-family: Georgia, serif; font-size: 20px; }
.visual-card span { color: #656961; font-size: 10px; }

.plan-studio { padding: clamp(78px, 10vw, 145px) clamp(22px, 5vw, 84px); background: var(--paper); }
.section-heading { max-width: 1320px; margin: 0 auto 55px; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; }
.section-heading h2, .build-section h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 70px); font-weight: 500; }
.section-heading > p { max-width: 620px; margin: 0; color: #656a62; }
.plan-tabs { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-bottom: 0; background: rgba(255,255,255,.3); }
.plan-tabs button { min-height: 70px; border: 0; border-right: 1px solid var(--line); background: transparent; color: #60655d; font-weight: 750; cursor: pointer; transition: .2s; }
.plan-tabs button:last-child { border-right: 0; }
.plan-tabs button span { display: block; margin-bottom: 4px; color: #9b9d96; font-size: 9px; letter-spacing: .13em; }
.plan-tabs button[aria-selected="true"] { color: var(--ink); background: var(--gold); }
.plan-tabs button[aria-selected="true"] span { color: #403813; }
.studio-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(380px, .75fr); background: var(--white); box-shadow: var(--shadow); }
.plan-preview { min-width: 0; border-right: 1px solid var(--line); }
.preview-toolbar { min-height: 76px; display: flex; justify-content: space-between; align-items: center; padding: 0 28px; border-bottom: 1px solid var(--line); }
.preview-toolbar > div:first-child { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(209,165,45,.15); }
.view-switch { display: flex; padding: 3px; background: #ece7dd; }
.view-switch button { min-height: 34px; padding: 0 13px; border: 0; background: transparent; color: #6c7168; font-size: 11px; cursor: pointer; }
.view-switch .active { background: var(--ink); color: white; }
.preview-canvas { position: relative; min-height: 500px; display: grid; place-items: center; padding: 35px; background-color: #f8f5ed; background-image: linear-gradient(rgba(31,35,31,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(31,35,31,.035) 1px, transparent 1px); background-size: 24px 24px; overflow: hidden; }
#floor-svg { width: 100%; max-height: 455px; }
.floor-content { font-family: Inter, ui-sans-serif, sans-serif; }
.room-fill { fill: rgba(255,255,255,.86); }
.wet-fill { fill: #dce5e1; }
.service-fill { fill: #e9dfca; }
.floor-outline { fill: none; stroke: #252a25; stroke-width: 7; stroke-linejoin: round; }
.floor-wall { fill: none; stroke: #252a25; stroke-width: 4; stroke-linejoin: round; }
.kitchen-counter { fill: #c9bda8; stroke: #727970; stroke-width: 2; }
.fixture { fill: none; stroke: #788078; stroke-width: 2; }
.furniture { fill: #e7e1d5; stroke: #8b9188; stroke-width: 2; }
.door-swing { fill: none; stroke: #6e756d; stroke-width: 2; }
.window { fill: none; stroke: var(--gold); stroke-width: 7; stroke-linecap: square; }
.patio-fill { fill: #e1dbcf; stroke: #838980; stroke-width: 1.5; stroke-dasharray: 6 5; }
.room-name { fill: #2d332d; font-size: 11px; font-weight: 850; text-anchor: middle; letter-spacing: .03em; }
.room-size { fill: #737a72; font-size: 8px; text-anchor: middle; }
.outdoor-label { fill: #626860; font-size: 8px; font-weight: 800; text-anchor: middle; letter-spacing: .1em; }
.plan-note { fill: #6f756d; font-size: 7.5px; text-anchor: middle; letter-spacing: .12em; }
.plan-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.plan-stats span { display: grid; padding: 21px 24px; border-right: 1px solid var(--line); }
.plan-stats span:last-child { border-right: 0; }
.plan-stats small { color: #83877f; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.plan-stats strong { margin-top: 4px; font-size: 16px; }
.model-view { position: absolute; inset: 0; }
.model-stage { position: relative; width: 100%; height: 100%; min-height: 500px; display: grid; place-items: center; perspective: 900px; }
.model-ground { position: absolute; width: 430px; height: 300px; background: #c3c2b3; transform: rotateX(68deg) rotateZ(-28deg); box-shadow: 30px 35px 60px rgba(0,0,0,.18); }
.model-home { z-index: 2; position: relative; width: 300px; height: 150px; margin-top: 10px; background: #cfc3b0; transform: rotateY(-24deg); box-shadow: 20px 35px 45px rgba(0,0,0,.22); }
.model-home::after { content: ""; position: absolute; left: -75px; top: 0; width: 75px; height: 150px; background: #a99c87; transform-origin: right; transform: skewY(-40deg); }
.model-roof { position: absolute; left: -22px; top: -85px; width: 345px; height: 108px; background: #272b27; clip-path: polygon(0 100%, 50% 0, 100% 100%); }
.model-door { position: absolute; left: 50px; bottom: 0; width: 52px; height: 92px; background: #555e58; }
.model-home i, .model-home b { position: absolute; top: 47px; width: 58px; height: 45px; background: #839793; border: 5px solid #ede4d5; }
.model-home i { left: 134px; } .model-home b { left: 216px; }
.model-caption { position: absolute; left: 25px; bottom: 22px; display: grid; padding: 12px 15px; background: rgba(255,255,255,.88); }
.model-caption span { font-weight: 800; font-size: 12px; }
.model-caption small { color: #6d726a; }

.plan-configurator { padding: 40px clamp(25px, 3.2vw, 48px); }
.config-kicker { margin: 0 0 8px; color: var(--gold); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .17em; }
.plan-configurator h3 { margin-bottom: 14px; font-size: 32px; font-weight: 500; }
.plan-configurator > p { color: #696e66; font-size: 13px; }
.plan-configurator fieldset { margin: 30px 0 22px; padding: 0; border: 0; }
.plan-configurator legend { margin-bottom: 10px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.plan-configurator label { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.plan-configurator input { appearance: none; width: 20px; height: 20px; border: 1px solid #93978f; display: grid; place-items: center; }
.plan-configurator input::after { content: "✓"; opacity: 0; font-size: 12px; font-weight: 900; }
.plan-configurator input:checked { border-color: var(--gold); background: var(--gold); }
.plan-configurator input:checked::after { opacity: 1; }
.plan-configurator label span { display: grid; }
.plan-configurator label b { font-size: 12px; }
.plan-configurator label small { color: #7c8078; font-size: 10px; }
.plan-configurator label em { color: #6e736a; font-size: 10px; font-style: normal; }
.estimate-card { padding: 19px 20px; color: white; background: var(--ink-2); }
.estimate-card small { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.estimate-card strong { display: block; margin: 3px 0 7px; font-family: Georgia, serif; font-size: clamp(24px, 2.5vw, 35px); font-weight: 500; }
.estimate-card p { margin: 0; color: #adafa9; font-size: 9px; line-height: 1.45; }
.config-actions { display: grid; gap: 8px; margin-top: 16px; }
.compare-button { min-height: 42px; border: 0; background: transparent; color: #4c514a; font-size: 11px; font-weight: 750; cursor: pointer; }

.project-presentation { max-width: 1320px; margin: 90px auto 0; display: grid; grid-template-columns: .64fr 1.36fr; gap: clamp(24px, 4vw, 60px); align-items: stretch; }
.project-intro { padding: 30px 35px 30px 0; }
.project-intro h3 { font-size: 34px; font-weight: 500; }
.project-intro > p:last-child { color: #666b63; font-size: 13px; }
.dark-link { display: inline-block; margin-top: 12px; color: var(--ink); border-color: #aaa596; }
.work-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 520px; }
.work-shot { position: relative; min-height: 250px; margin: 0; overflow: hidden; background: #252a26; }
.work-shot-main { grid-row: 1 / 3; }
.work-shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.05); transition: transform .5s ease, filter .5s ease; }
.work-shot:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.work-shot::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,12,9,.88)); }
.work-shot figcaption { position: absolute; z-index: 2; left: 22px; right: 18px; bottom: 19px; display: grid; color: white; }
.work-shot figcaption span { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.work-shot figcaption strong { margin-top: 3px; font-family: Georgia, serif; font-size: 18px; }
.client-proof { max-width: 1320px; margin: 22px auto 0; display: grid; grid-template-columns: .82fr 1fr 1fr; border: 1px solid var(--line); background: rgba(255,255,255,.4); }
.proof-heading { padding: 30px; }
.proof-heading h3 { margin: 0; font-size: 27px; font-weight: 500; }
.client-proof blockquote { margin: 0; padding: 28px 30px; border-left: 1px solid var(--line); }
.stars { color: var(--gold); font-size: 12px; letter-spacing: .16em; }
.client-proof blockquote p { margin: 13px 0 8px; font-family: Georgia, serif; font-size: 20px; }
.client-proof blockquote span { display: block; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.client-proof blockquote small { display: block; margin-top: 13px; color: #6f746c; font-size: 10px; line-height: 1.55; }
.comparison-drawer { position: fixed; z-index: 50; left: 50%; bottom: 18px; width: min(980px, calc(100% - 30px)); transform: translateX(-50%); display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 20px; padding: 16px 18px; color: white; background: #171a17; box-shadow: 0 18px 60px rgba(0,0,0,.35); }
.comparison-drawer[hidden] { display: none; }
.comparison-drawer > div:first-child { display: grid; }
.comparison-drawer span { color: #aeb1aa; font-size: 10px; }
.comparison-list { display: flex; gap: 10px; overflow-x: auto; }
.comparison-item { min-width: 150px; padding: 9px 12px; border: 1px solid #3b413a; display: grid; font-size: 11px; }
.comparison-item small { color: var(--gold-light); }
.comparison-drawer > button { border: 0; color: white; background: transparent; font-size: 24px; cursor: pointer; }

.services-section { padding: clamp(80px, 10vw, 140px) clamp(22px, 6vw, 96px); color: var(--white); background: #222722; }
.services-heading { max-width: 1320px; margin: 0 auto 52px; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; }
.services-heading h2, .financing-section h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); font-weight: 500; }
.services-heading > p { margin: 0; color: #b8bbb4; }
.service-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #454b44; border-left: 1px solid #454b44; }
.service-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid #454b44; border-bottom: 1px solid #454b44; background: #1b1f1b; transition: transform .25s, background .25s; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-4px); background: #292f29; }
.service-card-featured { color: var(--ink); background: var(--gold); }
.service-card-featured:hover { background: var(--gold-light); }
.service-number { margin-bottom: 42px; color: var(--gold-light); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.service-card-featured .service-number { color: #584815; }
.service-card h3 { margin-bottom: 14px; font-size: 26px; font-weight: 500; }
.service-card p { margin: 0; color: #b8bbb4; font-size: 12px; }
.service-card-featured p { color: #3f3a27; }
.service-card a { width: fit-content; margin-top: auto; padding-top: 28px; border-bottom: 1px solid #5d645b; color: var(--gold-light); font-size: 11px; font-weight: 800; text-decoration: none; }
.service-card-featured a { border-color: #60521f; color: #22251f; }
.services-cta { max-width: 1320px; margin: 24px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 25px; border-left: 3px solid var(--gold); background: #2a302a; }
.services-cta p { margin: 0; color: #c4c7c0; }
.services-cta strong { color: var(--white); }

.financing-section { padding: clamp(70px, 9vw, 125px) clamp(22px, 7vw, 112px); background: var(--paper-2); }
.financing-panel { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .75fr; box-shadow: var(--shadow); }
.financing-copy { padding: clamp(38px, 6vw, 78px); color: var(--white); background: var(--ink); }
.financing-copy > p:not(.eyebrow) { max-width: 660px; color: #b8bbb4; }
.financing-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; margin: 32px 0 0; padding: 26px 0 0; border-top: 1px solid #3d433c; list-style: none; }
.financing-copy li { position: relative; padding-left: 22px; color: #d7d8d2; font-size: 12px; }
.financing-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); font-weight: 900; }
.financing-action { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 62px); background: var(--white); }
.finance-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 50%; color: white; background: #12669b; font-family: Georgia, serif; font-size: 30px; font-weight: 800; }
.financing-action > small:first-of-type { color: #747970; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.financing-action > strong { margin: 2px 0 14px; font-family: Georgia, serif; font-size: 30px; }
.financing-action p { color: #666b63; font-size: 12px; }
.financing-action .button { margin-top: 15px; }
.finance-disclaimer { display: block; margin-top: 14px; color: #7a7f76; font-size: 9px; line-height: 1.45; }

.build-section { color: white; background: #171a17; }
.build-wrap { display: grid; grid-template-columns: 1fr .86fr; gap: clamp(50px, 9vw, 145px); padding: clamp(80px, 10vw, 145px) clamp(22px, 7vw, 112px); }
.process-column h2 { max-width: 750px; }
.process-list { margin-top: 52px; border-top: 1px solid #3b403a; }
.process-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #3b403a; }
.process-list article > span { color: var(--gold); font-size: 11px; }
.process-list h3 { margin: 0 0 6px; font-family: inherit; font-size: 16px; letter-spacing: 0; }
.process-list p { max-width: 610px; margin: 0; color: #abadA6; font-size: 12px; }
.audience-note { margin-top: 34px; padding: 24px 26px; border-left: 3px solid var(--gold); background: #222722; }
.audience-note strong { font-family: Georgia, serif; font-size: 18px; }
.audience-note p { margin: 7px 0 0; color: #b6b9b1; font-size: 12px; }
.consultation-card { align-self: start; padding: clamp(30px, 4vw, 55px); color: var(--ink); background: var(--paper); box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.consultation-card h2 { font-size: clamp(40px, 4.2vw, 62px); }
.consultation-card > p:not(.eyebrow) { color: #6b7068; font-size: 13px; }
.consultation-card form { display: grid; gap: 17px; margin-top: 30px; }
.consultation-card label { display: grid; gap: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
input, select, textarea { width: 100%; border: 1px solid #c7c2b8; border-radius: 0; padding: 12px 13px; color: var(--ink); background: rgba(255,255,255,.62); font-size: 13px; text-transform: none; letter-spacing: 0; }
textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.audience-picker { margin: 0; padding: 0; border: 0; }
.audience-picker legend { margin-bottom: 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.audience-picker label { display: inline-block; cursor: pointer; }
.audience-picker input { position: absolute; opacity: 0; pointer-events: none; }
.audience-picker span { display: inline-block; padding: 9px 13px; border: 1px solid #bdb8ae; color: #686d65; font-size: 11px; text-transform: none; letter-spacing: 0; }
.audience-picker input:checked + span { border-color: var(--ink); color: white; background: var(--ink); }
.form-note { color: #797e76; text-align: center; font-size: 9px; }
.direct-contact { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 15px; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; }
.direct-contact span { color: #7a7e77; }
.direct-contact a { color: var(--ink); font-weight: 800; }
footer { min-height: 105px; display: flex; align-items: center; gap: 30px; padding: 18px clamp(22px, 5vw, 80px); border-top: 1px solid #373c36; color: #9da099; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; }
.footer-brand span { display: grid; }
.footer-brand strong { color: #e5e4dd; font-family: Georgia, serif; }
.footer-brand small, footer p, footer a { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
footer a { color: var(--gold-light); }

dialog { width: min(620px, calc(100% - 30px)); padding: 38px; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
dialog::backdrop { background: rgba(7,10,8,.77); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 17px; top: 13px; border: 0; background: transparent; font-size: 27px; cursor: pointer; }
dialog h2 { font-size: 43px; font-weight: 500; }
#brief-output { margin: 24px 0; border-block: 1px solid var(--line); }
.brief-row { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.brief-row:last-child { border-bottom: 0; }
.brief-row small { color: #787d75; text-transform: uppercase; letter-spacing: .1em; }
.dialog-note { color: #6f746c; font-size: 11px; }
.dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.button-secondary { border-color: var(--ink); color: white; background: var(--ink); }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 24px; transform: translate(-50%, 30px); padding: 11px 18px; color: white; background: #262b26; opacity: 0; pointer-events: none; transition: .25s; font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding-right: clamp(24px, 8vw, 88px); }
  .hero-visual { min-height: 560px; }
  .studio-grid { grid-template-columns: 1fr; }
  .plan-preview { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-presentation { grid-template-columns: 1fr; }
  .project-intro { max-width: 650px; }
  .client-proof { grid-template-columns: 1fr 1fr; }
  .proof-heading { grid-column: 1 / -1; }
  .client-proof blockquote:first-of-type { border-left: 0; }
  .services-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .financing-panel { grid-template-columns: 1fr; }
  .build-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 68px; padding: 8px 16px; }
  .brand img { width: 50px; height: 50px; }
  .brand span { display: none; }
  .site-header .button { min-height: 40px; padding: 0 13px; font-size: 10px; }
  .hero { min-height: 0; }
  .hero-copy { min-height: auto; padding: 70px 22px 55px; }
  .hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 7px; }
  .text-link { align-self: flex-start; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; margin-top: 44px; }
  .hero-visual { min-height: 430px; }
  .hero-house { width: 142%; left: -35%; bottom: 0; }
  .visual-card { width: 78%; padding: 18px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .plan-studio { padding-inline: 14px; }
  .plan-tabs { grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
  .plan-tabs button { border-bottom: 1px solid var(--line); }
  .plan-tabs button:nth-child(even) { border-right: 0; }
  .plan-tabs button:nth-child(n+3) { border-bottom: 0; }
  .preview-toolbar { min-height: 95px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; padding: 16px; }
  .preview-canvas { min-height: 340px; padding: 12px; }
  .model-stage { min-height: 340px; transform: scale(.75); }
  .plan-stats { grid-template-columns: 1fr 1fr; }
  .plan-stats span:nth-child(2) { border-right: 0; }
  .plan-stats span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .plan-configurator { padding: 32px 20px; }
  .plan-configurator label { grid-template-columns: auto 1fr; }
  .plan-configurator label em { grid-column: 2; }
  .project-presentation { grid-template-columns: 1fr; margin-top: 60px; }
  .project-intro { padding-right: 12px; }
  .work-gallery { grid-template-columns: 1fr; grid-template-rows: 310px 230px 230px; min-height: 0; }
  .work-shot-main { grid-row: auto; }
  .client-proof { grid-template-columns: 1fr; }
  .proof-heading { grid-column: auto; }
  .client-proof blockquote { border-left: 0; border-top: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .services-cta { align-items: stretch; flex-direction: column; }
  .financing-copy ul { grid-template-columns: 1fr; }
  .comparison-drawer { grid-template-columns: 1fr auto; }
  .comparison-list { grid-column: 1 / -1; grid-row: 2; }
  .comparison-drawer > button { grid-column: 2; grid-row: 1; }
  .build-wrap { padding-inline: 20px; }
  .field-row { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; }
  .brief-row { grid-template-columns: 1fr; gap: 3px; }
  .dialog-actions { grid-template-columns: 1fr; }
}

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