@charset "UTF-8";
:root {
  --wef-red: #EF4350;
  --wef-green: #2BB673;
  --wef-yellow: #FCC848;
  --wef-blue: #79D5FF;

  --fh-text: #F5F1E8;
  --fh-muted: rgba(245, 241, 232, 0.78);

  --fi-text: #F5F1E8;
  --fi-muted: rgba(245, 241, 232, 0.78);

  --text: #F5F1E8;
  --muted: rgba(245, 241, 232, 0.78);
  --line: rgba(255, 255, 255, 0.12);
  --bg: #000;

  --wef-cream:#F5F1E8;

  /* LINE UP */
  --lm-gap: 14px;
  --lm-visible: 4; /* desktop default */
  --lm-duration: 22s; /* viteza sliderului */
  --card-width: calc((100vw - 2rem - (var(--lm-gap) * (var(--lm-visible) - 1))) / var(--lm-visible));

  /* Main CSS */
  /* Font Family Variable */
  --heading-font: "Titillium Web", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --caveat-font: "Caveat", cursive;
}

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
/* ========================= Variable Css Start ======================== */
@font-face {
    font-family: 'WildHeads';
    src: url('..//fonts/Naluka.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.wef-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  height: 56px;
  padding: 0 32px;

  border-radius: 9999px; /* semicerc perfect */
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;

  border: none;
  cursor: pointer;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px){
  .wef-btn{
    height: 50px;
    padding: 0 24px;
    font-size: 12px;
  }
}

/* PRIMARY */
.wef-btn-primary{
  color:#0b0f14;
  background: linear-gradient(135deg, #EF4350 0%, #FCC848 100%);
  /* shadow 3D + depth */
  box-shadow:
    0 14px 26px rgba(0,0,0,.55),       /* main lift */
    0 34px 70px rgba(0,0,0,.40),       /* deep ambient */
    0 1px 0 rgba(255,255,255,.18) inset, /* top highlight */
    0 -1px 0 rgba(0,0,0,.14) inset;      /* bottom bevel */
}

/* ambient glow separat (iese in afara butonului) */
.wef-btn-primary::before{
  content:"";
  position:absolute;
  inset:-10px;                 /* marim aria glow-ului */
  border-radius:9999px;
  background:
    radial-gradient(60% 120% at 30% 50%, rgba(239,67,80,.35), transparent 62%),
    radial-gradient(60% 120% at 70% 50%, rgba(252,200,72,.28), transparent 62%);
  filter: blur(14px);
  opacity: .55;
  z-index: -1;
  transition: opacity .22s ease, transform .22s ease, filter .22s ease;
  pointer-events:none;
}

.wef-btn-primary:hover{
  transform: translateY(-4px);
  box-shadow:
    0 18px 30px rgba(0,0,0,.62),
    0 44px 90px rgba(0,0,0,.44),
    0 1px 0 rgba(255,255,255,.20) inset,
    0 -1px 0 rgba(0,0,0,.16) inset;
  color: #fff;
}

.wef-btn-primary:hover::before{
  opacity: .85;
  transform: scale(1.03);
  filter: blur(16px);
}

.wef-btn-primary:active{
  transform: translateY(-1px);
  box-shadow:
    0 10px 18px rgba(0,0,0,.58),
    0 26px 60px rgba(0,0,0,.38),
    0 1px 0 rgba(255,255,255,.18) inset,
    0 -1px 0 rgba(0,0,0,.14) inset;
}


.wef-btn-ghost{
  background: rgba(8,10,14,.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255,255,255,.18);
  color: rgba(245,241,232,.9);

  box-shadow: 0 14px 28px rgba(0,0,0,.35);
}

.wef-btn-ghost:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.35);

  box-shadow:
    0 20px 38px rgba(0,0,0,.45),
    0 0 12px rgba(255,255,255,.08);
  color: #fff;
}


.wef-btn-outline{
  background: transparent;
  color: var(--wef-cream);

  border: 2px solid transparent;
  background-image:
    linear-gradient(#05070b, #05070b),
    linear-gradient(135deg, #EF4350, #FCC848, #2BB673);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset;
}

.wef-btn-outline:hover{
  transform: translateY(-2px);
  box-shadow:
    0 0 18px rgba(239,67,80,.35),
    0 0 22px rgba(43,182,115,.25);
}


.wef-btn-green{
  color:#0b0f14;
  background: linear-gradient(180deg, #46d08a 0%, #2BB673 60%, #1f9b5d 100%);

  box-shadow:
    0 18px 40px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.10) inset;
  position: relative;
  overflow: hidden;
}

.wef-btn-green::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:9999px;
  background: radial-gradient(circle at 20% 50%, rgba(239,67,80,.55), transparent 55%),
              radial-gradient(circle at 80% 50%, rgba(43,182,115,.65), transparent 55%);
  filter: blur(14px);
  opacity: .18;
  z-index:-1;
  transition: opacity .22s ease, filter .22s ease;
}

.wef-btn-green:hover{
  transform: translateY(-3px);
  box-shadow:
    0 24px 58px rgba(0,0,0,.55),
    0 0 22px rgba(43,182,115,.20);
}

.wef-btn-green:hover::before{
  opacity: .35;
  filter: blur(16px);
}


.wef-btn-red{
  color:#0b0f14;
  background: linear-gradient(180deg, #ff5c6a 0%, #EF4350 55%, #d92b3f 100%);
  box-shadow:
    0 18px 40px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.10) inset;
  position: relative;
  overflow: hidden;
}

.wef-btn-red::after{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width:40%;
  height:160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  transform: rotate(18deg);
  opacity:.55;
  transition: transform .55s ease;
}

.wef-btn-red:hover{
  transform: translateY(-3px);
  box-shadow:
    0 22px 54px rgba(0,0,0,.55),
    0 0 20px rgba(239,67,80,.22);
}

.wef-btn-red:hover::after{
  transform: translateX(280%) rotate(18deg);
}


.wef-btn-glow{
  color: rgba(245,241,232,.94);
  background: rgba(14,16,20,.55);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 18px 40px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.06) inset;
  position: relative;
}

