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

:root {
  --bg: #08050b;
  --bg-elevated: rgba(17, 10, 24, 0.88);
  --panel: rgba(18, 9, 24, 0.72);
  --panel-strong: rgba(12, 7, 18, 0.9);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f6efe8;
  --muted: #baaeb5;
  --gold: #d8a448;
  --gold-soft: #f3d8a1;
  --red: #cb1331;
  --violet: #7b46ff;
  --violet-soft: rgba(123, 70, 255, 0.25);
  --cyan: #6fd8ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1220px, calc(100vw - 2rem));
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  font-family: "Urbanist", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #09050d 0%, #050308 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 5, 11, 0.28) 0%, rgba(8, 5, 11, 0.48) 58%, rgba(5, 3, 8, 0.74) 100%),
    url("assets/images/hero-lanterns.jpg") calc(100% - clamp(1.25rem, 4vw, 3.5rem)) top / auto min(150vh, 1480px) no-repeat;
  filter: saturate(1.04) contrast(1.04) brightness(0.86);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 82, 82, 0.18), transparent 18%),
    radial-gradient(circle at 12% 16%, rgba(203, 19, 49, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(8, 5, 11, 0.16) 0%, rgba(8, 5, 11, 0.38) 100%);
}

body.is-locked {
  overflow: hidden;
}

h1,
h2,
h3,
.hero-card h2,
.story-card__quote-title {
  text-wrap: balance;
}

p,
li,
dd,
.hero__lead,
.hero-card__copy,
.story-card__quote-text,
.section-heading p:last-child,
.cinematic-copy p {
  text-wrap: pretty;
}

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

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

button {
  font: inherit;
  cursor: pointer;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 60%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px);
  background-size: 11px 11px, 17px 17px;
  mix-blend-mode: soft-light;
  z-index: 1;
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  background: radial-gradient(circle, rgba(203, 19, 49, 0.28) 0%, rgba(203, 19, 49, 0.1) 30%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: opacity 240ms ease;
}

.age-gate {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  z-index: 20;
  background:
    linear-gradient(180deg, rgba(6, 3, 8, 0.88), rgba(8, 5, 11, 0.97)),
    url("assets/images/hero-lanterns.jpg") center/cover no-repeat;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.age-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.age-gate__card {
  width: min(560px, 100%);
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid rgba(243, 216, 161, 0.22);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(21, 12, 28, 0.94), rgba(9, 5, 13, 0.94));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  text-align: center;
  backdrop-filter: blur(24px);
}

.age-gate__logo {
  width: 118px;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 0 20px rgba(216, 164, 72, 0.25));
}

.age-gate__card h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  line-height: 0.92;
}

.age-gate__copy {
  margin: 0 auto;
  max-width: 34ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.age-gate__actions {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: var(--container);
  margin: 0 auto;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 -1rem;
  z-index: -1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(8, 5, 11, 0.8), rgba(8, 5, 11, 0.32));
}

