@font-face {
  font-family: "Amsterdam Signature";
  src: url("assets/Amsterdam Signature.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans SemiBold";
  src: url("assets/NunitoSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --rose-0: #fff4eb;
  --rose-1: #f8b3b8;
  --rose-2: #f2858f;
  --rose-3: #e74c79;
  --rose-4: #ca245f;
  --rose-5: #ab184d;
  --orange-1: #f79a72;
  --orange-2: #ef6d53;
  --cream: #f9f0e4;
  --cream-strong: #fff8ef;
  --ink: #fff8f4;
  --ink-dark: #d32758;
  --ink-dark-2: #b8194c;
  --shadow: rgba(70, 16, 30, 0.18);
  --shell: min(100% - 2rem, 76rem);
  --shell-medium: min(100% - 2rem, 63rem);
  --shell-narrow: min(100% - 2rem, 58rem);
  --section-space: clamp(4rem, 9vw, 7rem);
  --nav-h: clamp(3.4rem, 6vw, 4.4rem);
  --title-font: "Poppins", system-ui, sans-serif;
  --large-text-font: "Nunito Sans SemiBold", "Poppins", system-ui, sans-serif;
  --script-font: "Didot", "Bodoni 72", "Iowan Old Style", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  scroll-padding-top: calc(var(--nav-h) + 1.25rem);
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--title-font);
  color: var(--ink);
  background: var(--rose-3);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: #fff;
  color: var(--rose-5);
  text-decoration: none;
  font-weight: 700;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.site-nav {
  position: fixed;
  top: max(0.75rem, env(safe-area-inset-top));
  left: 0;
  right: 0;
  z-index: 120;
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  pointer-events: none;
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 72rem);
  min-height: var(--nav-h);
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(108, 14, 40, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 18px 40px rgba(72, 16, 32, 0.24);
  backdrop-filter: blur(24px) saturate(1.05);
  -webkit-backdrop-filter: blur(24px) saturate(1.05);
  pointer-events: auto;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  position: relative;
}

.site-nav.is-scrolled .site-nav__inner {
  background: rgba(98, 12, 36, 0.58);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 20px 44px rgba(72, 16, 32, 0.32);
}

.site-nav__brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.7rem, 4.4vw, 3.45rem);
  aspect-ratio: 1;
  text-decoration: none;
  color: #fff6ef;
}

.site-nav__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 0.65rem rgba(255, 247, 239, 0.25));
  opacity: 0.95;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

@media (min-width: 641px) {
  .site-nav__brand {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-nav__links {
    margin-inline: auto;
  }
}

.site-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf4;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.site-nav__toggle:hover,
.site-nav__toggle:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.site-nav__toggle span {
  position: absolute;
  width: 1.05rem;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 220ms ease,
    opacity 180ms ease;
}

.site-nav__toggle span:nth-child(1) {
  transform: translateY(-0.34rem);
}

.site-nav__toggle span:nth-child(3) {
  transform: translateY(0.34rem);
}

.site-nav.is-open .site-nav__toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.site-nav.is-open .site-nav__toggle span:nth-child(2) {
  opacity: 0;
}

.site-nav.is-open .site-nav__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.site-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  color: rgba(255, 246, 239, 0.9);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #fffdf8;
  transform: translateY(-1px);
}

.site-nav__link[aria-current="true"] {
  background: rgba(255, 255, 255, 0.2);
  color: #fffdf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.site-nav__link--cta {
  background: rgba(255, 245, 240, 0.14);
}

