:root {
  --ink: #080708;
  --surface: #100e10;
  --surface-deep: #0d0a0c;
  --paper: #f2eee7;
  --muted: #aaa09a;
  --gold: #b69251;
  --gold-light: #d2b476;
  --wine: #6f0d22;
  --line: rgb(182 146 81 / 24%);
  --display: "Bodoni 72", Didot, Baskerville, Georgia, serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

::selection { background: var(--wine); color: #fff8ef; }

.section-shell {
  width: min(88vw, 1216px);
  margin-inline: auto;
}

.section-kicker,
.eyebrow,
.brand__name,
.hero__edition {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-kicker {
  margin: 0 0 1rem;
  color: #c8a96d;
}

h1, h2, h3, p { text-wrap: pretty; }

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero__image,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__image {
  z-index: -3;
  background: url('../images/hero-dark-romance-v2.webp') 53% 50% / cover no-repeat;
  animation: hero-reveal 1.35s ease-out both;
}

.hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(4 3 5 / 84%) 0%, rgb(5 4 6 / 64%) 30%, rgb(5 4 6 / 15%) 61%, rgb(5 4 6 / 22%) 100%),
    linear-gradient(180deg, rgb(3 2 3 / 42%) 0%, transparent 35%, rgb(3 2 3 / 85%) 100%);
}

.hero__sparkles {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__sparkles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff0ca;
  box-shadow: 0 0 13px rgb(255 225 164 / 95%), 0 0 32px rgb(196 157 84 / 65%);
  opacity: 0;
  animation: hero-twinkle 7.2s ease-in-out infinite;
}

.hero__sparkles span::before,
.hero__sparkles span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, transparent, rgb(250 229 184 / 78%), transparent);
  content: "";
  transform: translate(-50%, -50%);
}

.hero__sparkles span::before { width: 16px; height: 1px; }
.hero__sparkles span::after { width: 1px; height: 16px; }
.hero__sparkles span:nth-child(1) { top: 30%; left: 9%; animation-delay: -1.2s; animation-duration: 7.2s; }
.hero__sparkles span:nth-child(2) { top: 36%; left: 26%; animation-delay: -3.8s; animation-duration: 8.1s; }
.hero__sparkles span:nth-child(3) { top: 28%; left: 43%; animation-delay: -5.1s; animation-duration: 8.8s; }
.hero__sparkles span:nth-child(4) { top: 46%; left: 5%; animation-delay: -2.4s; animation-duration: 7.6s; }
.hero__sparkles span:nth-child(5) { top: 53%; left: 34%; animation-delay: -6.2s; animation-duration: 8.7s; }
.hero__sparkles span:nth-child(6) { top: 63%; left: 14%; animation-delay: -4.3s; animation-duration: 8.2s; }
.hero__sparkles span:nth-child(7) { top: 59%; left: 48%; animation-delay: -0.7s; animation-duration: 7s; }
.hero__sparkles span:nth-child(8) { top: 42%; left: 53%; animation-delay: -7.3s; animation-duration: 9.1s; }

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 14px;
  border: 1px solid rgb(202 169 105 / 28%);
  content: "";
  pointer-events: none;
}

.hero__header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(2rem, 7vw, 7rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-transform: uppercase;
}

.brand__monogram {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid rgb(202 169 105 / 62%);
  color: #d4b674;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1;
}

.brand__name { letter-spacing: 0.23em; }
.hero__edition { color: rgb(242 238 231 / 56%); }

.hero__content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(88vw, 1216px);
  margin-inline: auto;
  padding: 8.5rem 0 7rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 1.3rem;
  color: #d0ad68;
}

.eyebrow::before {
  width: 3.5rem;
  height: 1px;
  background: currentColor;
  content: "";
}

h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.7rem, 11vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero__subtitle {
  max-width: 31rem;
  margin: 2.2rem 0 0 0.4rem;
  color: rgb(242 238 231 / 76%);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-style: italic;
  letter-spacing: 0.02em;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin: 2.9rem 0 0 0.4rem;
}

