/* Denis Market 97 — stilovi. Dve teme (dan/noć) preko tokena, bez biblioteka. */

/* ------------------------------------------------------------------ tokeni */

:root {
  --f-head: 'Fraunces', Georgia, 'Times New Roman', serif;
  --f-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --wrap: 1180px;
  --gut: clamp(1rem, 4vw, 2.5rem);
  --sec: clamp(4rem, 9vw, 7.5rem);
  --hdr-h: 72px;
  --r-s: 10px;
  --r-m: 16px;
  --r-l: 22px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --t-fast: 180ms;
  --t-med: 420ms;
  --t-slow: 720ms;

  --c-bg: #f4f3ee;
  --c-bg-2: #ebeae3;
  --c-surface: #fdfdfb;
  --c-line: rgba(23, 27, 25, .13);
  --c-line-2: rgba(23, 27, 25, .24);
  --c-text: #171b19;
  --c-text-2: #4a544e;
  --c-brand: #123b2c;
  --c-brand-2: #1a4d39;
  --c-brand-soft: rgba(18, 59, 44, .09);
  --c-on-brand: #f4f3ee;
  --c-accent: #e8a53a;
  --c-accent-2: #d08f24;
  --c-accent-ink: #2b1e07;
  --c-guide: #c98a1f;
  --c-err: #b3261e;
  --c-btn: var(--c-brand);
  --c-btn-hover: var(--c-brand-2);
  --c-btn-text: var(--c-on-brand);
  --shadow: 0 1px 2px rgba(23, 27, 25, .05), 0 12px 32px -18px rgba(23, 27, 25, .28);
  --c-ftr: #123b2c;
  --c-ftr-text: #e6ebe6;
  --c-ftr-muted: #adbcb2;
  color-scheme: light;
}
@media (min-width: 1600px) { :root { --wrap: 1260px; } }

[data-theme="noc"] {
  --c-bg: #0c1512;
  --c-bg-2: #101c17;
  --c-surface: #13221c;
  --c-line: rgba(238, 241, 236, .12);
  --c-line-2: rgba(238, 241, 236, .24);
  --c-text: #eef1ec;
  --c-text-2: #a9b5ae;
  --c-brand: #1d5c44;
  --c-brand-2: #24735a;
  --c-brand-soft: rgba(240, 176, 74, .1);
  --c-on-brand: #eef1ec;
  --c-accent: #f0b04a;
  --c-accent-2: #f5c26b;
  --c-accent-ink: #1e1503;
  --c-guide: #f0b04a;
  --c-err: #ff8a80;
  --c-btn: var(--c-accent);
  --c-btn-hover: var(--c-accent-2);
  --c-btn-text: var(--c-accent-ink);
  --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 14px 36px -18px rgba(0, 0, 0, .7);
  --c-ftr: #08100d;
  --c-ftr-text: #dfe6df;
  --c-ftr-muted: #8f9d94;
  color-scheme: dark;
}

/* ------------------------------------------------------------------ osnova */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 12px); }
body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font: 400 1.0625rem/1.65 var(--f-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 40%, transparent); text-underline-offset: .18em; }
a:hover { text-decoration-color: currentColor; }
button { font: inherit; color: inherit; }
address { font-style: normal; }
ul, ol { margin: 0; padding: 0; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 600; letter-spacing: -.02em; line-height: 1.08; text-wrap: balance; }
:focus-visible { outline: 3px solid var(--c-accent); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--c-accent); color: var(--c-accent-ink); }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gut)); margin-inline: auto; }
.wrap--narrow { width: min(820px, 100% - 2 * var(--gut)); }
.section { position: relative; padding: var(--sec) 0; }
.section--tight { padding: calc(var(--sec) * .7) 0; }
.section--alt { background: var(--c-bg-2); }
.small { font-size: .95rem; color: var(--c-text-2); }
.skip { position: absolute; left: 1rem; top: -100px; z-index: 100; padding: .6rem 1rem; background: var(--c-accent); color: var(--c-accent-ink); border-radius: var(--r-s); font-weight: 700; }
.skip:focus { top: 1rem; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

/* -------------------------------------------------------------- tipografija */

.h0, .h1, .h2, .h3 { font-family: var(--f-head); font-weight: 600; }
.h0 { font-size: clamp(2.5rem, 5.6vw, 4.8rem); line-height: 1; letter-spacing: -.028em; }
.h1 { font-size: clamp(2.2rem, 4.2vw, 3.7rem); letter-spacing: -.025em; }
.h2 { font-size: clamp(1.75rem, 3.1vw, 2.7rem); letter-spacing: -.022em; }
.h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); letter-spacing: -.015em; line-height: 1.2; }
.h4 { font-family: var(--f-body); font-size: 1.08rem; font-weight: 700; letter-spacing: -.005em; margin-bottom: .3em; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.55; color: var(--c-text-2); max-width: 62ch; }
.kicker {
  display: inline-flex; align-items: center; gap: .6rem;
  margin: 0 0 1rem; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-text-2);
}
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--c-accent); border-radius: 2px; transform-origin: left; transition: transform 700ms var(--ease) 120ms; }
.rv .kicker::before, .kicker.rv::before { transform: scaleX(0); }
.rv[data-in="true"] .kicker::before, .kicker.rv[data-in="true"]::before { transform: scaleX(1); }
html:not(.js) .kicker::before { transform: none; }
.sec-head { max-width: 62ch; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.sec-head--row { max-width: none; display: grid; gap: 1.5rem clamp(2rem, 5vw, 5rem); align-items: end; text-align: left; margin-inline: 0; }
.sec-head--row .h2 { margin-bottom: 0; }
.sec-head__txt { color: var(--c-text-2); font-size: 1.05rem; max-width: 56ch; margin: 0; }
@media (min-width: 900px) { .sec-head--row { grid-template-columns: 1.1fr .9fr; } }
.prose p { max-width: 68ch; }
.prose--legal h2 { margin-top: 2.2em; font-family: var(--f-head); }
.prose--legal ul { padding-left: 1.2em; margin: 0 0 1em; }
.prose--legal li { margin: .3em 0; }
.note {
  display: flex; gap: .7rem; align-items: flex-start; margin: 2rem auto 0; max-width: 760px; padding: 1rem 1.2rem;
  border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); font-size: .95rem; color: var(--c-text-2);
}
.note .ico { flex: none; color: var(--c-brand); margin-top: .1rem; }
[data-theme="noc"] .note .ico { color: var(--c-accent); }

/* ------------------------------------------------------------------ dugmad */

.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .9rem 1.3rem; border-radius: 12px; border: 1px solid transparent;
  font-weight: 700; font-size: .98rem; line-height: 1.1; text-decoration: none; cursor: pointer;
  transition: transform var(--t-fast) var(--ease), background var(--t-fast), border-color var(--t-fast), color var(--t-fast);
}
.btn .ico { width: 20px; height: 20px; transition: transform var(--t-fast) var(--ease); }
.btn:hover .ico:last-child { transform: translateX(3px); }
.btn:active { transform: scale(.98); }
.btn--primary { background: var(--c-btn); color: var(--c-btn-text); }
.btn--primary:hover { background: var(--c-btn-hover); }
.btn--ghost { background: transparent; border-color: var(--c-line-2); color: var(--c-text); }
.btn--ghost:hover { background: var(--c-surface); border-color: var(--c-text); }
.btn--sm { padding: .6rem .95rem; font-size: .9rem; border-radius: 10px; }
.ico { width: 24px; height: 24px; flex: none; }
.ico--big { width: 40px; height: 40px; }