.reveal-ready [data-reveal],
.reveal-ready [data-hero-intro] {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-ready [data-hero-intro] {
  transform: translateY(1.5rem);
}

.reveal-ready [data-reveal].is-visible,
.reveal-ready [data-hero-intro].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .guest-card[data-reveal] {
  transform: translateY(2.1rem) scale(0.985);
}

.reveal-ready .guest-card[data-reveal].is-visible {
  transform: translateY(0) scale(1);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.poster {
  position: relative;
}

.panel {
  position: relative;
  overflow: clip;
}

.panel__inner {
  position: relative;
  width: var(--shell);
  margin: 0 auto;
  z-index: 2;
}

.panel__inner--medium {
  width: var(--shell-medium);
}

.panel__inner--narrow {
  width: var(--shell-narrow);
}

.heading-sans,
.heading-script,
.watermark,
.hero-title,
.eyebrow,
.cta-button,
.host-signature {
  margin: 0;
}

.heading-sans {
  font-family: var(--large-text-font);
  font-weight: 800;
  text-transform: lowercase;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.heading-sans--xl {
  font-size: clamp(3rem, 9vw, 5.85rem);
}

.heading-script {
  font-family: var(--script-font);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--ink-dark);
}

.heading-script--light {
  color: var(--cream-strong);
}

.heading-script--image {
  line-height: 0;
}

.theme-title-art {
  width: min(100%, 46rem);
  height: auto;
  margin-inline: auto;
}

.watermark {
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  text-align: center;
  font-family: var(--title-font);
  font-size: clamp(5rem, 20vw, 22rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  text-transform: lowercase;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}

.panel--hero {
  min-height: 100vh;
  min-height: 100dvh;
  padding: max(2rem, env(safe-area-inset-top)) 0 clamp(4rem, 8vw, 6rem);
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 18%),
    radial-gradient(circle at 18% 14%, rgba(255, 250, 245, 0.42), transparent 26%),
    radial-gradient(circle at 67% 36%, rgba(255, 230, 188, 0.42), transparent 11%),
    radial-gradient(circle at 82% 52%, rgba(255, 247, 250, 0.3), transparent 9%),
    linear-gradient(180deg, #de5473 0%, #ee7a78 48%, #f19083 100%);
}

.panel--hero::before,
.panel--hosts::after,
.panel--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/Três Figuras Contra Luz.svg") center / cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.hero-shell {
  text-align: center;
  padding-top: clamp(4.75rem, 8vw, 7rem);
  padding-bottom: clamp(1rem, 4vw, 2rem);
}

.eyebrow {
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.6vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.62em;
  text-transform: uppercase;
}

.hero-title {
  width: min(100%, 47rem);
  margin-inline: auto;
}

.hero-title img {
  width: 100%;
  height: auto;
}

.hero-flower {
  width: clamp(2.7rem, 5vw, 4.4rem);
  margin: 2rem auto 1.4rem;
}

.hero-date {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 2.2rem);
  font-weight: 500;
  text-transform: uppercase;
}

.hero-about {
  width: min(100%, 63rem);
  margin: clamp(4rem, 9vw, 6rem) auto 0;
  position: relative;
}

.hero-about::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20rem;
  width: clamp(34rem, 68vw, 56rem);
  height: clamp(34rem, 68vw, 56rem);
  transform: translateX(-50%);
  background: url("assets/White Flower Outline.svg") center / contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
}

.hero-about .heading-sans,
.hero-about .about-copy {
  position: relative;
  z-index: 1;
}

.hero-about .heading-sans {
  font-size: clamp(2.15rem, 5.5vw, 4.65rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-transform: none;
  color: #FBF0E1;
}

.hero-petal {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.96;
  will-change: transform;
}

.hero-petal--left {
  left: clamp(-6rem, 0vw, -2rem);
  top: 12%;
  width: clamp(10rem, 18vw, 16rem);
  transform: translateX(-12%);
  animation: petal-float-left 9.5s ease-in-out infinite;
}

.hero-petal--right {
  right: clamp(-7rem, 0vw, -2rem);
  top: 3%;
  width: clamp(12rem, 28vw, 24rem);
  transform: translateX(14%);
  animation: petal-float-right 11s ease-in-out infinite;
}

.about-copy {
  margin: 1.8rem auto 0;
  max-width: 70rem;
  font-family: var(--large-text-font);
  font-size: clamp(1.14rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #FBF0E1;
}

.hero-cta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
}

.panel--theme {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--section-space) 0 calc(var(--section-space) + 1rem);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.76), transparent 38%),
    linear-gradient(180deg, #f9efe2 0%, #faf4ea 100%);
  color: var(--ink-dark);
}

.panel--theme::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 74%, rgba(255, 205, 138, 0.25), transparent 12%),
    radial-gradient(circle at 63% 73%, rgba(255, 255, 255, 0.55), transparent 18%);
  pointer-events: none;
}

