﻿:root {
  --bg: #080604;
  --bg-soft: #120e0a;
  --panel: rgba(255, 250, 238, 0.07);
  --panel-strong: rgba(255, 250, 238, 0.12);
  --text: #fff7e8;
  --muted: #c9bba3;
  --gold: #d9aa57;
  --gold-strong: #f3c772;
  --line: rgba(243, 199, 114, 0.22);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  font-family: "Georgia", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 170, 87, 0.17), transparent 28rem),
    linear-gradient(180deg, #050403 0%, var(--bg) 46%, #0d0906 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
iframe {
  display: block;
}

a {
  color: inherit;
}

.site-shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.hero__image-wrap {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  filter: saturate(0.88) contrast(1.08);
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.04) 0%, rgba(8, 6, 4, 0.26) 42%, rgba(8, 6, 4, 0.88) 78%, var(--bg) 100%),
    linear-gradient(90deg, rgba(8, 6, 4, 0.7), transparent 36%, rgba(8, 6, 4, 0.26));
}

.hero__content {
  width: 100%;
  padding: clamp(1.1rem, 5vw, 2rem);
  padding-top: 34svh;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--gold-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(3.25rem, 18vw, 6.4rem);
  line-height: 0.84;
  text-transform: uppercase;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0.42rem;
  font-size: clamp(1.85rem, 9vw, 3rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.05;
}

.genre {
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: clamp(1.05rem, 5vw, 1.45rem);
  font-weight: 700;
  text-transform: uppercase;
}

.single {
  margin-bottom: 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 8vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.tagline,
.section__intro p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.tagline {
  max-width: 22rem;
  margin-bottom: 1.25rem;
}

.hero__actions,
.waitlist-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.button,
.store-button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:active,
.store-button:active {
  transform: scale(0.98);
}

.button--primary,
.button--small {
  background: linear-gradient(135deg, var(--gold-strong), #a8772f);
  color: #130d07;
  border-color: rgba(255, 236, 178, 0.4);
  box-shadow: 0 12px 34px rgba(217, 170, 87, 0.2);
}

.button--ghost,
.store-button {
  background: rgba(255, 250, 238, 0.055);
  color: var(--text);
  backdrop-filter: blur(14px);
}

.button--small {
  min-height: 2.8rem;
  width: 100%;
  font-size: 0.78rem;
}

.section {
  padding: 1.5rem 1rem;
}

.section + .section {
  border-top: 1px solid rgba(243, 199, 114, 0.12);
}

.section__intro {
  margin-bottom: 0.9rem;
}

.section__intro--tight {
  margin-bottom: 0.75rem;
}

.release {
  padding-top: 1.25rem;
}

.spotify-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 250, 238, 0.1), rgba(255, 250, 238, 0.035));
  box-shadow: var(--shadow);
}

.spotify-card iframe {
  border: 0;
}

.spotify-card iframe[hidden] {
  display: none;
}

.spotify-consent-placeholder {
  min-height: 352px;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(243, 199, 114, 0.12), transparent 13rem),
    linear-gradient(180deg, rgba(8, 6, 4, 0.78), rgba(8, 6, 4, 0.96));
}

.spotify-consent-placeholder[hidden] {
  display: none;
}

.spotify-consent-placeholder__inner {
  width: min(100%, 26rem);
}

.spotify-consent-placeholder p {
  margin: 0 0 1rem;
  color: rgba(255, 247, 232, 0.84);
  font-size: 0.98rem;
  line-height: 1.45;
}

.store-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.store-button {
  min-height: 4.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(163, 117, 55, 0.44);
  border-radius: 8px;
  padding: 0.74rem 0.74rem 0.74rem 0.48rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.095), rgba(80, 12, 28, 0.16)),
    rgba(10, 7, 5, 0.76);
  color: var(--text);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  backdrop-filter: blur(12px);
}

.store-button__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.82rem;
  font-size: 1rem;
  font-weight: 820;
  line-height: 1.15;
}

.store-button__brand span {
  overflow-wrap: anywhere;
}

.store-button__icon {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  object-fit: contain;
  border-radius: 7px;
}

.store-button__cta {
  flex: 0 0 auto;
  border: 1px solid rgba(243, 199, 114, 0.32);
  border-radius: 999px;
  padding: 0.48rem 0.68rem;
  background: rgba(217, 170, 87, 0.12);
  color: #f5d18a;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.carousel,
.gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(14.5rem, 78%);
  gap: 0.8rem;
  overflow-x: auto;
  padding: 0.1rem 1rem 0.9rem;
  margin-inline: -1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar,
.gallery::-webkit-scrollbar {
  display: none;
}

.product-card,
.gallery-card {
  scroll-snap-align: start;
  border: 1px solid rgba(243, 199, 114, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 250, 238, 0.12), rgba(255, 250, 238, 0.035)),
    var(--bg-soft);
  box-shadow: var(--shadow);
}

.product-card {
  min-height: 13.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.product-card span {
  width: fit-content;
  border: 1px solid rgba(217, 170, 87, 0.34);
  border-radius: 999px;
  padding: 0.34rem 0.58rem;
  color: var(--gold-strong);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-card {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: end start;
  overflow: hidden;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.08), rgba(8, 6, 4, 0.88)),
    radial-gradient(circle at 50% 22%, rgba(217, 170, 87, 0.18), transparent 46%),
    #15100c;
}

