@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");

:root {
  --barbie-hot: #e0218a;
  --barbie-magenta: #ff1493;
  --barbie-bubble: #ff69b4;
  --barbie-pastel: #ffb6c1;
  --barbie-cream: #fff0f5;
  --barbie-blush: #f8c8dc;

  --barbie-chrome: #e8e8e8;
  --barbie-gold: #ffd700;
  --barbie-silver: #c0c0c0;

  --barbie-deep: #1a0a1f;
  --barbie-surface: #2d1b2e;
  --barbie-surface-soft: #40263f;

  --glow-pink: 0 0 40px rgba(224, 33, 138, 0.4);
  --glow-chrome: 0 0 20px rgba(255, 255, 255, 0.4);
  --shadow-dream: 0 25px 50px -12px rgba(224, 33, 138, 0.25);
  --shadow-lift: 0 20px 40px rgba(0, 0, 0, 0.18);

  --glass-pink: rgba(255, 182, 193, 0.08);
  --glass-chrome: rgba(255, 255, 255, 0.15);
  --border-pink: 1px solid rgba(255, 105, 180, 0.3);
  --border-chrome: 1px solid rgba(232, 232, 232, 0.5);

  --font-barbie-display: "Bodoni Moda", "Playfair Display", serif;
  --font-barbie-ui: "Instrument Sans", "Manrope", sans-serif;
  --font-barbie-accent: "Parisienne", "Great Vibes", cursive;

  --shimmer-speed: 3s;
  --float-speed: 5s;
}

body.invitation-shell--barbie-dream {
  background:
    radial-gradient(circle at top left, rgba(255, 105, 180, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 215, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #120713 0%, #1a0a1f 38%, #100511 100%);
}

.barbie-dream-template {
  color: var(--barbie-cream);
  font-family: var(--font-barbie-ui);
  background:
    radial-gradient(circle at top center, rgba(255, 182, 193, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(26, 10, 31, 0.98), rgba(13, 5, 16, 0.98));
  overflow-x: clip;
}

.barbie-dream-template img {
  display: block;
  max-width: 100%;
}

.barbie-dream-template a {
  color: inherit;
}

.barbie-dream-template [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.barbie-dream-template [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.barbie-sticky-pass,
.barbie-chip,
.barbie-btn,
.barbie-inline-link,
.barbie-inline-note,
.barbie-runway__badge,
.barbie-ticket-card__type,
.barbie-gift-card__eyebrow,
.barbie-closet__label {
  border-radius: 999px;
}

.barbie-sticky-pass {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 20, 147, 0.88);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-dream);
  backdrop-filter: blur(16px);
}

.barbie-scroll-top {
  position: fixed;
  left: max(1rem, env(safe-area-inset-left));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 32;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-height: 54px;
  padding: 0.72rem 1rem 0.72rem 0.72rem;
  border: 1px solid rgba(255, 188, 230, 0.54);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 248, 252, 0.98), rgba(255, 224, 241, 0.94)),
    rgba(255, 255, 255, 0.96);
  color: #7f1854;
  box-shadow:
    0 20px 40px rgba(105, 14, 75, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.96);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.barbie-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.barbie-scroll-top:hover {
  border-color: rgba(255, 92, 181, 0.68);
  box-shadow:
    0 22px 46px rgba(255, 72, 168, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.52) inset;
}

.barbie-scroll-top:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 114, 198, 0.24),
    0 22px 46px rgba(255, 72, 168, 0.26);
}

.barbie-scroll-top__icon {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2e9d, #ff6fc7);
  color: #fff9fc;
  box-shadow: 0 12px 24px rgba(255, 72, 168, 0.28);
  flex-shrink: 0;
}

.barbie-scroll-top__label {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.barbie-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 7.5rem) 1.4rem 4.5rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.15), transparent 22%),
    linear-gradient(135deg, #2d1b2e 0%, #e0218a 38%, #ff8c69 78%, #ffd700 100%);
}

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

.barbie-hero::before {
  background:
    linear-gradient(180deg, rgba(13, 5, 16, 0.18), rgba(13, 5, 16, 0.46)),
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.18), transparent 30%);
}

.barbie-hero::after {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.02));
  mix-blend-mode: screen;
}

.barbie-hero__sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.barbie-star {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.55;
  animation: barbie-star-float var(--float-speed) ease-in-out infinite;
}

.barbie-star::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/star-sparkle.svg") center / contain no-repeat;
}

.barbie-star--1 {
  top: 10%;
  left: 7%;
}

.barbie-star--2 {
  top: 18%;
  right: 14%;
  animation-delay: 0.8s;
}

.barbie-star--3 {
  bottom: 22%;
  left: 18%;
  width: 2.5rem;
  height: 2.5rem;
  animation-delay: 1.4s;
}

.barbie-star--4 {
  bottom: 12%;
  right: 10%;
  animation-delay: 2s;
}

.barbie-star--5 {
  top: 42%;
  right: 42%;
  width: 2rem;
  height: 2rem;
  animation-delay: 2.6s;
}

.barbie-hero__grid,
.barbie-closet {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.barbie-hero__copy {
  display: grid;
  gap: 1.2rem;
}

.barbie-kicker,
.barbie-section-label {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 240, 245, 0.82);
}

.barbie-title,
.barbie-heading,
.barbie-ticket-card h3,
.barbie-runway__card h3,
.barbie-gift-card h3,
.barbie-polaroid strong,
.barbie-closet__card strong {
  font-family: var(--font-barbie-display);
}

.barbie-title {
  margin: 0;
  font-size: clamp(3.25rem, 8vw, 6.25rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
  color: #fff;
  text-shadow: 0 18px 45px rgba(26, 10, 31, 0.35);
}

.barbie-script {
  margin: -0.4rem 0 0;
  font-family: var(--font-barbie-accent);
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  color: rgba(255, 240, 245, 0.96);
}

.barbie-hero__lede,
.barbie-copy,
.barbie-ticket-card p,
.barbie-runway__card p,
.barbie-gift-card p,
.barbie-polaroid p,
.barbie-rsvp-ticket__copy p {
  margin: 0;
  color: rgba(255, 240, 245, 0.82);
  line-height: 1.7;
}

.barbie-chip-row,
.barbie-hero__actions,
.barbie-rsvp-ticket__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.barbie-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(14px);
  font-size: 0.84rem;
}