.theme-shell {
  text-align: center;
}

.theme-copy {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.7rem;
  position: relative;
  z-index: 2;
}

.theme-copy p {
  margin: 0;
  font-family: var(--large-text-font);
  font-size: clamp(1.08rem, 1.65vw, 1.52rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: var(--ink-dark);
}

.theme-rock {
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  height: auto;
}

.theme-rock--left {
  left: 0;
  width: clamp(5rem, 12vw, 8rem);
}

.theme-rock--right {
  right: 0;
  width: clamp(5rem, 12vw, 8rem);
  transform: scaleX(-1);
}

.panel--hosts {
  min-height: 32rem;
  padding: clamp(3.5rem, 9vw, 5rem) 0 0;
  background:
    radial-gradient(circle at 2% 6%, rgba(255, 250, 242, 0.58), rgba(255, 250, 242, 0.18) 10%, transparent 24%),
    radial-gradient(circle at 98% 7%, rgba(255, 247, 236, 0.52), rgba(255, 247, 236, 0.14) 10%, transparent 22%),
    radial-gradient(circle at 4% 20%, rgba(255, 247, 234, 0.36), rgba(255, 247, 234, 0.14) 10%, transparent 28%),
    radial-gradient(circle at 96% 16%, rgba(255, 244, 228, 0.34), rgba(255, 244, 228, 0.12) 10%, transparent 26%),
    radial-gradient(circle at 8% 84%, rgba(255, 230, 207, 0.18), transparent 18%),
    radial-gradient(circle at 92% 80%, rgba(255, 230, 207, 0.16), transparent 18%),
    radial-gradient(circle at 20% 12%, rgba(255, 232, 210, 0.28), transparent 18%),
    radial-gradient(circle at 84% 68%, rgba(255, 217, 201, 0.22), transparent 17%),
    linear-gradient(180deg, #f18b6d 0%, #ef624e 100%);
}

.panel--hosts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(4.5rem, 10vw, 6.5rem);
  background: linear-gradient(180deg, rgba(228, 82, 63, 0) 0%, rgba(228, 82, 63, 0.58) 42%, rgba(228, 82, 63, 1) 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}

.hosts-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.1) 10%, transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.1) 10%, transparent 24%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 2;
}

.hosts-shell {
  min-height: 35rem;
}

.watermark--hosts {
  top: -107px;
  color: #fff7ef;
  font-size: clamp(6rem, 21vw, 20rem);
  line-height: 0.71;
  letter-spacing: -0.015em;
  text-align: center;
  white-space: nowrap;
}

.hosts-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 35rem);
  margin: 4.75rem auto 0;
  text-align: left;
  transform: translateY(-7.1rem);
}

.hosts-copy .heading-script {
  margin-bottom: 2rem;
  font-size: clamp(3rem, 7vw, 7rem);
  text-align: center;
}

.hosts-copy p {
  margin: 0;
  font-family: var(--large-text-font);
  font-size: clamp(1.05rem, 1.55vw, 2rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-align: justify;
}

.host-photo {
  position: absolute;
  bottom: -4.5rem;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 12%, #000 100%);
  mask-image: linear-gradient(to top, transparent 0%, #000 12%, #000 100%);
}

.host-photo--left {
  left: -2rem;
  width: min(40vw, 26rem);
  transform: translateX(-5%) scale(1.24);
  transform-origin: bottom left;
}

.host-photo--right {
  bottom: -8rem;
  right: 0;
  width: min(40vw, 26.5rem);
  transform: translateX(5%) scale(1.24);
  transform-origin: bottom right;
}

.host-signature {
  position: absolute;
  bottom: 1rem;
  z-index: 4;
  font-family: "Amsterdam Signature", var(--script-font);
  font-size: clamp(2.6rem, 7vw, 10.4rem);
  font-style: normal;
  font-weight: 500;
  color: rgba(255, 248, 239, 0.95);
}

.host-signature--left {
  left: 28%;
}

.host-signature--right {
  right: 27%;
}

.panel--guests {
  padding: clamp(3rem, 4vw, 1.5rem) 0 clamp(1.5rem, 4vw, 0rem);
  background:
    radial-gradient(circle at 3% 8%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.18) 10%, transparent 22%),
    radial-gradient(circle at 97% 8%, rgba(255, 249, 242, 0.56), rgba(255, 249, 242, 0.14) 10%, transparent 22%),
    radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.5), transparent 17%),
    radial-gradient(circle at 84% 34%, rgba(255, 255, 255, 0.4), transparent 18%),
    linear-gradient(180deg, #f9efe2 0%, #faf5eb 100%);
}

