/* «Горный Дар» — editorial organic, KMV kurort shop */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Spectral:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
    --moss: #2a4538;
    --moss-deep: #1a2e24;
    --moss-soft: #4a6b58;
    --sage: #8fa88a;
    --terracotta: #c4704a;
    --terracotta-soft: #e8a88a;
    --honey: #d4a043;
    --honey-deep: #a67c2e;
    --honey-light: #f0c96e;
    --honey-glow: rgba(212, 160, 67, 0.28);
    --paper: #faf6ef;
    --paper-warm: #f3ebe0;
    --paper-deep: #e8dfd2;
    --cream: #fffcf7;
    --stone: #6b6358;
    --text: #2c2620;
    --text-muted: #7a7268;
    --text-light: rgba(255, 252, 247, 0.9);
    --white: #fffcf7;
    --red: #b84a3a;
    --green: #4a6b58;
    --shadow: rgba(42, 69, 56, 0.07);
    --shadow-lg: rgba(42, 69, 56, 0.14);
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Spectral', Georgia, 'Times New Roman', serif;
    --font-ui: system-ui, -apple-system, sans-serif;
    --radius: 14px;
    --radius-lg: 22px;
    --radius-xl: 32px;
    --radius-blob: 58% 42% 52% 48% / 48% 55% 45% 52%;
    --nav-h: 76px;
    --cart-w: min(420px, 100vw);
    --free-ship: 3000;
    /* legacy aliases */
    --forest: var(--moss);
    --forest-mid: var(--moss-soft);
    --forest-light: var(--sage);
    --cream-dark: var(--paper-warm);
    --sand: var(--paper-deep);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text);
    background-color: var(--paper);
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.28'/%3E%3C/svg%3E"),
        url("../images/pattern-bg.svg"),
        radial-gradient(ellipse 85% 55% at 5% 2%, rgba(196, 112, 74, 0.11), transparent 52%),
        radial-gradient(ellipse 65% 45% at 96% 6%, rgba(74, 107, 88, 0.12), transparent 48%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(212, 160, 67, 0.07), transparent 55%),
        linear-gradient(168deg, #fbf7f0 0%, var(--paper) 42%, var(--paper-warm) 100%);
    background-size: 160px 160px, 320px 320px, auto, auto, auto, auto;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

body::before {
    display: block;
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.45;
    background-image:
        radial-gradient(circle at 8% 18%, rgba(143, 168, 138, 0.14) 0, rgba(143, 168, 138, 0) 8%),
        radial-gradient(circle at 92% 12%, rgba(212, 160, 67, 0.1) 0, rgba(212, 160, 67, 0) 6%),
        radial-gradient(circle at 85% 78%, rgba(143, 168, 138, 0.08) 0, rgba(143, 168, 138, 0) 5%),
        radial-gradient(circle at 15% 88%, rgba(196, 112, 74, 0.07) 0, rgba(196, 112, 74, 0) 7%);
}

body > * { position: relative; z-index: 1; }

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.1;
    color: var(--moss-deep);
    margin: 0 0 0.5em;
    letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.75rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }

a { color: var(--forest-mid); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--honey); }

img { max-width: 100%; display: block; height: auto; }

.container {
    width: min(1180px, 100% - 2rem);
    margin: 0 auto;
}

/* ─── NAV (как trust-marquee) ─── */
.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-h);
    background: linear-gradient(180deg, var(--moss-deep) 0%, rgba(26, 46, 36, 0.97) 100%);
    border-bottom: 1px solid rgba(212, 160, 67, 0.12);
    transition: box-shadow 0.3s, background 0.3s;
}

.site-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 160, 67, 0.35) 20%, rgba(212, 160, 67, 0.5) 50%, rgba(212, 160, 67, 0.35) 80%, transparent);
    opacity: 0.6;
}

.site-nav.scrolled {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    background: rgba(26, 46, 36, 0.98);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-h);
    gap: 1rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--paper);
}

.logo svg { flex-shrink: 0; }
.logo span {
    display: block;
    font-family: var(--font-ui);
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(240, 201, 110, 0.75);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a,
.nav-link-btn {
    display: block;
    padding: 0.5rem 0.85rem;
    font-family: var(--font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 252, 247, 0.9);
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    position: relative;
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.15rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--honey-light), var(--honey));
}

.nav-links a:hover,
.nav-link-btn:hover,
.nav-links a.active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--paper);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}

.cart-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    cursor: pointer;
    color: var(--paper);
    transition: background 0.2s, transform 0.2s;
}

.cart-trigger:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    background: var(--honey);
    color: var(--white);
    border-radius: 9px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s;
}

.cart-badge.visible { opacity: 1; transform: scale(1); }

.burger {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}

.burger:hover { background: rgba(255, 255, 255, 0.2); }

.burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--paper);
    border-radius: 1px;
    transition: transform 0.3s, opacity 0.3s;
}

.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-spacer { height: var(--nav-h); }

