:root {
    --bg: #fdfcfa;
    --bg2: #f7f4ef;
    --white: #ffffff;
    --text: #1c1a17;
    --text2: #5e5954;
    --text3: #9a6735;
    --accent: #c8884a;
    --accent-dark: #a96a32;
    --accent-light: #f5ede2;
    --accent-mid: #e8cba8;
    --green: #3d7a52;
    --green-light: #e6f2eb;
    --cta: #1c1a17;
    --border: rgba(0,0,0,.08);
    --border2: rgba(0,0,0,.05);
    --r: 16px;
    --r-sm: 10px;
}

*,*::before,*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}

nav[aria-label="Основная навигация"] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(253,252,250,.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border2);
    padding: 0 32px;
    height: 64px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 4px
}

.nav-link {
    font-size: 15px;
    color: var(--text2);
    text-decoration: none;
    padding: 6px 13px;
    border-radius: 7px;
    transition: color .2s,background .2s;
    white-space: nowrap
}

.nav-link:hover {
    color: var(--text);
    background: var(--bg2)
}

.nav-logo {
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    letter-spacing: -.2px;
    text-align: center
}

.nav-logo em {
    font-style: italic;
    color: var(--accent)
}

.nav-right-slot {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.btn-cart {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--text);
    color: #fff;
    border: none;
    border-radius: var(--r-sm);
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity .2s;
}

.btn-cart:hover {
    opacity: .84
}

.cart-bubble {
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero {
    text-align: center;
    padding: 88px 24px 88px;
    /* max-width:740px; */
    /* margin:0 auto; */
    /* box-shadow: 0 2px 10px -2px rgb(0 0 0 / 15%); */
    border-bottom: 1px solid rgb(226 217 200 / 34%);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 24px
}

.eyebrow-dash {
    width: 22px;
    height: 2px;
    background: var(--accent);
    border-radius: 2px
}

.hero h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(42px,6vw,64px);
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -.6px;
    margin-bottom: 22px
}

.hero h1 em {
    font-style: normal;
    color: var(--accent)
}

.hero-lead {
    font-size: 18px;
    color: var(--text2);
    line-height: 1.75;
    margin-bottom: 38px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto
}

.hero-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--r-sm);
    padding: 14px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s,transform .15s;
    text-decoration: none;
    display: inline-block;
    /* box-shadow:0 4px 18px rgba(200,136,74,.35); */
}

.btn-primary:hover {
    background: var(--accent-dark);
    /* transform:translateY(-2px); */
}

.btn-ghost {
    background: none;
    color: var(--text);
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    padding: 14px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: border-color .2s,background .2s;
    text-decoration: none;
    display: inline-block
}

.btn-ghost:hover {
    border-color: var(--text3);
    background: var(--bg2)
}

.band-white {
    background: var(--white);
    padding: 72px 0
}

.band-tint {
    background: var(--bg2);
    padding: 72px 0
}

.sec-wrap {
    max-width: 1220px;
    margin: 0 auto;
    /* padding:0 32px; */
}

.sec-hd {
    margin-bottom: 40px
}

.sec-hd.centered {
    text-align: center
}

.sec-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--text3);
    margin-bottom: 10px
}

.sec-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(26px,3.5vw,36px);
    font-weight: 600;
    letter-spacing: -.3px;
    line-height: 1.2
}

.sec-sub {
    margin-top: 12px;
    font-size: 16px;
    color: var(--text2);
    line-height: 1.75;
    max-width: 640px
}

.sec-hd.centered .sec-sub {
    margin-left: auto;
    margin-right: auto
}

.cat-filter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.cat-btn {
    padding: 8px 18px;
    border-radius: 24px;
    border: 1.5px solid var(--border);
    background: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text2);
    cursor: pointer;
    transition: all .2s
}

.cat-btn:hover,.cat-btn.active {
    border-color: var(--accent);
    background: var(--accent-light);
    color: var(--accent)
}

.search-row {
    position: relative;
    margin-bottom: 28px
}

.search-ico {
    position: absolute;
    left: 15px;
    top: 57%;
    transform: translateY(-50%);
        color: #a49e97;
    pointer-events: none
}

.search-field::placeholder {
  color: #a49e97 !important;
  opacity: 1;  
}

.search-ico svg {
    width: 20px;
    height: 20px
}

.search-field {
    width: 100%;
    padding: 13px 15px 13px 44px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--text);
    outline: none;
    transition: border-color .2s;
    color: #84817d;
}

.search-field::placeholder {
    color: var(--text3)
}

.search-field:focus {
    border-color: var(--accent-mid)
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 20px
}

.prod-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    cursor: pointer;
    transition: transform .22s,box-shadow .22s;
    display: flex;
    flex-direction: column
}