.guests-shell {
  position: relative;
}

.watermark--guests {
  top: -3.69rem;
  color: #D32658;
}

.panel--guests .heading-script {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

.guest-petal {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.92;
  will-change: transform;
}

.guest-petal--left {
  left: -10rem;
  top: 1rem;
  width: clamp(13rem, 32vw, 36rem);
  transform: rotate(-16deg);
  animation: petal-guest-left 10.5s ease-in-out infinite;
}

.guest-petal--right {
  right: -0.25rem;
  top: 0rem;
  width: clamp(11rem, 30vw, 32rem);
  animation: petal-guest-right 12s ease-in-out infinite;
}

.guest-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: end;
}

.guest-card {
  min-width: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: linear-gradient(180deg, #d3205b 0%, #ee6480 100%);
  box-shadow: 0 18px 40px rgba(193, 38, 88, 0.16);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.guest-card:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 24px 44px rgba(193, 38, 88, 0.2);
}

.guest-card--wide {
  grid-column: span 2;
}

.guest-card__name {
  margin: 0;
  padding: 1rem 0.55rem 0.75rem;
  color: #fff8f3;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.guest-card__media {
  position: relative;
  height: clamp(15rem, 29vw, 10.5rem);
  overflow: hidden;
}

.guest-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(250, 245, 235, 0), rgba(250, 245, 235, 0.98));
  z-index: 2;
}

.guest-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.03);
  transform-origin: center top;
}

.guest-card__media--contain img {
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1);
  transform-origin: center bottom;
}

.guest-card--wide .guest-card__media--contain img {
  transform: scale(1.12);
}

.panel--location {
  padding: clamp(3.75rem, 8vw, 5.5rem) 0 clamp(3rem, 7vw, 4.5rem);
  background:
    radial-gradient(circle at 3% 8%, rgba(255, 248, 238, 0.74), rgba(255, 248, 238, 0.24) 10%, transparent 24%),
    radial-gradient(circle at 97% 8%, rgba(255, 244, 232, 0.7), rgba(255, 244, 232, 0.22) 10%, transparent 24%),
    radial-gradient(circle at 16% 12%, rgba(255, 231, 196, 0.2), transparent 16%),
    linear-gradient(180deg, #f16c42 0%, #ef5b42 58%, #e94466 100%);
}

.panel--location::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/Três Figuras Contra Luz.svg") center / cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.location-shell {
  position: relative;
  overflow: visible;
}

.watermark--location {
  top: -3rem;
  font-size: clamp(7rem, 24vw, 13rem);
  line-height: 0.72;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
}

.panel--location .heading-script {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  text-align: center;
}

.location-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: center;
}

