﻿.brand,
.brand__eyebrow,
.brand__title,
.eyebrow,
.section-title,
.hero-title,
.cta,
.rail-block__title,
.ticket-meter__label,
.ticket-meter__meta,
.countdown__item span {
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  justify-self: start;
  padding-block: 6px;
  transition: transform var(--sp-transition), opacity var(--sp-transition), filter var(--sp-transition);
}

.brand__logo {
  width: 136px;
  height: auto;
  display: block;
}

.brand:hover,
.brand:focus-visible {
  opacity: 0.92;
  transform: scale(1.02);
  filter: drop-shadow(0 0 16px rgba(216, 185, 130, 0.18));
}

.brand__eyebrow,
.eyebrow,
.rail-block__title,
.ticket-meter__label {
  color: var(--sp-sand);
  letter-spacing: 0.16em;
  font-size: 14px;
  font-weight: 700;
}

.brand__title,
.hero-title,
.section-title,
.sponsor-panel h3,
.rail-block__title,
.nav-link {
  font-family: "Lexend", "Segoe UI", sans-serif;
}

.brand__title {
  color: var(--sp-gold);
  font-size: 2rem;
  line-height: 1;
}

.nav-link,
.lang-switch,
.cta,
.modal__close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  transition:
    color var(--sp-transition),
    border-color var(--sp-transition),
    background var(--sp-transition),
    box-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.hero-rail,
.rail-block,
.poster-card,
.character-card,
.location-card,
.sponsor-panel,
.countdown,
.modal__dialog {
  border: 1px solid var(--sp-border);
  background: var(--sp-panel);
  box-shadow: 0 18px 44px var(--sp-shadow);
}

.hero-rail {
  --rail-pad-x: 20px;
  --rail-content-width: calc(clamp(388px, 24vw, 446px) - var(--rail-pad-x) - var(--rail-pad-x));
  position: absolute;
  top: 50%;
  left: 34px;
  bottom: auto;
  transform: translateY(-50%);
  width: clamp(388px, 24vw, 446px);
  z-index: 4;
  padding: 22px var(--rail-pad-x);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(8, 16, 28, 0.97), rgba(6, 10, 18, 0.98)),
    rgba(7, 9, 14, 0.96);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(216, 185, 130, 0.12);
  border: 1px solid rgba(216, 185, 130, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  overflow: hidden;
  max-height: calc(100svh - var(--sp-header-height) - 40px);
  position: absolute;
}

.hero-rail::before,
.hero-rail::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-rail::before {
  inset: 12px;
  border: 1px solid rgba(216, 185, 130, 0.08);
}

.hero-rail::after {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 12%, transparent 88%, rgba(216, 185, 130, 0.04)),
    radial-gradient(circle at 50% 0%, rgba(216, 185, 130, 0.06), transparent 24%);
}

.hero-rail.reveal {
  transform: translateY(calc(-50% + 18px));
}

.hero-rail.reveal.is-visible {
  transform: translateY(-50%);
}

.rail-block {
  border: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.rail-block + .rail-block {
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 185, 130, 0.12);
}

.rail-block--support {
  margin-top: 2px;
  padding: 16px 12px 14px;
  display: grid;
  justify-items: center;
  place-items: center;
  min-height: 96px;
  border: 1px solid rgba(216, 185, 130, 0.12);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 16, 24, 0.96), rgba(8, 10, 15, 0.98));
}

.rail-seal {
  max-width: min(260px, 86%);
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

.logo-stack,
.sponsor-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.logo-stack--primary {
  grid-template-columns: 1fr;
}

.logo-stack--rail {
  display: block;
}

.logo-stack--rail .logo-chip strong,
.logo-stack--rail .logo-chip__meta {
  display: none;
}

.logo-stack--rail-primary {
  --visible-count: 2;
  --rail-logo-gap: 12px;
  --tile-width: clamp(164px, calc((var(--rail-content-width) - var(--rail-logo-gap)) / 2), 186px);
  --tile-height: var(--tile-width);
}

.logo-stack--rail-category .logo-chip {
  min-height: var(--tile-height);
}

.logo-stack--rail-category {
  --visible-count: 4;
  --rail-logo-gap: 10px;
  --tile-width: clamp(78px, calc((var(--rail-content-width) - var(--rail-logo-gap) - var(--rail-logo-gap) - var(--rail-logo-gap)) / 4), 88px);
  --tile-height: var(--tile-width);
}

.rail-block__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  justify-content: center;
  text-align: center;
  color: #d8b982;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.rail-block__title::before,
.rail-block__title::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 185, 130, 0), rgba(216, 185, 130, 0.36), rgba(216, 185, 130, 0));
  width: 52px;
  flex: 0 0 52px;
}

.rail-block__title::before {
  transform: scaleX(-1);
}

.rail-block__title::after {
  transform: none;
}

.rail-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rail-slider--horizontal {
  width: 100%;
}

.rail-slider--vertical {
  --row-height: 54px;
  height: calc((5 * var(--row-height)) + 24px);
}

.rail-track {
  display: flex;
  gap: var(--rail-logo-gap, 8px);
  width: max-content;
}

.rail-track.is-static {
  width: auto;
  animation: none;
}

.rail-track--horizontal {
  animation: rail-marquee-x 22s linear infinite;
}

.rail-track--vertical {
  display: grid;
  gap: 6px;
  width: 100%;
  grid-auto-rows: var(--row-height);
  animation: rail-marquee-y 22s linear infinite;
}

.rail-slider:hover .rail-track {
  animation-play-state: paused;
}

.logo-chip,
.support-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 62px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(20, 23, 30, 0.92), rgba(11, 13, 20, 0.96)),
    rgba(11, 13, 20, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(216, 185, 130, 0.04),
    0 8px 16px rgba(0, 0, 0, 0.18);
}

.logo-stack--rail .rail-slider--horizontal .rail-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--tile-width);
  align-items: center;
}

.logo-stack--rail .rail-slider--horizontal {
  width: var(--rail-content-width);
  max-width: 100%;
}

.hero-rail .logo-stack--rail > .rail-slider--horizontal {
  width: var(--rail-content-width) !important;
  max-width: 100%;
  overflow: hidden;
}

.hero-rail .logo-stack--rail > .rail-slider--horizontal .rail-track--horizontal {
  grid-auto-columns: var(--tile-width);
}

.logo-stack--rail .logo-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--tile-width);
  min-width: var(--tile-width);
  min-height: var(--tile-height);
  height: var(--tile-height);
  padding: 6px;
}

.logo-stack--rail-primary .logo-chip {
  background:
    linear-gradient(180deg, rgba(30, 28, 24, 0.92), rgba(14, 14, 18, 0.96)),
    rgba(14, 14, 18, 0.94);
}

.logo-stack--rail-primary .logo-chip__image {
  max-width: 88%;
  max-height: 88%;
}

.logo-stack--rail-category .logo-chip {
  padding: 4px;
}

.logo-stack--rail-category .logo-chip__image {
  max-width: 86%;
  max-height: 86%;
}

.logo-chip__mark {
  font-weight: 800;
  color: var(--sp-gold);
  letter-spacing: 0.08em;
}

.logo-chip__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 40px;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}

.logo-chip__meta,
.support-chip__meta,
.character-card__tag,
.location-card__meta,
.logo-chip strong {
  font-size: 0.7rem;
  line-height: 1.2;
  text-align: center;
}

.contributor-list,
.support-panel {
  display: grid;
  gap: 8px;
}

.contributor-list {
  height: calc((5 * var(--row-height)) + 24px);
}

.contributor-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(17, 21, 29, 0.94), rgba(11, 14, 20, 0.98));
  border: 1px solid rgba(216, 185, 130, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  min-width: 0;
  min-height: var(--row-height);
}

.contributor-row strong,
.support-chip__value {
  color: var(--sp-sand);
}

.contributor-row__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.contributor-row__brand img {
  width: 80px;
    height: 80px;
  object-fit: contain;
  flex: 0 0 auto;
}

.contributor-row__brand span {
  font-size: 0.82rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 158px;
}

.contributor-row strong {
  font-size: 0.78rem;
  white-space: nowrap;
}

.rail-linkbutton {
  margin-top: 12px;
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(216, 185, 130, 0.22);
  background:
    linear-gradient(180deg, rgba(28, 24, 18, 0.96), rgba(12, 12, 15, 0.98));
  color: #d8b982;
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
}

.rail-linkbutton::after {
  content: ">";
  color: #d8b982;
  font-size: 0.9rem;
  line-height: 1;
}

.rail-supportcard {
  display: grid;
  place-items: center;
  gap: 0;
  padding: 16px 12px 14px;
  min-height: 96px;
  border: 1px solid rgba(216, 185, 130, 0.12);
  background:
    linear-gradient(180deg, rgba(12, 16, 24, 0.96), rgba(8, 10, 15, 0.98));
}

