:root {
  --ink: #17231c;
  --ink-soft: #3d4a42;
  --forest: #1e3428;
  --forest-2: #294537;
  --cream: #f5f0e7;
  --paper: #fcfaf6;
  --line: #ddd7cc;
  --muted: #747b75;
  --accent: #d06d3c;
  --accent-dark: #ad4e24;
  --lime: #d9eea8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(24, 35, 29, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(34, 48, 40, .08);
  background: rgba(252, 250, 246, .88);
  backdrop-filter: blur(18px);
}

.header-inner { display: flex; min-height: 78px; align-items: center; gap: 32px; }

.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--forest);
}

.brand-mark svg { width: 25px; fill: var(--cream); }
.brand-mark svg path:last-child { fill: var(--accent); }

.desktop-nav { display: flex; align-items: center; gap: 28px; margin: auto; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }

.header-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.header-phone span { font-size: 15px; font-weight: 800; }
.header-phone small { margin-top: 4px; color: var(--accent-dark); font-size: 11px; }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--cream); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 99; inset: 78px 0 auto; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 750; }

.hero { position: relative; overflow: hidden; padding-top: 72px; background: radial-gradient(circle at 8% 10%, #fff 0, transparent 32%), var(--cream); }
.hero::after { position: absolute; right: -130px; bottom: -200px; width: 430px; height: 430px; border: 1px solid rgba(30, 52, 40, .12); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.eyebrow b { color: inherit; }
.eyebrow-light { color: var(--lime); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(48px, 5.8vw, 78px); line-height: .98; }
h1 em { display: block; color: var(--accent); font-weight: inherit; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.04; }
h3 { line-height: 1.2; }

.hero-lead { max-width: 580px; margin-bottom: 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(208, 109, 60, .32); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--forest); box-shadow: 0 12px 28px rgba(30, 52, 40, .22); }
.button-primary:hover { background: var(--forest-2); }
.button-ghost { border-color: var(--line); background: rgba(255, 255, 255, .55); }
.button-ghost:hover { background: var(--white); }
.button-accent { color: var(--white); background: var(--accent); box-shadow: 0 12px 28px rgba(208, 109, 60, .25); }
.button-accent:hover { background: var(--accent-dark); }
.button-wide { width: 100%; }

.hero-checks { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.hero-checks li { display: flex; align-items: center; gap: 7px; }
.hero-checks li > span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 11px; }

.hero-visual { position: relative; z-index: 1; }
.hero-room { width: 100%; border-radius: 34px; box-shadow: 0 32px 90px rgba(41, 51, 44, .2); }
.hero-badge { position: absolute; display: flex; align-items: center; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 17px; background: rgba(255, 255, 255, .9); box-shadow: 0 16px 44px rgba(23, 35, 28, .18); backdrop-filter: blur(10px); }
.hero-badge-top { top: 28px; right: -25px; flex-direction: column; align-items: flex-start; }
.hero-badge-top strong { color: var(--accent-dark); font: 500 27px/1 Georgia, serif; }
.hero-badge-top span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.hero-badge-bottom { bottom: 30px; left: -32px; gap: 12px; }
.hero-badge-bottom .badge-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-weight: 900; }
.hero-badge-bottom > span:last-child { display: flex; flex-direction: column; }
.hero-badge-bottom strong { font-size: 13px; }
.hero-badge-bottom small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.trust-strip { color: var(--cream); background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; min-height: 110px; align-items: center; gap: 14px; padding: 20px 30px; border-right: 1px solid rgba(255, 255, 255, .1); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255, 255, 255, .1); }
.trust-grid strong { color: var(--lime); font: 400 24px/1 Georgia, serif; }
.trust-grid span { max-width: 160px; font-size: 13px; font-weight: 650; line-height: 1.35; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.section-heading > p { max-width: 430px; margin-bottom: 4px; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 370px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { color: var(--cream); border-color: var(--forest); background: var(--forest); }
.service-card.featured::after { position: absolute; right: -70px; bottom: -85px; width: 220px; height: 220px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; content: ""; }
.service-icon { display: grid; width: 56px; height: 56px; margin-bottom: 46px; place-items: center; border-radius: 17px; color: var(--accent); background: var(--cream); }
.service-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px; }
.card-number { position: absolute; top: 35px; right: 28px; color: #aaa99f; font: 400 18px/1 Georgia, serif; }
.service-card h3 { margin-bottom: 14px; font: 500 28px/1.1 Georgia, serif; }
.service-card > p:not(.card-number) { min-height: 74px; margin-bottom: 28px; color: var(--muted); font-size: 14px; }
.service-card.featured > p:not(.card-number) { color: #bdc5be; }
.price-tag { display: inline-block; padding-top: 17px; border-top: 1px solid var(--line); font-size: 13px; }
.service-card.featured .price-tag { border-color: rgba(255, 255, 255, .15); }
.price-tag b { font-size: 18px; }
.service-label { position: absolute; top: 0; right: 28px; padding: 7px 12px; border-radius: 0 0 9px 9px; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.service-more { position: absolute; right: 30px; bottom: 31px; display: inline-flex; align-items: center; gap: 8px; color: var(--accent-dark); font-size: 10px; font-weight: 850; }
.service-more span { font-size: 16px; transition: transform .2s; }
.service-more:hover span { transform: translateX(4px); }
.service-card.featured .service-more { color: var(--lime); }

.calculator-section { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 15%, rgba(255,255,255,.65), transparent 28%), #e8e1d5; }
.calculator-shell { display: grid; min-height: 690px; grid-template-columns: .72fr 1.28fr; overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 34px; background: var(--white); box-shadow: 0 30px 90px rgba(23,35,28,.14); }
.calculator-intro { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 52px 43px 42px; overflow: hidden; color: var(--cream); background: linear-gradient(155deg, #244133 0%, #172b21 100%); }
.calculator-intro::after { position: absolute; right: -135px; bottom: -125px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.calculator-intro h2 { max-width: 390px; margin-bottom: 20px; font-size: clamp(43px,4vw,56px); }
.calculator-intro > p:not(.eyebrow) { max-width: 390px; margin-bottom: 0; color: #bdc7c0; font-size: 14px; }
.calc-live-card { position: relative; z-index: 1; margin-top: 34px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.calc-live-card > span { display: block; color: #aab8ae; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calc-live-card > strong { display: block; margin: 8px 0 5px; color: var(--white); font: 500 clamp(30px,3vw,39px)/1 Georgia,serif; letter-spacing: -.025em; }
.calc-live-card > small { display: block; color: #bdc7c0; font-size: 10px; }
.calc-live-card > div { display: flex; align-items: center; gap: 7px; margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); color: var(--lime); font-size: 9px; font-weight: 750; }
.calc-live-card i { width: 7px; height: 7px; border-radius: 50%; background: #9de17f; box-shadow: 0 0 0 4px rgba(157,225,127,.09); }
.calc-benefits { position: relative; z-index: 1; display: grid; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; color: #c5cec8; font-size: 10px; }
.calc-benefits li { position: relative; padding-left: 22px; }
.calc-benefits li::before { position: absolute; top: 0; left: 0; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); content: "✓"; font-size: 8px; font-weight: 900; }
.calc-note { position: relative; z-index: 1; display: flex; gap: 10px; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.calc-note > span { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font: italic 13px Georgia,serif; }
.calc-note p { margin: 0; color: #9faca3; font-size: 10px; }

.calculator { display: flex; min-width: 0; flex-direction: column; padding: 35px 42px 29px; background: var(--white); }
.calc-wizard-head { display: flex; align-items:flex-start; justify-content:space-between; gap: 24px; }
.calc-wizard-head > div > span { color: var(--accent-dark); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.calc-wizard-head h3 { margin: 4px 0 0; font: 500 28px Georgia,serif; letter-spacing: -.025em; }
.calc-wizard-head > button { min-height: 36px; padding: 0 10px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 9px; font-weight: 750; }
.calc-progress { display: grid; grid-template-columns: repeat(5,1fr); margin: 25px 0 0; padding: 0; list-style: none; }
.calc-progress button { display: flex; width: 100%; min-height: 48px; align-items: center; gap: 7px; padding: 0; border: 0; color: #9a9f9b; background: transparent; cursor: pointer; font-size: 9px; font-weight: 750; }
.calc-progress button i { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 9px; font-style: normal; transition: .2s; }
.calc-progress button.is-complete,.calc-progress button[aria-current="step"] { color: var(--ink); }
.calc-progress button.is-complete i { color: var(--forest); border-color: var(--lime); background: var(--lime); }
.calc-progress button[aria-current="step"] i { color: var(--white); border-color: var(--accent); background: var(--accent); box-shadow: 0 5px 15px rgba(208,109,60,.22); }
.calc-progress-line { height: 3px; overflow: hidden; border-radius: 5px; background: #eeeae2; }
.calc-progress-line span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--accent); transition: width .35s ease; }
.calc-step-stack { display: flex; min-height: 415px; flex: 1; flex-direction: column; }
.calc-step { padding-top: 29px; animation: calc-step-in .28s ease both; }
.calc-step[hidden] { display: none !important; }
@keyframes calc-step-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.calc-question { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 26px; }
.calc-question > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--accent-dark); background: #f8e6da; font: 500 13px Georgia,serif; }
.calc-question h4 { margin: 0 0 4px; font: 500 26px Georgia,serif; letter-spacing: -.025em; }
.calc-question p { margin: 0; color: var(--muted); font-size: 11px; }
.calc-field { margin: 0 0 23px; padding: 0; border: 0; }
.calc-field legend,.calc-field label { color: var(--ink); font-size: 12px; font-weight: 750; }
.calc-field legend { margin-bottom: 10px; }
.field-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.area-input { display: flex; min-height: 42px; align-items: center; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); }
.area-input input { width: 68px; padding: 7px 0 7px 13px; border: 0; outline: 0; background: transparent; font-size: 16px; font-weight: 850; }
.area-input span { padding-right: 12px; color: var(--muted); font-size: 11px; }
.range { width: 100%; height: 6px; border-radius: 6px; outline: none; background: linear-gradient(to right,var(--accent) 0 var(--range-fill,16%),#dedbd4 var(--range-fill,16%) 100%); appearance: none; }
.range::-webkit-slider-thumb { width: 24px; height: 24px; border: 5px solid var(--white); border-radius: 50%; background: var(--accent); box-shadow: 0 3px 10px rgba(0,0,0,.24); cursor: pointer; appearance: none; }
.range::-moz-range-thumb { width: 15px; height: 15px; border: 5px solid var(--white); border-radius: 50%; background: var(--accent); box-shadow: 0 3px 10px rgba(0,0,0,.24); cursor: pointer; }
.range-labels { display: flex; justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: 9px; }
.choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.choice-grid label,.choice-list label,.room-options label,.extra-options label { position: relative; cursor: pointer; }
.choice-grid input,.choice-list input,.room-options input,.extra-options input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { position: relative; display: flex; min-height: 104px; flex-direction: column; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: border-color .2s,background .2s,transform .2s; }
.choice-grid label:hover > span,.choice-list label:hover > span,.extra-options label:hover > span { transform: translateY(-2px); }
.choice-icon { display: grid; width: 30px; height: 30px; margin-bottom: 11px; place-items: center; border-radius: 9px; color: var(--accent-dark); background: #f8e6da; font-size: 14px; font-style: normal; }
.choice-grid b { font-size: 10px; }
.choice-grid small { margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 500; }
.choice-grid em { margin-top: auto; padding-top: 9px; color: var(--accent-dark); font-size: 8px; font-style: normal; }
.choice-grid mark,.choice-list mark { position: absolute; top: 9px; right: 9px; padding: 4px 6px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.choice-grid input:checked + span,.choice-list input:checked + span { border-color: var(--accent); background: #fff8f4; box-shadow: inset 0 0 0 1px var(--accent); }
.choice-grid input:checked + span::after,.choice-list input:checked + span::after { position: absolute; top: 10px; right: 10px; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: var(--white); background: var(--accent); content: "✓"; font-size: 9px; font-weight: 900; }
.choice-grid label:has(mark) input:checked + span::after,.choice-list label:has(mark) input:checked + span::after { top: 35px; }
.choice-grid input:focus-visible + span,.choice-list input:focus-visible + span,.room-options input:focus-visible + span,.extra-options input:focus-visible + span { outline: 3px solid rgba(208,109,60,.25); outline-offset: 2px; }
.room-field { margin-bottom: 0; }
.room-options { display: flex; gap: 8px; }
.room-options label { flex: 1; }
.room-options label > span { display: grid; min-height: 43px; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: var(--white); font-size: 11px; }
.room-options input:checked + span { color: var(--white); border-color: var(--forest); background: var(--forest); box-shadow: 0 7px 17px rgba(30,52,40,.17); }
.choice-list { display: grid; gap: 9px; }
.choice-list label > span { position: relative; display: grid; min-height: 86px; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); transition: border-color .2s,background .2s,transform .2s; }
.choice-list .choice-icon { margin: 0; }
.choice-copy { display: flex; min-width: 0; flex-direction: column; }
.choice-copy b { font-size: 12px; }
.choice-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 500; }
.choice-list em { padding-right: 22px; color: var(--accent-dark); font-size: 9px; font-style: normal; white-space: nowrap; }
.material-options { grid-template-columns: repeat(2,1fr); }
.material-options label > span { min-height: 145px; }
.extra-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.extra-options label > span { position: relative; display: grid; min-height: 100px; grid-template-columns: 33px 1fr 22px; grid-template-rows: auto auto; align-items: center; column-gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: .2s; }
.extra-options label > span > i { display: grid; width: 33px; height: 33px; grid-row: 1/3; place-items: center; border-radius: 10px; color: var(--accent-dark); background: #f8e6da; font-size: 14px; font-style: normal; }
.extra-options label b { align-self: end; font-size: 11px; }
.extra-options label small { align-self: start; color: var(--muted); font-size: 8px; font-weight: 600; }
.extra-options label em { display: grid; width: 21px; height: 21px; grid-row: 1/3; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: transparent; font-size: 9px; font-style: normal; }
.extra-options input:checked + span { border-color: var(--accent); background: #fff8f4; box-shadow: inset 0 0 0 1px var(--accent); }
.extra-options input:checked + span em { color: var(--white); border-color: var(--accent); background: var(--accent); }
.calc-skip-note { margin: 18px 0 0; padding: 13px 15px; border-radius: 11px; color: var(--muted); background: var(--cream); font-size: 9px; }
.calc-final { padding-top: 27px; }
.calc-final-head { display: flex; align-items: center; gap: 13px; }
.calc-final-head > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-weight: 900; }
.calc-final-head p { margin: 0 0 2px; color: var(--accent-dark); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.calc-final-head h4 { margin: 0; font: 500 27px Georgia,serif; }
.calc-summary-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.calc-summary-chips span { padding: 6px 9px; border-radius: 999px; color: var(--ink-soft); background: var(--cream); font-size: 8px; font-weight: 700; }
.calc-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.calc-breakdown > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); }
.calc-breakdown span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.calc-breakdown b { font-size: 11px; }
.calc-result { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 8px 0 12px; padding: 20px; border-radius: 15px; color: var(--cream); background: linear-gradient(145deg,var(--forest),#14271d); }
.calc-result > div { display: flex; flex-direction: column; }
.calc-result small { margin-bottom: 3px; color: #bdc7c0; font-size: 9px; }
.calc-result strong { font: 500 29px/1.1 Georgia,serif; }
.calc-result span { margin-top: 5px; color: #bdc7c0; font-size: 8px; }
.duration { min-width: 92px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.14); }
.duration b { font-size: 11px; }
.calc-result-note { margin: 10px auto 0; max-width: 480px; color: var(--muted); font-size: 8px; text-align: center; }
.calc-wizard-nav { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.calc-wizard-nav button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 12px; cursor: pointer; font-size: 10px; font-weight: 850; }
.calc-back { border: 1px solid var(--line); color: var(--ink); background: var(--white); }
.calc-back[hidden] { display: none; }
.calc-next { min-width: 155px; margin-left: auto; border: 0; color: var(--white); background: var(--forest); box-shadow: 0 9px 22px rgba(30,52,40,.18); }
.calc-next[hidden] { display: none; }
.calc-wizard-nav button span { font-size: 15px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.portfolio { background: var(--paper); }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-filter { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: var(--white); cursor: pointer; font-size: 12px; font-weight: 750; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.gallery-filter:hover { border-color: #a8afa9; transform: translateY(-1px); }
.gallery-filter span { display: grid; min-width: 21px; height: 21px; padding: 0 5px; place-items: center; border-radius: 999px; color: var(--muted); background: var(--cream); font-size: 9px; }
.gallery-filter.is-active { color: var(--white); border-color: var(--forest); background: var(--forest); }
.gallery-filter.is-active span { color: var(--forest); background: var(--lime); }
.gallery-count { margin: 0; color: var(--muted); font-size: 11px; white-space: nowrap; }

.case-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; }
.case-card { display: flex; min-width: 0; grid-column: span 6; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 10px 35px rgba(23, 35, 28, .05); transition: transform .3s ease, box-shadow .3s ease; }
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.case-card[hidden] { display: none; }
.case-card-featured { display: grid; grid-column: 1 / -1; grid-template-columns: 1.26fr .74fr; }
.case-media { --position: 50%; position: relative; min-height: 330px; aspect-ratio: 16 / 10; overflow: hidden; background: #d8d5cc; }
.case-card-featured .case-media { min-height: 520px; aspect-ratio: auto; }
.case-image { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.case-card:hover .case-image { transform: scale(1.025); }
.case-compare > input[type="range"] { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; touch-action: pan-y; }
.case-compare:has(input:focus-visible) .compare-handle span { outline: 3px solid var(--lime); outline-offset: 3px; }
.case-compare .case-demo-label { top: auto; right: 16px; bottom: 16px; left: auto; z-index: 3; }
.case-demo-label { position: absolute; top: 16px; left: 16px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 8px; color: var(--white); background: rgba(23,35,28,.72); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(7px); }
.case-content { position: relative; display: flex; flex: 1; flex-direction: column; padding: 29px; }
.case-card-featured .case-content { justify-content: center; padding: 42px; }
.case-index { position: absolute; top: 29px; right: 29px; color: #aaa99f; font: 400 19px/1 Georgia, serif; }
.case-card-featured .case-index { top: 42px; right: 42px; }
.case-kicker { margin-bottom: 14px; padding-right: 45px; color: var(--accent-dark); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.case-content h3 { max-width: 510px; margin-bottom: 15px; font: 500 30px/1.1 Georgia, serif; letter-spacing: -.025em; }
.case-card-featured .case-content h3 { font-size: 38px; }
.case-description { margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.case-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 20px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-facts > div { padding: 0 12px; border-right: 1px solid var(--line); }
.case-facts > div:first-child { padding-left: 0; }
.case-facts > div:last-child { padding-right: 0; border-right: 0; }
.case-facts dt { margin-bottom: 3px; color: var(--muted); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.case-facts dd { margin: 0; font-size: 12px; font-weight: 800; }
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 24px; padding: 0; list-style: none; }
.case-tags li { padding: 6px 9px; border-radius: 7px; color: var(--ink-soft); background: var(--cream); font-size: 9px; font-weight: 700; }
.case-cost { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: -3px 0 18px; }
.case-cost span { color: var(--muted); font-size: 9px; }
.case-cost strong { color: var(--accent-dark); font: 500 18px Georgia, serif; white-space: nowrap; }
.case-open { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 4px 0 15px; border: 1px solid var(--ink); border-radius: 13px; color: var(--ink); background: transparent; cursor: pointer; font-size: 12px; font-weight: 850; transition: color .2s, background .2s; }
.case-open span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--white); background: var(--forest); font-size: 16px; transition: color .2s, background .2s, transform .2s; }
.case-open:hover { color: var(--white); background: var(--forest); }
.case-open:hover span { color: var(--forest); background: var(--lime); transform: rotate(8deg); }
.gallery-note { display: flex; max-width: 720px; align-items: flex-start; gap: 10px; margin: 26px 0 0; color: var(--muted); font-size: 11px; }
.gallery-note > span { display: grid; width: 21px; height: 21px; flex: 0 0 auto; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-dark); font: italic 13px Georgia, serif; }
.portfolio-projects-link { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.portfolio-projects-link > div { display: flex; flex-direction: column; }
.portfolio-projects-link strong { font: 500 24px/1.2 Georgia, serif; }
.portfolio-projects-link > div > span { margin-top: 6px; color: var(--muted); font-size: 12px; }
.portfolio-projects-link .button { flex: 0 0 auto; gap: 11px; }

.before-after { --position: 50%; position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #d8d5cc; }
.before-after img { width: 100%; height: 100%; object-fit: cover; user-select: none; pointer-events: none; }
.after-image { position: absolute; inset: 0; }
.before-layer { position: absolute; z-index: 2; inset: 0; overflow: hidden; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.before-layer img { position: absolute; inset: 0; }
.before-after > input[type="range"] { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.compare-handle { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 2px; background: var(--white); box-shadow: 0 0 0 1px rgba(0,0,0,.08); transform: translateX(-1px); pointer-events: none; }
.compare-handle span { position: absolute; top: 50%; left: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 3px solid var(--white); border-radius: 50%; color: var(--white); background: var(--accent); box-shadow: 0 8px 24px rgba(0, 0, 0, .22); font-size: 16px; transform: translate(-50%, -50%); }
.compare-label { position: absolute; z-index: 3; top: 16px; padding: 5px 10px; border-radius: 7px; color: var(--white); background: rgba(23, 35, 28, .72); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(6px); pointer-events: none; }
.label-before { left: 16px; }
.label-after { right: 16px; }

.steps { color: var(--cream); background: var(--forest); }
.steps .section-heading > p { color: #bdc7c0; }
.steps-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps-list li { position: relative; min-height: 250px; padding: 30px 28px; border: 1px solid rgba(255, 255, 255, .13); border-right: 0; }
.steps-list li:first-child { border-radius: 18px 0 0 18px; }
.steps-list li:last-child { border-right: 1px solid rgba(255, 255, 255, .13); border-radius: 0 18px 18px 0; }
.steps-list li:not(:last-child)::after { position: absolute; z-index: 2; top: 48px; right: -10px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); content: "›"; font-size: 17px; }
.steps-list li > span { color: var(--lime); font: 400 28px/1 Georgia, serif; }
.steps-list li > div { margin-top: 68px; }
.steps-list h3 { margin-bottom: 10px; font-size: 16px; }
.steps-list p { margin: 0; color: #aeb9b2; font-size: 12px; }

.why { background: #e8e1d5; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.why-copy h2 { margin-bottom: 25px; }
.why-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 800; }
.text-link span { color: var(--accent); font-size: 20px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.why-cards article { min-height: 200px; padding: 25px; border-radius: 18px; background: rgba(255, 255, 255, .65); }
.why-cards article > span { display: grid; width: 38px; height: 38px; margin-bottom: 28px; place-items: center; border-radius: 50%; color: var(--accent-dark); background: #f5d9c9; font: 600 16px Georgia, serif; }
.why-cards h3 { margin-bottom: 8px; font: 500 20px Georgia, serif; }
.why-cards p { margin: 0; color: var(--muted); font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading h2 { margin-bottom: 22px; }
.faq-heading > p:last-child { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 750; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--accent); font: 400 25px/1 Georgia, serif; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -5px 0 24px; color: var(--muted); font-size: 14px; }

.contact-section { color: var(--cream); background: var(--forest); }
.contact-shell { display: grid; grid-template-columns: 1fr .78fr; gap: 70px; }
.contact-copy h2 { max-width: 670px; margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; color: #bdc7c0; }
.master-card { display: flex; max-width: 560px; align-items: center; gap: 13px; margin-top: 30px; }
.master-avatar { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--forest); background: var(--lime); font: 600 18px Georgia, serif; }
.master-card > div { display: flex; flex-direction: column; }
.master-card > div strong { font-size: 14px; }
.master-card > div small { color: #aeb9b2; font-size: 10px; }
.online { display: flex; align-items: center; gap: 6px; margin-left: auto; color: #bdc7c0; font-size: 10px; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: #8fde77; box-shadow: 0 0 0 4px rgba(143,222,119,.1); }

.social-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; max-width: 660px; margin-top: 30px; }
.social-links a { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: 1fr 1fr; column-gap: 8px; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; transition: background .2s, transform .2s; }
.social-links a:hover { background: rgba(255,255,255,.07); transform: translateY(-2px); }
.social-links a > span { display: grid; width: 34px; height: 34px; grid-row: 1 / 3; place-items: center; border-radius: 10px; color: var(--forest); background: var(--lime); font-size: 9px; font-weight: 900; }
.social-links b { align-self: end; font-size: 10px; }
.social-links small { align-self: start; color: #9eaaa2; font-size: 8px; }

.lead-form { padding: 32px; border-radius: 22px; color: var(--ink); background: var(--paper); }
.lead-form h3 { margin-bottom: 6px; font: 500 26px Georgia, serif; }
.lead-form > p { margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.lead-form > label:not(.privacy):not(.honeypot), .lead-form-row label { display: block; margin-bottom: 13px; font-size: 11px; font-weight: 750; }
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); background: var(--white); resize: vertical; }
.lead-form select { display: block; width: 100%; min-height: 43px; margin-top: 7px; padding: 0 36px 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--white); }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--accent); outline: 0; }
.lead-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.privacy { display: flex; align-items: flex-start; gap: 8px; margin: 17px 0; color: var(--muted); font-size: 9px; cursor: pointer; }
.privacy input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--accent); }
.privacy a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 17px; margin: 10px 0 0 !important; font-size: 9px !important; text-align: center; }
.form-status.is-success { color: #38763d !important; }
.form-status.is-error { color: #a33d28 !important; }
.lead-form button:disabled { cursor: wait; opacity: .65; }
.form-hint { display: block; margin-top: 10px; color: var(--muted); font-size: 8px; text-align: center; }

.site-footer { padding: 38px 0 25px; color: #c5cec8; background: #111a15; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; padding-bottom: 30px; }
.brand-footer .brand-mark { background: rgba(255,255,255,.08); }
.brand-footer small { color: #849087; }
.footer-meta { display: flex; flex-direction: column; gap: 5px; color: #849087; font-size: 10px; }
.footer-meta b { color: #c5cec8; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; font-size: 12px; }
.footer-contact a:first-child { font-size: 16px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #68746c; font-size: 9px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 15px; }
.footer-legal a:hover { color: #c5cec8; }

.mobile-contact-bar { display: none; }

.project-dialog { width: min(1180px, calc(100% - 30px)); max-height: calc(100dvh - 36px); padding: 0; overflow: hidden; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0, 0, 0, .4); }
.project-dialog::backdrop { background: rgba(9, 14, 11, .78); backdrop-filter: blur(6px); }
.dialog-head { position: relative; z-index: 5; display: flex; min-height: 62px; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); background: rgba(252,250,246,.96); }
.dialog-head strong { font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.dialog-head button { width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--ink); background: var(--cream); cursor: pointer; font-size: 25px; }
.dialog-content { overflow: hidden; }
.project-view { display: grid; grid-template-columns: 1.35fr .65fr; }
.project-view-main { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 24px; background: #17231c; }
.project-view-main .before-after { width: 100%; border-radius: 16px; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.project-view-switches { display: flex; justify-content: center; gap: 7px; margin-top: 15px; }
.project-view-switches button { min-height: 34px; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #b8c2bb; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; }
.project-view-switches button.is-active { color: var(--forest); border-color: var(--lime); background: var(--lime); }
.project-view-info { max-height: calc(100dvh - 98px); padding: 36px; overflow-y: auto; }
.project-view-info h2 { margin-bottom: 17px; font-size: 38px; }
.project-view-description { margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.project-view-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 26px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-view-facts div { padding: 0 10px; border-right: 1px solid var(--line); }
.project-view-facts div:first-child { padding-left: 0; }
.project-view-facts div:last-child { padding-right: 0; border-right: 0; }
.project-view-facts small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.project-view-facts b { font-size: 11px; }
.project-cost { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: -8px 0 25px; }
.project-cost > div { display: flex; flex-direction: column; padding: 12px; border-radius: 10px; background: var(--cream); }
.project-cost span { margin-bottom: 3px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.project-cost b { font-size: 10px; }
.project-cost .project-cost-total { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; color: var(--cream); background: var(--forest); }
.project-cost-total span { margin: 0; color: #bdc7c0; }
.project-cost-total strong { font: 500 20px Georgia, serif; }
.project-work-list h3 { margin-bottom: 12px; font: 500 20px Georgia, serif; }
.project-work-list ul { display: grid; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; }
.project-work-list li { position: relative; padding-left: 23px; color: var(--ink-soft); font-size: 11px; }
.project-work-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); content: "✓"; font-size: 8px; font-weight: 900; }
.project-view-result { margin-bottom: 22px; padding: 17px; border-radius: 13px; background: var(--cream); }
.project-view-result span { display: block; margin-bottom: 5px; color: var(--accent-dark); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.project-view-result p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.project-demo-hint { display: block; margin-top: 10px; color: var(--muted); font-size: 8px; text-align: center; }

.toast { position: fixed; z-index: 1000; right: 24px; bottom: 24px; max-width: min(360px, calc(100% - 40px)); padding: 13px 17px; border-radius: 12px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); font-size: 13px; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translateY(0); }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { gap: 40px; }
  .hero-badge-top { right: -10px; }
  .hero-badge-bottom { left: -10px; }
  .case-card-featured { grid-template-columns: 1.12fr .88fr; }
  .case-card-featured .case-content { padding: 34px; }
  .case-card-featured .case-content h3 { font-size: 34px; }
  .social-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .section-pad { padding: 82px 0; }
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 690px; }
  .hero-visual { max-width: 690px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .calculator-shell, .why-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .calculator-shell { max-width: 760px; }
  .calculator-intro { padding: 44px; }
  .calculator-intro h2 { max-width: 560px; }
  .calculator-intro > p:not(.eyebrow) { max-width: 590px; }
  .calc-live-card { max-width: 520px; }
  .calc-note { max-width: 590px; margin-top: 28px; }
  .calculator { padding: 38px 42px 30px; }
  .case-card-featured { grid-template-columns: 1fr; }
  .case-card-featured .case-media { min-height: 420px; aspect-ratio: 16 / 9; }
  .case-card-featured .case-content { padding: 32px; }
  .project-dialog { overflow-y: auto; }
  .dialog-content { overflow: visible; }
  .project-view { grid-template-columns: 1fr; }
  .project-view-main { padding: 18px; }
  .project-view-info { max-height: none; }
  .steps-list { grid-template-columns: repeat(2, 1fr); }
  .steps-list li:nth-child(2) { border-right: 1px solid rgba(255,255,255,.13); border-radius: 0 18px 0 0; }
  .steps-list li:nth-child(3) { border-radius: 0 0 0 18px; }
  .steps-list li:last-child { border-radius: 0 0 18px 0; }
  .steps-list li:nth-child(2)::after { display: none; }
  .why-grid, .faq-grid, .contact-shell { gap: 50px; }
  .why-copy { max-width: 650px; }
  .contact-shell { max-width: 720px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 68px 0; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .header-inner { min-height: 68px; }
  .mobile-menu { inset: 68px 0 auto; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 9px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(43px, 13vw, 58px); }
  h2 { font-size: clamp(35px, 10vw, 46px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-checks li:last-child { grid-column: 1 / 3; }
  .hero-visual { margin-top: 4px; }
  .hero-room { border-radius: 22px; }
  .hero-badge { padding: 11px 13px; }
  .hero-badge-top { top: 12px; right: -5px; }
  .hero-badge-top strong { font-size: 20px; }
  .hero-badge-bottom { bottom: 12px; left: -5px; }
  .hero-badge-bottom .badge-icon { width: 30px; height: 30px; }
  .hero-badge-bottom strong { font-size: 11px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 94px; padding: 18px 14px; }
  .trust-grid strong { font-size: 19px; }
  .trust-grid span { font-size: 11px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { margin-top: 20px; font-size: 14px; }
  .service-card { min-height: 320px; padding: 26px; }
  .calculator-section { padding-inline: 0; }
  .calculator-shell { width: 100%; border-radius: 0; }
  .calculator-intro { padding: 34px 20px 29px; }
  .calculator-intro h2 { margin-bottom: 15px; font-size: 39px; }
  .calculator-intro > p:not(.eyebrow) { font-size: 12px; }
  .calc-live-card { margin-top: 23px; padding: 18px; }
  .calc-live-card > strong { font-size: 31px; }
  .calc-benefits { grid-template-columns: 1fr; margin-top: 20px; }
  .calc-note { margin-top: 22px; padding-top: 19px; }
  .calculator { padding: 25px 14px 27px; }
  .calc-wizard-head { padding-inline: 3px; }
  .calc-wizard-head h3 { max-width: 250px; font-size: 24px; }
  .calc-wizard-head > button { padding: 0 4px; }
  .calc-progress { margin-top: 18px; }
  .calc-progress button { min-height: 42px; justify-content: center; }
  .calc-progress button span { display: none; }
  .calc-progress button i { width: 28px; height: 28px; }
  .calc-step-stack { min-height: 0; }
  .calc-step { padding-top: 23px; }
  .calc-question { gap: 11px; margin-bottom: 21px; }
  .calc-question > span { width: 34px; height: 34px; }
  .calc-question h4 { font-size: 23px; }
  .calc-question p { font-size: 10px; }
  .choice-grid { gap: 6px; }
  .choice-grid label > span { min-height: 101px; padding: 10px; }
  .choice-icon { width: 28px; height: 28px; margin-bottom: 9px; }
  .condition-options b { font-size: 9px; }
  .condition-options small { font-size: 7px; }
  .choice-list label > span { min-height: 101px; grid-template-columns: 36px 1fr; gap: 0 11px; padding: 13px; }
  .choice-list em { grid-column: 2; margin-top: 5px; padding-right: 0; }
  .choice-list mark { font-size: 6px; }
  .material-options { grid-template-columns: 1fr 1fr; gap: 7px; }
  .material-options label > span { min-height: 139px; }
  .extra-options { grid-template-columns: 1fr 1fr; gap: 7px; }
  .extra-options label > span { min-height: 105px; grid-template-columns: 30px 1fr; grid-template-rows: auto auto auto; gap: 2px 9px; padding: 11px; }
  .extra-options label > span > i { width: 30px; height: 30px; grid-row: 1/3; }
  .extra-options label em { position: absolute; top: 9px; right: 9px; }
  .extra-options label b { font-size: 10px; }
  .calc-final-head h4 { font-size: 24px; }
  .calc-breakdown { grid-template-columns: 1fr 1fr; }
  .calc-result { align-items: flex-end; padding: 17px; }
  .calc-result strong { font-size: 24px; }
  .duration { min-width: 76px; padding-left: 12px; }
  .calc-wizard-nav { gap: 7px; padding-top: 14px; }
  .calc-wizard-nav button { min-height: 48px; flex: 1; padding: 0 13px; }
  .calc-next { min-width: 0; }
  .calculator.is-result .calc-back { width: 100%; }
  .gallery-toolbar { display: block; margin-bottom: 20px; }
  .gallery-filters { width: 100%; flex-wrap: nowrap; padding-right: 20px; overflow-x: auto; scrollbar-width: none; }
  .gallery-filters::-webkit-scrollbar { display: none; }
  .gallery-filter { flex: 0 0 auto; }
  .gallery-count { margin-top: 12px; }
  .case-card, .case-card-featured { display: flex; grid-column: 1 / -1; }
  .case-media, .case-card-featured .case-media { min-height: 0; aspect-ratio: 16 / 10; }
  .case-content, .case-card-featured .case-content { padding: 24px; }
  .case-index, .case-card-featured .case-index { top: 25px; right: 24px; }
  .case-content h3, .case-card-featured .case-content h3 { font-size: 29px; }
  .portfolio-projects-link { align-items: stretch; flex-direction: column; padding: 22px 20px; }
  .portfolio-projects-link .button { width: 100%; }
  .case-compare .compare-label { top: 12px; }
  .case-compare .label-before { left: 12px; }
  .case-compare .label-after { right: 12px; }
  .case-compare .case-demo-label { right: 12px; bottom: 12px; }
  .project-dialog { width: calc(100% - 12px); max-height: calc(100dvh - 12px); border-radius: 16px; }
  .dialog-head { position: sticky; top: 0; min-height: 56px; }
  .project-view-main { padding: 10px; }
  .project-view-main .before-after { border-radius: 11px; }
  .project-view-switches { justify-content: flex-start; overflow-x: auto; }
  .project-view-switches button { flex: 0 0 auto; }
  .project-view-info { padding: 25px 20px 30px; }
  .project-view-info h2 { font-size: 34px; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { display: grid; min-height: 0; grid-template-columns: 52px 1fr; padding: 25px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 0; }
  .steps-list li:first-child { border-radius: 18px 18px 0 0; }
  .steps-list li:nth-child(2), .steps-list li:nth-child(3) { border-radius: 0; }
  .steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); border-radius: 0 0 18px 18px; }
  .steps-list li:not(:last-child)::after { top: auto; right: 28px; bottom: -10px; transform: rotate(90deg); }
  .steps-list li:nth-child(2)::after { display: grid; }
  .steps-list li > div { margin-top: 0; }
  .why-cards { grid-template-columns: 1fr; }
  .why-cards article { min-height: 180px; }
  .social-links { grid-template-columns: repeat(2, 1fr); }
  .lead-form { padding: 26px 20px; }
  .lead-form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-contact { align-items: flex-start; }
  .footer-bottom { display: block; }
  .footer-bottom > span { display: block; margin-top: 6px; }
  .footer-legal { justify-content: flex-start; }
  .mobile-contact-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; min-height: 68px; grid-template-columns: repeat(3, 1fr); padding: 7px 7px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(252,250,246,.96); box-shadow: 0 -8px 30px rgba(23,35,28,.1); backdrop-filter: blur(14px); }
  .mobile-contact-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-right: 1px solid var(--line); font-size: 9px; font-weight: 800; }
  .mobile-contact-bar a:last-child { border-right: 0; }
  .mobile-contact-bar span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; color: var(--white); background: var(--forest); font-size: 8px; }
  .toast { right: 14px; bottom: calc(82px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
