:root {
  --bg: #07080d;
  --bg-2: #0e1019;
  --paper: rgba(255, 255, 255, 0.08);
  --paper-strong: rgba(255, 255, 255, 0.13);
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --line: rgba(255, 255, 255, 0.16);
  --pink: #ff5ca8;
  --cyan: #6ee7ff;
  --green: #82ffb6;
  --violet: #b994ff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 92, 168, 0.18), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(110, 231, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #05060a 0%, #0d0f18 52%, #07080d 100%);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
}

body::before {
  background-image:
    radial-gradient(circle, rgba(130, 255, 182, 0.55) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 92, 168, 0.42) 0 1px, transparent 1.8px);
  background-position: 0 0, 42px 46px;
  background-size: 180px 160px;
  content: "";
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

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

button {
  color: inherit;
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(6, 7, 12, 0.76);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 66px;
  padding: 12px clamp(18px, 5vw, 70px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 600;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 500;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--ink);
}

.site-nav a[aria-current="page"] {
  border-bottom: 1px solid currentColor;
}

.nav-toggle {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  display: none;
  min-height: 42px;
  padding: 9px 18px;
}

.hero {
  align-items: end;
  display: grid;
  min-height: calc(100vh - 66px);
  overflow: hidden;
  padding: clamp(72px, 10vw, 150px) clamp(18px, 5vw, 70px);
  position: relative;
}

.hero-media {
  inset: 0;
  opacity: 0.92;
  position: absolute;
}

.hero-media::before,
.hero-media::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-media::before {
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.92) 0%, rgba(5, 6, 10, 0.58) 43%, rgba(5, 6, 10, 0.25) 100%),
    linear-gradient(180deg, rgba(5, 6, 10, 0.08) 0%, #07080d 100%);
}

.hero-media::after {
  background: radial-gradient(circle at 76% 34%, rgba(255, 92, 168, 0.2), transparent 28%);
  mix-blend-mode: screen;
}

.hero-media img {
  height: 100%;
  width: 100%;
}

.hero-content {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-panel {
  backdrop-filter: blur(18px);
  background: rgba(6, 7, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  bottom: clamp(22px, 5vw, 58px);
  box-shadow: var(--shadow);
  max-width: 330px;
  padding: 20px;
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  z-index: 3;
}

.hero-panel span,
.wristband-info span {
  color: var(--green);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.hero-panel p {
  margin: 8px 0 0;
}

.eyebrow {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.7rem, 6.5vw, 7.2rem);
  font-weight: 600;
  line-height: 0.94;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4.8vw, 5rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}

p {
  color: var(--muted);
}

.hero-content p:not(.eyebrow),
.section-head p,
.contact-copy p {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  max-width: 690px;
}

.hero-link {
  border: 1px solid rgba(130, 255, 182, 0.55);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 600;
  padding: 14px 24px;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.hero-link:hover {
  background: var(--green);
  color: #071008;
  transform: translateY(-2px);
}

.secondary-link {
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.82);
}

.secondary-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ink);
}

.experience-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.experience-strip article {
  min-height: 250px;
  padding: clamp(26px, 5vw, 58px);
}

.experience-strip article + article {
  border-left: 1px solid var(--line);
}

.experience-strip span {
  color: var(--pink);
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.experience-strip h2 {
  font-size: clamp(1.35rem, 2.5vw, 2.4rem);
  margin-bottom: 14px;
}

.experience-strip p {
  max-width: 420px;
}

.visual-banner {
  align-items: end;
  background:
    linear-gradient(135deg, rgba(110, 231, 255, 0.13), rgba(255, 92, 168, 0.1)),
    rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  padding: clamp(52px, 8vw, 105px) clamp(18px, 5vw, 70px);
}

.visual-banner h2 {
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  max-width: 980px;
}

.events-story {
  height: 520vh;
  position: relative;
}

.story-stage {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  min-height: calc(100vh - 66px);
  padding: clamp(38px, 5vw, 78px) clamp(18px, 5vw, 70px);
  position: sticky;
  top: 66px;
}

.story-copy {
  max-width: 590px;
}

.story-copy > span {
  color: var(--muted);
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 26px;
}

.story-images {
  aspect-ratio: 4 / 5;
  max-height: calc(100vh - 155px);
  min-height: 430px;
  position: relative;
}

.story-card {
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow);
  inset: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: translateY(32px) scale(0.96);
  transition: opacity 520ms ease, transform 520ms ease;
}

.story-card::after {
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.story-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.story-card img {
  height: 100%;
  width: 100%;
}

.story-card span {
  bottom: 22px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.4vw, 2.15rem);
  font-weight: 600;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 1;
}

.calendar-section {
  padding: clamp(58px, 9vw, 120px) clamp(18px, 5vw, 70px);
}

.section-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  margin-bottom: 32px;
}

.date-picker {
  margin-bottom: 28px;
  max-width: 360px;
  position: relative;
}

.date-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(110, 231, 255, 0.42);
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 68px;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
}

.date-button span {
  color: var(--muted);
  font-size: 0.9rem;
}

.date-button strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.date-menu {
  background: rgba(9, 10, 16, 0.96);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 6px;
  left: 0;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 12;
}

.date-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.date-menu button {
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  padding: 12px 14px;
  text-align: left;
}

.date-menu button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.event-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 15px;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  height: clamp(360px, 30vw, 440px);
  opacity: 0;
  overflow: hidden;
  transform: translateY(18px);
  transition: opacity 320ms ease, transform 320ms ease;
}

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

.event-image {
  height: 100%;
  min-height: 0;
}

