:root {
  --forest: #08291f;
  --forest-deep: #041610;
  --forest-soft: #103b2d;
  --cream: #f8efd9;
  --cream-soft: #e8dcc1;
  --muted: #b8ad94;
  --gold: #d5ab58;
  --gold-bright: #f0ca72;
  --line: rgba(213, 171, 88, 0.28);
  --panel: rgba(255, 248, 228, 0.07);
  --panel-strong: rgba(255, 248, 228, 0.12);
  --ink: #19231f;
  --white: #fffaf0;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

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

html.age-locked,
body.age-locked {
  overflow: hidden;
  height: 100%;
}

body {
  margin: 0;
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at 12% 12%, rgba(213, 171, 88, 0.18), transparent 28rem),
    linear-gradient(140deg, var(--forest-deep), var(--forest) 48%, #0e3628);
  min-height: 100vh;
}

body.vault-theme {
  --forest: #092d28;
  --forest-deep: #031615;
  --forest-soft: #123f38;
  --gold: #cda45a;
  --gold-bright: #e7c477;
  --line: rgba(205, 164, 90, 0.3);
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transform: translateY(-200%);
  background: var(--gold);
  color: #102118;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  z-index: 100000;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  min-height: 100vh;
}

.topline {
  background: rgba(3, 16, 12, 0.72);
  border-bottom: 1px solid var(--line);
  color: var(--cream-soft);
  font-size: 0.88rem;
  text-align: center;
  padding: 0.55rem 1rem;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(5, 24, 18, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1.35rem);
  color: var(--cream-soft);
  font-size: 0.95rem;
}

.nav-links a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-bright);
  border-bottom-color: var(--gold);
}

.hero {
  min-height: 86vh;
  display: grid;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem) 3rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 9% 6% auto auto;
  width: min(36vw, 28rem);
  aspect-ratio: 1;
  border: 1px solid rgba(213, 171, 88, 0.24);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3rem rgba(213, 171, 88, 0.03);
  opacity: 0.95;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.55fr);
  gap: clamp(2rem, 5vw, 5rem);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.eyebrow,
.age-brand,
.kicker {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.serif {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  font-weight: 700;
}

h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  max-width: 11ch;
  margin: 0.7rem 0 1rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.9rem);
  margin: 0 0 1rem;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  margin: 0 0 0.7rem;
}

p {
  margin: 0 0 1rem;
}

.lead {
  max-width: 62ch;
  color: var(--cream-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.3rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: transparent;
  color: var(--cream);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.btn.primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #112117;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: 3px solid rgba(240, 202, 114, 0.35);
  outline-offset: 3px;
}

.hero-card {
  align-self: end;
  background: rgba(255, 248, 228, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.hero-card dl {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0 0;
}

.hero-card div {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.hero-card dt {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-card dd {
  margin: 0.2rem 0 0;
  font-size: 1.6rem;
  font-family: Georgia, serif;
  color: var(--gold-bright);
}

.section {
  padding: clamp(3.4rem, 7vw, 6.2rem) clamp(1rem, 4vw, 4rem);
}

.section.alt {
  background: rgba(255, 248, 228, 0.045);
  border-block: 1px solid var(--line);
}

.container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(18rem, 0.55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.muted {
  color: var(--cream-soft);
}

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

.resort-card,
.info-card,
.legal-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.15rem, 2vw, 1.55rem);
}

.resort-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.resort-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(213, 171, 88, 0.32);
  border-radius: 999px;
  color: var(--gold-bright);
  background: rgba(213, 171, 88, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
}

.resort-card p {
  color: var(--cream-soft);
}

.resort-card ul,
.check-list,
.legal-list {
  padding-left: 1.1rem;
  margin: auto 0 0;
  color: var(--cream-soft);
}

.resort-card li,
.check-list li,
.legal-list li {
  margin: 0.42rem 0;
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 0.65fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact-panel {
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.contact-panel h2,
.contact-panel h3 {
  color: #0b2a20;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cdbf9e;
  border-radius: 8px;
  background: #fffdf7;
  color: var(--ink);
  font: inherit;
  padding: 0.85rem 0.9rem;
}

textarea {
  resize: vertical;
  min-height: 8rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(213, 171, 88, 0.38);
  border-color: #a87a25;
}

.form-note,
.small {
  font-size: 0.9rem;
  color: #5e675f;
}

.form-status {
  min-height: 1.5rem;
  font-weight: 800;
  color: #0f5b3f;
}

.page-hero {
  padding: clamp(4rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.page-hero .container {
  max-width: 900px;
}

.prose {
  max-width: 900px;
}

.prose h2 {
  margin-top: 2.3rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.prose h3 {
  margin-top: 1.5rem;
}

.prose p,
.prose li {
  color: var(--cream-soft);
}

.site-footer {
  padding: 2.6rem clamp(1rem, 4vw, 4rem);
  background: #03120d;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--cream-soft);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-bright);
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100dvh;
  padding: clamp(1.2rem, 4vw, 3rem);
  background:
    linear-gradient(rgba(5, 30, 22, 0.92), rgba(5, 30, 22, 0.96)),
    radial-gradient(circle at center, rgba(213, 171, 88, 0.16), transparent 34rem),
    #06261d;
  color: var(--cream);
  opacity: 0;
  animation: gateFade 380ms ease forwards;
  overscroll-behavior: contain;
}

.age-gate.is-closing {
  animation: gateOut 180ms ease forwards;
}

.age-dialog {
  width: min(720px, 100%);
  text-align: center;
  border: 1px solid rgba(213, 171, 88, 0.44);
  border-radius: 8px;
  padding: clamp(2rem, 6vw, 4.8rem);
  background: rgba(2, 18, 13, 0.2);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
}

.age-dialog h2 {
  color: var(--cream);
  font-size: clamp(3rem, 9vw, 6rem);
  margin: 0.8rem 0 1.1rem;
}

.age-dialog p {
  color: var(--cream-soft);
  max-width: 58ch;
  margin-inline: auto;
}

.age-confirm {
  width: min(100%, 22rem);
  margin-top: 1.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #112117;
  font-weight: 900;
  letter-spacing: 0.03em;
  padding: 1rem 1.3rem;
  min-height: 3.4rem;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.age-confirm:focus-visible {
  outline: 4px solid var(--cream);
  outline-offset: 5px;
}

.age-foot {
  display: block;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

@keyframes gateFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gateOut {
  to {
    opacity: 0;
    transform: scale(1.01);
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .section-heading,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .resort-grid,
  .feature-band {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .navbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .hero {
    min-height: auto;
  }

  .resort-grid,
  .feature-band {
    grid-template-columns: 1fr;
  }

  .age-dialog {
    padding: 2rem 1rem;
  }
}

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