.hero-title {
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0.015em;
  max-width: min(760px, 100%);
  font-family: "Cormorant Infant", "Times New Roman", serif;
  font-weight: 700;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.58);
}

.hero-title__line {
  display: block;
  white-space: nowrap;
}

.hero-copy,
.section-text {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

.ticket-meter {
  max-width: 520px;
  padding: 18px 20px;
  margin-bottom: 20px;
  border-radius: var(--sp-radius-md);
  border: 1px solid rgba(216, 185, 130, 0.32);
  background: rgba(15, 11, 8, 0.84);
}

.hero-stage__topline {
  display: flex;
  gap: 10px;
  width: min(860px, 100%);
  margin: clamp(4px, 0.8vh, 10px) auto clamp(6px, 1vh, 12px);
  flex-wrap: wrap;
  justify-content: center;
}

.header-release {
  display: grid;
  gap: 2px;
  min-width: 124px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 185, 130, 0.26);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(17, 20, 28, 0.9), rgba(9, 8, 7, 0.96));
  text-align: center;
}

.header-release__date,
.header-release__label {
  text-transform: uppercase;
}

.header-release__date {
  color: var(--sp-sand);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

.header-release__label {
  color: var(--sp-text-soft);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.main-nav {
  gap: 0;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-link {
  min-height: 52px;
  padding: 10px 18px;
  border: 0;
  border-radius: 0;
  font-size: clamp(12px, 0.72vw, 14px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  box-shadow: none;
}

.nav-link + .nav-link {
  position: relative;
  margin-left: 2px;
  padding-left: 22px;
}

.nav-link + .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, transparent, rgba(216, 185, 130, 0.22), transparent);
}

.header-actions {
  gap: 10px;
  padding-right: 6px;
  flex-wrap: nowrap;
}

.language-picker {
  position: relative;
  z-index: 32;
}

.lang-switch {
  gap: 8px;
  min-width: 88px;
  border-color: rgba(216, 185, 130, 0.2);
  background: rgba(8, 10, 14, 0.72);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lang-switch:hover,
.language-picker.is-open .lang-switch {
  color: var(--sp-cream);
  border-color: rgba(216, 185, 130, 0.48);
  background: rgba(22, 17, 12, 0.9);
  box-shadow: 0 0 18px rgba(184, 137, 59, 0.18);
}

.flag-badge {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 4px 12px rgba(0, 0, 0, 0.28);
  font-size: 15px;
  line-height: 1;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 188px;
  padding: 8px;
  border: 1px solid rgba(216, 185, 130, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(13, 18, 27, 0.98), rgba(8, 9, 12, 0.98)),
    var(--sp-night);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity var(--sp-transition),
    visibility var(--sp-transition),
    transform var(--sp-transition);
}

.language-picker.is-open .language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--sp-text);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  direction: ltr;
  cursor: pointer;
  transition:
    color var(--sp-transition),
    background var(--sp-transition);
}

.language-option[dir="rtl"] {
  direction: ltr;
  text-align: left;
}

.language-option[dir="rtl"] span:last-child {
  direction: rtl;
  text-align: left;
}

.language-option:hover,
.language-option.is-active {
  color: var(--sp-cream);
  background: rgba(184, 137, 59, 0.14);
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  min-width: 46px;
  min-height: 44px;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(216, 185, 130, 0.24);
  border-radius: 4px;
  background: rgba(8, 10, 14, 0.76);
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--sp-sand);
  transition:
    transform var(--sp-transition),
    opacity var(--sp-transition),
    background var(--sp-transition);
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle.is-open {
  border-color: rgba(216, 185, 130, 0.5);
  box-shadow: 0 0 18px rgba(184, 137, 59, 0.16);
}

.mobile-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(42deg);
}

.mobile-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-42deg);
}

.mobile-nav-panel {
  display: none;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 12px 14px;
  border-bottom: 0;
  border-radius: 8px;
  color: var(--sp-text);
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-nav-link:last-child {
  border-bottom: 0;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--sp-sand);
  background: rgba(184, 137, 59, 0.1);
  text-shadow: 0 0 14px rgba(216, 185, 130, 0.28);
}

@media (min-width: 1025px) and (max-width: 1680px) {
  .site-header {
    padding-inline: clamp(24px, 5vw, 84px);
  }

  .site-header__inner {
    width: min(100%, calc(100vw - (2 * clamp(24px, 5vw, 84px))));
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand__logo {
    width: 126px;
  }

  .nav-link {
    min-height: 48px;
    padding: 8px 12px;
    font-size: clamp(11px, 0.66vw, 12.5px);
    letter-spacing: 0.065em;
  }

  .nav-link + .nav-link {
    margin-left: 0;
    padding-left: 15px;
  }

  .header-actions {
    gap: 8px;
  }

  .lang-switch {
    min-width: 76px;
    padding-inline: 10px;
  }

  .header-release {
    min-width: 112px;
    padding: 7px 10px;
  }

  .header-release__date {
    font-size: 1.08rem;
    letter-spacing: 0.1em;
  }

  .header-release__label {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
  }

  .cta--ghost.js-open-ticket {
    min-height: 44px;
    padding-inline: 13px;
  }
}

.hero-stage__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  z-index: 0;
  background:
    linear-gradient(135deg, #7f664d, #2a1d14 55%, #100c08);
}

.hero-stage__overlay,
.hero-stage__vista {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-stage__overlay {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.88) 0%, rgba(7, 10, 15, 0.36) 18%, rgba(9, 7, 5, 0.08) 44%, rgba(9, 7, 5, 0.24) 100%),
    linear-gradient(180deg, rgba(9, 7, 5, 0.16), rgba(9, 7, 5, 0.18) 30%, rgba(9, 7, 5, 0.82) 84%, rgba(9, 7, 5, 0.94));
}

.hero-stage__vista {
  z-index: 1;
  background:
    radial-gradient(circle at 64% 14%, rgba(254, 240, 210, 0.34), transparent 16%),
    radial-gradient(circle at 50% 58%, rgba(214, 165, 95, 0.16), transparent 32%);
  mix-blend-mode: screen;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.62), rgba(10, 8, 6, 0.58));
  backdrop-filter: blur(4px);
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-badge--ghost {
  color: var(--sp-cream);
}

.campaign-board {
  max-width: 920px;
  margin: 0 auto;
  justify-self: center;
  width: 100%;
  display: grid;
  gap: 12px;
}

.campaign-board__stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(184px, 0.48fr);
  gap: 14px;
  align-items: stretch;
}

.stat-card {
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid rgba(216, 185, 130, 0.2);
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.62), rgba(10, 8, 6, 0.58));
  backdrop-filter: blur(4px);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(216, 185, 130, 0.06);
  text-align: left;
}

.stat-card--wide {
  position: relative;
  justify-self: stretch;
  width: 100%;
}

.stat-card__label,
.stat-card__meta {
  display: block;
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 700;
}

.stat-card__value {
  margin-top: 8px;
  color: #f8ecda;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-align: left;
}

.stat-card__value--small {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.stat-card__label,
.stat-card__meta,
.stat-card__value,
.stat-card__value--small {
  justify-self: start;
}

.campaign-progress {
  --progress-ratio: 34.2%;
  display: grid;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.campaign-progress__summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.campaign-progress__total,
.campaign-progress__target-card {
  border: 1px solid rgba(216, 185, 130, 0.25);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.72), rgba(8, 7, 6, 0.62));
  backdrop-filter: blur(5px);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(216, 185, 130, 0.05);
}

.campaign-progress__total {
  padding: 13px 18px 15px;
}

.campaign-progress__total span,
.campaign-progress__target-card span,
.campaign-progress__target-card em {
  display: block;
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  font-style: normal;
}

.campaign-progress__total strong {
  display: block;
  margin-top: 8px;
  color: #f8ecda;
  font-size: clamp(2.35rem, 3.35vw, 3.55rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.22em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.42);
}

.campaign-progress__target-card {
  display: grid;
  align-content: center;
  min-height: 94px;
  padding: 13px 16px;
}

