/* ===== Kristaly Home — стилі ===== */
:root{
  --bg:#f7f1e9;
  --bg2:#fdfbf6;
  --bg3:#efe7d8;
  --bg-alt:#f1e9da;
  --emerald:#3a2c1c;
  --emerald-line:rgba(58,44,28,.16);
  --gold:#b08d57;
  --gold-2:#c5a06a;
  --gold-deep:#94703f;
  --gold-soft:rgba(176,141,87,.14);
  --gold-ink:#94703f;
  --text:#3a2f23;
  --text-muted:#6b5d49;
  --text-dim:#9a8c74;
  --white:#3a2c1c;
  --on-accent:#fdf8ee;
  --plate-1:#fdfaf2;
  --plate-2:#ece0cb;
  --nav-bg:rgba(247,241,233,.95);
  --red:#c5443e;
  --green:#5f8a44;
  --radius:16px;
  --radius-sm:10px;
  --nav-h:72px;
  --maxw:1200px;
  --shadow:0 16px 44px rgba(58,44,28,.14);
  --font-h:'Playfair Display',Georgia,serif;
  --font-b:'Manrope',-apple-system,Segoe UI,Roboto,sans-serif;
}
/* ===== Альтернативні теми (перемикаються в адмінці; default = Champagne у :root вище) ===== */
[data-theme="noir"]{
  --bg:#f5f3ef; --bg2:#ffffff; --bg3:#ecebe6; --bg-alt:#efede8;
  --emerald:#1c1a18; --emerald-line:rgba(28,26,24,.16);
  --gold:#c0a060; --gold-2:#cdb074; --gold-deep:#9c7e44; --gold-soft:rgba(192,160,96,.14); --gold-ink:#8a6f3a;
  --text:#2a2724; --text-muted:#5e5a55; --text-dim:#948f88; --white:#1c1a18;
  --on-accent:#fffdf8; --plate-1:#f7f6f2; --plate-2:#e6e3da; --nav-bg:rgba(245,243,239,.95);
}
[data-theme="sand"]{
  --bg:#f4ece0; --bg2:#fdf9f2; --bg3:#ece0cd; --bg-alt:#efe6d6;
  --emerald:#4a3826; --emerald-line:rgba(74,56,38,.16);
  --gold:#b5894e; --gold-2:#c79f63; --gold-deep:#9a6f38; --gold-soft:rgba(181,137,78,.14); --gold-ink:#8a6536;
  --text:#43321f; --text-muted:#6f5c44; --text-dim:#9c8b72; --white:#4a3826;
  --on-accent:#fdf7ec; --plate-1:#faf3e8; --plate-2:#e8d8c0; --nav-bg:rgba(244,236,224,.95);
}
[data-theme="rose"]{
  --bg:#fbf2ee; --bg2:#fffafa; --bg3:#f3e3dc; --bg-alt:#f7e9e3;
  --emerald:#4a2c2c; --emerald-line:rgba(74,44,44,.16);
  --gold:#c08a6a; --gold-2:#d0a085; --gold-deep:#a66e52; --gold-soft:rgba(192,138,106,.14); --gold-ink:#a05f4a;
  --text:#43302c; --text-muted:#715852; --text-dim:#a3897f; --white:#4a2c2c;
  --on-accent:#fff7f4; --plate-1:#fdf3ef; --plate-2:#f0dcd4; --nav-bg:rgba(251,242,238,.95);
}
*{margin:0;padding:0;box-sizing:border-box}
[hidden]{display:none !important}
html{scroll-behavior:auto}
body{
  font-family:var(--font-b);background:var(--bg);color:var(--text);
  line-height:1.6;font-weight:400;overflow-x:hidden;-webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button{font-family:inherit;color:inherit;background:none;border:none}
img{max-width:100%;display:block}
a,button,[role=button],select,label[for],.product-card,.cat-tab,.faq-q,.hero-dot,
.reviews-dot,.rev-arrow,.modal-close,.nav-burger,.qty-btn,.cb-btn,.cb-item{cursor:pointer}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}
.container-narrow{max-width:780px}

h1,h2,h3,h4{font-family:var(--font-h);font-weight:600;line-height:1.18;color:var(--white)}
::selection{background:var(--gold);color:var(--on-accent)}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.95rem 1.9rem;border-radius:50px;font-weight:600;font-size:.95rem;
  letter-spacing:.02em;transition:transform .25s,box-shadow .25s,background .25s,color .25s;white-space:nowrap}
.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:var(--on-accent);
  box-shadow:0 10px 26px rgba(148,112,63,.32)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(148,112,63,.45)}
.btn-outline{border:1.5px solid var(--emerald-line);color:var(--gold-ink)}
.btn-outline:hover{background:var(--gold-soft);border-color:var(--gold)}
.btn-block{width:100%}

/* ===== Nav ===== */
.nav{position:fixed;top:0;left:0;right:0;z-index:120;height:var(--nav-h);
  display:flex;align-items:center;transition:background .35s,box-shadow .35s,backdrop-filter .35s;
  background:transparent;box-shadow:none}
