:root {
  --ink: #080d18;
  --muted: #5d6470;
  --blue: #1267f5;
  --blue-deep: #0a58de;
  --mist: #f4f7fb;
  --line: rgb(9 17 35 / 10%);
  --panel: #ffffff;
  --max: 1180px;
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-sans);
}

button {
  font: inherit;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #ffb000;
  outline-offset: 4px;
}

.site {
  min-height: 100vh;
  overflow: clip;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgb(10 20 40 / 6%);
  background: rgb(255 255 255 / 84%);
  backdrop-filter: blur(24px) saturate(170%);
}

.header-inner {
  display: grid;
  width: min(1320px, calc(100% - 48px));
  height: 78px;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  margin: auto;
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand-orb,
.back-to-top-orb {
  display: block;
  border: 1px solid rgb(68 26 140 / 22%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 29% 24%, #f1eaff 0 8%, transparent 26%),
    radial-gradient(circle at 34% 28%, #cdb4ff 0%, #8b52f6 38%, #5b24c7 72%, #371079 100%);
  box-shadow:
    inset 1px 1px 0 rgb(255 255 255 / 72%),
    inset -5px -7px 12px rgb(39 5 91 / 28%),
    0 8px 18px rgb(86 36 194 / 24%);
}

.brand-orb {
  width: 34px;
  height: 34px;
}

.desktop-nav {
  display: flex;
  gap: 28px;
}

.desktop-nav a {
  color: #343b47;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--blue);
}

.header-cta {
  justify-self: end;
  padding: 11px 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 680;
  text-decoration: none;
}

.menu-button,
.mobile-menu {
  display: none;
}

.home-hero {
  position: relative;
  isolation: isolate;
  width: min(1390px, calc(100% - 40px));
  min-height: 760px;
  margin: 22px auto 0;
  overflow: hidden;
  border: 1px solid rgb(136 162 203 / 20%);
  border-radius: 52px;
  background:
    radial-gradient(circle at 15% 16%, rgb(255 255 255 / 98%), rgb(255 255 255 / 65%) 44%, transparent 66%),
    linear-gradient(145deg, #f9fbff 0%, #eff5fd 50%, #fff 100%);
  box-shadow: inset 0 1px #fff, 0 30px 90px rgb(41 86 145 / 12%);
}

.hero-picture {
  display: contents;
}

.hero-image {
  position: absolute;
  z-index: -1;
  inset: 0 -2% 0 auto;
  width: 68%;
  height: 84%;
  object-fit: cover;
  object-position: center;
  mask-image: linear-gradient(90deg, transparent 0, #000 31% 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 31% 100%);
}

.hero-copy {
  width: min(560px, 47%);
  padding: 104px 0 190px 8%;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(52px, 5.3vw, 82px);
  font-weight: 740;
  line-height: 0.94;
  letter-spacing: -0.064em;
  text-wrap: balance;
}

.hero-intro {
  max-width: 500px;
  margin: 28px 0 32px;
  color: #424b5b;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.hero-actions,
.group-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.primary-button {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgb(18 103 245 / 24%);
}

.secondary-button {
  border-color: var(--line);
  background: rgb(255 255 255 / 78%);
}

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

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--line);
}

.hero-facts span {
  display: grid;
  gap: 5px;
  padding: 14px;
  color: var(--muted);
  background: rgb(255 255 255 / 88%);
  font-size: 12px;
}

.hero-facts strong {
  color: var(--ink);
  font-size: 13px;
}

.route-dock {
  position: absolute;
  right: 3%;
  bottom: 27px;
  left: 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: 28px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 20px 54px rgb(34 75 126 / 16%), inset 0 1px #fff;
  backdrop-filter: blur(28px) saturate(170%);
}

.route-dock a {
  display: flex;
  min-height: 106px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgb(18 39 70 / 8%);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.route-dock a:last-child {
  border-right: 0;
}

.route-dock a:hover,
.route-dock a:focus-visible {
  background: rgb(18 103 245 / 7%);
}

.route-dock span,
.card-number {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgb(18 103 245 / 22%);
  border-radius: 50%;
  color: var(--blue);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.06em;
}

.status-strip,
.age-notice {
  padding: 23px 24px;
  color: #fff;
  background: var(--blue-deep);
}

.status-strip p,
.age-notice p {
  width: min(100%, var(--max));
  margin: auto;
  font-size: 14px;
  line-height: 1.6;
}

.status-strip a,
.age-notice a {
  color: #fff;
}

.content-section {
  padding: clamp(78px, 9vw, 124px) 24px;
}

.section-heading,
.venue-grid,
.event-feature,
.event-grid {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}

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

.section-heading h2,
.group-section h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(39px, 5vw, 68px);
  font-weight: 740;
  line-height: 1;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-heading > p:last-child,
.group-section > div > p:last-child {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.venues-section {
  background: #fff;
}

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

.venue-card {
  position: relative;
  display: grid;
  min-height: 190px;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 22px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, #fff, #f4f7fb);
  box-shadow: 0 18px 52px rgb(26 53 90 / 8%);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.venue-card::before {
  position: absolute;
  top: -50px;
  right: -35px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #cdb4ff 0%, #8b52f6 38%, #5b24c7 72%, #371079 100%);
  content: "";
  opacity: 0.16;
}

.venue-card:hover,
.venue-card:focus-visible {
  box-shadow: 0 24px 64px rgb(26 53 90 / 14%);
  transform: translateY(-4px);
}

.venue-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
}

.venue-card h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.04em;
}

.card-arrow {
  color: var(--blue);
  font-size: 28px;
}

.age-notice {
  color: var(--ink);
  background: #f1bf4d;
}

.age-notice a {
  color: var(--ink);
}

.events-section {
  background: var(--mist);
}

.event-feature {
  display: flex;
  min-height: 250px;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgb(205 180 255 / 32%), transparent 34%),
    linear-gradient(135deg, #221820, #151014);
  box-shadow: 0 24px 70px rgb(0 0 0 / 18%);
}

.event-feature h3 {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.05em;
}

.event-feature p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #d9cbd4;
  font-size: 17px;
  line-height: 1.6;
}

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

.event-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  text-decoration: none;
  transition: transform 160ms ease;
}

.event-card:hover,
.event-card:focus-visible {
  transform: translateY(-4px);
}

.event-card span {
  margin-bottom: auto;
  color: var(--blue);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.event-card strong {
  font-size: 20px;
  line-height: 1.1;
}

.event-card small {
  color: var(--muted);
  font-size: 13px;
}

.group-section {
  display: grid;
  width: min(calc(100% - 48px), var(--max));
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 48px;
  margin: clamp(78px, 9vw, 124px) auto;
  padding: clamp(42px, 6vw, 72px);
  border: 1px solid rgb(136 162 203 / 24%);
  border-radius: 42px;
  background: linear-gradient(135deg, #f8f4ff 0%, #f5f9ff 100%);
  box-shadow: 0 26px 72px rgb(44 71 116 / 12%);
}

.group-actions {
  justify-content: flex-end;
}

.newsletter-section {
  display: grid;
  width: min(calc(100% - 48px), var(--max));
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
  margin: clamp(78px, 9vw, 124px) auto;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 42px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 26px 72px rgb(8 13 24 / 18%);
}

.newsletter-section h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(39px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.newsletter-section > div > p:last-child {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 72%);
  font-size: 17px;
  line-height: 1.65;
}

.hero-signup {
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 28px;
  background: rgb(255 255 255 / 8%);
}

.hero-signup > label:first-child {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 690;
}

.hero-signup-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.hero-signup-row input {
  min-width: 0;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
}

.hero-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 18px;
  color: rgb(255 255 255 / 78%);
  font-size: 13px;
}

.hero-consent input {
  accent-color: var(--blue);
}

.hero-form-note {
  margin: 16px 0 0;
  color: rgb(255 255 255 / 64%);
  font-size: 12px;
  line-height: 1.5;
}

.text-link {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f8fafc;
}

.footer-inner {
  display: grid;
  width: min(1320px, calc(100% - 48px));
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin: auto;
  padding: 68px 0 38px;
}

.footer-brand {
  font-size: 18px;
  font-weight: 740;
}

.footer-inner p {
  max-width: 300px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 5px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom {
  width: min(1320px, calc(100% - 48px));
  margin: auto;
  padding: 22px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.back-to-top {
  position: fixed;
  z-index: 45;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgb(255 255 255 / 75%);
  border-radius: 999px;
  color: var(--ink);
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 16px 42px rgb(20 45 80 / 22%);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease;
  backdrop-filter: blur(18px);
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top-orb {
  width: 30px;
  height: 30px;
}

.back-to-top > span:last-child {
  font-size: 12px;
  font-weight: 760;
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    background: rgb(255 255 255 / 78%);
  }

  .menu-button span {
    display: block;
    width: 16px;
    height: 2px;
    margin: 2px 0;
    background: currentColor;
  }

  .mobile-menu {
    width: calc(100% - 32px);
    margin: 0 auto 14px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 46px rgb(26 53 90 / 14%);
  }

  .mobile-menu.open {
    display: grid;
  }

  .mobile-menu a {
    padding: 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 680;
    text-decoration: none;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    background: var(--mist);
  }

  .hero-copy {
    width: 58%;
    padding-left: 6%;
  }

  .hero-image {
    width: 62%;
  }

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

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

  .footer-inner > div:first-child {
    grid-column: 1 / -1;
  }

  .newsletter-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .header-inner {
    width: calc(100% - 30px);
    height: 68px;
  }

  .brand-orb {
    width: 30px;
    height: 30px;
  }

  .home-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-top: 10px;
    padding-bottom: 18px;
    border-radius: 32px;
  }

  .hero-picture {
    display: block;
    order: 2;
  }

  .hero-image {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 930 / 630;
    object-fit: cover;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy > .eyebrow,
  .hero-copy > h1,
  .hero-copy > .hero-intro,
  .hero-copy > .hero-actions,
  .hero-copy > .hero-facts {
    order: 1;
    margin-right: 24px;
    margin-left: 24px;
  }

  .hero-copy > .eyebrow {
    margin-top: 54px;
  }

  .hero-copy h1 {
    max-width: 340px;
    font-size: clamp(45px, 13.5vw, 62px);
  }

  .hero-intro {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions a {
    width: 100%;
  }

  .newsletter-section {
    width: calc(100% - 20px);
    gap: 30px;
    padding: 34px 24px;
    border-radius: 32px;
  }

  .hero-signup {
    padding: 20px;
  }

  .hero-signup-row {
    grid-template-columns: 1fr;
  }

  .hero-signup-row .primary-button {
    width: 100%;
  }

  .hero-facts {
    order: 3 !important;
    grid-template-columns: 1fr;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .route-dock {
    position: static;
    order: 4;
    grid-template-columns: repeat(2, 1fr);
    margin: 18px 18px 0;
    border-radius: 22px;
  }

  .route-dock a {
    min-height: 88px;
    border-bottom: 1px solid var(--line);
  }

  .route-dock a:nth-child(2n) {
    border-right: 0;
  }

  .route-dock a:nth-child(n + 3) {
    border-bottom: 0;
  }

  .content-section {
    padding: 72px 20px;
  }

  .section-heading h2,
  .group-section h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .section-heading > p:last-child,
  .group-section > div > p:last-child {
    font-size: 16px;
  }

  .venue-grid,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .venue-card {
    min-height: 170px;
    padding: 24px;
  }

  .event-feature {
    display: grid;
    align-items: start;
    padding: 30px;
  }

  .event-feature .primary-button {
    width: 100%;
  }

  .event-card {
    min-height: 150px;
  }

  .group-section {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    gap: 30px;
    padding: 34px 26px;
    border-radius: 30px;
  }

  .group-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 40px);
    gap: 34px 24px;
    padding-top: 52px;
  }

  .footer-inner > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    width: calc(100% - 40px);
  }

  .back-to-top {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
