@import url("./mobile-dock.css?v=20260628-1");

body,
button,
input,
textarea,
select {
  font-family: "Special Elite", system-ui, sans-serif;
}

p,
li,
a,
span,
.btn,
.hero-lede,
.section-shell > p,
.section-heading > p,
.coming-panel > p,
.festoon-copy > p,
.feature-card p,
.step-card p,
.coming-note,
.legal-line {
  font-family: "Special Elite", system-ui, sans-serif;
}

p,
.hero-lede,
.section-shell > p,
.section-heading > p,
.coming-panel > p,
.festoon-copy > p,
.feature-card p,
.step-card p {
  letter-spacing: 0.015em;
}

h1,
h2,
h3,
.hero h1,
.section-shell h2,
.section-heading h2,
.coming-panel h2,
.festoon-copy h2,
.feature-card h3,
.step-card h3,
.age-gate-card h2 {
  font-family: "Berkshire Swash", Georgia, "Times New Roman", serif;
}

.header-actions,
.header-socials {
  display: flex;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(237, 186, 47, 0.20), transparent 32%),
    radial-gradient(circle at bottom left, rgba(169, 67, 34, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(18, 10, 6, 0.96), rgba(35, 28, 18, 0.98));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.age-gate-required .age-gate {
  display: flex;
}

.age-gate-required body {
  overflow: hidden;
}

.age-gate-card {
  width: min(100%, 460px);
  padding: 34px;
  border-radius: 30px;
  text-align: center;
  color: var(--cream-soft);
  background:
    linear-gradient(135deg, rgba(255, 248, 223, 0.13), rgba(255, 248, 223, 0.045));
  border: 1px solid rgba(255, 248, 223, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.age-gate-logo {
  width: 96px;
  height: 96px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: rgba(255, 248, 223, 0.06);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.age-gate-card .section-label {
  display: block;
  margin-bottom: 12px;
  color: var(--warm-glow);
}

.age-gate-card h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--cream-soft);
  line-height: 1.05;
}

.age-gate-card p {
  margin: 0 0 26px;
  color: rgba(255, 248, 223, 0.86);
}

.age-gate-actions {
  display: grid;
  gap: 12px;
}

.age-gate-actions .btn {
  width: 100%;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.age-gate-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: var(--oak-deep);
  background: var(--cream-soft);
  border: 1px solid rgba(255, 248, 223, 0.78);
  opacity: 1;
  text-decoration: none;
}

.age-gate-actions .btn-secondary:hover,
.age-gate-actions .btn-secondary:focus-visible {
  color: var(--oak-deep);
  background: var(--parchment);
  border-color: var(--warm-glow);
}

.festoon-section {
  min-height: 88svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 10vw, 130px) 20px;
  background:
    linear-gradient(180deg, rgba(6, 3, 2, 0.18), rgba(6, 3, 2, 0.78)),
    url("../img/tree-lights-cosy.png?v=20260628-2") center center / cover no-repeat;
}

.festoon-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.coming-panel {
  max-width: 880px;
}

.coming-image-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 760px);
  margin: clamp(28px, 4vw, 44px) auto 0;
  border: 1px solid rgba(246, 223, 170, 0.18);
  border-radius: clamp(22px, 3vw, 34px);
  background: rgba(15, 18, 11, 0.44);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

.coming-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 35%, rgba(232, 169, 54, 0.10), transparent 44%),
    linear-gradient(180deg, rgba(27, 36, 23, 0.04), rgba(27, 36, 23, 0.24));
}

.coming-image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .festoon-section {
    min-height: 78svh;
    display: flex;
    padding: 72px 20px;
  }

  .festoon-copy {
    margin: 0 auto;
  }

  .coming-image-card {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .age-gate-card {
    padding: 28px 22px;
  }

  .festoon-section {
    min-height: 72svh;
    padding: 64px 16px;
  }

  .coming-image-card {
    margin-top: 26px;
    border-radius: 22px;
  }
}