.nav.scrolled{background:var(--nav-bg);backdrop-filter:blur(12px);box-shadow:0 6px 22px rgba(58,44,28,.12)}
/* Прозорий хедер над банером (до скролу) — світлий текст поверх темного фото */
.nav-logo-text{transition:color .35s}
.nav:not(.scrolled) .nav-logo-text{color:#fff}
.nav:not(.scrolled) .nav-links a{color:rgba(255,255,255,.82)}
.nav:not(.scrolled) .nav-links a:hover,.nav:not(.scrolled) .nav-links a.active{color:#fff}
.nav:not(.scrolled) .nav-cart{color:#fff;border-color:rgba(255,255,255,.4)}
.nav:not(.scrolled) .nav-cart:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.7)}
.nav:not(.scrolled) .nav-burger span{background:#fff}
.nav:not(.scrolled) .nav-logo-img{border-color:rgba(255,255,255,.55)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.nav-logo{display:flex;align-items:center;gap:.6rem}
.nav-logo-img{border-radius:50%;border:1.5px solid rgba(176,141,87,.4)}
.nav-logo-text{font-family:var(--font-h);font-size:1.15rem;font-weight:600;color:var(--white);letter-spacing:.02em}
.nav-links{display:flex;gap:2rem}
.nav-links a{font-size:.92rem;font-weight:500;color:var(--text-muted);position:relative;padding:4px 0;transition:color .25s}
.nav-links a::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;
  background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.nav-links a:hover,.nav-links a.active{color:var(--emerald)}
.nav-links a.active::after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:1rem}
.nav-cart{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;
  border-radius:50%;border:1.5px solid var(--emerald-line);color:var(--emerald);transition:background .25s,border-color .25s}
.nav-cart:hover{background:var(--gold-soft);border-color:var(--gold)}
.nav-cart svg{width:20px;height:20px}
.cart-badge{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;
  background:var(--gold);color:var(--on-accent);border-radius:10px;font-size:.7rem;font-weight:700;
  display:flex;align-items:center;justify-content:center}
.nav-burger{display:none;flex-direction:column;gap:5px;width:38px;height:38px;align-items:center;justify-content:center}
.nav-burger span{width:24px;height:2px;background:var(--emerald);border-radius:2px;transition:.3s}

/* ===== Mobile menu ===== */
.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:330px;height:100%;z-index:200;
  background:var(--bg2);border-left:1px solid var(--emerald-line);padding:1.2rem 1.6rem;
  display:flex;flex-direction:column;gap:.3rem;transition:right .35s cubic-bezier(.4,0,.2,1)}
.mobile-menu.open{right:0}
.mm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}
.mm-brand{font-family:var(--font-h);font-size:1.2rem;color:var(--white)}
.mm-close{font-size:1.4rem;color:var(--text-muted);width:36px;height:36px}
.nm-link{padding:.9rem .5rem;font-size:1.02rem;font-weight:500;color:var(--text);border-bottom:1px solid var(--emerald-line);transition:color .2s,box-shadow .2s}
.nm-link:hover,.nm-link.active{color:var(--emerald);box-shadow:inset 3px 0 0 var(--gold)}
.mm-socials{display:flex;gap:.8rem;margin-top:1.5rem}
.mm-socials a{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  border:1.5px solid var(--emerald-line);color:var(--emerald)}
.mm-socials svg{width:20px;height:20px}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:150;opacity:0;visibility:hidden;transition:.3s}
.overlay.show{opacity:1;visibility:visible}

/* ===== Hero ===== */
.hero{position:relative;height:100svh;min-height:600px;display:flex;align-items:center;overflow:hidden}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease}
.hero-slide.active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-slide.active img{animation:heroZoom 8s ease forwards}
@keyframes heroZoom{from{transform:scale(1.08)}to{transform:scale(1)}}
.hero-overlay{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(20,14,8,.92) 0%,rgba(20,14,8,.58) 45%,rgba(20,14,8,.32) 100%),
  linear-gradient(0deg,rgba(20,14,8,.85) 0%,transparent 45%)}
.hero-content{position:relative;z-index:3;max-width:680px;transition:opacity .35s ease}
.hero-badge{display:inline-flex;align-items:center;gap:.55rem;padding:.5rem 1.25rem;
  border:1px solid rgba(255,255,255,.28);border-radius:40px;color:#f3ecdd;font-size:.75rem;
  font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.4rem;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(197,160,106,.14));
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  box-shadow:0 6px 22px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.22)}
.hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;flex:0 0 auto;
  background:#f0e3c8;box-shadow:0 0 10px 1px rgba(176,141,87,.9);animation:badgePulse 2.4s ease-in-out infinite}
@keyframes badgePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
@media(prefers-reduced-motion:reduce){.hero-badge::before{animation:none}}
.hero-title{font-size:clamp(2.5rem,6vw,4.4rem);line-height:1.08;margin-bottom:1.2rem;color:#fff}
.hero-title em{font-style:italic;color:var(--gold-2)}
.hero-sub{font-size:clamp(1rem,2vw,1.22rem);color:rgba(255,255,255,.85);max-width:540px;margin-bottom:2.2rem;font-weight:300}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
/* Кнопка-контур на темному банері — світла */
.hero-cta .btn-outline{border-color:rgba(255,255,255,.5);color:#fff}
.hero-cta .btn-outline:hover{background:rgba(255,255,255,.14);border-color:#fff}
.hero-quality{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.55rem}
.hero-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .9rem;border-radius:40px;
  font-size:.8rem;font-weight:600;color:#fff;white-space:nowrap;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.26);
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.hero-chip::before{content:'✓';color:#f0dca0;font-weight:800;font-size:.82rem}
.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.6rem;z-index:4}
.hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.3);transition:.3s}
.hero-dot.active{background:var(--gold);width:30px;border-radius:6px}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:50px;height:50px;border-radius:50%;
  border:1.5px solid rgba(255,255,255,.35);background:rgba(0,0,0,.2);backdrop-filter:blur(4px);
  color:#fff;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;
  padding-bottom:4px;transition:background .25s,border-color .25s}
