/* =========================================================
   GKIK.DK — Grise kan ikke klatre
   Shared stylesheet for index.html + event.html
   ========================================================= */

/* ----- Custom Properties ----- */
:root {
  --bg:           #0d0d0b;
  --surface:      #141410;
  --surface-2:    #1a2016;

  --cream:        #f0ede4;
  --cream-75:     rgba(240, 237, 228, 0.75);
  --cream-65:     rgba(240, 237, 228, 0.65);
  --cream-55:     rgba(240, 237, 228, 0.55);
  --cream-45:     rgba(240, 237, 228, 0.45);
  --cream-35:     rgba(240, 237, 228, 0.35);
  --cream-30:     rgba(240, 237, 228, 0.30);
  --cream-20:     rgba(240, 237, 228, 0.20);

  --sage:         #a8c49a;
  --sage-btn:     #d4e8ce;
  --forest:       #4a6b3f;
  --border-3a:    #3a5430;

  --gold:         #EF9F27;
  --gold-bg:      #1a1a10;
  --gold-border:  rgba(186, 117, 23, 0.3);

  --border-dim:   rgba(255, 255, 255, 0.08);
  --border-faint: rgba(255, 255, 255, 0.06);
  --border-pale:  rgba(255, 255, 255, 0.10);
  --border-hi:    rgba(255, 255, 255, 0.15);
}

/* ----- Reset & Base ----- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background: var(--bg);
  color: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* ----- Navigation ----- */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
  border-bottom: 0.5px solid var(--border-dim);
  position: sticky;
  top: 0;
  background: var(--bg);
  z-index: 100;
}

.nav-logo {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  font-size: 13px;
  color: var(--cream-55);
  transition: color 0.15s;
}

.nav-links a:hover {
  color: var(--cream);
}

.nav-links a.nav-cta {
  color: var(--sage);
}

/* ----- Hero zone (event.html: shared bg behind hero + stats + billetter) ----- */
.hero-zone {
  position: relative;
  overflow: hidden;
}

.hero-zone-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.55);
  pointer-events: none;
  z-index: 0;
}

.hero-zone-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(13,13,11,0.05) 0%,
    rgba(13,13,11,0.45) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* ----- Hero ----- */
.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  z-index: 2;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    var(--bg) 0%,
    rgba(13, 13, 11, 0.55) 45%,
    rgba(13, 13, 11, 0.15) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 3.5rem 2.5rem;
  width: 100%;
  max-width: 820px;
}

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}

.hero-title span {
  color: var(--sage);
}

.hero-meta {
  font-size: 14px;
  color: var(--cream);
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 6px rgba(0,0,0,0.8);
}

.hero-sub {
  font-size: 13px;
  color: rgba(240,237,228,0.85);
  margin-bottom: 1.75rem;
  text-shadow: 0 1px 6px rgba(0,0,0,0.8);
  line-height: 1.7;
  max-width: 520px;
}

.hero-cta {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
}