.barbie-btn,
.barbie-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.9rem 1.4rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.barbie-btn:hover,
.barbie-inline-link:hover {
  transform: translateY(-2px);
}

.barbie-btn--primary {
  background:
    linear-gradient(135deg, rgba(255, 20, 147, 0.96), rgba(224, 33, 138, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
  color: #fff;
  box-shadow: var(--shadow-dream);
}

.barbie-btn--ghost {
  background: rgba(26, 10, 31, 0.22);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(14px);
}

.barbie-hero__frame {
  position: relative;
}

.barbie-hero__mirror {
  position: relative;
  padding: 1rem;
  border-radius: 180px 180px 34px 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(201, 192, 196, 0.92)),
    rgba(232, 232, 232, 0.95);
  box-shadow: var(--glow-chrome), var(--shadow-dream);
}

.barbie-hero__mirror::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: url("../img/chrome-border.svg") center / cover no-repeat;
  mix-blend-mode: screen;
  opacity: 0.55;
}

.barbie-hero__mirror a,
.barbie-hero__placeholder {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 160px 160px 24px 24px;
  border: 4px solid rgba(26, 10, 31, 0.92);
  min-height: 540px;
  background: linear-gradient(180deg, rgba(26, 10, 31, 0.4), rgba(26, 10, 31, 0.92));
}

.barbie-hero__mirror img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.barbie-hero__placeholder {
  display: grid;
  place-items: center;
}

.barbie-hero__placeholder span {
  max-width: 14ch;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 240, 245, 0.7);
}

.barbie-date-pill {
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  transform: translateX(-50%);
  min-width: min(82%, 300px);
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(26, 10, 31, 0.85);
  text-align: center;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lift);
}

.barbie-date-pill strong {
  position: relative;
  z-index: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.barbie-date-pill__line {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  background-size: 200% 100%;
  border-radius: inherit;
  animation: barbie-shimmer var(--shimmer-speed) linear infinite;
}

.barbie-shell {
  width: min(1180px, calc(100% - 2.8rem));
  margin: 0 auto;
  padding: 5.4rem 0 5rem;
  display: grid;
  gap: 4.25rem;
}

.barbie-section {
  display: grid;
  gap: 1.4rem;
}

.barbie-section-head {
  display: grid;
  gap: 0.55rem;
}

.barbie-heading {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1;
  color: #fff;
  text-wrap: balance;
}

.barbie-welcome-card,
.barbie-ticket-card,
.barbie-runway__card,
.barbie-closet__card,
.barbie-gift-card,
.barbie-rsvp-ticket {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: var(--border-pink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(26, 10, 31, 0.9);
  box-shadow: var(--shadow-lift);
}

.barbie-welcome-card {
  padding: clamp(2rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 182, 193, 0.08);
  backdrop-filter: blur(18px);
}

.barbie-welcome-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/shoebox-pattern.svg") center / 180px 180px repeat;
  opacity: 0.18;
  pointer-events: none;
}

.barbie-ribbon {
  position: absolute;
  top: 1.4rem;
  right: -3.5rem;
  min-width: 13rem;
  padding: 0.65rem 1rem;
  text-align: center;
  background: linear-gradient(135deg, var(--barbie-hot), var(--barbie-magenta));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(35deg);
}

.barbie-quote {
  position: relative;
  z-index: 1;
  margin: 0 0 1.25rem;
  padding-left: 1.8rem;
}

.barbie-quote__mark {
  position: absolute;
  left: 0;
  top: -0.8rem;
  font-size: 3rem;
  line-height: 1;
  color: var(--barbie-pastel);
}

.barbie-quote p {
  margin: 0;
  font-family: var(--font-barbie-accent);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
  color: #fff;
}

.barbie-chip-row--welcome {
  position: relative;
  z-index: 1;
  margin-top: 1.4rem;
}

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

.barbie-countdown__unit {
  position: relative;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 105, 180, 0.3);
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.08), transparent 32%),
    rgba(45, 27, 46, 0.92);
  box-shadow: var(--glow-pink);
}

.barbie-countdown__unit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.72rem;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%);
  background: url("../img/star-sparkle.svg") center / contain no-repeat;
  opacity: 0.72;
}

.barbie-countdown__unit:last-child::after {
  display: none;
}

.barbie-countdown__value {
  display: block;
  font-family: var(--font-barbie-display);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
  color: #fff;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.barbie-countdown__value.is-tick {
  transform: translate3d(0, -4px, 0) scale(1.03);
  text-shadow: 0 0 18px rgba(255, 182, 193, 0.8);
}

.barbie-countdown__label {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 240, 245, 0.74);
}

.barbie-destinations,
.barbie-gifts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.barbie-ticket-card {
  padding: 1.45rem;
  border-style: dashed;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.barbie-ticket-card:hover,
.barbie-gift-card:hover,
.barbie-closet__card:hover,
.barbie-polaroid:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-dream);
}

.barbie-ticket-card__head,
.barbie-squad-group__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.barbie-ticket-card__type,
.barbie-runway__badge,
.barbie-gift-card__eyebrow,
.barbie-inline-note,
.barbie-closet__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.3rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.barbie-ticket-card__head i {
  color: var(--barbie-gold);
  font-size: 1.2rem;
}

.barbie-ticket-card h3,
.barbie-runway__card h3,
.barbie-gift-card h3 {
  margin: 0.95rem 0 0.55rem;
  font-size: 1.45rem;
  color: #fff;
}

.barbie-ticket-card__note {
  color: rgba(255, 240, 245, 0.65);
}

