/* ==========================================================================
   BookNest storefront — editorial / Swiss
   Spojeni CSS iz design-source mockup-a (Home + Katalog + PDP), bez duplikata.
   Autoritativni izvor izgleda: C:/Users/Korisnik/Desktop/booknest/design-source/
   ========================================================================== */

:root {
  --red: #E1251B;
  --red-2: #C41A11;
  --black: #0A0A0A;
  --white: #FFFFFF;
  --paper: #F2EFE6;
  --paper-2: #E8E4D6;
  --rule: #0A0A0A;
  --muted: #6E6E6E;
  --sans: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 15px; line-height: 1.4;
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: -0.005em;
}
img { max-width: 100%; display: block; }

/* ---- ANNOUNCE BAR ---- */
.announce {
  background: var(--black); color: var(--paper);
  text-align: center; padding: 10px 16px;
  font-size: 11px; letter-spacing: .04em; text-transform: uppercase;
  font-weight: 500; border-bottom: 1px solid var(--rule);
}
.announce span { color: var(--red); font-style: italic; font-weight: 400; }

/* ---- HEADER / NAV ---- */
header.nav { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 2px solid var(--rule); }
.nav-inner { max-width: 1440px; margin: 0 auto; padding: 18px 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand { font-size: 28px; font-weight: 700; letter-spacing: -0.03em; color: var(--black); text-decoration: none; display: flex; align-items: center; gap: 10px; }
.brand-mark { background: var(--red); color: var(--white); width: 32px; height: 32px; display: grid; place-items: center; font-size: 18px; font-weight: 700; }
.nav-links { display: flex; gap: 28px; justify-content: center; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }
.nav-links a { color: var(--black); text-decoration: none; padding: 4px 0; border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a.active { border-bottom-color: var(--red); color: var(--red); }
.nav-actions { display: flex; gap: 14px; justify-content: flex-end; align-items: center; }
.icon-btn { width: 36px; height: 36px; background: transparent; color: var(--black); border: 1px solid var(--rule); cursor: pointer; display: grid; place-items: center; text-decoration: none; }
.icon-btn:hover { background: var(--black); color: var(--paper); }
.cart-pill { background: var(--red); color: var(--white); border: 0; padding: 9px 16px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; gap: 8px; font-family: var(--sans); text-decoration: none; }
.cart-pill:hover { background: var(--red-2); }
/* search form u headeru (server-rendered, GET) */
.nav-search { display: flex; align-items: center; border: 1px solid var(--rule); background: var(--paper); }
.nav-search input { border: 0; background: transparent; padding: 9px 12px; font-family: var(--sans); font-size: 12px; color: var(--black); width: 150px; }
.nav-search input:focus { outline: none; }
.nav-search input::placeholder { color: var(--muted); }
.nav-search button { border: 0; border-left: 1px solid var(--rule); background: transparent; color: var(--black); padding: 0 10px; height: 36px; cursor: pointer; display: grid; place-items: center; }
.nav-search button:hover { background: var(--black); color: var(--paper); }
@media (max-width: 860px) { .nav-links { display: none; } .nav-inner { grid-template-columns: 1fr auto; padding: 14px 18px; } .nav-search input { width: 110px; } }

/* ---- SHARED BUTTONS ---- */
.btn-white { background: var(--white); color: var(--red); border: 0; padding: 16px 28px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; font-family: var(--sans); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.btn-white:hover { background: var(--black); color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid var(--white); padding: 16px 28px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; font-family: var(--sans); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.btn-outline:hover { background: var(--white); color: var(--red); }

/* ---- SECTION SHELL (shared) ---- */
section.block { max-width: 1440px; margin: 0 auto; padding: 80px 56px; border-bottom: 1px solid var(--rule); }
@media (max-width: 860px) { section.block { padding: 56px 18px; } }
.sec-head { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--rule); margin-bottom: 28px; }
.sec-head .col h6 { font-size: 14px; font-weight: 400; margin: 0 0 6px; }
.sec-head .col h6 em { font-style: italic; }
.sec-head .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .8; }
@media (max-width: 860px) { .sec-head { grid-template-columns: 1fr 1fr; gap: 16px; } }
.sec-display { font-size: clamp(56px, 9vw, 140px); font-weight: 700; line-height: 0.92; letter-spacing: -0.04em; margin: 0 0 32px; }
.sec-display .red { color: var(--red); }
.sec-display .italic { font-style: italic; font-weight: 700; }

/* ==========================================================================
   HOME
   ========================================================================== */

/* HERO */
.hero { background: var(--red); color: var(--white); position: relative; overflow: hidden; }
.hero-inner { max-width: 1440px; margin: 0 auto; padding: 36px 56px 48px; }
.hero-intro { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--white); margin-bottom: 28px; }
.hero-intro .col h6 { font-size: 14px; font-weight: 400; margin: 0 0 6px; }
.hero-intro .col h6 em { font-style: italic; font-weight: 400; }
.hero-intro .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .92; }
.hero-headline { font-size: clamp(64px, 11vw, 168px); font-weight: 700; line-height: 0.92; letter-spacing: -0.04em; margin: 0; color: var(--white); }
.hero-headline .black { color: var(--black); display: block; margin-top: 8px; }
.hero-foot { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--white); display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 32px; align-items: end; }
.hero-foot-left { display: flex; gap: 18px; align-items: center; }
.hero-foot-dots { display: flex; gap: 4px; }
.hero-foot-dots span { width: 10px; height: 10px; background: var(--white); border-radius: 50%; }
.hero-foot .col h6 { font-size: 13px; font-weight: 500; margin: 0 0 4px; }
.hero-foot .col h6 em { font-style: italic; font-weight: 400; }
.hero-foot .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .9; }
.hero-num { font-size: clamp(64px, 9vw, 124px); font-weight: 700; line-height: 0.85; letter-spacing: -0.05em; color: var(--white); align-self: end; }
@media (max-width: 860px) { .hero-inner { padding: 24px 18px 32px; } .hero-intro { grid-template-columns: 1fr 1fr; gap: 16px; } .hero-foot { grid-template-columns: 1fr 1fr; gap: 18px; } .hero-num { grid-column: 1 / -1; text-align: right; } }
.hero-cta-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; align-items: center; }