.campaign-progress__target-card strong {
  display: block;
  margin-top: 7px;
  color: #f8ecda;
  font-size: clamp(1.45rem, 2.05vw, 2.16rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.08em;
}

.campaign-progress__scale {
  position: relative;
  min-height: 26px;
  margin: 0 8px -3px;
  color: var(--sp-text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.campaign-progress__scale-start,
.campaign-progress__scale-current {
  position: absolute;
  top: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}

.campaign-progress__scale-start {
  left: 0;
}

.campaign-progress__scale-current {
  left: clamp(82px, var(--progress-ratio), calc(100% - 98px));
  transform: translateX(-50%);
  color: var(--sp-cream);
  padding: 5px 9px;
  border: 1px solid rgba(216, 185, 130, 0.24);
  border-radius: 9px;
  background: rgba(9, 8, 7, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(216, 185, 130, 0.16);
  text-shadow: 0 0 18px rgba(216, 185, 130, 0.28);
}

.campaign-progress__scale-current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 1px;
  height: 12px;
  background: linear-gradient(180deg, rgba(216, 185, 130, 0.82), rgba(216, 185, 130, 0));
}

.campaign-progress__scale-current strong {
  color: var(--sp-sand);
  font-size: clamp(0.98rem, 1.22vw, 1.34rem);
  letter-spacing: 0.12em;
}

.campaign-progress__labels {
  display: grid;
  grid-template-columns: 40px 1fr 84px;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--sp-text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.ticket-meter__progress--hero {
  margin: 0 8px;
  height: 12px;
  background: rgba(244, 232, 214, 0.11);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(216, 185, 130, 0.08),
    0 10px 18px rgba(0, 0, 0, 0.18);
}

.ticket-meter__progress--hero span {
  box-shadow:
    0 0 18px rgba(216, 185, 130, 0.34),
    inset 0 0 0 1px rgba(248, 236, 218, 0.12);
}

.ticket-meter__meta--hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  padding: 10px 12px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  border-radius: 10px;
  background: rgba(8, 7, 6, 0.74);
  color: rgba(243, 230, 207, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

.ticket-meter__meta--hero strong {
  color: var(--sp-sand);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticket-meter__meta--hero [data-progress-percent] {
  color: var(--sp-cream);
  font-weight: 800;
  white-space: nowrap;
}

/* Reference-style cinematic ticket meter. Kept local to the hero campaign board. */
.campaign-progress {
  --progress-ratio: 34.2%;
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.campaign-progress__summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  width: min(780px, 88%);
  margin-inline: auto;
}

.campaign-progress__total,
.campaign-progress__target-card {
  position: relative;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(13, 13, 11, 0.92), rgba(5, 7, 8, 0.88));
  backdrop-filter: blur(3px);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(248, 236, 218, 0.05),
    inset 0 0 22px rgba(216, 185, 130, 0.06);
}

.campaign-progress__total {
  justify-self: center;
  width: auto;
  max-width: 100%;
  padding: 8px 14px 10px;
  transform: translateY(0);
}

.campaign-progress__total span,
.campaign-progress__target-card span,
.campaign-progress__target-card em {
  display: block;
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.82rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}

.campaign-progress__total strong {
  display: block;
  margin-top: 7px;
  text-align: center;
  color: var(--sp-cream);
  font-family: "Lexend", sans-serif;
  font-size: clamp(2.55rem, 3.9vw, 4.18rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0.26em;
  text-shadow:
    0 12px 30px rgba(0, 0, 0, 0.48),
     0 0 16px rgba(216, 185, 130, 0.2);
}

.campaign-progress .ticket-meter__meta--hero {
  margin-top: 0;
}

.campaign-progress__target-card {
  display: grid;
  justify-self: start;
  align-content: center;
  justify-items: center;
  min-height: 126px;
  min-width: 174px;
  padding: 15px 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(216, 185, 130, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(17, 17, 14, 0.96), rgba(5, 7, 8, 0.92));
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(248, 236, 218, 0.07),
    inset 0 0 26px rgba(216, 185, 130, 0.1);
}

.campaign-progress__target-card strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--sp-cream);
  font-size: clamp(1.62rem, 2.28vw, 2.42rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.06em;
}

.campaign-progress__target-card::before,
.campaign-progress__target-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(216, 185, 130, 0.55);
  opacity: 0.82;
}

.campaign-progress__target-card::after {
  inset: 12px;
  border: 0;
  opacity: 0.88;
  background:
    linear-gradient(90deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left top / 42px 1px no-repeat,
    linear-gradient(180deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left top / 1px 42px no-repeat,
    linear-gradient(270deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right top / 42px 1px no-repeat,
    linear-gradient(180deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right top / 1px 42px no-repeat,
    linear-gradient(90deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left bottom / 42px 1px no-repeat,
    linear-gradient(0deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left bottom / 1px 42px no-repeat,
    linear-gradient(270deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right bottom / 42px 1px no-repeat,
    linear-gradient(0deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right bottom / 1px 42px no-repeat;
}

.campaign-progress__bar-row {
  position: relative;
  display: block;
  width: min(100%, 850px);
  margin: 6px auto 0;
  padding: 0 14px 42px;
}

.campaign-progress__bar-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  padding-top: 38px;
}

.campaign-progress__edge-label {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(216, 185, 130, 0.3);
  border-radius: 8px;
  background: rgba(5, 7, 8, 0.9);
  color: var(--sp-cream);
  font-size: clamp(0.82rem, 0.95vw, 1.02rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(248, 236, 218, 0.04);
}

.campaign-progress__edge-label--start {
  left: 14px;
  transform: translateX(-50%);
}

.campaign-progress__edge-label--end {
  right: 14px;
  min-width: auto;
  min-height: 32px;
  font-size: clamp(0.72rem, 0.88vw, 0.9rem);
  transform: translateX(50%);
}

.campaign-progress__scale-current {
  position: absolute;
  top: 0;
  left: clamp(68px, var(--progress-ratio), calc(100% - 82px));
  transform: translateX(-50%);
  color: var(--sp-cream);
  padding: 5px 9px 6px;
  border: 1px solid rgba(216, 185, 130, 0.48);
  border-radius: 9px;
  background: rgba(7, 8, 8, 0.92);
  font-size: clamp(0.78rem, 0.92vw, 0.96rem);
  font-weight: 800;
  text-align: center;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(216, 185, 130, 0.16);
  text-shadow: 0 0 18px rgba(216, 185, 130, 0.28);
}

.campaign-progress__scale-current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid var(--sp-sand);
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.35));
}

.campaign-progress__scale-current strong {
  color: var(--sp-sand);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.ticket-meter__progress--hero {
  position: relative;
  height: 26px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 185, 130, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16, 20, 23, 0.96), rgba(11, 14, 17, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 92px);
  box-shadow:
    0 16px 24px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(248, 236, 218, 0.04);
}

.ticket-meter__progress--hero span {
  display: block;
  height: 100%;
  border-right: 2px solid rgba(95, 59, 19, 0.5);
  background:
    linear-gradient(180deg, rgba(245, 207, 128, 0.98), rgba(174, 119, 43, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 92px);
  box-shadow:
    0 0 20px rgba(216, 185, 130, 0.3),
    inset 0 1px 0 rgba(255, 247, 222, 0.48),
    inset 0 -9px 18px rgba(95, 59, 19, 0.2);
}

.ticket-meter__meta--hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: min(640px, 74%);
  margin: 8px auto 0;
  padding: 12px 18px 13px;
  border: 1px solid rgba(216, 185, 130, 0.24);
  border-radius: 10px;
  background: rgba(5, 7, 8, 0.88);
  color: rgba(243, 230, 207, 0.78);
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-transform: none;
  text-align: center;
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(248, 236, 218, 0.03);
}

.ticket-meter__meta--hero strong {
  color: var(--sp-sand);
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: normal;
}

.ticket-meter__meta--hero [data-progress-percent] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.hero-poster-lockup {
  margin-bottom: clamp(10px, 1.4vh, 22px);
  margin-top: clamp(34px, 6.5vh, 76px);
  display: flex;
  justify-content: center;
}

.hero-poster-lockup--reference-clean {
  display: none !important;
}

.hero-project-logo {
  width: clamp(260px, 30vw, 420px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.42));
}

.hero-copyblock {
  max-width: min(760px, 100%);
  margin: 0 auto clamp(18px, 2.2vh, 28px);
  text-align: center;
}

.hero-copyblock--reference-clean {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero-actions--featured {
  gap: 20px;
  justify-content: center;
  width: min(780px, 100%);
  margin: clamp(24px, 3.4vh, 46px) auto clamp(92px, 12vh, 126px);
}

.hero-video-trigger {
  position: absolute;
  top: 54%;
  right: 10.5%;
  transform: translateY(-50%);
  width: 146px;
  height: 146px;
  border: 1px solid rgba(216, 185, 130, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 185, 130, 0.24), rgba(8, 7, 6, 0.46) 66%);
  box-shadow:
    0 0 0 1px rgba(216, 185, 130, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(216, 185, 130, 0.2);
  backdrop-filter: blur(8px);
  z-index: 3;
  transition: transform var(--sp-transition), box-shadow var(--sp-transition), border-color var(--sp-transition), background var(--sp-transition);
  animation: play-pulse 3.8s ease-in-out infinite;
}

.hero-video-trigger.reveal {
  transform: translateY(calc(-50% + 18px)) scale(0.94);
}

.hero-video-trigger.reveal.is-visible {
  transform: translateY(-50%);
}

.hero-video-trigger::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  border: 1px solid rgba(216, 185, 130, 0.2);
  opacity: 0;
  animation: play-ripple 3.8s ease-out infinite;
}

.hero-video-trigger::after {
  content: "";
  position: absolute;
  inset: -50px;
  border-radius: 50%;
  border: 1px solid rgba(216, 185, 130, 0.16);
  opacity: 0;
  animation: play-ripple 3.8s ease-out 1.3s infinite;
}

.hero-video-trigger:hover {
  transform: translateY(-50%) scale(1.05);
  border-color: rgba(216, 185, 130, 0.72);
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 185, 130, 0.3), rgba(8, 7, 6, 0.52) 68%);
  box-shadow:
    0 0 0 1px rgba(216, 185, 130, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 64px rgba(216, 185, 130, 0.42);
}

.hero-video-trigger__icon {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 25px solid var(--sp-cream);
  margin-left: 8px;
  filter: drop-shadow(0 0 10px rgba(216, 185, 130, 0.22));
}

.hero-cta-card {
  display: inline-grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 350px;
  min-height: 86px;
  padding: 15px 20px;
  border-radius: 13px;
  border-width: 1px;
  justify-self: center;
  text-align: left;
  text-transform: none;
  border-color: rgba(216, 185, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.62), rgba(10, 8, 6, 0.58));
  backdrop-filter: blur(4px);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(216, 185, 130, 0.05);
}

.hero-cta-card--support {
  background:
    linear-gradient(135deg, rgba(216, 185, 130, 0.94), rgba(184, 137, 59, 0.9) 54%, rgba(124, 82, 35, 0.88));
  border-color: rgba(243, 230, 207, 0.46);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(216, 185, 130, 0.14),
    inset 0 0 0 1px rgba(248, 236, 218, 0.16);
}

.hero-cta-card--self {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.7), rgba(8, 8, 7, 0.62));
  border-color: rgba(216, 185, 130, 0.26);
}

.hero-cta-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(216, 185, 130, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 185, 130, 0.12), rgba(10, 9, 7, 0.7));
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(216, 185, 130, 0.08);
}

.hero-cta-card--support .hero-cta-card__icon {
  border-color: rgba(29, 19, 11, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(29, 19, 11, 0.22), rgba(29, 19, 11, 0.08));
}

.hero-cta-card__icon::before,
.hero-cta-card__icon::after {
  content: "";
  position: absolute;
  display: block;
}

.hero-cta-card--support .hero-cta-card__icon::before {
  width: 22px;
  height: 16px;
  border: 2px solid rgba(248, 236, 218, 0.92);
  border-radius: 4px;
  transform: rotate(-8deg);
}

.hero-cta-card--support .hero-cta-card__icon::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(248, 236, 218, 0.92);
  box-shadow:
    0 -13px 0 -2px rgba(248, 236, 218, 0.92),
    0 13px 0 -2px rgba(248, 236, 218, 0.92);
}

.hero-cta-card--self .hero-cta-card__icon::before {
  width: 24px;
  height: 16px;
  border: 2px solid rgba(248, 236, 218, 0.92);
  border-radius: 4px;
}

.hero-cta-card--self .hero-cta-card__icon::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(248, 236, 218, 0.92);
  box-shadow:
    -9px 0 0 rgba(248, 236, 218, 0.92),
    9px 0 0 rgba(248, 236, 218, 0.92);
}