.barbie-inline-link {
  margin-top: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.barbie-runway {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 0.35rem 0;
}

.barbie-runway::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 28px;
  transform: translateX(-50%);
  background: url("../img/runway-line.svg") center top / 18px 100% no-repeat;
  opacity: 0.9;
}

.barbie-runway__step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.barbie-runway__step.is-right .barbie-runway__time {
  grid-column: 3 / 4;
  justify-self: start;
}

.barbie-runway__step.is-right .barbie-runway__card {
  grid-column: 1 / 2;
}

.barbie-runway__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-barbie-display);
  font-size: 1.12rem;
  color: #fff;
  justify-self: end;
  z-index: 1;
}

.barbie-runway__card {
  padding: 1.4rem;
}

.barbie-closet {
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
}

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

.barbie-closet__card {
  padding: 1.3rem;
  min-height: 100%;
}

.barbie-closet__card strong {
  display: block;
  margin: 0.85rem 0 0.65rem;
  font-size: 1.45rem;
  color: #fff;
}

.barbie-closet__visual {
  margin: 0;
  padding: 0.9rem;
  border-radius: 30px;
  border: var(--border-chrome);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lift);
}

.barbie-closet__visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
}

.barbie-squad-group {
  display: grid;
  gap: 1rem;
}

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

.barbie-polaroid {
  position: relative;
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1rem 1.35rem;
  background: #fff8fc;
  color: #2d1b2e;
  border-radius: 24px;
  box-shadow: var(--shadow-lift);
  transform: rotate(var(--barbie-tilt, 0deg));
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.barbie-polaroid:nth-child(odd) {
  --barbie-tilt: -1.8deg;
}

.barbie-polaroid:nth-child(even) {
  --barbie-tilt: 1.6deg;
}

.barbie-polaroid__tape {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(224, 33, 138, 0.16);
  color: #89245d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.barbie-polaroid__photo {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f8c8dc 0%, #ffb6c1 45%, #ffd2e7 100%);
  overflow: hidden;
}

.barbie-polaroid__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/polaroid-frame.svg") center / cover no-repeat;
  opacity: 0.2;
}

.barbie-polaroid__photo span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  background: rgba(45, 27, 46, 0.84);
  color: #fff;
  font-family: var(--font-barbie-display);
  font-size: 2rem;
  box-shadow: var(--shadow-lift);
}

.barbie-polaroid strong {
  margin-top: 0.2rem;
  font-size: 1.4rem;
}

.barbie-polaroid p {
  color: rgba(45, 27, 46, 0.72);
}

.barbie-moodboard {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.9rem;
  grid-auto-flow: dense;
}

.barbie-moodboard__item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.barbie-moodboard__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(26, 10, 31, 0.36));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.barbie-moodboard__item:hover::after {
  opacity: 1;
}

.barbie-moodboard__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.barbie-moodboard__item:hover img {
  transform: scale(1.03);
}

.barbie-moodboard__item--1,
.barbie-moodboard__item--4 {
  grid-column: span 7;
}

.barbie-moodboard__item--2,
.barbie-moodboard__item--3 {
  grid-column: span 5;
}

.barbie-gift-card {
  padding: 1.4rem;
}

.barbie-rsvp-ticket {
  padding: clamp(1.8rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  border-style: dashed;
}

.barbie-rsvp-ticket::before,
.barbie-rsvp-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: #100511;
  transform: translateY(-50%);
}

.barbie-rsvp-ticket::before {
  left: -1.2rem;
}

.barbie-rsvp-ticket::after {
  right: -1.2rem;
}

.barbie-footer {
  padding: 2rem 1.4rem 3rem;
  text-align: center;
  color: rgba(255, 240, 245, 0.6);
  font-size: 0.84rem;
}

@keyframes barbie-shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

@keyframes barbie-star-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.5;
  }

  50% {
    transform: translate3d(0, -16px, 0) rotate(18deg);
    opacity: 0.95;
  }
}

