*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #1a1a2e; --paper: #faf8f3; --cream: #f0ece0;
  --gold: #b8860b; --gold-lt: #d4a017; --mid: #5a5a72; --rule: #d9d4c4;
}
html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', sans-serif; background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.7; }

/* HEADER */
header { background: var(--ink); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 64px; }
.logo-text { font-family: 'Playfair Display', serif; color: var(--gold-lt); font-size: 1.1rem; font-weight: 700; text-decoration: none; line-height: 1.2; }
.logo-text span { display: block; font-size: 0.68rem; color: #aaa; font-weight: 300; font-family: 'Source Sans 3', sans-serif; letter-spacing: 0.08em; text-transform: uppercase; }
nav { display: flex; gap: 2px; }
nav a { color: #ccc; text-decoration: none; font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 8px 10px; border-radius: 4px; transition: color 0.2s, background 0.2s; }
nav a:hover, nav a.active { color: var(--gold-lt); background: rgba(255,255,255,0.06); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: #ccc; }

/* HERO */
.hero { background: var(--ink); color: white; padding: 72px 24px 80px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url(http://www.krbalkan.rs/'dugmici/banner.jpg') center/cover no-repeat; opacity: 0.12; }
.hero-inner { position: relative; max-width: 720px; margin: 0 auto; }
.hero-eyebrow { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 20px; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 5vw, 3rem); line-height: 1.2; margin-bottom: 20px; }
.hero-lead { font-size: 1.05rem; color: #c8c8d8; max-width: 580px; margin: 0 auto 32px; }
.hero-cta { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* PAGE HERO (smaller) */
.page-hero { background: var(--ink); color: white; padding: 48px 24px 56px; text-align: center; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 12px; }
.page-hero p { color: #aaa; font-size: 1rem; max-width: 600px; margin: 0 auto; }

/* BUTTONS */
.btn { display: inline-block; padding: 12px 28px; border-radius: 4px; text-decoration: none; font-size: 0.9rem; letter-spacing: 0.04em; transition: all 0.2s; font-weight: 600; }
.btn-primary { background: var(--gold); color: white; }
.btn-primary:hover { background: var(--gold-lt); }
.btn-outline { border: 1px solid rgba(255,255,255,0.3); color: white; }
.btn-outline:hover { border-color: var(--gold-lt); color: var(--gold-lt); }

/* SECTIONS */
section { padding: 60px 24px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; font-weight: 600; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 14px; line-height: 1.25; }
.section-lead { color: var(--mid); max-width: 640px; margin-bottom: 40px; font-size: 1rem; }
.rule { border: none; border-top: 1px solid var(--rule); margin: 0; }

/* BOOK GRID */
.books-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 24px; }
.book-card { background: white; border: 1px solid var(--rule); border-radius: 6px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.book-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.1); transform: translateY(-3px); }
.book-cover { width: 100%; height: 200px; object-fit: cover; object-position: top; display: block; background: var(--cream); }
.book-body { padding: 16px 16px 14px; }
.book-title { font-family: 'Playfair Display', serif; font-size: 0.98rem; margin-bottom: 4px; line-height: 1.3; }
.book-author { font-size: 0.82rem; color: var(--mid); margin-bottom: 12px; }
.book-links { display: flex; flex-wrap: wrap; gap: 6px; }
.book-link { font-size: 0.75rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gold); text-decoration: none; border: 1px solid var(--gold); padding: 3px 9px; border-radius: 3px; transition: all 0.2s; }
.book-link:hover { background: var(--gold); color: white; }

/* PERSON CARD */
.person-card { display: grid; grid-template-columns: 220px 1fr; gap: 48px; background: white; border: 1px solid var(--rule); border-radius: 8px; padding: 36px; margin-bottom: 32px; }
.person-photo { width: 100%; border-radius: 6px; object-fit: cover; aspect-ratio: 3/4; background: var(--cream); }
.person-info h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 4px; }
.person-role { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; font-weight: 600; }
.person-info p { color: var(--mid); margin-bottom: 12px; font-size: 0.95rem; }
.person-info h3 { font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); margin: 20px 0 8px; font-weight: 600; }
.person-info ul { list-style: none; }
.person-info ul li { padding: 4px 0; color: var(--mid); font-size: 0.92rem; }
.person-info ul li::before { content: '— '; color: var(--gold); }
.person-links { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }

/* NEWS */
.news-item { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--rule); }
.news-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--rule); }
.news-content strong { font-size: 0.95rem; }
.news-content p { color: var(--mid); font-size: 0.88rem; margin-top: 4px; }
.news-link { display: inline-block; margin-top: 6px; font-size: 0.82rem; color: var(--gold); text-decoration: none; }
.news-link:hover { text-decoration: underline; }

/* PROMO GRID */
.promo-grid { display: flex; flex-direction: column; gap: 0; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 64px; align-items: start; }
.about-text p { color: var(--mid); margin-bottom: 16px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--rule); }
.stat { text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.78rem; color: var(--mid); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.goal-list { list-style: none; }
.goal-list li { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; font-size: 0.95rem; color: var(--mid); }
.goal-list li::before { content: '◆'; color: var(--gold); font-size: 0.55rem; margin-top: 8px; flex-shrink: 0; }

/* CONTACT */
.contact { background: var(--ink); color: white; }
.contact .section-title { color: white; }
.contact .section-lead { color: #aaa; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-block { margin-bottom: 20px; }
.contact-block h4 { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 5px; }
.contact-block a { color: #ddd; text-decoration: none; }
.contact-block a:hover { color: var(--gold-lt); }
.social-row { display: flex; gap: 16px; margin-top: 24px; }
.social-link { display: inline-flex; align-items: center; gap: 8px; color: #aaa; text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.social-link:hover { color: var(--gold-lt); }
.bank-box { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; padding: 24px; }
.bank-box h4 { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 16px; }
.bank-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.85rem; }
.bank-row:last-child { border-bottom: none; }
.bank-row span:first-child { color: #888; }
.bank-row span:last-child { color: white; font-weight: 600; }

/* FOOTER */
footer { background: #0f0f1e; color: #666; text-align: center; padding: 20px; font-size: 0.8rem; }
footer a { color: #888; text-decoration: none; }
footer a:hover { color: var(--gold-lt); }

/* MOBILE */
@media (max-width: 768px) {
  .hamburger { display: flex; }
  nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--ink); flex-direction: column; padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.1); }
  nav.open { display: flex; }
  nav a { padding: 12px 24px; font-size: 0.9rem; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .person-card { grid-template-columns: 1fr; }
  .person-photo { max-width: 200px; }
  .stat-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .books-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
}
