:root{--ink:#171714;--muted:#6f6c64;--paper:#f7f5ef;--cream:#eee9df;--white:#fff;--brand:#d71920;--line:rgba(23,23,20,.12);--radius:24px;--shadow:0 24px 70px rgba(39,34,25,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Arial,sans-serif}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}.container{width:min(1260px,calc(100% - 48px));margin:auto}.display{margin:0;font-weight:500;letter-spacing:-.045em;line-height:1.05}.eyebrow{margin:0 0 16px;color:var(--brand);font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 20px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.btn-dark{border-color:var(--ink);color:#fff;background:var(--ink)}
.page-hero{padding:92px 0 56px}.page-hero h1{max-width:920px;font-size:clamp(46px,7vw,92px)}.page-lead{max-width:720px;margin:24px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;color:var(--muted);font-size:11px}.breadcrumbs span{opacity:.55}
.filter-bar{display:flex;align-items:center;gap:14px;margin-bottom:28px}.filter-bar label{font-size:12px;font-weight:700}.filter-bar select{min-height:42px;padding:0 38px 0 13px;border:1px solid var(--line);border-radius:10px;background:#fff}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-bottom:90px}.news-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .25s,box-shadow .25s}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.news-card-media{aspect-ratio:16/9;overflow:hidden;background:var(--cream)}.news-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.news-card:hover img{transform:scale(1.025)}.news-card-body{padding:24px}.news-date{color:var(--brand);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.news-card h2{margin:12px 0;font-size:25px;line-height:1.15}.news-card p{min-height:52px;margin:0 0 20px;color:var(--muted);line-height:1.6}.read-more{font-size:12px;font-weight:700}.read-more::after{content:' →'}
.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:70px;padding-bottom:90px}.article-main{min-width:0}.article-cover{width:100%;max-height:680px;object-fit:cover;border-radius:var(--radius);background:var(--cream)}.article-body{max-width:820px;margin:38px auto 0;font-size:17px;line-height:1.8}.article-body p{margin:0 0 23px}.article-body h2,.article-body h3{margin:42px 0 18px;line-height:1.2}.article-body ul,.article-body ol{padding-left:22px}.article-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px}.article-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:15px}.article-aside{position:sticky;top:110px;height:max-content}.article-aside h2{font-size:14px}.related-link{display:block;padding:14px 0;border-bottom:1px solid var(--line)}.related-link time{display:block;color:var(--muted);font-size:9px}.related-link strong{display:block;margin-top:7px;font-size:13px;line-height:1.35}.cta{margin-top:28px;padding:24px;border-radius:18px;color:#fff;background:var(--ink)}.cta h2{margin:0 0 10px}.cta p{color:#bbb7af;line-height:1.5}
.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:56px;padding-bottom:90px}.product-gallery{position:sticky;top:104px;height:max-content}.product-stage{position:relative;overflow:hidden;aspect-ratio:1;border-radius:var(--radius);background:var(--cream)}.product-stage img{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;top:50%;width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.9);cursor:pointer;transform:translateY(-50%)}.gallery-arrow.prev{left:16px}.gallery-arrow.next{right:16px}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.product-thumb{padding:0;overflow:hidden;aspect-ratio:1;border:2px solid transparent;border-radius:10px;background:var(--cream);cursor:pointer}.product-thumb.active{border-color:var(--brand)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(40px,5vw,70px)}.product-category{color:var(--brand);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.product-price{margin:22px 0;font-size:22px;font-weight:700}.product-description{color:var(--muted);line-height:1.75}.product-actions{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0}.spec-group{margin-top:35px}.spec-group h2{font-size:20px}.spec-table{width:100%;border-collapse:collapse}.spec-table td{padding:13px 0;border-bottom:1px solid var(--line);vertical-align:top}.spec-table td:first-child{width:48%;color:var(--muted);font-size:12px}.spec-table td:last-child{font-weight:600;font-size:13px}
.not-found{min-height:70vh;display:grid;place-items:center;text-align:center}.not-found h1{font-size:clamp(70px,14vw,160px)}.not-found p{color:var(--muted)}
.news-card-media{display:block}
.site-footer{padding:46px 0;color:#fff;background:var(--ink)}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-links{display:flex;flex-wrap:wrap;gap:20px;color:#bbb7af;font-size:11px}
@media(max-width:900px){.article-shell,.product-detail{grid-template-columns:1fr}.article-aside,.product-gallery{position:static}.news-grid{grid-template-columns:1fr}.product-detail{gap:28px}}
@media(max-width:560px){.container{width:min(100% - 32px,1260px)}.page-hero{padding:62px 0 38px}.page-hero h1{font-size:45px}.page-lead{font-size:15px}.news-card-body{padding:19px}.article-body{font-size:15px}.article-gallery{grid-template-columns:1fr}.product-thumbs{grid-template-columns:repeat(4,1fr)}.footer-row{align-items:flex-start;flex-direction:column}.filter-bar{align-items:flex-start;flex-direction:column}}

/* Единая компактная типографика и удобные зоны нажатия. */
body{font-size:16px;line-height:1.6}.page-hero{padding:82px 0 48px}.page-hero h1{font-size:clamp(40px,5vw,64px)}.page-lead,.article-body{font-size:16px}.eyebrow,.breadcrumbs,.filter-bar label,.product-category,.news-date{font-size:12px}.news-card h2{font-size:24px}.news-card p,.product-description{font-size:15px}.read-more,.related-link strong,.spec-table td,.footer-links{font-size:13px}.related-link time{font-size:12px}.product-info h1{font-size:clamp(38px,4.5vw,60px)}.spec-table td:first-child{font-size:13px}.btn,.gallery-arrow,.product-thumb,.footer-links a{min-height:44px}.footer-links a{display:inline-flex;align-items:center}:focus-visible{outline:3px solid rgba(215,25,32,.36);outline-offset:4px}
@media(max-width:560px){.page-hero{padding:56px 0 34px}.page-hero h1{font-size:38px}.page-lead,.article-body{font-size:16px}.news-card-body{padding:20px}.footer-links{gap:10px 18px}}
