/* ==========================================================================
   KLAS — Poljoprivredna apoteka
   Varijanta 10: BAŠTA — organsko i toplo
   Ono što je nedostajalo u prethodnih devet: nijedna nije bila topla i meka.
   Sve su bile ili oštre i tehničke ili korporativno čiste.
   Ovde je jezik oblika biljni — luk, a ne pravougaonik. Slike stoje u
   zasvođenim okvirima kao u staklenoj bašti, paleta je žalfija i glina,
   naslovi su u serifu koji se čita kao rukopis, a ne kao natpis.
   Prodaje toplinom i poverenjem, ne pritiskom.
   ========================================================================== */

:root{
  /* zemlja i biljke */
  --sage:#5C7F5A;
  --sage-600:#4A6A4A;
  --sage-700:#3A553B;
  --sage-100:#E6EDE1;
  --sage-50:#F1F5EC;

  --clay:#D08A5F;
  --clay-600:#B8724A;
  --clay-50:#FAEDE3;

  --ink:#2E3D30;
  --ink-2:#3D5040;
  --body:#5D6A5C;
  --mute:#8B9689;

  --cream:#FAF6EE;
  --cream-2:#F4EEE2;
  --blush:#EFE1D4;
  --white:#FFFDF9;
  --line:#E4DDCF;
  --line-2:#EFE9DD;

  --berry:#A8556B;
  --honey:#E0A94E;

  /* luk — potpis ove verzije */
  --arch:220px 220px 26px 26px;
  --arch-sm:140px 140px 20px 20px;

  --r-sm:14px;
  --r:20px;
  --r-lg:28px;
  --r-xl:40px;

  --sh-1:0 2px 8px rgba(46,61,48,.05);
  --sh-2:0 10px 30px -12px rgba(46,61,48,.16);
  --sh-3:0 26px 60px -22px rgba(46,61,48,.26);

  --wrap:1300px;
  --ease:cubic-bezier(.3,.8,.35,1);

  --f-display:'Newsreader',Georgia,serif;
  --f-body:'Figtree',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none !important}
html{-webkit-text-size-adjust:100%}