.prod-card:hover {
    /* transform:translateY(-4px); */
    box-shadow: 0 12px 40px rgba(0,0,0,.09)
}

.prod-thumb {
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 10px 0px 10px;
    border-radius: var(--r);
}

.prod-thumb svg {
    width: 40px;
    height: 40px;
    opacity: .5
}

.prod-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit
}

.prod-badge {
    position: absolute;
    top: 11px;
    left: 11px;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .4px
}

.badge-warm {
    background: var(--accent-light);
    color: var(--accent);
    border: 1px solid #c8884a;
}

.badge-green {
    background: var(--green-light);
    color: var(--green);
    border: 1px solid #95c3a6;
}

.badge-sale {
    background: #fde9e9;
    color: #b84040
}

.prod-body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.prod-cat {
    font-size: 13px;
    color: var(--text3);
    text-transform: uppercase;
    letter-spacing: .9px;
    margin-bottom: 5px
}

.prod-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 7px;
    min-height: 64px
}

.prod-desc {
    font-size: 14px;
    color: var(--text2);
    line-height: 1.55;
    margin-bottom: 16px;
    flex: 1
}

.prod-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto
}

.prod-price {
    /* font-family:'Inter', sans-serif; */
    font-size: 22px;
    font-weight: 800;
}

.prod-price .old {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: var(--text3);
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 400
}

.prod-price .rub {
    font-size: 15px
}

.add-btn {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--accent-light);
    border: none;
    color: var(--accent);
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s,color .2s;
    flex-shrink: 0
}

.add-btn:hover {
    background: var(--accent);
    color: #fff
}

.add-btn.added {
    background: var(--green-light);
    color: var(--green);
    font-size: 16px
}

.empty-msg {
    grid-column: 1/-1;
    text-align: center;
    padding: 60px 24px;
    color: var(--text3);
    font-size: 15px
}

.seo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.seo-card {
    background: #fff;
    border: 1px solid var(--border2);
    border-radius: var(--r);
    padding: 26px 28px
}

.seo-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 11px
}

.seo-card p {
    font-size: 14px;
    color: var(--text2);
    line-height: 1.8
}

.seo-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 11px
}

.seo-card ul li {
    font-size: 14px;
    color: var(--text2);
    display: flex;
    gap: 9px
}

.seo-card ul li::before {
    content: '→';
    color: var(--accent);
    flex-shrink: 0;
    font-weight: 700
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 16px
}

.why-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 26px 22px
}

.why-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.why-icon svg {
    width: 20px;
    height: 20px
}

.why-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 7px
}

.why-desc {
    font-size: 15px;
    color: var(--text2);
    /* line-height:1.65; */
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start
}

.about-text p {
    color: var(--text2);
    line-height: 1.8;
    margin-bottom: 18px;
    font-size: 16px
}

.about-text p:last-child {
    margin-bottom: 0
}

.about-quote {
    background: var(--accent-light);
    border-left: 3px solid var(--accent);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    padding: 20px 22px;
    margin: 24px 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: var(--accent-dark);
    line-height: 1.5
}

.about-panel {
    background: linear-gradient(160deg, #fff 0%, var(--accent-light) 100%);
    border-radius: 22px;
    border: 1px solid var(--accent-mid);
    padding: 28px;
    box-shadow: 0 24px 60px rgba(150, 100, 50, .08);
    position: relative;
    overflow: hidden
}

.about-panel::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,136,74,.12) 0%, transparent 70%);
    pointer-events: none
}

.exp-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative
}

.exp-item {
    display: flex;
    gap: 18px;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(200, 136, 74, .14);
    transition: transform .2s, box-shadow .2s
}

.exp-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(150, 100, 50, .1)
}

.exp-num {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--accent);
    min-width: 72px;
    line-height: 1;
    text-align: center;
    padding-right: 18px;
    border-right: 1px solid var(--accent-mid);
    flex-shrink: 0
}

.exp-label {
    flex: 1
}

.exp-label strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text)
}

.exp-label span {
    font-size: 13.5px;
    color: var(--text2);
    line-height: 1.5
}

.reviews-ph {
    background: #fff;
    border: 1.5px dashed var(--accent-mid);
    border-radius: var(--r);
    padding: 52px 36px;
    text-align: center;
    max-width: 560px;
    margin: 0 auto
}

.reviews-ph svg {
    width: 38px;
    height: 38px;
    color: var(--accent-mid);
    margin: 0 auto 16px;
    display: block
}

.reviews-ph h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 11px
}

.reviews-ph p {
    font-size: 15px;
    color: var(--text2);
    line-height: 1.7
}

.cta-strip {
    background: var(--cta);
    border-radius: 20px;
    max-width: 956px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 52px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 32px
}

.cta-copy h2 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(24px,3vw,36px);
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px
}

