/* ═══════════════════════════════════════════════════════════════
   NAPAC News Theme — napac-news.css
   Exact stage2 design tokens + nav + footer + news page styles.
   No modifications to the approved visual system.
   ═══════════════════════════════════════════════════════════════ */

/* ── CSS VARIABLES (verbatim from stage2) ──────────────────────── */
:root {
  --green:        #1a6b2e;
  --green-mid:    #2d8a42;
  --green-light:  #4aad5e;
  --gold:         #c9a227;
  --gold-light:   #e8c04a;
  --white:        #f8f5ef;
  --dark:         #0d1a12;
  --charcoal:     #1c2b20;
  --muted:        #8a9e8f;
  --cream:        #faf7f0;
  --border-gold:  rgba(201,162,39,0.2);
  --border-green: rgba(26,107,46,0.15);
}

/* ── RESET & BASE ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--dark); overflow-x: hidden; }
img   { max-width: 100%; height: auto; display: block; }
a     { color: inherit; }
p     { font-size: 17px; line-height: 1.8; margin-bottom: 18px; }

/* ── CONTACT BAR (verbatim from stage2) ────────────────────────── */
.contact-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 101;
  background: var(--green); padding: 0 40px; height: 43px;
  display: flex; align-items: center; justify-content: flex-end;
  gap: 28px; border-bottom: 1px solid rgba(0,0,0,0.15);
}
.contact-bar a {
  font-size: 12px; color: rgba(248,245,239,0.8); text-decoration: none;
  font-weight: 500; display: flex; align-items: center; gap: 7px; transition: color 0.2s;
}
.contact-bar a:hover { color: #f8f5ef; }
.contact-bar-sep { width: 1px; height: 14px; background: rgba(248,245,239,0.25); }

/* ── NAV (verbatim from stage2) ─────────────────────────────────── */
nav {
  position: fixed; top: 43px; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 72px;
  background: rgba(13,26,18,0.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-gold);
}
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-img { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-gold); object-fit: cover; }
.nav-logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--white); letter-spacing: 3px; line-height: 1; }
.nav-logo-text span { color: var(--gold); }
.nav-tagline { font-size: 9px; color: var(--muted); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 22px; list-style: none; }
.nav-links a { color: rgba(248,245,239,0.7); text-decoration: none; font-size: 11px; font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: #f8f5ef; }
.nav-links a.nav-active { color: #f8f5ef; border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.nav-donate-btn { background: var(--green); color: var(--white); padding: 8px 16px; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; flex-shrink: 0; display: inline-block; }
.nav-donate-btn:hover { background: var(--green-mid); color: var(--white); }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-mobile-toggle span { display: block; width: 22px; height: 2px; background: #f8f5ef; margin: 5px 0; }

/* ── SHARED UTILITIES (verbatim from stage2) ────────────────────── */
.section-label { font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--green-light); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.section-label::after { content: ''; display: block; height: 1px; width: 28px; background: currentColor; }
.btn-primary { display: inline-block; background: var(--green); color: var(--white); padding: 14px 28px; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; border: 2px solid transparent; cursor: pointer; }
.btn-primary:hover { background: var(--green-mid); }

/* ── FOOTER (verbatim from stage2) ─────────────────────────────── */
footer { background: var(--charcoal); border-top: 1px solid rgba(201,162,39,0.1); padding: 60px 80px 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid rgba(248,245,239,0.055); }
.footer-brand p { font-size: 13px; color: #8a9e8f; line-height: 1.7; max-width: 270px; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(248,245,239,0.35); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 13px; color: #8a9e8f; text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: #f8f5ef; }
.social-link { width: 32px; height: 32px; border: 1px solid rgba(201,162,39,0.2); display: flex; align-items: center; justify-content: center; color: #8a9e8f; text-decoration: none; font-size: 13px; transition: all 0.2s; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════════════════════════════════════════════════════════════
   NEWS-SPECIFIC STYLES
   Consistent with stage2 spacing, typography, and card patterns.
   ═══════════════════════════════════════════════════════════════ */

/* ── PAGE HERO ──────────────────────────────────────────────────── */
.news-page-hero {
  background: var(--dark);
  padding: 160px 40px 80px;        /* top padding clears fixed nav + contact bar */
  border-bottom: 1px solid rgba(201,162,39,0.1);
}
.news-page-hero-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.news-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
}
.news-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.news-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 900; line-height: 1.04; color: var(--white);
  margin-bottom: 18px; letter-spacing: -0.5px;
}
.news-page-title em { font-style: normal; color: var(--gold); }
.news-page-sub {
  font-size: 17px; color: rgba(248,245,239,0.6);
  line-height: 1.75; max-width: 560px; margin: 0;
}

/* ── ARCHIVE SECTION ────────────────────────────────────────────── */
.news-archive-section { background: var(--cream); padding: 80px 40px 100px; }
.news-archive-inner { max-width: 1160px; margin: 0 auto; }

/* ── NEWS CARD GRID ─────────────────────────────────────────────── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 64px;
}

/* ── INDIVIDUAL NEWS CARD ───────────────────────────────────────── */
.news-card {
  background: var(--white);
  display: flex; flex-direction: column;
  border: 1px solid rgba(26,107,46,0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}
.news-card:hover {
  box-shadow: 0 8px 32px rgba(13,26,18,0.1);
  transform: translateY(-2px);
}

/* card image */
.news-card-img-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--charcoal);
  text-decoration: none;
}
.news-card-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card-img-wrap:hover .news-card-img { transform: scale(1.04); }
.news-card-no-img {
  width: 100%; height: 100%; min-height: 200px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--charcoal) 0%, #0d1a12 100%);
}
.news-card-no-img span {
  font-family: 'Bebas Neue', sans-serif; font-size: 18px;
  color: rgba(201,162,39,0.4); letter-spacing: 4px;
}

/* card body */
.news-card-body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }

/* meta row: date + category */
.news-card-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.news-card-date {
  font-size: 11px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--muted);
}
.news-card-cat {
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--green-light);
  background: rgba(26,107,46,0.08);
  padding: 3px 8px;
}

/* title */
.news-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700; line-height: 1.3;
  color: var(--dark); margin-bottom: 12px;
}
.news-card-title a { text-decoration: none; color: inherit; transition: color 0.2s; }
.news-card-title a:hover { color: var(--green); }

/* excerpt */
.news-card-excerpt {
  font-size: 14px; color: #4a5e50; line-height: 1.7;
  margin-bottom: 0; flex: 1;
}

/* read more */
.news-card-readmore {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 18px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--green); text-decoration: none;
  border-bottom: 1px solid rgba(26,107,46,0.3); padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
  width: fit-content;
}
.news-card-readmore:hover { color: var(--green-mid); border-color: var(--green-mid); }
.news-card-readmore svg { transition: transform 0.2s; }
.news-card-readmore:hover svg { transform: translateX(3px); }

/* ── PAGINATION ─────────────────────────────────────────────────── */
.news-pagination { text-align: center; }
.news-pagination .page-numbers {
  list-style: none; display: flex; justify-content: center; gap: 6px; flex-wrap: wrap;
}
.news-pagination .page-numbers li {}
.news-pagination .page-numbers a,
.news-pagination .page-numbers span {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; font-size: 13px; font-weight: 600;
  border: 1px solid rgba(26,107,46,0.25); color: var(--green);
  text-decoration: none; transition: all 0.2s;
}
.news-pagination .page-numbers .current {
  background: var(--green); color: var(--white); border-color: var(--green);
}
.news-pagination .page-numbers a:hover {
  background: rgba(26,107,46,0.08); border-color: var(--green);
}
.news-pagination .page-numbers .prev,
.news-pagination .page-numbers .next {
  width: auto; padding: 0 16px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
}

/* ── EMPTY STATE ────────────────────────────────────────────────── */
.news-empty { text-align: center; padding: 80px 0; }
.news-empty p { font-size: 18px; color: var(--muted); margin-bottom: 28px; }

/* ═══════════════════════════════════════════════════════════════
   SINGLE ARTICLE STYLES
   ═══════════════════════════════════════════════════════════════ */

/* ── SINGLE HERO ────────────────────────────────────────────────── */
.single-hero {
  background: var(--dark);
  padding: 155px 40px 60px;
  border-bottom: 1px solid rgba(201,162,39,0.1);
}
.single-hero-inner { max-width: 800px; margin: 0 auto; }

.single-breadcrumb {
  margin-bottom: 20px;
}
.single-breadcrumb a {
  font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: rgba(248,245,239,0.45); text-decoration: none; transition: color 0.2s;
  display: inline-flex; align-items: center; gap: 6px;
}
.single-breadcrumb a:hover { color: var(--gold); }

.single-cat-label {
  font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
  display: inline-flex; align-items: center; gap: 8px;
}
.single-cat-label::before { content: ''; display: block; width: 20px; height: 1px; background: var(--gold); }

.single-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900; line-height: 1.1; color: var(--white);
  margin-bottom: 20px; letter-spacing: -0.3px;
}

.single-meta { display: flex; align-items: center; gap: 16px; }
.single-date {
  font-size: 12px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--muted);
}

/* ── FEATURED IMAGE ─────────────────────────────────────────────── */
.single-featured-img-wrap {
  background: var(--charcoal);
  padding: 0;
}
.single-featured-img-inner {
  max-width: 900px; margin: 0 auto;
}
.single-featured-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* ── SINGLE ARTICLE BODY ────────────────────────────────────────── */
.single-article { background: var(--cream); padding: 64px 40px 100px; }
.single-article-inner { max-width: 800px; margin: 0 auto; }