.location-map-wrap {
  min-height: clamp(18rem, 34vw, 26rem);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(92, 22, 28, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.location-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.location-copy {
  max-width: 40rem;
  margin-left: auto;
  text-align: right;
}

.location-lead {
  margin: 0;
  font-family: var(--large-text-font);
  font-size: clamp(2.8rem, 5.4vw, 4.35rem);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.07em;
  color: #fff8f2;
}

.location-name {
  margin: 2rem 0 0.45rem;
  font-family: var(--large-text-font);
  font-size: clamp(1.4rem, 2.4vw, 1rem);
  font-weight: 700;
  line-height: 1.05;
  color: #fff8f2;
}

.location-address {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 0.45rem);
  font-weight: 200;
  line-height: 1.08;
  color: #fff4ef;
}

.panel--cta {
  padding: clamp(4rem, 10vw, 6rem) 0 clamp(3.25rem, 9vw, 5rem);
  background:
    radial-gradient(circle at 58% 43%, rgba(255, 237, 199, 0.38), transparent 10%),
    radial-gradient(circle at 60% 44%, rgba(255, 255, 255, 0.34), transparent 16%),
    linear-gradient(180deg, #e75e82 0%, #d93d6e 100%);
}

.panel--cta::after {
  content: none;
}

.cta-shell {
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.watermark--cta {
  top: -6.8rem;
}

.cta-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 35rem);
  padding: clamp(1.1rem, 2.4vw, 1.9rem) clamp(2.25rem, 8vw, 5rem);
  border: 1.5px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 40px rgba(110, 21, 52, 0.24);
  backdrop-filter: saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  animation: cta-pulse 4.2s ease-in-out infinite;
}

.cta-button--hero {
  min-width: min(100%, 22rem);
  padding: clamp(0.95rem, 2vw, 1.2rem) clamp(2rem, 6vw, 3.35rem);
  font-size: clamp(1.4rem, 3.4vw, 2.15rem);
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background: linear-gradient(110deg,
      transparent 38%,
      rgba(255, 255, 255, 0.08) 45%,
      rgba(255, 255, 255, 0.62) 50%,
      rgba(255, 255, 255, 0.08) 55%,
      transparent 62%);
  transform: translateX(-140%) skewX(-18deg);
  animation: cta-shine 4.2s ease-in-out infinite;
}

.cta-button:hover {
  transform: translateY(-2px) scale(1.015);
  animation-play-state: paused;
}

.cta-button:hover::after {
  animation-play-state: paused;
}

.cta-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 5px;
}

@keyframes cta-pulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 16px 40px rgba(110, 21, 52, 0.24);
  }

  50% {
    transform: scale(1.04);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 24px 58px rgba(110, 21, 52, 0.34),
      0 0 36px rgba(255, 245, 250, 0.24);
  }
}

@keyframes cta-shine {

  0%,
  16% {
    transform: translateX(-140%) skewX(-18deg);
  }

  36% {
    transform: translateX(140%) skewX(-18deg);
  }

  100% {
    transform: translateX(140%) skewX(-18deg);
  }
}