.cta-copy h2 em {
    font-style: italic;
    color: var(--accent-mid)
}

.cta-copy p {
    font-size: 15px;
    color: rgba(255,255,255,.5)
}

.btn-cta {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--r-sm);
    padding: 16px 34px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s,transform .15s;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(200,136,74,.4)
}

.btn-cta:hover {
    background: var(--accent-dark);
}

.btn-cta-white {
    background: #fff;
    color: var(--cta);
    border: none;
    border-radius: var(--r-sm);
    padding: 16px 34px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s,transform .15s;
    white-space: nowrap;
    flex-shrink: 0
}

.btn-cta-white:hover {
    background: var(--accent-light);
}

.seo-intro {
    background: #fff;
    /* border:1px solid var(--border2); */
    /* border-radius:var(--r); */
    /* padding:32px 36px; */
}

.seo-intro h2 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 13px
}

.seo-intro h3 {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--text);
    margin: 22px 0 9px
}

.seo-intro p {
    font-size: 15px;
    color: var(--text2);
    line-height: 1.85;
    margin-bottom: 10px
}

.seo-intro p:last-child {
    margin-bottom: 0
}

.seo-intro a {
    color: var(--accent-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-wrap {
    border-top: 1px solid var(--border2);
    padding: 32px 32px;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px
}

.footer-logo {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
}

.footer-logo em {
    font-style: italic;
    color: var(--accent)
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.footer-links a {
    font-size: 14px;
    color: var(--text3);
    text-decoration: none
}

.footer-links a:hover {
    color: var(--text2)
}

.footer-copy {
    font-size: 14px;
    color: var(--text3);
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.age-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 22px;
    padding: 0 7px;
    border: 1px solid var(--accent-mid);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--accent-dark);
    background: var(--accent-light);
    letter-spacing: .3px
}

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(20,18,14,.48);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s
}

.overlay.open {
    opacity: 1;
    pointer-events: all
}

.modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    transform: translateY(16px) scale(.97);
    transition: transform .3s cubic-bezier(.34,1.2,.64,1);
    box-shadow: 0 28px 72px rgba(0,0,0,.15);
    position: relative
}

.overlay.open .modal {
    transform: none
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--bg2);
    border: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text2);
    transition: background .2s
}

.modal-close:hover {
    background: var(--border)
}

.prod-modal {
    max-width: 660px;
    padding: 30px
}

.pm-thumb {
    height: 106px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.pm-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit
}

.pm-cat {
    font-size: 10px;
    color: var(--text3);
    text-transform: uppercase;
    letter-spacing: .9px;
    margin-bottom: 6px
}

.pm-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 13px
}

.pm-desc {
    font-size: 15px;
    color: var(--text2);
    line-height: 1.7;
    margin-bottom: 18px
}

.pm-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px
}

.pm-tag {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
    background: var(--bg2);
    color: var(--text2);
    border: 1px solid var(--border2)
}

.pm-includes h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px
}

.pm-includes ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 22px
}

.pm-includes li {
    font-size: 14px;
    color: var(--text2);
    display: flex;
    gap: 9px
}

.pm-includes li::before {
    content: '✓';
    color: var(--green);
    font-weight: 700;
    flex-shrink: 0
}

.pm-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid var(--border2);
    flex-wrap: wrap;
    gap: 14px
}

.pm-price {
font-size: 30px;
    font-weight: 800;
}

.pm-price .old-p {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    color: var(--text3);
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 400
}

.pm-actions {
    display: flex;
    gap: 10px
}

.btn-buy {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--r-sm);
    padding: 13px 26px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}

.btn-buy:hover {
    background: var(--accent-dark)
}

.btn-add-modal {
    border: 1.5px solid var(--border);
    background: none;
    color: var(--text);
    border-radius: var(--r-sm);
    padding: 13px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    cursor: pointer;
    transition: border-color .2s,background .2s
}

.btn-add-modal:hover {
    border-color: var(--text3);
    background: var(--bg2)
}

.pay-modal {
    max-width: 460px;
    padding: 30px
}

.pay-steps {
    display: flex;
    gap: 6px;
    margin-bottom: 22px
}

.pay-step-dot {
    height: 3px;
    border-radius: 2px;
    background: var(--border);
    transition: background .3s;
    flex: 1
}

.pay-step-dot.active {
    background: var(--accent)
}

.pay-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 18px
}

.pay-row {
    background: var(--bg2);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px
}

.pay-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--border2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0
}

.pay-icon-box svg {
    width: 20px;
    height: 20px;
    opacity: .8
}

.pay-ok-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--green-light);
    color: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0
}

.pay-row-name {
    font-size: 14px;
    font-weight: 500;
    flex: 1
}

.pay-row-price {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0
}