.hero-arrow:hover{background:var(--gold-soft);border-color:#fff}
.hero-prev{left:1.6rem}.hero-next{right:1.6rem}
@media(max-width:640px){.hero-arrow{width:40px;height:40px;font-size:1.6rem}.hero-prev{left:.6rem}.hero-next{right:.6rem}}
.hero-scroll{position:absolute;bottom:1.6rem;right:2.4rem;width:26px;height:42px;border:2px solid rgba(176,141,87,.5);
  border-radius:14px;z-index:4;display:flex;justify-content:center;padding-top:7px}
.hero-scroll span{width:4px;height:8px;background:var(--gold-2);border-radius:3px;animation:scrollBounce 1.6s infinite}
@keyframes scrollBounce{0%,100%{transform:translateY(0);opacity:1}50%{transform:translateY(9px);opacity:.4}}

/* ===== Trust ===== */
.trust{background:linear-gradient(180deg,var(--bg) 0%,var(--bg2) 100%);padding:2.6rem 0;border-bottom:1px solid var(--emerald-line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.trust-item{text-align:center;padding:.4rem}
.trust-num{font-family:var(--font-h);font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;color:var(--gold-ink);line-height:1}
.trust-label{font-size:.82rem;color:var(--text-muted);margin-top:.5rem;font-weight:400}

/* ===== Promo bar (бігаюча доріжка) ===== */
.promo-bar{position:fixed;top:0;left:0;right:0;z-index:131;height:38px;overflow:hidden;
  background:linear-gradient(90deg,var(--gold-deep),var(--gold));color:var(--on-accent);
  display:flex;align-items:center;font-size:.82rem;font-weight:600}
.promo-track{display:flex;white-space:nowrap;will-change:transform;animation:promoScroll 30s linear infinite}
.promo-bar:hover .promo-track{animation-play-state:paused}
.promo-seq{display:flex;align-items:center}
.promo-item{padding:0 1.3rem}
.promo-sep{opacity:.5}
@keyframes promoScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
body.has-promo .nav{top:38px}
@media(prefers-reduced-motion:reduce){.promo-track{animation:none}}

/* ===== Brands strip ===== */
.brands{padding:2.4rem 0;border-bottom:1px solid var(--emerald-line)}
.brands-title{text-align:center;font-size:.76rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.3rem}
.brands .container{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.brands-row{display:flex;width:max-content;animation:brandScroll 34s linear infinite}
.brands-row:hover{animation-play-state:paused}
.brands-seq{display:flex;align-items:center;gap:0 2.4rem;padding-right:2.4rem;flex-shrink:0}
@keyframes brandScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.brand-pill{display:inline-flex;align-items:center;gap:.5rem;cursor:default;
  font-family:var(--font-h);font-size:1.12rem;color:var(--text-muted);letter-spacing:.03em;opacity:.78;
  transition:color .25s,opacity .25s}
.brand-pill:hover{color:var(--bc,var(--gold-ink));opacity:1}
.brand-logo{height:30px;width:auto;max-width:120px;object-fit:contain;filter:grayscale(1);opacity:.75;transition:filter .25s,opacity .25s}
.brand-pill:hover .brand-logo{filter:none;opacity:1}
@media(prefers-reduced-motion:reduce){.brands-row{animation:none;flex-wrap:wrap;justify-content:center;width:auto;gap:.6rem 1.6rem}.brands .container{mask-image:none;-webkit-mask-image:none}.brands-seq:last-child{display:none}}

/* ===== Sections ===== */
.section{padding:5.5rem 0}
.section-alt{background:var(--bg-alt)}
.section-order{background:linear-gradient(180deg,var(--bg-alt),var(--bg2))}
.section-head{text-align:center;max-width:680px;margin:0 auto 3rem}
.section-kicker{display:inline-block;color:var(--gold-ink);font-size:.76rem;font-weight:700;
  letter-spacing:.22em;text-transform:uppercase;margin-bottom:.9rem}
.section-title{font-size:clamp(1.9rem,4.2vw,3rem);margin-bottom:1rem}
.section-sub{color:var(--text-muted);font-size:1.04rem;font-weight:300}
.section-glow{height:1px;max-width:560px;margin:0 auto;position:relative;
  background:linear-gradient(90deg,transparent,var(--emerald-line) 30%,var(--gold) 50%,var(--emerald-line) 70%,transparent);opacity:.4}
.section-glow::after{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  width:200px;height:24px;background:radial-gradient(ellipse,rgba(176,141,87,.12),transparent 70%);pointer-events:none}

/* ===== Benefits ===== */
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.benefit{background:var(--bg2);border:1px solid var(--emerald-line);border-radius:var(--radius);
  padding:2rem 1.6rem;transition:transform .35s,border-color .35s,box-shadow .35s}
.benefit:hover{transform:translateY(-6px);border-color:rgba(176,141,87,.4);box-shadow:var(--shadow)}
.benefit-ic{width:56px;height:56px;border-radius:14px;background:var(--gold-soft);display:flex;
  align-items:center;justify-content:center;margin-bottom:1.2rem}
.benefit-ic svg{width:27px;height:27px;color:var(--gold-ink)}
.benefit h3{font-size:1.18rem;margin-bottom:.6rem}
.benefit p{font-size:.92rem;color:var(--text-muted);font-weight:300}

/* ===== Guarantee / trust strip ===== */
.guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.guarantee-item{display:flex;gap:1.1rem;align-items:flex-start;background:var(--bg2);
  border:1px solid var(--emerald-line);border-radius:var(--radius);padding:1.6rem 1.7rem;
  transition:transform .35s,border-color .35s,box-shadow .35s}
.guarantee-item:hover{transform:translateY(-5px);border-color:rgba(176,141,87,.4);box-shadow:var(--shadow)}
.guarantee-ic{flex:0 0 auto;width:52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));display:flex;align-items:center;justify-content:center}
.guarantee-ic svg{width:25px;height:25px;color:var(--on-accent)}
.guarantee-item h3{font-size:1.1rem;margin-bottom:.35rem}
.guarantee-item p{font-size:.9rem;color:var(--text-muted);font-weight:300;line-height:1.5}

/* ===== Catalog tabs ===== */
.cat-tabs{display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-bottom:2.6rem}
.cat-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.7rem;border-radius:50px;
  border:1.5px solid var(--emerald-line);color:var(--text-muted);font-weight:600;font-size:.95rem;transition:.28s}
.cat-tab svg{width:18px;height:18px}
.cat-tab:hover{border-color:rgba(176,141,87,.45);color:var(--emerald)}
.cat-tab.active{background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:var(--on-accent);border-color:transparent}

/* Catalog tools (пошук / фільтр / сортування) */
.catalog-tools{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;align-items:stretch;margin-bottom:1.4rem}
.catalog-tools .cat-search,.catalog-tools .cat-select{height:48px}
.cat-search-wrap{position:relative;flex:1 1 340px;max-width:440px}
.cat-search-wrap svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-dim);pointer-events:none}
.cat-search{width:100%;padding:0 1.1rem 0 2.8rem;background:var(--bg2);border:1.5px solid var(--emerald-line);
  border-radius:50px;color:var(--text);font-family:inherit;font-size:.94rem;transition:border-color .25s,box-shadow .25s}
.cat-search::placeholder{color:var(--text-dim)}
.cat-search:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft)}
.cat-select{appearance:none;-webkit-appearance:none;padding:0 2.6rem 0 1.2rem;background:var(--bg2);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%239a8da0' stroke-width='1.8'%3E%3Cpath d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1.1rem center;
  border:1.5px solid var(--emerald-line);border-radius:50px;color:var(--text-muted);font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:border-color .25s,box-shadow .25s}