@media (max-width: 1024px) {
  .barbie-hero__grid,
  .barbie-closet,
  .barbie-rsvp-ticket {
    grid-template-columns: 1fr;
  }

  .barbie-destinations,
  .barbie-gifts,
  .barbie-squad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .barbie-runway::before {
    left: 1rem;
    transform: none;
  }

  .barbie-runway__step,
  .barbie-runway__step.is-right {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .barbie-runway__time,
  .barbie-runway__step.is-right .barbie-runway__time,
  .barbie-runway__step.is-right .barbie-runway__card {
    grid-column: auto;
    justify-self: start;
  }

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

  .barbie-moodboard__item {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .barbie-sticky-pass {
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.75rem 1rem;
  }

  .barbie-hero {
    min-height: auto;
    padding-top: 5rem;
  }

  .barbie-star--2,
  .barbie-star--5 {
    display: none;
  }

  .barbie-shell {
    width: min(100% - 1.6rem, 1180px);
    padding-top: 4rem;
    gap: 3.2rem;
  }

  .barbie-chip-row,
  .barbie-hero__actions,
  .barbie-rsvp-ticket__actions {
    flex-direction: column;
  }

  .barbie-chip,
  .barbie-btn,
  .barbie-inline-link,
  .barbie-inline-note {
    width: 100%;
  }

  .barbie-ribbon {
    position: static;
    transform: none;
    display: inline-flex;
    margin-bottom: 1rem;
  }

  .barbie-countdown__unit::after,
  .barbie-rsvp-ticket::before,
  .barbie-rsvp-ticket::after {
    display: none;
  }

  .barbie-destinations,
  .barbie-gifts,
  .barbie-squad-grid,
  .barbie-closet__cards {
    grid-template-columns: 1fr;
  }

  .barbie-polaroid {
    transform: none;
  }

  .barbie-moodboard__item {
    grid-column: span 12;
    min-height: 240px;
  }

  .barbie-hero__mirror a,
  .barbie-hero__placeholder,
  .barbie-hero__mirror img {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .barbie-dream-template [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .barbie-star,
  .barbie-date-pill__line {
    animation: none;
  }

  .barbie-btn,
  .barbie-inline-link,
  .barbie-ticket-card,
  .barbie-gift-card,
  .barbie-closet__card,
  .barbie-polaroid,
  .barbie-moodboard__item img,
  .barbie-countdown__value {
    transition: none;
  }
}

/* Barbie Dream refresh: full-width poster layout */
:root {
  --barbie-shell-max: 1380px;
  --barbie-ink: #570a37;
  --barbie-ink-soft: rgba(87, 10, 55, 0.72);
  --barbie-panel-light: rgba(255, 250, 253, 0.9);
  --barbie-panel-dark: rgba(59, 8, 44, 0.82);
  --barbie-panel-dark-strong: rgba(35, 4, 30, 0.88);
  --barbie-outline: rgba(255, 102, 185, 0.26);
  --barbie-shadow-soft: 0 24px 60px rgba(124, 29, 88, 0.16);
  --barbie-shadow-poster: 0 28px 70px rgba(72, 8, 58, 0.28);
}

body.invitation-shell--barbie-dream {
  background:
    linear-gradient(180deg, rgba(81, 8, 63, 0.72), rgba(15, 3, 18, 0.95)),
    radial-gradient(circle at top center, rgba(255, 218, 240, 0.22), transparent 36%),
    url("../img/fondo.jpg") center top / 440px repeat;
  color: var(--barbie-cream);
}

body.invitation-shell--barbie-dream .invitation-page::before {
  top: -12rem;
  right: -16rem;
  width: 42rem;
  height: 42rem;
  background:
    radial-gradient(circle, rgba(255, 231, 246, 0.2) 0%, rgba(255, 231, 246, 0.08) 34%, transparent 70%),
    radial-gradient(circle at 42% 42%, rgba(255, 20, 147, 0.14), transparent 56%);
  filter: blur(42px);
  opacity: 0.9;
}

body.invitation-shell--barbie-dream .invitation-page::after {
  inset: 0;
  background-image:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0.58) 1px, transparent 2px),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.38) 0, rgba(255, 255, 255, 0.38) 1px, transparent 2px),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0.28) 1px, transparent 2px),
    radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.34) 0, rgba(255, 255, 255, 0.34) 1px, transparent 2px);
  opacity: 0.26;
}

body.invitation-shell--barbie-dream .watermark {
  background: rgba(44, 4, 30, 0.6);
  color: rgba(255, 240, 245, 0.88);
  border: 1px solid rgba(255, 182, 193, 0.2);
  backdrop-filter: blur(14px);
}

body.invitation-shell--barbie-dream .magic-switcher {
  background: rgba(49, 5, 37, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

body.invitation-shell--barbie-dream .magic-switcher__tpl.is-active {
  background: var(--barbie-hot);
  border-color: var(--barbie-hot);
  box-shadow: 0 0 18px rgba(255, 20, 147, 0.42);
}

.barbie-dream-template {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 clamp(3.5rem, 7vw, 5.5rem);
  background: none;
  color: var(--barbie-cream);
}

.barbie-dream-template a {
  text-decoration: none;
}

.barbie-dream-template [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.barbie-dream-template [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.barbie-sticky-pass {
  right: 1.35rem;
  bottom: 1.35rem;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 23, 144, 0.95), rgba(200, 9, 113, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent);
  box-shadow: 0 18px 45px rgba(141, 18, 90, 0.4);
}

.barbie-sticky-pass:hover {
  transform: translateY(-2px);
}

.barbie-hero {
  position: relative;
  min-height: min(100dvh, 980px);
  padding: clamp(6rem, 12vw, 8.5rem) 0 clamp(4.2rem, 8vw, 6rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(42, 5, 33, 0.94) 0%, rgba(255, 17, 140, 0.66) 28%, rgba(255, 112, 181, 0.6) 52%, rgba(255, 205, 232, 0.22) 100%),
    radial-gradient(circle at 72% 18%, rgba(255, 245, 250, 0.42), transparent 18%),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.22), transparent 16%),
    url("../img/fondo.jpg") center top / 460px repeat;
}

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

.barbie-hero::before {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 32%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 10px, transparent 10px 48px),
    linear-gradient(180deg, rgba(15, 3, 18, 0.08), rgba(15, 3, 18, 0.46));
  mix-blend-mode: screen;
  opacity: 0.5;
}

.barbie-hero::after {
  inset: auto 0 0;
  height: clamp(4.5rem, 10vw, 7.5rem);
  background:
    linear-gradient(180deg, rgba(255, 245, 250, 0) 0%, rgba(255, 245, 250, 0.22) 36%, rgba(255, 245, 250, 0.78) 100%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.28), transparent 42%);
  opacity: 0.94;
}

.barbie-hero__sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.barbie-star {
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.72;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.25));
}

.barbie-star--1 {
  top: 11%;
  left: 6%;
}

.barbie-star--2 {
  top: 15%;
  right: 12%;
}

.barbie-star--3 {
  bottom: 24%;
  left: 16%;
}

.barbie-star--4 {
  bottom: 18%;
  right: 9%;
}

.barbie-star--5 {
  top: 44%;
  right: 38%;
}

