:root {
  --ink: #f7f3ff;
  --muted: #c9bfda;
  --purple: #1b0733;
  --purple-2: #32105a;
  --card: #2a1049;
  --orange: #ff6b19;
  --orange-2: #ff9a3d;
  --line: rgba(255,255,255,.16);
  --shadow: 0 18px 55px rgba(7, 0, 18, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(255,107,25,.16), transparent 24rem),
    linear-gradient(180deg, #16042b 0%, #240743 55%, #16042b 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img, video { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(18, 3, 36, .87);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 72px; height: 72px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { text-decoration: none; font-weight: 750; font-size: .94rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--orange-2); }
.nav-toggle { display: none; background: transparent; border: 1px solid var(--line); color: white; border-radius: 10px; padding: 9px 12px; font-weight: 800; }

.hero { min-height: 78vh; position: relative; display: grid; align-items: end; overflow: hidden; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .52; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,4,43,.96) 0%, rgba(22,4,43,.68) 52%, rgba(22,4,43,.44)), linear-gradient(0deg, #16042b 0%, transparent 42%); }
.hero-content { position: relative; z-index: 1; padding-block: 110px 92px; }
.eyebrow { color: var(--orange-2); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 900; }
h1 { max-width: 820px; margin: 12px 0 20px; font-size: clamp(3rem, 8vw, 6.4rem); line-height: .93; letter-spacing: -.055em; }
.hero p { max-width: 650px; margin: 0; color: #eee7f7; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--orange); text-decoration: none; font-weight: 900; box-shadow: 0 10px 32px rgba(255,107,25,.25); }
.button.secondary { background: rgba(255,255,255,.08); border: 1px solid var(--line); box-shadow: none; }
.button:hover { transform: translateY(-2px); }

.section { padding-block: 90px; }
.section.alt { background: rgba(255,255,255,.025); border-block: 1px solid rgba(255,255,255,.07); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
h2 { margin: 5px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.04em; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.preview-grid, .event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.preview-card, .event-card { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(62,25,98,.97), rgba(36,12,67,.98)); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.preview-card { min-height: 280px; padding: 28px; display: flex; flex-direction: column; justify-content: end; }
.preview-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 92% 5%, rgba(255,107,25,.32), transparent 45%); }
.preview-card > * { position: relative; }
.date-pill { width: max-content; margin-bottom: 14px; padding: 6px 10px; border-radius: 8px; background: var(--orange); color: white; font-weight: 900; font-size: .8rem; letter-spacing: .04em; }
.preview-card h3, .event-card h3 { margin: 0 0 8px; font-size: 1.45rem; line-height: 1.08; }
.preview-card p, .event-card p { margin: 0; color: var(--muted); }

.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.about-media { aspect-ratio: 4/3; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.facts { display: grid; gap: 12px; margin-top: 28px; }
.fact { padding: 14px 16px; background: rgba(255,255,255,.06); border-left: 3px solid var(--orange); border-radius: 0 12px 12px 0; }

.program-hero { padding-block: 90px 46px; background: radial-gradient(circle at 80% 20%, rgba(255,107,25,.25), transparent 32rem); }
.program-hero h1 { font-size: clamp(3.2rem, 8vw, 6rem); }
.program-hero .lead { margin: 0; }
.month-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.month-nav a { padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; font-weight: 800; background: rgba(255,255,255,.05); }
.month-nav a:hover { background: var(--orange); border-color: var(--orange); }
.month { scroll-margin-top: 110px; padding-block: 54px; }
.month + .month { border-top: 1px solid var(--line); }
.month-title { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.month-title h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.month-title::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.event-card { padding: 24px; display: flex; flex-direction: column; min-height: 315px; }
.event-card .meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0; }
.tag { padding: 5px 8px; border-radius: 7px; background: rgba(255,255,255,.08); color: #eee7f7; font-size: .76rem; font-weight: 800; }
.event-card .spacer { flex: 1; }
.event-card .info { margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); color: white; font-size: .88rem; font-weight: 850; }
.event-card.featured { border-color: rgba(255,107,25,.7); }
.event-card.featured::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; top: -70px; right: -55px; background: var(--orange); filter: blur(2px); opacity: .28; }

.site-footer { padding-block: 54px; background: #0e021c; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; }
.footer-logo { width: 90px; margin-bottom: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.small { color: var(--muted); font-size: .9rem; }

@media (max-width: 900px) {
  .preview-grid, .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; border-radius: 16px; background: #1b0733; border: 1px solid var(--line); }
  .nav.open { display: flex; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .hero { min-height: 690px; }
  .hero-content { padding-block: 92px 70px; }
  .section { padding-block: 68px; }
  .preview-grid, .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 0; }
  .section-head, .footer-grid { display: block; }
  .section-head .button { margin-top: 18px; }
  .footer-links { margin-top: 22px; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .preview-card, .event-card { transition: transform .24s ease, border-color .24s ease; }
  .preview-card:hover, .event-card:hover { transform: translateY(-5px); border-color: rgba(255,154,61,.65); }
}
