* {
  box-sizing: border-box;
}
.raas-page {
  --pink: #e90087;
  --hot: #fa318e;
  --plum: #250426;
  --cream: #fff4e8;
  --ink: #241c2a;
  --gold: #ffd457;
  background: #fff8f7;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
.raas-page a {
  text-decoration: none;
}
.raas-container {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.raas-hero {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 74% 42%,
    #ffad54 0,
    #f73591 25%,
    #c4007b 55%,
    #4b0b4c 100%
  );
  color: var(--cream);
  padding: 80px 0 48px;
}
.raas-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(135deg, transparent 20%, #fff 20.2%, transparent 20.5%),
    linear-gradient(45deg, transparent 75%, #ffb8f0 75.3%, transparent 75.6%);
  background-size: 140px 140px;
  mix-blend-mode: soft-light;
}
.raas-sparkles:before,
.raas-sparkles:after {
  content: "✦  ·  ✦  ·  ✦  ·  ✦";
  position: absolute;
  top: 32px;
  left: -20px;
  color: #ffe9ab;
  font-size: 25px;
  letter-spacing: 28px;
  transform: rotate(-12deg);
  z-index: 1;
}
.raas-sparkles:after {
  left: auto;
  right: -35px;
  transform: rotate(12deg);
}
.raas-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 560px;
  position: relative;
  z-index: 2;
}
.event-by {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", serif;
  font-size: 23px;
}
.event-by img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffd457;
  box-shadow: 0 0 0 4px #ffffff22;
}
.event-by strong {
  font:
    800 15px/1.05 Manrope,
    sans-serif;
  letter-spacing: 0.06em;
}
.event-by i {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: #4c052e;
  border-radius: 50%;
  font-size: 10px;
  color: #ffd457;
  font-style: normal;
  margin-right: 4px;
}
.raas-kicker,
.section-kicker {
  font:
    700 11px/1 Manrope,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
.raas-kicker {
  color: #ffd457;
  margin: 65px 0 18px;
}
.hero-copy h1 {
  font:
    800 clamp(58px, 8vw, 112px) / 0.88 Manrope,
    sans-serif;
  letter-spacing: -0.08em;
  margin: 0;
  text-transform: uppercase;
}
.hero-copy h1 em {
  font-style: normal;
  color: #ffd457;
}
.hero-subtitle {
  display: flex;
  align-items: center;
  gap: 17px;
  font:
    italic 700 clamp(20px, 2.6vw, 32px) / 1.2 "Playfair Display",
    serif;
  margin: 26px 0 13px;
}
.hero-subtitle b {
  font: 400 32px sans-serif;
  color: #ffd457;
}
.hero-lede {
  font-size: 18px;
  color: #ffe7e4;
  max-width: 460px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.raas-btn {
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 700;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.raas-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px #7d075e55;
}
.raas-btn.primary {
  background: #ffd457;
  color: #3b0a34;
}
.raas-btn.ghost {
  border: 1px solid #ffdaf0;
  color: var(--cream);
}
.raas-btn.dark {
  background: #2b082c;
  color: var(--cream);
  margin-top: 25px;
}
.hero-meta {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #ffe0ea;
}
.hero-meta b {
  color: #ffd457;
  font-size: 18px;
  margin-right: 6px;
}
.hero-art {
  height: 480px;
  position: relative;
}
.halo {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  right: 30px;
  top: 15px;
  background: radial-gradient(
    circle,
    #ffe374 0,
    #ff9f55 31%,
    #fa398d 68%,
    transparent 70%
  );
  filter: blur(1px);
}
.dandiya-stick {
  position: absolute;
  width: 230px;
  height: 9px;
  background: linear-gradient(90deg, #fdc857, #ff4e86, #fdc857);
  border-radius: 99px;
  z-index: 3;
  right: 128px;
  top: 165px;
  transform: rotate(-29deg);
}
.stick-b {
  top: 258px;
  right: 15px;
  transform: rotate(32deg);
}
.dancer {
  position: absolute;
  bottom: 18px;
  z-index: 4;
  width: 170px;
  height: 355px;
}
.dancer-left {
  right: 220px;
}
.dancer-right {
  right: 52px;
  transform: scale(0.93) rotate(2deg);
}
.dancer .head {
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #a54a35;
  top: 8px;
  left: 54px;
  border: 4px solid #612238;
}
.dancer .hair {
  position: absolute;
  width: 76px;
  height: 62px;
  border-radius: 50% 50% 36% 36%;
  background: #351022;
  top: -8px;
  left: 45px;
}
.dancer .body {
  position: absolute;
  top: 72px;
  left: 61px;
  width: 50px;
  height: 132px;
  background: #ffcf57;
  border-radius: 38% 38% 20% 20%;
  transform: rotate(5deg);
  border: 5px solid #9e2660;
}
.dancer .skirt {
  position: absolute;
  top: 177px;
  left: 7px;
  width: 155px;
  height: 155px;
  background: conic-gradient(
    from 10deg,
    #ffdb5f,
    #ec378b,
    #ff9c42,
    #d91b79,
    #ffdb5f
  );
  clip-path: polygon(40% 0, 62% 0, 100% 100%, 0 100%);
  border-radius: 45%;
}
.dancer .arm {
  position: absolute;
  width: 100px;
  height: 16px;
  background: #ffcf57;
  border: 4px solid #9e2660;
  border-radius: 20px;
  top: 92px;
  left: 88px;
  transform: rotate(-48deg);
  transform-origin: left;
}
.dancer .arm-b {
  left: 16px;
  transform: rotate(54deg);
}
.dancer-right .body {
  background: #ffe8da;
}
.dancer-right .skirt {
  background: conic-gradient(
    from 10deg,
    #ffcf48,
    #ef2b78,
    #ff8a3b,
    #cb1a68,
    #ffcf48
  );
}
.art-label {
  position: absolute;
  bottom: -14px;
  right: 38px;
  font:
    700 12px Manrope,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6b163d;
}
.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font:
    600 10px Manrope,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffdbe9;
  z-index: 5;
}
.scroll-cue span {
  color: #ffd457;
  font-size: 17px;
  margin-left: 8px;
}
.raas-section {
  padding: 110px 0;
}
.intro-section {
  background: var(--cream);
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.section-kicker {
  color: #ca0b7a;
  margin: 0 0 22px;
}
.raas-section h2 {
  font:
    800 clamp(42px, 6vw, 75px) / 0.94 Manrope,
    sans-serif;
  letter-spacing: -0.07em;
  margin: 0;
  color: var(--ink);
}
.raas-section h2 span {
  color: var(--pink);
}
.intro-text {
  font-size: 21px;
  line-height: 1.6;
  max-width: 510px;
}
.intro-text p {
  margin: 0 0 19px;
}
.text-link {
  color: #ca0b7a;
  font-weight: 700;
}
.text-link span {
  margin-left: 12px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 80px;
}
.stat-grid div {
  border-top: 1px solid #e9bdd0;
  padding-top: 20px;
}
.stat-grid strong {
  font: 800 38px Manrope;
  color: var(--pink);
  display: block;
}
.stat-grid strong span {
  color: #f6bb4d;
}
.stat-grid small {
  font-size: 12px;
  color: #765e6a;
}
.pink-section {
  background: linear-gradient(130deg, #ffe0ee, #fff6f2);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 50px;
}
.heading-note {
  text-align: right;
  color: #765e6a;
  line-height: 1.5;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.experience-grid article {
  background: #fff8f8;
  border: 1px solid #f1c8da;
  border-radius: 22px;
  padding: 27px;
  min-height: 255px;
  position: relative;
  box-shadow: 0 18px 40px #d52a7920;
}
.experience-grid article > b {
  color: #cb0b7d;
  font: 700 12px Manrope;
}
.feature-icon {
  font-size: 37px;
  color: #e90087;
  margin: 26px 0 10px;
}
.experience-grid h3,
.ticket-card h3,
.benefit-list h3 {
  font: 700 23px Manrope;
  margin: 0 0 8px;
}
.experience-grid p,
.benefit-list p {
  color: #765e6a;
  line-height: 1.5;
  margin: 0;
}
.tickets-section {
  background: #fff8f7;
}
.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ticket-card {
  border: 1px solid #f0c4d8;
  border-radius: 22px;
  padding: 30px;
  position: relative;
  background: #fff;
}
.ticket-card p {
  font: 700 11px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #c40b78;
}
.ticket-card strong {
  font: 800 58px Manrope;
  color: #27162b;
  letter-spacing: -0.08em;
}
.ticket-card sup {
  font-size: 16px;
  color: #e90087;
}
.ticket-card span {
  color: #765e6a;
  font-style: italic;
}
.ticket-card a {
  display: block;
  color: #c40b78;
  font-weight: 700;
  border-top: 1px solid #f0c4d8;
  margin-top: 30px;
  padding-top: 17px;
}
.ticket-card.featured {
  background: linear-gradient(135deg, #dc087d, #f53a8c);
  color: #fff;
  border-color: transparent;
  transform: translateY(-15px);
  box-shadow: 0 20px 45px #c7067b45;
}
.ticket-card.featured p,
.ticket-card.featured strong,
.ticket-card.featured a {
  color: #fff;
}
.ticket-card.featured span {
  color: #ffe7ee;
}
.popular {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 7px 10px;
  background: #ffd457;
  color: #43212e;
  border-radius: 99px;
  font: 700 10px Manrope;
  text-transform: uppercase;
}
.sponsor-section {
  background: #ffd6e8;
}
.sponsor-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}
.sponsor-copy {
  line-height: 1.6;
  max-width: 440px;
  color: #765e6a;
  margin-top: 25px;
}
.benefit-list {
  display: grid;
  gap: 16px;
}
.benefit-list > div {
  background: #ffeaf3;
  border: 1px solid #f2b9d3;
  padding: 24px;
  border-radius: 18px;
}
.benefit-list span {
  color: #d20b7d;
  font: 700 11px Manrope;
}
.benefit-list h3 {
  display: inline;
  margin-left: 17px;
}
.contact-section {
  background: #fff8f7;
  padding-top: 20px;
}
.contact-card {
  background: linear-gradient(120deg, #4a0847, #bb0877);
  border-radius: 28px;
  padding: 60px 70px;
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
}
.contact-card .section-kicker {
  color: #ffd457;
}
.contact-card h2 {
  color: var(--cream);
}
.contact-card h2 span {
  color: #ffd457;
}
.contact-card > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 7px;
  line-height: 1.5;
}
.contact-card a {
  color: #ffd457;
  font-weight: 700;
}
.contact-card small {
  color: #ffc9e2;
  margin-top: 8px;
}
.raas-footer {
  background: #250426;
  color: #ffe7ee;
  padding: 28px 0;
}
.raas-footer .raas-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}
.raas-footer strong {
  font: 800 15px Manrope;
  color: #ffd457;
  line-height: 0.9;
}
.raas-footer span {
  color: #d6a9c4;
}
.raas-footer a {
  color: #ffd457;
  font-weight: 700;
}
@media (max-width: 800px) {
  .raas-container {
    width: min(100% - 32px, 600px);
  }
  .raas-hero {
    padding-top: 45px;
  }
  .raas-hero-grid,
  .split-grid,
  .sponsor-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .raas-hero-grid {
    min-height: auto;
  }
  .hero-copy {
    padding-top: 25px;
  }
  .hero-art {
    height: 350px;
    order: -1;
    transform: scale(0.78);
    transform-origin: top right;
    margin-bottom: -80px;
  }
  .hero-copy h1 {
    font-size: 60px;
  }
  .hero-meta {
    gap: 10px;
    flex-direction: column;
  }
  .raas-section {
    padding: 75px 0;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 55px;
    gap: 25px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .heading-note {
    text-align: left;
    margin: 0;
  }
  .experience-grid,
  .ticket-grid {
    grid-template-columns: 1fr;
  }
  .ticket-card.featured {
    transform: none;
  }
  .contact-card {
    padding: 40px 28px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .raas-footer .raas-container {
    align-items: start;
    flex-direction: column;
  }
  .raas-footer span {
    order: 3;
  }
}
@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: 51px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .raas-btn {
    padding: 12px 16px;
  }
  .hero-art {
    transform: scale(0.64);
    margin-bottom: -125px;
  }
  .raas-section h2 {
    font-size: 45px;
  }
}

/* Keep the supplied sponsor mark compact even if another stylesheet overrides image sizing. */
.event-by img,
.event-sponsor-logo {
  display: block !important;
  width: 68px !important;
  height: 68px !important;
  max-width: 68px !important;
  max-height: 68px !important;
  min-width: 68px !important;
  min-height: 68px !important;
  object-fit: cover;
  border-radius: 50%;
}