/* --------------------------------------------------------------- zaglavlje */

.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--hdr-h);
  border-bottom: 1px solid var(--c-line);
  transition: border-color var(--t-med), box-shadow var(--t-med);
}
/* Zamućenje ide na pseudo-element: backdrop-filter na samom zaglavlju bi postao
   containing block za fiksirani mobilni meni, pa bi meni ostao zarobljen u traci. */
.hdr::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: color-mix(in srgb, var(--c-bg) 82%, transparent);
  -webkit-backdrop-filter: saturate(140%) blur(14px); backdrop-filter: saturate(140%) blur(14px);
  transition: opacity var(--t-med);
}
.hdr--clear:not(.hdr--solid) { border-color: transparent; }
.hdr--clear:not(.hdr--solid)::before { opacity: 0; }
.hdr--solid { box-shadow: 0 8px 30px -22px rgba(0, 0, 0, .35); }
.hdr__bar { position: absolute; left: 0; top: 0; width: 100%; height: 3px; pointer-events: none; }
.hdr__bar i { display: block; height: 100%; width: 100%; background: var(--c-accent); transform-origin: left; transform: scaleX(var(--p, 0)); }
.hdr__in { height: 100%; display: flex; align-items: center; gap: 1.5rem; }
.logo { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: var(--f-head); }
.logo__mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
  background: var(--c-brand); color: var(--c-accent); font-weight: 600; font-size: 1.15rem; letter-spacing: -.04em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}
[data-theme="noc"] .logo__mark { background: var(--c-accent); color: var(--c-accent-ink); }
.logo__word { font-size: 1.28rem; letter-spacing: -.02em; line-height: 1; }
.logo__word b { font-weight: 600; color: var(--c-brand); }
[data-theme="noc"] .logo__word b { color: var(--c-accent); }
.logo--big .logo__mark { width: 52px; height: 52px; font-size: 1.4rem; border-radius: 14px; }
.logo--big .logo__word { font-size: 1.6rem; }

.nav { margin-left: auto; }
.nav__list { display: flex; gap: .2rem; list-style: none; }
.nav__list a {
  display: block; padding: .55rem .85rem; border-radius: 10px; font-weight: 600; font-size: .98rem; text-decoration: none; color: var(--c-text-2);
  transition: color var(--t-fast), background var(--t-fast);
}
.nav__list a:hover { color: var(--c-text); background: var(--c-brand-soft); }
.nav__list a[aria-current="page"] { color: var(--c-text); position: relative; }
.nav__list a[aria-current="page"]::after { content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .3rem; height: 2px; background: var(--c-accent); border-radius: 2px; }
.nav__extra { display: none; }
.hdr__tools { display: flex; align-items: center; gap: .5rem; }
.hdr__call { padding: .6rem .95rem; font-size: .92rem; }
.hdr__call .ico { width: 18px; height: 18px; }
.theme {
  position: relative; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--c-line-2); background: transparent; cursor: pointer;
  display: grid; place-items: center; overflow: hidden; transition: border-color var(--t-fast), background var(--t-fast);
}
.theme:hover { background: var(--c-surface); border-color: var(--c-text); }
.theme span { grid-area: 1 / 1; display: grid; place-items: center; transition: transform var(--t-med) var(--ease), opacity var(--t-med); }
.theme .ico { width: 20px; height: 20px; }
.theme__moon { transform: translateY(20px) rotate(-30deg); opacity: 0; }
[data-theme="noc"] .theme__sun { transform: translateY(-20px) rotate(30deg); opacity: 0; }
[data-theme="noc"] .theme__moon { transform: none; opacity: 1; }
.burger { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--c-line-2); background: transparent; cursor: pointer; padding: 0; position: relative; }
.burger span { position: absolute; left: 11px; width: 20px; height: 2px; background: var(--c-text); border-radius: 2px; transition: transform var(--t-med) var(--ease), opacity var(--t-fast), top var(--t-med) var(--ease); }
.burger span:nth-child(1) { top: 13px; }
.burger span:nth-child(2) { top: 20px; }
.burger span:nth-child(3) { top: 27px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

@media (max-width: 1000px) {
  :root { --hdr-h: 64px; }
  .hdr__call span { display: none; }
  .hdr__call { padding: .6rem; }
  .burger { display: block; }
  .nav {
    position: fixed; inset: var(--hdr-h) 0 0 0; margin: 0; padding: 1.5rem var(--gut) 2rem;
    background: var(--c-bg); border-top: 1px solid var(--c-line);
    display: flex; flex-direction: column; justify-content: space-between; gap: 2rem;
    transform: translateY(-8px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: transform var(--t-med) var(--ease), opacity var(--t-med), visibility 0s var(--t-med);
    overflow: auto;
  }
  .nav[data-open="true"] { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition: transform var(--t-med) var(--ease), opacity var(--t-med), visibility 0s; }
  .nav__list { flex-direction: column; gap: 0; }
  .nav__list a { font-family: var(--f-head); font-size: 2rem; padding: .7rem 0; border-bottom: 1px solid var(--c-line); border-radius: 0; color: var(--c-text); }
  .nav__list a[aria-current="page"]::after { left: 0; right: auto; width: 34px; bottom: .6rem; }
  .nav__extra { display: grid; gap: .8rem; }
  .nav__phone { display: inline-flex; align-items: center; gap: .6rem; font-size: 1.3rem; font-weight: 700; text-decoration: none; }
  .nav__hours { display: inline-flex; align-items: center; gap: .6rem; color: var(--c-text-2); margin: 0; }
  .nav__hours .ico, .nav__phone .ico { color: var(--c-accent); }
}

/* --------------------------------------------------------------- otkrivanje */

.rv { opacity: 0; transform: translateY(18px); transition: opacity var(--t-slow) var(--ease) var(--rv-d, 0ms), transform var(--t-slow) var(--ease) var(--rv-d, 0ms); }
.rv--clip { clip-path: inset(0 0 100% 0 round var(--r-l)); transition: clip-path 900ms var(--ease) var(--rv-d, 0ms); }
.rv[data-in="true"] { opacity: 1; transform: none; }
.rv--clip[data-in="true"] { clip-path: inset(0 0 0 0 round var(--r-l)); }
html:not(.js) .rv, html:not(.js) .rv--clip { opacity: 1; transform: none; clip-path: none; }
img.imf { opacity: 0; transition: opacity var(--t-slow) ease; }
img.imf.ld { opacity: 1; }

/* -------------------------------------------------------------------- hero */

.hero { position: relative; overflow: clip; }
.hero--full { min-height: 100svh; padding: calc(var(--hdr-h) + 3rem) 0 4.5rem; display: flex; flex-direction: column; justify-content: center; }
.hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero__num {
  position: absolute; right: 1vw; top: 9vh; font-family: var(--f-head); font-weight: 600; font-size: clamp(14rem, 27vw, 30rem); line-height: .8; letter-spacing: -.06em;
  color: var(--c-brand); opacity: .07; user-select: none; will-change: transform; animation: numIn 1.6s var(--ease) 300ms backwards;
}
/* Samo 'from' + backwards: posle ulaza važi osnovni stil, pa JS može da pomera broj uz skrol. */
@keyframes numIn { from { opacity: 0; transform: translateY(40px); } }
[data-theme="noc"] .hero__num { color: var(--c-accent); opacity: .06; }
html:not(.js) .hero__num { animation: none; }
.hero__in { position: relative; z-index: 1; display: grid; gap: 2.5rem; align-items: center; }
.hero__kicker { color: var(--c-brand); }
[data-theme="noc"] .hero__kicker { color: var(--c-accent); }
.hero__title { max-width: 14ch; margin-bottom: 1.2rem; }
.hero__title .w { display: inline-block; opacity: 0; transform: translateY(.45em) rotate(1.5deg); animation: wIn 900ms var(--ease) forwards; animation-delay: calc(120ms + var(--i) * 55ms); }
@keyframes wIn { to { opacity: 1; transform: none; } }
html:not(.js) .hero__title .w { animation: none; opacity: 1; transform: none; }
.hero__lead { margin-bottom: 1.8rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__media { position: relative; }
.hero__fig { margin: 0; position: relative; border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow); background: var(--c-bg-2); animation: figIn 1100ms var(--ease) 260ms backwards; }
.hero__fig--b { animation-delay: 620ms; }
/* Slika ostaje delimično vidljiva od prvog kadra, da LCP ne čeka kraj animacije. */
@keyframes figIn { from { clip-path: inset(12% 8% round var(--r-l)); transform: translateY(24px); opacity: .4; } }
.hero__fig .hero__img { animation: imgZoom 1600ms var(--ease) 260ms backwards; }
@keyframes imgZoom { from { transform: scale(1.08); } }
html:not(.js) .hero__fig, html:not(.js) .hero__img { animation: none; }
.hero__fig--a { aspect-ratio: 5 / 4; }
.hero__fig--b { display: none; }
.hero__img { width: 100%; height: 100%; object-fit: cover; }
.hero__cap { position: absolute; left: .8rem; bottom: .8rem; display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .75rem; border-radius: 999px; background: var(--c-accent); color: var(--c-accent-ink); font-size: .82rem; font-weight: 700; }
.hero__cap .ico { width: 16px; height: 16px; }
.hero__facts { position: relative; z-index: 1; list-style: none; display: grid; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--c-line); }
.hero__fact { display: grid; gap: .1rem; opacity: 0; animation: fIn 700ms var(--ease) forwards; animation-delay: calc(700ms + var(--i) * 110ms); }
@keyframes fIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
html:not(.js) .hero__fact { animation: none; opacity: 1; }
.hero__fact b { font-family: var(--f-head); font-weight: 600; font-size: 1.6rem; letter-spacing: -.02em; line-height: 1; }
.hero__fact span { font-size: .9rem; color: var(--c-text-2); }
.hero__cue { position: absolute; left: 50%; bottom: 1rem; width: 24px; height: 40px; margin-left: -12px; border-radius: 12px; border: 1.5px solid var(--c-line-2); display: none; }
.hero__cue span { position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--c-accent); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%, 100% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 71% { opacity: 0; } }

