/* Niska premium product / reservation — light only, mobile-first */

.niska-product-body {
  --np-bg: #f7f7f5;
  --np-surface: #ffffff;
  --np-line: rgba(184, 137, 23, 0.35);
  --np-text: #121212;
  --np-muted: #5f625c;
  --np-or: var(--or, #b88917);
  --np-or-soft: #d5aa39;
  --np-bad: #b42318;
  --np-warn: #9a7410;
  --np-ok: #008c5c;
}

.niska-product-body .site-main,
.np-shell {
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(184, 137, 23, 0.1), transparent 55%),
    linear-gradient(180deg, #fbfbf9 0%, var(--np-bg) 40%, #f1f1ee 100%);
  color: var(--np-text);
}

.np-wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.np-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--np-or);
  margin-bottom: 0.55rem;
}

.np-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 7vw, 3.4rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
  margin-bottom: 0.75rem;
}

.np-lead,
.np-muted {
  color: var(--np-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.np-section {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.np-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.np-btn--primary {
  background: var(--np-or) !important;
  color: #0a0a0a !important;
}

.np-btn--primary:hover:not(:disabled) {
  background: var(--np-or-soft) !important;
  color: #0a0a0a !important;
}

.np-btn:disabled,
.np-btn[disabled],
.np-btn--primary:disabled,
.np-btn--primary[disabled] {
  opacity: 1;
  cursor: not-allowed;
  transform: none;
  background: #e8e8e2 !important;
  border-color: #d0d0c8 !important;
  color: #3f3f3a !important;
}

.np-btn--ghost {
  background: #fff !important;
  border-color: var(--gris-bord, #e2e2dc) !important;
  color: #121212 !important;
}

.np-btn--ghost:hover:not(:disabled) {
  border-color: var(--np-or) !important;
  color: #0a0a0a !important;
  background: #fff8e8 !important;
}

.np-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.7rem;
  border: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.np-badge--ok {
  color: #065f46;
  background: #ecfdf5;
  border-color: #6ee7b7;
}
.np-badge--warn {
  color: #92400e;
  background: #fffbeb;
  border-color: #fcd34d;
}
.np-badge--bad {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fca5a5;
}
.np-badge--neutral {
  color: #3f3f3a;
  background: #f3f3f0;
  border-color: #d4d4ce;
}

/* Hero */
.np-hero {
  position: relative;
  min-height: min(92vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.np-hero-media {
  position: absolute;
  inset: 0;
  background:
    center top / cover no-repeat var(--np-hero-image),
    #111;
  transform: scale(1.02);
  animation: np-hero-pan 18s ease-in-out alternate infinite;
}

.np-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 247, 245, 0.15) 0%, rgba(247, 247, 245, 0.45) 45%, rgba(247, 247, 245, 0.96) 100%),
    linear-gradient(90deg, rgba(247, 247, 245, 0.55), transparent 55%);
}

.np-hero-content {
  position: relative;
  z-index: 1;
  padding: 6.5rem 0 2.5rem;
}

.np-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: var(--np-muted);
  margin-bottom: 1.25rem;
}

.np-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.np-breadcrumb a:hover {
  color: var(--np-or);
}

.np-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.2rem, 14vw, 7rem);
  letter-spacing: 0.12em;
  line-height: 0.85;
  color: var(--np-or);
  margin-bottom: 0.35rem;
  animation: np-rise 0.8s ease both;
}

.np-hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.55rem, 5.5vw, 2.6rem);
  letter-spacing: 0.05em;
  max-width: 18ch;
  margin-bottom: 0.85rem;
  animation: np-rise 0.9s ease both 0.08s;
}

.np-hero-meta,
.np-hero-schedule {
  color: var(--np-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0.35rem;
  animation: np-rise 1s ease both 0.14s;
}

.np-hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 1.25rem 0 1.5rem;
  animation: np-rise 1.05s ease both 0.2s;
}

.np-from {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.78rem;
  color: var(--np-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.np-from strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: var(--np-text);
  font-weight: 400;
}

.np-hero-cta {
  animation: np-rise 1.1s ease both 0.26s;
}

/* Countdown */
.np-countdown {
  padding: 1.25rem 0 0.5rem;
}

.np-countdown-inner {
  display: grid;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--gris-bord, #e2e2dc);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
}

.np-countdown-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--np-muted);
}

.np-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.np-countdown-unit {
  text-align: center;
  padding: 0.55rem 0.25rem;
  background: #f7f7f5;
}

.np-countdown-val {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.6rem, 6vw, 2.2rem);
  letter-spacing: 0.06em;
  color: var(--np-or);
  line-height: 1;
}

.np-countdown-key {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--np-muted);
}

.np-countdown-ended {
  font-weight: 600;
  color: var(--np-warn);
}

/* Ticket board */
.np-date-tabs {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0 1.25rem;
}