body{
  position:relative; margin:0;
  font-family:var(--f-body);
  font-size:16px; line-height:1.65; color:var(--body);
  background:var(--cream); overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
/* meki organski oblici u pozadini — bez ivica, jedva primetni */
body::before{
  content:''; position:fixed; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(36% 30% at 88% 8%, rgba(92,127,90,.10), transparent 70%),
    radial-gradient(30% 26% at 6% 42%, rgba(208,138,95,.09), transparent 70%),
    radial-gradient(34% 30% at 76% 82%, rgba(92,127,90,.08), transparent 70%);
}
body>*{position:relative; z-index:1}

img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
button,input,select,textarea{font:inherit; color:inherit}
button{cursor:pointer; background:none; border:0}
h1,h2,h3,h4{
  font-family:var(--f-display);
  color:var(--ink); margin:0; line-height:1.12;
  letter-spacing:-.015em; font-weight:500;
}
h1 em,h2 em,h3 em{font-style:italic; font-weight:400; color:var(--clay-600)}
p{margin:0}
ul{margin:0; padding:0; list-style:none}
::selection{background:var(--sage-100); color:var(--ink)}
:focus-visible{outline:2px solid var(--sage); outline-offset:3px}

.wrap{width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:26px}

.skip{position:absolute; left:-9999px; top:0; z-index:999; background:var(--ink); color:var(--cream); padding:12px 20px; border-radius:100px}
.skip:focus{left:12px; top:12px}

/* ---------- ikonice: tanje linije, mekši spojevi ---------- */
.ic{
  width:20px; height:20px; flex:none;
  fill:none; stroke:currentColor; stroke-width:1.6;
  stroke-linecap:round; stroke-linejoin:round;
}
.ic--sm{width:15px; height:15px}
#i-star{fill:currentColor; stroke:none}

/* ==========================================================================
   DUGMAD — sve je pilula, ništa nema oštar ugao
   ========================================================================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:14px 28px; border-radius:100px;
  font-family:var(--f-body); font-weight:600; font-size:15px;
  border:1.5px solid transparent; white-space:nowrap;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .22s, color .22s, border-color .22s;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn--lg{padding:17px 34px; font-size:16px}
.btn--full{width:100%}

.btn--green{background:var(--sage); color:var(--cream); box-shadow:0 10px 26px -12px rgba(92,127,90,.9)}
.btn--green:hover{background:var(--sage-600); box-shadow:0 16px 34px -12px rgba(92,127,90,.95)}
.btn--dark{background:var(--ink); color:var(--cream)}
.btn--dark:hover{background:var(--ink-2)}
.btn--white{background:var(--white); color:var(--ink); box-shadow:var(--sh-2)}
.btn--white:hover{background:var(--cream)}
.btn--outline{border-color:var(--line); color:var(--ink); background:var(--white)}
.btn--outline:hover{border-color:var(--sage); color:var(--sage-700); background:var(--sage-50)}
.btn--ghost{border-color:var(--line); color:var(--ink); background:transparent}
.btn--ghost:hover{background:var(--white); border-color:var(--ink); box-shadow:var(--sh-2)}

.iconbtn{
  width:42px; height:42px; border-radius:50%; display:grid; place-items:center;
  color:var(--ink); transition:background .2s;
}
.iconbtn:hover{background:var(--sage-100)}

.link{
  display:inline-flex; align-items:center; gap:8px;
  font-weight:600; font-size:14.5px; color:var(--ink);
  padding:10px 20px; border-radius:100px; border:1.5px solid var(--line); background:var(--white);
  transition:gap .22s var(--ease), border-color .22s, color .22s;
}
.link:hover{gap:13px; border-color:var(--sage); color:var(--sage-700)}

/* ---------- oznake ---------- */
.tag{
  display:inline-flex; align-items:center; gap:6px;
  font-size:12px; font-weight:600; letter-spacing:.01em;
  padding:6px 13px; border-radius:100px;
}
.tag--green{background:var(--sage); color:var(--cream)}
.tag--red{background:var(--clay); color:var(--white)}
.tag--dark{background:var(--ink); color:var(--cream)}
.tag--white{background:rgba(255,253,249,.94); color:var(--ink); box-shadow:var(--sh-1)}

.eyebrow{
  display:inline-flex; align-items:center; gap:9px;
  font-family:var(--f-display); font-style:italic; font-size:17px; font-weight:400;
  color:var(--clay-600); margin-bottom:8px;
}
.eyebrow::before{content:''; width:22px; height:1.5px; background:var(--clay); border-radius:2px}
.eyebrow--green{color:var(--sage)}
.eyebrow--green::before{background:var(--sage)}

/* ==========================================================================
   TOP TRAKA
   ========================================================================== */
.topbar{background:var(--sage-100); color:var(--ink-2); font-size:13.5px}
.topbar__in{display:flex; align-items:center; justify-content:space-between; gap:20px; height:42px}
.topbar__ticker{position:relative; flex:1; min-width:0; height:42px}
.tick{
  position:absolute; inset:0; display:flex; align-items:center; gap:9px;
  opacity:0; transform:translateY(6px); transition:opacity .5s, transform .5s;
  pointer-events:none; white-space:nowrap;
}
.tick.is-on{opacity:1; transform:none}
.tick b{color:var(--sage-700); font-weight:700}
.tick .ic{width:16px; height:16px; color:var(--sage)}
.topbar__links{display:flex; align-items:center; gap:22px}
.topbar__links a{display:flex; align-items:center; gap:7px; transition:color .2s}
.topbar__links a:hover{color:var(--sage-700)}
.topbar__links .ic{width:15px; height:15px}
.topbar__tel{color:var(--ink); font-weight:700}

/* ==========================================================================
   HEDER
   ========================================================================== */
.hdr{
  position:sticky; top:0; z-index:60;
  background:rgba(250,246,238,.92); backdrop-filter:blur(14px);
  transition:box-shadow .3s var(--ease);
}
.hdr.is-stuck{box-shadow:0 10px 30px -22px rgba(46,61,48,.5)}
.hdr__main{display:flex; align-items:center; gap:24px; padding-block:18px}
.hdr__burger{display:none; color:var(--ink)}
.brand img{height:44px; width:auto}

/* ---------- pretraga ---------- */
.search{
  position:relative; flex:1; max-width:620px;
  display:flex; align-items:center;
  background:var(--white); border:1.5px solid var(--line);
  border-radius:100px; padding:5px 5px 5px 10px;
  transition:border-color .22s, box-shadow .22s;
}
.search:focus-within{border-color:var(--sage); box-shadow:0 0 0 4px var(--sage-100)}
.search input{flex:1; min-width:0; border:0; background:none; padding:11px 14px; font-size:15px; color:var(--ink)}
.search input:focus{outline:none}
.search input::placeholder{color:var(--mute)}
.search button[type=submit]{
  display:flex; align-items:center; gap:8px; border-radius:100px;
  background:var(--sage); color:var(--cream); padding:12px 24px;
  font-weight:600; font-size:14.5px; transition:background .2s;
}
.search button[type=submit]:hover{background:var(--sage-600)}

.sugg{
  position:absolute; top:calc(100% + 12px); left:0; right:0; z-index:20;
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  box-shadow:var(--sh-3); padding:10px; max-height:390px; overflow:auto;
}
.sugg__it{
  display:flex; align-items:center; gap:13px; width:100%;
  padding:10px 12px; border-radius:var(--r-sm); text-align:left; transition:background .16s;
}
.sugg__it:hover,.sugg__it.is-on{background:var(--sage-50)}
.sugg__it img{width:46px; height:46px; border-radius:100px 100px 10px 10px; object-fit:cover; flex:none}
.sugg__it b{display:block; font-family:var(--f-display); font-size:15px; color:var(--ink); font-weight:500}
.sugg__it small{color:var(--mute); font-size:12.5px}
.sugg__it i{margin-left:auto; font-style:normal; font-family:var(--f-display); font-weight:600; color:var(--sage-700); font-size:15px}
.sugg__none{padding:20px; text-align:center; color:var(--mute); font-size:14.5px}

/* ---------- akcije u hederu ---------- */
.hdr__acts{display:flex; align-items:center; gap:6px; margin-left:auto}
.act{
  position:relative; display:flex; align-items:center; gap:10px;
  padding:9px 13px; border-radius:100px; color:var(--ink);
  transition:background .2s;
}
.act:hover{background:var(--sage-100)}
.act--icon{padding:11px}
.act__txt{display:flex; flex-direction:column; line-height:1.25}
.act__txt small{font-size:11.5px; color:var(--mute); font-weight:500}
.act__txt b{font-size:14px; font-weight:700}
.act--phone .ic{color:var(--sage)}
.act--cart{
  background:var(--ink); color:var(--cream); padding:9px 20px 9px 15px;
  box-shadow:0 12px 26px -14px rgba(46,61,48,.9);
}
.act--cart:hover{background:var(--ink-2)}
.act--cart .act__txt small{color:#A9B8A7}
.dot{
  position:absolute; top:0; left:26px;
  min-width:20px; height:20px; padding:0 5px; border-radius:100px;
  background:var(--clay); color:var(--white);
  font-size:11px; font-weight:700; display:grid; place-items:center;
  border:2px solid var(--cream);
}
.act--icon .dot{left:22px; top:2px}

/* ---------- navigacija ---------- */
.nav{border-top:1px solid var(--line-2)}
.nav__in{display:flex; align-items:center; gap:6px; height:56px}
.nav__all{
  display:flex; align-items:center; gap:9px; cursor:pointer;
  background:var(--sage-100); color:var(--ink);
  padding:10px 20px; border-radius:100px; font-weight:600; font-size:14.5px;
  margin-right:12px; transition:background .2s, color .2s;
}
.nav__all:hover,.nav__all.is-on{background:var(--sage); color:var(--cream)}
.nav__all .ic--sm{transition:transform .25s var(--ease)}
.nav__all.is-on .ic--sm{transform:rotate(90deg)}
.nav__list{display:flex; align-items:center; gap:2px; flex:1}
.nav__list a{
  display:block; padding:9px 16px; border-radius:100px;
  font-weight:500; font-size:15px; color:var(--ink-2);
  transition:background .2s, color .2s;
}
.nav__list a:hover{background:var(--sage-50); color:var(--sage-700)}
.nav__deal{
  display:flex; align-items:center; gap:8px;
  color:var(--clay-600); font-weight:600; font-size:14.5px;
  padding:9px 18px; border-radius:100px; background:var(--clay-50);
}
.nav__deal .ic{width:17px; height:17px}

/* ---------- mega meni ---------- */
.mega{
  position:absolute; left:0; right:0; top:100%;
  background:var(--white); border-top:1px solid var(--line-2);
  box-shadow:0 30px 60px -28px rgba(46,61,48,.3);
  border-radius:0 0 var(--r-xl) var(--r-xl);
  animation:drop .28s var(--ease);
}
@keyframes drop{from{opacity:0; transform:translateY(-10px)}}
.mega__in{display:grid; grid-template-columns:repeat(5,1fr) 1.05fr; gap:26px; padding-block:34px}
.mega__col h4{
  font-family:var(--f-display); font-style:italic; font-weight:400;
  font-size:17px; color:var(--clay-600); margin-bottom:14px;
}
.mega__col a{display:block; padding:7px 0; font-size:15px; transition:color .18s, padding .18s}
.mega__col a:hover{color:var(--sage-700); padding-left:7px}
.mega__promo{position:relative; overflow:hidden; min-height:200px; display:flex; align-items:flex-end; border-radius:var(--arch-sm)}
.mega__promo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease)}
.mega__promo:hover img{transform:scale(1.06)}
.mega__promo::after{content:''; position:absolute; inset:0; background:linear-gradient(to top,rgba(30,40,31,.9),transparent 72%)}
.mega__promo>div{position:relative; z-index:1; padding:20px; color:var(--cream)}
.mega__promo strong{display:block; font-family:var(--f-display); font-size:21px; font-weight:500; margin:10px 0 5px}
.mega__promo em{display:flex; align-items:center; gap:7px; font-style:normal; font-size:13.5px; font-weight:600; color:#C7D9BF}

/* ==========================================================================
   HERO — slika u svodu, tekst na kremastoj podlozi
   Nijedna prethodna verzija nije imala hero bez tamnog preliva preko slike.
   ========================================================================== */
.hero{position:relative; background:var(--cream-2); overflow:hidden}
.hero__slides{display:grid}
.slide{
  grid-area:1 / 1; position:relative;
  opacity:0; visibility:hidden;
  transition:opacity .7s var(--ease), visibility .7s var(--ease);
}
.slide.is-on{opacity:1; visibility:visible}
.slide .hero__copy>*{transition:transform .7s var(--ease)}
.slide:not(.is-on) .hero__copy>*{transform:translateY(16px)}

.hero__bg{
  position:absolute; top:46px; bottom:46px; right:max(26px,calc((100vw - var(--wrap))/2 + 26px));
  width:min(44%,540px); overflow:hidden;
  border-radius:var(--arch);
  box-shadow:var(--sh-3);
}
.hero__bg img{width:100%; height:100%; object-fit:cover}
.hero__bg::after{content:''; position:absolute; inset:0; box-shadow:inset 0 0 0 1px rgba(255,253,249,.35); border-radius:inherit}
.hero__in{position:relative; z-index:4; padding-block:78px 84px}
.hero__copy{max-width:min(52%,600px)}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--white); border:1px solid var(--line);
  color:var(--ink); font-size:13.5px; font-weight:600;
  padding:8px 18px 8px 13px; border-radius:100px;
}
.blip{width:8px; height:8px; border-radius:50%; background:var(--sage); animation:blip 2.4s infinite}
@keyframes blip{50%{opacity:.35}}

