:root {
  --cp-red: #e7193a;
  --cp-red-light: #ff4a45;
  --cp-red-dark: #9f1027;
  --cp-white: #fffafc;
  --cp-hot-pink: var(--cp-red);
  --cp-pink: var(--cp-red);
  --cp-blush: var(--cp-white);
  --cp-blush-light: var(--cp-white);
  --cp-ink: var(--cp-red-dark);
}

html[data-foudre-root],
html[data-foudre-root].-green,
html[data-foudre-root].-pink,
html[data-foudre-root].-pinklight {
  background-color: var(--cp-white);
}

body[data-module-scroll="scroll"] {
  color: var(--cp-ink);
}

body[data-module-scroll="scroll"] .-clrgreen,
body[data-module-scroll="scroll"] .-clrpink-1 {
  color: var(--cp-red) !important;
}

body[data-module-scroll="scroll"] .-clrpink-2 {
  color: var(--cp-hot-pink) !important;
}

body[data-module-scroll="scroll"] .-clrpink-3,
body[data-module-scroll="scroll"] .-clrgray {
  color: var(--cp-blush) !important;
}

body[data-module-scroll="scroll"] .-clrwhite {
  color: var(--cp-white) !important;
}

body.-white[data-module-scroll="scroll"] .-clrgreen,
body.-white[data-module-scroll="scroll"] .-clrpink-1,
body.-white[data-module-scroll="scroll"] .-clrpink-2,
body.-white[data-module-scroll="scroll"] .-clrpink-3,
body.-white[data-module-scroll="scroll"] .-clrgray {
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .-bggreen,
body[data-module-scroll="scroll"] .-bgpink-1 {
  background-color: var(--cp-red) !important;
  color: var(--cp-white);
}

body[data-module-scroll="scroll"] .-bgpink-2 {
  background-color: var(--cp-pink) !important;
}

body[data-module-scroll="scroll"] .-bgpink-3 {
  background-color: var(--cp-blush-light) !important;
}

body[data-module-scroll="scroll"] .-bgwhite {
  background-color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .-bggreen .-clrgreen,
body[data-module-scroll="scroll"] .-bggreen .-clrpink-1,
body[data-module-scroll="scroll"] .-bgpink-1 .-clrgreen,
body[data-module-scroll="scroll"] .-bgpink-1 .-clrpink-1 {
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .-bgpink-2 .-clrgreen,
body[data-module-scroll="scroll"] .-bgpink-2 .-clrpink-1,
body[data-module-scroll="scroll"] .-bgpink-3 .-clrgreen,
body[data-module-scroll="scroll"] .-bgpink-3 .-clrpink-1 {
  color: var(--cp-red-dark) !important;
}

body[data-module-scroll="scroll"] ::selection {
  background: var(--cp-red);
  color: var(--cp-white);
}

.o-header_logo {
  width: 11.8rem;
  height: 4.4rem;
  color: var(--cp-red) !important;
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.o-header_logo .a-svg {
  display: none !important;
}

.o-header_logo::before {
  content: "CURVY";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: max-content;
  color: currentColor;
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    text-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Beni, Impact, "Arial Black", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0.02em 0 var(--cp-red-dark);
  transform: translate(-50%, -50%) scaleX(0.98);
}

body.-white .o-header_logo,
body.-white .o-header_logo::before {
  color: var(--cp-white) !important;
  text-shadow: none;
}

.o-header_menuButton,
.o-header_whatsappButton {
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
  box-shadow: 0 0 0 2px rgba(255, 250, 252, 0.84);
}

body[data-module-scroll="scroll"] .o-header_menuButton,
body[data-module-scroll="scroll"] .o-header_whatsappButton,
body[data-module-scroll="scroll"] .o-header_menuButton.-bgpink-2,
body[data-module-scroll="scroll"] .o-header_whatsappButton.-bgpink-2 {
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
}

.o-header_menuButton:hover,
.o-header_whatsappButton:hover {
  background-color: var(--cp-red-dark) !important;
  color: var(--cp-white) !important;
}

.o-homeHero .m-logo {
  color: var(--cp-red);
}

.o-homeHero .m-logo .a-svg {
  display: none !important;
}

.o-homeHero .m-logo {
  position: relative;
  display: block;
  overflow: visible;
  height: clamp(12rem, 29vw, 36rem);
}

.o-homeHero .m-logo::before {
  content: "CURVY";
  position: absolute;
  left: 50%;
  bottom: -0.08em;
  display: block;
  width: max-content;
  color: var(--cp-red);
  font-family: Beni, Impact, "Arial Black", sans-serif;
  font-size: clamp(20rem, 38vw, 52rem);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0.02em 0 var(--cp-red-dark);
  transform: translateX(-50%) translateY(105%) scaleX(0.98);
  transform-origin: center bottom;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.o-homeHero.is-inview .m-logo::before,
.o-homeHero.-active .m-logo::before,
.is-loaded .o-homeHero .m-logo::before {
  transform: translateX(-50%) translateY(0) scaleX(0.98);
}

.o-footer .m-logo .a-svg,
.o-footer .m-logo::before {
  display: none !important;
}

.o-footer .m-logo::before {
  content: "Curvy\A Parties";
  display: block !important;
  white-space: pre;
  color: var(--cp-red);
  font-family: Beni, Impact, "Arial Black", sans-serif;
  font-size: min(23vw, 24rem);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  text-transform: uppercase;
}

.o-homeHero_content h1 {
  color: var(--cp-red) !important;
}

.o-homeHero_content p {
  color: var(--cp-red) !important;
  text-transform: uppercase;
}

.o-homeHero_content em {
  color: var(--cp-red) !important;
}

.o-homeHero_content p.tx-xl {
  color: var(--cp-red) !important;
  -webkit-text-stroke: 0 transparent !important;
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-stroke-width: 0 !important;
  paint-order: normal;
  text-shadow: none !important;
}

.o-homeHero_content p.tx-xl em {
  color: var(--cp-red) !important;
  -webkit-text-stroke: 0 transparent !important;
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-stroke-width: 0 !important;
  paint-order: normal;
  text-shadow: none !important;
}

body.-white .o-homeHero_content h1,
body.-white .o-homeHero_content p,
body.-white .o-homeHero_content em,
body.-white .o-homeHero_content p.tx-xl,
body.-white .o-homeHero_content p.tx-xl em {
  color: var(--cp-white) !important;
  -webkit-text-stroke: 0 transparent !important;
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-stroke-width: 0 !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-homeAgency .-clrpink-1,
body[data-module-scroll="scroll"] .o-homeAgency .-clrpink-2 {
  color: var(--cp-blush-light) !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-homeProjects,
body[data-module-scroll="scroll"] .o-homePhotos,
body[data-module-scroll="scroll"] [data-module-home-expertises] {
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .o-homePhotos [data-home-expertises="anchor"],
body[data-module-scroll="scroll"] [data-module-home-expertises] [data-home-expertises="anchor"],
body[data-module-scroll="scroll"] [data-module-home-expertises] h2,
body[data-module-scroll="scroll"] [data-module-home-expertises] h3,
body[data-module-scroll="scroll"] [data-module-home-expertises] p,
body[data-module-scroll="scroll"] [data-module-home-expertises] li {
  color: var(--cp-white) !important;
  text-shadow: none !important;
}

.a-chatBubble {
  --cp-sticker-size: 9.6rem;
  --cp-sticker-url: url("/assets/poster/stickers/floating-sticker-lips.webp?v=large-1");
  display: inline-block !important;
  width: var(--cp-sticker-size) !important;
  min-width: var(--cp-sticker-size) !important;
  height: var(--cp-sticker-size) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent var(--cp-sticker-url) center / contain no-repeat !important;
  background-color: transparent !important;
  background-image: var(--cp-sticker-url) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -999rem;
  text-shadow: none !important;
  filter: drop-shadow(0 1.1rem 1.6rem rgba(159, 16, 39, 0.24));
}

body[data-module-scroll="scroll"] .a-chatBubble,
body[data-module-scroll="scroll"] .a-chatBubble.-bgpink-3,
body[data-module-scroll="scroll"] .a-chatBubble.-bgpink-2,
body[data-module-scroll="scroll"] .a-chatBubble.-bgpink-1,
.o-homeHero_card .a-chatBubble,
.o-homeTeam_left .a-chatBubble,
.o-homeProjects .a-chatBubble,
.o-homeExpertises .a-chatBubble,
.o-homeProcess .a-chatBubble,
.o-homeFaq .a-chatBubble {
  background-color: transparent !important;
}

.a-chatBubble::before,
.a-chatBubble::after {
  content: none !important;
  display: none !important;
}

.a-chatBubble[data-cp-sticker="heart"] {
  --cp-sticker-url: url("/assets/poster/stickers/floating-sticker-heart.webp?v=large-1");
}

.a-chatBubble[data-cp-sticker="disco"] {
  --cp-sticker-url: url("/assets/poster/stickers/floating-sticker-disco.webp?v=large-1");
}

.a-chatBubble[data-cp-sticker="camera"] {
  --cp-sticker-url: url("/assets/poster/stickers/floating-sticker-camera.webp?v=large-1");
}

.a-chatBubble.-square {
  --cp-sticker-size: 4.8rem;
}

.o-homeHero_card .a-chatBubble {
  --cp-sticker-size: 11.8rem;
}

.o-homeHero_card:nth-child(1) .a-chatBubble {
  --cp-sticker-url: url("/assets/poster/stickers/floating-sticker-lips.webp?v=large-1");
}

.o-homeHero_card:nth-child(2) .a-chatBubble {
  --cp-sticker-url: url("/assets/poster/stickers/floating-sticker-camera.webp?v=large-1");
}

.o-homeHero_card:nth-child(3) .a-chatBubble {
  --cp-sticker-url: url("/assets/poster/stickers/floating-sticker-disco.webp?v=large-1");
}

.o-homeTeam_left .a-chatBubble,
.o-homeProjects .a-chatBubble,
.o-homeExpertises .a-chatBubble,
.o-homeProcess .a-chatBubble,
.o-homeFaq .a-chatBubble {
  --cp-sticker-size: 10.8rem;
}

.m-teamPopin .a-chatBubble {
  --cp-sticker-size: 7.2rem;
}

.m-featuredProject {
  --bg-color: var(--cp-red) !important;
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
  cursor: pointer;
  transition:
    opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-featuredProject:focus-visible {
  outline: 3px solid var(--cp-white);
  outline-offset: 5px;
}

.m-featuredProject_castingImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.m-featuredProject_blurb {
  max-width: 18rem;
  line-height: 1.15 !important;
  opacity: 0.92;
}

.m-featuredProject .m-featuredProject_tags {
  margin-bottom: 0.5rem;
}

.m-featuredProject .m-featuredProject_tags .a-tag {
  line-height: 0.9;
}

/* Body-scoped so it beats the theme's .-bgpink-1 / .-clrwhite rules — otherwise the
   button stays red even while the card is red (an invisible red-on-red button). */
body[data-module-scroll="scroll"] .m-featuredProject .a-tag,
body[data-module-scroll="scroll"] .m-featuredProject .a-button {
  background-color: var(--cp-white) !important;
  color: var(--cp-red) !important;
  transition:
    background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Title/subtitle inherit the card colour — give them their own colour transition
   so they fade in step with the card background instead of snapping. */
.m-featuredProject .tx-l,
.m-featuredProject .tx-sm,
.m-featuredProject .m-featuredProject_scrollBar {
  transition: color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* On a red/dark page background the red card would vanish — flip it to white.
   Scoped under body[data-module-scroll] so it beats the card's own -clrwhite rule. */
body[data-module-scroll="scroll"] .m-featuredProject.-onRed {
  --bg-color: var(--cp-white) !important;
  background-color: var(--cp-white) !important;
  box-shadow: 0 2rem 6rem rgba(159, 16, 39, 0.28);
}

body[data-module-scroll="scroll"] .m-featuredProject.-onRed,
body[data-module-scroll="scroll"] .m-featuredProject.-onRed .-clrwhite,
body[data-module-scroll="scroll"] .m-featuredProject.-onRed .tx-l,
body[data-module-scroll="scroll"] .m-featuredProject.-onRed .tx-sm {
  color: var(--cp-red) !important;
}

body[data-module-scroll="scroll"] .m-featuredProject.-onRed .a-tag,
body[data-module-scroll="scroll"] .m-featuredProject.-onRed .a-button {
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .m-featuredProject.-onRed .m-featuredProject_scrollBar {
  background-color: var(--cp-red) !important;
}

@media only screen and (max-width: 767px) {
  .m-featuredProject {
    bottom: max(0.35rem, env(safe-area-inset-bottom));
  }
}

.o-homeProjects [data-home-projects="projectCard"],
.o-homeProjects [data-module-project-card],
.o-homeProjects .m-projectCard,
.o-homeProjects .m-projectCard_infos,
.o-homeProjects .m-projectCard_more {
  color: var(--cp-white) !important;
}

.o-homeProjects [data-home-projects="thumbnail"].-active {
  border-color: var(--cp-white) !important;
}

@media only screen and (max-width: 1023px) {
  #events .o-homeProjects_slider {
    height: calc(100svh - 9rem) !important;
  }

  #events .o-homeProjects_item.-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #events .o-homeProjects_item.-active .m-projectCard,
  #events .o-homeProjects_item.-active .m-eventInfo_cta {
    pointer-events: auto !important;
  }
}

.o-homeProjects [data-project-card="cover"].-expandable {
  cursor: zoom-in;
}

.o-homeProjects [data-project-card="cover"].-expandable:focus-visible {
  outline: 0.3rem solid var(--cp-white);
  outline-offset: 0.35rem;
}

.m-photoLightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  pointer-events: none;
}

.m-photoLightbox.-open {
  pointer-events: auto;
}

.m-photoLightbox_backdrop {
  position: fixed;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 250, 252, 0.18), rgba(231, 25, 58, 0) 34rem),
    rgba(159, 16, 39, 0.76);
  opacity: 0;
  cursor: zoom-out;
  backdrop-filter: blur(0.8rem);
  transition: opacity 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-photoLightbox.-open .m-photoLightbox_backdrop {
  opacity: 1;
}

.m-photoLightbox_frame {
  position: fixed;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border: 0.45rem solid var(--cp-white);
  border-radius: 2rem;
  background: var(--cp-white);
  box-shadow: 0 3rem 10rem rgba(38, 0, 10, 0.42);
  transition:
    left 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    top 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    width 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    height 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    border-radius 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.72s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: left, top, width, height;
}

.m-photoLightbox.-open .m-photoLightbox_frame {
  border-radius: clamp(1.4rem, 2vw, 3rem);
  box-shadow: 0 3.4rem 12rem rgba(38, 0, 10, 0.55);
}

.m-photoLightbox_img {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--cp-white);
  object-fit: contain;
}

.m-photoLightbox_caption {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 3;
  width: fit-content;
  max-width: calc(100% - 2.4rem);
  padding: 0.8rem 1rem;
  border-radius: 999rem;
  background: var(--cp-red);
  color: var(--cp-white);
  line-height: 1;
  opacity: 0;
  transform: translateY(0.8rem);
  transition:
    opacity 0.28s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
    transform 0.28s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.m-photoLightbox.-open .m-photoLightbox_caption {
  opacity: 1;
  transform: translateY(0);
}

.m-photoLightbox.-closing .m-photoLightbox_caption {
  opacity: 0;
  transition-delay: 0s;
}

.m-photoLightbox_close {
  position: fixed;
  top: max(1.5rem, env(safe-area-inset-top));
  right: max(1.5rem, env(safe-area-inset-right));
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.8rem;
  height: 4.6rem;
  padding: 0 1.4rem;
  border: 0.2rem solid var(--cp-white);
  border-radius: 999rem;
  background: var(--cp-white);
  color: var(--cp-red);
  font-family: Clash Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-0.8rem) scale(0.96);
  transition:
    opacity 0.24s cubic-bezier(0.23, 1, 0.32, 1) 0.32s,
    transform 0.24s cubic-bezier(0.23, 1, 0.32, 1) 0.32s,
    background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1),
    color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-photoLightbox_close:hover,
.m-photoLightbox_close:focus-visible {
  background: var(--cp-red);
  color: var(--cp-white);
}

.m-photoLightbox.-open .m-photoLightbox_close {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.m-photoLightbox.-closing .m-photoLightbox_close {
  opacity: 0;
  transform: translateY(-0.8rem) scale(0.96);
  transition-delay: 0s;
}

.o-homeProjects_moreCard {
  background-color: var(--cp-white) !important;
  border: 2px solid rgba(231, 25, 58, 0.18);
  color: var(--cp-red) !important;
  opacity: 0.72;
  box-shadow: 0 2.4rem 7rem rgba(159, 16, 39, 0.28);
  transform: translateY(2.4rem) scale(0.94) rotate(-2deg);
  transform-origin: center center;
  transition:
    opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.85s cubic-bezier(0.19, 1, 0.22, 1),
    background-color 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform, opacity;
}

.o-homeProjects_item.-active .o-homeProjects_moreCard {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

body[data-module-scroll="scroll"] .o-homeProjects_moreCard h2,
body[data-module-scroll="scroll"] .o-homeProjects_moreCard h3,
body[data-module-scroll="scroll"] .o-homeProjects_moreCard p,
body[data-module-scroll="scroll"] .o-homeProjects_moreCard a,
.o-homeProjects_moreCard h2,
.o-homeProjects_moreCard h3,
.o-homeProjects_moreCard p,
.o-homeProjects_moreCard a {
  color: var(--cp-red) !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-homeProjects_moreCard .a-button,
.o-homeProjects_moreCard .a-button {
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .o-homeProcess_card,
.o-homeProcess_card,
body[data-module-scroll="scroll"] .o-homeProcess_card.-bgpink-1,
body[data-module-scroll="scroll"] .o-homeProcess_card.-bgpink-2,
body[data-module-scroll="scroll"] .o-homeProcess_card.-bgpink-3 {
  background-color: var(--cp-white) !important;
  color: var(--cp-red) !important;
  border: 2px solid rgba(255, 250, 252, 0.86);
  box-shadow: 0 2.4rem 7rem rgba(159, 16, 39, 0.28);
}

body[data-module-scroll="scroll"] .o-homeProcess_card h3,
body[data-module-scroll="scroll"] .o-homeProcess_card p,
body[data-module-scroll="scroll"] .o-homeProcess_card strong,
.o-homeProcess_card h3,
.o-homeProcess_card p,
.o-homeProcess_card strong {
  color: var(--cp-red) !important;
  text-shadow: none !important;
}

.o-homeProcess_card .a-image {
  background-color: rgba(231, 25, 58, 0.08);
  border-radius: 1.6rem;
}

body[data-module-scroll="scroll"] .o-homeProcess,
body[data-module-scroll="scroll"] .o-homeProcess h2,
body[data-module-scroll="scroll"] .o-homeProcess h2 em,
body[data-module-scroll="scroll"] .o-homeProcess .tx-lg,
body[data-module-scroll="scroll"] .o-homeProcess .tx-lg em,
body[data-module-scroll="scroll"] .o-homeProcess_right p,
body[data-module-scroll="scroll"] .o-homeProcess_right strong {
  color: var(--cp-white) !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-homeWhy,
body[data-module-scroll="scroll"] .o-homeWhy h2,
body[data-module-scroll="scroll"] .o-homeWhy h2 em {
  color: var(--cp-white) !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-homeWhy_card,
.o-homeWhy_card,
body[data-module-scroll="scroll"] .o-homeWhy_card.-bggreen,
body[data-module-scroll="scroll"] .o-homeWhy_card.-bgpink-1,
body[data-module-scroll="scroll"] .o-homeWhy_card.-bgpink-2,
body[data-module-scroll="scroll"] .o-homeWhy_card.-bgpink-3 {
  background-color: var(--cp-white) !important;
  color: var(--cp-red) !important;
  border: 2px solid rgba(255, 250, 252, 0.86);
  box-shadow: 0 2.4rem 7rem rgba(159, 16, 39, 0.28);
}

body[data-module-scroll="scroll"] .o-homeWhy_card h3,
body[data-module-scroll="scroll"] .o-homeWhy_card p,
body[data-module-scroll="scroll"] .o-homeWhy_card strong,
.o-homeWhy_card h3,
.o-homeWhy_card p,
.o-homeWhy_card strong {
  color: var(--cp-red) !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-homeWhy_card .a-image,
.o-homeWhy_card .a-image {
  display: block !important;
  width: min(16rem, 62%) !important;
  height: auto !important;
  margin: 0 auto 2.4rem !important;
  overflow: visible !important;
  background: transparent !important;
  filter: drop-shadow(0 1.2rem 1.8rem rgba(159, 16, 39, 0.18));
  transform: rotate(var(--cp-why-icon-rotate, -3deg));
  aspect-ratio: 1 / 1 !important;
}

body[data-module-scroll="scroll"] .o-homeWhy_card:nth-child(2n) .a-image,
.o-homeWhy_card:nth-child(2n) .a-image {
  --cp-why-icon-rotate: 3deg;
}

body[data-module-scroll="scroll"] .o-homeWhy_card .a-image picture,
.o-homeWhy_card .a-image picture {
  display: contents !important;
}

body[data-module-scroll="scroll"] .o-homeWhy_card .a-image img,
.o-homeWhy_card .a-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

body[data-module-scroll="scroll"] .o-homeFaq,
body[data-module-scroll="scroll"] .o-homeFaq h2,
body[data-module-scroll="scroll"] .o-homeFaq h2 em,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon summary,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon[open] > summary,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon_content,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon_content p,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon_content li,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon_content strong {
  color: var(--cp-red) !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon:not(:last-child) {
  border-color: rgba(231, 25, 58, 0.34) !important;
}

body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon_button {
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon_button .a-svg,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon summary .a-svg,
body[data-module-scroll="scroll"] .o-homeFaq .m-accordeon[open] > summary .a-svg {
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] img[src*="foudre-1-experts"],
body[data-module-scroll="scroll"] img[src*="foudre-2-surmesure"],
body[data-module-scroll="scroll"] img[src*="foudre-3-methode"],
body[data-module-scroll="scroll"] img[src*="foudre-4-humain"],
body[data-module-scroll="scroll"] img[data-src*="foudre-1-experts"],
body[data-module-scroll="scroll"] img[data-src*="foudre-2-surmesure"],
body[data-module-scroll="scroll"] img[data-src*="foudre-3-methode"],
body[data-module-scroll="scroll"] img[data-src*="foudre-4-humain"] {
  filter: brightness(0) saturate(100%) invert(22%) sepia(95%) saturate(4057%) hue-rotate(340deg) brightness(95%) contrast(95%) !important;
  opacity: 1 !important;
}

.o-homeManifest_background,
.o-homeManifest_shapeWrapper {
  background-color: var(--cp-red) !important;
  display: none !important;
}

.o-homeManifest_shape {
  fill: var(--cp-red) !important;
  display: none !important;
}

.o-homeManifest [data-home-manifest="poly"] {
  stroke: var(--cp-white) !important;
}

.a-pin::before,
.a-pin_label,
.a-likeButton .-love-fill,
.m-accordeon[open] > summary .m-accordeon_button,
.a-inputRadio input:checked + label,
.a-inputRadio input:checked + label::before {
  background-color: var(--cp-red) !important;
}

.m-accordeon summary {
  color: var(--cp-hot-pink) !important;
}

.m-accordeon[open] > summary,
.m-accordeon summary .a-svg,
.a-inputField input,
.a-inputField textarea,
.m-videoPlayer_button {
  color: var(--cp-red) !important;
}

.m-accordeon_button,
.m-videoPlayer_button {
  background-color: var(--cp-blush-light) !important;
}

.m-accordeon:not(:last-child),
.a-inputRadio__value,
.a-inputRadio__value::before,
.a-inputText__input {
  border-color: var(--cp-blush) !important;
}

.a-inputText__input::placeholder {
  color: var(--cp-pink) !important;
}

.o-menu_leftWrapper,
.m-contactForm_successMessage {
  background-color: var(--cp-red) !important;
}

/* The menu's decorative lightning shape reads through this overlay — make it cream
   so it shows as a white bolt on the red panel (was an off-brand pink layer). */
.o-menu_overlay {
  background-color: var(--cp-white) !important;
}

.m-whatsappPopin_overlay {
  background-color: rgba(159, 16, 39, 0.82) !important;
}

/* Sits on the red menu — a white card was hard to read, so make it red with a cream
   border + text and an inverted (cream) CTA so it stays distinct and legible. */
body[data-module-scroll="scroll"] .m-whatsappCard,
.m-whatsappCard {
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
  border: 2px solid rgba(255, 250, 252, 0.85);
  box-shadow: 0 2.4rem 7rem rgba(159, 16, 39, 0.45);
}

body[data-module-scroll="scroll"] .m-whatsappCard p,
body[data-module-scroll="scroll"] .m-whatsappCard strong,
body[data-module-scroll="scroll"] .m-whatsappCard h1,
body[data-module-scroll="scroll"] .m-whatsappCard h2,
body[data-module-scroll="scroll"] .m-whatsappCard h3,
.m-whatsappCard p,
.m-whatsappCard strong,
.m-whatsappCard h1,
.m-whatsappCard h2,
.m-whatsappCard h3 {
  color: var(--cp-white) !important;
}

body[data-module-scroll="scroll"] .m-whatsappCard .a-button,
.m-whatsappCard .a-button {
  background-color: var(--cp-white) !important;
  color: var(--cp-red) !important;
}

body[data-module-scroll="scroll"] .o-footer,
body.-white[data-module-scroll="scroll"] .o-footer,
.o-footer {
  color: var(--cp-red) !important;
}

body[data-module-scroll="scroll"] .o-footer p,
body[data-module-scroll="scroll"] .o-footer a,
body[data-module-scroll="scroll"] .o-footer li,
body[data-module-scroll="scroll"] .o-footer .m-socials_icon,
body.-white[data-module-scroll="scroll"] .o-footer p,
body.-white[data-module-scroll="scroll"] .o-footer a,
body.-white[data-module-scroll="scroll"] .o-footer li,
body.-white[data-module-scroll="scroll"] .o-footer .m-socials_icon {
  color: var(--cp-red) !important;
}

body[data-module-scroll="scroll"] .o-footer_contactCard,
.o-footer_contactCard,
body[data-module-scroll="scroll"] .o-footer_contactCard.-bgpink-1 {
  background-color: var(--cp-red) !important;
  color: var(--cp-white) !important;
  border: 2px solid rgba(159, 16, 39, 0.18);
  box-shadow: 0 2.4rem 7rem rgba(159, 16, 39, 0.18);
}

body[data-module-scroll="scroll"] .o-footer_contactCard h2,
body[data-module-scroll="scroll"] .o-footer_contactCard p,
body[data-module-scroll="scroll"] .o-footer_contactCard strong,
.o-footer_contactCard h2,
.o-footer_contactCard p,
.o-footer_contactCard strong {
  color: var(--cp-white) !important;
  text-shadow: none !important;
}

body[data-module-scroll="scroll"] .o-footer_contactCard .a-button,
.o-footer_contactCard .a-button {
  background-color: var(--cp-white) !important;
  color: var(--cp-red-dark) !important;
}

@media only screen and (min-width: 768px) {
  .o-footer_contactCards .a-image {
    aspect-ratio: 45 / 68;
    height: auto !important;
  }
}

.o-footer .m-logo::before {
  font-size: min(23vw, 27rem);
  background: linear-gradient(180deg, var(--cp-red), var(--cp-red-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media only screen and (max-width: 960px) {
  .a-chatBubble {
    --cp-sticker-size: 7.4rem;
  }

  .a-chatBubble.-square {
    --cp-sticker-size: 4rem;
  }

  .o-homeHero_card .a-chatBubble {
    --cp-sticker-size: 8.2rem;
  }

  .o-header_logo {
    width: 8.4rem;
    height: 3.2rem;
  }

  .o-header_logo::before {
    font-size: 4.3rem;
  }

  .o-homeHero .m-logo {
    height: clamp(9rem, 39vw, 16rem);
  }

  .o-homeHero .m-logo::before {
    font-size: clamp(12rem, 46vw, 18rem);
    transform: translateX(-50%) translateY(105%) scaleX(0.98);
  }

  .o-homeHero.is-inview .m-logo::before,
  .o-homeHero.-active .m-logo::before,
  .is-loaded .o-homeHero .m-logo::before {
    transform: translateX(-50%) translateY(0) scaleX(0.98);
  }

  .o-footer .m-logo::before {
    font-size: min(40vw, 14rem);
  }

  .m-featuredProject_blurb {
    display: none;
  }

  body[data-module-scroll="scroll"] .o-homeProcess:not(.is-inview) .o-homeProcess_card.-bgpink-1,
  .o-homeProcess:not(.is-inview) .o-homeProcess_card.-bgpink-1 {
    background-color: var(--cp-white) !important;
  }
}

@media (max-width: 767px) {
  .m-photoLightbox_frame {
    border-width: 0.3rem;
    border-radius: 1.6rem;
  }

  .m-photoLightbox_caption {
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    max-width: calc(100% - 1.6rem);
  }

  .m-photoLightbox_close {
    min-width: 5.8rem;
    height: 4rem;
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .m-photoLightbox_backdrop,
  .m-photoLightbox_frame,
  .m-photoLightbox_caption,
  .m-photoLightbox_close {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }
}

/* Dedicated events index page. Kept in the loaded theme file so localhost picks
   up the route-specific design even when the dev global CSS chunk is stale. */
body[data-module-scroll="scroll"] .events-index-header,
body[data-module-scroll="scroll"] .events-index-hero,
body[data-module-scroll="scroll"] .events-index-list__head,
body[data-module-scroll="scroll"] .events-index-grid,
body[data-module-scroll="scroll"] .events-index-ticketing {
  width: min(calc(100vw - 60px), 1500px);
}

body[data-module-scroll="scroll"] .events-index-hero__copy {
  display: contents;
}

body[data-module-scroll="scroll"] .events-index-hero__title {
  pointer-events: none;
  position: absolute;
  top: clamp(3.7rem, 4.8vw, 5.2rem);
  left: 50%;
  z-index: 0;
  width: 100vw;
  font-size: clamp(140px, 24vw, 410px);
  line-height: 0.66;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

body[data-module-scroll="scroll"] .events-index-hero__side {
  position: absolute;
  right: clamp(0rem, 1vw, 1.5rem);
  top: calc(100% - clamp(3.3rem, 5vw, 4.8rem));
  bottom: auto;
  z-index: 7;
  width: min(28rem, 34vw);
  gap: 1rem;
  padding: clamp(1rem, 1.5vw, 1.25rem);
  border: 3px solid var(--cp-red-dark);
  border-radius: 1rem;
  background: var(--cp-white);
  box-shadow: 0.38rem 0.48rem 0 var(--cp-red-dark);
}

body[data-module-scroll="scroll"] .events-index-hero__side h2,
body[data-module-scroll="scroll"] .events-index-list__head h2,
body[data-module-scroll="scroll"] .events-index-ticketing__copy h2 {
  font-size: clamp(56px, 5.1vw, 88px);
}

body[data-module-scroll="scroll"] .events-index-hero__side p,
body[data-module-scroll="scroll"] .events-index-list__head p {
  max-width: 520px;
  font-size: clamp(18px, 1.55vw, 24px);
}

body[data-module-scroll="scroll"] .events-index-collage {
  z-index: 3;
  width: min(100%, 1320px);
  min-height: clamp(540px, 54vw, 820px);
  margin: 0 auto;
}

body[data-module-scroll="scroll"] .events-index-collage__photo--left {
  bottom: clamp(3.8rem, 8vw, 6.4rem);
  left: clamp(0.8rem, 5vw, 6rem);
  z-index: 1;
  width: min(43vw, 650px);
}

body[data-module-scroll="scroll"] .events-index-collage__photo--center {
  bottom: clamp(1.2rem, 4vw, 3.4rem);
  left: 50%;
  z-index: 2;
  width: min(40vw, 610px);
  transform: translateX(-42%) rotate(2deg);
}

body[data-module-scroll="scroll"] .events-index-collage__sticker {
  width: clamp(86px, 10vw, 150px);
}

body[data-module-scroll="scroll"] .events-index-collage__sticker--camera {
  bottom: clamp(3rem, 7vw, 6rem);
  left: clamp(0.8rem, 4vw, 5rem);
}

body[data-module-scroll="scroll"] .events-index-collage__sticker--heart {
  top: clamp(5rem, 9vw, 8rem);
  left: min(61vw, 840px);
}

body[data-module-scroll="scroll"] .events-index-feature-ticket {
  right: clamp(0.2rem, 2vw, 2.5rem);
  bottom: clamp(5rem, 11vw, 9rem);
  z-index: 5;
  width: min(530px, 41vw);
  min-height: clamp(180px, 18vw, 260px);
}

body[data-module-scroll="scroll"] .events-index-feature-ticket__date strong {
  font-size: clamp(56px, 6.2vw, 96px);
}

body[data-module-scroll="scroll"] .events-index-feature-ticket__body strong {
  font-size: clamp(48px, 5vw, 86px);
}

body[data-module-scroll="scroll"] .events-index-list {
  padding: clamp(70px, 8vw, 120px) max(20px, calc((100vw - 1500px) / 2)) clamp(76px, 9vw, 136px);
}

body[data-module-scroll="scroll"] .events-index-list__head {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
}

@media only screen and (max-width: 820px) {
  body[data-module-scroll="scroll"] .events-index-header,
  body[data-module-scroll="scroll"] .events-index-hero,
  body[data-module-scroll="scroll"] .events-index-list__head,
  body[data-module-scroll="scroll"] .events-index-grid,
  body[data-module-scroll="scroll"] .events-index-ticketing {
    width: min(100% - 1rem, 92rem);
  }

  body[data-module-scroll="scroll"] .events-index-hero__copy,
  body[data-module-scroll="scroll"] .events-index-list__head,
  body[data-module-scroll="scroll"] .events-index-ticketing {
    grid-template-columns: 1fr;
  }

  body[data-module-scroll="scroll"] .events-index-hero__title {
    font-size: clamp(68px, 20vw, 88px);
  }

  body[data-module-scroll="scroll"] .events-index-hero__side h2,
  body[data-module-scroll="scroll"] .events-index-list__head h2,
  body[data-module-scroll="scroll"] .events-index-ticketing__copy h2 {
    font-size: clamp(48px, 15vw, 64px);
  }

  body[data-module-scroll="scroll"] .events-index-hero__actions {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
  }

  body[data-module-scroll="scroll"] .events-index-collage {
    min-height: 420px;
    margin-top: 18px;
  }

  body[data-module-scroll="scroll"] .events-index-collage__photo--left {
    top: 18px;
    bottom: auto;
    left: 0;
    width: min(76vw, 260px);
  }

  body[data-module-scroll="scroll"] .events-index-collage__photo--center {
    top: 108px;
    bottom: auto;
    left: 12vw;
    width: min(78vw, 280px);
  }

  body[data-module-scroll="scroll"] .events-index-collage__sticker--camera {
    bottom: 122px;
    left: 0;
  }

  body[data-module-scroll="scroll"] .events-index-collage__sticker--heart {
    top: 84px;
    right: 0.5rem;
    left: auto;
  }

  body[data-module-scroll="scroll"] .events-index-feature-ticket {
    right: 0.25rem;
    bottom: 1rem;
    grid-template-columns: 4.9rem 1fr;
    width: min(100%, 320px);
    min-height: 112px;
    transform: rotate(1deg);
  }

  body[data-module-scroll="scroll"] .events-index-feature-ticket > svg {
    display: none;
  }

  body[data-module-scroll="scroll"] .events-index-feature-ticket__date strong {
    font-size: clamp(44px, 16vw, 64px);
  }

  body[data-module-scroll="scroll"] .events-index-feature-ticket__body strong {
    font-size: clamp(32px, 12vw, 48px);
  }
}

body[data-module-scroll="scroll"] .events-index-page {
  background: transparent;
  isolation: isolate;
}

body[data-module-scroll="scroll"]:has(.events-index-page) {
  background-color: var(--cp-white);
}

body[data-module-scroll="scroll"] .events-index-main,
body[data-module-scroll="scroll"] .events-index-footer-section,
body[data-module-scroll="scroll"] .events-index-page footer {
  position: relative;
  z-index: 1;
}

body[data-module-scroll="scroll"] .foudre-shared-header {
  position: relative;
  z-index: 120;
}

body[data-module-scroll="scroll"] .foudre-shared-header .o-header_menuButton,
body[data-module-scroll="scroll"] .foudre-shared-header .o-header_whatsappButton {
  top: max(1.5rem, env(safe-area-inset-top));
  bottom: auto;
  z-index: 90;
}

body[data-module-scroll="scroll"] .foudre-shared-header .o-header_menuButton {
  left: max(1.5rem, env(safe-area-inset-left));
}

body[data-module-scroll="scroll"] .foudre-shared-header .o-header_whatsappButton {
  right: max(1.5rem, env(safe-area-inset-right));
}

body[data-module-scroll="scroll"] .foudre-shared-header .m-whatsappPopin {
  z-index: 89;
}

body[data-module-scroll="scroll"] .foudre-shared-header .m-whatsappCard .a-image {
  display: flex;
  justify-content: center;
}

body[data-module-scroll="scroll"] .foudre-shared-header .m-whatsappCard .a-image img {
  width: clamp(8rem, 18vw, 14rem);
  height: auto;
}

body[data-module-scroll="scroll"] .events-index-page .o-header_menuButton,
body[data-module-scroll="scroll"] .events-index-page .o-header_whatsappButton {
  top: max(1.5rem, env(safe-area-inset-top));
  bottom: auto;
  z-index: 90;
}

body[data-module-scroll="scroll"] .events-index-page .o-header_menuButton {
  left: max(1.5rem, env(safe-area-inset-left));
}

body[data-module-scroll="scroll"] .events-index-page .o-header_whatsappButton {
  right: max(1.5rem, env(safe-area-inset-right));
}

body[data-module-scroll="scroll"] .events-index-page .m-whatsappPopin {
  z-index: 89;
}

body[data-module-scroll="scroll"] .events-index-page .m-whatsappCard .a-image {
  display: flex;
  justify-content: center;
}

body[data-module-scroll="scroll"] .events-index-page .m-whatsappCard .a-image img {
  width: clamp(8rem, 18vw, 14rem);
  height: auto;
}

body[data-module-scroll="scroll"] .events-index-scroll-block {
  position: relative;
  z-index: 1;
}

body[data-module-scroll="scroll"] .events-index-reveal {
  opacity: 0;
  transform: translateY(5.8rem) rotate(1.2deg);
  transition:
    opacity 0.82s cubic-bezier(0.23, 1, 0.32, 1) var(--events-delay, 0ms),
    transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) var(--events-delay, 0ms);
}

body[data-module-scroll="scroll"] .events-index-hero .events-index-reveal {
  animation: eventsHeroReveal 0.9s cubic-bezier(0.19, 1, 0.22, 1) var(--events-delay, 0ms) both;
}

@keyframes eventsHeroReveal {
  from {
    opacity: 0;
    transform: translateY(5.8rem) rotate(1.2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

@keyframes eventsHeroTitleReveal {
  from {
    opacity: 0;
    transform: translateX(-50%) scaleX(1.15) translateY(5.8rem) rotate(1.2deg);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.15) translateY(0) rotate(0);
  }
}

body[data-module-scroll="scroll"] .events-index-scroll-block.is-inview .events-index-reveal,
body[data-module-scroll="scroll"] .events-index-scroll-block.-animateIn .events-index-reveal {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

body[data-module-scroll="scroll"] .events-index-hero .events-index-hero__title.events-index-reveal {
  animation-name: eventsHeroTitleReveal;
}

body[data-module-scroll="scroll"] .events-index-scroll-block.is-inview .events-index-hero__title.events-index-reveal,
body[data-module-scroll="scroll"] .events-index-scroll-block.-animateIn .events-index-hero__title.events-index-reveal {
  transform: translateX(-50%) scaleX(1.15) translateY(0) rotate(0);
}

body[data-module-scroll="scroll"] .events-index-scroll-block:not(.is-inview) .events-index-collage__photo--left {
  transform: translateY(5rem) rotate(-8deg);
}

body[data-module-scroll="scroll"] .events-index-scroll-block:not(.is-inview) .events-index-collage__photo--center {
  transform: translateY(6rem) rotate(7deg);
}

body[data-module-scroll="scroll"] .events-index-hero.events-index-scroll-block:not(.is-inview) .events-index-collage__photo--left {
  transform: rotate(-4deg);
}

body[data-module-scroll="scroll"] .events-index-hero.events-index-scroll-block:not(.is-inview) .events-index-collage__photo--center {
  transform: rotate(2deg);
}

body[data-module-scroll="scroll"] .events-index-collage__photo--left,
body[data-module-scroll="scroll"] .events-index-collage__photo--center,
body[data-module-scroll="scroll"] .events-index-feature-ticket,
body[data-module-scroll="scroll"] .events-index-collage__sticker {
  transition:
    transform 0.95s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

body[data-module-scroll="scroll"] .events-index-scroll-block:not(.is-inview) .events-index-feature-ticket {
  opacity: 0;
  transform: translateY(5rem) rotate(8deg) scale(0.94);
}

body[data-module-scroll="scroll"] .events-index-scroll-block.is-inview .events-index-feature-ticket {
  opacity: 1;
}

body[data-module-scroll="scroll"] .events-index-hero.events-index-scroll-block:not(.is-inview) .events-index-feature-ticket {
  opacity: 1;
  transform: rotate(2deg);
}

body[data-module-scroll="scroll"] .events-index-list {
  border-top-color: rgba(255, 250, 252, 0.24);
  background: transparent;
}

body[data-module-scroll="scroll"] .events-index-list__head h2,
body[data-module-scroll="scroll"] .events-index-list__head p {
  color: var(--cp-white);
}

body[data-module-scroll="scroll"] .events-index-list .events-index-filter {
  border-color: rgba(255, 250, 252, 0.72);
  background: transparent;
  color: var(--cp-white);
}

body[data-module-scroll="scroll"] .events-index-list .events-index-filter--active {
  border-color: var(--cp-white);
  background: var(--cp-white);
  color: var(--cp-red);
  box-shadow: 0.25rem 0.32rem 0 var(--cp-red-dark);
}

body[data-module-scroll="scroll"] .events-index-list .events-index-filter:hover {
  background: var(--cp-white);
  color: var(--cp-red);
}

body[data-module-scroll="scroll"] .events-index-footer-section {
  padding-top: clamp(1rem, 3vw, 3rem);
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero {
  padding-top: clamp(5.8rem, 7.2vw, 8rem);
}

@media only screen and (max-width: 820px) {
  body[data-module-scroll="scroll"] .events-index-page .events-index-hero {
    padding-top: calc(max(1.5rem, env(safe-area-inset-top)) + 4.8rem);
  }
}

@media only screen and (min-width: 821px) {
  body[data-module-scroll="scroll"] .events-index-hero .events-index-feature-ticket {
    bottom: clamp(5rem, 11vw, 9rem);
  }
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero {
  min-height: 100svh;
  padding-top: clamp(4.8rem, 7vw, 7.2rem);
  padding-bottom: clamp(2rem, 4vw, 4.5rem);
  align-content: center;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero__title {
  top: clamp(3.6rem, 4.8vw, 5.2rem);
  z-index: 0;
  font-size: clamp(140px, 24vw, 410px);
}

body[data-module-scroll="scroll"] .events-index-page .events-index-collage {
  width: min(100%, 1320px);
  min-height: clamp(540px, 54vw, 820px);
  margin: 0 auto;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero.events-index-scroll-block:not(.is-inview) .events-index-collage__photo--center {
  transform: translateX(-42%) rotate(2deg);
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero .events-index-feature-ticket {
  right: clamp(0.2rem, 2vw, 2.5rem);
  bottom: clamp(5rem, 11vw, 9rem);
}

@media only screen and (max-width: 820px) {
  body[data-module-scroll="scroll"] .events-index-page .events-index-hero {
    min-height: 100svh;
    padding-top: calc(max(1.5rem, env(safe-area-inset-top)) + 3.8rem);
    padding-bottom: 1.2rem;
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero__title {
    top: calc(max(1rem, env(safe-area-inset-top)) + 3.4rem);
    font-size: clamp(5.8rem, 28vw, 8.8rem);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero__side {
    top: calc(100% - 2.2rem);
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(calc(100% - 1rem), 22rem);
    padding: 0.72rem;
    transform: translateX(-50%);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero__side h2 {
    font-size: clamp(2.9rem, 13vw, 4.4rem);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero__side p,
  body[data-module-scroll="scroll"] .events-index-page .events-index-hero__actions {
    display: none;
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-collage {
    min-height: min(68svh, 40rem);
    margin-top: 0;
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-collage__photo--left {
    top: clamp(2.2rem, 9vw, 4rem);
    left: 50%;
    width: min(76vw, 20rem);
    transform: translateX(-58%) rotate(-4deg);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-collage__photo--center {
    top: clamp(7.6rem, 26vw, 11rem);
    left: 50%;
    width: min(78vw, 22rem);
    transform: translateX(-35%) rotate(2deg);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero.events-index-scroll-block:not(.is-inview) .events-index-collage__photo--left {
    transform: translateX(-58%) rotate(-4deg);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero.events-index-scroll-block:not(.is-inview) .events-index-collage__photo--center {
    transform: translateX(-35%) rotate(2deg);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-feature-ticket {
    right: 50%;
    bottom: 3.9rem;
    width: min(calc(100% - 1.5rem), 20.5rem);
    transform: translateX(50%) rotate(1deg);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero.events-index-scroll-block:not(.is-inview) .events-index-feature-ticket {
    transform: translateX(50%) rotate(1deg);
  }
}

@keyframes eventsHeroPhotoFloatLeft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  50% {
    transform: translate3d(0.25rem, -0.85rem, 0) rotate(-2.8deg);
  }
}

@keyframes eventsHeroPhotoFloatCenter {
  0%,
  100% {
    transform: translateX(-42%) translate3d(0, 0, 0) rotate(2deg);
  }
  50% {
    transform: translateX(-42%) translate3d(-0.2rem, -0.75rem, 0) rotate(3.1deg);
  }
}

@keyframes eventsTicketFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }
  50% {
    transform: translate3d(0.15rem, -0.7rem, 0) rotate(1.1deg);
  }
}

@keyframes eventsCardFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.45deg);
  }
  50% {
    transform: translate3d(0, -0.55rem, 0) rotate(0.35deg);
  }
}

@keyframes eventsCardFloatB {
  0%,
  100% {
    transform: translate3d(0, -0.2rem, 0) rotate(0.4deg);
  }
  50% {
    transform: translate3d(0.12rem, -0.82rem, 0) rotate(-0.45deg);
  }
}

@keyframes eventsStickerFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(6deg) scale(1);
  }
  50% {
    transform: translate3d(0.15rem, -0.45rem, 0) rotate(1deg) scale(1.035);
  }
}

@keyframes eventsHeroPhotoFloatLeftMobile {
  0%,
  100% {
    transform: translateX(-58%) translate3d(0, 0, 0) rotate(-4deg);
  }
  50% {
    transform: translateX(-58%) translate3d(0.15rem, -0.55rem, 0) rotate(-2.8deg);
  }
}

@keyframes eventsHeroPhotoFloatCenterMobile {
  0%,
  100% {
    transform: translateX(-35%) translate3d(0, 0, 0) rotate(2deg);
  }
  50% {
    transform: translateX(-35%) translate3d(-0.12rem, -0.5rem, 0) rotate(3deg);
  }
}

@keyframes eventsTicketFloatMobile {
  0%,
  100% {
    transform: translateX(50%) translate3d(0, 0, 0) rotate(1deg);
  }
  50% {
    transform: translateX(50%) translate3d(0.1rem, -0.42rem, 0) rotate(0.2deg);
  }
}

body[data-module-scroll="scroll"] .events-index-collage__photo {
  border: 0;
  box-shadow:
    0 1.35rem 3rem rgba(159, 16, 39, 0.2),
    0 0.25rem 0.9rem rgba(159, 16, 39, 0.12);
}

body[data-module-scroll="scroll"] .events-index-feature-ticket__date,
body[data-module-scroll="scroll"] .events-index-card__date {
  border: 0;
}

body[data-module-scroll="scroll"] .events-index-feature-ticket__date {
  background: rgba(255, 255, 255, 0.12);
}

body[data-module-scroll="scroll"] .events-index-hero .events-index-collage__photo--left {
  animation: eventsHeroPhotoFloatLeft 8.5s ease-in-out infinite;
}

body[data-module-scroll="scroll"] .events-index-hero .events-index-collage__photo--center {
  animation: eventsHeroPhotoFloatCenter 9s ease-in-out -1.6s infinite;
}

body[data-module-scroll="scroll"] .events-index-hero .events-index-feature-ticket {
  animation: eventsTicketFloat 7.8s ease-in-out -0.8s infinite;
}

body[data-module-scroll="scroll"] .events-index-card {
  border: 0;
  border-radius: clamp(1.35rem, 2vw, 2rem);
  box-shadow:
    0 1.1rem 2.5rem rgba(159, 16, 39, 0.18),
    0 0.32rem 0.9rem rgba(159, 16, 39, 0.1);
  animation: eventsCardFloatA 7.6s ease-in-out infinite;
  transition:
    box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

body[data-module-scroll="scroll"] .events-index-card-wrap:nth-child(2n) .events-index-card {
  animation-name: eventsCardFloatB;
  animation-delay: -2.3s;
}

body[data-module-scroll="scroll"] .events-index-card-wrap:nth-child(3n) .events-index-card {
  animation-duration: 8.7s;
  animation-delay: -4.1s;
}

body[data-module-scroll="scroll"] .events-index-card:hover {
  filter: saturate(1.04);
  box-shadow:
    0 1.45rem 3rem rgba(159, 16, 39, 0.22),
    0 0.42rem 1rem rgba(159, 16, 39, 0.12);
}

body[data-module-scroll="scroll"] .events-index-card__date {
  border-radius: 1rem;
  background: rgba(231, 25, 58, 0.08);
  padding: 0.65rem 0.5rem;
}

body[data-module-scroll="scroll"] .events-index-card__sticker {
  animation: eventsStickerFloat 6.8s ease-in-out -1.4s infinite;
}

@media only screen and (max-width: 820px) {
  body[data-module-scroll="scroll"] .events-index-page .events-index-hero .events-index-collage__photo--left {
    animation-name: eventsHeroPhotoFloatLeftMobile;
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero .events-index-collage__photo--center {
    animation-name: eventsHeroPhotoFloatCenterMobile;
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero .events-index-feature-ticket {
    animation-name: eventsTicketFloatMobile;
  }
}

@keyframes eventsHomeHeroCardCenterIdle {
  0%,
  100% {
    transform: translate3d(0, 0.1rem, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -0.42rem, 0) rotate(0.28deg);
  }
}

@keyframes eventsHomeHeroCardLeftIdle {
  0%,
  100% {
    transform: translate(-80%) translate3d(0, 0.1rem, 0) rotate(-3deg);
  }
  50% {
    transform: translate(-80%) translate3d(-0.1rem, -0.35rem, 0) rotate(-2.35deg);
  }
}

@keyframes eventsHomeHeroCardRightIdle {
  0%,
  100% {
    transform: translate(80%) translate3d(0, 0.1rem, 0) rotate(3deg);
  }
  50% {
    transform: translate(80%) translate3d(0.1rem, -0.35rem, 0) rotate(2.35deg);
  }
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  padding: 0;
  align-content: start;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero__title {
  top: clamp(1.8rem, 4.2vw, 3.2rem);
  left: 50%;
  width: max-content;
  max-width: none;
  font-family: Beni, Impact, "Arial Black", sans-serif;
  font-size: clamp(17rem, 33vw, 43rem);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: translateX(-50%) scaleX(1.15);
  transform-origin: center center;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-collage {
  position: relative;
  z-index: 4;
  width: auto;
  height: min(calc(100svh - 20rem), 52rem);
  min-height: 0;
  margin: 15rem auto 0;
  pointer-events: none;
  aspect-ratio: 45 / 68;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  aspect-ratio: 45 / 68;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--center {
  animation: eventsHomeHeroCardCenterIdle 8.4s ease-in-out infinite;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--left,
body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--right {
  position: absolute;
  top: 0;
  z-index: -1;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--left {
  left: 0;
  animation: eventsHomeHeroCardLeftIdle 8.8s ease-in-out -1.2s infinite;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--right {
  right: 0;
  animation: eventsHomeHeroCardRightIdle 8.8s ease-in-out -2.4s infinite;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--left .a-image,
body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--right .a-image {
  transform: scale(0.75);
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card--center .a-image {
  transform: none;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-collage__photo {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  background: var(--cp-red-dark);
  box-shadow: none;
  line-height: 0;
  animation: none;
  will-change: transform;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-collage__photo img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  transform: none;
}

body[data-module-scroll="scroll"] .events-index-page .o-homeHero_cardBubble {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  animation: 8s ease-in-out 0s infinite normal none running flap;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-hero-card .a-chatBubble {
  transform: scale(1);
}

body[data-module-scroll="scroll"] .events-index-page .events-index-feature-ticket,
body[data-module-scroll="scroll"] .events-index-page .events-index-collage__sticker {
  display: none;
}

body[data-module-scroll="scroll"] .events-index-page .events-index-card,
body[data-module-scroll="scroll"] .events-index-page .events-index-card:hover {
  box-shadow: none;
}

@media only screen and (max-width: 820px) {
  body[data-module-scroll="scroll"] .events-index-page .events-index-hero {
    align-content: start;
    min-height: 100svh;
    padding: 0;
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-hero__title {
    top: calc(max(1rem, env(safe-area-inset-top)) + 4.8rem);
    font-size: clamp(10rem, 38vw, 15rem);
  }

  body[data-module-scroll="scroll"] .events-index-page .events-index-collage {
    height: min(70svh, 40.8rem);
    margin-top: 15.6rem;
  }
}

/* ===== Event photo stack (swipeable deck) ===== */
.m-photoStack {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 4rem);
}

.m-photoStack_backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(159, 16, 39, 0.86);
  backdrop-filter: blur(6px);
}

.m-photoStack_progress {
  position: absolute;
  top: clamp(1.4rem, 3vw, 2.6rem);
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 0.6rem;
  width: min(40rem, 78vw);
  transform: translateX(-50%);
}

.m-photoStack_bar {
  flex: 1;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 250, 252, 0.32);
  transition: background-color 0.3s ease;
}

.m-photoStack_bar.-seen {
  background: rgba(255, 250, 252, 0.7);
}

.m-photoStack_bar.-active {
  background: var(--cp-white);
}

.m-photoStack_deck {
  position: relative;
  z-index: 2;
  width: min(50rem, 92vw);
  aspect-ratio: 3 / 4;
  max-height: 84vh;
}

.m-photoStack_card {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 2.2rem;
  background: var(--cp-red-dark);
  box-shadow: 0 3.5rem 9rem rgba(0, 0, 0, 0.5);
  will-change: transform;
  touch-action: pan-y;
}

.m-photoStack_card.-top {
  cursor: grab;
}

.m-photoStack_card.-top:active {
  cursor: grabbing;
}

.m-photoStack_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.m-photoStack_nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  padding-bottom: 0.4rem;
  border: 2px solid rgba(255, 250, 252, 0.7);
  border-radius: 999px;
  background: rgba(231, 25, 58, 0.55);
  color: var(--cp-white);
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.m-photoStack_nav:hover {
  background: var(--cp-red);
  transform: translateY(-50%) scale(1.06);
}

.m-photoStack_nav.-prev {
  left: clamp(0.8rem, 4vw, 4rem);
}

.m-photoStack_nav.-next {
  right: clamp(0.8rem, 4vw, 4rem);
}

.m-photoStack_footer {
  position: absolute;
  bottom: clamp(1.4rem, 3vw, 2.8rem);
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  color: var(--cp-white);
  text-align: center;
  transform: translateX(-50%);
}

.m-photoStack_counter {
  opacity: 0.78;
  font-variant-numeric: tabular-nums;
}

.m-photoStack_close {
  position: absolute;
  top: clamp(1.2rem, 3vw, 2.4rem);
  right: clamp(1.2rem, 3vw, 2.4rem);
  z-index: 4;
  padding: 0.8rem 1.6rem;
  border: 2px solid var(--cp-white);
  border-radius: 999px;
  background: transparent;
  color: var(--cp-white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.m-photoStack_close:hover {
  background: var(--cp-white);
  color: var(--cp-red);
}

@media (max-width: 768px) {
  .m-photoStack {
    padding: 1rem;
  }

  .m-photoStack_deck {
    width: 94vw;
    max-height: 76vh;
  }

  /* Swipe is the primary control on mobile — keep arrows small and at the edges. */
  .m-photoStack_nav {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.2rem;
  }

  .m-photoStack_nav.-prev {
    left: 0.4rem;
  }

  .m-photoStack_nav.-next {
    right: 0.4rem;
  }

  .m-photoStack_progress {
    width: 86vw;
    top: 1rem;
  }

  .m-photoStack_close {
    top: 0.8rem;
    right: 0.8rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }
}

/* ===== Event card: built-out info + controls ===== */

/* Progress bars move to the top (story-style), freeing the bottom for info. */
.o-homeProjects .m-dots {
  top: 1.6rem;
  bottom: auto;
}

/* Readability scrim behind the bottom info panel. */
.o-homeProjects .m-projectCard::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(159, 16, 39, 0.94) 4%,
    rgba(159, 16, 39, 0.58) 40%,
    rgba(159, 16, 39, 0) 100%
  );
}

.o-homeProjects .m-projectCard_title,
.o-homeProjects .m-eventInfo {
  position: relative;
  z-index: 2;
}

/* Hide the minimal controls we've replaced (small open icon + single status tag). */
.o-homeProjects .m-projectCard_actionsButton.-more,
.o-homeProjects .m-projectCard_actions .m-projectCard_tags {
  display: none !important;
}

/* Float the Love control to the top-right corner, clear of the progress bars. */
.o-homeProjects .m-projectCard_actions {
  position: absolute;
  top: 4.2rem;
  right: 1.4rem;
  z-index: 4;
  margin: 0;
  order: 0;
}

/* Bottom info panel. */
.o-homeProjects .m-eventInfo {
  order: 5;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
  color: var(--cp-white) !important;
  text-align: left;
}

.o-homeProjects .m-eventInfo_meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.o-homeProjects .m-eventInfo_line {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.o-homeProjects .m-eventInfo_icon {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.95;
}

.o-homeProjects .m-eventInfo_age {
  margin-left: 0.6rem;
  padding: 0.15rem 0.7rem;
  border: 1.5px solid rgba(255, 250, 252, 0.82);
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
}

.o-homeProjects .m-eventInfo_tags {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}

.o-homeProjects .m-eventInfo_tag {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 250, 252, 0.18);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.o-homeProjects .m-eventInfo_cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 0.4rem;
  padding: 0.7rem 0.7rem 0.7rem 1.7rem;
  border-radius: 999px;
  background: var(--cp-white) !important;
  color: var(--cp-red) !important;
  box-shadow: 0 1.2rem 3rem rgba(159, 16, 39, 0.32);
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.25s ease;
}

.o-homeProjects .m-eventInfo_cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.8rem 4.2rem rgba(159, 16, 39, 0.42);
}

.o-homeProjects .m-eventInfo_ctaText {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.04;
}

.o-homeProjects .m-eventInfo_ctaLabel {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.o-homeProjects .m-eventInfo_from {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.66;
}

.o-homeProjects .m-eventInfo_ctaArrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--cp-red);
  color: var(--cp-white);
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.o-homeProjects .m-eventInfo_cta:hover .m-eventInfo_ctaArrow {
  transform: translateX(3px);
}

.o-homeProjects .m-eventInfo_arrowSvg {
  width: 1.8rem;
  height: 1.8rem;
}

/* ===== Intro video player controls (on-brand + fullscreen) ===== */
.m-videoPlayer_button {
  background-color: var(--cp-white) !important;
  color: var(--cp-red) !important;
}

.m-videoPlayer_button.-fullscreenToggle {
  top: 1.6rem;
  left: 1.6rem;
  right: auto;
  bottom: auto;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  transform: none;
}

.m-videoPlayer_button.-fullscreenToggle:active {
  transform: scale(0.9);
}

.m-videoPlayer_button.-fullscreenToggle svg {
  width: 1.9rem;
  height: 1.9rem;
}

/* ===== Message card (menu panel + popin) ===== */
.m-whatsappCard {
  gap: 0 !important;
  text-align: center;
}

.m-whatsappCard_sticker {
  width: 8.5rem;
  margin: 0 auto 1.6rem;
  transform: rotate(-6deg);
}

.m-whatsappCard_sticker img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 1.8rem rgba(0, 0, 0, 0.28));
}

.m-whatsappCard_eyebrow {
  margin: 0 0 0.6rem !important;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
  color: var(--cp-white) !important;
}

.m-whatsappCard_title {
  margin: 0 0 1.2rem !important;
  font-family: Beni, Impact, "Arial Black", sans-serif;
  font-size: clamp(3.6rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--cp-white) !important;
}

.m-whatsappCard_text {
  max-width: 30rem;
  margin: 0 auto 2rem !important;
  font-size: 1.5rem;
  line-height: 1.4;
  opacity: 0.92;
  color: var(--cp-white) !important;
}

.m-whatsappCard_cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 0.7rem 0.7rem 1.8rem;
  border-radius: 999px;
  background: var(--cp-white) !important;
  color: var(--cp-red) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.25s ease;
}

.m-whatsappCard_cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.8rem 4.2rem rgba(0, 0, 0, 0.36);
}

.m-whatsappCard_ctaArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: var(--cp-red);
  color: var(--cp-white);
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-whatsappCard_cta:hover .m-whatsappCard_ctaArrow {
  transform: translateX(3px);
}

.m-whatsappCard_ctaArrow svg {
  width: 1.7rem;
  height: 1.7rem;
}

.m-whatsappCard_social {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  opacity: 0.85;
  color: var(--cp-white) !important;
  transition: opacity 0.2s ease;
}

.m-whatsappCard_social:hover {
  opacity: 1;
}

.m-whatsappCard_social svg {
  width: 1.6rem;
  height: 1.6rem;
}

@media only screen and (min-width: 961px) {
  .o-menu .m-whatsappCard.-menu {
    width: min(100%, 38rem);
    max-width: 38rem;
    padding: 4rem 3.2rem;
    border-radius: 2rem;
    clip-path: none !important;
    box-shadow: 0 1.4rem 4rem rgba(159, 16, 39, 0.28);
  }

  .m-whatsappCard.-menu .m-whatsappCard_sticker {
    width: 6.5rem;
    margin-bottom: 1rem;
  }

  .m-whatsappCard.-menu .m-whatsappCard_title {
    max-width: 9ch;
    margin-bottom: 1rem !important;
    font-size: clamp(3.4rem, 3.8vw, 4.4rem);
  }

  .m-whatsappCard.-menu .m-whatsappCard_text {
    max-width: 27rem;
    margin-bottom: 1.5rem !important;
    font-size: 1.4rem;
  }

  .m-whatsappCard.-menu .m-whatsappCard_social {
    margin-top: 1.2rem;
  }
}

/* ===== Providers carousel (mirrored event carousel) ===== */
.o-homeProviders {
  --provider-scroll-length: var(--providers-count, 8);
}

.o-homeProviders .o-homeProjects_title h2 {
  color: var(--cp-white) !important;
}

.o-homeProviders_thumbnails {
  max-width: min(100%, 64rem);
  flex-wrap: wrap;
  row-gap: 0.65rem;
}

.o-homeProviders .o-homeProjects_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.o-homeProviders .m-providerCard {
  background: var(--cp-red-dark);
  color: var(--cp-white) !important;
  isolation: isolate;
  box-shadow: none !important;
  will-change: auto !important;
}

.o-homeProviders_item:not(.-renderable) {
  visibility: hidden;
  pointer-events: none;
}

.o-homeProviders_item:not(.-renderable) .m-providerCard {
  visibility: hidden;
  will-change: auto;
}

.o-homeProviders .m-providerCard .m-projectCard_cover {
  transform: none !important;
}

.o-homeProviders .m-providerCard .m-projectCard_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
}

.o-homeProviders .m-providerCard .m-dots {
  display: none;
}

.o-homeProviders .m-providerCard .m-projectCard_infos {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: flex-end;
  margin: 0;
  margin-top: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cp-white) !important;
  box-shadow: none !important;
}

.o-homeProviders .m-providerCard .m-projectCard_title {
  margin: 0;
  color: var(--cp-white) !important;
  font-size: clamp(3.4rem, 3.9vw, 5.2rem);
  line-height: 0.76;
  text-wrap: balance;
  transform: none !important;
}

.o-homeProviders .m-providerCard::after {
  z-index: 1;
  top: auto;
  bottom: 0;
  height: 64%;
  background: linear-gradient(
    to top,
    rgba(159, 16, 39, 0.94) 4%,
    rgba(159, 16, 39, 0.58) 40%,
    rgba(159, 16, 39, 0) 100%
  );
}

.o-homeProviders .m-providerInfo {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  max-width: 100%;
  color: var(--cp-white) !important;
  text-align: left;
}

.o-homeProviders .m-providerInfo_kicker {
  order: -1;
  margin: 0 0 -0.1rem;
  color: var(--cp-white) !important;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

.o-homeProviders .m-providerInfo_bio {
  margin: 0;
  color: var(--cp-white) !important;
  font-size: clamp(1.2rem, 1.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.16;
  text-wrap: balance;
}

.o-homeProviders .m-providerInfo_handle {
  margin: 0;
  color: var(--cp-white) !important;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.72;
}

.o-homeProviders .m-providerInfo_cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  max-width: 100%;
  margin-top: 0.2rem;
  padding: 0.7rem 0.7rem 0.7rem 1.7rem;
  border-radius: 999px;
  background: var(--cp-white) !important;
  color: var(--cp-red) !important;
  box-shadow: none !important;
  transition:
    transform 0.25s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.25s ease;
}

.o-homeProviders .m-providerInfo_cta:hover {
  transform: translateY(-2px);
  box-shadow: none !important;
}

.o-homeProviders .m-providerInfo_ctaText {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.04;
}

.o-homeProviders .m-providerInfo_ctaLabel {
  font-family: "Clash Grotesk", sans-serif;
  color: var(--cp-red) !important;
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.o-homeProviders .m-providerInfo_cta .m-providerInfo_handle {
  overflow: hidden;
  color: var(--cp-red) !important;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.66;
}

.o-homeProviders .m-providerInfo_ctaArrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--cp-red);
  color: var(--cp-white);
  font-size: 1.4rem;
  line-height: 1;
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.o-homeProviders .m-providerInfo_cta:hover .m-providerInfo_ctaArrow {
  transform: translate(2px, -2px);
}

@media only screen and (min-width: 961px) {
  .o-homeProviders {
    height: calc(var(--provider-scroll-length) * 100svh);
  }

  .o-homeProviders .m-providerInfo_bio {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 960px) {
  .o-homeProviders .o-homeProjects_thumbnails {
    display: none;
  }

  .o-homeProviders .m-providerInfo_bio {
    display: none;
  }

  .o-homeProviders .m-providerInfo_cta {
    margin-top: 0;
  }

  .o-homeProviders .m-providerCard .m-projectCard_title {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }
}

/* Each scrollytelling rail owns a fixed center panel. While the performer rail
   is active, remove the other rails' panels so they cannot cover its cards or
   remain as competing compositor layers. */
body.-isProvidersActive .o-homeHero .m-fixedPanel_wrapper,
body.-isProvidersActive .o-homeAgency .m-fixedPanel_wrapper,
body.-isProvidersActive #events .m-fixedPanel_wrapper {
  display: none !important;
}

/* Hide the pinned intro video once the agency section is scrolled past, so it
   stops covering the performer roster and the event cards (StageVideoGuard). */
body.-hideStageVideo .o-homeAgency .m-fixedPanel_wrapper {
  display: none !important;
}

/* Full-viewport backdrop blur is one of the heaviest effects on phone GPUs —
   the overlays carry an opaque enough tint to read without it. */
@media only screen and (max-width: 768px) {
  .m-photoLightbox_backdrop {
    backdrop-filter: none;
    background:
      radial-gradient(circle at 50% 45%, rgba(255, 250, 252, 0.18), rgba(231, 25, 58, 0) 34rem),
      rgba(159, 16, 39, 0.92);
  }

  .m-photoStack_backdrop {
    backdrop-filter: none;
    background: rgba(159, 16, 39, 0.94);
  }
}

/* Reduced motion: stop the ambient float loops and show reveals instantly. */
@media (prefers-reduced-motion: reduce) {
  body[data-module-scroll="scroll"] .events-index-hero .events-index-collage__photo--left,
  body[data-module-scroll="scroll"] .events-index-hero .events-index-collage__photo--center,
  body[data-module-scroll="scroll"] .events-index-hero .events-index-feature-ticket,
  body[data-module-scroll="scroll"] .events-index-card,
  body[data-module-scroll="scroll"] .events-index-card__sticker,
  body[data-module-scroll="scroll"] .events-index-hero .events-index-reveal {
    animation: none !important;
  }

  body[data-module-scroll="scroll"] .events-index-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ------------------------------------------------------------------ */
/* Event takeover — event details in the site's own red/white language   */
/* ------------------------------------------------------------------ */

.m-eventModal {
  position: fixed;
  inset: 0;
  /* Above the shared header (z 120) — this is a full page takeover. */
  z-index: 130;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(circle at 18% 0%, var(--cp-red) 0%, var(--cp-red-dark) 135%),
    var(--cp-red);
  color: var(--cp-white);
  animation: eventModalIn 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 250, 252, 0.45) transparent;
}

.m-eventModal::-webkit-scrollbar { width: 0.7rem; }
.m-eventModal::-webkit-scrollbar-track { background: transparent; }
.m-eventModal::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 250, 252, 0.45);
}
.m-eventModal::-webkit-scrollbar-thumb:hover { background: rgba(255, 250, 252, 0.7); }

.m-eventModal.-closing { animation: eventModalIn 0.22s cubic-bezier(0.23, 1, 0.32, 1) reverse both; }

@keyframes eventModalIn {
  from { opacity: 0; transform: translateY(2.4rem); }
  to { opacity: 1; transform: translateY(0); }
}

/* Round close button — same shape language as the site's header buttons. */
.m-eventModal_close {
  position: fixed;
  top: 2rem;
  right: 2.4rem;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: var(--cp-white);
  color: var(--cp-red);
  box-shadow: 0 0.6rem 2.4rem rgba(40, 2, 8, 0.35);
  transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}

.m-eventModal_close:hover { transform: scale(1.1) rotate(90deg); }
.m-eventModal_close svg { width: 2rem; height: 2rem; }

.m-eventModal_inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: clamp(7rem, 9vh, 10rem) clamp(2rem, 4vw, 4.8rem) clamp(4rem, 6vh, 7rem);
}

/* Hero — tilted photo card with sticker + emoji bubble, essentials beside it. */
.m-eventModal_hero {
  display: grid;
  gap: clamp(4rem, 6vw, 8rem);
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .m-eventModal_hero { grid-template-columns: minmax(0, 42rem) minmax(0, 1fr); }
}

.m-eventModal_photoWrap {
  position: relative;
  width: min(100%, 38rem);
  margin: 0 auto;
}

.m-eventModal_photoWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.4rem;
  background: rgba(255, 250, 252, 0.22);
  transform: rotate(3.5deg) translate(1.2rem, 0.6rem);
}

.m-eventModal_photo {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2.4rem;
  transform: rotate(-2deg);
  box-shadow: 0 2.4rem 6rem rgba(40, 2, 8, 0.4);
}

.m-eventModal_photo img { position: absolute; inset: 0; }

.m-eventModal_stickerArt {
  position: absolute;
  top: -3.2rem;
  right: -2.8rem;
  width: clamp(9rem, 11vw, 12rem);
  height: auto;
  transform: rotate(10deg);
  filter: drop-shadow(0 0.8rem 2rem rgba(40, 2, 8, 0.35));
  pointer-events: none;
}

/* Emoji bubble — same chat-bubble motif as the home sections. */
.m-eventModal_bubble {
  position: absolute;
  left: -1.6rem;
  bottom: 2.4rem;
  padding: 1.2rem 1.6rem;
  border-radius: 2rem;
  background: var(--cp-white);
  font-size: 2.6rem;
  line-height: 1;
  white-space: pre;
  transform: rotate(-8deg);
  box-shadow: 0 0.8rem 2.4rem rgba(40, 2, 8, 0.25);
}

.m-eventModal_bubble::before,
.m-eventModal_bubble::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--cp-white);
}

.m-eventModal_bubble::before {
  bottom: -1rem;
  left: 22%;
  width: 1.6rem;
  height: 1.6rem;
}

.m-eventModal_bubble::after {
  bottom: -2rem;
  left: 14%;
  width: 0.7rem;
  height: 0.7rem;
}

.m-eventModal_info { display: grid; gap: 2rem; justify-items: start; min-width: 0; }

.m-eventModal_eyebrow {
  margin: 0;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.8;
}

.m-eventModal_title {
  margin: 0;
  font-family: Beni, sans-serif;
  font-weight: 900;
  font-size: clamp(5rem, 7.5vw, 9.6rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.m-eventModal_description {
  margin: 0;
  max-width: 52ch;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  line-height: 1.45;
  opacity: 0.92;
}

.m-eventModal_meta {
  display: grid;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-eventModal_meta li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.m-eventModal_meta svg { width: 2.2rem; height: 2.2rem; flex: 0 0 auto; }

.m-eventModal_age {
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  background: var(--cp-white);
  color: var(--cp-red);
  font-size: 1.3rem;
}

.m-eventModal_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.4rem;
}

.m-eventModal_cta {
  padding: 1.7rem 3rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: var(--cp-white);
  color: var(--cp-red);
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}

.m-eventModal_cta:hover { transform: scale(1.05); }

.m-eventModal_ctaGhost {
  padding: 1.55rem 2.6rem;
  border: 2px solid rgba(255, 250, 252, 0.75);
  border-radius: 999px;
  color: var(--cp-white);
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.m-eventModal_ctaGhost:hover { background: var(--cp-white); color: var(--cp-red); }

.m-eventModal_soon {
  margin: 0;
  padding: 1.5rem 2.4rem;
  border: 2px dashed rgba(255, 250, 252, 0.75);
  border-radius: 999px;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Collapsible panels — white cards, details on demand. */
.m-eventModal_panels {
  display: grid;
  gap: 1.6rem;
  margin-top: clamp(4.8rem, 7vh, 8rem);
}

.m-eventModal_panel {
  border-radius: 2.2rem;
  background: var(--cp-white);
  color: var(--cp-red-dark);
  overflow: hidden;
}

.m-eventModal_panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem clamp(2rem, 3vw, 3.2rem);
  cursor: pointer;
  list-style: none;
}

.m-eventModal_panel summary::-webkit-details-marker { display: none; }

.m-eventModal_panelTitle {
  font-family: Beni, sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 4vw, 4rem);
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--cp-red);
}

.m-eventModal_panelToggle {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: var(--cp-red);
  color: var(--cp-white);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-eventModal_panelToggle svg { width: 1.8rem; height: 1.8rem; }

.m-eventModal_panel[open] .m-eventModal_panelToggle { transform: rotate(45deg); }

.m-eventModal_panelBody {
  padding: 0 clamp(2rem, 3vw, 3.2rem) clamp(2.4rem, 3vw, 3.2rem);
  display: grid;
  gap: 2rem;
}

/* Tickets — compact rows, not a wall of cards. */
.m-eventModal_tiers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.m-eventModal_schedule {
  display: grid;
  gap: 0;
  margin: 0;
}

.m-eventModal_schedule div {
  display: grid;
  grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(159, 16, 39, 0.16);
}

.m-eventModal_schedule div:first-child {
  padding-top: 0.4rem;
  border-top: 0;
}

.m-eventModal_schedule dt,
.m-eventModal_schedule dd {
  margin: 0;
}

.m-eventModal_schedule dt {
  color: var(--cp-red);
  font-family: "Clash Grotesk", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.m-eventModal_schedule dd {
  font-family: Beni, Impact, "Arial Black", sans-serif;
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.m-eventModal_tiers li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(159, 16, 39, 0.16);
}

.m-eventModal_tiers li:first-child { border-top: 0; padding-top: 0.4rem; }

.m-eventModal_tierName {
  margin: 0;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.m-eventModal_tierDesc {
  margin: 0.4rem 0 0;
  max-width: 56ch;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.4;
  opacity: 0.75;
}

.m-eventModal_tierPrice {
  margin: 0;
  font-family: Beni, sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 0.9;
  color: var(--cp-red);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Payment methods — QR beside handle + note. */
.m-eventModal_methods { display: grid; gap: 1.2rem; }

.m-eventModal_method {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center;
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: rgba(231, 25, 58, 0.06);
}

.m-eventModal_qr {
  flex: 0 0 auto;
  margin: 0;
  width: 10.4rem;
  padding: 0.6rem;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.3rem 1.2rem rgba(40, 2, 8, 0.12);
}

.m-eventModal_qr img { display: block; width: 100%; height: auto; border-radius: 0.5rem; }

.m-eventModal_methodBody { display: grid; gap: 0.6rem; min-width: 0; flex: 1 1 20rem; }

.m-eventModal_methodName {
  margin: 0;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cp-red);
  overflow-wrap: anywhere;
}

.m-eventModal_methodNote {
  margin: 0;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.45;
  opacity: 0.8;
}

.m-eventModal_methodCta {
  justify-self: start;
  padding: 1.1rem 2.2rem;
  border-radius: 999px;
  background: var(--cp-red);
  color: var(--cp-white);
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-eventModal_methodCta:hover { transform: translateY(-2px); }

.m-eventModal_steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: modal-step;
  display: grid;
  gap: 1rem;
}

.m-eventModal_steps li {
  counter-increment: modal-step;
  position: relative;
  padding: 1.2rem 1.6rem 1.2rem 5.6rem;
  border-radius: 1.4rem;
  background: rgba(231, 25, 58, 0.06);
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.45;
}

.m-eventModal_steps li::before {
  content: counter(modal-step);
  position: absolute;
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--cp-red);
  color: var(--cp-white);
  font-family: Beni, sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
}

.m-eventModal_steps em { font-style: normal; font-weight: 700; color: var(--cp-red); }
.m-eventModal_steps a { color: var(--cp-red); font-weight: 700; }

.m-eventModal_lineup {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.m-eventModal_lineup li {
  padding: 0.8rem 1.5rem;
  border: 2px solid var(--cp-red);
  border-radius: 999px;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.m-eventModal_performers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 1.4rem;
}

.m-eventModal_performers figure {
  margin: 0 0 0.7rem;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 1.2rem;
  background: rgba(231, 25, 58, 0.08);
}

.m-eventModal_performers img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-eventModal_performers span {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.m-eventModal_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: clamp(4rem, 6vh, 6.4rem);
  text-align: center;
}

.m-eventModal_contact img { width: 4.8rem; height: auto; }

.m-eventModal_contact p {
  margin: 0;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

.m-eventModal_contact a { color: var(--cp-white); font-weight: 700; }

@media only screen and (max-width: 768px) {
  .m-eventModal_close { top: 1.4rem; right: 1.4rem; width: 4.4rem; height: 4.4rem; }
  .m-eventModal_inner { padding-top: 8rem; }
  .m-eventModal_photoWrap { width: min(100%, 30rem); }
  .m-eventModal_stickerArt { top: -2.4rem; right: -1.2rem; }
  .m-eventModal_bubble { left: -0.6rem; }
  .m-eventModal_info { justify-items: stretch; }
  .m-eventModal_cta, .m-eventModal_ctaGhost { width: 100%; text-align: center; }
  .m-eventModal_tiers li { flex-wrap: wrap; gap: 0.6rem 2.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .m-eventModal,
  .m-eventModal.-closing { animation-duration: 1ms; }
  .m-eventModal_close:hover { transform: none; }
}

/* Release the reserved root scrollbar gutter while the takeover is open —
   otherwise it shows as a bare strip beside the fixed overlay. */
html.-takeoverOpen { scrollbar-gutter: auto !important; }

/* Light expand/collapse animation for the takeover's details panels.
   Browsers without ::details-content / interpolate-size simply snap open. */
.m-eventModal_panel { interpolate-size: allow-keywords; }

.m-eventModal_panel::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition:
    content-visibility 0.4s allow-discrete,
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    block-size 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-eventModal_panel[open]::details-content {
  opacity: 1;
  block-size: auto;
}

.m-eventModal_panel[open] .m-eventModal_panelBody {
  animation: eventPanelBodyIn 0.45s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes eventPanelBodyIn {
  from { opacity: 0; transform: translateY(0.8rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .m-eventModal_panel::details-content { transition-duration: 1ms; }
  .m-eventModal_panel[open] .m-eventModal_panelBody { animation-duration: 1ms; }
}

/* ------------------------------------------------------------------ */
/* Legal pages (/privacy, /terms)                                      */
/* ------------------------------------------------------------------ */

.t-legal {
  min-height: 100svh;
  background: var(--cp-white);
  color: var(--cp-red-dark);
  padding: clamp(3.2rem, 6vh, 6.4rem) clamp(2rem, 4vw, 4.8rem) clamp(6rem, 8vh, 9.6rem);
}

.t-legal_inner {
  max-width: 78rem;
  margin: 0 auto;
  display: grid;
  gap: 2.4rem;
}

.t-legal_back {
  justify-self: start;
  padding: 1.1rem 2rem;
  border-radius: 999px;
  background: var(--cp-red);
  color: var(--cp-white);
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.t-legal_back:hover { transform: translateY(-2px); }

.t-legal h1 {
  margin: 1.2rem 0 0;
  font-family: Beni, sans-serif;
  font-weight: 900;
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 0.84;
  text-transform: uppercase;
  color: var(--cp-red);
}

.t-legal_updated {
  margin: 0;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.6;
}

.t-legal section { display: grid; gap: 1rem; }

.t-legal h2 {
  margin: 1.6rem 0 0;
  font-family: Beni, sans-serif;
  font-weight: 900;
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--cp-red);
}

.t-legal p,
.t-legal li {
  margin: 0;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.55;
}

.t-legal ul {
  margin: 0;
  padding-left: 2rem;
  display: grid;
  gap: 0.6rem;
  list-style: disc;
}

.t-legal p a,
.t-legal li a { color: var(--cp-red); font-weight: 700; }