.hero-cta-card__body {
  display: grid;
  gap: 2px;
}

.hero-cta-card__eyebrow {
  color: var(--sp-sand);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-cta-card--support .hero-cta-card__eyebrow,
.hero-cta-card--support .hero-cta-card__text {
  color: #1d130b;
  text-shadow: none;
}

.hero-cta-card__text {
  color: var(--sp-cream);
  font-size: 1rem;
  line-height: 1.28;
  text-align: left;
}

.hero-cta-card:hover,
.hero-cta-card:focus-visible {
  border-color: rgba(216, 185, 130, 0.28);
  background:
    linear-gradient(180deg, rgba(31, 24, 15, 0.74), rgba(12, 10, 7, 0.64));
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(216, 185, 130, 0.1);
}

.hero-cta-card--support:hover,
.hero-cta-card--support:focus-visible {
  border-color: rgba(243, 230, 207, 0.58);
  background:
    linear-gradient(135deg, rgba(226, 196, 135, 0.96), rgba(190, 145, 67, 0.92) 54%, rgba(134, 90, 39, 0.9));
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(216, 185, 130, 0.18),
    inset 0 0 0 1px rgba(248, 236, 218, 0.18);
}

.hero-cta-card--self:hover,
.hero-cta-card--self:focus-visible {
  border-color: rgba(216, 185, 130, 0.36);
  background:
    linear-gradient(180deg, rgba(22, 18, 14, 0.74), rgba(8, 8, 7, 0.66));
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.26),
    0 0 20px rgba(216, 185, 130, 0.12);
}

@media (min-width: 1025px) {
  .hero-stage-center {
    position: relative;
    grid-template-rows: auto 1fr auto;
  }

  .campaign-board {
    grid-row: 1;
  }

  .hero-actions--featured {
    grid-row: 3;
    align-self: end;
    margin-top: 0;
    margin-bottom: clamp(4px, 0.6vh, 8px);
  }
}

@media (min-width: 1025px) and (max-width: 1680px) and (max-height: 950px) {
  .hero-stage-center {
    min-height: calc(100svh - var(--sp-header-height) - 132px);
    grid-template-rows: auto 1fr auto;
    gap: clamp(6px, 1.1vh, 12px);
  }

  .campaign-board {
    gap: 8px;
  }

  .hero-poster-lockup {
    margin-top: clamp(18px, 3.2vh, 34px);
    margin-bottom: clamp(6px, 0.8vh, 12px);
  }

  .hero-project-logo {
    width: clamp(220px, 20vw, 296px);
  }

  .hero-copyblock {
    margin-bottom: clamp(6px, 1vh, 12px);
  }

  .hero-title {
    font-size: clamp(2.9rem, 5.05vw, 4.1rem);
    line-height: 0.91;
  }

  .hero-copy {
    font-size: 0.95rem;
  }

  .hero-actions--featured {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(760px, 100%);
    margin-top: 0;
    margin-bottom: clamp(18px, 3vh, 38px);
  }

  .hero-cta-card {
    flex: 0 1 calc(50% - 7px);
    width: calc(50% - 7px);
    min-width: 0;
    min-height: 68px;
    padding: 10px 14px;
  }
}

.ticket-meter__value {
  margin: 8px 0;
  color: var(--sp-cream);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
}

.ticket-meter__progress {
  height: 18px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.ticket-meter__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sp-sand), var(--sp-gold));
}

.ticket-meter__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: -43px;
  color: var(--sp-text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.cta {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cta--gold {
  background: linear-gradient(135deg, rgba(216, 185, 130, 0.95), rgba(184, 137, 59, 0.92));
  color: #170f09;
}

.cta--ghost,
.cta--light {
  background: rgba(15, 10, 7, 0.6);
}

.studio-strip__item {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.studio-strip__item--title {
  font-family: "Lexend", "Segoe UI", sans-serif;
}

.studio-strip__logo {
  display: block;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.studio-strip__logo--megaton {
  max-height: 94px;
}

.studio-strip__logo--project {
  max-height: 104px;
}

.studio-strip__logo--baraka {
  max-height: 80px;
}

.studio-strip.reveal {
  transform: translateX(-50%) translateY(24px);
}

.studio-strip.reveal.is-visible {
  transform: translateX(-50%) translateY(0);
}

.studio-strip--section.reveal {
  transform: translateY(24px);
}

.studio-strip--section.reveal.is-visible {
  transform: translateY(0);
}

.content-section {
  margin-top: 32px;
  padding: 72px 0;
}



.poster-card {
  padding: 20px;
  border-radius: 26px;
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(255, 238, 210, 0.12), rgba(25, 17, 11, 0.96)),
    linear-gradient(135deg, #947255, #24180f 60%, #100b08);
}

.poster-card__frame {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(216, 185, 130, 0.34);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 28px 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 244, 220, 0.36), transparent 20%),
    linear-gradient(180deg, rgba(18, 13, 9, 0.08), rgba(18, 13, 9, 0.88));
}

.poster-card__title,
.poster-card__subtitle {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.poster-card__title {
  font-size: 2rem;
  color: var(--sp-sand);
}

.poster-card__subtitle {
  font-size: 2.8rem;
  color: var(--sp-gold);
}

.section-title {
  margin: 10px 0 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.section-title--small {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.character-card,
.location-card,
.sponsor-panel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 24px;
  transition:
    transform var(--sp-transition-slow),
    border-color var(--sp-transition-slow),
    box-shadow var(--sp-transition-slow);
}

.character-card:hover,
.location-card:hover,
.sponsor-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 185, 130, 0.46);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(216, 185, 130, 0.08);
}

.character-card__portrait,
.location-card__image {
  height: 220px;
  margin-bottom: 18px;
  border-radius: 18px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 247, 230, 0.18), transparent 20%),
    linear-gradient(135deg, rgba(216, 185, 130, 0.26), rgba(14, 10, 8, 0.84)),
    #2f1f15;
}