.wef-btn-glow::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:9999px;
  background: linear-gradient(135deg, rgba(239,67,80,.85), rgba(252,200,72,.70), rgba(43,182,115,.55));
  filter: blur(10px);
  opacity: .25;
  z-index:-1;
  transition: opacity .22s ease, filter .22s ease;
}

.wef-btn-glow:hover{
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.28);
  box-shadow:
    0 24px 58px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.08) inset;
}

.wef-btn-glow:hover::before{
  opacity: .45;
  filter: blur(12px);
}



/* =========================
   VIDEO HERO
   ========================= */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
}

/* Background fill video (blurred) */
.hero__video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: blur(18px) brightness(0.42) saturate(1.05);
  transform: scale(1.06);
  opacity: 0.9;
  pointer-events: none;
}

/* Main video */
.hero__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* desktop */
  object-position: center center;
  background: transparent;
}

/* Overlay for readability */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(1000px 520px at 50% 50%, rgba(0,0,0,0.14), transparent 60%),
    linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.10) 35%, rgba(0,0,0,0.20) 100%);
}

/* Subtle grain */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0.7px, transparent 1px),
    radial-gradient(circle at 80% 70%, #fff 0.7px, transparent 1px),
    radial-gradient(circle at 60% 20%, #fff 0.7px, transparent 1px),
    radial-gradient(circle at 30% 80%, #fff 0.7px, transparent 1px);
  background-size: 9px 9px, 11px 11px, 13px 13px, 7px 7px;
  background-position: 0 0, 2px 3px, 1px 5px, 4px 1px;
}

/* =========================
   HERO CONTENT (CENTERED)
   ========================= */
.hero__content {
  position: absolute;
  z-index: 4;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: min(920px, calc(100% - 32px));
  padding: 100px 12px 0 12px;

  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;

  pointer-events: auto;

  opacity: 0;
  filter: blur(6px);
}

/* Entrance animation */
.hero.is-ready .hero__content {
  animation: heroRevealCentered 900ms cubic-bezier(.2,.8,.2,1) 180ms forwards;
}

@keyframes heroRevealCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 22px));
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    filter: blur(0);
  }
}

/* Eyebrow */
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(0,0,0,0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.9);
}

.hero__eyebrow-dots {
  display: inline-flex;
  gap: 5px;
}

.hero__eyebrow-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
}

.hero__eyebrow-dots span:nth-child(1) { background: var(--wef-red); }
.hero__eyebrow-dots span:nth-child(2) { background: var(--wef-yellow); }
.hero__eyebrow-dots span:nth-child(3) { background: var(--wef-green); }

/* Title */
.hero__title {
  font-family: WildHeads;
  margin: 0;
  text-align: center;

  font-size: 45px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--text);
  letter-spacing: 2px;

  text-shadow:
    0 6px 20px rgba(0,0,0,0.55),
    0 2px 6px rgba(0,0,0,0.45);
}

.hero__title-accent{
  color: var(--wef-red);
}

/* Subtitle */
.hero__subtitle {
  margin: 0 auto;
  text-align: center;
  max-width: 70ch;

  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);

  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

/* Actions */
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}


/* =========================
   CONTROLS
   ========================= */
.hero__controls {
  position: absolute;
  z-index: 5;
  right: max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero__mute {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.42);
  color: var(--text);
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.hero__mute:hover {
  background: rgba(0,0,0,0.58);
  border-color: rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

.hero__mute:focus-visible {
  outline: 2px solid var(--wef-yellow);
  outline-offset: 2px;
}

/* =========================
   LOADER
   ========================= */
.hero__loading {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.16), rgba(0,0,0,0.55)),
    #000;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.hero__loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.hero__spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.16);
  border-top-color: var(--wef-yellow);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* =========================
   DEMO NEXT SECTION (optional)
   ========================= */
.next-section {
  padding: 48px 16px 72px;
  background: #050505;
  border-top: 1px solid var(--line);
}

.next-section__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.next-section h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.next-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 70ch;
}

/* =========================
   RESPONSIVE
   ========================= */