@media (min-width: 900px) {
  .hero__in { grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); }
  .hero__media { padding-bottom: 5.5rem; padding-left: 1rem; }
  .hero__fig--a { aspect-ratio: 4 / 5; max-height: 66vh; }
  .hero__fig--b { display: block; position: absolute; left: -1rem; bottom: 0; width: 46%; aspect-ratio: 4 / 3; border: 6px solid var(--c-bg); border-radius: 18px; }
  .hero__facts { grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem; }
  .hero__cue { display: block; }
}
@media (max-width: 899px) {
  .hero--full { min-height: 0; padding-top: calc(var(--hdr-h) + 2rem); padding-bottom: 2.5rem; }
  .hero__num { font-size: clamp(11rem, 38vw, 16rem); right: -.5rem; top: 1rem; }
  .hero__fig--a { aspect-ratio: 16 / 10; max-height: 52vh; }
  .hero__cta .btn { flex: 1 1 220px; justify-content: center; }
  .hero__facts { grid-template-columns: repeat(3, 1fr); gap: .8rem; }
  .hero__fact b { font-size: 1.25rem; }
  .hero__fact span { font-size: .78rem; }
}

/* ------------------------------------------------------------------ traka */

.ticker { position: relative; overflow: hidden; background: var(--c-brand); color: var(--c-on-brand); border-block: 1px solid rgba(255, 255, 255, .06); }
[data-theme="noc"] .ticker { background: var(--c-bg-2); color: var(--c-text); }
.ticker__track { display: flex; width: max-content; animation: tick 46s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__list { display: flex; list-style: none; padding: .95rem 0; }
.ticker__list li { display: flex; align-items: center; white-space: nowrap; padding: 0 1.4rem; font-family: var(--f-head); font-size: 1.05rem; letter-spacing: .01em; }
.ticker__list li::after { content: ""; width: 6px; height: 6px; margin-left: 2.8rem; border-radius: 50%; background: var(--c-accent); }
@keyframes tick { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------- linija vodilja */

#guideRoot { position: relative; }
.guide-svg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: visible; color: var(--c-guide); }
.guide-path { stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.guide-dot { fill: var(--c-bg); stroke: currentColor; stroke-width: 2; transition: fill var(--t-med), transform var(--t-med) var(--ease); transform-box: fill-box; transform-origin: center; }
.guide-dot[data-on="true"] { fill: currentColor; transform: scale(1.25); }
.guide-head { fill: currentColor; opacity: 0; transition: opacity var(--t-med); }
.guide-ring { fill: none; stroke: currentColor; stroke-width: 1.5; opacity: 0; transition: opacity var(--t-med); }
.guide-head[data-on="true"] { opacity: 1; }
.guide-ring[data-on="true"] { opacity: .45; animation: ring 2.2s ease-out infinite; }
@keyframes ring { 0% { transform: scale(.7); opacity: .6; } 100% { transform: scale(1.4); opacity: 0; } }
.guide-ring { transform-box: fill-box; transform-origin: center; }
#guideRoot > .section, #guideRoot > .cta { position: relative; z-index: 1; }

/* ---------------------------------------------------------- deljene sekcije */

.split__in { display: grid; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split__fig { position: relative; margin: 0; border-radius: var(--r-l); overflow: hidden; aspect-ratio: 4 / 3; background: var(--c-bg-2); box-shadow: var(--shadow); }
@media (max-width: 899px) { .split__fig { aspect-ratio: 16 / 10; } }
.split__img { width: 100%; height: 100%; object-fit: cover; }
.split__badge {
  position: absolute; left: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .45rem;
  padding: .5rem .85rem; border-radius: 999px; background: var(--c-surface); color: var(--c-text); font-weight: 700; font-size: .88rem; box-shadow: var(--shadow);
}
.split__badge .ico { width: 17px; height: 17px; color: var(--c-accent-2); }
.split__txt > .h2 { margin-bottom: .8rem; }
.split__txt > p { color: var(--c-text-2); max-width: 58ch; }
.split__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
@media (min-width: 900px) {
  .split__in { grid-template-columns: 1fr 1fr; }
  .split--rev .split__fig { order: 2; }
  .split--rev .split__txt { order: 1; }
}

.points { list-style: none; display: grid; gap: 1.1rem; margin: 1.6rem 0 1.8rem; }
.points__item { display: flex; gap: .95rem; align-items: flex-start; }
.points__ico { color: var(--c-brand); background: var(--c-brand-soft); border-radius: 10px; padding: 8px; width: 40px; height: 40px; }
[data-theme="noc"] .points__ico { color: var(--c-accent); }
.points__item p { margin: 0; color: var(--c-text-2); font-size: .98rem; }
.points--plain .points__ico { background: transparent; padding: 4px; width: 32px; height: 32px; }

.chips { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.chips li { padding: .38rem .75rem; border: 1px solid var(--c-line-2); border-radius: 999px; font-size: .88rem; color: var(--c-text-2); background: transparent; }
.chips--solid li { background: var(--c-surface); border-color: var(--c-line); color: var(--c-text); }

/* ------------------------------------------------------------------ bento */

.bento { display: grid; gap: 1rem; }
.bento__cell {
  position: relative; overflow: hidden; padding: 1.75rem; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface);
  transition: transform var(--t-med) var(--ease), border-color var(--t-med), box-shadow var(--t-med);
}
.bento__cell:hover { transform: translateY(-3px); border-color: var(--c-accent); box-shadow: var(--shadow); }
.bento__cell .h3 { margin-bottom: .5rem; }
.bento__cell p { margin: 0; color: var(--c-text-2); }
.bento__n { position: absolute; right: -.15em; bottom: -.35em; font-family: var(--f-head); font-weight: 600; font-size: 7rem; line-height: 1; letter-spacing: -.06em; color: var(--c-brand); opacity: .06; pointer-events: none; }
[data-theme="noc"] .bento__n { color: var(--c-accent); }
.bento__cell--img { padding: 0; aspect-ratio: 16 / 10; }
.bento__cell--img img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) {
  .bento { grid-template-columns: repeat(4, 1fr); grid-template-areas: "a a b img" "c d d img"; }
  .bento__cell:nth-child(1) { grid-area: a; }
  .bento__cell:nth-child(2) { grid-area: b; }
  .bento__cell:nth-child(3) { grid-area: c; }
  .bento__cell:nth-child(4) { grid-area: d; }
  .bento__cell--img { grid-area: img; aspect-ratio: auto; min-height: 100%; }
  .bento__cell:nth-child(1) .h3, .bento__cell:nth-child(4) .h3 { font-size: 1.6rem; }
}

/* ------------------------------------------------------------ radno vreme */

.hours__in { display: grid; gap: 1.2rem; }
.hours__card { position: relative; padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: var(--r-l); border: 1px solid var(--c-line); background: var(--c-surface); display: grid; gap: .8rem; align-content: start; }
.hours__card--market { background: var(--c-brand); color: var(--c-on-brand); border-color: transparent; }
.hours__card--market .kicker { color: rgba(244, 243, 238, .8); }
.hours__card--market .btn--ghost { border-color: rgba(244, 243, 238, .4); color: var(--c-on-brand); }
.hours__card--market .btn--ghost:hover { background: rgba(244, 243, 238, .12); border-color: var(--c-on-brand); }
[data-theme="noc"] .hours__card--market { background: var(--c-brand); }
.hours__big { display: flex; align-items: baseline; gap: .1em; margin: 0; font-family: var(--f-head); font-weight: 600; font-size: clamp(3.6rem, 8vw, 6.4rem); line-height: .95; letter-spacing: -.045em; color: var(--c-accent); }
.hours__big i { font-style: normal; opacity: .55; }
.hours__sub { margin: 0; font-size: 1.05rem; }
.hours__title { margin: 0; }
.hours__addr { display: flex; gap: .6rem; align-items: flex-start; line-height: 1.45; }
.hours__addr .ico, .hours__phone .ico { width: 20px; height: 20px; color: var(--c-accent); margin-top: .15rem; }
.hours__phone { display: flex; gap: .6rem; align-items: center; margin: 0; font-weight: 700; }
.hours__card .btn { justify-self: start; margin-top: .4rem; }
@media (min-width: 900px) { .hours__in { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------------------ pitanja */

.faq { border-top: 1px solid var(--c-line); }
.faq__item { border-bottom: 1px solid var(--c-line); }
.faq__h { margin: 0; font: inherit; }
.faq__q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.15rem 0; background: none; border: 0; text-align: left; cursor: pointer;
  font-family: var(--f-head); font-size: 1.15rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3;
}
.faq__q:hover { color: var(--c-brand-2); }
[data-theme="noc"] .faq__q:hover { color: var(--c-accent); }
.faq__ico { position: relative; flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--c-line-2); }
.faq__ico::before, .faq__ico::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; background: currentColor; border-radius: 2px; transition: transform var(--t-med) var(--ease); }
.faq__ico::after { transform: rotate(90deg); }
.faq__item[data-open="true"] .faq__ico::after { transform: rotate(0); }
.faq__item[data-open="true"] .faq__ico { border-color: var(--c-accent); color: var(--c-accent-2); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--t-med) var(--ease); }
.faq__a p { overflow: hidden; margin: 0; color: var(--c-text-2); max-width: 66ch; }
.faq__item[data-open="true"] .faq__a { grid-template-rows: 1fr; }
.faq__item[data-open="true"] .faq__a p { padding-bottom: 1.15rem; }
/* Sklopljen odgovor izlazi i iz stabla pristupačnosti, da ga čitač ekrana ne čita kao vidljiv. */
.faq__item:not([data-open="true"]) .faq__a p { visibility: hidden; }
html:not(.js) .faq__a { grid-template-rows: 1fr; }
html:not(.js) .faq__item .faq__a p { visibility: visible; }
html:not(.js) .faq__a p { padding-bottom: 1.15rem; }

