/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \**********************************************************************************************************************************************************************************/
@charset "UTF-8";
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
 *
 * Self-hosted (latin + latin-ext for Czech) to avoid the render-blocking
 * round trip to fonts.googleapis.com / fonts.gstatic.com on slow networks.
 * woff2 files live in src/fonts and are copied to /images/design by webpack.
*/
@font-face {
  font-family: "Charm";
  src: url(../images/design/charm-regular.2c5c6d.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Charm";
  src: url(../images/design/charm-700.879e62.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url(../images/design/comfortaa-regular.f7974b.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url(../images/design/comfortaa-700.2f2b03.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Rocker";
  src: url(../images/design/new-rocker-regular.af7054.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VinqueRg-Regular";
  src: url(../images/design/vinque_rg.de9438.eot) format("eot"), url(../images/design/vinque_rg.7f5850.woff) format("woff"), url(../images/design/vinque_rg.451093.ttf) format("truetype"), url(../images/design/vinque_rg.f197fe.svg#VinqueRg-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Main */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: "Comfortaa", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1E2022;
}

section {
  padding: 16px 8px;
  max-width: calc(100vw - 16px);
  margin: 0 auto 40px;
}

section.padding-symmetry {
  padding: 16px;
}

.hidden {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  color: #ffffff;
  line-height: 1.2;
  margin: 8px 0 32px;
}

section h1, section h2, section h3, section h4, section h5, section h6,
section .h1, section .h2, section .h3, section .h4, section .h5, section .h6 {
  color: #202020;
  text-shadow: unset;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 26px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 20px;
}

p {
  color: #202020;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Comfortaa", sans-serif;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

@media (min-width: 1024px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header, main, footer {
    width: 100%;
    max-width: 1440px;
  }
  .col-2 {
    width: calc(50% - 16px);
  }
  .col-3 {
    width: calc(33% - 16px);
  }
}
.header {
  position: relative;
}
.header__top-nav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 1;
}
.header__top-nav--logo {
  max-width: 200px;
  height: 60px;
  padding: 8px;
  display: none;
}
.header__top-nav--logo a {
  height: 100%;
}
.header__top-nav--logo img {
  height: 100%;
  width: 156px;
}
.header__top-nav--burger {
  position: fixed;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  z-index: 60;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.header__top-nav--burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.header__top-nav--close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.header__top-nav--close:hover {
  background: rgba(255, 255, 255, 0.18);
}
.header__top-nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(82, 97, 107, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  width: 85vw;
  height: 800px;
  max-height: 90dvh;
  border-bottom-left-radius: 8px;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 1s 0.2s cubic-bezier(0.87, 0.09, 0.16, 0.92);
  transition: all 1s 0.2s cubic-bezier(0.87, 0.09, 0.16, 0.92);
  -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 2px, rgba(0, 0, 0, 0.27) 0px 2px 4px, rgba(0, 0, 0, 0.27) 0px 4px 8px, rgba(0, 0, 0, 0.27) 0px 8px 16px, rgba(0, 0, 0, 0.27) 0px 16px 32px, rgba(0, 0, 0, 0.27) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 2px, rgba(0, 0, 0, 0.27) 0px 2px 4px, rgba(0, 0, 0, 0.27) 0px 4px 8px, rgba(0, 0, 0, 0.27) 0px 8px 16px, rgba(0, 0, 0, 0.27) 0px 16px 32px, rgba(0, 0, 0, 0.27) 0px 32px 64px;
}
.header__top-nav--list.opened {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 100;
}
.header__top-nav--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__top-nav-subdes {
  display: none;
}
.header__top-nav--li, .header__top-nav-subdes--li {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  position: relative;
}
.header__top-nav--li a, .header__top-nav-subdes--li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 0;
  color: #ffffff;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 24px;
}
.header__top-nav--li span, .header__top-nav-subdes--li span {
  z-index: -1;
}
.header__top-nav--li .header-svg-icon, .header__top-nav-subdes--li .header-svg-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
          box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s 0.2s ease-in-out;
  transition: all 0.5s 0.2s ease-in-out;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
}
.header__top-nav--li .header-svg-icon path, .header__top-nav-subdes--li .header-svg-icon path {
  fill: #ffffff;
  -webkit-transition: fill 0.5s 0.2s ease-in-out;
  transition: fill 0.5s 0.2s ease-in-out;
}
.header__top-nav--li .svg-ball, .header__top-nav-subdes--li .svg-ball {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header__top-nav--li.active .header-svg-icon, .header__top-nav-subdes--li.active .header-svg-icon {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.header__top-nav--li.active .header-svg-icon path, .header__top-nav-subdes--li.active .header-svg-icon path {
  fill: #000000;
}
.header__top-nav--li.active .svg-ball, .header__top-nav-subdes--li.active .svg-ball {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.header__top-nav--li-cta, .header__top-nav-subdes--li-cta {
  margin-bottom: 16px;
}
.header__top-nav--li-cta a, .header__top-nav-subdes--li-cta a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  /*position: absolute;*/
  bottom: 0;
}
.header__top-nav-submob {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 18px;
  padding-left: 14px;
  border-left: 2px solid rgba(255, 255, 255, 0.12);
}
.header__top-nav-submob--li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__top-nav-submob--li.active a {
  color: rgba(255, 255, 255, 0.95);
}
.header__top-nav-submob--li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.header__top-nav--li.expand .header__top-nav-submob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__top-nav--li.active {
  padding-left: 0;
}
.header__top-nav-trigger {
  position: absolute;
  top: 0;
  right: -60px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  padding: 13px 15px;
}
.header__top-nav--cta {
  width: 144px;
  height: 60px;
  display: none;
}
.header__top-nav--cta a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  color: #ffffff;
  font-weight: 700;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
}
.header .flag {
  width: 25px;
  height: 15px;
  margin-right: 10px;
}
.header__animated-banner--bg {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__animated-banner--bg--text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__animated-banner--bg--text h1 {
  font-size: 35px;
  line-height: 1.2;
}
.header__animated-banner--bg--text span {
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  text-align: center;
}
.header__animated-banner--bg--text--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__animated-banner--bg--text--desc-alt {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__animated-banner--bg--text--desc-alt span {
  font-size: 60px;
}
.header__animated-banner--bg--text--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__animated-banner--grad-transition {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, #1E2022));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1E2022 90%);
}
.header__animated-banner--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 45vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__animated-banner--cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.5s 0s ease-in-out;
  transition: color 0.5s 0s ease-in-out;
  padding: 12px 36px;
  color: #202020;
  font-size: 28px;
  font-weight: 700;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  padding: 8px 24px;
  background-color: rgba(201, 214, 223, 0.5);
  -webkit-animation: opacity 5s 1s infinite ease;
          animation: opacity 5s 1s infinite ease;
  border-radius: 8px;
}
.header__animated-banner img {
  width: auto;
  max-width: unset;
  height: 55vh;
}
.header__animated-banner .ball26 {
  margin-left: 100px;
}
.header__animated-banner.ticket-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__ticket-form {
  margin-top: 60px;
  width: calc(100vw - 30px);
  max-width: 450px;
}

.tickets .header__top-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.tickets .header__top-nav--list {
  display: none;
}
.tickets .header__top-nav--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .header {
    display: block;
  }
  .header__top-nav {
    position: static;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__top-nav--li.expand .header__top-nav-submob {
    display: none;
  }
  .header__top-nav--logo {
    display: block;
  }
  .header__top-nav--burger, .header__top-nav--close {
    display: none;
  }
  .header__top-nav--list {
    position: static;
    width: auto;
    height: 60px;
    background: none;
    border-bottom-left-radius: 0;
    -webkit-transform-origin: none;
            transform-origin: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__top-nav--ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__top-nav-subdes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__top-nav--li {
    margin: 0 14px;
  }
  .header__top-nav--li:first-child {
    display: none;
  }
  .header__top-nav--li.active > a {
    opacity: 1;
  }
  .header__top-nav--li.mobile-cta {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 14px;
    padding-left: 14px;
  }
  .header__top-nav--li a {
    color: #ffffff;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .header__top-nav--li a .header-svg-icon {
    -webkit-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
  }
  .header__top-nav--li a .header-svg-icon path {
    fill: #ffffff;
    -webkit-transition: fill 0.5s 0s ease-in-out;
    transition: fill 0.5s 0s ease-in-out;
  }
  .header__top-nav--li a:hover .header-svg-icon {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header__top-nav--li a:hover .header-svg-icon path {
    fill: #000000;
  }
  .header__top-nav--li a:hover .svg-ball {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .header__top-nav--li-cta a {
    display: none;
  }
  .header__top-nav--li-cta.desktop-visible a {
    display: block;
  }
  .header__top-nav-subdes--li {
    margin: 0 12px;
  }
  .header__top-nav-subdes--li a {
    color: #ffffff;
    z-index: 1;
  }
  .header__top-nav-subdes--li a .header-svg-icon {
    -webkit-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
  }
  .header__top-nav-subdes--li a .header-svg-icon path {
    fill: #ffffff;
    -webkit-transition: fill 0.5s 0s ease-in-out;
    transition: fill 0.5s 0s ease-in-out;
  }
  .header__top-nav-subdes--li a:hover .header-svg-icon {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header__top-nav-subdes--li a:hover .header-svg-icon path {
    fill: #000000;
  }
  .header__top-nav-subdes--li a:hover .svg-ball {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .header__top-nav-submob {
    display: none;
  }
  .header__top-nav-trigger {
    display: none;
  }
  .header__animated-banner {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__animated-banner--bg {
    background-position: 50% 10%;
  }
  .header__animated-banner--bg--text {
    height: 100%;
    width: 100%;
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
  .header__animated-banner--bg--text--header {
    position: absolute;
    top: 10%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 45px 45px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 45px 45px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header__animated-banner--bg--text h1 {
    font-size: 40px;
    margin: 0;
  }
  .header__animated-banner--bg--text span {
    font-size: 40px;
  }
  .header__animated-banner--bg--text--desc {
    position: absolute;
    top: 10%;
    right: 5%;
    -webkit-box-shadow: 0px 0px 45px 45px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 45px 45px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header__animated-banner--bg--text--desc-alt {
    top: 50%;
    -webkit-box-shadow: 0px 0px 25px 25px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 25px 25px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header__animated-banner--bg--text--desc-alt span {
    font-size: 60px;
  }
  .header__animated-banner picture {
    border-radius: 8px;
    overflow: hidden;
  }
  .header__animated-banner img {
    max-width: 100%;
    height: auto;
  }
  .header__animated-banner .ball26 {
    margin-left: 0;
  }
  .header__animated-banner--cta {
    display: none;
  }
  .header__animated-banner.ticket-wrapper {
    height: auto;
  }
  .header__top-nav--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__top-nav--cta a {
    position: absolute;
    top: 0;
    width: 144px;
    margin-top: 13px;
    margin-right: 12px;
    -webkit-transition: all 0.6s 0.1s ease-in-out;
    transition: all 0.6s 0.1s ease-in-out;
    z-index: 2;
  }
  .header__top-nav--cta a:hover {
    color: #ffeebf;
  }
}
@media (min-width: 1280px) {
  .header__animated-banner--bg--text h1 {
    font-size: 50px;
  }
}
@-webkit-keyframes opacity {
  0% {
    background-color: rgba(201, 214, 223, 0.5);
  }
  25% {
    background-color: rgb(201, 214, 223);
  }
  75% {
    background-color: rgb(201, 214, 223);
  }
  100% {
    background-color: rgba(201, 214, 223, 0.5);
  }
}
@keyframes opacity {
  0% {
    background-color: rgba(201, 214, 223, 0.5);
  }
  25% {
    background-color: rgb(201, 214, 223);
  }
  75% {
    background-color: rgb(201, 214, 223);
  }
  100% {
    background-color: rgba(201, 214, 223, 0.5);
  }
}
.hub-section {
  padding: 16px;
}
.hub-section__title {
  text-align: center;
  margin-bottom: 24px;
  color: #ffffff;
}

.hub-intro {
  max-width: 760px;
  margin: 0 auto;
}
.hub-intro__lead {
  text-align: center;
  color: #d8d2c4;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 28px;
}
.hub-intro__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 12px;
}
.hub-intro__list li {
  color: #d8d2c4;
  font-size: 15px;
  line-height: 1.55;
}
.hub-intro__list a {
  color: #d9b75c;
  text-decoration: underline;
}

.hub-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* This centers the items horizontally */
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.hub-card {
  width: calc(50% - 20px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  background-color: #1E2022;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (min-width: 1024px) {
  .hub-card.hp {
    width: calc(20% - 20px);
  }
}
.hub-card.bright-7 {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.hub-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(35%, rgba(0, 0, 0, 0.5)), color-stop(60%, transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 35%, transparent 60%);
  border-radius: inherit;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.hub-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.hub-card:hover::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(25%, rgba(0, 0, 0, 0.4)), color-stop(50%, transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 25%, transparent 50%);
}
@media (min-width: 1024px) {
  .hub-card {
    width: calc(25% - 20px);
  }
}
.hub-card__title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 12px 12px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .hub-card__title {
    font-size: 22px;
    padding: 12px 16px 16px;
  }
}

.bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(82, 97, 107, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 50;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-bar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  gap: 2px;
  text-decoration: none;
  padding: 4px 8px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  background: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}
.bottom-bar__item.active, .bottom-bar__item:hover {
  color: #fff;
}
.bottom-bar__item--primary {
  color: #d9b75c;
}
.bottom-bar__item--primary .bottom-bar__icon img {
  opacity: 1;
}
.bottom-bar__item--primary.active, .bottom-bar__item--primary:hover {
  color: #e8cd80;
}
.bottom-bar__icon {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-bar__icon img {
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.85;
}
.bottom-bar__burger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 24px;
  height: 24px;
}
.bottom-bar__burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}
.bottom-bar__label {
  font-size: 10px;
}
@media (min-width: 1024px) {
  .bottom-bar {
    display: none;
  }
}

@media (max-width: 1023px) {
  footer {
    padding-bottom: 70px;
  }
}

section {
  padding: 32px 8px;
  max-width: calc(100vw - 16px);
  margin: 0 auto 20px;
  position: relative;
}

.main__section,
.extra-section {
  border-radius: 8px;
  background: #d4cdc9;
}
.main__section--grad-transition--top, .main__section--grad-transition--bottom,
.extra-section--grad-transition--top,
.extra-section--grad-transition--bottom {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
}
.main__section.image-section,
.extra-section.image-section {
  padding: 0;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main__section.image-section.maps,
.extra-section.image-section.maps {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main__section.image-section.maps.zoomed,
.extra-section.image-section.maps.zoomed {
  overflow-x: scroll;
}
.main__section.image-section .image-section__zoom-icon,
.extra-section.image-section .image-section__zoom-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (min-width: 1024px) {
  section {
    padding: 32px 16px;
    margin: 0 auto 40px;
  }
  .main__section--grad-transition--top, .main__section--grad-transition--bottom,
  .extra-section--grad-transition--top,
  .extra-section--grad-transition--bottom {
    height: 100px;
  }
  .main__section.image-section .image-section__zoom-icon,
  .extra-section.image-section .image-section__zoom-icon {
    display: none;
  }
}
.pre-nav-strip {
  display: none;
}
@media (min-width: 1024px) {
  .pre-nav-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    height: 32px;
    background: #17181a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 0 24px;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Comfortaa", sans-serif;
  }
}
.pre-nav-strip__text strong {
  color: rgba(255, 255, 255, 0.9);
}
.pre-nav-strip__cta {
  color: #c9a96e;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.pre-nav-strip__cta:hover {
  color: #e8c885;
}

.countdown-strip {
  background: #e8dcc4;
  border-top: 1px solid rgba(42, 31, 21, 0.15);
  border-bottom: 1px solid rgba(42, 31, 21, 0.15);
  padding: 18px 16px;
  max-width: calc(100vw - 16px);
  margin: 0 auto 24px;
  border-radius: 8px;
}
.countdown-strip__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-align: center;
}
.countdown-strip__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
}
.countdown-strip__num {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 48px;
  line-height: 1;
  color: #2a1f15;
}
.countdown-strip__unit {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a6a4a;
}
.countdown-strip__date {
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  color: #5a4a2a;
  letter-spacing: 0.04em;
}
.countdown-strip__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.countdown-strip__btn {
  padding: 9px 22px;
  border-radius: 4px;
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.countdown-strip__btn--primary {
  background: #c9a96e;
  color: #2a1f15;
}
.countdown-strip__btn--primary:hover {
  background: #b8925a;
}
.countdown-strip__btn--secondary {
  background: transparent;
  border: 1px solid rgba(42, 31, 21, 0.4);
  color: #3a2f20;
}
.countdown-strip__btn--secondary:hover {
  background: rgba(42, 31, 21, 0.07);
}
@media (min-width: 768px) {
  .countdown-strip__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .countdown-strip__count {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.experience-preview {
  max-width: calc(100vw - 16px);
  margin: 0 auto 40px;
  padding: 0 8px;
}
.experience-preview__eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 16px;
}
.experience-preview__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.experience-preview .hub-card {
  aspect-ratio: 3/4;
}
@media (min-width: 1024px) {
  .experience-preview .hub-card {
    aspect-ratio: 2/3;
  }
}
.experience-preview__footer {
  text-align: center;
  margin-top: 16px;
}
.experience-preview__link {
  color: #c9a96e;
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.experience-preview__link:hover {
  color: #e8c885;
}

.gallery-section {
  max-width: calc(100vw - 16px);
  margin: 0 auto 40px;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .gallery-section {
    padding: 0 16px;
  }
}

.sponsors {
  max-width: calc(100vw - 16px);
  margin: 48px auto 32px;
  padding: 0 8px;
}
.sponsors__eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Comfortaa", sans-serif;
  margin: 0 0 24px;
}
.sponsors__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 16px;
  margin-bottom: 14px;
}
.sponsors__row:last-child {
  margin-bottom: 0;
}
.sponsors__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d4cdc9;
  border-radius: 6px;
  padding: 10px 14px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  opacity: 0.92;
}
.sponsors__logo img {
  display: block;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsors__logo:hover, .sponsors__logo:focus-visible {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
.sponsors__logo:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: 3px;
}
.sponsors__row--tier-1 .sponsors__logo img {
  height: 80px;
  max-width: 180px;
}
.sponsors__row--tier-2 .sponsors__logo img {
  height: 65px;
  max-width: 150px;
}
.sponsors__row--tier-3 .sponsors__logo img {
  height: 50px;
  max-width: 120px;
}
@media (min-width: 768px) {
  .sponsors {
    margin: 64px auto 40px;
    padding: 0 16px;
  }
  .sponsors__eyebrow {
    margin-bottom: 28px;
  }
  .sponsors__row {
    gap: 16px 24px;
    margin-bottom: 18px;
  }
  .sponsors__logo {
    padding: 12px 18px;
  }
  .sponsors__row--tier-1 .sponsors__logo img {
    height: 100px;
    max-width: 220px;
  }
  .sponsors__row--tier-2 .sponsors__logo img {
    height: 80px;
    max-width: 180px;
  }
  .sponsors__row--tier-3 .sponsors__logo img {
    height: 60px;
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .sponsors {
    max-width: 1200px;
  }
}

.sidebar {
  position: fixed;
  z-index: 2;
  top: 3px;
  right: 16px;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 1s 0.2s ease-in-out;
  transition: all 1s 0.2s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 2px, rgba(0, 0, 0, 0.27) 0px 2px 4px, rgba(0, 0, 0, 0.27) 0px 4px 8px, rgba(0, 0, 0, 0.27) 0px 8px 16px, rgba(0, 0, 0, 0.27) 0px 16px 32px;
          box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 2px, rgba(0, 0, 0, 0.27) 0px 2px 4px, rgba(0, 0, 0, 0.27) 0px 4px 8px, rgba(0, 0, 0, 0.27) 0px 8px 16px, rgba(0, 0, 0, 0.27) 0px 16px 32px;
}
.sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.sidebar-nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s 0.2s ease-in-out;
  transition: -webkit-transform 1s 0.2s ease-in-out;
  transition: transform 1s 0.2s ease-in-out;
  transition: transform 1s 0.2s ease-in-out, -webkit-transform 1s 0.2s ease-in-out;
  width: auto;
}
.sidebar-nav--li {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-nav--li a {
  pointer-events: none;
}
.sidebar-nav .icon {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar-nav .icon .sidebar-svg-icon {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
          box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s 0.1s ease-in-out;
  transition: all 0.2s 0.1s ease-in-out;
}
.sidebar-nav .icon .sidebar-svg-icon--path {
  fill: #ffffff;
  -webkit-transition: fill 0.6s 0.1s ease-in-out;
  transition: fill 0.6s 0.1s ease-in-out;
}
.sidebar-nav .icon .svg-ball {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.sidebar-nav span {
  display: none;
  color: #ffffff;
  -webkit-transition: color 1s 0.2s ease-in-out;
  transition: color 1s 0.2s ease-in-out;
  font-family: "New Rocker", cursive;
}

.nav-mobile-open .sidebar {
  border: 2px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.5);
}
.nav-mobile-open .sidebar-nav .icon .sidebar-svg-icon--path {
  fill: #000000;
}
.nav-mobile-open .sidebar-nav .icon .svg-ball {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.tickets nav.sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .sidebar {
    right: auto;
    left: calc((100vw - 1440px) / 2 - 80px);
    top: 35%;
    height: 255px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s 0.1s ease-in-out;
    transition: all 0.5s 0.1s ease-in-out;
  }
  .sidebar:hover {
    width: 180px;
    cursor: pointer;
  }
  .sidebar-wrapper {
    left: 2px;
    -webkit-transform: none;
            transform: none;
  }
  .sidebar-nav {
    -webkit-transform: none !important;
            transform: none !important;
    width: 100%;
  }
  .sidebar-nav--li .sidebar-svg-icon {
    border-radius: 50%;
  }
  .sidebar-nav--li.active .sidebar-svg-icon {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sidebar-nav--li.active .sidebar-svg-icon path {
    fill: #000000;
  }
  .sidebar-nav--li.active .svg-ball {
    -webkit-filter: invert(0);
            filter: invert(0);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sidebar-nav--li:hover .sidebar-svg-icon {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(200, 15, 31, 0.5);
            box-shadow: 0px 0px 5px 5px rgba(200, 15, 31, 0.5);
    background-color: rgba(200, 15, 31, 0.5);
  }
  .sidebar-nav--li:hover .svg-ball {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .sidebar-nav a {
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar-nav .icon {
    margin-right: 16px;
  }
  .sidebar-nav span {
    display: block;
  }
  .nav-mobile-open .sidebar {
    border: 2px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
  }
  .nav-mobile-open .sidebar-nav .icon .sidebar-svg-icon--path {
    fill: #ffffff;
  }
  .nav-mobile-open .sidebar-nav .icon .svg-ball {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .nav-mobile-open .sidebar-nav--li.active .sidebar-svg-icon path {
    fill: #000000;
  }
  .nav-mobile-open .sidebar-nav--li.active .svg-ball {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
footer {
  height: auto;
  background: #d4cdc9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width: calc(100vw - 16px);
  margin: 0 auto 0;
}

.footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 20px;
  padding: 32px 16px 24px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__col--brand {
  grid-column: 1/-1;
  gap: 8px;
}

.footer__logo {
  width: 140px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.footer__tagline {
  font-family: "Comfortaa", sans-serif;
  font-size: 12px;
  color: #3a2f20;
  margin: 0;
  letter-spacing: 0.03em;
}

.footer__attribution {
  font-family: "Comfortaa", sans-serif;
  font-size: 11px;
  color: #3a2f20;
  margin: 0;
}

.footer__heading {
  font-family: "Comfortaa", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3a2f20;
  margin: 0 0 4px;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.footer__list li a, .footer__list li p {
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  color: #3a2f20;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
}
.footer__list li a:hover {
  color: #c9a96e;
}
.footer__list--icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__list--icons li img,
.footer__list--icons li svg {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__list--icons li svg {
  fill: #3a2f20;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  text-align: center;
}
.footer__bottom span {
  font-family: "Comfortaa", sans-serif;
  font-size: 11px;
  color: #3a2f20;
  letter-spacing: 0.04em;
}

@media (min-width: 1024px) {
  footer {
    max-width: 1440px;
  }
  .footer__columns {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 0 40px;
    padding: 40px 40px 32px;
  }
  .footer__col--brand {
    grid-column: auto;
  }
  .footer__logo {
    width: 160px;
  }
  .footer__bottom {
    padding: 16px 40px;
    text-align: left;
  }
}
/* Components */
section p {
  margin: 16px 0 24px;
  text-align: justify;
}

.white p {
  color: #fff;
}

.plan {
  color: #fff;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 45px;
  text-decoration: none;
}

.text-block,
.content-card {
  display: grid;
  gap: 32px;
  margin: 32px 0;
}

.image-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-height: 400px;
}
.image-logo img {
  max-height: 200px;
}
.image-logo img.larger {
  max-height: 400px;
}
.image-logo .text-block__chunk {
  position: absolute;
  color: #fff;
  bottom: 70px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 18px;
}

.content-tabs-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  gap: 30px;
  margin: 0 30px;
}

.content-tabs--cta {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #F0F5F9;
  -webkit-transition: background-color 0.3s 0.1s ease-in-out;
  transition: background-color 0.3s 0.1s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-tabs--cta.active {
  background-color: #a1abb2;
}

.content-tabs--cta:hover {
  background-color: #a1abb2;
}

.tab-section {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.tab-section {
  display: none;
  opacity: 0;
}

.tab-section.fadeOut {
  opacity: 0;
}

.tab-section.fadeIn {
  opacity: 1;
}

@media (min-width: 1024px) {
  .content-tabs-wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.content-card__item {
  background-color: rgba(69, 56, 47, 0.1);
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 2px, rgba(0, 0, 0, 0.27) 0px 2px 4px, rgba(0, 0, 0, 0.27) 0px 4px 8px, rgba(0, 0, 0, 0.27) 0px 8px 16px;
          box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 2px, rgba(0, 0, 0, 0.27) 0px 2px 4px, rgba(0, 0, 0, 0.27) 0px 4px 8px, rgba(0, 0, 0, 0.27) 0px 8px 16px;
  padding: 16px 8px;
}

img.content-highlight {
  border-radius: 20px;
}

p.content-highlight {
  font-size: 20px;
}

.content-highlight {
  margin: 16px auto 32px;
  width: 100%;
}

.image-content {
  width: 100%;
  max-width: unset;
  -webkit-transition: width 0.5s 0.2s ease-in-out;
  transition: width 0.5s 0.2s ease-in-out;
}

.image-section.zoomed .image-content {
  width: 175%;
}

.text-block__list {
  padding: 0 12px 0 24px;
}
.text-block__list li {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 20px;
  margin-bottom: 12px;
}

.text-block__list--alt ul {
  list-style-type: disc;
}
.text-block__list--alt ul li {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 20px;
  margin-bottom: 12px;
}

.text-block--1fr2fr .image-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.ticket-form {
  padding: 0 8px;
  margin-bottom: 40px;
}

.download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}

.download-wrapper .download-link {
  color: #202020;
  min-width: 320px;
}

.download-wrapper--grid {
  display: grid;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-columns: auto;
}

.p-margin-none p {
  margin: 12px;
}

.yt-iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.program-solo {
  margin: 0 auto 24px;
}

.contact_section .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 300px;
}
.contact_section .footer__wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
}
.contact_section .footer__wrapper a img {
  width: 30px;
  margin-right: 8px;
}
.contact_section .footer__wrapper a span {
  text-decoration: none;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  color: #202020;
  font-size: 16px;
}
.contact_section .footer__wrapper > span {
  margin: 12px 0;
}
.contact_section .footer__wrapper > span a {
  margin: 0;
  color: #202020;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .contact_section .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 200px;
    max-width: 500px;
  }
  .contact_section .footer__wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 8px 12px;
  }
  .contact_section .footer__wrapper a img {
    width: 30px;
    margin-right: 8px;
  }
  .contact_section .footer__wrapper a span {
    text-decoration: none;
    font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
    color: #202020;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .download-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .download-wrapper .download-link {
    min-width: calc((100% - 32px) / 3);
  }
  .download-wrapper--grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .text-block,
  .content-card {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .text-block--1fr1fr {
    width: 1100px;
    margin: 32px auto;
    grid-template-columns: 1fr 1fr;
  }
  .text-block--2fr1fr {
    width: 1100px;
    margin: 32px auto;
    grid-template-columns: 2fr 1fr;
  }
  .text-block--1fr2fr {
    width: 1100px;
    margin: 32px auto;
    grid-template-columns: 1fr 2fr;
  }
  .text-block--1fr2fr .image-logo {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .image-logo img {
    max-height: 300px;
  }
  p.content-highlight {
    font-size: 24px;
  }
  .content-highlight {
    margin: 32px auto;
    width: 1100px;
  }
  .text-block__list {
    max-width: 768px;
    margin: 0 auto;
  }
  .text-block__list li {
    font-size: 24px;
  }
  .text-block__chunk.d-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.drop-accordion {
  margin: 32px 0;
}
.drop-accordion-item {
  border-top: 1px solid #52616B;
  padding: 20px 12px;
}
.drop-accordion-item:last-child {
  border-bottom: 1px solid #52616B;
}
.drop-accordion-item__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: initial;
  border: initial;
  -o-border-image: initial;
     border-image: initial;
  border-radius: initial;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
.drop-accordion-item__checkbox:checked {
  pointer-events: none;
}
.drop-accordion-item__label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.drop-accordion-item__label-box span {
  color: #202020;
  font-size: 20px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  -webkit-transition: color 0.2s 0.1s ease-in-out;
  transition: color 0.2s 0.1s ease-in-out;
}
.drop-accordion-item__chevron {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.drop-accordion-item__chevron path {
  stroke: #52616B;
  -webkit-transition: stroke 0.2s 0.1s ease-in-out;
  transition: stroke 0.2s 0.1s ease-in-out;
}
.drop-accordion-item__checkbox:checked ~ .drop-accordion-item__content-box .drop-accordion-item__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drop-accordion-item__checkbox:checked ~ .drop-accordion-item__content-box .drop-accordion-item__chevron path {
  stroke: #9f0e1b;
}
.drop-accordion-item__checkbox:checked ~ .drop-accordion-item__content-box .drop-accordion-item__dropdown {
  max-height: var(--drop-accordion-item__dropdown-max-height);
  opacity: 1;
  pointer-events: auto;
}
.drop-accordion-item__checkbox:checked ~ .drop-accordion-item__content-box .drop-accordion-item__label-box span {
  color: #9f0e1b;
}
.drop-accordion-item__dropdown {
  cursor: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: max-height 0.3s cubic-bezier(0.5, 0, 0, 1), opacity 0.3s ease-out;
  transition: max-height 0.3s cubic-bezier(0.5, 0, 0, 1), opacity 0.3s ease-out;
}
.drop-accordion-item__dropdown p {
  font-size: 18px;
  margin: 8px 0 0;
}
.drop-accordion-item__dropdown-inner {
  visibility: hidden;
  -webkit-transition: visibility 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: visibility 0.3s cubic-bezier(0.5, 0, 0, 1);
}
.drop-accordion-item__checkbox:checked ~ .drop-accordion-item__content-box .drop-accordion-item__dropdown-inner {
  visibility: visible;
}
.drop-accordion-item li {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
}

@media (min-width: 1024px) {
  .drop-accordion {
    max-width: 1080px;
    margin: 0 auto;
  }
  .drop-accordion-item__label-box span {
    font-size: 22px;
  }
  .drop-accordion-item__dropdown p {
    font-size: 22px;
  }
}
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 8px;
  border-radius: 999px;
  white-space: nowrap;
  font-family: "Comfortaa", sans-serif;
}
.badge--tickets-live {
  background: #2e7d32;
  color: #fff;
}
.badge--announced {
  background: #c9a96e;
  color: #2a1f15;
}
.badge--invite-only {
  background: #5e35b1;
  color: #fff;
}
.badge--past {
  background: #3a3530;
  color: #cbb994;
}

.header__top-nav-akce-toggle .caret {
  margin-left: 4px;
  font-size: 0.7em;
}

.event-menu__item a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.event-menu__name {
  font-weight: 600;
  color: #fff;
}
.event-menu__dates {
  grid-column: 1/-1;
  font-size: 13px;
  opacity: 0.7;
  font-family: "Comfortaa", sans-serif;
}

.edition-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 16px;
  background: #1c1a14;
  border-bottom: 0.5px solid #3a3326;
  color: #c9b27e;
  font-family: "Comfortaa", sans-serif;
  font-size: 12.5px;
  line-height: 1.4;
  text-align: left;
}
.edition-note__icon {
  color: #d9b75c;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .edition-note {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 13px;
  }
}

.event-subnav {
  position: relative;
  background: #202327;
  -webkit-box-shadow: 0 1.5px 0 #c4a04c, 0 7px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.5px 0 #c4a04c, 0 7px 20px rgba(0, 0, 0, 0.3);
  z-index: 20;
}
.event-subnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 13px 16px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.event-subnav__inner::-webkit-scrollbar {
  display: none;
}
.event-subnav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.event-subnav a {
  position: relative;
  display: inline-block;
  color: #b4ae9f;
  text-decoration: none;
  white-space: nowrap;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 4px 0 12px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.event-subnav a:hover {
  color: #e9e5da;
}
.event-subnav a[aria-current=page] {
  color: #d9b75c;
}
.event-subnav a[aria-current=page]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5px;
  background: #d9b75c;
}
.event-subnav::before, .event-subnav::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
  z-index: 2;
}
.event-subnav::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#202327));
  background: linear-gradient(to left, transparent, #202327);
}
.event-subnav::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#202327));
  background: linear-gradient(to right, transparent, #202327);
}

@media (min-width: 1024px) {
  .event-subnav__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 36px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 38px;
    overflow-x: visible;
    font-size: 21px;
  }
  .event-subnav a {
    padding: 4px 0;
  }
  .event-subnav a[aria-current=page]::after {
    bottom: -2px;
    height: 2px;
  }
  .event-subnav::before, .event-subnav::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__top-nav-akce {
    position: relative;
  }
  .header__top-nav-akce .header__top-nav-submob.event-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 20rem;
    margin: 0;
    padding: 6px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #1E2022;
    -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transition: opacity 0.18s ease, visibility 0.18s, -webkit-transform 0.18s ease;
    transition: opacity 0.18s ease, visibility 0.18s, -webkit-transform 0.18s ease;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s, -webkit-transform 0.18s ease;
    z-index: 200;
  }
  .header__top-nav-akce:hover .header__top-nav-submob.event-menu, .header__top-nav-akce:focus-within .header__top-nav-submob.event-menu, .header__top-nav-akce[data-open=true] .header__top-nav-submob.event-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__top-nav-akce .event-menu__item a {
    padding: 8px 14px;
    border-bottom: none;
  }
  .header__top-nav-akce .event-menu__item a:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  .header__top-nav-akce .event-menu__item.active a {
    background: rgba(255, 255, 255, 0.08);
  }
}
.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
  margin-top: 16px;
}

@media (min-width: 767px) {
  .grid.plan {
    max-width: 45%;
    margin: 0 auto;
  }
}

.grid.org-team {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 70px;
  margin: 0 auto;
  grid-gap: 15px;
}

.grid-bands {
  grid-template-columns: 1fr;
  grid-auto-rows: unset;
  position: relative;
}

.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #52616B;
  grid-column-start: auto;
  grid-row-start: auto;
  background: url("https://images.unsplash.com/photo-1470124182917-cc6e71b22ecc?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=");
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
          box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.item:nth-of-type(1) {
  background-image: url("/images/content/mexican_standoff.webp");
}
.item:nth-of-type(2) {
  background-image: url("/images/content/holy_house.webp");
}
.item:nth-of-type(3) {
  background-image: url("/images/content/neighbours.webp");
}
.item:nth-of-type(4) {
  background-image: url("/images/content/happy_sellen.webp");
}
.item:nth-of-type(5) {
  background-image: url("/images/content/surprise.webp");
}
.item:nth-of-type(6) {
  background-image: url("/images/content/say_what.webp");
}
.item:nth-of-type(7) {
  background-image: url("/images/content/tired_but_happy.webp");
}
.item:nth-of-type(8) {
  background-image: url("/images/content/temeri_march.webp");
}
.item:nth-of-type(9) {
  background-image: url("/images/content/feminists.webp");
}
.item:nth-of-type(10) {
  background-image: url("/images/content/ofieri_duo.webp");
}
.item:nth-of-type(11) {
  background-image: url("/images/content/hearts_of_stone.webp");
}
.item:nth-of-type(12) {
  background-image: url("/images/content/ofieri_gang.webp");
}
.item:nth-of-type(13) {
  background-image: url("/images/content/pendrek_lessons.webp");
}
.item:nth-of-type(14) {
  background-image: url("/images/content/sweet_sweet_alcohol.webp");
}
.item:nth-of-type(15) {
  background-image: url("/images/content/bloud_velbloud.webp");
}
.item:nth-of-type(16) {
  background-image: url("/images/content/tempus.webp");
}
.item.item--cm:nth-of-type(1) {
  background-image: url("/images/content/cm_gallery_1.webp");
}
.item.item--cm:nth-of-type(2) {
  background-image: url("/images/content/cm_gallery_2.webp");
}
.item.item--cm:nth-of-type(3) {
  background-image: url("/images/content/cm_gallery_3.webp");
}
.item.item--cm:nth-of-type(4) {
  background-image: url("/images/content/cm_gallery_4.webp");
}
.item.item--cm:nth-of-type(5) {
  background-image: url("/images/content/cm_gallery_5.webp");
}
.item.item--cm:nth-of-type(6) {
  background-image: url("/images/content/cm_gallery_6.webp");
}
.item.item--cm:nth-of-type(7) {
  background-image: url("/images/content/cm_gallery_7.webp");
}
.item.item--cm:nth-of-type(8) {
  background-image: url("/images/content/cm_gallery_8.webp");
}
.item.item--cm:nth-of-type(9) {
  background-image: url("/images/content/cm_gallery_9.webp");
}
.item.item--cm:nth-of-type(10) {
  background-image: url("/images/content/cm_gallery_10.webp");
}
.item.item--cm:nth-of-type(11) {
  background-image: url("/images/content/cm_gallery_11.webp");
}
.item.item--cm:nth-of-type(12) {
  background-image: url("/images/content/cm_gallery_12.webp");
}
.item.item--cm:nth-of-type(13) {
  background-image: url("/images/content/cm_gallery_13.webp");
}
.item.item--cm:nth-of-type(14) {
  background-image: url("/images/content/cm_gallery_14.webp");
}
.item.item--cm:nth-of-type(15) {
  background-image: url("/images/content/cm_gallery_15.webp");
}
.item.item--plan:nth-of-type(1) {
  background-image: url("/images/content/ples_planek.webp");
}
.item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.item:hover:after {
  opacity: 0;
}
.item--medium {
  grid-row-end: span 2;
}
.item--large {
  grid-row-end: span 3;
}
.item--full {
  grid-column-end: auto;
}
@media screen and (min-width: 768px) {
  .item--full {
    grid-column: 1/-1;
    grid-row-end: span 2;
  }
}
.item__details {
  position: relative;
  padding: 10px 15px;
  color: #202020;
  background: #d4cdc9;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
}
.item-desc {
  display: none;
}

.show-more-button {
  color: #202020;
  font-size: 30px;
  border-radius: 8px;
  background: #C9D6DF;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  -webkit-box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
          box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.show-more-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.grid.org-team .item:nth-of-type(1) {
  background-image: url("/images/content/sellen.webp");
}
.grid.org-team .item:nth-of-type(2) {
  background-image: url("/images/content/joan.webp");
}
.grid.org-team .item:nth-of-type(3) {
  background-image: url("/images/content/mirael.webp");
}
.grid.org-team .item:nth-of-type(4) {
  background-image: url("/images/content/lyshak.webp");
}
.grid.org-team .item:nth-of-type(5) {
  background-image: url("/images/content/lahvickar.webp");
}
.grid.org-team .item:nth-of-type(6) {
  background-image: url("/images/content/vojtak.webp");
}
.grid.org-team .item:nth-of-type(7) {
  background-image: url("/images/content/Team_Hirotar.webp");
}
.grid.org-team .item:nth-of-type(8) {
  background-image: url("/images/content/jaczk.webp");
}
.grid.org-team .item:nth-of-type(9) {
  background-image: url("/images/content/eric.webp");
}
.grid.org-team .item:nth-of-type(10) {
  background-image: url("/images/content/withal.webp");
}
.grid.org-team .item:nth-of-type(11) {
  background-image: url("/images/content/Team_Kacka.webp");
}
.grid.org-team .item:nth-of-type(12) {
  background-image: url("/images/content/Team_Zbynek.webp");
}

/* Costume reference galleries (ref-f-* / ref-m-*) were previously linked here
   via CSS background-image. They now use the data-lightbox-src tile system
   (same as archive galleries) — images live in HTML, not SCSS. */
.item__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.item.item--ig {
  grid-row: span 2;
  text-decoration: none;
}
.item.item--ig .item__ig {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.item.item--ig:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.modal-description {
  display: none;
  background: #d4cdc9;
  padding: 20px;
  color: #202020;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  width: 80%;
  height: 30vh;
  overflow: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.modal-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.org-card .modal-wrapper {
  max-width: 1100px;
}
.modal.org-card .modal-content {
  margin: 0;
  width: 80%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.modal.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

/* Iframe Gallery start */
.iframe-modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.iframe-modal--content {
  margin: 0;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.iframe-modal--wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.iframe-modal--arrow {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 50px;
  font-weight: 700;
  cursor: pointer;
  z-index: 2000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-arrow-left {
  margin-right: -20px;
}

.modal-arrow-right {
  margin-left: -20px;
}

.iframe-modal--close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.iframe-modal.fadeIn {
  -webkit-animation-name: fadiframeFadeIneIn;
          animation-name: fadiframeFadeIneIn;
}

.iframe-modal.fadeOut {
  -webkit-animation-name: iframeFadeOut;
          animation-name: iframeFadeOut;
}

@-webkit-keyframes iframeFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes iframeFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iframeFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes iframeFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Gallery end */
@media (min-width: 1024px) {
  .modal-content {
    max-width: 80%;
    max-height: 80%;
  }
  .modal-description {
    height: auto;
  }
  .grid.org-team {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1100px;
    grid-auto-rows: 150px;
  }
  .grid-bands {
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: unset;
  }
  .modal-content {
    max-width: 80%;
    max-height: 80%;
  }
  .modal-arrow-left {
    margin-right: 0;
  }
  .modal-arrow-right {
    margin-left: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.prg-day-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.25);
  margin-bottom: 20px;
}

.prg-day-tab {
  padding: 10px 18px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 15px;
  color: #7a6a4a;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -0.5px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media (min-width: 768px) {
  .prg-day-tab {
    padding: 12px 32px;
    font-size: 18px;
  }
}
.prg-day-tab:hover:not(.is-active) {
  color: #544933;
}
.prg-day-tab.is-active {
  color: #2a1f15;
  border-bottom-color: #2a1f15;
}

.prg-day-tab-sub {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  color: #8a7a5a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 2px;
}

.prg-filter-strip {
  margin-bottom: 20px;
}

.prg-filter-label {
  font-size: 9px;
  color: #7a6a4a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.prg-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.prg-chip {
  font-family: "Comfortaa", sans-serif;
  font-size: 12px;
  color: #2a1f15;
  background: transparent;
  border: 0.5px solid #8a7a5a;
  border-radius: 3px;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.15s, color 0.15s, border-color 0.15s;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.prg-chip.is-all {
  font-style: italic;
}
.prg-chip:hover:not(.is-active) {
  background: rgba(42, 31, 21, 0.06);
}
.prg-chip.is-active {
  background: #2a1f15;
  color: #e8dcc4;
  border-color: #2a1f15;
}

.prg-chip[data-venue=stage] {
  border-left: 5px solid #8a2a1f;
}

.prg-chip[data-venue=lecture] {
  border-left: 5px solid #5a4a7a;
}

.prg-chip[data-venue=novigrad-square] {
  border-left: 5px solid #8a6a2a;
}

.prg-chip[data-venue=novigrad-tavern] {
  border-left: 5px solid #6a3a1a;
}

.prg-chip[data-venue=sub-utraque] {
  border-left: 5px solid #4a5a3a;
}

.prg-chip[data-venue=gwent] {
  border-left: 5px solid #3a5a6a;
}

.prg-chip[data-venue=encampments] {
  border-left: 5px solid #5a4a2a;
}

.prg-chip[data-venue=allday] {
  border-left: 5px solid #7a5a6a;
}

.prg-chip[data-venue=catering] {
  border-left: 5px solid #6a5a2a;
}

.prg-chip[data-venue=stage].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=lecture].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=novigrad-square].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=novigrad-tavern].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=sub-utraque].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=gwent].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=encampments].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=allday].is-active {
  border-left-color: transparent;
}

.prg-chip[data-venue=catering].is-active {
  border-left-color: transparent;
}

.prg-empty {
  padding: 40px 0;
  text-align: center;
  font-family: "Charm", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #7a6a4a;
}

.prg-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 10px;
  padding: 13px 4px;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.2);
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
@media (min-width: 768px) {
  .prg-row {
    grid-template-columns: 100px 1fr auto;
    gap: 16px;
    padding: 14px 8px;
  }
}
.prg-row:hover {
  background: rgba(42, 31, 21, 0.03);
}
.prg-row.is-expanded {
  background: rgba(42, 31, 21, 0.05);
}
.prg-row.is-hidden {
  display: none;
}
.prg-row:focus-visible {
  outline: 2px solid #7a6a4a;
  outline-offset: -2px;
  border-radius: 2px;
}

.prg-time {
  padding-top: 2px;
}

.prg-time-start {
  display: block;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 16px;
  color: #2a1f15;
  line-height: 1;
}

.prg-time-range {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  color: #7a6a4a;
  letter-spacing: 0.02em;
  margin-top: 3px;
}

.prg-title {
  font-family: "Comfortaa", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2a1f15;
  line-height: 1.25;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .prg-title {
    font-size: 17px;
  }
}

.prg-meta {
  font-size: 11px;
  color: #5a5040;
}

.prg-category {
  font-family: "Comfortaa", sans-serif;
  font-style: italic;
  color: #7a6a4a;
}

.prg-sep {
  margin: 0 6px;
  color: #a89a7a;
}

.prg-venue {
  color: #5a5040;
}

.prg-chevron {
  color: #7a6a4a;
  font-size: 13px;
  padding-top: 3px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.prg-row.is-expanded .prg-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.prg-drawer {
  grid-column: 1/-1;
  padding: 14px 8px 6px;
  border-top: 0.5px dashed rgba(42, 31, 21, 0.25);
  font-size: 13px;
  color: #3a2f20;
  line-height: 1.7;
}
.prg-drawer p {
  margin-bottom: 8px;
}
.prg-drawer p:last-of-type {
  margin-bottom: 0;
}

.prg-drawer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #7a6a4a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prg-drawer-desc {
  margin-top: 4px;
  margin-bottom: 0;
}

.prg-subitems {
  list-style: none;
  padding: 0;
  margin: 12px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.prg-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding-left: 10px;
  border-left: 2px solid rgba(138, 122, 90, 0.35);
}

.prg-subitem-title {
  font-weight: 600;
  font-size: 12px;
  color: #2a1f15;
  letter-spacing: 0.02em;
}

.prg-subitem-when {
  font-size: 10px;
  color: #7a6a4a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prg-subitem-desc {
  font-size: 12px;
  color: #3a2f20;
  line-height: 1.6;
}

.prg-drawer-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  color: #2a1f15;
  border: 0.5px solid #8a7a5a;
  border-radius: 3px;
  padding: 4px 10px;
  text-decoration: none;
  letter-spacing: 0.04em;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
}
.prg-drawer-link:hover {
  background: rgba(42, 31, 21, 0.06);
  border-color: #2a1f15;
}

.breadcrumb-strip {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #151510;
  border-top: 0.5px solid #2e2e20;
  border-bottom: 0.5px solid #2e2e20;
  padding: 10px 20px;
  font-size: 11px;
  color: #7a6a4a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Comfortaa", sans-serif;
}
.breadcrumb-strip a {
  color: #7a6a4a;
  text-decoration: none;
}
.breadcrumb-strip a:hover {
  color: #c9a96e;
}
.breadcrumb-strip .sep {
  margin: 0 8px;
  color: #4a4030;
}
.breadcrumb-strip .current {
  color: #c9a96e;
}
@media (min-width: 1024px) {
  .breadcrumb-strip {
    display: none;
  }
}

.listing-section {
  padding: 32px 16px 48px;
  max-width: 1400px;
  margin: 0 auto;
}
.listing-section__hero {
  text-align: center;
  margin-bottom: 28px;
}
.listing-section__eyebrow {
  font-size: 11px;
  color: #9a8a6a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: "Comfortaa";
}
.listing-section__title {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 28px;
  color: #fff;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .listing-section__title {
    font-size: 36px;
  }
}
.listing-section__lede {
  font-family: "Charm", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  color: #c9a96e;
  line-height: 1.6;
  max-width: 560px;
  margin: 14px auto 0;
  text-align: center;
}
.listing-section__back {
  display: block;
  text-align: center;
  margin-top: 36px;
  font-size: 12px;
  color: #9a8a6a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
.listing-section__back:hover {
  color: #c9a96e;
}

.entity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .entity-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .entity-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .entity-grid.judges {
    grid-template-columns: repeat(3, 1fr);
  }
}

.entity-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1a1a14;
  border: 0.5px solid #3a3a30;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.entity-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}
.entity-card:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: 2px;
}
.entity-card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-size: cover;
  background-position: center;
  background-color: #2a1f15;
  min-height: 0;
  width: 100%;
  aspect-ratio: 4/5;
}
.entity-card__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #e8dcc4;
  padding: 10px 12px;
  border-top: 0.5px solid #8a7a5a;
  text-align: center;
}
.entity-card__name {
  display: block;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 15px;
  color: #2a1f15;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .entity-card__name {
    font-size: 17px;
  }
}
.entity-card__sub {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: #7a6a4a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cm-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
}
@media (min-width: 768px) {
  .cm-modal {
    padding: 24px;
  }
}
.cm-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-modal__dialog {
  position: relative;
  background: #e8dcc4;
  color: #2a1f15;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px #8a7a5a, 0 8px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 1px #8a7a5a, 0 8px 40px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .cm-modal__dialog {
    max-width: 720px;
    height: auto;
    max-height: calc(100vh - 48px);
    border-radius: 8px;
  }
}
.cm-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  border-radius: 50%;
  color: #e8dcc4;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.cm-modal__close:hover {
  background: rgba(0, 0, 0, 0.75);
}
.cm-modal__carousel {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #1a1a14;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.9;
}
.cm-modal__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cm-modal__track.has-peek .cm-modal__slide, .cm-modal__carousel.has-peek .cm-modal__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.cm-modal__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
  padding: 0 3px;
  background-size: cover;
  background-position: top;
}
.cm-modal__slide:first-child {
  padding-left: 0;
}
.cm-modal__slide:last-child {
  padding-right: 0;
}
.cm-modal__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  z-index: 3;
}
.cm-modal__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(232, 220, 196, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
}
.cm-modal__dot.is-active {
  background: #e8dcc4;
}
.cm-modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 22px 24px 18px;
}
.cm-modal__title {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 26px;
  line-height: 1.15;
  color: #2a1f15;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .cm-modal__title {
    font-size: 30px;
  }
}
.cm-modal__subtitle {
  font-size: 11px;
  color: #7a6a4a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "Comfortaa", sans-serif;
}
.cm-modal__text {
  font-size: 14px;
  color: #3a2f20;
  line-height: 1.7;
}
.cm-modal__text p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #3a2f20;
  line-height: 1.7;
}
.cm-modal__text p:last-child {
  margin-bottom: 0;
}
.cm-modal__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 14px;
  margin-top: 16px;
  border-top: 0.5px solid rgba(42, 31, 21, 0.25);
}
.cm-modal__links:empty {
  display: none;
}
.cm-modal__link-pill {
  font-size: 11px;
  color: #2a1f15;
  border: 0.5px solid #8a7a5a;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.cm-modal__link-pill:hover {
  background: rgba(42, 31, 21, 0.08);
}
.cm-modal__cardnav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  background: rgba(42, 31, 21, 0.06);
  border-top: 0.5px solid rgba(42, 31, 21, 0.2);
}
.cm-modal__arrow {
  width: 36px;
  height: 36px;
  background: transparent;
  color: #2a1f15;
  border: 0.5px solid #8a7a5a;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.cm-modal__arrow:hover {
  background: rgba(42, 31, 21, 0.08);
}
.cm-modal__cardnav-center {
  text-align: center;
}
.cm-modal__cardnav-label {
  font-size: 9px;
  color: #8a7a5a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.cm-modal__cardnav-position {
  font-size: 12px;
  color: #7a6a4a;
  letter-spacing: 0.14em;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
}

body.cm-modal-open {
  overflow: hidden;
}

.editorial {
  background: #e8dcc4;
  color: #2a1f15;
  padding: 40px 20px 56px;
}
.editorial.contact-page {
  margin-bottom: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 768px) {
  .editorial {
    padding: 48px 40px 64px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .editorial.contact-page {
    border-radius: 8px;
  }
}
.editorial__inner {
  max-width: 860px;
  margin: 0 auto;
}
.editorial__hero {
  text-align: center;
  margin-bottom: 28px;
}
.editorial__eyebrow {
  font-size: 11px;
  color: #7a6a4a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: "Comfortaa";
}
.editorial__title {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 28px;
  color: #2a1f15;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .editorial__title {
    font-size: 38px;
  }
}
.editorial__lede {
  font-family: "Charm", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: #3a2f20;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 36px;
  text-align: center;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .editorial__lede {
    font-size: 19px;
  }
}
.editorial__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 18px 0;
  border-top: 0.5px solid rgba(42, 31, 21, 0.25);
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.25);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .editorial__facts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0;
  }
}
.editorial__fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 768px) {
  .editorial__fact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .editorial__fact + .editorial__fact {
    border-left: 0.5px solid rgba(42, 31, 21, 0.2);
  }
}
.editorial__fact-label {
  font-size: 10px;
  color: #7a6a4a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .editorial__fact-label {
    margin-bottom: 4px;
  }
}
.editorial__fact-value {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 14px;
  color: #2a1f15;
}
@media (min-width: 768px) {
  .editorial__fact-value {
    font-size: 16px;
  }
}
.editorial__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 44px;
}
.editorial__block li {
  font-size: 14px;
}
@media (min-width: 768px) {
  .editorial__block {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .editorial__block--reversed {
    direction: rtl;
  }
  .editorial__block--reversed > * {
    direction: ltr;
  }
}
.editorial__block-text h2 {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 20px;
  color: #2a1f15;
  margin-bottom: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .editorial__block-text h2 {
    font-size: 24px;
  }
}
.editorial__block-text p {
  font-size: 14px;
  color: #3a2f20;
  line-height: 1.8;
  margin-bottom: 12px;
}
.editorial__block-text p:last-child {
  margin-bottom: 0;
}
.editorial__block-art {
  aspect-ratio: 3/4;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  border: 1px solid #8a7a5a;
  -webkit-box-shadow: 0 2px 12px rgba(42, 31, 21, 0.2);
          box-shadow: 0 2px 12px rgba(42, 31, 21, 0.2);
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6a5a3a;
  font-size: 11px;
  font-family: "Charm", Georgia, serif;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .editorial__block-art {
    aspect-ratio: 4/3;
    background-position-y: top;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.editorial__divider {
  border: none;
  border-top: 0.5px solid rgba(42, 31, 21, 0.25);
  margin: 0 0 40px;
}
.editorial__cast-heading {
  text-align: center;
  margin-bottom: 24px;
}
.editorial__cast-heading h2 {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 22px;
  color: #2a1f15;
  margin-bottom: 4px;
}
.editorial__cast-sub {
  font-size: 11px;
  color: #7a6a4a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.editorial__cast-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .editorial__cast-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .editorial__cast-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.editorial__back {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 0.5px solid rgba(42, 31, 21, 0.25);
  font-size: 12px;
  color: #7a6a4a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
.editorial__back:hover {
  color: #2a1f15;
}
.editorial__toc {
  background: rgba(42, 31, 21, 0.05);
  border: 0.5px solid rgba(42, 31, 21, 0.2);
  border-radius: 4px;
  padding: 16px 20px;
  margin-bottom: 36px;
}
.editorial__toc-label {
  font-size: 10px;
  color: #7a6a4a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.editorial__toc ol {
  list-style: none;
  counter-reset: toc-counter;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .editorial__toc ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 32px;
  }
}
.editorial__toc li {
  counter-increment: toc-counter;
  font-size: 13px;
  color: #3a2f20;
}
.editorial__toc li::before {
  content: counter(toc-counter) ". ";
  color: #8a7a5a;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.editorial__toc a {
  color: #3a2f20;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.3);
}
.editorial__toc a:hover {
  color: #2a1f15;
  border-bottom-color: #2a1f15;
}
.editorial__rules-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.2);
}
.editorial__rules-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.editorial__rules-section h2 {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 22px;
  color: #2a1f15;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .editorial__rules-section h2 {
    font-size: 26px;
  }
}
.editorial__rules-section h3 {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 16px;
  color: #2a1f15;
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  .editorial__rules-section h3 {
    font-size: 18px;
  }
}
.editorial__rules-section p {
  font-size: 14px;
  color: #3a2f20;
  line-height: 1.8;
  margin-bottom: 12px;
}
.editorial__rules-section p:last-child {
  margin-bottom: 0;
}
.editorial__rules-section p a {
  color: #2a1f15;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.4);
  text-decoration: none;
}
.editorial__rules-section ul, .editorial__rules-section ol {
  margin: 0 0 12px 0;
  padding-left: 20px;
}
.editorial__rules-section ul li, .editorial__rules-section ol li {
  font-size: 14px;
  color: #3a2f20;
  line-height: 1.75;
  margin-bottom: 6px;
}
.editorial__rules-section ul li b, .editorial__rules-section ul li strong, .editorial__rules-section ol li b, .editorial__rules-section ol li strong {
  color: #2a1f15;
}
.editorial__rules-section ul li a, .editorial__rules-section ol li a {
  color: #2a1f15;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.4);
  text-decoration: none;
}
@media (min-width: 768px) {
  .editorial__rules-section--cols ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.editorial a {
  color: #8b4513;
  text-decoration: none;
}
.editorial a:hover {
  color: #5a2508;
  text-decoration: underline;
}
.editorial__faq-group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.2);
}
.editorial__faq-group:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.editorial__faq-group > h2 {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 18px;
  color: #2a1f15;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .editorial__faq-group > h2 {
    font-size: 22px;
  }
}
.editorial__faq-group .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin-top: 12px;
}
.editorial__faq-group .footer__wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 8px;
  margin: 0 -8px;
  color: #2a1f15;
}
.editorial__faq-group .footer__wrapper a:hover {
  color: #8b4513;
  text-decoration: none;
}
.editorial__faq-group .footer__wrapper img,
.editorial__faq-group .footer__wrapper svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.editorial__faq-item {
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.15);
}
.editorial__faq-item:last-child {
  border-bottom: none;
}
.editorial__faq-item summary {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #2a1f15;
  line-height: 1.45;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.editorial__faq-item summary::-webkit-details-marker {
  display: none;
}
.editorial__faq-item summary::marker {
  display: none;
}
.editorial__faq-item summary::after {
  content: "›";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 20px;
  color: #8a7a5a;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  line-height: 1;
}
.editorial__faq-item summary:hover {
  color: #1a100a;
}
.editorial__faq-item[open] > summary::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.editorial__faq-answer {
  padding: 0 0 16px;
  font-size: 14px;
  color: #3a2f20;
  line-height: 1.8;
}
.editorial__faq-answer p {
  margin-bottom: 10px;
  font-size: 14px;
}
.editorial__faq-answer p:last-child {
  margin-bottom: 0;
}
.editorial__faq-answer ul, .editorial__faq-answer ol {
  padding-left: 20px;
  margin: 6px 0 10px;
}
.editorial__faq-answer ul li, .editorial__faq-answer ol li {
  margin-bottom: 4px;
  line-height: 1.7;
}
.editorial__faq-answer a {
  color: #2a1f15;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.4);
  text-decoration: none;
}
.editorial__faq-answer a:hover {
  border-bottom-color: #2a1f15;
}
.editorial__map-wrap {
  position: relative;
  margin-bottom: 32px;
  border: 1px solid #8a7a5a;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(42, 31, 21, 0.2);
          box-shadow: 0 2px 12px rgba(42, 31, 21, 0.2);
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.editorial__map-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.editorial__map-wrap::after {
  content: "🔍 Klikněte pro zvětšení";
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(42, 31, 21, 0.7);
  color: #e8dcc4;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 3px;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.editorial__map-wrap:hover::after {
  opacity: 0;
}
.editorial__map-note {
  font-size: 12px;
  color: #7a6a4a;
  text-align: center;
  margin-top: -16px;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.editorial__map-note a {
  color: #7a6a4a;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.3);
  text-decoration: none;
}
.editorial__map-note a:hover {
  color: #2a1f15;
}
.editorial__legend {
  margin-bottom: 8px;
}
.editorial__legend h3 {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 18px;
  color: #2a1f15;
  margin-bottom: 16px;
  text-align: center;
}
.editorial__legend-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 32px;
}
@media (min-width: 768px) {
  .editorial__legend-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.editorial__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 0.5px solid rgba(42, 31, 21, 0.12);
}
.editorial__legend-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 12px;
  color: #8a7a5a;
  text-align: right;
}
.editorial__legend-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 14px;
  color: #2a1f15;
  line-height: 1.3;
}
.editorial__legend-type {
  font-size: 10px;
  color: #9a8a6a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.editorial__download-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 8px 18px;
  background: rgba(42, 31, 21, 0.06);
  border: 0.5px solid rgba(42, 31, 21, 0.3);
  border-radius: 3px;
  font-size: 11px;
  color: #3a2f20;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
}
.editorial__download-btn:hover {
  background: rgba(42, 31, 21, 0.12);
  border-color: rgba(42, 31, 21, 0.5);
  color: #2a1f15;
}
.editorial__download-btn[aria-disabled=true] {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.cast-card {
  background: #f3e9d3;
  border: 0.5px solid #8a7a5a;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font: inherit;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.cast-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(42, 31, 21, 0.2);
          box-shadow: 0 4px 16px rgba(42, 31, 21, 0.2);
}
.cast-card:focus-visible {
  outline: 2px solid #8a7a5a;
  outline-offset: 2px;
}
.cast-card__portrait {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 3px;
  background-size: cover;
  background-position: center top;
  background-color: #2a1f15;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6a5a3a;
  font-size: 10px;
  font-family: "Charm", Georgia, serif;
}
.cast-card__name {
  display: block;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 14px;
  color: #2a1f15;
  line-height: 1.2;
  margin-bottom: 2px;
}
.cast-card__role {
  display: block;
  font-size: 10px;
  color: #7a6a4a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cm-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.cm-lightbox.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-lightbox__img {
  max-width: calc(100% - 88px);
  max-height: 90vh;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.6);
          box-shadow: 0 8px 48px rgba(0, 0, 0, 0.6);
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: 1;
}
.cm-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #e8dcc4;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
}
.cm-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cm-lightbox__prev, .cm-lightbox__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #e8dcc4;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.cm-lightbox__prev:hover, .cm-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.25);
}
.cm-lightbox__prev {
  left: 16px;
}
.cm-lightbox__next {
  right: 16px;
}
.cm-lightbox__caption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(232, 220, 196, 0.7);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: center;
  pointer-events: none;
  max-width: 80%;
}

