:root {
--ink: #172526;
--ink-soft: #425354;
--night: #173332;
--night-2: #0f2928;
--accent: #b56f3d;
--accent-dark: #8d4f27;
--cream: #f7f4ee;
--cream-2: #eee8de;
--white: #fff;
--line: #dfe4e1;
--shadow: 0 18px 45px rgba(15, 41, 40, .1);
--radius: 22px;
--container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-is-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0 0 .55em; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.5rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.25rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text { 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; left: 20px; top: -100px; z-index: 10000; padding: 12px 18px; color: var(--white); background: var(--night); }
.skip-link:focus { top: 20px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--accent); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 760; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--accent { color: var(--white); background: var(--accent); }
.button--accent:hover { background: var(--accent-dark); }
.button--light { color: var(--night); background: var(--white); }
.button--outline { color: var(--night); border-color: #afbbbb; background: transparent; }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.text-link { color: var(--accent-dark); font-weight: 750; text-decoration: none; }
.topbar { color: #e8efed; background: var(--night-2); font-size: .8rem; }
.topbar__inner, .topbar__contacts { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar__inner { min-height: 38px; }
.topbar a { color: inherit; text-decoration: none; }
.topbar__link { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.2); font-weight: 750; }
.topbar__catalog { padding: 4px 11px; color: var(--night-2) !important; background: #f1ddd0; border-radius: 999px; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(15,41,40,.08); backdrop-filter: blur(18px); }
.header-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; min-height: 82px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--night); text-decoration: none; }
.site-brand__mark { display: grid; place-items: center; width: 46px; aspect-ratio: 1; border-radius: 14px 4px 14px 4px; color: var(--white); background: var(--night); font-size: .9rem; font-weight: 900; letter-spacing: .08em; }
.site-brand strong, .site-brand small { display: block; }
.site-brand strong { font-size: 1.05rem; line-height: 1.15; }
.site-brand small { margin-top: 3px; color: var(--ink-soft); font-size: .7rem; }
.custom-logo-link img { max-width: 220px; max-height: 58px; width: auto; }
.primary-navigation { justify-self: center; }
.site-menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-menu a { color: #2d3b3c; font-size: .91rem; font-weight: 700; text-decoration: none; }
.site-menu a:hover, .site-menu .current-menu-item > a { color: var(--accent-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--night); }
.hero { position: relative; overflow: hidden; color: var(--white); background: var(--night); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 20%, rgba(181,111,61,.28), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.03), transparent 45%); pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; }
.hero__content { display: flex; flex-direction: column; justify-content: center; padding: 90px 75px 85px 0; }
.hero__content h1 { max-width: 780px; }
.hero__content h1 { font-size: clamp(2.55rem, 5vw, 4.5rem); }
.hero__content > p { max-width: 680px; color: #d9e3e0; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 45px; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 660px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.hero__facts div { padding-right: 20px; }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { font-size: 1.48rem; }
.hero__facts span { margin-top: 4px; color: #b9c9c5; font-size: .78rem; }
.hero__visual { position: relative; margin-right: calc((100vw - min(100vw - 40px, var(--container))) / -2); }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--night) 0, transparent 28%); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge { position: absolute; right: 38px; bottom: 38px; z-index: 2; min-width: 220px; padding: 18px 22px; color: var(--night); background: rgba(255,255,255,.9); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero__badge span, .hero__badge strong { display: block; }
.hero__badge span { color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__badge strong { margin-top: 4px; font-size: 1rem; }
.section { padding: 105px 0; }
.section--soft { background: var(--cream); }
.section--dark { color: var(--white); background: var(--night); }
.section--form { padding-top: 80px; background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading h2 { max-width: 850px; margin-bottom: 0; }
.section-heading--light p { color: #c8d5d2; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 330px; overflow: hidden; border-radius: var(--radius); color: var(--white); box-shadow: 0 12px 30px rgba(15,41,40,.08); text-decoration: none; }
.category-card:nth-child(1), .category-card:nth-child(8) { grid-column: span 2; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(8,27,26,.8) 100%); }
.category-card__content { position: absolute; inset: auto 24px 22px; }
.category-card__content strong, .category-card__content small { display: block; }
.category-card__content strong { font-size: 1.38rem; line-height: 1.15; }
.category-card__content small { margin-top: 7px; color: #dce8e5; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; }
.benefit-grid article { min-height: 310px; padding: 36px 30px; background: var(--night); }
.benefit-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 60px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #e2b693; font-size: .78rem; font-weight: 800; }
.benefit-grid h3 { font-size: 1.3rem; }
.benefit-grid p { color: #bdcbc8; font-size: .94rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__body { padding: 24px; }
.product-card__category { color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h2 { margin: 10px 0 13px; font-size: 1.25rem; letter-spacing: -.02em; }
.product-card h2 a { text-decoration: none; }
.product-card__meta { min-height: 48px; color: var(--ink-soft); font-size: .86rem; line-height: 1.5; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-card__footer span { font-weight: 800; }
.product-card__footer a { color: var(--accent-dark); font-size: .87rem; font-weight: 750; text-decoration: none; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.process-grid > div > p { max-width: 560px; color: var(--ink-soft); font-size: 1.05rem; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ccd3d0; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid #ccd3d0; }
.process-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--white); background: var(--night); font-weight: 800; }
.process-list strong { font-size: 1.12rem; }
.process-list p { margin: 5px 0 0; color: var(--ink-soft); }
.commercial-strip { color: var(--white); background: var(--accent-dark); }
.commercial-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.commercial-strip__grid > div { padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.22); }
.commercial-strip span, .commercial-strip strong { display: block; }
.commercial-strip span { color: #f2d8c6; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.commercial-strip strong { margin-top: 5px; font-size: 1.02rem; }
.lead-form-card { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; color: var(--white); background: var(--night); border-radius: 28px; box-shadow: var(--shadow); }
.lead-form-copy { padding: 58px; background: radial-gradient(circle at 0 100%, rgba(181,111,61,.35), transparent 43%); }
.lead-form-copy h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
.lead-form-copy > p { color: #c7d5d2; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #e2aa7e; font-weight: 900; }
.lead-form-wrap { padding: 48px; background: var(--white); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label span { display: block; margin-bottom: 7px; font-size: .77rem; font-weight: 800; }
.form-grid input, .form-grid textarea { width: 100%; padding: 14px 16px; border: 1px solid #cfd7d4; border-radius: 11px; outline: none; background: #fbfcfb; transition: border-color .2s, box-shadow .2s; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(181,111,61,.14); }
.form-wide { grid-column: 1 / -1; }
.form-submit-row { display: flex; align-items: center; gap: 18px; }
.form-submit-row small { max-width: 390px; color: #657372; line-height: 1.4; }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 18px; padding: 12px 15px; border-radius: 10px; font-size: .9rem; }
.form-notice--success { color: #14532d; background: #dcfce7; }
.form-notice--error { color: #8a2b20; background: #fee2e2; }
.page-hero { padding: 82px 0; background: var(--cream); }
.page .page-hero { padding: 58px 0; }
.page .page-hero + .section { padding-top: 60px; }
.page-hero__inner { max-width: 900px; }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.page-hero p, .term-description { max-width: 760px; color: var(--ink-soft); font-size: 1.08rem; }
.page-hero--catalog { color: var(--white); background: var(--night); }
.page-hero--catalog p { color: #c7d3d0; }
.page-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.page-hero__grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--radius); }
.breadcrumb-link { display: block; margin-bottom: 28px; color: var(--accent-dark); font-weight: 750; text-decoration: none; }
.catalog-section { padding-top: 65px; }
.catalog-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; }
.catalog-chips a { display: flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .85rem; font-weight: 700; text-decoration: none; }
.catalog-chips a:hover { color: var(--white); border-color: var(--night); background: var(--night); }
.catalog-chips span { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 99px; background: var(--cream-2); color: var(--ink); font-size: .7rem; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.catalog-toolbar a { color: var(--accent-dark); font-weight: 750; }
.pagination { margin-top: 48px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 13px; border-radius: 9px; background: var(--cream); text-decoration: none; }
.page-numbers.current { color: var(--white); background: var(--night); }
.product-single { padding-top: 42px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; color: #6d7978; font-size: .82rem; }
.breadcrumbs a { text-decoration: none; }
.product-single__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.product-single__media { position: sticky; top: 125px; overflow: hidden; border-radius: 28px; background: var(--cream); }
.product-single__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-single__summary h1 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.product-lead { color: var(--ink-soft); font-size: 1.08rem; }
.product-price { margin: 24px 0; color: var(--accent-dark); font-size: 1.35rem; font-weight: 850; }
.product-specs { margin: 0; border-top: 1px solid var(--line); }
.product-specs > div { display: grid; grid-template-columns: 155px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.product-specs dt { color: #6a7776; font-size: .82rem; font-weight: 700; }
.product-specs dd { margin: 0; font-weight: 600; }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.product-description { max-width: 820px; margin-top: 70px; }
.content-area { width: 100%; max-width: none; }
.content-area .alignwide { width: 100%; max-width: none; }
.content-area .alignfull { width: 100vw; max-width: 100vw; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); } .content-area > .py-5, .content-area > .hero { width: 100%; }
.content-area .container { width: 100%; max-width: none; padding-right: 0; padding-left: 0; }
.content-area .py-5 { padding-top: 20px; padding-bottom: 20px; }
.content-area .mt-4 { margin-top: 1.8rem; }
.content-area .display-5 { font-size: clamp(2rem, 4vw, 3.5rem); }
.content-area .fw-bold { font-weight: 850; }
.content-area .lead { color: var(--ink-soft); font-size: 1.16rem; }
.content-area .section-title { margin-bottom: 24px; }
.content-area > .hero { min-height: 260px; margin-bottom: 55px; padding: 52px; overflow: hidden; border-radius: var(--radius); background-position: center; background-size: cover; }
.content-area > .hero::before { background: linear-gradient(90deg, rgba(15,41,40,.92), rgba(15,41,40,.48)); }
.content-area > .hero .container { position: relative; z-index: 1; }
.content-area > .hero .lead { color: #d9e3e0; }
.content-area .row { display: flex; flex-wrap: wrap; margin: 0; }
.content-area .g-4 { row-gap: 0; }
.content-area .col-md-4, .content-area .col-md-6 { padding: 12px; }
.content-area .col-md-4 { width: 33.333%; }
.content-area .col-md-6 { width: 50%; }
.content-area .card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 10px 28px rgba(15,41,40,.07); }
.content-area .card img { width: 100%; height: 240px; object-fit: cover; }
.content-area .card-body { padding: 22px; }
.content-area .card-title { margin-bottom: 10px; font-size: 1.15rem; }
.content-area .card-text { color: var(--ink-soft); }
.content-area .btn { display: inline-flex; min-height: 42px; align-items: center; padding: 9px 16px; border: 1px solid var(--accent); border-radius: 999px; color: var(--accent-dark); font-weight: 750; text-decoration: none; }
.content-area .table-wrap { width: 100%; margin: 28px 0 45px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.content-area .hotel-table, .content-area .price-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .88rem; }
.content-area .price-table--wide { min-width: 980px; }
.content-area .hotel-table th, .content-area .hotel-table td, .content-area .price-table th, .content-area .price-table td { padding: 12px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.content-area .hotel-table th, .content-area .price-table th { background: var(--cream); font-weight: 800; white-space: nowrap; }
.content-area .hotel-table tr:last-child td, .content-area .price-table tr:last-child td { border-bottom: 0; }
.content-area ul { padding-left: 1.3rem; }
.content-area li { margin: .35rem 0; }
.content-area > :first-child { margin-top: 0; }
.content-area h2 { margin-top: 1.5em; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.content-area h3 { margin-top: 1.4em; }
.content-area a { color: var(--accent-dark); }
.content-area table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.content-area th, .content-area td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.content-area th { background: var(--cream); }
.contact-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: none; }
.contact-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-card h2 { font-size: 2rem; }
.contact-list, .requisites-list { margin: 0; }
.contact-list > div, .requisites-list > div { display: grid; grid-template-columns: 160px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-list dt, .requisites-list dt { color: #71807e; font-size: .8rem; font-weight: 700; }
.contact-list dd, .requisites-list dd { margin: 0; font-weight: 650; }
.contact-note { margin-top: 24px; padding: 18px; border-radius: 12px; background: var(--cream); }
.section-spacer { height: 70px; }
.not-found { display: grid; place-items: center; min-height: 70vh; padding: 80px 0; text-align: center; }
.not-found__code { display: block; color: var(--cream-2); font-size: clamp(8rem, 25vw, 20rem); font-weight: 900; line-height: .8; }
.site-footer { color: #c4d0cd; background: #0b2322; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 55px; padding-top: 70px; padding-bottom: 55px; }
.footer-brand { color: var(--white); font-size: 1.35rem; font-weight: 850; text-decoration: none; }
.site-footer h2 { color: var(--white); font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #c4d0cd; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
@media (max-width: 1050px) {
.header-main { grid-template-columns: auto 1fr; }
.site-menu { gap: 18px; }
.hero__grid { grid-template-columns: 1fr; }
.hero__content { padding-right: 0; }
.hero__visual { min-height: 450px; margin: 0 calc((100vw - min(100vw - 40px, var(--container))) / -2); }
.hero__visual::after { background: linear-gradient(180deg, var(--night), transparent 25%); }
.category-grid { grid-template-columns: repeat(3, 1fr); }
.category-card:nth-child(1), .category-card:nth-child(8) { grid-column: auto; }
.benefit-grid { grid-template-columns: repeat(2, 1fr); }
.product-grid { grid-template-columns: repeat(2, 1fr); }
.footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
.topbar__inner > span { display: none; }
.topbar__inner { justify-content: flex-end; }
.topbar__contacts { width: 100%; justify-content: flex-start; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.topbar__contacts::-webkit-scrollbar { display: none; }
.topbar__link { order: -2; padding-left: 0; border-left: 0; }
.topbar__catalog { order: -1; }
.header-main { grid-template-columns: 1fr auto; min-height: 72px; }
.menu-toggle { display: block; justify-self: end; }
.primary-navigation { position: absolute; top: 100%; right: 0; left: 0; z-index: 101; display: none; width: 100%; height: calc(100vh - 72px); height: calc(100dvh - 72px); overflow-y: auto; padding: 30px 20px; background: var(--white); justify-self: stretch; }
.site-header:has(.topbar) .primary-navigation { height: calc(100vh - 110px); height: calc(100dvh - 110px); }
.primary-navigation.is-open { display: block; }
.site-menu { display: block; }
.site-menu li { border-bottom: 1px solid var(--line); }
.site-menu a { display: block; padding: 16px 4px; font-size: 1.05rem; }
.hero__grid { min-height: auto; }
.hero__content { padding: 75px 0 60px; }
.hero__facts { gap: 15px; }
.hero__visual { min-height: 360px; }
.section { padding: 78px 0; }
.category-grid { grid-template-columns: repeat(2, 1fr); }
.category-card { min-height: 280px; }
.process-grid, .lead-form-card, .product-single__grid, .page-hero__grid, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
.lead-form-copy, .lead-form-wrap { padding: 38px; }
.product-single__media { position: static; }
.commercial-strip__grid { grid-template-columns: 1fr; }
.commercial-strip__grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.content-area .col-md-4, .content-area .col-md-6 { width: 100%; }
.content-area > .hero { min-height: 280px; padding: 42px 28px; }
.page .page-hero { padding: 44px 0; }
.page .page-hero + .section { padding-top: 42px; }
}
@media (max-width: 600px) {
.container { width: min(calc(100% - 28px), var(--container)); }
h1 { font-size: 2.45rem; }
h2 { font-size: 2rem; }
.site-brand small { display: none; }
.site-brand__mark { width: 42px; }
.hero__content { padding-top: 58px; }
.hero__actions { display: grid; }
.hero__facts { grid-template-columns: 1fr; }
.hero__facts div { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 8px; padding: 9px 0; }
.hero__facts span { margin: 0; }
.hero__visual { min-height: 280px; }
.hero__badge { right: 15px; bottom: 15px; min-width: 190px; }
.section-heading { display: block; }
.section-heading .text-link { display: inline-block; margin-top: 18px; }
.category-grid, .benefit-grid, .product-grid { grid-template-columns: 1fr; }
.category-card { min-height: 300px; }
.benefit-grid article { min-height: auto; }
.benefit-grid article > span { margin-bottom: 35px; }
.lead-form-copy, .lead-form-wrap { padding: 30px 22px; }
.form-grid { grid-template-columns: 1fr; }
.form-wide { grid-column: auto; }
.form-submit-row { display: block; }
.form-submit-row .button { width: 100%; margin-bottom: 14px; }
.product-specs > div, .contact-list > div, .requisites-list > div { grid-template-columns: 1fr; gap: 4px; }
.product-actions .button { width: 100%; }
.catalog-toolbar { display: block; }
.catalog-toolbar a { display: inline-block; margin-top: 8px; }
.footer-grid { grid-template-columns: 1fr; gap: 35px; }
.footer-bottom { display: block; }
.footer-bottom span { display: block; margin: 5px 0; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}