.cat-select:hover{border-color:rgba(176,141,87,.45)}
.cat-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft)}
.catalog-count{text-align:center;color:var(--text-dim);font-size:.85rem;margin-bottom:1rem}
@media(max-width:640px){
  .catalog-tools{flex-direction:column;gap:.6rem}
  .cat-search-wrap{max-width:none;width:100%;flex:none}
  .cat-select{width:100%}
}
.catalog-empty{grid-column:1/-1;text-align:center;padding:2.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-muted)}

/* ===== About (про бренд) ===== */
.about-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:2.6rem;align-items:center}
.about-media{border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,var(--bg3),var(--bg2));
  aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-media .about-logo{width:52%;height:auto;object-fit:contain;border-radius:50%;box-shadow:0 12px 34px rgba(58,44,28,.25)}
.about-body .section-kicker{display:inline-block}
.about-text{color:var(--text-muted);font-weight:300;font-size:1rem;line-height:1.8;margin:.9rem 0 1.7rem}
@media(max-width:860px){.about-grid{grid-template-columns:1fr;gap:1.6rem;text-align:center}.about-media{aspect-ratio:16/9;order:-1}.about-text{margin-left:auto;margin-right:auto;max-width:560px}}

/* ===== Quiz (підбір аромату) ===== */
.quiz-card{background:var(--bg2);border:1px solid var(--emerald-line);border-radius:var(--radius);padding:2.2rem;box-shadow:var(--shadow)}
.quiz-progress{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.7rem}
.quiz-dot{width:34px;height:5px;border-radius:3px;background:var(--bg3);transition:background .3s}
.quiz-dot.on{background:var(--gold)}
.quiz-q{font-family:var(--font-h);font-size:1.4rem;color:var(--white);text-align:center;margin-bottom:1.6rem;line-height:1.3}
.quiz-n{display:block;font-family:var(--font-b);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-ink);margin-bottom:.7rem;font-weight:700}
.quiz-opts{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.quiz-opt{padding:1rem 1.2rem;background:var(--bg);border:1.5px solid var(--emerald-line);border-radius:var(--radius-sm);
  color:var(--text);font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;text-align:left;transition:border-color .2s,background .2s,color .2s,transform .2s}
.quiz-opt:hover{border-color:var(--gold);background:var(--gold-soft);color:var(--gold-ink);transform:translateY(-2px)}
.quiz-back{margin:1.5rem auto 0;display:block;background:none;border:none;color:var(--text-muted);font-size:.88rem;cursor:pointer}
.quiz-back:hover{color:var(--gold-ink)}
.quiz-result-t{font-family:var(--font-h);font-size:1.45rem;color:var(--white);text-align:center;margin-bottom:1.7rem}
.quiz-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-bottom:1.7rem}
.quiz-result-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
@media(max-width:640px){.quiz-opts{grid-template-columns:1fr}.quiz-result-grid{grid-template-columns:1fr}.quiz-card{padding:1.5rem}}

/* ===== Product cards ===== */
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.product-card{background:var(--bg2);border:1px solid var(--emerald-line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;transition:transform .35s,border-color .35s,box-shadow .35s}
.product-card:hover{transform:translateY(-6px);border-color:rgba(176,141,87,.4);box-shadow:var(--shadow)}
.pc-media{position:relative;aspect-ratio:1/1.12;background:radial-gradient(circle at 50% 35%,var(--plate-1),var(--plate-2));
  display:flex;align-items:center;justify-content:center;overflow:hidden}
.pc-media.has-img{background:#fff}
.pc-media img{width:100%;height:100%;object-fit:contain;padding:1.2rem;transition:transform .5s}
.product-card:hover .pc-media img{transform:scale(1.05)}
.pc-ph{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--gold-deep);opacity:.8}
.pc-ph svg{width:56px;height:84px}
.pc-ph span{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}
.pc-badge{position:absolute;top:12px;left:12px;padding:.34rem .8rem;border-radius:30px;font-size:.72rem;
  font-weight:700;letter-spacing:.03em;z-index:2;box-shadow:0 4px 12px rgba(58,44,28,.18)}
.badge-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:#fff}
.badge-green{background:var(--green);color:#fff}
.badge-red{background:var(--red);color:#fff}
.badge-dark{background:var(--emerald);color:#fff}
.pc-body{padding:1.1rem 1.1rem 1.3rem;display:flex;flex-direction:column;flex:1}
.pc-brand{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.3rem}
.pc-name{font-family:var(--font-h);font-size:1.08rem;color:var(--white);margin-bottom:.25rem;line-height:1.25}
.pc-meta{font-size:.78rem;color:var(--text-dim);margin-bottom:.8rem}
.pc-vars{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.7rem}
.pc-var{font-size:.76rem;font-weight:600;padding:.32rem .7rem;border-radius:40px;border:1.5px solid var(--emerald-line);
  color:var(--text-muted);background:var(--bg2);transition:border-color .2s,color .2s,background .2s}
.pc-var:hover{border-color:var(--gold);color:var(--gold-ink)}
.pc-var.active{background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:var(--on-accent);border-color:transparent}
.modal-body .pc-vars{margin:.4rem 0 1rem}
.pc-price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-bottom:.2rem}
.pc-cur{font-size:1.12rem;font-weight:700;color:var(--gold-ink);font-family:var(--font-h);white-space:nowrap}
.pc-old{font-size:.82rem;color:var(--text-dim);text-decoration:line-through;white-space:nowrap}
.pc-cur-tba{font-size:.92rem;font-weight:600;color:var(--text-muted)}
.pc-save{font-size:.74rem;color:var(--green);font-weight:600;margin-bottom:.9rem}
.pc-btns{margin-top:auto;display:flex;gap:.5rem}
.pc-btn{flex:1;padding:.7rem;border-radius:50px;font-weight:600;font-size:.85rem;transition:.25s;display:flex;align-items:center;justify-content:center;gap:.3rem;white-space:nowrap}
.pc-btn-cart{background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:var(--on-accent)}
.pc-btn-cart:hover{transform:translateY(-2px)}
.pc-btn-more{border:1.5px solid var(--emerald-line);color:var(--text-muted)}
.pc-btn-more:hover{border-color:rgba(176,141,87,.45);color:var(--emerald)}
.pc-qty{flex:1;display:flex;align-items:center;justify-content:space-between;
  border:1.5px solid rgba(176,141,87,.4);border-radius:50px;overflow:hidden}
.pc-qty .qty-btn{width:40px;height:40px;color:var(--emerald);font-size:1.3rem;display:flex;align-items:center;justify-content:center}
.pc-qty .qty-btn:hover{background:var(--gold-soft)}
.pc-qty .qty-val{font-weight:700;color:var(--white)}

/* ===== How ===== */
.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.how-step{text-align:center;position:relative}
.how-ic{position:relative;width:68px;height:68px;margin:0 auto 1.3rem;border-radius:50%;z-index:2;
  background:linear-gradient(135deg,var(--bg2),var(--bg3));border:1.5px solid rgba(176,141,87,.4);
  display:flex;align-items:center;justify-content:center;color:var(--gold-ink);
  box-shadow:0 10px 24px rgba(176,141,87,.14)}
.how-ic svg{width:29px;height:29px}
.how-num{position:absolute;top:-5px;right:-5px;width:25px;height:25px;border-radius:50%;
  background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:var(--on-accent);
  font-family:var(--font-b);font-size:.76rem;font-weight:700;line-height:1;text-align:center;
  display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(148,112,63,.3)}
.how-step h3{font-size:1.1rem;margin-bottom:.5rem}
.how-step p{font-size:.9rem;color:var(--text-muted);font-weight:300}
.how-grid::before{content:'';position:absolute;top:34px;left:12.5%;right:12.5%;height:1.5px;
  background:linear-gradient(90deg,transparent,var(--emerald-line),transparent);z-index:1}

/* ===== Reviews ===== */
.reviews-carousel{display:flex;align-items:center;gap:.8rem}
.reviews-viewport{overflow:hidden;flex:1}
.reviews-track{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}
.review{flex:0 0 calc(33.333% - 1rem);margin-right:1.5rem;background:var(--bg2);
  border:1px solid var(--emerald-line);border-radius:var(--radius);padding:1.8rem}
.review-stars{color:var(--gold-ink);margin-bottom:.9rem;letter-spacing:2px}
.review-text{font-size:.95rem;color:var(--text);font-weight:300;font-style:italic;margin-bottom:1.2rem;min-height:96px}
.review-author{display:flex;align-items:center;gap:.8rem}
.review-ava{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));
  display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--on-accent);font-family:var(--font-h)}