.form-g {
    margin-bottom: 14px
}

.form-lbl {
    display: block;
    font-size: 12px;
    color: var(--text2);
    margin-bottom: 5px
}

.form-inp {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--text);
    outline: none;
    background: #fff;
    transition: border-color .2s
}

.form-inp:focus {
    border-color: var(--accent-mid)
}

.form-inp.err {
    border-color: #d46b6b;
    background: #fff8f8
}

.consent-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: var(--text2);
    line-height: 1.55;
    margin: 12px 0 6px
}

.consent-check input {
    margin-top: 3px;
    accent-color: var(--accent);
    flex-shrink: 0
}

.consent-check input.err {
    outline: 2px solid rgba(212,107,107,.5);
    outline-offset: 2px
}

.consent-check a {
    color: var(--accent-dark);
    text-decoration: none
}

.consent-check a:hover {
    text-decoration: underline
}

.err-box {
    display: none;
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid #f0c6c6;
    background: #fff3f3;
    color: #8b3838;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5
}

.err-box.show {
    display: block
}

.help-txt {
    font-size: 12px;
    color: var(--text3);
    line-height: 1.5;
    margin-top: 9px
}

.pay-hint {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--text3);
    margin-top: 13px;
    justify-content: center
}

.btn-full {
    width: 100%;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    margin-top: 6px
}

.btn-full:hover {
    background: var(--accent-dark)
}

.btn-full:disabled {
    opacity: .7;
    cursor: wait
}

.btn-full-outline {
    width: 100%;
    background: none;
    color: var(--text2);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    cursor: pointer;
    margin-top: 9px;
    transition: border-color .2s
}

.btn-full-outline:hover {
    border-color: var(--text3)
}

.cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s
}

.cart-overlay.open {
    opacity: 1;
    pointer-events: all
}

.cart-bg {
    position: absolute;
    inset: 0;
    background: rgba(20,18,14,.36)
}

.cart-drawer {
    position: relative;
    width: 460px;
    max-width: 100%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.34,1,.64,1);
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    box-shadow: -18px 0 48px rgba(0,0,0,.12)
}

@media(max-width: 640px) {
    .cart-drawer {
        width: 100%
    }
}

.cart-overlay.open .cart-drawer {
    transform: none
}

.cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px
}

.cart-head-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400
}

.cart-close-btn {
    background: var(--bg2);
    border: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text2)
}

.c-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border2)
}

.c-item-name {
    font-size: 14px;
    font-weight: 500;
    flex: 1;
    line-height: 1.4
}

.c-item-price {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    flex-shrink: 0
}

.c-item-rm {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text3);
    font-size: 16px;
    flex-shrink: 0;
    transition: color .2s
}

.c-item-rm:hover {
    color: #c05c5c
}

.cart-total {
    padding: 18px 0 0;
    border-top: 1px solid var(--border2);
    margin-top: 14px
}

.ct-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px
}

.ct-label {
    font-size: 13px;
    color: var(--text2)
}

.ct-val {
    font-size: 13px;
    font-weight: 500
}

.ct-big .ct-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--text)
}

.ct-big .ct-val {
    font-family: 'Inter', sans-serif;
    font-size: 24px
}

.cart-empty {
    text-align: center;
    padding: 52px 0;
    color: var(--text3)
}

.cart-empty svg {
    width: 36px;
    height: 36px;
    margin: 0 auto 12px;
    display: block;
    opacity: .3
}

.cart-empty p {
    font-size: 14px
}

.page-shell {
    padding: 56px 24px 80px
}

.page-wrap {
    max-width: 960px;
    margin: 0 auto
}

.page-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text2);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 22px
}

.page-back:hover {
    color: var(--text)
}

.page-head {
    background: linear-gradient(135deg, #fff, #f7f1e8);
    border: 1px solid var(--border2);
    border-radius: 24px;
    padding: 40px 42px;
    margin-bottom: 24px
}

.page-head h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(34px,5vw,48px);
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 14px
}

.page-head p {
    max-width: 700px;
    color: var(--text2);
    line-height: 1.75
}

.page-content {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 38px 42px;
    box-shadow: 0 20px 60px rgba(19,16,13,.05)
}

.page-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 28px 0 12px
}

.page-content h2:first-child {
    margin-top: 0
}

.page-content h3 {
    font-size: 18px;
    margin: 22px 0 10px
}

.page-content p,
.page-content li {
    color: var(--text2);
    line-height: 1.8
}

.page-content p + p,
.page-content p + ul,
.page-content p + ol,
.page-content ul + p,
.page-content ol + p {
    margin-top: 14px
}

.page-content ul,
.page-content ol {
    padding-left: 20px
}

.page-content li + li {
    margin-top: 8px
}

.page-content a {
    color: var(--accent-dark)
}

