/* ============================================================
   PANACEO Dynamic — webshop  ·  dizajn sustav v2 (editorial)
   ============================================================ */
:root {
  --paper: #f7f9f7;
  --cream: #ecf1ed;
  --surface: #ffffff;
  --ink: #0c2a2e;
  --ink-soft: #456560;
  --pine: #0f4a47;
  --pine-deep: #083a38;
  --sage: #8fc4be;
  --mint: #dcefed;
  --red: #c41e2a;
  --gold: #9a7340;
  --line: #dde6e2;
  --r-lg: 28px;
  --r-md: 18px;
  --r-sm: 12px;
  --shadow: 0 12px 44px rgba(12, 42, 46, .09);
  --shadow-lift: 0 28px 70px rgba(12, 42, 46, .16);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --topbar-h: 38px;
  --header-h: 74px;
  --admin-bar-h: 0px;
  --store-notice-h: 0px;
  --chrome-h: calc(var(--topbar-h) + var(--header-h) + var(--store-notice-h));
  --nav-burger-bp: 1500px;
  --container-max: 1472px; /* bilo 1280px (+15%) */
  --z-topbar: 10050;
  --z-header: 10040;
  --z-nav: 10045;
}
body.admin-bar { --admin-bar-h: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar { --admin-bar-h: 46px; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--admin-bar-h) + var(--chrome-h) + 16px); }
body {
  font-family: var(--font-body); background: var(--paper); color: var(--ink);
  font-size: 17px;
  line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; }
.container { width: min(var(--container-max), calc(100% - 48px)); margin-inline: auto; }
::selection { background: var(--pine); color: #fff; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -.015em; }
.display { font-size: clamp(2.8rem, 6.2vw, 5.2rem); font-weight: 560; }
.h2 { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 560; }
.h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.serif-i { font-style: italic; font-weight: 480; color: var(--pine); }
.lead { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: var(--ink-soft); max-width: 58ch; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--pine);
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--red); }

/* ---------- gumbi ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: .95rem; line-height: 1; padding: 17px 30px; border-radius: 999px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s, color .25s;
  overflow: hidden;
}
.btn svg { transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-dark { background: var(--ink); color: var(--paper); box-shadow: 0 10px 28px rgba(12, 42, 46, .28); }
.btn-dark:hover { transform: translateY(-3px); background: var(--pine-deep); box-shadow: 0 18px 40px rgba(12, 42, 46, .32); }
.btn-pine { background: var(--pine); color: #fff; box-shadow: 0 10px 28px rgba(15, 74, 71, .3); }
.btn-pine:hover { transform: translateY(-3px); background: var(--pine-deep); }
.btn-line { box-shadow: inset 0 0 0 1.5px var(--line); color: var(--ink); background: var(--surface); }
.btn-line:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1.5px var(--pine); color: var(--pine); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { transform: translateY(-3px); background: #fff; }

/* ============================================================
   TOPBAR + HEADER
   ============================================================ */
.woocommerce-store-notice,
p.demo_store {
  position: fixed;
  top: calc(var(--admin-bar-h) + var(--topbar-h) + var(--header-h));
  left: 0;
  right: 0;
  /* Ispod headera (100) i dropdowna — ne smije prekriti izbornik */
  z-index: 80;
  margin: 0;
  padding: 12px 80px 12px 20px;
  background: #f8e4e6;
  color: #8a2430;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .01em;
  border-bottom: 1px solid #efc6cb;
  pointer-events: auto;
}
.woocommerce-store-notice a,
p.demo_store a {
  color: #8a2430;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 750;
}
.woocommerce-store-notice__dismiss-link {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  text-decoration: none !important;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.topbar {
  position: fixed; inset: var(--admin-bar-h) 0 auto 0; z-index: var(--z-topbar);
  min-height: var(--topbar-h); height: auto;
  background: var(--pine-deep); color: #d0ece8;
  display: flex; align-items: center; justify-content: center;
  padding: 7px 16px;
  font-size: 14px; font-weight: 600; letter-spacing: .04em;
}
.topbar-msg {
  margin: 0;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0 6px;
  line-height: 1.35;
  text-align: center;
  max-width: 100%;
}
.topbar-line { display: inline; }
.topbar strong { color: #fff; margin-inline: 0; white-space: nowrap; }
@media (min-width: 901px) {
  .topbar-line + .topbar-line::before {
    content: '·';
    margin-inline: 6px;
    opacity: .75;
  }
}

.site-header {
  position: fixed; inset: calc(var(--admin-bar-h) + var(--topbar-h)) 0 auto 0; z-index: var(--z-header); height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(250, 248, 242, .85); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, transform .45s var(--ease), background .3s;
  /* visible: PMA Zeolit dropdown mora izlaziti ispod headera (overflow:hidden ga je rezalo) */
  overflow: visible;
}
.site-header.scrolled { border-color: var(--line); }
/* Ne sakrivaj header na scroll — inače nastaje rupa ispod topbara kroz koju prolazi sadržaj. */
.site-header.hidden { transform: none; }

.header-inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 48px);
}
.logo { flex-shrink: 0; }
.logo img { height: 21px; width: auto; }

.main-nav {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 2px;
  margin-inline: 0; min-width: 0;
}
@media (min-width: 1501px) {
  .main-nav { flex-wrap: nowrap; }
}
.main-nav a {
  position: relative; padding: 10px clamp(8px, 1vw, 13px);
  font-size: clamp(.92rem, 1.05vw, 1rem); font-weight: 650; color: var(--ink-soft);
  transition: color .25s; white-space: nowrap;
}
.main-nav a::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-home-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 10px 10px 6px; flex-shrink: 0;
  color: var(--ink-soft);
  transition: color .25s;
}
.nav-home-btn svg { display: block; width: 20px; height: 20px; }
.nav-home-btn::after { display: none; }
.nav-home-btn:hover, .nav-home-btn.active { color: var(--ink); }

/* PMA zeolit — padajući podizbornik */
.nav-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  z-index: 1;
}
.nav-item-has-children:hover,
.nav-item-has-children:focus-within,
.nav-item-has-children.is-open {
  z-index: 130;
}
.nav-item-has-children > .nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 10px clamp(8px, 1vw, 13px);
  font-size: clamp(.92rem, 1.05vw, 1rem);
  font-weight: 650;
  color: var(--ink-soft);
  transition: color .25s;
  white-space: nowrap;
  line-height: 1.2;
}
.nav-chevron {
  flex: none;
  margin-top: 1px;
  opacity: .62;
  transition: opacity .25s, transform .25s var(--ease);
}
.nav-item-has-children:hover .nav-chevron,
.nav-item-has-children.active .nav-chevron,
.nav-item-has-children:focus-within .nav-chevron { opacity: 1; }
.nav-item-has-children > .nav-parent::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav-item-has-children:hover > .nav-parent,
.nav-item-has-children.active > .nav-parent,
.nav-item-has-children:focus-within > .nav-parent { color: var(--ink); }
.nav-item-has-children:hover > .nav-parent::after,
.nav-item-has-children.active > .nav-parent::after,
.nav-item-has-children:focus-within > .nav-parent::after { transform: scaleX(1); }
.nav-submenu {
  list-style: none; margin: 0; padding: 8px;
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
  z-index: 120;
}
.nav-item-has-children:hover .nav-submenu,
.nav-item-has-children:focus-within .nav-submenu,
.nav-item-has-children.is-open .nav-submenu {
  opacity: 1; visibility: visible; transform: none;
}
.nav-submenu a {
  display: block; padding: 10px 14px; border-radius: 10px;
  font-size: .84rem; font-weight: 650; color: var(--ink-soft); white-space: nowrap;
}
.nav-submenu a::after { display: none !important; }
.nav-submenu a:hover, .nav-submenu a.active { color: var(--ink); background: var(--mint); }