/* Large desktop */
@media (min-width: 1440px) {
  .hero__content {
    width: min(980px, 70vw);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .hero__content {
    width: min(760px, calc(100% - 32px));
    gap: 12px;
    padding: 100px 10px 0 10px;
  }


  .hero__actions {
    gap: 10px;
  }

  .hero__cta,
  .hero__ghost {
    min-height: 48px;
  }

  .hero__controls {
    right: 10px;
    bottom: 10px;
  }

  .hero__mute {
    padding: 9px 10px;
    font-size: 11px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero {
    min-height: 70svh;
    min-height: 70vh;
  }

  .hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  /* requested behavior: show more of full video on mobile */
  .hero__video {
    object-fit: cover;
    object-position: center center;
  }

  .hero__video-bg {
    filter: blur(14px) brightness(0.40);
    transform: scale(1.05);
  }

  .hero__overlay {
    background:
      radial-gradient(700px 320px at 50% 50%, rgba(0,0,0,0.12), transparent 62%),
      linear-gradient(to bottom, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0.22) 100%);
  }

  .hero__content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 95vw;
    padding: 100px 10px 0 10px;
    gap: 10px;

    justify-items: center;
    text-align: center;
  }

  /* override animation transform on mobile too */
  .hero.is-ready .hero__content {
    animation: heroRevealCenteredMobile 900ms cubic-bezier(.2,.8,.2,1) 180ms forwards;
  }

  @keyframes heroRevealCenteredMobile {
    0% {
      opacity: 0;
      transform: translate(-50%, calc(-50% + 18px));
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%);
      filter: blur(0);
    }
  }

  .hero__eyebrow {
    font-size: 10px;
    padding: 7px 10px;
  }

  .hero__title {
    font-size: 35px;
    text-align: center;
  }

  .hero__subtitle {
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
  }

  .hero__actions {
    justify-content: center;
    gap: 8px;
    margin-top: 2px;
  }

  .hero__cta {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .hero__ghost {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 12px;
  }

  .hero__controls {
    right: 10px;
    bottom: 10px;
  }

  .hero__mute {
    padding: 8px 10px;
    font-size: 11px;
  }
}


/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero.is-ready .hero__content {
    animation: none;
    opacity: 1;
    transform: translate(-50%, -50%);
    filter: none;
  }

  .hero__spinner { animation: none; }

  .hero__cta,
  .hero__ghost,
  .hero__mute {
    transition: none;
  }

  .hero__cta::before {
    transition: none;
  }
}


/* =========================
   INTRODUCERE
   ========================= */
.festival-info {
  position: relative;
  z-index: 2;
  padding: 80px 0 80px;
  background: transparent !important;
  border: 0 !important;
}

.festival-info__header {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.sticker{
      display:inline-block;
      width:fit-content;
      padding:10px 14px;
      border:4px solid #0c0c0c;
      box-shadow:8px 8px 0 rgba(0,0,0,.65);
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.04em;
      transform:rotate(-1.4deg);
      border-radius: 999px;
}
.s-green{ background: #2BB673; color: #fff; }
.s-red{ background: #EF4350; color: #fff; transform:rotate(1.2deg);}

/* =========================
   RIBBONS (exact vibe screenshot)
   ========================= */
.festival-info__ribbons {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.festival-info__ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
  width: fit-content;
  max-width: 100%;
  text-align: center;

  color: #071018;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;

  border: 2px solid rgba(0, 0, 0, 0.7);
  box-shadow:
    0 9px 0 rgba(0,0,0,0.45),
    0 16px 28px rgba(0,0,0,0.30);
}

/* contur exterior subtil (cyan/red aura) */
.festival-info__ribbon::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,0.10);
  opacity: 0.5;
  pointer-events: none;
}

/* albastru - usor inclinat */
.festival-info__ribbon--blue {
  background: var(--wef-blue);
  color: #091017;
  transform: rotate(0.8deg);
  margin-right: 58px; /* usor offset la dreapta/stanga ca in screenshot */
  padding-inline: 22px;
  min-width: 360px;
}

/* rosu - putin mai lung si inclinat invers */
.festival-info__ribbon--red {
  background: var(--wef-red);
  color: #FFF7F5;
  transform: rotate(-0.9deg);
  margin-left: 64px;
  padding-inline: 24px;
  min-width: 410px;
}

/* =========================
   Title + text
   ========================= */
.festival-info__title {
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
    text-transform: uppercase;
}

.festival-info__title .wef-red {
  color: var(--wef-red);
}

.festival-info__title .wef-yellow {
  color: var(--wef-yellow);
}

.festival-info__title .wef-green {
  color: var(--wef-green);
}

.festival-info__subtitle {
  max-width: 72ch;
  color: var(--fi-muted);
  font-size: 18px;
  line-height: 1.55;
}

/* =========================
   Meta pills
   ========================= */
.festival-info__meta {
  gap: 10px;
  margin-top: 2px;
}

.festival-info__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(8, 10, 14, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F4EFE6;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    0 8px 18px rgba(0,0,0,0.18);
}

/* =========================
   Buttons
   ========================= */
.festival-info__actions {
  margin-top: 15px;
  gap: 12px;
}

.festival-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-position .28s ease, border-color .18s ease;
  isolation: isolate;
  overflow: hidden;
}

.festival-btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.festival-btn--primary {
  color: #0E0F12;
  background: linear-gradient(135deg, var(--wef-red) 0%, #ff6975 25%, var(--wef-yellow) 62%, #ffe08a 78%, var(--wef-green) 100%);
  background-size: 180% 180%;
  border-color: rgba(255,255,255,0.12);
  box-shadow:
    0 12px 28px rgba(0,0,0,0.36),
    0 0 0 1px rgba(255,255,255,0.06) inset;
}

.festival-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.12) 28%,
    rgba(255,255,255,0.36) 48%,
    rgba(255,255,255,0.10) 66%,
    rgba(255,255,255,0) 100%);
  transform: translateX(-130%);
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
  z-index: 0;
}
.festival-btn--primary > * { position: relative; z-index: 1; }

.festival-btn--primary:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    0 16px 34px rgba(0,0,0,0.42),
    0 0 22px rgba(239,67,80,0.18),
    0 0 24px rgba(43,182,115,0.14);
}
.festival-btn--primary:hover::before {
  transform: translateX(130%);
}

