@font-face {
  font-family: "EFN Chakra";
  src: url("Chakra/ChakraPetch-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #050506;
  --panel: #0d0d10;
  --panel-2: #17181d;
  --ink: #f7f7f7;
  --muted: #bfc3cb;
  --line: rgba(255, 255, 255, 0.14);
  --red: #b50616;
  --red-bright: #ec1b2e;
  --gold: #d0a247;
  --max-width: 1180px;
  --font-display: "EFN Chakra", "Segoe UI", Arial, sans-serif;
  --font-body: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% 0, rgba(181, 6, 22, 0.14), transparent 34rem),
    #050506;
  color: var(--ink);
  font-family: var(--font-body);
}

body.lightbox-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.section-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 5rem 0;
}

.ui-icon,
.tile-icon,
.offer-icon {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#i-play path,
#i-star path {
  fill: currentColor;
  stroke: none;
}

.kicker {
  margin: 0 0 0.75rem;
  color: var(--red-bright);
  font-family: var(--font-display);
  font-size: 0.85rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  max-width: 14ch;
  font-size: 4rem;
}

h2 {
  max-width: 18ch;
  font-size: 3.1rem;
}

h3 {
  font-size: 1.45rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.54) 0%, rgba(5, 5, 6, 0.34) 42%, rgba(5, 5, 6, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.02) 0%, rgba(5, 5, 6, 0.46) 100%),
    url("assets/pozadi-web.jpg") center 42% / cover no-repeat;
  opacity: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.46fr);
  align-items: center;
  gap: 3rem;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-copy {
  max-width: 48rem;
  text-shadow: 0 0.45rem 1.2rem rgba(0, 0, 0, 0.72);
}

.hero-logo {
  width: min(37rem, 100%);
  margin-bottom: 1.25rem;
  filter:
    drop-shadow(0 0 0.75rem rgba(238, 244, 248, 0.5))
    drop-shadow(0 0.75rem 1.2rem rgba(0, 0, 0, 0.9));
}

.lead {
  max-width: 40rem;
  margin: 1.25rem 0 0;
  color: #e9eaed;
  font-size: 1.08rem;
  line-height: 1.65;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.event-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button.mobile-poster-button {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3rem;
  max-width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--red-bright), var(--red));
  box-shadow: 0 0.8rem 1.8rem rgba(181, 6, 22, 0.32);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
}

.button:hover,
.button:focus-visible,
.video-card:hover,
.video-card:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  outline: 2px solid rgba(236, 27, 46, 0.7);
  outline-offset: 2px;
}

.poster-stack {
  position: relative;
  justify-self: end;
  width: min(28rem, 100%);
}

.poster-frame {
  margin: 0;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.58);
}

.poster-frame img {
  width: 100%;
  aspect-ratio: 887 / 1280;
  object-fit: cover;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-heading-wide h2 {
  max-width: 22ch;
}

.section-intro {
  max-width: 55rem;
  margin: -0.4rem 0 2rem auto;
  color: #dfe4ea;
  font-size: 1.08rem;
  line-height: 1.7;
}

.reach-section,
.timeline-section {
  background: #0b0b0e;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stat-tile {
  position: relative;
  overflow: hidden;
  min-height: 11rem;
  padding: 1.15rem;
  background:
    radial-gradient(circle at var(--spark-x, 78%) var(--spark-y, 28%), rgba(86, 161, 235, 0.15), transparent 58%),
    linear-gradient(135deg, rgba(24, 48, 80, 0.32), transparent 62%),
    var(--panel);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 48%);
  pointer-events: none;
}

.stat-tile:nth-child(2n) {
  --spark-x: 10%;
  --spark-y: 82%;
}

.stat-tile:nth-child(3n) {
  --spark-x: 92%;
  --spark-y: 14%;
}

.stat-tile:nth-child(4n) {
  --spark-x: 16%;
  --spark-y: 16%;
}

.tile-icon {
  width: 2.15rem;
  height: 2.15rem;
  padding: 0.42rem;
  color: #fff;
  background: rgba(236, 27, 46, 0.2);
  border: 1px solid rgba(236, 27, 46, 0.45);
  border-radius: 6px;
  stroke-width: 1.85;
}

