@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Oswald:wght@400;600&display=swap");

:root {
  color-scheme: dark;
  --bg: #0f0c08;
  --bg-2: #1d140a;
  --gold: #d8b56a;
  --gold-soft: rgba(216, 181, 106, 0.2);
  --ink: #f6f0e6;
  --muted: rgba(246, 240, 230, 0.7);
  --card: rgba(22, 16, 10, 0.8);
  --line: rgba(216, 181, 106, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, #312313 0%, var(--bg) 45%, #0a0704 100%);
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.glow {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(216, 181, 106, 0.25), transparent 45%),
    radial-gradient(circle at 80% 0%, rgba(255, 230, 180, 0.18), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(216, 181, 106, 0.2), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.app {
  position: relative;
  z-index: 1;
  padding: 24px 18px 40px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.hero {
  text-align: center;
  padding: 28px 18px 32px;
  background: linear-gradient(145deg, rgba(26, 18, 11, 0.9), rgba(14, 10, 7, 0.95));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  animation: rise 0.9s ease both;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--gold);
  font-family: "Oswald", sans-serif;
}

h1 {
  margin: 16px 0 6px;
  font-size: clamp(2.3rem, 6vw, 3.4rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.year {
  font-size: clamp(3.5rem, 14vw, 6.2rem);
  color: var(--gold);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.15em;
  margin: 6px 0 10px;
}

.meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 10px;
}

.lead {
  font-size: 1.1rem;
  margin: 0 auto 20px;
  max-width: 420px;
}

.cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.program-cta {
  margin-top: 18px;
}

.btn,
.ghost {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 999px;
  width: 100%;
  max-width: 280px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.btn {
  background: linear-gradient(135deg, #d8b56a, #f1d18d);
  color: #201308;
  box-shadow: 0 12px 24px rgba(216, 181, 106, 0.35);
}

.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  backdrop-filter: blur(6px);
  animation: fade 0.8s ease both;
}

.card h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
}

.section-sub {
  color: var(--muted);
  margin: 0 0 16px;
}

.grid {
  display: grid;
  gap: 12px;
}

.media .section-sub {
  margin-bottom: 18px;
}

.media-grid {
  display: grid;
  gap: 16px;
}

.poster,
.video {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--gold-soft);
  background: rgba(10, 7, 4, 0.8);
}

.poster-link {
  display: block;
}

.poster-link img {
  display: block;
  width: 100%;
  height: auto;
}

.poster-link:focus-visible,
.poster-link:hover {
  outline: 2px solid rgba(216, 181, 106, 0.6);
  outline-offset: -2px;
}

.poster img {
  width: 100%;
  display: block;
  height: auto;
}

.video video {
  width: 100%;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.tile {
  padding: 12px 14px;
  border: 1px solid var(--gold-soft);
  border-radius: 18px;
  background: rgba(15, 11, 7, 0.7);
  animation: rise 0.8s ease both;
}

.tile:nth-child(odd) {
  animation-delay: 0.08s;
}

.tile:nth-child(even) {
  animation-delay: 0.16s;
}

.highlight {
  display: grid;
  gap: 18px;
  background: linear-gradient(150deg, rgba(39, 27, 16, 0.9), rgba(20, 14, 9, 0.95));
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badges span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216, 181, 106, 0.15);
  border: 1px solid var(--line);
  font-size: 0.95rem;
}

.info {
  display: grid;
  gap: 16px;
}

.info h3 {
  margin: 0 0 6px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.booking {
  border: none;
  padding: 0;
  background: transparent;
}

.booking::backdrop {
  background: rgba(5, 4, 3, 0.75);
}

.booking-card {
  background: linear-gradient(140deg, rgba(26, 18, 11, 0.96), rgba(12, 9, 6, 0.98));
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 22px;
  color: var(--ink);
  width: min(92vw, 440px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
}

.booking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.booking-head h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.close {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 999px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.booking-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.booking-form label {
  display: grid;
  gap: 6px;
  font-size: 1rem;
}

.booking-form input,
.booking-form select {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(216, 181, 106, 0.35);
  background: rgba(8, 6, 4, 0.7);
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
}

.booking-form input:focus,
.booking-form select:focus {
  outline: 2px solid rgba(216, 181, 106, 0.5);
  outline-offset: 1px;
}

.booking-form .group {
  display: grid;
  gap: 8px;
}

.booking-form .group span {
  font-size: 1rem;
}

.booking-form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-form .submit {
  max-width: none;
  width: 100%;
}

.booking-form .hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.booking-form .success {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(90, 200, 130, 0.5);
  background: rgba(90, 200, 130, 0.15);
  color: #e9ffe8;
  font-size: 0.95rem;
  text-align: center;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.booking-form .success.visible {
  opacity: 1;
  transform: translateY(0);
}


@media (min-width: 720px) {
  .app {
    max-width: 840px;
    margin: 0 auto;
    padding: 40px 24px 60px;
  }

  .cta-row {
    flex-direction: row;
    justify-content: center;
  }

  .btn,
  .ghost {
    width: auto;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