.main-nav-end {
  display: inline-flex; align-items: center; gap: 10px;
  margin-left: clamp(10px, 1.5vw, 24px); padding-left: clamp(10px, 1.5vw, 24px);
}
.main-nav .nav-shop-btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 21px; border-radius: 999px; background: var(--ink); color: #fff;
  font-weight: 700; font-size: .85rem;
  transition: transform .3s var(--ease), background .25s; white-space: nowrap;
}
.main-nav .nav-shop-btn::after { display: none; }
.main-nav .nav-shop-btn:hover, .main-nav .nav-shop-btn.active {
  color: #fff; transform: translateY(-2px); background: var(--pine);
}
.main-nav .nav-contact-btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 21px; border-radius: 999px; background: transparent; color: var(--ink);
  border: 1.5px solid var(--line); font-weight: 700; font-size: .85rem; font-family: inherit;
  cursor: pointer; transition: transform .3s var(--ease), background .25s, border-color .25s, color .25s;
  white-space: nowrap;
}
.main-nav .nav-contact-btn::after { display: none; }
.main-nav .nav-contact-btn:hover {
  color: var(--pine); border-color: var(--pine); background: var(--mint); transform: translateY(-2px);
}

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.account-btn {
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line);
  background: var(--surface); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .25s var(--ease); flex-shrink: 0;
}
.account-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-2px); }
.cart-btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 21px; border-radius: 999px; background: var(--ink); color: #fff;
  font-weight: 700; font-size: .85rem; transition: transform .3s var(--ease), background .25s;
}
.cart-btn:hover { transform: translateY(-2px); background: var(--pine); }
.cart-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; padding: 0 6px; background: var(--red);
  border-radius: 999px; font-size: .7rem; font-weight: 800;
}
.cart-count.bump { animation: bump .5s var(--ease); }
@keyframes bump { 40% { transform: scale(1.5); } }

.burger { display: none; flex-direction: column; gap: 5px; padding: 12px; }
.burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

main { padding-top: var(--chrome-h); }

/* ============================================================
   HERO (naslovnica)
   ============================================================ */
.hero { position: relative; padding: clamp(40px, 6vw, 84px) 0 0; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(30px, 5vw, 70px); align-items: center; }

.hero-copy > * { opacity: 0; transform: translateY(30px); animation: rise .95s var(--ease) forwards; }
.hero-copy > *:nth-child(2) { animation-delay: .12s; }
.hero-copy > *:nth-child(3) { animation-delay: .24s; }
.hero-copy > *:nth-child(4) { animation-delay: .36s; }
.hero-copy > *:nth-child(5) { animation-delay: .48s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.hero h1 { margin: 20px 0 24px; }
.hero h1 .circled { position: relative; white-space: nowrap; display: inline-block; }
.hero h1 .circled svg {
  position: absolute; top: -16%; bottom: -12%; left: -5%; right: -5%;
  width: 110%; height: 128%; pointer-events: none;
}
.hero h1 .circled svg path {
  fill: none; stroke: var(--red); stroke-width: 3; vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-dasharray: 1500; stroke-dashoffset: 1500;
  animation: draw 1.4s ease-out 1.1s forwards;
}
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 46px; }
.meta-item { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; color: var(--ink-soft); }
.meta-item svg { color: var(--pine); flex: none; }

/* hero video */
.hero-media { position: relative; opacity: 0; animation: heroMedia 1.2s var(--ease) .3s forwards; }
@keyframes heroMedia { from { opacity: 0; transform: translateY(34px) scale(.97); } to { opacity: 1; transform: none; } }
.hero-video-mask {
  position: relative; border-radius: 38% 62% 54% 46% / 46% 42% 58% 54%;
  overflow: hidden; aspect-ratio: 16/12.2; box-shadow: var(--shadow-lift);
  animation: maskMorph 16s ease-in-out infinite alternate;
  background: var(--mint);
}
@keyframes maskMorph {
  50% { border-radius: 54% 46% 40% 60% / 52% 56% 44% 48%; }
  100% { border-radius: 44% 56% 58% 42% / 42% 50% 50% 58%; }
}
.hero-video-mask video, .hero-video-mask img { width: 100%; height: 100%; object-fit: cover; }

/* benefiti uz hero sliku — najbliži na elipsi, fiksne pozicije prikaza */
.hero-benefits {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
}
.hero-benefit {
  position: absolute; display: flex; align-items: center; gap: 9px;
  background: rgba(255, 255, 255, .94); backdrop-filter: blur(8px);
  border-radius: 999px; padding: 9px 14px; font-size: 14px; font-weight: 750;
  box-shadow: var(--shadow); pointer-events: none; white-space: nowrap;
  left: 0; top: 0;
  opacity: 0.1;
  transform: translate(-50%, -50%) translateY(6px);
}
.hero-benefit.is-peek {
  opacity: 0.1;
  transform: translate(-50%, -50%) translateY(6px);
}
.hero-benefit.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
.hero-benefit.is-fade-in {
  opacity: 0.1;
  transform: translate(-50%, -50%) translateY(6px);
  animation: heroBenefitIn 800ms var(--ease) forwards;
}
.hero-benefit.is-fade-out {
  animation: heroBenefitOut 800ms var(--ease) forwards;
}
@keyframes heroBenefitIn {
  from { opacity: 0.1; transform: translate(-50%, -50%) translateY(6px); }
  to { opacity: 1; transform: translate(-50%, -50%) translateY(0); }
}
@keyframes heroBenefitOut {
  from { opacity: 1; transform: translate(-50%, -50%) translateY(0); }
  to { opacity: 0.1; transform: translate(-50%, -50%) translateY(6px); }
}
.hero-benefit .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pine); flex: none; }
.hero-benefit[data-accent="1"] .dot { background: var(--red); }
.hero-benefit[data-accent="2"] .dot { background: var(--gold); }

@media (max-width: 900px) {
  .hero-benefits { display: none !important; }
  .hero-benefit { font-size: 13px; padding: 6px 9px; gap: 6px; max-width: 42vw; }
  .hero-benefit .dot { width: 5px; height: 5px; }
  .hero-benefit-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

/* ---------- marquee ---------- */
.marquee {
  background: var(--ink); color: var(--cream); padding: 16px 0; overflow: hidden;
  margin-top: clamp(48px, 6vw, 84px);
}
.marquee-track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  display: inline-flex; align-items: center; gap: 28px; padding-inline: 14px;
  font-family: var(--font-display); font-style: italic; font-size: .95rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
}
.marquee-track span::after { content: "✺"; color: var(--sage); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   SEKCIJE / REVEAL
   ============================================================ */
section { padding: clamp(64px, 9vw, 110px) 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: clamp(36px, 5vw, 60px); flex-wrap: wrap; }
.section-head h2 { margin-top: 16px; max-width: 24ch; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; font-size: .92rem; color: var(--pine); }
.link-arrow svg { transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }

/* ---------- USP traka ---------- */
.usp-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.usp {
  display: flex; gap: 14px; align-items: flex-start; padding: 22px;
  background: var(--surface); border-radius: var(--r-md); border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.usp:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.usp .ico { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--mint); color: var(--pine); display: flex; align-items: center; justify-content: center; }
.usp h4 { font-family: var(--font-body); font-size: 1.08rem; font-weight: 800; }
.usp p { font-size: 1rem; color: var(--ink-soft); line-height: 1.55; margin-top: 4px; }

/* ---------- Zašto Panaceo ---------- */
.why-panaceo {
  padding: clamp(48px, 7vw, 88px) 0;
  background: var(--cream);
}
.why-panaceo-head {
  justify-content: center;
  margin-bottom: clamp(28px, 4vw, 44px);
  text-align: center;
}
.why-panaceo-head .eyebrow { justify-content: center; }
.why-panaceo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.why-panaceo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(24px, 3vw, 32px) clamp(18px, 2.5vw, 24px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.why-panaceo-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.why-panaceo-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--mint);
  color: var(--pine);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.why-panaceo-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.2;
}
.why-panaceo-card p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 28ch;
}

/* ---------- Vodič po situaciji (naslovnica) ---------- */
.situation-guide-section {
  padding: clamp(40px, 6vw, 72px) 0 clamp(20px, 3vw, 36px);
}
.situation-guide-head {
  margin-bottom: clamp(24px, 4vw, 36px);
}
.situation-guide-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 4px 24px rgba(12, 42, 46, .06);
  overflow: hidden;
}
.situation-guide-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  align-items: stretch;
}
.situation-guide-tabs button {
  width: 100%;
  text-align: left;
}
.situation-guide-panel {
  padding: clamp(24px, 4vw, 40px);
  min-width: 0;
  background: var(--paper);
  border-left: 1px solid var(--line);
}
.situation-guide-panel-inner { max-width: 720px; }
.situation-guide-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pine);
  margin-bottom: 10px;
}
.situation-guide-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.15;
}
.situation-guide-tagline {
  font-size: .95rem;
  color: var(--ink-soft);
  font-style: italic;
  margin-bottom: 22px;
}
.situation-guide-soon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 18px;
}
.situation-guide-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.situation-guide-col h4 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.situation-guide-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.situation-guide-col li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.situation-guide-col li svg { flex: none; margin-top: 2px; }
.situation-guide-col--problem li svg { color: var(--red); }
.situation-guide-col--effect li svg { color: var(--pine); }
.situation-guide-product {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  margin-bottom: 12px;
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}
.situation-guide-product:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.situation-guide-product img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: none;
}
.situation-guide-product-meta { flex: 1; min-width: 0; }
.situation-guide-product-meta strong {
  display: block;
  font-size: .95rem;
  color: var(--ink);
  margin-bottom: 4px;
}
.situation-guide-product-meta span {
  font-size: 15px;
  color: var(--ink-soft);
}
.situation-guide-product-price {
  font-weight: 800;
  color: var(--pine);
  font-size: .95rem;
  white-space: nowrap;
}
.situation-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.situation-guide-picker-wrap { display: none; }