/* ----------------------------------------------------------- upit + obrazac */

.cta { background: var(--c-bg-2); }
.cta__in { display: grid; gap: 2.5rem; align-items: start; }
.cta__facts { list-style: none; display: grid; gap: .8rem; margin-top: 1.6rem; }
.cta__facts li { display: flex; align-items: center; gap: .7rem; font-weight: 600; }
.cta__facts .ico { color: var(--c-accent-2); }
.cta__facts a { text-decoration: none; }
.cta__facts a:hover { text-decoration: underline; }
@media (min-width: 900px) { .cta__in { grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); } }

.form { padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: var(--r-l); border: 1px solid var(--c-line); background: var(--c-surface); box-shadow: var(--shadow); }
.form__f { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; }
@media (min-width: 620px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .4rem; }
.field__label { font-size: .9rem; font-weight: 700; color: var(--c-text-2); }
.field__input, .field__area {
  width: 100%; padding: .85rem 1rem; border-radius: var(--r-s); border: 1px solid var(--c-line-2); background: var(--c-bg); color: var(--c-text); font: inherit;
  transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
}
.field__area { resize: vertical; min-height: 130px; }
.field__input:focus, .field__area:focus { outline: none; border-color: var(--c-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 28%, transparent); background: var(--c-surface); }
.field__sel { position: relative; }
.field__sel::after { content: ""; position: absolute; right: 1rem; top: 50%; width: 8px; height: 8px; margin-top: -6px; border-right: 2px solid var(--c-text-2); border-bottom: 2px solid var(--c-text-2); transform: rotate(45deg); pointer-events: none; }
.field__sel select { appearance: none; -webkit-appearance: none; padding-right: 2.6rem; cursor: pointer; }
.field__err { display: none; margin: 0; font-size: .85rem; color: var(--c-err); }
.field[data-err="true"] .field__err { display: block; }
.field[data-err="true"] .field__input, .field[data-err="true"] .field__area { border-color: var(--c-err); }
.check { display: flex; gap: .7rem; align-items: flex-start; cursor: pointer; font-size: .92rem; color: var(--c-text-2); }
.check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check__box { flex: none; width: 22px; height: 22px; margin-top: .1rem; border-radius: 6px; border: 1px solid var(--c-line-2); background: var(--c-bg); position: relative; transition: background var(--t-fast), border-color var(--t-fast); }
.check__box::after { content: ""; position: absolute; left: 7px; top: 3px; width: 6px; height: 11px; border-right: 2px solid var(--c-accent-ink); border-bottom: 2px solid var(--c-accent-ink); transform: rotate(45deg) scale(0); transition: transform var(--t-fast) var(--ease); }
.check input:checked + .check__box { background: var(--c-accent); border-color: var(--c-accent); }
.check input:checked + .check__box::after { transform: rotate(45deg) scale(1); }
.check input:focus-visible + .check__box { outline: 3px solid var(--c-accent); outline-offset: 2px; }
.field--check[data-err="true"] .check__box { border-color: var(--c-err); }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin-top: .3rem; }
.form__alt { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; text-decoration: none; }
.form__alt .ico { width: 20px; height: 20px; color: var(--c-accent-2); }
.form__ok { display: grid; gap: .5rem; justify-items: start; }
.form__ok .ico--big { color: var(--c-accent-2); }
.form__warn { color: var(--c-err); font-size: .92rem; }
.form__ok:focus { outline: none; }

