/* ===== Drugarice — shared design system ===== */

:root {
  --cream: #F0EBDE;
  --cream-deep: #E6DECB;
  --forest: #26331F;
  --forest-soft: #34452B;
  --olive: #5E6B4A;
  --sage: #A9B394;
  --sage-soft: #C7CDB8;
  --honey: #C39A55;
  --ink: #262418;
  --paper-line: rgba(38, 51, 31, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--forest);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 26px; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 26px; }

a { color: inherit; }

.seat {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--olive);
}
.seat::before {
  content: ""; width: 11px; height: 11px;
  border: 1.5px solid var(--honey); border-radius: 50%;
}
.seat.on-dark { color: var(--sage); }
.seat.on-dark::before { border-color: var(--honey); }

nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(240, 235, 222, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--paper-line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
.brand {
  font-family: "Fraunces", serif; font-weight: 500; font-size: 22px;
  letter-spacing: 0.01em; color: var(--forest);
  display: inline-flex; align-items: center; gap: 9px;
  text-decoration: none; white-space: nowrap;
}
.brand-dot { width: 9px; height: 9px; border: 1.5px solid var(--honey); border-radius: 50%; display: inline-block; }

.nav-links {
  display: flex; align-items: center; gap: 22px;
  list-style: none;
}
.nav-links a {
  text-decoration: none; font-size: 14px; font-weight: 600;
  color: var(--forest-soft);
  padding-bottom: 3px; border-bottom: 1.5px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--forest); border-color: var(--honey); }

.nav-cta {
  font-weight: 600; font-size: 14px;
  color: var(--cream); background: var(--forest);
  padding: 10px 19px; border-radius: 100px;
  text-decoration: none; white-space: nowrap;
  transition: background 0.25s ease;
}
.nav-cta:hover { background: var(--forest-soft); }

.nav-toggle { display: none; }

.btn-primary {
  display: inline-block;
  background: var(--forest); color: var(--cream);
  font-weight: 600; font-size: 16px;
  padding: 15px 30px; border-radius: 100px;
  text-decoration: none; border: none; cursor: pointer;
  transition: transform 0.2s ease, background 0.25s ease;
}
.btn-primary:hover { background: var(--forest-soft); transform: translateY(-1px); }
.btn-ghost {
  color: var(--forest); font-weight: 600; font-size: 16px;
  text-decoration: none; border-bottom: 1.5px solid var(--honey); padding-bottom: 2px;
}

.page-hero { padding: 64px 0 54px; border-bottom: 1px solid var(--paper-line); }
.page-hero h1 {
  font-family: "Fraunces", serif; font-weight: 400;
  font-size: clamp(2.2rem, 5.6vw, 3.6rem);
  line-height: 1.08; letter-spacing: -0.015em;
  max-width: 18ch; margin-top: 20px; color: var(--forest);
}
.page-hero h1 em { font-style: italic; color: var(--olive); }
.page-hero p {
  margin-top: 22px; max-width: 56ch; font-size: 18.5px; color: var(--forest-soft);
}

.hero { padding: 70px 0 66px; }
.hero h1 {
  font-family: "Fraunces", serif; font-weight: 400;
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  line-height: 1.06; letter-spacing: -0.015em;
  color: var(--forest);
}
.hero h1 em { font-style: italic; color: var(--olive); }
.hero-sub { margin-top: 26px; max-width: 52ch; font-size: 18.5px; color: var(--forest-soft); }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-cities { margin-top: 44px; display: flex; gap: 32px; flex-wrap: wrap; border-top: 1px solid var(--paper-line); padding-top: 22px; }
.hero-city span { display: block; font-family: "Fraunces", serif; font-size: 21px; color: var(--forest); }
.hero-city small { font-size: 13px; letter-spacing: 0.04em; color: var(--olive); }

.manifesto { background: var(--forest); color: var(--cream); padding: 92px 0; }
.manifesto p {
  font-family: "Fraunces", serif; font-weight: 400;
  font-size: clamp(1.6rem, 3.6vw, 2.5rem); line-height: 1.32; letter-spacing: -0.01em;
  max-width: 20ch; margin-top: 26px; color: var(--cream);
}
.manifesto p .hl { color: var(--honey); font-style: italic; }
.manifesto .fine { font-size: 18px; line-height: 1.65; max-width: 46ch; margin-top: 30px; color: var(--sage-soft); }

.sec { padding: 88px 0; }
.sec.tight { padding: 60px 0; }
.sec-head { margin-bottom: 46px; }
.sec-head h2 {
  font-family: "Fraunces", serif; font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 3rem); line-height: 1.1; letter-spacing: -0.01em;
  margin-top: 18px; max-width: 20ch;
}
.sec-head p { margin-top: 16px; max-width: 58ch; font-size: 17.5px; color: var(--forest-soft); }

