/* Festival & Holiday Info — Custom Styles */
:root {
  --burgundy:     #6d2e3a;
  --burgundy-dk:  #4a1f28;
  --gold:         #c9922f;
  --gold-lt:      #e8c988;
  --cream:        #fbf6ee;
  --cream-dk:     #f3e9d8;
  --ink:          #2b2320;
  --ink-soft:     #5a4d45;
  --muted:        #8a7a6d;
  --border:       #ece0cf;

  --cat-cultural: #fdf1e8;
  --cat-religious:#f3ece8;
  --cat-seasonal: #f0f0e0;
  --cat-national: #eaf0f0;
  --cat-family:   #fbeef0;
}

html { scroll-behavior: smooth; }
/* Anchor scroll offset so sticky navbar doesn't cover jump targets */
[id] { scroll-margin-top: 90px; }

body {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.7;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--burgundy-dk);
}
a { color: var(--burgundy); }
a:hover { color: var(--gold); }
p, li { max-width: 72ch; }

/* ── Navbar ── */
.navbar {
  background: #fff !important;
  border-bottom: 2px solid var(--border);
}
.navbar-brand {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.4rem;
  color: var(--burgundy) !important;
  font-weight: 600;
}
.navbar .nav-link {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-soft) !important;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--burgundy) !important;
}

/* ── Hero ── */
.hero {
  background: linear-gradient(160deg, var(--cream) 0%, var(--cream-dk) 100%);
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--border);
}
.hero h1 {
  font-size: 2.6rem;
  line-height: 1.25;
}
.hero .lead {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 600px;
}

/* ── Buttons ── */
.btn-warm {
  background: var(--burgundy);
  color: #fff;
  border: none;
  padding: 11px 26px;
  border-radius: 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.93rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.btn-warm:hover { background: var(--burgundy-dk); color: #fff; }
.btn-warm-outline {
  border: 2px solid var(--burgundy);
  color: var(--burgundy);
  padding: 9px 24px;
  border-radius: 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
.btn-warm-outline:hover { background: var(--burgundy); color: #fff; }

/* ── Section headings ── */
.section-label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.section-title {
  font-size: 2rem;
  margin-bottom: 8px;
}
.section-sub {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--muted);
  font-size: 0.98rem;
  margin-bottom: 36px;
}

/* ── Festival Cards ── */
.festival-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}
.festival-card:hover {
  box-shadow: 0 10px 28px rgba(109,46,58,0.10);
  transform: translateY(-3px);
}
.festival-card .card-body { padding: 24px; }
.festival-card .card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.3rem;
  margin-bottom: 6px;
}
.festival-meta {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 10px;
}
.festival-meta i { margin-right: 4px; }
.festival-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* Category badges */
.cat-badge {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-block;
}
.badge-cultural  { background: var(--cat-cultural);  color: #a05a1e; }
.badge-religious { background: var(--cat-religious); color: #6d2e3a; }
.badge-seasonal  { background: var(--cat-seasonal);  color: #5a6b1e; }
.badge-national  { background: var(--cat-national);  color: #1e5a5a; }
.badge-family    { background: var(--cat-family);    color: #a02e52; }

/* ── Full Festival Entry (festivals.php) ── */
.festival-entry {
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.festival-entry:first-of-type { padding-top: 8px; }
.festival-entry h2 {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.festival-entry .entry-meta {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 16px;
}
.festival-entry h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--gold);
  margin-top: 20px;
  margin-bottom: 6px;
}
.festival-entry p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.96rem;
  color: var(--ink-soft);
}
.entry-note {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 14px 18px;
  border-radius: 0 8px 8px 0;
  font-size: 0.88rem;
  margin-top: 10px;
}

/* ── Filter bar ── */
.filter-bar .btn-f {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--ink-soft);
  text-decoration: none;
  display: inline-block;
  transition: all 0.18s;
}
.filter-bar .btn-f:hover,
.filter-bar .btn-f.active {
  background: var(--burgundy);
  border-color: var(--burgundy);
  color: #fff;
}

/* ── Category page cards ── */
.category-block {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 32px;
}
.category-block .cat-icon-lg {
  font-size: 2.2rem;
  margin-bottom: 10px;
  display: block;
}
.related-links a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 6px 14px;
  background: var(--cream);
  border-radius: 50px;
  color: var(--burgundy);
}
.related-links a:hover { background: var(--gold-lt); }

/* ── Seasonal guide ── */
.season-block {
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
}
.season-block:first-of-type { padding-top: 0; }
.season-icon { font-size: 2rem; margin-right: 10px; }

/* ── About page ── */
.about-hero-box {
  background: linear-gradient(160deg, var(--cream), var(--cat-family));
  border-radius: 18px;
  padding: 40px;
}

/* ── Contact ── */
.contact-box {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  background: var(--cream);
}
.ci { color: var(--burgundy); font-size: 1.3rem; margin-right: 12px; }

/* ── Privacy ── */
.privacy-body h2 {
  font-size: 1.25rem;
  margin-top: 34px;
  margin-bottom: 8px;
}
.privacy-body p, .privacy-body li {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.93rem;
  color: var(--ink-soft);
}

/* ── Ad Placeholder ── */
.ad-placeholder {
  background: #faf7f2;
  border: 1px dashed #d8c8a8;
  border-radius: 8px;
  padding: 20px;
  color: #b0a086;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
}

/* ── Footer ── */
footer {
  background: var(--burgundy-dk);
  color: #d8c4bc;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.88rem;
}
footer a { color: #e8c988; text-decoration: none; }
footer a:hover { color: #fff; }
.footer-brand {
  font-family: 'Fraunces', Georgia, serif;
  color: #fff;
  font-size: 1.25rem;
}
footer h6 { color: #fff; font-size: 0.85rem; font-weight: 700; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero h1 { font-size: 2rem; }
  .festival-entry h2 { font-size: 1.35rem; }
  .about-hero-box { padding: 26px 20px; }
  [id] { scroll-margin-top: 76px; }
}