.festival-btn--secondary {
  color: var(--fi-text);
  border-color: rgba(255,255,255,0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    rgba(8, 10, 14, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.festival-btn--secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.26);
  box-shadow: 0 12px 22px rgba(0,0,0,0.22);
}

.festival-btn:focus-visible {
  outline: 2px solid rgba(252,200,72,0.9);
  outline-offset: 2px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 991.98px) {

  .festival-info__ribbon--blue {
    min-width: 320px;
    margin-right: 36px;
  }

  .festival-info__ribbon--red {
    min-width: 360px;
    margin-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .festival-info__header {
    gap: 12px;
  }

  .festival-info__ribbons {
    gap: 8px;
    margin-bottom: 0;
    width: 100%;
  }

  .festival-info__ribbon {
    min-height: 46px;
    font-size: 10px;
    letter-spacing: 0.09em;
    padding: 0 12px;
    white-space: normal;
    text-align: center;
    box-shadow:
      0 6px 0 rgba(0,0,0,0.35),
      0 12px 20px rgba(0,0,0,0.24);
  }

  /* pe mobil le centram si reducem inclinarea ca sa nu iasa din container */
  .festival-info__ribbon--blue,
  .festival-info__ribbon--red {
    min-width: auto;
    width: min(100%, 420px);
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .festival-info__title {
    font-size: 30px;
  }

  .festival-info__subtitle {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
  }

  .festival-info__meta {
    gap: 8px;
  }

  .festival-info__actions {
    width: 100%;
    gap: 10px;
  }

  .festival-btn {
    min-height: 46px;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .festival-btn {
    transition: none;
  }

  .festival-btn--primary::before {
    transition: none;
  }
}

/* =========================
   LINE UP
   ========================= */

.lineup-marquee-section {
  position: relative;
  z-index: 2;
  padding: 0px 0px 80px 0px;
  background: transparent !important;
  border: 0 !important;
}

.lineup-marquee__header {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.lineup-marquee__ribbon {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff7f5;
  background: var(--wef-red);
  border: 2px solid rgba(0, 0, 0, 0.65);
  box-shadow:
    0 8px 0 rgba(0,0,0,.36),
    0 14px 24px rgba(0,0,0,.24);
  transform: rotate(-0.8deg);
}

.lineup-marquee__title {
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 45px; 
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
  text-transform: uppercase;
}
.lineup-marquee__subtitle {
  max-width: 72ch;
  color: var(--lm-muted);
  font-size: 18px;
  line-height: 1.55;
}

/* =========================
   MARQUEE WRAPPER
   ========================= */
.lineup-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  border-radius: 18px;
  padding: 8px 0;
}

/* Track */
/* Track: fara animatie CSS (va fi animat prin JS) */
.lineup-marquee__track {
  display: flex;
  align-items: stretch;
  gap: var(--lm-gap);
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: none !important;
}

/* Marquee wrapper - interaction friendly */
.lineup-marquee[data-lineup-marquee] {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y; /* permite scroll vertical pe pagina + swipe orizontal pe slider */
}

.lineup-marquee[data-lineup-marquee].is-dragging {
  cursor: grabbing;
}

.lineup-marquee[data-lineup-marquee].is-dragging .lineup-slide-card {
  pointer-events: none; /* previne click accidental in timpul drag-ului */
}

/* optional: feedback subtil cand user interaction */
.lineup-marquee[data-lineup-marquee].is-interacting::before,
.lineup-marquee[data-lineup-marquee].is-interacting::after {
  opacity: 0.75;
}

/* scoate hover-pause CSS vechi daca il aveai */
.lineup-marquee:hover .lineup-marquee__track {
  animation-play-state: running !important;
}

/* hover pause (desktop usability) */
.lineup-marquee:hover .lineup-marquee__track {
  animation-play-state: paused;
}

/* IMPORTANT:
   animam exact jumatate din track (prima serie de 5 carduri)
   Formula:
   -50% functioneaza corect pentru ca track-ul contine setul duplicat identic
*/
@keyframes lineup-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - (var(--lm-gap) / 2)), 0, 0);
  }
}

/* =========================
   CARD
   5 vizibile desktop / 3 tablet / 2 mobile
   ========================= */
.lineup-slide-card {
  --card-width: calc((100vw - 2rem - (var(--lm-gap) * (var(--lm-visible) - 1))) / var(--lm-visible));

  position: relative;
  display: grid;
  gap: 10px;
  flex: 0 0 calc((100% - (var(--lm-gap) * (var(--lm-visible) - 1))) / var(--lm-visible));
  width: calc((100% - (var(--lm-gap) * (var(--lm-visible) - 1))) / var(--lm-visible));
  min-width: 0;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  padding: 10px;
  overflow: hidden;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    rgba(8, 10, 14, 0.34);
  border: 1px solid rgba(255,255,255,0.11);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0 12px 24px rgba(0,0,0,0.18),
    inset 0 0 0 1px rgba(255,255,255,0.02);

  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;

    flex: 0 0 var(--card-width);
  width: var(--card-width);
  max-width: var(--card-width);
  min-width: var(--card-width);
}

.lineup-slide-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: .3;
  background: linear-gradient(120deg, rgba(255,255,255,.09), rgba(255,255,255,.02), rgba(255,255,255,.06));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
}

.lineup-slide-card::after {
  content: "";
  position: absolute;
  height: 38%;
  border-radius: 14px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(239,67,80,0.08), transparent 60%),
    radial-gradient(circle at 80% 100%, rgba(43,182,115,0.08), transparent 60%);
}

.lineup-slide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.013)),
    rgba(8, 10, 14, 0.42);
  box-shadow:
    0 18px 30px rgba(0,0,0,0.24),
    0 0 20px rgba(239,67,80,0.08),
    0 0 22px rgba(43,182,115,0.06),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