.barbie-hero__grid {
  width: min(var(--barbie-shell-max), calc(100% - clamp(1.6rem, 4vw, 4rem)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 500px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.barbie-hero__copy {
  display: grid;
  gap: 1.15rem;
  max-width: min(42rem, 100%);
}

.barbie-kicker,
.barbie-section-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.barbie-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.35rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 245, 250, 0.88);
  color: var(--barbie-ink);
  box-shadow: 0 16px 36px rgba(84, 9, 58, 0.18);
}

.barbie-title {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(4rem, 10vw, 7.75rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: #fff7fc;
  text-shadow:
    0 2px 0 rgba(255, 230, 244, 0.95),
    0 10px 0 rgba(201, 9, 113, 0.34),
    0 28px 56px rgba(58, 6, 45, 0.34);
  text-wrap: balance;
}

.barbie-script {
  margin: -0.85rem 0 0;
  font-size: clamp(3rem, 5vw, 4.8rem);
  color: rgba(255, 248, 252, 0.96);
  text-shadow: 0 10px 24px rgba(96, 9, 63, 0.28);
}

.barbie-hero__lede {
  max-width: 36rem;
  color: rgba(255, 247, 252, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.76;
}

.barbie-chip-row,
.barbie-hero__actions,
.barbie-rsvp-ticket__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.barbie-chip {
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.barbie-btn,
.barbie-inline-link {
  min-height: 3.15rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.barbie-btn:hover,
.barbie-inline-link:hover {
  transform: translateY(-2px);
}

.barbie-btn:active,
.barbie-inline-link:active {
  transform: translateY(0);
}

.barbie-btn:focus-visible,
.barbie-inline-link:focus-visible,
.barbie-sticky-pass:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.barbie-btn--primary {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, #ff168f 0%, #e20f7d 52%, #bf0c69 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent);
  color: #fffafc;
  box-shadow: 0 22px 48px rgba(167, 18, 102, 0.34);
}

.barbie-btn--primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 46%);
  pointer-events: none;
}

.barbie-btn--primary i {
  position: relative;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.barbie-btn--primary:hover {
  box-shadow: 0 26px 54px rgba(167, 18, 102, 0.4);
}

.barbie-btn--ghost {
  background: rgba(44, 4, 30, 0.3);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(14px);
}

.barbie-hero__frame {
  position: relative;
  justify-self: end;
  width: min(100%, 500px);
}

.barbie-hero__frame::before {
  content: "";
  position: absolute;
  inset: -0.4rem auto auto 0.45rem;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 1.6rem;
  transform: rotate(-10deg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 219, 238, 0.75)),
    url("../img/fondo.jpg") center / 160px repeat;
  box-shadow: 0 18px 40px rgba(84, 9, 58, 0.22);
  opacity: 0.78;
}

.barbie-hero__mirror {
  padding: 1rem;
  border-radius: 190px 190px 36px 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 228, 233, 0.88)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  box-shadow:
    0 28px 80px rgba(72, 8, 58, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.3);
}

.barbie-hero__mirror::before {
  opacity: 0.7;
}

.barbie-hero__mirror a,
.barbie-hero__placeholder {
  min-height: clamp(480px, 58vw, 660px);
  border-radius: 168px 168px 28px 28px;
  border: 4px solid rgba(43, 4, 31, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(43, 4, 31, 0.34)),
    linear-gradient(180deg, rgba(43, 4, 31, 0.2), rgba(43, 4, 31, 0.72));
}

.barbie-hero__mirror img {
  min-height: clamp(480px, 58vw, 660px);
  object-position: center top;
}

.barbie-date-pill {
  bottom: -1.35rem;
  min-width: min(84%, 320px);
  padding: 0.95rem 1.2rem;
  background: rgba(48, 5, 35, 0.84);
  box-shadow: 0 18px 44px rgba(72, 8, 58, 0.28);
}

.barbie-date-pill strong {
  letter-spacing: 0.18em;
}

.barbie-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.barbie-section {
  position: relative;
  padding: clamp(3.8rem, 8vw, 6rem) 0;
  isolation: isolate;
}

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

.barbie-section > * {
  width: min(var(--barbie-shell-max), calc(100% - clamp(1.6rem, 4vw, 4rem)));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.barbie-section-head {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.55rem;
}

.barbie-section-head > div {
  max-width: 42rem;
}

.barbie-heading {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.barbie-copy,
.barbie-ticket-card p,
.barbie-runway__card p,
.barbie-gift-card p,
.barbie-polaroid p,
.barbie-rsvp-ticket__copy p {
  max-width: 65ch;
  line-height: 1.74;
}

#welcome,
#locations,
#dress-code,
#court {
  color: var(--barbie-ink);
}

#countdown,
#music,
#schedule,
#gallery,
#gifts,
#rsvp {
  color: var(--barbie-cream);
}

#welcome .barbie-heading,
#locations .barbie-heading,
#dress-code .barbie-heading,
#court .barbie-heading {
  color: var(--barbie-ink);
}

#countdown .barbie-heading,
#music .barbie-heading,
#schedule .barbie-heading,
#gallery .barbie-heading,
#gifts .barbie-heading,
#rsvp .barbie-heading {
  color: #fff8fc;
}

#welcome .barbie-section-label,
#locations .barbie-section-label,
#dress-code .barbie-section-label,
#court .barbie-section-label {
  color: var(--barbie-ink-soft);
}

#countdown .barbie-section-label,
#music .barbie-section-label,
#schedule .barbie-section-label,
#gallery .barbie-section-label,
#gifts .barbie-section-label,
#rsvp .barbie-section-label {
  color: rgba(255, 240, 245, 0.76);
}

#welcome::before {
  background:
    linear-gradient(180deg, rgba(255, 248, 252, 0.98), rgba(255, 235, 246, 0.94)),
    radial-gradient(circle at 84% 20%, rgba(255, 188, 220, 0.42), transparent 22%);
}

#welcome::after {
  background: url("../img/shoebox-pattern.svg") center / 170px 170px repeat;
  opacity: 0.18;
}

#countdown::before {
  background:
    linear-gradient(135deg, rgba(54, 5, 43, 0.96), rgba(158, 19, 107, 0.84)),
    url("../img/fondo.jpg") center / 360px repeat;
}

#countdown::after {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 82% 26%, rgba(255, 255, 255, 0.12), transparent 14%),
    radial-gradient(circle at 70% 74%, rgba(255, 255, 255, 0.12), transparent 12%);
  mix-blend-mode: screen;
  opacity: 0.55;
}

