.interest-page {
  color: #fff8ed;
  background: #050403;
}

.interest-main {
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #050403 0%, #10251e 42%, #f2e5ce 42%, #f2e5ce 100%);
}

.interest-hero {
  position: relative;
  min-height: clamp(42rem, 86svh, 56rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 7.5rem 4.5rem 5.5rem;
}

.interest-hero::before,
.interest-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.interest-hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.74), rgba(5, 4, 3, 0.18) 55%, rgba(5, 4, 3, 0.72)),
    linear-gradient(180deg, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.66));
}

.interest-hero::after {
  z-index: 10;
  background:
    linear-gradient(180deg, rgba(3, 2, 2, 0.62), transparent 18%, transparent 74%, rgba(3, 2, 2, 0.6)),
    radial-gradient(circle at 22% 72%, rgba(216, 184, 97, 0.15), transparent 34rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.interest-hero__poster {
  position: absolute;
  z-index: -3;
  inset: 0;
  transform: scale(1.04);
  animation: interestPosterDrift 18s ease-in-out infinite alternate;
}

.interest-hero__poster img,
.interest-hero__stills img,
.event-summary-card::before {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interest-hero__poster img {
  object-position: 56% center;
}

.interest-hero__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px);
  background-size: 26px 26px, 34px 34px;
  mix-blend-mode: screen;
}

.interest-hero__content {
  position: relative;
  z-index: 12;
  width: min(61rem, 100%);
}

.interest-kicker,
.interest-pass span,
.interest-pass small,
.event-date,
.event-summary-card a {
  font-family: var(--font-accent);
  letter-spacing: 0;
  text-transform: uppercase;
}

.interest-kicker {
  margin: 0 0 1rem;
  color: #d8b861;
  font-size: 0.82rem;
  font-weight: 600;
}

.interest-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 0.9;
  text-shadow: 0 24px 80px rgba(0, 0, 0, 0.68);
}

.interest-hero__line {
  width: min(44rem, 100%);
  margin: 1.35rem 0 0;
  color: rgba(255, 248, 237, 0.78);
  font-family: var(--font-display);
  font-size: 1.42rem;
  line-height: 1.34;
}

.interest-hero__body {
  width: min(40rem, 100%);
  margin: 1rem 0 0;
  color: rgba(255, 248, 237, 0.7);
  font-size: 1.08rem;
  line-height: 1.66;
}

.interest-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.interest-hero__actions .btn {
  min-width: 11rem;
  min-height: 3.1rem;
  border-radius: 999px;
}

.interest-hero__stills {
  position: absolute;
  z-index: 11;
  right: 5rem;
  top: 8.7rem;
  display: grid;
  gap: 0.75rem;
  width: 13rem;
  transform: rotate(3deg);
  animation: interestStillFloat 8s ease-in-out infinite alternate;
}