/* ─── BUTTONS ─── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.6rem;
    font-family: var(--font-ui);
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--honey) 55%, var(--honey-light) 100%);
    background-size: 200% 100%;
    color: var(--white);
    box-shadow: 0 6px 20px rgba(196, 112, 74, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
    background-position: 100% 0;
    box-shadow: 0 10px 28px rgba(196, 112, 74, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: var(--white);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(42, 69, 56, 0.18);
    color: var(--moss-deep);
    backdrop-filter: blur(6px);
}

.btn-outline:hover {
    background: var(--white);
    border-color: var(--moss-soft);
    color: var(--moss-deep);
}

.btn-forest {
    background: var(--moss);
    color: var(--cream);
}

.btn-forest:hover {
    background: var(--moss-soft);
    color: var(--cream);
}

.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.85rem; }

.btn-block { width: 100%; }

.btn-icon {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
}

/* ─── HERO (editorial light) ─── */
.hero-shop {
    position: relative;
    min-height: clamp(560px, 88vh, 780px);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--moss-deep);
    padding-bottom: 2rem;
    background:
        radial-gradient(ellipse 70% 80% at 78% 35%, rgba(212, 160, 67, 0.09), transparent 58%),
        radial-gradient(ellipse 55% 65% at 12% 72%, rgba(143, 168, 138, 0.14), transparent 55%),
        linear-gradient(180deg, rgba(255, 252, 247, 0.35) 0%, transparent 45%);
}

.hero-shop::before {
    content: '';
    position: absolute;
    width: min(680px, 90vw);
    height: min(680px, 90vw);
    top: -18%;
    right: -12%;
    background: radial-gradient(circle, rgba(143, 168, 138, 0.22) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.hero-shop::after {
    content: '';
    position: absolute;
    width: min(520px, 75vw);
    height: min(520px, 75vw);
    bottom: -20%;
    left: -8%;
    background: radial-gradient(circle, rgba(212, 160, 67, 0.16) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hero-blob {
    position: absolute;
    border-radius: var(--radius-blob);
    filter: blur(0);
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
}

.hero-blob-a {
    width: 340px;
    height: 340px;
    top: 12%;
    left: 55%;
    background: linear-gradient(145deg, rgba(196, 112, 74, 0.14), rgba(212, 160, 67, 0.08));
    animation: blob-drift 14s ease-in-out infinite;
}

.hero-blob-b {
    width: 220px;
    height: 220px;
    bottom: 18%;
    left: 8%;
    background: linear-gradient(135deg, rgba(74, 107, 88, 0.12), rgba(143, 168, 138, 0.06));
    animation: blob-drift 18s ease-in-out infinite reverse;
}

@keyframes blob-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(12px, -18px) scale(1.04); }
}

.hero-mountains {
    position: absolute;
    inset: auto 0 0;
    height: 140px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.35;
}

.hero-mountains svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-glow { display: none; }

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    padding: 2rem 0 3rem;
}

.hero-text h1 {
    color: var(--moss-deep);
    margin-bottom: 1rem;
    max-width: 12ch;
}

.hero-text h1 em {
    font-style: italic;
    color: var(--terracotta);
    font-weight: 500;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--moss-soft);
    margin-bottom: 1.25rem;
    padding: 0.45rem 1rem 0.45rem 0.85rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(42, 69, 56, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(42, 69, 56, 0.06);
}

.hero-eyebrow::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), rgba(143, 168, 138, 0.85));
    box-shadow: 0 0 0 2px rgba(143, 168, 138, 0.25);
    animation: narzan-pulse 3s ease-in-out infinite;
}

@keyframes narzan-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.85; }
}

.hero-sub {
    font-size: 1.12rem;
    color: var(--text-muted);
    max-width: 460px;
    margin-bottom: 2rem;
    line-height: 1.75;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 2.25rem; }

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-ui);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--moss);
    padding: 0.45rem 0.85rem;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(42, 69, 56, 0.07);
    border-radius: 50px;
}

.hero-trust span::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--honey);
    opacity: 0.85;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-frame {
    position: relative;
    width: min(400px, 100%);
}

.hero-frame-ring {
    position: absolute;
    inset: -12px;
    border: 1px solid rgba(166, 124, 46, 0.25);
    border-radius: var(--radius-blob);
    transform: rotate(-4deg);
    z-index: 0;
}

.hero-frame-ring::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px dashed rgba(74, 107, 88, 0.2);
    border-radius: inherit;
}

.hero-side-badge {
    position: absolute;
    top: 12%;
    left: -2.5rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--font-ui);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--moss-soft);
    padding: 1rem 0.35rem;
    border-left: 2px solid rgba(212, 160, 67, 0.45);
    opacity: 0.85;
}

.hero-narzan {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.95), rgba(143, 168, 138, 0.35) 45%, rgba(143, 168, 138, 0.08) 70%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 -4px 12px rgba(74, 107, 88, 0.12);
    pointer-events: none;
    z-index: 1;
    animation: narzan-float 8s ease-in-out infinite;
}

.hero-narzan-a { width: 28px; height: 28px; top: 8%; right: 18%; animation-delay: 0s; }
.hero-narzan-b { width: 18px; height: 18px; bottom: 22%; right: 8%; animation-delay: -2s; opacity: 0.75; }
.hero-narzan-c { width: 14px; height: 14px; top: 42%; left: -4%; animation-delay: -4s; opacity: 0.6; }

@keyframes narzan-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero-product-stack {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
}

.hero-product-main {
    position: relative;
    z-index: 2;
    border-radius: var(--radius-blob);
    overflow: hidden;
    box-shadow:
        0 4px 24px rgba(42, 69, 56, 0.08),
        0 28px 64px rgba(42, 69, 56, 0.14);
    animation: float 7s ease-in-out infinite;
    border: 3px solid rgba(255, 255, 255, 0.85);
}