.page-note {
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--bg2);
    color: var(--text2);
    font-size: 14px
}

.notif {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(60px);
    background: var(--text);
    color: #fff;
    padding: 12px 24px;
    border-radius: 32px;
    font-size: 14px;
    z-index: 9998;
    opacity: 0;
    white-space: nowrap;
    transition: transform .3s cubic-bezier(.34,1.5,.64,1),opacity .3s
}

.notif.show {
    transform: translateX(-50%);
    opacity: 1
}

body.locked {
    overflow: hidden;
    touch-action: none
}

@media(max-width: 900px) {
    nav[aria-label="Основная навигация"] {
        grid-template-columns:auto 1fr auto;
        gap: 8px
    }

    .nav-left {
        display: none
    }

    .nav-logo {
        text-align: left
    }
    
    .pm-footer {

    flex-direction: column;
}

    .pm-actions {
        flex-direction: column;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        width: 100%;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .seo-grid {
        grid-template-columns: 1fr
    }

    .cta-strip {
        grid-template-columns: 1fr;
        padding: 0;
        border-radius: 16px;
        text-align: center
    }

    .page-head,
    .page-content {
        padding: 28px
    }
    
.cta-copy h2 {
    font-size: clamp(28px, 5vw, 41px);
}

.exp-item {
    display: flex;
    gap: 18px;
    flex-direction: row;
    align-items: center;
}

    .btn-cta,.btn-cta-white {
        width: 100%
    }

    .hero {
        padding: 64px 20px 60px
    }
}

@media(max-width: 640px) {
    .products-grid {
        grid-template-columns:1fr
    }

    .why-grid {
        grid-template-columns: 1fr
    }

    .sec-wrap {
        padding: 0 20px
    }

    .band-white,.band-tint {
        padding: 52px 0
    }

    .pm-actions {
        flex-direction: column
    }

    .btn-buy,.btn-add-modal {
        width: 100%;
        text-align: center
    }

    .footer-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .consent-check {
        font-size: 12px
    }

    .page-shell {
        padding: 32px 16px 56px
    }

    .page-head,
    .page-content {
        padding: 24px 20px;
        border-radius: 18px
    }
}

@media(max-width: 420px) {
    .why-grid {
        grid-template-columns:1fr
    }

    .hero h1 {
        font-size: 36px
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero {
    animation: fadeUp .65s ease both
}

.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
    transform: translateY(150%);
    transition: transform .3s cubic-bezier(.34, 1.2, .64, 1);
    animation: cookieIn .35s .25s cubic-bezier(.34, 1.2, .64, 1) forwards;
}

@keyframes cookieIn {
    to {
        transform: translateY(0);
    }
}

.cookie-banner[hidden] {
    display: none
}

.cookie-text {
    flex: 1;
    font-size: 13.5px;
    color: var(--text2);
    line-height: 1.55
}

.cookie-text a {
    color: var(--accent-dark);
    text-decoration: underline
}

.cookie-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0
}

.cookie-decline {
    background: none;
    border: 1.5px solid var(--border);
    border-radius: 9px;
    padding: 9px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--text2);
    cursor: pointer;
    transition: border-color .2s
}

.cookie-decline:hover {
    border-color: var(--text3);
    color: var(--text)
}

.cookie-accept {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 9px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s
}

.cookie-accept:hover {
    background: var(--accent-dark)
}

@media(max-width: 640px) {
    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px
    }
    .cookie-actions {
        flex-direction: row-reverse;
        justify-content: flex-start
    }
    .cookie-actions button {
        flex: 1
    }
}

.reviews-cta {
    margin-top: 28px;
    text-align: center
}

.reviews-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 15px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 8px 24px rgba(200, 136, 74, .35);
    text-decoration: none
}

.reviews-cta-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(200, 136, 74, .4)
}

.reviews-cta-btn svg {
    width: 18px;
    height: 18px
}

.reviews-cta-hint {
    font-size: 13px;
    color: var(--text3);
    margin-top: 14px
}

.reviews-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-bottom: 20px
}

.review-card {
    background: #fff;
    border: 1px solid var(--border2);
    border-radius: var(--r);
    padding: 22px 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04)
}

.review-quote-mark {
    font-family: 'Inter', sans-serif;
    color: var(--accent-mid);
    font-size: 42px;
    line-height: 0.5;
    margin-bottom: 10px;
    display: block
}

.review-text {
    font-size: 14.5px;
    color: var(--text2);
    line-height: 1.65;
    margin-bottom: 14px;
    white-space: pre-line
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--border2)
}

.review-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0
}

.review-author-name {
    font-size: 14px;
    font-weight: 600
}

.review-author-date {
    font-size: 12px;
    color: var(--text3)
}

.review-modal {
    max-width: 480px;
    padding: 30px
}

