:root {
  --night: #052a39;
  --night-deep: #031d29;
  --lake: #058fba;
  --aqua: #51e0c0;
  --aqua-soft: #b9f4e5;
  --sky: #dff8f4;
  --white: #f8fffd;
  --muted: #bedbdc;
  --line: rgb(197 243 235 / 22%);
  --shadow: 0 2rem 5rem rgb(0 16 27 / 36%);
  font-family:
    "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

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

html {
  min-width: 320px;
  background: var(--night-deep);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 17%, rgb(81 224 192 / 18%), transparent 29rem),
    radial-gradient(circle at 9% 92%, rgb(5 143 186 / 35%), transparent 32rem),
    linear-gradient(135deg, var(--night) 0%, var(--night-deep) 76%);
}

body::before,
body::after {
  position: fixed;
  z-index: 0;
  content: "";
  pointer-events: none;
}

body::before {
  top: -17rem;
  right: -16rem;
  width: 42rem;
  aspect-ratio: 1;
  border: 1px solid rgb(185 244 229 / 16%);
  border-radius: 50%;
  box-shadow:
    0 0 0 4.8rem rgb(5 143 186 / 5%),
    0 0 0 9.6rem rgb(81 224 192 / 3%);
}

body::after {
  right: -8vw;
  bottom: -42vh;
  left: -8vw;
  height: 55vh;
  border-radius: 50% 50% 0 0 / 24% 24% 0 0;
  background: linear-gradient(180deg, rgb(5 143 186 / 21%), rgb(3 29 41 / 4%));
  transform: rotate(-3deg);
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--night-deep);
  background: var(--white);
  font-weight: 750;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
  transform: translateY(0);
}

.site-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 112rem);
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
  padding: clamp(1.25rem, 3.2vw, 3.75rem) clamp(1.25rem, 5vw, 6rem)
    clamp(1.1rem, 2.4vw, 2.75rem);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  position: relative;
  z-index: 5;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.1vw, 1rem);
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  min-width: 5rem;
  padding: 0.65rem 0.8rem 0.58rem;
  border: 1px solid var(--line);
  border-radius: 1rem 1rem 1rem 0.35rem;
  color: var(--white);
  background: rgb(255 255 255 / 7%);
  box-shadow: inset 0 1px rgb(255 255 255 / 8%);
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1;
}

.brand-mark span {
  color: var(--aqua);
}

.brand-name {
  color: var(--muted);
  font-size: clamp(0.66rem, 0.85vw, 0.82rem);
  font-weight: 680;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.header-location {
  margin: 0;
  padding: 0.72rem 1.08rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--aqua-soft);
  background: rgb(3 29 41 / 38%);
  font-size: clamp(0.7rem, 0.95vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.header-location span {
  padding-inline: 0.25rem;
  color: var(--aqua);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(20rem, 0.97fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 5rem);
  padding-block: clamp(2rem, 4.5vh, 5rem);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 53rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 clamp(1rem, 2.2vh, 1.75rem);
  color: var(--aqua-soft);
  font-size: clamp(0.68rem, 0.9vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 2.6rem;
  height: 0.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aqua), var(--lake));
}

h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4rem, 8.5vw, 9.75rem);
  font-weight: 780;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-wrap: balance;
}

h1 span {
  display: block;
  margin-top: 0.13em;
  color: var(--aqua);
  font-size: 0.58em;
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.intro {
  max-width: 38rem;
  margin: clamp(1.4rem, 3vh, 2.5rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.6;
  text-wrap: balance;
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 44rem);
  margin: clamp(1.75rem, 4vh, 3.75rem) 0 0;
  border-top: 1px solid var(--line);
}

.event-facts div {
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.6rem) 0 0;
}

.event-facts div + div {
  padding-left: clamp(1rem, 2.3vw, 2rem);
  border-left: 1px solid var(--line);
}