.hero-product-main img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.hero-float-card {
    position: absolute;
    background: rgba(255, 252, 247, 0.94);
    backdrop-filter: blur(12px);
    padding: 0.85rem 1.1rem;
    border-radius: var(--radius);
    box-shadow: 0 12px 32px rgba(42, 69, 56, 0.12);
    font-size: 0.78rem;
    color: var(--moss);
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-float-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--terracotta);
    line-height: 1.1;
}

.hero-float-card.top {
    top: 6%;
    right: -4%;
    animation: float 6s ease-in-out infinite reverse;
}

.hero-float-card.bottom {
    bottom: 10%;
    left: -6%;
    animation: float 8s ease-in-out infinite 0.4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ─── MARQUEE ─── */
.trust-marquee {
    position: relative;
    background: var(--moss-deep);
    color: var(--paper);
    padding: 0.9rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-marquee::before,
.trust-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(32px, 6vw, 72px);
    z-index: 1;
    pointer-events: none;
}

.trust-marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--moss-deep) 15%, transparent);
}

.trust-marquee::after {
    right: 0;
    background: linear-gradient(270deg, var(--moss-deep) 15%, transparent);
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: marquee 40s linear infinite;
    will-change: transform;
}

.marquee-track span {
    flex-shrink: 0;
    padding: 0 0.25rem;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 252, 247, 0.9);
    white-space: nowrap;
}

.marquee-track span:nth-child(odd) {
    color: rgba(240, 201, 110, 0.95);
}

.marquee-track span::after {
    content: '◆';
    margin-left: 2.5rem;
    margin-right: 0.25rem;
    font-size: 0.45rem;
    vertical-align: middle;
    opacity: 0.4;
    color: var(--honey-light);
}

@media (hover: hover) {
    .trust-marquee:hover .marquee-track {
        animation-play-state: paused;
    }
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ─── SECTIONS ─── */
.section { padding: clamp(3rem, 8vw, 5.5rem) 0; }

.section-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 2.5rem;
}

.section-header p { color: var(--text-muted); margin: 0; }

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--terracotta);
    margin-bottom: 0.65rem;
    padding: 0.35rem 0.85rem;
    background: rgba(196, 112, 74, 0.08);
    border: 1px solid rgba(196, 112, 74, 0.15);
    border-radius: 50px;
}

.section-label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--honey);
    box-shadow: 0 0 0 2px rgba(212, 160, 67, 0.25);
}

.section-header h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0.85rem auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--moss-soft), var(--honey));
    opacity: 0.65;
}

.section-ridge {
    color: var(--moss-deep);
    line-height: 0;
    margin: -1px 0;
    opacity: 0.14;
}

.section-ridge svg {
    display: block;
    width: 100%;
    height: 36px;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(243, 235, 224, 0.35) 100%);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(42, 69, 56, 0.06);
    border-bottom: 1px solid rgba(42, 69, 56, 0.06);
    position: relative;
}

.section-alt::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(212, 160, 67, 0.05), transparent 60%);
    pointer-events: none;
}

/* ─── CATEGORIES ─── */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 1.65rem 1.6rem 1.35rem;
    background: rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(42, 69, 56, 0.08);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s, border-color 0.35s;
    backdrop-filter: blur(10px);
}

.category-card:nth-child(even) { transform: translateY(10px); }
.category-card:nth-child(even):hover { transform: translateY(2px); }

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px var(--shadow-lg);
    border-color: rgba(166, 124, 46, 0.22);
}

.category-card.cat-honey { background: linear-gradient(145deg, rgba(255, 252, 247, 0.92) 0%, rgba(240, 201, 110, 0.12) 100%); }
.category-card.cat-tea { background: linear-gradient(145deg, rgba(255, 252, 247, 0.92) 0%, rgba(143, 168, 138, 0.14) 100%); }
.category-card.cat-sweets { background: linear-gradient(145deg, rgba(255, 252, 247, 0.92) 0%, rgba(232, 168, 138, 0.14) 100%); }
.category-card.cat-sets { background: linear-gradient(145deg, rgba(255, 252, 247, 0.92) 0%, rgba(212, 160, 67, 0.1) 55%, rgba(74, 107, 88, 0.1) 100%); }
.category-card.cat-souvenir { background: linear-gradient(145deg, rgba(255, 252, 247, 0.92) 0%, rgba(232, 223, 210, 0.35) 100%); }
.category-card.cat-cosmetics { background: linear-gradient(145deg, rgba(255, 252, 247, 0.92) 0%, rgba(196, 112, 74, 0.08) 100%); }

.category-num {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(42, 69, 56, 0.07);
    pointer-events: none;
    user-select: none;
}

.category-watermark {
    position: absolute;
    right: -0.5rem;
    bottom: -0.75rem;
    width: 120px;
    height: 120px;
    color: var(--moss);
    opacity: 0.06;
    transform: rotate(-12deg);
    pointer-events: none;
}

.category-watermark svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.2;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.25rem;
    right: 1.25rem;
    height: 3px;
    border-radius: 0 0 4px 4px;
    opacity: 0.9;
}

.category-card.cat-honey::before { background: linear-gradient(90deg, var(--honey), var(--honey-light)); }
.category-card.cat-tea::before { background: linear-gradient(90deg, var(--moss-soft), var(--sage)); }
.category-card.cat-sweets::before { background: linear-gradient(90deg, var(--terracotta), var(--terracotta-soft)); }
.category-card.cat-sets::before { background: linear-gradient(90deg, var(--moss), var(--honey)); }
.category-card.cat-souvenir::before { background: linear-gradient(90deg, var(--stone), var(--paper-deep)); }
.category-card.cat-cosmetics::before { background: linear-gradient(90deg, #8b6b4a, var(--terracotta-soft)); }

.category-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(42, 69, 56, 0.07);
    color: var(--moss);
    box-shadow: 0 4px 14px rgba(42, 69, 56, 0.06);
}

.category-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.6;
}