.form-area {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: var(--text);
    outline: none;
    background: #fff;
    transition: border-color .2s;
    resize: vertical;
    min-height: 120px;
    line-height: 1.55
}

.form-area:focus {
    border-color: var(--accent-mid)
}

.form-area.err {
    border-color: #d46b6b;
    background: #fff8f8
}

.review-success {
    text-align: center;
    padding: 16px 0
}

.review-success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--green-light);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 16px
}

.review-success h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px
}

.review-success p {
    color: var(--text2);
    font-size: 14.5px;
    line-height: 1.6
}

/* ===== Каталог: посадочные /scenarii/* (catalog.php) ===== */
.breadcrumbs {
    font-size: 13.5px;
    color: var(--text2);
    margin-bottom: 18px
}
.breadcrumbs a {
    color: var(--accent-dark);
    text-decoration: none
}
.breadcrumbs a:hover { text-decoration: underline }
.breadcrumbs span[aria-current] { color: var(--text2) }

.catalog-tiles { margin: 32px 0 8px }
.catalog-tiles > h2,
.catalog-section > h2,
.faq-section > h2,
.related-links > h2 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 18px
}
.tiles-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px
}
.tile-link {
    display: block;
    padding: 20px 22px;
    background: var(--accent-light);
    border: 1px solid var(--accent-mid);
    border-radius: var(--r);
    text-decoration: none;
    color: var(--text);
    transition: transform .15s ease, box-shadow .15s ease
}
.tile-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(168,106,50,.14)
}
.tile-link strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px
}
.tile-link span {
    display: block;
    font-size: 14px;
    color: var(--text2);
    line-height: 1.5
}

.catalog-section { margin: 36px 0 }

.faq-section { margin: 40px 0 }
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}
.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 4px 18px
}
.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 14px 0;
    font-weight: 600;
    font-size: 15.5px;
    position: relative;
    padding-right: 28px
}
.faq-item summary::-webkit-details-marker { display: none }
.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--accent-dark);
    font-weight: 400
}
.faq-item[open] summary::after { content: '−' }
.faq-answer {
    padding: 0 0 16px;
    color: var(--text2);
    font-size: 14.5px;
    line-height: 1.65
}

.related-links { margin: 40px 0 8px }
.related-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}
.related-links a {
    color: var(--accent-dark);
    text-decoration: none;
    font-size: 15px
}
.related-links a:hover { text-decoration: underline }

/* ===== Каталог v2: хаб + страницы товаров (стиль главной) ===== */
.crumbs-band {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 32px 0
}
.crumbs-band .breadcrumbs { margin-bottom: 0 }

a.prod-card { text-decoration: none; color: inherit; display: block }

.prod-hero-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 4px 0 22px;
    flex-wrap: wrap
}
.prod-hero-price .php-price {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    color: var(--accent-dark)
}
.prod-hero-price .php-old {
    font-size: 18px;
    color: var(--text2);
    text-decoration: line-through
}

.includes-list {
    max-width: 820px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px 28px
}
.includes-list li {
    position: relative;
    padding-left: 28px;
    line-height: 1.55;
    color: var(--text);
    font-size: 15px
}
.includes-list li::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green)
}

/* ===== Страница товара: 2 колонки (контент + липкий сайдбар) ===== */
.prod-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 32px 80px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start
}
.prod-main { min-width: 0 }
.prod-aside { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px }

.prod-bc { font-size: 13px; color: var(--text2); margin-bottom: 18px }
.prod-bc a { color: var(--accent-dark); text-decoration: none }
.prod-bc a:hover { text-decoration: underline }

.prod-cat-tag {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--accent-light); border: 1px solid var(--accent-mid);
    border-radius: 100px; padding: 6px 14px;
    font-size: 13px; font-weight: 600; color: var(--accent-dark);
    margin-bottom: 16px; text-decoration: none
}
.prod-main h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(27px, 3.2vw, 40px); font-weight: 500;
    line-height: 1.12; color: var(--text); margin-bottom: 14px
}
.prod-lead { font-size: 17px; color: var(--text2); line-height: 1.6; margin-bottom: 18px }
.prod-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px }
.prod-tag { font-size: 12.5px; font-weight: 600; padding: 6px 13px; background: var(--bg2); border-radius: 100px; color: var(--text2) }

.prod-photo {
    width: 100%; aspect-ratio: 16/10; border-radius: var(--r);
    overflow: hidden; background: var(--accent-light); margin-bottom: 30px
}
.prod-photo img { width: 100%; height: 100%; object-fit: cover; display: block }
.prod-photo-ph {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--accent-light) 0%, #efe7f5 100%); color: var(--accent-dark)
}