/* image */
.lineup-slide-card__image-wrap {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(6,8,12,0.45);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    0 8px 16px rgba(0,0,0,0.16);
    width: 100%;
}

.lineup-slide-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #06070A;
  transform: scale(1.001);
  transition: transform .35s ease, filter .25s ease;
}

.lineup-slide-card:hover .lineup-slide-card__image {
  transform: scale(1.02);
  filter: saturate(1.03) contrast(1.02);
}

/* name */
.lineup-slide-card__name {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #F5F1E8;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

/* CTA */
.lineup-marquee__actions {
  margin-top: 18px;
}

.lineup-marquee-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    rgba(8, 10, 14, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--lm-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.lineup-marquee-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.26);
  box-shadow:
    0 14px 24px rgba(0,0,0,0.22),
    0 0 16px rgba(252,200,72,0.09);
}

.lineup-marquee-btn:focus-visible {
  outline: 2px solid rgba(252,200,72,0.9);
  outline-offset: 2px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1199.98px) {
  .lineup-slide-card {
    /* approx 5 still ok on lg, width cap handles it */
    flex-basis: clamp(170px, 18vw, 240px);
    width: clamp(170px, 18vw, 240px);
  }
}

@media (max-width: 991.98px) {
  :root {
    --lm-visible: 3;
    --lm-duration: 20s;
  }

  .lineup-marquee-section {
    padding: 60px 0 66px;
  }

  .lineup-slide-card {
    flex-basis: clamp(180px, 28vw, 240px);
    width: clamp(180px, 28vw, 240px);
  }
}

@media (max-width: 767.98px) {
  :root {
    --lm-visible: 2;
    --lm-gap: 12px;
    --lm-duration: 18s;
  }

  .lineup-marquee__header {
    gap: 10px;
    margin-bottom: 16px;
  }

  .lineup-marquee__ribbon {
    min-height: 38px;
    font-size: 12px;
    letter-spacing: 0.10em;
    padding: 0 12px;
  }

  .lineup-marquee__title {
    font-size: 30px
  }

  .lineup-marquee__subtitle {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
  }

  .lineup-marquee {
    border-radius: 14px;
    padding: 4px 0;
  }

  .lineup-slide-card {
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
    flex-basis: calc((100vw - 32px - var(--lm-gap)) / 2); /* 2 vizibile pe mobile */
    width: calc((100vw - 32px - var(--lm-gap)) / 2);
    max-width: 220px;
  }

  .lineup-slide-card__image-wrap {
    border-radius: 10px;
  }

  .lineup-slide-card__name {
    font-size: 12px;
    letter-spacing: 0.035em;
  }

  .lineup-marquee__actions {
    margin-top: 14px;
  }

  .lineup-marquee-btn {
    min-height: 44px;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 14px;
  }
}

@media (max-width: 575.98px) {
  .lineup-marquee::before,
  .lineup-marquee::after {
    width: 12%;
  }

  .lineup-marquee-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lineup-marquee__track {
    animation: none;
    transform: none;
  }

  .lineup-slide-card,
  .lineup-slide-card__image,
  .lineup-marquee-btn {
    transition: none;
  }
}



/* =========================
   CIFRE
   ========================= */
.festival-highlights {
  position: relative;
  z-index: 2;
  padding: 0px 0px 100px 0px;
  background: transparent !important;
  border: 0 !important;
}

.festival-highlights__header {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.festival-highlights__ribbon {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
  background: var(--wef-yellow);
  border: 2px solid rgba(0, 0, 0, 0.65);
  box-shadow:
    0 8px 0 rgba(0,0,0,.36),
    0 14px 24px rgba(0,0,0,.24);
  transform: rotate(-0.8deg);
}

.festival-highlights__title {
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
  text-transform: uppercase;
}

.festival-highlights__title span {
  color: var(--wef-green);
}

.festival-highlights__grid {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* =========================
   BIG HIGHLIGHT CARD
   ========================= */
.highlight-card {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 10px;
  min-height: 220px;
  padding: 20px 16px;
  border-radius: 20px;
  overflow: hidden;

  /* semitransparent - se vede ambientul din body_wrap */
  background:
    linear-gradient(180deg, rgba(255,255,255,0.032), rgba(255,255,255,0.010)),
    rgba(8, 10, 14, 0.34);

  border: 1px solid rgba(255,255,255,0.12);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 14px 28px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.02);

  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.highlight-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: .3;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02), rgba(255,255,255,.06));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
}

/* glows colorate diferite pe carduri */
.highlight-card::after {
  content: "";
  position: absolute;
  inset: auto 10px -20px 10px;
  height: 55%;
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
  filter: blur(10px);
  opacity: 0.85;
  background:
    radial-gradient(circle at 20% 100%, rgba(239,67,80,0.10), transparent 56%),
    radial-gradient(circle at 80% 100%, rgba(43,182,115,0.08), transparent 58%);
}

/* diferentiem subtil fiecare card */
.festival-highlights__grid .col:nth-child(1) .highlight-card::after {
  background:
    radial-gradient(circle at 30% 100%, rgba(121,213,255,0.14), transparent 58%),
    radial-gradient(circle at 75% 100%, rgba(252,200,72,0.10), transparent 62%);
}
.festival-highlights__grid .col:nth-child(2) .highlight-card::after {
  background:
    radial-gradient(circle at 28% 100%, rgba(239,67,80,0.15), transparent 58%),
    radial-gradient(circle at 76% 100%, rgba(252,200,72,0.09), transparent 62%);
}
.festival-highlights__grid .col:nth-child(3) .highlight-card::after {
  background:
    radial-gradient(circle at 25% 100%, rgba(43,182,115,0.14), transparent 58%),
    radial-gradient(circle at 80% 100%, rgba(121,213,255,0.09), transparent 62%);
}
.festival-highlights__grid .col:nth-child(4) .highlight-card::after {
  background:
    radial-gradient(circle at 30% 100%, rgba(252,200,72,0.14), transparent 58%),
    radial-gradient(circle at 80% 100%, rgba(239,67,80,0.09), transparent 62%);
}

.highlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012)),
    rgba(8, 10, 14, 0.42);
  box-shadow:
    0 18px 32px rgba(0,0,0,0.24),
    0 0 20px rgba(239,67,80,0.06),
    0 0 24px rgba(43,182,115,0.05),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

.highlight-card__value {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  color: var(--fh-text);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.25),
    0 10px 20px rgba(0,0,0,0.25);
  font-size: 45px;
}

.highlight-card__suffix {
  color: var(--wef-yellow);
  font-size: .78em;
  line-height: 1;
  transform: translateY(-0.02em);
}

.highlight-card__label {
  position: relative;
  z-index: 1;
  color: rgba(245, 241, 232, 0.90);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.10em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {

  .highlight-card {
    min-height: 190px;
    border-radius: 18px;
  }

  .highlight-card__value {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .festival-highlights__header {
    gap: 8px;
    margin-bottom: 12px;
  }

  .festival-highlights__ribbon {
    min-height: 38px;
    font-size: 12px;
    letter-spacing: 0.10em;
    padding: 0 12px;
  }

  .festival-highlights__title {
    font-size: 30px;
  }

  .highlight-card {
    min-height: 148px;
    padding: 16px 10px;
    border-radius: 16px;
    gap: 8px;
  }

  .highlight-card__value {
    font-size: 30px;
  }

  .highlight-card__label {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .highlight-card {
    transition: none;
  }
}



/* =========================
   FESTIVAL STORY
   ========================= */


#festival-story {
  position: relative;
}

/* Wrap-ul are înălțimea totală: 100vh * număr slide-uri */
.festival-story__wrap {
  position: relative;
  /* 4 slide-uri × 100vh */
  height: 400vh;
}

/* Paginație: sticky în interiorul wrap-ului */
.festival-story__pagination-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 20;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 28px;
  /* Scoatem din flow ca să nu împingă inner-ul în jos */
  margin-bottom: -100vh;
}

.festival-story__pagination {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: auto;
}

.festival-story__pagination li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  border: 1px solid rgba(255,255,255,.3);
  cursor: pointer;
  transition: all .2s;
}

.festival-story__pagination li.active {
  background: var(--wef-green);
  box-shadow: 0 0 0 3px rgba(43,182,115,.3);
}