/* ============================================================
   PROIZVODI — kartice
   ============================================================ */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border-radius: var(--r-md); padding: 16px;
  border: 1px solid var(--line);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), opacity .4s, border-color .3s;
}
.product-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-lift); border-color: transparent; }
.product-card.hide-card { opacity: 0; transform: scale(.9); position: absolute; visibility: hidden; pointer-events: none; }

.pc-imgwrap {
  position: relative; border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 1;
  background: radial-gradient(circle at 50% 52%, #fff 0%, var(--mint) 100%);
  margin-bottom: 18px;
}
.pc-imgwrap > a:not(.pc-quick) {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
}
.pc-imgwrap img {
  width: auto; height: auto;
  max-width: 68%; max-height: 68%;
  object-fit: contain; object-position: center;
  transform: translateY(14px);
  filter: drop-shadow(0 16px 20px rgba(12, 42, 46, .16));
  transition: transform .7s var(--ease);
}
.product-card:hover .pc-imgwrap img { transform: translateY(14px) scale(1.08) rotate(-2deg); }

/* Naslovnica — izdvojeni proizvodi: bez badgea */
#featuredGrid .pc-badge,
.home-products-track .pc-badge { display: none; }
#featuredGrid .pc-quick { z-index: 3; }

/* Naslovnica — carousel proizvoda po linijama */
.section-head-actions {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.home-products-nav { flex-shrink: 0; }
.home-products-carousel { position: relative; }
.home-products-viewport {
  overflow-x: auto; overflow-y: visible;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 8px;
}
.home-products-viewport::-webkit-scrollbar { display: none; }
.home-products-track {
  display: flex; gap: 22px; align-items: stretch;
}
.home-products-track .product-card {
  flex: 0 0 calc((100% - 66px) / 4);
  min-width: 0; scroll-snap-align: start;
}

.pc-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(255, 255, 255, .92); color: var(--pine-deep); padding: 7px 12px; border-radius: 999px;
  max-width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-badge.bestseller { background: var(--red); color: #fff; }

/* Mobitel: badge preko slike zaklanja proizvod — sakrij na karticama. */
@media (max-width: 900px) {
  .product-card .pc-badge {
    display: none;
  }
}

.pc-quick {
  position: absolute; right: 12px; bottom: 12px; z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(12px); transition: all .4s var(--ease);
  box-shadow: 0 12px 26px rgba(12, 42, 46, .32);
}
.product-card:hover .pc-quick { opacity: 1; transform: none; }
.pc-quick:hover { background: var(--pine); scale: 1.1; }

.pc-name { font-family: var(--font-display); font-size: 1.18rem; font-weight: 600; letter-spacing: -.01em; }
.pc-tagline { font-size: 15px; color: var(--ink-soft); margin-top: 6px; flex: 1; line-height: 1.5; }
.pc-foot {
  display: flex; flex-direction: column; align-items: stretch;
  gap: 10px; margin-top: 16px; width: 100%;
}
.pc-foot-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.pc-details-text { font-size: 14px; font-weight: 750; color: var(--pine); }
.pc-foot-go {
  width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line);
  background: #fff; color: var(--pine); line-height: 0; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; transition: all .25s var(--ease);
}
.pc-foot-go svg { display: block; }
.pc-foot-go:hover { background: var(--pine); color: #fff; border-color: var(--pine); }
.pc-price { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; white-space: nowrap; }
.pc-price .from { font-family: var(--font-body); font-size: 12px; font-weight: 600; color: var(--ink-soft); margin-right: 4px; }
.pc-cat { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); }

.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-pill {
  padding: 12px 24px; border-radius: 999px; font-size: .86rem; font-weight: 750;
  color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line);
  transition: all .3s var(--ease);
}
.filter-pill:hover { color: var(--pine); border-color: var(--pine); }
.filter-pill.active { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ============================================================
   LINIJE — banner kartice
   ============================================================ */
.lines-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.line-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/4.7;
  display: flex; align-items: flex-end; background: var(--ink);
}
.line-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .94; transition: transform 1.2s var(--ease); }
.line-card:hover img { transform: scale(1.08); }
.line-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 39, 33, .88), rgba(11, 39, 33, 0) 60%); }
.line-body { position: relative; z-index: 2; color: #fff; padding: 30px; width: 100%; }
.line-body .count { font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .82; }
.line-body h3 { font-size: 1.7rem; margin-top: 8px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.line-body .arrow {
  flex: none; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(6px); display: inline-flex; align-items: center; justify-content: center;
  transition: background .3s, transform .45s var(--ease);
}
.line-card:hover .arrow { background: var(--red); transform: rotate(-45deg); }

/* ============================================================
   STORY / SPLIT
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.split-media { position: relative; }
.split-media .main-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lift); aspect-ratio: 4/4.5; }
.split-media .main-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); will-change: transform; }
.float-note {
  position: absolute; right: -24px; bottom: 36px; max-width: 250px;
  background: var(--surface); border-radius: var(--r-md); box-shadow: var(--shadow-lift); padding: 20px 24px;
}
.float-note strong { font-family: var(--font-display); font-size: 1.5rem; color: var(--pine); display: block; }
.float-note span { font-size: 15px; color: var(--ink-soft); }
.float-circle {
  position: absolute; left: -30px; top: -28px; width: 150px; aspect-ratio: 1; border-radius: 50%;
  overflow: hidden; border: 6px solid var(--paper); box-shadow: var(--shadow); rotate: -7deg;
}
.float-circle img { width: 100%; height: 100%; object-fit: cover; }

.check-list { margin-top: 28px; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.05rem; color: var(--ink-soft); line-height: 1.55; }
.check-list li svg { flex: none; margin-top: 4px; color: var(--pine); }
.check-list li strong { color: var(--ink); }

/* ---------- stats ---------- */
.stats-band {
  background: var(--pine-deep); color: #fff; border-radius: var(--r-lg);
  padding: clamp(38px, 5vw, 68px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px;
  position: relative; overflow: hidden;
}
.stats-band::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(158, 201, 185, .25), transparent 70%); top: -220px; right: -140px;
}
.stat { position: relative; }
.stat .num { font-family: var(--font-display); font-size: clamp(2.4rem, 4.2vw, 3.8rem); font-weight: 600; }
.stat .num em { font-style: italic; color: var(--sage); }
.stat p { font-size: 1rem; color: rgba(255, 255, 255, .78); margin-top: 6px; }

/* ============================================================
   PRIMJENA — rail
   ============================================================ */
section.rail-section {
  position: relative;
  z-index: 4;
  overflow: visible;
}
.rail-wrap {
  position: relative;
  z-index: 10;
  overflow: visible;
  padding-bottom: 24px;
}
.rail-all-link {
  position: relative; z-index: 8;
  text-align: center; padding-bottom: 28px;
}
.rail-viewport {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: visible;
  padding: 6px 4px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.rail-viewport::-webkit-scrollbar { display: none; }
.rail-viewport.dragging { cursor: grabbing; scroll-snap-type: none; }
.rail {
  display: flex; gap: 16px; align-items: flex-start;
  overflow: visible;
  padding: 0;
  margin-bottom: 0;
  scroll-snap-type: inherit;
}
.rail.dragging { cursor: grabbing; }
.rail-card {
  flex: 0 0 290px; scroll-snap-align: start; user-select: none;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px;
  transition: box-shadow .45s var(--ease);
}
.rail-card:hover { box-shadow: var(--shadow); }
.rail-card .ico { width: 52px; height: 52px; border-radius: 50%; background: var(--mint); color: var(--pine); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.rail-card h4 { font-size: 1.16rem; margin-bottom: 8px; }
.rail-card h4 a { color: inherit; text-decoration: none; }
.rail-card h4 a:hover { color: var(--pine); }
.rail-card p { font-size: 1rem; color: var(--ink-soft); margin-bottom: 0; line-height: 1.55; }
.rail-card--expand { position: relative; z-index: 1; align-self: flex-start; }
.rail-card--expand:is(:hover, :focus-within, .is-open) { z-index: 12; box-shadow: var(--shadow); }
.rail-card-pop {
  position: static;
  max-height: 0; opacity: 0; overflow: hidden; margin: 0;
  pointer-events: none; visibility: hidden;
  background: var(--surface); border: none; border-radius: var(--r-sm);
  box-shadow: none;
  transition: max-height .5s var(--ease), opacity .3s var(--ease), visibility .3s, margin .3s, padding .3s;
}
.rail-card--expand:hover .rail-card-pop,
.rail-card--expand:focus-within .rail-card-pop,
.rail-card--expand.is-open .rail-card-pop {
  max-height: 1200px; opacity: 1; visibility: visible; pointer-events: auto;
  margin-top: 16px; padding: 12px 14px 14px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.rail-card-pop-label {
  font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--pine); margin: 0 0 10px;
}
.rail-card-pop-list {
  display: flex; flex-direction: column; gap: 8px;
  max-height: none; overflow: visible; padding-right: 0;
}
.rail-pop-item {
  display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center;
  padding: 8px; border-radius: 12px; background: var(--paper); border: 1px solid var(--line);
}
.rail-pop-thumb { display: block; border-radius: 8px; overflow: hidden; background: #fff; }
.rail-pop-thumb img { width: 48px; height: 48px; object-fit: contain; display: block; }
.rail-pop-name {
  display: block; font-size: 13px; font-weight: 750; line-height: 1.25;
  color: var(--ink); text-decoration: none;
}
.rail-pop-name:hover { color: var(--pine); }
.rail-pop-price { display: block; font-size: 12px; color: var(--ink-soft); margin-top: 2px; font-family: var(--font-display); font-weight: 700; }
.rail-pop-add {
  width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--line);
  background: #fff; color: var(--pine); line-height: 0;
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  text-decoration: none; transition: all .25s var(--ease); flex-shrink: 0;
}
.rail-pop-add svg { display: block; }
.rail-pop-add:hover { background: var(--pine); color: #fff; border-color: var(--pine); }
@media (hover: none) {
  .rail-card--expand:hover .rail-card-pop {
    max-height: 0; opacity: 0; visibility: hidden; pointer-events: none;
    margin-top: 0; padding: 0; border: none; box-shadow: none;
  }
  .rail-card--expand.is-open .rail-card-pop {
    max-height: 1200px; opacity: 1; visibility: visible; pointer-events: auto;
    margin-top: 16px; padding: 12px 14px 14px;
    border: 1px solid var(--line); box-shadow: var(--shadow);
  }
}
.rail-nav { display: flex; gap: 10px; }
.rail-nav button {
  width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center; transition: all .3s var(--ease);
}
.rail-nav button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ============================================================
   QUOTE / CITAT
   ============================================================ */
.quote-band { text-align: center; max-width: 860px; margin-inline: auto; }
.quote-band blockquote {
  font-family: var(--font-display); font-style: italic; font-weight: 480;
  font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.35; color: var(--pine-deep);
}
.quote-band cite { display: block; margin-top: 22px; font-style: normal; font-size: 1rem; font-weight: 750; color: var(--ink-soft); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 780px; margin-inline: auto; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); margin-bottom: 12px; overflow: hidden; transition: box-shadow .35s, border-color .3s; }
.faq-item[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 28px; font-weight: 750; font-size: .98rem; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--mint); color: var(--pine); display: flex; align-items: center; justify-content: center; transition: transform .4s var(--ease), background .3s, color .3s; }
.faq-item[open] summary .plus { transform: rotate(45deg); background: var(--ink); color: #fff; }
.faq-body { padding: 0 28px 26px; color: var(--ink-soft); font-size: .93rem; }

/* ============================================================
   CTA
   ============================================================ */
.cta-band {
  position: relative; border-radius: var(--r-lg); overflow: hidden; text-align: center;
  background: linear-gradient(125deg, var(--pine-deep), var(--pine) 65%, #14706c); color: #fff;
  padding: clamp(48px, 7vw, 96px) clamp(24px, 5vw, 60px);
}
.cta-band::before, .cta-band::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .06); }
.cta-band::before { width: 420px; height: 420px; top: -180px; left: -120px; }
.cta-band::after { width: 320px; height: 320px; bottom: -150px; right: -90px; }
.cta-band h2 { position: relative; max-width: 22ch; margin-inline: auto; }
.cta-band p { position: relative; margin: 18px auto 34px; max-width: 54ch; color: rgba(255, 255, 255, .85); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .76); margin-top: clamp(60px, 8vw, 100px); padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 42px; padding-bottom: 36px; }
.footer-grid h5 { color: #fff; font-family: var(--font-body); font-weight: 800; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.footer-grid a { display: block; font-size: .9rem; padding-block: 5px; transition: color .25s, transform .3s var(--ease); }
.footer-grid a:hover { color: var(--sage); transform: translateX(4px); }
.footer-brand img { height: 20px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: .87rem; margin-top: 18px; max-width: 36ch; line-height: 1.7; }
.footer-company {
  display: flex; flex-direction: column; gap: 2px;
  margin-top: 16px; font-size: .84rem; font-style: normal;
  line-height: 1.55; color: rgba(255, 255, 255, .78);
}
.footer-company strong { color: #fff; font-weight: 750; margin-bottom: 4px; }
.footer-iban { white-space: nowrap; }
.footer-contact a { white-space: nowrap; }
.footer-note { font-size: .76rem; color: rgba(255, 255, 255, .48); margin-top: 14px; line-height: 1.7; }
.footer-legal {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 14px;
  padding: 0 0 22px; font-size: .8rem; text-align: center;
}
.footer-legal a {
  display: inline; font-size: inherit; padding: 0; color: rgba(255, 255, 255, .68);
  transition: color .25s;
}
.footer-legal a:hover { color: var(--sage); transform: none; }
.footer-legal-sep { color: rgba(255, 255, 255, .28); user-select: none; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1); padding: 24px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: .78rem; color: rgba(255, 255, 255, .5);
}
.pay-row { display: flex; align-items: center; gap: 14px; }
.pay-row img { height: 22px; width: auto; background: #fff; border-radius: 5px; padding: 3px 7px; }

/* ============================================================
   DRAWER KOŠARICE + TOAST  (isto kao v1, prilagođene boje)
   ============================================================ */
.drawer-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(11, 39, 33, .5); opacity: 0; pointer-events: none; transition: opacity .4s; backdrop-filter: blur(3px); }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: auto; z-index: 201; width: min(450px, 100vw);
  height: var(--panaceo-wsc-vvh, 100svh); max-height: var(--panaceo-wsc-vvh, 100svh);
  background: var(--paper); transform: translateX(105%); transition: transform .5s var(--ease);
  display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(11, 39, 33, .25);
  overflow: hidden;
}
.cart-drawer.open { transform: none; }
.cd-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--line); flex: 0 0 auto; }
.cd-head h3 { font-size: 1.3rem; }
.cd-close { width: 38px; height: 38px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; transition: all .3s; }
.cd-close:hover { background: var(--ink); color: #fff; rotate: 90deg; }
.cd-ship { padding: 16px 28px 0; }
.cd-ship p { font-size: .78rem; color: var(--ink-soft); margin-bottom: 8px; }
.cd-ship p strong { color: var(--pine); }
.ship-bar { height: 6px; border-radius: 99px; background: var(--mint); overflow: hidden; }
.ship-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--pine), var(--sage)); border-radius: 99px; transition: width .6s var(--ease); }
.cd-items { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; padding: 20px 28px; }
.cd-empty { text-align: center; color: var(--ink-soft); padding: 60px 0; font-size: .92rem; }
.cd-empty svg { margin-inline: auto; margin-bottom: 16px; opacity: .3; }
.cd-item { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); animation: rise .5s var(--ease); }
.cd-item-img { flex: none; width: 74px; height: 74px; border-radius: var(--r-sm); background: var(--mint); display: flex; align-items: center; justify-content: center; }
.cd-item-img img { width: auto; height: auto; max-width: 78%; max-height: 78%; object-fit: contain; object-position: center; }
.cd-item-body { flex: 1; min-width: 0; }
.cd-item-body h4 { font-size: 1rem; }
.cd-item-body .variant { font-size: .76rem; color: var(--ink-soft); }
.cd-item-row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.qty-ctrl { display: inline-flex; align-items: center; gap: 2px; background: var(--cream); border-radius: 999px; padding: 3px; }
.qty-ctrl button { width: 27px; height: 27px; border-radius: 50%; font-weight: 800; display: flex; align-items: center; justify-content: center; transition: all .25s; font-size: .85rem; }
.qty-ctrl button:hover { background: var(--ink); color: #fff; }
.qty-ctrl span { min-width: 26px; text-align: center; font-size: .85rem; font-weight: 750; }
.cd-item-price { font-family: var(--font-display); font-weight: 700; font-size: .95rem; }
.cd-item-remove { font-size: .72rem; color: var(--ink-soft); margin-top: 4px; transition: color .25s; }
.cd-item-remove:hover { color: var(--red); }
.cd-foot { flex: 0 0 auto; padding: 22px 28px calc(28px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); }
@media (max-width: 900px) {
  .cd-foot { padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px) + 48px); }
}
.cd-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.cd-total span { color: var(--ink-soft); font-size: .9rem; }
.cd-total strong { font-family: var(--font-display); font-size: 1.6rem; }
.cd-foot .btn { width: 100%; }
.cd-note { text-align: center; font-size: .72rem; color: var(--ink-soft); margin-top: 12px; }