.hero__copy h1{
  color:var(--ink); font-size:clamp(2.6rem,4.8vw,4.1rem);
  margin:22px 0 20px; font-weight:500; letter-spacing:-.02em; line-height:1.06;
}
.hero__copy p{color:var(--body); font-size:clamp(1.02rem,1.3vw,1.14rem); max-width:46ch}
.hero__cta{display:flex; flex-wrap:wrap; gap:13px; margin:32px 0 30px}
.hero__trust{display:flex; flex-direction:column; gap:11px}
.hero__trust li{display:flex; align-items:center; gap:10px; color:var(--ink-2); font-size:14.5px; font-weight:500}
.hero__trust .ic{width:17px; height:17px; color:var(--sage); stroke-width:2.4}

/* ---------- tačkice ---------- */
.hdots{position:absolute; left:0; right:0; bottom:30px; z-index:5; display:flex; justify-content:center; gap:9px}
.hdot{
  position:relative; overflow:hidden; width:9px; height:9px; border-radius:100px;
  background:rgba(46,61,48,.2); transition:width .5s var(--ease), background .3s;
}
.hdot:hover{background:rgba(46,61,48,.4)}
.hdot.is-on{width:52px; background:rgba(46,61,48,.14)}
.hdot__bar{position:absolute; inset:0; display:block; border-radius:inherit; overflow:hidden}
.hdot__bar::before{content:''; display:block; height:100%; width:100%; background:var(--sage); transform:scaleX(0); transform-origin:left}
.hdot.is-on .hdot__bar::before{animation:hprog var(--hero-dur,7s) linear forwards}
.hero.is-paused .hdot.is-on .hdot__bar::before{animation-play-state:paused}
@keyframes hprog{from{transform:scaleX(0)}to{transform:scaleX(1)}}