.category-card h3 {
    margin-bottom: 0.35rem;
    font-size: 1.35rem;
    position: relative;
    z-index: 1;
}

.category-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.55;
    flex: 1;
    position: relative;
    z-index: 1;
    max-width: 92%;
}

.category-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    border-top: 1px dashed rgba(42, 69, 56, 0.1);
    position: relative;
    z-index: 1;
}

.category-count {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.02em;
}

.category-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--moss);
    transition: gap 0.25s, color 0.25s;
}

.category-arrow::after {
    content: '→';
    transition: transform 0.25s;
}

.category-card:hover .category-arrow {
    color: var(--terracotta);
    gap: 0.45rem;
}

.category-card:hover .category-arrow::after {
    transform: translateX(3px);
}

/* ─── PRODUCT GRID ─── */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.35rem;
}

/* ─── HITS SHOWCASE (главная) ─── */
.hits-showcase {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.hit-row {
    display: grid;
    grid-template-columns: 3.5rem 128px minmax(0, 1fr) minmax(148px, 190px);
    align-items: center;
    gap: 1.35rem;
    padding: 1.15rem 1.35rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(42, 69, 56, 0.08);
    border-radius: var(--radius-xl);
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}

.hit-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 4px 0 0 4px;
    opacity: 0.85;
}

.hit-row--honey::before { background: linear-gradient(180deg, var(--honey), var(--honey-light)); }
.hit-row--tea::before { background: linear-gradient(180deg, var(--moss-soft), var(--sage)); }
.hit-row--sweets::before { background: linear-gradient(180deg, var(--terracotta), var(--terracotta-soft)); }
.hit-row--sets::before { background: linear-gradient(180deg, var(--moss), var(--honey)); }
.hit-row--souvenir::before { background: linear-gradient(180deg, var(--stone), var(--paper-deep)); }
.hit-row--cosmetics::before { background: linear-gradient(180deg, #8b6b4a, var(--terracotta-soft)); }

.hit-row:hover {
    border-color: rgba(166, 124, 46, 0.22);
    box-shadow: 0 14px 40px var(--shadow-lg);
    transform: translateX(4px);
}

.hit-rank {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(42, 69, 56, 0.14);
    text-align: center;
    user-select: none;
}

.hit-thumb-wrap {
    position: relative;
    flex-shrink: 0;
    width: 128px;
    height: 128px;
}

.hit-thumb {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--paper-warm);
    border: 1px solid rgba(42, 69, 56, 0.06);
    display: block;
}

.hit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.hit-row:hover .hit-thumb img { transform: scale(1.04); }

.hit-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 0.22rem 0.55rem;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 50px;
    background: var(--terracotta);
    color: var(--cream);
}

.hit-badge--new { background: var(--moss-soft); }

.hit-info { min-width: 0; }

.hit-cat {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--terracotta);
    margin-bottom: 0.25rem;
}

.hit-title {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.45rem;
    color: var(--moss-deep);
}

.hit-title a { color: inherit; }
.hit-title a:hover { color: var(--honey-deep); }

.hit-desc {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0 0 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hit-weight {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--moss);
    padding: 0.2rem 0.55rem;
    background: rgba(42, 69, 56, 0.06);
    border-radius: 50px;
}

.hit-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    text-align: center;
}

.hit-price {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--moss-deep);
    line-height: 1;
}

.hit-action .product-add {
    padding: 0.55rem 0.85rem;
    font-size: 0.8rem;
}

.hit-details {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    transition: color 0.2s;
}

.hit-details:hover { color: var(--terracotta); }

.product-card {
    position: relative;
    background: rgba(255, 255, 255, 0.82);
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid rgba(42, 69, 56, 0.08);
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(8px);
}

.product-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--honey), var(--terracotta-soft), var(--sage));
    opacity: 0;
    transition: opacity 0.35s;
}

.product-card:hover::after { opacity: 1; }

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 52px var(--shadow-lg);
    border-color: rgba(166, 124, 46, 0.18);
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 0.32rem 0.75rem;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 50px;
    background: var(--moss-deep);
    color: var(--cream);
}

.product-badge.hit { background: var(--terracotta); }
.product-badge.new { background: var(--moss-soft); }

.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--paper-warm);
    display: block;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover .product-image img { transform: scale(1.05); }

.product-weight-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    padding: 0.28rem 0.65rem;
    font-family: var(--font-ui);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--moss-deep);
    background: rgba(255, 252, 247, 0.92);
    border: 1px solid rgba(42, 69, 56, 0.08);
    border-radius: 50px;
    backdrop-filter: blur(6px);
}

.product-body {
    padding: 1.1rem 1.2rem 1.2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-cat {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--terracotta);
    margin-bottom: 0.3rem;
}

.product-title {
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--forest);
    margin-bottom: 0.85rem;
    line-height: 1.28;
}

.product-title a { color: inherit; }
.product-title a:hover { color: var(--honey-deep); }

.product-meta { display: none; }

.product-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: auto;
}

.product-price {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--moss-deep);
    line-height: 1;
}

.product-price old {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-muted);
    text-decoration: line-through;
    margin-left: 0.35rem;
}

