:root {
  --violet: #5c2668;
  --violet-deep: #4f1067;
  --violet-dark: #321039;
  --pink: #d94fa3;
  --blush: #f7a8d8;
  --paper: #fff7fc;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--violet-dark);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
button, input, select { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--pink); color: var(--paper); }
:focus-visible { outline: 3px solid var(--blush); outline-offset: 3px; }

.topbar {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  pointer-events: none;
}
.brand, .top-cta { pointer-events: auto; }
.brand { display: grid; color: #fff; text-decoration: none; line-height: 1; text-shadow: 0 2px 18px #260a2b99; }
.brand b { font-family: Manrope, sans-serif; letter-spacing: .08em; }
.brand span { margin-top: .18rem; font-size: .76rem; text-align: right; }
.top-cta { padding: .82rem 1.1rem; border: 1px dashed #fff7fcb3; border-radius: .75rem; background: #260a2b94; color: #fff; text-decoration: none; font-weight: 700; backdrop-filter: blur(12px); }

.hero { position: relative; min-height: 185vh; background: var(--violet-dark); color: #fff; }
.hero-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; contain: paint; }
.hero video { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .22s ease; will-change: transform; transform: translate3d(0, calc(var(--scroll-progress, 0) * -2.5%), 0) scale(1.055); backface-visibility: hidden; }
.hero video.is-ready { opacity: 1; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #18041de0 0%, #3210398c 46%, #32103912 82%); }
.hero-copy { position: absolute; z-index: 2; top: 0; left: 0; display: flex; flex-direction: column; justify-content: center; min-height: 100vh; width: min(52rem, 62vw); padding: 6rem clamp(1.25rem, 7vw, 7rem); }
.kicker { margin: 0 0 1rem; color: #a12b78; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .kicker, .myths .kicker, .waitlist .kicker { color: var(--blush); }
.hero h1, h2 { margin: 0; font-family: Manrope, sans-serif; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 { max-width: 10ch; font-size: clamp(3rem, 7vw, 7.4rem); line-height: .92; }
.hero-copy > p:not(.kicker) { max-width: 45ch; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.6; }
.hero ul { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; list-style: none; }
.hero li { padding: .5rem .75rem; border: 1px solid #fff7fc57; border-radius: 999px; background: #260a2b52; }

h2 { font-size: clamp(2.2rem, 4.7vw, 5.4rem); line-height: .98; }
p { line-height: 1.7; }
.offer { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; min-height: 92vh; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); background: radial-gradient(circle at 86% 18%, #f7a8d861, transparent 30%), var(--paper); }
.offer > div > p:not(.kicker) { max-width: 58ch; margin: 1.6rem 0 0; font-size: 1.08rem; color: #70466f; }
.ticket { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 29rem; margin-top: 2rem; padding: 1rem 1.2rem; border: 2px dashed #fff; border-radius: .9rem; background: var(--violet); color: #fff; text-decoration: none; box-shadow: 0 18px 48px #5018542e; transform: rotate(-1deg); transition: .2s; }
.ticket:hover { transform: rotate(0) translateY(-3px); }
.ticket span { font-weight: 800; }
.ticket b { font-family: Manrope, sans-serif; font-size: 1.5rem; }
.price { position: relative; display: grid; place-items: center; min-height: 34rem; padding: 2.5rem; overflow: hidden; border-radius: 46% 54% 58% 42% / 43% 38% 62% 57%; background: var(--violet); color: #fff; box-shadow: 0 36px 90px #3b123f33; }
.price::before { position: absolute; width: 20rem; height: 20rem; border-radius: 50%; content: ""; background: var(--pink); filter: blur(55px); opacity: .34; }
.price > * { position: relative; }
.price > span { text-transform: uppercase; font-weight: 700; letter-spacing: .12em; }
.price > strong { font: 800 clamp(6rem, 13vw, 11rem) / .82 Manrope, sans-serif; letter-spacing: -.09em; }
.price > em { font-style: normal; font-weight: 700; }
.price > div { display: flex; align-items: center; gap: .8rem; max-width: 20rem; padding: .8rem 1rem; border: 1px solid #ffffff40; border-radius: 999px; }
.price > div b { font-size: 1.7rem; color: var(--blush); }
.price > p { margin: 1rem 0 0; color: #f7ddeb; }

.myths { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 7rem); background: var(--violet); color: #fff; }
.myth-list { margin-top: 4rem; border-top: 1px solid #ffffff38; }
.myth-list article { display: grid; grid-template-columns: 4rem minmax(14rem, .8fr) 1.2fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid #ffffff38; }
.myth-list article > span { color: var(--blush); font-weight: 700; }
.myth-list h3 { margin: 0; font: 700 clamp(1.25rem, 2.2vw, 2rem) / 1.15 Manrope, sans-serif; }
.myth-list p { margin: 0; max-width: 52ch; color: #f7ddeb; }

.details { display: grid; grid-template-columns: 1fr minmax(18rem, .72fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); background: #ffe7f4; }
.details dl { margin: 2.5rem 0; border-top: 1px solid #3b123f33; }
.details dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid #3b123f33; }
.details dt { font-weight: 800; }
.details dd { margin: 0; color: #70466f; }
.details a { font-weight: 800; color: var(--violet); text-underline-offset: .4rem; text-decoration-thickness: .16rem; }
.details-card { position: relative; display: grid; place-items: center; min-height: 28rem; padding: 2.5rem; border-radius: 48% 52% 44% 56% / 53% 44% 56% 47%; background: var(--violet); color: #fff; text-align: center; box-shadow: 0 28px 72px #3b123f2e; isolation: isolate; }
.details-card::before { position: absolute; z-index: -1; width: 72%; aspect-ratio: 1; border: 1px solid #ffffff45; border-radius: 50%; content: ""; }
.details-card > span { font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.details-card > strong { font: 800 clamp(5rem, 10vw, 8rem) / .9 Manrope, sans-serif; letter-spacing: -.08em; }
.details-card > p { margin: 0; color: #f7ddeb; }
.details-card > a { margin-top: 1rem; padding: .8rem 1rem; border: 1px dashed #fff; border-radius: .75rem; color: #fff; text-decoration: none; }

.lucie { display: grid; grid-template-columns: minmax(18rem, .8fr) 1.2fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); background: linear-gradient(135deg, var(--paper), #f6d5ec); }
.lucie-photo { position: relative; display: grid; place-items: end center; min-height: min(760px, 72vw); isolation: isolate; }
.lucie-orbit { position: absolute; z-index: -1; inset: 13% 2% 5%; border-radius: 50% 44% 48% 52%; background: var(--violet); box-shadow: 0 32px 90px #5c26683b; transform: rotate(-4deg); }
.lucie-orbit::after { position: absolute; inset: 8%; border: 1px solid #ffffff45; border-radius: inherit; content: ""; }
.lucie-photo img { display: block; width: min(100%, 34rem); max-height: 760px; object-fit: contain; filter: drop-shadow(0 28px 26px #32103935); }
.lucie-photo span { position: absolute; right: -1rem; bottom: 2rem; max-width: 14rem; padding: .9rem 1rem; border-radius: .8rem; background: var(--pink); color: #fff; font-weight: 800; transform: rotate(-3deg); }
.lucie > div > p:not(.kicker) { max-width: 52ch; margin-top: 1.8rem; color: #70466f; font-size: 1.1rem; }

.waitlist { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 7rem); background: var(--violet-dark); color: #fff; }
.wait-copy { position: sticky; top: 7rem; }
.wait-copy > p:not(.kicker) { max-width: 55ch; color: #f7ddeb; }
.wait-copy ul { display: grid; gap: .8rem; padding: 0; list-style: none; }
.wait-copy li::before { content: "✓"; margin-right: .7rem; color: var(--blush); }
.form-shell { padding: clamp(1.4rem, 4vw, 3rem); border-radius: 1.5rem; background: var(--paper); color: var(--violet-dark); }
form { display: grid; gap: 1.2rem; }
.field { display: grid; gap: .45rem; }
.field label { font-weight: 800; }
.field small { color: #8f6a8e; font-weight: 500; }
input, select { width: 100%; min-height: 3.2rem; padding: .8rem .9rem; border: 1px solid #cfaecb; border-radius: .65rem; background: #fff; color: var(--violet-dark); }
.consent { display: grid; grid-template-columns: 1.2rem 1fr; gap: .75rem; align-items: start; color: #70466f; line-height: 1.5; }
.consent input { min-height: 0; margin-top: .25rem; accent-color: var(--violet); }
.honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
form button { min-height: 3.7rem; border: 2px dashed #fff; border-radius: .8rem; background: var(--violet); color: #fff; font-weight: 800; cursor: pointer; box-shadow: 0 14px 36px #3b123f2e; }
form button:disabled { opacity: .65; cursor: wait; }
.note { margin: 0; color: #8f6a8e; font-size: .86rem; text-align: center; }
.form-message { margin: 0; color: #9b214e; }
.success { min-height: 28rem; text-align: center; }
.success:not([hidden]) { display: grid; place-content: center; }
.success > span { font-size: 4rem; color: #a12b78; }
.success h3 { margin: .5rem 0; font: 800 clamp(2rem, 4vw, 3.5rem) / 1 Manrope, sans-serif; }
.success p { max-width: 40ch; color: #70466f; }
.success a { font-weight: 800; color: var(--violet); }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1.25rem, 7vw, 7rem); background: #1b061f; color: #f7ddeb; font-size: .9rem; }

@media (max-width: 800px) {
  .topbar { padding: .8rem 1rem; }
  .top-cta { font-size: .86rem; }
  .hero { min-height: 165vh; }
  .hero-copy { justify-content: flex-end; width: 100%; padding: 6rem 1.2rem 4rem; background: linear-gradient(0deg, #260a2bf0, #260a2b80 52%, transparent 78%); }
  .hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .offer, .details, .lucie, .waitlist { grid-template-columns: 1fr; }
  .price { min-height: 28rem; }
  .price > strong { font-size: clamp(6rem, 34vw, 9rem); }
  .myth-list article { grid-template-columns: 2.5rem 1fr; gap: .75rem 1rem; }
  .myth-list article p { grid-column: 2; }
  .details-card { width: min(100%, 27rem); min-height: 24rem; margin: auto; }
  .lucie-photo { width: min(100%, 29rem); min-height: 37rem; margin: auto; }
  .lucie-photo img { max-height: 39rem; }
  .lucie-photo span { right: 0; }
  .wait-copy { position: static; }
  footer { flex-direction: column; }
}

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