:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #111111;
  --panel-soft: #171717;
  --text: #f4f4f0;
  --muted: #b7b7b0;
  --dim: #7a7a74;
  --red: #e50914;
  --red-dark: #9f0710;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
h2 {
  scroll-margin-top: 94px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), #050505 80%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018),
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 4px
    );
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 44px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
}

.brand,
.nav-links,
.series-label,
.meta-row,
.button,
.eyebrow,
.label,
.episode-number {
  font-weight: 800;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
}

.brand-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 3px;
  background: var(--red);
  color: white;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.brand-mark.small {
  width: 24px;
  height: 24px;
  font-size: 1.25rem;
}

.nav-links {
  display: flex;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff;
}

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 112px 44px 104px;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 210px;
  content: "";
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), var(--bg));
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #050505;
}

.hero-backdrop::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.94) 32%, rgba(5, 5, 5, 0.26) 66%, rgba(5, 5, 5, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), #050505 100%);
}

.hero-backdrop img {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(58vw, 780px);
  height: min(94vh, 860px);
  max-width: none;
  transform: translateY(-45%);
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.94) contrast(1.06);
  opacity: 0.98;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(760px, 100%);
}

.series-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
}

.title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.13em;
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 11rem;
  line-height: 0.78;
  text-transform: uppercase;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);
}

.title-accent {
  color: var(--red);
}

.title-logo {
  display: block;
  width: clamp(260px, 62vw, 680px);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, 0.55));
}

.subtitle {
  margin: 20px 0 22px;
  color: var(--red);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
}

.meta-row span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.06);
}

.birthday-guys {
  display: grid;
  gap: 3px;
  max-width: 650px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  text-transform: uppercase;
}

.birthday-guys span {
  color: var(--red);
  font-size: 0.8rem;
}

.birthday-guys strong {
  display: block;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  line-height: 0.92;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.48);
}

.hero-copy {
  max-width: 610px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.32rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 6px;
  padding: 14px 24px;
  cursor: pointer;
  font-size: 0.96rem;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: #fff;
  color: #050505;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  background: rgba(109, 109, 110, 0.72);
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(145, 145, 145, 0.78);
}

.content-band,
.content-section {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -58px;
}

.quick-info article,
.detail-card,
.cast-card,
.episode-card,
.rsvp-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.88);
  box-shadow: var(--shadow);
}

.quick-info article {
  min-height: 108px;
  padding: 18px;
}

.quick-info strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.1rem;
  line-height: 0.9;
}

.content-section {
  padding: 56px 0 0;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading.compact {
  margin-bottom: 16px;
}

.eyebrow,
.label {
  color: var(--red);
  font-size: 0.78rem;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
}

.artwork-section {
  width: min(100% - 48px, 1380px);
}

.netflix-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 12px;
}

.title-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 6px;
  background: #151515;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.48);
  isolation: isolate;
  transform-origin: center bottom;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.title-card:hover,
.title-card:focus-within {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.7);
}

.title-card::after {
  position: absolute;
  inset: 45% 0 0;
  z-index: 2;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88));
}

.title-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rank {
  position: absolute;
  right: 12px;
  bottom: 8px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 9rem;
  line-height: 0.72;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.35),
    1px -1px 0 rgba(255, 255, 255, 0.35),
    -1px 1px 0 rgba(255, 255, 255, 0.35),
    1px 1px 0 rgba(255, 255, 255, 0.35);
}

.card-overlay {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.title-card:hover .card-overlay,
.title-card:focus-within .card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.card-overlay span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-overlay h3 {
  margin-top: 5px;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.8rem;
  line-height: 0.92;
  text-transform: uppercase;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.event-grid .section-heading {
  grid-column: 1 / -1;
}

.detail-card {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
}

.detail-card strong {
  display: block;
  margin: 14px 0 10px;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.3rem;
  line-height: 0.95;
}

.detail-card span:last-child {
  color: var(--muted);
  line-height: 1.45;
}

.date-card {
  border-color: rgba(229, 9, 20, 0.48);
}

.cast-feature {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  align-items: stretch;
}

.cast-copy {
  align-self: center;
  margin: 0;
}

.cast-copy p {
  margin: 16px 0 24px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.cast-names {
  display: grid;
  gap: 10px;
}

.cast-names span {
  border-left: 4px solid var(--red);
  padding-left: 12px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.cast-visual {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: var(--shadow);
}

.cast-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.cast-card {
  overflow: hidden;
  background: var(--panel);
}

.photo-placeholder {
  display: grid;
  aspect-ratio: 4 / 5;
  place-items: end start;
  padding: 18px;
  background:
    linear-gradient(160deg, rgba(229, 9, 20, 0.62), rgba(17, 17, 17, 0.2) 42%),
    linear-gradient(180deg, #262626, #0a0a0a);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-transform: uppercase;
}

.cast-card h3,
.cast-card p {
  padding-right: 18px;
  padding-left: 18px;
}

.cast-card h3 {
  margin-top: 18px;
  color: #fff;
}

.cast-card p {
  margin: 9px 0 20px;
  color: var(--muted);
  line-height: 1.45;
}

.poster-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.episode-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.26), rgba(229, 9, 20, 0) 34%),
    var(--panel-soft);
}

.image-episode {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.88)),
    var(--episode-image) center 28% / cover;
}

.image-episode h3,
.image-episode p,
.image-episode .episode-number {
  position: relative;
  z-index: 2;
}

.episode-number {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.8rem;
}

