:root {
  --ink: #111713;
  --forest: #7c1749;
  --forest-light: #a82c68;
  --acid: #ff9fc6;
  --cream: #fff0f5;
  --paper: #fff9fb;
  --peach: #ffd0df;
  --sage: #f6b4cf;
  --line: #e8c8d5;
  --white: #ffffff;
}

* { box-sizing: border-box; }

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

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

body.age-locked { overflow: hidden; }

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

.site-header {
  display: grid;
  width: min(100% - 48px, 1240px);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  justify-self: start;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .14em;
}

.brand span { color: var(--forest-light); }

.site-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 16px;
}

.language-switcher {
  display: flex;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: var(--white);
}

.language-switcher button {
  min-width: 34px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  padding: 0 8px;
  background: transparent;
  color: #7b5968;
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}

.language-switcher button[aria-pressed="true"] {
  background: var(--acid);
  color: var(--ink);
}

.header-cta {
  border-bottom: 2px solid var(--ink);
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  min-height: 760px;
  grid-template-columns: .92fr 1.08fr;
  background: var(--forest);
}

.hero-copy {
  display: flex;
  max-width: 650px;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  padding: 72px clamp(42px, 6vw, 92px) 56px 40px;
  color: var(--white);
}

.kicker,
.section-number,
.availability-index {
  margin: 0;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.kicker { margin-bottom: 30px; color: var(--acid); }

.hero h1,
.availability h2,
.video-copy h2,
.services h2,
.gallery h2,
.final-cta h2,
.age-card h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.055em;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(64px, 7.4vw, 112px);
  line-height: .84;
}

