:root {
  --ink: #0a1d2d;
  --ink-2: #132c40;
  --orange: #f36b16;
  --orange-dark: #ce4a08;
  --yellow: #ffc63d;
  --paper: #f5f6f7;
  --white: #fff;
  --muted: #64717b;
  --line: #dce1e4;
  --green: #1f8a5b;
  --shadow: 0 22px 60px rgba(10, 29, 45, .12);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.65 "Segoe UI", Arial, sans-serif; }
body { overflow-x: hidden; }
body.modal-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 10px; color: white; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { color: rgba(255,255,255,.74); background: #07141e; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--yellow); }
.header { position: sticky; z-index: 100; top: 0; background: rgba(245,246,247,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(10,29,45,.07); }
.header__inner { height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 900 20px/1 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.brand small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav a { position: relative; padding: 31px 0; font-size: 13px; font-weight: 800; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 3px; background: var(--orange); transition: right .2s; }
.nav a:hover::after, .nav a.is-active::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: none; width: 44px; height: 44px; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
.button { min-height: 52px; padding: 0 26px; border: 1px solid var(--orange); border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: white; background: var(--orange); font-weight: 800; line-height: 1.2; cursor: pointer; box-shadow: 0 12px 24px rgba(243,107,22,.2); transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 16px 28px rgba(243,107,22,.27); }
.button:disabled { opacity: .6; pointer-events: none; }
.button--small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button--ghost { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.05); box-shadow: none; }
.button--ghost:hover { border-color: white; background: white; color: var(--ink); }
.button--light { background: white; border-color: white; color: var(--ink); box-shadow: none; }
.button--light:hover { color: white; }
.button--wide { width: 100%; }
.cart-count { min-width: 21px; height: 21px; padding: 0 6px; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: white; font-size: 11px; }

.hero { position: relative; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% 10%, rgba(243,107,22,.22), transparent 27%), linear-gradient(115deg, transparent 55%, rgba(255,255,255,.03) 55%); }
.hero__grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.hero__copy { position: relative; z-index: 2; padding: 90px 0 100px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; color: var(--orange-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 36px; height: 3px; background: currentColor; }
.eyebrow--light { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Arial Black", Impact, sans-serif; font-weight: 900; letter-spacing: -.03em; line-height: 1.08; text-transform: uppercase; }
h1 { max-width: 750px; margin-bottom: 26px; font-size: clamp(48px, 5.2vw, 78px); }
h1 em { color: var(--orange); font-style: normal; }
h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 58px); }
h3 { line-height: 1.25; }
.hero__lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { margin-top: 64px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.hero__proof div { display: flex; flex-direction: column; }
.hero__proof strong { color: white; font: 900 22px/1.2 "Arial Black", Impact, sans-serif; }
.hero__proof span { margin-top: 6px; color: rgba(255,255,255,.48); font-size: 12px; }
.hero__visual { position: relative; min-height: 100%; display: grid; place-items: center; }
.hero__visual > img { position: relative; z-index: 2; width: min(100%, 560px); aspect-ratio: 1; border-radius: 50%; object-fit: cover; mix-blend-mode: normal; filter: none; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.hero__sun { position: absolute; z-index: 1; width: 450px; height: 450px; border-radius: 50%; background: linear-gradient(135deg, var(--yellow), var(--orange)); box-shadow: 0 0 100px rgba(243,107,22,.22); }
.hero__blueprint { position: absolute; inset: 5% -30vw 5% 40%; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 32px 32px; transform: rotate(-9deg); }
.hero__note { position: absolute; z-index: 4; right: -18px; bottom: 86px; max-width: 280px; padding: 18px 20px; border-radius: 14px; display: flex; align-items: center; gap: 14px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.hero__note-icon { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--orange); font-weight: 800; }
.hero__note div { display: flex; flex-direction: column; }
.hero__note small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.ticker { overflow: hidden; color: var(--ink); background: var(--yellow); }
.ticker__track { min-width: max-content; padding: 16px 3vw; display: flex; align-items: center; justify-content: center; gap: 34px; font: 900 14px/1 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.ticker i { color: var(--orange-dark); font-style: normal; font-size: 9px; }

.section-head { margin-bottom: 54px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 70px; align-items: end; }
.section-head h2 { max-width: 780px; margin-bottom: 0; }
.section-head > p { margin-bottom: 8px; color: var(--muted); font-size: 16px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 390px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; background: white; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card__num { align-self: flex-end; color: #9aa3a9; font: 900 12px/1 "Arial Black", Impact, sans-serif; }
.service-icon { width: 64px; height: 64px; margin: 38px 0 30px; border-radius: 50%; display: grid; place-items: center; color: var(--orange); background: #fff1e8; font: 900 32px/1 "Arial Black", Impact, sans-serif; }
.service-card h3 { margin-bottom: 14px; font: 900 21px/1.25 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: 13px; }
.service-card a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.service-card a span { color: var(--orange); font-size: 18px; }
.service-card--dark { color: white; background: var(--ink); border-color: var(--ink); }
.service-card--dark p, .service-card--dark .service-card__num { color: rgba(255,255,255,.55); }
.service-card--dark a { border-color: rgba(255,255,255,.15); }
.service-card--orange { color: white; background: var(--orange); border-color: var(--orange); }
.service-card--orange p, .service-card--orange .service-card__num { color: rgba(255,255,255,.78); }
.service-card--orange .service-icon { color: white; background: rgba(255,255,255,.17); }
.service-card--orange a { border-color: rgba(255,255,255,.24); }
.service-card--orange a span { color: white; }

.process-section { position: relative; overflow: hidden; color: white; background: var(--ink); }
.process-section::after { content: "ТОМ"; position: absolute; right: -30px; bottom: -85px; color: rgba(255,255,255,.025); font: 900 290px/1 "Arial Black", Impact, sans-serif; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.process-copy { position: sticky; top: 140px; align-self: start; }
.process-copy p:not(.eyebrow) { max-width: 490px; color: rgba(255,255,255,.62); font-size: 16px; }
.process-copy .button { margin-top: 20px; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 72px 1fr; gap: 26px; }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.steps li > span { color: var(--yellow); font: 900 13px/1.2 "Arial Black", Impact, sans-serif; }
.steps h3 { margin-bottom: 8px; font: 900 22px/1.2 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.steps p { margin: 0; color: rgba(255,255,255,.55); }

.works { background: white; }
.works-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 245px; gap: 16px; }
.work-card { grid-column: span 5; position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 17px; color: white; background: var(--ink); text-align: left; cursor: pointer; isolation: isolate; }
.work-card--feature { grid-column: span 7; grid-row: span 2; }
.work-card:nth-child(n+4) { grid-column: span 4; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .35s ease; }
.work-card:hover img, .work-card:focus-visible img { transform: scale(1.045); filter: saturate(1.08); }
.work-card:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.work-card__shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(4,14,22,.92) 0%, rgba(4,14,22,.12) 66%); }
.work-card__copy { position: absolute; z-index: 2; inset: auto 24px 22px; display: flex; flex-direction: column; align-items: flex-start; }
.work-card__copy small { margin-bottom: 7px; color: var(--yellow); font-size: 10px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.work-card__copy strong { font: 900 20px/1.15 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.work-card--feature .work-card__copy { inset: auto 34px 32px; }
.work-card--feature .work-card__copy strong { max-width: 580px; font-size: 34px; }
.work-card__copy i { max-height: 0; margin-top: 0; overflow: hidden; opacity: 0; color: rgba(255,255,255,.78); font-size: 10px; font-style: normal; font-weight: 700; text-transform: uppercase; transition: max-height .25s ease, margin .25s ease, opacity .25s ease; }
.work-card:hover .work-card__copy i, .work-card:focus-visible .work-card__copy i { max-height: 20px; margin-top: 9px; opacity: 1; }
.works-footer { margin-top: 18px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #0d2231; }
.works-footer p { margin: 0; color: #95a4af; font-size: 12px; }
.works-footer b { color: white; }
.works-footer .button { flex-shrink: 0; color: white; border-color: rgba(255,255,255,.22); }
.works-note, .catalog-note { margin: 18px 0 0; color: #849099; font-size: 11px; }

.calculator-section { background: #e8ebed; }
.calculator-shell { overflow: hidden; border-radius: var(--radius); display: grid; grid-template-columns: .78fr 1.22fr; box-shadow: var(--shadow); }
.calculator-intro { padding: 58px 50px; color: white; background: var(--ink); }
.calculator-intro h2 { font-size: clamp(34px, 3.4vw, 52px); }
.calculator-intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.calc-facts { margin-top: 45px; display: flex; flex-wrap: wrap; gap: 8px; }
.calc-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 100px; color: rgba(255,255,255,.75); font-size: 11px; }
.calculator { padding: 48px 50px; background: white; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row + .field-row { margin-top: 16px; }
.field-row.is-single { grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span, fieldset legend { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; outline: none; color: var(--ink); background: #fbfbfb; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 90px; padding: 13px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,107,22,.12); }
.field input.is-invalid, .field select.is-invalid, .field textarea.is-invalid { border-color: #c52d2d; }
fieldset { min-width: 0; margin: 28px 0 0; padding: 0; border: 0; }
fieldset legend { margin-bottom: 11px; }
.choice-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-group legend { grid-column: 1 / -1; }
.choice-group label { position: relative; cursor: pointer; }
.choice-group input { position: absolute; opacity: 0; }
.choice-group label > span { min-height: 90px; padding: 14px; border: 1px solid var(--line); border-radius: 9px; display: flex; flex-direction: column; justify-content: center; background: #fbfbfb; transition: border .2s, background .2s; }
.choice-group input:checked + span { border: 2px solid var(--orange); padding: 13px; background: #fff7f1; }
.choice-group b { font-size: 12px; }
.choice-group small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.extras { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.extras legend { grid-column: 1 / -1; }
.extras label { cursor: pointer; }
.extras input { position: absolute; opacity: 0; }
.extras label span { min-height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 6px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 10px; font-weight: 700; }
.extras input:checked + span { border-color: var(--ink); color: white; background: var(--ink); }
.calc-result { margin: 32px 0 20px; padding: 22px; border-radius: 12px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 20px; color: white; background: var(--ink); }
.calc-result div { display: flex; flex-direction: column; }
.calc-result span { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.calc-result strong { margin-top: 6px; color: var(--yellow); font: 900 23px/1.2 "Arial Black", Impact, sans-serif; }
.calc-result small { margin-top: 5px; color: rgba(255,255,255,.45); font-size: 9px; }

.catalog { background: white; }
.catalog-toolbar { margin-bottom: 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { min-height: 40px; padding: 0 18px; border: 1px solid var(--line); border-radius: 100px; background: white; font-size: 11px; font-weight: 800; cursor: pointer; }
.filter:hover, .filter.is-active { color: white; border-color: var(--ink); background: var(--ink); }
.cart-summary { min-height: 48px; padding: 0 16px 0 20px; border: 0; border-radius: 8px; display: flex; align-items: center; gap: 25px; color: white; background: var(--orange); cursor: pointer; }
.cart-summary > span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cart-summary strong { font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-art { position: relative; height: 190px; padding: 18px; overflow: hidden; display: flex; align-items: flex-end; background: var(--art, #e9edf0); }
.product-art::before, .product-art::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.6); }
.product-art::before { width: 140px; height: 140px; right: -22px; top: -32px; border-radius: 50%; }
.product-art::after { width: 70px; height: 100%; right: 40px; top: 40px; transform: rotate(34deg); }
.product-art b { position: relative; z-index: 1; color: rgba(10,29,45,.72); font: 900 42px/1 "Arial Black", Impact, sans-serif; letter-spacing: -.04em; }
.product-card__body { padding: 20px; }
.product-card__category { color: var(--orange-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.product-card h3 { min-height: 45px; margin: 8px 0 14px; font: 900 17px/1.3 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.product-card__meta { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.product-card__meta strong { font-size: 18px; }
.product-card__meta span { color: var(--muted); font-size: 10px; }
.product-stock { color: #ffb36b; font-size: 13px !important; text-transform: uppercase; letter-spacing: .05em; }
.add-to-cart { width: 100%; min-height: 42px; border: 1px solid var(--ink); border-radius: 6px; background: white; font-size: 11px; font-weight: 800; cursor: pointer; transition: color .2s, background .2s; }
.add-to-cart:hover, .add-to-cart.is-added { color: white; background: var(--ink); }
.add-to-cart:disabled { opacity: .55; cursor: not-allowed; }
.add-to-cart:disabled:hover { color: inherit; background: transparent; }

.request-section { color: white; background: linear-gradient(120deg, var(--orange-dark), var(--orange)); }
.request-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.request-copy h2 { font-size: clamp(44px, 5vw, 70px); }
.request-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.8); font-size: 17px; }
.request-phone { margin: 22px 0; display: block; font: 900 clamp(28px, 3.5vw, 48px)/1.2 "Arial Black", Impact, sans-serif; }
.social-row { display: flex; flex-wrap: wrap; gap: 8px; }
.social-row a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; font-size: 11px; font-weight: 800; }
.lead-form, .checkout-form { padding: 38px; border-radius: 18px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.lead-form h3 { margin-bottom: 24px; font: 900 25px/1.2 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.lead-form .field + .field, .checkout-form .field + .field { margin-top: 15px; }
.check { position: relative; margin: 18px 0 0; display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 10px; line-height: 1.45; cursor: pointer; }
.check input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--orange); }
.check a { color: var(--orange-dark); text-decoration: underline; }
.lead-form .button, .checkout-form .button { margin-top: 22px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--green); font-size: 11px; }
.form-status.is-error { color: #b82929; }

.contacts { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.contact-grid > * { min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-direction: column; background: white; }
.contact-grid small { color: var(--orange-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-grid strong { margin: 22px 0; font-size: 15px; overflow-wrap: anywhere; }
.contact-grid span { margin-top: auto; color: var(--muted); font-size: 10px; }
.contact-grid a:hover { border-color: var(--orange); }
.contact-quick { margin-top: 18px; padding: 25px 28px; border-radius: 14px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 38px; color: white; background: linear-gradient(120deg, var(--orange-dark), var(--orange)); box-shadow: var(--shadow); }
.contact-quick__copy small { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.contact-quick__copy h3 { margin: 7px 0 5px; font: 900 22px/1.15 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.contact-quick__copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 11px; }
.contact-quick-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 10px; }
.contact-quick-form .field > span { color: white; }
.contact-quick-form .field input { color: var(--ink); background: white; border-color: white; }
.contact-quick-form .button { min-width: 190px; }
.contact-quick-form .check, .contact-quick-form .form-status { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.8); }
.contact-quick-form .check a { color: white; text-decoration: underline; }
.contact-quick-form .form-status { min-height: 0; }
.requisites { margin-top: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.requisites summary { min-height: 78px; padding: 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; }
.requisites summary::-webkit-details-marker { display: none; }
.requisites summary span { display: flex; flex-direction: column; }
.requisites summary small { color: var(--orange-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.requisites summary strong { margin-top: 3px; font-size: 14px; }
.requisites summary b { color: var(--orange-dark); font-size: 10px; text-transform: uppercase; }
.requisites[open] summary { border-bottom: 1px solid var(--line); }
.requisites[open] summary b { font-size: 0; }
.requisites[open] summary b::after { content: "Свернуть"; font-size: 10px; }
.requisites__grid { padding: 24px 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.requisites dl { margin: 0; }
.requisites dl div { padding: 11px 0; border-bottom: 1px solid var(--line); }
.requisites dt { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.requisites dd { margin: 4px 0 0; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }

.footer { padding: 60px 0 26px; color: rgba(255,255,255,.62); background: #07141e; }
.footer__top { padding-bottom: 42px; display: grid; grid-template-columns: .8fr .7fr 1fr; gap: 70px; align-items: start; }
.brand--footer { color: white; }
.brand--footer img { mix-blend-mode: screen; }
.brand--footer small { color: rgba(255,255,255,.45); }
.footer__top > p { font-size: 12px; }
.footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 11px; }
.footer__links a:hover, .footer__links button:hover { color: var(--yellow); }
.footer__links button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; }
.footer__bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; gap: 30px; font-size: 9px; }

.modal { position: fixed; z-index: 300; inset: 0; display: none; }
.modal.is-open { display: block; }
.modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,15,23,.72); backdrop-filter: blur(5px); cursor: pointer; }
.modal__panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(100%, 560px); padding: 50px 36px 36px; overflow-y: auto; background: white; box-shadow: -20px 0 70px rgba(0,0,0,.22); animation: slide-in .25s ease both; }
@keyframes slide-in { from { transform: translateX(40px); opacity: 0; } }
.modal__close { position: absolute; right: 22px; top: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 25px; line-height: 1; cursor: pointer; }
.cart-view h2, .checkout-form h2 { margin-bottom: 28px; font-size: 34px; }
.cart-items { display: flex; flex-direction: column; }
.cart-item { padding: 15px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.cart-item h3 { margin: 0 0 5px; font-size: 12px; }
.cart-item small { color: var(--muted); font-size: 10px; }
.cart-item__actions { display: flex; align-items: center; gap: 9px; }
.cart-item__actions button { width: 28px; height: 28px; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: white; cursor: pointer; }
.cart-item__actions b { min-width: 18px; text-align: center; font-size: 11px; }
.cart-empty { padding: 50px 25px; border: 1px dashed var(--line); border-radius: 10px; color: var(--muted); text-align: center; font-size: 12px; }
.cart-empty[hidden] { display: none; }
.cart-footer { margin-top: 25px; padding-top: 20px; border-top: 2px solid var(--ink); display: flex; justify-content: space-between; align-items: center; }
.cart-footer span { color: var(--muted); font-size: 11px; }
.cart-footer strong { font: 900 23px/1 "Arial Black", Impact, sans-serif; }
.modal-note { margin: 12px 0; color: var(--muted); font-size: 10px; }
.back-link { margin: -15px 0 30px; padding: 0; border: 0; color: var(--orange-dark); background: none; font-size: 11px; font-weight: 800; cursor: pointer; }
.checkout-form { padding: 0; box-shadow: none; }

.cookie-banner { position: fixed; z-index: 400; left: 22px; right: 22px; bottom: 22px; max-width: 900px; margin: auto; padding: 18px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: white; background: rgba(7,20,30,.97); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 12px; }
.cookie-banner p { max-width: 600px; margin: 4px 0 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.5; }
.cookie-banner a { text-decoration: underline; }
.cookie-actions { flex-shrink: 0; display: flex; align-items: center; gap: 12px; }
.text-button { padding: 6px; border: 0; color: rgba(255,255,255,.66); background: none; font-size: 10px; cursor: pointer; }

.legal-page { background: white; }
.legal-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-header a:last-child { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.legal-main { width: min(calc(100% - 48px), 880px); margin: 70px auto 110px; }
.legal-main h1 { color: var(--ink); font-size: clamp(34px, 5vw, 56px); }
.legal-main h2 { margin: 42px 0 15px; font-family: "Arial Black", Impact, sans-serif; font-size: 24px; text-transform: none; }
.legal-main h3 { margin-top: 28px; }
.legal-main p, .legal-main li { color: #45545f; }
.legal-main a { color: var(--orange-dark); text-decoration: underline; }
.legal-main .legal-meta { margin-bottom: 40px; padding: 16px; border-left: 4px solid var(--orange); background: var(--paper); font-size: 12px; }
.legal-placeholder { padding: 14px 16px; border: 1px solid #edc57e; border-radius: 8px; color: #725522 !important; background: #fff8e9; }
.theme-toggle { width: 42px; height: 42px; flex: 0 0 42px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; display: grid; place-items: center; color: var(--yellow); background: rgba(255,255,255,.04); cursor: pointer; transition: transform .2s, color .2s, background .2s, border-color .2s; }
.theme-toggle:hover { transform: rotate(10deg); color: white; border-color: var(--orange); background: var(--orange); }
.theme-toggle svg { grid-area: 1 / 1; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle__moon { display: none; }
html[data-theme="light"] .theme-toggle__sun { display: none; }
html[data-theme="light"] .theme-toggle__moon { display: block; }
.legal-header__actions { display: flex; align-items: center; gap: 18px; }

/* Основная тёмная тема */
body {
  color-scheme: dark;
  color: #eef4f7;
  background: #07141e;
}
.topbar { background: #030b11; }
.header { color: #eef4f7; background: rgba(7, 20, 30, .94); }
.header.is-scrolled { border-color: rgba(255,255,255,.1); box-shadow: 0 10px 35px rgba(0,0,0,.28); }
.brand img { mix-blend-mode: normal; border: 2px solid rgba(255,255,255,.1); }
.brand small { color: #8fa0ac; }
.menu-toggle span { background: #eef4f7; }
.hero { background: #061722; }
.section:not(.process-section):not(.request-section):not(.calculator-section) { background: #07141e; }
.section-head > p,
.service-card p,
.direction-card p,
.works-note,
.catalog-note,
.contact-grid span { color: #95a4af; }
.service-card {
  color: #eef4f7;
  background: #0d2231;
  border-color: rgba(255,255,255,.09);
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
}
.service-card:hover { box-shadow: 0 24px 55px rgba(0,0,0,.3); }
.service-card__num { color: #70818d; }
.service-card a { border-color: rgba(255,255,255,.1); }
.service-card--dark { background: #102a3b; border-color: rgba(255,255,255,.08); }
.service-icon { background: rgba(243,107,22,.13); }
.works { background: #091925 !important; }
.direction-card {
  color: #eef4f7;
  background: #0d2231;
  border-color: rgba(255,255,255,.09);
}
.direction-card--cta { background: var(--orange); border-color: var(--orange); }
.calculator-section { background: #050f17; }
.calculator-shell { border: 1px solid rgba(255,255,255,.08); box-shadow: 0 28px 70px rgba(0,0,0,.34); }
.calculator-intro { background: #0c2332; }
.calculator { color: #eef4f7; background: #091b28; }
.field input,
.field select,
.field textarea {
  color: #eef4f7;
  background: #07141e;
  border-color: rgba(255,255,255,.13);
}
.field input::placeholder,
.field textarea::placeholder { color: #697b87; }
.choice-group label > span {
  color: #eef4f7;
  background: #07141e;
  border-color: rgba(255,255,255,.13);
}
.choice-group input:checked + span { color: #fff; background: rgba(243,107,22,.13); border-color: var(--orange); }
.choice-group small { color: #8fa0ac; }
.extras label span { color: #aebbc4; border-color: rgba(255,255,255,.13); }
.extras input:checked + span { color: #07141e; background: var(--yellow); border-color: var(--yellow); }
.calc-result { background: #030c12; border: 1px solid rgba(255,255,255,.08); }
.catalog { background: #07141e !important; }
.filter { color: #b9c5cc; background: #0d2231; border-color: rgba(255,255,255,.11); }
.filter:hover,
.filter.is-active { color: #07141e; background: var(--yellow); border-color: var(--yellow); }
.product-card { color: #eef4f7; background: #0d2231; border-color: rgba(255,255,255,.09); }
.product-card:hover { box-shadow: 0 22px 52px rgba(0,0,0,.3); }
.product-card__meta span { color: #91a1ac; }
.add-to-cart { color: #eef4f7; background: transparent; border-color: rgba(255,255,255,.3); }
.add-to-cart:hover,
.add-to-cart.is-added { color: #07141e; background: var(--yellow); border-color: var(--yellow); }
.lead-form,
.checkout-form { color: #eef4f7; background: #0a1d2b; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.check { color: #9cabb5; }
.contacts { background: #050f17 !important; }
.contact-grid > * { color: #eef4f7; background: #0d2231; border-color: rgba(255,255,255,.09); }
.requisites { background: #0d2231; border-color: rgba(255,255,255,.09); }
.requisites[open] summary,
.requisites dl div { border-color: rgba(255,255,255,.09); }
.requisites dt { color: #8798a4; }
.footer { background: #02080d; }
.modal__panel { color: #eef4f7; background: #07141e; }
.modal__close,
.cart-item__actions button { color: #eef4f7; background: #0d2231; border-color: rgba(255,255,255,.13); }
.cart-item,
.cart-footer { border-color: rgba(255,255,255,.12); }
.cart-item small,
.cart-footer span,
.modal-note { color: #8fa0ac; }
.cart-empty { color: #8fa0ac; border-color: rgba(255,255,255,.16); }
.checkout-form { border: 0; box-shadow: none; }
.legal-page { color: #eef4f7; background: #07141e; }
.legal-header { background: #050f17; border-color: rgba(255,255,255,.1); }
.legal-main h1 { color: #eef4f7; }
.legal-main p,
.legal-main li { color: #b2bec6; }
.legal-main .legal-meta { color: #c3cdd3; background: #0d2231; }
.legal-placeholder { color: #ffe1a8 !important; background: #2b2113; border-color: #765620; }

/* Светлая тема */
html[data-theme="light"] body { color-scheme: light; color: var(--ink); background: var(--paper); }
html[data-theme="light"] .header { color: var(--ink); background: rgba(245,246,247,.95); }
html[data-theme="light"] .header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(10,29,45,.07); }
html[data-theme="light"] .brand img { mix-blend-mode: multiply; border-color: transparent; }
html[data-theme="light"] .brand small { color: var(--muted); }
html[data-theme="light"] .menu-toggle span { background: var(--ink); }
html[data-theme="light"] .theme-toggle { color: var(--ink); background: white; border-color: var(--line); }
html[data-theme="light"] .theme-toggle:hover { color: white; background: var(--ink); border-color: var(--ink); }
html[data-theme="light"] .hero { color: var(--ink); background: #f5f6f7; }
html[data-theme="light"] .hero::before { background: radial-gradient(circle at 88% 10%, rgba(243,107,22,.16), transparent 28%), linear-gradient(115deg, transparent 55%, rgba(10,29,45,.035) 55%); }
html[data-theme="light"] .hero__lead { color: #52616c; }
html[data-theme="light"] .hero .button--ghost { color: var(--ink); background: transparent; border-color: rgba(10,29,45,.35); }
html[data-theme="light"] .hero .button--ghost:hover { color: white; background: var(--ink); border-color: var(--ink); }
html[data-theme="light"] .hero__proof { border-color: rgba(10,29,45,.13); }
html[data-theme="light"] .hero__proof strong { color: var(--ink); }
html[data-theme="light"] .hero__proof span { color: var(--muted); }
html[data-theme="light"] .hero__blueprint { background-image: linear-gradient(rgba(10,29,45,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(10,29,45,.6) 1px, transparent 1px); }
html[data-theme="light"] .section:not(.process-section):not(.request-section):not(.calculator-section) { background: var(--paper); }
html[data-theme="light"] .section-head > p,
html[data-theme="light"] .service-card p,
html[data-theme="light"] .direction-card p,
html[data-theme="light"] .works-note,
html[data-theme="light"] .catalog-note,
html[data-theme="light"] .contact-grid span { color: var(--muted); }
html[data-theme="light"] .service-card { color: var(--ink); background: white; border-color: var(--line); box-shadow: none; }
html[data-theme="light"] .service-card:hover { box-shadow: var(--shadow); }
html[data-theme="light"] .service-card__num { color: #9aa3a9; }
html[data-theme="light"] .service-card a { border-color: var(--line); }
html[data-theme="light"] .service-card--dark { color: white; background: var(--ink); border-color: var(--ink); }
html[data-theme="light"] .service-card--dark p,
html[data-theme="light"] .service-card--dark .service-card__num { color: rgba(255,255,255,.55); }
html[data-theme="light"] .service-card--dark a { border-color: rgba(255,255,255,.15); }
html[data-theme="light"] .service-card--orange { color: white; background: var(--orange); border-color: var(--orange); }
html[data-theme="light"] .service-card--orange p,
html[data-theme="light"] .service-card--orange .service-card__num { color: rgba(255,255,255,.78); }
html[data-theme="light"] .service-card--orange a { border-color: rgba(255,255,255,.24); }
html[data-theme="light"] .works { background: white !important; }
html[data-theme="light"] .direction-card { color: var(--ink); background: var(--paper); border-color: var(--line); }
html[data-theme="light"] .direction-card--cta { color: white; background: var(--orange); border-color: var(--orange); }
html[data-theme="light"] .calculator-section { background: #e8ebed; }
html[data-theme="light"] .calculator-shell { border-color: transparent; box-shadow: var(--shadow); }
html[data-theme="light"] .calculator-intro { background: var(--ink); }
html[data-theme="light"] .calculator { color: var(--ink); background: white; }
html[data-theme="light"] .field input,
html[data-theme="light"] .field select,
html[data-theme="light"] .field textarea { color: var(--ink); background: #fbfbfb; border-color: var(--line); }
html[data-theme="light"] .field input::placeholder,
html[data-theme="light"] .field textarea::placeholder { color: #7f8b93; }
html[data-theme="light"] .choice-group label > span { color: var(--ink); background: #fbfbfb; border-color: var(--line); }
html[data-theme="light"] .choice-group input:checked + span { color: var(--ink); background: #fff7f1; border-color: var(--orange); }
html[data-theme="light"] .choice-group small { color: var(--muted); }
html[data-theme="light"] .extras label span { color: var(--ink); border-color: var(--line); }
html[data-theme="light"] .extras input:checked + span { color: white; background: var(--ink); border-color: var(--ink); }
html[data-theme="light"] .calc-result { background: var(--ink); border-color: transparent; }
html[data-theme="light"] .catalog { background: white !important; }
html[data-theme="light"] .filter { color: var(--ink); background: white; border-color: var(--line); }
html[data-theme="light"] .filter:hover,
html[data-theme="light"] .filter.is-active { color: white; background: var(--ink); border-color: var(--ink); }
html[data-theme="light"] .product-card { color: var(--ink); background: white; border-color: var(--line); }
html[data-theme="light"] .product-card:hover { box-shadow: var(--shadow); }
html[data-theme="light"] .product-card__meta span { color: var(--muted); }
html[data-theme="light"] .add-to-cart { color: var(--ink); background: white; border-color: var(--ink); }
html[data-theme="light"] .add-to-cart:hover,
html[data-theme="light"] .add-to-cart.is-added { color: white; background: var(--ink); border-color: var(--ink); }
html[data-theme="light"] .lead-form,
html[data-theme="light"] .checkout-form { color: var(--ink); background: white; border-color: transparent; box-shadow: var(--shadow); }
html[data-theme="light"] .check { color: var(--muted); }
html[data-theme="light"] .contacts { background: var(--paper) !important; }
html[data-theme="light"] .contact-grid > * { color: var(--ink); background: white; border-color: var(--line); }
html[data-theme="light"] .requisites { background: white; border-color: var(--line); }
html[data-theme="light"] .requisites[open] summary,
html[data-theme="light"] .requisites dl div { border-color: var(--line); }
html[data-theme="light"] .requisites dt { color: var(--muted); }
html[data-theme="light"] .modal__panel { color: var(--ink); background: white; }
html[data-theme="light"] .modal__close,
html[data-theme="light"] .cart-item__actions button { color: var(--ink); background: white; border-color: var(--line); }
html[data-theme="light"] .cart-item,
html[data-theme="light"] .cart-footer { border-color: var(--line); }
html[data-theme="light"] .cart-item small,
html[data-theme="light"] .cart-footer span,
html[data-theme="light"] .modal-note,
html[data-theme="light"] .cart-empty { color: var(--muted); }
html[data-theme="light"] .cart-empty { border-color: var(--line); }
html[data-theme="light"] .checkout-form { border: 0; box-shadow: none; }
html[data-theme="light"] .legal-page { color: var(--ink); background: white; }
html[data-theme="light"] .legal-header { background: var(--paper); border-color: var(--line); }
html[data-theme="light"] .legal-main h1 { color: var(--ink); }
html[data-theme="light"] .legal-main p,
html[data-theme="light"] .legal-main li { color: #45545f; }
html[data-theme="light"] .legal-main .legal-meta { color: #45545f; background: var(--paper); }
html[data-theme="light"] .legal-placeholder { color: #725522 !important; background: #fff8e9; border-color: #edc57e; }
html[data-theme="light"] .nav { background: rgba(245,246,247,.97); }

@media (max-width: 1080px) {
  .header__inner { gap: 18px; }
  .nav { gap: 16px; }
  .nav a { font-size: 11px; }
  .services-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 340px; }
  .process-grid { gap: 70px; }
  .works-gallery { grid-auto-rows: 220px; }
  .calculator-shell { grid-template-columns: 1fr; }
  .calculator-intro { padding-bottom: 35px; }
  .calc-facts { margin-top: 25px; }
  .request-grid { gap: 60px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .topbar { display: none; }
  .header__inner { height: 74px; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 17px; }
  .menu-toggle { display: block; order: 2; }
  .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); }
  .nav { position: fixed; inset: 74px 0 auto; max-height: 0; overflow: hidden; margin: 0; padding: 0 24px; flex-direction: column; align-items: stretch; gap: 0; background: #07141e; box-shadow: 0 25px 40px rgba(0,0,0,.35); transition: max-height .3s, padding .3s; }
  .nav.is-open { max-height: 430px; padding-block: 15px 22px; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .nav a::after { display: none; }
  .header__cart { margin-left: auto; order: 3; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero__copy { padding: 80px 0 50px; }
  .hero__visual { min-height: 500px; }
  .hero__note { right: 0; bottom: 44px; }
  .section { padding: 85px 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .process-grid, .request-grid { grid-template-columns: 1fr; }
  .contact-quick { grid-template-columns: 1fr; gap: 20px; }
  .process-copy { position: static; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__links { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: 100%; max-width: 100%; margin-inline: 0; padding-inline: 16px; }
  .section { padding: 68px 0; }
  .header__inner { gap: 6px; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 15px; white-space: nowrap; }
  .brand small { display: none; }
  .header__cart { display: none; }
  .menu-toggle { width: 40px; }
  .hero__copy { padding-top: 60px; }
  h1 { max-width: 100%; font-size: 34px; letter-spacing: -.04em; overflow-wrap: anywhere; }
  .hero__copy { min-width: 0; }
  h2 { font-size: 35px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; padding-inline: 12px; }
  .hero__proof { gap: 8px; }
  .hero__proof > div { min-width: 0; }
  .hero__proof strong { font-size: 16px; }
  .hero__proof span { font-size: 8px; overflow-wrap: anywhere; }
  .hero__visual { min-height: 390px; margin-bottom: 20px; }
  .hero__sun { width: 300px; height: 300px; }
  .hero__visual > img { width: 350px; }
  .hero__note { left: 12px; right: 12px; bottom: 22px; max-width: none; }
  .ticker__track { justify-content: flex-start; gap: 22px; overflow: hidden; }
  .services-grid, .product-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .process-grid { gap: 50px; }
  .steps li { grid-template-columns: 46px 1fr; gap: 10px; }
  .works-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .work-card, .work-card:nth-child(n+4) { grid-column: span 1; }
  .work-card--feature { grid-column: 1 / -1; grid-row: span 2; }
  .work-card--feature .work-card__copy strong { font-size: 28px; }
  .works-footer { align-items: flex-start; flex-direction: column; }
  .calculator-intro, .calculator { padding: 34px 22px; }
  .field-row, .choice-group, .calc-result { grid-template-columns: 1fr; }
  .extras { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .cart-summary { justify-content: space-between; }
  .request-grid { gap: 45px; }
  .lead-form { padding: 28px 20px; }
  .request-phone { font-size: 28px; }
  .requisites summary { padding-inline: 16px; }
  .requisites__grid { padding: 14px 16px 20px; grid-template-columns: 1fr; gap: 0; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; }
  .footer__links { grid-column: auto; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .modal__panel { padding-inline: 20px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { flex-wrap: wrap; justify-content: space-between; }
  .cookie-actions .button { flex: 0 0 auto; }
  .cookie-actions .text-button { flex: 0 1 auto; }
}

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

/* Расширенные разделы: проекты домов, квартиры и компания */
#houses, #apartments, #house-catalog, #calculator, #catalog, #works, #about, #contacts { scroll-margin-top: 100px; }
.house-catalog { background: #091925 !important; }
.house-filter { margin: -18px 0 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.house-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.house-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; color: #eef4f7; background: #0d2231; transition: transform .25s, box-shadow .25s; }
.house-card:hover { transform: translateY(-5px); box-shadow: 0 26px 62px rgba(0,0,0,.32); }
.house-card[hidden] { display: none; }
.house-card__image { position: relative; aspect-ratio: 1.46; overflow: hidden; background: #142b3a; }
.house-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.house-card:hover .house-card__image img { transform: scale(1.035); }
.house-card__image > span { position: absolute; left: 16px; top: 16px; padding: 7px 10px; border-radius: 100px; color: #07141e; background: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.house-card__body { padding: 24px; }
.house-card__title { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.house-card__title small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.house-card__title h3 { margin: 4px 0 0; font: 900 28px/1 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.house-card__title > strong { font: 900 17px/1.2 "Arial Black", Impact, sans-serif; white-space: nowrap; }
.house-specs { margin: 22px 0 20px; padding: 16px 0; border-block: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.house-specs div { min-width: 0; }
.house-specs dt { color: #82939f; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.house-specs dd { margin: 5px 0 0; font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.house-price { margin-bottom: 20px; color: var(--yellow); font: 900 21px/1.25 "Arial Black", Impact, sans-serif; }
.house-price small { margin-top: 5px; display: block; color: #83949f; font: 500 9px/1.4 "Segoe UI", Arial, sans-serif; }
.house-card__actions { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; }
.house-card__actions .button { min-height: 46px; padding-inline: 14px; font-size: 10px; }
.house-card__actions > a { color: var(--yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.catalog-disclaimer { margin-top: 22px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; background: #07141e; }
.catalog-disclaimer > b { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #07141e; background: var(--yellow); }
.catalog-disclaimer p { margin: 0; color: #91a1ac; font-size: 10px; }

.apartment-section { color: white; background: linear-gradient(120deg, #0d293c, #07141e 70%); }
.apartment-shell { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.apartment-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.62); }
.apartment-copy .button { margin-top: 20px; }
.apartment-options { border-top: 1px solid rgba(255,255,255,.14); }
.apartment-options article { min-height: 130px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 22px; }
.apartment-options article > span { color: var(--yellow); font: 900 11px/1 "Arial Black", Impact, sans-serif; }
.apartment-options h3 { margin-bottom: 6px; font: 900 20px/1.2 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.apartment-options p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.apartment-options article > b { color: var(--yellow); font-size: 13px; white-space: nowrap; }

.catalog-bottom { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.catalog-bottom .catalog-note { margin: 0; }
.catalog-bottom .button { flex-shrink: 0; }

.about-section { color: #eef4f7; background: #061722 !important; }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.about-lead > p:not(.eyebrow) { max-width: 520px; color: #9aabb5; font-size: 16px; }
.about-lead .button { margin-top: 20px; }
.about-stats { margin-bottom: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.about-stats article { min-height: 150px; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; display: flex; flex-direction: column; justify-content: space-between; background: #0d2231; }
.about-stats strong { color: var(--yellow); font: 900 clamp(22px, 2.4vw, 34px)/1 "Arial Black", Impact, sans-serif; }
.about-stats span { color: #91a1ac; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.about-content > h3 { margin-bottom: 17px; font: 900 20px/1.2 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.payment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.payment-grid article { min-height: 126px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; background: #0a1d2b; }
.payment-grid article > span { color: var(--orange); font: 900 10px/1.5 "Arial Black", Impact, sans-serif; }
.payment-grid b { font-size: 13px; }
.payment-grid p { margin: 3px 0 0; color: #8fa0ac; font-size: 11px; }

.floating-estimate { position: fixed; z-index: 90; right: 18px; bottom: 18px; min-width: 266px; padding: 9px 16px 9px 9px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; display: flex; align-items: center; gap: 12px; color: white; background: linear-gradient(135deg, #ff7a1c, var(--orange-dark)); box-shadow: 0 16px 40px rgba(217,78,6,.34), 0 0 0 4px rgba(243,107,22,.12); transition: transform .2s, box-shadow .2s, opacity .2s; }
.floating-estimate:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(217,78,6,.42), 0 0 0 5px rgba(243,107,22,.16); }
.floating-estimate:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.floating-estimate__icon { flex: 0 0 43px; width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; color: var(--yellow); background: #07141e; font: 900 20px/1 "Arial Black", Impact, sans-serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.floating-estimate__copy { min-width: 0; display: flex; flex-direction: column; }
.floating-estimate__copy small { margin-bottom: 2px; color: rgba(255,255,255,.76); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.floating-estimate__copy b { font-size: 13px; white-space: nowrap; }
.floating-estimate.is-over-hero { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(14px); }
body:has(.cookie-banner:not([hidden])) .floating-estimate { display: none; }

.project-modal__panel { left: 4vw; right: 4vw; top: 4vh; bottom: 4vh; width: auto; max-width: 1320px; margin-inline: auto; padding: 0; border-radius: 20px; animation: project-in .25s ease both; }
@keyframes project-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }
.work-modal__panel { left: 5vw; right: 5vw; top: 6vh; bottom: 6vh; width: auto; max-width: 1240px; margin-inline: auto; padding: 0; overflow: hidden; border-radius: 20px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .7fr); color: white; background: #07141e; animation: project-in .25s ease both; }
.work-modal__panel > .modal__close { z-index: 3; color: white; background: rgba(7,20,30,.78); border-color: rgba(255,255,255,.25); }
.work-modal__media { min-width: 0; min-height: 0; background: #030b11; }
.work-modal__media img { width: 100%; height: 100%; object-fit: contain; }
.work-modal__copy { padding: 54px 38px; display: flex; flex-direction: column; justify-content: center; }
.work-modal__copy h2 { margin-bottom: 16px; font-size: clamp(29px, 3vw, 44px); }
.work-modal__copy > p:not(.eyebrow) { margin: 0 0 28px; color: #95a4af; }
.work-modal__copy .button { align-self: flex-start; }
.project-modal__panel > .modal__close { z-index: 3; color: white; background: rgba(7,20,30,.78); border-color: rgba(255,255,255,.25); }
.project-modal__hero { min-height: 335px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: #07141e; }
.project-modal__hero > img { width: 100%; height: 100%; min-height: 335px; object-fit: cover; }
.project-modal__hero > div { padding: 55px 50px 40px; display: flex; flex-direction: column; justify-content: center; }
.project-modal__hero h2 { margin-bottom: 13px; }
.project-modal__hero > div > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.project-modal__facts { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 8px; }
.project-modal__facts span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; color: #dce5ea; font-size: 10px; }
.project-modal__content { padding: 38px 46px 50px; display: grid; grid-template-columns: 1fr 300px; gap: 45px; }
.project-modal__content h3 { margin-bottom: 11px; font: 900 20px/1.2 "Arial Black", Impact, sans-serif; text-transform: uppercase; }
.project-note { max-width: 720px; color: #8fa0ac; font-size: 11px; }
.floorplans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.floorplan { padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #0d2231; }
.floorplan > strong { margin-bottom: 12px; display: block; color: var(--yellow); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.plan-canvas { min-height: 285px; padding: 5px; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); gap: 4px; background: #d7dee2; }
.plan-room { min-width: 0; padding: 7px; border: 2px solid #152f41; display: flex; flex-direction: column; justify-content: center; text-align: center; color: #0a1d2d; background: #f7f9fa; font-size: 9px; font-weight: 800; line-height: 1.2; }
.plan-room small { margin-top: 3px; color: #5c6b74; font-size: 8px; font-weight: 600; }
.project-modal aside { padding: 23px; border-radius: 13px; align-self: start; background: #0d2231; }
.project-modal aside ul { margin: 0 0 25px; padding: 0; list-style: none; }
.project-modal aside li { padding: 10px 0 10px 22px; border-bottom: 1px solid rgba(255,255,255,.09); position: relative; color: #aebbc4; font-size: 11px; }
.project-modal aside li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }

html[data-theme="light"] .house-catalog { background: white !important; }
html[data-theme="light"] .house-card { color: var(--ink); background: var(--paper); border-color: var(--line); }
html[data-theme="light"] .house-specs { border-color: var(--line); }
html[data-theme="light"] .house-specs dt,
html[data-theme="light"] .house-price small { color: var(--muted); }
html[data-theme="light"] .house-price { color: var(--orange-dark); }
html[data-theme="light"] .house-card__actions > a { color: var(--orange-dark); }
html[data-theme="light"] .catalog-disclaimer { background: var(--paper); border-color: var(--line); }
html[data-theme="light"] .catalog-disclaimer p { color: var(--muted); }
html[data-theme="light"] .apartment-section { color: #eef4f7; background: linear-gradient(120deg, #0d293c, #07141e 70%) !important; }
html[data-theme="light"] .about-section { color: var(--ink); background: #edf0f2 !important; }
html[data-theme="light"] .about-lead > p:not(.eyebrow) { color: var(--muted); }
html[data-theme="light"] .about-stats article,
html[data-theme="light"] .payment-grid article { background: white; border-color: var(--line); }
html[data-theme="light"] .about-stats strong { color: var(--orange-dark); }
html[data-theme="light"] .about-stats span,
html[data-theme="light"] .payment-grid p { color: var(--muted); }
html[data-theme="light"] .project-modal__content { background: white; }
html[data-theme="light"] .project-note { color: var(--muted); }
html[data-theme="light"] .floorplan { background: var(--paper); border-color: var(--line); }
html[data-theme="light"] .floorplan > strong { color: var(--orange-dark); }
html[data-theme="light"] .project-modal aside { background: var(--paper); border: 1px solid var(--line); }
html[data-theme="light"] .project-modal aside li { color: #52616c; border-color: var(--line); }
html[data-theme="light"] .project-modal aside li::before { color: var(--orange-dark); }

@media (max-width: 1080px) {
  .house-grid { grid-template-columns: repeat(2, 1fr); }
  .house-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .apartment-shell, .about-grid { gap: 55px; }
  .project-modal__content { grid-template-columns: 1fr; }
  .project-modal aside { width: 100%; }
}

@media (max-width: 860px) {
  .nav.is-open { max-height: 520px; }
  .apartment-shell, .about-grid { grid-template-columns: 1fr; }
  .house-card:last-child { width: auto; }
  .project-modal__panel { left: 2vw; right: 2vw; top: 2vh; bottom: 2vh; }
  .work-modal__panel { left: 2vw; right: 2vw; top: 2vh; bottom: 2vh; grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; }
  .work-modal__copy { padding: 28px 30px 32px; }
  .project-modal__hero { grid-template-columns: 1fr; }
  .project-modal__hero > img { min-height: 260px; max-height: 360px; }
  .project-modal__hero > div { padding: 35px 30px; }
}

@media (max-width: 600px) {
  .house-grid { grid-template-columns: 1fr; }
  .house-card:last-child { grid-column: auto; width: 100%; justify-self: stretch; }
  .house-specs { grid-template-columns: repeat(2, 1fr); }
  .catalog-disclaimer { grid-template-columns: auto 1fr; }
  .catalog-disclaimer .button { grid-column: 1 / -1; width: 100%; }
  .apartment-options article { grid-template-columns: 34px 1fr; }
  .apartment-options article > b { grid-column: 2; }
  .about-stats { grid-template-columns: 1fr; }
  .payment-grid { grid-template-columns: 1fr; }
  .about-stats article { min-height: 110px; }
  .catalog-bottom { align-items: stretch; flex-direction: column; }
  .catalog-bottom .button { width: 100%; }
  .floating-estimate { left: auto; right: 10px; bottom: 10px; min-width: 0; max-width: calc(100vw - 20px); padding: 7px 14px 7px 7px; gap: 9px; }
  .floating-estimate__icon { flex-basis: 36px; width: 36px; height: 36px; font-size: 17px; }
  .floating-estimate__copy small { display: none; }
  .floating-estimate__copy b { font-size: 11px; text-transform: uppercase; }
  .works-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .work-card, .work-card:nth-child(n+4), .work-card--feature { grid-column: 1; grid-row: auto; min-height: 260px; }
  .work-card--feature { min-height: 380px; }
  .work-card--feature .work-card__copy { inset: auto 22px 24px; }
  .work-card--feature .work-card__copy strong { font-size: 25px; }
  .works-footer .button { width: 100%; }
  .work-modal__panel { left: 0; right: 0; top: 0; bottom: 0; border-radius: 0; }
  .work-modal__copy { padding: 24px 20px 28px; }
  .work-modal__copy h2 { font-size: 27px; }
  body:has(.cookie-banner:not([hidden])) .floating-estimate { display: none; }
  .project-modal__panel { left: 0; right: 0; top: 0; bottom: 0; border-radius: 0; }
  .project-modal__hero > img { min-height: 220px; }
  .project-modal__hero > div { padding: 30px 20px; }
  .project-modal__content { padding: 28px 20px 40px; }
  .floorplans { grid-template-columns: 1fr; }
  .plan-canvas { min-height: 240px; }
}

/* Компактная мобильная компоновка — десктопные размеры не затрагивает */
@media (max-width: 600px) {
  html { scroll-padding-top: 68px; }
  body { font-size: 14px; }
  .container { padding-inline: 12px; }
  .header__inner { height: 62px; }
  .brand { gap: 6px; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: 13px; }
  .theme-toggle, .menu-toggle { width: 36px; height: 36px; }
  .nav { inset-block-start: 62px; padding-inline: 18px; }
  .nav.is-open { padding-block: 8px 14px; }
  .nav a { padding: 11px 0; font-size: 12px; }

  .section { padding: 46px 0; }
  .eyebrow { margin-bottom: 12px; gap: 8px; font-size: 9px; letter-spacing: .14em; }
  .eyebrow span { width: 26px; height: 2px; }
  h1 { margin-bottom: 18px; font-size: 29px; line-height: 1.04; }
  h2, .request-copy h2 { margin-bottom: 16px; font-size: 29px; line-height: 1.06; overflow-wrap: anywhere; }
  .button { min-height: 44px; padding-inline: 16px; }

  .hero__copy { padding: 38px 0 26px; }
  .hero__lead { margin-bottom: 22px; font-size: 13px; line-height: 1.55; }
  .hero__actions { gap: 8px; }
  .hero__proof { margin-top: 28px; padding-top: 18px; gap: 4px; }
  .hero__proof strong { font-size: 14px; }
  .hero__proof span { margin-top: 4px; font-size: 7px; line-height: 1.35; }
  .hero__visual { min-height: 265px; margin-bottom: 8px; }
  .hero__sun { width: 220px; height: 220px; }
  .hero__visual > img { width: 255px; }
  .hero__note { bottom: 12px; padding: 11px 13px; gap: 10px; }
  .hero__note b { font-size: 11px; }
  .hero__note span { font-size: 8px; }
  .ticker__track { padding-block: 11px; gap: 18px; font-size: 10px; }

  .section-head { margin-bottom: 28px; gap: 10px; }
  .section-head > p { margin-bottom: 0; font-size: 13px; }
  .services-grid, .product-grid, .contact-grid { gap: 10px; }
  .service-card { min-height: 230px; padding: 19px; }
  .service-icon { width: 48px; height: 48px; margin: 17px 0 14px; font-size: 24px; }
  .service-card h3 { margin-bottom: 9px; font-size: 17px; }
  .service-card p { margin-bottom: 14px; font-size: 11px; }
  .service-card a { padding-top: 13px; font-size: 10px; }

  .house-filter { margin: -6px 0 18px; gap: 6px; }
  .house-card__body { padding: 18px; }
  .house-card__title h3 { font-size: 20px; }
  .house-specs { margin: 16px 0; padding: 12px 0; }
  .house-price { margin-bottom: 15px; font-size: 18px; }
  .catalog-disclaimer { margin-top: 14px; padding: 14px; gap: 10px; }

  .apartment-shell, .about-grid { gap: 34px; }
  .apartment-copy > p:not(.eyebrow), .about-lead > p:not(.eyebrow) { font-size: 13px; }
  .apartment-copy .button, .about-lead .button { margin-top: 12px; }
  .apartment-options article { min-height: 88px; padding: 16px 0; gap: 10px; }
  .apartment-options h3 { font-size: 16px; }
  .apartment-options p { font-size: 10px; }
  .apartment-options article > b { font-size: 11px; white-space: normal; }

  .process-grid { gap: 32px; }
  .process-copy p:not(.eyebrow) { font-size: 13px; }
  .process-copy .button { margin-top: 12px; }
  .steps li { padding: 18px 0; grid-template-columns: 34px 1fr; gap: 8px; }
  .steps h3 { margin-bottom: 5px; font-size: 17px; }
  .steps p { font-size: 11px; }

  .works-gallery { gap: 8px; }
  .works .section-head, .works .section-head > *, .works-gallery { min-width: 0; width: 100%; max-width: 100%; }
  .works .section-head > p { white-space: normal; overflow: visible; overflow-wrap: anywhere; }
  .work-card, .work-card:nth-child(n+4), .work-card--feature { width: 100%; max-width: 100%; min-height: 0; aspect-ratio: 4 / 3; }
  .work-card img { object-fit: contain; object-position: center; background: #07141e; }
  .work-card:hover img, .work-card:focus-visible img { transform: none; }
  .work-card__copy { inset: auto 13px 13px; max-width: calc(100% - 26px); }
  .work-card--feature .work-card__copy { inset: auto 13px 15px; }
  .work-card__copy small, .work-card__copy strong { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .work-card--feature .work-card__copy strong { font-size: 22px; }
  .works-footer { padding: 17px; gap: 16px; }

  .calculator-intro, .calculator { padding: 25px 14px; }
  .calculator-intro h2 { font-size: 29px; }
  .calculator-intro > p:not(.eyebrow) { font-size: 12px; }
  .calc-facts { margin-top: 18px; gap: 5px; }
  .calc-facts span { padding: 6px 8px; font-size: 9px; }
  .field-row + .field-row { margin-top: 11px; }
  .field > span, fieldset legend { font-size: 9px; }
  .field input, .field select { height: 44px; padding-inline: 11px; font-size: 12px; }
  fieldset { margin-top: 20px; }
  .choice-group { gap: 7px; }
  .choice-group label > span { min-height: 68px; padding: 10px; }
  .choice-group input:checked + span { padding: 9px; }
  .choice-group b { font-size: 11px; }
  .choice-group small { font-size: 8px; }
  .extras { gap: 6px; }
  .extras label span { min-height: 38px; padding-inline: 6px; font-size: 9px; }
  .calc-result { margin: 22px 0 15px; padding: 16px; gap: 12px; }
  .calc-result strong { font-size: 18px; overflow-wrap: anywhere; }

  .product-art { height: 145px; }
  .product-card__body { padding: 16px; }
  .product-card h3 { min-height: 0; margin-bottom: 11px; font-size: 15px; }
  .catalog-bottom { margin-top: 12px; gap: 14px; }

  .about-stats { margin-bottom: 28px; gap: 8px; }
  .about-stats article { min-height: 82px; padding: 16px; }
  .about-content > h3 { font-size: 17px; }
  .payment-grid article { min-height: 92px; padding: 15px; grid-template-columns: 28px 1fr; gap: 9px; }

  .request-grid { gap: 30px; }
  .request-copy > p:not(.eyebrow) { font-size: 13px; }
  .request-phone { margin: 15px 0; font-size: 22px; overflow-wrap: anywhere; }
  .lead-form { padding: 22px 14px; }
  .lead-form h3 { margin-bottom: 18px; }
  .field textarea { min-height: 76px; }

  .contact-grid > * { min-height: 125px; padding: 18px; }
  .contact-grid strong { margin: 14px 0; font-size: 14px; }
  .contact-quick { margin-top: 12px; padding: 18px 14px; gap: 16px; }
  .contact-quick__copy h3 { font-size: 18px; }
  .contact-quick-form { grid-template-columns: 1fr; }
  .contact-quick-form .button { width: 100%; min-width: 0; }
  .contact-quick-form .check, .contact-quick-form .form-status { grid-column: 1; }
  .requisites summary { min-height: 64px; }
  .footer { padding: 40px 0 20px; }
  .footer__top { padding-bottom: 28px; gap: 22px; }
  .footer__bottom { padding-top: 18px; }

  .cookie-banner { padding: 12px; gap: 9px; }
  .cookie-banner strong { font-size: 11px; }
  .cookie-banner p { font-size: 9px; }
  .cookie-actions { gap: 7px; }
  .cookie-actions .button { min-height: 38px; }

  .project-modal__hero > img { min-height: 170px; max-height: 220px; }
  .project-modal__hero > div { padding: 22px 14px; }
  .project-modal__content { padding: 22px 14px 30px; }
  .plan-canvas { min-height: 205px; }
  .work-modal__copy { padding: 20px 14px 24px; }
  .work-modal__copy h2 { font-size: 24px; }
}