/* BOOK OF THE WEEK */
.botw { background: var(--black); color: var(--paper); border-bottom: 1px solid var(--rule); }
.botw-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 980px) { .botw-inner { grid-template-columns: 1fr; gap: 36px; padding: 56px 18px; } }
.botw-cover { aspect-ratio: 2/3; max-width: 480px; background: var(--red); color: var(--white); padding: 36px 32px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 18px 24px 0 var(--paper); overflow: hidden; }
.botw-cover.has-img { padding: 0; background-size: cover; background-position: center; }
.botw-cover-mark { width: 48px; height: 48px; border: 2px solid var(--white); display: grid; place-items: center; font-size: 22px; font-weight: 700; }
.botw-cover-title { font-size: 56px; font-weight: 700; line-height: .92; letter-spacing: -0.03em; margin: 0; }
.botw-cover-title .italic { font-style: italic; }
.botw-cover-author { font-size: 16px; font-style: italic; margin-top: 14px; }
.botw-cover-foot { display: flex; justify-content: space-between; align-items: end; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.botw-cover-foot .num { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; text-transform: none; }
.botw-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; color: var(--red); margin-bottom: 18px; }
.botw-tag::before { content: ""; width: 24px; height: 1px; background: var(--red); }
.botw-info h3 { font-size: clamp(40px, 5vw, 72px); font-weight: 700; line-height: 0.95; letter-spacing: -0.03em; margin: 0 0 22px; }
.botw-info h3 em { font-style: italic; color: var(--red); }
.botw-by { font-size: 14px; font-style: italic; color: var(--paper-2); margin-bottom: 22px; }
.botw-by b { font-style: normal; font-weight: 500; color: var(--paper); }
.botw-info p { font-size: 16px; line-height: 1.55; color: var(--paper-2); margin: 0 0 22px; max-width: 52ch; }
.botw-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 36px; padding: 18px 0; border-top: 1px solid var(--paper-2); border-bottom: 1px solid var(--paper-2); margin-bottom: 24px; }
.botw-stat .num { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.botw-stat .lbl { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* SHELVES */
.shelves { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
@media (max-width: 980px) { .shelves { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .shelves { grid-template-columns: 1fr; } }
.shelf { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 28px 24px 32px; aspect-ratio: 1/1; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; background: var(--paper); position: relative; overflow: hidden; transition: background .25s, color .25s; text-decoration: none; color: var(--black); }
.shelf:hover { background: var(--red); color: var(--white); }
.shelf:hover .shelf-num, .shelf:hover .shelf-meta { color: var(--white); }
.shelf:nth-child(2) { background: var(--black); color: var(--paper); }
.shelf:nth-child(2) .shelf-num, .shelf:nth-child(2) .shelf-meta { color: var(--paper); }
.shelf:nth-child(2):hover { background: var(--red); }
.shelf:nth-child(5) { background: var(--red); color: var(--white); }
.shelf:nth-child(5) .shelf-num, .shelf:nth-child(5) .shelf-meta { color: var(--white); }
.shelf:nth-child(5):hover { background: var(--black); color: var(--paper); }
.shelf:nth-child(8) { background: var(--black); color: var(--paper); }
.shelf:nth-child(8) .shelf-num, .shelf:nth-child(8) .shelf-meta { color: var(--paper); }
.shelf:nth-child(8):hover { background: var(--red); }
.shelf-num { font-size: 14px; font-weight: 500; letter-spacing: .04em; color: var(--muted); }
.shelf-name { font-size: clamp(32px, 3.4vw, 52px); font-weight: 700; line-height: 0.92; letter-spacing: -0.03em; margin: 24px 0; }
.shelf-name em { font-style: italic; }
.shelf-meta { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; justify-content: space-between; align-items: end; }
.shelf-meta .arrow { font-size: 22px; transition: transform .25s; }
.shelf:hover .shelf-meta .arrow { transform: translateX(6px); }

/* STAND */
.stand { background: var(--red); color: var(--white); }
.stand-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; }
@media (max-width: 860px) { .stand-inner { padding: 56px 18px; } }
.stand-head { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--white); margin-bottom: 32px; }
.stand-head .col h6 { font-size: 14px; font-weight: 400; margin: 0 0 6px; }
.stand-head .col h6 em { font-style: italic; }
.stand-head .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .92; }
@media (max-width: 860px) { .stand-head { grid-template-columns: 1fr 1fr; gap: 16px; } }
.stand-quote { font-size: clamp(48px, 8vw, 120px); font-weight: 700; line-height: 0.92; letter-spacing: -0.04em; margin: 0 0 32px; }
.stand-quote .black { color: var(--black); }
.stand-quote .italic { font-style: italic; }
.stand-foot { padding-top: 18px; border-top: 1px solid var(--white); display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 32px; align-items: end; }
.stand-foot-dots { display: flex; gap: 4px; align-items: center; }
.stand-foot-dots span { width: 8px; height: 8px; background: var(--white); border-radius: 50%; }
.stand-foot .col h6 { font-size: 13px; font-weight: 500; margin: 0 0 4px; }
.stand-foot .col h6 em { font-style: italic; font-weight: 400; }
.stand-foot .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .9; }
.stand-num { font-size: clamp(56px, 8vw, 110px); font-weight: 700; letter-spacing: -0.05em; line-height: 0.85; }
@media (max-width: 860px) { .stand-foot { grid-template-columns: 1fr 1fr; gap: 16px; } .stand-num { grid-column: 1 / -1; text-align: right; } }