.prod-block { margin-bottom: 36px }
.prod-block > h2 {
    font-family: 'Inter', sans-serif; font-size: 23px; font-weight: 500;
    color: var(--text); margin: 0 0 16px
}
.prod-prose h2 {
    font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 500;
    color: var(--text); margin: 26px 0 12px
}
.prod-prose h2:first-child { margin-top: 0 }
.prod-prose p { color: var(--text2); line-height: 1.75; margin: 0 0 16px; font-size: 15.5px }
.prod-prose a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 2px }

/* includes-list внутри товара — слева, без центрирования */
.prod-main .includes-list { max-width: none; margin: 0 }

.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px }

/* Карточка покупки в сайдбаре */
.buy-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--r); padding: 24px;
    box-shadow: 0 16px 44px rgba(19, 16, 13, .07)
}
.buy-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap }
.buy-price .buy-now {
    font-family: 'Inter', sans-serif; font-size: 34px; color: var(--accent-dark); line-height: 1
}
.buy-price .buy-old { font-size: 17px; color: var(--text2); text-decoration: line-through }
.buy-badge {
    display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .03em;
    padding: 4px 10px; border-radius: 100px; margin-top: 10px
}
.buy-note { font-size: 13px; color: var(--text2); margin: 8px 0 0px; line-height: 1.5 }
.buy-card .btn-primary, .buy-card .btn-ghost { width: 100%; margin-bottom: 10px }
.buy-card .btn-ghost { margin-bottom: 0 }
.buy-meta {
    list-style: none; padding: 18px 0 0; margin: 16px 0 0;
    border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 13px
}
.buy-meta li {
    display: flex;
    gap: 11px;
    font-size: 13.5px;
    color: var(--text2);
    line-height: 1.45;
    flex-direction: row;
    align-items: center;
}
.buy-meta li b { color: var(--text); font-weight: 600 }
/* «Формат:» / «Доставка:» — подпись на одной строке, значение переносится ниже */
.buy-meta .bm-val { display: block }
.buy-meta .bm-ic {
    flex: none; width: 30px; height: 30px; border-radius: 9px;
    background: var(--accent-light); color: var(--accent-dark);
    display: flex; align-items: center; justify-content: center
}

@media (max-width: 1000px) {
    .prod-wrap { grid-template-columns: 1fr; gap: 28px; padding: 18px 22px 64px }
    .prod-aside { position: static }
}

/* ===== Мобильная плашка покупки (фиксирована снизу, компактная) ===== */
.prod-mbar { display: none }

@media (max-width: 640px) {
    /* на смартфонах прячем большой сайдбар и показываем нижнюю плашку */
    .prod-aside { display: none }

    .prod-mbar {
        display: flex;
        align-items: center;
        gap: 10px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 95;
        padding: 8px 14px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, .97);
        backdrop-filter: blur(12px);
        border-top: 1px solid var(--border);
        box-shadow: 0 -6px 22px rgba(19, 16, 13, .09)
    }

    .prod-mbar-info {
        display: flex;
        flex-direction: column;
        line-height: 1.05;
        margin-right: auto;
        min-width: 0
    }
    .prod-mbar-price { font-size: 20px; font-weight: 600; color: var(--accent-dark) }
    .prod-mbar-old { font-size: 12px; color: var(--text2); text-decoration: line-through }

    .prod-mbar-cart {
        flex: none;
        width: 44px;
        height: 44px;
        border-radius: 11px;
        border: 1px solid var(--border);
        background: var(--bg2);
        color: var(--accent-dark);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .prod-mbar-buy {
        flex: none;
        width: auto;
        margin: 0;
        padding: 12px 24px;
        white-space: nowrap
    }

    /* запас снизу, чтобы плашка не перекрывала контент и футер */
    .prod-wrap { padding-bottom: 88px }
}

/* ===== Доработка карточки покупки (сайдбар товара) ===== */
.buy-card { padding: 22px 22px 20px }
.buy-eyebrow {
    font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    color: var(--accent-dark); margin-bottom: 10px
}
.buy-price { align-items: baseline; gap: 9px; margin-bottom: 4px }
.buy-price .buy-now { font-size: 36px; font-weight: 600 }
.buy-card .buy-badge { margin: 0 0 0 4px; vertical-align: middle }
.buy-card .btn-primary { margin-top: 16px; padding: 14px }
.buy-card .btn-ghost { padding: 13px }
.buy-links { font-size: 12.5px; color: var(--text2); margin-top: 14px; text-align: center }
.buy-links a { color: var(--accent-dark); text-decoration: none }
.buy-links a:hover { text-decoration: underline }

/* ===== Общий каталог /katalog: фильтр ===== */
.katalog-filter { margin-bottom: 22px }
.prod-card.is-hidden { display: none }