.cta-price {
  position: relative;
  z-index: 2;
  margin: 1.2rem 0 2.8rem;
  font-size: clamp(1.45rem, 3.4vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  text-align: center;
}

.cta-seal {
  position: relative;
  z-index: 2;
  width: clamp(12rem, 22vw, 16rem);
}

.cta-petal {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.cta-petal--left {
  left: clamp(-5rem, -4vw, -1.5rem);
  bottom: 0.75rem;
  width: clamp(9rem, 18vw, 16rem);
  transform: translateX(-10%);
  animation: petal-float-left 10s ease-in-out infinite;
}

.cta-petal--right {
  right: clamp(-6rem, -5vw, -1.75rem);
  bottom: -1.2rem;
  width: clamp(11rem, 23vw, 19rem);
  transform: translateX(12%);
  animation: petal-float-right 11.5s ease-in-out infinite;
}

@keyframes petal-float-left {

  0%,
  100% {
    transform: translateX(-12%) translateY(0) rotate(0deg);
  }

  50% {
    transform: translateX(-9%) translateY(-0.7rem) rotate(-2.5deg);
  }
}

@keyframes petal-float-right {

  0%,
  100% {
    transform: translateX(14%) translateY(0) rotate(0deg);
  }

  50% {
    transform: translateX(11%) translateY(0.8rem) rotate(2.8deg);
  }
}

@keyframes petal-guest-left {

  0%,
  100% {
    transform: rotate(-16deg) translateY(0);
  }

  50% {
    transform: rotate(-13deg) translateY(-0.6rem) translateX(0.3rem);
  }
}

@keyframes petal-guest-right {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(0.7rem) rotate(2.2deg);
  }
}

@media (max-width: 1120px) {
  .hosts-shell {
    min-height: 39rem;
  }

  .hosts-copy {
    width: min(100%, 35rem);
  }

  .host-photo--left,
  .host-photo--right {
    width: min(33vw, 19rem);
  }

  .host-signature--left {
    left: 10%;
  }

  .host-signature--right {
    right: 8%;
  }
}

@media (min-width: 901px) {
  .panel--hosts .panel__inner {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 900px) {
  .site-nav {
    top: max(0.5rem, env(safe-area-inset-top));
    padding-inline: 0.5rem;
  }

  .site-nav__inner {
    padding: 0.6rem 0.75rem;
  }

  .site-nav__brand {
    width: 2.65rem;
  }

  .site-nav__links {
    gap: 0.28rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
  }

  .site-nav__links::-webkit-scrollbar {
    display: none;
  }

  .site-nav__link {
    flex: 0 0 auto;
    min-height: 2.15rem;
    padding: 0.5rem 0.78rem;
    font-size: 0.82rem;
    scroll-snap-align: start;
  }

  .panel--hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: max(3rem, env(safe-area-inset-top));
  }

  .hero-shell {
    padding-top: clamp(2rem, 6vw, 4rem);
  }

  .hero-about {
    margin-top: clamp(3rem, 8vw, 4.5rem);
  }

  .cta-button--hero {
    min-width: min(100%, 20rem);
  }

  .hero-petal--left {
    left: -3.5rem;
    top: 16%;
    width: clamp(7rem, 16vw, 10rem);
  }

  .hero-petal--right {
    right: -4.5rem;
    top: 5%;
    width: clamp(10rem, 24vw, 14rem);
  }

  .theme-copy p,
  .hosts-copy p {
    line-height: 1.08;
  }

  .hosts-shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "copy copy"
      "left right"
      "sign-left sign-right";
    gap: 0.5rem 1rem;
    min-height: auto;
    padding-bottom: 2rem;
  }

  .hosts-copy {
    grid-area: copy;
    width: min(100%, 38rem);
    margin-top: 2rem;
    transform: none;
  }

  .host-photo {
    position: static;
    width: min(100%, 16rem);
    margin: 0 auto;
  }

  .host-photo--left {
    grid-area: left;
  }

  .host-photo--right {
    grid-area: right;
  }

  .host-signature {
    position: static;
    text-align: center;
    font-size: clamp(1.65rem, 4vw, 2.5rem);
  }

  .host-signature--left {
    grid-area: sign-left;
  }

  .host-signature--right {
    grid-area: sign-right;
  }

  .guest-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .guest-card--wide {
    grid-column: span 2;
  }

  .guest-card__media {
    height: clamp(14rem, 36vw, 18.5rem);
  }

  .cta-petal--left {
    left: -3.75rem;
  }

  .cta-petal--right {
    right: -4rem;
  }
}

