:root {
  color-scheme: dark;
  --bg: #050509;
  --bg-soft: #0b0b12;
  --panel: #101019;
  --panel-strong: #161622;
  --text: #f8f7ff;
  --muted: #b9b7c6;
  --muted-2: #858195;
  --line: rgba(255, 255, 255, 0.14);
  --purple: #9933ff;
  --purple-soft: rgba(153, 51, 255, 0.18);
  --cyan: #55f0ff;
  --amber: #ffca66;
  --max: 1180px;
  --radius: 8px;
  --header-h: 78px;
  --header-home-h: 124px;
  font-family: Satoshi, Outfit, Geist, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(153, 51, 255, 0.08), transparent 520px),
    var(--bg);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
dl,
dd,
figure {
  margin: 0;
}

button {
  font: inherit;
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--text);
  border-radius: var(--radius);
}

.container {
  width: calc(100% - 40px);
  max-width: var(--max);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-home-h);
  border-bottom: 1px solid transparent;
  transition: height 260ms cubic-bezier(0.16, 1, 0.3, 1), background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  height: var(--header-h);
  background: rgba(5, 5, 9, 0.84);
  border-color: var(--line);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav {
  width: calc(100% - 32px);
  max-width: 1260px;
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(220px, 23vw, 290px);
  min-width: 0;
  overflow: visible;
}

.brand-logo {
  width: 100%;
  height: auto;
  max-height: 98px;
  object-fit: contain;
  object-position: left center;
  transform: translateZ(0);
  transform-origin: left center;
  filter: drop-shadow(0 8px 20px rgba(5, 5, 9, 0.42));
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), filter 260ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.site-header.is-scrolled .brand-logo,
.site-header.is-open .brand-logo {
  transform: scale(0.56) translateZ(0);
  filter: drop-shadow(0 4px 12px rgba(5, 5, 9, 0.3));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
  transition: color 160ms ease, background 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.nav-toggle span[aria-hidden="true"] {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 90svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: calc(var(--header-home-h) + 42px) 0 58px;
  isolation: isolate;
}

.hero-image,
.hero-image img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -3;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 9, 0.92) 0%, rgba(5, 5, 9, 0.62) 44%, rgba(5, 5, 9, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 5, 9, 0.32), rgba(5, 5, 9, 0.88) 84%, var(--bg) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--purple), var(--cyan), transparent);
  z-index: -1;
}

.hero-content {
  width: calc(100% - 40px);
  max-width: 780px;
  margin-inline: auto;
}

.eyebrow,
.section-kicker,
.offer-label {
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  margin-top: 12px;
  font-size: 5.6rem;
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 760px;
}

h1 span {
  display: block;
}

.hero-copy {
  max-width: 660px;
  margin-top: 24px;
  color: #e8e6f4;
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.15;
  border: 1px solid transparent;
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 255, 255, 0.24), transparent 32%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.button:hover::before,
.button:focus-visible::before {
  opacity: 1;
}

.button:active {
  transform: scale(0.98);
}

.button-primary {
  background: var(--purple);
  color: white;
  box-shadow: 0 12px 34px rgba(153, 51, 255, 0.34);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

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

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 38px;
}

.quick-facts div,
.feature-strip article,
.price-card,
.drinks-grid article,
.faq-list details,
.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 16, 25, 0.78);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms ease, background 320ms ease;
}

.quick-facts div::before,
.feature-strip article::before,
.price-card::before,
.drinks-grid article::before,
.faq-list details::before,
.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(153, 51, 255, 0.18), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.quick-facts div:hover,
.feature-strip article:hover,
.price-card:hover,
.drinks-grid article:hover,
.faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(153, 51, 255, 0.42);
  background: rgba(18, 18, 30, 0.86);
}

.quick-facts div:hover::before,
.feature-strip article:hover::before,
.price-card:hover::before,
.drinks-grid article:hover::before,
.faq-list details:hover::before,
.contact-panel:hover::before {
  opacity: 1;
}

.quick-facts div > *,
.feature-strip article > *,
.price-card > *,
.drinks-grid article > *,
.faq-list details > *,
.contact-panel > * {
  position: relative;
  z-index: 1;
}

.quick-facts div {
  padding: 16px;
  min-height: 98px;
}

