:root {
  --ink: #171214;
  --paper: #fffaf4;
  --paper-2: #f6eee5;
  --wine: #7b001c;
  --wine-dark: #4f0012;
  --gold: #b97a3f;
  --gold-light: #e2b77e;
  --muted: #6f6668;
  --line: rgba(123, 0, 28, 0.16);
  --shadow: 0 20px 60px rgba(55, 13, 20, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(185, 122, 63, 0.12), transparent 32rem),
    linear-gradient(180deg, #fffdf9 0%, var(--paper) 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  padding: .75rem 1rem;
  border-radius: 999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(255, 250, 244, 0.9);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.event-brand {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
}

.nav-link {
  color: var(--wine);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.nav-link:hover, .nav-link:focus-visible { border-color: currentColor; }

.hero {
  color: #fff;
  background:
    radial-gradient(circle at 70% 18%, rgba(185, 122, 63, .24), transparent 32rem),
    linear-gradient(135deg, #0d090a 0%, #1b0a0f 58%, #3d0714 100%);
  overflow: hidden;
}

.hero-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7.5rem) 0 clamp(3rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 .9rem;
  color: var(--gold-light);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.7rem, 8vw, 6.6rem);
  line-height: .93;
  letter-spacing: -.035em;
}

.hero-lead {
  max-width: 650px;
  margin: 1.4rem 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.event-facts {
  margin: 2rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  list-style: none;
}
.event-facts li {
  border: 1px solid rgba(226, 183, 126, .38);
  background: rgba(255,255,255,.06);
  border-radius: 999px;
  padding: .65rem .95rem;
  font-weight: 700;
}

.hero-logo-card {
  border: 1px solid rgba(226, 183, 126, .27);
  border-radius: 30px;
  background: rgba(0,0,0,.28);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
  padding: clamp(1.2rem, 3vw, 2.4rem);
  transform: rotate(1deg);
}
.hero-logo-card img {
  width: 100%;
  border-radius: 14px;
}

.section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.section-kicker {
  margin: 0 0 .55rem;
  color: var(--wine);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  max-width: 850px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.section-intro {
  max-width: 760px;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.event-intro { padding-bottom: clamp(3rem, 6vw, 5.5rem); }

.sponsor-section {
  background: linear-gradient(180deg, rgba(123,0,28,.035), rgba(185,122,63,.06));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: 2.3rem;
}

.poster-card {
  min-width: 0;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.poster-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 65px rgba(55, 13, 20, .16);
}

.poster-link {
  display: block;
  text-decoration: none;
}

.poster-frame {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(23,18,20,.08);
}

.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.poster-meta {
  padding: 1.15rem;
  display: grid;
  gap: .9rem;
}

.poster-meta h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 46px;
  padding: .72rem 1rem;
  border-radius: 999px;
  background: var(--wine);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid var(--wine);
}
.button:hover, .button:focus-visible { background: var(--wine-dark); }
.button.secondary {
  background: transparent;
  color: var(--wine);
}
.button.secondary:hover, .button.secondary:focus-visible { background: rgba(123,0,28,.06); }

.empty-state {
  margin-top: 2.3rem;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  border: 1px dashed rgba(123,0,28,.28);
  border-radius: var(--radius);
  background: rgba(255,255,255,.68);
}
.empty-state h3 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.7rem;
}
.empty-state p {
  max-width: 620px;
  margin: .7rem auto 0;
  color: var(--muted);
}

.site-footer {
  padding: 2.4rem 1rem;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--line);
}
.site-footer p { margin: .25rem 0; }

@media (max-width: 850px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-logo-card { max-width: 660px; transform: none; }
  .poster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .nav-wrap { min-height: 60px; }
  .event-brand { font-size: .94rem; }
  .hero-inner, .section { width: min(100% - 1.25rem, 1120px); }
  .event-facts { display: grid; }
  .event-facts li { border-radius: 14px; }
  .poster-grid { grid-template-columns: 1fr; }
  .poster-meta { padding: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.no-link-note {
  margin: 0;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .72rem 1rem;
  border: 1px solid rgba(123,0,28,.16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(123,0,28,.035);
  text-align: center;
  font-size: .92rem;
  font-weight: 700;
}
