/* ============================================================
   Lišček — ročno delane dišeče sveče (demo koncept, Carpolab)
   Slog: prefinjen, tipljiv, butični. Topli nevtralni toni
   (peščeni papir, lan), mehek jantarno-žerjavni poudarek, ki
   spominja na plamen. Eleganten serif display (Marcellus) +
   jasen grotesk (Hanken Grotesk). Premium, izdelku naklonjen.
   ============================================================ */
:root {
  --bg: #fbf8f3;          /* topel kremni papir */
  --surface: #f3ede2;     /* peščena polica */
  --surface-2: #ebe2d3;
  --ink: #211a12;         /* topla skoraj črna */
  --ink-soft: #6a6052;
  --muted: #a59a87;
  --accent: #c2722e;      /* jantar / žerjavica */
  --accent-soft: #e7a35a; /* mehko zlato */
  --ember: #b6541f;       /* globlja žerjavica (akcije) */
  --line: #e6ddcd;
  --line-strong: #211a1214;
  --radius: 6px;
  --radius-lg: 14px;
  --shadow-soft: 0 24px 60px -34px rgba(64, 41, 17, 0.45);
  --display: "Marcellus", "Times New Roman", serif;
  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.72; font-weight: 400; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.08; letter-spacing: 0.004em; }
h1 { font-size: clamp(2.6rem, 7vw, 5rem); }
h2 { font-size: clamp(1.85rem, 4vw, 2.9rem); }
h3 { font-size: 1.2rem; letter-spacing: 0.01em; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.wrap--narrow { max-width: 920px; }

.kicker { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); }
.kicker::before { content: ""; width: 22px; height: 1px; background: var(--accent-soft); opacity: 0.8; }
.section-title .kicker { justify-content: center; }
.section-title .kicker::before, .newsletter .kicker::before { display: none; }

/* ---------- gumbi ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--sans); font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 1.05rem 2.1rem; border: 1px solid var(--ink);
  background: var(--ink); color: var(--bg);
  cursor: pointer; border-radius: 999px;
  transition: background .25s ease, color .25s ease, transform .2s ease, box-shadow .25s ease;
}
.btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-1px); box-shadow: 0 14px 26px -16px rgba(194, 114, 46, 0.7); }
.btn--line { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--line:hover { background: var(--ink); border-color: var(--ink); color: var(--bg); box-shadow: none; }

/* ---------- zaznamek koncepta ---------- */
/* liscek: minimalen centriran napis spodaj (uredniško, ostri robovi) */
.concept-flag {
  position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 100;
  display: inline-flex; align-items: center; gap: 11px;
  background: rgba(255, 255, 255, .82); color: var(--ink-soft);
  font-size: 0.6rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase;
  padding: 10px 20px; border: none; border-top: 1px solid var(--ink); border-radius: 0;
  backdrop-filter: blur(7px);
  box-shadow: 0 10px 26px -16px rgba(0,0,0,.3);
}
.concept-flag b { color: var(--ink); font-weight: 600; }
.concept-flag__dot { width: 5px; height: 5px; border-radius: 0; background: var(--accent); }