/* ---------- strelice ---------- */
.harrow{
  position:absolute; top:auto; bottom:24px; transform:none; z-index:6;
  width:46px; height:46px; border-radius:50%;
  background:var(--white); border:1px solid var(--line);
  color:var(--ink); display:grid; place-items:center; box-shadow:var(--sh-2);
  transition:background .22s, color .22s, transform .22s var(--ease);
}
.harrow:hover{background:var(--sage); color:var(--cream); border-color:var(--sage); transform:translateY(-2px)}
.harrow--prev{left:max(26px,calc((100vw - var(--wrap))/2 + 26px))}
.harrow--prev .ic{transform:rotate(180deg)}
.harrow--next{left:calc(max(26px,(100vw - var(--wrap))/2 + 26px) + 56px); right:auto}
@media (max-width:900px){.harrow{display:none}}

/* ---------- odbrojavanje ---------- */
.cd{display:grid; grid-template-columns:repeat(4,1fr); gap:9px}
.cd>div{background:var(--white); border:1px solid var(--line); border-radius:var(--r-sm); padding:12px 4px; text-align:center}
.cd b{
  display:block; font-family:var(--f-display); font-size:1.6rem; font-weight:500;
  color:var(--ink); font-variant-numeric:tabular-nums;
}
.cd small{font-size:11px; color:var(--mute); font-weight:500}
.cd--sm{display:flex; gap:8px}
.cd--sm>div{background:var(--blush); border-color:transparent; padding:9px 15px; min-width:56px}
.cd--sm b{font-size:1.2rem}

/* ==========================================================================
   USP
   ========================================================================== */
.usp{background:var(--cream)}
.usp__in{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; padding-block:34px}
.usp__it{display:flex; align-items:center; gap:15px}
.usp__it .ic{
  width:20px; height:20px; padding:11px; flex:none; box-sizing:content-box;
  border-radius:50%; background:var(--sage-100); color:var(--sage-700);
}
.usp__it b{display:block; font-family:var(--f-display); font-size:16.5px; color:var(--ink); font-weight:500}
.usp__it small{font-size:13.5px; color:var(--mute)}

/* ==========================================================================
   SEKCIJE
   ========================================================================== */
.sec{padding-block:86px}
.sec--sand{background:var(--cream-2)}
.sec--dark{background:var(--ink); color:#B4C3B2}
.sec--dark h2{color:var(--cream)}
.sec--dark h2 em{color:var(--honey)}

.sec__hd{display:flex; align-items:flex-end; justify-content:space-between; gap:28px; margin-bottom:44px; flex-wrap:wrap}
.sec__hd h2{font-size:clamp(2.1rem,3.6vw,3.1rem)}
.sec__hd--center{justify-content:center; text-align:center}
.sec__hd-r{display:flex; align-items:center; gap:18px}
.sec__more{display:flex; justify-content:center; margin-top:50px}

.carousel-nav{display:flex; gap:9px}
.cbtn{
  width:46px; height:46px; border-radius:50%;
  border:1px solid var(--line); color:var(--ink); background:var(--white);
  display:grid; place-items:center; transition:all .22s var(--ease);
}
.cbtn[data-scroll="-1"] .ic{transform:rotate(180deg)}
.cbtn:hover{background:var(--sage); border-color:var(--sage); color:var(--cream)}
.sec--dark .cbtn{background:transparent; border-color:rgba(255,253,249,.24); color:var(--cream)}
.sec--dark .cbtn:hover{background:var(--cream); color:var(--ink); border-color:var(--cream)}

/* ---------- kategorije: svaka pločica je svod ---------- */
.cats{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.cat{
  position:relative; overflow:hidden; border-radius:var(--arch-sm);
  min-height:240px; display:flex; align-items:flex-end;
  background:var(--ink);
  transition:transform .32s var(--ease), box-shadow .32s var(--ease);
}
.cat:hover{transform:translateY(-5px); box-shadow:var(--sh-3)}
.cat img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease)}
.cat:hover img{transform:scale(1.06)}
.cat::after{content:''; position:absolute; inset:0; background:linear-gradient(to top,rgba(30,40,31,.9) 6%,rgba(30,40,31,.28) 52%,transparent 100%)}
.cat__b{position:relative; z-index:1; padding:22px; color:var(--cream); width:100%}
.cat__b h3{color:var(--cream); font-size:1.35rem; font-weight:500; margin-bottom:2px}
.cat__b p{font-size:13.5px; color:#B9CBB5}
.cat--xl{grid-column:span 2; grid-row:span 2; min-height:496px; border-radius:var(--arch)}
.cat--xl .cat__b{padding:34px}
.cat--xl .cat__b h3{font-size:2.4rem; margin:14px 0 8px}
.cat--xl .cat__b p{font-size:15px; max-width:34ch}
.cat--xl em{
  display:inline-flex; align-items:center; gap:9px; margin-top:22px;
  font-style:normal; font-weight:600; font-size:15px;
  color:var(--ink); background:var(--cream); padding:13px 24px; border-radius:100px;
  transition:gap .24s var(--ease), background .22s;
}
.cat--xl:hover em{gap:14px; background:var(--white)}

/* ==========================================================================
   KARTICA PROIZVODA — slika sedi u svodu, kao saksija na polici
   ========================================================================== */
.grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px}
.rail{
  display:grid; grid-auto-flow:column; grid-auto-columns:minmax(272px,1fr);
  gap:20px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding:4px 4px 14px; scrollbar-width:none;
}
.rail::-webkit-scrollbar{display:none}
.rail>*{scroll-snap-align:start}