@media (max-width: 640px) {
  .site-nav {
    padding-inline: 0.375rem;
  }

  .site-nav__inner {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-items: stretch;
    min-height: auto;
    padding: 0.55rem 0.55rem 0.6rem;
    border-radius: 1.25rem;
    justify-content: space-between;
  }

  .site-nav__brand {
    width: 2.4rem;
  }

  .site-nav__toggle {
    position: relative;
    display: inline-flex;
    justify-self: end;
  }

  .site-nav__links {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding-inline: 0.28rem;
    padding-top: 0.2rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-0.35rem);
    transition:
      max-height 280ms ease,
      opacity 220ms ease,
      transform 220ms ease,
      padding-top 220ms ease;
  }

  .site-nav__link {
    width: 100%;
    min-height: 2.7rem;
    justify-content: flex-start;
    padding: 0.72rem 0.9rem;
    background: rgba(96, 14, 38, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.83rem;
  }

  .site-nav__link--cta {
    justify-content: flex-start;
    padding-inline: 0.9rem;
  }

  .site-nav.is-open .site-nav__links {
    max-height: 24rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    padding-top: 0.55rem;
  }

  .site-nav.is-open .site-nav__inner {
    background: rgba(92, 12, 35, 1);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 22px 48px rgba(64, 12, 28, 0.42);
    backdrop-filter: blur(28px) saturate(1.02);
    -webkit-backdrop-filter: blur(28px) saturate(1.02);
  }

  .panel__inner,
  .panel__inner--medium,
  .panel__inner--narrow {
    width: min(100% - 2.25rem, 100%);
  }

  .watermark {
    font-size: clamp(3rem, 21vw, 6rem);
    top: -0.8rem;
  }

  .eyebrow {
    letter-spacing: 0.34em;
  }

  .hero-title {
    width: min(100%, 21rem);
  }

  .hero-petal--left {
    left: -2.8rem;
    top: 19%;
    width: 5.75rem;
  }

  .hero-petal--right {
    right: -3rem;
    top: 4%;
    width: 8rem;
  }

  .about-copy {
    margin-top: 1rem;
    font-size: 0.92rem;
    line-height: 1.28;
  }

  .hero-about .heading-sans {
    font-size: clamp(1.4rem, 6.9vw, 2rem);
  }

  .hero-cta {
    margin-top: 1.35rem;
  }

  .panel--theme {
    padding-top: 3.6rem;
    padding-bottom: 4rem;
  }

  .theme-copy {
    gap: 1.15rem;
  }

  .theme-copy p {
    font-size: 0.98rem;
    line-height: 1.16;
  }

  .theme-rock--left,
  .theme-rock--right {
    width: 4.4rem;
  }

  .panel--hosts {
    padding-top: 3rem;
  }

  .hosts-copy {
    margin-top: 1.2rem;
    padding-inline: 0.65rem;
    text-align: center;
  }

  .hosts-copy p {
    font-size: 0.95rem;
    line-height: 1.14;
    text-align: center;
  }

  .host-photo {
    width: auto;
    max-width: 100%;
    height: clamp(20rem, 66vw, 25rem);
    object-fit: contain;
    object-position: center bottom;
    transform: scale(1.22);
    transform-origin: bottom center;
  }

  .host-photo--left,
  .host-photo--right {
    justify-self: center;
    align-self: end;
    margin-bottom: -3rem;
  }

  .guests-shell {
    padding-inline: 0.35rem;
  }

  .guest-petal--left {
    left: -2.5rem;
    top: 2.5rem;
    width: 8.5rem;
  }

  .guest-petal--right {
    right: -1.2rem;
    top: 2.2rem;
    width: 7rem;
  }

  .guest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    padding-inline: 3.15rem;
  }

  .guest-card--wide {
    grid-column: span 2;
  }

  .guest-grid>.guest-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 10.5rem);
    justify-self: center;
  }

  .guest-card--wide .guest-card__media {
    height: clamp(14.5rem, 56vw, 18rem);
  }

  .guest-card--wide .guest-card__media--contain img {
    object-position: center top;
    transform: scale(0.98);
    transform-origin: center top;
  }

  .guest-card__name {
    font-size: 0.66rem;
    padding: 0.8rem 0.35rem 0.65rem;
  }

  .guest-card__media {
    height: clamp(13.5rem, 50vw, 17rem);
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .location-copy {
    max-width: 100%;
    text-align: center;
  }

  .location-lead {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .cta-shell {
    min-height: 16rem;
  }

  .cta-button {
    min-width: 100%;
    font-size: clamp(1.75rem, 11vw, 2.85rem);
  }

  .cta-button--hero {
    min-width: min(100%, 18rem);
    font-size: clamp(1.2rem, 6vw, 1.7rem);
  }

  .cta-price {
    font-size: clamp(1.2rem, 6.2vw, 1.7rem);
    margin-bottom: 2.2rem;
  }

  .cta-petal--left {
    left: -2.5rem;
    width: 6.5rem;
  }

  .cta-petal--right {
    right: -2.8rem;
    width: 8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-nav__inner,
  .site-nav__toggle,
  .site-nav__toggle span,
  .site-nav__links,
  .hero-petal,
  .guest-petal,
  .cta-petal,
  .reveal-ready [data-reveal],
  .reveal-ready [data-hero-intro] {
    transition: none;
  }

  .hero-petal,
  .guest-petal,
  .cta-petal {
    animation: none;
  }

  .reveal-ready [data-reveal],
  .reveal-ready [data-hero-intro] {
    opacity: 1;
    transform: none;
  }

  .cta-button,
  .cta-button::after {
    animation: none;
  }

  .cta-button:hover {
    transform: none;
  }
}