.toast {
  position: fixed; left: 50%; bottom: 30px; z-index: 300; transform: translate(-50%, 80px); opacity: 0;
  background: var(--ink); color: #fff; border-radius: 999px; padding: 14px 26px;
  font-size: .88rem; font-weight: 700; display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow-lift); transition: transform .5s var(--ease), opacity .4s; pointer-events: none;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast svg { color: var(--sage); }

/* ============================================================
   PODSTRANICE — page hero
   ============================================================ */
.page-hero { padding: clamp(44px, 6vw, 80px) 0 clamp(20px, 3vw, 40px); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); margin-top: 16px; max-width: 18ch; }
.page-hero .lead { margin-top: 18px; }
.breadcrumbs { font-size: .8rem; color: var(--ink-soft); display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.breadcrumbs a:hover { color: var(--pine); }
.breadcrumbs .sep { opacity: .5; }

/* ---------- stranica proizvoda ---------- */
.pp-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.pp-gallery {
  position: sticky; top: calc(var(--chrome-h) + 24px);
  border-radius: var(--r-lg); background: radial-gradient(circle at 50% 45%, #fff 0%, var(--mint) 100%);
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden;
  border: 1px solid var(--line);
}
.pp-gallery img {
  width: auto; height: auto;
  max-width: 68%; max-height: 68%;
  object-fit: contain; object-position: center;
  filter: drop-shadow(0 34px 38px rgba(12, 42, 46, .2)); animation: floaty 8s ease-in-out infinite;
}
@keyframes floaty { 50% { transform: translateY(-14px) rotate(1deg); } }
.pp-gallery .pc-badge { top: 22px; left: 22px; }
.pp-info h1 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 10px 0 14px; }
.pp-tagline { color: var(--ink-soft); font-size: 1.2rem; max-width: 48ch; }
.pp-price { font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; margin: 28px 0 4px; }
.pp-vat { font-size: 13px; color: var(--ink-soft); margin-bottom: 26px; }
.variant-label { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; color: var(--ink-soft); }
.variant-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.variant-pill { padding: 13px 22px; border-radius: 999px; font-size: .88rem; font-weight: 750; border: 1.5px solid var(--line); background: var(--surface); transition: all .3s var(--ease); }
.variant-pill:hover { border-color: var(--pine); color: var(--pine); }
.variant-pill.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.pp-buy { display: flex; gap: 12px; flex-wrap: wrap; }
.pp-buy .qty-ctrl { padding: 7px 9px; background: var(--surface); border: 1.5px solid var(--line); }
.pp-buy .qty-ctrl button { width: 34px; height: 34px; }
.pp-buy .btn { flex: 1; min-width: 230px; }
.pp-perks { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.pp-perks .meta-item { font-size: 14px; }

.pp-tabs { margin-top: 80px; }
.tab-bar { display: flex; gap: 4px; border-bottom: 1.5px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.tab-bar button { padding: 15px 24px; font-weight: 750; font-size: .92rem; color: var(--ink-soft); border-bottom: 2.5px solid transparent; margin-bottom: -1.5px; white-space: nowrap; transition: color .25s, border-color .25s; }
.tab-bar button.active { color: var(--ink); border-color: var(--red); }
.tab-panel { display: none; padding: 36px 0 0; max-width: 840px; animation: rise .5s var(--ease); }
.tab-panel.active { display: block; }
.tab-panel h3 { font-size: 1.25rem; margin: 24px 0 12px; }
.tab-panel h3:first-child { margin-top: 0; }
.tab-panel p { margin-bottom: 14px; color: var(--ink-soft); }
.tab-panel ul { margin-bottom: 16px; }
.tab-panel ul li { position: relative; padding: 4px 0 4px 26px; color: var(--ink-soft); }
.tab-panel ul li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--pine); }
.tab-panel strong { color: var(--ink); }
.tab-panel[data-panel="svojstva"] { max-width: none; }
.svojstva-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 44px;
  align-items: start;
}
.svojstva-block h3:first-child { margin-top: 0; }
.related { margin-top: 90px; }

