:root {
  --bg: #e7a8cd;
  --bg-soft: #f0bddb;
  --surface: rgba(255, 241, 250, 0.72);
  --surface-strong: rgba(255, 224, 243, 0.84);
  --text: #1d1120;
  --muted: #6f355d;
  --accent: #d63f97;
  --accent-strong: #b12476;
  --accent-glow: rgba(214, 63, 151, 0.35);
  --radius-xl: 1.5rem;
  --radius-lg: 1rem;
  --shadow-xl: 0 30px 60px rgba(103, 28, 75, 0.22);
  --container: min(100% - 2rem, 70rem);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Ubuntu", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at 15% 12%, #ffd7ee 0%, transparent 36%),
    radial-gradient(circle at 86% 84%, #f6bfde 0%, transparent 31%),
    linear-gradient(160deg, var(--bg-soft) 0%, var(--bg) 80%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("./images/RosaRozeStamp.png");
  background-repeat: no-repeat;
  background-position: right -8rem bottom -8rem;
  background-size: min(28rem, 72vw);
  opacity: 0.08;
  z-index: -1;
}

.allura-regular,h1,h2,h3,h4,h5,h6 {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

h2,h3,h4,h5,h6 {
  font-size-adjust: 0.4;
}

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular,p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.bowlby-one-regular, .hero-logo-wrap h1 {
  font-family: "Bowlby One", sans-serif;
  font-weight: 400;
  font-style: normal;
}



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

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

.ambient-glow {
  position: fixed;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  filter: blur(58px);
  z-index: -1;
  animation: floatGlow 9s ease-in-out infinite;
}

.ambient-glow--one {
  background: rgba(217, 80, 156, 0.28);
  top: -4rem;
  left: -4rem;
}

.ambient-glow--two {
  background: rgba(255, 169, 219, 0.35);
  right: -4rem;
  bottom: 20%;
  animation-delay: -2.5s;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 auto;
  width: var(--container);
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(177, 36, 118, 0.22);
}

.brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #5f2850;
}

.brand-mini__dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #ec5caf, #b12476);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.38);
}

.button {
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  padding: 0.55rem 1rem;
  color: #fff;
  background: linear-gradient(130deg, var(--accent), var(--accent-strong));
  box-shadow: 0 12px 30px var(--accent-glow);
}

.topbar__cta {
  font-size: 0.9rem;
}

.hero-logo-wrap {
  width: var(--container);
  margin: 1.1rem auto 0.4rem;
  display: grid;
  place-items: center;
}

.hero-logo-wrap h1 {
  margin: 0;
  display: flex;
  align-items: center;      /* vertical center for spans + image */
  justify-content: center;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  flex-wrap: nowrap;        /* keep ROSA + logo + ROAZE on one line */
}

.hero-logo-wrap h2 {
  font-size: min(3.5vw, 2.17rem);
  background: linear-gradient(130deg, #dd419a, #a91d6d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


.hero-logo {
  width: min(300px, 28vw);
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.hero-logo-wrap h1 span.bowlby-one-regular {
  font-size: clamp(2rem, 9vw, 8rem);
  padding-right: 15px;
  transform-origin: 50% 60%;
  animation: rosaPulse 4.5s ease-in-out infinite;
}

.hero-logo-wrap h1 span.allura-regular {
  font-size: clamp(2rem, 16vw, 8rem);
  padding-right: 15px;
  transform-origin: 40% 70%;
  animation: raozeFloat 4.5s ease-in-out infinite;
  animation-delay: 0.45s;
}

.hero-logo-wrap h1 > span {
  display: inline-flex;
  align-items: center;      /* center text within its own box */
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(130deg, #dd419a, #a91d6d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  will-change: transform, filter;
}

@keyframes rosaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
    filter: drop-shadow(0 0 0 rgba(169, 29, 109, 0));
  }
  18% {
    transform: translateY(-2px) scale(1.04) rotate(-1deg);
    filter: drop-shadow(0 8px 12px rgba(169, 29, 109, 0.28));
  }
  30% {
    transform: translateY(1px) scale(0.99) rotate(0.6deg);
  }
  42% {
    transform: translateY(-1px) scale(1.02) rotate(-0.4deg);
  }
}

@keyframes raozeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    filter: drop-shadow(0 0 0 rgba(221, 65, 154, 0));
  }
  24% {
    transform: translateY(-6px) rotate(-1.2deg);
    filter: drop-shadow(0 8px 14px rgba(221, 65, 154, 0.24));
  }
  50% {
    transform: translateY(-3px) rotate(0.8deg);
  }
  74% {
    transform: translateY(-7px) rotate(-0.8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-wrap h1 span.bowlby-one-regular,
  .hero-logo-wrap h1 span.allura-regular {
    animation: none;
  }
}

main {
  width: var(--container);
  margin: 0 auto;
  padding-bottom: 5.6rem;
}

.section {
  margin-top: 2.2rem;
  padding: 1.3rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(177, 36, 118, 0.2);
  background: linear-gradient(155deg, var(--surface) 0%, rgba(255, 232, 246, 0.78) 100%);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  transform: translateY(18px);
}

.section.is-visible {
  animation: reveal 0.7s ease forwards;
}

.section__header {
  margin-bottom: 1rem;
}

.eyebrow {
  margin: 0;
  color: #962664;
  font-weight: 600;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  margin-top: 0.5rem;
  font-size: clamp(1.8rem, 6vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0.2rem;
  font-size: clamp(1.4rem, 5vw, 2.2rem);
}

p {
  margin-top: 0.5rem;
}

.lead {
  margin-top: 0.85rem;
  color: var(--muted);
  max-width: 65ch;
  line-height: 1.55;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.art-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(177, 36, 118, 0.28);
  background: var(--surface-strong);
}

.art-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.placeholder-art {
  width: 100%;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.55) 0%, transparent 34%),
    radial-gradient(circle at 80% 78%, rgba(214, 63, 151, 0.24) 0%, transparent 35%),
    linear-gradient(140deg, #f8d3e7 0%, #e7a8cd 54%, #cc69a3 100%);
}

.brand-logo {
  width: 7rem;
  border-radius: 999px;
  border: 1px solid rgba(177, 36, 118, 0.32);
  background: rgba(255, 255, 255, 0.62);
  padding: 0.3rem;
}

.chips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chip {
  font-size: 0.83rem;
  color: #6a2450;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(177, 36, 118, 0.25);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
}

.grid {
  display: grid;
  gap: 0.8rem;
}

.affiliate-card,
.faq-item,
.ticket-card {
  border-radius: var(--radius-lg);
  padding: 1rem;
  border: 1px solid rgba(177, 36, 118, 0.22);
  background: rgba(255, 255, 255, 0.32);
}

.affiliate-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.affiliate-card img {
  width: 3.1rem;
  height: 3.1rem;
  object-fit: contain;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(177, 36, 118, 0.2);
  padding: 0.2rem;
}

.affiliate-card h3,
.ticket-card h3 {
  font-size: 1.8rem;
}

.muted {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.25rem;
  line-height: 1.5;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  position: relative;
  padding-right: 1.2rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.05rem;
  color: #95245d;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin-top: 0.65rem;
  color: var(--muted);
  line-height: 1.55;
}

.ticket-card {
  display: grid;
  gap: 0.6rem;
  width: max(40vw, 300px);
  margin: 25px auto;
}

.ticket-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
}

.floating-cta {
  position: fixed;
  z-index: 50;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  text-align: center;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  color: #fff;
  background: linear-gradient(130deg, #dd419a, #a91d6d);
  box-shadow: 0 16px 34px rgba(178, 34, 115, 0.42);
  animation: pulse 2.4s ease-in-out infinite;
}

@media (min-width: 48rem) {
  main {
    padding-bottom: 2.3rem;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }

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

  .topbar__cta {
    display: none;
  }

  .floating-cta {
    left: auto;
    right: 1.4rem;
    bottom: 1.4rem;
    width: auto;
    padding-inline: 1.25rem;
  }
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0.8rem, 0.9rem) scale(1.04);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 16px 34px rgba(178, 34, 115, 0.42);
  }
  50% {
    transform: scale(1.015);
    box-shadow: 0 16px 42px rgba(178, 34, 115, 0.54);
  }
}