.stat-tile strong {
  display: block;
  margin-top: 1rem;
  color: var(--red-bright);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.stat-tile span {
  display: block;
  margin-top: 0.7rem;
  color: #f0f0f2;
  line-height: 1.45;
}

.video-section {
  background: linear-gradient(180deg, #050506, #101115);
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(16rem, 0.82fr);
  align-items: stretch;
  gap: 1rem;
}

.video-card {
  position: relative;
  display: grid;
  min-height: 24rem;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: #fff;
  text-align: left;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.video-card-wide img {
  object-position: center 42%;
}

.video-card-reel img {
  object-position: center top;
}

.video-card:hover img,
.video-card:focus-visible img {
  transform: scale(1.04);
}

.video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.86)),
    linear-gradient(90deg, rgba(181, 6, 22, 0.14), transparent);
}

.play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  background: rgba(181, 6, 22, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, background 220ms ease;
}

.video-card:hover .play-badge,
.video-card:focus-visible .play-badge {
  background: var(--red-bright);
  transform: translate(-50%, -50%) scale(1.08);
}

.video-label {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem;
}

.video-label span {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.video-label strong {
  font-family: var(--font-display);
  font-size: 2.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.video-card-reel .video-label strong {
  font-size: 1.35rem;
}

.offer-section {
  background:
    radial-gradient(circle at 78% 0, rgba(181, 6, 22, 0.26), transparent 34rem),
    #070708;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.offer-card {
  position: relative;
  min-height: 22rem;
  padding: 1.15rem;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.offer-card::before,
.offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.offer-card::before {
  background: var(--offer-bg) center / cover no-repeat;
  opacity: 0.92;
  filter: brightness(1.18) saturate(1.08);
  transform: scale(1.03);
}

.offer-card::after {
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.02), rgba(5, 5, 6, 0.6)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(5, 5, 6, 0.72) 42%, rgba(5, 5, 6, 0.2) 100%);
}

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

.offer-card-wide {
  grid-column: 1 / -1;
  min-height: 18rem;
}

.offer-card-gold {
  border-color: rgba(208, 162, 71, 0.38);
}

.offer-online {
  --offer-bg: url("assets/offer-online.jpg");
}

.offer-social {
  --offer-bg: url("assets/offer-social.jpg");
}

.offer-gala {
  --offer-bg: url("assets/offer-gala.jpg");
}

.offer-ring {
  --offer-bg: url("assets/offer-ring.jpg");
}

.offer-experience {
  --offer-bg: url("assets/offer-experience.jpg");
}

.offer-online::before,
.offer-social::before {
  background-position: center right;
}

.offer-experience::before {
  background-position: center right;
}

.offer-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  min-height: 3rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.offer-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  background: var(--red);
  border-radius: 4px;
  font-family: var(--font-display);
}

.offer-icon {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--red-bright);
}

.offer-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.offer-card li {
  position: relative;
  padding-left: 1.2rem;
  color: #f0f0f2;
  line-height: 1.45;
}

.offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.5rem;
  height: 0.22rem;
  border-left: 2px solid var(--red-bright);
  border-bottom: 2px solid var(--red-bright);
  transform: rotate(-45deg);
}

.premium-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  margin-right: 0.45rem;
  padding: 0.22rem 0.45rem;
  color: #171006;
  background: linear-gradient(180deg, #f3d58d, var(--gold));
  border-radius: 3px;
  font-family: var(--font-display);
  font-size: 0.74rem;
  line-height: 1;
  text-transform: uppercase;
}

.premium {
  margin: 1rem 0 0;
  padding: 0.85rem;
  color: #f4ead6;
  background: rgba(208, 162, 71, 0.14);
  border: 1px solid rgba(208, 162, 71, 0.32);
  border-radius: 5px;
  line-height: 1.45;
}

.premium-full {
  margin-top: 1rem;
}

.premium-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.premium-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #f7e3b6;
  font-weight: 700;
  line-height: 1.45;
}

