:root {
  --cr-ink: #282624;
  --cr-muted: #706c67;
  --cr-line: #ded9d2;
  --cr-paper: #fff;
  --cr-soft: #f4f1ed;
  --cr-accent: #b89672;
}

html { scroll-behavior: smooth; }
body.cr-seo-page { margin: 0; overflow-x: hidden; background: var(--cr-paper); color: var(--cr-ink); font-family: "Manrope", Arial, sans-serif; }
.cr-seo-page *, .cr-seo-page *::before, .cr-seo-page *::after { box-sizing: border-box; }
.cr-seo-page .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.cr-seo-page .header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--cr-line); backdrop-filter: blur(12px); }
.cr-seo-page .header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cr-seo-page .logo { color: var(--cr-ink); font-size: 23px; font-weight: 700; text-decoration: none; letter-spacing: -.04em; }
.cr-seo-page .catalog-topbar-right { display: flex; align-items: center; gap: 20px; }
.cr-seo-page .header-calc-link, .cr-seo-page .catalog-phone { color: var(--cr-ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.cr-seo-page .header-calc-link { padding: 10px 16px; border: 1px solid var(--cr-line); border-radius: 999px; }
.cr-seo-page .header-cart { display: grid; width: 40px; height: 40px; place-items: center; color: var(--cr-ink); border: 1px solid var(--cr-line); border-radius: 50%; }
.cr-seo-page .header-cart svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cr-seo-page .burger { display: grid; width: 40px; height: 40px; place-content: center; gap: 4px; padding: 0; border: 1px solid var(--cr-line); border-radius: 50%; background: var(--cr-paper); }
.cr-seo-page .burger span { display: block; width: 17px; height: 1.5px; background: var(--cr-ink); }

.cr-breadcrumbs { display: flex; gap: 8px; align-items: center; min-height: 48px; color: var(--cr-muted); font-size: 12px; overflow: hidden; white-space: nowrap; }
.cr-breadcrumbs a { color: inherit; text-decoration: none; }
.cr-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }

.cr-hero { padding: 20px 0 46px; }
.cr-hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 54px; align-items: center; }
.cr-eyebrow { margin-bottom: 10px; color: #8f6f50; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cr-hero h1 { max-width: 700px; margin: 0; font-size: clamp(39px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.cr-hero__content > p { max-width: 660px; margin: 20px 0 0; color: var(--cr-muted); font-size: 18px; line-height: 1.55; }
.cr-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.cr-seo-page .btn { display: inline-flex; width: auto; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font: 600 14px/1 "Manrope", sans-serif; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.cr-seo-page .btn:hover { transform: translateY(-1px); }
.cr-seo-page .btn--dark { background: var(--cr-ink); color: #fff; }
.cr-seo-page .btn--light { background: #fff; color: var(--cr-ink); border-color: var(--cr-line); }
.cr-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
.cr-benefits > div { min-width: 0; padding: 14px 14px 13px; border: 1px solid var(--cr-line); border-radius: 16px; background: #fff; }
.cr-benefits b, .cr-benefits span { display: block; }
.cr-benefits b { margin-bottom: 4px; font-size: 14px; }
.cr-benefits span { color: var(--cr-muted); font-size: 11px; line-height: 1.4; }
.cr-hero__media { position: relative; min-height: 472px; margin: 0; overflow: hidden; border-radius: 28px; background: var(--cr-soft); }
.cr-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.cr-section { padding: 66px 0; }
.cr-section--soft { background: var(--cr-soft); }
.cr-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.cr-section h2 { margin: 0; font-size: clamp(29px, 3vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.cr-section__head > a { flex: 0 0 auto; color: var(--cr-ink); font-size: 14px; font-weight: 600; text-decoration: none; }

.cr-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cr-product { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--cr-line); border-radius: 20px; background: #fff; }
.cr-product__image { display: block; aspect-ratio: 1.55; overflow: hidden; background: var(--cr-soft); }
.cr-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.cr-product:hover .cr-product__image img { transform: scale(1.025); }
.cr-product__body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.cr-product h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.25; }
.cr-product__widths { color: var(--cr-muted); font-size: 11px; line-height: 1.45; }
.cr-product__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 15px; }
.cr-product__price { font-size: 15px; font-weight: 700; white-space: nowrap; }
.cr-product__price small { color: var(--cr-muted); font-size: 10px; font-weight: 500; }
.cr-product .btn { min-height: 38px; padding-inline: 14px; font-size: 12px; }

.cr-calc { display: grid; grid-template-columns: .7fr 1.3fr; gap: 46px; align-items: start; padding: 34px; border: 1px solid var(--cr-line); border-radius: 26px; background: #fff; }
.cr-calc__head p { max-width: 400px; margin: 14px 0 0; color: var(--cr-muted); font-size: 14px; line-height: 1.6; }
.cr-calc__body { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(225px, .65fr); gap: 20px; }
.cr-calc__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.cr-calc__fields > label, .cr-calc fieldset { min-width: 0; margin: 0; }
.cr-calc__fields > label > span, .cr-calc legend { display: block; margin-bottom: 6px; color: var(--cr-muted); font-size: 11px; font-weight: 600; }
.cr-calc input, .cr-calc select { width: 100%; height: 45px; padding: 0 12px; border: 1px solid var(--cr-line); border-radius: 12px; background: #fff; color: var(--cr-ink); font: 500 13px "Manrope", sans-serif; }
.cr-calc input[readonly] { background: #f8f7f5; }
.cr-calc fieldset { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 12px; padding: 11px 12px; border: 1px solid var(--cr-line); border-radius: 12px; }
.cr-calc fieldset legend { margin: 0; padding: 0 5px; }
.cr-calc fieldset small { grid-column: 1 / -1; color: var(--cr-muted); font-size: 10px; }
.cr-check { display: flex; align-items: center; gap: 7px; color: var(--cr-ink); font-size: 11px; }
.cr-check input { width: 15px; height: 15px; flex: 0 0 auto; }
.cr-calc__result { display: flex; min-height: 100%; flex-direction: column; justify-content: center; padding: 22px; border-radius: 18px; background: var(--cr-ink); color: #fff; }
.cr-calc__result > span { color: #d2ccc6; font-size: 11px; }
.cr-calc__result strong { margin-top: 5px; font-size: 30px; letter-spacing: -.035em; }
.cr-calc__result p { min-height: 38px; margin: 10px 0 16px; color: #d2ccc6; font-size: 11px; line-height: 1.45; }
.cr-calc__result .btn { width: 100%; background: #fff; color: var(--cr-ink); }
.cr-calc__result > small { margin-top: 12px; color: #aaa39d; font-size: 9px; line-height: 1.45; }

.cr-order { display: grid; grid-template-columns: .72fr 1.28fr; gap: 56px; }
.cr-order ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: order; }
.cr-order li { position: relative; min-height: 116px; padding: 18px 18px 18px 54px; border: 1px solid var(--cr-line); border-radius: 17px; counter-increment: order; }
.cr-order li::before { position: absolute; top: 17px; left: 17px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--cr-soft); content: counter(order); font-size: 11px; font-weight: 700; }
.cr-order b, .cr-order span { display: block; }
.cr-order b { margin-bottom: 5px; font-size: 13px; }
.cr-order span { color: var(--cr-muted); font-size: 11px; line-height: 1.5; }
.cr-order li:last-child { grid-column: 1 / -1; min-height: auto; }

.cr-compare { margin-top: 24px; overflow: hidden; border: 1px solid var(--cr-line); border-radius: 18px; background: #fff; }
.cr-compare > div { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--cr-line); }
.cr-compare > div:last-child { border-bottom: 0; }
.cr-compare__head { background: var(--cr-ink); color: #fff; }
.cr-compare span { color: var(--cr-muted); font-size: 12px; }
.cr-compare b { font-size: 12px; }

.cr-faq { display: grid; gap: 8px; max-width: 900px; }
.cr-faq details { border: 1px solid var(--cr-line); border-radius: 14px; background: #fff; }
.cr-faq summary { position: relative; padding: 17px 48px 17px 18px; cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }
.cr-faq summary::-webkit-details-marker { display: none; }
.cr-faq summary::after { position: absolute; top: 13px; right: 15px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--cr-soft); content: "+"; font-size: 18px; font-weight: 400; }
.cr-faq details[open] summary::after { content: "−"; }
.cr-faq p { margin: -2px 48px 17px 18px; color: var(--cr-muted); font-size: 12px; line-height: 1.6; }

.cr-contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: start; }
.cr-contact > div > p { color: var(--cr-muted); font-size: 14px; line-height: 1.6; }
.cr-contact__form { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin: 0 !important; padding: 24px !important; border: 1px solid var(--cr-line); border-radius: 22px; background: var(--cr-soft); }
.cr-contact__form .field { margin: 0; }
.cr-contact__form .field span { display: block; margin-bottom: 6px; color: var(--cr-muted); font-size: 11px; font-weight: 600; }
.cr-contact__form input, .cr-contact__form textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--cr-line); border-radius: 12px; background: #fff; color: var(--cr-ink); font: 500 13px "Manrope", sans-serif; }
.cr-contact__form input { height: 46px; }
.cr-contact__form textarea { resize: vertical; }
.cr-contact__wide { grid-column: 1 / -1; }
.cr-contact__form .form-consent { margin: 0; }
.cr-contact__form .form-consent label { display: flex; align-items: flex-start; gap: 8px; }
.cr-contact__form .form-consent input { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; }
.cr-contact__form .form-consent a { color: var(--cr-muted); font-size: 10px; line-height: 1.45; }
.cr-contact__form .request-form__submit { width: 100%; }
.cr-contact__form .request-success { display: none; }

.cr-seo-page .site-footer { margin: 0; padding: 52px 0 24px; background: var(--cr-ink); color: #fff; }
.cr-seo-page .site-footer__top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.cr-seo-page .site-footer__logo { color: #fff; font-size: 25px; font-weight: 700; text-decoration: none; }
.cr-seo-page .site-footer__brand p { max-width: 360px; color: #aaa39d; font-size: 12px; line-height: 1.6; }
.cr-seo-page .site-footer__col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 25px; }
.cr-seo-page .site-footer__title { grid-column: 1 / -1; margin-top: 10px; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.cr-seo-page .site-footer__col a, .cr-seo-page .site-footer__col span { color: #c8c2bd; font-size: 11px; text-decoration: none; }
.cr-seo-page .site-footer__bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 18px; border-top: 1px solid #45413e; color: #8f8984; font-size: 10px; }

.cr-seo-page .menu-drawer { position: fixed; inset: 0; z-index: 100; visibility: hidden; opacity: 0; transition: .2s ease; }
.cr-seo-page .menu-drawer.is-open { visibility: visible; opacity: 1; }
.cr-seo-page .menu-drawer__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.38); }
.cr-seo-page .menu-drawer__panel { position: absolute; top: 0; right: 0; width: min(380px, 88vw); height: 100%; padding: 24px; background: #fff; transform: translateX(100%); transition: transform .25s ease; }
.cr-seo-page .menu-drawer.is-open .menu-drawer__panel { transform: translateX(0); }
.cr-seo-page .menu-drawer__head { display: flex; align-items: center; justify-content: space-between; }
.cr-seo-page .menu-drawer__logo { font-size: 20px; font-weight: 700; }
.cr-seo-page .menu-drawer__close { width: 38px; height: 38px; border: 1px solid var(--cr-line); border-radius: 50%; background: #fff; font-size: 22px; }
.cr-seo-page .menu-drawer__nav { display: grid; margin-top: 26px; }
.cr-seo-page .menu-drawer__nav a { padding: 12px 0; border-bottom: 1px solid var(--cr-line); color: var(--cr-ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.cr-seo-page .menu-drawer__contacts { display: grid; gap: 8px; margin-top: 24px; }
.cr-seo-page .menu-drawer__contacts a, .cr-seo-page .menu-drawer__contacts span { color: var(--cr-muted); font-size: 12px; text-decoration: none; }

@media (max-width: 900px) {
  .cr-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .cr-hero__media { min-height: 440px; }
  .cr-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cr-calc, .cr-order, .cr-contact { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  .cr-seo-page .container { width: min(100% - 28px, 1180px); }
  .cr-seo-page .header__inner { min-height: 60px; gap: 8px; }
  .cr-seo-page .logo { font-size: 18px; }
  .cr-seo-page .catalog-topbar-right { gap: 7px; }
  .cr-seo-page .catalog-phone { display: none; }
  .cr-seo-page .header-calc-link { width: 38px; height: 38px; overflow: hidden; padding: 0; border-radius: 50%; font-size: 0; }
  .cr-seo-page .header-calc-link::after { display: grid; width: 100%; height: 100%; place-items: center; content: "₽"; font-size: 15px; }
  .cr-seo-page .header-cart, .cr-seo-page .burger { width: 38px; height: 38px; }
  .cr-breadcrumbs { min-height: 42px; font-size: 10px; }
  .cr-hero { padding: 13px 0 34px; }
  .cr-hero__grid { gap: 24px; }
  .cr-hero h1 { font-size: clamp(31px, 8.6vw, 37px); line-height: 1.06; }
  .cr-hero__content > p { margin-top: 14px; font-size: 14px; line-height: 1.5; }
  .cr-eyebrow { margin-bottom: 8px; font-size: 10px; }
  .cr-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
  .cr-seo-page .btn { min-height: 44px; gap: 8px; padding: 0 13px; font-size: 11px; text-align: center; }
  .cr-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 18px; }
  .cr-benefits > div { padding: 10px 8px; border-radius: 12px; }
  .cr-benefits b { font-size: 11px; }
  .cr-benefits span { font-size: 8px; }
  .cr-hero__media { min-height: auto; aspect-ratio: 1.4; border-radius: 20px; }
  .cr-section { padding: 42px 0; }
  .cr-section h2 { font-size: 27px; }
  .cr-section__head { align-items: end; margin-bottom: 17px; }
  .cr-section__head > a { font-size: 10px; }
  .cr-products { display: flex; width: calc(100% + 14px); gap: 10px; overflow-x: auto; padding-right: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .cr-products::-webkit-scrollbar { display: none; }
  .cr-product { width: min(76vw, 285px); flex: 0 0 min(76vw, 285px); border-radius: 16px; scroll-snap-align: start; }
  .cr-product__body { padding: 13px; }
  .cr-product h3 { font-size: 14px; }
  .cr-product__widths { font-size: 9px; }
  .cr-product__price { font-size: 13px; }
  .cr-product .btn { min-height: 36px; }
  .cr-calc { gap: 22px; padding: 20px 14px; border-radius: 20px; }
  .cr-calc__head p { margin-top: 10px; font-size: 11px; }
  .cr-calc__body { grid-template-columns: 1fr; gap: 14px; }
  .cr-calc__fields { gap: 9px; }
  .cr-calc input, .cr-calc select { height: 42px; font-size: 12px; }
  .cr-calc fieldset { gap: 6px; }
  .cr-calc__result { min-height: 205px; padding: 18px; }
  .cr-calc__result strong { font-size: 27px; }
  .cr-order { gap: 20px; }
  .cr-order ol { gap: 8px; }
  .cr-order li { min-height: 126px; padding: 14px 12px 14px 43px; }
  .cr-order li::before { top: 13px; left: 12px; }
  .cr-order b { font-size: 11px; }
  .cr-order span { font-size: 9px; }
  .cr-compare { border: 0; background: transparent; }
  .cr-compare > div { grid-template-columns: 1fr; gap: 6px; margin-bottom: 8px; padding: 13px; border: 1px solid var(--cr-line); border-radius: 13px; background: #fff; }
  .cr-compare__head { display: none !important; }
  .cr-compare span { font-size: 10px; font-weight: 700; }
  .cr-compare b { padding-left: 9px; border-left: 2px solid var(--cr-line); font-size: 10px; }
  .cr-faq summary { padding: 14px 45px 14px 14px; font-size: 12px; }
  .cr-faq summary::after { top: 9px; right: 10px; }
  .cr-faq p { margin: -1px 42px 14px 14px; font-size: 10px; }
  .cr-contact { gap: 20px; }
  .cr-contact__form { grid-template-columns: 1fr; padding: 16px !important; }
  .cr-contact__wide { grid-column: auto; }
  .cr-seo-page .site-footer { padding: 36px 0 20px; }
  .cr-seo-page .site-footer__top { grid-template-columns: 1fr; gap: 24px; }
  .cr-seo-page .site-footer__col { gap: 7px 14px; }
  .cr-seo-page .site-footer__bottom { margin-top: 28px; }
}

@media (max-width: 370px) {
  .cr-seo-page .container { width: calc(100% - 24px); }
  .cr-seo-page .logo { font-size: 16px; }
  .cr-seo-page .header-calc-link, .cr-seo-page .header-cart, .cr-seo-page .burger { width: 35px; height: 35px; }
  .cr-actions { grid-template-columns: 1fr; }
  .cr-benefits { grid-template-columns: 1fr; }
  .cr-benefits span { font-size: 9px; }
}