.product-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.62rem 1rem;
    font-family: var(--font-ui);
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--cream);
    background: var(--moss);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.product-add:hover {
    background: var(--moss-deep);
    box-shadow: 0 6px 18px rgba(42, 69, 56, 0.18);
}

.product-add:active { transform: scale(0.98); }

.product-add svg { flex-shrink: 0; }

.product-quick-add { display: none; }

/* ─── GIFT SETS BANNER ─── */
.gift-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    background:
        radial-gradient(ellipse 80% 70% at 100% 0%, rgba(212, 160, 67, 0.18), transparent 55%),
        linear-gradient(135deg, var(--moss-deep) 0%, #243d32 50%, var(--moss) 100%);
    border-radius: var(--radius-xl);
    padding: clamp(2.25rem, 5vw, 3.75rem);
    color: var(--cream);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gift-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='98' viewBox='0 0 56 98'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.06'%3E%3Cpath d='M28 1 L54 16 v32 L28 49 L2 48 V16 Z'/%3E%3Cpath d='M28 25 L54 40 v32 L28 73 L2 72 V40 Z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.gift-banner::after { display: none; }

.gift-banner h2 { color: var(--cream); }
.gift-banner p { color: var(--text-light); margin-bottom: 1.5rem; }

.gift-banner-visual img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

/* ─── ORIGIN STORY ─── */
.origin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.origin-steps {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.origin-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.origin-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--forest);
    color: var(--cream);
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 50%;
}

.origin-map {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 0.75rem;
    border: 1px solid rgba(26, 61, 46, 0.08);
    overflow: hidden;
}

.origin-map img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: calc(var(--radius-lg) - 6px);
    display: block;
}

.origin-map svg { max-width: 100%; height: auto; margin: 0 auto; }

.about-figure {
    margin: 2.5rem 0;
    padding: 0;
}

.about-page { max-width: 960px; }

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.about-stat {
    padding: 1.35rem 1rem;
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.08);
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.about-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1.1;
    color: var(--honey);
    margin-bottom: 0.35rem;
}

.about-stat span {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.4;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: start;
}

.about-intro-grid .content-block { margin-bottom: 0; height: 100%; }

.about-timeline {
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.08);
    padding: 1.75rem 1.5rem;
    box-shadow: var(--shadow-soft);
}

.about-timeline h3 {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    color: var(--moss-deep);
}

.about-timeline-item {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 0.85rem;
    padding-bottom: 1.15rem;
    margin-bottom: 1.15rem;
    border-bottom: 1px solid rgba(26, 61, 46, 0.07);
}

.about-timeline-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.about-timeline-year {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--honey);
    line-height: 1.2;
}

.about-timeline-item strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
    color: var(--moss-deep);
}

.about-timeline-item p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.about-values {
    margin-bottom: 1.5rem;
}

.about-values-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 1.75rem;
}

.about-values-header h2 { margin-bottom: 0.5rem; }
.about-values-header p { color: var(--text-muted); margin: 0; }

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.about-value-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.08);
    padding: 1.5rem;
    box-shadow: var(--shadow-soft);
}

.about-value-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(42, 69, 56, 0.1) 0%, rgba(212, 160, 67, 0.12) 100%);
    border-radius: 12px;
    margin-bottom: 0.85rem;
    color: var(--forest);
}

.about-value-card h3 {
    font-size: 1.05rem;
    margin: 0 0 0.45rem;
    color: var(--moss-deep);
}

.about-value-card p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.about-assortment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.about-assortment a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    background: var(--cream);
    border-radius: var(--radius);
    border: 1px solid rgba(26, 61, 46, 0.06);
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--moss-deep);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.about-assortment a:hover {
    background: var(--white);
    border-color: rgba(42, 69, 56, 0.18);
    transform: translateY(-1px);
}

.about-assortment a span:last-child {
    color: var(--honey);
    font-size: 1.1rem;
    line-height: 1;
}

.about-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.about-process-grid .content-block { margin-bottom: 0; }

.about-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.about-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    background: var(--cream);
    border-radius: var(--radius);
    border: 1px solid rgba(26, 61, 46, 0.05);
}

.about-step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--forest);
    color: var(--cream);
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 50%;
}

.about-step strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
    color: var(--moss-deep);
}

.about-step span {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.about-visit {
    background: linear-gradient(145deg, var(--moss-deep) 0%, #1e3329 100%);
    border-radius: var(--radius-lg);
    padding: 2.25rem 2rem;
    color: var(--cream);
    position: relative;
    overflow: hidden;
}

.about-visit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("../images/pattern-bg.svg") center / 420px repeat;
    opacity: 0.07;
    pointer-events: none;
}

.about-visit-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
}

.about-visit h2 {
    color: var(--cream);
    margin-bottom: 0.65rem;
}

.about-visit > .about-visit-inner > div > p {
    color: rgba(243, 235, 224, 0.82);
    margin: 0 0 1rem;
    line-height: 1.6;
    max-width: 520px;
}

.about-visit-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    margin-bottom: 1.25rem;
}

.about-visit-meta div {
    font-size: 0.92rem;
    line-height: 1.5;
}

.about-visit-meta strong {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--honey);
    margin-bottom: 0.25rem;
}

.about-visit-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex-shrink: 0;
}

.about-visit-actions .btn-forest {
    background: rgba(243, 235, 224, 0.12);
    border: 1px solid rgba(243, 235, 224, 0.25);
    color: var(--cream);
}

.about-visit-actions .btn-forest:hover {
    background: rgba(243, 235, 224, 0.2);
}