.event-facts dt {
  margin-bottom: 0.35rem;
  color: var(--aqua);
  font-size: 0.67rem;
  font-weight: 830;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-facts dd {
  margin: 0;
  color: var(--white);
  font-size: clamp(0.82rem, 1.14vw, 1.02rem);
  font-weight: 680;
  line-height: 1.45;
}

.rowbert-stage {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: stretch;
  min-height: clamp(33rem, 69vh, 58rem);
  margin: 0;
  place-items: end center;
  isolation: isolate;
}

.rowbert-halo {
  position: absolute;
  z-index: -2;
  right: 3%;
  bottom: 4%;
  width: min(92%, 43rem);
  aspect-ratio: 1;
  border-radius: 48% 52% 45% 55% / 56% 42% 58% 44%;
  background:
    radial-gradient(circle at 34% 27%, rgb(255 255 255 / 38%), transparent 18%),
    linear-gradient(148deg, #78e2d0 0%, #0e9fc1 52%, #0875a0 100%);
  box-shadow: var(--shadow);
  transform: rotate(7deg);
}

.rowbert-stage::after {
  position: absolute;
  z-index: -1;
  right: 2%;
  bottom: 1.5%;
  width: min(90%, 41rem);
  height: 11%;
  border-radius: 50%;
  background: rgb(0 16 26 / 41%);
  filter: blur(1.15rem);
  content: "";
  transform: rotate(3deg);
}

.rowbert {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  max-width: min(90%, 39rem);
  height: min(73vh, 54rem);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 1.35rem 0.95rem rgb(0 19 30 / 22%));
  transform-origin: center bottom;
  animation: rowbert-arrives 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.orbit {
  position: absolute;
  z-index: -3;
  border: 1px solid rgb(185 244 229 / 19%);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  right: -5%;
  bottom: 10%;
  width: min(109%, 47rem);
  aspect-ratio: 1;
}

.orbit-two {
  right: 8%;
  bottom: 23%;
  width: min(73%, 31rem);
  aspect-ratio: 1;
}

.year-stamp {
  position: absolute;
  z-index: -1;
  top: 9%;
  right: -1%;
  color: rgb(248 255 253 / 7%);
  font-size: clamp(6rem, 12vw, 14rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 1;
  writing-mode: vertical-rl;
}

figcaption {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 6%;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px 999px 0.4rem 999px;
  color: var(--night-deep);
  background: var(--white);
  box-shadow: 0 0.9rem 2rem rgb(0 22 34 / 22%);
  font-size: clamp(0.68rem, 0.9vw, 0.82rem);
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  color: rgb(190 219 220 / 76%);
  font-size: clamp(0.62rem, 0.82vw, 0.76rem);
  font-weight: 640;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-meta p {
  margin: 0;
}

.footer-meta span {
  width: 0.28rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--aqua);
}

.legal-links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.4vw, 1.5rem);
}

.legal-links a {
  padding-block: 0.35rem;
  border-bottom: 1px solid rgb(81 224 192 / 55%);
  color: var(--white);
  font-size: clamp(0.68rem, 0.82vw, 0.78rem);
  font-weight: 720;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 160ms ease,
    color 160ms ease;
}

.legal-links a:hover {
  border-color: var(--aqua);
  color: var(--aqua);
}

.legal-links a:focus-visible {
  border-radius: 0.2rem;
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

@keyframes rowbert-arrives {
  from {
    opacity: 0;
    transform: translateY(2rem) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .site-shell {
    min-height: 100svh;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-block: clamp(3rem, 7vh, 5.5rem) 1.5rem;
  }

  .hero-copy {
    width: 100%;
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
  }

  h1,
  .intro,
  .event-facts {
    margin-inline: auto;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(4rem, 16vw, 7.5rem);
  }

  .rowbert-stage {
    min-height: clamp(29rem, 66vh, 43rem);
  }

  .rowbert-halo {
    right: 50%;
    width: min(83vw, 35rem);
    transform: translateX(50%) rotate(7deg);
  }

  .rowbert {
    max-width: min(80vw, 31rem);
    height: min(61vh, 40rem);
  }

  .rowbert-stage::after {
    right: 50%;
    width: min(80vw, 33rem);
    transform: translateX(50%) rotate(3deg);
  }

  .orbit-one {
    right: 50%;
    width: min(90vw, 39rem);
    transform: translateX(50%);
  }

  .orbit-two {
    right: 50%;
    width: min(62vw, 27rem);
    transform: translateX(50%);
  }

  .year-stamp {
    top: 11%;
    right: 4%;
  }

  figcaption {
    right: 8%;
  }
}

@media (max-width: 560px) {
  .site-shell {
    padding: 1rem 1rem 1.25rem;
  }

  .brand-name {
    display: none;
  }

  .brand-mark {
    min-width: 4.5rem;
  }

  .header-location {
    padding: 0.65rem 0.78rem;
    letter-spacing: 0.08em;
  }

  .hero {
    gap: 0.75rem;
    padding-top: clamp(3.25rem, 10vh, 4.5rem);
  }

  .eyebrow {
    margin-bottom: 1.1rem;
    letter-spacing: 0.13em;
  }

  h1 {
    font-size: clamp(3.65rem, 18.5vw, 5.75rem);
  }

  .intro {
    max-width: 30ch;
    margin-top: 1.4rem;
    font-size: 0.97rem;
  }

  .event-facts {
    grid-template-columns: 1fr;
    width: min(100%, 24rem);
    margin-top: 1.75rem;
  }

  .event-facts div {
    padding: 1rem 0;
  }

  .event-facts div + div {
    padding: 1rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .rowbert-stage {
    min-height: clamp(26rem, 64vh, 34rem);
  }

  .rowbert {
    max-width: min(88vw, 24rem);
    height: min(60vh, 31rem);
  }

  .rowbert-halo {
    width: min(89vw, 27rem);
  }

  figcaption {
    right: 0;
    bottom: 3%;
  }

  .site-footer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    text-align: center;
  }

  .footer-meta {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
  }

  .legal-links {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 355px) {
  .header-location {
    font-size: 0.61rem;
  }

  h1 {
    font-size: 3.5rem;
  }

  .footer-meta {
    font-size: 0.57rem;
  }
}

@media (min-width: 1800px) {
  .site-shell {
    padding-inline: 7rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

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

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

@media (forced-colors: active) {
  .rowbert-halo,
  .orbit,
  .year-stamp,
  body::before,
  body::after {
    display: none;
  }

  .brand-mark,
  .header-location,
  figcaption {
    border: 1px solid CanvasText;
  }
}