/* -------------------------------------------------- unutrašnje strane, mrvice */

.phead { padding: calc(var(--hdr-h) + clamp(2.5rem, 6vw, 5rem)) 0 clamp(2rem, 4vw, 3.5rem); }
.phead__in { display: grid; gap: 2rem; align-items: center; }
.phead__txt .h1 { margin: .2em 0 .5em; }
.phead__fig { position: relative; margin: 0; border-radius: var(--r-l); overflow: hidden; aspect-ratio: 16 / 10; max-height: 52vh; box-shadow: var(--shadow); background: var(--c-bg-2); }
.phead__img { width: 100%; height: 100%; object-fit: cover; }
.phead__num { position: absolute; right: -.1em; bottom: -.32em; font-family: var(--f-head); font-weight: 600; font-size: clamp(6rem, 12vw, 11rem); line-height: 1; letter-spacing: -.06em; color: var(--c-accent); opacity: .85; mix-blend-mode: multiply; pointer-events: none; }
[data-theme="noc"] .phead__num { mix-blend-mode: screen; opacity: .7; }
@media (min-width: 900px) {
  .phead--img .phead__in { grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); }
  .phead__fig { aspect-ratio: 4 / 3; max-height: none; }
}
.crumbs { list-style: none; display: flex; flex-wrap: wrap; gap: .3rem; margin-bottom: 1.2rem; font-size: .85rem; color: var(--c-text-2); }
.crumbs li + li::before { content: "/"; margin: 0 .35rem 0 .1rem; opacity: .5; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs [aria-current] { color: var(--c-text); }

/* ------------------------------------------------------------ kategorije */

.cats { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.cat { display: grid; gap: 1.5rem; align-items: center; }
.cat__fig { margin: 0; aspect-ratio: 16 / 10; border-radius: var(--r-m); overflow: hidden; background: var(--c-bg-2); }
.cat__img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.cat:hover .cat__img { transform: scale(1.03); }
.cat__head { display: flex; align-items: center; gap: .9rem; margin-bottom: .6rem; }
.cat__head .h3 { margin: 0; }
.cat__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--c-brand); color: var(--c-accent); flex: none; }
[data-theme="noc"] .cat__ico { background: var(--c-accent); color: var(--c-accent-ink); }
.cat__body > p { color: var(--c-text-2); max-width: 56ch; }
@media (min-width: 800px) {
  .cat { grid-template-columns: .85fr 1.15fr; gap: clamp(1.5rem, 4vw, 3.5rem); }
  .cat--rev .cat__fig { order: 2; }
  .cat--rev .cat__body { order: 1; }
}

/* ------------------------------------------------------- koraci, trio, priča */

.steps { list-style: none; display: grid; gap: 1.2rem; counter-reset: k; }
.steps__item { padding: 1.4rem 0 0; border-top: 2px solid var(--c-line); }
.steps__when { display: inline-block; margin-bottom: .6rem; font-family: var(--f-head); font-weight: 600; font-size: 2rem; letter-spacing: -.03em; line-height: 1; color: var(--c-brand); }
[data-theme="noc"] .steps__when { color: var(--c-accent); }
.steps__item p { margin: 0; color: var(--c-text-2); }
.steps--num .steps__when { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--c-accent); color: var(--c-accent-ink); font-size: 1.25rem; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.trio { display: grid; gap: 1rem; }
.trio__item { padding: 1.6rem; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); transition: transform var(--t-med) var(--ease), border-color var(--t-med); }
.trio__item:hover { transform: translateY(-3px); border-color: var(--c-accent); }
.trio__ico { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1rem; border-radius: 14px; background: var(--c-brand-soft); color: var(--c-brand); }
[data-theme="noc"] .trio__ico { color: var(--c-accent); }
.trio__item p { margin: 0; color: var(--c-text-2); }
@media (min-width: 800px) { .trio { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; } }

.story { display: grid; gap: 2rem; align-items: start; }
.story__txt p { font-size: 1.08rem; }
.story__fig { margin: 0; border-radius: var(--r-l); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.story__fig img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) { .story { grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 6rem); } .story__fig { position: sticky; top: calc(var(--hdr-h) + 1.5rem); } }

.facts { margin: 0; display: grid; }
.facts > div { display: grid; gap: .2rem 1.5rem; padding: .9rem 0; border-bottom: 1px solid var(--c-line); }
.facts dt { font-size: .85rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--c-text-2); }
.facts dd { margin: 0; }
@media (min-width: 620px) { .facts > div { grid-template-columns: 160px 1fr; } }

/* ------------------------------------------------------------------ kontakt */

.contact__in { display: grid; gap: 2rem; align-items: start; }
.contact__form .h3 { margin-bottom: .3rem; }
.contact__form .small { margin-bottom: 1.2rem; }
.contact__side { display: grid; gap: 1rem; }
.ccard { padding: 1.4rem 1.5rem; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); display: grid; gap: .5rem; justify-items: start; }
.ccard .kicker { margin-bottom: .2rem; }
.ccard a { text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.ccard a:hover { text-decoration: underline; }
.ccard__big { margin: 0; font-family: var(--f-head); font-size: 1.7rem; font-weight: 600; letter-spacing: -.02em; }
.ccard__big .ico { color: var(--c-accent-2); }
.ccard__hours { display: flex; align-items: center; gap: .5rem; margin: 0; color: var(--c-text-2); }
.ccard__hours .ico { width: 18px; height: 18px; color: var(--c-accent-2); }
.ccard .ico { width: 20px; height: 20px; }
@media (min-width: 900px) { .contact__in { grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 4vw, 4rem); } .contact__side { position: sticky; top: calc(var(--hdr-h) + 1.5rem); } }