.about-quote {
    margin: 1.5rem 0 0;
    padding: 1.35rem 1.5rem;
    border-left: 3px solid var(--honey);
    background: rgba(212, 160, 67, 0.08);
    border-radius: 0 var(--radius) var(--radius) 0;
}

.about-quote p {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.15rem;
    line-height: 1.55;
    color: var(--moss-deep);
    font-style: italic;
}

.about-quote cite {
    display: block;
    margin-top: 0.65rem;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-style: normal;
    color: var(--text-muted);
}

/* ─── REVIEWS ─── */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.review-card {
    background: var(--white);
    padding: 1.5rem 1.5rem 1.35rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.06);
    position: relative;
    box-shadow: 0 8px 24px rgba(42, 69, 56, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.review-card::before {
    content: '«';
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 1;
    color: rgba(212, 160, 67, 0.15);
    pointer-events: none;
}

.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(42, 69, 56, 0.08);
}

.review-author { font-family: var(--font-ui); }

.review-stars { color: var(--honey); font-size: 0.9rem; margin-bottom: 0.75rem; letter-spacing: 2px; }

.review-text {
    font-size: 0.95rem;
    color: var(--text);
    margin-bottom: 1rem;
    font-style: italic;
}

.review-author { font-size: 0.85rem; font-weight: 600; color: var(--forest); }
.review-city { font-size: 0.8rem; color: var(--text-muted); }

/* ─── CATALOG PAGE ─── */
.page-header-shop {
    background: linear-gradient(145deg, var(--moss-deep) 0%, var(--forest-mid) 55%, #243d32 100%);
    color: var(--cream);
    padding: 2.5rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.page-header-shop::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        url("../images/pattern-bg.svg") center / 280px repeat;
    opacity: 0.06;
    pointer-events: none;
}

.page-header-shop::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: linear-gradient(180deg, transparent, rgba(250, 246, 239, 0.08));
    pointer-events: none;
}

.page-header-shop .container {
    position: relative;
    z-index: 1;
}

.page-header-shop h1 {
    color: var(--cream);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

.page-header-shop p { color: var(--text-light); margin: 0; }

.catalog-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 2rem;
    padding: 2.5rem 0 4rem;
    align-items: start;
}

.catalog-filters {
    position: sticky;
    top: calc(var(--nav-h) + 1rem);
    background: var(--white);
    padding: 1.25rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.06);
}

.filter-group { margin-bottom: 1.25rem; }
.filter-group:last-child { margin-bottom: 0; }

.filter-group h4 {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 0.65rem;
}

.filter-chips { display: flex; flex-direction: column; gap: 0.35rem; }

.filter-chip {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    font-family: inherit;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    color: var(--text);
    transition: background 0.2s, border-color 0.2s;
}

.filter-chip:hover { background: var(--cream); }
.filter-chip.active { background: rgba(26, 61, 46, 0.08); border-color: var(--forest); font-weight: 600; }

.catalog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.catalog-count { font-size: 0.9rem; color: var(--text-muted); }

.catalog-sort select {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-family: inherit;
    font-size: 0.9rem;
    border: 1px solid rgba(26, 61, 46, 0.12);
    border-radius: 8px;
    background: var(--white);
    cursor: pointer;
}

/* ─── PRODUCT PAGE ─── */
.product-page {
    padding: 2rem 0 4rem;
}

.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.product-gallery {
    position: sticky;
    top: calc(var(--nav-h) + 1rem);
}

.product-gallery-main {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--cream-dark);
    margin-bottom: 0.75rem;
    position: relative;
}

.product-gallery-main .product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.product-gallery-main img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.product-info .product-price-lg {
    font-size: 2rem;
    font-weight: 700;
    color: var(--forest);
    margin: 1rem 0;
}

.product-weight {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: var(--cream-dark);
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.product-desc {
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.product-features span { display: flex; align-items: center; gap: 0.5rem; }

.qty-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.qty-control {
    display: flex;
    align-items: center;
    border: 1px solid rgba(26, 61, 46, 0.15);
    border-radius: 50px;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--cream);
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--forest);
    transition: background 0.2s;
}

.qty-btn:hover { background: var(--cream-dark); }

.qty-input {
    width: 48px;
    text-align: center;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    background: var(--white);
}

.product-delivery-note {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: var(--cream-dark);
    border-radius: var(--radius);
    font-size: 0.85rem;
    margin-top: 1.5rem;
}

/* ─── CART DRAWER ─── */
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(26, 61, 46, 0.45);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
}

.cart-overlay.open { opacity: 1; visibility: visible; }

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: var(--cart-w);
    height: 100vh;
    background: var(--white);
    z-index: 2001;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 40px var(--shadow-lg);
}

.cart-drawer.open { transform: translateX(0); }

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(26, 61, 46, 0.08);
}

.cart-header h3 { margin: 0; font-size: 1.2rem; }

.cart-close {
    width: 36px;
    height: 36px;
    border: none;
    background: var(--cream);
    border-radius: 50%;
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--forest);
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.5rem;
}

.cart-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-muted);
}

.cart-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(26, 61, 46, 0.06);
}

.cart-item-img {
    width: 72px;
    height: 72px;
    border-radius: var(--radius);
    overflow: hidden;
    flex-shrink: 0;
    background: var(--cream-dark);
}

.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }

.cart-item-info { flex: 1; min-width: 0; }
.cart-item-title { font-weight: 600; font-size: 0.9rem; margin-bottom: 0.25rem; color: var(--forest); }
.cart-item-price { font-size: 0.85rem; color: var(--text-muted); }

.cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.cart-item-remove {
    font-size: 0.75rem;
    color: var(--red);
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
}

.cart-footer {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid rgba(26, 61, 46, 0.08);
    background: var(--cream);
}

.ship-progress {
    margin-bottom: 1rem;
}

.ship-progress-text {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.ship-progress-bar {
    height: 6px;
    background: rgba(26, 61, 46, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.ship-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--forest-light), var(--honey));
    border-radius: 3px;
    transition: width 0.4s;
    width: 0%;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--forest);
}

/* ─── CART / CHECKOUT PAGES ─── */
.checkout-steps {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.checkout-step {
    flex: 1;
    text-align: center;
    padding: 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--cream-dark);
    border-radius: var(--radius);
}

.checkout-step.active { background: var(--forest); color: var(--cream); }
.checkout-step.done { background: rgba(61, 115, 89, 0.15); color: var(--green); }

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
    align-items: start;
}

.checkout-form {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.06);
}

.form-group { margin-bottom: 1.25rem; }

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--forest);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: inherit;
    font-size: 1rem;
    border: 1px solid rgba(26, 61, 46, 0.15);
    border-radius: var(--radius);
    background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--forest-light);
    box-shadow: 0 0 0 3px rgba(61, 115, 89, 0.12);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.delivery-options { display: flex; flex-direction: column; gap: 0.5rem; }

.delivery-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border: 2px solid rgba(26, 61, 46, 0.1);
    border-radius: var(--radius);
    cursor: pointer;
    transition: border-color 0.2s;
}

.delivery-option:has(input:checked) { border-color: var(--forest); background: rgba(26, 61, 46, 0.03); }

.delivery-option input { width: auto; }

.order-summary {
    position: sticky;
    top: calc(var(--nav-h) + 1rem);
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.06);
}

.summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
    color: var(--text-muted);
}

.summary-line.total {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--forest);
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid rgba(26, 61, 46, 0.08);
}

.promo-row {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}

.promo-row input { flex: 1; }

.promo-msg { font-size: 0.8rem; margin-top: 0.35rem; }
.promo-msg.success { color: var(--green); }
.promo-msg.error { color: var(--red); }

/* ─── SUCCESS ─── */
.order-success {
    text-align: center;
    max-width: 520px;
    margin: 3rem auto;
    padding: 3rem 2rem;
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: 0 16px 48px var(--shadow);
}

.order-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.5rem;
    background: rgba(61, 115, 89, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--green);
}

/* ─── CONTENT PAGES ─── */
.content-page { padding: 2.5rem 0 4rem; }

.content-block {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.06);
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(42, 69, 56, 0.04);
}

.content-block h2 { font-size: 1.35rem; margin-bottom: 0.75rem; }
.content-block p { color: var(--text-muted); margin: 0 0 1rem; }
.content-block p:last-child { margin-bottom: 0; }

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.info-card {
    padding: 1.25rem;
    background: var(--cream);
    border-radius: var(--radius);
    text-align: center;
}

.info-card strong { display: block; font-size: 1.5rem; color: var(--honey); margin-bottom: 0.25rem; }

.delivery-zones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.25rem 0 0;
}

.delivery-zone-card {
    padding: 1.35rem 1.5rem;
    border-radius: var(--radius);
    border: 1px solid rgba(26, 61, 46, 0.08);
    background: var(--cream);
}

.delivery-zone-card h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
    color: var(--moss-deep);
}

.delivery-zone-card p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
}

.delivery-zone-card--kmv {
    border-color: rgba(42, 69, 56, 0.18);
    background: linear-gradient(135deg, rgba(42, 69, 56, 0.06) 0%, var(--cream) 100%);
}

.delivery-zone-card--rf {
    border-color: rgba(212, 160, 67, 0.25);
    background: linear-gradient(135deg, rgba(212, 160, 67, 0.08) 0%, var(--cream) 100%);
}

.policy-table-wrap {
    overflow-x: auto;
    margin: 1rem 0 0.5rem;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.policy-table th,
.policy-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(26, 61, 46, 0.08);
    vertical-align: top;
}

.policy-table th {
    font-weight: 600;
    color: var(--moss-deep);
    background: rgba(42, 69, 56, 0.04);
    white-space: nowrap;
}

.policy-table td { color: var(--text-muted); }
.policy-table tr:last-child td,
.policy-table tr:last-child th { border-bottom: none; }

.policy-list {
    margin: 0.75rem 0 0;
    padding-left: 1.2rem;
    color: var(--text-muted);
}

.policy-list li {
    margin-bottom: 0.45rem;
    line-height: 1.55;
}

.policy-list li:last-child { margin-bottom: 0; }

.delivery-note {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius);
    background: rgba(42, 69, 56, 0.05);
    border-left: 3px solid var(--honey);
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.delivery-note strong { color: var(--moss-deep); }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.contact-card {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 61, 46, 0.06);
}