.card{
  position:relative; display:flex; flex-direction:column;
  background:var(--white); border:1px solid var(--line-2); border-radius:var(--r-lg);
  padding:10px 10px 0; overflow:hidden;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover{transform:translateY(-5px); box-shadow:var(--sh-3); border-color:transparent}
.card__img{
  position:relative; aspect-ratio:1/1.02; overflow:hidden;
  background:var(--cream-2); border-radius:var(--arch-sm);
}
.card__img img{width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease)}
.card:hover .card__img img{transform:scale(1.05)}
.card__badges{position:absolute; top:14px; left:50%; transform:translateX(-50%); display:flex; gap:6px; z-index:2}
.card__wish{
  position:absolute; bottom:12px; right:12px; z-index:2;
  width:38px; height:38px; border-radius:50%; background:rgba(255,253,249,.94);
  display:grid; place-items:center; color:var(--ink);
  box-shadow:var(--sh-1); transition:all .22s;
}
.card__wish:hover{background:var(--white); color:var(--berry); transform:scale(1.08)}
.card__wish.is-on{background:var(--berry); color:var(--white)}
.card__wish.is-on .ic{fill:currentColor}

.card__b{padding:16px 10px 18px; display:flex; flex-direction:column; flex:1; gap:7px}
.card__cat{font-size:12.5px; font-weight:600; color:var(--sage)}
.card__t{font-family:var(--f-display); font-size:18px; font-weight:500; color:var(--ink); line-height:1.28}
.card__rate{display:flex; align-items:center; gap:6px; font-size:13px; color:var(--mute)}
.card__rate .ic{width:14px; height:14px; color:var(--honey)}
.card__rate b{color:var(--ink); font-weight:600}
.card__stock{display:flex; align-items:center; gap:7px; font-size:13px; font-weight:500; color:var(--sage-700)}
.card__stock i{width:7px; height:7px; border-radius:50%; background:var(--sage); flex:none}
.card__stock.is-low{color:var(--clay-600)} .card__stock.is-low i{background:var(--clay)}

.card__foot{margin-top:auto; padding-top:14px; display:flex; flex-direction:column; gap:12px}
.card__price{display:flex; align-items:baseline; flex-wrap:wrap; gap:0 9px; line-height:1.2}
.card__price b{font-family:var(--f-display); font-size:1.5rem; font-weight:500; color:var(--ink); order:1}
.card__price s{font-size:13.5px; color:var(--mute); order:2}
.card__price small{font-size:12px; color:var(--mute); order:3; flex-basis:100%}
.card__add{
  display:flex; align-items:center; justify-content:center; gap:9px;
  width:100%; height:46px; border-radius:100px;
  background:var(--sage-100); color:var(--sage-700);
  font-weight:600; font-size:14.5px;
  transition:background .22s, color .22s;
}
.card__add::after{content:'Dodaj u korpu'}
.card:hover .card__add{background:var(--sage); color:var(--cream)}
.card__add:hover{background:var(--sage-600); color:var(--cream)}
.card__add.is-done{background:var(--ink); color:var(--cream)}
.card__add.is-done::after{content:'Dodato u korpu'}

/* ---------- tabovi ---------- */
.tabs{display:flex; gap:4px; background:var(--white); padding:5px; border-radius:100px; border:1px solid var(--line); flex-wrap:wrap}
.tab{
  padding:10px 22px; border-radius:100px; font-weight:600; font-size:14.5px; color:var(--body);
  transition:all .24s var(--ease);
}
.tab:hover{color:var(--ink)}
.tab.is-on{background:var(--sage); color:var(--cream)}

