:root {
  --accent: #ff603d;
  --accent-dark: #e84c2b;
  --accent-soft: rgba(255,100,65,.1);
  --ink: #191818;
  --muted: #6f6b69;
  --line: #e9e5e2;
  --surface: #ffffff;
  --surface-soft: #f7f5f3;
  --espresso: #31221d;
  --shell: min(1240px, calc(100% - 48px));
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; display: block; }
section[id] { scroll-margin-top: 145px; }
.shell { width: var(--shell); margin-inline: auto; }

.utility-bar { border-bottom: 1px solid var(--line); background: #fbfaf9; color: #5d5957; font-size: 11px; }
.utility-bar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.utility-links { min-width: 0; display: flex; align-items: center; gap: 22px; white-space: nowrap; }
.utility-links a { text-decoration: none; transition: color .2s ease; }
.utility-links a:hover { color: var(--accent); }
.utility-note { flex: 0 0 auto; color: #8b8581; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); }
.main-nav { position: relative; height: 84px; display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand--original { position: relative; width: 238px; height: 70px; overflow: visible; }
.brand--original img { width: 225px; min-width: 225px; height: 70px; object-fit: contain; object-position: left center; }
.brand__descriptor { position: absolute; top: 40px; left: 49px; color: #171514; font-family: Arial, sans-serif; font-size: 13px; font-weight: 400; line-height: 1; white-space: nowrap; letter-spacing: 0; }
.brand__mark { width: 37px; height: 44px; padding: 6px; border: 2px solid var(--ink); border-radius: 2px; display: block; }
.brand__mark span { display: block; height: 100%; border: 2px solid var(--accent); border-bottom: 0; transform: perspective(30px) rotateY(-8deg); transform-origin: left; }
.brand__text { font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.brand__text span { color: var(--accent); }
.main-nav__actions { display: flex; align-items: center; gap: 10px; }
.phone { text-align: right; text-decoration: none; line-height: 1.25; }
.phone__label { display: block; color: var(--muted); font-size: 11px; margin-bottom: 3px; }
.phone strong { font-size: 15px; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 12px 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.catalog-nav { position: static; }
.catalog-nav__trigger { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 17px; border-radius: 10px; background: var(--accent); color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.catalog-nav__grid-icon { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.catalog-nav__chevron { width: 10px; height: 7px; margin-left: 2px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s ease; }
.catalog-nav:hover .catalog-nav__chevron, .catalog-nav:focus-within .catalog-nav__chevron { transform: rotate(180deg); }
.mega-menu { position: absolute; top: calc(100% - 7px); right: 0; left: 0; z-index: 30; padding-top: 17px; opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .2s ease, visibility .2s, transform .2s ease; }
.mega-menu::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 20px; }
.catalog-nav:hover .mega-menu, .catalog-nav:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu__columns { display: grid; grid-template-columns: 1fr 1fr .78fr 1.08fr; gap: 24px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 28px 70px rgba(48,31,25,.15); }
.mega-menu__column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 4px 8px; }
.mega-menu__eyebrow { margin-bottom: 7px; color: #9c938f; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mega-menu__column a { color: #6f6966; font-size: 12px; font-weight: 600; text-decoration: none; }
.mega-menu__column a:hover { color: var(--accent); }
.mega-menu__column a strong { display: block; color: var(--ink); font-size: 14px; }
.mega-menu__column a span { color: var(--accent); font-size: 10px; }
.mega-menu__promo { min-height: 220px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 22px; border-radius: 16px; background: var(--accent-soft); text-decoration: none; }
.mega-menu__promo > span { color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.mega-menu__promo strong { max-width: 190px; margin-top: 10px; font-size: 20px; line-height: 1.1; letter-spacing: -.04em; }
.mega-menu__promo p { max-width: 165px; margin: 8px 0; color: var(--muted); font-size: 11px; }
.mega-menu__promo b { margin-top: auto; font-size: 11px; }
.mega-menu__promo img { position: absolute; right: -15px; bottom: -55px; width: 95px; height: 190px; object-fit: contain; mix-blend-mode: multiply; }

.social-links { display: flex; align-items: center; gap: 5px; }
.social-links a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: #fff; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.social-links a:hover { border-color: rgba(255,100,65,.5); transform: translateY(-1px); }
.social-links img { width: 24px; height: 24px; object-fit: contain; border-radius: 50%; }
.header-search { flex: 1 1 360px; width: auto; min-width: 180px; max-width: 430px; height: 42px; display: grid; grid-template-columns: 1fr 40px; margin-left: auto; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.header-search:focus-within { border-color: rgba(255,100,65,.65); box-shadow: 0 0 0 3px var(--accent-soft); }
.header-search input { min-width: 0; border: 0; padding: 0 4px 0 13px; background: transparent; outline: none; font-size: 12px; }
.header-search button { display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.header-search svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mobile-header-search { display: none; }
.search-panel { position: absolute; top: 100%; right: 0; left: 0; padding: 22px 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; opacity: 0; visibility: hidden; transform: translateY(-8px); box-shadow: 0 22px 50px rgba(48,31,25,.1); transition: opacity .2s ease, visibility .2s, transform .2s ease; }
.search-panel.is-open { opacity: 1; visibility: visible; transform: none; }
.search-form { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 15px; }
.search-form input { width: 100%; border: 0; outline: 0; font-size: 20px; }
.search-form button { border: 0; background: none; cursor: pointer; }
.search-form button[type="submit"] { padding: 10px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; }
.search-panel__close { color: var(--muted); font-size: 27px; }
.search-hints { display: flex; gap: 16px; margin-top: 13px; color: var(--muted); font-size: 11px; }
.search-hints a { color: var(--ink); text-decoration: none; }
.search-hints a:hover { color: var(--accent); }

.button { min-height: 48px; border: 1px solid transparent; border-radius: 999px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; cursor: pointer; text-decoration: none; font-weight: 700; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.button--outline { border-color: var(--ink); background: transparent; }
.button--outline:hover { border-color: var(--accent); color: var(--accent); }
.button--primary { background: var(--accent); color: #fff; box-shadow: 0 12px 30px rgba(255,96,61,.23); }
.button--primary:hover { background: var(--accent-dark); }
.button--ghost { background: #fff; border-color: var(--line); }
.button--ghost:hover { border-color: #bfb8b3; }

.hero { min-height: 660px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, .82fr); align-items: center; gap: 64px; padding-block: 58px 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #716b67; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--accent); }
.hero h1 { margin: 20px 0 24px; max-width: 700px; font-size: clamp(50px, 5vw, 78px); line-height: .99; letter-spacing: -.065em; }
.hero h1 em { color: var(--accent); font-style: normal; font-weight: inherit; }
.hero__lead { max-width: 600px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; margin-top: 34px; }
.hero__trust { display: flex; gap: 34px; margin-top: 52px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero__trust div { display: grid; gap: 1px; }
.hero__trust strong { font-size: 20px; letter-spacing: -.03em; }
.hero__trust span { color: var(--muted); font-size: 11px; max-width: 120px; line-height: 1.35; }

.hero__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero__halo { position: absolute; inset: 18px 26px 28px; border-radius: 48% 48% 26px 26px; background: linear-gradient(145deg, #f8eee9 0%, #fff8f5 60%, #f2e7e1 100%); }
.hero__halo::before { content: ""; position: absolute; inset: 10% 11%; border: 1px solid rgba(255,96,61,.2); border-radius: inherit; }
.hero__door-card { position: relative; width: 290px; height: 460px; padding: 28px 24px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 30px 60px rgba(78,48,37,.14); backdrop-filter: blur(12px); }
.hero__door-card img { width: auto; height: 315px; margin: 0 auto; object-fit: contain; mix-blend-mode: multiply; }
.hero__badge { position: absolute; top: 18px; left: 18px; z-index: 2; border-radius: 999px; padding: 7px 10px; background: var(--espresso); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero__product-meta { display: flex; justify-content: space-between; gap: 14px; align-items: end; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.hero__product-meta div { display: grid; }
.hero__product-meta span { color: var(--muted); font-size: 10px; }
.hero__product-meta strong { font-size: 13px; }
.hero__price { white-space: nowrap; color: var(--accent); font-size: 15px !important; }
.hero__floating-note { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 13px 10px 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 14px 40px rgba(40,25,20,.08); color: var(--muted); font-size: 11px; backdrop-filter: blur(10px); }
.hero__floating-note strong { display: block; color: var(--ink); font-size: 12px; }
.hero__floating-note--top { top: 90px; right: 0; }
.hero__floating-note--bottom { bottom: 74px; left: 0; }
.icon-bubble { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-weight: 800; }

.category-strip { display: grid; grid-template-columns: 1.15fr 1.15fr .8fr; gap: 14px; padding-bottom: 84px; }
.category-card { min-width: 0; min-height: 255px; position: relative; overflow: hidden; display: flex; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); text-align: left; text-decoration: none; cursor: pointer; }
button.category-card { width: 100%; color: inherit; font: inherit; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent, rgba(255,255,255,.45)); opacity: 0; transition: opacity .25s ease; }
.category-card:hover::after { opacity: 1; }
.category-card__index { position: absolute; top: 25px; right: 25px; z-index: 2; color: #aaa29e; font-size: 12px; font-weight: 700; }
.category-card__content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; }
.category-card__count { margin-bottom: 13px; color: var(--accent); font-size: 12px; font-weight: 700; }
.category-card strong { font-size: 28px; line-height: 1.08; letter-spacing: -.04em; }
.category-card__link { margin-top: auto; padding-top: 28px; font-size: 12px; font-weight: 700; }
.category-card__link b { display: inline-grid; place-items: center; width: 26px; height: 26px; margin-left: 6px; border: 1px solid rgba(25,24,24,.18); border-radius: 50%; }
.category-card img { position: absolute; z-index: 1; right: 30px; bottom: -45px; width: 130px; height: 235px; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.category-card:hover img { transform: translateY(-8px); }
.category-card--entry { background: #f5f2ef; }
.category-card--interior { background: var(--accent-soft); }
.category-card__door-shape { position: absolute; right: 24px; bottom: 0; width: 128px; height: 210px; border: 8px solid #d9c6bd; border-bottom: 0; background: #f7ede9; box-shadow: inset -18px 0 0 rgba(49,34,29,.08); }
.category-card__door-shape span { position: absolute; top: 48%; right: 16px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.category-card--help { background: #f2f3f8; color: var(--ink); }
.category-card--help .category-card__count { color: var(--accent); }
.category-card--help .category-card__index { color: #aaa29e; }
.category-card--help .category-card__link b { border-color: rgba(25,24,24,.18); }
.category-card__help-icon { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: #fff; color: var(--accent); box-shadow: 0 14px 35px rgba(40,25,20,.07); font-size: 36px; font-weight: 500; }

.promotions { padding-bottom: 86px; }
.promotions__heading { display: block; max-width: 760px; margin-bottom: 30px; }
.promotions__heading h2 { max-width: 710px; margin: 14px 0 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.08; letter-spacing: -.05em; }
.promotions__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.promo-card { min-height: 310px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border-radius: var(--radius); }
.promo-card--coral { background: #ff6b49; color: #fff; }
.promo-card--light { border: 1px solid var(--line); background: var(--surface-soft); color: var(--ink); }
.promo-card__top { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.promo-card__top span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.promo-card--coral .promo-card__top span { color: rgba(255,255,255,.72); }
.promo-card__top b { font-size: 48px; line-height: .8; letter-spacing: -.06em; }
.promo-card h3 { max-width: 410px; margin: auto 0 7px; font-size: 29px; line-height: 1.08; letter-spacing: -.04em; }
.promo-card p { max-width: 340px; margin: 0 0 20px; color: inherit; opacity: .75; font-size: 13px; }
.promo-card__link { position: relative; z-index: 2; display: inline-flex; gap: 16px; border: 0; border-bottom: 5px solid rgba(255,100,65,.15); padding: 0 0 3px; background: none; color: inherit; cursor: pointer; font-size: 12px; font-weight: 700; transition: border-color .2s ease; }
.promo-card__link:hover { border-bottom-color: rgba(255,100,65,.4); }
.promo-card img { position: absolute; right: 35px; bottom: -66px; width: 140px; height: 255px; object-fit: contain; mix-blend-mode: multiply; opacity: .38; }
.promo-card__route { position: absolute; top: 82px; right: 38px; left: 55%; display: flex; align-items: center; }
.promo-card__route span { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #cfc8c4; border-radius: 50%; background: #fff; color: var(--accent); font-weight: 800; }
.promo-card__route i { flex: 1; border-top: 2px dotted #cfc8c4; }
.promotions__note { margin: 13px 2px 0; color: var(--muted); font-size: 10px; }

.section { padding-block: 112px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading h2, .service-showcase h2, .measurement h2, .story h2, .contact-band h2 { margin: 14px 0 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading h2 { margin-bottom: 0; }
.section-action { display: flex; justify-content: center; margin-top: 42px; }

.quick-benefits { border-block: 1px solid var(--line); }
.quick-benefits__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-benefit { display: flex; align-items: center; gap: 15px; min-height: 110px; padding: 20px 26px; border-right: 1px solid var(--line); }
.quick-benefit:first-child { border-left: 1px solid var(--line); }
.quick-benefit > span { color: var(--accent); font-size: 11px; font-weight: 800; }
.quick-benefit p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.quick-benefit strong { display: block; color: var(--ink); font-size: 13px; }

.products-section { position: relative; z-index: 0; isolation: isolate; padding-bottom: 126px; }
.products-section::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: calc(50% - 50vw); width: 100vw; background: linear-gradient(180deg, #fff 0%, #fbfaf8 18%, #fff 78%); }
.products-section::after { content: ""; position: absolute; z-index: -1; top: 74px; right: -14px; width: 180px; height: 72px; background: repeating-linear-gradient(90deg, rgba(255,100,65,.18) 0 1px, transparent 1px 13px); opacity: .55; transform: skewX(-18deg); }
.products-controls { display: flex; gap: 8px; }
.filter-pill { min-height: 40px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 700; }
.filter-pill:hover, .filter-pill.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { min-width: 0; transition: opacity .28s ease, transform .28s ease; }
.product-card.is-filtered { display: none; }
.product-card__media { position: relative; min-height: 390px; overflow: hidden; display: grid; place-items: center; border-radius: 20px; background: var(--surface-soft); }
.product-card__media img { width: auto; height: 295px; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.product-card:hover .product-card__media img { transform: translateY(-7px) scale(1.02); }
.product-card__badges { position: absolute; z-index: 2; top: 17px; left: 17px; display: flex; flex-wrap: wrap; gap: 6px; max-width: 72%; }
.product-card__badges span { padding: 6px 8px; border-radius: 999px; background: #fff; color: var(--accent); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.product-card__badges .badge-dark { background: var(--espresso); color: #fff; }
.icon-button { border: 0; background: transparent; cursor: pointer; }
.favorite { position: absolute; z-index: 3; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(25,24,24,.08); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 6px 16px rgba(40,25,20,.06); }
.favorite svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.favorite.is-active { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.favorite.is-active svg { fill: var(--accent); }
.product-card__quick { position: absolute; right: 13px; bottom: 13px; left: 13px; min-height: 44px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; cursor: pointer; font-weight: 700; opacity: 0; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.product-card:hover .product-card__quick, .product-card__quick:focus-visible { opacity: 1; transform: translateY(0); }
.product-card__body { padding: 18px 3px 0; }
.product-card__type { margin: 0 0 4px; color: var(--muted); font-size: 11px; }
.product-card h3 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.product-card__price { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.product-card__price strong { font-size: 16px; }
.product-card__price s { color: #a8a19e; font-size: 12px; }
.product-card__colors { display: flex; align-items: center; gap: 6px; margin-top: 12px; }
.product-card__colors > span { margin-right: 2px; color: var(--muted); font-size: 10px; }
.color-dot { width: 18px; height: 18px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d9d3cf; cursor: pointer; }
.color-dot.is-selected { box-shadow: 0 0 0 2px var(--accent); }
.color-dot--graphite { background: #4b4a49; }
.color-dot--wood { background: linear-gradient(135deg, #49281c, #8b5b3f); }
.color-dot--light { background: #e7ddd3; }
.split-offer { width: 100%; min-height: 34px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 7px; margin-top: 11px; padding: 9px 2px 5px; border: 0; border-top: 1px dashed #ddd7d2; border-radius: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; transition: opacity .2s ease; }
.split-offer:hover { opacity: .7; }
.split-offer img { width: 47px; height: 12px; object-fit: cover; object-position: left; opacity: .7; filter: saturate(.65); }
.split-offer span { display: block; color: var(--muted); font-size: 9px; line-height: 1.2; }
.split-offer span strong { color: #4d4946; font-size: 10px; font-weight: 600; }
.split-offer b { color: #aaa29d; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 15px; border-bottom: 5px solid rgba(255,100,65,.15); padding-bottom: 3px; text-decoration: none; font-size: 12px; font-weight: 700; transition: border-color .2s ease; }
.text-link:hover { border-bottom-color: rgba(255,100,65,.4); }
.text-link span { color: var(--accent); }
.text-link--button { border: 0; border-bottom: 5px solid rgba(255,100,65,.15); border-radius: 0; padding: 0 0 3px; background: none; cursor: pointer; color: inherit; }

.service-showcase { position: relative; z-index: 0; isolation: isolate; display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; border-top: 0; }
.service-showcase::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: calc(50% - 50vw); width: 100vw; background: linear-gradient(112deg, rgba(255,100,65,.09), transparent 34%), repeating-linear-gradient(0deg, transparent 0 51px, rgba(49,34,29,.035) 51px 52px); }
.service-showcase::after { content: ""; position: absolute; top: 54px; left: -20px; width: 94px; height: 44px; border-top: 2px solid var(--accent); border-left: 2px solid var(--accent); opacity: .55; }
.service-showcase__intro { position: sticky; top: 35px; align-self: start; }
.service-showcase h2 em { color: var(--accent); font-style: normal; }
.service-showcase__intro > p { max-width: 430px; margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.service-showcase__grid { display: block; border-top: 0; }
.service-card { min-height: 0; position: relative; display: grid; grid-template-columns: 52px 1fr; column-gap: 22px; align-items: start; padding: 28px 28px 28px 0; border: 0; border-bottom: 1px solid rgba(49,34,29,.14); border-radius: 0; background: linear-gradient(90deg, rgba(255,255,255,.5), transparent 78%); }
.service-card:nth-child(2) { width: calc(100% - 42px); margin-left: 42px; }
.service-card:nth-child(3) { width: calc(100% - 84px); margin-left: 84px; }
.service-card--large { grid-column: auto; min-height: 0; background: transparent; }
.service-card--accent { background: transparent; }
.service-card__number { position: absolute; top: 28px; right: 0; color: #afa8a4; font-size: 11px; }
.service-card__icon { grid-row: 1 / 5; position: relative; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,100,65,.28); border-radius: 14px 14px 14px 3px; background: linear-gradient(145deg, #fff, rgba(255,100,65,.1)); color: var(--accent); }
.service-card__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 390px; margin: 0 0 8px; padding-right: 40px; font-size: 23px; line-height: 1.15; letter-spacing: -.035em; }
.service-card p { max-width: 490px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card .text-link { margin-top: 15px; }

.process-section { position: relative; overflow: hidden; padding-block: 82px; border: 0; background: linear-gradient(120deg, rgba(255,100,65,.09), transparent 33%), linear-gradient(180deg, #f8f6f4, #f3f1ef); color: var(--ink); }
.process-section::after { content: ""; position: absolute; top: 0; right: 0; width: 31%; height: 100%; background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(255,100,65,.055) 22px 23px); pointer-events: none; }
.process-section > .shell { position: relative; z-index: 1; }
.section-heading--light { align-items: end; }
.section-heading--light .eyebrow { color: #716b67; }
.section-heading--light > p { max-width: 390px; margin: 0; color: var(--muted); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 38px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.process-list li { min-height: 220px; display: flex; flex-direction: column; padding: 26px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); transition: background .25s ease; cursor: default; }
.process-list li:last-child { border-right: 0; border-bottom: 0; }
.process-list li:hover { color: var(--accent); }
.process-list li.is-active { padding-left: 26px; border-color: var(--line); color: var(--ink); transform: none; background: var(--accent-soft); }
.process-list__number { color: var(--accent); font-size: 12px; font-weight: 800; }
.process-list li > div { display: block; margin-top: auto; }
.process-list h3 { margin: 0 0 9px; font-size: 24px; letter-spacing: -.04em; }
.process-list p { max-width: 490px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.measurement { position: relative; z-index: 0; isolation: isolate; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.measurement::before { content: ""; position: absolute; z-index: -1; top: 28px; right: calc(50% - 50vw); bottom: 28px; left: 36%; background: linear-gradient(100deg, transparent, rgba(255,100,65,.07) 52%, rgba(255,100,65,.025)); }
.measurement::after { content: ""; position: absolute; z-index: -1; top: 72px; right: -18px; width: 90px; height: 90px; border-top: 1px solid rgba(255,100,65,.55); border-right: 1px solid rgba(255,100,65,.55); }
.measurement__copy > p { max-width: 550px; margin: 23px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.check-list { display: grid; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; font-size: 14px; }
.check-list span { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 8px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 12px; font-weight: 800; }
.measurement__visual { position: relative; min-height: 540px; overflow: hidden; border-radius: 28px; background: var(--surface-soft); }
.measurement__shape { position: absolute; inset: 50px 55px 0; border-radius: 180px 180px 0 0; background: var(--accent-soft); }
.measurement__visual img { position: absolute; z-index: 2; bottom: 0; left: 50%; width: auto; height: 93%; transform: translateX(-50%); }
.measurement__caption { position: absolute; z-index: 4; right: 24px; bottom: 23px; display: grid; padding: 12px 15px; border-radius: 13px; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); }
.measurement__caption strong { font-size: 13px; }
.measurement__caption span { color: var(--muted); font-size: 10px; }
.measure-line { position: absolute; z-index: 3; color: var(--accent); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.measure-line::before, .measure-line::after { content: ""; position: absolute; background: var(--accent); }
.measure-line--width { right: 40px; bottom: 100px; left: 40px; border-top: 1px dashed rgba(255,96,61,.7); text-align: center; }
.measure-line--width span { position: relative; top: -9px; padding: 0 8px; background: var(--surface-soft); }
.measure-line--height { top: 45px; bottom: 45px; left: 32px; border-left: 1px dashed rgba(255,96,61,.7); }
.measure-line--height span { position: absolute; top: 50%; left: -28px; padding: 5px 7px; background: var(--surface-soft); transform: rotate(-90deg); }

.story { position: relative; z-index: 0; isolation: isolate; display: grid; grid-template-columns: .35fr 1fr; gap: 50px; border-top: 0; }
.story::before { content: ""; position: absolute; z-index: -1; top: 0; right: calc(50% - 50vw); bottom: 0; left: calc(50% - 50vw); background: linear-gradient(96deg, #fff 0 28%, #f8f6f4 28% 100%); }
.story::after { content: "ДВЕРИ / ДОМ / ДАЧА"; position: absolute; z-index: -1; top: 54px; right: -8px; color: rgba(25,24,24,.045); font-size: clamp(52px, 7vw, 104px); font-weight: 800; line-height: 1; letter-spacing: -.07em; white-space: nowrap; }
.story__content h2 { max-width: 920px; margin-top: 0; }
.story__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 38px; }
.story__columns p, .story__more p { margin: 0; color: var(--muted); line-height: 1.75; }
.story__more { margin-top: 24px; }
.read-more { margin-top: 28px; border: 0; border-bottom: 5px solid rgba(255,100,65,.15); padding: 0 0 3px; background: none; cursor: pointer; font-weight: 700; transition: border-color .2s ease; }
.read-more:hover { border-bottom-color: rgba(255,100,65,.4); }
.read-more span { margin-left: 8px; color: var(--accent); }

.showroom { position: relative; z-index: 0; isolation: isolate; display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: stretch; border-top: 0; }
.showroom::before { content: ""; position: absolute; z-index: -1; top: 38px; right: calc(50% - 50vw); bottom: 38px; left: -58px; background: linear-gradient(105deg, rgba(255,100,65,.075), transparent 42%); }
.showroom::after { content: ""; position: absolute; z-index: -1; bottom: 58px; left: -26px; width: 150px; height: 38px; background: repeating-linear-gradient(90deg, var(--accent) 0 2px, transparent 2px 16px); opacity: .18; transform: skewX(-20deg); }
.showroom h2 { margin: 15px 0 20px; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.showroom__info > p { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.7; }
.showroom__details { display: grid; gap: 14px; margin: 30px 0; }
.showroom__details div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.showroom__details dt { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.showroom__details dd { margin: 0; font-size: 13px; font-weight: 700; }
.showroom__details dd span { color: var(--muted); font-size: 11px; font-weight: 500; }
.showroom__details a { text-decoration: none; }
.showroom__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.showroom__map { min-height: 510px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #ece9e6; }
.showroom__map iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; filter: saturate(.8) contrast(.96); }
.showroom__map-label { position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 8px 25px rgba(40,25,20,.12); font-size: 11px; font-weight: 800; }

.reviews-section { position: relative; overflow: hidden; background: linear-gradient(115deg, #f8f6f4 0 58%, rgba(255,100,65,.075) 100%); border-top: 0; }
.reviews-section::before { content: ""; position: absolute; top: 0; right: 0; width: 280px; height: 120px; background: repeating-linear-gradient(135deg, transparent 0 15px, rgba(255,100,65,.09) 15px 16px); }
.reviews-section__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.reviews-section__heading h2 { margin: 14px 0 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.055em; }
.reviews-layout { position: relative; display: grid; grid-template-columns: minmax(0, 760px) minmax(290px, 1fr); gap: 16px; align-items: stretch; }
.reviews-widget { width: 100%; max-width: 760px; height: 480px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(40,25,20,.06); }
.reviews-widget iframe { width: 100%; height: 100%; border: 0; }
.reviews-aside { min-height: 480px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; border: 1px solid rgba(255,100,65,.2); border-radius: 24px; background: linear-gradient(145deg, #fff 0 18%, rgba(255,100,65,.1) 18% 100%); }
.reviews-aside::before { content: ""; position: absolute; top: -32px; right: -32px; width: 150px; height: 150px; border: 1px solid rgba(255,100,65,.22); transform: rotate(18deg); }
.reviews-aside > * { position: relative; z-index: 1; }
.reviews-aside__label { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reviews-aside__score { margin-top: 34px; font-size: 70px; line-height: .9; letter-spacing: -.075em; }
.reviews-aside__stars { margin-top: 12px; color: var(--accent); font-size: 19px; letter-spacing: .12em; }
.reviews-aside h3 { margin: auto 0 10px; font-size: 27px; line-height: 1.1; letter-spacing: -.045em; }
.reviews-aside p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.reviews-aside .button { width: 100%; }
.reviews-aside small { display: block; margin: 13px auto 0; color: #8c7c76; font-size: 9px; text-align: center; }

.site-footer { padding: 70px 0 28px; background: #1f1d1c; color: #fff; }
.site-footer__top { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); gap: 32px; padding-bottom: 46px; }
.brand--footer { width: fit-content; height: fit-content; padding: 10px 14px; border-radius: 12px; background: #fff; }
.brand--footer img { width: 180px; height: auto; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column strong { margin-bottom: 8px; color: #fff; font-size: 13px; }
.footer-column a, .footer-column button { border: 0; padding: 0; background: none; color: #aaa3a0; cursor: pointer; text-decoration: none; font-size: 12px; }
.footer-column a:hover, .footer-column button:hover { color: var(--accent); }
.footer-contacts__phone { color: #fff !important; font-size: 14px !important; font-weight: 700; }
.footer-contacts p { margin: 3px 0 0; color: #aaa3a0; font-size: 11px; line-height: 1.55; }
.footer-disclaimer { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); color: #77716e; font-size: 10px; line-height: 1.65; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #77716e; font-size: 10px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { color: #aaa3a0; text-decoration: none; }

.mobile-panel { position: fixed; z-index: 60; inset: 0; display: flex; flex-direction: column; padding: 24px; background: #fff; opacity: 0; visibility: hidden; transform: translateX(100%); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
.mobile-panel.is-open { opacity: 1; visibility: visible; transform: translateX(0); }
.mobile-panel__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.mobile-panel__close { width: 42px; height: 42px; border-radius: 50%; background: var(--surface-soft); font-size: 26px; }
.mobile-panel nav { display: grid; margin-top: 20px; }
.mobile-panel nav a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 24px; font-weight: 700; letter-spacing: -.04em; }
.mobile-panel nav span { color: var(--accent); }
.mobile-panel__phone { margin: auto 0 20px; color: var(--ink); font-size: 20px; font-weight: 800; text-decoration: none; }
.mobile-search { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 20px; }
.mobile-search input { min-width: 0; border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; outline: none; }
.mobile-search input:focus { border-color: var(--accent); }
.mobile-search button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--accent); color: #fff; cursor: pointer; }
.mobile-panel__socials { margin-top: 20px; }
.mobile-panel__socials a { font-size: 11px; font-weight: 800; }

.modal { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(25,24,24,.55); backdrop-filter: blur(6px); }
.modal__dialog { position: relative; width: min(100%, 520px); max-height: calc(100vh - 40px); overflow: auto; padding: 42px; border-radius: 24px; background: #fff; transform: translateY(15px) scale(.98); transition: transform .25s ease; }
.modal.is-open .modal__dialog { transform: none; }
.modal__close { position: absolute; top: 17px; right: 17px; width: 38px; height: 38px; border-radius: 50%; background: var(--surface-soft); font-size: 25px; }
.modal__eyebrow { color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.modal h2 { margin: 12px 0; font-size: 34px; line-height: 1.07; letter-spacing: -.04em; }
.modal__dialog > p { margin: 0 0 22px; color: var(--muted); }
.lead-form { display: grid; gap: 14px; }
.lead-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; background: #fbfaf9; outline: none; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.lead-form .button { margin-top: 5px; }
.lead-form small { color: #9b9490; font-size: 9px; line-height: 1.45; text-align: center; }
.form-success { padding: 35px 0 12px; text-align: center; }
.form-success > span { display: inline-grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 28px; }
.form-success h3 { margin: 16px 0 5px; font-size: 25px; }
.form-success p { margin: 0; color: var(--muted); }
body.is-locked { overflow: hidden; }
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s ease; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 35px rgba(40,25,20,.07); }

@media (max-width: 1200px) {
  .main-nav { gap: 14px; }
  .brand--original { width: 220px; }
  .header-search { max-width: 340px; }
  .phone strong { font-size: 13px; }
}

@media (max-width: 1150px) {
  .main-nav { height: 80px; }
  .header-search { min-width: 170px; max-width: 270px; }
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 32px, 900px); }
  .utility-links { gap: 14px; }
  .utility-note { display: none; }
  .main-nav { gap: 12px; }
  .brand--original { width: 210px; }
  .phone__label { display: none; }
  .main-nav__actions { margin-left: 0; }
  .mega-menu__columns { grid-template-columns: 1fr 1fr; }
  .hero { grid-template-columns: 1fr 390px; gap: 25px; }
  .category-strip { grid-template-columns: 1fr 1fr; }
  .category-card--help { grid-column: 1 / -1; min-height: 190px; }
  .promotions__heading { align-items: flex-start; flex-direction: column; }
  .quick-benefits__inner { grid-template-columns: 1fr 1fr; }
  .quick-benefit:nth-child(2) { border-right: 1px solid var(--line); }
  .quick-benefit:nth-child(n+3) { border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr 1fr; row-gap: 38px; }
  .service-showcase { grid-template-columns: 1fr; }
  .service-showcase__intro { position: static; }
  .service-card:nth-child(2), .service-card:nth-child(3) { width: auto; margin-left: 0; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .showroom { grid-template-columns: 1fr 1fr; gap: 30px; }
  .showroom__map { min-height: 460px; }
  .reviews-layout { grid-template-columns: minmax(0, 760px) minmax(270px, 1fr); }
  .reviews-aside { padding: 28px; }
  .site-footer__top { grid-template-columns: 1.2fr 1fr 1fr; }
  .brand--footer { grid-row: span 2; }
}

@media (max-width: 900px) {
  .main-nav .phone { display: none; }
  .header-search { max-width: none; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 620px); }
  .utility-bar { display: none; }
  .main-nav { height: 72px; }
  .brand--original { width: 170px; height: 54px; }
  .brand--original img { width: 170px; min-width: 170px; height: 54px; }
  .brand__descriptor { top: 32px; left: 37px; font-size: 10px; }
  .catalog-nav__trigger { min-height: 40px; gap: 6px; padding: 0 12px; font-size: 13px; }
  .catalog-nav__chevron { display: none; }
  .mega-menu { display: none; }
  .main-nav__actions { display: none; }
  .header-search { display: none; }
  .mobile-header-search { height: 42px; display: grid; grid-template-columns: 1fr 42px; margin-top: -3px; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
  .mobile-header-search input { min-width: 0; border: 0; padding: 0 14px; background: transparent; outline: none; font-size: 13px; }
  .mobile-header-search button { display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); }
  .mobile-header-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 26px; padding-block: 42px 46px; }
  .hero h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__trust { gap: 15px; justify-content: space-between; overflow-x: auto; }
  .hero__trust div { min-width: 105px; }
  .hero__visual { min-height: 455px; }
  .hero__halo { inset: 16px 0 20px; }
  .hero__door-card { width: 250px; height: 405px; padding-inline: 20px; }
  .hero__door-card img { height: 270px; }
  .hero__floating-note--top { top: 60px; right: -6px; }
  .hero__floating-note--bottom { bottom: 42px; left: -6px; }
  .category-strip { grid-template-columns: 1fr; padding-bottom: 60px; }
  .category-card, .category-card--help { grid-column: auto; min-height: 230px; }
  .promotions { padding-bottom: 60px; }
  .promotions__grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 290px; padding: 24px; }
  .promo-card__top b { font-size: 40px; }
  .promo-card h3 { max-width: 290px; font-size: 25px; }
  .promo-card__route { display: none; }
  .section { padding-block: 76px; }
  .quick-benefits__inner { grid-template-columns: 1fr; }
  .quick-benefit, .quick-benefit:first-child { border: 0; border-bottom: 1px solid var(--line); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .products-controls { max-width: 100%; overflow-x: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .products-section::after, .service-showcase::after, .story::after, .showroom::after { display: none; }
  .product-card__media { min-height: 420px; }
  .product-card__quick { opacity: 1; transform: none; }
  .service-showcase { gap: 38px; }
  .service-showcase__grid { grid-template-columns: 1fr; }
  .service-card--large { grid-column: auto; }
  .process-section { padding-block: 66px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
  .measurement { grid-template-columns: 1fr; gap: 42px; }
  .measurement__visual { min-height: 470px; }
  .story { grid-template-columns: 1fr; gap: 24px; }
  .story__columns { grid-template-columns: 1fr; gap: 18px; }
  .showroom { grid-template-columns: 1fr; }
  .showroom__map { min-height: 420px; }
  .reviews-section__heading { align-items: flex-start; flex-direction: column; }
  .reviews-layout { grid-template-columns: 1fr; }
  .reviews-widget { height: 520px; border-radius: 18px; }
  .reviews-aside { min-height: 390px; border-radius: 18px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .brand--footer { grid-column: 1 / -1; grid-row: auto; margin-bottom: 20px; }
  .site-footer__bottom { flex-direction: column; }
  .modal__dialog { padding: 36px 24px 28px; }
}

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