:root {
  --ink: #191719;
  --paper: #fffaf8;
  --white: #ffffff;
  --pink: #ffb7c8;
  --pink-dark: #df4978;
  --pink-soft: #ffe6ed;
  --lilac: #ded4ff;
  --line: #eadfe2;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.age-locked { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
.site-shell { overflow: hidden; }

.topbar {
  display: flex;
  width: min(100% - 40px, 1080px);
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 24px 0;
}

.wordmark {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .18em;
}

.wordmark span {
  margin-left: 2px;
  vertical-align: top;
  font-size: 7px;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.nav-cta {
  border-radius: 999px;
  padding: 12px 20px;
  background: var(--ink);
  color: var(--white);
}

.hero {
  display: grid;
  width: min(100% - 40px, 1080px);
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: center;
  margin: 18px auto 70px;
}

.hero-copy { padding: 36px 0; }

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--pink-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink-dark);
}

.hero h1,
.availability h2,
.about h2,
.gallery-heading h2,
.closing-cta h2,
.age-card h2 {
  margin: 0;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: -.045em;
}

.hero h1 {
  max-width: 540px;
  font-size: clamp(58px, 7vw, 92px);
  line-height: .94;
}

.lede {
  max-width: 540px;
  margin: 26px 0 0;
  color: #635b60;
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: var(--ink); }
.button-primary:hover { background: #ffcada; }
.button-light { background: var(--ink); color: var(--white); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.microcopy {
  margin: 22px 0 0;
  color: #998f94;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-collage {
  position: relative;
  display: grid;
  height: min(72vw, 720px);
  min-height: 570px;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--pink-soft);
  box-shadow: 0 22px 70px rgb(79 51 61 / 12%);
}

.hero-image { margin: 0; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; }
.hero-image-main { grid-row: 1 / 3; }
.hero-image-main img { object-position: 52% 50%; }

.verified-stamp {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: rgb(255 255 255 / 88%);
  text-align: center;
  backdrop-filter: blur(8px);
  transform: rotate(-6deg);
}

.verified-stamp span,
.verified-stamp small {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
}

.verified-stamp strong {
  margin: 3px 0;
  font-size: 16px;
  font-weight: 950;
}

.availability {
  display: grid;
  width: min(100% - 40px, 1040px);
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin: 0 auto 90px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  padding: clamp(38px, 6vw, 70px);
  background: var(--pink-soft);
  box-shadow: 10px 10px 0 var(--ink);
}

.availability-copy { max-width: 720px; }

.availability h2 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
}

.availability-copy > p:not(.section-label) {
  max-width: 680px;
  margin: 20px 0 0;
  color: #5f565b;
  font-size: 15px;
  line-height: 1.75;
}

.availability-copy .booking-note {
  font-weight: 700;
  color: var(--ink);
}

.about {
  width: min(100% - 40px, 1040px);
  margin: 0 auto;
  padding: 30px 0 100px;
}

.about-heading { max-width: 760px; }

.about h2,
.gallery-heading h2 {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
}

.about-body > p {
  max-width: 760px;
  margin: 28px 0 52px;
  color: #5f565b;
  font-size: 20px;
  line-height: 1.7;
}

.offer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.offer-list article {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
  background: var(--white);
}

.offer-list article:nth-child(2n) { background: #f3eeff; }
.offer-list article:nth-child(3n) { background: var(--pink-soft); }

.offer-list span {
  display: block;
  margin-bottom: 28px;
  color: var(--pink-dark);
  font-size: 22px;
  font-weight: 900;
}

.offer-list h3,
.offer-list p { margin: 0; }

.offer-list h3 {
  font-size: 19px;
  font-weight: 850;
}

.offer-list p {
  margin-top: 10px;
  color: #6f656a;
  font-size: 14px;
  line-height: 1.6;
}

.gallery-section {
  padding: 90px 20px;
  background: var(--white);
}

.gallery-heading {
  display: grid;
  width: min(100%, 1040px);
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  margin: 0 auto 46px;
}

.gallery-heading .section-label { grid-column: 1 / 3; margin-bottom: 0; }

.gallery-grid {
  width: min(100%, 1040px);
  columns: 3;
  column-gap: 12px;
  margin: 0 auto;
}

.gallery-item {
  break-inside: avoid;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--pink-soft);
}