.premium-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.5rem;
  height: 0.22rem;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.timeline-section {
  background: #0b0b0e;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.timeline-grid article {
  min-height: 11rem;
  padding: 1.15rem;
  background:
    linear-gradient(145deg, rgba(236, 27, 46, 0.12), transparent 42%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.timeline-grid span {
  color: var(--red-bright);
  font-family: var(--font-display);
  text-transform: uppercase;
}

.timeline-grid strong {
  display: block;
  margin-top: 0.9rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.partners-section {
  background:
    radial-gradient(circle at 12% 0, rgba(86, 161, 235, 0.12), transparent 32rem),
    linear-gradient(180deg, #050506, #0c0d10);
}

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

.partner-logo {
  display: grid;
  place-items: center;
  min-height: 9rem;
  margin: 0;
  padding: 1.4rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 54%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.partner-logo img {
  max-width: min(100%, 12rem);
  max-height: 5.5rem;
  object-fit: contain;
  filter: drop-shadow(0 0.6rem 1rem rgba(0, 0, 0, 0.45));
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.62), rgba(5, 5, 6, 0.34)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.06), rgba(5, 5, 6, 0.62)),
    url("assets/pozadi-web.jpg") center 44% / cover no-repeat;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.48fr);
  gap: 2rem;
  align-items: center;
}

.contact-panel {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-panel p {
  margin: 0 0 1.2rem;
  color: #e6e7ea;
  line-height: 1.6;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.2rem max(1rem, calc((100% - var(--max-width)) / 2));
  color: var(--muted);
  background: #050506;
  border-top: 1px solid var(--line);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - 2rem), 64rem);
  max-height: calc(100vh - 2rem);
}

.lightbox-dialog.is-portrait {
  width: min(calc(100vw - 2rem), 28rem);
}

.lightbox-dialog.is-poster {
  width: min(calc(100vw - 2rem), 34rem);
}

.lightbox-dialog.is-empty {
  width: min(calc(100vw - 2rem), 34rem);
}

.lightbox-close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 3;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.15rem;
  height: 2px;
  background: #fff;
}

.lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox-frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  background: #0b0b0d;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.6);
}

.lightbox-dialog.is-portrait .lightbox-frame-wrap {
  aspect-ratio: 9 / 16;
}

.lightbox-dialog.is-poster .lightbox-frame-wrap {
  aspect-ratio: 887 / 1280;
}

.lightbox-dialog.is-empty .lightbox-frame-wrap {
  aspect-ratio: 16 / 9;
}

.lightbox-frame-wrap iframe,
.lightbox-poster,
.lightbox-empty {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  border: 0;
}

.lightbox-dialog.is-video .lightbox-frame-wrap iframe,
.lightbox-dialog.is-poster .lightbox-poster {
  display: block;
}

.lightbox-poster {
  object-fit: contain;
}

.lightbox-empty {
  place-items: center;
  padding: 2rem;
  color: var(--muted);
  text-align: center;
}

.lightbox-dialog.is-empty .lightbox-empty {
  display: grid;
}

@media (max-width: 980px) {
  .section-inner {
    padding: 4rem 0;
  }

  .hero-grid,
  .contact-grid,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .poster-stack {
    justify-self: start;
    width: min(24rem, 100%);
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.55rem;
  }

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

  .video-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(12rem, 0.75fr);
  }

  .section-intro {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .section-inner {
    width: min(100% - 1rem, var(--max-width));
    padding: 3.2rem 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .hero-logo {
    width: min(100%, 30rem);
  }

  h1,
  h2 {
    max-width: 12ch;
    font-size: 2.1rem;
  }

  .lead {
    font-size: 1rem;
  }

  .event-meta span,
  .button {
    width: 100%;
  }

  .poster-stack {
    display: none;
  }

  .button.mobile-poster-button {
    display: inline-flex;
  }

  .stats-grid,
  .timeline-grid,
  .video-grid,
  .offer-grid,
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .stat-tile {
    min-height: 8.8rem;
  }

  .video-card,
  .video-card-wide,
  .video-card-reel {
    min-height: 14rem;
  }

  .video-label strong,
  .video-card-reel .video-label strong {
    font-size: 1.35rem;
  }

  .offer-card,
  .offer-card-gold,
  .offer-card-wide {
    grid-column: auto;
  }

  .offer-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .offer-icon {
    display: none;
  }

  .lightbox {
    padding: 0.5rem;
  }

  .lightbox-close {
    right: 0.65rem;
    top: 0.65rem;
  }
}