#music::before {
  background:
    linear-gradient(180deg, rgba(47, 5, 39, 0.98), rgba(25, 3, 24, 0.95)),
    radial-gradient(circle at 82% 20%, rgba(255, 116, 192, 0.18), transparent 20%),
    url("../img/fondo.jpg") center / 300px repeat;
}

#music::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 20% 70%, rgba(255, 255, 255, 0.1), transparent 18%);
  opacity: 0.6;
}

#locations::before {
  background:
    linear-gradient(180deg, rgba(255, 247, 251, 0.98), rgba(255, 236, 246, 0.96)),
    radial-gradient(circle at top right, rgba(255, 196, 226, 0.36), transparent 28%);
}

#schedule::before {
  background:
    linear-gradient(180deg, rgba(59, 7, 46, 0.98), rgba(28, 4, 26, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.04)),
    url("../img/fondo.jpg") center / 360px repeat;
}

#schedule::after {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.12), transparent 24%),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.05) 0 10px, transparent 10px 58px),
    linear-gradient(180deg, rgba(255, 105, 180, 0.12), transparent 24%, transparent 76%, rgba(255, 105, 180, 0.08));
  mix-blend-mode: screen;
  opacity: 0.72;
}

#dress-code::before {
  background:
    linear-gradient(180deg, rgba(255, 247, 251, 0.98), rgba(255, 234, 245, 0.95)),
    radial-gradient(circle at 10% 12%, rgba(255, 198, 226, 0.4), transparent 20%);
}

#court::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 253, 0.98), rgba(255, 240, 247, 0.95)),
    radial-gradient(circle at 90% 18%, rgba(255, 196, 226, 0.34), transparent 18%);
}

#gallery::before {
  background:
    linear-gradient(135deg, rgba(255, 82, 170, 0.92), rgba(255, 148, 202, 0.82)),
    url("../img/fondo.jpg") center / 340px repeat;
}

#gallery::after {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 16%),
    radial-gradient(circle at 82% 68%, rgba(255, 255, 255, 0.14), transparent 14%),
    repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.08) 0 8px, transparent 8px 48px);
  mix-blend-mode: screen;
  opacity: 0.46;
}

#gifts::before {
  background:
    linear-gradient(180deg, rgba(34, 4, 28, 0.98), rgba(17, 3, 18, 0.96)),
    radial-gradient(circle at 84% 22%, rgba(255, 108, 183, 0.2), transparent 20%);
}

#gifts::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 20%, transparent 80%, rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 10% 78%, rgba(255, 255, 255, 0.12), transparent 18%);
  opacity: 0.7;
}

#rsvp::before {
  background:
    linear-gradient(135deg, rgba(255, 238, 247, 0.96), rgba(255, 196, 226, 0.9)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.56), transparent 28%);
}

#rsvp::after {
  background:
    radial-gradient(circle at 18% 100%, rgba(255, 255, 255, 0.84) 0 54px, transparent 56px),
    radial-gradient(circle at 40% 100%, rgba(255, 255, 255, 0.84) 0 70px, transparent 72px),
    radial-gradient(circle at 66% 100%, rgba(255, 255, 255, 0.84) 0 58px, transparent 60px),
    radial-gradient(circle at 88% 100%, rgba(255, 255, 255, 0.84) 0 46px, transparent 48px);
  opacity: 0.82;
}

.barbie-welcome-card,
.barbie-ticket-card,
.barbie-closet__card,
.barbie-polaroid {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 122, 191, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 252, 0.82)),
    rgba(255, 255, 255, 0.84);
  box-shadow: var(--barbie-shadow-soft);
}

.barbie-welcome-card {
  padding: clamp(2rem, 4vw, 3.25rem);
  backdrop-filter: blur(16px);
}

.barbie-ribbon {
  top: 1.55rem;
  right: -3.35rem;
  background: linear-gradient(135deg, #ff188f, #d10971);
  box-shadow: 0 14px 30px rgba(170, 18, 103, 0.24);
}

.barbie-quote__mark {
  color: rgba(255, 20, 147, 0.34);
}

.barbie-quote p {
  color: #8f1b61;
}

#welcome .barbie-copy {
  color: rgba(87, 10, 55, 0.82);
}

.barbie-chip-row--welcome .barbie-chip {
  background: rgba(255, 102, 185, 0.08);
  border-color: rgba(255, 102, 185, 0.16);
  color: var(--barbie-ink);
}

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

.barbie-player {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.barbie-player__meta,
.barbie-player__embed {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 182, 193, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(51, 6, 39, 0.7);
  box-shadow: var(--barbie-shadow-poster);
  backdrop-filter: blur(16px);
}

.barbie-player__meta {
  display: grid;
  align-content: start;
  gap: 0.95rem;
  padding: clamp(1.5rem, 3vw, 2rem);
}

.barbie-player__meta strong {
  font-family: var(--font-barbie-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 0.95;
  color: #fff8fc;
}

.barbie-player__meta p {
  margin: 0;
  color: rgba(255, 240, 245, 0.78);
  line-height: 1.72;
}

.barbie-player__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.4rem;
}

.barbie-player .barbie-inline-note {
  width: fit-content;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 240, 245, 0.84);
}

.barbie-player .barbie-inline-link {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff8fc;
}

.barbie-player__embed {
  min-height: 352px;
  background:
    linear-gradient(180deg, rgba(22, 3, 22, 0.72), rgba(22, 3, 22, 0.92)),
    rgba(22, 3, 22, 0.88);
}

.barbie-player__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 352px;
  border: 0;
}

.barbie-spotify-embed {
  width: 100%;
  min-height: 352px;
}