/* CAROUSEL (shared on home) */
.carousel { position: relative; }
.carousel-bar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--rule); padding-bottom: 12px; margin-bottom: 4px; }
.carousel.on-red .carousel-bar { border-color: rgba(255,255,255,.6); }
.carousel-eyebrow { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 7px; }
.carousel.on-red .carousel-eyebrow { color: var(--white); }
.carousel-title { font-size: clamp(20px, 2.3vw, 31px); font-weight: 700; letter-spacing: -0.03em; line-height: 0.95; margin: 0; }
.carousel-title em { font-style: italic; }
.carousel-title .red { color: var(--red); }
.carousel.on-red .carousel-title { color: var(--white); }
.carousel-nav { display: flex; gap: 10px; flex-shrink: 0; }
.carousel-arrow { width: 42px; height: 42px; border: 1px solid var(--rule); background: var(--paper); cursor: pointer; display: grid; place-items: center; font-size: 16px; color: var(--black); transition: background .2s, color .2s, opacity .2s; font-family: var(--sans); }
.carousel-arrow:hover:not(:disabled) { background: var(--black); color: var(--paper); }
.carousel-arrow:disabled { opacity: .25; cursor: not-allowed; }
.carousel.on-red .carousel-arrow { border-color: var(--white); background: transparent; color: var(--white); }
.carousel.on-red .carousel-arrow:hover:not(:disabled) { background: var(--white); color: var(--red); }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); transition: transform .5s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.carousel.bare .carousel-bar { border-bottom: none; padding-bottom: 0; margin-bottom: 2px; }
.carousel-note { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* carousel item card (scrollable arrival card) */
.ccard { flex: 0 0 auto; width: 248px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 24px 18px 22px; background: var(--paper); cursor: pointer; transition: background .25s; text-decoration: none; color: var(--black); display: flex; flex-direction: column; position: relative; }
.ccard:hover { background: var(--paper-2); }
@media (max-width: 540px) { .ccard { width: 200px; } }
.ccard-cover { aspect-ratio: 2/3; margin-bottom: 14px; padding: 18px 14px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); overflow: hidden; }
.ccard-cover.has-img { padding: 0; background-size: cover; background-position: center; }
.ccard-cover-mark { width: 24px; height: 24px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.ccard-cover-title { font-size: 18px; font-weight: 700; line-height: 0.95; letter-spacing: -0.02em; }
.ccard-cover-title em { font-style: italic; }
.ccard-cover-author { font-size: 10px; font-style: italic; margin-top: 4px; opacity: .85; }
.ccard-num { font-size: 11px; font-weight: 500; letter-spacing: .04em; color: var(--muted); margin-bottom: 4px; }
.ccard-name { font-size: 16px; font-weight: 700; line-height: 1.05; letter-spacing: -0.01em; margin: 0 0 4px; }
.ccard-name em { font-style: italic; }
.ccard-author { font-size: 12px; font-style: italic; color: var(--muted); margin-bottom: 10px; }
.ccard-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--rule); padding-top: 8px; }
.ccard-price { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }
.ccard-price .old { font-size: 10px; font-weight: 400; color: var(--muted); text-decoration: line-through; margin-left: 5px; }
.ccard-add { background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red); font-family: var(--sans); padding: 0; }
.ccard-add:hover { text-decoration: underline; }
.ccard-add.added { color: var(--black); }
.ccard-badge { position: absolute; top: 24px; right: 18px; background: var(--red); color: var(--white); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 7px; z-index: 2; }
.ccard-badge.black { background: var(--black); color: var(--paper); }

/* QUOTES */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
@media (max-width: 860px) { .quotes-grid { grid-template-columns: 1fr; } }
.quote-card { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 32px 28px; display: flex; flex-direction: column; background: var(--paper); }
.quote-card.red { background: var(--red); color: var(--white); }
.quote-card.black { background: var(--black); color: var(--paper); }
.quote-mark { font-size: 80px; font-weight: 700; line-height: 0.5; letter-spacing: -0.05em; margin-bottom: 12px; }
.quote-text { font-size: 22px; font-weight: 700; line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 24px; flex: 1; }
.quote-text em { font-style: italic; }
.quote-meta { display: flex; justify-content: space-between; align-items: end; padding-top: 16px; border-top: 1px solid currentColor; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.quote-source { font-style: italic; text-transform: none; font-size: 13px; letter-spacing: 0; }
.quote-source b { font-style: normal; font-weight: 700; }

/* NEWSLETTER */
.news { background: var(--paper); border-bottom: 1px solid var(--rule); }
.news-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; }
@media (max-width: 860px) { .news-inner { padding: 56px 18px; } }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
@media (max-width: 860px) { .news-grid { grid-template-columns: 1fr; gap: 28px; } }
.news-title { font-size: clamp(48px, 7vw, 110px); font-weight: 700; line-height: 0.92; letter-spacing: -0.04em; margin: 0 0 18px; }
.news-title .red { color: var(--red); }
.news-title .italic { font-style: italic; }
.news-copy { font-size: 16px; max-width: 50ch; color: var(--muted); margin: 0; }
.news-form { display: grid; grid-template-columns: 1fr auto; gap: 0; border: 2px solid var(--black); }
.news-form input { border: 0; background: var(--paper); padding: 18px 18px; font-size: 14px; font-family: var(--sans); color: var(--black); }
.news-form input:focus { outline: none; }
.news-form input::placeholder { color: var(--muted); }
.news-form button { background: var(--black); color: var(--paper); border: 0; padding: 0 28px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; font-family: var(--sans); }
.news-form button:hover { background: var(--red); }
.news-fine { margin-top: 10px; font-size: 11px; letter-spacing: .04em; color: var(--muted); }

/* ==========================================================================
   KATALOG
   ========================================================================== */
.cat-head { max-width: 1440px; margin: 0 auto; padding: 36px 56px 0; }
@media (max-width: 860px) { .cat-head { padding: 24px 18px 0; } }
.crumbs { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--red); }
.crumbs .sep { color: var(--rule); }
.crumbs .here { color: var(--black); font-weight: 500; }
.cat-intro { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--rule); margin-bottom: 28px; }
.cat-intro .col h6 { font-size: 14px; font-weight: 400; margin: 0 0 6px; }
.cat-intro .col h6 em { font-style: italic; }
.cat-intro .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .8; }
@media (max-width: 860px) { .cat-intro { grid-template-columns: 1fr 1fr; gap: 16px; } }
.cat-title-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
.cat-display { font-size: clamp(56px, 9vw, 140px); font-weight: 700; line-height: 0.9; letter-spacing: -0.04em; margin: 0; }
.cat-display .red { color: var(--red); }
.cat-display .italic { font-style: italic; }
.cat-count { text-align: right; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); line-height: 1.7; }
.cat-count b { font-size: 40px; font-weight: 700; letter-spacing: -0.03em; color: var(--black); display: block; text-transform: none; }
@media (max-width: 600px) { .cat-count { text-align: left; } }