/* ===== Блог: листинг ===== */
.blog-wrap { max-width: 1180px; margin: 0 auto; padding: 30px 32px 80px }
.blog-head { margin-bottom: 28px }
.blog-h1 {
    font-family: 'Inter', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700;
    color: var(--text); line-height: 1.08; letter-spacing: -.02em; margin-bottom: 12px
}
.blog-intro { font-size: 17px; color: var(--text2); max-width: 700px; line-height: 1.55 }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px }
.scard {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--r);
    padding: 24px; text-decoration: none; color: var(--text);
    display: flex; flex-direction: column; gap: 9px; transition: background .18s, box-shadow .18s
}
.scard:hover { box-shadow: 0 12px 34px rgba(19, 16, 13, .08) }
.scard-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--accent-dark); font-weight: 700 }
.scard-name { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; color: var(--text); line-height: 1.25 }
.scard-desc { font-size: 13.5px; color: var(--text2); line-height: 1.55; flex: 1 }
.scard-meta { font-size: 13px; color: var(--text2); display: flex; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--border); padding-top: 12px; margin-top: 4px }
.pager { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 34px; flex-wrap: wrap }
.pager a, .pager span {
    min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
    padding: 0 12px; border-radius: 12px; font-size: 15px; font-weight: 600;
    border: 1px solid var(--border); color: var(--text); background: var(--white)
}
.pager a:hover { background: var(--bg2) }
.pager .is-active { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff }
.pager .is-disabled { opacity: .4; pointer-events: none }

/* ===== Блог: страница статьи ===== */
.article-wrap { max-width: 1180px; margin: 0 auto; padding: 30px 32px 80px }
.article-wrap > * { max-width: 820px }
.article-head { margin-bottom: 24px }
.article-cat { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--accent-dark); text-decoration: none }
.article-h1 {
    font-family: 'Inter', sans-serif; font-size: clamp(27px, 4vw, 42px); font-weight: 700;
    color: var(--text); line-height: 1.1; letter-spacing: -.02em; margin: 10px 0 8px
}
.article-meta { font-size: 14px; color: var(--text2) }
.article-body { color: var(--text); font-size: 16px; line-height: 1.75 }
.article-body > *:first-child { margin-top: 0 }
.article-body p { margin: 0 0 18px }
.article-body h2 { font-family: 'Inter', sans-serif; font-size: 25px; font-weight: 700; color: var(--text); margin: 38px 0 14px; letter-spacing: -.01em; line-height: 1.2 }
.article-body h3 { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 700; color: var(--text); margin: 28px 0 10px }
.article-body ul { margin: 0 0 18px; padding-left: 0; list-style: none }
.article-body ul li { position: relative; padding-left: 28px; margin-bottom: 10px; line-height: 1.65 }
.article-body ul li::before { content: ''; position: absolute; left: 7px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent) }
.article-body strong { color: var(--text); font-weight: 700 }
.article-body a { color: var(--accent-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 2px }
.article-body figure { margin: 24px 0 }
.article-body figure img { width: 100%; border-radius: var(--r); display: block }
.article-body figcaption { font-size: 13px; color: var(--text2); margin-top: 8px; text-align: center }
.article-body .tbl-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r); margin: 24px 0 }
.article-body table { width: 100%; border-collapse: collapse; font-size: 15px }
.article-body table th { text-align: left; background: var(--bg2); color: var(--text2); font-weight: 700; padding: 13px 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .04em }
.article-body table td { padding: 13px 16px; border-top: 1px solid var(--border); color: var(--text2); vertical-align: top }
.article-body table td:first-child { color: var(--text); font-weight: 600 }
.note-box { background: var(--accent-light); border-radius: var(--r-sm); padding: 16px 18px; margin: 18px 0; font-size: 15px; color: var(--text); line-height: 1.6 }
.info-cta { background: var(--cta); border-radius: var(--r); padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 30px 0; flex-wrap: wrap }
.info-cta-title { font-family: 'Inter', sans-serif; font-size: 21px; font-weight: 700; color: #fff; margin-bottom: 4px }
.info-cta-sub { color: rgba(255, 255, 255, .65); font-size: 14px; max-width: 520px }
.article-related { margin-top: 30px }
.article-related h2 { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 14px }
.article-related-list { display: flex; flex-direction: column; gap: 10px }
.article-related-list a { display: flex; justify-content: space-between; gap: 12px; background: var(--bg2); border-radius: var(--r-sm); padding: 14px 18px; font-weight: 600; color: var(--text); text-decoration: none; transition: background .15s }
.article-related-list a:hover { background: var(--accent-light) }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr } }
@media (max-width: 680px) {
    .blog-grid { grid-template-columns: 1fr }
    .blog-wrap, .article-wrap { padding: 24px 18px 60px }
    .article-body { font-size: 16px }
}