.event-image img {
  height: 100%;
  width: 100%;
}

.event-content {
  align-self: center;
  display: grid;
  max-width: 760px;
  padding: clamp(22px, 4vw, 48px);
}

.event-content span {
  color: var(--cyan);
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 14px;
}

.event-content h3 {
  font-size: clamp(2.45rem, 4.6vw, 4.6rem);
  font-weight: 600;
  line-height: 0.95;
  margin-bottom: 16px;
  max-width: 11.5ch;
}

.event-content strong {
  color: var(--ink);
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 14px;
  max-width: 720px;
}

.event-content p {
  max-width: 620px;
  margin-bottom: 0;
}

.wristband-section {
  align-items: center;
  background:
    radial-gradient(circle at 18% 24%, rgba(130, 255, 182, 0.14), transparent 30%),
    radial-gradient(circle at 80% 54%, rgba(255, 92, 168, 0.12), transparent 34%),
    linear-gradient(180deg, #080912 0%, #0e1019 100%);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  padding: clamp(58px, 9vw, 120px) clamp(18px, 5vw, 70px);
}

.wristband-copy {
  max-width: 780px;
}

.wristband-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(130, 255, 182, 0.26);
  border-radius: 15px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
}

.wristband-image {
  align-self: stretch;
  background:
    radial-gradient(circle at 50% 42%, rgba(130, 255, 182, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.04);
  display: grid;
  min-height: 360px;
  overflow: hidden;
  place-items: center;
}

.wristband-image img {
  height: 100%;
  width: 100%;
}

.wristband-info {
  align-self: center;
  padding: clamp(28px, 5vw, 58px);
}

.wristband-info h3 {
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 600;
  line-height: 0.96;
  margin-bottom: 12px;
}

.wristband-meta {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 26px 0;
}

.wristband-meta strong {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 0.9;
}

.wristband-meta small {
  background: rgba(130, 255, 182, 0.1);
  border: 1px solid rgba(130, 255, 182, 0.26);
  border-radius: 999px;
  color: var(--green);
  font-weight: 600;
  padding: 8px 12px;
}

.wristband-info a {
  align-items: center;
  border: 1px solid rgba(130, 255, 182, 0.58);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 600;
  min-height: 48px;
  padding: 12px 20px;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.wristband-info a:hover {
  background: var(--green);
  color: #071008;
  transform: translateY(-2px);
}

.contact-hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.68fr);
  min-height: calc(100vh - 66px);
  padding: clamp(60px, 8vw, 118px) clamp(18px, 5vw, 70px);
}

.contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
}

.social-button {
  align-items: center;
  background: #05060a;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px 18px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.social-button span {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 600;
}

.social-button small {
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

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

.whatsapp {
  border-color: rgba(37, 211, 102, 0.8);
}

.whatsapp:hover {
  box-shadow: 0 0 26px rgba(37, 211, 102, 0.22);
}

.instagram {
  border-color: rgba(255, 92, 168, 0.7);
}

.instagram:hover {
  box-shadow: 0 0 28px rgba(255, 92, 168, 0.2);
}

.facebook {
  border-color: rgba(75, 147, 255, 0.75);
}

.facebook:hover {
  box-shadow: 0 0 28px rgba(75, 147, 255, 0.2);
}

.tiktok {
  border-color: rgba(110, 231, 255, 0.74);
}

.tiktok:hover {
  box-shadow: 0 0 28px rgba(110, 231, 255, 0.18), 0 0 18px rgba(255, 92, 168, 0.14);
}

.site-footer {
  align-items: center;
  background: #111111;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 5vw, 70px);
}

.site-footer strong,
.footer-credit,
.footer-credit a {
  font-weight: 400;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.66);
  margin: 5px 0 0;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.footer-credit a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding-bottom: 2px;
  transition: border-color 1s ease, color 1s ease, transform 1s ease;
}

.footer-credit a:hover {
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    background: rgba(6, 7, 12, 0.96);
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    min-width: 210px;
    padding: 14px;
    position: absolute;
    right: 18px;
    top: calc(100% + 10px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .story-stage,
  .section-head,
  .event-card,
  .visual-banner,
  .wristband-section,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    margin-top: 28px;
    max-width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }

  .experience-strip {
    grid-template-columns: 1fr;
  }

  .experience-strip article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .events-story {
    height: 430vh;
  }

  .story-stage {
    align-content: center;
    justify-items: center;
    min-height: calc(100svh - 66px);
    padding: clamp(34px, 8vw, 62px) 22px;
    position: sticky;
    top: 66px;
  }

  .story-copy {
    margin-inline: auto;
    max-width: 620px;
    text-align: center;
  }

  .story-images {
    aspect-ratio: 16 / 10;
    max-height: 42svh;
    max-width: min(620px, 100%);
    min-height: 230px;
    position: relative;
    width: 100%;
  }

  .story-card {
    opacity: 0;
    position: absolute;
    transform: translateY(20px) scale(0.98);
  }

  .story-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .story-card span {
    left: 18px;
    right: 18px;
    text-align: left;
  }

  .event-card {
    height: auto;
    min-height: auto;
  }

  .event-image {
    min-height: 260px;
  }

  .wristband-card {
    grid-template-columns: 1fr;
  }

  .wristband-image {
    min-height: 220px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero,
  .calendar-section,
  .contact-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: clamp(2.45rem, 15vw, 4.2rem);
  }

  .event-content span {
    font-size: 24px;
  }

  .social-button {
    align-items: flex-start;
    flex-direction: column;
  }
}