@media (max-width: 767px) {
  .cm-lightbox {
    padding: 10px;
  }
  .cm-lightbox__img {
    max-width: 100%;
    max-height: 82vh;
  }
  .cm-lightbox__prev, .cm-lightbox__next {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.35);
  }
  .cm-lightbox__prev {
    left: 8px;
  }
  .cm-lightbox__next {
    right: 8px;
  }
}
.gallery-section__label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a8a6a;
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 20px;
  margin-top: 8px;
}
.gallery-section__more.show-more-button {
  background: transparent;
  border: 1px solid rgba(201, 169, 110, 0.6);
  color: #c9a96e;
  font-size: 14px;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.08em;
  padding: 10px 28px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.gallery-section__more.show-more-button:hover {
  background: rgba(201, 169, 110, 0.12);
  -webkit-transform: none;
          transform: none;
}

.editorial__menu-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 4px;
}

.editorial__menu-thumb {
  background: none;
  border: 1px solid rgba(42, 31, 21, 0.18);
  border-radius: 4px;
  padding: 0;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  max-width: 180px;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.editorial__menu-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.editorial__menu-thumb:hover {
  border-color: rgba(42, 31, 21, 0.45);
  -webkit-box-shadow: 0 2px 12px rgba(42, 31, 21, 0.15);
          box-shadow: 0 2px 12px rgba(42, 31, 21, 0.15);
}

.event-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px 8px;
}
.event-cards__head {
  text-align: center;
  margin-bottom: 28px;
}
.event-cards__eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a8a6a;
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 6px;
  text-align: center;
}
.event-cards__heading {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 26px;
  color: #ffffff;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .event-cards__heading {
    font-size: 34px;
  }
}
.event-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .event-cards__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.event-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  background-color: rgba(82, 97, 107, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.event-card:hover {
  border-color: rgba(201, 169, 110, 0.55);
}
.event-card:hover .event-card__media {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.event-card:hover .event-card__cta {
  color: #ffeebf;
}
.event-card__media {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  background-color: #1E2022;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.event-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 18px 20px 22px;
}
.event-card__name {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 24px;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
}
.event-card__subtitle {
  font-family: "Charm", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.event-card__meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Comfortaa", sans-serif;
  margin: 0;
}
.event-card__cta {
  margin-top: 6px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #c9a96e;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.event-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.event-card__recap {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  margin: -4px 0 -16px;
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-decoration-color: rgba(201, 169, 110, 0.45);
  text-underline-offset: 3px;
  -webkit-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.event-card__recap:hover {
  color: #c9a96e;
  text-decoration-color: #c9a96e;
}

.event-landing {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 16px 8px;
  text-align: center;
}
.event-landing__subtitle {
  font-family: "Charm", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.82);
  margin: 14px 0 0;
}
.event-landing__meta {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  margin: 12px 0 0;
}
.event-landing__lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin: 22px 0 0;
}
.event-landing__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-block;
  padding: 11px 26px;
  border-radius: 6px;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn--primary {
  background: #c9a96e;
  color: #2a1f15;
}
.btn--primary:hover {
  background: #b8925a;
}
.btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn--ghost:hover {
  border-color: #c9a96e;
  color: #c9a96e;
}
.btn--disabled {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.event-archive {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px 64px;
}
.event-archive__heading {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
}
.event-archive__empty {
  font-family: "Charm", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin: 8px 0 24px;
}

.coming-soon {
  max-width: 620px;
  margin: 0 auto;
  padding: 72px 16px 88px;
  text-align: center;
}
.coming-soon__badge {
  margin-bottom: 20px;
}
.coming-soon__title {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 32px;
  color: #fff;
  margin: 0 0 14px;
}
.coming-soon__text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.recap-cta {
  max-width: 760px;
  margin: 8px auto 0;
  padding: 24px 16px 8px;
  text-align: center;
}
.recap-cta__label {
  font-family: "Charm", Georgia, serif;
  font-style: italic;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 14px;
}
.recap-cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.editions {
  max-width: 1000px;
  margin: 0 auto;
  padding: 44px 16px 64px;
}
.editions__title {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0 0 28px;
}
.editions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) {
  .editions__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.edition-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  background-color: rgba(82, 97, 107, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.edition-card--recap:hover {
  border-color: rgba(201, 169, 110, 0.55);
}
.edition-card--recap:hover .edition-card__media {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.edition-card--recap:hover .edition-card__cta {
  color: #ffeebf;
}
.edition-card__media {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  background-color: #1E2022;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.edition-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 16px 18px 20px;
}
.edition-card__name {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 22px;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}
.edition-card__meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Comfortaa", sans-serif;
  margin: 0;
}
.edition-card__note {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.edition-card__cta {
  margin-top: 4px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #c9a96e;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.event-endcap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: clamp(300px, 38vw, 440px);
  padding: 48px 20px;
  overflow: hidden;
  background-color: #1E2022;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.event-endcap__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.72))), radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.72) 100%), radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55));
}
.event-endcap__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.event-endcap__eyebrow {
  margin: 0;
  font-family: "Comfortaa", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d9b75c;
}
.event-endcap__headline {
  margin: 0;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.event-endcap__meta {
  margin: 0;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
}
.event-endcap__cta {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 30px;
  border-radius: 8px;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 21px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(217, 183, 92, 0.7);
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, -webkit-transform 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, -webkit-transform 0.18s ease;
}
.event-endcap__cta:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: rgba(196, 160, 76, 0.18);
}
.event-endcap__cta--primary {
  color: #1c1a12;
  background: #c4a04c;
  border-color: #c4a04c;
  font-weight: 700;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.event-endcap__cta--primary:hover {
  background: #d9b75c;
  color: #1c1a12;
}
.event-endcap__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 24px;
  margin-top: 6px;
}
.event-endcap__sec {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  margin-bottom: 16px;
}
.event-endcap__sec:hover {
  color: #d9b75c;
}

.media-wall {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 16px 8px;
}
.media-wall__heading {
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .media-wall__heading {
    font-size: 30px;
  }
}
.media-wall__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) {
  .media-wall__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .media-wall__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.media-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.media-card__frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #0c0c0a;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.media-card__thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.media-card:hover .media-card__thumb {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.media-card__playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(18, 18, 14, 0.72);
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.media-card__playicon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #fff;
}
.media-card__play:hover .media-card__playicon, .media-card__play:focus-visible .media-card__playicon {
  background: #c4a04c;
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}
.media-card__igicon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
}
.media-card__caption {
  display: block;
  margin-top: 10px;
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #b4ae9f;
  text-align: center;
}
.media-card__iframe {
  display: block;
  cursor: default;
}

.badge--sale {
  background: #c9a96e;
  color: #2a1f15;
}
.badge--sale.sale-onsale {
  background: #2e7d32;
  color: #fff;
}

.sale-countdown {
  margin: 12px 0 0;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #d9b75c;
}
.sale-countdown__label {
  opacity: 0.85;
}
.sale-countdown__time {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.event-endcap .sale-countdown {
  color: #f0e4c4;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.sale-countdown--feature {
  text-align: center;
  margin: 8px auto 28px;
  font-size: 18px;
}
.sale-countdown--feature .sale-countdown__time {
  display: block;
  margin-top: 6px;
  font-size: 1.9em;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .sale-countdown--feature {
    font-size: 21px;
  }
}

.header__top-nav-akce-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: #ffffff;
  font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
  font-size: 24px;
  text-shadow: -1px 1px #202020;
}

@media (max-width: 1023px) {
  body.nav-mobile-open {
    overflow: hidden;
  }
  .event-subnav {
    display: none;
  }
  body.nav-mobile-open .header__top-nav {
    z-index: 1000;
  }
  .header__top-nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: fixed;
    inset: 0;
    width: 100vw;
    max-height: none;
    height: 100dvh;
    border-bottom-left-radius: 0;
    background: radial-gradient(125% 70% at 50% -8%, rgba(196, 160, 76, 0.13), transparent 56%), #181a1d;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
    opacity: 1;
    z-index: 1000;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__top-nav--list.opened {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1000;
  }
}
@media (max-width: 1023px) and (prefers-reduced-motion: reduce) {
  .header__top-nav--list {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1023px) {
  .header__drawer-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(196, 160, 76, 0.32);
  }
}
@media (max-width: 1023px) {
  .header__drawer-logo {
    display: block;
    height: 40px;
  }
  .header__drawer-logo img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .header__top-nav--close {
    position: static;
    top: auto;
    right: auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.05);
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .header__drawer-scroll {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 4px;
  }
  .header__drawer-scroll::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 1023px) {
  .header__top-nav--ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .header__top-nav--li {
    font-size: inherit;
  }
  .header__top-nav--li > a,
  .header__top-nav--li .header__top-nav-akce-toggle {
    min-height: 60px;
    padding: 0 24px;
    font-size: 29px;
    text-shadow: none;
  }
  .header__top-nav--li > a > span {
    z-index: auto;
  }
  .header__top-nav--li + .header__top-nav--li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
  .header__top-nav--li[aria-current=page] > a, .header__top-nav--li.active > a {
    color: #d9b75c;
  }
}
@media (max-width: 1023px) {
  .header__top-nav--li.mobile-cta {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__top-nav-trigger {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__top-nav-akce-toggle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__top-nav-akce-toggle[aria-expanded=true] {
    background: rgba(196, 160, 76, 0.09);
  }
  .header__top-nav-akce-toggle .caret {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 38px;
    height: 38px;
    margin-left: 0;
    border-radius: 50%;
    border: 1px solid rgba(196, 160, 76, 0.5);
    color: #d9b75c;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background 0.2s ease, -webkit-transform 0.32s ease;
    transition: background 0.2s ease, -webkit-transform 0.32s ease;
    transition: transform 0.32s ease, background 0.2s ease;
    transition: transform 0.32s ease, background 0.2s ease, -webkit-transform 0.32s ease;
  }
  .header__top-nav-akce-toggle[aria-expanded=true] .caret {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: rgba(196, 160, 76, 0.16);
  }
}
@media (max-width: 1023px) {
  .header__top-nav-submob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  }
  .header__top-nav-submob--li.active {
    background-color: rgba(255, 255, 255, 0.06);
  }
}
@media (max-width: 1023px) {
  .header__top-nav--li.expand .header__top-nav-submob {
    max-height: 560px;
    opacity: 1;
  }
}
@media (max-width: 1023px) and (prefers-reduced-motion: reduce) {
  .header__top-nav-submob {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1023px) {
  .header__top-nav-akce .event-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    width: 100%;
    padding: 11px 24px 12px;
  }
  .header__top-nav-akce .event-menu__item a:active {
    background: rgba(255, 255, 255, 0.05);
  }
  .header__top-nav-akce .event-menu__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 22px;
    color: #e9e5da;
  }
  .header__top-nav-akce .event-menu__item.active .event-menu__name {
    color: #d9b75c;
  }
  .header__top-nav-akce .event-menu__item.active .event-menu__name::before {
    content: "◆";
    color: #c4a04c;
    font-size: 11px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .header__top-nav-akce .event-menu__dates {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    opacity: 1;
    color: #b4ae9f;
  }
  .header__top-nav-akce .event-menu .badge {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 1023px) {
  .header__drawer-sections {
    padding-bottom: 8px;
  }
  .header__drawer-sections--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin: 0;
    padding: 18px 24px 4px;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #9a8a5e;
  }
  .header__drawer-sections--label::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background: rgba(196, 160, 76, 0.22);
  }
  .header__drawer-sections--ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__drawer-sections--li a {
    display: block;
    width: 100%;
    padding: 9px 24px;
    font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
    font-size: 21px;
    color: #b4ae9f;
    text-decoration: none;
  }
  .header__drawer-sections--li a[aria-current=page] {
    color: #d9b75c;
  }
  .header__drawer-sections--li a[aria-current=page]::before {
    content: "◆";
    color: #c4a04c;
    font-size: 10px;
    margin-right: 9px;
    vertical-align: middle;
  }
}
@media (max-width: 1023px) {
  .header__drawer-foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 24px;
    border-top: 1px solid rgba(196, 160, 76, 0.3);
  }
}
@media (max-width: 1023px) {
  .header__drawer-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    font-family: "VinqueRg-Regular", "New Rocker", "Calibri";
    font-size: 18px;
    color: #b4ae9f;
  }
  .header__drawer-lang a {
    color: inherit;
    text-decoration: none;
  }
  .header__drawer-lang [aria-current=true] {
    color: #e9e5da;
  }
}
@media (max-width: 1023px) {
  .header__drawer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-family: "Comfortaa", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #9a8a5e;
  }
  .header__drawer-soc a {
    color: inherit;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .header__drawer-head,
  .header__drawer-foot,
  .header__drawer-sections {
    display: none;
  }
  .header__drawer-scroll {
    display: contents;
  }
  .header__top-nav-akce-toggle {
    width: auto;
    padding: 0;
    font-size: inherit;
  }
}
/**
 * Cookie consent banner. position:fixed so it sits out of normal flow and
 * causes ZERO layout shift (CLS). Pinned bottom; constrained width on desktop.
 */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(82, 97, 107, 0.95);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.35);
  font-family: "Comfortaa", sans-serif;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.cookie-banner__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.cookie-banner__title {
  margin: 0 0 4px;
  font-family: "New Rocker", cursive;
  font-size: 18px;
  font-weight: 400;
}