.gallery-card span {
  color: rgba(255, 247, 232, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
}

.flag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.flag-cloud span {
  border: 1px solid rgba(243, 199, 114, 0.18);
  border-radius: 999px;
  padding: 0.46rem 0.72rem;
  background: rgba(255, 250, 238, 0.055);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.waitlist {
  padding-bottom: 2rem;
}

.waitlist-form {
  grid-template-columns: 1fr;
}

input {
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid rgba(243, 199, 114, 0.24);
  border-radius: 999px;
  padding: 0 1.05rem;
  background: rgba(255, 250, 238, 0.08);
  color: var(--text);
  font: inherit;
  outline: none;
}

input:focus {
  border-color: var(--gold-strong);
  box-shadow: 0 0 0 3px rgba(217, 170, 87, 0.14);
}

input::placeholder {
  color: rgba(201, 187, 163, 0.74);
}

.form-message {
  min-height: 1.4rem;
  margin: 0.75rem 0 0;
  color: var(--gold-strong);
  font-size: 0.92rem;
}

.footer {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 1.35rem 1rem 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 0.75rem;
}

.footer a {
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer a.footer-devarea {
  color: rgba(201, 187, 163, 0.48);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.footer a.footer-devarea:hover {
  color: rgba(243, 199, 114, 0.72);
}

.footer-cookie-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-cookie-link:hover,
.footer-cookie-link:focus-visible {
  color: var(--gold-strong);
}

.footer p {
  margin: 0;
  color: rgba(201, 187, 163, 0.8);
  font-size: 0.86rem;
}

.cookie-banner,
.cookie-modal {
  position: fixed;
  z-index: 80;
  color: var(--text);
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none;
}

.cookie-banner {
  left: 50%;
  right: auto;
  bottom: 1rem;
  width: min(calc(100% - 1.5rem), 920px);
  transform: translateX(-50%);
  border: 1px solid rgba(243, 199, 114, 0.24);
  border-radius: 8px;
  padding: 0.86rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.1), rgba(80, 12, 28, 0.14)),
    rgba(8, 6, 4, 0.94);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(18px);
}

.cookie-banner__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.9rem;
}

.cookie-banner p,
.cookie-modal p {
  margin: 0;
  color: rgba(255, 247, 232, 0.78);
  font-size: 0.9rem;
  line-height: 1.42;
}

.cookie-banner__actions,
.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.cookie-button {
  min-height: 2.5rem;
  border: 1px solid rgba(243, 199, 114, 0.24);
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  background: rgba(255, 250, 238, 0.07);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-button--primary {
  border-color: rgba(243, 199, 114, 0.48);
  background: linear-gradient(180deg, #f0c46d, #a66d23);
  color: #160e08;
}

.cookie-button:hover,
.cookie-button:focus-visible {
  border-color: rgba(243, 199, 114, 0.68);
}

.cookie-modal {
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(4, 3, 2, 0.66);
  backdrop-filter: blur(8px);
}

.cookie-modal__panel {
  width: min(100%, 30rem);
  border: 1px solid rgba(243, 199, 114, 0.25);
  border-radius: 8px;
  padding: 1.05rem;
  background:
    linear-gradient(145deg, rgba(255, 250, 238, 0.1), rgba(255, 250, 238, 0.035)),
    #080604;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.62);
}

.cookie-modal h2 {
  margin: 0 0 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.cookie-preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(243, 199, 114, 0.14);
  padding: 0.88rem 0;
}

.cookie-preference strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.92rem;
}

.cookie-preference input[type="checkbox"] {
  width: 2.8rem;
  min-height: 1.5rem;
  height: 1.5rem;
  flex: 0 0 2.8rem;
  border-radius: 999px;
  padding: 0;
  accent-color: var(--gold-strong);
}

@media (max-width: 700px) {
  .cookie-banner__inner {
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions,
  .cookie-modal__actions {
    justify-content: stretch;
  }

  .cookie-button {
    flex: 1 1 auto;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 700px) {
  .site-shell,
  .footer {
    border-inline: 1px solid rgba(243, 199, 114, 0.12);
  }

  .hero {
    min-height: 820px;
  }

  .hero__content,
  .section,
  .footer {
    padding-inline: 2rem;
  }

  .hero__actions {
    max-width: 25rem;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .carousel,
  .gallery {
    grid-auto-columns: minmax(15rem, 32%);
    padding-inline: 2rem;
    margin-inline: -2rem;
  }

  .waitlist-form {
    max-width: 35rem;
    grid-template-columns: 1fr auto;
  }

  .waitlist-form .button {
    min-width: 10.5rem;
  }
}

@media (hover: hover) {
  .button:hover,
  .store-button:hover {
    border-color: rgba(243, 199, 114, 0.58);
    transform: translateY(-1px);
  }

  .store-button:hover {
    background:
      linear-gradient(135deg, rgba(255, 250, 238, 0.13), rgba(94, 14, 34, 0.22)),
      rgba(12, 8, 5, 0.82);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  }
}
/* NINA RELEASE CTA AUTO STYLE */
.release-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.82rem;
  width: min(100%, 20.5rem);
  min-height: 4.65rem;
  max-width: 100%;
  margin: 0.75rem auto 0;
  padding: 0.74rem 0.9rem 0.74rem 0.48rem;
  border: 1px solid rgba(163, 117, 55, 0.44);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.095), rgba(80, 12, 28, 0.16)),
    rgba(10, 7, 5, 0.76);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  line-height: 1.05;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.release-link::before {
  content: none;
}

.release-link__icon {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  object-fit: contain;
  border-radius: 7px;
}

.release-link:hover,
.release-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(243, 199, 114, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.13), rgba(94, 14, 34, 0.22)),
    rgba(12, 8, 5, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

[data-hero-release-title] {
  transition: opacity 0.2s ease;
}
/* END NINA RELEASE CTA AUTO STYLE */

.hidden-field {
  display: none !important;
}

/* NINA COMPACT HERO FINAL */
.hero {
  min-height: 0;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.hero__image {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero__shade {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.32) 38%, rgba(0,0,0,0.88) 100%),
    linear-gradient(to right, rgba(0,0,0,0.74), rgba(0,0,0,0.16));
}

.hero__content {
  padding-top: clamp(210px, 31vh, 310px);
  padding-bottom: 34px;
}

.hero h1 {
  font-size: clamp(3.1rem, 11vw, 5.8rem);
  line-height: 0.88;
}

.hero .genre {
  margin-top: 12px;
}

.hero .single {
  font-size: clamp(2rem, 6.8vw, 3.2rem);
  margin-top: 14px;
}

.hero__actions {
  margin-top: 20px;
  padding-bottom: 4px;
}

.release-link::before {
  content: none !important;
}

.release-link {
  gap: 0.82rem;
}

@media (max-width: 700px) {
  .store-button {
    min-height: 5.35rem;
    padding-left: 0.38rem;
    gap: 0.72rem;
  }

  .store-button__brand {
    gap: 0.72rem;
    font-size: 0.98rem;
  }

  .store-button__icon {
    width: 4.25rem;
    height: 4.25rem;
    flex-basis: 4.25rem;
  }

  .release-link {
    width: 100%;
    min-height: 5.35rem;
    gap: 0.72rem;
    padding: 0.74rem 0.9rem 0.74rem 0.38rem;
    font-size: 0.82rem;
  }

  .release-link__icon {
    width: 4.25rem;
    height: 4.25rem;
    flex-basis: 4.25rem;
  }

  .hero {
    min-height: 0;
  }

  .hero__image {
    object-position: center 46%;
  }

  .hero__content {
    padding-top: clamp(185px, 27vh, 245px);
    padding-bottom: 26px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13.5vw, 4.2rem);
    line-height: 0.9;
  }

  .hero .genre {
    font-size: 1.25rem;
  }

  .hero .single {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
    margin-top: 12px;
  }

  .hero .tagline {
    font-size: 0.98rem;
    line-height: 1.35;
    max-width: 94%;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
    padding-bottom: 8px;
  }

  .hero__actions .button {
    min-height: 50px;
    padding: 12px 10px;
    font-size: 0.86rem;
    white-space: nowrap;
  }
}
/* END NINA COMPACT HERO FINAL */
/* NINA WORLD INFO CARDS FINAL */
.gallery--info .gallery-card--info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 26px;
}

.gallery--info .gallery-card--info span {
  position: static !important;
  transform: none !important;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1;
  opacity: 0.72;
}

.gallery-card--info h3 {
  margin: 0 0 12px;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-card--info p {
  margin: 0;
  max-width: 24ch;
  font-size: 0.98rem;
  line-height: 1.55;
}

.gallery-card--info small {
  display: block;
  margin-top: 14px;
  max-width: 28ch;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.72;
}

@media (max-width: 720px) {
  .gallery--info .gallery-card--info {
    min-height: 260px;
  }
}
/* NINA WORLD VISUAL CARDS FINAL v18 */
.gallery--visual {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
}

.world-card {
  position: relative;
  min-height: 280px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(218, 173, 92, 0.30);
  background: #120d09;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
}

.world-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: var(--pos, center);
  transform: scale(1.04);
  filter: saturate(0.90) contrast(1.08) brightness(0.72);
  z-index: -2;
}

.world-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.78) 42%, rgba(0,0,0,0.26) 78%, rgba(0,0,0,0.08) 100%),
    radial-gradient(circle at 18% 0%, rgba(214,165,76,0.24), transparent 42%);
  z-index: -1;
}

.world-card__num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
  color: rgba(255, 239, 210, 0.42);
  letter-spacing: -0.04em;
}

.world-card__content {
  padding: 20px;
  max-width: 92%;
}

.world-card h3 {
  margin: 0 0 9px;
  font-size: 0.86rem;
  line-height: 1.05;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.world-card p {
  margin: 0;
  max-width: 22ch;
  font-size: 0.80rem;
  line-height: 1.38;
  color: rgba(255, 248, 235, 0.90);
}

@media (max-width: 1100px) {
  .gallery--visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gallery--visual {
    grid-template-columns: 1fr;
  }

  .world-card {
    min-height: 235px;
  }

  .world-card__content {
    padding: 18px;
  }

  .world-card p {
    font-size: 0.78rem;
    max-width: 25ch;
  }
}
/* NINA WORLD FINAL OVERRIDE v19 */
.world .gallery.gallery--visual {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  overflow: visible !important;
}

.world-card {
  position: relative;
  min-height: 285px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(218, 173, 92, 0.32);
  background: #120d09;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.world-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: var(--pos, center);
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.08) brightness(0.72);
  z-index: -2;
}

.world-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.80) 42%, rgba(0,0,0,0.28) 76%, rgba(0,0,0,0.08) 100%),
    radial-gradient(circle at 20% 0%, rgba(214,165,76,0.24), transparent 42%);
  z-index: -1;
}

.world-card__num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  color: rgba(255,239,210,0.42);
  letter-spacing: -0.04em;
}

.world-card__content {
  padding: 18px;
  max-width: 92%;
}