/* ---------- primjena / članci ---------- */
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.article-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.article-card .article-body { color: var(--ink-soft); font-size: .9rem; }
.article-body ul { margin: 10px 0 14px; }
.article-body ul li { position: relative; padding: 3px 0 3px 24px; }
.article-body ul li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.article-body p { margin-bottom: 10px; }
.article-body strong { color: var(--ink); }

/* prose (o zeolitu) */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 48px 0 18px; }
.prose p { color: var(--ink-soft); margin-bottom: 16px; }
.prose ul { margin: 0 0 18px; }
.prose ul li { position: relative; padding: 4px 0 4px 28px; color: var(--ink-soft); }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--pine); }
.prose ul ul { margin: 8px 0 4px; }
.prose ul ul li::before { width: 5px; height: 5px; top: 14px; background: color-mix(in srgb, var(--pine) 55%, transparent); }
.prose strong { color: var(--ink); }

/* istraživanja i studije — pojačan kontrast za čitljivost */
.studies-section {
  --studies-bg-tint: #f4f8f7;
  --studies-body: #163330;
  --studies-body-muted: #2a4542;
  padding: clamp(28px, 4vw, 56px) 0;
}
.studies-section-alt { background: var(--studies-bg-tint); }
.studies-pdf-note { margin-top: 22px; }
.studies-intro { max-width: 760px; margin-bottom: 28px; }
.studies-intro p { color: var(--studies-body-muted); }
.studies-heading { margin: 0 0 18px; }
.studies-categories {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}
.studies-cat {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 20px 22px; box-shadow: var(--shadow);
}
.studies-cat h3 { margin: 0 0 12px; font-size: 1.05rem; color: var(--ink); }
.studies-cat ul { margin: 0; padding: 0; list-style: none; }
.studies-cat li {
  position: relative; padding: 5px 0 5px 22px; color: var(--studies-body-muted); font-size: .9rem;
}
.studies-cat li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--pine);
}
.studies-prose { max-width: none; }
.studies-section-alt .studies-prose h2 { color: var(--ink); }
.studies-section-alt .studies-prose > p,
.studies-section-alt .studies-prose > p em { color: var(--studies-body-muted); }
.study-ref-list p {
  margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid #cdd8d3;
  color: var(--studies-body); font-size: .92rem; line-height: 1.6;
}
.study-ref-list p:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.study-ref-list a { color: var(--pine-deep); text-decoration: underline; text-underline-offset: 2px; }
.study-ref-list a:hover { color: var(--ink); }
.studies-highlights {
  background: var(--surface); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 36px);
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.studies-highlights .h3 { color: var(--ink); }
.studies-highlight-list { margin: 16px 0 20px; padding: 0; list-style: none; }
.studies-highlight-list li {
  position: relative; padding: 8px 0 8px 28px; color: var(--studies-body-muted);
}
.studies-highlight-list li::before {
  content: ""; position: absolute; left: 4px; top: 15px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--red);
}
.studies-disclaimer { font-size: .88rem; color: var(--studies-body-muted); margin: 0; }
.studies-summaries { max-width: 860px; }
.studies-summaries .faq-body { color: var(--studies-body-muted); }
.study-item summary { font-size: 1rem; line-height: 1.45; color: var(--ink); }
.study-meta {
  font-size: .84rem; color: var(--pine-deep); font-weight: 700; margin: 0 0 14px;
}
.study-steps {
  margin: 0 0 14px; padding-left: 1.2rem; color: var(--studies-body-muted);
}
.study-steps li { margin-bottom: 8px; }
.study-steps strong { color: var(--ink); }
.study-source { font-size: .84rem; color: var(--studies-body-muted); margin: 0; }