/* Content typography */
.single-content { margin-bottom: 64px; }
.single-content p { font-size: 17px; color: #2a3c2e; line-height: 1.85; margin-bottom: 20px; }
.single-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--dark); margin: 40px 0 16px; line-height: 1.2; }
.single-content h3 { font-family: 'Playfair Display', serif; font-size: clamp(18px, 2.5vw, 24px); font-weight: 700; color: var(--dark); margin: 32px 0 12px; line-height: 1.25; }
.single-content h4 { font-size: 15px; font-weight: 700; color: var(--dark); margin: 24px 0 10px; letter-spacing: 0.3px; }
.single-content ul, .single-content ol { padding-left: 24px; margin-bottom: 20px; }
.single-content li { font-size: 16px; color: #2a3c2e; line-height: 1.7; margin-bottom: 8px; }
.single-content blockquote {
  border-left: 3px solid var(--gold); padding: 16px 24px;
  background: rgba(201,162,39,0.04); margin: 28px 0;
}
.single-content blockquote p { font-size: 16px; color: #3a4e40; font-style: italic; margin: 0; }
.single-content a { color: var(--green); text-decoration: underline; text-decoration-color: rgba(26,107,46,0.3); }
.single-content a:hover { color: var(--green-mid); text-decoration-color: var(--green-mid); }
.single-content strong { color: var(--dark); font-weight: 700; }
.single-content hr { border: none; border-top: 1px solid rgba(26,107,46,0.15); margin: 36px 0; }
.single-content img { max-width: 100%; height: auto; margin: 24px auto; display: block; }

/* ── POST NAVIGATION ────────────────────────────────────────────── */
.single-footer-nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-top: 40px;
  border-top: 1px solid rgba(26,107,46,0.12);
  flex-wrap: wrap;
}
.single-back-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--green); text-decoration: none;
  border: 1px solid rgba(26,107,46,0.3); padding: 10px 18px;
  transition: all 0.2s;
}
.single-back-link:hover { background: var(--green); color: var(--white); border-color: var(--green); }

.single-post-nav { display: flex; gap: 16px; flex-wrap: wrap; }
.single-post-nav-link {
  display: flex; flex-direction: column; gap: 4px; max-width: 260px;
  text-decoration: none; padding: 12px 16px;
  background: rgba(26,107,46,0.04); border: 1px solid rgba(26,107,46,0.1);
  transition: background 0.2s;
}
.single-post-nav-link:hover { background: rgba(26,107,46,0.08); }
.single-post-nav-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green-light); }
.single-post-nav-title { font-size: 13px; color: var(--dark); line-height: 1.4; font-weight: 600; }
.single-post-nav-older { text-align: right; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — matches stage2 breakpoints exactly
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  /* nav */
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-donate-btn { display: none; }
  .nav-mobile-toggle { display: block; }
  /* footer */
  footer { padding: 48px 24px 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  /* archive */
  .news-page-hero { padding: 140px 24px 60px; }
  .news-archive-section { padding: 60px 24px 80px; }
  .news-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  /* single */
  .single-hero { padding: 140px 24px 48px; }
  .single-article { padding: 48px 24px 80px; }
}

@media (max-width: 600px) {
  .news-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .news-page-hero { padding: 130px 20px 52px; }
  .news-archive-section { padding: 48px 20px 64px; }
  .single-hero { padding: 130px 20px 40px; }
  .single-article { padding: 40px 20px 64px; }
  .single-footer-nav { flex-direction: column; }
  .single-post-nav { flex-direction: column; }
  .single-post-nav-link { max-width: 100%; }
  .single-post-nav-older { text-align: left; }
  .news-card-body { padding: 20px 18px 22px; }
}

/* ═══════════════════════════════════════════════════════════════
   EVENTS — archive-event.php + single-event.php styles
   Consistent with approved stage2 design system.
   ═══════════════════════════════════════════════════════════════ */

/* ── Section divider label ──────────────────────────────────────── */
.events-section-label {
  margin-bottom: 28px;
}
.events-section-tag {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  padding: 6px 16px;
}
.events-section-tag.upcoming {
  background: var(--green); color: var(--white);
}
.events-section-tag.past {
  background: rgba(26,107,46,0.1); color: var(--muted);
  border: 1px solid rgba(26,107,46,0.2);
}

/* ── Events grid ────────────────────────────────────────────────── */
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 20px;
}
.events-grid-past { opacity: 0.75; }

