/* Kmetija Grošelj – slogi spletne strani
   Barve celostne podobe so zbrane v :root (rjava, zelena in rumena iz logotipa). */
:root {
  --brown: #3b2313;
  --brown-900: #24150b;
  --brown-800: #2f1c0f;
  --brown-600: #5a3a24;
  --lime: #96c03d;
  --lime-600: #7da42c;
  --lime-100: #eef5dc;
  --yellow: #fbf143;
  --cream: #f8f3e7;
  --paper: #fffdf8;
  --ink: #2a1b10;
  --text: #3d2e22;
  --muted: #7a6a5c;
  --line: #eadfcb;
  --danger: #b3261e;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(42, 27, 16, .06), 0 8px 28px rgba(42, 27, 16, .08);
  --shadow-lg: 0 24px 60px rgba(36, 21, 11, .22);
  --wrap: 1200px;
  --head: "Oswald", "Arial Narrow", sans-serif;
  --body: "Figtree", "Segoe UI", system-ui, sans-serif;
  --header-h: 68px;
  --card: #ffffff;
  --brand-text: var(--brown);
  --brand-solid: var(--brown);
  --glass: rgba(255, 253, 248, .95);
}
/* ---------- temna različica (preklop v glavi; privzeto sledi nastavitvi naprave) ---------- */
:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #21140a;
  --cream: #2b1a0d;
  --card: #34200f;
  --ink: #f8ee6a;
  --text: #efe6d6;
  --muted: #c2b299;
  --line: rgba(255, 255, 255, .12);
  --lime-600: #aad154;
  --lime-100: rgba(150, 192, 61, .16);
  --brand-text: #fbf143;
  --brand-solid: #5a3a24;
  --glass: rgba(43, 26, 13, .94);
  --shadow: 0 1px 2px rgba(0,0,0,.3), 0 8px 28px rgba(0,0,0,.3);
  --shadow-lg: 0 24px 60px rgba(0,0,0,.5);
}
[data-theme="dark"] a:hover { color: var(--yellow); }
[data-theme="dark"] .btn-brown { background: var(--brand-solid); color: var(--yellow); }
[data-theme="dark"] .btn-brown:hover { background: #6d4a30; color: var(--yellow); }
[data-theme="dark"] .btn-ghost-dark:hover { border-color: var(--yellow); }
[data-theme="dark"] .chip { color: #c8e58a; }
[data-theme="dark"] .chip-warn, [data-theme="dark"] .notice-warn { background: rgba(251,241,67,.1); border-color: rgba(251,241,67,.3); color: #f3e79a; }
[data-theme="dark"] .alert, [data-theme="dark"] .notice { color: #d4ea9f; border-color: rgba(150,192,61,.3); }
[data-theme="dark"] .alert-err { background: rgba(179,38,30,.2); color: #ffb3ad; }
[data-theme="dark"] .form-msg.is-ok { color: #c8e58a; }
[data-theme="dark"] .features, [data-theme="dark"] .video-section, [data-theme="dark"] .page-hero-sm { background-color: #2e1c0e; }
[data-theme="dark"] .story, [data-theme="dark"] .gallery-band, [data-theme="dark"] .site-footer { background: #170d05; }
[data-theme="dark"] .price-card { background: #2e1c0e; border: 1px solid rgba(251,241,67,.15); }
[data-theme="dark"] .step-no, [data-theme="dark"] .order-steps li::before, [data-theme="dark"] .tabs a.is-current, [data-theme="dark"] .pager a[aria-current] { background: var(--brand-solid); }
[data-theme="dark"] .product-img { background: radial-gradient(circle at 50% 60%, rgba(150,192,61,.18), transparent 70%); }
[data-theme="dark"] .product-tile-img { background: radial-gradient(circle at 50% 65%, rgba(150,192,61,.18), var(--cream) 75%); }
[data-theme="dark"] .like-btn.is-liked { background: rgba(214,69,69,.18); border-color: rgba(214,69,69,.5); }
[data-theme="dark"] .article-head { background: linear-gradient(180deg, var(--cream), var(--paper)); }
[data-theme="dark"] .footer-eu { background: #2b1a0d; }
[data-theme="dark"] .eu-logos img, [data-theme="dark"] .eu-box img { background: #f4efe3; border-radius: 8px; padding: 6px 10px; }
[data-theme="dark"] .footer-eu-link { color: var(--yellow); }
[data-theme="dark"] .prose blockquote { background: var(--card); }
[data-theme="dark"] .insta-item span { background: rgba(0,0,0,.45); }
.theme-toggle .i-sun { display: none; }
[data-theme="dark"] .theme-toggle .i-sun { display: block; }
[data-theme="dark"] .theme-toggle .i-moon { display: none; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; background: var(--paper); color: var(--text); font: 400 17px/1.65 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, svg { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--lime-600); text-underline-offset: .18em; }
a:hover { color: var(--brand-text); }
h1, h2, h3, h4 { font-family: var(--head); font-weight: 500; line-height: 1.12; color: var(--ink); margin: 0 0 .5em; letter-spacing: .005em; }
p { margin: 0 0 1em; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 4px; }
.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
.narrow { max-width: 780px; margin-inline: auto; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.nowrap { white-space: nowrap; }
.hp { left: 0; top: 0; opacity: 0; pointer-events: none; padding: 0 !important; border: 0 !important; }
.sr-only, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--yellow); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip:focus { top: 12px; }
.ico { width: 1.15em; height: 1.15em; flex: none; }
.hl { color: var(--yellow); }

/* ---------- Gumbi ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .8em 1.4em; border-radius: 999px; border: 2px solid transparent;
  font: 600 1rem/1.1 var(--body); text-decoration: none; cursor: pointer; transition: transform .15s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.btn .ico { width: 1.05em; height: 1.05em; transition: transform .2s; }
.btn:hover .ico { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn-lime { background: var(--lime); color: var(--brown-900); }
.btn-lime:hover { background: #a7cf4a; color: var(--brown-900); box-shadow: 0 8px 22px rgba(150, 192, 61, .35); }
.btn-yellow { background: var(--yellow); color: var(--brown-900); }
.btn-yellow:hover { background: #fff566; color: var(--brown-900); }
.btn-brown { background: var(--brown); color: #fff; }
.btn-brown:hover { background: var(--brown-600); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: #fff; color: var(--brown); }
.btn-ghost-dark { border-color: var(--line); color: var(--brand-text); background: transparent; }
.btn-ghost-dark:hover { border-color: var(--brand-text); color: var(--brand-text); }
.btn-danger { background: #fbe9e7; color: var(--danger); }
.btn-danger:hover { background: var(--danger); color: #fff; }
.btn-link { padding-inline: .2em; color: var(--brand-text); background: none; }
.btn-link:hover { color: var(--lime-600); }
.btn-sm { padding: .55em 1em; font-size: .9rem; }
.btn-lg { padding: 1em 1.7em; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 1.4em; }
.btn-row.center { justify-content: center; }
.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--yellow); background: rgba(255,255,255,.07); border: 0; cursor: pointer; transition: background .2s; }
.icon-btn:hover { background: rgba(255,255,255,.16); color: var(--yellow); }
.icon-btn .ico { width: 22px; height: 22px; }
.header-bell, .header-cta { white-space: nowrap; }
.header-bell { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; color: var(--yellow); text-decoration: none; font: 500 .98rem/1 var(--head); letter-spacing: .04em; text-transform: uppercase; border: 1.5px solid rgba(251,241,67,.35); transition: background .2s, border-color .2s; }
.header-bell:hover, .header-bell.is-current { background: rgba(251,241,67,.1); border-color: var(--yellow); color: var(--yellow); }
.header-bell .ico { width: 18px; height: 18px; }
.chip { display: inline-block; padding: .2em .75em; border-radius: 999px; background: var(--lime-100); color: #4f6b17; font-size: .8rem; font-weight: 600; text-decoration: none; }
.chip-warn { background: #fff1c2; color: #7a5400; }

/* ---------- Vrhnje obvestilo ---------- */
.topbar { background: #c8211b; color: #fff; font-size: .95rem; }
.topbar-inner { display: flex; align-items: center; gap: 12px; padding: 9px 0; }
.topbar p { margin: 0; flex: 1; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-weight: 700; white-space: nowrap; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar-dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: pulse 2s infinite; flex: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

/* ---------- Glava ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: var(--brown); transition: box-shadow .3s, background .3s; }
.site-header.is-scrolled { background: rgba(47, 28, 15, .94); backdrop-filter: saturate(1.3) blur(10px); box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.header-inner { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.logo { flex: none; }
.logo img { width: 104px; transition: width .3s; }
.site-header.is-scrolled .logo img { width: 92px; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.main-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav a { white-space: nowrap; position: relative; display: block; padding: 8px 12px; font: 500 1.08rem/1 var(--head); text-transform: uppercase; letter-spacing: .03em; color: var(--yellow); text-decoration: none; border-radius: 8px; transition: color .2s, background .2s; }
.main-nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--lime); border-radius: 2px; transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after, .main-nav a.is-current::after { transform: scaleX(1); }
.main-nav a.is-current { color: var(--lime); }
.nav-mobile-only { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta .ico { width: 1.2em; height: 1.2em; }
/* jezikovni zavihek: visi pod rjavim robom glave, pod gumbom »Prijavite se na novice« */
.cta-wrap { position: relative; display: flex; }
.lang-tab { position: absolute; top: calc(50% + var(--header-h) / 2); left: 50%; transform: translateX(-50%); display: flex; gap: 8px; padding: 6px 12px 8px; background: var(--brown); border-radius: 0 0 14px 14px; box-shadow: 0 8px 16px rgba(0, 0, 0, .22); z-index: -1; transition: transform .3s ease, opacity .3s ease, visibility .3s; }
/* ob pomikanju navzdol se zavihek skrije pod glavo, na vrhu strani se spet pokaže */
.site-header.is-scrolled .lang-tab { transform: translate(-50%, -110%); opacity: 0; visibility: hidden; pointer-events: none; }
.lang-flag { display: block; width: 26px; height: 26px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 2px rgba(255, 255, 255, .18); opacity: .6; transition: opacity .2s, transform .2s, box-shadow .2s; }
.lang-flag svg { display: block; width: 100%; height: 100%; }
.lang-flag:hover, .lang-flag:focus-visible { opacity: 1; transform: translateY(1px) scale(1.08); }
.lang-flag.is-current { opacity: 1; box-shadow: 0 0 0 2px var(--lime); }
.nav-toggle { display: none; }
.nav-toggle .i-close { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: block; }
.nav-toggle[aria-expanded="true"] .i-open { display: none; }
.usermenu { position: relative; }
.usermenu summary { list-style: none; cursor: pointer; }
.usermenu summary::-webkit-details-marker { display: none; }
.avatar { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--lime); color: var(--brown-900); font: 600 1.05rem/1 var(--head); flex: none; }
.avatar-sm { width: 36px; height: 36px; }
.usermenu-pop { position: absolute; right: 0; top: calc(100% + 10px); width: 230px; background: var(--card); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 8px; z-index: 5; }
.usermenu-pop a { display: block; padding: 9px 12px; border-radius: 8px; color: var(--text); text-decoration: none; }
.usermenu-pop a:hover { background: var(--cream); }
.usermenu-name { padding: 8px 12px 10px; margin: 0 0 4px; border-bottom: 1px solid var(--line); font-weight: 600; color: var(--ink); }
.usermenu-name small { display: block; font-weight: 400; color: var(--muted); font-size: .82rem; overflow-wrap: anywhere; }

/* ---------- Skupni gradniki ---------- */
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-tint { background: var(--cream); }
.section-cream { background: var(--cream); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px; font: 600 .82rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--lime-600); }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow-lime { color: var(--lime); }
.h-display { font-size: clamp(2rem, 4.2vw, 3.2rem); text-transform: uppercase; letter-spacing: .01em; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: clamp(28px, 4vw, 44px); flex-wrap: wrap; }
.section-head .h-display { margin: 0; }
.section-head.center { justify-content: center; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.lead-text { font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.6; color: var(--text); }
.lead-text.center { margin-bottom: 36px; }
.rounded-img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
.alert { margin: 18px 0; padding: 14px 18px; border-radius: 12px; background: var(--lime-100); color: #3d5510; font-weight: 500; }
.alert-err { background: #fdecea; color: var(--danger); }
.alert-ok { background: var(--lime-100); }
.empty { text-align: center; color: var(--muted); padding: 30px 0; }
.card { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(22px, 3vw, 34px); }
.plain-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }

/* besedilo iz urejevalnika */
.prose { font-size: 1.06rem; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); text-transform: uppercase; margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.35rem; margin-top: 1.5em; }
.prose img { border-radius: 14px; margin: 1.6em auto; }
.prose figure { margin: 2em 0; }
.prose figure img { margin: 0 auto; }
.prose figcaption { text-align: center; color: var(--muted); font-size: .92rem; margin-top: .6em; }
.prose blockquote { margin: 1.6em 0; padding: 18px 24px; border-left: 4px solid var(--lime); background: var(--cream); border-radius: 0 14px 14px 0; }
.prose blockquote p:last-child { margin: 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .4em; }
.prose hr { border: 0; height: 1px; background: var(--line); margin: 2.6em 0; }
.prose .lead { font: 500 1.2rem/1.4 var(--head); color: var(--lime-600); letter-spacing: .04em; text-transform: uppercase; }
.prose-center { text-align: center; }
.prose-invert, .prose-invert h2 { color: #f3eadb; }
.prose-sm { font-size: .95rem; color: var(--muted); }
.prose-sm p:last-child { margin: 0; }
.checklist ul { list-style: none; padding: 0; margin: 0 0 8px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
.checklist li { position: relative; padding-left: 30px; font-weight: 500; color: var(--ink); }
.checklist li::before { content: ""; position: absolute; left: 0; top: .2em; width: 20px; height: 20px; border-radius: 50%; background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12 4 4 8-9' fill='none' stroke='%233b2313' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat; }

/* ---------- Naslovnica ---------- */
.hero { position: relative; min-height: min(78vh, 760px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--brown-900); }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media img { object-position: center 78%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,21,11,.35) 0%, rgba(36,21,11,.1) 35%, rgba(36,21,11,.78) 100%), linear-gradient(90deg, rgba(36,21,11,.55), transparent 60%); }
.hero-inner { position: relative; z-index: 2; padding: 120px 0 clamp(56px, 9vh, 96px); }
.hero-eyebrow { font: 500 1.1rem/1 var(--head); letter-spacing: .3em; color: var(--yellow); margin-bottom: 18px; }
.hero-title { font: 600 clamp(3.4rem, 10vw, 8rem)/.9 var(--head); text-transform: uppercase; color: #fff; margin: 0 0 18px; letter-spacing: .01em; text-shadow: 0 4px 30px rgba(0,0,0,.25); }
.hero-title span { display: block; color: var(--lime); font-size: .62em; letter-spacing: .06em; }
.hero-sub { max-width: 560px; font-size: clamp(1.08rem, 1.8vw, 1.3rem); color: #f3ebdf; margin-bottom: 22px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0 0 30px; }
.hero-tags li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(6px); font: 500 .98rem/1 var(--head); letter-spacing: .08em; text-transform: uppercase; }
.hero-tags .ico { color: var(--lime); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-price { background: var(--glass) !important; position: absolute; z-index: 3; right: max(20px, calc((100vw - var(--wrap)) / 2)); bottom: clamp(56px, 9vh, 96px); width: 270px; padding: 22px 24px; border-radius: var(--radius); background: rgba(255, 253, 248, .95); color: var(--ink); box-shadow: var(--shadow-lg); }
.hero-price-title { font: 600 .8rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--lime-600); margin-bottom: 12px; }
.hero-price dl { margin: 0; display: grid; gap: 8px; }
.hero-price dl div { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px dashed var(--line); padding-bottom: 8px; }
.hero-price dt { font-weight: 600; }
.hero-price dd { margin: 0; font: 600 1.7rem/1 var(--head); color: var(--brand-text); }
.hero-price dd small { font-size: .55em; color: var(--muted); font-weight: 400; }
.hero-price-note { margin: 10px 0 0; font-size: .85rem; color: var(--muted); }

.features { background: var(--brown); color: #eadfcd; position: relative; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feature { padding: 34px 26px; border-left: 1px solid rgba(255,255,255,.08); }
.feature:first-child { border-left: 0; padding-left: 0; }
.feature-ico { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(150,192,61,.16); color: var(--lime); margin-bottom: 14px; }
.feature-ico .ico { width: 24px; height: 24px; }
.feature h2 { color: var(--yellow); font-size: 1.35rem; text-transform: uppercase; margin-bottom: 6px; letter-spacing: .03em; }
.feature p { margin: 0; font-size: .95rem; color: #d7c8b2; }

.split-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split-grid.reverse > :first-child { order: 2; }
.collage { position: relative; padding: 0 12% 14% 0; }
.collage-a { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.collage-b { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius); border: 6px solid var(--paper); box-shadow: var(--shadow-lg); }
.collage-badge { position: absolute; left: -18px; bottom: 4%; width: 150px; transform: rotate(-10deg); filter: drop-shadow(0 10px 24px rgba(0,0,0,.28)); }

.products-band { background: var(--cream); overflow: hidden; }
.product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 20px; scrollbar-width: thin; }
.product-card { scroll-snap-align: start; display: flex; flex-direction: column; background: var(--card); border-radius: var(--radius); padding: 22px 22px 24px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); color: var(--ink); }
.product-img { display: grid; place-items: center; height: 220px; margin-bottom: 16px; border-radius: 12px; background: radial-gradient(circle at 50% 60%, var(--lime-100), transparent 70%); }
.product-img img { max-height: 200px; width: auto; transition: transform .35s; }
.product-card:hover .product-img img { transform: scale(1.06) rotate(-2deg); }
.product-cat { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime-600); }
.product-name { font: 500 1.3rem/1.2 var(--head); margin: 4px 0 2px; }
.product-sub { color: var(--muted); font-size: .92rem; }

.story { display: grid; grid-template-columns: 1fr 1fr; background: var(--brown-900); color: #eadfcd; }
.story-media img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.story-text { padding: clamp(48px, 7vw, 96px) clamp(24px, 6vw, 88px); align-self: center; }
.story-text h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); text-transform: uppercase; }
.story-text p { color: #d7c8b2; font-size: 1.08rem; }
.story-text strong { color: var(--yellow); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 30px 0 34px; }
.stats div { border-top: 2px solid rgba(150,192,61,.5); padding-top: 12px; }
.stats dd { margin: 0; font: 600 clamp(1.8rem, 3vw, 2.5rem)/1 var(--head); color: var(--lime); order: -1; }
.stats div { display: flex; flex-direction: column-reverse; gap: 6px; }
.stats dt { font-size: .85rem; color: #c9b9a2; }
.stats-light { grid-template-columns: repeat(3, 1fr); margin-top: 40px; text-align: center; }
.stats-light div { border-color: var(--lime); }
.stats-light dd { color: var(--brand-text); }
.stats-light dt { color: var(--muted); }

.steps { list-style: none; padding: 0; margin: 0 0 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: s; }
.steps li { position: relative; padding: 32px 28px 26px; background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); }
.step-no { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--brown); color: var(--yellow); font: 600 1.6rem/1 var(--head); margin-bottom: 16px; }
.steps h3 { font-size: 1.35rem; text-transform: uppercase; }
.steps p { margin: 0; color: var(--muted); }
.steps-section { background: linear-gradient(180deg, var(--paper), var(--cream)); }

.video-section { background: var(--brown); padding: clamp(56px, 8vw, 100px) 0; }
.video-section .h-display { color: #fff; }
.video-frame { max-width: 980px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.4); background: #000; aspect-ratio: 16/9; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-grid-2 { grid-template-columns: repeat(2, 1fr); }
.post-card { display: flex; flex-direction: column; background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.post-card-img { aspect-ratio: 16/10; overflow: hidden; display: block; }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .post-card-img img { transform: scale(1.05); }
.post-card-body { padding: 22px 24px 20px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.45rem; margin: 10px 0 8px; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--lime-600); }
.post-card-body > p:not(.post-meta):not(.post-stats) { color: var(--muted); font-size: .96rem; flex: 1; }
.post-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0; font-size: .85rem; color: var(--muted); }
.post-stats { display: flex; gap: 16px; margin: 6px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: .85rem; color: var(--muted); }
.post-stats span { display: inline-flex; align-items: center; gap: 5px; }
.post-stats .ico { width: 16px; height: 16px; }
.post-stats span[title="Všečki"] .ico { color: #d64545; }
.post-read { margin-left: auto; }

.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.insta-item { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 12px; }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.insta-item span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(59,35,19,.45); color: #fff; opacity: 0; transition: opacity .3s; }
.insta-item span .ico { width: 30px; height: 30px; }
.insta-item:hover img { transform: scale(1.07); }
.insta-item:hover span { opacity: 1; }
.insta h2 a { color: var(--brand-text); text-decoration: none; text-transform: none; }

/* ---------- paralaksa ---------- */
[data-parallax] { overflow: hidden; }
.px-on > img, .px-on > picture > img { top: calc(-1 * var(--px-extra, 0px)) !important; bottom: auto; height: calc(100% + 2 * var(--px-extra, 0px)) !important; transform: translate3d(0, var(--py, 0px), 0); will-change: transform; }
.story-media { position: relative; min-height: 420px; }
.story-media.px-on > img { position: absolute; left: 0; width: 100%; min-height: 0; object-fit: cover; }

/* ---------- Glave podstrani ---------- */
.page-hero { position: relative; background: var(--brown); color: #fff; overflow: hidden; }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); }
.page-hero-tall .page-hero-inner { padding-top: clamp(260px, 34vw, 500px); }
.page-hero-tall .page-hero-media::after { background: linear-gradient(0deg, rgba(36,21,11,.9) 0%, rgba(36,21,11,.35) 38%, rgba(36,21,11,0) 60%); }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,21,11,.88) 0%, rgba(36,21,11,.55) 55%, rgba(36,21,11,.25) 100%); }
.page-hero-inner { position: relative; z-index: 2; padding: clamp(70px, 11vw, 150px) 0 clamp(50px, 7vw, 90px); }
.page-hero-sm .page-hero-inner { padding: clamp(48px, 6vw, 76px) 0 clamp(40px, 5vw, 60px); }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 6vw, 4.6rem); text-transform: uppercase; margin: 0; max-width: 900px; }
.page-hero-lead { margin: 14px 0 0; color: #e7dccb; font-size: 1.12rem; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .88rem; margin-bottom: 18px; color: #cdbda6; }
.crumbs a { color: #eadfcd; text-decoration: none; }
.crumbs a:hover { color: var(--yellow); }
.crumbs span { opacity: .7; }
.page-hero-sm { background: var(--brown) radial-gradient(circle at 85% 0%, rgba(150,192,61,.25), transparent 50%); }

/* ---------- Naročilo ---------- */
.order-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(30px, 5vw, 64px); align-items: start; }
.notice { display: flex; gap: 14px; padding: 18px 22px; border-radius: 14px; background: var(--lime-100); border: 1px solid #d8e8b3; margin-bottom: 28px; color: #3d5510; }
.notice > .ico { width: 26px; height: 26px; color: var(--lime-600); margin-top: 2px; }
.notice .cms-block p:last-child { margin: 0; }
.notice-warn { background: #fff5d6; border-color: #f1dc95; color: #6b4a00; }
.notice-warn > .ico { color: #b58400; }
.order-steps ol { list-style: none; padding: 0; margin: 0 0 30px; counter-reset: k; display: grid; gap: 16px; }
.order-steps li { counter-increment: k; position: relative; padding: 20px 22px 20px 78px; background: var(--card); border-radius: 14px; box-shadow: var(--shadow); }
.order-steps li::before { content: counter(k); position: absolute; left: 20px; top: 20px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--brown); color: var(--yellow); font: 600 1.3rem/1 var(--head); }
.price-card { position: sticky; top: calc(var(--header-h) + 20px); background: var(--brown); color: #eadfcd; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); display: grid; gap: 12px; }
.price-card .eyebrow { color: var(--lime); }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.price-row span { font-weight: 600; color: #fff; }
.price-pending { margin: 6px 0 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #e7dccb; line-height: 1.5; }
.price-row span small { display: block; font-weight: 400; color: #c9b9a2; font-size: .8rem; }
.price-row strong { font: 600 2.3rem/1 var(--head); color: var(--yellow); white-space: nowrap; }
.price-row strong small { font-size: .45em; color: #c9b9a2; }
.price-note { display: flex; gap: 10px; margin: 0; font-size: .92rem; }
.price-note .ico { color: var(--lime); margin-top: 3px; }
.price-card .btn-ghost-dark { color: #fff; border-color: rgba(255,255,255,.25); }
.price-card .btn-ghost-dark:hover { border-color: #fff; }
.partner { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; font-size: .85rem; color: #c9b9a2; }
.partner strong { color: #fff; font: 600 1.1rem/1 var(--head); letter-spacing: .06em; }

/* zemljevid */
.map-frame { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--lime-100) url("/img/nasad-iz-zraka-sm.webp") center/cover; aspect-ratio: 16/8; box-shadow: var(--shadow); margin-bottom: 30px; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 12px; text-align: center; padding: 24px; background: rgba(36,21,11,.72); color: #fff; }
.map-placeholder .ico { width: 40px; height: 40px; color: var(--lime); }
.map-placeholder p { max-width: 460px; margin: 0; color: #eadfcd; font-size: .95rem; }

/* ---------- Produkti ---------- */
.group-title { font-size: 1.5rem; text-transform: uppercase; margin: 40px 0 20px; display: flex; align-items: center; gap: 16px; }
.group-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.product-tile { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; }
.product-tile-img { height: 280px; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 65%, var(--lime-100), var(--cream) 75%); }
.product-tile-img img { max-height: 240px; width: auto; }
.product-tile.is-photo .product-tile-img { padding: 0; display: block; overflow: hidden; }
.product-tile.is-photo .product-tile-img img { width: 100%; height: 280px; max-height: none; object-fit: cover; }
.product-tile-body { padding: 20px 22px 22px; }
.product-tile h3 { font-size: 1.4rem; margin-bottom: 2px; }
.product-tile .product-sub { margin: 0 0 10px; }

/* ---------- O nas ---------- */
.orchards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.orchard { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.orchard img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.orchard > div { padding: 20px 24px 24px; }
.orchard-num { font: 600 2.6rem/1 var(--head); color: var(--lime-600); margin: 0 0 4px; }
.orchard h3 { font-size: 1.35rem; text-transform: uppercase; margin-bottom: 8px; }
.orchard p:last-child { margin: 0; color: var(--muted); font-size: .96rem; }
.faq-fig { margin: 0; display: grid; gap: 10px; }
.faq-fig figcaption { font-size: .92rem; color: var(--muted); line-height: 1.5; }
.faq-fig figcaption p { margin: 0; }
.faq-fig figcaption strong { color: var(--ink); }
.product-noimg { display: grid; justify-items: center; gap: 10px; color: var(--lime-600); font: 500 1.4rem/1 var(--head); text-transform: uppercase; }
.product-noimg .ico { width: 56px; height: 56px; }
.gallery-band { background: var(--brown-900); padding: 22px 0; overflow: hidden; }
.gallery-track { display: flex; gap: 14px; overflow-x: auto; padding: 0 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track a { flex: none; width: 300px; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; scroll-snap-align: center; }
.gallery-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-track a:hover img { transform: scale(1.06); }

/* ---------- Poslovalnice ---------- */
.store-tools { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.store-tools p { margin: 0; }
.search { display: flex; align-items: center; gap: 10px; flex: 1; max-width: 460px; padding: 0 16px; border-radius: 999px; background: var(--card); border: 1.5px solid var(--line); transition: border-color .2s; }
.search:focus-within { border-color: var(--lime); }
.search .ico { color: var(--muted); }
.search input { flex: 1; border: 0; background: none; padding: 13px 0; font: inherit; outline: none; min-width: 0; }
.store-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.store { background: var(--card); border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow); border-top: 3px solid var(--lime); }
.store[hidden] { display: none; }
.store-region { margin: 0 0 4px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime-600); }
.store h2 { font-size: 1.25rem; margin-bottom: 4px; }
.store p { margin: 0 0 8px; color: var(--muted); font-size: .95rem; }
.store-links { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.store-links a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--brand-text); text-decoration: none; }
.store-links a:hover { color: var(--lime-600); }
.store-links .ico { width: 16px; height: 16px; color: var(--lime-600); }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.faq-side { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 22px; justify-items: start; }
.faq-list { display: grid; gap: 14px; }
.faq { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.faq summary { display: flex; align-items: center; gap: 18px; padding: 22px 24px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq-no { font: 500 2.2rem/1 var(--head); color: var(--lime); min-width: 52px; }
.faq-q { flex: 1; font: 500 1.3rem/1.25 var(--head); color: var(--ink); }
.faq-ico { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); color: var(--brand-text); transition: transform .3s, background .3s; flex: none; }
.faq[open] .faq-ico { transform: rotate(45deg); background: var(--lime); }
.faq-a { padding: 0 28px 26px 94px; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.contact-cards { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.contact-cards li { display: flex; gap: 16px; align-items: center; padding: 16px 20px; background: var(--card); border-radius: 14px; box-shadow: var(--shadow); }
.contact-cards .ico { width: 44px; height: 44px; padding: 11px; border-radius: 12px; background: var(--lime-100); color: var(--lime-600); }
.contact-cards span { display: block; font-size: .82rem; color: var(--muted); }
.contact-cards a { font-weight: 600; color: var(--ink); text-decoration: none; font-size: 1.08rem; }
.contact-cards a:hover { color: var(--lime-600); }

/* ---------- Obrazci ---------- */
.form { display: grid; gap: 16px; }
.form h2 { font-size: 1.6rem; text-transform: uppercase; margin: 0; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.form input:not([type=checkbox]):not([type=radio]), .form textarea, .form select, .adm-form input:not([type=checkbox]):not([type=radio]), .adm-form textarea, .adm-form select {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1.5px solid var(--line); background: var(--card); font: 400 1rem/1.4 var(--body); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form textarea:focus, .form select:focus, .adm-form input:focus, .adm-form textarea:focus, .adm-form select:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 4px rgba(150,192,61,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check { display: block !important; position: relative; padding-left: 30px; font-weight: 400 !important; line-height: 1.5; }
.check input { position: absolute; left: 0; top: 2px; width: 18px; height: 18px; margin: 0; accent-color: var(--lime-600); }
.form-msg { margin: 0; font-weight: 600; min-height: 1.2em; }
.form-msg.is-ok { color: #4f6b17; }
.form-msg.is-err { color: var(--danger); }
.form button[type=submit] { justify-self: start; }
.form .btn-block { justify-self: stretch; }

/* ---------- Obveščanje ---------- */
.newsletter { background: var(--lime); color: var(--brown-900); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; padding: clamp(44px, 6vw, 70px) 0; }
.newsletter .eyebrow { color: var(--brown); }
.newsletter h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); text-transform: uppercase; color: var(--brown-900); }
.newsletter p { margin: 0; }
.nl-form { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 10px; }
.nl-form input:not(.hp) { padding: 14px 18px; border-radius: 999px; border: 0; font: inherit; min-width: 0; background: #fff; }
.nl-form input:focus { outline: 3px solid var(--brown); }
.nl-form .btn-yellow { background: var(--brown); color: var(--yellow); }
.nl-form .btn-yellow:hover { background: var(--brown-900); color: var(--yellow); }
.nl-note, .nl-form .form-msg { grid-column: 1 / -1; font-size: .85rem; }
.nl-note a { color: var(--brown-900); }
.nl-form .form-msg.is-ok { color: var(--brown-900); }
.signup-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.signup-grid .h-display { font-size: clamp(2rem, 4vw, 3rem); }

/* ---------- Blog ---------- */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 36px; }
.tabs a { padding: 9px 18px; border-radius: 999px; background: var(--cream); color: var(--brand-text); text-decoration: none; font-weight: 600; font-size: .95rem; transition: background .2s; }
.tabs a:hover { background: var(--lime-100); }
.tabs a.is-current { background: var(--brown); color: var(--yellow); }
.pager { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.pager a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--cream); color: var(--brand-text); text-decoration: none; font-weight: 600; }
.pager a[aria-current] { background: var(--brown); color: var(--yellow); }
.join-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 56px; padding: 30px 34px; border-radius: var(--radius); background: var(--cream); border: 1px solid var(--line); }
.join-card h2 { text-transform: uppercase; font-size: 1.7rem; margin-bottom: 4px; }
.join-card p { margin: 0; color: var(--muted); max-width: 560px; }
.join-card .btn-row { margin: 0; }

.article-head { padding: clamp(40px, 6vw, 70px) 0 30px; background: linear-gradient(180deg, var(--cream), var(--paper)); }
.article-head .crumbs { color: var(--muted); }
.article-head .crumbs a { color: var(--brand-text); }
.article-head h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); text-transform: uppercase; }
.article-meta { display: flex; gap: 12px; align-items: center; margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.45; }
.article-meta strong { color: var(--ink); }
.article-cover { margin: 0 auto 40px; }
.article-cover img { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-body { padding-bottom: 30px; }
.article-body img { max-height: 620px; width: auto; }
.article-foot { padding: 24px 0 10px; border-top: 1px solid var(--line); display: grid; gap: 16px; }
.article-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.article-actions .sp { flex: 1; }
.stat { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: .92rem; }
.like-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--card); color: var(--ink); cursor: pointer; font-weight: 700; transition: all .2s; }
.like-btn .ico { color: #c8b9a8; transition: transform .3s, color .2s; }
.like-btn:hover { border-color: #e7a3a3; }
.like-btn.is-liked { background: #fdecec; border-color: #f2b8b8; }
.like-btn.is-liked .ico { color: #d64545; }
.like-btn.pop .ico { transform: scale(1.35); }
.share { display: flex; gap: 8px; align-items: center; }
.share a, .share button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--card); color: var(--brand-text); text-decoration: none; font-size: .88rem; font-weight: 600; cursor: pointer; }
.share a:hover, .share button:hover { border-color: var(--brand-text); }
.comments { padding: 30px 0 70px; }
.comments h2 { text-transform: uppercase; font-size: 1.8rem; }
.comment-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 18px; }
.comment { display: flex; gap: 14px; }
.comment > div { flex: 1; background: var(--cream); padding: 14px 18px; border-radius: 4px 16px 16px 16px; }
.comment.is-hidden > div { opacity: .6; border: 1px dashed #d8c7a6; }
.comment p { margin: 0; }
.comment-head { font-size: .92rem; margin-bottom: 4px !important; }
.comment-head time { color: var(--muted); margin-left: 6px; }
.comment-form { display: flex; gap: 14px; }
.comment-form > div { flex: 1; display: grid; gap: 10px; }
.comment-form textarea { width: 100%; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); font: inherit; resize: vertical; }
.comment-form textarea:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 4px rgba(150,192,61,.18); }
.comment-form-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.comment-login { padding: 20px 24px; border-radius: 14px; background: var(--cream); text-align: center; }
.comment-login p { margin: 0; }

/* ---------- Prijava ---------- */
.auth { padding: clamp(30px, 5vw, 60px) 0 clamp(50px, 7vw, 90px); }
.auth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--card); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); max-width: 1040px; }
.auth-media { position: relative; min-height: 560px; }
.auth-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.auth-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,21,11,.1), rgba(36,21,11,.8)); }
.auth-quote { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 30px; color: #fff; }
.auth-quote img { width: 130px; margin-bottom: 12px; }
.auth-quote p { margin: 0; font: 500 1.3rem/1.3 var(--head); letter-spacing: .03em; }
.auth-card { padding: clamp(28px, 5vw, 56px); align-self: center; }
.auth-card h1 { font-size: 2.3rem; text-transform: uppercase; margin-bottom: 6px; }
.auth-links { margin: 20px 0 0; font-size: .95rem; color: var(--muted); }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.account-grid .span-2 { grid-column: 1 / -1; }
.account-grid h2 { font-size: 1.4rem; text-transform: uppercase; }

/* ---------- Mister Heat ---------- */
.is-dark-page main { background: #111; }
.mh-hero { background: radial-gradient(circle at 70% 40%, #3a120c, #111 60%); color: #eee; padding: clamp(60px, 9vw, 120px) 0; overflow: hidden; }
.mh-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.mh-title { font: 700 clamp(3.4rem, 9vw, 7rem)/.9 var(--head); text-transform: uppercase; color: #fff; margin-bottom: 24px; }
.mh-title span { color: #e3342f; display: block; }
.mh-bottles { display: flex; justify-content: center; align-items: flex-end; gap: 0; }
.mh-bottles img { height: clamp(260px, 36vw, 440px); width: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.6)); }
.mh-bottles img:nth-child(2) { height: clamp(300px, 42vw, 500px); margin-inline: -30px; position: relative; z-index: 1; }
.mh-flavours { background: #111; }
.mh-garden { background: #161010; color: #ddd; }
.mh-garden-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.mh-garden .h-display { color: #fff; }
.mh-garden .h-display span { color: #f07a1a; }
.mh-photos { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.mh-photo { display: block; border-radius: var(--radius); overflow: hidden; min-height: 0; }
.mh-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.mh-photo:hover img { transform: scale(1.04); }
.mh-photo-0 { grid-row: span 2; aspect-ratio: 3 / 4; }
.mh-photo-1, .mh-photo-2 { aspect-ratio: 4 / 3; }
@media (max-width: 800px) { .mh-garden-grid { grid-template-columns: 1fr; } }
.mh-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mh-card { background: #1b1b1b; border-radius: var(--radius); overflow: hidden; color: #ddd; }
.mh-card h2 { color: #fff; font-size: 1.5rem; text-transform: uppercase; margin: 18px 22px 2px; }
.mh-card p { margin: 0 22px 22px; color: #aaa; }

/* ---------- 404 ---------- */
.big-404 { font: 700 clamp(6rem, 18vw, 11rem)/1 var(--head); color: var(--lime); margin: 0; }
.notfound .btn-row { justify-content: center; }

/* ---------- Noga ---------- */
.site-footer { background: var(--brown-900); color: #cdbda6; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 40px; padding: clamp(50px, 6vw, 76px) 0 40px; }
.footer-brand img { width: 150px; margin-bottom: 16px; }
.footer-brand p { max-width: 300px; }
.site-footer h2 { font: 600 .82rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: #eadfcd; text-decoration: none; }
.site-footer a:hover { color: var(--lime); }
.social { display: flex; gap: 10px; }
.social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.08); transition: background .2s, color .2s; }
.social a:hover { background: var(--lime); color: var(--brown-900); }
.social .ico { width: 20px; height: 20px; }
.contact-list li { display: flex; gap: 10px; align-items: center; }
.contact-list .ico { color: var(--lime); }
.footer-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; font-weight: 600; color: var(--lime) !important; }
.footer-cert img { width: 92px; background: #fff; border-radius: 12px; padding: 8px; margin-bottom: 10px; }
.footer-cert p { margin: 0; line-height: 1.5; }
.footer-cert strong { font: 600 1.25rem/1 var(--head); color: #fff; letter-spacing: .04em; }
.footer-eu { background: #f4efe3; color: #4b3b2e; }
.footer-eu-inner { display: flex; align-items: center; gap: 22px; padding: 16px 0; flex-wrap: wrap; }
.eu-logos img { width: 400px; max-width: 100%; }
.footer-eu-inner { justify-content: space-between; }
.footer-eu-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: #4b3b2e; text-decoration: none; }
.eu-flag { width: 60px; height: 40px; flex: none; }
.footer-eu p { margin: 0; font-size: .88rem; flex: 1; min-width: 240px; }
.footer-eu a { color: #4b3b2e; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 18px 0 26px; font-size: .85rem; color: #a89680; }
.footer-bottom p { margin: 0; }
.footer-lang a { color: inherit; }
.footer-lang a[aria-current] { color: var(--lime); font-weight: 600; }
.eu-box { padding: 18px 22px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); margin-bottom: 36px; }
.eu-box img { width: 520px; max-width: 100%; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; background: rgba(20, 12, 6, .94); }
.lightbox.is-open { display: grid; }
.lightbox figure { margin: 0; max-width: 92vw; max-height: 86vh; text-align: center; }
.lightbox img { max-width: 92vw; max-height: 80vh; border-radius: 10px; margin: 0 auto; }
.lightbox figcaption { color: #eadfcd; margin-top: 10px; }
.lb-btn { position: absolute; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; }
.lb-btn:hover { background: var(--lime); color: var(--brown-900); }
.lb-btn svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 18px; top: 50%; }
.lb-next { right: 18px; top: 50%; }
.lb-lock { overflow: hidden; }

/* ---------- Odzivnost ---------- */
@media (max-width: 1280px) {
  .header-cta span { display: none; }
  .header-cta { padding: .7em; }
  .header-bell span { display: none; }
  .header-bell { padding: 0; width: 42px; height: 42px; justify-content: center; border-color: transparent; background: rgba(255,255,255,.07); }
  .header-inner { gap: 16px; }
  .main-nav a { padding: 8px 9px; }
  .main-nav a::after { left: 9px; right: 9px; }
}
@media (max-width: 1100px) {
  .main-nav a { padding: 8px 8px; font-size: 1rem; }
  .main-nav a::after { left: 8px; right: 8px; }
  .header-cta span, .header-bell span { display: none; }
  .header-bell { padding: 0; width: 42px; height: 42px; justify-content: center; border-color: transparent; background: rgba(255,255,255,.07); }
  .header-cta { padding: .7em; }
}
@media (max-width: 980px) {
  :root { --header-h: 62px; }
  .logo img, .site-header.is-scrolled .logo img { width: 86px; }
  .nav-toggle { display: inline-grid; }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto 0; height: calc(100dvh - var(--header-h)); background: var(--brown); padding: 20px 20px 40px; opacity: 0; transform: translateY(-12px); visibility: hidden; pointer-events: none; transition: opacity .25s ease, transform .3s ease, visibility .3s; overflow-y: auto; justify-content: stretch; }
  .main-nav.is-open { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }
  .main-nav ul { flex-direction: column; width: 100%; gap: 0; }
  .main-nav a { padding: 16px 6px; font-size: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0; }
  .main-nav a::after { display: none; }
  .nav-mobile-only { display: block; }
  .nav-mobile-only a { color: var(--lime); font-size: 1.1rem; }
  body.nav-open { overflow: hidden; }
  .header-inner { justify-content: space-between; }
  .hero { min-height: 0; flex-direction: column; align-items: stretch; }
  .hero-inner { padding-top: 90px; padding-bottom: 36px; }
  .hero-price { position: relative; right: auto; bottom: auto; width: auto; margin: 0 20px 28px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature { padding: 26px 18px; border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .feature:first-child { padding-left: 18px; }
  .split-grid, .story, .order-grid, .faq-grid, .contact-grid, .signup-grid, .newsletter-inner, .mh-grid { grid-template-columns: 1fr; }
  .split-grid.reverse > :first-child { order: 0; }
  .story-media { min-height: 320px; }
  .story-media img { min-height: 300px; max-height: 420px; }
  .steps { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .price-card, .faq-side { position: static; }
  .auth-grid { grid-template-columns: 1fr; }
  .auth-media { min-height: 220px; }
  .auth-quote img { display: none; }
  .mh-cards, .orchards { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .topbar { font-size: .85rem; }
  .topbar-inner { padding: 7px 0; gap: 10px; }
  .topbar p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.35; }
  .topbar p strong { display: none; }
  .mh-bottles img:nth-child(2) { margin-inline: -18px; }
  .wrap { width: calc(100% - 32px); }
  .header-actions { gap: 6px; }
  .hero-title { font-size: clamp(3rem, 16vw, 4.4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-price { margin: 0 16px 24px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .feature h2 { font-size: 1.1rem; }
  .feature p { font-size: .85rem; }
  .checklist ul { grid-template-columns: 1fr; }
  .collage { padding: 0 8% 18% 0; }
  .collage-badge { width: 100px; left: -6px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats-light { grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
  .post-grid, .post-grid-2 { grid-template-columns: 1fr; }
  .form-row, .account-grid { grid-template-columns: 1fr; }
  .nl-form { grid-template-columns: 1fr; }
  .nl-form .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .faq summary { padding: 18px; gap: 12px; }
  .faq-no { font-size: 1.6rem; min-width: 34px; }
  .faq-q { font-size: 1.12rem; }
  .faq-a { padding: 0 20px 22px; }
  .order-steps li { padding: 70px 18px 18px; }
  .map-frame { aspect-ratio: 4/5; }
  .article-actions .sp { display: none; }
  .gallery-track a { width: 240px; }
}

/* paralaksa kot pri spix.si: slika v glavi stoji, stran drsi čez njo (samo računalnik; telefon in iPad običajna slika).
   Slika je »fixed« čez cel zaslon, okvir glave pa jo obreže (clip-path). */
@media (min-width: 981px) and (hover: hover) {
  .hero-media, .page-hero-media { clip-path: inset(0); }
  .hero-media img, .page-hero-media img { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; object-fit: cover; }
  .hero-media img { object-position: center center; }
  /* naslovnica: manj neba – slika zamaknjena navzgor, manj praznega prostora nad naslovom */
  .is-home .hero { min-height: 0; }
  .is-home .hero-inner { padding-top: 56px; }
  .is-home .hero-media img { top: -14vh; height: 94vh; }
  /* kontakt: slika malo višje, da se vidi oče v nasadu */
  [data-page="kontakt"] .page-hero-media img { top: -20vh; height: 90vh; }
  /* o nas: družina manj približana – slika ožja, robovi mehko prehajajo v rjavo */
  [data-page="o-kmetiji"] .page-hero { background: #2a1a0e; }
  [data-page="o-kmetiji"] .page-hero-media img { left: 12vw; width: 76vw; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
}
@supports (-webkit-touch-callout: none) {
  .hero-media img, .page-hero-media img { position: absolute !important; width: 100% !important; height: 100% !important; }
}

/* ---------- Praznični okraski: noč čarovnic ---------- */
.praznik-deco { position: relative; height: 0; pointer-events: none; }
.pd-layer > * { z-index: 20; }
.pd-layer { position: absolute; top: 0; left: 0; right: 0; height: 80vh; overflow: hidden; pointer-events: none; }
.pd-web { position: absolute; top: 0; left: 0; width: clamp(110px, 14vw, 210px); color: rgba(255, 255, 255, .5); }
.pd-spider { position: absolute; top: 0; right: 14vw; width: 30px; animation: pd-spider 6s ease-in-out infinite; transform-origin: top center; }
.pd-spider svg { width: 30px; height: auto; display: block; color: rgba(255, 255, 255, .55); }
@keyframes pd-spider { 0%, 100% { transform: translateY(-18px) rotate(-2deg); } 50% { transform: translateY(14px) rotate(2deg); } }
.pd-bat { position: absolute; left: 0; width: 58px; opacity: .9; animation: pd-fly 22s linear infinite; }
.pd-bat-0 { top: 16vh; }
.pd-bat-1 { top: 30vh; width: 42px; animation-duration: 28s; animation-delay: -9s; }
.pd-bat-2 { top: 9vh; width: 34px; animation-duration: 34s; animation-delay: -20s; }
.pd-bat path { transform-origin: 32px 12px; animation: pd-flap .35s ease-in-out infinite alternate; }
@keyframes pd-fly {
  0% { transform: translate(-10vw, 0); } 25% { transform: translate(22vw, -4vh); } 50% { transform: translate(50vw, 3vh); }
  75% { transform: translate(78vw, -3vh); } 100% { transform: translate(112vw, 1vh); }
}
@keyframes pd-flap { from { transform: scaleY(1); } to { transform: scaleY(.55); } }
.pd-pumpkins { position: absolute; left: 0; right: 0; bottom: -6px; z-index: 1; pointer-events: none; display: flex; justify-content: space-between; padding: 0 clamp(8px, 2vw, 32px); }
.pd-pl, .pd-pr { display: flex; align-items: flex-end; gap: 2px; }
.pd-pumpkin { display: block; filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .35)); }
.pd-big { width: clamp(64px, 8vw, 124px); }
.pd-small { width: clamp(40px, 5vw, 76px); }
.pd-glow { filter: drop-shadow(0 0 5px #ffb347); animation: pd-flicker 3.2s ease-in-out infinite; }
@keyframes pd-flicker { 0%, 100% { opacity: 1; } 45% { opacity: .82; } 50% { opacity: .95; } 70% { opacity: .75; } }
.praznik-halloween .header-cta { background: #f07a1a; border-color: #f07a1a; color: #1f1208; }
.praznik-halloween .header-cta:hover { background: #ff8f33; border-color: #ff8f33; }
@media (max-width: 700px) {
  .pd-pr { display: none; }
  .pd-bat-2, .pd-spider { display: none; }
  .pd-web { width: 90px; }
}
@media (prefers-reduced-motion: reduce) {
  .pd-bat, .pd-bat path, .pd-spider, .pd-glow { animation: none; }
  .pd-bat-0 { transform: translateX(60vw); } .pd-bat-1 { transform: translateX(72vw); } .pd-bat-2 { display: none; }
}

/* ---------- Praznični okraski: božič ---------- */
.pd-lights { position: absolute; top: 0; left: 0; right: 0; height: 44px; }
.pd-lights svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.pd-bulb { position: absolute; width: 0; height: 0; }
.pd-bulb i { position: absolute; left: -5px; top: 0; width: 10px; height: 15px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; background: currentColor; box-shadow: 0 0 10px 2px currentColor; animation: pd-twinkle 2.4s ease-in-out infinite; }
.pd-bulb i::before { content: ""; position: absolute; left: 2px; top: -4px; width: 6px; height: 5px; border-radius: 1px; background: #2c3326; }
@keyframes pd-twinkle { 0%, 100% { opacity: 1; } 50% { opacity: .35; box-shadow: 0 0 3px 0 currentColor; } }
.pd-bulb:nth-of-type(1) { left: 2.00%; top: 16.5px; }
.pd-bulb:nth-of-type(2) { left: 5.00%; top: 23.0px; }
.pd-bulb:nth-of-type(3) { left: 8.00%; top: 16.5px; }
.pd-bulb:nth-of-type(4) { left: 12.00%; top: 16.5px; }
.pd-bulb:nth-of-type(5) { left: 15.00%; top: 23.0px; }
.pd-bulb:nth-of-type(6) { left: 18.00%; top: 16.5px; }
.pd-bulb:nth-of-type(7) { left: 22.00%; top: 16.5px; }
.pd-bulb:nth-of-type(8) { left: 25.00%; top: 23.0px; }
.pd-bulb:nth-of-type(9) { left: 28.00%; top: 16.5px; }
.pd-bulb:nth-of-type(10) { left: 32.00%; top: 16.5px; }
.pd-bulb:nth-of-type(11) { left: 35.00%; top: 23.0px; }
.pd-bulb:nth-of-type(12) { left: 38.00%; top: 16.5px; }
.pd-bulb:nth-of-type(13) { left: 42.00%; top: 16.5px; }
.pd-bulb:nth-of-type(14) { left: 45.00%; top: 23.0px; }
.pd-bulb:nth-of-type(15) { left: 48.00%; top: 16.5px; }
.pd-bulb:nth-of-type(16) { left: 52.00%; top: 16.5px; }
.pd-bulb:nth-of-type(17) { left: 55.00%; top: 23.0px; }
.pd-bulb:nth-of-type(18) { left: 58.00%; top: 16.5px; }
.pd-bulb:nth-of-type(19) { left: 62.00%; top: 16.5px; }
.pd-bulb:nth-of-type(20) { left: 65.00%; top: 23.0px; }
.pd-bulb:nth-of-type(21) { left: 68.00%; top: 16.5px; }
.pd-bulb:nth-of-type(22) { left: 72.00%; top: 16.5px; }
.pd-bulb:nth-of-type(23) { left: 75.00%; top: 23.0px; }
.pd-bulb:nth-of-type(24) { left: 78.00%; top: 16.5px; }
.pd-bulb:nth-of-type(25) { left: 82.00%; top: 16.5px; }
.pd-bulb:nth-of-type(26) { left: 85.00%; top: 23.0px; }
.pd-bulb:nth-of-type(27) { left: 88.00%; top: 16.5px; }
.pd-bulb:nth-of-type(28) { left: 92.00%; top: 16.5px; }
.pd-bulb:nth-of-type(29) { left: 95.00%; top: 23.0px; }
.pd-bulb:nth-of-type(30) { left: 98.00%; top: 16.5px; }
.pd-bulb:nth-of-type(5n+1) i { color: #ff4b4b; animation-delay: -0.0s; }
.pd-bulb:nth-of-type(5n+2) i { color: #ffd23f; animation-delay: -0.5s; }
.pd-bulb:nth-of-type(5n+3) i { color: #4cd964; animation-delay: -1.0s; }
.pd-bulb:nth-of-type(5n+4) i { color: #4fb3ff; animation-delay: -1.5s; }
.pd-bulb:nth-of-type(5n+5) i { color: #ff8f33; animation-delay: -2.0s; }
.pd-snow { position: absolute; inset: 0; }
.pd-snow i { position: absolute; top: -12px; width: 6px; height: 6px; border-radius: 50%; background: #fff; opacity: .85; box-shadow: 0 0 4px rgba(255,255,255,.8); animation: pd-snow 12s linear infinite; }
@keyframes pd-snow { 0% { transform: translate(0, -2vh); } 50% { transform: translate(24px, 40vh); } 100% { transform: translate(-8px, 82vh); opacity: .2; } }
.pd-snow i:nth-child(1) { left: 32.7%; width: 4px; height: 4px; animation-duration: 13.3s; animation-delay: -1.0s; }
.pd-snow i:nth-child(2) { left: 81.5%; width: 3px; height: 3px; animation-duration: 13.0s; animation-delay: -1.2s; }
.pd-snow i:nth-child(3) { left: 50.7%; width: 3px; height: 3px; animation-duration: 9.9s; animation-delay: -8.4s; }
.pd-snow i:nth-child(4) { left: 24.6%; width: 7px; height: 7px; animation-duration: 13.7s; animation-delay: -16.5s; }
.pd-snow i:nth-child(5) { left: 13.1%; width: 4px; height: 4px; animation-duration: 15.9s; animation-delay: -11.7s; }
.pd-snow i:nth-child(6) { left: 7.1%; width: 7px; height: 7px; animation-duration: 13.4s; animation-delay: -19.5s; }
.pd-snow i:nth-child(7) { left: 5.6%; width: 4px; height: 4px; animation-duration: 12.2s; animation-delay: -2.9s; }
.pd-snow i:nth-child(8) { left: 12.5%; width: 5px; height: 5px; animation-duration: 15.2s; animation-delay: -13.6s; }
.pd-snow i:nth-child(9) { left: 11.1%; width: 7px; height: 7px; animation-duration: 16.0s; animation-delay: -7.4s; }
.pd-snow i:nth-child(10) { left: 54.7%; width: 3px; height: 3px; animation-duration: 15.2s; animation-delay: -12.4s; }
.pd-snow i:nth-child(11) { left: 49.6%; width: 7px; height: 7px; animation-duration: 13.7s; animation-delay: -6.3s; }
.pd-snow i:nth-child(12) { left: 58.4%; width: 6px; height: 6px; animation-duration: 13.0s; animation-delay: -5.0s; }
.pd-snow i:nth-child(13) { left: 18.6%; width: 4px; height: 4px; animation-duration: 9.9s; animation-delay: -6.0s; }
.pd-snow i:nth-child(14) { left: 49.5%; width: 5px; height: 5px; animation-duration: 17.0s; animation-delay: -5.8s; }
.pd-snow i:nth-child(15) { left: 97.1%; width: 3px; height: 3px; animation-duration: 14.6s; animation-delay: -3.3s; }
.pd-snow i:nth-child(16) { left: 34.5%; width: 6px; height: 6px; animation-duration: 13.6s; animation-delay: -19.2s; }
.pd-snow i:nth-child(17) { left: 8.6%; width: 7px; height: 7px; animation-duration: 15.3s; animation-delay: -17.5s; }
.pd-snow i:nth-child(18) { left: 31.7%; width: 8px; height: 8px; animation-duration: 12.9s; animation-delay: -9.9s; }
.pd-snow i:nth-child(19) { left: 79.1%; width: 3px; height: 3px; animation-duration: 18.2s; animation-delay: -18.9s; }
.pd-snow i:nth-child(20) { left: 47.5%; width: 8px; height: 8px; animation-duration: 9.7s; animation-delay: -14.6s; }
.pd-snow i:nth-child(21) { left: 31.3%; width: 7px; height: 7px; animation-duration: 19.9s; animation-delay: -16.4s; }
.pd-snow i:nth-child(22) { left: 28.9%; width: 6px; height: 6px; animation-duration: 18.8s; animation-delay: -6.9s; }
.pd-snow i:nth-child(23) { left: 93.2%; width: 5px; height: 5px; animation-duration: 10.8s; animation-delay: -2.3s; }
.pd-snow i:nth-child(24) { left: 6.8%; width: 5px; height: 5px; animation-duration: 10.4s; animation-delay: -5.0s; }
.pd-snow i:nth-child(25) { left: 39.3%; width: 6px; height: 6px; animation-duration: 9.9s; animation-delay: -9.0s; }
.pd-snow i:nth-child(26) { left: 54.8%; width: 4px; height: 4px; animation-duration: 18.0s; animation-delay: -17.3s; }
.pd-snow i:nth-child(27) { left: 28.3%; width: 6px; height: 6px; animation-duration: 19.9s; animation-delay: -13.7s; }
.pd-snow i:nth-child(28) { left: 38.3%; width: 4px; height: 4px; animation-duration: 10.7s; animation-delay: -3.5s; }
.praznik-bozic .header-cta, .praznik-novo-leto .header-cta, .praznik-december .header-cta { background: #d42a2a; border-color: #d42a2a; color: #fff; }
.praznik-bozic .header-cta:hover, .praznik-novo-leto .header-cta:hover, .praznik-december .header-cta:hover { background: #e84141; border-color: #e84141; }
@media (max-width: 700px) { .pd-bulb:nth-of-type(even) { display: none; } .pd-snow i:nth-child(n+15) { display: none; } }
@media (prefers-reduced-motion: reduce) { .pd-bulb i { animation: none; } .pd-snow { display: none; } }
.pd-firs { bottom: -4px; padding: 0; }
.pd-fir { display: block; width: clamp(120px, 14vw, 220px); filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .35)); }
.pd-fir.pd-flip { transform: scaleX(-1); }
.pd-bauble { transform-box: fill-box; transform-origin: 50% 0; animation: pd-swing 4s ease-in-out infinite; }
@keyframes pd-swing { 0%, 100% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } }
@media (prefers-reduced-motion: reduce) { .pd-bauble { animation: none; } }

/* ---------- Praznični okraski: velika noč ---------- */
.pd-willow { position: absolute; top: 0; left: 0; width: clamp(130px, 16vw, 230px); filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .25)); }
.pd-egg-hang { position: absolute; top: 0; right: 14vw; width: 34px; transform-origin: top center; animation: pd-hang 5s ease-in-out infinite; }
.pd-egg-hang svg { width: 34px; height: auto; display: block; }
@keyframes pd-hang { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(6deg); } }
.pd-fly { position: absolute; left: 0; width: 38px; animation: pd-fly 26s linear infinite; }
.pd-fly-0 { top: 18vh; fill: #f3c93f; }
.pd-fly-1 { top: 32vh; width: 30px; fill: #e0508a; animation-duration: 32s; animation-delay: -11s; }
.pd-fly-2 { top: 10vh; width: 26px; fill: #6cc3e8; animation-duration: 38s; animation-delay: -22s; }
.pd-wings { transform-origin: 20px 14px; animation: pd-flutter .25s ease-in-out infinite alternate; }
@keyframes pd-flutter { from { transform: scaleX(1); } to { transform: scaleX(.35); } }
.pd-eggs { bottom: -2px; }
.pd-eggs .pd-pl, .pd-eggs .pd-pr { position: relative; gap: 4px; padding: 0 14px; }
/* šop trave: zadnja plast za pirhi, sprednja prekrije spodnji del pirhov – vsi pirhi stojijo v travi */
.pd-grass { position: absolute; left: -22px; bottom: 0; width: calc(100% + 44px); pointer-events: none; }
.pd-grass-back { height: clamp(30px, 3.2vw, 46px); z-index: 0; }
.pd-grass-front { height: clamp(18px, 1.9vw, 28px); z-index: 2; }
.pd-egg { position: relative; z-index: 1; display: block; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .3)); margin-bottom: 2px; }
/* zajček: občasno priskaklja po spodnjem robu naslovne slike (od leve proti desni) */
.pd-bunny { position: absolute; left: 0; bottom: 4px; width: clamp(60px, 5.6vw, 84px); z-index: 3; transform: translateX(-120px); animation: pd-bunny-run 30s linear infinite; animation-delay: 3s; }
.pd-bunny svg { display: block; width: 100%; height: auto; overflow: visible; }
.pd-bunny-hop { animation: pd-bunny-hop .62s ease-in-out infinite; transform-origin: 50% 100%; }
.pd-bunny-senca { animation: pd-bunny-senca .62s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.pd-bunny-usesa { animation: pd-bunny-usesa .62s ease-in-out infinite; transform-box: fill-box; transform-origin: 30% 100%; }
@keyframes pd-bunny-run { 0% { transform: translateX(-120px); } 62% { transform: translateX(calc(100vw + 40px)); } 100% { transform: translateX(calc(100vw + 40px)); } }
@keyframes pd-bunny-hop { 0%, 100% { transform: translateY(0) rotate(0) scaleY(.94); } 15% { transform: translateY(-4px) rotate(-10deg) scaleY(1.04); } 50% { transform: translateY(-26px) rotate(-2deg); } 85% { transform: translateY(-3px) rotate(8deg) scaleY(1); } }
@keyframes pd-bunny-senca { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.6); opacity: .5; } }
@keyframes pd-bunny-usesa { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-12deg); } }
@media (prefers-reduced-motion: reduce) { .pd-bunny { display: none; } }
.pd-egg-l { width: clamp(38px, 4.2vw, 62px); }
.pd-egg-m { width: clamp(30px, 3.2vw, 46px); transform: rotate(-12deg); }
.pd-egg-s { width: clamp(24px, 2.6vw, 38px); transform: rotate(10deg); }
.praznik-velika-noc .header-cta { background: #f3c93f; border-color: #f3c93f; color: #2a1a0e; }
.praznik-velika-noc .header-cta:hover { background: #ffd95a; border-color: #ffd95a; }
@media (max-width: 700px) { .pd-fly-2, .pd-egg-hang { display: none; } .pd-willow { width: 100px; } }
@media (prefers-reduced-motion: reduce) {
  .pd-fly, .pd-wings, .pd-egg-hang { animation: none; }
  .pd-fly-0 { transform: translateX(62vw); } .pd-fly-1 { transform: translateX(74vw); } .pd-fly-2 { display: none; }
}

/* ---------- Praznični okraski: skupni deli (padajoči delci, viseči okras, vejica v kotu) ---------- */
.pd-fall { position: absolute; inset: 0; }
.pd-fall i { position: absolute; top: -40px; width: 18px; animation: pd-fall 14s linear infinite; }
.pd-fall i svg { display: block; width: 100%; height: auto; animation: pd-spin 6s ease-in-out infinite alternate; }
.pd-fall.pd-rise i { animation-name: pd-rise; top: auto; bottom: -40px; }
.pd-fw b:nth-child(1) { transform: rotate(0.0deg); }
.pd-fw b:nth-child(2) { transform: rotate(18.0deg); }
.pd-fw b:nth-child(3) { transform: rotate(36.0deg); }
.pd-fw b:nth-child(4) { transform: rotate(54.0deg); }
.pd-fw b:nth-child(5) { transform: rotate(72.0deg); }
.pd-fw b:nth-child(6) { transform: rotate(90.0deg); }
.pd-fw b:nth-child(7) { transform: rotate(108.0deg); }
.pd-fw b:nth-child(8) { transform: rotate(126.0deg); }
.pd-fw b:nth-child(9) { transform: rotate(144.0deg); }
.pd-fw b:nth-child(10) { transform: rotate(162.0deg); }
.pd-fw b:nth-child(11) { transform: rotate(180.0deg); }
.pd-fw b:nth-child(12) { transform: rotate(198.0deg); }
.pd-fw b:nth-child(13) { transform: rotate(216.0deg); }
.pd-fw b:nth-child(14) { transform: rotate(234.0deg); }
.pd-fw b:nth-child(15) { transform: rotate(252.0deg); }
.pd-fw b:nth-child(16) { transform: rotate(270.0deg); }
.pd-fw b:nth-child(17) { transform: rotate(288.0deg); }
.pd-fw b:nth-child(18) { transform: rotate(306.0deg); }
.pd-fw b:nth-child(19) { transform: rotate(324.0deg); }
.pd-fw b:nth-child(20) { transform: rotate(342.0deg); }
@keyframes pd-fall { 0% { transform: translate(0, -4vh); opacity: 0; } 8% { opacity: 1; } 50% { transform: translate(30px, 40vh); } 100% { transform: translate(-10px, 84vh); opacity: 0; } }
@keyframes pd-rise { 0% { transform: translate(0, 0); opacity: 0; } 10% { opacity: .95; } 50% { transform: translate(-24px, -30vh); } 100% { transform: translate(14px, -62vh); opacity: 0; } }
@keyframes pd-spin { from { transform: rotate(-40deg); } to { transform: rotate(50deg); } }
.pd-hang { position: absolute; top: 0; right: 14vw; width: 44px; transform-origin: top center; animation: pd-hang 5s ease-in-out infinite; }
.pd-hang svg { width: 100%; height: auto; display: block; }
.pd-corner { position: absolute; top: 0; left: 0; width: clamp(130px, 16vw, 230px); filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .3)); }
.pd-bottom { display: block; width: clamp(90px, 11vw, 170px); filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .35)); }
.pd-bottom.pd-flip { transform: scaleX(-1); }
@media (max-width: 700px) { .pd-hang { display: none; } .pd-corner { width: 100px; } .pd-fall i:nth-child(n+13) { display: none; } }
@media (prefers-reduced-motion: reduce) { .pd-fall { display: none; } .pd-hang, .pd-hang svg { animation: none; } }
.pd-fall i:nth-child(1) { left: 17.0%; width: 24px; animation-duration: 15.0s; animation-delay: -6.2s; } .pd-fall i:nth-child(1) svg { animation-duration: 7.4s; }
.pd-fall i:nth-child(2) { left: 97.0%; width: 18px; animation-duration: 19.7s; animation-delay: -11.3s; } .pd-fall i:nth-child(2) svg { animation-duration: 6.0s; }
.pd-fall i:nth-child(3) { left: 23.9%; width: 12px; animation-duration: 10.2s; animation-delay: -20.5s; } .pd-fall i:nth-child(3) svg { animation-duration: 5.7s; }
.pd-fall i:nth-child(4) { left: 15.1%; width: 28px; animation-duration: 12.8s; animation-delay: -5.1s; } .pd-fall i:nth-child(4) svg { animation-duration: 4.2s; }
.pd-fall i:nth-child(5) { left: 97.8%; width: 24px; animation-duration: 19.2s; animation-delay: -8.9s; } .pd-fall i:nth-child(5) svg { animation-duration: 5.8s; }
.pd-fall i:nth-child(6) { left: 93.8%; width: 20px; animation-duration: 16.0s; animation-delay: -2.5s; } .pd-fall i:nth-child(6) svg { animation-duration: 7.8s; }
.pd-fall i:nth-child(7) { left: 36.7%; width: 14px; animation-duration: 18.9s; animation-delay: -1.9s; } .pd-fall i:nth-child(7) svg { animation-duration: 7.2s; }
.pd-fall i:nth-child(8) { left: 2.9%; width: 14px; animation-duration: 16.6s; animation-delay: -7.5s; } .pd-fall i:nth-child(8) svg { animation-duration: 5.9s; }
.pd-fall i:nth-child(9) { left: 19.1%; width: 12px; animation-duration: 15.6s; animation-delay: -18.0s; } .pd-fall i:nth-child(9) svg { animation-duration: 4.3s; }
.pd-fall i:nth-child(10) { left: 20.1%; width: 24px; animation-duration: 21.6s; animation-delay: -19.7s; } .pd-fall i:nth-child(10) svg { animation-duration: 7.0s; }
.pd-fall i:nth-child(11) { left: 75.0%; width: 20px; animation-duration: 21.9s; animation-delay: -1.6s; } .pd-fall i:nth-child(11) svg { animation-duration: 6.2s; }
.pd-fall i:nth-child(12) { left: 55.2%; width: 18px; animation-duration: 12.4s; animation-delay: -20.3s; } .pd-fall i:nth-child(12) svg { animation-duration: 7.6s; }
.pd-fall i:nth-child(13) { left: 40.7%; width: 16px; animation-duration: 21.5s; animation-delay: -11.0s; } .pd-fall i:nth-child(13) svg { animation-duration: 5.3s; }
.pd-fall i:nth-child(14) { left: 48.0%; width: 16px; animation-duration: 10.3s; animation-delay: -2.1s; } .pd-fall i:nth-child(14) svg { animation-duration: 6.9s; }
.pd-fall i:nth-child(15) { left: 97.3%; width: 18px; animation-duration: 10.0s; animation-delay: -1.5s; } .pd-fall i:nth-child(15) svg { animation-duration: 6.4s; }
.pd-fall i:nth-child(16) { left: 51.7%; width: 20px; animation-duration: 17.3s; animation-delay: -12.2s; } .pd-fall i:nth-child(16) svg { animation-duration: 6.5s; }
.pd-fall i:nth-child(17) { left: 18.5%; width: 14px; animation-duration: 17.5s; animation-delay: -18.3s; } .pd-fall i:nth-child(17) svg { animation-duration: 5.3s; }
.pd-fall i:nth-child(18) { left: 74.9%; width: 16px; animation-duration: 12.9s; animation-delay: -3.7s; } .pd-fall i:nth-child(18) svg { animation-duration: 7.7s; }
.pd-fall i:nth-child(19) { left: 17.9%; width: 18px; animation-duration: 14.5s; animation-delay: -15.0s; } .pd-fall i:nth-child(19) svg { animation-duration: 6.7s; }
.pd-fall i:nth-child(20) { left: 88.2%; width: 14px; animation-duration: 14.9s; animation-delay: -21.8s; } .pd-fall i:nth-child(20) svg { animation-duration: 7.8s; }
.pd-fall i:nth-child(21) { left: 58.3%; width: 16px; animation-duration: 15.9s; animation-delay: -8.3s; } .pd-fall i:nth-child(21) svg { animation-duration: 5.0s; }
.pd-fall i:nth-child(22) { left: 86.0%; width: 14px; animation-duration: 16.7s; animation-delay: -9.7s; } .pd-fall i:nth-child(22) svg { animation-duration: 5.6s; }
.pd-fall i:nth-child(23) { left: 72.9%; width: 12px; animation-duration: 20.0s; animation-delay: -1.1s; } .pd-fall i:nth-child(23) svg { animation-duration: 5.0s; }
.pd-fall i:nth-child(24) { left: 29.1%; width: 18px; animation-duration: 13.0s; animation-delay: -8.7s; } .pd-fall i:nth-child(24) svg { animation-duration: 7.5s; }
.pd-fall i:nth-child(25) { left: 63.6%; width: 14px; animation-duration: 21.8s; animation-delay: -16.4s; } .pd-fall i:nth-child(25) svg { animation-duration: 5.9s; }
.pd-fall i:nth-child(26) { left: 25.5%; width: 24px; animation-duration: 16.3s; animation-delay: -16.0s; } .pd-fall i:nth-child(26) svg { animation-duration: 4.1s; }
.pd-fall i:nth-child(27) { left: 21.6%; width: 28px; animation-duration: 14.4s; animation-delay: -3.4s; } .pd-fall i:nth-child(27) svg { animation-duration: 5.5s; }
.pd-fall i:nth-child(28) { left: 76.0%; width: 18px; animation-duration: 17.0s; animation-delay: -18.7s; } .pd-fall i:nth-child(28) svg { animation-duration: 5.2s; }
.pd-fall i:nth-child(29) { left: 52.8%; width: 16px; animation-duration: 11.7s; animation-delay: -15.9s; } .pd-fall i:nth-child(29) svg { animation-duration: 5.5s; }
.pd-fall i:nth-child(30) { left: 13.2%; width: 24px; animation-duration: 10.3s; animation-delay: -13.1s; } .pd-fall i:nth-child(30) svg { animation-duration: 6.6s; }

/* pust */
.pd-confetti i { width: 9px; height: 14px; border-radius: 2px; }
.pd-confetti i:nth-child(6n+1) { background: #ff4b6e; } .pd-confetti i:nth-child(6n+2) { background: #ffd23f; } .pd-confetti i:nth-child(6n+3) { background: #4cd964; }
.pd-confetti i:nth-child(6n+4) { background: #4fb3ff; } .pd-confetti i:nth-child(6n+5) { background: #b36bff; } .pd-confetti i:nth-child(6n+6) { background: #ff8f33; }
.pd-confetti i:nth-child(3n) { width: 7px; height: 7px; border-radius: 50%; }
.praznik-pust .header-cta { background: #9b5de5; border-color: #9b5de5; color: #fff; }
.pd-kurent { width: clamp(64px, 7vw, 112px); }
/* valentinovo */
.praznik-valentinovo .header-cta { background: #e0507a; border-color: #e0507a; color: #fff; }
/* cvetenje asimin */
.praznik-cvetenje .header-cta { background: #b8435f; border-color: #b8435f; color: #fff; }
/* sezona asimin */
.praznik-sezona-asimin .header-cta { background: #d9a52c; border-color: #d9a52c; color: #2a1a0e; }
/* martinovo */
.praznik-martinovo .header-cta { background: #8e2a3b; border-color: #8e2a3b; color: #fff; }
.pd-layer > .pd-mt-trta { z-index: 1; }   /* trta za besedilom */
.pd-mt-trta { position: absolute; top: -4px; left: 0; width: clamp(160px, 19vw, 300px); filter: drop-shadow(0 5px 8px rgba(0, 0, 0, .35)); }
.pd-mt-trta.pd-mt-desna { left: auto; right: 0; transform: scaleX(-1); width: clamp(140px, 17vw, 260px); }
.pd-mt-spodaj { padding: 0; bottom: -4px; }
.pd-mt-miza { display: block; width: clamp(150px, 17vw, 270px); filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .4)); }
.pd-mt-miza.pd-flip { transform: scaleX(-1); }
@media (max-width: 700px) { .pd-mt-trta { width: 150px; } .pd-mt-trta.pd-mt-desna { display: none; } .pd-mt-miza { width: 120px; } }

/* občasni prelet: čarovnica (velika noč), gos (martinovo) – vsakih ~30 s enkrat čez sliko */
.pd-flyby { position: absolute; left: 0; top: 11vh; width: clamp(110px, 12vw, 170px); transform: translateX(-30vw); animation: pd-flyby 32s linear infinite; animation-delay: 3s; filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .3)); }
.pd-goose { top: 20vh; width: clamp(90px, 10vw, 140px); animation-duration: 28s; animation-delay: 3s; }
.pd-layer > .pd-flyby { z-index: 1; }   /* preleti letijo ZA besedilom naslovne slike */
@keyframes pd-flyby { 0% { transform: translate(-30vw, 0); } 22% { transform: translate(55vw, -4vh); } 44% { transform: translate(125vw, 2vh); } 100% { transform: translate(125vw, 2vh); } }
.pd-bob { animation: pd-bobbing 1.6s ease-in-out infinite alternate; }
@keyframes pd-bobbing { from { transform: translateY(-3px) rotate(-2deg); } to { transform: translateY(3px) rotate(2deg); } }
.pd-wing, .pd-wing-back { transform-box: fill-box; transform-origin: 50% 100%; animation: pd-goosewing .45s ease-in-out infinite alternate; }
.pd-wing-back { animation-delay: -.2s; }
@keyframes pd-goosewing { from { transform: scaleY(1); } to { transform: scaleY(-.55); } }
@media (max-width: 700px) { .pd-flyby { top: 8vh; } }
.is-home .pd-flyby { top: 190px; }   /* naslovnica: prelet gre skozi napis ASIMINA PAW PAW */
@media (max-width: 700px) { .is-home .pd-flyby { top: 150px; } }
@media (prefers-reduced-motion: reduce) { .pd-flyby { display: none; } }
.pd-witch { width: clamp(85px, 9vw, 130px); }
/* novo leto: ognjemet – raketa poleti, nato razpok iskric (za besedilom naslovne slike) */
.pd-layer > .pd-fireworks { z-index: 1; }
.pd-fireworks { position: absolute; inset: 0; }
.pd-fw { position: absolute; width: 0; height: 0; color: #ffd23f; --r: 120px; --t: 5.2s; }
.pd-fw::before { content: ""; position: absolute; left: -2px; top: 0; width: 4px; height: 22px; border-radius: 2px; background: linear-gradient(#fff, rgba(255,230,150,0)); box-shadow: 0 0 8px #fff; opacity: 0; animation: pd-rocket var(--t) ease-out infinite; animation-delay: inherit; }
.pd-fw-s { position: absolute; left: 0; top: 0; animation: pd-fwfall var(--t) ease-in infinite; animation-delay: inherit; }
.pd-fw b { position: absolute; left: 0; top: 0; width: 0; height: 0; animation-delay: inherit; }
.pd-fw i { position: absolute; left: 0; top: -2px; width: 26px; height: 4px; border-radius: 3px; background: linear-gradient(90deg, rgba(255,255,255,0), currentColor 60%, #fff); box-shadow: 0 0 8px currentColor, 0 0 16px currentColor; opacity: 0; animation: pd-spark var(--t) cubic-bezier(.12,.75,.3,1) infinite; animation-delay: inherit; }
.pd-fw-s::after { content: ""; position: absolute; left: -45px; top: -45px; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle, #fff 0%, currentColor 28%, transparent 70%); opacity: 0; animation: pd-flash var(--t) ease-out infinite; animation-delay: inherit; }
@keyframes pd-rocket { 0% { transform: translateY(40vh); opacity: 0; } 3% { opacity: 1; } 20% { transform: translateY(0); opacity: 1; } 22%, 100% { transform: translateY(0); opacity: 0; } }
@keyframes pd-spark { 0%, 20% { transform: translateX(0) scaleX(.2); opacity: 0; } 22% { opacity: 1; } 50% { transform: translateX(var(--r)) scaleX(1); opacity: 1; } 72% { transform: translateX(calc(var(--r) * 1.15)) scaleX(.5); opacity: .7; } 80%, 100% { transform: translateX(calc(var(--r) * 1.18)) scaleX(.3); opacity: 0; } }
@keyframes pd-flash { 0%, 20% { opacity: 0; transform: scale(.2); } 22% { opacity: 1; transform: scale(1); } 36%, 100% { opacity: 0; transform: scale(1.8); } }
@keyframes pd-fwfall { 0%, 30% { transform: translateY(0); } 80%, 100% { transform: translateY(30px); } }
.pd-fw b:nth-child(1) { transform: rotate(0.0deg); }
.pd-fw b:nth-child(2) { transform: rotate(18.0deg); }
.pd-fw b:nth-child(3) { transform: rotate(36.0deg); }
.pd-fw b:nth-child(4) { transform: rotate(54.0deg); }
.pd-fw b:nth-child(5) { transform: rotate(72.0deg); }
.pd-fw b:nth-child(6) { transform: rotate(90.0deg); }
.pd-fw b:nth-child(7) { transform: rotate(108.0deg); }
.pd-fw b:nth-child(8) { transform: rotate(126.0deg); }
.pd-fw b:nth-child(9) { transform: rotate(144.0deg); }
.pd-fw b:nth-child(10) { transform: rotate(162.0deg); }
.pd-fw b:nth-child(11) { transform: rotate(180.0deg); }
.pd-fw b:nth-child(12) { transform: rotate(198.0deg); }
.pd-fw b:nth-child(13) { transform: rotate(216.0deg); }
.pd-fw b:nth-child(14) { transform: rotate(234.0deg); }
.pd-fw b:nth-child(15) { transform: rotate(252.0deg); }
.pd-fw b:nth-child(16) { transform: rotate(270.0deg); }
.pd-fw b:nth-child(17) { transform: rotate(288.0deg); }
.pd-fw b:nth-child(18) { transform: rotate(306.0deg); }
.pd-fw b:nth-child(19) { transform: rotate(324.0deg); }
.pd-fw b:nth-child(20) { transform: rotate(342.0deg); }
.pd-fw:nth-child(1) { left: 12%; top: 18vh; color: #ffd23f; animation-delay: 0s; --r: 130px; }
.pd-fw:nth-child(2) { left: 78%; top: 12vh; color: #ff4d6d; animation-delay: 0.7s; --r: 150px; }
.pd-fw:nth-child(3) { left: 32%; top: 30vh; color: #6fdcff; animation-delay: 1.5s; --r: 110px; }
.pd-fw:nth-child(4) { left: 62%; top: 22vh; color: #8dff6a; animation-delay: 2.2s; --r: 135px; }
.pd-fw:nth-child(5) { left: 90%; top: 32vh; color: #ffffff; animation-delay: 3.0s; --r: 105px; }
.pd-fw:nth-child(6) { left: 46%; top: 10vh; color: #ff9d3a; animation-delay: 3.7s; --r: 145px; }
.pd-fw:nth-child(7) { left: 22%; top: 8vh; color: #d98bff; animation-delay: 4.4s; --r: 115px; }
.pd-fw:nth-child(8) { left: 70%; top: 36vh; color: #ffd23f; animation-delay: 4.9s; --r: 120px; }
@media (max-width: 700px) { .pd-fw { --r: 70px !important; } .pd-fw i { width: 16px; height: 3px; } }
/* brez animacij (nastavitev sistema): ognjemet ostane viden kot mirni razpoki */
@media (prefers-reduced-motion: reduce) { .pd-fw::before, .pd-fw-s::after, .pd-fw:nth-child(n+5) { display: none; } .pd-fw-s, .pd-fw i { animation: none; } .pd-fw i { opacity: .9; transform: translateX(calc(var(--r) * .8)); } }
/* božiček na saneh: širši, zato štarta in izgine povsem izven zaslona */
.pd-santa { width: clamp(190px, 22vw, 330px); animation-name: pd-santa; animation-duration: 34s; }
@keyframes pd-santa { 0% { transform: translate(calc(-100% - 4vw), 0); } 22% { transform: translate(45vw, -4vh); } 44% { transform: translate(104vw, 2vh); } 100% { transform: translate(104vw, 2vh); } }
.pd-legs-f, .pd-legs-b { transform-box: fill-box; animation: pd-gallop .5s ease-in-out infinite alternate; }
.pd-legs-f { transform-origin: 0 0; }
.pd-legs-b { transform-origin: 100% 0; animation-delay: -.25s; }
@keyframes pd-gallop { from { transform: rotate(-10deg); } to { transform: rotate(12deg); } }