/* TOOLBAR */
.toolbar { max-width: 1440px; margin: 28px auto 0; padding: 0 56px; display: flex; gap: 18px; align-items: center; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
@media (max-width: 860px) { .toolbar { padding: 0 18px; } }
.filters { display: flex; gap: 0; flex-wrap: wrap; }
.filter-chip { background: transparent; border: 0; border-right: 1px solid var(--rule); padding: 18px 20px; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; color: var(--black); transition: background .2s, color .2s; text-decoration: none; display: inline-block; }
.filter-chip:first-child { padding-left: 0; }
.filter-chip:hover { color: var(--red); }
.filter-chip.active { background: var(--red); color: var(--white); padding-left: 20px; }
.filter-chip.active:first-child { padding-left: 20px; }
.sortwrap { display: flex; align-items: center; gap: 12px; padding: 12px 0; }
.sortwrap label { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.sortwrap select { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .02em; border: 1px solid var(--rule); background: var(--paper); padding: 10px 14px; cursor: pointer; color: var(--black); text-transform: uppercase; }
.sortwrap select:focus { outline: 2px solid var(--red); outline-offset: -2px; }

/* GRID */
.cat-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); border-left: 1px solid var(--rule); }
@media (max-width: 1200px) { .cat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 860px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
.card { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 20px 16px 18px; background: var(--paper); cursor: pointer; transition: background .25s; display: flex; flex-direction: column; text-decoration: none; color: var(--black); position: relative; }
.card:hover { background: var(--paper-2); }
.card-cover { aspect-ratio: 2/3; margin-bottom: 14px; padding: 16px 13px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); position: relative; box-shadow: 5px 6px 0 var(--paper-2); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s; overflow: hidden; }
.card:hover .card-cover { transform: translateY(-4px); box-shadow: 7px 9px 0 var(--paper-2); }
.card-cover.has-img { padding: 0; background-size: cover; background-position: center; }
.card-cover-mark { width: 22px; height: 22px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 10px; font-weight: 700; }
.card-cover-title { font-size: 17px; font-weight: 700; line-height: 0.96; letter-spacing: -0.02em; }
.card-cover-title em { font-style: italic; }
.card-cover-author { font-size: 9px; font-style: italic; margin-top: 4px; opacity: .85; }
.badge { position: absolute; top: 0; right: 0; background: var(--red); color: var(--white); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 7px; z-index: 2; }
.badge.black { background: var(--black); color: var(--paper); }
.card-num { font-size: 10px; font-weight: 500; letter-spacing: .04em; color: var(--muted); margin-bottom: 5px; }
.card-name { font-size: 15px; font-weight: 700; line-height: 1.06; letter-spacing: -0.01em; margin: 0 0 3px; }
.card-name em { font-style: italic; }
.card-author { font-size: 11px; font-style: italic; color: var(--muted); margin-bottom: 4px; }
.card-genre { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.card-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--rule); padding-top: 10px; }
.card-price { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }
.card-price .old { font-size: 10px; font-weight: 400; color: var(--muted); text-decoration: line-through; margin-left: 5px; }
.card-add { background: transparent; border: 0; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red); font-family: var(--sans); padding: 0; }
.card-add:hover { text-decoration: underline; }
.card-add.added { color: var(--black); }
.cat-empty { grid-column: 1 / -1; padding: 80px 56px; text-align: center; color: var(--muted); font-size: 14px; }

/* PAGINATION */
.pager { max-width: 1440px; margin: 0 auto; padding: 36px 56px 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
@media (max-width: 860px) { .pager { padding: 28px 18px 56px; } }
.pager-info { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.pager-info b { color: var(--black); }
.pager-nums { display: flex; align-items: stretch; border: 1px solid var(--rule); }
.pager-nums a, .pager-nums span { font-family: var(--sans); min-width: 48px; padding: 14px 0; background: var(--paper); border: 0; border-right: 1px solid var(--rule); font-size: 13px; font-weight: 700; letter-spacing: -0.01em; cursor: pointer; color: var(--black); transition: background .2s, color .2s; text-align: center; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.pager-nums a:last-child, .pager-nums span:last-child { border-right: 0; }
.pager-nums a:hover { background: var(--paper-2); }
.pager-nums .active { background: var(--red); color: var(--white); }
.pager-nums .arrow { padding: 14px 18px; font-size: 14px; }
.pager-nums .disabled { color: var(--muted); cursor: not-allowed; opacity: .4; pointer-events: none; }
.pager-nums .dots { cursor: default; background: var(--paper); color: var(--muted); }
.perpage { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.perpage b { color: var(--black); }

/* ==========================================================================
   PDP (product detail page)
   ========================================================================== */
.pdp-crumbs { max-width: 1440px; margin: 0 auto; padding: 16px 56px; border-bottom: 1px solid var(--rule); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; }
.pdp-crumbs a { color: var(--muted); text-decoration: none; }
.pdp-crumbs a:hover { color: var(--red); }
.pdp-crumbs .sep { color: var(--rule); }
.pdp-crumbs .here { color: var(--black); font-weight: 500; }
@media (max-width: 860px) { .pdp-crumbs { padding: 12px 18px; } }

.pdp-hero { background: var(--red); color: var(--white); border-bottom: 1px solid var(--rule); }
.pdp-hero-inner { max-width: 1440px; margin: 0 auto; padding: 36px 56px 48px; }
@media (max-width: 860px) { .pdp-hero-inner { padding: 24px 18px 32px; } }
.pdp-intro { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--white); margin-bottom: 28px; }
.pdp-intro .col h6 { font-size: 14px; font-weight: 400; margin: 0 0 6px; }
.pdp-intro .col h6 em { font-style: italic; font-weight: 400; }
.pdp-intro .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .92; }
@media (max-width: 860px) { .pdp-intro { grid-template-columns: 1fr 1fr; gap: 16px; } }
.pdp-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 980px) { .pdp-grid { grid-template-columns: 1fr; gap: 36px; } }

.cover-stack { position: relative; }
.cover-main { aspect-ratio: 2/3; max-width: 480px; background: var(--black); color: var(--white); padding: 36px 32px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 18px 24px 0 var(--paper); transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s; will-change: transform; overflow: hidden; }
.cover-main.has-img { padding: 0; background-size: cover; background-position: center; }
.cover-main:hover { transform: translate(-4px, -6px); box-shadow: 22px 30px 0 var(--paper); }
.cover-mark { width: 48px; height: 48px; border: 2px solid var(--white); display: grid; place-items: center; font-size: 22px; font-weight: 700; }
.cover-title { font-size: 56px; font-weight: 700; line-height: .92; letter-spacing: -0.03em; margin: 0; }
.cover-title .italic { font-style: italic; }
.cover-author { font-size: 16px; font-style: italic; margin-top: 14px; }
.cover-foot { display: flex; justify-content: space-between; align-items: end; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cover-foot .num { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; text-transform: none; }

.pdp-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; color: var(--white); margin-bottom: 18px; }
.pdp-tag::before { content: ""; width: 24px; height: 1px; background: var(--white); }
.pdp-headline { font-size: clamp(56px, 7vw, 112px); font-weight: 700; line-height: 0.92; letter-spacing: -0.04em; margin: 0 0 18px; color: var(--white); }
.pdp-headline .italic { font-style: italic; }
.pdp-headline .black { color: var(--black); }
.pdp-byline { font-size: 16px; font-style: italic; opacity: .92; margin-bottom: 18px; }
.pdp-byline b { font-style: normal; font-weight: 700; }
.pdp-rating { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); margin-bottom: 22px; font-size: 13px; }
.pdp-rating .stars { color: var(--black); font-size: 16px; letter-spacing: 1px; }
.pdp-rating .num { font-weight: 700; font-size: 18px; }
.pdp-rating .reviews { color: var(--white); opacity: .85; }
.pdp-rating .dot { width: 4px; height: 4px; background: var(--white); border-radius: 50%; }