/* Inner: stivă de slides sticky */
.festival-story__inner {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

/* Fiecare slide: sticky, vine peste cel anterior */
.festival-story__item {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.festival-story__item:nth-child(1) { z-index: 1; background-color: #1a0a0a; }
.festival-story__item:nth-child(2) { z-index: 2; background-color: #0a1a0a; }
.festival-story__item:nth-child(3) { z-index: 3; background-color: #0a0a1a; }
.festival-story__item:nth-child(4) { z-index: 4; background-color: #1a1a0a; }

.festival-story__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.festival-story__item[data-theme="red"]    .festival-story__overlay { background: radial-gradient(circle at 50% 48%, rgba(239,67,80,.25), transparent 55%), linear-gradient(180deg, rgba(4,6,10,.45) 0%, rgba(4,6,10,.70) 100%); }
.festival-story__item[data-theme="yellow"] .festival-story__overlay { background: radial-gradient(circle at 50% 48%, rgba(252,200,72,.22), transparent 55%), linear-gradient(180deg, rgba(4,6,10,.45) 0%, rgba(4,6,10,.70) 100%); }
.festival-story__item[data-theme="green"]  .festival-story__overlay { background: radial-gradient(circle at 50% 48%, rgba(43,182,115,.22), transparent 55%), linear-gradient(180deg, rgba(4,6,10,.45) 0%, rgba(4,6,10,.70) 100%); }
.festival-story__item[data-theme="blue"]   .festival-story__overlay { background: radial-gradient(circle at 50% 48%, rgba(121,213,255,.20), transparent 55%), linear-gradient(180deg, rgba(4,6,10,.45) 0%, rgba(4,6,10,.70) 100%); }

.festival-story__content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: min(860px, 90%);
  /* Animatie intrare */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.festival-story__item.is-active .festival-story__content {
  opacity: 1;
  transform: translateY(0);
}

.festival-story__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(8, 10, 14, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F4EFE6;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    0 8px 18px rgba(0,0,0,0.18);
}

.festival-story__title {
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 45px; 
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
  text-transform: uppercase;
}

.festival-story__title .wef-red    { color: var(--wef-red); }
.festival-story__title .wef-yellow { color: var(--wef-yellow); }
.festival-story__title .wef-green  { color: var(--wef-green); }
.festival-story__title .wef-blue   { color: var(--wef-blue); }

.festival-story__desc {
  max-width: 72ch;
  color: var(--fi-muted);
  font-size: 18px;
  line-height: 1.55;
}

@media(max-width: 767px){
  .festival-story__title{
    font-size: 30px;
  }
  .festival-story__desc {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
  }
}


/* =========================
   CALL TO ACTION
   ========================= */




/* section spacing */
.wef-cta{
  padding: 100px 0px;
}

/* card base: ca la counter */
.wef-cta-card{
  position: relative;
  border-radius: 24px;
  padding: clamp(18px, 2.2vw, 28px);
  background: rgba(10, 12, 16, 0.58);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.48),
    0 0 0 1px rgba(255,255,255,0.05) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  isolation: isolate;
}

/* subtle inner gradient */
.wef-cta-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(239,67,80,0.12), transparent 55%),
    radial-gradient(900px 420px at 82% 65%, rgba(43,182,115,0.10), transparent 55%),
    radial-gradient(700px 380px at 55% 95%, rgba(252,200,72,0.09), transparent 58%);
  opacity: .9;
  z-index: 0;
  pointer-events:none;
}

/* top badge */
.wef-cta-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245,241,232,0.92);
  background: rgba(8,10,14,0.40);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 20px rgba(0,0,0,0.22);
  position: relative;
  z-index: 1;
}

/* title + accent */
.wef-cta-title{
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
  text-transform: uppercase;
}

.wef-cta-accent{
  background: linear-gradient(90deg, var(--wef-red), var(--wef-yellow), var(--wef-green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* text */
.wef-cta-text{
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 68ch;
}

/* pills */
.wef-cta-meta{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wef-cta-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(8, 10, 14, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F4EFE6;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    0 8px 18px rgba(0,0,0,0.18);
}

/* actions */
.wef-cta-actions{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.wef-cta-note{
  color: rgba(245,241,232,0.62);
  font-size: 12px;
  line-height: 1.35;
}

/* glow decor - like counters */
.wef-cta-glow{
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .34;
  z-index: 0;
  pointer-events: none;
}

.wef-cta-glow--red{
  left: -180px;
  top: -220px;
  background: radial-gradient(circle, rgba(239,67,80,0.9), transparent 60%);
}

.wef-cta-glow--green{
  right: -220px;
  top: -180px;
  background: radial-gradient(circle, rgba(43,182,115,0.85), transparent 60%);
  opacity: .28;
}

.wef-cta-glow--yellow{
  left: 20%;
  bottom: -280px;
  background: radial-gradient(circle, rgba(252,200,72,0.8), transparent 60%);
  opacity: .22;
}

@media(max-width: 767px){
  .wef-cta-text{
    font-size: 17px;
  }
}

/* responsive tweaks */
@media (max-width: 991.98px){
  .wef-cta-actions{
    margin-top: 8px;
  }
  .wef-cta-title{
    font-size: 30px;
  }
}

@media (max-width: 575.98px){
  .wef-cta-card{
    border-radius: 20px;
  }
}


/* =======================
  PARTENERI
======================= */

.wef-partners{
  position: relative;
}

.festival-partners__ribbon {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--wef-green);
  border: 2px solid rgba(0, 0, 0, 0.65);
  box-shadow:
    0 8px 0 rgba(0,0,0,.36),
    0 14px 24px rgba(0,0,0,.24);
  transform: rotate(-0.8deg);
}

.wef-title{
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
  text-transform: uppercase;
}

@media(max-width: 767px){
  .wef-title{
    font-size: 30px;
  }
}

.wef-subtitle{
  color: rgba(245,241,232,.72);
}

.wef-partners-heading{
  color: rgba(245,241,232,.92);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 12px;
  opacity: .9;
}

/* === LOGO (no cards) === */
.wef-logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: none;
}

.wef-logo img{
  height: auto;
  max-width: 100%;
  width: 70%;
  object-fit: contain;
}

.wef-logo.wef-sprijin img{
  width: 50%;
}

@media(max-width: 767px){
  .wef-logo.wef-sprijin img{
    width: 80%;
  }
}

/* === MARQUEE === */
.wef-marquee{
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}


/* track = grid with fixed column width => visible items controlled */
.wef-marquee__track{
  display: grid;
  grid-auto-flow: column;
  gap: var(--logo-gap, 42px);

  /* 5 desktop, 3 tablet, 2 mobile */
  grid-auto-columns: calc((100% - (var(--visible, 5) - 1) * var(--logo-gap, 42px)) / var(--visible, 5));

  align-items: center;

  will-change: transform;
  transform: translate3d(0,0,0);
}

/* each logo takes full column and centers */
.wef-marquee__track .wef-logo{
  width: 100%;
  justify-content: center;
}

/* sizes by breakpoint */
@media (max-width: 991.98px){
  .wef-marquee__track{ --visible: 3; }
  .wef-logo img{ --logo-h: 46px; }
  .wef-marquee{ --logo-gap: 34px; }
  .wef-marquee::before, .wef-marquee::after{ width: 90px; }
}
@media (max-width: 575.98px){
  .wef-marquee__track{ --visible: 2; }
  .wef-logo img{ --logo-h: 40px; }
  .wef-marquee{ --logo-gap: 26px; }
  .wef-marquee::before, .wef-marquee::after{ width: 70px; }
}

/* space for mountains */
.wef-partners{
  position: relative;
  padding-bottom: 100px; /* ajustabil */
}

@media(max-width: 767px){
  .wef-partners{
    position: relative;
    padding-bottom: 0px; /* ajustabil */
  }
}

/* wrapper */
.wef-mountains-2{
  position: absolute;
  left: 0; right: 0;
  bottom: -2px;
  height: 210px;         /* cat vrei sa se vada */
  pointer-events: none;
  z-index: 99;
  overflow: hidden;
}

/* each side */
.wef-mountain{
  position: absolute;
  bottom: 0;
  width: 52%;            /* slight overlap ca sa nu fie gap */
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;   /* IMPORTANT: nu taie, nu strecheaza */
}

/* left */
.wef-mountain--left{
  left: 0;
  background-image: url("../images/Mountains-left.svg");
  background-position: left bottom;
}

/* right */
.wef-mountain--right{
  right: 0;
  background-image: url("../images/Mountains-right.svg");
  background-position: right bottom;
}

/* mobile tweaks */
@media (max-width: 575.98px){
  .wef-mountains-2{ height: 170px; }
  .wef-partners{ padding-bottom: 190px; }
  .wef-mountain{ width: 56%; }
}



/* =========================
   FOOTER
   ========================= */

.wef-footer--full{
  position: relative;
  overflow: hidden;
  isolation: isolate;

  /* dark premium background */
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(239,67,80,0.10), transparent 60%),
    radial-gradient(900px 420px at 82% 55%, rgba(43,182,115,0.08), transparent 60%),
    radial-gradient(700px 380px at 55% 95%, rgba(252,200,72,0.08), transparent 62%),
    linear-gradient(180deg, rgba(5,7,11,0.0) 0%, rgba(5,7,11,0.55) 20%, rgba(5,7,11,0.85) 100%);
}

/* subtle top separator */
.wef-footer--full::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.16), transparent);
  z-index: 0;
}