.world-card h3 {
  margin: 0 0 8px;
  font-size: 0.82rem;
  line-height: 1.05;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.world-card p {
  margin: 0;
  max-width: 22ch;
  font-size: 0.76rem;
  line-height: 1.35;
  color: rgba(255,248,235,0.90);
}

@media (max-width: 1100px) {
  .world .gallery.gallery--visual {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .world .gallery.gallery--visual {
    grid-template-columns: 1fr !important;
  }

  .world-card {
    min-height: 235px;
  }
}
/* NINA WORLD MOBILE SLIDER FIX v21 */
@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .world {
    overflow: hidden;
  }

  .world .gallery.gallery--visual {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 18px 16px 18px;
    margin-left: -18px;
    margin-right: -18px;
  }

  .world .gallery.gallery--visual::-webkit-scrollbar {
    display: none;
  }

  .world-card {
    flex: 0 0 78vw !important;
    min-width: 78vw !important;
    max-width: 78vw !important;
    min-height: 245px !important;
    scroll-snap-align: start;
  }

  .world-card__content {
    padding: 18px !important;
  }

  .world-card h3 {
    font-size: 0.82rem !important;
  }

  .world-card p {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }
}
/* NINA WORLD MOBILE MASKED CAROUSEL v22 */
@media (max-width: 640px) {
  .world {
    overflow: hidden !important;
  }

  .world .gallery.gallery--visual {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 !important;
    padding: 0 0 16px 0 !important;
  }

  .world .gallery.gallery--visual::-webkit-scrollbar {
    display: none;
  }

  .world-card {
    flex: 0 0 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;
    min-height: 245px !important;
    scroll-snap-align: start;
  }

  .world-card:first-child {
    margin-left: 0 !important;
  }

  .world-card:last-child {
    margin-right: 0 !important;
  }

  .world-card__content {
    padding: 18px !important;
  }

  .world-card h3 {
    font-size: 0.82rem !important;
  }

  .world-card p {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
    max-width: 24ch !important;
  }
}
/* NINA HERO MOBILE + RELEASE CLEANUP + PREMIUM FOOTER v23 */

/* Hero: no eyebrow above Nina name */
.hero .eyebrow {
  display: none !important;
}

/* Latest Release: avoid repeating the song title twice */
.release h2[data-latest-title] {
  display: none !important;
}

.release .section__intro {
  margin-bottom: 1rem;
}

.release .section__intro p[data-latest-subtitle] {
  margin-bottom: 0;
  color: rgba(239, 229, 208, 0.78);
}

/* Mobile hero crop: tighter, less long, more premium */
@media (max-width: 700px) {
  .hero__image {
    object-position: center 60% !important;
  }

  .hero__content {
    padding-top: clamp(128px, 20vh, 176px) !important;
    padding-bottom: 24px !important;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12.4vw, 3.95rem) !important;
    line-height: 0.9 !important;
  }

  .hero .genre {
    margin-top: 10px !important;
    font-size: 1.16rem !important;
  }

  .hero .single {
    margin-top: 12px !important;
    font-size: clamp(1.62rem, 7.5vw, 2.32rem) !important;
  }

  .hero .tagline {
    max-width: 92% !important;
  }

  .hero__actions {
    margin-top: 17px !important;
  }
}

/* Premium footer: light cinematic particles without JS */
.footer {
  position: relative;
  overflow: hidden;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 2.2rem 1.2rem 2.45rem;
  border-top: 1px solid rgba(243, 199, 114, 0.22);
  background:
    radial-gradient(circle at 18% 12%, rgba(243, 199, 114, 0.12), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(255, 238, 190, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(13, 9, 6, 0.96), rgba(5, 4, 3, 1));
  color: rgba(239, 229, 208, 0.72);
  isolation: isolate;
}

.footer::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    radial-gradient(circle, rgba(243, 199, 114, 0.34) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 1px, transparent 1.6px);
  background-size: 54px 54px, 91px 91px;
  animation: ninaFooterDust 28s linear infinite;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(243, 199, 114, 0.16), transparent 24%, transparent 76%, rgba(243, 199, 114, 0.10)),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
  opacity: 0.82;
}

.footer nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1rem;
}

.footer a {
  color: rgba(255, 242, 210, 0.86);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.footer p {
  position: relative;
  margin: 0;
  color: rgba(201, 187, 163, 0.86);
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}

@media (hover: hover) {
  .footer a:hover {
    color: #f3c772;
    opacity: 1;
    transform: translateY(-1px);
  }
}

@keyframes ninaFooterDust {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(42px, -36px, 0) rotate(3deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer::before {
    animation: none;
  }
}

/* END NINA HERO MOBILE + RELEASE CLEANUP + PREMIUM FOOTER v23 */


/* NINA PREMIUM HERO + FIRST DROP MASK + COMPACT FOOTER v24 */

/* Premium dust / light texture over hero image */
.hero::before {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    radial-gradient(circle, rgba(243,199,114,0.28) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(255,255,255,0.13) 0 1px, transparent 1.5px);
  background-size: 58px 58px, 103px 103px;
  mix-blend-mode: screen;
  animation: ninaHeroDust 34s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 26% 34%, rgba(243,199,114,0.13), transparent 22%),
    radial-gradient(circle at 70% 12%, rgba(255,240,205,0.07), transparent 24%),
    linear-gradient(115deg, transparent 0%, rgba(255,231,178,0.055) 42%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0.78;
}

@keyframes ninaHeroDust {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(38px, -42px, 0) rotate(2deg);
  }
}

/* First Drop: mobile masked carousel like Nina World */
@media (max-width: 640px) {
  .shop {
    overflow: hidden !important;
  }

  .shop .carousel {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    grid-auto-flow: initial !important;
    grid-auto-columns: initial !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 !important;
    padding: 0 0 16px 0 !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 34px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 34px), transparent 100%);
  }

  .shop .carousel::-webkit-scrollbar {
    display: none;
  }

  .shop .product-card {
    flex: 0 0 84% !important;
    min-width: 0 !important;
    scroll-snap-align: start;
    border-radius: 14px;
    border-color: rgba(243, 199, 114, 0.28);
    background:
      radial-gradient(circle at 20% 0%, rgba(243,199,114,0.14), transparent 34%),
      linear-gradient(145deg, rgba(255,250,238,0.11), rgba(255,250,238,0.035)),
      #15100c;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.025),
      0 18px 44px rgba(0,0,0,0.36);
  }
}

/* Compact premium footer */
.footer {
  padding-top: 1.25rem !important;
  padding-bottom: 1.45rem !important;
}

.footer nav {
  margin-bottom: 0.65rem !important;
  gap: 0.5rem 0.85rem !important;
}

.footer a {
  font-size: 0.72rem !important;
  letter-spacing: 0.12em !important;
}

.footer p {
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
}

.footer::before {
  opacity: 0.24 !important;
}

/* Better mobile rhythm between First Drop and Nina World */
@media (max-width: 640px) {
  .shop {
    padding-bottom: 1.15rem !important;
  }

  .world {
    padding-top: 1.35rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before {
    animation: none !important;
  }
}

/* END NINA PREMIUM HERO + FIRST DROP MASK + COMPACT FOOTER v24 */


/* NINA WORLD SOFT MASK + STRONGER PREMIUM FOOTER v25 */

/* Nina World: same soft lateral fade language as First Drop */
@media (max-width: 640px) {
  .world .gallery.gallery--visual {
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(0,0,0,0.25) 8px,
      #000 26px,
      #000 calc(100% - 58px),
      rgba(0,0,0,0.28) calc(100% - 24px),
      transparent 100%
    ) !important;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(0,0,0,0.25) 8px,
      #000 26px,
      #000 calc(100% - 58px),
      rgba(0,0,0,0.28) calc(100% - 24px),
      transparent 100%
    ) !important;
  }

  .world-card {
    border-radius: 14px !important;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.025),
      0 18px 44px rgba(0,0,0,0.36) !important;
  }
}

/* Footer: stronger premium particles, still lightweight */
.footer {
  min-height: 132px;
  background:
    radial-gradient(circle at 15% 18%, rgba(243,199,114,0.18), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(255,238,190,0.11), transparent 28%),
    linear-gradient(180deg, rgba(14,9,5,0.98), rgba(3,3,3,1)) !important;
}

.footer::before {
  opacity: 0.46 !important;
  background-image:
    radial-gradient(circle, rgba(243,199,114,0.58) 0 1px, transparent 1.9px),
    radial-gradient(circle, rgba(255,255,255,0.24) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(184,128,47,0.34) 0 1.2px, transparent 2px) !important;
  background-size: 44px 44px, 76px 76px, 119px 119px !important;
  animation: ninaFooterDustPremium 22s linear infinite !important;
}

.footer::after {
  background:
    radial-gradient(circle at 50% 0%, rgba(243,199,114,0.13), transparent 42%),
    linear-gradient(90deg, rgba(243,199,114,0.16), transparent 24%, transparent 76%, rgba(243,199,114,0.14)),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.42) 100%) !important;
  opacity: 1 !important;
}

@keyframes ninaFooterDustPremium {
  0% {
    transform: translate3d(-18px, 14px, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(18px, -16px, 0) rotate(1.5deg) scale(1.025);
  }

  100% {
    transform: translate3d(44px, -38px, 0) rotate(3deg) scale(1);
  }
}

/* Hero dust slightly more visible on mobile, without dirtying the face */
@media (max-width: 700px) {
  .hero::before {
    opacity: 0.42 !important;
    background-size: 46px 46px, 88px 88px !important;
  }

  .hero::after {
    opacity: 0.92 !important;
  }
}

/* First Drop and Nina World visual consistency */
@media (max-width: 640px) {
  .shop .carousel {
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(0,0,0,0.22) 8px,
      #000 26px,
      #000 calc(100% - 58px),
      rgba(0,0,0,0.28) calc(100% - 24px),
      transparent 100%
    ) !important;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(0,0,0,0.22) 8px,
      #000 26px,
      #000 calc(100% - 58px),
      rgba(0,0,0,0.28) calc(100% - 24px),
      transparent 100%
    ) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer::before {
    animation: none !important;
  }
}

/* END NINA WORLD SOFT MASK + STRONGER PREMIUM FOOTER v25 */