.floating-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 14;
  display: grid;
  gap: 0.15rem;
  min-width: 220px;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(243, 216, 161, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(207, 20, 52, 0.92), rgba(84, 20, 20, 0.92));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.floating-cta__label {
  color: rgba(255, 244, 226, 0.76);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.floating-cta strong {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand img {
  width: 54px;
  border-radius: 50%;
}

.brand span {
  display: grid;
  gap: 0.1rem;
}

.brand strong {
  font-size: 1.04rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 0.84rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(14, 8, 19, 0.56);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.94rem;
  transition: color 200ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease;
}

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

.button--primary {
  color: #160d04;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 16px 34px rgba(216, 164, 72, 0.22);
}

.button--ghost {
  color: var(--text);
  border-color: rgba(243, 216, 161, 0.18);
  background: rgba(22, 12, 26, 0.44);
}

.call-trigger {
  touch-action: manipulation;
}

.call-trigger.is-calling {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 0 0 0 1px rgba(243, 216, 161, 0.25), 0 18px 36px rgba(203, 19, 49, 0.22);
}

.call-trigger--inline {
  text-decoration: underline;
  text-decoration-color: rgba(243, 216, 161, 0.45);
  text-underline-offset: 0.18em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.9rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.4rem);
  width: var(--container);
  min-height: calc(100svh - 88px);
  margin: 0 auto;
  padding: clamp(5rem, 10vh, 8rem) 0 3rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 40px;
  background:
    linear-gradient(90deg, rgba(7, 4, 10, 0.76) 0%, rgba(7, 4, 10, 0.56) 38%, rgba(7, 4, 10, 0.34) 100%),
    linear-gradient(180deg, rgba(14, 6, 16, 0.12) 0%, rgba(8, 5, 11, 0.34) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 70px rgba(0, 0, 0, 0.24);
}

.hero__media {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: clamp(1.25rem, 4vw, 2rem) 0;
}

.hero__content h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  max-width: 7.2ch;
  font-size: clamp(3.7rem, 8vw, 6.35rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

.hero__content h1 span,
.hero__content h1 em {
  display: block;
}

.hero__content h1 em {
  color: var(--gold-soft);
  font-style: normal;
}

.hero__lead {
  max-width: 57ch;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 1.01rem;
  line-height: 1.82;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero__signatures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.hero-badge {
  display: grid;
  gap: 0.45rem;
  min-height: 120px;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(16, 9, 22, 0.62), rgba(8, 5, 12, 0.82));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.hero-badge span {
  color: rgba(243, 216, 161, 0.84);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-badge strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.42;
}

.hero-card {
  position: relative;
  align-self: center;
  padding: 1.95rem;
  border: 1px solid rgba(243, 216, 161, 0.14);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(19, 10, 27, 0.84), rgba(9, 5, 13, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(24px);
}

.hero-card__glow {
  position: absolute;
  inset: auto -18% -25% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 19, 49, 0.24), transparent 70%);
}

.hero-card__label {
  position: relative;
  margin: 0 0 0.8rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-card h2 {
  position: relative;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  max-width: 11ch;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.98;
}

.hero-card__intro {
  position: relative;
  margin: 1rem 0 0;
  color: var(--muted);
  max-width: 36ch;
  font-size: 0.98rem;
  line-height: 1.72;
}

.hero-card__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.hero-card__item {
  display: grid;
  gap: 0.45rem;
  min-height: 112px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.hero-card__item:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 216, 161, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.hero-card__item span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-card__item strong {
  font-size: 1rem;
  line-height: 1.45;
}

.hero-card__footer {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card__footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.hero-card__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 38px;
  padding: 0 0.9rem;
  border: 1px solid rgba(243, 216, 161, 0.22);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__scroll {
  position: absolute;
  left: 0;
  bottom: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero__scroll::before {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.ticker {
  overflow: hidden;
  margin-top: 1.4rem;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 6, 14, 0.52);
}

.ticker__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 1rem 0;
  color: var(--gold-soft);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: marquee 32s linear infinite;
}

.ticker__track span::after {
  content: "•";
  margin-left: 2rem;
  color: rgba(243, 216, 161, 0.5);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

main,
.site-footer {
  position: relative;
  z-index: 2;
}

.ticker__track span::after {
  content: "\2022";
}

.section-heading {
  max-width: 720px;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.section-heading h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 5.2vw, 4.1rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1.2rem;
}

.story-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.story-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 5, 11, 0.08) 5%, rgba(8, 5, 11, 0.86) 100%);
}

.story-card--feature {
  grid-row: span 2;
  min-height: 700px;
}

.story-card--quote::after {
  background:
    linear-gradient(180deg, rgba(8, 5, 11, 0.18) 0%, rgba(8, 5, 11, 0.92) 100%),
    radial-gradient(circle at top right, rgba(203, 19, 49, 0.25), transparent 36%);
}

.story-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(8, 5, 11, 0.04), rgba(8, 5, 11, 0.78) 36%, rgba(8, 5, 11, 0.92) 100%);
}

.card-label {
  margin: 0 0 0.6rem;
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-card h3 {
  margin: 0;
  max-width: 17ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  line-height: 1.01;
}

.story-card__body p:last-child {
  margin: 0;
  max-width: 56ch;
  color: rgba(246, 239, 232, 0.82);
  font-size: 0.95rem;
  line-height: 1.62;
}

.story-card--feature h3 {
  max-width: 18ch;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.story-card--feature .story-card__body {
  max-width: min(640px, 84%);
  padding: 1.55rem 1.65rem;
}

.story-card__quote-title {
  margin: 0;
  max-width: 12ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
  line-height: 0.94;
}

.story-card__quote-text {
  margin: 0.8rem 0 0;
  max-width: 30ch;
  color: rgba(246, 239, 232, 0.9);
  font-size: 0.95rem;
  line-height: 1.65;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.experience-card {
  position: relative;
  min-height: 250px;
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(22, 12, 27, 0.72), rgba(9, 5, 13, 0.94));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(123, 70, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(203, 19, 49, 0.16), transparent 28%);
}

.experience-card__number,
.experience-card h3,
.experience-card p {
  position: relative;
}

.experience-card__number {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(243, 216, 161, 0.18);
  color: var(--gold-soft);
  font-weight: 700;
}

.experience-card h3 {
  margin: 1.2rem 0 0.8rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  max-width: 12ch;
  font-size: clamp(1.55rem, 1.9vw, 1.95rem);
  line-height: 1;
}

.experience-card p {
  margin: 0;
  max-width: 34ch;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.68;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.route-step {
  position: relative;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(19, 10, 26, 0.72), rgba(9, 5, 13, 0.92));
  box-shadow: var(--shadow);
}

.route-step::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 164, 72, 0.58), transparent);
}

.route-step span {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.route-step h3 {
  margin: 0.9rem 0 0.65rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  line-height: 0.94;
}

.route-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.cinematic-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: start;
}

.cinematic-copy,
.video-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(19, 10, 26, 0.76), rgba(9, 5, 13, 0.94));
  box-shadow: var(--shadow);
}