.hero h1 em {
  display: block;
  margin-top: 16px;
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .52em;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.hero-intro {
  max-width: 540px;
  margin: 34px 0 0;
  color: #f6dce8;
  font-size: 16px;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 0;
  padding: 0 28px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-acid { background: var(--acid); color: var(--ink); }
.button-acid:hover { background: #ffc1da; }
.button-dark { background: var(--ink); color: var(--white); }

.underlined-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 48px;
}

.hero-facts span {
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 999px;
  padding: 8px 13px;
  color: #f8e5ed;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-photo {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: #d7d4cc;
}

.hero-photo > img { height: 100%; object-fit: cover; object-position: 50% 42%; }

.hero-photo figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid rgb(255 255 255 / 65%);
  padding-top: 12px;
  color: var(--white);
  text-shadow: 0 1px 8px rgb(0 0 0 / 45%);
}

.hero-photo figcaption span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-photo figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.hero-sticker {
  position: absolute;
  top: 26px;
  right: 26px;
  display: grid;
  width: 104px;
  height: 104px;
  place-content: center;
  border-radius: 50%;
  background: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.15;
  text-align: center;
  transform: rotate(8deg);
}

.availability {
  display: grid;
  grid-template-columns: 150px 1fr 170px;
  gap: 48px;
  align-items: center;
  padding: clamp(60px, 8vw, 112px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--acid);
}

.availability-index { align-self: start; padding-top: 12px; }
.availability-main { max-width: 780px; }

.availability h2 {
  font-size: clamp(48px, 6.3vw, 88px);
  line-height: .93;
}

.availability-main p {
  max-width: 700px;
  margin: 26px 0 0;
  font-size: 16px;
  line-height: 1.75;
}

.round-link {
  display: grid;
  width: 150px;
  height: 150px;
  place-content: center;
  justify-self: end;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.round-link span { margin-left: 4px; }
.round-link:hover { background: var(--ink); color: var(--acid); transform: rotate(5deg); }

.video-story {
  display: grid;
  width: min(100% - 48px, 1180px);
  grid-template-columns: .8fr 1.05fr .55fr;
  gap: 28px;
  align-items: center;
  margin: 0 auto;
  padding: 120px 0;
}

.video-copy { padding-right: 34px; }
.section-number { margin-bottom: 24px; color: var(--forest-light); }

.video-copy h2,
.services h2,
.gallery h2 {
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: .95;
}

.video-copy > p:not(.section-number) {
  margin: 28px 0;
  color: #5d645e;
  font-size: 16px;
  line-height: 1.75;
}

.video-frame {
  position: relative;
  margin: 0;
  padding: 12px;
  background: var(--ink);
  transform: rotate(-1.5deg);
}

.video-frame video {
  aspect-ratio: 464 / 848;
  max-height: 720px;
  object-fit: cover;
  background: #050505;
}

.video-frame figcaption {
  padding: 12px 4px 2px;
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mini-photo {
  align-self: end;
  margin: 0 0 18px -6px;
  transform: rotate(3deg);
}

.mini-photo img { aspect-ratio: 3 / 4; object-fit: cover; }

.mini-photo span {
  display: block;
  padding-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.services {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
  background: var(--sage);
}

.services-heading { position: sticky; top: 36px; align-self: start; }

.service-list article {
  display: grid;
  grid-template-columns: 44px .8fr 1fr;
  gap: 22px;
  align-items: start;
  border-top: 1px solid rgb(17 23 19 / 45%);
  padding: 28px 0 34px;
}

.service-list article:last-child { border-bottom: 1px solid rgb(17 23 19 / 45%); }
.service-list span { font-size: 10px; font-weight: 850; }
.service-list h3, .service-list p { margin: 0; }
.service-list h3 { font-size: 21px; font-weight: 850; }
.service-list p { color: #63374c; font-size: 14px; line-height: 1.65; }

.gallery {
  display: grid;
  width: min(100% - 48px, 1180px);
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin: 0 auto;
  padding: 120px 0;
}

.gallery-title { grid-column: 1 / 8; margin-bottom: 44px; }
.gallery figure { margin: 0; overflow: hidden; background: #ddd9ce; }
.gallery figure img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery-a { grid-column: 1 / 8; grid-row: 2 / span 2; height: 760px; }
.gallery-b { grid-column: 8 / 13; grid-row: 2; height: 450px; }
.gallery-c { grid-column: 8 / 13; grid-row: 3; height: 450px; }
.gallery-d { grid-column: 3 / 11; height: 780px; margin-top: 24px !important; }
.gallery-note {
  grid-column: 8 / 13;
  margin: -40px 0 0;
  padding: 24px;
  background: var(--peach);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-style: italic;
  transform: rotate(-2deg);
}

.final-cta {
  display: grid;
  grid-template-columns: 1.2fr .7fr auto;
  gap: 48px;
  align-items: end;
  padding: 100px max(24px, calc((100vw - 1180px) / 2));
  background: var(--peach);
}

.final-cta h2 { max-width: 700px; font-size: clamp(52px, 6.5vw, 92px); line-height: .9; }
.final-cta > p { margin: 0; font-size: 15px; line-height: 1.7; }

footer {
  display: grid;
  grid-template-columns: .7fr 1.2fr 2fr auto;
  gap: 30px;
  padding: 42px max(24px, calc((100vw - 1180px) / 2)) 100px;
  background: var(--ink);
  color: #aeb7b1;
  font-size: 10px;
  line-height: 1.6;
}

footer p { margin: 0; }
.footer-brand { color: var(--white); }
.footer-brand span { color: var(--acid); }
.legal { max-width: 560px; }
.mobile-cta { display: none; }

.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgb(23 72 58 / 90%);
  backdrop-filter: blur(14px);
}

.age-card {
  width: min(100%, 520px);
  border: 2px solid var(--ink);
  padding: clamp(36px, 7vw, 66px);
  background: var(--cream);
  box-shadow: 14px 14px 0 var(--acid);
  text-align: center;
}

.age-symbol {
  display: grid;
  width: 76px;
  height: 76px;
  place-content: center;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--acid);
  font-size: 22px;
  font-weight: 950;
}

.age-card .section-number { text-align: center; }
.age-card h2 { font-size: clamp(42px, 7vw, 64px); line-height: .95; }
.age-card > p:not(.section-number):not(.age-symbol) { margin: 22px 0 28px; color: #5d645e; font-size: 14px; line-height: 1.65; }
.age-card .button { width: 100%; }
.age-card > a { display: inline-block; margin-top: 20px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 28px; padding-right: 36px; }
  .availability { grid-template-columns: 100px 1fr; }
  .round-link { grid-column: 2; justify-self: start; }
  .video-story { grid-template-columns: .85fr 1.15fr; }
  .mini-photo { display: none; }
  .services { grid-template-columns: 1fr; gap: 54px; }
  .services-heading { position: static; }
  .final-cta { grid-template-columns: 1fr 1fr; }
  .final-cta .button { grid-column: 2; justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .header-cta { display: none; }
  .header-actions { gap: 0; }

  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 640px; padding: 64px 20px 44px; }
  .hero h1 { font-size: clamp(66px, 19vw, 88px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-facts { margin-top: 38px; }
  .hero-photo { min-height: 680px; }
  .hero-sticker { width: 88px; height: 88px; font-size: 10px; }

  .availability { grid-template-columns: 1fr; gap: 28px; padding: 62px 20px 76px; }
  .availability h2 { font-size: 52px; }
  .availability-index { padding: 0; }
  .round-link { grid-column: 1; width: 126px; height: 126px; justify-self: start; }

  .video-story { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 82px 0; }
  .video-copy { padding: 0; }
  .video-frame { width: min(100%, 430px); margin: 20px auto 0; }

  .services { gap: 38px; padding: 78px 20px; }
  .service-list article { grid-template-columns: 34px 1fr; gap: 14px; }
  .service-list article p { grid-column: 2; }

  .gallery { width: calc(100% - 24px); grid-template-columns: 1fr 1fr; gap: 8px; padding: 82px 0; }
  .gallery-title { grid-column: 1 / 3; margin-bottom: 28px; padding: 0 6px; }
  .gallery h2 { font-size: 50px; }
  .gallery-a, .gallery-b, .gallery-c, .gallery-d { grid-column: auto; grid-row: auto; height: auto; margin: 0 !important; }
  .gallery-a { grid-column: 1 / 3; }
  .gallery figure img { height: auto; }
  .gallery-d { grid-column: 1 / 3; }
  .gallery-note { grid-column: 1 / 3; margin: -30px 14px 0; font-size: 20px; }

  .final-cta { grid-template-columns: 1fr; gap: 30px; padding: 76px 20px 110px; }
  .final-cta h2 { font-size: 57px; }
  .final-cta .button { grid-column: 1; justify-self: start; }

  footer { grid-template-columns: 1fr; gap: 16px; padding: 42px 20px 110px; }

  .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: 12px;
    border: 2px solid var(--ink);
    background: var(--acid);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .age-card { box-shadow: 8px 8px 0 var(--acid); }
}

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

[hidden] { display: none !important; }