/* NINA LIGHT MASK + VISIBLE PREMIUM PARTICLES v26 */

/* Light, elegant fade on BOTH mobile carousels */
@media (max-width: 640px) {
  .shop .carousel,
  .world .gallery.gallery--visual {
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 8px,
      #000 calc(100% - 14px),
      transparent 100%
    ) !important;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 8px,
      #000 calc(100% - 14px),
      transparent 100%
    ) !important;
  }
}

/* HERO visible premium dust layer */
.hero__image-wrap {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero__image-wrap::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 4;
  pointer-events: none;
  opacity: 0.46;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle, rgba(245, 199, 107, 0.55) 0 1.1px, transparent 2.2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(184, 128, 47, 0.34) 0 1.2px, transparent 2.4px);
  background-size: 52px 52px, 89px 89px, 137px 137px;
  animation: ninaVisibleDust26 26s linear infinite;
}

.hero__shade {
  z-index: 3;
}

/* FOOTER visible premium particles */
.footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.58 !important;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle, rgba(245, 199, 107, 0.62) 0 1.2px, transparent 2.2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(184, 128, 47, 0.42) 0 1.2px, transparent 2.4px) !important;
  background-size: 42px 42px, 71px 71px, 118px 118px !important;
  animation: ninaVisibleDust26 24s linear infinite !important;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.92 !important;
  background:
    radial-gradient(circle at 22% 20%, rgba(245, 199, 107, 0.18), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(255, 238, 190, 0.11), transparent 30%),
    linear-gradient(180deg, transparent, rgba(0,0,0,0.28)) !important;
}

.footer nav,
.footer p {
  position: relative;
  z-index: 2 !important;
}

@keyframes ninaVisibleDust26 {
  0% {
    transform: translate3d(-16px, 12px, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(18px, -18px, 0) rotate(1.6deg);
  }

  100% {
    transform: translate3d(42px, -34px, 0) rotate(3deg);
  }
}

@media (max-width: 700px) {
  .hero__image-wrap::after {
    opacity: 0.54;
    background-size: 44px 44px, 78px 78px, 121px 121px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__image-wrap::after,
  .footer::before {
    animation: none !important;
  }
}

/* END NINA LIGHT MASK + VISIBLE PREMIUM PARTICLES v26 */


/* NINA CINEMATIC NOIR LENS v27 */

/* Kill dotted particle language */
.hero::before,
.hero::after {
  background: none !important;
  opacity: 0 !important;
  animation: none !important;
}

.hero__image-wrap::after {
  background-image: none !important;
  opacity: 0 !important;
  animation: none !important;
}

.footer::before,
.footer::after {
  background-image: none !important;
  animation: none !important;
}

/* Hero: cinematic lens / premium noir bloom */
.hero__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 56% 18%, rgba(255, 228, 173, 0.10), transparent 18%),
    radial-gradient(circle at 20% 78%, rgba(214, 154, 70, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.015), transparent 20%, rgba(0,0,0,0.10) 66%, rgba(0,0,0,0.22) 100%);
  mix-blend-mode: screen;
  opacity: 0.88;
}

.hero__image-wrap::after {
  content: "";
  position: absolute;
  inset: -8% -12%;
  z-index: 4;
  pointer-events: none;
  opacity: 0.95 !important;
  background:
    linear-gradient(
      118deg,
      transparent 0%,
      rgba(255, 222, 160, 0.00) 22%,
      rgba(255, 222, 160, 0.045) 36%,
      rgba(255, 222, 160, 0.085) 49%,
      rgba(255, 222, 160, 0.040) 58%,
      transparent 72%
    ),
    radial-gradient(circle at 58% 16%, rgba(255, 226, 170, 0.12), transparent 22%),
    radial-gradient(circle at 84% 20%, rgba(255, 243, 215, 0.05), transparent 18%);
  mix-blend-mode: screen;
  filter: blur(1px);
  animation: ninaLensSweep27 13s ease-in-out infinite alternate;
}

@keyframes ninaLensSweep27 {
  0% {
    transform: translate3d(-10px, 0, 0) rotate(-0.2deg);
    opacity: 0.78;
  }

  50% {
    transform: translate3d(6px, -4px, 0) rotate(0.2deg);
    opacity: 0.95;
  }

  100% {
    transform: translate3d(16px, -7px, 0) rotate(0.45deg);
    opacity: 0.82;
  }
}

/* Footer: same premium noir glow, no dotted particles */
.footer {
  background:
    radial-gradient(circle at 18% 20%, rgba(243,199,114,0.10), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(255,238,190,0.06), transparent 28%),
    linear-gradient(180deg, rgba(12, 8, 5, 0.98), rgba(3, 3, 3, 1)) !important;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.92 !important;
  background:
    linear-gradient(
      110deg,
      transparent 0%,
      rgba(243,199,114,0.00) 26%,
      rgba(243,199,114,0.05) 44%,
      rgba(243,199,114,0.09) 51%,
      rgba(243,199,114,0.04) 58%,
      transparent 74%
    ),
    radial-gradient(circle at 25% 0%, rgba(255, 226, 170, 0.08), transparent 30%);
  mix-blend-mode: screen;
  filter: blur(1px);
  animation: ninaFooterLens27 16s ease-in-out infinite alternate;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.75 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), transparent 24%, rgba(0,0,0,0.22) 100%);
}

.footer nav,
.footer p {
  position: relative;
  z-index: 2 !important;
}

@keyframes ninaFooterLens27 {
  0% {
    transform: translate3d(-8px, 0, 0);
    opacity: 0.66;
  }

  50% {
    transform: translate3d(10px, -3px, 0);
    opacity: 0.92;
  }

  100% {
    transform: translate3d(18px, -5px, 0);
    opacity: 0.72;
  }
}

@media (max-width: 700px) {
  .hero__image-wrap::before {
    opacity: 0.95;
  }

  .hero__image-wrap::after {
    inset: -6% -10%;
    opacity: 0.90 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__image-wrap::after,
  .footer::before {
    animation: none !important;
  }
}

/* END NINA CINEMATIC NOIR LENS v27 */


/* NINA VISIBLE NOIR LENS OVERLAY v28 */

/* Kill all previous dot/particle layers on hero */
.hero::before,
.hero::after,
.hero__image-wrap::before,
.hero__image-wrap::after {
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  animation: none !important;
}

/* Make the existing shade become the premium lens layer */
.hero__shade {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Main cinematic lens sweep: visible, no dots */
.hero__shade::before {
  content: "";
  position: absolute;
  inset: -18% -28%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.82;
  background:
    linear-gradient(
      118deg,
      transparent 0%,
      transparent 28%,
      rgba(255, 223, 164, 0.00) 34%,
      rgba(255, 223, 164, 0.16) 45%,
      rgba(255, 223, 164, 0.075) 53%,
      transparent 66%,
      transparent 100%
    );
  mix-blend-mode: screen;
  filter: blur(2px);
  transform: translate3d(-10px, 0, 0);
  animation: ninaNoirLensSweep28 11s ease-in-out infinite alternate;
}

/* Soft bloom around face/eyes, very noir */
.hero__shade::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.95;
  background:
    radial-gradient(circle at 57% 22%, rgba(255, 232, 186, 0.16), transparent 19%),
    radial-gradient(circle at 20% 75%, rgba(190, 125, 42, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 34%, rgba(0,0,0,0.18) 100%);
  mix-blend-mode: screen;
}

@keyframes ninaNoirLensSweep28 {
  0% {
    transform: translate3d(-26px, 6px, 0) rotate(-1deg);
    opacity: 0.62;
  }

  50% {
    transform: translate3d(8px, -4px, 0) rotate(0.4deg);
    opacity: 0.92;
  }

  100% {
    transform: translate3d(34px, -10px, 0) rotate(1deg);
    opacity: 0.72;
  }
}

/* Footer: no particles, only premium noir glow */
.footer::before,
.footer::after {
  background-image: none !important;
  animation: none !important;
}

.footer::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.85 !important;
  background:
    linear-gradient(
      112deg,
      transparent 0%,
      transparent 32%,
      rgba(243,199,114,0.12) 47%,
      rgba(243,199,114,0.055) 58%,
      transparent 74%
    ) !important;
  mix-blend-mode: screen;
  filter: blur(2px);
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.82 !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(243,199,114,0.13), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(255,238,190,0.08), transparent 32%),
    linear-gradient(180deg, transparent, rgba(0,0,0,0.32)) !important;
}

.footer nav,
.footer p {
  position: relative;
  z-index: 2 !important;
}