.cinematic-copy {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1.55rem 1.45rem;
}

.cinematic-copy__eyebrow {
  margin-bottom: 0;
}

.cinematic-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  max-width: 11.5ch;
  font-size: clamp(1.74rem, 2.15vw, 2.42rem);
  line-height: 0.99;
}

.cinematic-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 33ch;
  line-height: 1.68;
  font-size: 0.95rem;
}

.cinematic-points {
  display: grid;
  gap: 0.52rem;
  padding: 0;
  margin: 0.2rem 0 0;
  list-style: none;
}

.cinematic-points li {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: var(--text);
  line-height: 1.52;
  font-size: 0.93rem;
}

.cinematic-points li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold-soft), var(--gold));
  box-shadow: 0 0 12px rgba(216, 164, 72, 0.34);
}

.video-card {
  display: grid;
  place-items: start;
  align-self: start;
  gap: 0.55rem;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  padding: 0.7rem;
  background:
    linear-gradient(180deg, rgba(14, 8, 18, 0.98), rgba(6, 3, 8, 0.99));
}

.video-card__toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 0.18rem;
}

.video-card__embed {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(74vh, 860px);
  border-radius: calc(var(--radius-xl) - 10px);
  overflow: hidden;
  background: #050308;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.video-card__poster,
.video-card__frame {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050308;
}

.video-card__poster {
  object-fit: cover;
  transition: transform 260ms ease;
}

.video-card__embed::after {
  content: none;
}

.video-card__launch {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.video-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.75rem;
  border: 1px solid rgba(243, 216, 161, 0.16);
  border-radius: 999px;
  background: rgba(12, 8, 17, 0.68);
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.video-card__launch-icon {
  position: relative;
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(243, 216, 161, 0.96), rgba(216, 164, 72, 0.96));
  box-shadow: 0 12px 28px rgba(216, 164, 72, 0.34);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.video-card__launch-icon::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 28px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 21px solid #160d04;
}

.video-card__launch-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(10, 6, 14, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.video-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  width: 100%;
  margin-top: 0.72rem;
  padding: 0.72rem 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 6, 14, 0.08), rgba(10, 6, 14, 0));
}

.video-card__footer-copy {
  display: grid;
  gap: 0.3rem;
}

.video-card__footer strong {
  font-size: 0.94rem;
  line-height: 1.2;
}

.video-card__footer small {
  color: rgba(246, 239, 232, 0.78);
  font-size: 0.83rem;
  line-height: 1.42;
}

.video-card__yt-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.68rem 0.92rem;
  border: 1px solid rgba(243, 216, 161, 0.18);
  border-radius: 999px;
  background: rgba(16, 9, 22, 0.76);
  color: var(--text);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease;
}

.video-card__yt-link:hover {
  transform: translateY(-1px);
  border-color: rgba(243, 216, 161, 0.28);
  background: rgba(20, 11, 28, 0.88);
}

.video-card__embed:hover .video-card__poster,
.video-card__embed:focus-within .video-card__poster {
  transform: scale(1.02);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas:
    "hero hero mirror throne"
    "hero hero mirror throne"
    "pole chairs mask mask";
  grid-auto-rows: minmax(170px, 190px);
  gap: 0.62rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: rgba(10, 6, 14, 0.58);
  box-shadow: var(--shadow);
  cursor: zoom-in;
}

.gallery-card::after,
.detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 5, 11, 0.02) 34%, rgba(8, 5, 11, 0.76) 100%);
  opacity: 0.9;
  transition: opacity 220ms ease;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.gallery-card:hover img,