.gallery-item img { height: auto; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.02); }

.closing-cta {
  display: flex;
  width: min(100% - 40px, 1040px);
  min-height: 480px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 90px auto;
  border-radius: 30px;
  padding: 70px 24px;
  background: var(--lilac);
  text-align: center;
}

.closing-cta h2 {
  max-width: 820px;
  font-size: clamp(48px, 7vw, 82px);
  line-height: .98;
}

.closing-cta > p:not(.section-label) {
  max-width: 560px;
  margin: 24px 0 32px;
  color: #5f565b;
  font-size: 16px;
  line-height: 1.7;
}

footer {
  display: grid;
  width: min(100% - 40px, 1080px);
  grid-template-columns: .8fr 1.2fr 2fr auto;
  gap: 28px;
  align-items: start;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 42px 0 100px;
  color: #7c7277;
  font-size: 10px;
  line-height: 1.6;
}

footer p { margin: 0; }
.footer-wordmark { color: var(--ink); }
.legal { max-width: 560px; }
.mobile-cta { display: none; }

.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgb(255 230 237 / 82%);
  backdrop-filter: blur(16px);
}

.age-card {
  width: min(100%, 500px);
  border: 2px solid var(--ink);
  border-radius: 28px;
  padding: clamp(34px, 7vw, 64px);
  background: var(--white);
  text-align: center;
  box-shadow: 10px 10px 0 var(--ink);
}

.age-monogram {
  width: 70px;
  height: 70px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: var(--pink);
  font-size: 40px;
  font-weight: 950;
  line-height: 70px;
}

.age-card .section-label { text-align: center; }
.age-card h2 { font-size: clamp(38px, 7vw, 60px); line-height: 1; }

.age-card > p:not(.section-label):not(.age-monogram) {
  margin: 22px auto 28px;
  color: #6b6166;
  font-size: 14px;
  line-height: 1.65;
}

.age-card .button { width: 100%; }

.leave-link {
  display: inline-block;
  margin-top: 20px;
  color: #7c7277;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

@media (max-width: 850px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-copy { padding: 46px 0 24px; }
  .hero-collage { height: 78svh; min-height: 620px; }
  .offer-list { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .topbar { width: min(100% - 32px, 1080px); }
  .topbar nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 16px; }

  .hero {
    width: min(100% - 28px, 1080px);
    margin-top: 0;
    margin-bottom: 46px;
  }

  .hero h1 { font-size: clamp(58px, 18vw, 80px); }
  .lede { font-size: 16px; }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-collage {
    height: 68svh;
    min-height: 520px;
    border-radius: 22px;
  }

  .verified-stamp {
    right: 12px;
    bottom: 12px;
    width: 92px;
    height: 92px;
  }

  .verified-stamp strong { font-size: 13px; }

  .availability {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 70px;
    border-radius: 22px;
    padding: 38px 24px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .availability h2 { font-size: 40px; }
  .availability .button { width: 100%; }

  .about {
    width: calc(100% - 32px);
    padding-bottom: 78px;
  }

  .about h2,
  .gallery-heading h2 { font-size: 46px; }
  .about-body > p { font-size: 18px; margin-bottom: 38px; }
  .offer-list { grid-template-columns: 1fr; }
  .offer-list article { min-height: auto; }

  .gallery-section { padding: 74px 8px 80px; }
  .gallery-heading { grid-template-columns: 1fr; padding: 0 10px; }
  .gallery-heading .section-label { grid-column: 1; }
  .gallery-heading .text-link { justify-self: start; }
  .gallery-grid { columns: 2; column-gap: 6px; }
  .gallery-item { margin-bottom: 6px; border-radius: 10px; }

  .closing-cta {
    width: calc(100% - 28px);
    min-height: 440px;
    margin: 68px auto 86px;
    border-radius: 24px;
    padding: 64px 22px 100px;
  }

  .closing-cta h2 { font-size: 50px; }

  footer {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 100px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 40;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--pink);
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 var(--ink);
  }
}

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

[hidden] { display: none !important; }