.barbie-countdown__unit {
  padding: clamp(1.4rem, 2.2vw, 1.8rem) 1rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(54, 6, 42, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 20px 42px rgba(31, 4, 27, 0.22);
  backdrop-filter: blur(14px);
}

.barbie-countdown__unit::after {
  width: 1.6rem;
  height: 1.6rem;
  right: -0.8rem;
}

.barbie-countdown__value {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 18px rgba(255, 182, 193, 0.4);
}

.barbie-countdown__label {
  margin-top: 0.75rem;
  letter-spacing: 0.22em;
  color: rgba(255, 240, 245, 0.78);
}

.barbie-destinations,
.barbie-gifts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.barbie-ticket-card {
  display: grid;
  align-content: start;
  padding: 1.55rem;
  border-style: solid;
}

.barbie-ticket-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.barbie-ticket-card__type,
.barbie-runway__badge,
.barbie-gift-card__eyebrow,
.barbie-inline-note,
.barbie-closet__label {
  min-height: 2.1rem;
  padding: 0.35rem 0.82rem;
  background: rgba(255, 106, 183, 0.1);
  color: var(--barbie-ink);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.barbie-ticket-card__head i {
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff168f, #ff82c9);
  color: #fff;
  font-size: 1.08rem;
  box-shadow: 0 16px 32px rgba(167, 18, 102, 0.2);
}

.barbie-ticket-card h3,
.barbie-closet__card strong,
.barbie-polaroid strong,
.barbie-gift-card h3,
.barbie-runway__card h3 {
  color: inherit;
}

.barbie-ticket-card h3 {
  margin: 1rem 0 0.55rem;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  color: var(--barbie-ink);
}

.barbie-ticket-card p,
.barbie-ticket-card__note {
  color: rgba(87, 10, 55, 0.78);
}

#locations .barbie-inline-link {
  margin-top: 1rem;
  background: rgba(255, 106, 183, 0.1);
  border: 1px solid rgba(255, 106, 183, 0.16);
  color: var(--barbie-ink);
}

.barbie-runway {
  position: relative;
  display: grid;
  gap: 1.45rem;
  padding: 1rem 0 0;
}

.barbie-runway::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 230, 244, 0.86) 18%, rgba(255, 173, 220, 0.94) 52%, rgba(255, 230, 244, 0.86) 82%, rgba(255, 255, 255, 0.16));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 30px rgba(255, 150, 210, 0.24);
  opacity: 1;
  z-index: 0;
}

.barbie-runway__step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
  z-index: 1;
}

.barbie-runway__time {
  grid-column: 2 / 3;
  justify-self: center;
  width: 5.5rem;
  min-width: 5.5rem;
  min-height: 5.5rem;
  padding: 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 214, 234, 0.88)),
    url("../img/fondo.jpg") center / 150px repeat;
  color: var(--barbie-ink);
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
  line-height: 1.1;
  box-shadow:
    0 0 0 0.7rem rgba(255, 255, 255, 0.06),
    0 20px 44px rgba(35, 4, 30, 0.26);
  z-index: 1;
}

.barbie-runway__step.is-left .barbie-runway__card {
  grid-column: 1 / 2;
  text-align: right;
}

.barbie-runway__step.is-right .barbie-runway__card {
  grid-column: 3 / 4;
}

.barbie-runway__card {
  position: relative;
  padding: 1.45rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 182, 193, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(51, 6, 39, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: var(--barbie-shadow-poster);
}

.barbie-runway__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 60%);
  pointer-events: none;
}

.barbie-runway__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.barbie-runway__step.is-left .barbie-runway__card-top {
  flex-direction: row-reverse;
}

.barbie-runway__badge {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 240, 245, 0.82);
}

.barbie-runway__icon {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff168f, #ff92d3);
  color: #fff;
  box-shadow: 0 14px 28px rgba(167, 18, 102, 0.26);
}

.barbie-runway__card h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.55rem, 2.3vw, 1.9rem);
  color: #fff8fc;
}

.barbie-runway__card p {
  color: rgba(255, 240, 245, 0.76);
}

.barbie-closet {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 360px);
  gap: 1rem;
  align-items: start;
}

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

.barbie-closet__card {
  padding: 1.4rem;
}

.barbie-closet__label {
  display: inline-flex;
}

.barbie-closet__card strong {
  display: block;
  margin: 0.9rem 0 0.65rem;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  color: var(--barbie-ink);
}

.barbie-closet__card p {
  color: rgba(87, 10, 55, 0.78);
}

.barbie-closet__visual {
  padding: 1rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 122, 191, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 252, 0.84)),
    rgba(255, 255, 255, 0.84);
  box-shadow: var(--barbie-shadow-soft);
}

.barbie-closet__visual img {
  aspect-ratio: 4 / 5;
  border-radius: 26px;
}

.barbie-squad-group {
  display: grid;
  gap: 1rem;
}

.barbie-squad-group + .barbie-squad-group {
  margin-top: 1.25rem;
}

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

.barbie-polaroid {
  gap: 0.95rem;
  padding: 1rem 1rem 1.35rem;
  transform: rotate(var(--barbie-tilt, 0deg));
}

.barbie-polaroid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.7), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 50%);
  pointer-events: none;
}

.barbie-polaroid__tape {
  background: rgba(255, 106, 183, 0.12);
  color: #8b205b;
}

.barbie-polaroid__photo {
  min-height: 240px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #ffb8dc 0%, #ff8ec9 42%, #ffd4e9 100%);
}

.barbie-polaroid__photo span {
  background: rgba(60, 7, 42, 0.84);
}

.barbie-polaroid strong {
  font-size: 1.45rem;
  color: var(--barbie-ink);
}

.barbie-polaroid p {
  color: rgba(87, 10, 55, 0.74);
}

.barbie-moodboard {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.barbie-moodboard__item {
  min-height: 260px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 42px rgba(93, 9, 61, 0.2);
}

.barbie-moodboard__item--1 {
  grid-column: span 7;
  border-radius: 34px 34px 22px 22px;
}

.barbie-moodboard__item--2 {
  grid-column: span 5;
  border-radius: 24px 38px 24px 24px;
}

.barbie-moodboard__item--3 {
  grid-column: span 5;
  border-radius: 38px 24px 24px 24px;
}

.barbie-moodboard__item--4 {
  grid-column: span 7;
  border-radius: 24px 24px 38px 38px;
}

.barbie-moodboard__item::after {
  background:
    linear-gradient(180deg, transparent, rgba(60, 7, 42, 0.42)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%);
  opacity: 0.12;
}

.barbie-moodboard__item:hover::after {
  opacity: 1;
}

.barbie-moodboard__item:hover img {
  transform: scale(1.04);
}

.barbie-gift-card,
.barbie-rsvp-ticket {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 182, 193, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--barbie-panel-dark);
  box-shadow: var(--barbie-shadow-poster);
  backdrop-filter: blur(16px);
}