.price-block { padding: 18px 0; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); margin-bottom: 22px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: end; }
.price-now { font-size: 56px; font-weight: 700; letter-spacing: -0.04em; line-height: 0.85; }
.price-meta { font-size: 12px; letter-spacing: .04em; opacity: .9; line-height: 1.5; }
.price-meta .strike { text-decoration: line-through; opacity: .65; }
.price-meta .save { color: var(--black); font-weight: 700; font-style: italic; }
.price-meta b { display: block; font-size: 14px; font-weight: 700; font-style: italic; margin-top: 4px; }

.buy-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; margin-bottom: 14px; align-items: stretch; }
.qty { display: flex; align-items: center; border: 1px solid var(--white); }
.qty button { background: transparent; border: 0; color: var(--white); font-size: 18px; font-weight: 700; width: 44px; cursor: pointer; font-family: var(--sans); }
.qty button:hover { background: rgba(255,255,255,.15); }
.qty .v { width: 36px; text-align: center; font-size: 14px; font-weight: 700; }
.add-btn { background: var(--white); color: var(--red); border: 0; padding: 18px 28px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; font-family: var(--sans); }
.add-btn:hover { background: var(--black); color: var(--white); }
.heart-btn { background: transparent; color: var(--white); border: 1px solid var(--white); width: 56px; cursor: pointer; display: grid; place-items: center; font-family: var(--sans); }
.heart-btn:hover { background: rgba(255,255,255,.15); }
.heart-btn.on { background: var(--white); color: var(--red); }
.buy-secondary { font-size: 11px; letter-spacing: .04em; opacity: .85; margin-bottom: 22px; }
.buy-secondary em { font-style: italic; }

.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; padding-top: 16px; border-top: 1px solid var(--white); font-size: 12px; }
.trust div { display: flex; gap: 8px; align-items: start; line-height: 1.35; }
.trust b { display: block; font-weight: 700; font-size: 12px; }
.trust span { opacity: .85; font-size: 11px; }
.trust .ico { font-weight: 700; font-style: italic; opacity: .9; }

/* SYNOPSIS */
.synopsis-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; }
@media (max-width: 860px) { .synopsis-grid { grid-template-columns: 1fr; gap: 24px; } }
.syn-side { font-size: 12px; line-height: 1.5; }
.syn-side .row { padding: 10px 0; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 110px 1fr; gap: 12px; }
.syn-side .row span { letter-spacing: .08em; text-transform: uppercase; opacity: .65; font-size: 10px; }
.syn-side .row b { font-weight: 700; font-size: 13px; }
.syn-body { font-size: 16px; line-height: 1.7; }
.syn-body p { margin: 0 0 14px; }
.syn-body p:first-child::first-letter { float: left; font-size: 84px; line-height: 0.85; font-weight: 700; padding: 6px 10px 0 0; color: var(--red); letter-spacing: -0.04em; }

/* RELATED */
.related-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
@media (max-width: 980px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
.related { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 24px 18px 22px; background: var(--paper); cursor: pointer; transition: background .2s; text-decoration: none; color: var(--black); display: flex; flex-direction: column; }
.related:hover { background: var(--paper-2); }
.related-cover { aspect-ratio: 2/3; margin-bottom: 14px; padding: 18px 14px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); overflow: hidden; }
.related-cover.has-img { padding: 0; background-size: cover; background-position: center; }
.related-cover-mark { width: 24px; height: 24px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.related-cover-title { font-size: 18px; font-weight: 700; line-height: 0.95; letter-spacing: -0.02em; }
.related-cover-title em { font-style: italic; }
.related-cover-author { font-size: 10px; font-style: italic; margin-top: 4px; opacity: .85; }
.related-num { font-size: 11px; font-weight: 500; letter-spacing: .04em; color: var(--muted); margin-bottom: 4px; }
.related-name { font-size: 16px; font-weight: 700; line-height: 1.05; letter-spacing: -0.01em; margin: 0 0 4px; }
.related-name em { font-style: italic; }
.related-author { font-size: 12px; font-style: italic; color: var(--muted); margin-bottom: 10px; }
.related-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--rule); padding-top: 8px; }
.related-price { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }

/* ==========================================================================
   FOOTER (shared)
   ========================================================================== */
footer.store-foot { background: var(--black); color: var(--paper); padding: 64px 56px 32px; }
@media (max-width: 860px) { footer.store-foot { padding: 40px 18px 24px; } }
.foot-top { max-width: 1440px; margin: 0 auto 48px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 36px; border-bottom: 1px solid var(--paper); }
@media (max-width: 860px) { .foot-top { grid-template-columns: 1fr 1fr; gap: 28px; } }
.foot-brand { font-size: 60px; font-weight: 700; letter-spacing: -0.04em; line-height: 0.9; margin-bottom: 14px; }
.foot-tag { font-size: 14px; font-style: italic; max-width: 30ch; opacity: .85; }
.foot-h { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; color: var(--red); font-weight: 700; }
.foot-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.foot-list a { color: var(--paper); text-decoration: none; }
.foot-list a:hover { color: var(--red); }
.foot-base { max-width: 1440px; margin: 0 auto; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 11px; letter-spacing: .04em; opacity: .75; align-items: end; }
.foot-base b { font-weight: 700; opacity: 1; }
.foot-num { font-size: 96px; font-weight: 700; letter-spacing: -0.05em; line-height: 0.85; color: var(--red); text-align: right; opacity: 1; }