.review-name{font-weight:600;color:var(--white);font-size:.95rem}
.review-city{font-size:.8rem;color:var(--text-dim)}
.rev-arrow{width:46px;height:46px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--emerald-line);
  color:var(--emerald);font-size:1.6rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:.25s}
.rev-arrow:hover{background:var(--gold-soft);border-color:var(--gold)}
.reviews-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.6rem}
.reviews-dot{width:9px;height:9px;border-radius:50%;background:rgba(58,44,28,.18)}
.reviews-dot.active{background:var(--gold);width:26px;border-radius:6px}

/* ===== FAQ ===== */
.faq-list{display:flex;flex-direction:column;gap:.8rem}
.faq-item{background:var(--bg2);border:1px solid var(--emerald-line);border-radius:var(--radius-sm);overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.2rem 1.4rem;font-weight:600;font-size:1rem;color:var(--white);text-align:left}
.faq-ic{flex-shrink:0;width:24px;height:24px;position:relative;transition:transform .3s}
.faq-ic::before,.faq-ic::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  background:var(--emerald);border-radius:2px}
.faq-ic::before{width:14px;height:2px}
.faq-ic::after{width:2px;height:14px;transition:transform .3s}
.faq-item.open .faq-ic::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-inner{padding:0 1.4rem 1.3rem;color:var(--text-muted);font-size:.93rem;font-weight:300}

/* ===== Order form ===== */
.order-form{background:var(--bg2);border:1px solid var(--emerald-line);border-radius:var(--radius);
  padding:2rem;box-shadow:var(--shadow)}
.order-cart{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.6rem}
.oc-empty{text-align:center;color:var(--text-dim);padding:1.8rem 1.2rem;border:1.5px dashed var(--emerald-line);border-radius:var(--radius-sm);
  display:flex;flex-direction:column;align-items:center;gap:.5rem}
.oc-empty-ic{width:34px;height:50px;color:var(--gold-deep);opacity:.7}
.oc-empty-ic svg{width:100%;height:100%}
.oc-empty-t{font-weight:600;color:var(--text);font-size:1rem}
.oc-empty-d{font-size:.85rem;color:var(--text-muted);font-weight:300;max-width:300px;line-height:1.5}
.oc-empty-cta{margin-top:.6rem;padding:.7rem 1.6rem;font-size:.9rem}
.oc-item{display:flex;align-items:center;gap:.9rem;padding:.7rem;background:var(--bg3);border-radius:var(--radius-sm)}
.oc-thumb{width:48px;height:48px;border-radius:8px;background:radial-gradient(circle,var(--plate-1),var(--plate-2));
  flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.oc-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}
.oc-thumb svg{width:20px;height:30px;color:var(--gold-deep)}
.oc-info{flex:1;min-width:0}
.oc-name{font-size:.86rem;font-weight:600;color:var(--white);line-height:1.25;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.oc-vol{font-size:.76rem;color:var(--text-dim)}
.oc-qty{display:flex;align-items:center;gap:.2rem;border:1px solid var(--emerald-line);border-radius:30px}
.oc-qty .qty-btn{width:28px;height:28px;color:var(--emerald);font-size:1.1rem;display:flex;align-items:center;justify-content:center}
.oc-qty .qty-val{min-width:20px;text-align:center;font-weight:600;font-size:.88rem}
.oc-price{font-weight:700;color:var(--gold-ink);font-size:.92rem;min-width:74px;text-align:right}
.oc-remove{color:var(--text-dim);font-size:1.1rem;width:26px;height:26px;flex-shrink:0}
.oc-remove:hover{color:var(--red)}

.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.1rem}
.form-label{display:block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.45rem}
.form-label span{color:var(--red)}
.form-input{width:100%;padding:.85rem 1rem;background:var(--bg2);border:1.5px solid var(--emerald-line);
  border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.95rem;transition:border-color .25s}