/* ── Event card ─────────────────────────────────────────────────── */
.event-card {
  background: var(--white);
  display: flex; flex-direction: column;
  border: 1px solid rgba(26,107,46,0.08);
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.event-card:hover {
  box-shadow: 0 8px 32px rgba(13,26,18,0.1);
  transform: translateY(-2px);
}
.event-card-past { opacity: 0.9; }

/* poster / image */
.event-card-img-wrap {
  display: block; overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--charcoal);
  text-decoration: none;
}
.event-card-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.event-card-img-wrap:hover .event-card-img { transform: scale(1.03); }

/* placeholder (no poster) */
.event-card-no-poster {}
.event-card-placeholder {
  width: 100%; height: 100%; min-height: 180px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--charcoal) 0%, #0d1a12 100%);
  color: rgba(201,162,39,0.35);
}
.event-card-placeholder span {
  font-family: 'Bebas Neue', sans-serif; font-size: 14px;
  letter-spacing: 3px; color: rgba(201,162,39,0.3);
}

/* date badge (top-right of image) */
.event-date-badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--dark);
  border: 1px solid rgba(201,162,39,0.3);
  display: flex; flex-direction: column; align-items: center;
  padding: 6px 10px; min-width: 48px;
  text-align: center;
}
.event-date-badge-past { border-color: rgba(138,158,143,0.2); }
.event-badge-month {
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); line-height: 1;
}
.event-badge-day {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; color: var(--white); line-height: 1.1;
  letter-spacing: 1px;
}
.event-badge-year {
  font-size: 9px; color: var(--muted); letter-spacing: 0.5px; line-height: 1;
}
.event-date-badge-past .event-badge-month { color: var(--muted); }
.event-date-badge-past .event-badge-day   { color: rgba(248,245,239,0.5); }

/* card body */
.event-card-body { padding: 20px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.event-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.event-card-time {
  font-size: 11px; font-weight: 600; letter-spacing: 0.5px;
  color: var(--muted);
}
.event-card-location {
  display: flex; align-items: flex-start; gap: 6px;
  font-size: 13px; color: var(--muted); margin-top: 10px; line-height: 1.4;
}
.event-card-location svg { flex-shrink: 0; margin-top: 1px; }
.event-card-actions {
  display: flex; align-items: center; gap: 14px;
  margin-top: auto; padding-top: 16px;
  flex-wrap: wrap;
}

/* register button on card */
.event-register-btn {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border: 1px solid rgba(201,162,39,0.35); padding: 7px 12px;
  transition: all 0.2s;
}
.event-register-btn:hover {
  background: rgba(201,162,39,0.08); border-color: var(--gold);
}

/* no upcoming */
.events-no-upcoming {
  text-align: center; padding: 60px 0;
  font-size: 16px; color: var(--muted);
}
.events-no-upcoming a { color: var(--green); }

/* ── Single event styles ─────────────────────────────────────────── */

/* Event meta strip in hero */
.single-event-meta {
  display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px;
}
.single-event-meta-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: rgba(248,245,239,0.65);
}
.single-event-meta-item svg { flex-shrink: 0; color: var(--gold); }
.single-event-past-badge {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); border: 1px solid rgba(138,158,143,0.3);
  padding: 4px 10px; align-self: center;
}
.event-hero-cta { margin-top: 8px; }

/* Event poster (single page) */
.single-event-poster-inner {
  max-width: 760px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
}
.single-event-poster {
  width: 100%; height: auto;
  object-fit: contain;
  display: block;
  max-height: 640px;
}

/* Event details summary box */
.event-details-box {
  background: var(--charcoal);
  border: 1px solid rgba(201,162,39,0.12);
  padding: 28px 32px; margin-bottom: 40px;
}
.event-details-box-title {
  font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.event-details-grid { display: flex; flex-direction: column; gap: 12px; }
.event-detail-row { display: flex; gap: 20px; align-items: baseline; }
.event-detail-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted); min-width: 100px; flex-shrink: 0;
}
.event-detail-value {
  font-size: 15px; color: rgba(248,245,239,0.85); line-height: 1.5;
}
.event-detail-value a { color: var(--gold); text-decoration: none; }
.event-detail-value a:hover { text-decoration: underline; }

/* Event content area */
.event-content { margin-bottom: 32px; }

/* Bottom CTA */
.event-bottom-cta { margin: 0 0 48px; }

/* ── Responsive additions ────────────────────────────────────────── */
@media (max-width: 960px) {
  .events-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .single-event-meta { gap: 14px; }
  .event-detail-row { flex-direction: column; gap: 3px; }
  .event-detail-label { min-width: auto; }
}
@media (max-width: 600px) {
  .events-grid { grid-template-columns: 1fr; }
  .event-card-actions { flex-direction: column; align-items: flex-start; }
  .single-event-meta { flex-direction: column; gap: 10px; }
  .event-details-box { padding: 20px; }
}