/* ----- Buttons ----- */
.btn-primary {
  display: inline-block;
  background: var(--forest);
  color: var(--sage-btn);
  padding: 0.7rem 1.75rem;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.btn-primary:hover {
  background: #3d5a35;
  color: var(--sage-btn);
}

/* Fire/explosion button */
.btn-fire {
  background: linear-gradient(135deg, #c0390a 0%, #e8720c 40%, #f5a623 70%, #ffd166 100%);
  color: #fff;
  border: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 18px rgba(232,114,12,0.6), 0 2px 8px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  animation: fire-pulse 2.5s ease-in-out infinite;
}

.btn-fire::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.btn-fire:hover::before {
  transform: translateX(100%);
}

.btn-fire:hover {
  background: linear-gradient(135deg, #d94010 0%, #f07d18 40%, #f5b030 70%, #ffe08a 100%);
  box-shadow: 0 0 28px rgba(232,114,12,0.85), 0 2px 12px rgba(0,0,0,0.4);
  color: #fff;
}

@keyframes fire-pulse {
  0%, 100% { box-shadow: 0 0 18px rgba(232,114,12,0.6), 0 2px 8px rgba(0,0,0,0.4); }
  50%       { box-shadow: 0 0 30px rgba(245,166,35,0.85), 0 2px 8px rgba(0,0,0,0.4); }
}

.btn-secondary {
  display: inline-block;
  background: rgba(0,0,0,0.35);
  color: var(--cream);
  padding: 0.7rem 1.75rem;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 0.5px solid var(--border-hi);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.btn-secondary:hover {
  color: var(--cream);
  border-color: var(--cream-45);
}

.btn-full {
  width: 100%;
  text-align: center;
}

/* ----- Layout ----- */
.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.section {
  padding: 3.25rem 0;
  border-bottom: 0.5px solid var(--border-faint);
}

.section-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.75rem;
}

.section-label--lg {
  font-size: 17px;
}

/* ── Cast list ── */
.cast-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.cast-list-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 0.5px solid var(--border-faint);
}

.cast-list-row:nth-child(odd) {
  padding-right: 2rem;
}

.cast-list-row:nth-child(even) {
  padding-left: 2rem;
  border-left: 0.5px solid var(--border-faint);
}

.cast-list-role {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-35);
  flex-shrink: 0;
}

.cast-list-actor {
  font-size: 14px;
  font-weight: 500;
  color: var(--cream);
  text-align: right;
}

@media (max-width: 600px) {
  .cast-list-grid {
    grid-template-columns: 1fr;
  }
  .cast-list-row:nth-child(odd),
  .cast-list-row:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}

/* ----- About text ----- */
.about-text {
  font-size: 15px;
  color: var(--cream-75);
  line-height: 1.8;
  max-width: 660px;
}

.about-text p + p {
  margin-top: 1rem;
}

/* ----- Cast ----- */
.cast-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.cast-img-wrap img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  object-position: center 15%;
}

.cast-names {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.cast-person {
  display: flex;
  flex-direction: column;
}

.cast-role {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-35);
  margin-bottom: 0.2rem;
}

.cast-actor {
  font-size: 16px;
  font-weight: 500;
  color: var(--cream);
}

/* ----- Event banner (cross-promo on index) ----- */
.event-banner {
  background: var(--surface);
  border: 0.5px solid var(--border-3a);
  border-radius: 8px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.event-banner-left {}

.event-date {
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 0.25rem;
}

.event-loc {
  font-size: 13px;
  color: var(--sage);
  margin-bottom: 0.5rem;
}

.event-desc {
  font-size: 13px;
  color: var(--cream-40, var(--cream-35));
  line-height: 1.6;
}

.event-promo-img {
  border-radius: 8px;
  overflow: hidden;
}

.event-promo-img img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center 15%;
  opacity: 0.92;
  transition: opacity 0.2s;
}

.event-promo-img:hover img {
  opacity: 1;
}

/* ----- Team grid ----- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.team-card {
  background: var(--surface);
  border: 0.5px solid var(--border-dim);
  border-radius: 8px;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 30%;
}

.team-card-body {
  padding: 1rem 1.25rem 1.25rem;
}

.team-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 0.25rem;
}

.team-role {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.15rem;
}

.team-company {
  font-size: 12px;
  color: var(--cream-30);
}

/* ----- Credits grid ----- */
.credits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1.5rem 2rem;
}

.credit-item {
  border-top: 0.5px solid var(--border-pale);
  padding-top: 0.75rem;
}

.credit-role {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream-30);
  margin-bottom: 0.3rem;
}

.credit-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.4;
}

/* ----- Partners ----- */
.partner-row {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}

.partner-tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream-30);
  border: 0.5px solid var(--border-dim);
  border-radius: 3px;
  padding: 5px 11px;
}

/* ----- Partner logoer ----- */
.partner-logo-link {
  display: inline-flex;
  align-items: center;
  opacity: 0.55;
  transition: opacity 0.2s;
}

.partner-logo-link:hover {
  opacity: 1;
}

.partner-logo {
  height: 28px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  filter: grayscale(1) brightness(2);
}

/* ----- Vilkår link ----- */
.vilkaar-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--cream-75);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-dim);
  transition: color 0.15s;
}