.form-input::placeholder{color:var(--text-dim)}
.form-input:focus{outline:none;border-color:var(--gold)}
.form-input.error{border-color:var(--red)}
.form-input.valid{border-color:rgba(111,191,115,.5)}
textarea.form-input{resize:vertical;min-height:54px}
.form-error{display:none;color:var(--red);font-size:.78rem;margin-top:.35rem}
.form-input.error~.form-error{display:block}
.np-field:has(.form-input.error)+.form-error{display:block}

.delivery-toggle,.pay-toggle{display:flex;background:var(--bg3);border:1.5px solid var(--emerald-line);
  border-radius:var(--radius-sm);padding:4px;gap:4px}
.delivery-toggle{width:fit-content}
.delivery-type-btn{padding:.55rem 1.1rem;border-radius:8px;font-weight:600;font-size:.86rem;color:var(--text-muted);transition:.2s}
.delivery-type-btn.active{background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:var(--on-accent)}
.pay-toggle{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;background:none;border:none;padding:0}
.pay-btn{display:flex;flex-direction:column;justify-content:center;min-height:62px;padding:.7rem .85rem;
  border-radius:var(--radius-sm);text-align:left;transition:.2s;border:1.5px solid var(--emerald-line);background:var(--bg2)}
.pay-btn:hover{border-color:rgba(176,141,87,.4)}
.pay-btn .pay-t{display:block;font-weight:600;font-size:.88rem;color:var(--text);line-height:1.25}
.pay-btn .pay-d{display:block;font-size:.74rem;color:var(--text-dim);margin-top:.15rem}
.pay-btn.active{background:var(--gold-soft);border-color:var(--gold);box-shadow:inset 0 0 0 1px var(--gold)}
.pay-btn.active .pay-t{color:var(--gold-ink)}

.np-field{position:relative}
.np-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg3);
  border:1.5px solid var(--emerald-line);border-radius:var(--radius-sm);box-shadow:var(--shadow);
  list-style:none;max-height:220px;overflow-y:auto;z-index:200;padding:4px}
.np-drop-item{padding:.6rem .9rem;font-size:.88rem;color:var(--text);border-radius:7px;line-height:1.4}
.np-drop-item:hover{background:var(--gold-soft);color:var(--gold-ink)}

.order-total{background:var(--bg3);border-radius:var(--radius-sm);padding:1.1rem 1.3rem;margin-bottom:1.3rem}
.ot-row{display:flex;justify-content:space-between;font-size:.92rem;color:var(--text-muted);padding:.25rem 0}
.ot-discount{color:var(--green)}
.ot-final{border-top:1px solid var(--emerald-line);margin-top:.4rem;padding-top:.7rem;
  font-family:var(--font-h);font-size:1.2rem;font-weight:700;color:var(--gold-ink)}
.ot-final span:first-child{color:var(--white)}
.order-note{font-size:.76rem;color:var(--text-dim);text-align:center;margin-top:1rem}
.order-note a{color:var(--gold-deep);text-decoration:underline}

/* ===== Footer ===== */
.footer{background:var(--bg2);border-top:1px solid var(--emerald-line);padding:3.4rem 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem}
.footer-logo{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.footer-logo img{border-radius:50%;border:1.5px solid rgba(176,141,87,.4)}
.footer-logo span{font-family:var(--font-h);font-size:1.3rem;color:var(--white)}
.footer-about{color:var(--text-muted);font-size:.9rem;font-weight:300;max-width:340px;margin-bottom:1.3rem}
.footer-socials{display:flex;gap:.7rem}
.footer-socials a{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--emerald-line);
  display:flex;align-items:center;justify-content:center;color:var(--emerald);transition:.25s}
.footer-socials a:hover{background:var(--gold-soft);border-color:var(--gold)}
.footer-socials svg{width:19px;height:19px}
.footer-col h4{font-size:1rem;color:var(--white);margin-bottom:1.1rem}
.footer-col a,.footer-col span{display:block;color:var(--text-muted);font-size:.9rem;margin-bottom:.7rem;transition:color .2s}
.footer-col a:hover{color:var(--gold-ink)}
.footer-bottom{border-top:1px solid var(--emerald-line);padding:1.3rem 0;text-align:center;color:var(--text-dim);font-size:.84rem}

/* ===== Cart drawer ===== */
.cart-drawer{position:fixed;top:0;right:-420px;width:100%;max-width:400px;height:100%;z-index:210;
  background:var(--bg2);border-left:1px solid var(--emerald-line);display:flex;flex-direction:column;
  transition:right .35s cubic-bezier(.4,0,.2,1)}
