:root {
  --purple: #2b123f;
  --purple-deep: #1a0b28;
  --purple-hover: #3a1858;
  --gold: #d7a84f;
  --gold-light: #f4d98c;
  --cream: #fbf3df;
  --cream-soft: #fff9ec;
  --rose: #b86183;
  --dark: #130b18;
  --muted: #6f6175;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.site-header,
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 243, 223, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(43, 18, 63, 0.12);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  height: 112px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  flex-wrap: wrap;
  text-transform: uppercase;
  color: var(--purple);
}

.nav-links a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-links a[aria-current="page"] {
  color: var(--gold);
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle-label span {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--purple);
  display: block;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: #fff;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid var(--purple);
  cursor: pointer;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 26px rgba(43, 18, 63, 0.28);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

.button:hover {
  background: var(--purple-hover);
  border-color: var(--purple-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(43, 18, 63, 0.34);
}

.secondary {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--purple);
  box-shadow: none;
}

.secondary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--purple-deep);
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(26, 11, 40, 0.97);
  color: #fff;
  display: grid;
  place-items: center;
  padding: 24px;
}

.age-gate-box {
  width: 100%;
  max-width: 460px;
  background: var(--cream-soft);
  color: var(--dark);
  border-radius: 32px;
  padding: 38px 30px;
  text-align: center;
  border: 1px solid rgba(215, 168, 79, 0.45);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.age-gate-box h2 {
  margin: 0 0 14px;
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.age-gate-box p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.5;
}

.age-gate-box form {
  display: grid;
  gap: 14px;
}

.age-gate-box label {
  font-weight: 900;
  color: var(--purple);
  text-align: left;
}

.age-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 2px solid rgba(43, 18, 63, 0.14);
  border-radius: 18px;
  padding: 16px 18px;
  line-height: 1.4;
}

.age-checkbox input {
  width: auto;
  margin: 3px 0 0;
  accent-color: var(--purple);
}

.age-disclaimer {
  font-size: 0.85rem;
}

.age-error {
  margin-top: 16px;
  color: #b00020;
  font-weight: 800;
}

.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 24px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 58px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 24px;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.75;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(215, 168, 79, 0.18);
  color: var(--purple);
  border: 1px solid rgba(215, 168, 79, 0.55);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  color: var(--purple);
}

.hero p {
  max-width: 560px;
  margin: 24px 0 30px;
  font-size: 1.22rem;
  line-height: 1.6;
  color: var(--muted);
}

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

.hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  min-height: 640px;
  max-height: 760px;
  overflow: hidden;
  border-radius: 42px;
  background: #000;
  border: 6px solid rgba(215, 168, 79, 0.45);
  box-shadow: 0 30px 80px rgba(43, 18, 63, 0.28);
}

.hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 24px;
}

.section-title {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--purple);
}

.section-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-copy {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--muted);
}

.flavor-grid,
.location-grid,
.benefits {
  display: grid;
  gap: 22px;
}

.flavor-grid {
  grid-template-columns: repeat(4, 1fr);
}

.location-grid {
  grid-template-columns: repeat(4, 1fr);
}

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

.benefits:has(.benefit:nth-child(4)) {
  grid-template-columns: repeat(2, 1fr);
}

.flavor-card,
.location-card,
.benefit {
  background: var(--cream-soft);
  border-radius: 30px;
  padding: 24px;
  border: 1px solid rgba(215, 168, 79, 0.28);
  box-shadow: 0 18px 42px rgba(43, 18, 63, 0.11);
}

.flavor-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.flavor-image {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.flavor-image img {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.location-card img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  margin: 0 auto 12px;
  filter: drop-shadow(0 14px 16px rgba(43, 18, 63, 0.16));
}

.flavor-card h3,
.location-card h3,
.benefit h3 {
  margin: 18px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  color: var(--purple);
}

.location-card h3 a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: var(--gold);
}

.location-card h3 a:hover,
.location-card li a:hover {
  color: var(--purple-hover);
}

.flavor-card p,
.location-card li,
.benefit p {
  margin: 0;
  line-height: 1.55;
  color: var(--muted);
}

.location-card ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.benefit {
  text-align: center;
  position: relative;
}