@media (max-width: 700px) {
  .hero__shade::before {
    opacity: 0.92;
    filter: blur(1.5px);
  }

  .hero__shade::after {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__shade::before {
    animation: none !important;
  }
}

/* END NINA VISIBLE NOIR LENS OVERLAY v28 */


/* NINA PRO CINEMATIC LENS LOOP v29 */

/* Reset previous hero lens overlays */
.hero::before,
.hero::after,
.hero__image-wrap::before,
.hero__image-wrap::after {
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  animation: none !important;
}

/* Hero shade becomes the animated premium lens system */
.hero__shade {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Main moving lens beam */
.hero__shade::before {
  content: "";
  position: absolute;
  inset: -24% -42%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.96;
  background:
    linear-gradient(
      118deg,
      transparent 0%,
      transparent 24%,
      rgba(255, 214, 145, 0.00) 30%,
      rgba(255, 214, 145, 0.10) 37%,
      rgba(255, 214, 145, 0.24) 46%,
      rgba(255, 214, 145, 0.12) 54%,
      rgba(255, 214, 145, 0.04) 60%,
      transparent 70%,
      transparent 100%
    ),
    linear-gradient(
      118deg,
      transparent 0%,
      transparent 48%,
      rgba(255, 241, 210, 0.00) 54%,
      rgba(255, 241, 210, 0.09) 61%,
      rgba(255, 241, 210, 0.04) 66%,
      transparent 74%,
      transparent 100%
    );
  mix-blend-mode: screen;
  filter: blur(2.2px);
  transform: translate3d(-18%, 0, 0) rotate(-1.2deg) scale(1.08);
  animation: ninaLensBeamLoop29 18s linear infinite;
}

/* Soft animated face glow + ambient bloom */
.hero__shade::after {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  z-index: 3;
  opacity: 0.92;
  background:
    radial-gradient(circle at 58% 25%, rgba(255, 226, 175, 0.18), transparent 18%),
    radial-gradient(circle at 57% 34%, rgba(255, 214, 145, 0.10), transparent 24%),
    radial-gradient(circle at 24% 78%, rgba(188, 124, 47, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 32%, rgba(0,0,0,0.16) 100%);
  mix-blend-mode: screen;
  animation: ninaFaceGlowLoop29 9.5s ease-in-out infinite;
}

/* Seamless loop: end state visually reconnects to start */
@keyframes ninaLensBeamLoop29 {
  0% {
    transform: translate3d(-18%, 0, 0) rotate(-1.2deg) scale(1.08);
    opacity: 0.82;
  }

  25% {
    transform: translate3d(-4%, -1%, 0) rotate(-0.4deg) scale(1.06);
    opacity: 0.98;
  }

  50% {
    transform: translate3d(10%, -2%, 0) rotate(0.4deg) scale(1.04);
    opacity: 0.90;
  }

  75% {
    transform: translate3d(22%, -3%, 0) rotate(0.9deg) scale(1.06);
    opacity: 0.98;
  }

  100% {
    transform: translate3d(34%, -4%, 0) rotate(1.2deg) scale(1.08);
    opacity: 0.82;
  }
}

@keyframes ninaFaceGlowLoop29 {
  0% {
    opacity: 0.78;
    transform: scale(1) translate3d(0, 0, 0);
  }

  25% {
    opacity: 0.94;
    transform: scale(1.018) translate3d(0.6%, -0.4%, 0);
  }

  50% {
    opacity: 0.86;
    transform: scale(1.01) translate3d(1.2%, -0.8%, 0);
  }

  75% {
    opacity: 0.96;
    transform: scale(1.022) translate3d(0.3%, -0.5%, 0);
  }

  100% {
    opacity: 0.78;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/* Slightly stronger on mobile */
@media (max-width: 700px) {
  .hero__shade::before {
    opacity: 1;
    filter: blur(1.6px);
    inset: -22% -46%;
    animation-duration: 16s;
  }

  .hero__shade::after {
    opacity: 1;
    animation-duration: 8.8s;
    background:
      radial-gradient(circle at 58% 24%, rgba(255, 226, 175, 0.22), transparent 17%),
      radial-gradient(circle at 57% 34%, rgba(255, 214, 145, 0.13), transparent 23%),
      radial-gradient(circle at 24% 78%, rgba(188, 124, 47, 0.12), transparent 28%),
      linear-gradient(180deg, rgba(255,255,255,0.02), transparent 30%, rgba(0,0,0,0.16) 100%);
  }
}

/* Footer keeps premium glow without particles */
.footer::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.84 !important;
  background:
    linear-gradient(
      112deg,
      transparent 0%,
      transparent 34%,
      rgba(243,199,114,0.04) 42%,
      rgba(243,199,114,0.13) 50%,
      rgba(243,199,114,0.05) 58%,
      transparent 70%
    ) !important;
  mix-blend-mode: screen;
  filter: blur(2px);
  animation: ninaFooterGlowLoop29 14s linear infinite;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 0.78 !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(243,199,114,0.13), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(255,238,190,0.08), transparent 30%),
    linear-gradient(180deg, transparent, rgba(0,0,0,0.32)) !important;
}

@keyframes ninaFooterGlowLoop29 {
  0% {
    transform: translate3d(-16%, 0, 0) rotate(-0.6deg);
    opacity: 0.68;
  }

  50% {
    transform: translate3d(8%, -2%, 0) rotate(0.2deg);
    opacity: 0.92;
  }

  100% {
    transform: translate3d(26%, -4%, 0) rotate(0.6deg);
    opacity: 0.68;
  }
}

.footer nav,
.footer p {
  position: relative;
  z-index: 2 !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero__shade::before,
  .hero__shade::after,
  .footer::before {
    animation: none !important;
  }
}

/* END NINA PRO CINEMATIC LENS LOOP v29 */


/* NINA SEAMLESS PRO LENS LOOP v30 */

/* Override v29 animations with seamless closed-loop motion */
.hero__shade::before {
  animation: ninaLensBeamSeamless30 24s ease-in-out infinite !important;
}

.hero__shade::after {
  animation: ninaFaceGlowSeamless30 12s ease-in-out infinite !important;
}

/* Beam: 0% and 100% are identical, so no visible restart */
@keyframes ninaLensBeamSeamless30 {
  0% {
    transform: translate3d(-6%, -1%, 0) rotate(-0.35deg) scale(1.08);
    opacity: 0.76;
  }

  20% {
    transform: translate3d(4%, -2.2%, 0) rotate(0.15deg) scale(1.07);
    opacity: 0.96;
  }

  42% {
    transform: translate3d(13%, -3.2%, 0) rotate(0.55deg) scale(1.05);
    opacity: 0.86;
  }

  62% {
    transform: translate3d(5%, -1.4%, 0) rotate(0.05deg) scale(1.075);
    opacity: 1;
  }

  82% {
    transform: translate3d(-10%, 0.8%, 0) rotate(-0.55deg) scale(1.06);
    opacity: 0.84;
  }

  100% {
    transform: translate3d(-6%, -1%, 0) rotate(-0.35deg) scale(1.08);
    opacity: 0.76;
  }
}

/* Face glow: soft breathing loop, no jump */
@keyframes ninaFaceGlowSeamless30 {
  0% {
    opacity: 0.82;
    transform: scale(1) translate3d(0, 0, 0);
  }

  25% {
    opacity: 0.98;
    transform: scale(1.018) translate3d(0.55%, -0.35%, 0);
  }

  50% {
    opacity: 0.90;
    transform: scale(1.01) translate3d(1%, -0.65%, 0);
  }

  75% {
    opacity: 1;
    transform: scale(1.02) translate3d(0.28%, -0.42%, 0);
  }

  100% {
    opacity: 0.82;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/* Footer glow also seamless */
.footer::before {
  animation: ninaFooterGlowSeamless30 22s ease-in-out infinite !important;
}

@keyframes ninaFooterGlowSeamless30 {
  0% {
    transform: translate3d(-5%, 0, 0) rotate(-0.2deg);
    opacity: 0.72;
  }

  35% {
    transform: translate3d(7%, -1.5%, 0) rotate(0.18deg);
    opacity: 0.94;
  }

  70% {
    transform: translate3d(14%, -2.2%, 0) rotate(0.38deg);
    opacity: 0.82;
  }

  100% {
    transform: translate3d(-5%, 0, 0) rotate(-0.2deg);
    opacity: 0.72;
  }
}

@media (max-width: 700px) {
  .hero__shade::before {
    animation-duration: 22s !important;
  }

  .hero__shade::after {
    animation-duration: 11s !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__shade::before,
  .hero__shade::after,
  .footer::before {
    animation: none !important;
  }
}

/* END NINA SEAMLESS PRO LENS LOOP v30 */

/* NINA CLEAN MULTILINGUAL UI v32 */
.hero {
  position: relative;
}

.language-switcher--hero {
  position: absolute;
  right: 1.05rem;
  bottom: 1.95rem;
  z-index: 26;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.language-switcher--hero .language-select {
  width: 68px;
  min-width: 68px;
  height: 30px;
  border: 1px solid rgba(243, 199, 114, 0.30);
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23f3c772' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 0.62rem center / 12px 12px no-repeat,
    linear-gradient(180deg, rgba(255, 245, 220, 0.08), rgba(0, 0, 0, 0.20)),
    rgba(8, 6, 4, 0.36);
  color: rgba(255, 242, 210, 0.94);
  padding: 0 1.62rem 0 0.78rem;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 22px rgba(0, 0, 0, 0.18);
}

.language-switcher--hero .language-select:focus {
  border-color: rgba(243, 199, 114, 0.62);
  box-shadow:
    0 0 0 3px rgba(243, 199, 114, 0.10),
    0 10px 28px rgba(0, 0, 0, 0.26);
}

.language-switcher--hero .language-select option {
  background: #080604;
  color: #fff2d2;
}

.product-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding-top: 1.35rem !important;
  padding-bottom: 1.05rem !important;
}

.product-card span {
  margin-bottom: 1.05rem !important;
}

.product-card h3 {
  min-height: 3.75em !important;
  margin-top: 0.25rem !important;
  margin-bottom: 1rem !important;
  line-height: 0.98 !important;
  font-size: clamp(1rem, 1.25vw, 1.32rem) !important;
  display: flex !important;
  align-items: flex-start !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.product-card .button,
.product-card .button--small {
  margin-top: auto !important;
  align-self: stretch !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.world-card__content h3 {
  min-height: 2.1em !important;
  line-height: 0.95 !important;
  display: flex !important;
  align-items: flex-end !important;
}

.world-card__content p {
  min-height: 4.05em !important;
  line-height: 1.22 !important;
}

html[lang="ru"] .product-card h3,
html[lang="el"] .product-card h3,
html[lang="bg"] .product-card h3,
html[lang="he"] .product-card h3 {
  font-size: clamp(0.92rem, 1.08vw, 1.14rem) !important;
  line-height: 1.04 !important;
}

html[lang="he"] .product-card h3,
html[lang="he"] .product-card span,
html[lang="he"] .product-card .button {
  direction: rtl !important;
}

@media (max-width: 700px) {
  .language-switcher--hero {
    right: 0.78rem;
    bottom: 0.82rem;
  }

  .language-switcher--hero .language-select {
    width: 68px;
    min-width: 68px;
    height: 30px;
    font-size: 0.66rem;
  }

  .product-card {
    padding-top: 1.25rem !important;
  }

  .product-card span {
    margin-bottom: 0.9rem !important;
  }

  .product-card h3 {
    min-height: 3.3em !important;
    font-size: 1.08rem !important;
  }

  .world-card__content h3 {
    min-height: 1.8em !important;
  }

  .world-card__content p {
    min-height: auto !important;
  }
}
/* END NINA CLEAN MULTILINGUAL UI v32 */

/* NINA MOBILE LANGUAGE FINAL POSITION v33 */
@media (max-width: 700px) {
  .language-switcher--hero {
    top: 0.72rem !important;
    right: 0.72rem !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 60 !important;
  }

  .language-switcher--hero .language-select {
    width: 68px !important;
    min-width: 68px !important;
    height: 30px !important;
    padding: 0 1.54rem 0 0.74rem !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.04em !important;
    border-color: rgba(243, 199, 114, 0.30) !important;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23f3c772' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 0.58rem center / 12px 12px no-repeat,
      linear-gradient(180deg, rgba(255, 245, 220, 0.08), rgba(0, 0, 0, 0.20)),
      rgba(8, 6, 4, 0.32) !important;
  }
}

@media (max-width: 430px) {
  .language-switcher--hero {
    top: 0.62rem !important;
    right: 0.62rem !important;
  }

  .language-switcher--hero .language-select {
    width: 66px !important;
    min-width: 66px !important;
    height: 29px !important;
    font-size: 0.64rem !important;
  }
}
/* END NINA MOBILE LANGUAGE FINAL POSITION v33 */

/* NINA MOBILE LANGUAGE MORE VISIBLE v34 */

/* Desktop: stays low-right in the hero */
@media (min-width: 701px) {
  .language-switcher--hero {
    top: auto !important;
    right: 1.05rem !important;
    bottom: 1.95rem !important;
    left: auto !important;
  }
}

/* Mobile: moves high-right and becomes more visible */
@media (max-width: 700px) {
  .language-switcher--hero {
    top: 0.78rem !important;
    right: 0.78rem !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 80 !important;
  }

  .language-switcher--hero .language-select {
    width: 70px !important;
    min-width: 70px !important;
    height: 32px !important;
    padding: 0 1.58rem 0 0.76rem !important;
    font-size: 0.69rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.04em !important;
    border: 1px solid rgba(243, 199, 114, 0.52) !important;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23f3c772' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 0.58rem center / 12px 12px no-repeat,
      linear-gradient(180deg, rgba(255, 245, 220, 0.16), rgba(0, 0, 0, 0.24)),
      rgba(8, 6, 4, 0.58) !important;
    color: rgba(255, 242, 210, 0.98) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 10px 26px rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(0, 0, 0, 0.18) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }
}

@media (max-width: 430px) {
  .language-switcher--hero {
    top: 0.72rem !important;
    right: 0.72rem !important;
  }

  .language-switcher--hero .language-select {
    width: 68px !important;
    min-width: 68px !important;
    height: 31px !important;
    font-size: 0.67rem !important;
  }
}
/* END NINA MOBILE LANGUAGE MORE VISIBLE v34 */

/* NINA OFFICIAL COLLECTION SHOP v35 */
.shop-collection {
  grid-auto-columns: minmax(16rem, 86%);
}

.shop-card {
  position: relative;
  min-height: 22.25rem;
  overflow: hidden;
  padding-top: 0.85rem !important;
  border-color: rgba(217, 170, 87, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 250, 238, 0.14), rgba(255, 250, 238, 0.035) 48%, rgba(70, 13, 24, 0.22)),
    radial-gradient(circle at 22% 0%, rgba(243, 199, 114, 0.18), transparent 34%),
    linear-gradient(180deg, #16100b, #080604);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.52);
}

.shop-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.74;
  background:
    linear-gradient(118deg, transparent 0%, transparent 34%, rgba(255, 224, 166, 0.10) 48%, transparent 64%),
    radial-gradient(circle at 92% 88%, rgba(116, 20, 38, 0.28), transparent 34%);
  mix-blend-mode: screen;
}

.shop-card > * {
  position: relative;
  z-index: 1;
}

.shop-card__body {
  display: grid;
  gap: 0.72rem;
  margin-bottom: 1.35rem;
}

.shop-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 10.5rem;
  margin: 0 0 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(243, 199, 114, 0.24);
  border-radius: 1.05rem;
  background: #080604;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 32px rgba(0, 0, 0, 0.28);
}

.shop-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background:
    linear-gradient(180deg, rgba(6, 4, 3, 0.18), rgba(6, 4, 3, 0.52)),
    radial-gradient(circle at 18% 0%, rgba(243, 199, 114, 0.22), transparent 38%);
  transition: opacity 180ms ease;
}

.shop-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: contrast(0.98) brightness(0.92) saturate(0.96);
  transform: scale(1.01);
  transition: filter 180ms ease, transform 180ms ease;
}

.shop-card:hover .shop-card__media::after {
  opacity: 0.42;
}

.shop-card:hover .shop-card__media img {
  filter: contrast(1.04) brightness(0.98) saturate(1.02);
  transform: scale(1.025);
}

.shop-card h3 {
  min-height: auto !important;
  margin: 0 !important;
  display: block !important;
  color: var(--text);
  font-size: clamp(1.55rem, 5.6vw, 2.25rem) !important;
  line-height: 0.95 !important;
  text-transform: none;
}

.shop-card p {
  margin: 0;
  color: rgba(255, 247, 232, 0.78);
  font-size: 0.94rem;
  line-height: 1.48;
}

.shop-card__subtitle {
  color: var(--gold-strong) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem !important;
  line-height: 1.18 !important;
}

.shop-card .button {
  margin-top: auto !important;
  border-color: rgba(255, 236, 178, 0.36);
  background: linear-gradient(135deg, #f0c16d, #9b6626);
}

.shop-card .button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.48;
  filter: grayscale(0.25);
}

.shop-card--merch {
  gap: 0;
}

.merch-carousel__intro {
  margin-bottom: 0.95rem;
}

.merch-carousel {
  position: relative;
  margin-top: auto;
  padding-inline: 0.05rem;
}

.merch-carousel[hidden],
.merch-carousel-fallback[hidden] {
  display: none !important;
}

.merch-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(13.5rem, calc(100% - 0.35rem));
  gap: 0.85rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.05rem 0.35rem 0.65rem 0.05rem;
  cursor: grab;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.merch-carousel-track::-webkit-scrollbar {
  display: none;
}

.merch-product-card {
  scroll-snap-align: start;
  box-sizing: border-box;
  min-width: 0;
  min-height: 21.4rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(243, 199, 114, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 250, 238, 0.13), rgba(255, 250, 238, 0.035) 48%, rgba(80, 12, 26, 0.18)),
    #0b0705;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.35);
}

.merch-product-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 12.25rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(32, 24, 16, 0.1);
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.98), rgba(248, 246, 240, 0.94) 42%, rgba(224, 224, 220, 0.92) 100%),
    #f5f3ee;
}

