.event-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(140, 129, 48, 0.22), transparent 24%),
    radial-gradient(circle at 12% 62%, rgba(88, 83, 35, 0.17), transparent 30%),
    linear-gradient(145deg, #050505 0%, #11110c 55%, #181811 100%);
}

.event-main { gap: 24px; }

.event-hero,
.event-section,
.rsvp-section {
  width: min(100%, 1120px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: rgba(15, 15, 15, 0.68);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
}

.event-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(34px, 6vw, 72px);
  padding: clamp(28px, 6vw, 58px);
  align-items: center;
  overflow: hidden;
}

.back-link {
  display: inline-flex;
  margin-bottom: 36px;
  color: rgba(230, 230, 230, 0.58);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible { color: var(--white); }

.event-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.3rem, 6.4vw, 5.2rem);
}

.event-lede {
  max-width: 40rem;
  margin: 26px 0 0;
  color: rgba(230, 230, 230, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
}

.event-facts > div {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.event-facts .event-location { grid-column: 1 / -1; }

.event-facts dt {
  margin-bottom: 5px;
  color: var(--olive);
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-facts dd {
  margin: 0;
  color: var(--white);
  font-weight: 700;
  line-height: 1.45;
}

.event-facts dd a { color: inherit; text-decoration: none; }
.event-facts dd a:hover,
.event-facts dd a:focus-visible { text-decoration: underline; text-decoration-color: var(--olive); text-underline-offset: 4px; }
.event-facts dd span { color: rgba(230, 230, 230, 0.58); font-size: 0.9rem; font-weight: 400; }

.hero-actions {
  display: flex;
  margin-top: 26px;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.primary-action { color: var(--iron); background: var(--olive); }
.primary-action:hover,
.primary-action:focus-visible { background: #a0963f; }
.secondary-action { border: 1px solid rgba(255, 255, 255, 0.14); color: var(--white); background: rgba(255, 255, 255, 0.045); }
.secondary-action:hover,
.secondary-action:focus-visible { border-color: rgba(140, 129, 48, 0.66); }
.hero-note { margin: 15px 0 0; color: rgba(230, 230, 230, 0.52); font-size: 0.84rem; }

.event-flyer {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  transform: rotate(1.1deg);
}

.event-flyer::before {
  position: absolute;
  z-index: -1;
  inset: 20px -22px -24px 24px;
  border-radius: inherit;
  background: rgba(140, 129, 48, 0.18);
  content: "";
  transform: rotate(-2.2deg);
}

.event-flyer img { display: block; width: 100%; height: auto; border-radius: 13px; }
.event-flyer figcaption { padding: 12px 8px 3px; color: rgba(230, 230, 230, 0.48); font-size: 0.78rem; text-align: center; }

.event-section { padding: clamp(34px, 6vw, 70px); }

.workout-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 92px);
  background: linear-gradient(130deg, rgba(140, 129, 48, 0.18), transparent 42%), rgba(15, 15, 15, 0.66);
}

.workout-number strong {
  display: block;
  color: var(--olive);
  font-family: "Oswald", sans-serif;
  font-size: clamp(5.8rem, 12vw, 9rem);
  letter-spacing: -0.06em;
  line-height: 0.86;
}

.workout-number > span {
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  text-transform: uppercase;
}

.workout-copy h2,
.rsvp-heading h2 {
  margin: 0;
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.15rem, 4.6vw, 3.8rem);
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.workout-list { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.workout-list li {
  display: flex;
  padding: 15px 0;
  align-items: baseline;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.workout-list li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.workout-list li strong { min-width: 70px; color: var(--olive); font-size: 1.28em; }
.scale-note { margin: 22px 0 0; padding: 18px; border-radius: 16px; color: rgba(230, 230, 230, 0.66); background: rgba(255, 255, 255, 0.045); line-height: 1.6; }
.scale-note strong { color: var(--white); }

.details-section { background: rgba(15, 15, 15, 0.54); }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.detail-grid article { padding: 24px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 18px; background: rgba(255, 255, 255, 0.035); }
.detail-grid article > span { color: var(--olive); font-family: "Oswald", sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; }
.detail-grid h3 { margin: 22px 0 0; color: var(--white); font-family: "Oswald", sans-serif; font-size: 1.25rem; text-transform: uppercase; }
.detail-grid p { margin: 9px 0 0; color: rgba(230, 230, 230, 0.62); line-height: 1.6; }

.rsvp-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(34px, 5vw, 58px);
  align-items: start;
  background: radial-gradient(circle at 0 0, rgba(140, 129, 48, 0.2), transparent 38%), rgba(15, 15, 15, 0.72);
}

.rsvp-heading { position: sticky; top: 110px; }
.rsvp-heading > p:not(.eyebrow) { margin: 22px 0 0; color: rgba(230, 230, 230, 0.66); line-height: 1.7; }
.open-form-link { display: inline-flex; margin-top: 24px; color: var(--white); font-weight: 700; text-decoration: none; }
.open-form-link:hover,
.open-form-link:focus-visible { color: #aaa143; }

.google-form-shell { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 22px; background: #f4f3ed; }
.google-form-shell iframe { display: block; width: 100%; height: 2320px; border: 0; background: #f4f3ed; }

.event-faq { background: rgba(15, 15, 15, 0.54); }
.event-footer { grid-template-columns: 1fr auto; min-height: 70px; }
.footer-brand img { display: block; width: 168px; height: auto; }
.event-footer .social-links { justify-self: end; }

@media (max-width: 940px) {
  .event-hero,
  .workout-section,
  .rsvp-section { grid-template-columns: 1fr; }
  .event-flyer { width: min(100%, 640px); margin-right: auto; margin-left: auto; transform: none; }
  .rsvp-heading { position: static; }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .event-main { padding-top: 12px; }
  .event-hero,
  .event-section,
  .rsvp-section { border-radius: 22px; }
  .event-hero-copy { text-align: left; }
  .event-hero h1 { margin-left: 0; }
  .back-link { margin-bottom: 28px; }
  .workout-section { gap: 32px; }
  .event-footer { grid-template-columns: 1fr; }
  .event-footer .social-links { justify-self: center; }
  .google-form-shell iframe { height: 2440px; }
}

@media (max-width: 560px) {
  .event-facts { grid-template-columns: 1fr; }
  .event-facts .event-location { grid-column: auto; }
  .event-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { display: grid; }
  .primary-action,
  .secondary-action { width: 100%; }
  .workout-list li { gap: 8px; }
  .workout-list li strong { min-width: 58px; }
  .rsvp-section { padding-right: 12px; padding-left: 12px; }
  .rsvp-heading { padding: 18px 10px 0; }
  .google-form-shell { border-radius: 16px; }
}