.formats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fcard { background: var(--cream-deep); border: 1px solid var(--paper-line); border-radius: 18px; padding: 30px 28px 34px; transition: transform 0.25s ease; }
.fcard:hover { transform: translateY(-3px); }
.fcard .n { font-family: "Fraunces", serif; font-size: 15px; color: var(--honey); display: inline-flex; align-items: center; gap: 8px; }
.fcard .n::before { content: ""; width: 8px; height: 8px; border: 1.4px solid var(--honey); border-radius: 50%; }
.fcard h3 { font-family: "Fraunces", serif; font-weight: 500; font-size: 27px; margin: 16px 0 10px; color: var(--forest); }
.fcard p { color: var(--forest-soft); font-size: 16px; }

.card-flat { background: var(--cream-deep); border: 1px solid var(--paper-line); border-radius: 18px; padding: 30px 28px; }

.safety { background: var(--cream-deep); }
.safe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.safe-points { display: flex; flex-direction: column; gap: 28px; }
.spoint { display: flex; gap: 16px; }
.spoint .ring { flex-shrink: 0; margin-top: 4px; width: 15px; height: 15px; border: 1.6px solid var(--honey); border-radius: 50%; }
.spoint h4 { font-weight: 700; font-size: 18px; color: var(--forest); margin-bottom: 3px; }
.spoint p { color: var(--forest-soft); font-size: 16px; }
.safe-lead p { font-family: "Fraunces", serif; font-weight: 400; font-size: clamp(1.5rem, 3.4vw, 2.2rem); line-height: 1.3; color: var(--forest); letter-spacing: -0.01em; }
.safe-lead p .hl { color: var(--olive); font-style: italic; }

.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--paper-line); }
.step:last-child { border-bottom: 1px solid var(--paper-line); }
.step .num { font-family: "Fraunces", serif; font-size: 28px; color: var(--honey); }
.step h4 { font-size: 19px; font-weight: 700; margin-bottom: 6px; color: var(--forest); }
.step p { color: var(--forest-soft); font-size: 16px; max-width: 60ch; }

.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.city-tile { background: var(--cream-deep); border: 1px solid var(--paper-line); border-radius: 16px; padding: 24px 22px; }
.city-tile h4 { font-family: "Fraunces", serif; font-weight: 500; font-size: 21px; color: var(--forest); margin-bottom: 6px; }
.city-tile .status { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--olive); }
.city-tile .status .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--olive); }
.city-tile .status.pending .dot { background: transparent; border: 1.4px solid var(--olive); }
.city-tile p { margin-top: 8px; font-size: 14.5px; color: var(--forest-soft); }

.quote-block {
  font-family: "Fraunces", serif; font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: var(--forest);
  border-left: 2px solid var(--honey); padding-left: 24px; line-height: 1.5;
  max-width: 42ch;
}

.apply { background: var(--forest); color: var(--cream); }
.apply .sec-head h2 { color: var(--cream); }
.apply .sec-head p { color: var(--sage-soft); }
.form-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.apply-copy p { color: var(--sage-soft); font-size: 18px; line-height: 1.65; max-width: 40ch; margin-bottom: 20px; }
.apply-copy .quote { font-family: "Fraunces", serif; font-style: italic; font-size: 22px; color: var(--cream); line-height: 1.4; border-left: 2px solid var(--honey); padding-left: 20px; margin-top: 34px; max-width: 34ch; }

.card { background: var(--cream); border-radius: 22px; padding: 34px 30px; color: var(--forest); position: relative; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: 14px; letter-spacing: 0.02em; margin-bottom: 8px; color: var(--forest); }
.field input, .field select, .field textarea {
  width: 100%; font-family: "Hanken Grotesk", sans-serif; font-size: 16px; color: var(--forest);
  background: #fff; border: 1px solid var(--paper-line); border-radius: 11px; padding: 13px 14px;
  outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(94,107,74,0.15); }