.merch-product-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  padding: 0.38rem;
  filter: contrast(1.02) brightness(1.02) saturate(0.98);
  transition: transform 180ms ease, filter 180ms ease;
}

.merch-product-card:hover .merch-product-card__media img,
.merch-product-card:focus-within .merch-product-card__media img {
  transform: scale(1.025);
  filter: contrast(1.06) brightness(1) saturate(1.03);
}

.merch-product-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.35rem;
  padding: 0.95rem 0.9rem 0.9rem;
}

.merch-product-card h4 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.merch-product-card__price {
  margin: 0;
  color: rgba(255, 230, 181, 0.88) !important;
  font-size: 0.86rem !important;
  font-weight: 850;
  line-height: 1.2 !important;
}

.merch-product-card .button {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  min-height: 2.45rem;
  margin: auto 0 0 !important;
  padding: 0.72rem 0.9rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border-color: rgba(255, 236, 178, 0.34);
  background: rgba(255, 250, 238, 0.035);
  color: rgba(255, 247, 232, 0.92);
  text-align: center;
  pointer-events: auto;
  box-shadow: none;
}

.merch-product-card .button:hover,
.merch-product-card .button:focus-visible {
  border-color: rgba(255, 236, 178, 0.62);
  background: rgba(255, 250, 238, 0.08);
  color: #fff7e8;
}