.interest-hero__stills figure {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 0.28rem solid rgba(255, 248, 237, 0.9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.interest-pass {
  position: absolute;
  z-index: 12;
  right: 6rem;
  bottom: 7rem;
  display: grid;
  gap: 0.2rem;
  width: 22rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(216, 184, 97, 0.48);
  border-radius: 8px;
  color: #120a04;
  background:
    linear-gradient(90deg, transparent 1.1rem, rgba(18, 10, 4, 0.2) 1.15rem 1.2rem, transparent 1.25rem),
    linear-gradient(135deg, #fff0b8, #d7af55);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  transform: rotate(-4deg);
}

.interest-pass strong {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 0.92;
}

.interest-pass span,
.interest-pass small {
  font-size: 0.72rem;
  font-weight: 700;
}

.interest-process,
.interest-suite,
.event-summary,
.registry-prompt,
.contact-info {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.interest-process {
  padding: 4.5rem 0 3rem;
}

.interest-section-header {
  display: grid;
  gap: 0.85rem;
  max-width: 45rem;
  margin-bottom: 1.6rem;
}

.interest-section-header h2,
.interest-suite__header h2,
.registry-prompt h2 {
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
}

.interest-section-header p:not(.interest-kicker),
.interest-suite__header p,
.registry-prompt p,
.contact-info p {
  margin: 0;
  color: rgba(255, 248, 237, 0.72);
  font-size: 1.04rem;
  line-height: 1.72;
}

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

.interest-process__grid article {
  min-height: 15rem;
  display: grid;
  align-content: end;
  gap: 0.8rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.interest-process__grid span {
  color: #d8b861;
  font-family: var(--font-accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.interest-process__grid h3,
.event-summary-card h3 {
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.interest-process__grid p {
  margin: 0;
  color: rgba(255, 248, 237, 0.7);
  line-height: 1.62;
}

.interest-suite {
  scroll-margin-top: 1rem;
  padding: 3.25rem 0 4.5rem;
}

#rsvpForm {
  scroll-margin-top: 1rem;
}

.interest-suite__header {
  display: grid;
  gap: 0.85rem;
  max-width: 45rem;
  margin-bottom: 1.35rem;
}

.interest-suite__grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.48fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.interest-side {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
}

.already-rsvped,
.interest-note,
.rsvp-card,
.communications-preferences,
.registry-prompt,
.contact-info {
  border: 1px solid rgba(216, 184, 97, 0.24);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.already-rsvped,
.interest-note {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
  border-color: rgba(216, 184, 97, 0.34);
  background:
    linear-gradient(135deg, rgba(18, 10, 4, 0.9), rgba(16, 37, 30, 0.9));
}

.already-rsvped p,
.interest-note__body {
  margin: 0;
  color: rgba(255, 248, 237, 0.72);
  line-height: 1.65;
}

.interest-note__title,
.already-rsvped strong {
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
}

.event-summary {
  padding: 4.5rem 0;
  color: #24170d;
}

.event-summary .interest-section-header h2,
.event-summary .interest-section-header p:not(.interest-kicker) {
  color: #24170d;
}

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

.event-summary-card {
  position: relative;
  display: grid;
  gap: 0.8rem;
  min-height: 25rem;
  align-content: end;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 8px;
  color: #fff8ed;
  background: #120a04;
  box-shadow: 0 24px 70px rgba(80, 51, 22, 0.2);
}

.event-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.88;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.84)),
    var(--event-image);
  background-position: center;
  background-size: cover;
}

.event-summary-card:first-child {
  --event-image: url("/proposal/Positano_5_April-21.jpg?v76db2cb93cba");
}

.event-summary-card:last-child {
  --event-image: url("/proposal/Positano_5_April-100.jpg?v76db2cb93cba");
}

.event-summary-card > * {
  position: relative;
  z-index: 1;
}

.event-date {
  color: #d8b861;
  font-size: 0.78rem;
  font-weight: 700;
}

.event-summary-card p {
  margin: 0;
  color: rgba(255, 248, 237, 0.75);
  line-height: 1.6;
}

.event-summary-card a {
  width: max-content;
  color: #fff8ed;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.registry-prompt,
.contact-info {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
  padding: 2rem;
  color: #24170d;
  background: linear-gradient(135deg, #f2e5ce, #cbb88d);
  text-align: center;
}

.registry-prompt h2 {
  color: #24170d;
}

.registry-prompt p,
.contact-info p {
  width: min(34rem, 100%);
  color: rgba(36, 23, 13, 0.74);
}

.contact-info {
  margin-bottom: 4rem;
  background: rgba(255, 248, 237, 0.88);
}

.contact-info a:not(.btn) {
  color: #8c6510;
}

.rsvp-confirm,
.rsvp-next,
.rsvp-next__item {
  display: grid;
  gap: 0.85rem;
}

.rsvp-confirm {
  justify-items: center;
  text-align: center;
}

.rsvp-confirm__icon {
  color: #8c6510;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.rsvp-confirm__title,
.rsvp-next__title {
  margin: 0;
  color: #24170d;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
}

.rsvp-confirm__body,
.rsvp-confirm__note,
.rsvp-next__item p {
  margin: 0;
  color: rgba(36, 23, 13, 0.68);
  line-height: 1.62;
}

.rsvp-next__item {
  grid-template-columns: auto 1fr;
  text-align: left;
}

.rsvp-next__emoji {
  color: #8c6510;
  font-family: var(--font-accent);
  font-size: 0.8rem;
}

.rsvp-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

@keyframes interestPosterDrift {
  from {
    transform: scale(1.04) translate3d(-0.8rem, -0.4rem, 0);
  }
  to {
    transform: scale(1.12) translate3d(0.8rem, 0.4rem, 0);
  }
}

@keyframes interestStillFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(3deg);
  }
  to {
    transform: translate3d(0, -1rem, 0) rotate(1deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