.character-card__portrait {
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  color: var(--sp-sand);
}

.character-card h3,
.location-card h3,
.sponsor-panel h3 {
  margin: 0 0 10px;
  color: var(--sp-sand);
  font-size: 1.45rem;
}

.location-card__image {
  background:
    linear-gradient(180deg, rgba(255, 241, 216, 0.08), rgba(15, 10, 6, 0.1)),
    linear-gradient(135deg, #b68e69, #6c4b31 40%, #2b1c12 100%);
}

.countdown {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border-radius: 24px;
}

.countdown__item {
  min-height: 128px;
  display: grid;
  place-items: center;
  gap: 8px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(184, 137, 59, 0.18), rgba(16, 24, 39, 0.2)),
    rgba(11, 9, 7, 0.9);
  border: 1px solid rgba(216, 185, 130, 0.18);
}

.countdown__item strong {
  color: var(--sp-gold);
  font-size: clamp(2rem, 4vw, 3rem);
}

.sponsor-panel__grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  width: 100%;
  margin-inline: 0;
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 5vw, 76px) clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(216, 185, 130, 0.12);
  background:
    radial-gradient(circle at 18% 16%, rgba(184, 137, 59, 0.13), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(216, 185, 130, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(13, 13, 12, 0.98), rgba(5, 7, 9, 0.99) 58%, rgba(11, 8, 6, 1));
  box-shadow: inset 0 1px 0 rgba(243, 230, 207, 0.03);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(216, 185, 130, 0.08), transparent 18%, transparent 82%, rgba(216, 185, 130, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
  opacity: 0.36;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 1.34fr) minmax(430px, 1.44fr) minmax(190px, 0.6fr);
  align-items: start;
  gap: clamp(30px, 3.8vw, 66px);
  width: min(100%, 1280px);
  margin-inline: auto;
}

.site-footer__brand-group {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr);
  align-items: start;
  gap: clamp(24px, 3vw, 48px);
  min-width: 0;
}

.site-footer__logo-link {
  display: inline-flex;
  width: fit-content;
  border-radius: 18px;
}

.site-footer__logo {
  display: block;
  width: clamp(150px, 10.5vw, 188px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(184, 88, 24, 0.24));
}

.site-footer__copy-social {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 20px;
  min-width: 0;
}

.site-footer__tagline {
  margin: 0;
  max-width: 270px;
  color: rgba(243, 230, 207, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 185, 130, 0.34);
  border-radius: 50%;
  color: var(--sp-sand);
  background: rgba(184, 137, 59, 0.06);
  transition:
    color var(--sp-transition),
    border-color var(--sp-transition),
    background var(--sp-transition),
    box-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.social-link svg {
  width: 17px;
  height: 17px;
  display: block;
}

.social-link svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--sp-cream);
  border-color: rgba(216, 185, 130, 0.72);
  background: rgba(184, 137, 59, 0.16);
  box-shadow: 0 0 24px rgba(184, 137, 59, 0.22);
  transform: translateY(-1px);
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  align-items: start;
  gap: clamp(20px, 3vw, 46px);
}