/* --------------------------------------------------------------------- 404 */

.e404 { padding-top: calc(var(--hdr-h) + var(--sec)); min-height: 80svh; display: grid; align-items: center; }
.e404__in { position: relative; }
.e404__num { position: absolute; right: 0; top: -1.2em; font-family: var(--f-head); font-weight: 600; font-size: clamp(6rem, 18vw, 14rem); line-height: 1; color: var(--c-brand); opacity: .07; pointer-events: none; }
[data-theme="noc"] .e404__num { color: var(--c-accent); }
.e404__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

/* ---------------------------------------------------------------- podnožje */

.ftr { background: var(--c-ftr); color: var(--c-ftr-text); padding: clamp(3rem, 6vw, 5rem) 0 2rem; }
.ftr a { text-decoration: none; }
.ftr a:hover { text-decoration: underline; }
.ftr__top { display: grid; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.ftr .logo__mark { background: var(--c-accent); color: var(--c-accent-ink); }
.ftr .logo__word b { color: var(--c-accent); }
.ftr__tag { max-width: 34ch; margin-top: 1.2rem; color: var(--c-ftr-muted); line-height: 1.55; }
.ftr__grid { display: grid; gap: 2rem; }
.ftr__h { margin: 0 0 .8rem; font-family: var(--f-body); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-accent); }
.ftr__col p { margin: 0 0 .7rem; line-height: 1.5; }
.ftr__hours { display: flex; gap: .5rem; align-items: center; color: var(--c-ftr-muted); }
.ftr__hours .ico, .ftr__map .ico { width: 18px; height: 18px; }
.ftr__map { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--c-accent); }
.ftr__nav { list-style: none; display: grid; gap: .35rem; margin-top: 1rem; }
.ftr__bottom { display: grid; gap: .8rem; padding-top: 1.6rem; font-size: .86rem; color: var(--c-ftr-muted); }
.ftr__legal { margin: 0; }
.ftr__links { margin: 0; display: flex; flex-wrap: wrap; gap: 1.2rem; }
.ftr__links a { color: var(--c-ftr-text); }
.ftr__copy { margin: 0; }
.ftr__copy a { color: var(--c-ftr-text); }
@media (min-width: 900px) {
  .ftr__top { grid-template-columns: .9fr 2fr; gap: 4rem; }
  .ftr__grid { grid-template-columns: repeat(3, 1fr); }
  .ftr__bottom { grid-template-columns: 1fr auto; align-items: center; }
  .ftr__copy { grid-column: 1 / -1; }
}

/* ------------------------------------------------ nove strane: deljene komponente */

.center { text-align: center; margin-top: 2rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.more { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; font-weight: 700; text-decoration: none; color: var(--c-brand); }
[data-theme="noc"] .more { color: var(--c-accent); }
.more .ico { width: 18px; height: 18px; transition: transform var(--t-fast) var(--ease); }
.more:hover .ico { transform: translateX(3px); }
.cat__link { text-decoration: none; }
.cat__link:hover { text-decoration: underline; text-decoration-color: var(--c-accent); }
.list { padding-left: 1.2em; margin: .4em 0 1em; }
.list li { margin: .35em 0; }
.prose--wide p { max-width: 72ch; }
.prose__sec { margin-bottom: 2rem; }
.prose__sec .h3 { margin-bottom: .5em; }
.prose__sec p { color: var(--c-text-2); }
.prose__sec p:last-child { margin-bottom: 0; }

/* pod-navigacija (pilule), klizi vodoravno na telefonu */
.subnav { display: flex; gap: .5rem; margin: 0 0 2rem; padding-bottom: .4rem; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.subnav::-webkit-scrollbar { display: none; }
.subnav__item {
  flex: none; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .9rem; border-radius: 999px;
  border: 1px solid var(--c-line-2); background: var(--c-surface); color: var(--c-text-2); font-size: .9rem; font-weight: 600; text-decoration: none;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast) var(--ease);
}
.subnav__item:hover { color: var(--c-text); border-color: var(--c-text); transform: translateY(-1px); }
.subnav__item[aria-current="page"] { background: var(--c-brand); color: var(--c-on-brand); border-color: var(--c-brand); }
[data-theme="noc"] .subnav__item[aria-current="page"] { background: var(--c-accent); color: var(--c-accent-ink); border-color: var(--c-accent); }
.subnav__ico { width: 18px; height: 18px; }
.chips--big li { font-size: .95rem; padding: .5rem .9rem; }

/* glavna kolona + bočna */
.two-col { display: grid; gap: 2rem; align-items: start; }
.side { display: grid; gap: 1rem; }
.side__card { padding: 1.4rem 1.5rem; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); display: grid; gap: .6rem; justify-items: start; }
.side__card .kicker { margin-bottom: 0; }
.side__card--brand { background: var(--c-brand); color: var(--c-on-brand); border-color: transparent; }
.side__card--brand .kicker { color: rgba(244, 243, 238, .8); }
.side__card--brand .btn--ghost { border-color: rgba(244, 243, 238, .4); color: var(--c-on-brand); }
.side__card--brand .btn--ghost:hover { background: rgba(244, 243, 238, .12); border-color: var(--c-on-brand); }
[data-theme="noc"] .side__card--brand .btn--primary { background: var(--c-accent); color: var(--c-accent-ink); }
.side__card--brand .small { color: rgba(244, 243, 238, .8); }
.side__big { margin: 0; font-family: var(--f-head); font-weight: 600; font-size: clamp(2.6rem, 4vw, 3.4rem); letter-spacing: -.04em; line-height: 1; color: var(--c-accent); }
.side__actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.tips { list-style: none; display: grid; gap: .9rem; }
.tips li { display: flex; gap: .7rem; align-items: flex-start; }
.tips__ico { width: 20px; height: 20px; flex: none; margin-top: .15rem; color: var(--c-accent-2); }
.tips b { display: block; }
.tips span { color: var(--c-text-2); font-size: .95rem; }
.facts-list { list-style: none; display: grid; gap: 1rem; }
.facts-list li { display: flex; gap: .8rem; align-items: flex-start; }
.facts-list__ico { width: 22px; height: 22px; flex: none; margin-top: .1rem; color: var(--c-brand); }
[data-theme="noc"] .facts-list__ico { color: var(--c-accent); }
.facts-list b { display: block; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; color: var(--c-text-2); }
@media (min-width: 900px) {
  .two-col { grid-template-columns: minmax(0, 1.6fr) minmax(280px, .9fr); gap: clamp(2rem, 5vw, 5rem); }
  .two-col--even { grid-template-columns: 1fr 1fr; }
  .two-col > .side { position: sticky; top: calc(var(--hdr-h) + 1.5rem); }
}