.vilkaar-link:hover {
  color: var(--cream);
}

/* ----- Vilkår page ----- */
.vilkaar-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 2.5rem 5rem;
}

.vilkaar-wrap h1 {
  font-size: 28px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.vilkaar-wrap .vilkaar-subtitle {
  font-size: 14px;
  color: var(--sage);
  margin-bottom: 2.5rem;
}

.vilkaar-wrap h2 {
  font-size: 15px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.03em;
  margin: 2rem 0 0.75rem;
  padding-top: 1.5rem;
  border-top: 0.5px solid var(--border-faint);
}

.vilkaar-wrap p {
  font-size: 14px;
  color: var(--cream-65);
  line-height: 1.85;
  margin-bottom: 0.75rem;
}

.vilkaar-wrap ul {
  list-style: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
}

.vilkaar-wrap ul li {
  font-size: 14px;
  color: var(--cream-65);
  line-height: 1.85;
  padding-left: 1rem;
  position: relative;
}

.vilkaar-wrap ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--sage);
}

.vilkaar-wrap a {
  color: var(--sage);
}

.vilkaar-wrap strong {
  color: var(--cream-75);
  font-weight: 500;
}

.vilkaar-back {
  display: inline-block;
  font-size: 13px;
  color: var(--cream-45);
  margin-bottom: 2rem;
  transition: color 0.15s;
}

.vilkaar-back:hover {
  color: var(--cream);
}

@media (max-width: 768px) {
  .vilkaar-wrap {
    padding: 2rem 1.25rem 4rem;
  }
}

/* ----- Press ----- */
.press-text {
  font-size: 14px;
  color: var(--cream-55);
  line-height: 1.85;
  max-width: 580px;
}

.press-text a {
  color: var(--sage);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ----- Footer ----- */
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.75rem 2.5rem;
  border-top: 0.5px solid var(--border-dim);
}

.footer-txt {
  font-size: 12px;
  color: var(--cream-20);
}

/* =========================================================
   EVENT-SPECIFIC COMPONENTS
   ========================================================= */

/* ----- Stats bar ----- */
.stats-bar {
  background: var(--surface);
  border-bottom: 0.5px solid var(--border-dim);
  position: relative;
  z-index: 2;
}

.stats-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1;
  min-width: 140px;
  padding: 1.25rem 2rem 1.25rem 0;
  border-right: 0.5px solid var(--border-dim);
  margin-right: 2rem;
}

.stat-item:last-child {
  border-right: none;
  margin-right: 0;
}

.stat-val {
  font-size: 28px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-35);
}

/* ----- Ticket section background image ----- */
.ticket-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ticket-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.07;
  filter: saturate(0.6);
}

/* ----- Ticket grid ----- */
.ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.ticket-card {
  background: var(--surface);
  border: 0.5px solid var(--border-pale);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.ticket-card.vip {
  border-color: var(--border-3a);
}

.ticket-type {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.625rem;
}

.ticket-price {
  font-size: 34px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.ticket-limit {
  font-size: 12px;
  color: var(--cream-30);
  margin-bottom: 1.5rem;
}

.ticket-perks {
  list-style: none;
  margin-bottom: 1.5rem;
  flex: 1;
}

.ticket-perks li {
  font-size: 13px;
  color: var(--cream-65);
  padding: 0.4rem 0;
  border-bottom: 0.5px solid var(--border-faint);
  display: flex;
  gap: 0.5rem;
}

.ticket-perks li::before {
  content: "+";
  color: var(--sage);
  flex-shrink: 0;
}

.ticket-address {
  font-size: 12px;
  color: var(--cream-35);
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.ticket-free-note {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: rgba(13,13,11,0.75);
  border: 1px solid rgba(240,237,228,0.35);
  border-radius: 4px;
  padding: 0.65rem 0.9rem;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}

.ticket-card--cinema {
  border-style: dashed;
}

/* ----- Program ----- */
.prog-day {
  margin-bottom: 2.25rem;
  background: #1e1e1a;
  border: 0.5px solid rgba(240,237,228,0.1);
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
}

.prog-day-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--cream-50, var(--cream-55));
  letter-spacing: 0.04em;
  border-bottom: 0.5px solid var(--border-dim);
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
}

.prog-day-title.main-day {
  color: var(--cream);
}

.prog-row {
  display: flex;
  gap: 1.5rem;
  padding: 0.55rem 0;
  border-bottom: 0.5px solid var(--border-faint);
  align-items: baseline;
}

.prog-time {
  font-size: 12px;
  color: var(--cream-30);
  min-width: 85px;
  flex-shrink: 0;
}

.prog-event-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}