/* ---------- košarica ---------- */
.cart-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 36px; align-items: start; margin-top: 40px; }
.cart-list { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 10px 28px; }
.cart-summary { background: var(--surface); border-radius: var(--r-lg); padding: 30px; position: sticky; top: calc(var(--chrome-h) + 24px); box-shadow: var(--shadow); }
.cart-summary h3 { margin-bottom: 20px; font-size: 1.4rem; }
.sum-row { display: flex; justify-content: space-between; font-size: .92rem; padding: 9px 0; color: var(--ink-soft); }
.sum-row.total { border-top: 1.5px solid var(--line); margin-top: 12px; padding-top: 18px; color: var(--ink); font-weight: 800; }
.sum-row.total strong { font-family: var(--font-display); font-size: 1.6rem; }
.cart-summary .btn { width: 100%; margin-top: 20px; }
.pay-strip { display: flex; gap: 10px; justify-content: center; margin-top: 18px; }
.pay-strip img { height: 20px; background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 2px 6px; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: .74rem; color: var(--ink-soft); margin-top: 12px; }

/* ---------- blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card {
  display: flex; flex-direction: column; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); border-color: transparent; }
.bc-img { aspect-ratio: 16/10; overflow: hidden; background: var(--mint); }
.bc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.blog-card:hover .bc-img img { transform: scale(1.06); }
.bc-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.bc-date { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); }
.bc-body h3 { font-size: 1.18rem; line-height: 1.25; }
.bc-body p { font-size: .86rem; color: var(--ink-soft); flex: 1; }

.post-head { max-width: 800px; }
.post-head h1 { font-size: clamp(1.9rem, 4vw, 3rem); margin-top: 14px; }
.post-figure { margin: 34px 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lift); max-width: 980px; }
.post-figure img { width: 100%; max-height: 500px; object-fit: cover; }
.post-body { font-size: 1.02rem; }
.post-body p { margin-bottom: 18px; }
.post-cta { max-width: 760px; margin-top: 50px; }
.post-cta .cta-band { padding: clamp(32px, 5vw, 54px); }

/* ---------- područja primjene — vertikalni tabovi (referenca: numbered sidebar) ---------- */
.area-tabs-section { padding-top: 8px; }
.area-tabs-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: 0 4px 24px rgba(12, 42, 46, .06); overflow: visible;
}
.area-tabs-layout {
  display: grid; grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); align-items: start;
}
.area-tab-bar-wrap {
  position: relative; border-right: 1px solid var(--line);
  background: #fff; padding: 18px 14px 18px 18px;
}
.tab-bar.area-tab-bar {
  flex-direction: column; flex-wrap: nowrap; gap: 4px;
  padding: 0; background: transparent;
  border-bottom: none; border-right: none;
  overflow: visible;
  scrollbar-width: auto;
  max-height: none;
}
.area-tab-bar-wrap { align-self: start; }
.area-tab-bar-wrap::after { content: none; }
.area-tab-bar button {
  display: flex; align-items: flex-start; gap: 14px;
  flex: 0 0 auto; width: 100%; padding: 13px 16px; font-size: .86rem; font-weight: 650;
  letter-spacing: .01em; text-align: left; text-transform: none; white-space: normal; line-height: 1.38;
  border: none; border-radius: 12px; margin-bottom: 0;
  color: var(--ink-soft); background: transparent;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.area-tab-num {
  flex: none; min-width: 1.75em; font-size: .78rem; font-weight: 700;
  color: rgba(12, 42, 46, .38); font-variant-numeric: tabular-nums;
}
.area-tab-label { flex: 1; min-width: 0; }
.area-tab-bar button:hover { background: rgba(158, 201, 185, .14); color: var(--ink); }
.area-tab-bar button.active {
  color: var(--pine-deep); background: var(--mint);
  box-shadow: none;
}
.area-tab-bar button.active .area-tab-num { color: var(--pine); }
.area-tab-panels {
  padding: clamp(14px, 2vw, 22px) clamp(24px, 4vw, 48px) clamp(32px, 5vw, 52px);
  min-width: 0; background: #fff;
}
.area-tab-panels .tab-panel { padding-top: 18px; }
.area-panel-title {
  font-size: clamp(1.45rem, 2.5vw, 2rem); margin-bottom: 20px; padding-bottom: 0;
  border-bottom: none; color: var(--pine-deep); font-weight: 700;
}
.area-tab-panels .article-body { font-size: .94rem; max-width: 820px; line-height: 1.72; color: var(--ink-soft); }
.area-tab-panels .article-body p { margin-bottom: 1em; }
.area-tab-panels .article-body strong { color: var(--ink); }

/* Preporučeni proizvodi u tab panelima — čitljive kartice kao webshop */
.area-rec-products { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); max-width: none; }
.area-rec-title {
  font-family: var(--font-display); font-size: clamp(1.1rem, 2vw, 1.25rem);
  margin: 0 0 18px; color: var(--pine-deep);
}
.area-rec-note { font-size: .84rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); margin: 22px 0 12px; }
.area-tab-panels .area-rec-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px;
}
.area-tab-panels .area-rec-grid .product-card { padding: 16px; }
.area-tab-panels .area-rec-grid .pc-imgwrap { margin-bottom: 18px; }
.area-tab-panels .area-rec-grid .pc-name { font-size: 1.18rem; }
.area-tab-panels .area-rec-grid .pc-tagline {
  font-size: 15px; line-height: 1.5;
}
.area-tab-panels .area-rec-grid .pc-foot { margin-top: 16px; }
.area-tab-panels .area-rec-grid .pc-price { font-size: 1.12rem; }
.area-tab-panels .area-rec-grid .pc-badge { font-size: 11px; padding: 6px 11px; }

/* ---------- istaknuti proizvod — slider (naslovnica) ---------- */
.prod-spotlight { padding: clamp(36px, 6vw, 72px) 0; }
.prod-spotlight .section-head { align-items: center; margin-bottom: clamp(24px, 4vw, 40px); }
.prod-spotlight-viewport { overflow: hidden; }
.prod-spotlight-track {
  display: flex; transition: transform .55s var(--ease);
  will-change: transform;
}
.prod-spotlight-slide { flex: 0 0 100%; min-width: 0; }
.prod-spotlight-slide .split { align-items: center; }
.prod-spotlight-visual {
  position: relative; display: grid; place-items: center;
  min-height: clamp(280px, 38vw, 460px); padding: 24px;
}
.prod-spotlight-visual img {
  position: relative; z-index: 1; width: min(100%, 420px); height: auto;
  object-fit: contain; filter: drop-shadow(0 28px 44px rgba(12, 42, 46, .12));
  will-change: transform;
}
.prod-spotlight-glow {
  position: absolute; inset: 12% 8% 18%; border-radius: 50%;
  background: radial-gradient(circle, rgba(158, 201, 185, .22) 0%, transparent 70%);
  pointer-events: none;
}
.prod-spotlight-slide .lead { margin-top: 18px; }
.prod-spotlight-slide .spotlight-actions {
  margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap;
}
.prod-spotlight-dots {
  display: flex; justify-content: center; gap: 10px; margin-top: 28px;
}
.prod-spotlight-dots button {
  width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%;
  background: var(--line); cursor: pointer; transition: transform .25s, background .25s;
}
.prod-spotlight-dots button.active {
  background: var(--pine); transform: scale(1.15);
}
.prod-spotlight-dots button:focus-visible {
  outline: 2px solid var(--pine); outline-offset: 3px;
}
@media (max-width: 900px) {
  .prod-spotlight .section-head { flex-wrap: wrap; gap: 16px; }
  .prod-spotlight-nav { margin-left: auto; }
  .prod-spotlight-slide .split { gap: 28px; }
  .prod-spotlight-visual { min-height: 240px; padding: 8px 0 0; }
  .prod-spotlight-visual img { width: min(72vw, 320px); }

  /* Mobilno: omogućiti horizontalni scroll kao rail */
  .prod-spotlight-viewport {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 8px;
  }
  .prod-spotlight-viewport::-webkit-scrollbar { display: none; }
  .prod-spotlight-track { transition: none; transform: none !important; }
  .prod-spotlight-slide { scroll-snap-align: start; }
}