/* kartice (srodne strane, pregledi) */
.cards { display: grid; gap: 1.2rem; }
.card {
  display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); text-decoration: none; color: inherit;
  transition: transform var(--t-med) var(--ease), border-color var(--t-med), box-shadow var(--t-med);
}
.card:hover { transform: translateY(-4px); border-color: var(--c-accent); box-shadow: var(--shadow); }
.card__fig { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: var(--c-bg-2); }
.card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.card:hover .card__img { transform: scale(1.04); }
.card__body { display: grid; gap: .45rem; padding: 1.2rem 1.3rem 1.3rem; align-content: start; flex: 1; }
.card__tag { justify-self: start; padding: .25rem .6rem; border-radius: 999px; background: var(--c-brand-soft); color: var(--c-brand); font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
[data-theme="noc"] .card__tag { color: var(--c-accent); }
.card__title { margin: 0; font-family: var(--f-head); font-weight: 600; font-size: 1.25rem; letter-spacing: -.015em; line-height: 1.2; }
.card__body p { margin: 0; color: var(--c-text-2); font-size: .95rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card__more { display: inline-flex; align-items: center; gap: .35rem; margin-top: auto; padding-top: .6rem; font-weight: 700; font-size: .9rem; color: var(--c-brand); }
[data-theme="noc"] .card__more { color: var(--c-accent); }
.card__more .ico { width: 16px; height: 16px; transition: transform var(--t-fast) var(--ease); }
.card:hover .card__more .ico { transform: translateX(3px); }
@media (min-width: 640px) { .cards--2, .cards--3, .cards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } .cards--4 { grid-template-columns: repeat(4, 1fr); } }

/* recept */
.meta { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-bottom: 2rem; }
.meta__item { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: .7rem; align-items: center; padding: .9rem 1rem; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); }
.meta__item .ico { grid-row: 1 / 3; width: 26px; height: 26px; color: var(--c-accent-2); }
.meta__item span { font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: var(--c-text-2); }
.meta__item b { font-family: var(--f-head); font-weight: 600; font-size: 1.2rem; letter-spacing: -.01em; }
@media (min-width: 760px) { .meta { grid-template-columns: repeat(4, 1fr); } }
.recipe { display: grid; gap: 2rem; align-items: start; }
.recipe__side { display: grid; gap: 1rem; }
.recipe__main .h2 { margin-bottom: 1.2rem; }
.ingr { list-style: none; display: grid; gap: .55rem; }
.ingr li { position: relative; padding-left: 1.6rem; line-height: 1.45; }
.ingr li::before { content: ""; position: absolute; left: 0; top: .42em; width: 14px; height: 14px; border-radius: 4px; border: 1.5px solid var(--c-accent); }
.howto { list-style: none; display: grid; gap: 1.1rem; counter-reset: k; }
.howto__step { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; padding: 1.1rem 1.2rem; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); }
.howto__n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--c-accent); color: var(--c-accent-ink); font-family: var(--f-head); font-weight: 600; font-size: 1.2rem; }
.howto__step p { margin: 0; padding-top: .5rem; }
.howto__step:target { border-color: var(--c-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 28%, transparent); }
.note--stack { display: grid; gap: .5rem; }
.note--stack .list { margin: 0; }
@media (min-width: 900px) { .recipe { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.5fr); gap: clamp(2rem, 5vw, 5rem); } .recipe__side { position: sticky; top: calc(var(--hdr-h) + 1.5rem); } }

/* radno vreme */
.hours-card { padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: var(--r-l); border: 1px solid var(--c-line); background: var(--c-surface); display: grid; gap: 1rem; }
.hours-card .hours__big { color: var(--c-brand); }
[data-theme="noc"] .hours-card .hours__big { color: var(--c-accent); }
.hours-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.hours-table th, .hours-table td { padding: .7rem 0; border-bottom: 1px solid var(--c-line); text-align: left; }
.hours-table th { font-weight: 600; }
.hours-table td { text-align: right; font-family: var(--f-head); font-size: 1.1rem; }
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: 0; }
.notes { list-style: none; display: grid; gap: 1rem; }
.notes__item { display: flex; gap: .9rem; align-items: flex-start; padding: 1.1rem 1.2rem; border: 1px solid var(--c-line); border-radius: var(--r-m); background: var(--c-surface); }
.notes__ico { width: 40px; height: 40px; padding: 8px; border-radius: 10px; background: var(--c-brand-soft); color: var(--c-brand); flex: none; }
[data-theme="noc"] .notes__ico { color: var(--c-accent); }
.notes__item p { margin: 0; color: var(--c-text-2); }

/* lokacije */
.loc-grid { display: grid; gap: 1.5rem; }
.loc { display: grid; overflow: hidden; border: 1px solid var(--c-line); border-radius: var(--r-l); background: var(--c-surface); }
.loc__fig { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: var(--c-bg-2); }
.loc__img { width: 100%; height: 100%; object-fit: cover; }
.loc__body { padding: clamp(1.3rem, 3vw, 2rem); display: grid; gap: .8rem; }
.loc__body .kicker { margin-bottom: 0; }
.loc__facts { list-style: none; display: grid; gap: .5rem; margin: .3rem 0 .6rem; }
.loc__facts li { display: flex; gap: .6rem; align-items: center; }
.loc__facts .ico { width: 18px; height: 18px; color: var(--c-accent-2); flex: none; }
.loc__facts a { text-decoration: none; font-weight: 700; }
@media (min-width: 900px) { .loc-grid { grid-template-columns: 1fr 1fr; } }
.dirs { margin: 0 0 1.6rem; display: grid; }
.dirs__row { display: grid; gap: .2rem 1.5rem; padding: .9rem 0; border-bottom: 1px solid var(--c-line); }
.dirs dt { font-weight: 700; }
.dirs dd { margin: 0; color: var(--c-text-2); }
@media (min-width: 620px) { .dirs__row { grid-template-columns: 200px 1fr; } }

/* česta pitanja (strana) */
.faqpage { display: grid; gap: 2rem; align-items: start; }
.faqpage__nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; }
.faqpage__nav a { display: inline-flex; align-items: center; gap: .45rem; padding: .5rem .85rem; border-radius: 999px; border: 1px solid var(--c-line-2); text-decoration: none; font-weight: 600; font-size: .9rem; }
.faqpage__nav a:hover { border-color: var(--c-text); }
.faqpage__nav small { padding: .1rem .45rem; border-radius: 999px; background: var(--c-brand-soft); color: var(--c-brand); font-size: .75rem; }
[data-theme="noc"] .faqpage__nav small { color: var(--c-accent); }
.faqpage__group { margin-bottom: 2.5rem; scroll-margin-top: calc(var(--hdr-h) + 1rem); }
.faqpage__group .h3 { margin-bottom: .6rem; }
@media (min-width: 900px) {
  .faqpage { grid-template-columns: 240px minmax(0, 1fr); gap: 3rem; }
  .faqpage__nav { position: sticky; top: calc(var(--hdr-h) + 1.5rem); }
  .faqpage__nav ul { flex-direction: column; }
}

/* mreža tačaka (pod-strane kora) i podnožje sa 4 kolone */
.points--grid { grid-template-columns: 1fr; margin-top: 1.8rem; }
@media (min-width: 700px) { .points--grid { grid-template-columns: 1fr 1fr; gap: 1.2rem 2rem; } }
.points--grid .h4 { margin-bottom: .2rem; }
@media (min-width: 900px) { .ftr__grid--4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 640px) and (max-width: 899px) { .ftr__grid--4 { grid-template-columns: 1fr 1fr; } }

/* -------------------------------------------------------------- oznaka demoa */