.site-footer__column {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.site-footer__column h2 {
  margin: 0 0 8px;
  color: var(--sp-sand);
  font-family: var(--sp-font-heading);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__column a {
  width: fit-content;
  color: rgba(243, 230, 207, 0.7);
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color var(--sp-transition),
    text-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
  color: var(--sp-cream);
  text-shadow: 0 0 18px rgba(216, 185, 130, 0.24);
  transform: translateX(2px);
}

.site-footer__date-card {
  justify-self: end;
  align-self: start;
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 22px 30px;
  border: 1px solid rgba(184, 137, 59, 0.58);
  border-radius: 12px;
  color: var(--sp-cream);
  text-align: center;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(184, 137, 59, 0.14), rgba(15, 11, 7, 0.64)),
    rgba(7, 8, 9, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(243, 230, 207, 0.04),
    0 22px 44px rgba(0, 0, 0, 0.22);
  transition:
    border-color var(--sp-transition),
    box-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.site-footer__date-card span {
  color: var(--sp-sand);
  font-family: var(--sp-font-heading);
  font-size: clamp(1.38rem, 1.65vw, 1.86rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer__date-card small {
  color: rgba(243, 230, 207, 0.76);
  font-family: var(--sp-font-heading);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-footer__date-card:hover,
.site-footer__date-card:focus-visible {
  border-color: rgba(216, 185, 130, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(243, 230, 207, 0.07),
    0 26px 56px rgba(184, 137, 59, 0.14);
  transform: translateY(-2px);
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
  z-index: 30;
}

.modal.is-open {
  display: grid;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 7, 0.7);
}

.modal__dialog {
  position: relative;
  width: min(100%, 640px);
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(16, 24, 39, 0.3), rgba(15, 10, 7, 0.92)),
    rgba(8, 7, 6, 0.96);
}

.modal__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}

.modal__titlegroup {
  min-width: 0;
}

.modal__titlegroup .eyebrow {
  margin: 0 0 4px;
}

.modal__titlegroup .section-title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.1;
}

.modal__close {
  margin-left: 0;
  min-height: 38px;
  padding: 8px 14px;
  align-self: start;
}

.ticket-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.ticket-form label {
  display: grid;
  gap: 8px;
  color: var(--sp-text-soft);
}

.ticket-form input,
.ticket-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(216, 185, 130, 0.2);
  border-radius: 14px;
  color: var(--sp-cream);
  background: rgba(255, 255, 255, 0.04);
}

.modal__dialog--video {
  width: min(100%, 1120px);
}

.trailer-video {
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
  background: #000;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .site-footer {
    padding: clamp(50px, 6vw, 64px) clamp(28px, 5vw, 52px);
  }

  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 34px;
    width: min(100%, 760px);
  }

  .site-footer__brand-group {
    grid-template-columns: auto minmax(260px, 1fr);
    justify-content: center;
    width: min(100%, 640px);
    gap: clamp(28px, 4vw, 40px);
  }

  .site-footer__logo {
    width: clamp(152px, 18vw, 176px);
  }

  .site-footer__copy-social {
    justify-items: start;
  }

  .site-footer__nav {
    width: min(100%, 640px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: start;
    gap: clamp(28px, 4vw, 42px);
  }

  .site-footer__date-card {
    justify-self: center;
    min-width: 240px;
    padding: 21px 34px;
  }
}

@media (max-width: 1024px) {
  .brand {
    grid-area: brand;
    justify-self: start;
  }

  .nav-link {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .nav-link + .nav-link {
    margin-left: 0;
    padding-left: 16px;
  }

  .header-actions {
    grid-area: actions;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    padding-right: 0;
  }

  .header-release {
    min-width: 108px;
    padding: 8px 10px;
  }

  .header-release__date {
    font-size: 1.06rem;
    letter-spacing: 0.08em;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-panel:not([hidden]) {
    position: absolute;
    top: calc(100% + 1px);
    right: clamp(24px, 4vw, 40px);
    display: grid;
    width: min(320px, calc(100vw - 48px));
    padding: 8px;
    border: 1px solid rgba(216, 185, 130, 0.2);
    border-radius: 0 0 12px 12px;
    background:
      linear-gradient(180deg, rgba(8, 13, 21, 0.98), rgba(5, 7, 10, 0.98)),
      var(--sp-night);
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.44);
    z-index: 30;
  }

  .hero-stage__inner {
    padding: 24px 24px 42px;
    overflow: visible;
  }

  .hero-stage-center {
    display: grid;
    grid-template-rows: none;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: start;
    gap: clamp(14px, 2.4vh, 24px);
    width: min(100%, 760px);
  }

  .hero-stage__topline,
  .campaign-board,
  .hero-poster-lockup,
  .hero-copyblock,
  .hero-actions--featured,
  .hero-video-trigger {
    width: min(100%, 760px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stage__topline {
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .campaign-board {
    order: 2;
    gap: 12px;
  }

  .hero-poster-lockup {
    order: 3;
    margin-top: clamp(18px, 3.2vh, 30px);
    margin-bottom: 0;
  }

  .hero-copyblock {
    order: 4;
    margin-bottom: 0;
  }

  .hero-actions--featured {
    order: 5;
    margin: 0 auto clamp(28px, 4vh, 44px);
  }

  .hero-video-trigger {
    order: 6;
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none !important;
    justify-self: center;
    width: clamp(72px, 14vw, 110px);
    height: clamp(72px, 14vw, 110px);
    margin: 24px auto 0;
  }

  .hero-video-trigger.reveal,
  .hero-video-trigger.reveal.is-visible,
  .hero-video-trigger:hover {
    transform: none !important;
  }

  .hero-cta-card {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .brand {
    grid-area: brand;
    justify-self: start;
  }

  .header-actions {
    grid-area: actions;
    justify-content: flex-start;
    justify-self: stretch;
    gap: 8px;
    flex-wrap: wrap;
  }

  .header-release {
    display: none;
  }

  .mobile-nav-panel:not([hidden]) {
    left: clamp(14px, 4vw, 20px);
    right: clamp(14px, 4vw, 20px);
    width: auto;
  }

  .brand__logo {
    width: 148px;
  }

  .hero-rail {
    --rail-pad-x: 12px;
    --rail-content-width: calc(min(calc(100vw - 32px), 520px) - var(--rail-pad-x) - var(--rail-pad-x));
    width: min(calc(100% - 32px), 520px);
    padding: 14px var(--rail-pad-x);
    margin: 32px auto 0;
  }

  .header-release {
    min-width: 92px;
    padding: 7px 8px;
  }

  .campaign-board__stats {
    grid-template-columns: 1fr;
  }

  .logo-stack--rail {
    --visible-count: 2;
  }

  .logo-stack--rail-primary {
    --tile-width: calc((var(--rail-content-width) - var(--rail-logo-gap)) / 2);
  }

  .logo-stack--rail-category {
    --visible-count: 4;
    --tile-width: calc((var(--rail-content-width) - var(--rail-logo-gap) - var(--rail-logo-gap) - var(--rail-logo-gap)) / 4);
  }

  .campaign-progress__labels {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .campaign-progress__scale {
    min-height: 34px;
    font-size: 0.54rem;
    letter-spacing: 0.06em;
  }

  .campaign-progress__scale-current {
    top: 14px;
    left: clamp(66px, var(--progress-ratio), calc(100% - 92px));
  }

  .campaign-progress__scale-current strong {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .campaign-progress__scale-target {
    max-width: 92px;
    justify-content: flex-end;
  }

  .hero-actions--featured {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
    margin-bottom: clamp(24px, 4.4vh, 44px);
  }

  .hero-poster-lockup {
    margin-top: clamp(12px, 2.4vh, 22px);
  }

  .hero-cta-card {
    min-width: 0;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.74rem, 7.8vw, 2.64rem);
  }

  .hero-project-logo {
    width: clamp(200px, 54vw, 292px);
  }

  .hero-video-trigger {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none !important;
    margin: 20px auto 0;
    width: clamp(72px, 20vw, 96px);
    height: clamp(72px, 20vw, 96px);
  }

  .hero-video-trigger.reveal {
    transform: none !important;
  }

  .hero-video-trigger.reveal.is-visible {
    transform: none !important;
  }

  .hero-rail.reveal,
  .hero-rail.reveal.is-visible {
    transform: none;
  }

  .studio-strip.reveal {
    transform: translateX(-50%) translateY(18px);
  }

  .studio-strip.reveal.is-visible {
    transform: translateX(-50%) translateY(0);
  }

  .studio-strip--section.reveal {
    transform: translateY(18px);
  }

  .studio-strip--section.reveal.is-visible {
    transform: translateY(0);
  }

  .modal__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 12px;
  }

  .modal {
    padding: 16px;
  }

  .modal__dialog,
  .modal__dialog--video {
    max-height: calc(100svh - 32px);
    overflow-y: auto;
    padding: 20px 16px;
  }

  .trailer-video {
    max-height: calc(100svh - 180px);
    object-fit: contain;
  }

  .modal__close {
    justify-self: end;
    align-self: start;
    margin-top: 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 32px;
    text-align: center;
  }

  .site-footer__brand-group {
    grid-template-columns: auto minmax(180px, 260px);
    justify-content: center;
    justify-items: start;
    max-width: 560px;
  }

  .site-footer__copy-social {
    justify-items: center;
    text-align: left;
  }

  .site-footer__tagline {
    max-width: 260px;
  }

  .site-footer__social {
    justify-content: flex-start;
  }

  .site-footer__nav {
    width: min(100%, 560px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
  }

  .site-footer__column {
    justify-items: center;
  }

  .site-footer__date-card {
    justify-self: center;
  }

  .countdown {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-inline: 14px;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .brand__logo {
    width: 124px;
  }

  .lang-switch {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.72rem;
    min-width: 72px;
    gap: 6px;
  }

  .flag-badge {
    width: 21px;
    height: 21px;
    font-size: 13px;
  }

  .language-menu {
    right: auto;
    left: 0;
    min-width: 172px;
  }

  .cta--ghost.js-open-ticket {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.72rem;
  }

  .mobile-menu-toggle {
    width: 40px;
    min-width: 40px;
    min-height: 38px;
  }

  .site-footer {
    padding: 42px 18px 48px;
  }

  .site-footer__inner {
    gap: 28px;
  }

  .site-footer__brand-group {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .site-footer__copy-social {
    justify-items: center;
    text-align: center;
  }

  .site-footer__social {
    justify-content: center;
  }

  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__column {
    gap: 8px;
  }

  .site-footer__date-card {
    width: min(100%, 220px);
    min-width: 0;
    padding: 20px 22px;
  }

  .hero-stage__inner {
    padding: 18px 14px 28px;
    overflow: visible;
  }

  .hero-stage__topline,
  .campaign-board,
  .hero-poster-lockup,
  .hero-copyblock,
  .hero-actions--featured,
  .hero-video-trigger {
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.52rem, 7vw, 2.16rem);
    max-width: 100%;
  }

  .hero-copy {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .campaign-progress__scale {
    min-height: 32px;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }

  .campaign-progress__scale-current {
    left: clamp(58px, var(--progress-ratio), calc(100% - 82px));
  }

  .campaign-progress__scale-current strong {
    font-size: 0.58rem;
  }

  .hero-video-trigger {
    width: 82px;
    height: 82px;
    margin-top: 18px;
  }

  .hero-rail {
    --rail-pad-x: 10px;
    --rail-content-width: calc(min(calc(100vw - 24px), 520px) - var(--rail-pad-x) - var(--rail-pad-x));
    width: min(calc(100% - 24px), 520px);
    padding: 12px var(--rail-pad-x);
    margin: 24px auto;
  }

  .hero-cta-card {
    padding: 12px 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-cta-card__text {
    font-size: 0.88rem;
  }

  .rail-block__title {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .rail-block__title::before,
  .rail-block__title::after {
    width: 34px;
    flex-basis: 34px;
  }

  .logo-stack--rail-category {
    --visible-count: 4;
    --tile-width: calc((var(--rail-content-width) - var(--rail-logo-gap) - var(--rail-logo-gap) - var(--rail-logo-gap)) / 4);
  }

  .contributor-row__brand span {
    max-width: 112px;
  }
}

@media (max-width: 400px) {
  .hero-rail {
    width: min(calc(100% - 16px), 520px);
    padding: 10px var(--rail-pad-x);
    margin: 16px auto;
  }
}

@keyframes play-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(216, 185, 130, 0.16),
      0 18px 42px rgba(0, 0, 0, 0.38),
      0 0 28px rgba(216, 185, 130, 0.16);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(216, 185, 130, 0.24),
      0 18px 42px rgba(0, 0, 0, 0.38),
      0 0 52px rgba(216, 185, 130, 0.32);
  }
}

@keyframes play-ripple {
  0% {
    transform: scale(0.9);
    opacity: 0.48;
  }

  70% {
    transform: scale(1.34);
    opacity: 0.12;
  }

  100% {
    transform: scale(1.48);
    opacity: 0;
  }
}

@keyframes rail-marquee-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-1 * var(--loop-distance)));
  }
}

@keyframes rail-marquee-y {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-1 * var(--loop-distance)));
  }
}

/* Homepage reference sections: story, characters, locations and vision */
.content-section--reference {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(70px, 8vw, 132px) clamp(20px, 5vw, 76px);
  border-radius: 0;
  width: 100%;
  background:
    radial-gradient(circle at 8% 18%, rgba(184, 137, 59, 0.2), transparent 22%),
    radial-gradient(circle at 92% 54%, rgba(216, 185, 130, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(9, 7, 5, 0.98), rgba(42, 28, 17, 0.94) 48%, rgba(10, 8, 6, 0.98));
}

.content-section--reference::before,
.content-section--reference::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") center 30% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.18;
  mix-blend-mode: screen;
  animation: smoke-drift 48s ease-in-out infinite alternate;
}

.content-section--reference::after {
  background:
    linear-gradient(180deg, rgba(9, 7, 5, 0.35) 0%, transparent 6%),
    linear-gradient(0deg, rgba(10, 8, 6, 0.35) 0%, transparent 6%),
    radial-gradient(ellipse at 50% 50%, transparent 35%, rgba(9, 7, 5, 0.2) 100%),
    linear-gradient(90deg, rgba(9, 7, 5, 0.6), transparent 18%, transparent 82%, rgba(9, 7, 5, 0.6)),
    radial-gradient(ellipse at 8% 80%, rgba(216, 185, 130, 0.12), transparent 32%),
    radial-gradient(ellipse at 92% 20%, rgba(216, 185, 130, 0.07), transparent 30%);
  background-repeat: no-repeat;
  opacity: 0.35;
}

.content-section--story.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") 72% 44% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.16;
}

.content-section--gallery.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") 82% 62% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.16;
}