.hero__actions p {
  max-width: 19rem;
  margin: 0;
  color: rgb(242 238 231 / 58%);
  font-size: 0.84rem;
  line-height: 1.55;
}

.luxury-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.65rem;
  border: 1px solid #c4a260;
  border-radius: 0;
  background: var(--gold);
  color: #090708;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.luxury-button:hover,
.luxury-button:focus-visible {
  background: var(--gold-light);
  transform: translateY(-2px);
}

.luxury-button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #e0c689;
  outline-offset: 3px;
}

.luxury-button:disabled { opacity: 0.68; cursor: wait; transform: none; }

.hero__scroll {
  position: absolute;
  right: clamp(2rem, 7vw, 7rem);
  bottom: clamp(2.2rem, 5vw, 4.5rem);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: rgb(242 238 231 / 62%);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero__scroll span:last-child { animation: float 1.8s ease-in-out infinite; }

section[id] { scroll-margin-top: 1rem; }

.intro,
.experience,
.details,
.gallery-section,
.host,
.registration { position: relative; }

.section-next {
  position: absolute;
  z-index: 3;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.35rem;
  color: rgb(210 180 118 / 58%);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: color 180ms ease;
}

.section-next span:last-child {
  display: grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border: 1px solid rgb(210 180 118 / 32%);
  border-radius: 50%;
  font-size: 0.9rem;
  letter-spacing: 0;
  animation: float 1.8s ease-in-out infinite;
}

.section-next:hover,
.section-next:focus-visible { color: var(--gold-light); }
.section-next:focus-visible { outline: 1px solid var(--gold); outline-offset: 0.45rem; }
.section-next--up span:last-child { animation-direction: reverse; }

.intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(7rem, 13vw, 12rem);
}

.section-index {
  position: absolute;
  top: 3.2rem;
  left: -4.5rem;
  color: rgb(200 169 109 / 16%);
  font-family: var(--display);
  font-size: 8rem;
  line-height: 1;
}

.intro__heading h2 { max-width: 12ch; }
.intro__copy { align-self: end; color: var(--muted); }
.intro__copy > p { margin: 0 0 1.4rem; }

.intro__copy .lead {
  color: #ece6dd;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.42;
}

.confidential-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.note-symbol { color: var(--gold); font-size: 1.4rem; line-height: 1.2; }
.confidential-note p { margin: 0; color: #d3cbc2; font-size: 0.9rem; }

.experience {
  padding-block: clamp(6rem, 10vw, 9rem);
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, #12080c 0%, #0d0a0c 42%, #130d10 100%);
}

.experience__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: clamp(2.8rem, 5vw, 4.5rem);
}

.experience__heading .section-kicker { flex: 0 0 auto; }
.experience__heading h2 { max-width: 12ch; font-size: clamp(2.8rem, 4.5vw, 4.8rem); text-align: right; }

.experience-gallery {
  display: grid;
  width: min(100%, 980px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.7rem);
  align-items: start;
  margin-inline: auto;
}

.experience-shot {
  position: relative;
  margin: 0;
}

.experience-shot:nth-child(even) { margin-top: clamp(2rem, 4vw, 3.75rem); }

.experience-shot__image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgb(202 169 105 / 16%);
  background: #090709;
  box-shadow: 0 1.6rem 4.5rem rgb(0 0 0 / 28%);
}

.experience-shot__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.58) contrast(1.04) brightness(0.76);
  transition: filter 500ms ease, transform 800ms ease;
}

.experience-shot__image::before,
.experience-shot__image::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.experience-shot__image::before {
  background:
    repeating-linear-gradient(104deg, rgb(255 255 255 / 1.4%) 0 1px, transparent 1px 4px),
    linear-gradient(118deg, rgb(59 7 21 / 38%), rgb(4 4 6 / 16%) 46%, rgb(8 15 24 / 34%));
  opacity: 0.92;
  backdrop-filter: blur(0.45px);
  transition: opacity 500ms ease;
}

.experience-shot__image::after {
  background: linear-gradient(180deg, rgb(4 3 5 / 94%) 0%, rgb(18 6 11 / 74%) 34%, rgb(8 5 8 / 24%) 69%, transparent 100%);
  box-shadow: inset 0 0 6rem rgb(2 1 2 / 34%);
}