.demo-tag { position: fixed; right: 12px; bottom: 12px; z-index: 96; margin: 0; padding: .45rem .7rem; max-width: 300px; font-size: .72rem; line-height: 1.3; color: #fff; background: rgba(15, 23, 20, .84); border-radius: 8px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); pointer-events: none; }
@media (max-width: 860px) { .demo-tag { max-width: 240px; bottom: calc(12px + env(safe-area-inset-bottom)); } }
html.first:not(.ready) .demo-tag { opacity: 0; }
/* dok je mobilni meni otvoren, oznaka ne sme da prekriva radno vreme u meniju */
body:has(#nav[data-open="true"]) .demo-tag { display: none; }

/* ------------------------------------------------------------------ zavesa */

.loader { display: none; }
html.first .loader {
  display: grid; place-items: center; position: fixed; inset: 0; z-index: 200; background: var(--c-bg);
  transition: transform 700ms cubic-bezier(.76, 0, .24, 1), visibility 0s 700ms;
}
html.first .loader.done { transform: translateY(-100%); visibility: hidden; }
.loader__in { display: grid; justify-items: center; gap: 1rem; }
.loader__mark {
  display: grid; place-items: center; width: 72px; height: 72px; border-radius: 20px; background: var(--c-brand); color: var(--c-accent);
  font-family: var(--f-head); font-weight: 600; font-size: 2rem; letter-spacing: -.04em;
  animation: markIn 700ms var(--ease) both;
}
[data-theme="noc"] .loader__mark { background: var(--c-accent); color: var(--c-accent-ink); }
@keyframes markIn { from { opacity: 0; transform: scale(.6) rotate(-8deg); } to { opacity: 1; transform: none; } }
.loader__word { font-family: var(--f-head); font-size: 1.5rem; letter-spacing: -.02em; animation: wordIn 700ms var(--ease) 200ms both; }
.loader__word b { font-weight: 600; color: var(--c-brand); }
[data-theme="noc"] .loader__word b { color: var(--c-accent); }
@keyframes wordIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.loader__bar { width: 120px; height: 3px; border-radius: 2px; background: var(--c-line); overflow: hidden; }
.loader__bar i { display: block; height: 100%; background: var(--c-accent); transform-origin: left; animation: barIn 1100ms cubic-bezier(.6, 0, .2, 1) 250ms both; }
@keyframes barIn { from { transform: scaleX(0); } to { transform: scaleX(1); } }
/* Dok zavesa stoji, ulazne animacije heroja čekaju; kreću kad html dobije .ready. */
html.first:not(.ready) .hero__title .w, html.first:not(.ready) .hero__fact, html.first:not(.ready) .hero__fig,
html.first:not(.ready) .hero__img, html.first:not(.ready) .hero__num, html.first:not(.ready) .logo,
html.first:not(.ready) .nav__list, html.first:not(.ready) .hdr__tools,
html.first:not(.ready) .ticker { animation-play-state: paused; }
/* Ne animira se sam .nav: na telefonu je to fiksirani panel čiju providnost vodi data-open. */
html.first .hdr .logo, html.first .nav__list, html.first .hdr__tools { animation: hdrIn 700ms var(--ease) backwards; }
html.first .nav__list { animation-delay: 90ms; }
html.first .hdr__tools { animation-delay: 180ms; }
@keyframes hdrIn { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }

/* -------------------------------------------------- slike: skelet dok se učitava */

figure:has(img.imf:not(.ld)) {
  background-image: linear-gradient(100deg, transparent 35%, color-mix(in srgb, var(--c-surface) 70%, transparent) 50%, transparent 65%);
  background-size: 220% 100%; background-repeat: no-repeat; animation: shimmer 1.5s linear infinite;
}
@keyframes shimmer { from { background-position: 120% 0; } to { background-position: -120% 0; } }

/* --------------------------------------- parallax slika vezan za skrol (bez JS) */

@supports (animation-timeline: view()) {
  .split__img, .cat__img, .story__fig img, .bento__cell--img img, .phead__img {
    scale: 1.14; animation: par linear both; animation-timeline: view(); animation-range: entry 0% exit 100%;
  }
  @keyframes par { from { translate: 0 -6%; } to { translate: 0 6%; } }
}

/* -------------------------------------------------- sitni pokreti: dugme, tema, brojke */

.btn.is-busy { position: relative; color: transparent !important; pointer-events: none; }
.btn.is-busy::after { content: ""; position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; border: 2px solid var(--c-btn-text); border-right-color: transparent; animation: spin 800ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
html.theming body, html.theming .hdr::before, html.theming .ftr, html.theming .ticker, html.theming .hours__card, html.theming .form, html.theming .bento__cell, html.theming .trio__item, html.theming .ccard { transition: background-color 420ms ease, color 420ms ease, border-color 420ms ease; }
.hours__big span { display: inline-block; }
.hours__card.rv[data-in="true"] .hours__big span { animation: numUp 700ms var(--ease) both; }
.hours__card.rv[data-in="true"] .hours__big span:last-child { animation-delay: 120ms; }
@keyframes numUp { from { opacity: 0; transform: translateY(.35em); } to { opacity: 1; transform: none; } }
.form__ok { animation: okIn 600ms var(--ease) both; }
@keyframes okIn { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
.ticker { animation: tickIn 900ms var(--ease) 200ms both; }
@keyframes tickIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
html:not(.js) .ticker, html:not(.js) .form__ok { animation: none; }

/* --------------------------------------------------- uži ekrani: dugmad preko cele širine */

@media (max-width: 480px) {
  .split__actions .btn, .e404__actions .btn, .form__actions .btn { width: 100%; justify-content: center; }
  .form__actions { flex-direction: column; align-items: stretch; }
  .form__alt { justify-content: center; }
  .ftr__bottom { text-align: center; }
  .ftr__links { justify-content: center; }
}

/* ------------------------------------------------------ prelazi između strana */

@view-transition { navigation: auto; }
.hdr { view-transition-name: hdr; }
::view-transition-old(root) { animation: vtOut 220ms ease both; }
::view-transition-new(root) { animation: vtIn 380ms var(--ease) both; }
@keyframes vtOut { to { opacity: 0; transform: translateY(-12px); } }
@keyframes vtIn { from { opacity: 0; transform: translateY(16px); } }
/* pregledači bez prelaza dokumenata: kratko bledi pre odlaska (JS dodaje klasu) */
html.leaving body { opacity: 0; transform: translateY(-8px); transition: opacity 200ms ease, transform 200ms ease; }

/* --------------------------------------------------------- smanjeni pokret */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rv, .rv--clip { opacity: 1; transform: none; clip-path: none; }
  .hero__title .w, .hero__fact { opacity: 1; transform: none; animation: none; }
  .ticker__track { animation: none; flex-wrap: wrap; width: auto; }
  .ticker__list:last-child { display: none; }
  .ticker__list { flex-wrap: wrap; }
  .hero__cue { display: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
  html.leaving body { opacity: 1; transform: none; transition: none; }
  .loader, .loader__mark, .loader__word, .loader__bar i { animation: none !important; }
  .hero__fig, .hero__img, .hero__num, .hdr .logo, .nav__list, .hdr__tools { animation: none !important; opacity: 1; clip-path: none; transform: none; }
  .kicker::before { transform: none !important; }
  figure:has(img.imf:not(.ld)) { animation: none; }
}

@media print {
  .hdr, .ftr__links, .hero__cue, .ticker, .theme, .burger, .cta, .form, .demo-tag { display: none !important; }
  body { background: #fff; color: #000; }
  .rv, .rv--clip { opacity: 1; transform: none; clip-path: none; }
}
