/* ===== VARIABLES ===== */
:root {
  --red: #b82a2a;
  --red-dark: #8b1e1e;
  --gold: #d4a547;
  --gold-light: #e8c878;
  --cream: #f7f1e3;
  --cream-dark: #ede4cc;
  --ink: #2a1f15;
  --ink-soft: #5a4a3a;
  --line: #d9ccb1;
  --forest: #3d5a3a;
  --shadow: 0 8px 24px rgba(42, 31, 21, 0.12);
  --shadow-lg: 0 20px 60px rgba(42, 31, 21, 0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}

h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.center { text-align: center; }

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(247, 241, 227, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  z-index: 100;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--ink); }
.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--red);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  border: 2px solid var(--gold);
}
.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.nav-links { display: flex; gap: 2rem; }
.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--red); }
.lang-toggle {
  background: transparent;
  border: 1px solid var(--line);
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.05em;
}
.lang-toggle:hover { border-color: var(--red); color: var(--red); }
.lang-toggle .lang-active { color: var(--red); font-weight: 600; }
.menu-btn {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--ink);
}

/* ===== HERO — MACEDONIAN EMBROIDERY (VEZ) + KILIM ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 1.5rem 4rem;
  overflow: hidden;
  /* Deep wine/madder-red gradient evoking hand-dyed wool */
  background:
    radial-gradient(ellipse at 50% 40%, #a02020 0%, #6b1414 55%, #3a0a0a 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(212, 165, 71, 0.18), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(0, 0, 0, 0.3), transparent 55%);
}

/* Full-field kilim tile — repeating 8-point vrteška stars, stepped rhombi,
   and S-hooks, drawn orthogonal like counted cross-stitch */
.hero-kilim {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='%23f5e6d3'><rect x='76' y='60' width='8' height='8'/><rect x='76' y='92' width='8' height='8'/><rect x='60' y='76' width='8' height='8'/><rect x='92' y='76' width='8' height='8'/><rect x='68' y='68' width='8' height='8'/><rect x='84' y='68' width='8' height='8'/><rect x='68' y='84' width='8' height='8'/><rect x='84' y='84' width='8' height='8'/><rect x='52' y='52' width='8' height='8'/><rect x='100' y='52' width='8' height='8'/><rect x='52' y='100' width='8' height='8'/><rect x='100' y='100' width='8' height='8'/><rect x='44' y='76' width='8' height='8'/><rect x='108' y='76' width='8' height='8'/><rect x='76' y='44' width='8' height='8'/><rect x='76' y='108' width='8' height='8'/><rect x='0' y='0' width='8' height='8'/><rect x='152' y='0' width='8' height='8'/><rect x='0' y='152' width='8' height='8'/><rect x='152' y='152' width='8' height='8'/><rect x='8' y='8' width='8' height='8'/><rect x='144' y='8' width='8' height='8'/><rect x='8' y='144' width='8' height='8'/><rect x='144' y='144' width='8' height='8'/><rect x='24' y='24' width='8' height='8'/><rect x='128' y='24' width='8' height='8'/><rect x='24' y='128' width='8' height='8'/><rect x='128' y='128' width='8' height='8'/><rect x='20' y='76' width='4' height='4'/><rect x='136' y='76' width='4' height='4'/><rect x='76' y='20' width='4' height='4'/><rect x='76' y='136' width='4' height='4'/></g></svg>");
  background-size: 160px 160px;
}

/* Vez (embroidery) bands — rendered as inline SVG */
.hero-vez-svg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.hero-vez-top {
  top: 72px;
  height: 60px;
}
.hero-vez-bottom {
  bottom: 0;
  height: 40px;
  z-index: 4;
}

/* ORO dancers — bottom of hero */
.hero-oro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  pointer-events: none;
  z-index: 3;
  opacity: 0.88;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}
.hero-content {
  position: relative;
  max-width: 900px;
  text-align: center;
  color: var(--cream);
  z-index: 5;
  padding-bottom: 220px;
}
.hero-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.hero-title {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
  color: var(--cream);
  font-weight: 500;
}
.hero-title-accent {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: rgba(247, 241, 227, 0.85);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold-light);
  font-size: 1.5rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(212, 165, 71, 0.4);
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 165, 71, 0.5);
}
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(247, 241, 227, 0.4);
}
.btn-ghost:hover {
  border-color: var(--cream);
  background: rgba(247, 241, 227, 0.1);
}
.btn-full { width: 100%; }