.cookie-banner__body {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.cookie-banner__link {
  color: #C9D6DF;
  text-decoration: underline;
}
.cookie-banner__link:hover {
  color: #fff;
}

/* Preference toggles (revealed by "Customize") */
.cookie-banner__prefs[hidden] {
  /* [hidden] must win over the display:flex below, incl. the bp(md) override. */
  display: none;
}

.cookie-banner__prefs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.cookie-pref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

/* Custom checkbox — the global reset strips native appearance, so we draw our
   own box + tick, otherwise :checked has no visible state. */
.cookie-pref__toggle {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 2px 0 0;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, border-color 0.12s ease;
  transition: background 0.12s ease, border-color 0.12s ease;
}
.cookie-pref__toggle:checked {
  background: #ec1f4e;
  border-color: #ec1f4e;
}
.cookie-pref__toggle:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookie-pref__toggle:focus-visible {
  outline: 2px solid #C9D6DF;
  outline-offset: 2px;
}
.cookie-pref__toggle:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  border-color: rgba(255, 255, 255, 0.4);
}
.cookie-pref__toggle:disabled:checked {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}

.cookie-pref__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.cookie-pref__label {
  font-size: 13px;
  font-weight: 700;
}

.cookie-pref__always {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.cookie-pref__desc {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

/* Actions — all buttons equal weight (reject as easy as accept). */
.cookie-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.cookie-banner__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 120px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.cookie-banner__btn:hover {
  background: rgba(255, 255, 255, 0.12);
}
.cookie-banner__btn:focus-visible {
  outline: 2px solid #C9D6DF;
  outline-offset: 2px;
}

.cookie-banner__btn--primary {
  background: #ec1f4e;
  border-color: #ec1f4e;
  color: #fff;
}
.cookie-banner__btn--primary:hover {
  background: #d1123d;
  border-color: #d1123d;
}

@media (min-width: 768px) {
  .cookie-banner__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 24px;
    gap: 24px;
  }
  .cookie-banner__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .cookie-banner__prefs {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cookie-banner__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cookie-banner__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .cookie-banner__inner {
    padding: 18px 40px;
  }
}
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