/* ---------- navigacija ---------- */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 80px; gap: 24px; }
.brand { font-family: var(--display); font-size: 1.7rem; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 0; }
.brand > span:not(.brand__mark) { color: var(--accent); }
.brand__mark { width: 20px; height: 24px; display: inline-flex; align-items: center; justify-content: center; color: var(--accent); margin-right: 0.45rem; }
.brand__mark svg { width: 100%; height: 100%; }
.foot__brand .brand__mark { width: 18px; height: 22px; }
.nav__links { display: flex; gap: 2.4rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.nav__links a { color: var(--ink-soft); transition: color .15s ease; }
.nav__links a:hover { color: var(--ink); }
.nav__cart { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.nav__cart .count { background: var(--accent); color: #fff; border-radius: 999px; min-width: 20px; height: 20px; display: inline-grid; place-content: center; font-size: 0.7rem; padding: 0 5px; }
.nav__right { display: inline-flex; align-items: center; gap: 1.2rem; }
.lang-switch { display: inline-flex; gap: 2px; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-switch button { background: none; border: none; color: var(--muted); font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; padding: 4px 8px; border-radius: 999px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.lang-switch button.active { background: var(--ink); color: #fff; }
.lang-switch button:hover:not(.active) { color: var(--ink); }

/* ---------- hero (kinematografski, polno-platni video) ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; align-items: flex-end;
  min-height: clamp(560px, 86vh, 920px);
  padding: clamp(96px, 16vh, 200px) 0 clamp(56px, 9vh, 110px);
}

/* kinematografsko ozadje (video) — najbolj zadnja plast heroja */
.hero__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: #14100a; }
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  will-change: transform;
  /* poster ostane viden, dokler se video ne predvaja */
}
/* topel scrim, da hero vsebina ostane berljiva nad videom (od leve/spodaj) */
.hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20,16,10,.28) 0%, rgba(20,16,10,0) 26%, rgba(20,16,10,.10) 58%, rgba(20,16,10,.74) 100%),
    linear-gradient(75deg, rgba(20,16,10,.80) 0%, rgba(20,16,10,.50) 34%, rgba(20,16,10,.12) 64%, rgba(20,16,10,0) 88%);
}
/* topel sij/žar ob spodnjem robu — plamenski občutek (animira se v liscek.js/CSS) */
.hero__bg .hero__ember {
  position: absolute; z-index: 0; pointer-events: none;
  left: 0; right: 38%; bottom: -12%; height: 62%;
  background: radial-gradient(58% 80% at 26% 80%, rgba(231,163,90,.30), rgba(194,114,46,.10) 48%, transparent 74%);
  filter: blur(20px); opacity: .9; will-change: transform, opacity;
}
@media (max-width: 820px) {
  /* na ožjih zaslonih: enakomeren scrim od spodaj za berljivost */
  .hero__scrim {
    background: linear-gradient(180deg, rgba(20,16,10,.34) 0%, rgba(20,16,10,.12) 40%, rgba(20,16,10,.78) 100%);
  }
  .hero__bg .hero__ember { right: 0; }
}
/* prefers-reduced-motion: prikaži le poster, brez gibanja */
@media (prefers-reduced-motion: reduce) {
  .hero__video { display: none; }
  .hero__bg { background: #14100a url("img/herobg-poster.jpg") center / cover no-repeat; }
}

.hero__inner { position: relative; z-index: 1; width: 100%; }
.hero__copy { max-width: 640px; will-change: transform, opacity; }
.hero .kicker { color: var(--accent-soft); }
.hero .kicker::before { background: var(--accent-soft); opacity: .9; }
.hero h1 { margin: 1.4rem 0; color: #fdfaf4; text-shadow: 0 2px 30px rgba(20,16,10,.45); }
.hero__lead { font-size: 1.18rem; color: rgba(253,250,244,.86); max-width: 44ch; margin-bottom: 2rem; text-shadow: 0 1px 18px rgba(20,16,10,.5); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__cta .btn--line { color: #fdfaf4; border-color: rgba(253,250,244,.5); }
.hero__cta .btn--line:hover { border-color: #fdfaf4; background: rgba(253,250,244,.1); }
.hero__meta { margin-top: 2.4rem; display: flex; gap: clamp(1.6rem, 4vw, 2.8rem); font-size: 0.78rem; color: rgba(253,250,244,.65); letter-spacing: 0.06em; text-transform: uppercase; }
.hero__meta b { display: block; color: #fdfaf4; font-family: var(--display); font-size: 1.5rem; font-weight: 400; letter-spacing: 0; text-transform: none; }

/* nežna namig-puščica za drsenje */
.hero__scroll { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 1; width: 22px; height: 36px; border: 1.5px solid rgba(253,250,244,.5); border-radius: 12px; display: grid; place-items: start center; padding-top: 6px; }
.hero__scroll span { width: 3px; height: 7px; border-radius: 3px; background: rgba(253,250,244,.85); }
@media (prefers-reduced-motion: no-preference) {
  .hero__scroll span { animation: heroScroll 1.8s ease-in-out infinite; }
}
@keyframes heroScroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 70% { transform: translateY(11px); opacity: 1; } 100% { transform: translateY(13px); opacity: 0; } }
@media (max-width: 760px) { .hero__scroll { display: none; } }

/* ---------- razdelki ---------- */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--tint { background: linear-gradient(180deg, var(--surface), var(--bg)); border-top: 1px solid var(--line); }
.section-title { text-align: center; margin-bottom: clamp(2.4rem, 5vw, 4rem); }
.section-title h2 { margin-top: 0.8rem; }
.section-title p { color: var(--ink-soft); max-width: 46ch; margin: 1rem auto 0; }

/* ---------- filter po kategorijah ---------- */
.shop-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 clamp(2rem, 4vw, 3rem); }
.shop-filter__btn {
  font-family: var(--sans); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); background: transparent; border: 1px solid var(--line);
  padding: 0.62rem 1.15rem; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.shop-filter__btn:hover { color: var(--ink); border-color: var(--accent-soft); }
.shop-filter__btn.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
.shop-filter__n {
  font-size: 0.62rem; line-height: 1; min-width: 1.25em; text-align: center; padding: 0.2em 0.45em; border-radius: 999px;
  background: var(--surface-2); color: var(--ink-soft); letter-spacing: 0; font-weight: 700;
}
.shop-filter__btn.is-active .shop-filter__n { background: rgba(255,255,255,.18); color: #fff; }

/* mehek prehod ob menjavi filtra (preuredi se brez layout shifta strani) */
.products { transition: opacity .22s ease; }
.products--swapping { opacity: 0; }
@media (prefers-reduced-motion: reduce) { .products { transition: none; } .products--swapping { opacity: 1; } }

/* nove kartice po menjavi filtra se nežno dvignejo (le ob preklopu) */
@media (prefers-reduced-motion: no-preference) {
  .products.is-swapped .product { animation: cardRise .5s cubic-bezier(.22,1,.36,1) both; }
}
@keyframes cardRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---------- produktna mreža ---------- */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.product { display: block; }
.product__media { position: relative; aspect-ratio: 4/5; background: var(--surface); overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 1px 0 var(--line); transition: box-shadow .3s ease, transform .3s ease; }
.product:hover .product__media { box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, opacity .3s ease; }
.product:hover .product__media img { transform: scale(1.045); }
.product__badges { position: absolute; top: 14px; left: 14px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.product__badge { background: rgba(251,248,243,.94); backdrop-filter: blur(4px); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; padding: 5px 11px; border-radius: 999px; color: var(--accent); box-shadow: 0 2px 8px -4px rgba(64,41,17,.4); }
.product__badge--sale { background: var(--ember); color: #fff; }
.product__add { position: absolute; left: 14px; right: 14px; bottom: 14px; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.product:hover .product__add { opacity: 1; transform: none; }
.product__info { padding: 1.1rem 0.2rem 0; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.product__name { font-family: var(--display); font-size: 1.22rem; }
.product__scent { font-size: 0.82rem; color: var(--muted); margin-top: 0.15rem; }
.product__price { font-size: 0.98rem; white-space: nowrap; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.product__price .now { font-weight: 600; }
.product__price.is-sale .now { color: var(--ember); }
.product__price .was { color: var(--muted); text-decoration: line-through; font-size: 0.82rem; }
.price-min30 { display: block; font-size: 0.68rem; line-height: 1.35; color: var(--ink-soft); letter-spacing: 0.01em; margin-top: 0.5rem; padding: 0.3rem 0.2rem 0; }
.product .price-min30 { text-align: right; }

/* ---------- o znamki ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.about__media { aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.about__media img { width: 100%; height: 100%; object-fit: cover; }
.about__copy p { color: var(--ink-soft); font-size: 1.1rem; margin-top: 1.2rem; }
.about__sign { margin-top: 1.8rem; font-family: var(--display); font-size: 1.3rem; }
.about__sign small { display: block; font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 0.3rem; }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--line); padding: 3rem 0 2.4rem; }
.foot__grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: flex-start; }
.foot__brand { font-family: var(--display); font-size: 1.5rem; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 0.45rem; }
.foot__brand span { color: var(--accent); }
.foot__cols { display: flex; gap: 3.4rem; flex-wrap: wrap; font-size: 0.85rem; color: var(--ink-soft); }
.foot__cols h4 { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.8rem; font-weight: 600; }
.foot__cols a { display: block; padding: 0.18rem 0; }
.foot__cols a:hover { color: var(--ink); }
.foot__legal { margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.78rem; color: var(--muted); }
.foot__legal a { color: var(--accent); font-weight: 600; }

/* ============================================================
   PRODUKTNA STRAN (izdelek.html)
   ============================================================ */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: start; padding: clamp(32px, 5vw, 64px) 0; }
.pdp__gallery { display: grid; gap: 14px; position: sticky; top: 100px; }
.pdp__main { aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); background: var(--surface); width: 100%; box-shadow: var(--shadow-soft); }
.pdp__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pdp__thumbs button { padding: 0; border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); overflow: hidden; cursor: pointer; aspect-ratio: 1/1; transition: border-color .2s ease, box-shadow .2s ease; }
.pdp__thumbs button.active { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.pdp__thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.pdp__info { position: static; }
.breadcrumb { font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.2rem; }
.breadcrumb a:hover { color: var(--ink); }
.pdp__info h1 { font-size: clamp(2.2rem, 4.5vw, 3.1rem); margin-bottom: 0.5rem; }
.pdp__scent { color: var(--accent); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.8rem; font-weight: 600; }
.pdp__rating { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.9rem; font-size: 0.85rem; color: var(--ink-soft); }
.pdp__rating .stars { color: var(--accent); letter-spacing: 2px; }
.pdp__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.7rem; margin: 1.3rem 0 0.4rem; }
.pdp__price .now { font-family: var(--display); font-size: 2.1rem; color: var(--ink); }
.pdp__price.is-sale .now { color: var(--ember); }
.pdp__price .was { font-size: 1.2rem; color: var(--muted); text-decoration: line-through; }
.pdp__price .save { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--ember); color: #fff; padding: 4px 9px; border-radius: 999px; }
.pdp__vat { font-size: 0.82rem; color: var(--muted); margin-bottom: 0.4rem; }
.pdp__vat .unit { color: var(--ink-soft); }
.pdp__min30 { font-size: 0.78rem; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--ember); border-radius: var(--radius); padding: 0.6rem 0.85rem; margin: 0.4rem 0 1.1rem; line-height: 1.45; }
.pdp__desc { color: var(--ink-soft); font-size: 1.08rem; margin-top: 1rem; }
.pdp__story { font-family: var(--display); font-style: italic; color: var(--muted); font-size: 1.15rem; line-height: 1.5; margin-top: 0.9rem; }
.pdp__eco { display: flex; gap: 0.7rem; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.95rem 1.1rem; margin-top: 1.5rem; font-size: 0.9rem; color: var(--ink-soft); line-height: 1.55; }
.pdp__eco svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 2px; }

/* variante + količina */
.pdp__variants { margin: 1.6rem 0 0.3rem; }
.pdp__variants .lbl { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 0.6rem; }
.variant-set { display: flex; flex-wrap: wrap; gap: 8px; }
.variant-set button { font-family: var(--sans); font-size: 0.85rem; padding: 0.55rem 1rem; border: 1px solid var(--line); background: var(--bg); color: var(--ink); border-radius: 999px; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.variant-set button:hover { border-color: var(--accent); }
.variant-set button.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }

.pdp__buy { display: flex; gap: 14px; align-items: center; margin-top: 1.4rem; flex-wrap: wrap; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 999px; }
.qty button { width: 44px; height: 48px; background: none; border: none; font-size: 1.2rem; cursor: pointer; color: var(--ink); }
.qty span { min-width: 36px; text-align: center; font-weight: 600; }
.pdp__buy .btn { flex: 1; justify-content: center; min-width: 200px; }
.pdp__reassure { display: flex; flex-wrap: wrap; gap: 1.2rem 1.6rem; margin-top: 1.4rem; font-size: 0.82rem; color: var(--ink-soft); }
.pdp__reassure span { display: inline-flex; align-items: center; gap: 0.45rem; }
.pdp__reassure svg { width: 16px; height: 16px; color: var(--accent); }

/* informacijske kartice / zavihki */
.pdp-tabs { padding: 0 0 clamp(48px, 7vw, 84px); }
.pdp-tabs__nav { display: flex; gap: 4px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.pdp-tabs__nav button { font-family: var(--sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: none; border: none; border-bottom: 2px solid transparent; padding: 0.9rem 1.1rem; margin-bottom: -1px; cursor: pointer; transition: color .2s ease, border-color .2s ease; }
.pdp-tabs__nav button:hover { color: var(--ink); }
.pdp-tabs__nav button.active { color: var(--ink); border-bottom-color: var(--accent); }
.pdp-tabs__panel { display: none; padding: 1.8rem 0.2rem 0; max-width: 70ch; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.7; }
.pdp-tabs__panel.active { display: block; }
.pdp-tabs__panel p { margin-bottom: 0.9rem; }
.pdp-tabs__panel ul { list-style: none; margin: 0.4rem 0; }
.pdp-tabs__panel li { padding: 0.5rem 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; }
.pdp-tabs__panel li .k { color: var(--muted); }

/* povezani izdelki */
.related { padding: clamp(48px, 7vw, 84px) 0; border-top: 1px solid var(--line); }
.related h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 0.4rem; }
.related .sub { color: var(--ink-soft); margin-bottom: 2rem; }
.related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ============================================================
   KOŠARICA (kosarica.html)
   ============================================================ */
.cart-title { margin-top: clamp(2rem, 4vw, 3rem); }
.cart { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; padding: clamp(40px, 6vw, 72px) 0; }
.cart__items { border-top: 1px solid var(--line); }
.cart__row { display: grid; grid-template-columns: 88px 1fr auto; gap: 20px; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.cart__thumb { width: 88px; height: 108px; object-fit: cover; background: var(--surface); border-radius: var(--radius); }
.cart__name { font-family: var(--display); font-size: 1.25rem; }
.cart__scent { font-size: 0.82rem; color: var(--muted); }
.cart__qtymini { margin-top: 0.6rem; font-size: 0.82rem; color: var(--ink-soft); }
.cart__line-price { font-size: 1.05rem; text-align: right; }
.cart__line-price small { display: block; color: var(--muted); font-size: 0.76rem; margin-top: 0.3rem; cursor: pointer; }
.cart__line-price small:hover { color: var(--ink); }
.summary { background: var(--surface); border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.4rem); position: sticky; top: 100px; }
.summary h3 { font-size: 1.4rem; margin-bottom: 1.4rem; }
.summary__line { display: flex; justify-content: space-between; padding: 0.6rem 0; font-size: 0.95rem; color: var(--ink-soft); }
.summary__total { display: flex; justify-content: space-between; margin: 1.2rem 0 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.5rem; color: var(--ink); }
.summary__note { font-size: 0.78rem; color: var(--muted); margin-top: 1rem; text-align: center; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

/* ---------- responzivno ---------- */
@media (max-width: 920px) {
  .products { grid-template-columns: repeat(2, 1fr); }
  .nav__links { display: none; }
}
@media (max-width: 980px) {
  .related__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .about, .pdp, .cart { grid-template-columns: 1fr; }
  .hero { min-height: clamp(520px, 78vh, 720px); padding-top: clamp(96px, 18vh, 160px); }
  .pdp__gallery, .pdp__info, .summary { position: static; }
  .pdp__buy .btn { flex: 1 1 100%; }
}
@media (max-width: 480px) {
  .products { grid-template-columns: 1fr; gap: 36px; }
  .product__add { opacity: 1; transform: none; }
  .concept-flag { font-size: 0.62rem; padding: 6px 10px; }
  .related__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}

/* ---------- dvig: scroll-reveal, nav senca, fokus (reveal.js) ---------- */
.nav { transition: box-shadow .3s ease, background .3s ease; }
.nav.scrolled { box-shadow: 0 12px 30px -22px rgba(23, 21, 15, 0.4); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px;
}
@media (prefers-reduced-motion: no-preference) {
  .ar-ready [data-ar] { opacity: 0; transform: translateY(26px); }
  .ar-ready [data-ar].in { opacity: 1; transform: none; transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1); }
  .ar-ready [data-ar-stagger] > * { opacity: 0; transform: translateY(22px); }
  .ar-ready [data-ar-stagger].in > * { opacity: 1; transform: none; transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1); }
}

/* ============================================================
   OBOGATITEV — benefits, lifestyle, darilo, mnenja, newsletter
   ============================================================ */

/* benefits trak pod herojem */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit { padding: 1.5rem clamp(1rem, 2vw, 1.6rem); text-align: center; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit__t { font-family: var(--display); font-size: 1.05rem; margin-bottom: 0.2rem; }
.benefit__s { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

/* lifestyle / urednistvo */
.lifestyle { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.lifestyle--rev { grid-template-columns: 0.75fr 1.25fr; }
.lifestyle--rev .lifestyle__media { order: 2; }
.lifestyle__media { aspect-ratio: 3/2; overflow: hidden; border-radius: var(--radius); }
.lifestyle__media img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle__copy h2 { margin: 0.8rem 0 1rem; }
.lifestyle__copy p { color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 1.2rem; }

/* darilo */
.gift { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.gift__media { aspect-ratio: 3/2; overflow: hidden; border-radius: var(--radius); }
.gift__media img { width: 100%; height: 100%; object-fit: cover; }
.gift__copy h2 { margin: 0.8rem 0 1rem; }
.gift__copy p { color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 1.4rem; }

/* mnenja */
.reviews-l { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.review-l { border-top: 1px solid var(--ink); padding-top: 1.2rem; }
.review-l__stars { color: var(--accent); letter-spacing: 2px; font-size: 0.85rem; margin-bottom: 0.9rem; }
.review-l p { font-family: var(--display); font-size: 1.3rem; line-height: 1.4; }
.review-l__who { margin-top: 1rem; font-size: 0.82rem; letter-spacing: 0.04em; color: var(--muted); }
.review-l__who b { color: var(--ink); font-weight: 600; }

/* newsletter */
.newsletter { background: var(--ink); color: var(--bg); border-radius: var(--radius); padding: clamp(2.4rem, 6vw, 4.4rem); text-align: center; }
.newsletter__inner { max-width: 540px; margin: 0 auto; }
.newsletter h2 { color: #fff; }
.newsletter p { color: rgba(255,255,255,.7); margin: 1rem 0 2rem; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); color: #fff; padding: 0.9rem 1.1rem; font-family: var(--sans); font-size: 1rem; }
.newsletter input::placeholder { color: rgba(255,255,255,.45); }
.newsletter input:focus { outline: none; border-color: var(--accent); }
.newsletter .btn { background: #fff; color: var(--ink); border-color: #fff; white-space: nowrap; }
.newsletter .btn:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.newsletter__status { font-size: 0.82rem; color: var(--accent); margin-top: 1rem; min-height: 1rem; letter-spacing: 0.04em; }

@media (max-width: 760px) {
  .benefits { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(1), .benefit:nth-child(2) { border-bottom: 1px solid var(--line); }
  .lifestyle, .lifestyle--rev, .gift { grid-template-columns: 1fr; }
  .lifestyle--rev .lifestyle__media, .gift__media { order: -1; }
  .reviews-l { grid-template-columns: 1fr; gap: 32px; }
  .newsletter form { flex-direction: column; }
}
@media (max-width: 480px) {
  .benefits { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
}

/* ============================================================
   TRGOVINA — toast, darilni modal, klikljiva galerija
   ============================================================ */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 0.9rem 1.4rem; border-radius: 999px; font-size: 0.9rem; box-shadow: 0 18px 40px -16px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s ease; z-index: 300; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.product__add { cursor: pointer; }

/* darilni modal */
.modal { position: fixed; inset: 0; z-index: 400; display: none; align-items: center; justify-content: center; padding: 24px; }
.modal.open { display: flex; }
.modal__overlay { position: absolute; inset: 0; background: rgba(23,21,15,.5); backdrop-filter: blur(4px); animation: fadeIn .25s ease; }
.modal__box { position: relative; background: #fff; border-radius: var(--radius); max-width: 540px; width: 100%; padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: 0 40px 80px -30px rgba(0,0,0,.5); max-height: 90vh; overflow: auto; animation: popIn .3s var(--ease, cubic-bezier(.22,1,.36,1)); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes popIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.modal__close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 1.7rem; cursor: pointer; color: var(--muted); line-height: 1; }
.modal__close:hover { color: var(--ink); }
.modal h3 { font-family: var(--display); font-size: 1.9rem; margin-bottom: 0.3rem; }
.modal .sub { color: var(--ink-soft); margin-bottom: 1.4rem; }
.gift-pick { display: grid; gap: 0.55rem; margin-bottom: 1.2rem; }
.gift-pick label { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0.9rem; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; transition: border-color .2s ease, background .2s ease; font-size: 0.95rem; }
.gift-pick label:hover { border-color: var(--ink); }
.gift-pick input:checked + span { font-weight: 600; }
.gift-pick .p { margin-left: auto; color: var(--muted); }
.modal__msg { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 0.8rem; font-family: var(--sans); font-size: 0.95rem; margin-bottom: 1rem; resize: vertical; }
.modal__msg:focus { outline: none; border-color: var(--accent); }
.modal__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.modal__total { font-family: var(--display); font-size: 1.4rem; }
.gift-hint { font-size: 0.8rem; color: var(--muted); margin-top: 0.9rem; }
.gift-hint.err { color: #b4471f; }

/* mobilna kompakcija navigacije (znamka + jeziki + košarica naj gredo v vrstico) */
@media (max-width: 520px) {
  .nav .wrap { padding-left: 16px; padding-right: 16px; }
  .nav__right { gap: 0.6rem; }
  .brand { font-size: 1.4rem; }
  .lang-switch { padding: 2px; }
  .lang-switch button { padding: 4px 6px; letter-spacing: 0.05em; }
  .nav__cart { font-size: 0.72rem; letter-spacing: 0.06em; }
}

/* ============================================================
   RAZSIRJEN FOOTER (pravne povezave)
   ============================================================ */
.foot__cols { gap: 2.6rem; }
.foot__demo-note { margin-top: 1.4rem; font-size: 0.72rem; color: var(--muted); max-width: 60ch; line-height: 1.5; }
.foot__withdraw { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.4rem; font-size: 0.78rem; font-weight: 600; color: var(--ink); border: 1px solid var(--line-strong); border-radius: 999px; padding: 0.45rem 0.95rem; transition: border-color .2s ease, color .2s ease; }
.foot__withdraw:hover { border-color: var(--accent); color: var(--accent); }
.foot__withdraw svg { width: 14px; height: 14px; }
.foot__legal { flex-wrap: wrap; }

/* ============================================================
   PRAVNE / VSEBINSKE STRANI (o-nas, pogoji, odstop ...)
   ============================================================ */
.legal { padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 8vw, 96px); }
.legal__head { max-width: 70ch; margin-bottom: clamp(2rem, 4vw, 3rem); padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
.legal__head h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 0.6rem 0 0.8rem; }
.legal__head p { color: var(--ink-soft); font-size: 1.05rem; }
.demo-note { display: flex; align-items: flex-start; gap: 0.6rem; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--radius); padding: 0.85rem 1.1rem; font-size: 0.86rem; color: var(--ink-soft); line-height: 1.5; margin: 1.4rem 0; }
.demo-note svg { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: 2px; }
.demo-note b { color: var(--ink); }
.legal__body { display: grid; grid-template-columns: 220px 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.legal__toc { position: sticky; top: 100px; font-size: 0.86rem; }
.legal__toc .lbl { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 0.8rem; }
.legal__toc a { display: block; padding: 0.32rem 0; color: var(--ink-soft); border-left: 2px solid var(--line); padding-left: 0.9rem; transition: color .2s ease, border-color .2s ease; }
.legal__toc a:hover { color: var(--ink); border-color: var(--accent); }
.legal__content { max-width: 72ch; }
.legal__content h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 2.4rem 0 0.9rem; scroll-margin-top: 100px; }
.legal__content h2:first-child { margin-top: 0; }
.legal__content h3 { font-family: var(--display); font-size: 1.2rem; margin: 1.6rem 0 0.6rem; }
.legal__content p { color: var(--ink-soft); margin-bottom: 1rem; }
.legal__content ul, .legal__content ol { color: var(--ink-soft); margin: 0 0 1.1rem 1.2rem; }
.legal__content li { margin-bottom: 0.45rem; }
.legal__content a { color: var(--accent); font-weight: 600; }
.legal__content a:hover { text-decoration: underline; }
.legal__content strong { color: var(--ink); }
.data-table { width: 100%; border-collapse: collapse; margin: 0.6rem 0 1.4rem; font-size: 0.92rem; }
.data-table th, .data-table td { text-align: left; padding: 0.7rem 0.9rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table th { width: 42%; color: var(--ink); font-weight: 600; background: var(--surface); }
.callout { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.3rem; margin: 1.2rem 0; }
.callout--warn { border-left: 3px solid var(--ember); }
.callout h3 { margin-top: 0; }

/* obrazec za odstop */
.withdraw-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.2rem); margin: 1.6rem 0; }
.withdraw-form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; }
.field label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); }
.field input, .field textarea, .field select { font-family: var(--sans); font-size: 0.95rem; padding: 0.7rem 0.85rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); }
.field--full { grid-column: 1 / -1; }
.form-status { font-size: 0.88rem; font-weight: 600; color: var(--accent); min-height: 1.2rem; margin-top: 0.6rem; }

/* soglasje (consent checkbox) */
.consent { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.82rem; color: var(--ink-soft); line-height: 1.45; margin: 0.4rem 0 1rem; }
.consent input { margin-top: 0.2rem; width: 16px; height: 16px; accent-color: var(--accent); flex: none; }
.consent a { color: var(--accent); font-weight: 600; }
.newsletter .consent { color: rgba(255,255,255,.78); justify-content: center; max-width: 42ch; margin: 0.2rem auto 1rem; text-align: left; }
.newsletter .consent a { color: var(--accent-soft); }

/* racun / odstop demo (mock user area) */
.account { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2rem); margin: 1.6rem 0; }
.account__order { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.account__order:last-child { border-bottom: 0; }
.account__order .meta b { font-family: var(--display); font-size: 1.05rem; }
.account__order .meta span { display: block; font-size: 0.82rem; color: var(--muted); }

@media (max-width: 760px) {
  .legal__body { grid-template-columns: 1fr; }
  .legal__toc { position: static; display: none; }
  .withdraw-form .grid2 { grid-template-columns: 1fr; }
}

/* ============================================================
   PISKOTKI — privolitveni trak (cookie consent)
   ============================================================ */
.cookie { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%) translateY(140%); width: min(720px, calc(100vw - 28px)); background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 30px 70px -30px rgba(33,26,18,.55); padding: clamp(1.2rem, 3vw, 1.6rem); z-index: 500; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.cookie.show { transform: translateX(-50%) translateY(0); }
.cookie h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.cookie p { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.55; margin-bottom: 1rem; }
.cookie p a { color: var(--accent); font-weight: 600; }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie__actions .btn { padding: 0.8rem 1.5rem; font-size: 0.72rem; }
.cookie__actions .ghost { background: none; border: 1px solid var(--line-strong); color: var(--ink); }
.cookie__actions .ghost:hover { background: var(--surface); border-color: var(--ink); color: var(--ink); box-shadow: none; }
.cookie__prefs { margin: 0.4rem 0 1rem; display: none; }
.cookie__prefs.show { display: block; }
.cookie__pref { display: flex; align-items: flex-start; gap: 0.7rem; padding: 0.7rem 0; border-top: 1px solid var(--line); }
.cookie__pref input { margin-top: 0.25rem; width: 16px; height: 16px; accent-color: var(--accent); }
.cookie__pref input:disabled { opacity: 0.6; }
.cookie__pref .t { font-weight: 600; font-size: 0.9rem; }
.cookie__pref .d { font-size: 0.8rem; color: var(--muted); }
@media (max-width: 480px) {
  .cookie__actions { flex-direction: column; }
  .cookie__actions .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   BUTIČNA OBOGATITEV (liscek.js) — animacije in mikro-interakcije
   Vse je dodatek nad že vidno vsebino. Pri prefers-reduced-motion
   se animacije in transformacije izklopijo (gl. blok na koncu).
   ============================================================ */

/* ---------- promo trak (obvestilo nad navigacijo) ---------- */
.promo {
  position: relative; z-index: 70;
  background: linear-gradient(100deg, var(--ember), var(--accent) 55%, var(--accent-soft));
  color: #fff;
  font-size: 0.78rem; letter-spacing: 0.05em;
  overflow: hidden;
  max-height: 60px;
  transition: max-height .36s cubic-bezier(.22,1,.36,1), opacity .36s ease;
}
.promo--out { max-height: 0; opacity: 0; }
.promo__inner { max-width: 1200px; margin: 0 auto; padding: 0 44px 0 32px; height: 40px; display: flex; align-items: center; gap: 0.7rem; position: relative; }
.promo__spark { width: 7px; height: 7px; border-radius: 50%; background: #fff; flex: none; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: promoSpark 2.4s ease-in-out infinite; }
@keyframes promoSpark { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); opacity: .9; } 50% { box-shadow: 0 0 0 5px rgba(255,255,255,0); opacity: 1; } }
.promo__viewport { flex: 1; overflow: hidden; }
.promo__track { white-space: nowrap; }
.promo__track--in { animation: promoIn .55s cubic-bezier(.22,1,.36,1) both; }
@keyframes promoIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.promo__msg { display: inline-block; font-weight: 500; }
.promo__close { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.16); border: none; color: #fff; width: 26px; height: 26px; border-radius: 50%; font-size: 1.1rem; line-height: 1; cursor: pointer; display: grid; place-content: center; transition: background .2s ease; }
.promo__close:hover { background: rgba(255,255,255,.3); }
@media (max-width: 520px) { .promo { font-size: 0.7rem; } .promo__inner { padding: 0 40px 0 16px; } }

/* ---------- hero: topel sij/utripanje + razkrije naslova ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero__bg .hero__ember { animation: emberFlicker 6.5s ease-in-out infinite; }
}
@keyframes emberFlicker {
  0%,100% { opacity: .78; }
  25% { opacity: .98; }
  50% { opacity: .68; }
  72% { opacity: .92; }
}

/* naslov v vrsticah: vsaka se razkrije izpod maske */
.hero h1 .hl__line { display: inline-block; overflow: hidden; vertical-align: top; }
@media (prefers-reduced-motion: no-preference) {
  .hero h1 .hl__inner { display: inline-block; transform: translateY(115%); opacity: 0; transition: transform .9s cubic-bezier(.16,1,.3,1), opacity .9s ease; }
  .hero h1.hl--in .hl__inner { transform: none; opacity: 1; }
}

/* parallax cilji */
[data-liscek-parallax] { overflow: hidden; }
[data-liscek-parallax] img { will-change: transform; }

/* ---------- značka košarice: utrip ob dodajanju ---------- */
.nav__cart .count { transition: transform .2s ease; will-change: transform; }
.count--bump { animation: badgeBump .5s cubic-bezier(.34,1.56,.64,1); }
@keyframes badgeBump { 0% { transform: scale(1); } 35% { transform: scale(1.45); } 70% { transform: scale(.92); } 100% { transform: scale(1); } }

/* ---------- leteča sličica v košarico ---------- */
.fly2cart {
  position: fixed; z-index: 600; border-radius: 50%; object-fit: cover; pointer-events: none;
  box-shadow: 0 14px 30px -10px rgba(64,41,17,.55);
  opacity: 1;
  transition: transform .82s cubic-bezier(.5,0,.4,1), opacity .82s ease;
  will-change: transform, opacity;
}

/* ---------- magnetni gumbi ---------- */
.btn { will-change: transform; }

/* ---------- produktna kartica: prefinjeni hover (quick-add + dvig dišave) ---------- */
@media (hover: hover) and (pointer: fine) {
  .product__info { transition: transform .35s cubic-bezier(.22,1,.36,1); }
  .product:hover .product__info { transform: translateY(-2px); }
  .product__media::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(to top, rgba(33,26,18,.28), transparent 42%);
    opacity: 0; transition: opacity .35s ease;
  }
  .product:hover .product__media::after { opacity: 1; }
  .product__add { transition: opacity .3s ease, transform .35s cubic-bezier(.22,1,.36,1); }
}

/* ---------- PDP: cross-fade glavne slike + 3D nagib ---------- */
.pdp__main { will-change: transform; transition: transform .25s ease; backface-visibility: hidden; }
@media (prefers-reduced-motion: no-preference) {
  .pdp__main--fade { animation: pdpFade .5s ease; }
}
@keyframes pdpFade { from { opacity: .25; transform: scale(1.015); } to { opacity: 1; transform: none; } }
.pdp__thumbs button { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
@media (hover: hover) and (pointer: fine) {
  .pdp__thumbs button:hover { transform: translateY(-2px); }
}

/* ---------- PDP: lepljiv nakupni trak ob drsenju ---------- */
.pdp-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 320;
  background: rgba(251,248,243,.96); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -14px 34px -22px rgba(33,26,18,.4);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.7rem max(16px, env(safe-area-inset-left)) calc(0.7rem + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  transform: translateY(110%); opacity: 0; pointer-events: none;
  transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .4s ease;
}
.pdp-sticky--show { transform: none; opacity: 1; pointer-events: auto; }
.pdp-sticky__info { display: flex; flex-direction: column; min-width: 0; }
.pdp-sticky__name { font-family: var(--display); font-size: 1.05rem; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pdp-sticky__price { font-size: 0.85rem; color: var(--ink-soft); }
.pdp-sticky__btn { flex: none; padding: 0.85rem 1.6rem; }
@media (max-width: 420px) { .pdp-sticky__btn { padding: 0.85rem 1.1rem; font-size: 0.72rem; } }

/* ============================================================
   SIGNATURE 1 — ambientna sveča-aurora za trgovino
   Žive, počasi drseče tople svetlobe za razdelkom z izdelki.
   GPU-pospešeno (transform/opacity), za WP težko izvedljivo.
   ============================================================ */
.section--shop { position: relative; isolation: isolate; overflow: hidden; }
.aurora { position: absolute; inset: -10% -5%; z-index: -1; pointer-events: none; overflow: hidden; filter: blur(40px); opacity: .9; }
.aurora span {
  position: absolute; display: block; border-radius: 50%; mix-blend-mode: multiply;
  will-change: transform; opacity: .55;
}
.aurora span:nth-child(1) { width: 46vw; height: 46vw; left: -6%; top: 4%; background: radial-gradient(circle at 50% 50%, rgba(231,163,90,.42), transparent 64%); }
.aurora span:nth-child(2) { width: 40vw; height: 40vw; right: -8%; top: 22%; background: radial-gradient(circle at 50% 50%, rgba(194,114,46,.30), transparent 66%); }
.aurora span:nth-child(3) { width: 38vw; height: 38vw; left: 30%; bottom: -10%; background: radial-gradient(circle at 50% 50%, rgba(182,84,31,.22), transparent 68%); }
@media (prefers-reduced-motion: no-preference) {
  .aurora span:nth-child(1) { animation: auroraA 26s ease-in-out infinite; }
  .aurora span:nth-child(2) { animation: auroraB 32s ease-in-out infinite; }
  .aurora span:nth-child(3) { animation: auroraC 38s ease-in-out infinite; }
}
@keyframes auroraA { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(6%,4%,0) scale(1.12); } }
@keyframes auroraB { 0%,100% { transform: translate3d(0,0,0) scale(1.05); } 50% { transform: translate3d(-5%,6%,0) scale(.94); } }
@keyframes auroraC { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(4%,-5%,0) scale(1.1); } }
@media (prefers-reduced-motion: reduce) { .aurora { opacity: .6; } .aurora span { animation: none !important; } }

/* ============================================================
   SIGNATURE 2 — topel sij sledi kazalcu po produktnih karticah
   Kot bi sveti svečo nad polico. JS nastavi --gx/--gy v %.
   Le na napravah s kazalcem; ne moti dotika ali reduce.
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  .product__media { --gx: 50%; --gy: 50%; }
  .product__media .product__glow {
    position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0;
    transition: opacity .35s ease;
    background: radial-gradient(160px 160px at var(--gx) var(--gy), rgba(255,221,170,.45), rgba(231,163,90,.16) 40%, transparent 70%);
    mix-blend-mode: screen;
  }
  .product:hover .product__media .product__glow { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .product__media .product__glow { display: none; } }

/* wrap promo brez vodoravnega drsenja */
body.has-promo, html:has(body.has-promo) { overflow-x: clip; }

/* ---------- spoštuj prefers-reduced-motion (dvojno zavarovanje) ---------- */
@media (prefers-reduced-motion: reduce) {
  .promo__spark, .hero__ember, .promo__track--in, .count--bump, .pdp__main--fade { animation: none !important; }
  .fly2cart { display: none !important; }
  .hero h1 .hl__inner { transform: none !important; opacity: 1 !important; }
  .pdp-sticky { transition: opacity .2s ease; }
  [data-liscek-parallax] img, .hero__video, .hero__copy, .hero__bg .hero__ember { transform: none !important; opacity: 1 !important; }
}

/* ============================================================
   View Transitions (MPA) — gladka, prefinjena navigacija med
   stranmi. Brskalniki brez podpore: navadna navigacija (fallback).
   Skupni elementi dobijo view-transition-name in se "morfajo"
   med stranmi (glava, košarica značka, slika izdelka).
   ============================================================ */
@view-transition { navigation: auto; }

/* trajni elementi — naj se ne "prerišejo", ampak nosijo skozi */
.nav { view-transition-name: liscek-nav; }
.foot { view-transition-name: liscek-foot; }
.concept-flag { view-transition-name: liscek-flag; }
.nav__cart { view-transition-name: liscek-cart; }

/* privzeti, nežen cross-fade za koren dokumenta */
::view-transition-old(root) { animation: vtFadeOut .28s ease both; }
::view-transition-new(root) { animation: vtFadeIn .34s ease both; }
@keyframes vtFadeOut { to { opacity: 0; transform: translateY(-6px); } }
@keyframes vtFadeIn { from { opacity: 0; transform: translateY(8px); } }

/* trajni elementi naj le mehko sledijo, brez utripanja */
::view-transition-group(liscek-nav),
::view-transition-group(liscek-foot),
::view-transition-group(liscek-flag),
::view-transition-group(liscek-cart) { animation-duration: .3s; }

/* deljena slika izdelka: kartica -> PDP -> košarica (morph) */
.product__media img,
.pdp__main,
.cart__thumb { view-transition-name: var(--vt, none); }

/* spoštuj reduce: VT prehodi naj bodo praktično takojšnji */
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none !important; }
}