.detail-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.gallery-card:hover::after,
.detail-card:hover::after {
  opacity: 1;
}

.gallery-card figcaption,
.detail-card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1rem 0.95rem;
}

.gallery-card figcaption span,
.detail-card figcaption span {
  color: rgba(243, 216, 161, 0.86);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gallery-card figcaption strong,
.detail-card figcaption strong {
  font-size: 1rem;
  line-height: 1.2;
}

.gallery-card--hero {
  grid-area: hero;
}

.gallery-card--mirror {
  grid-area: mirror;
}

.gallery-card--throne {
  grid-area: throne;
}

.gallery-card--pole {
  grid-area: pole;
}

.gallery-card--chairs {
  grid-area: chairs;
}

.gallery-card--mask {
  grid-area: mask;
}

.gallery-drinks-intro {
  max-width: 700px;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-drinks-intro h3 {
  margin: 0 0 0.7rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 0.96;
}

.gallery-drinks-intro p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.gallery-drinks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(250px, 300px);
  gap: 0.62rem;
  margin-top: 0.8rem;
}

.gallery-card--drink img {
  object-position: center;
}

.gallery-card--drink figcaption strong {
  max-width: 16ch;
}

.gallery {
  padding-bottom: clamp(1.2rem, 3vw, 1.9rem);
}

.detail-strip {
  padding-top: 0;
  padding-bottom: clamp(1.5rem, 3.6vw, 2.4rem);
}

.detail-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "hero hero sign"
    "hero hero bar";
  grid-auto-rows: minmax(200px, 240px);
  gap: 0.62rem;
}

.detail-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: rgba(10, 6, 14, 0.58);
  box-shadow: var(--shadow);
  cursor: zoom-in;
}

.detail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-card--hero {
  grid-area: hero;
}

.detail-card--sign {
  grid-area: sign;
}

.detail-card--bar {
  grid-area: bar;
}

.cocktails {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 0.82rem;
  align-items: start;
}

.cocktails__content {
  position: sticky;
  top: 98px;
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(16, 9, 22, 0.78), rgba(8, 5, 11, 0.94));
  box-shadow: var(--shadow);
}

.cocktails__content h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 0.94;
}

.cocktails__content p {
  margin: 0 0 1.3rem;
  color: var(--muted);
  line-height: 1.8;
}

.cocktails__stack {
  display: grid;
  gap: 0.62rem;
}

.drink-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(16, 9, 21, 0.78);
  box-shadow: var(--shadow);
}

.drink-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.drink-card__body {
  display: grid;
  align-content: center;
  gap: 0.9rem;
  padding: 1.5rem;
}

.drink-card__body h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  line-height: 0.95;
}

.drink-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.contact__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(243, 216, 161, 0.15);
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(19, 10, 26, 0.88), rgba(8, 5, 11, 0.96)),
    url("assets/images/stage-mirror.jpg") center/cover no-repeat;
  box-shadow: var(--shadow);
}

.contact__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 5, 11, 0.94), rgba(8, 5, 11, 0.72)),
    radial-gradient(circle at 85% 20%, rgba(123, 70, 255, 0.18), transparent 28%);
}

.contact__panel > * {
  position: relative;
}

.contact__panel h2 {
  max-width: 22ch;
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.95;
}

.contact__panel p {
  max-width: 60ch;
  color: var(--muted);
  line-height: 1.82;
}

.contact__details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.6rem 0 2rem;
}

.contact__details a {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(21, 12, 27, 0.55);
}

.contact__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact__steps article {
  padding: 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 10, 24, 0.48);
}