.field .hint { font-size: 13px; color: var(--olive); margin-top: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { position: relative; cursor: pointer; font-size: 14.5px; font-weight: 500; padding: 9px 15px; border-radius: 100px; border: 1px solid var(--sage); background: #fff; color: var(--forest-soft); transition: all 0.18s ease; user-select: none; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip.on { background: var(--sage); border-color: var(--olive); color: var(--forest); font-weight: 600; }
.submit { width: 100%; margin-top: 8px; background: var(--forest); color: var(--cream); font-weight: 600; font-size: 16.5px; border: none; border-radius: 100px; padding: 16px; cursor: pointer; transition: background 0.25s ease, transform 0.2s ease; }
.submit:hover { background: var(--forest-soft); transform: translateY(-1px); }
.form-note { font-size: 13px; color: var(--olive); margin-top: 14px; text-align: center; }
.done { text-align: center; padding: 30px 10px; display: none; }
.done.show { display: block; }
.done .ringbig { width: 46px; height: 46px; margin: 0 auto 20px; border: 2px solid var(--honey); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Fraunces", serif; color: var(--honey); font-size: 22px; }
.done h3 { font-family: "Fraunces", serif; font-weight: 500; font-size: 26px; color: var(--forest); margin-bottom: 10px; }
.done p { color: var(--forest-soft); font-size: 16px; max-width: 34ch; margin: 0 auto; }
.form-live.hide { display: none; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-tile { background: var(--cream-deep); border: 1px solid var(--paper-line); border-radius: 18px; padding: 28px 24px; }
.contact-tile .seat { margin-bottom: 14px; }
.contact-tile a, .contact-tile .val { font-family: "Fraunces", serif; font-size: 21px; color: var(--forest); text-decoration: none; display: block; }

.cta-band { background: var(--cream-deep); padding: 70px 0; text-align: center; }
.cta-band h3 { font-family: "Fraunces", serif; font-weight: 400; font-size: clamp(1.6rem, 3.4vw, 2.3rem); max-width: 22ch; margin: 0 auto 26px; color: var(--forest); }

footer { padding: 46px 0; border-top: 1px solid var(--paper-line); }
.foot-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.foot-brand { font-family: "Fraunces", serif; font-size: 20px; color: var(--forest); display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.foot-note { font-size: 13.5px; color: var(--olive); }
.foot-links { display: flex; gap: 20px; list-style: none; flex-wrap: wrap; }
.foot-links a { font-size: 13.5px; font-weight: 600; color: var(--forest-soft); text-decoration: none; }
.foot-links a:hover { color: var(--forest); }

.rv { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.rv.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute; top: 66px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--paper-line);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 26px 18px;
  }
  .nav-links.mobile-open { display: flex; }
  .nav-links a { display: block; width: 100%; padding: 12px 0; border-bottom: 1px solid var(--paper-line); }
  .nav-toggle { display: block; background: none; border: none; cursor: pointer; padding: 6px; }
  .nav-toggle svg { display: block; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .safe-grid, .form-grid { grid-template-columns: 1fr; gap: 34px; }
  .formats, .city-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding: 54px 0 48px; }
  .page-hero { padding: 46px 0 40px; }
  .sec { padding: 64px 0; }
  .manifesto { padding: 68px 0; }
  .hero-sub { font-size: 17.5px; }
  .step { grid-template-columns: 44px 1fr; }
}

.event-card { background: var(--cream-deep); border: 1px solid var(--paper-line); border-radius: 20px; padding: 32px 30px; margin-bottom: 20px; }
.event-card .when { display: flex; gap: 20px; flex-wrap: wrap; align-items: baseline; margin-bottom: 14px; }
.event-card .when .date { font-family: "Fraunces", serif; font-size: 22px; color: var(--forest); }
.event-card .when .time { font-size: 15px; font-weight: 600; color: var(--honey); letter-spacing: 0.04em; }
.event-card h3 { font-family: "Fraunces", serif; font-weight: 500; font-size: 28px; color: var(--forest); margin-bottom: 14px; }
.event-stop { display: flex; gap: 14px; padding: 12px 0; border-top: 1px solid var(--paper-line); }
.event-stop:first-of-type { border-top: none; }
.event-stop .stop-time { font-family: "Fraunces", serif; font-size: 16px; color: var(--honey); flex-shrink: 0; width: 56px; }
.event-stop .stop-info strong { display: block; font-size: 16px; color: var(--forest); }
.event-stop .stop-info span { font-size: 14px; color: var(--forest-soft); }
.event-card .event-actions { margin-top: 22px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.event-note { font-size: 13.5px; color: var(--olive); margin-top: 10px; }

.event-status { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--olive); background: var(--cream); border: 1px solid var(--paper-line); border-radius: 100px; padding: 6px 14px; margin-bottom: 16px; }
.event-status .ring-sm { width: 9px; height: 9px; border: 1.4px solid var(--honey); border-radius: 50%; }
.rule-banner { background: var(--forest); color: var(--cream); border-radius: 18px; padding: 26px 28px; margin-bottom: 36px; display: flex; gap: 16px; align-items: flex-start; }
.rule-banner .ring-lg { flex-shrink:0; width: 26px; height: 26px; border: 2px solid var(--honey); border-radius: 50%; margin-top: 2px; }
.rule-banner strong { display: block; font-family: "Fraunces", serif; font-weight: 500; font-size: 19px; margin-bottom: 4px; }
.rule-banner span { font-size: 15px; color: var(--sage-soft); line-height: 1.6; }


.social-icon {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--paper-line);
  display: flex; align-items: center; justify-content: center;
  color: var(--forest-soft); text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
}
.social-icon svg { width: 16px; height: 16px; display: block; }
.social-icon:hover { border-color: var(--honey); color: var(--forest); background: var(--cream-deep); }

@media (max-width: 760px) {
  .foot-socials { order: -1; }
}

/* ===== Additions: photos, hero grid, tiers, radio chips, honeypot ===== */

.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; aspect-ratio: 4/5; display: block; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { order: 2; margin-top: 8px; }
  .hero-photo img { aspect-ratio: 16/10; }
}

.fcard-photo { background: var(--cream-deep); border: 1px solid var(--paper-line); border-radius: 18px; overflow: hidden; transition: transform 0.25s ease; }
.fcard-photo:hover { transform: translateY(-3px); }
.fcard-photo img { width: 100%; height: 180px; object-fit: cover; display: block; }
.fcard-photo .fcard-body { padding: 22px 24px 26px; }

.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tier-card { background: var(--cream-deep); border: 1px solid var(--paper-line); border-radius: 18px; padding: 28px 24px; }
.tier-card .seat { margin-bottom: 12px; }
.tier-card h3 { font-family: "Fraunces", serif; font-weight: 500; font-size: 24px; margin: 0 0 6px; color: var(--forest); }
.tier-card .price { font-family: "Fraunces", serif; font-style: italic; color: var(--honey); font-size: 19px; margin-bottom: 14px; }
.tier-card ul { padding-left: 18px; color: var(--forest-soft); font-size: 15px; line-height: 1.75; }
.tier-note { font-size: 14px; color: var(--olive); margin-top: 22px; max-width: 60ch; }

.hp { position: absolute; left: -9999px; top: -9999px; }

.radio-note { font-size: 13px; color: var(--olive); margin-top: -10px; margin-bottom: 20px; }

.photo-credit { font-size: 11.5px; color: var(--olive); opacity: 0.7; }

@media (max-width: 760px) {
  .tier-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rv { transition: none; opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ===== Additions: Pogodnosti za članice (partner cards) ===== */

.partner-grid { display: flex; flex-direction: column; gap: 20px; }
.partner-card {
  background: var(--cream-deep); border: 1px solid var(--paper-line);
  border-radius: 20px; padding: 32px 30px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: start;
}
.partner-card .seat { margin-bottom: 12px; }
.partner-card h3 { font-family: "Fraunces", serif; font-weight: 500; font-size: 27px; color: var(--forest); margin-bottom: 10px; }
.partner-card .partner-desc { color: var(--forest-soft); font-size: 16px; line-height: 1.65; margin-bottom: 14px; }
.partner-card .partner-meta { font-size: 14px; color: var(--olive); line-height: 1.8; }
.partner-side { background: var(--cream); border-radius: 16px; padding: 22px 22px; }
.partner-discount { font-family: "Fraunces", serif; font-style: italic; color: var(--honey); font-size: 20px; margin-bottom: 6px; }
.partner-price { font-size: 15px; color: var(--forest-soft); margin-bottom: 14px; }
.partner-price s { color: var(--olive); opacity: 0.7; margin-right: 6px; }
.partner-mechanism { font-size: 13.5px; color: var(--olive); margin-bottom: 18px; line-height: 1.6; }
.partner-links { display: flex; flex-direction: column; gap: 8px; }
.partner-links a { font-size: 14.5px; font-weight: 600; color: var(--forest); text-decoration: none; border-bottom: 1.5px solid var(--honey); padding-bottom: 1px; width: fit-content; }
.partner-links a:hover { color: var(--olive); }

@media (max-width: 760px) {
  .partner-card { grid-template-columns: 1fr; }
}

/* ===== Additions: Ambasadorice (team cards) ===== */

.ambassador-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ambassador-card { text-align: center; }
.ambassador-photo {
  width: 156px; height: 156px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 20px; border: 3px solid var(--honey); display: block;
}
.ambassador-role {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--honey); margin-bottom: 8px;
}
.ambassador-card h4 { font-family: "Fraunces", serif; font-weight: 500; font-size: 23px; color: var(--forest); margin-bottom: 6px; }
.ambassador-meta { font-size: 14.5px; color: var(--olive); }

@media (max-width: 760px) {
  .ambassador-grid { grid-template-columns: 1fr; gap: 36px; }
}