.cart-drawer.open{right:0}
.cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.3rem 1.5rem;border-bottom:1px solid var(--emerald-line)}
.cart-head h3{font-size:1.3rem}
.cart-close{font-size:1.4rem;color:var(--text-muted);width:36px;height:36px}
.cart-items{flex:1;overflow-y:auto;padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:.9rem}
.cart-empty{text-align:center;color:var(--text-dim);margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:0 1rem}
.cart-row{display:flex;gap:.9rem;align-items:center}
.cart-thumb{width:60px;height:60px;border-radius:10px;background:radial-gradient(circle,var(--plate-1),var(--plate-2));
  flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cart-thumb img{width:100%;height:100%;object-fit:contain;padding:5px}
.cart-thumb svg{width:24px;height:36px;color:var(--gold-deep)}
.cart-row-info{flex:1;min-width:0}
.cart-row-name{font-size:.9rem;font-weight:600;color:var(--white);line-height:1.3}
.cart-row-vol{font-size:.76rem;color:var(--text-dim)}
.cart-row-price{font-size:.88rem;color:var(--gold-ink);font-weight:600;margin-top:.2rem;display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}
.cart-row-old{font-size:.78rem;color:var(--text-dim);text-decoration:line-through;font-weight:500}
.cart-row-ctrl{display:flex;align-items:center;gap:.3rem;border:1px solid var(--emerald-line);border-radius:30px}
.cart-row-ctrl .qty-btn{width:30px;height:30px;color:var(--emerald);font-size:1.1rem;display:flex;align-items:center;justify-content:center}
.cart-row-ctrl .qty-val{min-width:22px;text-align:center;font-weight:600;font-size:.85rem}
.cart-foot{padding:1.3rem 1.5rem;border-top:1px solid var(--emerald-line)}
.cart-sum{margin-bottom:.7rem}
.cart-sum-row{display:flex;justify-content:space-between;font-size:.86rem;color:var(--text-muted);padding:.18rem 0}
.cart-sum-row span:last-child{text-decoration:line-through;color:var(--text-dim)}
.cart-save-row{color:var(--green);font-weight:600}
.cart-save-row span:last-child{text-decoration:none;color:var(--green)}
.cart-total{display:flex;justify-content:space-between;font-family:var(--font-h);font-size:1.2rem;font-weight:700;margin-bottom:1rem;padding-top:.7rem;border-top:1px solid var(--emerald-line)}
.cart-total span:last-child{color:var(--gold-ink)}

/* ===== Modal ===== */
.modal{position:fixed;inset:0;z-index:220;background:rgba(20,16,12,.5);backdrop-filter:blur(4px);
  display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:.3s}
.modal.open{opacity:1;visibility:visible}
.modal-dialog{position:relative;width:100%;max-width:820px;max-height:90vh;overflow:hidden;
  display:flex;flex-direction:column;
  background:var(--bg2);border:1px solid var(--emerald-line);border-radius:var(--radius);
  transform:scale(.95);transition:transform .3s}
.modal.open .modal-dialog{transform:scale(1)}
.modal-close{position:absolute;top:14px;right:14px;z-index:5;width:38px;height:38px;border-radius:50%;
  background:rgba(58,44,28,.1);color:var(--text);font-size:1.2rem;display:flex;align-items:center;justify-content:center}
.modal-close:hover{color:var(--emerald)}
.modal-grid{display:grid;grid-template-columns:1fr 1fr;flex:1 1 auto;min-height:0}
.modal-gallery{background:radial-gradient(circle at 50% 40%,var(--plate-1),var(--plate-2));display:flex;align-items:center;justify-content:center;min-height:340px;overflow:hidden}
.modal-img-wrap{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}
.modal-img-wrap img{max-height:380px;object-fit:contain}
.modal-main{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:0}
.modal-thumbs{flex:0 0 auto;display:flex;gap:.55rem;flex-wrap:wrap;justify-content:center}
.modal-thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;border:2px solid transparent;
  background:#fff;padding:0;transition:border-color .2s,transform .2s}
.modal-thumb img{width:100%;height:100%;object-fit:cover;max-height:none}
.modal-thumb:hover{transform:translateY(-2px)}
.modal-thumb.active{border-color:var(--gold)}
.modal-ph{display:flex;flex-direction:column;align-items:center;gap:.8rem;color:var(--gold-deep);opacity:.8}
.modal-ph svg{width:80px;height:120px}
.modal-body{padding:2.2rem;overflow-y:auto;min-height:0}
.modal-brand{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.5rem}
.modal-name{font-size:1.85rem;margin-bottom:.45rem;letter-spacing:-.01em}
.modal-type{font-size:.85rem;color:var(--text-dim);margin-bottom:1.2rem;letter-spacing:.01em}
.modal-desc{font-size:.96rem;color:var(--text-muted);font-weight:400;margin-bottom:1.5rem;line-height:1.78}
.modal-notes{border-top:1px solid var(--emerald-line);padding-top:1.1rem;margin-bottom:1.4rem}
.modal-note-row{display:flex;gap:.7rem;padding:.45rem 0;font-size:.86rem}
.modal-note-label{color:var(--gold-deep);font-weight:600;min-width:70px}
.modal-note-val{color:var(--text-muted);font-weight:300}
.modal-price{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap;margin-bottom:1.3rem}
/* прайс у тілі модалки (не прикріплений футер) — з роздільником зверху */
.modal-body .modal-price{margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--emerald-line)}
.modal-cur{font-family:var(--font-h);font-size:1.7rem;font-weight:700;color:var(--gold-ink);white-space:nowrap}
.modal-old{font-size:1rem;color:var(--text-dim);text-decoration:line-through;white-space:nowrap}
.modal-save{font-size:.8rem;color:var(--green);font-weight:600}
/* Прикріплений футер модалки — «Додати в кошик» завжди видно */
.modal-foot{flex:0 0 auto;display:flex;flex-direction:column;gap:.85rem;
  padding:1.05rem 2.2rem 1.3rem;border-top:1px solid var(--emerald-line);
  background:var(--bg2);box-shadow:0 -5px 16px rgba(58,44,28,.06)}
.modal-foot:empty{display:none}
.modal-foot .modal-price{margin:0}

/* ===== Sticky CTA ===== */
.sticky-cta{position:fixed;bottom:-90px;left:0;right:0;z-index:130;background:rgba(250,246,238,.97);
  backdrop-filter:blur(10px);border-top:1px solid var(--emerald-line);padding:.7rem 1.1rem;
  display:none;align-items:center;justify-content:space-between;gap:1rem;transition:bottom .35s ease;box-shadow:0 -6px 24px rgba(58,44,28,.14)}
.sticky-cta.visible{bottom:0}
.sticky-info{display:flex;flex-direction:column;line-height:1.25;min-width:0}
.sticky-label{font-size:.74rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sticky-price{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}
.sticky-cur{font-family:var(--font-h);font-weight:700;color:var(--gold-ink);font-size:1.12rem;white-space:nowrap}
.sticky-old{font-size:.8rem;color:var(--text-dim);text-decoration:line-through;white-space:nowrap}
.sticky-save{font-size:.74rem;font-weight:700;color:var(--green);white-space:nowrap}
.sticky-cta .btn{white-space:nowrap;padding:.8rem 1.5rem;flex-shrink:0}

/* ===== Contact bubble ===== */
.contact-bubble{position:fixed;bottom:1.5rem;right:1.2rem;z-index:110;display:flex;flex-direction:column;align-items:center;gap:.6rem;pointer-events:none}
.sticky-cta.visible~.contact-bubble{bottom:90px}
.cb-menu{display:flex;flex-direction:column;gap:.6rem;opacity:0;visibility:hidden;transform:translateY(12px);transition:.3s;pointer-events:none}
.contact-bubble.open .cb-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.cb-btn,.cb-item{pointer-events:auto}
.cb-item{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.4)}
.cb-item svg{width:22px;height:22px}
.cb-tg{background:#229ED9}.cb-ig{background:linear-gradient(45deg,#f09433,#dc2743,#bc1888)}.cb-phone{background:#3aa86b}
.cb-btn{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));
  color:var(--on-accent);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(148,112,63,.4);animation:cbPulse 2.4s infinite}