.merch-carousel-controls {
  display: none;
}

.merch-carousel-control {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 236, 178, 0.58);
  border-radius: 3px;
  background: rgba(8, 6, 4, 0.88);
  color: #fff4d8;
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 250, 238, 0.04);
  transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.merch-carousel-control:hover,
.merch-carousel-control:focus-visible {
  border-color: rgba(255, 236, 178, 0.62);
  background: rgba(255, 250, 238, 0.1);
}

.merch-carousel-control:active {
  transform: scale(0.96);
}

.merch-carousel-control:disabled {
  opacity: 0.32;
  cursor: default;
  pointer-events: none;
}

.merch-carousel.is-dragging .merch-carousel-track {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.merch-swipe-hint {
  position: absolute;
  right: 0.65rem;
  top: 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-0.2rem);
  border: 1px solid rgba(243, 199, 114, 0.4);
  border-radius: 999px;
  padding: 0.36rem 0.58rem;
  background: rgba(7, 5, 4, 0.76);
  color: rgba(255, 242, 210, 0.96);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 3;
}

.merch-swipe-hint span {
  width: auto;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.merch-swipe-hint__arrow {
  animation: merchArrowPulse 620ms ease-in-out infinite alternate;
}

.merch-carousel.is-nudging .merch-carousel-track {
  animation: merchTrackNudge 840ms cubic-bezier(0.2, 0.78, 0.22, 1) 160ms 1 both;
}

.merch-carousel.is-nudging .merch-swipe-hint {
  animation: merchHintShow 2s ease 1 both;
}

.merch-carousel-fallback {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.merch-carousel-fallback p {
  margin: 0 0 1.15rem;
}

@keyframes merchTrackNudge {
  0%, 100% { transform: translateX(0); }
  38% { transform: translateX(1.15rem); }
}

@keyframes merchHintShow {
  0% { opacity: 0; transform: translateY(-0.2rem); }
  14%, 78% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-0.2rem); }
}

@keyframes merchArrowPulse {
  from { transform: translateX(0); opacity: 0.58; }
  to { transform: translateX(0.24rem); opacity: 1; }
}

@keyframes merchControlPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 250, 238, 0.04);
  }
  45% {
    transform: scale(1.06);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.48), 0 0 0 4px rgba(243, 199, 114, 0.16);
  }
}

@media (min-width: 700px) {
  .shop-collection {
    grid-auto-columns: minmax(18rem, 47%);
  }

  .merch-carousel-track {
    grid-auto-columns: minmax(14.5rem, 62%);
    padding-right: 0.55rem;
  }

  .merch-carousel-controls {
    position: absolute;
    top: 50%;
    left: -0.25rem;
    right: -0.25rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 160ms ease;
    z-index: 4;
  }

  .merch-carousel.has-overflow .merch-carousel-controls,
  .merch-carousel.is-control-pulsing .merch-carousel-controls,
  .merch-carousel:focus-within .merch-carousel-controls,
  .merch-carousel:hover .merch-carousel-controls {
    opacity: 1;
  }

  .merch-carousel-control {
    pointer-events: auto;
  }

  .merch-carousel.is-control-pulsing .merch-carousel-control:not(:disabled) {
    animation: merchControlPulse 700ms ease-in-out 2 both;
  }

  .merch-swipe-hint {
    display: none;
  }
}

@media (max-width: 700px) {
  .shop-card {
    min-height: 20.8rem;
  }

  .shop-card__media {
    max-height: 9rem;
    margin-bottom: 0.95rem;
    border-radius: 0.92rem;
  }

  .shop-card__body {
    margin-bottom: 1.15rem;
  }

  .shop-card h3 {
    font-size: clamp(1.45rem, 8.5vw, 2rem) !important;
  }

  .merch-carousel-track {
    grid-auto-columns: minmax(13.15rem, calc(100% - 0.35rem));
    padding-bottom: 0.75rem;
  }

  .merch-product-card {
    min-height: 20.9rem;
  }

  .merch-product-card__media {
    min-height: 12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .merch-carousel.is-nudging .merch-carousel-track,
  .merch-carousel.is-nudging .merch-swipe-hint,
  .merch-carousel.is-control-pulsing .merch-carousel-control,
  .merch-swipe-hint__arrow {
    animation: none !important;
  }
}
/* END NINA OFFICIAL COLLECTION SHOP v35 */

/* NINA HERO FULL-BLEED CAROUSEL + MOBILE COLLECTION v41 */
.hero {
  min-height: clamp(640px, 82svh, 760px);
  height: clamp(640px, 82svh, 760px);
  background: #070504;
}

.hero__slides {
  position: relative;
  width: 100%;
  min-height: inherit;
  height: 100%;
}

.hero__panel {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: inherit;
  height: 100%;
  display: grid;
  align-items: end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 820ms ease, visibility 820ms ease;
}

.hero__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero__image-wrap {
  opacity: 0;
  transition: opacity 820ms ease;
}

.hero[data-hero-current="music"] .hero__image-wrap {
  opacity: 1;
}

.hero[data-hero-current="music"] .hero__image {
  object-position: 52% 18%;
}

.hero__panel--product {
  background: #070504;
}

.hero__panel--physical {
  background: #080604;
}

.hero__panel--product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.9) 0%, rgba(8, 6, 4, 0.58) 39%, rgba(8, 6, 4, 0.18) 68%, rgba(8, 6, 4, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 6, 4, 0.18) 0%, rgba(8, 6, 4, 0.26) 46%, rgba(8, 6, 4, 0.9) 100%);
  pointer-events: none;
}

.hero__content--product {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  padding-top: clamp(7rem, 18vh, 11rem);
  padding-bottom: clamp(5.1rem, 9vh, 6.6rem);
}

.hero__content--product h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3.1rem, 7.2vw, 5rem);
  line-height: 0.92;
  text-transform: none;
}

.hero__panel--physical .hero__content--product h1 {
  font-size: clamp(2.85rem, 6.5vw, 4.55rem);
}

.hero__panel--physical .hero__content--product .single {
  max-width: 19rem;
  margin-bottom: 0.85rem;
  color: var(--gold-strong);
  font-size: clamp(1.05rem, 2.2vw, 1.42rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.hero__content--product .tagline {
  max-width: 29rem;
}

.hero__content--product .hero__actions {
  display: flex;
  width: min(100%, 16rem);
}

.hero__content--product .button {
  width: 100%;
}

.hero-shop-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  transform: none;
  pointer-events: none;
  z-index: 0;
}

.hero-shop-visual--physical {
  width: 100%;
  aspect-ratio: auto;
}

.hero-shop-visual__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #080604;
  box-shadow: none;
}

.hero-shop-visual__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(243, 199, 114, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 250, 238, 0.04), transparent 26%),
    linear-gradient(0deg, rgba(8, 6, 4, 0.35), transparent 50%);
  pointer-events: none;
}

.hero-shop-visual__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 48%;
  filter: contrast(1.06) brightness(0.82) saturate(0.9);
  transform: scale(1.02);
}

.hero-shop-visual--physical .hero-shop-visual__item img {
  object-position: 67% 48%;
}