.prog-event {
  font-size: 14px;
  color: var(--cream-75);
}

.prog-event.highlight {
  color: var(--cream);
  font-weight: 500;
}

.prog-badge {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--surface-2);
  color: var(--sage);
  padding: 2px 7px;
  border-radius: 3px;
  border: 0.5px solid var(--border-3a);
  white-space: nowrap;
}

.prog-badge.live {
  background: rgba(239, 159, 39, 0.08);
  color: var(--gold);
  border-color: var(--gold-border);
}

.prog-downloads {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

/* ----- Guinness banner ----- */
.guinness-banner {
  background: var(--gold-bg);
  border: 0.5px solid var(--gold-border);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.guinness-icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 0.1rem;
}

.guinness-text {
  font-size: 13px;
  color: var(--cream-65);
  line-height: 1.65;
}

.guinness-text strong {
  color: var(--gold);
  font-weight: 500;
}

/* ----- Guest cards (portrait grid) ----- */
.guest-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
}

.guest-card {
  display: flex;
  flex-direction: column;
}

.guest-card-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: var(--surface);
  border: 0.5px solid var(--border-dim);
  margin-bottom: 0.6rem;
}

.guest-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.guest-card-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guest-card-img--placeholder span {
  font-size: 22px;
  font-weight: 500;
  color: var(--cream-30);
  letter-spacing: 0.05em;
}

.guest-card-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--cream-75);
  line-height: 1.3;
}

/* ----- Crew row (profilkort under gruppebillede) ----- */
.crew-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1rem;
}

.crew-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.crew-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid var(--border-pale);
  margin-bottom: 0.6rem;
  flex-shrink: 0;
}

.crew-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.crew-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.crew-role {
  font-size: 11px;
  color: var(--cream-35);
  line-height: 1.4;
}

/* ----- Event team photo ----- */
.team-photo-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.team-photo-wrap img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center 55%;
  filter: brightness(0.85) saturate(0.9);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {
  nav {
    padding: 1rem 1.25rem;
  }

  .nav-links {
    display: none;
  }

  .wrap {
    padding: 0 1.25rem;
  }

  .hero {
    min-height: 480px;
  }

  .hero-content {
    padding: 2rem 1.25rem;
  }

  .stats-inner {
    padding: 0 1.25rem;
  }

  .stats-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    min-width: 0;
    padding: 1rem 1rem;
    margin-right: 0;
    border-right: none;
    border-bottom: 0.5px solid var(--border-dim);
  }

  .stat-item:nth-child(1),
  .stat-item:nth-child(2) {
    border-right: 0.5px solid var(--border-dim);
  }

  .stat-item:nth-child(1) { border-right: 0.5px solid var(--border-dim); }
  .stat-item:nth-child(3),
  .stat-item:nth-child(4) {
    border-bottom: none;
  }

  .ticket-grid {
    grid-template-columns: 1fr;
  }


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

  .event-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.25rem;
  }

  footer {
    padding: 1.5rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
  }

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

  .cast-names {
    flex-direction: column;
    gap: 1rem;
  }

  .credits-grid {
    grid-template-columns: 1fr;
  }

  .prog-row {
    flex-direction: column;
    gap: 0.2rem;
  }

  .prog-time {
    min-width: auto;
    font-size: 11px;
  }

  .stat-val {
    font-size: 22px;
  }

  .stat-item {
    min-width: 90px;
  }

  .prog-downloads {
    flex-direction: column;
  }
}


