:root {
  --black: #050507;
  --ink: #0b0b10;
  --panel: #14141c;
  --panel-soft: rgba(255, 255, 255, 0.065);
  --line: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --muted: #d6d9df;
  --dim: #8f8790;
  --amber: #f5bd54;
  --red: #eb3e55;
  --brand-blue: #084fd9;
  --brand-accent: #2f7cff;
  --cyan: #2196f3;
  --green: #75dda6;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% -5%, rgba(235, 62, 85, 0.28), transparent 28rem),
    radial-gradient(circle at 86% 0%, rgba(76, 201, 240, 0.18), transparent 30rem),
    linear-gradient(180deg, #050507 0%, #09090d 45%, #101018 100%);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(16px, 4vw, 46px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 7, 0.74);
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.logo > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 36px;
  border: 1.5px solid rgba(47, 124, 255, 0.82);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
}

.logo > span b {
  color: var(--brand-blue);
  font-weight: 950;
  text-shadow: none;
}

.hash-mark {
  color: var(--brand-blue);
  text-shadow: none;
}

.logo strong {
  font-size: clamp(1.04rem, 1.35vw, 1.14rem);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.main-nav a,
.text-link,
.footer a {
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.footer a:hover,
.footer a:focus-visible {
  color: var(--brand-accent);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 160ms ease;
}

.menu-open .menu-button span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-open .menu-button span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(104px, 11vh, 132px) clamp(18px, 5vw, 64px) clamp(48px, 7vh, 72px);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: auto 0 0;
  z-index: -3;
  height: 42vh;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 78px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.94));
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -4;
  content: "";
  background:
    linear-gradient(102deg, transparent 0 48%, rgba(245, 189, 84, 0.11) 49%, transparent 58%),
    linear-gradient(74deg, transparent 0 54%, rgba(76, 201, 240, 0.13) 55%, transparent 65%);
}

.spotlight {
  position: absolute;
  top: -24vh;
  z-index: -2;
  width: 38vw;
  min-width: 280px;
  height: 96vh;
  opacity: 0.64;
  filter: blur(9px);
  transform-origin: top center;
}

.spotlight-left {
  left: 4vw;
  background: conic-gradient(from 170deg at 50% 0%, transparent, rgba(235, 62, 85, 0.42), transparent 36deg);
  transform: rotate(17deg);
}

.spotlight-right {
  right: 0;
  background: conic-gradient(from 194deg at 50% 0%, transparent, rgba(76, 201, 240, 0.32), transparent 36deg);
  transform: rotate(-16deg);
}

.hero-layout {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-copy {
  max-width: 1080px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 1.04;
  text-wrap: balance;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.brand-heading {
  display: grid;
  gap: clamp(8px, 1.1vw, 14px);
  width: fit-content;
  max-width: 100%;
  margin: 0 0 clamp(16px, 2.7vh, 28px);
  line-height: 0.86;
}

.brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 6.2vw, 5.85rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.brand-name span {
  color: var(--brand-blue);
  font-weight: 900;
  -webkit-text-stroke: 0.35px rgba(255, 255, 255, 0.2);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.46);
}

.lead {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.hero-image {
  width: min(100%, 1080px);
  margin: clamp(20px, 3.6vh, 34px) 0 0;
}

.hero-image img {
  display: block;
  width: 100%;
  max-height: min(54svh, 620px);
  height: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 7, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button-primary {
  border: 1px solid transparent;
  color: #ffffff;
  background: var(--brand-blue);
  box-shadow: 0 18px 48px rgba(13, 71, 161, 0.34);
}

.button-ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.section,
.footer {
  width: min(100% - 36px, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.text-block,
.format-card p,
.booking-section p,
.booking-card dd,
.footer {
  color: var(--muted);
}

.section {
  padding: 72px 0;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 70px);
}

.show-section {
  max-width: 900px;
}

.show-copy h2 {
  max-width: 12em;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.show-copy .text-block {
  max-width: 760px;
  padding-left: clamp(20px, 3vw, 32px);
  border-left: 3px solid var(--brand-accent);
}

.text-block p {
  margin-bottom: 18px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.text-block p:last-child {
  margin-bottom: 0;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.format-card,
.booking-card,
.legal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.format-card {
  min-height: 230px;
  padding: 24px;
}

.format-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  place-items: center;
  border: 1px solid rgba(33, 150, 243, 0.5);
  border-radius: 8px;
  color: var(--brand-accent);
  font-weight: 900;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.text-link {
  color: var(--muted);
  font-weight: 850;
}

.booking-section {
  align-items: start;
  margin-bottom: 34px;
}

.booking-section h2 {
  max-width: 8.5em;
  font-size: clamp(2.25rem, 4.8vw, 4.2rem);
}

.booking-card {
  padding: 24px;
}

.booking-card dl {
  display: grid;
  gap: 18px;
  margin: 0 0 24px;
}

.booking-card div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.booking-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.booking-card dt {
  margin-bottom: 5px;
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-card dd {
  margin: 0;
}

.legal-section {
  padding-top: clamp(120px, 14vh, 150px);
}

.legal-head {
  align-items: start;
}

.legal-head p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
}

.legal-head h1 {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 16px;
}

.legal-card {
  padding: clamp(22px, 3vw, 30px);
}

.legal-card h3 {
  margin-bottom: 22px;
  color: var(--text);
}

.legal-card dl,
.legal-card dd,
.legal-card p {
  margin: 0;
}

.legal-card dl {
  display: grid;
  gap: 18px;
}

.legal-card dl div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.legal-card dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-card dt {
  margin-bottom: 5px;
  color: var(--brand-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-card dd,
.legal-card p {
  color: var(--muted);
}

.legal-card a {
  color: var(--text);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.legal-card a:hover,
.legal-card a:focus-visible {
  color: var(--brand-accent);
}

.legal-copy {
  display: grid;
  gap: 16px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer a,
.footer-links a {
  color: var(--muted);
  font-weight: 850;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .menu-button {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 73px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 8, 11, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .main-nav a {
    padding: 14px;
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .booking-section,
  .legal-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    max-width: 960px;
  }

  .hero-image {
    width: min(100%, 900px);
  }

  .hero-image img {
    max-height: min(50svh, 540px);
  }

  .format-card {
    min-height: auto;
  }

  .format-card span {
    margin-bottom: 18px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .topbar {
    padding-inline: 14px;
  }

  .logo strong {
    max-width: min(58vw, 230px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: auto;
    padding: 112px 18px 64px;
  }

  .brand-name {
    font-size: clamp(1.9rem, 10vw, 3.35rem);
  }

  .hero-image {
    width: 100%;
  }

  .hero-image img {
    max-height: 46svh;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section,
  .footer {
    width: min(100% - 28px, var(--max));
  }

  .section {
    padding: 58px 0;
  }

  .footer {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
  }
}