.barbie-gift-card {
  display: grid;
  align-content: start;
  padding: 1.5rem;
}

.barbie-gift-card__eyebrow,
#gifts .barbie-inline-note {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 240, 245, 0.8);
}

.barbie-gift-card h3 {
  margin: 0.95rem 0 0.55rem;
  font-size: clamp(1.45rem, 2vw, 1.7rem);
  color: #fff8fc;
}

.barbie-gift-card p {
  color: rgba(255, 240, 245, 0.76);
}

#gifts .barbie-inline-link {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.barbie-rsvp-ticket {
  padding: clamp(2rem, 4vw, 3.2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 233, 246, 0.78)),
    rgba(255, 255, 255, 0.8);
  color: var(--barbie-ink);
}

.barbie-rsvp-ticket::before,
.barbie-rsvp-ticket::after {
  background: rgba(255, 240, 245, 0.98);
}

#rsvp .barbie-rsvp-ticket__copy p {
  color: rgba(87, 10, 55, 0.78);
}

#rsvp .barbie-heading {
  color: var(--barbie-ink);
}

#rsvp .barbie-section-label {
  color: rgba(87, 10, 55, 0.66);
}

#rsvp .barbie-btn {
  color: var(--barbie-ink);
}

#rsvp .barbie-btn--primary {
  color: #fffafc;
}

#rsvp .barbie-btn--primary i {
  color: #fffafc;
}

#rsvp .barbie-btn--ghost {
  background: rgba(255, 106, 183, 0.1);
  border-color: rgba(255, 106, 183, 0.14);
  color: var(--barbie-ink);
}

#rsvp .barbie-btn--ghost i {
  color: inherit;
  background: rgba(255, 106, 183, 0.12);
}

.barbie-footer {
  padding: 2.1rem 1.4rem 0;
  text-align: center;
  color: rgba(255, 240, 245, 0.72);
  font-size: 0.84rem;
}

@media (max-width: 1180px) {
  .barbie-hero__grid,
  .barbie-closet,
  .barbie-player,
  .barbie-rsvp-ticket {
    grid-template-columns: 1fr;
  }

  .barbie-hero__frame {
    justify-self: center;
  }
}

@media (max-width: 1024px) {
  .barbie-destinations,
  .barbie-gifts,
  .barbie-squad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .barbie-runway::before {
    left: 1.95rem;
    transform: none;
  }

  .barbie-runway__step {
    grid-template-columns: 4.3rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
  }

  .barbie-runway__time {
    grid-column: 1 / 2;
    width: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    font-size: 0.96rem;
  }

  .barbie-runway__step.is-left .barbie-runway__card,
  .barbie-runway__step.is-right .barbie-runway__card {
    grid-column: 2 / 3;
    text-align: left;
  }

  .barbie-runway__step.is-left .barbie-runway__card-top {
    flex-direction: row;
  }

  .barbie-closet {
    grid-template-columns: 1fr;
  }

  .barbie-moodboard__item {
    min-height: 240px;
  }
}

@media (max-width: 720px) {
  .barbie-title {
    font-size: clamp(3.4rem, 18vw, 5.2rem);
  }

  .barbie-heading {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .barbie-hero {
    min-height: auto;
    padding-top: 5.7rem;
  }

  .barbie-chip-row,
  .barbie-hero__actions,
  .barbie-rsvp-ticket__actions {
    flex-direction: column;
  }

  .barbie-chip,
  .barbie-btn,
  .barbie-inline-link,
  .barbie-inline-note {
    width: 100%;
  }

  .barbie-ribbon {
    position: static;
    transform: none;
    display: inline-flex;
    margin-bottom: 1rem;
  }

  .barbie-destinations,
  .barbie-gifts,
  .barbie-squad-grid,
  .barbie-closet__cards {
    grid-template-columns: 1fr;
  }

  .barbie-moodboard__item,
  .barbie-moodboard__item--1,
  .barbie-moodboard__item--2,
  .barbie-moodboard__item--3,
  .barbie-moodboard__item--4 {
    grid-column: span 12;
  }
}

@media (max-width: 560px) {
  .barbie-sticky-pass {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .barbie-scroll-top {
    left: max(0.85rem, env(safe-area-inset-left));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 0.66rem;
  }

  .barbie-scroll-top__label {
    display: none;
  }

  .barbie-hero__grid,
  .barbie-section > * {
    width: min(var(--barbie-shell-max), calc(100% - 1.4rem));
  }

  .barbie-star--2,
  .barbie-star--5 {
    display: none;
  }

  .barbie-hero__frame::before {
    width: 4.2rem;
    height: 4.2rem;
    inset: -0.1rem auto auto 0.35rem;
  }

  .barbie-hero__mirror a,
  .barbie-hero__placeholder,
  .barbie-hero__mirror img {
    min-height: 430px;
  }

  .barbie-countdown__unit::after,
  .barbie-rsvp-ticket::before,
  .barbie-rsvp-ticket::after {
    display: none;
  }

  .barbie-polaroid {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .barbie-dream-template [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .barbie-star,
  .barbie-date-pill__line {
    animation: none;
  }

  .barbie-btn,
  .barbie-inline-link,
  .barbie-ticket-card,
  .barbie-gift-card,
  .barbie-closet__card,
  .barbie-polaroid,
  .barbie-moodboard__item img,
  .barbie-countdown__value {
    transition: none;
  }
}