.content-section--locations.content-section--reference::before {
  background: url("../images/Medine_4-1-min.png") center 40% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.content-section--vision.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") 50% 72% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.16;
}

.story-reference {
  padding-top: clamp(58px, 6vw, 96px);
}

.story-reference .studio-strip--section {
  width: min(1120px, 92%);
  margin: 0 auto clamp(46px, 6vw, 82px);
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  align-items: center;
  justify-items: center;
  gap: clamp(22px, 5vw, 70px);
}

.story-reference__layout {
  width: min(1320px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

.story-reference__poster {
  position: relative;
  margin: 0;
}

.story-reference__poster img {
  display: block;
  width: 100%;
  aspect-ratio: 203 / 300;
  object-fit: cover;
  border-radius: 16px;
  filter: drop-shadow(0 28px 80px rgba(0, 0, 0, 0.52));
}

.story-reference__copy {
  max-width: 760px;
}

.story-reference__subtitle {
  margin: 0 0 clamp(18px, 2.2vw, 30px);
  font-size: clamp(1.05rem, 1.55vw, 30px);
  letter-spacing: 0.08em;
  color: var(--sp-gold);
  text-transform: uppercase;
  font-weight: 400;
}

.story-reference__release {
  width: fit-content;
  margin: 0 auto clamp(24px, 3vw, 42px);
  color: rgba(243, 230, 207, 0.78);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.35;
  text-align: center;
}

.section-cta,
.btn-cinematic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: var(--btn-cinematic-color, #1b120d);
  box-shadow: var(--btn-cinematic-shadow, 0 18px 42px rgba(0, 0, 0, 0.36));
}

.section-cta {
  margin-top: clamp(12px, 2vw, 22px);
  min-height: 50px;
  padding: 0 26px;
  border-radius: 12px;
}

.section-cta::before,
.btn-cinematic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--btn-cinematic-base, rgba(243, 230, 207, 0.96));
}

.section-cta::after,
.btn-cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--btn-cinematic-overlay, rgba(190, 145, 67, 0.92));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.section-cta:hover::after,
.section-cta:focus-visible::after,
.btn-cinematic:hover::after,
.btn-cinematic:focus-visible::after {
  transform: scaleX(1);
}

.section-cta:hover,
.section-cta:focus-visible,
.btn-cinematic:hover,
.btn-cinematic:focus-visible {
  color: var(--btn-cinematic-hover-color, #0f0a07);
  transform: translateY(-2px);
  box-shadow: var(
    --btn-cinematic-hover-shadow,
    0 22px 46px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(216, 185, 130, 0.18)
  );
}

.section-cta,
.btn-cinematic {
  transition:
    transform 280ms ease,
    color 280ms ease,
    box-shadow 280ms ease;
}

.ticket-form .btn-cinematic[type="submit"] {
  width: 100%;
  padding: 14px 28px;
  border-radius: 12px;
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.choice-group .btn-cinematic {
  width: 100%;
  padding: 20px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}

.choice-group .btn-cinematic small {
  display: block;
  font-weight: 400;
  font-size: 0.82rem;
  opacity: 0.85;
  margin-top: 6px;
}

.showcase-section {
  text-align: center;
}

.showcase-section--characters {
  padding-top: clamp(56px, 6vw, 92px);
}

.showcase-section__visual {
  width: min(1280px, 94%);
  margin: 0 auto clamp(26px, 3.4vw, 46px);
}

.showcase-section__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.55));
}

:root {
  --sp-page-gold-soft: #f0cf87;
}

.section-heading--reference {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.site-heading-frame {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 18px);
}

.content-section .site-heading-frame {
  margin: 0 auto clamp(18px, 2.2vw, 30px);
}

.site-heading-frame__line {
  flex: 1 1 auto;
  min-width: clamp(90px, 16vw, 260px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(214, 173, 96, 0.18) 20%,
    rgba(214, 173, 96, 0.85) 100%
  );
}

.site-heading-frame__line:last-child {
  background: linear-gradient(
    90deg,
    rgba(214, 173, 96, 0.85) 0%,
    rgba(214, 173, 96, 0.18) 80%,
    transparent 100%
  );
}

.site-heading-frame__diamond {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border: 1px solid var(--sp-page-gold-soft);
  background: transparent;
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(214, 173, 96, 0.3);
}

.site-heading-frame > :is(h1, h2) {
  flex: 0 0 auto;
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--sp-page-gold-soft);
  text-transform: uppercase;
  white-space: nowrap;
  text-wrap: normal;
  text-align: center;
  text-shadow: none;
}

.site-heading-frame > :is(h1, h2) {
  display: block;
  max-width: min(960px, 100%);
}

.site-heading-frame--wide {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-inline: auto;
}

.site-heading-frame--wide .site-heading-frame__line {
  flex: 1 1 auto;
  min-width: clamp(64px, 14vw, 240px);
}

.site-heading-frame--wide > :is(h1, h2) {
  flex: 0 0 auto;
  max-width: min(100%, 980px);
  white-space: nowrap;
}

.site-heading-frame--compact {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
}

.site-heading-frame--compact .site-heading-frame__line {
  flex: 0 1 clamp(24px, 4vw, 72px);
  min-width: 18px;
  max-width: 80px;
}

.site-heading-frame--compact > :is(h1, h2) {
  flex: 0 1 auto;
  max-width: min(100%, 430px);
  white-space: normal;
}

.section-heading--reference .section-text {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.85);
}

.showcase-section__image-card {
  width: min(1320px, 94%);
  margin: 0 auto clamp(36px, 4vw, 56px);
}

.showcase-section__image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1536 / 642;
  object-fit: cover;
  border-radius: 14px;
  filter: drop-shadow(0 30px 90px rgba(0, 0, 0, 0.48));
}

.vision-reference {
  text-align: center;
  padding-block: clamp(78px, 9vw, 150px);
}

.countdown--reference {
  position: relative;
  width: min(860px, calc(100vw - 64px));
  margin-top: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: clamp(20px, 2.7vw, 34px) clamp(20px, 4vw, 44px);
  border-radius: 14px;
  border: 1px solid rgba(216, 185, 130, 0.5);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(216, 185, 130, 0.16), transparent 54%),
    linear-gradient(90deg, rgba(42, 23, 12, 0.92), rgba(18, 11, 7, 0.9), rgba(54, 26, 12, 0.9));
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 220, 154, 0.08),
    inset 0 0 44px rgba(184, 137, 59, 0.12);
  overflow: hidden;
}

.countdown--reference::before,
.countdown--reference::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 185, 130, 0.7), transparent);
}

.countdown--reference::before {
  top: 6px;
}

.countdown--reference::after {
  bottom: 6px;
}

.countdown--reference .countdown__item {
  min-height: clamp(112px, 10vw, 146px);
  padding: 0 clamp(10px, 2vw, 22px);
  border-radius: 0;
  border: 0;
  background: transparent;
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(6px, 0.9vw, 10px);
  min-width: 0;
}

.countdown--reference .countdown__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14%;
  right: -7px;
  bottom: 14%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(216, 185, 130, 0.7), transparent);
}

.countdown--reference .countdown__item strong {
  font-size: clamp(3.2rem, 5.8vw, 5.4rem);
  font-family: "Cormorant Infant", Georgia, "Times New Roman", serif;
  line-height: 0.9;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
  color: var(--sp-gold);
  text-shadow:
    0 1px 0 rgba(255, 237, 191, 0.28),
    0 0 26px rgba(216, 185, 130, 0.26);
}

