:root {
  --bg: #ffd0da;
  --surface: rgba(255, 255, 255, 0.68);
  --text: #231b3d;
  --muted: #645b82;
  --orange: #ff9b62;
  --blue: #5aa9ff;
  --purple: #8d6dff;
  --pink: #ff4fd8;
  --shadow: 0 20px 60px rgba(50, 25, 88, 0.18);
  --shadow-strong: 0 30px 80px rgba(38, 17, 67, 0.35);
  --radius-xl: 32px;
  --container: min(1120px, calc(100% - 2rem));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 208, 218, 0.9), rgba(255, 208, 218, 0.92)),
    url("bg.webp") center / cover fixed no-repeat;
  background-color: var(--bg);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.5;
}

body::before {
  width: 18rem;
  height: 18rem;
  top: 6%;
  left: -4rem;
  background: rgba(255, 111, 163, 0.35);
}

body::after {
  width: 22rem;
  height: 22rem;
  right: -6rem;
  bottom: 12%;
  background: rgba(90, 169, 255, 0.24);
}

a {
  color: inherit;
  text-decoration: none;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

.hero,
.section,
.footer,
.topbar {
  width: var(--container);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 1rem 0 4rem;
  overflow: clip;
}

.topbar {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.ghost-link {
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(102, 73, 153, 0.12);
}

.hero__overlay,
.hero__parallax,
.hero__spark {
  position: absolute;
  pointer-events: none;
}

.hero__overlay {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 208, 218, 0.18), rgba(255, 208, 218, 0.4)),
    radial-gradient(circle at 20% 20%, rgba(255, 155, 98, 0.28), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(255, 79, 216, 0.22), transparent 18%),
    radial-gradient(circle at 75% 70%, rgba(90, 169, 255, 0.18), transparent 20%);
}

.hero__parallax {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.62;
  transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0);
}

.hero__parallax--one {
  width: 14rem;
  height: 14rem;
  top: 18%;
  right: 10%;
  background: radial-gradient(circle, rgba(255, 79, 216, 0.28), transparent 68%);
}

.hero__parallax--two {
  width: 18rem;
  height: 18rem;
  bottom: 10%;
  left: 8%;
  background: radial-gradient(circle, rgba(90, 169, 255, 0.24), transparent 70%);
}

.hero__spark {
  width: 2.5rem;
  height: 2.5rem;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 16%, transparent 18%),
    linear-gradient(45deg, transparent 44%, rgba(255, 255, 255, 0.82) 46% 54%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, rgba(255, 255, 255, 0.82) 46% 54%, transparent 56%);
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.6));
  animation: sparkle 3.8s ease-in-out infinite;
}

.hero__spark--one {
  top: 20%;
  right: 16%;
}

.hero__spark--two {
  bottom: 18%;
  left: 13%;
  width: 2rem;
  height: 2rem;
  animation-delay: 1.1s;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 48rem;
  padding: 2rem 1.25rem;
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-strong);
}

.eyebrow,
.section__kicker {
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
}

.hero h1,
.section h2,
.pickup-card h2,
.wishlist-card h2 {
  margin: 0;
  font-family: "Baloo 2", cursive;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(3.2rem, 11vw, 7rem);
  color: #191231;
  text-shadow: 0 8px 30px rgba(255, 98, 174, 0.18);
}

.hero__subtitle {
  margin: 1rem 0 0;
  font-size: clamp(1.2rem, 3vw, 1.9rem);
  font-weight: 800;
  color: #43355f;
}

.hero__date-badge {
  margin-top: 1.4rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem 1.1rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.64));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 14px 30px rgba(141, 109, 255, 0.18);
}

.hero__date-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}

.hero__date-badge strong {
  font-size: 1.6rem;
  font-weight: 800;
}

.hero__copy {
  max-width: 32rem;
  margin: 1rem 0 0;
  line-height: 1.7;
  color: var(--muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) scale(1.01);
  filter: saturate(1.06);
}

.button--secondary {
  color: #fff;
  background: linear-gradient(135deg, #3ac0ff, #5a7bff);
  box-shadow: 0 18px 40px rgba(72, 125, 255, 0.24);
}

.button--wishlist {
  color: #fff;
  min-width: 12rem;
  background: linear-gradient(135deg, #ff7f63, #ff4fd8 45%, #8d6dff 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 18px 45px rgba(255, 79, 216, 0.34),
    0 0 32px rgba(255, 116, 242, 0.28);
}

.section {
  padding: 2rem 0 1rem;
}

.section__intro {
  margin-bottom: 1.4rem;
}

.section h2,
.pickup-card h2,
.wishlist-card h2 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: #191231;
}

.details-grid,
.program-grid {
  display: grid;
  gap: 1rem;
}

.detail-card,
.program-card,
.map-card,
.pickup-card,
.contact-card,
.wishlist-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.detail-card::before,
.program-card::before,
.pickup-card::before,
.contact-card::before,
.wishlist-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -55% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 116, 242, 0.22), transparent 66%);
}

.detail-card,
.program-card {
  padding: 1.35rem;
}

.detail-card--action {
  padding: 0;
}

.detail-card__action {
  width: 100%;
  display: block;
  padding: 1.35rem;
  border: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.detail-card__icon,
.program-card__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.5));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.detail-card h3,
.program-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.detail-card p,
.program-card p,
.pickup-card p,
.wishlist-card p,
.footer p {
  margin: 0;
  line-height: 1.7;
  color: var(--muted);
}

.detail-card p + p,
.program-card p + p,
.pickup-meta + .pickup-meta {
  margin-top: 0.25rem;
}

.detail-card__hint {
  margin-top: 0.85rem !important;
  font-size: 0.92rem;
  font-weight: 800;
  color: #43355f;
}

.map-card {
  padding: 0.6rem;
}

.map-card iframe {
  min-height: 18rem;
  border-radius: calc(var(--radius-xl) - 0.45rem);
}

.pickup-card,
.wishlist-card,
.contact-card {
  padding: 1.6rem;
}

.pickup-highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 12px 28px rgba(176, 55, 232, 0.28);
}

.pickup-meta {
  font-weight: 700;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.contact-link {
  font-size: 1.15rem;
  font-weight: 800;
  color: #191231;
}

.wishlist-card {
  text-align: center;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.footer {
  padding: 2.5rem 0 3rem;
  text-align: center;
}

.footer p {
  color: #46395f;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.detail-card__action:focus-visible {
  outline: 3px solid rgba(141, 109, 255, 0.5);
  outline-offset: -3px;
  border-radius: var(--radius-xl);
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (min-width: 700px) {
  .hero {
    padding-bottom: 5rem;
  }

  .hero__content {
    padding: 3rem;
  }

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

  .program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1000px) {
  .section {
    padding: 3rem 0 1.25rem;
  }

  .hero__parallax--one {
    right: 18%;
  }

  .hero__parallax--two {
    left: 12%;
  }

  .detail-card:hover,
  .detail-card:focus-within,
  .program-card:hover,
  .pickup-card:hover,
  .contact-card:hover,
  .wishlist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(48, 22, 84, 0.22);
  }

  .detail-card,
  .program-card,
  .pickup-card,
  .contact-card,
  .wishlist-card {
    transition: transform 220ms ease, box-shadow 220ms ease;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