/* badge */
.wef-footer-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: rgba(245,241,232,0.92);
  background: rgba(8,10,14,0.38);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 20px rgba(0,0,0,0.22);

  position: relative;
  z-index: 1;
}

.wef-footer-title{
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
  text-transform: uppercase;
}

.wef-footer-text{
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: rgba(245,241,232,0.78);
  line-height: 1.55;
  max-width: 62ch;
}

.wef-footer-badges{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wef-footer-pill{
 display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(8, 10, 14, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F4EFE6;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    0 8px 18px rgba(0,0,0,0.18);
}

/* Newsletter headings */
.wef-newsletter-title{
  margin-top: 20px;
  color: var(--fi-text);
  font-family: WildHeads;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow:
    0 4px 0 rgba(0,0,0,0.35),
    0 10px 30px rgba(0,0,0,0.35);
  text-transform: uppercase;
}

.wef-newsletter-sub{
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: rgba(245,241,232,0.72);
  line-height: 1.45;
}

/* Inputs */
.wef-field-label{
  display:block;
  color: rgba(245,241,232,0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.wef-field{
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  padding: 0 14px;

  color: rgba(245,241,232,0.92);
  background: rgba(8,10,14,0.30);
  border: 1px solid rgba(255,255,255,0.14);
  outline: none;

  box-shadow: 0 14px 26px rgba(0,0,0,0.26);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: border-color .2s ease, box-shadow .22s ease, transform .18s ease;
  position: relative;
  z-index: 1;
}

.wef-field::placeholder{
  color: rgba(245,241,232,0.45);
}

.wef-field:focus{
  border-color: rgba(255,255,255,0.24);
  box-shadow:
    0 16px 30px rgba(0,0,0,0.30),
    0 0 0 3px rgba(43,182,115,0.12);
}

.wef-footer-note{
  position: relative;
  z-index: 1;
  color: rgba(245,241,232,0.60);
  font-size: 12px;
  line-height: 1.35;
}

/* Links */
.wef-footer-links{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.wef-footer-link{
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .92;
  transition: opacity .2s ease, transform .2s ease;
}

.wef-footer-link:hover{
  opacity: 1;
  color: #fff;
  transform: translateY(-1px);
}

/* Separator + bottom */
.wef-footer-sep{
  position: relative;
  z-index: 1;
  border: 0;
  height: 1px;
  margin: 22px 0 14px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
}

.wef-footer-bottom{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;

  color: rgba(245,241,232,0.62);
  font-size: 12px;
}

.wef-footer-mini{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wef-footer-mini-link{
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .92;
  transition: opacity .2s ease, transform .2s ease;
}

.wef-footer-mini-link:hover{
  opacity: 1;
  color: #fff;
  transform: translateY(-1px);
}

.wef-dot{ opacity: .5; }

/* Glow decor (full-width footer) */
.wef-footer-glow{
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 999px;
  filter: blur(110px);
  opacity: .22;
  z-index: 0;
  pointer-events: none;
}

.wef-footer-glow--red{
  left: -280px;
  bottom: -360px;
  background: radial-gradient(circle, rgba(239,67,80,0.95), transparent 62%);
}

.wef-footer-glow--green{
  right: -320px;
  bottom: -340px;
  background: radial-gradient(circle, rgba(43,182,115,0.90), transparent 62%);
  opacity: .18;
}

.wef-footer-glow--yellow{
  left: 25%;
  top: -520px;
  background: radial-gradient(circle, rgba(252,200,72,0.90), transparent 62%);
  opacity: .14;
}

/* Responsive */
@media (max-width: 575.98px){
  .wef-footer-title, .wef-newsletter-title{
    font-size: 25px;
  }
  .wef-btn-wide{
    width: 100%;
    min-width: 0;
  }
}





.gallery-item{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  cursor:pointer;
  background:rgba(10,12,16,.6);
  border:1px solid rgba(255,255,255,.08);
  transition:.35s ease;
}

/* glow border */
.gallery-item::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:22px;
  padding:1px;
  background:linear-gradient(120deg, transparent, rgba(43,182,115,.4), transparent);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity:0;
  transition:.35s;
}

/* image */
.gallery-item img{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
  transition:.5s ease;
  filter:brightness(.85);
}

/* hover */
.gallery-item:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 60px rgba(0,0,0,.6);
}

.gallery-item:hover::before{
  opacity:1;
}

.gallery-item:hover img{
  transform:scale(1.08);
  filter:brightness(.95);
}