.countdown.countdown--reference {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.countdown.countdown--reference .cinema-countdown__number {
  font-family: "Cormorant Infant", serif !important;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  color: #d9a94e;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 12px rgba(217, 169, 78, 0.28),
    0 0 24px rgba(216, 185, 130, 0.22);
}

.countdown--reference .countdown__item span {
  color: rgba(243, 230, 207, 0.8);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  letter-spacing: 0.18em;
  font-weight: 600;
}

.countdown--reference .cinema-countdown__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(243, 230, 207, 0.84);
  font-family: "Lexend", sans-serif;
  font-size: clamp(0.75rem, 0.9vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  white-space: nowrap;
}

.cinema-countdown__icon {
  width: clamp(17px, 1.35vw, 22px);
  height: clamp(17px, 1.35vw, 22px);
  color: var(--sp-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(184, 137, 59, 0.22));
  flex: 0 0 auto;
}

.reference-data-grid[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .content-section--reference {
    padding: 64px 22px;
  }

  .story-reference .studio-strip--section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .story-reference__layout {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .story-reference__poster {
    width: min(320px, 78vw);
  }

}

@media (max-width: 768px) {
  .site-heading-frame {
    width: calc(100vw - 40px);
    gap: 10px;
  }

  .site-heading-frame__line {
    min-width: 34px;
  }

  .site-heading-frame--compact > :is(h1, h2) {
    max-width: min(100%, 360px);
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .content-section--reference {
    padding: 54px 16px;
  }

  .story-reference .studio-strip--section {
    width: 100%;
  }

  .studio-strip__logo--megaton,
  .studio-strip__logo--project,
  .studio-strip__logo--baraka {
    max-height: 58px;
  }

  .site-heading-frame {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    overflow: visible;
  }

  .site-heading-frame--wide {
    gap: 8px;
  }

  .site-heading-frame--wide .site-heading-frame__line {
    flex: 0 1 28px;
    min-width: 18px;
    max-width: 36px;
  }

  .site-heading-frame__diamond {
    width: 5px;
    height: 5px;
  }

  .site-heading-frame--wide > :is(h1, h2) {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    letter-spacing: 0.04em;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .site-heading-frame--compact {
    gap: 8px;
  }

  .site-heading-frame--compact .site-heading-frame__line {
    flex: 0 1 18px;
    min-width: 12px;
    max-width: 24px;
  }

  .site-heading-frame--compact > :is(h1, h2) {
    font-size: clamp(1.55rem, 7.6vw, 2.15rem);
    letter-spacing: 0.04em;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .showcase-section__visual,
  .showcase-section__image-card {
    width: 100%;
  }

  .countdown--reference {
    width: min(760px, calc(100vw - 48px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 18px 12px;
  }

  .countdown--reference .countdown__item {
    min-height: 96px;
    padding-inline: 6px;
  }

  .countdown--reference .countdown__item strong {
    font-size: clamp(2.3rem, 10vw, 3.2rem);
    letter-spacing: 0.03em;
  }

  .countdown--reference .cinema-countdown__label {
    gap: 5px;
    font-size: clamp(0.62rem, 2.8vw, 0.72rem);
    letter-spacing: 0.14em;
  }

  .cinema-countdown__icon {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 768px) {
  .story-reference .studio-strip--section {
    width: calc(100vw - 64px);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    transform: none;
    left: auto;
    right: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    justify-items: center;
    align-items: center;
  }

  .story-reference .studio-strip--section .studio-strip__item {
    min-width: 0;
    width: 100%;
    overflow: visible;
  }

  .story-reference .studio-strip--section .studio-strip__logo {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 430px) {
  .site-heading-frame {
    width: calc(100vw - 28px);
    gap: 8px;
  }

  .site-heading-frame--wide {
    gap: 5px;
    padding-inline: 2px;
  }

  .site-heading-frame__line {
    min-width: 16px;
  }

  .site-heading-frame--wide .site-heading-frame__line {
    flex: 0 1 14px;
    min-width: 10px;
    max-width: 18px;
    opacity: 0.65;
  }

  .site-heading-frame__diamond {
    width: 5px;
    height: 5px;
  }

  .site-heading-frame--wide .site-heading-frame__diamond {
    opacity: 0.78;
  }

  .site-heading-frame > :is(h1, h2) {
    white-space: normal;
    font-size: 1.42rem;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .site-heading-frame--wide > :is(h1, h2) {
    max-width: calc(100% - 8px);
  }

  .site-heading-frame--compact .site-heading-frame__line {
    min-width: 10px;
    max-width: 20px;
  }

  .story-reference .studio-strip--section {
    width: calc(100vw - 40px);
    max-width: 390px;
    margin: 20px auto 36px;
    overflow: visible;
    transform: none;
    left: auto;
    right: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    justify-items: center;
    align-items: center;
  }

  .story-reference .studio-strip--section .studio-strip__item {
    min-width: 0;
    width: 100%;
    overflow: visible;
    justify-self: center;
  }

  .story-reference .studio-strip--section .studio-strip__item:nth-child(3) {
    grid-column: auto;
    width: 100%;
    max-width: none;
    justify-self: center;
  }

  .story-reference .studio-strip--section .studio-strip__logo {
    display: block;
    max-width: 100%;
    max-height: 48px;
    height: auto;
    object-fit: contain;
  }
}

@keyframes smoke-drift {
  0% {
    transform: scale(1) translateX(0);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.06) translateX(1.8%);
    opacity: 0.38;
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 0.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-section--reference::before,
  .content-section--reference::after {
    transition: none;
    animation: none;
  }

  .section-cta::after,
  .btn-cinematic::after {
    transition: none;
  }

  .section-cta:hover,
  .section-cta:focus-visible,
  .btn-cinematic:hover,
  .btn-cinematic:focus-visible {
    transform: none;
  }
}

.flash-message {
  position: relative;
  width: 100%;
  padding: 16px 24px;
  border: 1px solid rgba(216, 185, 130, 0.32);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.96), rgba(10, 8, 6, 0.98));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(216, 185, 130, 0.06);
  color: var(--sp-cream, #f8ecda);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  z-index: 50;
}

.flash-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flash-message li + li {
  margin-top: 4px;
}

.flash-message--success {
  border-color: rgba(216, 185, 130, 0.5);
  color: var(--sp-cream, #f8ecda);
}

.flash-message--error {
  border-color: rgba(230, 100, 80, 0.5);
  color: #f5c8b8;
}

@media (max-width: 768px) {
  .flash-message {
    padding: 14px 16px;
    font-size: 0.88rem;
  }
}

.toast-container {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 9999;
  display: grid;
  gap: 12px;
  max-width: 420px;
  width: calc(100% - 64px);
  pointer-events: none;
}

.toast {
  position: relative;
  padding: 16px 22px 16px 52px;
  border: 1px solid rgba(216, 185, 130, 0.5);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(22, 17, 10, 0.98), rgba(12, 9, 6, 0.98));
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(216, 185, 130, 0.08);
  color: #fff8ec;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(120%) scale(0.92);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.toast::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(216, 185, 130, 0.2);
  display: grid;
  place-items: center;
}

.toast--visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.toast--success {
  border-color: rgba(125, 184, 125, 0.5);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(125, 184, 125, 0.1),
    0 0 20px rgba(125, 184, 125, 0.06);
}

.toast--success::before {
  background: rgba(125, 184, 125, 0.2);
  box-shadow: inset 0 0 0 2px rgba(125, 184, 125, 0.5);
}

.toast--success::after {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
  color: #7db87d;
  font-weight: 700;
}

.toast--error {
  border-color: rgba(230, 100, 80, 0.55);
  color: #f5d0c4;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(230, 100, 80, 0.1);
}

.toast--error::before {
  background: rgba(230, 100, 80, 0.2);
  box-shadow: inset 0 0 0 2px rgba(230, 100, 80, 0.5);
}

.toast--error::after {
  content: "✕";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
  color: #e66450;
  font-weight: 700;
}

.field-error {
  display: block;
  margin-top: 4px;
  color: #f5a088;
  font-size: 0.82rem;
  line-height: 1.3;
}

.has-error {
  border-color: rgba(230, 100, 80, 0.6) !important;
  box-shadow: 0 0 0 2px rgba(230, 100, 80, 0.18) !important;
}

@media (max-width: 768px) {
  .toast-container {
    top: 16px;
    right: 16px;
    max-width: 100%;
    width: calc(100% - 32px);
  }

  .toast {
    padding: 14px 14px 14px 48px;
    font-size: 0.88rem;
  }

  .toast::before {
    left: 14px;
    width: 20px;
    height: 20px;
  }

  .toast--success::after {
    left: 18px;
    font-size: 13px;
  }

  .toast--error::after {
    left: 18px;
    font-size: 13px;
  }
}