/* ─── FOOTER ─── */
.site-footer {
    margin-top: auto;
    background: linear-gradient(180deg, var(--moss-deep) 0%, #152820 100%);
    color: var(--text-light);
    padding: 3rem 0 1.5rem;
    position: relative;
    border-top: 1px solid rgba(212, 160, 67, 0.15);
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    transform: translateY(-99%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0 40 L0 18 L150 8 L300 28 L450 10 L600 24 L750 6 L900 22 L1050 12 L1200 20 L1200 40 Z' fill='%23152820'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand p { font-size: 0.9rem; opacity: 0.75; max-width: 280px; }

.footer-col h4 {
    font-family: var(--font-ui);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--honey-light);
    margin-bottom: 1rem;
}

.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a { color: rgba(248, 244, 236, 0.75); font-size: 0.9rem; }
.footer-col a:hover { color: var(--cream); }

.footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    opacity: 0.6;
}

.demo-badge {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.35rem 0.75rem;
    font-family: var(--font-ui);
    font-size: 0.7rem;
    background: rgba(200, 146, 42, 0.2);
    color: var(--honey-light);
    border-radius: 50px;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

.filter-chip,
.filter-group h4,
.catalog-sort select,
input, textarea, select {
    font-family: var(--font-ui);
}

.category-card::after {
    content: '';
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px dashed rgba(212, 160, 67, 0.35);
    opacity: 0.35;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}

.category-card:hover::after {
    opacity: 0.65;
    transform: rotate(12deg) scale(1.05);
}

.breadcrumb {
    font-family: var(--font-ui);
    font-size: 0.82rem;
}

/* ─── FLY TO CART ─── */
.cart-fly-item {
    position: fixed;
    z-index: 10001;
    pointer-events: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 10px 28px rgba(42, 69, 56, 0.28),
        0 0 0 3px rgba(255, 252, 247, 0.85);
    will-change: transform, opacity;
}

.cart-fly-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cart-trigger.cart-bump {
    animation: cart-bump 0.48s cubic-bezier(0.34, 1.4, 0.64, 1);
}

@keyframes cart-bump {
    0% { transform: scale(1); }
    35% { transform: scale(1.18); }
    65% { transform: scale(0.94); }
    100% { transform: scale(1); }
}

.cart-badge.pop {
    animation: badge-pop 0.4s cubic-bezier(0.34, 1.4, 0.64, 1);
}

@keyframes badge-pop {
    0% { transform: scale(0.5); }
    60% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

/* ─── TOAST ─── */
.toast {
    position: fixed;
    bottom: calc(40px + 1.25rem);
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    z-index: 3000;
    padding: 0.85rem 1.5rem;
    background: var(--forest);
    color: var(--cream);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 8px 32px var(--shadow-lg);
    opacity: 0;
    transition: transform 0.35s, opacity 0.35s;
    pointer-events: none;
}

.toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* ─── BREADCRUMB ─── */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--forest); }

/* ─── RESPONSIVE ─── */
@media (max-width: 992px) {
    .hero-grid,
    .origin-grid,
    .gift-banner,
    .product-detail,
    .checkout-grid,
    .contact-grid,
    .footer-grid { grid-template-columns: 1fr; }

    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .category-card:nth-child(even) { transform: none; }
    .hit-row {
        grid-template-columns: 2.5rem 108px minmax(0, 1fr);
        gap: 1rem;
        padding: 1rem 1.1rem;
    }
    .hit-action {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.65rem;
        margin-top: 0.25rem;
        border-top: 1px dashed rgba(42, 69, 56, 0.1);
    }
    .hit-action .product-add { flex: 1; min-width: 140px; max-width: 220px; }
    .hit-thumb-wrap { width: 108px; height: 108px; }
    .reviews-grid { grid-template-columns: 1fr; }

    .catalog-layout { grid-template-columns: 1fr; }

    .catalog-filters {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 1rem;
    }

    .filter-group { margin-bottom: 0; }
    .filter-chips { flex-direction: row; flex-wrap: wrap; }
    .filter-chip { width: auto; }

    .product-gallery { position: static; }

    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-inner { gap: 0.75rem; }

    .nav-actions { gap: 0.25rem; }

    .burger { display: flex; }

    .nav-links {
        position: fixed;
        top: var(--nav-h);
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        background: var(--moss-deep);
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        transform: translateX(100%);
        transition: transform 0.35s;
        overflow-y: auto;
    }

    .nav-links.open { transform: translateX(0); }
    .nav-links a, .nav-link-btn { padding: 0.85rem 1rem; }

    .category-grid { grid-template-columns: 1fr; }
    .category-card:nth-child(even) { transform: none; }
    .hit-row {
        grid-template-columns: 2.25rem 96px minmax(0, 1fr);
        gap: 0.85rem;
    }
    .hit-thumb-wrap { width: 96px; height: 96px; }
    .hit-rank { font-size: 1.35rem; }
    .hit-action { flex-direction: column; align-items: stretch; }
    .hit-action .product-add { max-width: none; }
    .info-grid { grid-template-columns: 1fr; }
    .delivery-zones { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: repeat(2, 1fr); }
    .about-intro-grid,
    .about-process-grid { grid-template-columns: 1fr; }
    .about-values-grid { grid-template-columns: 1fr; }
    .about-assortment { grid-template-columns: 1fr; }
    .about-visit-inner { grid-template-columns: 1fr; }
    .about-visit-actions { flex-direction: row; flex-wrap: wrap; }
    .form-row { grid-template-columns: 1fr; }

    .hero-float-card.top { right: 0; }
    .hero-float-card.bottom { left: 0; }
    .hero-side-badge { display: none; }

    .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; }
}

/* ─── Demo banner (CloudxBear) ─── */
.demo-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #0a264e;
    color: #e2e9f2;
    text-align: center;
    padding: 0.6rem 1rem;
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 500;
}

.demo-banner a { color: #4b8bdc; font-weight: 600; }