/* ---- ANIM (shared) ---- */
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.anim { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .anim { animation: slideUp .9s cubic-bezier(.2,.8,.2,1) both; }
  .anim.d1 { animation-delay: .08s; }
  .anim.d2 { animation-delay: .16s; }
  .anim.d3 { animation-delay: .24s; }
}

/* ==========================================================================
   HOME — bogati editorial blokovi (Store.html): Sat čitanja / Glif /
   Vredno priče / Soba za čitanje. Dodato verbatim iz design-source inline
   <style>; deli postojeće tokene (--red, --paper…) i .sec-display/.sec-head.
   ========================================================================== */

/* ---- INTERVIEW / READING HOUR ---- */
.interview { background: var(--paper-2); border-bottom: 1px solid var(--rule); }
.interview-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; }
@media (max-width: 860px) { .interview-inner { padding: 56px 18px; } }
.iv-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; margin-top: 32px; }
@media (max-width: 860px) { .iv-grid { grid-template-columns: 1fr; gap: 28px; } }
.iv-portrait { aspect-ratio: 4/5; background: var(--black); color: var(--paper); padding: 22px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.iv-portrait::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 8px, rgba(242,239,230,.04) 8px 9px); }
.iv-portrait-tag { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); position: relative; }
.iv-portrait-name { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 0.95; position: relative; }
.iv-portrait-name em { font-style: italic; }
.iv-portrait-cap { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .6; position: relative; }
.iv-quote { font-size: clamp(28px, 3.4vw, 44px); font-weight: 700; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 28px; }
.iv-quote .red { color: var(--red); }
.iv-quote .italic { font-style: italic; }
.iv-body { font-size: 15px; line-height: 1.65; columns: 2; column-gap: 32px; margin-bottom: 24px; }
@media (max-width: 700px) { .iv-body { columns: 1; } }
.iv-body p { margin: 0 0 14px; break-inside: avoid; }
.iv-link { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--black); text-decoration: none; border-bottom: 2px solid var(--red); padding-bottom: 4px; display: inline-flex; gap: 10px; align-items: center; }
.iv-link:hover { color: var(--red); }

/* ---- GLIF MAGAZINE ---- */
.glif { background: var(--paper-2); border-bottom: 1px solid var(--rule); }
.glif-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; }
@media (max-width: 860px) { .glif-inner { padding: 56px 18px; } }
.glif-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; margin-top: 32px; align-items: start; }
@media (max-width: 860px) { .glif-grid { grid-template-columns: 1fr; gap: 36px; } }
.glif-cover { background: var(--black); color: var(--paper); padding: 30px 30px 26px; aspect-ratio: 3/4; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.glif-cover::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(120deg, transparent 0 22px, rgba(225,37,27,.05) 22px 23px); pointer-events: none; }
.glif-cover-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 1; }
.glif-masthead { font-size: clamp(56px, 7vw, 104px); font-weight: 700; letter-spacing: -0.05em; line-height: 0.82; color: var(--red); }
.glif-issue { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; text-align: right; line-height: 1.7; opacity: .85; }
.glif-cover-mid { position: relative; z-index: 1; }
.glif-kicker { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.glif-cover-head { font-size: clamp(28px, 3.2vw, 42px); font-weight: 700; line-height: 1.0; letter-spacing: -0.025em; margin: 0; }
.glif-cover-head em { font-style: italic; }
.glif-cover-foot { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; opacity: .8; border-top: 1px solid rgba(242,239,230,.3); padding-top: 14px; }
.glif-list { border-top: 1px solid var(--rule); }
.glif-row { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--rule); text-decoration: none; color: var(--black); transition: padding-left .2s, background .2s; }
.glif-row:hover { background: var(--paper); padding-left: 12px; }
.glif-row:hover .glif-row-title { color: var(--red); }
.glif-cat { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--red); font-weight: 700; width: 96px; }
.glif-row-title { font-size: 21px; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; margin: 0; transition: color .2s; }
.glif-row-title em { font-style: italic; }
.glif-row-sub { font-size: 12px; font-style: italic; color: var(--muted); margin-top: 4px; }
.glif-date { font-size: 11px; letter-spacing: .04em; color: var(--muted); white-space: nowrap; }
@media (max-width: 540px) { .glif-row { grid-template-columns: 1fr auto; } .glif-cat { grid-column: 1 / -1; width: auto; margin-bottom: 2px; } }
.glif-foot { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 28px; }