.benefit::before {
  content: "✦";
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--purple);
  color: var(--gold-light);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 2px rgba(215, 168, 79, 0.35);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cert-grid img {
  width: 100%;
  border-radius: 18px;
  background: #fff;
  padding: 12px;
  border: 1px solid rgba(215, 168, 79, 0.28);
  box-shadow: 0 12px 28px rgba(43, 18, 63, 0.1);
}

.statement {
  background:
    radial-gradient(circle at 20% 20%, rgba(215, 168, 79, 0.18), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(184, 97, 131, 0.2), transparent 32%),
    linear-gradient(135deg, var(--purple-deep), var(--purple));
  color: var(--cream);
  text-align: center;
  padding: 92px 24px;
  border-top: 4px solid rgba(215, 168, 79, 0.55);
  border-bottom: 4px solid rgba(215, 168, 79, 0.55);
}

.statement h2 {
  max-width: 980px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--gold-light);
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.image-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.image-band img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 36px;
  background: var(--cream-soft);
  padding: 24px;
  border: 1px solid rgba(215, 168, 79, 0.28);
  box-shadow: 0 18px 40px rgba(43, 18, 63, 0.11);
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  background: var(--cream-soft);
  border-radius: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(215, 168, 79, 0.28);
  box-shadow: 0 12px 28px rgba(43, 18, 63, 0.08);
}

summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--purple);
  font-size: 1.1rem;
}

details p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 16px;
  max-width: 860px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

input:not(.nav-toggle),
select,
textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 2px solid rgba(43, 18, 63, 0.14);
  background: #fff;
  font: inherit;
  color: var(--dark);
}

textarea {
  resize: vertical;
}

input:not(.nav-toggle):focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(215, 168, 79, 0.16);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.cta {
  margin: 72px 24px;
  padding: 76px 24px;
  border-radius: 42px;
  background:
    radial-gradient(circle at top left, rgba(244, 217, 140, 0.25), transparent 30%),
    linear-gradient(135deg, var(--purple), var(--rose));
  color: #fff;
  text-align: center;
  border: 1px solid rgba(215, 168, 79, 0.45);
  box-shadow: 0 24px 70px rgba(43, 18, 63, 0.22);
}

.cta h2 {
  max-width: 860px;
  margin: 0 auto 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--gold-light);
}

.cta p {
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 1.2rem;
  line-height: 1.55;
}

.cta .button {
  background: var(--gold-light);
  color: var(--purple-deep);
  border-color: var(--gold-light);
  box-shadow: none;
}

.cta .button:hover {
  background: #fff;
  border-color: #fff;
}

footer {
  background: var(--purple-deep);
  color: #fff;
  padding: 36px 24px;
  border-top: 4px solid rgba(215, 168, 79, 0.5);
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(255, 255, 255, 0.74);
}

.footer-inner a:hover {
  color: var(--gold-light);
}

@media (max-width: 1100px) {
  .logo img {
    height: 100px;
  }

  .nav {
    gap: 28px;
  }

  .nav-links {
    gap: 16px;
    font-size: 0.82rem;
  }

  .hero {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .nav {
    flex-wrap: wrap;
  }

  .brand {
    flex: 1;
  }

  .logo img {
    height: 86px;
  }

  .nav-toggle-label {
    display: flex;
    margin-left: auto;
  }

  .nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
    gap: 18px;
  }

  .nav-toggle:checked + .nav-toggle-label + .nav-links {
    display: flex;
  }

  .nav-button {
    width: 100%;
    justify-content: center;
  }

  .hero,
  .split,
  .image-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-video {
    aspect-ratio: 9 / 16;
    min-height: auto;
    max-height: none;
  }

  .flavor-grid,
  .location-grid,
  .benefits,
  .cert-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    padding: 14px 20px;
  }

  .logo img {
    height: 68px;
  }

  .flavor-grid,
  .location-grid,
  .benefits,
  .form-grid,
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .flavor-image {
    height: 230px;
  }

  .flavor-image img {
    width: 190px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .hero-video {
    width: 100%;
    aspect-ratio: 9 / 16;
    min-height: auto;
    border-radius: 28px;
  }

  .age-gate-box {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .cta {
    margin: 48px 16px;
    padding: 58px 20px;
  }
}