.np-date-tab {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--np-surface);
  border: 1px solid var(--gris-bord, #e2e2dc);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.np-date-tab.is-active,
.np-date-tab:hover {
  border-color: var(--np-or);
  background: #fff8e8;
}

.np-date-day {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  min-width: 2.2rem;
  color: var(--np-or);
  line-height: 1;
}

.np-date-meta {
  display: grid;
  gap: 0.15rem;
}

.np-date-meta strong {
  font-size: 0.95rem;
}

.np-date-meta small {
  color: var(--np-muted);
  font-size: 0.78rem;
}

.np-ticket-list {
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.np-ticket-card {
  padding: 1.1rem;
  background: var(--np-surface);
  border: 1px solid var(--gris-bord, #e2e2dc);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.np-ticket-card.is-selected {
  border-color: var(--np-or);
  box-shadow: inset 0 0 0 1px rgba(184, 137, 23, 0.35);
}

.np-ticket-card.is-premium {
  background:
    linear-gradient(135deg, #fff8e8, transparent 45%),
    var(--np-surface);
}

.np-ticket-card.is-soldout {
  opacity: 0.62;
}

.np-ticket-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.np-ticket-zone {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--np-or);
  margin-bottom: 0.25rem;
}

.np-ticket-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.np-ticket-price {
  text-align: right;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.np-ticket-price span {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--np-muted);
}

.np-ticket-perks {
  list-style: none;
  display: grid;
  gap: 0.3rem;
  margin: 0 0 1rem;
  color: var(--np-muted);
  font-size: 0.86rem;
}

.np-ticket-perks li::before {
  content: '– ';
  color: var(--np-or);
}

.np-ticket-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.np-stock {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--np-ok);
}

.np-stock.is-warn { color: var(--np-warn); }
.np-stock.is-bad { color: var(--np-bad); }

.np-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gris-bord, #e2e2dc);
  background: #fff;
}

.np-qty-btn,
.np-qty-input {
  min-height: 42px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.np-qty-btn {
  width: 42px;
  cursor: pointer;
}

.np-qty-input {
  width: 46px;
  text-align: center;
  -moz-appearance: textfield;
}

.np-qty-input::-webkit-outer-spin-button,
.np-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.np-board-note {
  margin-top: 1.25rem;
  color: var(--np-muted);
  font-size: 0.82rem;
}

.np-empty {
  padding: 1.25rem;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  color: var(--np-muted);
}

/* Sticky bar */
.np-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 0.75rem 0.85rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--gris-bord, #e2e2dc);
  backdrop-filter: blur(14px);
  box-shadow: 0 -8px 24px rgba(17, 17, 17, 0.08);
}

.np-sticky-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.np-sticky-label {
  font-size: 0.78rem;
  color: var(--np-muted);
  margin-bottom: 0.15rem;
}

.np-sticky-total {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--np-muted);
}

.np-sticky-total strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  color: var(--np-text);
  font-weight: 400;
}

.np-sticky-msg {
  width: min(1120px, 100%);
  margin: 0.4rem auto 0;
  font-size: 0.82rem;
  color: var(--np-or-soft);
  min-height: 1.1em;
}

.np-shell {
  padding-bottom: 5.5rem;
}

/* Trust / payments / reviews / faq / info */
.np-trust-list,
.np-pay-list,
.np-review-list {
  list-style: none;
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.np-trust-list li,
.np-pay-item,
.np-review {
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--gris-bord, #e2e2dc);
}

.np-trust-list strong {
  display: block;
  margin-bottom: 0.35rem;
}

.np-trust-list p,
.np-trust-list a {
  color: var(--np-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.np-trust-list a {
  color: var(--np-or);
}

.np-pay-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.np-pay-icon img {
  max-height: 28px;
  width: auto;
}

.np-reviews-summary {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 1rem 0;
}

.np-reviews-summary strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  color: var(--np-or);
  font-weight: 400;
}

.np-review-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  margin-bottom: 0.35rem;
}

.np-verified {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--np-ok);
  border: 1px solid currentColor;
  padding: 0.15rem 0.45rem;
}

.np-stars {
  color: var(--np-or);
  letter-spacing: 0.08em;
}

.np-review time {
  display: block;
  font-size: 0.78rem;
  color: var(--np-muted);
  margin-bottom: 0.55rem;
}

.np-review-form {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.np-review-form h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
}

.np-review-form textarea,
.np-review-form input[type='text'],
.np-review-form select {
  width: 100%;
  background: #fff;
  border: 1px solid var(--gris-bord, #e2e2dc);
  color: var(--np-text);
  padding: 0.75rem 0.85rem;
  font: inherit;
}

.np-faq-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.np-faq-item {
  background: #fff;
  border: 1px solid var(--gris-bord, #e2e2dc);
  padding: 0 1rem;
}

.np-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-weight: 600;
}

.np-faq-item summary::-webkit-details-marker {
  display: none;
}

.np-faq-item summary::after {
  content: '+';
  float: right;
  color: var(--np-or);
}

.np-faq-item[open] summary::after {
  content: '–';
}

.np-faq-a {
  padding: 0 0 1rem;
  color: var(--np-muted);
}

.np-faq-a a {
  color: var(--np-or);
}

.np-info-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.np-info-grid > div {
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--gris-bord, #e2e2dc);
}

.np-info-grid dt {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--np-or);
  margin-bottom: 0.4rem;
}

.np-info-grid dd {
  color: var(--np-muted);
  line-height: 1.55;
  white-space: pre-wrap;
}

.np-prose {
  color: var(--np-muted);
  line-height: 1.65;
}

.np-prose p + p {
  margin-top: 0.75rem;
}

@keyframes np-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes np-hero-pan {
  from { transform: scale(1.02) translateY(0); }
  to { transform: scale(1.06) translateY(-1.5%); }
}

@media (prefers-reduced-motion: reduce) {
  .np-hero-media,
  .np-brand,
  .np-hero-title,
  .np-hero-meta,
  .np-hero-schedule,
  .np-hero-row,
  .np-hero-cta {
    animation: none !important;
  }
}

@media (min-width: 768px) {
  .np-date-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .np-trust-list,
  .np-pay-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .np-sticky-inner {
    grid-template-columns: 1fr minmax(220px, 280px);
  }
}

@media (min-width: 1024px) {
  .np-hero-content {
    padding: 8rem 0 3.5rem;
  }

  .np-ticket-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .np-trust-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .np-countdown-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