.episode-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.bring-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bring-grid div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.bring-grid div::before {
  margin-right: 10px;
  color: var(--red);
  content: "\2713";
}

.rsvp-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 72px;
}

.rsvp-copy h2 {
  margin-bottom: 16px;
  font-size: 3rem;
}

.rsvp-copy p {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.countdown {
  display: inline-flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 22px;
  border-left: 5px solid var(--red);
  padding-left: 18px;
}

.countdown-unit {
  display: grid;
  gap: 4px;
  min-width: 58px;
}

.countdown-unit strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 5rem;
  line-height: 0.85;
}

.countdown-unit small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.rsvp-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
}

.rsvp-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 800;
}

.rsvp-form .sms-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.sms-consent input {
  flex: 0 0 auto;
  width: auto;
  margin-top: 2px;
  accent-color: var(--red);
}

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  padding: 13px 14px;
}

.rsvp-form .sms-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
}

.rsvp-form textarea {
  resize: vertical;
}

.rsvp-form input:focus,
.rsvp-form select:focus,
.rsvp-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.2);
}

.full-row,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.form-status.success {
  color: #fff;
}

.form-status.error {
  color: #ffb4b4;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 24px 38px;
  color: var(--dim);
  text-align: center;
}

.site-footer p {
  margin: 6px auto;
}

.site-footer p:first-child {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.confirmed-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 74% 16%, rgba(229, 9, 20, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    var(--bg);
}

.confirmed-card {
  width: min(100%, 560px);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: rgba(17, 17, 17, 0.92);
  box-shadow: var(--shadow);
}

.confirmed-card .brand {
  margin-bottom: 22px;
}

.confirmed-card h1 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4.2rem, 18vw, 8rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.confirmed-card .countdown {
  margin-bottom: 22px;
}

.confirmed-card .countdown-unit strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 5rem;
  line-height: 0.8;
}

.confirmed-card .countdown-unit small {
  color: var(--muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.thanks {
  margin: 16px 0 24px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.confirmed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.confirmed-tile,
.confirmed-bring {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.confirmed-tile {
  min-height: 92px;
  padding: 15px;
}

.address-tile {
  grid-column: 1 / -1;
}

.confirmed-tile span,
.bring-title {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.confirmed-tile strong {
  display: block;
  margin-top: 8px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}

.address {
  margin-top: 8px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.confirmed-bring {
  padding: 16px;
}

.confirmed-bring ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.confirmed-bring li::before {
  margin-right: 9px;
  color: var(--red);
  content: "\2713";
}

.confirmed-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.confirmed-actions .button {
  background: #fff;
  color: #050505;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.confirmed-actions .button.secondary {
  background: rgba(109, 109, 110, 0.72);
  color: #fff;
}

.confirmed-actions [hidden] {
  display: none;
}

.fine-print {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .hero {
    min-height: 660px;
  }

  .hero-backdrop img {
    right: -6%;
    width: 640px;
    height: 780px;
  }

  .title {
    font-size: 9rem;
  }

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

  .cast-feature,
  .rsvp-section {
    grid-template-columns: 1fr;
  }

  .cast-visual {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 16px 20px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 760px;
    align-items: end;
    padding: 230px 24px 96px;
  }

  /* Nudge the logo + text down so they cover the faces less on mobile. */
  .hero-content {
    transform: translateY(30px);
  }

  .hero-backdrop img {
    top: 0;
    right: -122px;
    width: 610px;
    height: 720px;
    transform: none;
    object-position: center top;
    opacity: 0.74;
  }

  .hero-backdrop::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.8) 0%, rgba(5, 5, 5, 0.34) 62%, rgba(5, 5, 5, 0.12) 100%),
      linear-gradient(180deg, rgba(5, 5, 5, 0.1) 0%, rgba(5, 5, 5, 0.28) 38%, #050505 88%);
  }

  .title {
    font-size: 6.6rem;
  }

  .subtitle {
    font-size: 1.8rem;
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .button {
    width: 100%;
  }

  .content-band,
  .content-section {
    width: min(100% - 32px, 1180px);
  }

  .quick-info,
  .event-grid,
  .poster-row,
  .bring-grid,
  .rsvp-form {
    grid-template-columns: 1fr;
  }

  .quick-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -76px;
  }

  .quick-info article {
    min-height: 94px;
  }

  .quick-info strong {
    font-size: 1.7rem;
  }

  .artwork-section {
    width: 100%;
  }

  .artwork-section .section-heading {
    width: min(100% - 32px, 1180px);
    margin-right: auto;
    margin-left: auto;
  }

  .netflix-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 16px 18px;
    scroll-snap-type: x proximity;
  }

  .netflix-row::-webkit-scrollbar {
    height: 0;
  }

  .title-card {
    flex: 0 0 212px;
    min-height: 318px;
    scroll-snap-align: start;
  }

  .rank {
    font-size: 7.4rem;
  }

  .cast-visual {
    min-height: 440px;
  }

  .image-episode {
    min-height: 230px;
  }

  .rsvp-copy h2 {
    font-size: 2.35rem;
  }

  .confirmed-page {
    padding: 16px;
  }

  .confirmed-card {
    padding: 22px;
  }

  .confirmed-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .title {
    font-size: 5.1rem;
  }

  .meta-row {
    gap: 8px;
    margin-bottom: 18px;
  }

  .detail-card strong {
    font-size: 2.2rem;
  }

  .quick-info {
    gap: 10px;
  }

  .title-card {
    flex-basis: 188px;
    min-height: 284px;
  }

  .card-overlay h3 {
    font-size: 1.48rem;
  }
}
