/* Events Page */

body.amr-events {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

body.amr-events * { box-sizing: border-box; }

body.amr-events h1,
body.amr-events h2,
body.amr-events h3 {
  font-family: 'Playfair Display', serif;
}

body.amr-events section,
body.amr-events .lp-footer,
body.amr-events .announcement-bar,
body.amr-events .site-header {
  max-width: 100%;
  width: 100%;
}

/* ── HERO ── */
.ev-hero {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(212,168,67,0.12), transparent 55%),
    radial-gradient(ellipse at 90% 100%, rgba(74,142,196,0.18), transparent 60%),
    linear-gradient(180deg, var(--blue-deep) 0%, var(--blue-dark) 100%);
  color: var(--white);
  text-align: center;
  padding: 5rem 1.5rem 5.5rem;
  position: relative;
  overflow: hidden;
}

.ev-hero::before,
.ev-hero::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 10%;
  right: 10%;
  background: linear-gradient(90deg, transparent, rgba(240,217,138,0.35), transparent);
}
.ev-hero::before { top: 1.5rem; }
.ev-hero::after { bottom: 1.5rem; }

.ev-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

.ev-hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid rgba(240,217,138,0.4);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 1.75rem;
}

.ev-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 1.5rem;
  color: var(--white);
}

.ev-hero-script {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-light);
  font-size: 0.7em;
}

.ev-hero-sub {
  color: rgba(255,255,255,0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.ev-hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 auto 2.5rem;
  max-width: 720px;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 1.5rem 0;
}

.ev-hero-stat {
  flex: 1 1 0;
  min-width: 140px;
  padding: 0 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ev-hero-stat + .ev-hero-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: rgba(255,255,255,0.12);
}

.ev-hero-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
}

.ev-hero-stat .lbl {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* ── INTRO ── */
.ev-intro {
  background: var(--white);
  padding: 5rem 1.5rem 4.5rem;
  text-align: center;
}

.ev-intro-inner {
  max-width: 720px;
  margin: 0 auto;
}

.ev-intro h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--blue-deep);
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.ev-intro p {
  color: var(--text-mid);
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 0 0 1.25rem;
}

.ev-intro p:last-child { margin-bottom: 0; }

/* ── CALENDAR / MONTH SECTIONS ── */
.ev-calendar {
  padding: 4rem 1.5rem 5rem;
  background: var(--cream);
}

.ev-month {
  max-width: 1100px;
  margin: 0 auto 5rem;
}

.ev-month:last-child { margin-bottom: 0; }

.ev-month-header {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.ev-month-marker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ev-month-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: -0.02em;
  line-height: 1;
}

.ev-month-rule {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.ev-month-title { padding-left: 0; }

.ev-month-caption {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-mid);
  margin-bottom: 0.4rem;
}

.ev-month-title h2 {
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  color: var(--blue-deep);
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
}

.ev-month-year {
  color: var(--text-light);
  font-style: italic;
  font-weight: 400;
  font-size: 0.65em;
  margin-left: 0.4rem;
}

/* ── EVENT LIST ── */
.ev-list {
  display: grid;
  gap: 1.25rem;
}

.ev-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(26,46,74,0.05);
  border: 1px solid rgba(26,46,74,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ev-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(26,46,74,0.1);
}

.ev-card-date {
  background: linear-gradient(160deg, var(--blue-pale) 0%, #f3eee2 100%);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  position: relative;
  border-right: 1px solid rgba(26,46,74,0.06);
}

.ev-card-date-month {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-mid);
}

.ev-card-date-range {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--blue-deep);
  line-height: 1.15;
}

.ev-card-tag {
  display: inline-block;
  width: fit-content;
  background: var(--blue-deep);
  color: var(--gold-light);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border-radius: 50px;
  margin-top: 0.6rem;
}

.ev-card.is-holiday .ev-card-date {
  background: linear-gradient(160deg, #fff1d4 0%, #fde6b6 100%);
}

.ev-card.is-holiday .ev-card-tag {
  background: var(--gold);
  color: var(--blue-deep);
}

.ev-card.is-holiday::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
}

.ev-card { position: relative; }
.ev-card.is-holiday {
  border-left: 4px solid var(--gold);
}

.ev-card-body {
  padding: 1.6rem 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.ev-card-body h3 {
  font-size: 1.55rem;
  color: var(--blue-deep);
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}

.ev-card-body p {
  margin: 0;
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.65;
}

.ev-card-activities {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ev-card-activities li {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-dark);
  background: var(--cream-dark);
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
  border: 1px solid rgba(26,46,74,0.08);
  letter-spacing: 0.01em;
}

.ev-card.is-holiday .ev-card-activities li {
  background: #fff5dd;
  border-color: rgba(212,168,67,0.35);
  color: var(--brown);
}

/* ── CTA ── */
.ev-cta {
  background: linear-gradient(180deg, var(--blue-deep) 0%, var(--blue-dark) 100%);
  color: var(--white);
  padding: 5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ev-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--gold);
}

.ev-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.ev-cta .section-label {
  color: var(--gold-light);
}

.ev-cta h2 {
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  color: var(--white);
  margin: 0.5rem 0 1.25rem;
  line-height: 1.2;
}

.ev-cta p {
  color: rgba(255,255,255,0.75);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0 auto 2rem;
  max-width: 580px;
}

.ev-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.ev-cta-secondary {
  color: var(--gold-light);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(240,217,138,0.4);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.ev-cta-secondary:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

.ev-cta-note {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  margin: 0 auto;
  max-width: 480px;
  line-height: 1.6;
}

/* ── REVEAL ANIMATION ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ev-month-header {
    grid-template-columns: 90px 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }

  .ev-month-num { font-size: 2rem; }

  .ev-card {
    grid-template-columns: 180px 1fr;
  }

  .ev-card-date-range { font-size: 1.25rem; }
}

@media (max-width: 680px) {
  .ev-hero { padding: 3.5rem 1.25rem 4rem; }

  .ev-hero-stats {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 0;
  }

  .ev-hero-stat + .ev-hero-stat::before {
    display: none;
  }

  .ev-hero-stat + .ev-hero-stat {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.25rem;
  }

  .ev-intro { padding: 3.5rem 1.25rem 3rem; }
  .ev-calendar { padding: 3rem 1.25rem 3.5rem; }
  .ev-month { margin-bottom: 3.5rem; }

  .ev-month-header {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .ev-month-marker {
    width: 100%;
  }

  .ev-card {
    grid-template-columns: 1fr;
  }

  .ev-card-date {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.9rem;
    padding: 1rem 1.25rem;
    border-right: none;
    border-bottom: 1px solid rgba(26,46,74,0.06);
  }

  .ev-card-date-month {
    order: 1;
  }

  .ev-card-date-range {
    order: 2;
    font-size: 1.1rem;
  }

  .ev-card-tag {
    order: 3;
    margin-top: 0;
  }

  .ev-card-body {
    padding: 1.25rem 1.4rem 1.5rem;
  }

  .ev-card-body h3 { font-size: 1.3rem; }

  .ev-cta { padding: 3.5rem 1.25rem; }

  .ev-cta-actions {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 420px) {
  .ev-hero h1 { font-size: 2.1rem; }
  .ev-hero-eyebrow { font-size: 0.7rem; padding: 0.35rem 1rem; }
  .ev-intro h2 { font-size: 1.7rem; }
  .ev-month-title h2 { font-size: 1.85rem; }
  .ev-cta h2 { font-size: 1.7rem; }
}