/* ---------- promo ---------- */
.promos{display:grid; grid-template-columns:1.12fr 1fr; gap:20px}
.promo{
  position:relative; overflow:hidden; border-radius:var(--r-xl);
  min-height:370px; display:flex; align-items:center;
  transition:transform .32s var(--ease), box-shadow .32s var(--ease);
}
.promo:hover{transform:translateY(-5px); box-shadow:var(--sh-3)}
.promo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease)}
.promo:hover img{transform:scale(1.05)}
.promo>div{position:relative; z-index:1; padding:46px; max-width:420px}
.promo h3{font-size:2.3rem; font-weight:500; margin:14px 0 12px; line-height:1.1}
.promo p{font-size:15.5px; margin-bottom:26px}
.promo--a::after{content:''; position:absolute; inset:0; background:linear-gradient(96deg,rgba(30,40,31,.92) 22%,rgba(30,40,31,.3) 80%)}
.promo--a h3{color:var(--cream)} .promo--a p{color:#B9CBB5}
.promo--b::after{content:''; position:absolute; inset:0; background:linear-gradient(96deg,rgba(250,246,238,.96) 24%,rgba(250,246,238,.5) 82%)}

/* ---------- agronom: portret u svodu ---------- */
.agro{background:var(--sage-100)}
.agro__in{display:grid; grid-template-columns:.9fr 1fr; gap:64px; align-items:center; padding-block:88px}
.agro__img{position:relative; border-radius:var(--arch); overflow:hidden; aspect-ratio:4/4.4; box-shadow:var(--sh-3)}
.agro__img img{width:100%; height:100%; object-fit:cover}
.agro__copy h2{font-size:clamp(2.1rem,3.6vw,3rem); margin-bottom:18px}
.agro__copy>p{font-size:16.5px; max-width:48ch}
.agro__list{margin:28px 0 32px; display:grid; gap:13px}
.agro__list li{display:flex; align-items:center; gap:12px; color:var(--ink-2); font-weight:500}
.agro__list .ic{width:19px; height:19px; color:var(--sage); stroke-width:2.4}
.agro__form{display:flex; gap:10px; max-width:460px}
.agro__form input{
  flex:1; min-width:0; background:var(--white); border:1.5px solid transparent;
  border-radius:100px; padding:15px 24px; font-size:15px; color:var(--ink); transition:all .22s;
}
.agro__form input::placeholder{color:var(--mute)}
.agro__form input:focus{outline:none; border-color:var(--sage)}
.agro__form input.is-bad{border-color:var(--clay)}
.agro__note{display:block; margin-top:14px; font-size:13.5px; color:var(--mute)}

/* ---------- brendovi ---------- */
.brands{padding-block:60px; background:var(--cream)}
.brands__t{
  text-align:center; font-family:var(--f-display); font-style:italic; font-weight:400;
  font-size:19px; color:var(--clay-600); margin-bottom:28px;
}
.brands__row{display:flex; flex-wrap:wrap; justify-content:center; gap:16px 46px}
.brands__row span{
  font-family:var(--f-display); font-weight:500; font-size:1.3rem; color:var(--mute);
  transition:color .25s;
}
.brands__row span:hover{color:var(--ink)}

/* ---------- blog ---------- */
.posts{display:grid; grid-template-columns:repeat(3,1fr); gap:26px}
.post{display:flex; flex-direction:column; gap:10px}
.post__img{position:relative; aspect-ratio:4/3.4; border-radius:var(--arch-sm); overflow:hidden; margin-bottom:8px; box-shadow:var(--sh-1)}
.post__img img{width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease)}
.post:hover .post__img img{transform:scale(1.05)}
.post__img .tag{position:absolute; top:16px; left:50%; transform:translateX(-50%)}
.post time{font-size:13.5px; color:var(--mute)}
.post h3{font-size:1.35rem; font-weight:500; line-height:1.26; transition:color .2s}
.post:hover h3{color:var(--sage-700)}
.post p{font-size:15px}
.post em{
  display:inline-flex; align-items:center; gap:8px; margin-top:auto; padding-top:10px;
  font-style:normal; font-weight:600; font-size:14.5px; color:var(--clay-600);
  transition:gap .22s var(--ease);
}
.post:hover em{gap:13px}

/* ---------- utisci ---------- */
.revs{display:grid; grid-template-columns:repeat(3,1fr); gap:20px}
.rev{
  margin:0; background:var(--white); border-radius:var(--r-lg); padding:32px;
  display:flex; flex-direction:column; gap:18px; box-shadow:var(--sh-1);
  transition:transform .26s var(--ease), box-shadow .26s var(--ease);
}
.rev:hover{transform:translateY(-4px); box-shadow:var(--sh-2)}
.stars{display:flex; gap:3px; color:var(--honey)}
.stars .ic{width:17px; height:17px}
.rev blockquote{
  margin:0; font-family:var(--f-display); font-size:19px; font-weight:400;
  color:var(--ink); line-height:1.5;
}
.rev figcaption{display:flex; align-items:center; gap:13px; margin-top:auto; padding-top:6px}
.ava{
  width:46px; height:46px; border-radius:50%; flex:none; display:grid; place-items:center;
  background:var(--a,var(--sage)); color:var(--cream);
  font-family:var(--f-display); font-weight:500; font-size:16px;
}
.rev figcaption b{display:block; font-size:15px; color:var(--ink)}
.rev figcaption small{font-size:13px; color:var(--mute)}

/* ---------- newsletter ---------- */
.news{padding-block:0; background:var(--cream)}
.news__in{
  display:grid; grid-template-columns:1.15fr 1fr; gap:46px; align-items:center;
  background:var(--blush); border-radius:var(--r-xl);
  padding:52px 54px; margin-block:24px 88px;
}
.news h2{font-size:clamp(1.8rem,2.9vw,2.4rem); margin-bottom:10px}
.news p{color:var(--body)}
.news__form{position:relative; display:flex; gap:10px}
.news__form input{
  flex:1; min-width:0; border:1.5px solid transparent; background:var(--white);
  border-radius:100px; padding:16px 26px; font-size:15px; color:var(--ink); transition:all .22s;
}
.news__form input::placeholder{color:var(--mute)}
.news__form input:focus{outline:none; border-color:var(--sage)}
.news__form input.is-bad{border-color:var(--clay)}
.news__msg{position:absolute; top:calc(100% + 10px); left:24px; font-size:13.5px; font-weight:600; color:var(--sage-700)}