.hero__dots {
  position: absolute;
  left: clamp(1.1rem, 5vw, 2rem);
  bottom: 1.35rem;
  z-index: 6;
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.hero__dot {
  width: 2.4rem;
  height: 0.42rem;
  padding: 0;
  border: 1px solid rgba(243, 199, 114, 0.4);
  border-radius: 999px;
  background: rgba(255, 250, 238, 0.12);
  cursor: pointer;
}

.hero__dot.is-active {
  background: linear-gradient(90deg, var(--gold-strong), #8f2638);
  border-color: rgba(255, 236, 178, 0.62);
}

.hero__dot:focus-visible {
  outline: 2px solid var(--gold-strong);
  outline-offset: 4px;
}

@media (min-width: 700px) {
  .hero__slides,
  .hero__panel {
    min-height: inherit;
  }

  .hero__panel--music .hero__content {
    max-width: 38rem;
    padding-bottom: clamp(5.3rem, 9vh, 6.8rem);
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: clamp(560px, 78svh, 660px);
    height: clamp(560px, 78svh, 660px);
    max-height: 680px;
  }

  .hero__slides,
  .hero__panel {
    min-height: inherit;
    height: 100%;
  }

  .hero__panel--product::before {
    background:
      linear-gradient(180deg, rgba(8, 6, 4, 0.16) 0%, rgba(8, 6, 4, 0.36) 42%, rgba(8, 6, 4, 0.94) 100%),
      linear-gradient(90deg, rgba(8, 6, 4, 0.72) 0%, rgba(8, 6, 4, 0.16) 62%, rgba(8, 6, 4, 0.42) 100%);
  }

  .hero__content--product {
    max-width: 25rem;
    padding-top: clamp(12rem, 34svh, 15rem);
    padding-bottom: 4.75rem;
  }

  .hero__content--product h1 {
    max-width: 10.5ch;
    margin-bottom: 0.62rem;
    font-size: clamp(2.28rem, 9.4vw, 3.22rem);
    line-height: 0.92;
  }

  .hero__panel--physical .hero__content--product h1 {
    max-width: 100%;
    font-size: clamp(2.12rem, 8.8vw, 2.95rem);
  }

  .hero__panel--physical .hero__content--product .single {
    max-width: 16.5rem;
    margin-bottom: 0.65rem;
    font-size: clamp(0.95rem, 4.2vw, 1.22rem);
  }

  .hero__content--product .tagline {
    max-width: 21rem;
    font-size: 0.95rem;
    line-height: 1.34;
  }

  .hero-shop-visual {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-shop-visual__item img {
    object-position: 60% 28%;
    transform: scale(1.04);
  }

  .hero-shop-visual--physical .hero-shop-visual__item img {
    object-position: 62% 24%;
  }

  .hero[data-hero-current="music"] .hero__image {
    object-position: 52% 16%;
  }

  .hero__panel--music .hero__content {
    padding-top: 30svh;
    padding-bottom: 4.55rem !important;
  }

  .hero__dots {
    left: 1rem;
    bottom: 1.2rem;
  }

  .shop .carousel.shop-collection {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: visible;
    margin-inline: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .shop-card--physical {
    order: 1;
  }

  .shop-card--merch {
    order: 2;
  }

  .shop .carousel.shop-collection .shop-card {
    width: 100%;
    min-height: auto;
    scroll-snap-align: none;
  }

  .shop .carousel.shop-collection .shop-card__media {
    aspect-ratio: 16 / 8.5;
    max-height: 8.8rem;
  }
}
/* END NINA HERO FULL-BLEED CAROUSEL + MOBILE COLLECTION v41 */

/* NINA HERO 4X3 COMPACT APPLY v42 */
.hero {
  min-height: clamp(620px, 78svh, 740px);
  height: clamp(620px, 78svh, 740px);
  max-height: 740px;
  background:
    radial-gradient(circle at 50% 18%, rgba(243, 199, 114, 0.08), transparent 22rem),
    #070504;
}

.hero__image-wrap {
  display: none;
}

.hero__slides,
.hero__panel {
  min-height: inherit;
  height: 100%;
}

.hero__panel {
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: clamp(0.72rem, 2svh, 1.15rem);
  padding: clamp(0.95rem, 2.8vw, 1.55rem) clamp(1rem, 4.8vw, 2rem) 4.55rem;
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.28) 0%, rgba(8, 6, 4, 0.72) 100%),
    #070504;
}

.hero__panel--product::before {
  content: none;
}

.hero__content,
.hero__content--product,
.hero__panel--music .hero__content {
  grid-row: 2;
  position: relative;
  z-index: 2;
  width: min(100%, 42rem);
  max-width: 42rem;
  justify-self: center;
  padding: 0;
  text-align: center;
}

.hero .eyebrow {
  margin-bottom: 0.42rem;
  font-size: clamp(0.64rem, 1.4vw, 0.74rem);
}

.hero h1,
.hero__content--product h1,
.hero__panel--physical .hero__content--product h1 {
  max-width: none;
  margin-bottom: 0.48rem;
  font-size: clamp(2.35rem, 5.6vw, 4.05rem);
  line-height: 0.94;
}

.hero .genre {
  margin: 0 0 0.42rem;
  font-size: clamp(0.92rem, 2vw, 1.18rem);
  line-height: 1.12;
}

.hero .single,
.hero__panel--physical .hero__content--product .single {
  max-width: none;
  margin: 0 0 0.48rem;
  color: var(--gold-strong);
  font-size: clamp(1rem, 2.35vw, 1.42rem);
  line-height: 1.08;
}

.hero .tagline,
.hero__content--product .tagline {
  max-width: 34rem;
  margin: 0 auto 0.82rem;
  font-size: clamp(0.88rem, 1.55vw, 1rem);
  line-height: 1.34;
}

.hero__actions,
.hero__content--product .hero__actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  gap: 0.68rem;
}

.hero__content--product .button,
.hero__actions .button {
  width: auto;
  min-width: min(100%, 13.75rem);
}

.hero-shop-visual,
.hero-shop-visual--physical,
.hero-shop-visual--music {
  grid-row: 1;
  position: relative;
  inset: auto;
  z-index: 1;
  align-self: end;
  justify-self: center;
  width: min(100%, clamp(430px, 52svh, 620px));
  height: auto;
  aspect-ratio: 4 / 3;
  pointer-events: none;
}

.hero-shop-visual__item {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 199, 114, 0.22);
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 236, 178, 0.09), transparent 18rem),
    #040302;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.hero-shop-visual__item::after {
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.04), transparent 34%),
    linear-gradient(0deg, rgba(8, 6, 4, 0.1), transparent 42%);
}

.hero-shop-visual__item img,
.hero-shop-visual--physical .hero-shop-visual__item img,
.hero-shop-visual--music .hero-shop-visual__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  filter: contrast(1.04) brightness(0.94) saturate(0.95);
  transform: none;
}

.hero__dots {
  left: 50%;
  bottom: 1.28rem;
  transform: translateX(-50%);
  justify-content: center;
}

@media (min-width: 701px) {
  .hero__panel {
    padding-inline: clamp(1.5rem, 5vw, 3.25rem);
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: clamp(560px, 146vw, 640px);
    height: clamp(560px, 146vw, 640px);
    max-height: 640px;
  }

  .hero__panel {
    gap: 0.7rem;
    padding: 0.78rem 0.88rem 3.85rem;
  }

  .hero-shop-visual,
  .hero-shop-visual--physical,
  .hero-shop-visual--music {
    width: min(100%, 480px);
  }

  .hero__content,
  .hero__content--product,
  .hero__panel--music .hero__content {
    max-width: 24rem;
    padding: 0 !important;
  }

  .hero .eyebrow {
    margin-bottom: 0.32rem;
    font-size: 0.62rem;
  }

  .hero h1,
  .hero__content--product h1,
  .hero__panel--physical .hero__content--product h1 {
    margin-bottom: 0.34rem;
    font-size: clamp(1.78rem, 9.2vw, 2.58rem);
    line-height: 0.96;
  }

  .hero .genre {
    margin-bottom: 0.32rem;
    font-size: 0.88rem;
  }

  .hero .single,
  .hero__panel--physical .hero__content--product .single {
    margin-bottom: 0.38rem;
    font-size: clamp(0.88rem, 4vw, 1.04rem);
    line-height: 1.08;
  }

  .hero .tagline,
  .hero__content--product .tagline {
    max-width: 21.5rem;
    margin-bottom: 0.64rem;
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .hero__actions,
  .hero__content--product .hero__actions {
    gap: 0.52rem;
  }

  .hero__actions .button,
  .hero__content--product .button {
    min-width: 0;
    min-height: 2.72rem;
    padding: 0.72rem 0.92rem;
    font-size: 0.75rem;
    white-space: normal;
  }

  .hero__dots {
    bottom: 1rem;
    gap: 0.46rem;
  }

  .hero__dot {
    width: 1.95rem;
    height: 0.36rem;
  }
}
/* END NINA HERO 4X3 COMPACT APPLY v42 */