.quick-facts dt {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-facts dd {
  margin-top: 5px;
  color: var(--text);
  font-weight: 850;
}

.map-link {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(153, 51, 255, 0.58);
  text-underline-offset: 4px;
}

.map-link:hover,
.map-link:focus-visible {
  color: var(--purple);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1), transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.intro-band,
.section {
  padding: 92px 0;
}

.intro-band {
  background: var(--bg);
}

.intro-grid,
.split-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.split-grid h2,
.contact-grid h2 {
  margin-top: 10px;
  font-size: 3.3rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.intro-copy,
.section-heading p,
.split-grid p,
.contact-grid p {
  color: var(--muted);
  font-size: 1.04rem;
}

.intro-copy p + p {
  margin-top: 14px;
}

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

.flip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.flip-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flip-card {
  min-height: 210px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  perspective: 1100px;
  text-align: left;
}

.flip-card-inner {
  position: relative;
  display: grid;
  min-height: 210px;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-face {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backface-visibility: hidden;
  background: rgba(16, 16, 25, 0.82);
  overflow: hidden;
}

.flip-front {
  color: var(--purple);
  font-size: 1.38rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.flip-back {
  gap: 10px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
  transform: rotateY(180deg);
}

.flip-back strong {
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.2;
}

.flip-card:hover .flip-face,
.flip-card:focus-visible .flip-face {
  border-color: rgba(153, 51, 255, 0.48);
  background: rgba(18, 18, 30, 0.9);
}

.feature-strip article {
  min-height: 120px;
  padding: 18px;
}

.feature-strip span {
  display: block;
  color: var(--muted-2);
  font-weight: 800;
}

.feature-strip strong {
  display: block;
  margin-top: 18px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 260px),
    var(--bg-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.section-heading {
  max-width: 780px;
}

.section-heading p:last-child {
  margin-top: 18px;
}

.pricing-layout {
  display: block;
  margin-top: 34px;
}

.opening-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 24px;
  border: 1px solid rgba(153, 51, 255, 0.55);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(153, 51, 255, 0.22), rgba(85, 240, 255, 0.06)),
    var(--panel);
}

.opening-offer h3 {
  margin-top: 8px;
  font-size: 1.7rem;
  line-height: 1.15;
}

.opening-offer p:last-child {
  margin-top: 8px;
  color: var(--muted);
}

.offer-price {
  text-align: right;
}

.offer-price span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.offer-price strong {
  display: block;
  color: var(--text);
  font-size: 4rem;
  line-height: 1;
}

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

.price-card {
  min-height: 270px;
  padding: 20px;
}

.price-card-head p {
  color: var(--purple);
  font-size: 1.55rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-card-head span {
  display: block;
  min-height: 44px;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 750;
}

.price-list {
  margin-top: 22px;
}

.price-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.price-list dt {
  color: var(--text);
  font-weight: 850;
}

.price-list dd {
  color: var(--text);
  font-size: 1.65rem;
  font-weight: 950;
}

.section-split {
  background:
    linear-gradient(90deg, rgba(153, 51, 255, 0.16), transparent 42%),
    #07070c;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chips span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 850;
}

.drinks-section {
  background: var(--bg-soft);
}

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

.drinks-grid article {
  min-height: 245px;
  padding: 20px;
}

.drinks-grid h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.drinks-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.drinks-grid strong {
  display: inline-block;
  margin-top: 18px;
  color: var(--purple);
  font-size: 1.25rem;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--cyan);
  font-weight: 900;
  transition: transform 160ms ease;
}

.faq-section {
  background: #07070c;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.faq-list details {
  padding: 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin-top: 12px;
  color: var(--muted);
}

.contact-section {
  padding: 92px 0;
  background:
    linear-gradient(135deg, rgba(153, 51, 255, 0.18), transparent 55%),
    var(--bg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-panel {
  display: grid;
  padding: 10px;
  font-style: normal;
}

.contact-panel a {
  display: grid;
  gap: 3px;
  padding: 16px;
  border-radius: 8px;
  color: var(--text);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-panel a:hover,
.contact-panel a:focus-visible {
  background: rgba(255, 255, 255, 0.07);
}

.contact-panel span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  padding: 28px 0;
  color: var(--muted-2);
  background: #030305;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--text);
}

@media (max-width: 1040px) {
  h1 {
    font-size: 4.4rem;
  }

  .intro-grid,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .price-grid,
  .drinks-grid,
  .flip-grid,
  .flip-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 820px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: var(--header-h);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 8, 14, 0.96);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .site-header.is-open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

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

  .hero {
    min-height: 88svh;
    padding-bottom: 40px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 5, 9, 0.38), rgba(5, 5, 9, 0.68) 42%, rgba(5, 5, 9, 0.94) 100%),
      linear-gradient(90deg, rgba(5, 5, 9, 0.88), rgba(5, 5, 9, 0.34));
  }

  h1 {
    font-size: 3.35rem;
  }

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

  .quick-facts,
  .feature-strip,
  .flip-grid,
  .flip-grid-wide,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .intro-grid h2,
  .section-heading h2,
  .split-grid h2,
  .contact-grid h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 620px) {
  .container,
  .hero-content {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .brand-logo {
    max-height: 78px;
  }

  .brand {
    width: 188px;
  }

  .site-header.is-scrolled .brand-logo,
  .site-header.is-open .brand-logo {
    transform: scale(0.72) translateZ(0);
  }

  .hero {
    min-height: 86svh;
    padding-top: calc(var(--header-home-h) + 22px);
  }

  h1 {
    font-size: 2.75rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .intro-band,
  .section,
  .contact-section {
    padding: 68px 0;
  }

  .opening-offer {
    grid-template-columns: 1fr;
  }

  .offer-price {
    text-align: left;
  }

  .offer-price strong {
    font-size: 3.2rem;
  }

  .price-grid,
  .drinks-grid {
    grid-template-columns: 1fr;
  }

  .price-card,
  .drinks-grid article {
    min-height: auto;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}