/* ==========================================================================
   FUTER
   ========================================================================== */
.ftr{background:var(--ink); color:#A9B8A7; padding-top:72px}
.ftr__top{display:grid; grid-template-columns:1.7fr 1fr 1fr 1fr; gap:46px; padding-bottom:50px}
.ftr__brand img{height:46px; width:auto; margin-bottom:20px}
.ftr__brand p{font-size:15px; max-width:38ch; margin-bottom:24px}
.ftr__contact{display:grid; gap:12px}
.ftr__contact a,.ftr__contact span{display:flex; align-items:center; gap:10px; font-size:15px; transition:color .2s}
.ftr__contact a{color:var(--cream)}
.ftr__contact a:hover{color:#C7D9BF}
.ftr__contact .ic{width:17px; height:17px; color:#8FAD8A}
.ftr__col h4{
  color:var(--cream); font-family:var(--f-display); font-style:italic;
  font-weight:400; font-size:19px; margin-bottom:16px;
}
.ftr__col a,.ftr__col span{display:block; padding:6px 0; font-size:15px; transition:color .2s, padding-left .2s}
.ftr__col a:hover{color:var(--cream); padding-left:6px}
.ftr__wa{
  display:inline-flex !important; align-items:center; gap:9px; margin-top:16px;
  background:rgba(250,246,238,.1); color:var(--cream) !important;
  padding:12px 22px !important; border-radius:100px; font-weight:600; font-size:14.5px !important;
  transition:background .2s;
}
.ftr__wa:hover{background:var(--cream); color:var(--ink) !important; padding-left:22px !important}
.ftr__bot{
  display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  border-top:1px solid rgba(250,246,238,.14); padding-block:26px; font-size:13.5px;
}
.pay{display:flex; gap:9px}
.pay span{background:rgba(250,246,238,.1); padding:7px 15px; border-radius:100px; font-size:12.5px; font-weight:500}

/* ==========================================================================
   KORPA / MOBILNI MENI / TOAST
   ========================================================================== */
.ovl{position:fixed; inset:0; background:rgba(30,40,31,.42); z-index:80; backdrop-filter:blur(4px); animation:fade .3s}
@keyframes fade{from{opacity:0}}

.drawer{
  position:fixed; top:0; right:0; bottom:0; width:min(444px,100%); z-index:90;
  background:var(--cream); display:flex; flex-direction:column;
  box-shadow:var(--sh-3); animation:slideL .38s var(--ease);
}
@keyframes slideL{from{transform:translateX(100%)}}
.drawer__hd{display:flex; align-items:center; justify-content:space-between; padding:24px 26px; border-bottom:1px solid var(--line)}
.drawer__hd h3{font-size:1.4rem; font-weight:500}
.drawer__hd span{color:var(--mute)}
.drawer__body{flex:1; overflow-y:auto; padding:20px 26px}
.drawer__empty{text-align:center; padding:66px 20px; color:var(--mute)}
.drawer__empty .ic{width:54px; height:54px; color:var(--line); margin:0 auto 18px; stroke-width:1.2}
.drawer__empty b{display:block; color:var(--ink); font-size:19px; font-family:var(--f-display); font-weight:500; margin-bottom:7px}

.ci{display:flex; gap:14px; padding:16px 0; border-bottom:1px solid var(--line-2)}
.ci:last-child{border-bottom:0}
.ci img{width:78px; height:78px; border-radius:100px 100px 14px 14px; object-fit:cover; flex:none}
.ci__b{flex:1; min-width:0; display:flex; flex-direction:column; gap:5px}
.ci__t{font-family:var(--f-display); font-size:16px; font-weight:500; color:var(--ink); line-height:1.3}
.ci__p{font-size:13px; color:var(--mute)}
.ci__r{display:flex; align-items:center; justify-content:space-between; margin-top:auto; gap:10px}
.qty{display:flex; align-items:center; gap:2px; border:1px solid var(--line); background:var(--white); border-radius:100px; padding:3px}
.qty button{width:28px; height:28px; border-radius:50%; display:grid; place-items:center; font-weight:700; color:var(--ink); font-size:15px; transition:background .18s}
.qty button:hover{background:var(--sage-100)}
.qty b{min-width:26px; text-align:center; font-size:14px; font-variant-numeric:tabular-nums}
.ci__sum{font-family:var(--f-display); font-weight:500; color:var(--ink); font-size:17px}
.ci__del{color:var(--mute); font-size:13px; text-decoration:underline; transition:color .2s}
.ci__del:hover{color:var(--clay-600)}

.drawer__ft{border-top:1px solid var(--line); background:var(--white); padding:22px 26px 26px; display:grid; gap:14px}
.drawer__ship{font-size:13.5px; color:var(--sage-700); background:var(--sage-50); padding:12px 18px; border-radius:100px; text-align:center}
.drawer__sum{display:flex; align-items:baseline; justify-content:space-between}
.drawer__sum span{font-weight:500}
.drawer__sum b{font-family:var(--f-display); font-size:1.8rem; font-weight:500; color:var(--ink)}
.drawer__cont{font-size:14px; font-weight:600; color:var(--mute); padding:4px}
.drawer__cont:hover{color:var(--ink)}

.mnav{
  position:fixed; top:0; left:0; bottom:0; width:min(336px,86%); z-index:90;
  background:var(--cream); padding:22px; display:flex; flex-direction:column; gap:18px;
  box-shadow:var(--sh-3); animation:slideR .38s var(--ease);
}
@keyframes slideR{from{transform:translateX(-100%)}}
.mnav__hd{display:flex; align-items:center; justify-content:space-between}
.mnav__list{display:grid; gap:2px; flex:1}
.mnav__list a{
  padding:14px 18px; border-radius:100px; font-family:var(--f-display);
  font-size:17px; font-weight:500; color:var(--ink); transition:background .18s;
}
.mnav__list a:hover{background:var(--sage-100)}

.totop{
  position:fixed; right:24px; bottom:24px; z-index:70;
  width:50px; height:50px; border-radius:50%;
  background:var(--ink); color:var(--cream); display:grid; place-items:center;
  box-shadow:var(--sh-2); opacity:0; visibility:hidden;
  transform:translateY(14px); transition:all .32s var(--ease);
}
.totop.is-on{opacity:1; visibility:visible; transform:none}
.totop:hover{background:var(--sage)}

.toast{
  position:fixed; left:50%; bottom:30px; z-index:100;
  transform:translate(-50%,24px); opacity:0; visibility:hidden;
  display:flex; align-items:center; gap:11px;
  background:var(--ink); color:var(--cream); padding:15px 26px; border-radius:100px;
  font-size:15px; font-weight:500; box-shadow:var(--sh-3);
  transition:all .32s var(--ease); max-width:calc(100% - 32px);
}
.toast.is-on{opacity:1; visibility:visible; transform:translate(-50%,0)}
.toast .ic{width:19px; height:19px; color:#9CC395; stroke-width:2.4}

/* ==========================================================================
   RESPONZIVNO
   ========================================================================== */
@media (max-width:1180px){
  .cats{grid-template-columns:repeat(3,1fr)}
  .cat--xl{grid-column:span 3; grid-row:auto; min-height:320px; border-radius:var(--arch-sm)}
  .grid{grid-template-columns:repeat(3,1fr)}
  .mega__in{grid-template-columns:repeat(5,1fr); gap:20px}
  .mega__promo{display:none}
  .agro__in{gap:44px}
}
@media (max-width:1024px){
  .topbar__links a:not(.topbar__tel){display:none}
  .nav{display:none}
  .hdr__burger{display:grid; place-items:center; width:44px; height:44px; border-radius:50%}
  .hdr__burger:hover{background:var(--sage-100)}
  .act--phone{display:none}
  .agro__in{grid-template-columns:1fr; gap:44px; padding-block:64px}
  .agro__img{max-height:360px; aspect-ratio:auto}
  .promos{grid-template-columns:1fr}
  .posts{grid-template-columns:1fr 1fr}
  .posts .post:last-child{display:none}
  .news__in{grid-template-columns:1fr; gap:28px; padding:42px 36px}

  /* hero se preslaguje: svod ide iznad teksta, preko cele širine */
  .hero__bg{
    position:relative; inset:auto; right:auto; top:auto; bottom:auto;
    width:auto; height:280px; margin:26px 26px 0;
    border-radius:var(--arch-sm);
  }
  .hero__copy{max-width:none}
  .hero__in{padding-block:34px 76px}
  .harrow{display:none}
}
@media (max-width:860px){
  .hdr__main{flex-wrap:wrap; gap:14px}
  .act--cart .act__txt{display:none}
  .act--cart{padding:11px}
  .act--cart .dot{left:22px; top:4px}
  .search{order:3; flex-basis:100%; max-width:none}
  .search button[type=submit] span{display:none}
  .usp__in{grid-template-columns:1fr 1fr; gap:22px}
  .grid{grid-template-columns:1fr 1fr}
  .revs{grid-template-columns:1fr}
  .revs .rev:last-child{display:none}
  .ftr__top{grid-template-columns:1fr 1fr; gap:36px}
  .sec{padding-block:62px}
  .sec__hd{margin-bottom:32px}
}
@media (max-width:600px){
  .wrap{padding-inline:18px}
  .topbar__links{display:none}
  .topbar__in{justify-content:center}
  .cats{grid-template-columns:1fr}
  .cat--xl{grid-column:span 1}
  .posts{grid-template-columns:1fr}
  .posts .post:last-child{display:flex}
  .hero__bg{height:220px; margin:20px 18px 0}
  .hero__cta{flex-direction:column; align-items:stretch}
  .agro__form{flex-direction:column}
  .news__form{flex-direction:column}
  .news__in{padding:34px 24px; border-radius:var(--r-lg)}
  .ftr__top{grid-template-columns:1fr}
  .tabs{width:100%}
  .tab{flex:1}
  .sec__hd-r{width:100%; justify-content:space-between}
  .usp__in{grid-template-columns:1fr}
}
@media (max-width:420px){
  .grid{grid-template-columns:1fr}
}

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

/* vrlo uski telefoni (~360px): jos malo skupi razmak izmedju burger/logo/ikonica
   da stanu u jedan red pored logotipa */
@media (max-width:400px){
  .hdr__main{gap:6px}
  .hdr__acts{gap:0}
  .act--icon{padding:8px}
  .act--cart{padding:8px}
  .hdr__burger{width:38px !important; height:38px !important}
  .brand img{height:36px !important}
}