.cb-btn svg{width:26px;height:26px}
@keyframes cbPulse{0%{box-shadow:0 8px 24px rgba(148,112,63,.4),0 0 0 0 rgba(176,141,87,.4)}70%{box-shadow:0 8px 24px rgba(148,112,63,.4),0 0 0 16px rgba(176,141,87,0)}100%{box-shadow:0 8px 24px rgba(148,112,63,.4),0 0 0 0 rgba(176,141,87,0)}}

/* ===== Animations ===== */
.anim{opacity:0;transform:translateY(34px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}
.anim.visible{opacity:1;transform:none}
.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}

/* ===== Responsive ===== */
@media(max-width:1024px){
  .nav-links{display:none}
  .nav-burger{display:flex}
  .trust-grid,.benefits-grid,.products-grid,.how-grid{grid-template-columns:repeat(2,1fr)}
  .guarantee-grid{grid-template-columns:1fr}
  .how-grid::before{display:none}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-logo,.footer-socials{justify-content:center}
  .footer-about{margin-left:auto;margin-right:auto}
  .review{flex:0 0 calc(50% - .75rem)}
}
@media(max-width:640px){
  .section{padding:4rem 0}
  .trust-grid{gap:.8rem}
  .how-grid{grid-template-columns:1fr}
  .benefits-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}
  /* картки переваг — компактніші у 2 колонки на мобільному */
  .benefit{padding:1.3rem 1rem}
  .benefit-ic{width:46px;height:46px;border-radius:12px;margin-bottom:.9rem}
  .benefit-ic svg{width:23px;height:23px}
  .benefit h3{font-size:1rem;margin-bottom:.4rem}
  .benefit p{font-size:.82rem}
  .form-row{grid-template-columns:1fr}
  .review{flex:0 0 100%;margin-right:0}
  .reviews-track{gap:0}
  /* діалог лишається flex-колонкою: галерея+тіло скролимо, футер прикріплений знизу.
     flex:0 1 auto — грід не розтягується (інакше зʼявляється порожній проміжок над футером),
     а лише стискається й скролиться, коли контент вищий за діалог */
  .modal-grid{grid-template-columns:1fr;display:block;overflow-y:auto;flex:0 1 auto}
  .modal-gallery{min-height:240px}
  /* біле тло фото в модалці — лише на мобільному (на десктопі лишається тонована плашка) */
  .modal-gallery:has(.modal-main){background:#fff}
  .modal-body{padding:1.5rem;overflow:visible}
  .modal-foot{padding:.95rem 1.5rem 1.15rem}
  /* мобільний: CTA (ціна+кнопка) завжди видимий — прикріплений до низу модалки */
  .modal-cta{position:sticky;bottom:0;z-index:3;background:var(--bg2);
    margin:1.1rem -1.5rem 0;padding:.8rem 1.5rem calc(.8rem + env(safe-area-inset-bottom,0));
    border-top:1px solid var(--emerald-line);box-shadow:0 -6px 18px rgba(58,44,28,.1)}
  .modal-cta .modal-price{margin:0 0 .55rem;padding-top:0;border-top:none}
  .hero-scroll{display:none}
  .sticky-cta{display:flex}
  .order-form{padding:1.4rem}
  /* спосіб оплати — стовпчик з рядками на мобільному */
  .pay-toggle{grid-template-columns:1fr;gap:.5rem}
  .pay-btn{flex-direction:row;align-items:center;justify-content:space-between;min-height:0;padding:.75rem 1rem}
  .pay-btn .pay-t{font-size:.95rem}
  .pay-btn .pay-d{margin-top:0;text-align:right;font-size:.8rem}
  .pc-btns{flex-direction:column}
  /* рядок замовлення — компактніше, щоб назва не стискалась у «J...» */
  .oc-item{gap:.55rem;padding:.55rem}
  .oc-price{min-width:auto;font-size:.85rem}
  .oc-qty .qty-btn{width:26px;height:26px}
  .hero-cta .btn{flex:1}
  /* банер — текст по центру на мобільному */
  .hero-content{text-align:center}
  .hero-badge{margin-left:auto;margin-right:auto}
  .hero-sub{margin-left:auto;margin-right:auto}
  .hero-cta{justify-content:center}
  .hero-quality{justify-content:center}
  .hero-arrow{display:none}
}
@media(max-width:380px){
  .products-grid{grid-template-columns:1fr}
}

/* ===== Promo 1+1=3 ===== */
.promo13{padding:1.5rem 0 .5rem}
.promo13-card{position:relative;overflow:hidden;border-radius:var(--radius);text-align:center;
  padding:2.6rem 1.5rem;background:linear-gradient(135deg,var(--emerald),color-mix(in srgb,var(--emerald) 68%,#000));
  box-shadow:0 20px 50px rgba(0,0,0,.28);border:1px solid var(--gold-soft)}
.promo13-glow{position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 50% -10%,color-mix(in srgb,var(--gold) 35%,transparent),transparent 60%)}
.promo13-badge{position:relative;display:inline-block;margin-bottom:1rem;padding:.4rem 1.1rem;border-radius:40px;
  font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--emerald);
  background:linear-gradient(135deg,var(--gold-2),var(--gold))}
.promo13-eq{position:relative;font-family:var(--font-h);font-weight:700;line-height:1;
  font-size:clamp(2.8rem,9vw,5rem);color:var(--on-accent);
  background:linear-gradient(135deg,var(--on-accent),var(--gold-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.promo13-sub{position:relative;max-width:520px;margin:1rem auto 1.6rem;color:color-mix(in srgb,var(--on-accent) 82%,transparent);font-size:1.05rem}
.promo13-cta{position:relative}
.cart-promo-row,.ot-promo{color:var(--gold-ink);font-weight:700}
.cart-promo-row span:last-child,.ot-promo span:last-child{color:var(--gold-ink);text-decoration:none}