/* ─── YouTube Facade ─────────────────────────────────────── */
.yt-facade {
  position: relative;
  aspect-ratio: 9 / 16;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  border: 0.5px solid var(--border-dim);
}
.yt-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.yt-facade:hover img {
  transform: scale(1.02);
}
.yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.6));
  transition: transform 0.2s ease;
}
.yt-facade:hover .yt-play-btn {
  transform: translate(-50%, -50%) scale(1.12);
}
.yt-facade iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ─── Standard + Premium duo ────────────────────────────── */
.ticket-duo { background: var(--surface); border: 1px solid var(--border-3a); border-radius: 10px; overflow: hidden; }
.ticket-duo-header { padding: 0.6rem 1.25rem; background: rgba(74,107,63,0.12); border-bottom: 0.5px solid var(--border-3a); }
.ticket-duo-pool { font-size:11px; letter-spacing:0.1em; text-transform:uppercase; color:var(--sage); display:flex; align-items:center; }
.ticket-duo-inner { display:grid; grid-template-columns:1fr auto 1fr; }
.ticket-card--standard { border:none; border-radius:0; background:transparent; border-right:0.5px solid var(--border-3a); }
.ticket-card--premium { border:none; border-radius:0; background:rgba(239,159,39,0.04); position:relative; }
.ticket-value-tag { position:absolute; top:1rem; right:1rem; font-size:10px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:#1a1000; background:var(--gold); padding:3px 9px; border-radius:3px; }
.ticket-duo-nudge { width:110px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0.6rem; padding:1.25rem 0.5rem; border-right:0.5px solid var(--border-3a); background:rgba(239,159,39,0.03); }
.ticket-nudge-badge { background:rgba(239,159,39,0.1); border:0.5px solid var(--gold-border); border-radius:4px; padding:0.3rem 0.4rem; text-align:center; font-size:10px; color:var(--gold); line-height:1.4; }
.ticket-nudge-arrow { display:block; font-size:18px; color:var(--gold); }
.ticket-nudge-diff { display:block; font-size:16px; font-weight:600; color:var(--gold); }
.ticket-nudge-label { display:block; font-size:9px; letter-spacing:0.06em; text-transform:uppercase; color:var(--cream-35); }
.ticket-nudge-value { text-align:center; font-size:11px; color:var(--cream-55); line-height:1.45; }
.ticket-nudge-value-num { display:block; font-size:20px; font-weight:600; color:var(--gold); line-height:1.1; margin-top:0.2rem; }
.ticket-goodiebag-callout { display:flex; gap:0.6rem; align-items:flex-start; background:rgba(239,159,39,0.07); border:0.5px solid var(--gold-border); border-radius:5px; padding:0.65rem 0.75rem; margin-bottom:1.25rem; }
.ticket-goodiebag-icon { font-size:18px; flex-shrink:0; }
.ticket-goodiebag-title { font-size:13px; font-weight:500; color:var(--gold); margin-bottom:0.2rem; }
.ticket-goodiebag-sub { font-size:11px; color:var(--cream-55); }

/* ----- Udsolgt stamp ----- */
.ticket-card--soldout {
  opacity: 0.55;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.ticket-duo .ticket-card--soldout {
  /* duo-kort er allerede i et grid — behold overflow */
  overflow: hidden;
}
.ticket-soldout-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-28deg);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d42020;
  border: 3px solid #d42020;
  border-radius: 5px;
  padding: 5px 16px;
  pointer-events: none;
  z-index: 20;
  white-space: nowrap;
  opacity: 0.9;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  box-shadow: inset 0 0 0 1px rgba(212,32,32,0.3);
}
.ticket-soldout-btn {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 768px) {
  .ticket-duo-inner { grid-template-columns: 1fr; }
  .ticket-card--standard { border-right:none; border-bottom:0.5px solid var(--border-3a); }
  .ticket-duo-nudge { width:100%; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; padding:0.75rem 1.25rem; gap:0.5rem; border-right:none; border-bottom:0.5px solid var(--border-3a); }
  .ticket-value-tag { position:static; display:inline-block; margin-bottom:0.5rem; }
}