/* ---------- kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 44px); }

/* ---------- O nama ---------- */
.about-halmed-split { grid-template-columns: minmax(0, 280px) minmax(0, 1fr); align-items: center; }
.split-media .main-img.about-badge-img {
  aspect-ratio: auto !important;
  overflow: visible !important;
  box-shadow: none !important;
  background: transparent !important;
}
.split-media .main-img.about-badge-img img {
  transform: none !important;
  width: auto;
  height: auto;
  object-fit: contain !important;
}
.about-badge-img {
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  display: grid;
  place-items: center;
}
.about-badge-img img {
  width: auto;
  max-width: 240px;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  display: block;
  background: #fff;
  padding: 18px;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lift);
}
.about-product-img img { object-fit: contain; background: #fff; }
.about-manufacturer-split { align-items: start; }
.about-manufacturer-split .about-factory-grid {
  grid-template-columns: 1fr; gap: 12px; height: 100%;
}
.about-factory-grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; align-items: stretch;
}
.about-factory-grid img {
  width: 100%; height: 100%; min-height: 220px; object-fit: cover;
  border-radius: var(--r-md); box-shadow: var(--shadow); display: block;
}
.about-contact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.about-contact-grid .contact-card { padding: clamp(22px, 3vw, 32px); }
.about-contact-grid .h3 { font-size: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; padding: 15px 18px; border-radius: var(--r-sm); border: 1.5px solid var(--line);
  font-family: inherit; font-size: .95rem; background: var(--paper); color: var(--ink);
  transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--pine); box-shadow: 0 0 0 4px rgba(15, 74, 71, .08); }
.field select {
  width: 100%; padding: 15px 18px; border-radius: var(--r-sm); border: 1.5px solid var(--line);
  font-family: inherit; font-size: .95rem; background: var(--paper); color: var(--ink);
  transition: border-color .25s, box-shadow .25s; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f4a47' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 42px;
}
.field select:focus { outline: none; border-color: var(--pine); box-shadow: 0 0 0 4px rgba(15, 74, 71, .08); }
.field-optional { font-weight: 600; text-transform: none; letter-spacing: 0; font-size: .72rem; opacity: .75; }
.field-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-consent { margin-top: 4px; }
.consent-label {
  display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; font-weight: 500;
  text-transform: none; letter-spacing: 0; color: var(--ink-soft); line-height: 1.45;
}
.consent-label input { width: auto; margin-top: 3px; flex-shrink: 0; accent-color: var(--pine); }
.consent-label a { color: var(--pine); text-decoration: underline; text-underline-offset: 2px; }

/* ---------- brzi kontakt modal ---------- */
.contact-modal-overlay {
  position: fixed; inset: 0; z-index: 220;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(11, 39, 33, .52); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity .35s var(--ease);
}
.contact-modal-overlay.open { opacity: 1; pointer-events: auto; }
.contact-modal {
  width: min(560px, 100%); max-height: min(90vh, 820px); overflow: auto;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: 0 40px 80px rgba(12, 42, 46, .22);
  transform: translateY(16px) scale(.98); transition: transform .4s var(--ease);
}
.contact-modal-overlay.open .contact-modal { transform: none; }
.contact-modal-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: clamp(22px, 4vw, 30px) clamp(22px, 4vw, 30px) 0;
}
.contact-modal-eyebrow { margin-bottom: 6px; }
.contact-modal-lead { margin-top: 8px; color: var(--ink-soft); font-size: .92rem; }
.contact-modal-close {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line);
  background: var(--paper); color: var(--ink); display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; flex-shrink: 0; transition: all .25s var(--ease);
}
.contact-modal-close:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.contact-modal-body { padding: clamp(18px, 3vw, 26px) clamp(22px, 4vw, 30px) clamp(24px, 4vw, 32px); }
.contact-modal-body .field:last-of-type { margin-bottom: 0; }
.contact-form-error {
  margin: 12px 0 0; padding: 12px 14px; border-radius: var(--r-sm);
  background: #fdecea; color: #8b2e2a; font-size: .88rem; font-weight: 600;
}
.contact-modal-submit { width: 100%; margin-top: 18px; justify-content: center; }
.contact-modal-submit.is-loading { opacity: .7; pointer-events: none; }
.contact-modal-note {
  margin-top: 14px; text-align: center; font-size: .84rem; color: var(--ink-soft);
}
.contact-modal-note a { color: var(--pine); font-weight: 650; }
.contact-modal-success {
  padding: clamp(32px, 5vw, 48px) clamp(22px, 4vw, 30px);
  text-align: center;
}
.contact-success-icon {
  width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--mint); color: var(--pine);
  display: flex; align-items: center; justify-content: center;
}
.contact-modal-success .h3 { margin-bottom: 10px; }
.contact-modal-success p { color: var(--ink-soft); margin-bottom: 22px; }
html.contact-modal-open, body.contact-modal-open { overflow: hidden; }

/* ---------- pravne stranice ---------- */
.legal-section { padding: 28px 0 72px; }
.legal-section .reveal,
.legal-form-card.reveal {
  opacity: 1;
  transform: none;
}
.legal-content {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: 0 4px 24px rgba(12, 42, 46, .06);
  padding: clamp(24px, 4vw, 40px);
}
.legal-content p, .legal-content li {
  color: var(--ink-soft); line-height: 1.7; font-size: .95rem;
}
.legal-content p { margin-bottom: 14px; }
.legal-h2 { margin: 28px 0 12px; font-size: 1.15rem; }
.legal-h2:first-child { margin-top: 0; }
.legal-h3 { margin: 18px 0 8px; font-size: 1rem; color: var(--ink); }
.legal-list { margin: 0 0 16px 1.1rem; }
.legal-list li { margin-bottom: 6px; }
.legal-content a { color: var(--pine); font-weight: 650; text-decoration: underline; text-underline-offset: 2px; }
.legal-form-card { margin-top: 8px; max-width: none; }
.legal-form-card .field-hint { margin: 6px 0 0; font-size: .8rem; color: var(--ink-soft); }
.legal-form-success { padding: 24px 0 8px; text-align: center; }

