/* ================= Lenis ================= */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

/* ================= MARQUEE-BAND ================= */
.band {
  position: relative;
  overflow: hidden;
  padding: 26px 0;
  background: linear-gradient(92deg, var(--lime), var(--mint) 55%, var(--spirulina));
  transform: rotate(-2deg) scale(1.04);
  z-index: 3;
}
.band-track {
  display: flex;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
}
.band-item {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #06130b;
  padding: 0 18px;
}
.band-item.outline {
  color: transparent;
  -webkit-text-stroke: 2px #06130b;
}

/* ================= ZUTATEN (horizontal) ================= */
#ingredients { position: relative; background: var(--bg-deep); }
.ing-stage {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ing-track {
  display: flex;
  align-items: stretch;
  height: 100%;
  will-change: transform;
}
.ing-panel {
  position: relative;
  flex: 0 0 auto;
  width: min(62vw, 780px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8vh 4vw;
  overflow: hidden;
}
.ing-panel::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 55% at 50% 45%, var(--accent, rgba(0,230,118,.16)), transparent 72%);
  opacity: .35;
  pointer-events: none;
}

.ing-intro { width: min(88vw, 1000px); align-items: flex-start; justify-content: center; }
.ing-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(25px, 5.4vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--cream);
  overflow-wrap: break-word;
  max-width: 100%;
}
.ing-title span { display: block; }
.hl-grad-static {
  background: linear-gradient(92deg, var(--lime) 8%, var(--mint) 46%, var(--turmeric) 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ing-sub { margin-top: 26px; font-size: 17px; color: var(--cream); opacity: .7; }

.ing-num {
  position: absolute;
  top: 6vh; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(120px, 22vw, 300px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 248, 236, .16);
  pointer-events: none;
  user-select: none;
}
.ing-img {
  position: relative;
  z-index: 2;
  width: min(38vh, 340px);
  filter: drop-shadow(0 30px 44px rgba(0, 0, 0, .55));
  will-change: transform;
}
.ing-name {
  z-index: 2;
  margin-top: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 58px);
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--accent-solid, var(--mint));
}
.ing-line {
  z-index: 2;
  margin-top: 10px;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--cream);
  opacity: .85;
  text-align: center;
  max-width: 340px;
}

/* ================= MANIFEST ================= */
#manifest { position: relative; background: var(--bg-deep); }
.mani-stage {
  height: 100vh;
  display: grid;
  place-content: center;
  overflow: hidden;
  padding: 0 24px;
}
.mani-lines { display: flex; flex-direction: column; gap: 2vh; }
.mani-line {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 6.8vw, 96px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: .10;
  will-change: opacity, transform;
}
.mani-final {
  font-size: clamp(38px, 12vw, 190px);
  background: linear-gradient(92deg, var(--lime) 8%, var(--mint) 46%, var(--turmeric) 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ================= FINALE ================= */
#finale {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.finale-bg {
  position: absolute; inset: 0;
  background: url("../assets/frames/f_105.webp") center / cover no-repeat;
}
.finale-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(7,19,12,.55), rgba(7,19,12,.86));
}
.finale-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 14vh 24px;
  text-align: center;
}
.finale-headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(52px, 18vw, 260px);
  line-height: .95;
  letter-spacing: -0.04em;
  color: var(--cream);
  text-shadow: 0 6px 60px rgba(0, 0, 0, .5);
}
.cta-big {
  position: relative;
  border: none;
  cursor: pointer;
  padding: 26px 58px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 28px);
  letter-spacing: -0.01em;
  color: #06130b;
  background: linear-gradient(92deg, var(--lime), var(--mint));
  box-shadow: 0 18px 60px rgba(0, 230, 118, .4);
  will-change: transform;
  transition: box-shadow .3s ease;
}
.cta-big:hover { box-shadow: 0 24px 90px rgba(0, 230, 118, .6); }
.finale-note { font-size: 13px; color: var(--cream); opacity: .5; letter-spacing: .04em; }

.burst-layer { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.burst-item { position: absolute; will-change: transform, opacity; filter: drop-shadow(0 10px 16px rgba(0,0,0,.4)); }

/* ================= CUSTOM CURSOR ================= */
.cursor {
  position: fixed;
  left: 0; top: 0;
  width: 18px; height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  background: var(--mint);
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 999;
  transform: translate(-100px, -100px);
  transition: width .25s ease, height .25s ease, margin .25s ease;
}
.cursor.is-active {
  width: 54px; height: 54px;
  margin: -27px 0 0 -27px;
}
@media (pointer: coarse) { .cursor { display: none; } }

/* ================= Responsive / Reduced Motion ================= */
@media (max-width: 760px) {
  .ing-panel { width: 86vw; }
  .ing-intro { width: 94vw; }
  .band { padding: 16px 0; }
  .cta-big { padding: 18px 34px; font-size: 16px; }
  .finale-inner { gap: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .band { transform: none; }
  .mani-line { opacity: 1; }
  .cursor { display: none; }
}