/* ===== SECTION LABELS ===== */
.section-label {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 1rem;
}

/* ===== ABOUT ===== */
.about { padding: 6rem 0; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-text p {
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  color: var(--red);
  font-weight: 700;
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-top: 0.3rem;
}
.image-frame {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--cream-dark);
  border: 1px solid var(--line);
}
.about-img-placeholder {
  position: absolute;
  inset: 1rem;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
}
.placeholder-text { opacity: 0.6; }
.ornament {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid var(--gold);
  z-index: 2;
}
.ornament-tl { top: -10px; left: -10px; border-right: none; border-bottom: none; }
.ornament-br { bottom: -10px; right: -10px; border-left: none; border-top: none; }

/* ===== OFFERINGS ===== */
.offerings {
  padding: 6rem 0;
  background: var(--cream-dark);
}
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.offering-card {
  background: var(--cream);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  transition: all 0.3s;
}
.offering-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}
.offering-icon {
  font-size: 1.8rem;
  color: var(--red);
  margin-bottom: 1rem;
}
.offering-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

/* ===== GALLERY ===== */
.gallery { padding: 6rem 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.gallery-item {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery-item:hover { transform: scale(1.02); }
.gal-ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--red), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  opacity: 0.85;
}
.gallery-item:nth-child(even) .gal-ph {
  background: linear-gradient(135deg, var(--forest), var(--gold));
}
.gallery-item:nth-child(3n) .gal-ph {
  background: linear-gradient(135deg, var(--red-dark), var(--red));
}
.gallery-note {
  text-align: center;
  margin-top: 2rem;
  color: var(--ink-soft);
}
.social-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.social-links a {
  color: var(--red);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--red);
  border-radius: 6px;
  transition: all 0.2s;
}
.social-links a:hover {
  background: var(--red);
  color: var(--cream);
}

/* ===== PERFORMANCES ===== */
.performances {
  padding: 6rem 0;
  background: var(--cream-dark);
}
.events-list {
  max-width: 800px;
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event {
  background: var(--cream);
  padding: 1.5rem;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 1.5rem;
  align-items: center;
  border-left: 4px solid var(--red);
  transition: transform 0.2s;
}
.event:hover { transform: translateX(4px); }
.event-date {
  text-align: center;
  padding: 0.5rem;
  background: var(--red);
  color: var(--cream);
  border-radius: 6px;
}
.event-day {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.event-month {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin-top: 0.2rem;
}
.event-info p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin-top: 0.2rem;
}
.event-time {
  color: var(--gold);
  font-weight: 600;
  font-size: 1.1rem;
}

/* ===== BOOKING ===== */
.book { padding: 6rem 0; }
.book-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}
.book-text p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}
.book-perks {
  list-style: none;
  margin-top: 1.5rem;
}
.book-perks li {
  padding: 0.5rem 0 0.5rem 1.8rem;
  position: relative;
  color: var(--ink-soft);
}
.book-perks li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
}
.book-form {
  background: var(--cream-dark);
  padding: 2.5rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.field { margin-bottom: 1.2rem; }
.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--cream);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-note {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* ===== FOOTER ===== */
.footer {
  background: var(--ink);
  color: var(--cream);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
.logo-footer .logo-text { color: var(--cream); }
.footer-tag {
  margin-top: 0.5rem;
  color: rgba(247, 241, 227, 0.6);
  font-size: 0.9rem;
}
.footer h4 {
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.footer p {
  color: rgba(247, 241, 227, 0.7);
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.footer a {
  color: var(--cream);
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover { color: var(--gold); }
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(247, 241, 227, 0.1);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(247, 241, 227, 0.5);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--cream);
    padding: 1.5rem;
    border-bottom: 1px solid var(--line);
    gap: 1rem;
  }
  .menu-btn { display: block; }
  .about-grid, .book-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .stats { grid-template-columns: 1fr; gap: 1.5rem; }
  .event {
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto auto;
  }
  .event-time { grid-column: 2; color: var(--red); }
  .row { grid-template-columns: 1fr; }
  h2 { font-size: 2rem; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 320px; text-align: center; }
}