/* ---------- certs ---------- */
.certs-section { padding: clamp(48px, 6vw, 72px) 0; background: var(--cream); }
.certs-head { margin-bottom: clamp(28px, 4vw, 40px); }
.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
}
.cert-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: clamp(22px, 3vw, 28px) clamp(16px, 2vw, 20px);
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  min-height: 100%;
}
.cert-card-logo {
  display: flex; align-items: center; justify-content: center;
  min-height: 96px; margin-bottom: 16px; width: 100%;
}
.cert-card-logo img {
  height: clamp(72px, 9vw, 96px); width: auto; max-width: 100%; object-fit: contain;
}
.cert-card--mark .cert-card-logo { display: none; }
.cert-mark {
  display: flex; align-items: center; justify-content: center;
  width: 88px; height: 88px; margin-bottom: 16px; border-radius: 50%;
  background: var(--mint); border: 2px solid rgba(12, 42, 46, .12);
  font-size: 1.35rem; font-weight: 800; letter-spacing: .04em; color: var(--ink);
  line-height: 1.1;
}
.cert-mark--iso { font-size: .82rem; letter-spacing: .06em; }
.cert-card-title {
  margin: 0 0 10px; font-size: 1.08rem; font-weight: 800; color: var(--ink); line-height: 1.3;
}
.cert-card-desc {
  margin: 0; font-size: 1rem; line-height: 1.6; color: var(--ink-soft);
}
/* legacy row (o-zeolitu i dr.) */
.certs-row { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 6vw, 76px); flex-wrap: wrap; }
.certs-row img { height: 72px; width: auto; }
.certs-label { text-align: center; font-size: 14px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 32px; font-weight: 800; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .home-products-track .product-card { flex-basis: calc((100% - 44px) / 3); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-row { grid-template-columns: 1fr 1fr; }
  .why-panaceo-grid { grid-template-columns: 1fr 1fr; }
  .certs-grid { grid-template-columns: 1fr 1fr; }
  .situation-guide-layout { grid-template-columns: 1fr; min-width: 0; }
  .situation-guide-panel { border-left: none; border-top: 1px solid var(--line); }
  .situation-guide-cols { grid-template-columns: 1fr; }
  .situation-guide-layout .area-tab-bar-wrap { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Nav → burger prije nego što se linkovi prekriju logo / akcije */
@media (max-width: 1500px) {
  .site-header {
    overflow: visible;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(250, 248, 242, .98);
  }
  .main-nav {
    position: fixed; top: var(--nav-top, calc(var(--admin-bar-h) + var(--chrome-h))); left: 0; right: 0; z-index: var(--z-nav);
    flex-direction: column; flex-wrap: nowrap; background: var(--paper); padding: 0 20px 14px;
    box-shadow: 0 30px 50px rgba(12, 42, 46, .15); transform: translateY(-140%);
    transition: transform .5s var(--ease), visibility .5s; border-radius: 0 0 26px 26px;
    visibility: hidden;
    pointer-events: none;
  }
  .main-nav.open {
    transform: none;
    visibility: visible;
    pointer-events: auto;
    max-height: calc(100dvh - var(--nav-top, calc(var(--admin-bar-h) + var(--chrome-h))));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .main-nav a { padding: 12px 8px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .main-nav .nav-home-btn {
    justify-content: flex-start;
    padding: 12px 8px;
    font-size: 1rem;
  }
  .main-nav .nav-home-btn svg { width: 22px; height: 22px; }
  .nav-item-has-children {
    width: 100%; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; align-self: stretch;
  }
  .nav-item-has-children > .nav-parent {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 12px 8px; font-size: 1rem; text-align: left;
    border-bottom: none;
  }
  .nav-item-has-children > .nav-parent::after { display: none; }
  .nav-item-has-children.is-open > .nav-parent .nav-chevron { transform: rotate(180deg); opacity: 1; }
  .nav-submenu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; padding: 0 0 8px 16px; min-width: 0; width: 100%;
    display: none;
  }
  .nav-item-has-children.is-open .nav-submenu { display: block; }
  .nav-submenu a { padding: 10px 8px; font-size: .92rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-submenu a:last-child { border-bottom: none; }
  .main-nav-end {
    display: flex; flex-direction: column; width: 100%;
    margin-left: 0; padding-left: 0; margin-top: 2px; padding-top: 2px;
    gap: 0;
  }
  .main-nav .nav-shop-btn {
    justify-content: center; margin: 8px 0 2px; border-bottom: none;
    padding: 12px 21px;
  }
  .main-nav .nav-contact-btn {
    justify-content: center; margin: 0 0 4px; border-bottom: none;
    padding: 12px 21px; width: 100%;
  }
  .burger { display: flex; }
  .account-btn { width: 40px; height: 40px; }
  .cart-btn .cart-label { display: none; }
  .cart-btn { padding: 11px 14px; }
  html.nav-open, body.nav-open { overflow: hidden; }
  body.nav-open { overscroll-behavior: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 520px; margin-inline: auto; }
}
@media (min-width: 1501px) and (max-width: 1680px) {
  .main-nav .nav-contact-btn { display: none; }
}
@media (max-width: 900px) {
  :root { --header-h: 64px; }
  .area-tabs-layout { grid-template-columns: 1fr; }
  .area-tab-bar-wrap { border-right: none; border-bottom: 1.5px solid var(--line); }
  .tab-bar.area-tab-bar {
    flex-direction: row; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden;
    padding: 0 8px; gap: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
  }
  .area-tab-bar::-webkit-scrollbar { height: 6px; }
  .area-tab-bar::-webkit-scrollbar-thumb { background: rgba(12, 42, 46, .22); border-radius: 999px; }
  .area-tab-bar button {
    width: auto; flex: 0 0 auto; white-space: nowrap; border-left: none;
    border-bottom: none; border-radius: 12px; padding: 12px 14px;
    scroll-snap-align: start;
  }
  .area-tab-label { white-space: nowrap; }
  .area-tab-bar button.active {
    border-left-color: transparent; border-bottom-color: transparent;
    background: var(--mint); box-shadow: none;
  }
  .area-tab-panels .area-rec-grid { grid-template-columns: 1fr; }
  .situation-guide-picker-wrap {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    background: var(--surface);
  }
  .situation-guide-picker-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 8px;
  }
  .situation-guide-picker {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    appearance: none;
    padding: 12px 42px 12px 14px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: .92rem;
    font-weight: 650;
    color: var(--ink);
    background-color: var(--paper);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230c2a2e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
  }
  .situation-guide-layout .area-tab-bar-wrap { display: none; }
  .situation-guide-panel {
    padding: 20px 16px 24px;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .situation-guide-product {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px;
  }
  .situation-guide-product-meta { min-width: 0; }
  .situation-guide-product-price {
    white-space: normal;
    margin-left: auto;
  }
  .situation-guide-actions .btn { width: 100%; justify-content: center; }
  .svojstva-cols { grid-template-columns: 1fr; gap: 0; }
  .about-factory-grid { grid-template-columns: 1fr; }
  .studies-categories { grid-template-columns: 1fr; }
  .about-contact-grid { grid-template-columns: 1fr; }
  .hero-grid, .split, .pp-grid, .cart-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .lines-grid { grid-template-columns: 1fr; }
  .line-card { aspect-ratio: 16/9; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .home-products-track { gap: 14px; }
  .home-products-track .product-card { flex-basis: calc((100% - 14px) / 2); }
  .section-head-actions { width: 100%; justify-content: space-between; }
  .why-panaceo-head {
    justify-content: flex-start;
    text-align: left;
  }
  .why-panaceo-head .eyebrow { justify-content: flex-start; }
  .product-card { padding: 12px; }
  .article-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; padding: 36px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .pp-gallery { position: static; }
  .float-note { right: 8px; bottom: 14px; }
  .float-circle { left: 8px; top: -20px; width: 100px; }
  .form-row { grid-template-columns: 1fr; }
  .topbar { font-size: 11px; padding: 6px 12px; letter-spacing: .04em; }
  .topbar-msg { flex-direction: column; align-items: center; gap: 2px; }
  .topbar-line { display: block; line-height: 1.3; }
  .topbar-line:first-child { white-space: nowrap; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 32px); }
  .situation-guide-product {
    flex-direction: column;
    align-items: flex-start;
  }
  .situation-guide-product img { width: 64px; height: 64px; }
  .situation-guide-product-price { margin-left: 0; width: 100%; }
  .pc-name { font-size: 1rem; }
  .hero-ctas .btn { width: 100%; }
  .usp-row { grid-template-columns: 1fr; }
  .why-panaceo-grid { grid-template-columns: 1fr; }
  .certs-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* ============================================================
   TIPOGRAFIJA — podloga čitljivosti (cijeli site)
   ============================================================ */
.lead {
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
}

.cart-count {
  font-size: 12px !important;
}
.cart-label,
.nav-shop-btn,
.nav-contact-btn {
  font-size: .95rem;
}

.situation-guide-cat,
.situation-guide-soon,
.situation-guide-picker-label,
.pc-cat,
.pc-price .from,
.variant-label,
.rail-card-pop-label,
.line-body .count,
.bc-date,
.certs-label,
.area-rec-note,
.area-tab-num,
.field-optional {
  font-size: 14px;
}

.eyebrow,
.situation-guide-col h4 {
  font-size: 14px;
}

.topbar {
  font-size: 14px;
}
@media (max-width: 900px) {
  .topbar { font-size: 13px; }
}

.breadcrumbs,
.footer-note,
.footer-legal,
.footer-bottom,
.secure-note,
.cd-ship p,
.cd-item-body .variant,
.cd-item-remove,
.cd-note,
.field label,
.legal-form-card .field-hint,
.pp-vat,
.rail-pop-price,
.cert-mark--iso {
  font-size: 14px;
}

.footer-grid h5 {
  font-size: 14px;
}
.footer-grid a,
.footer-brand p,
.footer-company {
  font-size: 15px;
}

.pc-tagline,
.area-tab-panels .area-rec-grid .pc-tagline,
.situation-guide-product-meta span,
.situation-guide-col li,
.pc-details-text,
.pp-perks .meta-item,
.rail-pop-name,
.usp p,
.usp h4,
.why-panaceo-card p,
.rail-card p,
.rail-card h4,
.stat p,
.quote-band cite,
.bc-body p,
.check-list li,
.faq-body,
.contact-modal-lead,
.studies-disclaimer,
.study-source,
.study-meta,
.cert-card-title,
.cert-card-desc,
.float-note span {
  font-size: 1.05rem;
  line-height: 1.55;
}

.entry-content,
.article-body,
.prose,
.prose p,
.post-body,
.tab-panel,
.tab-panel p,
.tab-panel li,
.tab-panel ul li,
.legal-copy,
.area-tab-panels .article-body,
.article-card .article-body,
.studies-cat li,
.studies-prose,
.studies-prose p {
  font-size: 1.08rem;
  line-height: 1.7;
}

.area-tab-bar button,
.tab-bar button {
  font-size: .95rem;
}

.filter-pill {
  font-size: .95rem;
}

.link-arrow {
  font-size: 1rem;
}

.marquee-track span {
  font-size: 1.05rem;
}