.contact__steps span {
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.contact__steps h3 {
  margin: 0.9rem 0 0.6rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  line-height: 0.98;
}

.contact__steps p {
  margin: 0;
  max-width: none;
  font-size: 0.98rem;
}

.site-footer {
  display: grid;
  gap: 0.45rem;
  width: var(--container);
  margin: 0 auto;
  place-items: center;
  justify-items: center;
  padding: 0.65rem 1rem 2.4rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  text-align: center;
}

.site-footer p {
  margin: 0;
  max-width: 72ch;
  line-height: 1.7;
  text-wrap: pretty;
}

.site-footer__note {
  color: rgba(255, 255, 255, 0.42);
}

.site-footer__counter strong {
  color: rgba(243, 216, 161, 0.92);
  font-weight: 700;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(4, 2, 7, 0.92);
  backdrop-filter: blur(14px);
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox__image {
  max-width: min(1200px, 100%);
  max-height: 76vh;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--text);
  background: rgba(18, 10, 24, 0.82);
  font-size: 2rem;
  line-height: 1;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--text);
  background: rgba(18, 10, 24, 0.82);
  font-size: 2.6rem;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox__nav--prev {
  left: 1rem;
}

.lightbox__nav--next {
  right: 1rem;
}

.lightbox__caption {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: min(760px, calc(100% - 2rem));
  padding: 0.95rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(14, 8, 19, 0.78);
  color: rgba(246, 239, 232, 0.92);
  text-align: center;
  line-height: 1.6;
}

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

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .hero,
  .cocktails {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 700px;
  }

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

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

  .story-card--feature {
    min-height: 520px;
  }

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

  .cinematic-grid {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "hero hero"
      "mirror throne"
      "pole chairs"
      "mask mask";
    grid-auto-rows: minmax(200px, 240px);
  }

  .gallery-drinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, 260px);
  }

  .cocktails__content {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.7rem 0 0.6rem;
  }

  .brand {
    width: 100%;
    justify-content: center;
    gap: 0.7rem;
  }

  .brand img {
    width: 44px;
  }

  .brand span {
    text-align: center;
  }

  .brand strong {
    font-size: 0.94rem;
    letter-spacing: 0.06em;
  }

  .brand small {
    font-size: 0.76rem;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.45rem;
    padding: 0.35rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.55rem 0.72rem;
    border-radius: 999px;
    font-size: 0.9rem;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    align-items: stretch;
  }

  .header-button {
    width: 100%;
    min-height: 46px;
    padding: 0.72rem 0.55rem;
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding-top: 3.8rem;
    padding-bottom: 2.4rem;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__content h1 {
    font-size: clamp(2.95rem, 17vw, 4.8rem);
  }

  .hero__lead {
    max-width: 34ch;
    font-size: 0.97rem;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

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

  .hero-badge {
    min-height: auto;
  }

  .hero-card {
    width: 100%;
    max-width: none;
    padding: 1.4rem;
  }

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

  .hero-card__item {
    min-height: auto;
  }

  .hero-card__footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .story-card--feature .story-card__body,
  .story-card--quote .story-card__body {
    max-width: none;
  }

  .hero__media {
    display: none;
  }

  .hero::before {
    border-radius: 28px;
  }

  .experience-grid,
  .route-grid,
  .cinematic-grid,
  .contact__steps,
  .drink-card {
    grid-template-columns: 1fr;
  }

  .cinematic-copy {
    padding: 1.35rem 1.15rem;
  }

  .cinematic-copy h3 {
    max-width: none;
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .cinematic-copy p,
  .cinematic-points li {
    font-size: 0.95rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-auto-rows: minmax(220px, auto);
  }

  .gallery-drinks {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(220px, auto);
  }

  .gallery-card,
  .detail-card {
    min-height: 220px;
  }

  .gallery-card--hero,
  .gallery-card--mirror,
  .gallery-card--throne,
  .gallery-card--pole,
  .gallery-card--chairs,
  .gallery-card--mask,
  .detail-card--hero,
  .detail-card--sign,
  .detail-card--bar {
    grid-area: auto;
  }

  .detail-strip__grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-auto-rows: minmax(220px, auto);
  }

  .video-card__embed {
    max-height: min(46vh, 360px);
  }

  .video-card__poster,
  .video-card__frame {
    max-height: min(46vh, 360px);
  }

  .video-card__launch {
    gap: 0.6rem;
    font-size: 0.78rem;
  }

  .video-card__launch-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .video-card__launch-icon::before {
    left: 24px;
    top: 20px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 17px;
  }

  .video-card__launch-label {
    min-height: 40px;
    padding: 0.65rem 0.95rem;
  }

  .video-card__badge {
    min-height: 32px;
    padding: 0 0.7rem;
    font-size: 0.66rem;
  }

  .video-card__footer {
    align-items: start;
    flex-direction: column;
    margin-top: 0.7rem;
    padding: 0.72rem 0.1rem 0 0.1rem;
  }

  .video-card__footer strong {
    font-size: 0.92rem;
  }

  .video-card__footer small {
    font-size: 0.82rem;
  }

  .drink-card img {
    max-height: 280px;
  }

  .contact__details {
    flex-direction: column;
  }

  .hero__scroll {
    display: none;
  }

  .floating-cta {
    display: none;
  }

  .lightbox__nav {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }

  .lightbox__nav--prev {
    left: 0.75rem;
  }

  .lightbox__nav--next {
    right: 0.75rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

}