/* ---- VREDNO PRIČE PODCAST ---- */
.vp { background: var(--black); color: var(--paper); border-bottom: 1px solid var(--rule); }
.vp-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; }
@media (max-width: 860px) { .vp-inner { padding: 56px 18px; } }
.vp-head { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--paper); margin-bottom: 28px; }
.vp-head .col h6 { font-size: 14px; font-weight: 400; margin: 0 0 6px; }
.vp-head .col h6 em { font-style: italic; }
.vp-head .col p { font-size: 12px; line-height: 1.4; margin: 0; opacity: .82; }
@media (max-width: 860px) { .vp-head { grid-template-columns: 1fr 1fr; gap: 16px; } }
.vp-display { font-size: clamp(56px, 9vw, 140px); font-weight: 700; line-height: 0.9; letter-spacing: -0.04em; margin: 0 0 8px; }
.vp-display .red { color: var(--red); }
.vp-display .italic { font-style: italic; }
.vp-sub { font-size: 14px; font-style: italic; color: var(--paper-2); margin: 0 0 40px; max-width: 56ch; }
.vp-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
@media (max-width: 860px) { .vp-grid { grid-template-columns: 1fr; gap: 36px; } }
.vp-feat { background: var(--red); color: var(--white); padding: 30px; position: relative; overflow: hidden; }
.vp-feat-tag { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.vp-feat-tag::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.4); }
.vp-feat-ep { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .85; margin-bottom: 6px; }
.vp-feat-title { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; line-height: 0.98; letter-spacing: -0.03em; margin: 0 0 6px; }
.vp-feat-title em { font-style: italic; }
.vp-feat-author { font-size: 14px; font-style: italic; margin-bottom: 22px; opacity: .92; }
.vp-feat-guest { font-size: 12px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.35); padding-top: 16px; margin-bottom: 24px; }
.vp-feat-guest b { font-weight: 700; }
.vp-play { display: inline-flex; align-items: center; gap: 14px; background: var(--white); color: var(--red); border: 0; padding: 14px 22px 14px 16px; font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; text-decoration: none; }
.vp-play:hover { background: var(--black); color: var(--white); }
.vp-play .tri { width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 13px; border-color: transparent transparent transparent currentColor; }
.vp-list { border-top: 1px solid #2A2A2A; }
.vp-ep { display: grid; grid-template-columns: 44px auto 1fr auto; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid #2A2A2A; cursor: pointer; transition: background .2s; }
.vp-ep:hover { background: #161616; }
.vp-ep:hover .vp-ep-play { background: var(--red); border-color: var(--red); color: var(--white); }
.vp-ep-play { width: 38px; height: 38px; border: 1px solid var(--paper); border-radius: 50%; display: grid; place-items: center; color: var(--paper); transition: background .2s, border-color .2s, color .2s; }
.vp-ep-play .tri { width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent currentColor; margin-left: 2px; }
.vp-ep-num { font-size: 22px; font-weight: 700; letter-spacing: -0.03em; color: var(--muted); width: 36px; }
.vp-ep-name { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; margin: 0; }
.vp-ep-name em { font-style: italic; }
.vp-ep-meta { font-size: 12px; font-style: italic; color: var(--muted); margin-top: 3px; }
.vp-ep-len { font-size: 11px; letter-spacing: .04em; color: var(--muted); white-space: nowrap; }
@media (max-width: 600px) { .vp-ep { grid-template-columns: 38px 1fr auto; } .vp-ep-num { display: none; } }
.vp-platforms { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.vp-chip { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--paper); padding: 11px 18px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--paper); text-decoration: none; }
.vp-chip:hover { background: var(--red); border-color: var(--red); color: var(--white); }

/* ---- CLUB / READING ROOM ---- */
.club { background: var(--black); color: var(--paper); border-bottom: 1px solid var(--rule); }
.club-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
@media (max-width: 980px) { .club-inner { grid-template-columns: 1fr; gap: 36px; padding: 56px 18px; } }
.club-head { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--paper); margin-bottom: 28px; }
.club-head .col h6 { font-size: 13px; font-weight: 400; margin: 0 0 4px; }
.club-head .col h6 em { font-style: italic; }
.club-head .col p { font-size: 11px; line-height: 1.4; margin: 0; opacity: .82; }
@media (max-width: 700px) { .club-head { grid-template-columns: 1fr; gap: 12px; } }
.club-title { font-size: clamp(48px, 7vw, 96px); font-weight: 700; line-height: 0.92; letter-spacing: -0.04em; margin: 0 0 28px; }
.club-title .red { color: var(--red); }
.club-title .italic { font-style: italic; }
.club-perks { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.club-perks li { font-size: 14px; padding-left: 18px; position: relative; }
.club-perks li::before { content: "+"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
@media (max-width: 540px) { .club-perks { grid-template-columns: 1fr; } }
.club-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.club-price { font-size: 16px; }
.club-price b { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
.club-price span { color: var(--muted); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.ticket { border: 2px solid var(--paper); padding: 28px; position: relative; }
.ticket::before, .ticket::after { content: ""; position: absolute; width: 20px; height: 20px; background: var(--black); border: 2px solid var(--paper); border-radius: 50%; }
.ticket::before { left: -12px; top: 50%; transform: translateY(-50%); }
.ticket::after { right: -12px; top: 50%; transform: translateY(-50%); }
.ticket-tag { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; font-weight: 700; }
.ticket-name { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; line-height: 0.95; margin: 0 0 6px; }
.ticket-name .italic { font-style: italic; }
.ticket-sub { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.ticket-rule { height: 1px; background: var(--paper); opacity: .35; margin: 18px 0; }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; font-size: 11px; }
.ticket-grid b { display: block; font-size: 16px; font-weight: 700; margin-bottom: 2px; letter-spacing: -0.01em; }
.ticket-grid span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ===================== HERO SLIDESHOW (uvodni slajder) ===================== */
.hs { position: relative; background: var(--black); overflow: hidden; }
.hs-track { display: flex; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.hs-slide { flex: 0 0 100%; min-width: 100%; }
.hs-inner { max-width: 1440px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; align-items: center; gap: 48px; }
.hs-copy { padding: 56px 0; }
.hs-kicker { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; display: inline-flex; align-items: center; gap: 10px; }
.hs-kicker::after { content: ""; width: 38px; height: 1px; background: currentColor; opacity: .5; }
.hs-title { font-size: clamp(40px, 5.6vw, 84px); font-weight: 700; line-height: 0.92; letter-spacing: -0.04em; margin: 0 0 20px; }
.hs-title em { font-style: italic; }
.hs-blurb { font-size: 17px; line-height: 1.5; max-width: 46ch; margin: 0 0 32px; opacity: .9; }
.hs-cta { display: inline-flex; gap: 14px; flex-wrap: wrap; }
.hs-btn { padding: 16px 26px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: background .2s, color .2s; cursor: pointer; }
.hs-btn.solid { background: var(--paper); color: var(--black); }
.hs-btn.solid:hover { background: var(--red); color: var(--white); }
.hs-btn.ghost { border: 1px solid currentColor; color: inherit; }
.hs-btn.ghost:hover { background: rgba(255,255,255,.12); }
.hs-slide.t-black { background: var(--black); color: var(--paper); }
.hs-slide.t-red { background: var(--red); color: var(--white); }
.hs-slide.t-paper { background: var(--paper-2); color: var(--black); }
.hs-visual { align-self: stretch; display: flex; align-items: center; justify-content: center; padding: 48px 0; }
.hs-cover { width: 280px; aspect-ratio: 2/3; background: #1a1a1a center/cover no-repeat; box-shadow: 16px 20px 0 rgba(0,0,0,.28); display: flex; flex-direction: column; justify-content: space-between; padding: 26px 22px; color: #fff; transform: rotate(-2deg); text-decoration: none; transition: transform .25s; }
.hs-cover:hover { transform: rotate(-2deg) translateY(-4px); }
.hs-cover.has-img { padding: 0; box-shadow: 16px 20px 0 rgba(0,0,0,.34); background-size: cover; background-position: center; }
.hs-cover-mark { width: 30px; height: 30px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 13px; font-weight: 700; }
.hs-cover-title { font-size: 30px; font-weight: 700; line-height: 0.95; letter-spacing: -0.02em; }
.hs-cover-title em { font-style: italic; }
.hs-cover-author { font-size: 12px; font-style: italic; margin-top: 6px; opacity: .9; }
.hs-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 4; }
.hs-dots button { width: 36px; height: 4px; border: 0; background: currentColor; opacity: .35; cursor: pointer; padding: 0; }
.hs-dots button.active { opacity: 1; }
.hs-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; display: grid; place-items: center; font-size: 18px; z-index: 4; transition: background .2s; }
.hs-arrow:hover { background: rgba(255,255,255,.15); }
.hs-arrow.prev { left: 18px; }
.hs-arrow.next { right: 18px; }
@media (max-width: 860px) {
  .hs-inner { grid-template-columns: 1fr; padding: 44px 18px; min-height: 0; gap: 28px; }
  .hs-copy { padding: 0; }
  .hs-visual { padding: 0 0 6px; order: -1; }
  .hs-arrow { display: none; }
}
@media (max-width: 540px) { .hs-cover { width: 210px; } }

/* promo traka (3 brze veze) */
.promos { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--rule); }
.promo { padding: 26px 32px; border-right: 1px solid var(--rule); display: flex; align-items: center; gap: 18px; text-decoration: none; color: var(--black); transition: background .2s; }
.promo:last-child { border-right: 0; }
.promo:hover { background: var(--paper-2); }
.promo .pn { font-size: 30px; font-weight: 700; letter-spacing: -0.04em; color: var(--red); }
.promo .pt { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }
.promo .ps { font-size: 12px; color: var(--muted); font-style: italic; }
@media (max-width: 700px) {
  .promos { grid-template-columns: 1fr; }
  .promo { border-right: 0; border-bottom: 1px solid var(--rule); }
}

/* ===================== KOMANDNE FUNKCIJE (storefront.js) ===================== */
/* lista želja — pill u headeru */
.wish-pill { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--rule); background: var(--paper); color: var(--black); text-decoration: none; padding: 8px 12px; font-size: 13px; font-weight: 700; letter-spacing: .03em; line-height: 1; transition: background .2s, color .2s, border-color .2s; }
.wish-pill:hover { background: var(--black); color: var(--paper); }
.wish-pill .wish-ico { font-size: 15px; }
.wish-pill .pill-ct { min-width: 14px; text-align: center; }
.wish-pill.has-items { border-color: var(--red); color: var(--red); }
.wish-pill.has-items:hover { background: var(--red); color: var(--white); }

/* hamburger + mobilni meni */
.nav-burger { display: none; width: 40px; height: 40px; border: 1px solid var(--rule); background: var(--paper); color: var(--black); font-size: 18px; cursor: pointer; place-items: center; line-height: 1; font-family: var(--sans); }
.nav-burger:hover { background: var(--black); color: var(--paper); }
.nav-mobile { display: none; flex-direction: column; border-bottom: 2px solid var(--rule); background: var(--paper); }
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 14px 18px; border-top: 1px solid var(--paper-2); color: var(--black); text-decoration: none; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.nav-mobile a:hover, .nav-mobile a:active { background: var(--paper-2); color: var(--red); }
@media (max-width: 860px) { .nav-burger { display: grid; } .nav-search input { width: 88px; } }
@media (max-width: 460px) { .nav-search { display: none; } .wish-pill .pill-ct { display: none; } }

/* heart (lista želja) na karticama */
.card, .ccard, .related { position: relative; }
.wish-heart { position: absolute; top: 10px; right: 10px; z-index: 6; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--red); font-size: 16px; line-height: 1; cursor: pointer; border: 1px solid rgba(10,10,10,.08); transition: transform .15s, background .2s; user-select: none; }
.wish-heart:hover { transform: scale(1.12); background: #fff; }
.wish-heart.active { color: var(--red); background: #fff; }
.carousel.on-red .wish-heart { background: rgba(0,0,0,.28); color: #fff; border-color: rgba(255,255,255,.32); }

/* PDP heart dugme — aktivno stanje */
.heart-btn.active { background: var(--red); color: #fff; border-color: var(--red); }

/* badge korpe „bump" + dugme u slanju */
.cart-pill.bump { animation: bnBump .4s ease; }
@keyframes bnBump { 0% { transform: scale(1); } 30% { transform: scale(1.14); } 60% { transform: scale(.96); } 100% { transform: scale(1); } }
.is-loading { opacity: .6; cursor: progress; }

/* toast */
.bn-toasts { position: fixed; right: 18px; bottom: 18px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; max-width: min(360px, calc(100vw - 36px)); }
.bn-toast { background: var(--black); color: var(--paper); padding: 13px 16px; font-size: 14px; font-weight: 500; box-shadow: 0 10px 30px rgba(0,0,0,.25); transform: translateY(12px); opacity: 0; transition: transform .25s, opacity .25s; border-left: 4px solid var(--paper); }
.bn-toast.show { transform: translateY(0); opacity: 1; }
.bn-toast.ok { border-left-color: #2E7D32; }
.bn-toast.err { background: var(--red); color: #fff; border-left-color: #7A0F08; }

/* stranica „Lista želja" */
.wishlist-head { max-width: 1440px; margin: 0 auto; padding: 40px 32px 8px; }
.wishlist-head .crumbs { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.wishlist-head .crumbs a { color: var(--muted); text-decoration: none; }
.wishlist-head .crumbs .sep { margin: 0 8px; }
.wish-empty { max-width: 1440px; margin: 0 auto; padding: 24px 32px 80px; color: var(--muted); font-size: 16px; }
.wish-empty a { color: var(--red); font-weight: 700; text-decoration: none; }
@media (max-width: 860px) { .wishlist-head { padding: 28px 18px 4px; } .wish-empty { padding: 18px 18px 56px; } }
