*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

ul {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "acumin-pro", sans-serif; /* 400,700 */
  /* font-family: "bungee",sans-serif;  */
  overflow-x: hidden;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.background {
  position: fixed;
  z-index: -1;
  min-height: 100vh;
  min-width: 100vw;
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
p, input {
  line-height: 100%;
}

h1 {
  font-size: 64px;
  letter-spacing: -3.81px;
  font-family: "bungee", sans-serif;
}

a {
  color: inherit;
}

.normal_less {
  font-weight: 400;
}

.normal {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.stroke {
  -webkit-text-stroke: 3px white;
}

.stroke_medium {
  -webkit-text-stroke: 2px white;
}

.stroke_less {
  -webkit-text-stroke: 1px white;
}

.container {
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  margin:0 auto;
  padding-top: 120px;
  padding-bottom: 50px;
}

.condition h1 {
  font-size: 28px;
  margin-bottom: 23px;
  font-weight: 400;
  letter-spacing: 0;
}

.condition p {
  font-size: 15px !important;
  line-height: 22px !important;
}

.condition ul {
  margin: 10px;
  padding: 10px;
  list-style: circle !important;
  margin-top: 0;
  padding-top: 0;
}
.condition ul::before, .condition ul::after {
  list-style: circle !important;
}

.gray-box {
  background: #eceded;
  padding: 30px 10px;
  margin-top: 10px;
}

.gray-box h2 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
  text-transform: initial;
}


.center {
  display: flex;

  justify-content: center;
  align-items: center;
}

.align {
  text-align: center;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.size {
  width: 90%;
  margin: auto;
}

.display {
  display: none;
}

.button {
  user-select: none;
  width: 100%;
  height: 100%;
  background-color: #d8333f;
  font-family: "bungee", sans-serif;
  -webkit-appearance:none !important;
  -webkit-border-radius:0px !important;
  border-radius:0 !important;
}

input[type="submit"] {
  -webkit-appearance:none !important;
  -webkit-border-radius:0px !important;
  border-radius:0 !important;
}

.white {
  color: white;
}

.background_white {
  background-color: white;
}

.background_black {
  background-color: black;
}

.background_red {
  background-color: #d8333f;
}

.background_yellow {
  background: #d8333f;
}

.kmt {
  color: #d8333f;
}

.black {
  color: black;
}

.max_width {
  max-width: 1000px;
}

.hide {
  display: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blur {
  filter: blur(5px);
  transform: scale(1.1);
}

.absolute_padding {
  padding-top: 103px;
}

/* Header */

.header_wrap {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99999;
}
.header_wrap.white_background.fix {
  position: fixed;
  z-index: 100000;
  animation: smoothScroll .6s forwards;
  background: rgba(255, 255, 255, 0.83);
  margin-top: 0;
}
.header_wrap.white_background.fix header {
  height: 70px;
  padding-top: 0;
}
.header_wrap.black_background.fix {
  position: fixed;
  z-index: 100000;
  animation: smoothScroll .6s forwards;
  background: rgba(0, 0, 0, 0.83);
  margin-top: 0;
}
.header_wrap.black_background.fix header {
  height: 70px;
  padding-top: 0;
}
@keyframes smoothScroll {
    0% {
      transform: translateY(-200px);
  }
  100% {
      transform: translateY(0);
  }
}

header {
  position: relative;
  justify-content: center;
  align-items: center;
}

.head {
  align-items: center;
  justify-content: center;
}

.head li  {
  margin-right: 20px;
  width: 60px;
  font-size: 15px;
}

.head li:nth-child(4) {
  width: 91px;
}

.head li:last-child {
  margin-right: 0px;
}

.head_logo {
  font-family: "bungee", sans-serif;
  font-size: 40px;
}

.shop {
  width: 89px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.shop p {
  font-size: 15px;
  font-weight: bold;

}

header .home,
.click {
  position: absolute;
  right: 0rem;
}

.click, .pop_closer {
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
}



/* footer */

footer {
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 22px;
}

.firmy {
  width: 142px;
  z-index: 999999;
}

.firmy p{
  font-size: 15px;
  margin-top: 10px;
}

footer img,
.menu img {
  height: 29px;
}

.socials div a:not(:last-child) {
  margin-right: 12px;
}

.socials {
  /*width: 142px;*/
  flex-direction: column;
  z-index: 99999;
}

.socials_center {
  position: absolute;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
}
.socials_center img {
  height: 45px;
}

.socials p {
  margin-bottom: 10px;
  font-size: 14px;
}

.socials a, .socials_all {
  height: 29px;
}

.socials_all {
  display: none;
}

.socials svg,
.socials_all svg,
.menu_socials svg {
  height: 29px;
}

.flex_self {
  justify-content: flex-end;
  align-items: center;
}

input {
  cursor: pointer;
}

/* menu */

.menu {
  align-items: flex-start;
  flex-direction: column;
}

.menu_display_activate {
  display: none;
}


.menu_main {
  margin-top: 68px;
  margin-bottom: 20px;
}

.menu_main p {
  opacity: 0.55;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 18px;
}

.menu .shop {
  max-width: 121px;
  width: 100%;
  height: 42px;
}

.menu .shop p {
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.menu_main a[href="./smecka.html"] p {
  margin-bottom: 68px;
}


.menu .menu_h1_active {
  opacity: 1;
  font-weight: 400;
}

.menu p:hover {
  opacity: 1;
  font-weight: 400;
}

.menu .firmy {
  width: 90vw;
  margin-bottom: 16px;
}



/* main */

.background_main {
  background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.38)), url("./photos/hero_digi_6579.jpg?v=1.0");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_home {
  min-height: calc(100vh - 184px);
  flex-direction: column;
}

.main_home h1 {
  font-size: 64px;
  letter-spacing: -3.81px;
  line-height: 57px;
}

.main_home .band {
  font-size: 35px;
  line-height: 57px;
  letter-spacing: -2.08px;
  -webkit-text-stroke: 1px;
  margin-bottom: 18px;
  font-family: "bungee",sans-serif;
  font-weight: 500;
}

.main_buttons a {
  width: 133px;
  height: 35px;
  font-size: 20px;
  line-height: 20px;
}

.main_buttons a:first-child {
    margin-right: 14px;
}
/*
pop up */

.newsletter-box {
  display: none;
}

#contactform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pop_up {
  position: fixed;
  width: 393px;
  height: 477px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  flex-direction: column;
}

.pop_up .newsletter_title {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}


.pop_up p {
  width: 100%;
  max-width: 293px;
  margin: 0 auto;
  margin-bottom: 26px;
  font-size: 13px;
  line-height: 18px;
}

.form-error {
  color: red;
}

.form-error p {
  margin: 0 0 5px 0 !important;
}

.flash-message p {
  margin: 0 0 10px 0 !important;
  color: #008000;
}

.pop_email {
  font-family: "bungee",sans-serif;
  -webkit-text-stroke: 2px #AEAEAE;
  text-align: center;
  max-width: 271px;
  width: 100%;
  border: 3px solid #AEAEAE;
  height: 54px;
  letter-spacing: -0.89px;
  font-size: 15px;
  color: #AEAEAE;
  margin-bottom: 18px;
  outline: none
}

.pop_email::placeholder {
  opacity: 0.7;
  color: #AEAEAE;
}


input[type="checkbox"] {
  appearance: none;
  margin: 0;
  border-radius: 0px;
  cursor: pointer;
  background: transparent;
  border: 2px solid #868686;
  width: 21px;
  height: 19px;
  display: grid;
  place-content: center;
}

input[type="checkbox"]:checked::before {
  content: "";
  width: 11px;
  height: 10px;
  box-shadow: inset 1em 1em #868686;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.pop_up label {
  margin-left: 18px;
  color: #868686;
  font-size: 11px;
  line-height: 13px;
  max-width: 226px;
}

.pop_check {
  margin-bottom: 43px;
}


.submit_pop {
  font-family: "bungee",sans-serif;
  border: none;
  font-weight: 500;
  max-width: 233px;
  width: 100%;
  height: 40px;
  -webkit-text-stroke: 1px white;
  font-size: 15px;
  line-height: 15px;
}

.pop_opacity {
  opacity: 0.5;
}

.pop_closer {
  position: absolute;
  top: 23px;
  right: 21px;
  height: 16px;
  width: 17px;
}

/* kontakt*/

.kontakt_background {
  background-color: #111111;
}

.kontakt_color {
  color: #d8333f;
}

.kontakt_foto {
  position: fixed;
  top: 0;
  left: 0;
  background: url("./photos/kontakt.png");
  background-position-x: 40%;
  background-position-y: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  z-index: -1;
}

.main_kontakt {
  min-height: calc(100vh - 310px);
  grid-template-columns: repeat(2, 1fr);
}

.kontakty {
  margin-top: 18px;
  margin-left: 50px;
  max-width: 411px;
  flex-direction: column;
  grid-column: 2/2;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start
}

.info p {
  font-size: 15px;
  line-height: 22px;
}

.info p:last-child {
  margin-bottom: 22px;
}

.info .bold {
  font-size: 20px;
}

.info:nth-child(2) p:nth-child(2) {
  margin-right: 40px;
}

.kontakt_h1 {
  margin-top: 40px;
  line-height: 76px;
  letter-spacing: -3.81px;
  margin-left: 380px;
}

.smecka_h1 {
  margin-left: 0 !important;
}

/* smecka */

.smecka_foto {
  position: fixed;
  top: 0;
  left: 0;
  background: url("./photos/smecka.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  z-index: -1;
}

.smecka_background {
  background-color: #111111;
}

.main_smecka {
  min-height: calc(100vh - 386px);
  grid-template-columns: repeat(2, 1fr);
}

.smecka {
  margin-top: 58px;
  margin-left: 50px;
  grid-column: 2/2;
  max-width: 411px;
}

.smecka_all {
  align-items: center;
  flex-direction: column;
}

.smecka p:nth-child(1) {
  max-width: 411px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 55px;
}

.smecka_email {
  text-align: center;
  font-family: "bungee",sans-serif;
  max-width: 326px;
  width: 100%;
  border: 3px solid #d8333f;
  background: transparent;
  color: #d8333f;
  height: 54px;
  font-size: 14px;
  letter-spacing: -1.31px;
  color: #d8333f;
  -webkit-text-stroke: 2px #d8333f;
}

.smecka_email::placeholder {
  opacity: 0.25;
  font-size: 18px !important;
}

.smecka_check {
  margin: 18px 0px;
  font-size: 10px;
  line-height: 22px;
}

.smecka_check label {
  margin-left: 12px;
}

.smecka input[type="checkbox"] {
  border: 1px solid white;
  width: 16px;
  height: 15px;
}

.smecka input[type="checkbox"]:checked::before {
  box-shadow: inset 1em 1em white;
}

.submit_smecka {
  max-width: 287px;
  width: 100%;
  height: 35px;
  background-color: #d8333f;
  border: none;
  font-size: 20px;
  font-family: "bungee",sans-serif;
  font-weight: 500;
  -webkit-text-stroke: 1px #111111;
  margin-bottom: 20px;
}

/* video */
.video_background {
  background-image:
    linear-gradient(rgba(29, 17, 22, 0.9), rgba(29, 17, 22, 0.94)),
    url("./photos/gallery_digi_6270.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.videa_main {
  min-height: calc(100vh - 194px);
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.videa {
  grid-template-columns: repeat(3, 1fr);
  gap: 33px 18px;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.video {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(48px, auto);
  justify-content: stretch;
  align-items: stretch;
  align-content: start;
  width: 100%;
  gap: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.scaler {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border: none;
  border-radius: 4px;
  background-color: black;
}

.scaler iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video p {
  width: 100%;
  color: white;
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}

/* koncert */

.background_koncert {
  background-image:
    linear-gradient(rgba(32, 18, 23, 0.62), rgba(32, 18, 23, 0.76)),
    url("./photos/gallery_digi_6270.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_koncert {
  margin-top: 121px;
  margin-bottom: 121px;
  flex-direction: column;
  gap: 14px;
  max-width: 1100px;
  min-height: calc(100vh - 426px);
}

.koncert_center {
  margin: 0 26px;
}

.koncert a {
  justify-content: center;
}

.koncert {
  display: grid;
  grid-template-columns: 140px 1fr 126px;
  width: 100%;
  padding: 17px 20px;
  color: #171113;
  font-family: "acumin-pro", sans-serif;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 920px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.koncert p {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 22px;
}

.koncert_date {
  color: #d8333f;
  font-weight: 700;
}

.koncert_name {
  font-weight: 700;
}

.koncert .button {
  width: 126px;
  height: 38px;
  border-radius: 0 !important;
  font-family: "acumin-pro", sans-serif;
}

.koncert .button p span {
  letter-spacing: 0;
}
.koncert .button p span:first-child {
  margin-right: 3px;
}

.start {
  text-align: start;
}

/*o mne*/

.story_background {
  background: url("./photos/about_digi_portrait.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ja_main {
  min-height: calc(100vh - 295px);
}

.ja_main img {
  width: 100%;
}

.double {
  max-width: 644px;
  margin-top: 111px;
  margin-bottom: 63px;
}

.double img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.story_text {
  text-align: justify;
  flex-direction: column;
}

.story_grid:nth-child(1) {
  grid-area: title;
}

.story_grid:nth-child(1) p{
  font-size: 64px;
  letter-spacing: -3.81px;
  line-height: 57px;
  font-family: "bungee", sans-serif;
}
.story_grid:nth-child(2) {
  grid-area: image;
  margin-right: 29px;
}
.story_grid:nth-child(3) {
  grid-area: text;
}

.story_grid:nth-child(3) p {
  font-size: 15px;
  line-height: 22px;
  max-width: 267px;
}

.story_grid:nth-child(4) {
  grid-area: kontakt;
}

.kontakt_ja p {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

.story {
  grid-template-areas:
    "title text"
    "image text"
    "image text"
    "image kontakt";
    gap: 41px;
    max-width: 726px;
}

.kontakt_ja, .novinky_clanek {
  align-items: center;
  justify-content: flex-start;
}

.kontakt_ja svg, .novinky_clanek svg {
  height: 15px;
  transform: translate(3px, 2px);
}

.ja_text {
  font-size: 64px;
  letter-spacing: -3.81px;
  line-height: 57px;
  font-family: "bungee", sans-serif;
  max-width: 726px;
  margin-top: 94px;
  margin-bottom: 57px;
}

.fotogalerie {
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  max-width: fit-content;
}

.fotografie {
  width: 277px;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.casopisy {
  grid-template-areas:
    "one two two"
    "one four five"
    "three four five"
    "six six six";
    gap: 8px 8px;
    max-width: 858px;
}

.casopis {
  margin: 0;
  display: block;
}

.casopis img {
  object-fit: cover;
  height: 100%;
  display: block;
}

.media {
  margin-bottom: 67px;
}

.casopis:nth-child(1) {
  grid-area: one;
}
.casopis:nth-child(2) {
  grid-area: two;
}
.casopis:nth-child(3) {
  grid-area: three;
}
.casopis:nth-child(4) {
  grid-area: four;
}
.casopis:nth-child(5) {
  grid-area: five;
}
.casopis:nth-child(6) {
  grid-area: six;
}

/* novinky */

.novinky_main {
  margin-bottom: 150px;
  /*min-height: calc(100vh - 264px);*/
}
.all {
  min-height: calc(100vh - 267px);
}

.novinky, .novinky_detail {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
  max-width: 900px;
}

.novinky {
  margin-top: 80px;
  gap: 50px 60px;
}

.novinka:only-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: 440px;
}

.novinka {
  height: 100%;
  flex-direction: column;
  max-width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.novinka img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.novinka p {
  margin-top: 14px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.novinky_clanek p {
  flex: 1 0 auto;
  margin: 0px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.novinka_button {
  margin-top: auto;
}

.nacist_main {
  margin-top: 72px;
  width: 185px;
  height: 43px;
  font-size: 18px;
}

.nacist {
  cursor: pointer;
}

.detail_title {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  max-width: 800px;
}

.detail_main {
  max-width: 800px;
  flex-direction: column;
  margin-bottom: 82px;
  margin-top: 54px;
}

.detail_main img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.detail_main iframe {
  width: 100%;
}

.detail_title {
  font-size: 45px;
  line-height: 51px;
  font-weight: bold;
  margin-top: 83px;
  margin-bottom: 54px;
}

.hodiny {
  margin-bottom: 28px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.hodiny p {
  margin-left: 13px;
  font-size: 15px;
  line-height: 22px;
  color: #B7B7B7;
}

.hodiny img {
  width: 22px;
  height: 22px;
}

.detail_main p {
  line-height: 24px;
  font-size: 15px;
  text-align: justify;
}

.detail_main h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #d8333f;
  font-size: 24px;
  line-height: 30px;
}

.detail_photo img{
  max-width: 1300px;
  width: 100%;
}

.detail_video {
  max-width: 738px;
  width: 100%;
  margin-top: 67px;
  margin-bottom: 67px;
}

.detail_video .scaler{
  border: none;
}

.press_links {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.press_link {
  display: grid;
  grid-template-columns: 136px 1fr;
  overflow: hidden;
  color: #171113;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.press_link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(49, 23, 31, 0.12);
}

.detail_main .press_link img {
  width: 100%;
  height: 100%;
  min-height: 112px;
  margin: 0;
  object-fit: cover;
}

.press_link_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
}

.press_source {
  color: #d8333f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
}

.press_title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.press_url {
  margin-top: 7px;
  color: #d8333f;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.novinky_detail_main {
    flex-direction: column;
    align-items: center;
}

.novinky_title {
    max-width: 736px;
    width: 100%;
    font-size: 20px;
    line-height: 51px;
    font-weight: bold;
    margin-bottom: 22px;
}

.novinky_detail {
  gap: 44px 60px;
  margin-bottom: 126px;
}

@media only screen and (max-width: 850px) {
header .home,
.head, .main_buttons, .socials {
  display: none;
}

header {
  justify-content: flex-start;
  padding-top: 27px;
  z-index: 999999;
}

.menu {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
}

.menu_main {
  margin-top: 103px;
}

.menu_flex {
  margin-top: auto;
}

.display,
.click {
  display: block;
}

.main_home {
  min-height: calc(100vh - 280px);
}

.main_home h1 {
  font-size: 40px;
  letter-spacing: -2.38px;
  -webkit-text-stroke: 2px white;
  line-height: 38px;
}

.main_home .band {
  font-size: 23px;
  letter-spacing: -1.37px;
  margin-bottom: 0px;
}

.socials_all {
  display: flex;
  order: 1;
  margin-bottom: 20px;
  gap: 12px;
}

.menu socials_all {
  margin-top: 0px;
}

.firmy {
  order: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.firmy a {
  order: 2;
}

.firmy img {
  height: 24px;
}

.firmy p {
  margin-top: 0px;
}

footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
}

.socials_center {
  position: relative;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  order: 2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.socials_center img {
  height: 35px !important;
}

/*kontakt*/
.main_kontakt {
  grid-template-columns: 1fr;
  min-height: calc(100vh - 373px);
}

.kontakt_h1 {
  font-size: 36px;
  letter-spacing: -2.14px;
  line-height: 40px;
  margin: 72px 0px;
  color: #d8333f;
}


.kontakt_background {
  background-color: black;
}

.kontakt_foto {
  opacity: 0.6;
  width: 100%;
  background-position-x: 0%;
  background-position-y: 100%;
}

.kontakty {
  text-align: center;
  align-items: center;
  grid-column: 1/1;
  width: 100%;
  color: white;
  margin: 0px;
  max-width: 100%;
}

.info {
  max-width: 334px;
}

/* smecka */

.smecka_foto {
  width: 100%;
  z-index: -2;
}

.smecka_background {
  opacity: 0.7;
}

.main_smecka {
  grid-template-columns: 1fr;
  min-height: calc(100vh - 377px);
}

.smecka {
  margin: 0;
  padding: 0;
  grid-column: 1/1;
  max-width: 100vw;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.smecka_h1 h1 {
  text-align: center;
  margin-bottom: 36px;
}

.smecka p:nth-child(1) {
  max-width: 333px;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 36px;
}

.smecka_email {
  max-width: 287px;
  height: 43px;
  font-size: 18px;
  letter-spacing: -1.07px;
  border: 2px solid #d8333f;
}

.smecka_check {
  margin: 30px 0px;
  font-size: 12px;
  line-height: 16px;
  max-width: 287px;
  width: 100%;
  justify-content: flex-start;
}
.smecka_check label {
  margin-left: 24px;
  max-width: 195px;
  text-align: start;
}

.smecka input[type="checkbox"] {
  border: 1px solid white;
  width: 22px;
  height: 20px;
}

.submit_smecka {
  height: 43px;
  font-size: 18px;
}

/* video */

.videa_main {
  margin-top: 32px;
  min-height: calc(100vh - 251px);
  align-items: flex-start;
  justify-content: flex-start;
}

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

.video {
  grid-template-rows: auto minmax(42px, auto);
}

/* koncert */

.background_koncert {
  filter: none;
  opacity: 1;
  transform: none;
}

.main_koncert {
  margin-top: 74px;
  margin-bottom: 74px;
  min-height: calc(100vh - 337px);
  gap: 12px;
}

.koncert {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  padding: 16px;
  align-items: start;
}

.koncert .start {
  order: initial;
  -webkit-text-stroke: 0;
}
.koncert  a {
  order: initial;
  justify-self: start;
}
.koncert_name {
  order: initial;
  margin: 0;
  max-width: 300px;
}

.koncert_width {
  width: auto;
}

.double {
  margin-top: 41px;
  margin-bottom: 48px;
}

.story {
  max-width: 644px;
  grid-template-areas: "title" "text" "kontakt";
  gap: 29px;
}

.story_grid:nth-child(1) p {
  font-size: 36px;
  letter-spacing: -2.14px;
  line-height: 38px;
}

.story_grid:nth-child(2) {
  display: none;
}

.story_grid:nth-child(3) p {
  font-size: 13px;
  line-height: 20px;
  max-width: 100%;
}

.kontakt_ja {
  justify-content: flex-end;
}

.ja_text {
  margin-top: 33px;
  margin-bottom: 39px;
  font-size: 36px;
  letter-spacing: -2.14px;
  line-height: 57px;
  max-width: 644px;
}


.media .ja_text {
  line-height: 37px;
  margin-bottom: 39px;
  margin-top: 39px;
}

.fotogalerie {
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

/* novinky */

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


.novinky {
  gap: 33px 20px;
  margin-top: 44px;
}

.novinka p {
  font-size: 18px;
  line-height: 21px;
}

.novinky_clanek p {
  font-size: 13px;
}

.nacist_main {
  margin-top: 60px;
  margin-bottom: 72px;
}

.hodiny {
  margin-bottom: 26px;
}

.hodiny p {
  margin-left: 9px;
  font-size: 12px;
}

.hodiny img {
  width: 14px;
  height: 14px
}

.detail_title {
  font-size: 25px;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 34px;
}

.detail_text {
  max-width: 494px;
  line-height: 20px;
  font-size: 13px;
}

.detail_photo {
  width: 100%;
}

.detail_main {
  margin-top: 36px;
  margin-bottom: 35px;
}

.detail_video {
  margin-top: 45px;
  margin-bottom: 45px;
}

.novinky_title {
  /*max-width: 333px;*/
}

.novinky_detail {
  gap: 44px 20px;
  margin-bottom: 119px;
}

.all {
  min-height: calc(100vh - 234px);
}

.novinky_main {
  min-height: calc(100vh - 233px);
}

.ja_main {
  min-height: calc(100vh - 230px);
}


}

@media (max-width: 600px) {
  .novinky, .novinky_detail {
    grid-template-columns: 1fr;
  }

  .novinky {
    gap: 33px;
    margin-top: 44px;
  }
}

@media only screen and (max-width: 500px)  {

  .pop_closer {
    top: 20px;
    right: 18px;
    height: 14px;
    width: 14px;
  }


  .pop_up {
    max-width: 334px;
    width: 100%;
    height: 405px;
  }

  .pop_up .newsletter_title {
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -1.5px;
    margin-bottom: 1px;
  }

  .pop_up p {
    max-width: 247px;
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 17px;
  }

  .pop_email {
    max-width: 216px;
    height: 46px;
    margin-bottom: 15px;
    letter-spacing: -0.77px;
    font-size: 13px;
    line-height: 13px;
  }


.pop_up label {
  margin-left: 14px;
  font-size: 11px;
  line-height: 13px;
  max-width: 194px;
}

.pop_check {
  margin-bottom: 17px;
}

.submit_pop {
  max-width: 189px;
  height: 45px;
  font-size: 13px;
  line-height: 13px;
}

/* video */

.videa {
  grid-template-columns: 1fr;
  gap: 25px;
}

.video {
  grid-template-rows: auto;
  gap: 12px;
}

.press_link {
  grid-template-columns: 92px 1fr;
}

.detail_main .press_link img {
  min-height: 104px;
}

.press_link_body {
  padding: 11px 12px;
}

.press_title {
  font-size: 14px;
  line-height: 17px;
}

.press_url {
  font-size: 11px;
  line-height: 14px;
}

.detail_title {
  max-width: 299px;
}

.casopisy {
  gap: 5px 3px;
}

}


@media only screen and (max-height: 691px) and (max-width: 850px){
  .menu_main {
    margin-top: 103px;
  }

  .menu_main a[href="./smecka.html"] p {
    margin-bottom: 20px;
  }

  .kontakt_h1 {
    margin: 30px 0px;
  }

  .main_kontakt {
    min-height: calc(100vh - 289px);
  }
  .main_smecka {
    min-height: calc(100vh - 335px);
  }

}

@media only screen and (max-height: 600px) {
  .menu_flex .socials_all {
    margin-bottom: 20px;
  }
}

/* 2026 visual refinement */

:root {
  --accent-red: #d8333f;
  --ink: #111111;
  --night: #0d0d0e;
  --paper: #f5f1ed;
  --paper-card: rgba(255, 255, 255, 0.78);
  --soft-line: rgba(255, 255, 255, 0.22);
}

.background_red,
.background_yellow {
  background-color: var(--accent-red);
}

.kmt,
.kontakt_color {
  color: var(--accent-red);
}

/* Videos */

.video_background {
  background: var(--night);
}

.videa_main {
  align-items: flex-start;
  margin-bottom: 60px;
}

.videa {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 30px;
  max-width: 1060px;
  margin-top: 44px;
  margin-bottom: 50px;
}

.video {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.video_poster,
.video_frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.video_poster {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #19191a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.video_poster::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
    var(--thumb);
  background-position: center;
  background-size: cover;
  filter: grayscale(1) brightness(0.82);
  transition: filter 180ms ease, transform 180ms ease;
}

.video_poster:hover::before {
  filter: grayscale(0.3) brightness(0.96);
  transform: scale(1.015);
}

.video_play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--accent-red);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

.video_play::after {
  position: absolute;
  top: 18px;
  left: 23px;
  width: 0;
  height: 0;
  content: "";
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid white;
}

.video p,
.video_title {
  margin-top: 15px;
  padding: 0 2px;
  color: white;
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
}

/* Concerts */

.background_koncert {
  background-image:
    linear-gradient(rgba(4, 4, 5, 0.74), rgba(4, 4, 5, 0.88)),
    url("./photos/gallery_digi_6270.jpg");
  background-position: center;
}

.main_koncert {
  gap: 0;
  max-width: 980px;
}

.koncert {
  display: grid;
  grid-template-columns: 150px 1fr 126px;
  max-width: 980px;
  padding: 21px 4px;
  color: white;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--soft-line);
  border-radius: 0;
  box-shadow: none;
}

.koncert:first-child {
  border-top: 1px solid var(--soft-line);
}

.koncert_center {
  margin: 0 24px;
}

.koncert_date,
.koncert_name,
.koncert p {
  font-family: "acumin-pro", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 23px;
}

.koncert_date {
  color: var(--accent-red);
  font-weight: 700;
}

.koncert_name {
  color: white;
  font-weight: 700;
}

.koncert .button {
  width: 126px;
  height: 38px;
}

.koncert_cta {
  color: var(--accent-red);
  background: transparent;
  border: 1px solid var(--accent-red);
  border-radius: 0 !important;
  transition: color 180ms ease, background 180ms ease;
}

.koncert_cta:hover {
  color: white;
  background: var(--accent-red);
}

.koncert_cta p {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
}

.koncert_pending {
  justify-self: end;
  width: 126px;
  height: 38px;
  color: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
}

.koncert_pending p {
  font-size: 14px;
  font-weight: 700;
}

.koncert:has(a[href="https://www.katerinamarieticha.cz/koncerty/"]) a,
.koncert:has(a[href="https://katerinamarieticha.cz/koncerty/"]) a {
  display: none;
}

.koncert:has(a[href="https://www.katerinamarieticha.cz/koncerty/"])::after,
.koncert:has(a[href="https://katerinamarieticha.cz/koncerty/"])::after {
  content: "Info brzy";
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 38px;
  color: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
}

/* About */

.omne_background {
  background: var(--paper);
}

.double img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.fotogalerie a {
  display: block;
  overflow: hidden;
}

.fotogalerie .fotografie {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: filter 180ms ease, transform 180ms ease;
}

.fotogalerie a:hover .fotografie {
  filter: brightness(0.92);
  transform: scale(1.018);
}

/* Contact and newsletter */

.kontakt_background,
.smecka_background {
  background-color: var(--night);
}

.kontakty,
.kontakty a,
.info .bold {
  color: white;
}

.info p {
  color: rgba(255, 255, 255, 0.78);
}

.kontakt_foto {
  background-image:
    linear-gradient(rgba(13, 13, 14, 0.08), rgba(13, 13, 14, 0.48)),
    url("./photos/katerina_2026/_3SA5905.jpg");
  background-position: center;
}

.smecka_foto {
  background-image: url("./photos/gallery_digi_6225.jpg");
  background-position: center;
}

.kontakt_h1 {
  color: var(--accent-red);
}

.smecka_email {
  color: var(--accent-red);
  border-color: var(--accent-red);
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-text-stroke: 0;
}

.submit_smecka {
  color: white;
  background-color: var(--accent-red);
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-text-stroke: 0;
}

/* Articles */

.detail_title,
.detail_main {
  max-width: 760px;
}

.detail_photo {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.detail_photo img {
  width: 100%;
  max-width: 880px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.detail_main h2,
.press_source,
.press_url {
  color: var(--accent-red);
}

@media only screen and (max-width: 850px) {
  .videa {
    gap: 28px 18px;
    margin-top: 18px;
  }

  .main_koncert {
    gap: 0;
  }

  .koncert {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 17px 0;
    color: white;
    background: transparent;
    border-radius: 0;
  }

  .koncert .start,
  .koncert a,
  .koncert_name,
  .koncert:has(a[href="https://www.katerinamarieticha.cz/koncerty/"])::after,
  .koncert:has(a[href="https://katerinamarieticha.cz/koncerty/"])::after {
    order: initial;
  }

  .koncert a,
  .koncert:has(a[href="https://www.katerinamarieticha.cz/koncerty/"])::after,
  .koncert:has(a[href="https://katerinamarieticha.cz/koncerty/"])::after {
    justify-self: start;
  }

  .koncert_pending {
    justify-self: start;
  }

  .koncert_center {
    margin: 0;
  }

  .detail_photo {
    width: 90%;
  }

}

@media only screen and (max-width: 500px) {
  .videa {
    grid-template-columns: 1fr;
  }

  .video_play {
    width: 52px;
    height: 52px;
  }

  .video_play::after {
    top: 16px;
    left: 21px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }
}

/* 2026 June desktop refinement */

.main_buttons {
  gap: 14px;
}

.main_buttons a:first-child {
  margin-right: 0;
}

.aktualne_background,
.omne_background {
  background: var(--night);
}

body:has(.aktualne_background),
body:has(.omne_background),
body:has(.bandjeez_background) {
  background: var(--night);
}

.omne_background ~ .header_wrap,
.aktualne_background ~ .header_wrap {
  background: var(--night) !important;
}

.omne_background ~ .header_wrap .head a,
.aktualne_background ~ .header_wrap .head a {
  color: white;
}

.omne_background ~ .header_wrap .head a.kmt,
.aktualne_background ~ .header_wrap .head a.kmt {
  color: var(--accent-red);
}

.omne_background ~ .ja_main,
.bandjeez_background ~ .bandjeez_main,
.aktualne_background ~ .novinky_main,
.aktualne_background ~ .all {
  background: var(--night);
}

.omne_background ~ footer.black,
.aktualne_background ~ footer.black,
.bandjeez_background ~ footer.black,
body:has(.omne_background) footer.black,
body:has(.aktualne_background) footer.black,
body:has(.bandjeez_background) footer.black {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding-right: 5%;
  padding-left: 5%;
}

.omne_background ~ footer.black,
.aktualne_background ~ footer.black,
.bandjeez_background ~ footer.black {
  background: var(--night);
  color: white;
}

.omne_background ~ footer.black img,
.aktualne_background ~ footer.black img,
.bandjeez_background ~ footer.black img {
  filter: invert(1);
}

.omne_hero {
  width: min(1080px, 90vw);
  max-width: 1080px;
  margin-top: 36px;
  margin-bottom: 58px;
}

.omne_hero img {
  max-height: 660px;
  border-radius: 0;
  object-position: center 44%;
}

.story_single {
  grid-template-areas:
    "title"
    "text"
    "kontakt";
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 980px;
}

.story_single .story_grid:nth-child(1) p {
  color: var(--accent-red);
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.92;
}

.story_single .story_grid:nth-child(2) {
  grid-area: text;
  margin-right: 0;
}

.story_single .story_grid:nth-child(2) p {
  max-width: 880px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  line-height: 29px;
  text-align: left;
}

.story_single .story_grid:nth-child(3) {
  grid-area: kontakt;
}

.story_single .kontakt_ja p {
  color: var(--accent-red);
}

.ja_text {
  color: var(--accent-red);
}

.fotogalerie {
  width: min(980px, 90vw);
  max-width: 980px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fotogalerie .fotografie {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.media {
  display: block;
  width: 100%;
  margin: 0;
  padding: 76px 0 86px;
  background: var(--night);
}

.aktualne_media {
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(216, 51, 63, 0.09), rgba(216, 51, 63, 0) 210px),
    var(--night);
}

.aktualne_media_head {
  width: min(980px, 90vw);
  max-width: 980px;
  margin: 0 auto 34px;
}

.media_kicker {
  margin: 0 0 10px;
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.media_title {
  width: min(980px, 90vw);
  max-width: 980px;
  margin: 0 auto 28px;
  color: var(--accent-red);
  text-align: left;
}

.aktualne_media .media_title {
  width: 100%;
  max-width: none;
  margin-bottom: 12px;
}

.media_intro {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 28px;
}

.media_cards {
  width: min(980px, 90vw);
  max-width: 980px;
  align-items: stretch;
  grid-template-areas: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.media_cards .casopis {
  grid-area: auto;
}

.media_card {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  min-height: 100%;
  padding: 0;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(216, 51, 63, 0.17), rgba(216, 51, 63, 0) 45%),
    rgba(255, 255, 255, 0.045);
  text-decoration: none;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.media_card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 51, 63, 0.76);
  background:
    linear-gradient(135deg, rgba(216, 51, 63, 0.26), rgba(216, 51, 63, 0) 48%),
    rgba(255, 255, 255, 0.07);
}

.media_thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9);
}

.media_card_body {
  display: flex;
  min-height: 238px;
  padding: 22px;
  flex: 1 1 auto;
  flex-direction: column;
}

.media_source {
  color: var(--accent-red);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.media_meta {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 700;
}

.media_card strong {
  min-height: 84px;
  margin: 18px 0;
  color: white;
  font-size: 22px;
  line-height: 27px;
}

.media_link {
  margin-top: auto;
  align-self: flex-start;
  color: var(--accent-red);
  font-size: 14px;
  font-weight: 800;
}

.bandjeez_teaser {
  width: min(980px, 90vw);
  max-width: 980px;
  margin: 78px auto 84px;
}

.bandjeez_teaser_link {
  display: grid;
  grid-template-columns: minmax(430px, 0.96fr) minmax(0, 1.04fr);
  gap: 0;
  align-items: stretch;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(216, 51, 63, 0.18), rgba(216, 51, 63, 0) 44%),
    rgba(255, 255, 255, 0.045);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.bandjeez_teaser_link:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 51, 63, 0.74);
  background:
    linear-gradient(135deg, rgba(216, 51, 63, 0.26), rgba(216, 51, 63, 0) 48%),
    rgba(255, 255, 255, 0.07);
}

.bandjeez_teaser_text {
  box-sizing: border-box;
  display: flex;
  min-height: 330px;
  padding: 34px 30px;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.bandjeez_kicker {
  margin-bottom: 12px;
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.bandjeez_teaser_text h2 {
  margin-bottom: 20px;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -1.4px;
  line-height: 0.88;
  white-space: nowrap;
  -webkit-text-fill-color: var(--accent-red);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.bandjeez_teaser_text span {
  margin-top: 4px;
  color: var(--accent-red);
  font-size: 14px;
  font-weight: 900;
}

.bandjeez_teaser_text span::after {
  content: " ->";
}

.bandjeez_teaser_photos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 1;
}

.bandjeez_teaser_photos img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  filter: saturate(0.9);
}

.bandjeez_main {
  background: var(--night);
  color: white;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bandjeez_background ~ footer.black {
  margin-top: 0;
  border-top: 0;
}

.bandjeez_simple {
  width: min(1120px, 90vw);
  max-width: 1120px;
  margin: 64px auto 0;
  padding-bottom: 64px;
  text-align: center;
}

.bandjeez_simple h1 {
  margin-bottom: 42px;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: clamp(52px, 5.4vw, 76px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.86;
  -webkit-text-fill-color: var(--accent-red);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.bandjeez_member_grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.bandjeez_simple .bandjeez_member_grid {
  max-width: 1120px;
  margin: 0 auto;
}

.bandjeez_simple article {
  display: flex;
  min-height: 340px;
  padding: 18px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bandjeez_simple article h3 {
  margin-bottom: 10px;
  color: white;
  font-size: 19px;
  letter-spacing: -0.2px;
  line-height: 23px;
  white-space: nowrap;
}

.bandjeez_member_illustration {
  display: block;
  width: 240px;
  max-width: none;
  height: 240px;
  margin-bottom: 18px;
  object-fit: contain;
}

.bandjeez_simple article span {
  display: block;
  color: var(--accent-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bandjeez_simple article span:not(.bandjeez_member_illustration) {
  min-height: 28px;
}

.bandjeez_photo_strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.bandjeez_photo_strip img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: saturate(0.9);
}

.novinky_main {
  margin-bottom: 0;
  padding-bottom: 32px;
}

.novinky,
.novinky_detail {
  max-width: 1080px;
  align-items: stretch;
}

.novinky {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}

.novinka {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 18px;
  color: white;
  border-bottom: 0;
}

.novinka img {
  border-radius: 0;
  filter: saturate(0.9);
}

.novinka > p {
  color: white;
  font-family: "acumin-pro", sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.novinky_clanek p,
.novinky_title,
.detail_title {
  color: var(--accent-red);
}

.novinky_clanek svg {
  fill: var(--accent-red);
}

.nacist {
  color: white;
  border: 1px solid var(--accent-red);
  border-radius: 999px;
  background: transparent;
}

.all,
.detail_main,
.novinky_detail_main {
  color: white;
}

.all {
  background: var(--night);
}

.detail_main p {
  color: rgba(255, 255, 255, 0.82);
}

.detail_photo img {
  max-height: 520px;
}

.detail_main .press_link {
  color: white;
}

.press_link {
  grid-template-columns: 1fr;
  align-items: center;
  overflow: visible;
  padding: 17px 20px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.press_link:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 51, 63, 0.72);
  background: rgba(216, 51, 63, 0.08);
  box-shadow: none;
}

.detail_main .press_link img {
  display: none;
}

.press_link_body {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0;
}

.press_source {
  color: var(--accent-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.press_title {
  margin: 0;
  color: white;
  font-size: 17px;
  line-height: 23px;
}

.press_url {
  justify-self: end;
  color: var(--accent-red);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

footer.black {
  position: relative;
  box-sizing: border-box;
  min-height: 118px;
  margin-top: 0;
  padding-top: 26px;
  background: var(--night);
}

body:has(.kontakt_background),
body:has(.smecka_background) {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: var(--night);
  overflow: hidden;
}

body:has(.kontakt_background) > header,
body:has(.kontakt_background) > h1,
body:has(.kontakt_background) > .main_kontakt,
body:has(.kontakt_background) > footer.white,
body:has(.smecka_background) > header,
body:has(.smecka_background) > .smecka_h1,
body:has(.smecka_background) > .main_smecka,
body:has(.smecka_background) > footer.white {
  flex: 0 0 auto;
}

body:has(.kontakt_background) > .size,
body:has(.smecka_background) > .size {
  margin: 0 auto;
}

body:has(.kontakt_background) > footer.white,
body:has(.smecka_background) > footer.white {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 90%;
  max-width: 1200px;
  min-height: 100px;
  margin: 0 auto;
  padding-bottom: 12px;
  z-index: 9999;
}

body:has(.kontakt_background) .kontakt_foto,
body:has(.smecka_background) .smecka_foto {
  width: calc((100vw - min(90vw, 1200px)) / 2 + min(45vw, 600px));
}

footer.black .socials_center {
  position: static;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}

footer.black .firmy,
footer.black .flex_self {
  width: 220px;
}

footer.black .flex_self {
  justify-content: flex-end;
}

div.smecka_h1 {
  box-sizing: border-box;
  width: 50%;
  margin-left: 50% !important;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

div.smecka_h1 h1 {
  box-sizing: border-box;
  max-width: 470px;
  margin: 16px 0 0 0 !important;
  transform: translateX(50px);
  text-align: left !important;
}

.smecka {
  margin-top: 18px;
}

.main_smecka {
  min-height: auto;
  margin-bottom: 12px;
}

.smecka p:nth-child(1) {
  margin-bottom: 18px;
}

.smecka_check {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 18px;
}

.fotogalerie_title {
  width: min(980px, 90vw);
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.aktualne_media .media_kicker {
  color: var(--accent-red) !important;
  font-size: 13px !important;
  line-height: 18px !important;
}

.aktualne_media .media_intro {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}

@media only screen and (max-width: 850px) {
  .main_buttons {
    display: none;
  }

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

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

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

  .bandjeez_teaser_text {
    min-height: auto;
    padding: 26px;
  }

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

  .bandjeez_teaser_photos img {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

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

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

  .bandjeez_photo_strip img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .media_card {
    height: auto;
    min-height: auto;
  }

  .media_card_body,
  .media_card strong {
    min-height: auto;
  }

  .story_single {
    width: 90%;
  }

  .videa,
  .detail_title,
  .detail_main,
  .detail_photo {
    width: 90vw;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  div.smecka_h1 {
    width: 90%;
    margin-right: auto;
    margin-left: auto !important;
  }

  div.smecka_h1 h1 {
    margin-left: 0 !important;
    transform: none;
  }
}

/* Mobile cleanup */

@media only screen and (max-width: 850px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body:has(.menu:not(.menu_display_activate)) {
    overflow: hidden;
  }

  header {
    position: relative;
    z-index: 1000001;
    box-sizing: border-box;
    width: 90%;
  }

  body:has(.menu:not(.menu_display_activate)) header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    background: var(--night);
  }

  header .head_logo,
  header .click {
    position: relative;
    z-index: 1000002;
  }

  body:has(.menu:not(.menu_display_activate)) header .display.head_logo {
    display: block !important;
    width: auto !important;
    height: auto !important;
    color: var(--accent-red) !important;
    opacity: 1 !important;
  }

  header .hamburger {
    opacity: 1;
    filter: none;
  }

  body:has(.menu:not(.menu_display_activate)) .menu img[src$="facebookB.svg"],
  body:has(.menu:not(.menu_display_activate)) .menu img[src$="instagramB.svg"],
  body:has(.menu:not(.menu_display_activate)) .menu img[src$="musicB.svg"],
  body:has(.menu:not(.menu_display_activate)) .menu img[src$="spotifyB.svg"],
  body:has(.menu:not(.menu_display_activate)) .menu img[src$="singlBlack.png"] {
    opacity: 1;
    filter: brightness(0) invert(1);
  }

  .menu {
    position: fixed;
    inset: 67px 0 0 0;
    z-index: 999990;
    box-sizing: border-box;
    width: 100%;
    height: calc(100dvh - 67px);
    min-height: calc(100vh - 67px);
    margin: 0;
    padding: 0 5% 24px;
    overflow-y: auto;
    background: var(--night);
    color: white !important;
  }

  .menu.menu_display_activate {
    display: none !important;
  }

  .menu_main,
  .menu_main.black {
    margin-top: 31px;
    color: white !important;
  }

  .menu_main p,
  .menu_main.black p,
  .menu_main a {
    color: white !important;
  }

  .menu_main p {
    margin-bottom: 16px;
    font-size: clamp(28px, 9vw, 36px);
    line-height: 1.05;
  }

  .menu .menu_h1_active {
    color: var(--accent-red) !important;
  }

  .menu .shop {
    margin-top: 10px;
  }

  .menu .shop p {
    color: white !important;
    font-size: 18px;
    line-height: 42px;
  }

  .menu_flex {
    width: 100%;
    margin-top: 44px;
  }

  .menu .firmy {
    width: 100%;
  }

  .menu .socials_all {
    display: flex;
    margin-bottom: 20px;
  }

  body:has(.kontakt_background),
  body:has(.smecka_background) {
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body:has(.kontakt_background) > footer.white,
  body:has(.smecka_background) > footer.white {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 90%;
    min-height: auto;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  body:has(.kontakt_background) .kontakt_foto,
  body:has(.smecka_background) .smecka_foto {
    width: 100%;
  }

  .main_kontakt,
  .main_smecka {
    min-height: auto;
  }

  .kontakt_h1,
  div.smecka_h1 h1 {
    margin-top: 54px !important;
    margin-bottom: 34px !important;
  }

  .smecka {
    margin-bottom: 30px;
  }

  .novinky,
  .novinky_detail,
  .media_cards,
  .videa,
  .bandjeez_member_grid,
  .bandjeez_photo_strip,
  .bandjeez_teaser_link {
    grid-template-columns: 1fr;
  }

  .videa_main,
  .videa {
    width: 90%;
    max-width: 90%;
  }

  .aktualne_media,
  .all,
  .ja_main,
  .bandjeez_main {
    width: 90%;
  }

  .detail_title,
  .detail_main,
  .detail_photo {
    width: 90%;
  }

  .bandjeez_simple h1 {
    font-size: clamp(44px, 15vw, 72px);
    line-height: 0.95;
  }

  .videa_main,
  .all,
  .ja_main,
  .aktualne_media,
  .bandjeez_main {
    width: 100%;
    max-width: none;
  }

  .story_single {
    width: 90vw;
  }

  .story_single .story_grid:nth-child(2) {
    display: flex;
  }

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

  .bandjeez_teaser_photos img {
    height: 100%;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

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

  h1.detail_title {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1;
  }

  .detail_main p {
    text-align: left;
  }

  .main_home .main_buttons {
    display: flex;
    width: min(100%, 338px);
    margin-top: 20px;
    gap: 8px;
  }

  .main_home .main_buttons a {
    width: auto;
    height: 42px;
    flex: 1 1 0;
    font-size: 14px;
    line-height: 18px;
  }

  .main_home .main_buttons a:first-child {
    margin-right: 0;
  }

  .smecka #snippet--contactSubsForm,
  body:has(.smecka_background) #contactform {
    width: 100%;
    max-width: 287px;
  }

  .smecka .smecka_all {
    width: 100%;
  }

  .smecka_email::placeholder {
    opacity: 0.7;
    color: var(--accent-red);
    -webkit-text-stroke: 1px var(--accent-red);
  }

  .main_koncert .koncert {
    justify-items: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .main_koncert .koncert .start,
  .main_koncert .koncert_name {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .main_koncert .koncert a,
  .main_koncert .koncert_pending,
  .main_koncert .koncert:has(a[href="https://www.katerinamarieticha.cz/koncerty/"])::after,
  .main_koncert .koncert:has(a[href="https://katerinamarieticha.cz/koncerty/"])::after {
    justify-self: center;
  }
}