.experience-shot:hover .experience-shot__image img { filter: saturate(0.75) contrast(1.04) brightness(0.84); transform: scale(1.02); }
.experience-shot:hover .experience-shot__image::before { opacity: 0.72; }

.experience-shot figcaption {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: clamp(1.15rem, 2vw, 1.7rem);
  text-shadow: 0 2px 18px rgb(0 0 0 / 82%);
}

.experience-shot figcaption span {
  display: block;
  margin-bottom: 0.65rem;
  color: #c5a15d;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.experience-shot h3 {
  margin: 0;
  color: #f6f0e7;
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 400;
  line-height: 1.18;
}

.experience-shot figcaption p {
  max-width: 26ch;
  margin: 0.85rem 0 0;
  color: #d8cec7;
  font-size: 0.87rem;
  line-height: 1.55;
}

.experience__models {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  color: #8f8580;
  font-size: 0.73rem;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
}

.experience__models::before,
.experience__models::after { width: 3rem; height: 1px; background: var(--line); content: ""; }
.experience__models strong { color: #d2b476; font-weight: 500; }

.details {
  border-bottom: 1px solid var(--line);
  background: var(--surface-deep);
}

.details__inner {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(5.5rem, 9vw, 8rem);
}

.details__inner h2 { max-width: 7ch; font-size: clamp(2.8rem, 4.6vw, 4.7rem); }

.details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.details__grid > div {
  min-height: 11rem;
  padding: 1.7rem 2.1rem;
  border-top: 1px solid var(--line);
}

.details__grid > div:nth-child(odd) { border-right: 1px solid var(--line); }

.details__grid dt {
  margin-bottom: 2.6rem;
  color: #827871;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.details__grid dd {
  margin: 0;
  color: #eee8df;
  font-family: var(--display);
  font-size: 1.45rem;
}

.details__grid span { display: block; margin-top: 0.35rem; color: #867c76; font-size: 0.8rem; }

.gallery-section {
  display: grid;
  grid-template-columns: minmax(15rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(7rem, 12vw, 11rem);
}

.gallery-copy h2 { font-size: clamp(2.8rem, 4.4vw, 4.6rem); }
.gallery-copy > p:last-child { max-width: 25rem; margin: 2rem 0 0; color: var(--muted); }

.gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 1fr 0.7fr;
  gap: 1rem;
  min-height: 44rem;
}

.gallery::before {
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: -2rem;
  width: 65%;
  height: 55%;
  border: 1px solid rgb(200 169 109 / 19%);
  content: "";
}

.gallery figure { margin: 0; overflow: hidden; background: #130f12; }

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: filter 500ms ease, transform 700ms ease;
}

.gallery figure:hover img { filter: saturate(0.95); transform: scale(1.025); }
.gallery__portrait { grid-row: 1 / 3; }
.gallery__square img { object-position: 70% 50%; }
.gallery__detail img { object-position: 50% 20%; }

.host {
  display: grid;
  grid-template-columns: minmax(22rem, 0.85fr) minmax(20rem, 1.15fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: center;
  padding-bottom: clamp(8rem, 14vw, 13rem);
}

.host__portrait {
  position: relative;
  min-height: 50rem;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #eeeae3 0%, #bdb8b1 100%);
}

.host__portrait::after {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgb(17 13 16 / 18%);
  content: "";
  pointer-events: none;
}

.host__portrait img { width: 100%; height: 100%; min-height: 50rem; object-fit: cover; object-position: 48% 50%; }

.host__signature {
  position: absolute;
  z-index: 2;
  right: -2rem;
  bottom: 3.5rem;
  color: var(--gold);
  font-family: var(--display);
  font-size: 3.3rem;
  font-style: italic;
  transform: rotate(-7deg);
}

.host__copy { max-width: 35rem; }
.host__copy h2 { margin-bottom: 0.45rem; }

.host__role {
  margin: 0 0 2.6rem;
  color: #a78c59;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.host__copy > p:not(.section-kicker, .host__role) { margin: 0 0 1.3rem; color: var(--muted); }

.host blockquote {
  margin: 2.5rem 0 0;
  padding: 2rem 0 0 2rem;
  border-top: 1px solid var(--line);
  color: #e9e1d7;
  font-family: var(--display);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.45;
}

.invitation {
  position: relative;
  display: grid;
  min-height: 43rem;
  place-items: center;
  overflow: hidden;
  border-block: 1px solid rgb(200 169 109 / 23%);
  background: radial-gradient(circle at 20% 50%, rgb(145 19 45 / 32%), transparent 34%), linear-gradient(135deg, #12070b, #2a0710 48%, #0d090b);
  text-align: center;
}

.invitation::before,
.invitation::after {
  position: absolute;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgb(200 169 109 / 15%);
  content: "";
  transform: rotate(45deg);
}

.invitation::before { top: -15rem; left: -5rem; }
.invitation::after { right: -5rem; bottom: -15rem; }

.invitation__ornament {
  position: absolute;
  color: rgb(205 174 113 / 6%);
  font-family: var(--display);
  font-size: min(68vw, 46rem);
  line-height: 1;
  pointer-events: none;
}

.invitation__content { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; padding: 6rem 1.5rem; }
.invitation__content h2 { max-width: 11ch; }
.invitation__price { margin: 1.4rem 0 0; color: #d5c6b4; font-size: 1rem; letter-spacing: 0.16em; text-transform: uppercase; }
.invitation__price span { color: #f7f1e8; font-family: var(--display); font-size: 5rem; letter-spacing: -0.04em; }
.invitation__content > p:not(.section-kicker, .invitation__price, .invitation__fineprint) { margin: -0.55rem 0 2rem; color: #9f938b; }
.invitation__fineprint { margin: 1rem 0 0; color: #746964; font-size: 0.7rem; }

.registration {
  display: grid;
  grid-template-columns: minmax(19rem, 0.72fr) minmax(30rem, 1.28fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
  padding-block: clamp(7rem, 12vw, 11rem);
}

.registration__aside { position: sticky; top: 3rem; }
.registration__aside h2 { max-width: 9ch; font-size: clamp(3rem, 4.8vw, 5rem); }
.registration__aside > p:not(.section-kicker) { max-width: 28rem; margin: 2rem 0 0; color: var(--muted); }

.privacy { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.privacy h3 { margin: 0 0 1.6rem; color: #e9e1d7; font-family: var(--display); font-size: 1.5rem; font-weight: 400; }
.privacy ul { display: grid; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.privacy li { display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.9rem; align-items: start; color: #827a75; font-size: 0.79rem; line-height: 1.5; }
.privacy__icon { color: var(--gold); font-size: 1.15rem; }
.privacy li strong { display: block; color: #cfc5bb; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }

.registration-card {
  padding: clamp(1.6rem, 4vw, 3.5rem);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgb(22 18 21 / 90%), rgb(12 10 12 / 95%));
  box-shadow: 0 35px 100px rgb(0 0 0 / 28%);
}

.form-heading { display: flex; justify-content: space-between; margin-bottom: 2rem; color: #d6cec5; font-family: var(--display); font-size: 1.45rem; }
.form-heading span:last-child { align-self: end; color: #746d68; font-family: var(--body); font-size: 0.64rem; letter-spacing: 0.15em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem 1rem; }
.field { display: grid; gap: 0.55rem; }
.field--full { grid-column: 1 / -1; }

.field label,
.recommendation label { color: #b8aea6; font-size: 0.71rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.field label span { color: #665f5b; font-size: 0.62rem; }

.field input,
.field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgb(242 238 231 / 15%);
  border-radius: 0;
  background: rgb(255 255 255 / 2%);
  color: #f1ece5;
  font-size: 1rem;
}

.field input:focus,
.field textarea:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 2px rgb(182 146 81 / 18%); }
.field textarea { min-height: 6.5rem; resize: vertical; }
.field textarea::placeholder { color: #625b57; }
.form-divider { height: 1px; margin: 2.1rem 0; background: var(--line); }

.check-row { display: flex; align-items: flex-start; gap: 0.9rem; cursor: pointer; }
.check-row input[type="checkbox"] { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; margin: 0.25rem 0 0; accent-color: var(--gold); }
.check-row > span { color: #b1a7a0; font-size: 0.84rem; font-weight: 400; line-height: 1.55; }
.check-row strong { display: block; color: #ddd5cb; font-weight: 500; }
.check-row small { display: block; color: #716965; font-size: 0.71rem; }

.company-fields { margin-top: 1.5rem; padding: 1.5rem; border-left: 1px solid #866d3e; background: rgb(182 146 81 / 4%); }
.recommendation { margin-top: 2.3rem; }
.honeypot { position: absolute; left: -9999px; }
.consents { display: grid; gap: 1rem; margin-top: 2.3rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.check-row--legal > span { color: #817974; font-size: 0.73rem; }
.check-row--legal a { color: #b89b62; text-decoration: underline; text-underline-offset: 3px; }
.submit-button { width: 100%; margin-top: 2rem; }
.form-fineprint { margin: 1rem 0 0; color: #68615d; font-size: 0.68rem; text-align: center; }

.form-errors { margin-bottom: 1.7rem; padding: 1rem 1.2rem; border: 1px solid rgb(198 71 82 / 45%); color: #e7a6ac; font-size: 0.82rem; }
.form-errors strong { color: #f0c4c7; }
.form-errors ul { margin: 0.55rem 0 0; padding-left: 1.2rem; }

.registration-success { min-height: 33rem; align-content: center; text-align: center; }
.registration-success__icon { display: grid; width: 4rem; height: 4rem; margin: 0 auto 1.8rem; place-items: center; border: 1px solid var(--gold); color: #c8a96d; font-size: 1.4rem; }
.registration-success h3 { margin: 0 0 1.3rem; font-family: var(--display); font-size: 2.6rem; font-weight: 400; }
.registration-success p:not(.section-kicker) { max-width: 29rem; margin: 0.8rem auto; color: #9f9690; }

footer {
  display: flex;
  width: min(88vw, 1216px);
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding-block: 2.8rem;
  border-top: 1px solid var(--line);
  color: #716a66;
  font-size: 0.67rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

footer .brand__name { color: #c7bfb7; }
footer p { margin: 0; }

@keyframes hero-reveal {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes float {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}

@keyframes hero-twinkle {
  0%, 28%, 61%, 100% { opacity: 0; transform: scale(0.35) rotate(0deg); }
  36% { opacity: 0.48; transform: scale(0.78) rotate(10deg); }
  43% { opacity: 1; transform: scale(1.18) rotate(22deg); }
  50% { opacity: 0.38; transform: scale(0.74) rotate(36deg); }
  56% { opacity: 0.78; transform: scale(0.96) rotate(48deg); }
}

@media (max-width: 960px) {
  .intro,
  .details__inner,
  .gallery-section,
  .host,
  .registration { grid-template-columns: 1fr; }

  .intro { gap: 3rem; }
  .section-index { left: auto; right: 0; }
  .experience__heading { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .experience__heading h2 { max-width: 13ch; text-align: left; }
  .experience-gallery { grid-template-columns: repeat(3, 1fr); }
  .experience-shot:nth-child(even) { margin-top: 2rem; }
  .details__inner { gap: 3.5rem; }
  .details__inner h2 { max-width: none; }
  .gallery-section { gap: 4rem; }
  .gallery-copy { max-width: 35rem; }
  .host { gap: 4rem; }
  .host__portrait { width: min(100%, 34rem); min-height: 46rem; }
  .host__portrait img { min-height: 46rem; }
  .host__signature { right: 1rem; }
  .registration__aside { position: static; }
  .registration__aside h2 { max-width: 11ch; }
}

@media (max-width: 700px) {
  .hero::after { inset: 8px; }
  .hero__header { padding: 1.6rem 1.4rem; }
  .hero__edition { display: none; }
  .brand__name { font-size: 0.62rem; }
  .hero__image { background-position: 76% 50%; }
  .hero__veil { background: linear-gradient(90deg, rgb(4 3 5 / 80%) 0%, rgb(4 3 5 / 28%) 100%), linear-gradient(180deg, rgb(3 2 3 / 42%) 0%, transparent 28%, rgb(3 2 3 / 92%) 100%); }
  .hero__content { width: auto; margin: auto 1.5rem; padding-top: 8rem; }
  .eyebrow { align-items: flex-start; gap: 0.7rem; font-size: 0.63rem; letter-spacing: 0.2em; }
  .eyebrow::before { width: 1.6rem; margin-top: 0.5rem; }
  h1 { font-size: clamp(4rem, 21vw, 6.5rem); line-height: 0.83; }
  .hero__subtitle { max-width: 18rem; margin-top: 1.6rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1rem; margin-top: 2rem; }
  .hero__scroll { right: 1.45rem; bottom: 1.45rem; display: inline-flex; }
  .hero__scroll span:first-child { display: none; }
  .hero__scroll span:last-child {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    border: 1px solid rgb(210 180 118 / 48%);
    border-radius: 50%;
    color: #d2b476;
    font-size: 1.15rem;
  }
}

@media (max-width: 420px) {
  .hero__content {
    margin-inline: 1.2rem;
    padding: 7rem 0 5.4rem;
  }

  .eyebrow { margin-bottom: 0.9rem; }
  h1 { max-width: 100%; font-size: clamp(3.35rem, 17vw, 4rem); line-height: 0.86; }
  .hero__subtitle { margin-top: 1.15rem; font-size: 1.05rem; line-height: 1.35; }
  .hero__actions { gap: 0.75rem; margin-top: 1.4rem; }
  .hero__actions p { max-width: 16rem; font-size: 0.76rem; line-height: 1.4; }
  .hero__actions .luxury-button { min-height: 2.9rem; padding: 0.65rem 1.15rem; font-size: 0.68rem; }
  .hero__scroll { right: 1.15rem; bottom: 1.15rem; }
}

@media (max-width: 620px) {
  .section-shell { width: min(88vw, 34rem); }
  .intro { padding-block: 6.5rem; }
  .section-index { top: 2.2rem; font-size: 6rem; }
  .experience-gallery { width: min(76vw, 19rem); grid-template-columns: 1fr; gap: 1rem; }
  .experience-shot:nth-child(even) { margin-top: 0; }
  .experience-shot:last-child { grid-column: auto; }
  .experience-shot:last-child .experience-shot__image { aspect-ratio: 4 / 5; }
  .experience-shot figcaption { padding: 1.3rem; }
  .experience-shot figcaption span { font-size: 0.76rem; }
  .experience-shot h3 { font-size: clamp(1.35rem, 6vw, 1.6rem); }
  .experience-shot figcaption p { max-width: 24ch; font-size: 0.96rem; line-height: 1.48; }
  .experience__models { align-items: center; justify-content: center; gap: 0.5rem; flex-direction: column; text-align: center; }
  .experience__models::before { width: 3rem; }
  .experience__models::after { display: none; }
  .details__inner { gap: 2.2rem; padding-block: 4.5rem 5.5rem; }
  .details__inner > div:first-child { text-align: center; }
  .details__inner h2 { margin-inline: auto; }
  .details__grid { grid-template-columns: 1fr; }
  .details__grid > div:nth-child(odd) { border-right: 0; }
  .details__grid > div { min-height: auto; padding: 1.3rem 0.75rem; text-align: center; }
  .details__grid dt { margin-bottom: 0.55rem; }
  .details__grid dd { font-size: 1.35rem; }
  .gallery { grid-template-columns: 1fr 1fr; min-height: 32rem; }
  .gallery__portrait { grid-row: 1 / 3; }
  .gallery::before { right: -1rem; }
  .host__portrait, .host__portrait img { min-height: 36rem; }
  .host__signature { font-size: 2.6rem; }
  .invitation { min-height: 39rem; }
  .invitation__price span { font-size: 4rem; }
  .registration { padding-block: 6.5rem; gap: 3.5rem; }
  .registration-card { padding: 1.4rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  footer { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__sparkles { display: none; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
