*,
*::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=2.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.jpg?v=2.0");
  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.jpg?v=2.0");
  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?v=2.0");
  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?v=2.0");
  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?v=2.0");
  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?v=2.0");
  background-position: center;
}

.smecka_foto {
  background-image: url("./photos/gallery_digi_6225.jpg?v=2.0");
  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);
}

/* Pozadí stránky pod fixním .background — bez něj prosvítá bílá výchozí barva
   dokumentu do přetažení (overscroll) a mobilní Safari podle ní obarví horní
   i dolní lištu, takže hlavička i patička dostanou bílý pruh. */
body:has(.background_main),
body:has(.background_koncert),
body:has(.video_background),
body:has(.error_background) {
  background: var(--night);
}

/* Viditelné zaměření při pohybu klávesnicí — bez toho není poznat, kde uživatel je. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
.click:focus-visible,
.pop_closer:focus-visible {
  outline: 2px solid var(--accent-red);
  outline-offset: 3px;
}

/* Chybová stránka (404) */
.error_background {
  background: var(--night);
}

.main_error .band {
  margin-bottom: 12px;
}

.main_error .error_text {
  max-width: 460px;
  margin: 0 auto 26px;
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.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;
  }
}

/* Mezi hranicí burgeru (850 px) a užším desktopem zbývaly mezi posledním odkazem
   v menu a tlačítkem E-shop jen jednotky pixelů. */
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .head li {
    margin-right: 12px;
  }
}

/* 2026-09 Pohyb — viz ~/projects/kuba-brain/vystupy/2026-09-27-kmt-web-dynamicke-prvky.md
   Celá sekce je progresivní vylepšení: bez podpory v prohlížeči, s omezeným pohybem
   nebo bez JS vypadá web jako dřív. Rollback = smazat sekci. */

/* Kdo má v systému omezený pohyb, nedostane žádné animace ani přechody (ani ty stávající). */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}

/* Fixní hlavička vjede z vlastní výšky za 0,28 s místo pádu z −200 px za 0,6 s. */
.header_wrap.white_background.fix,
.header_wrap.black_background.fix {
  animation: kmt-header-in 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes kmt-header-in {
  from { transform: translateY(-100%); }
  to { transform: none; }
}

/* Přechody mezi stránkami (Chrome/Edge 126+, Safari 18.2+; jinde se stránka načte jako dřív). */
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.24s;
}

/* Logo KMT stojí na místě, zbytek stránky se prolne.
   .head_logo je v každé šabloně 2× (desktop + mobil), ale vždy je vidět jen jedno:
   .head se schová ≤ 850 px, .display nad 850 px. Jméno musí být mezi vykreslenými prvky unikátní. */
.head .head_logo,
.head_logo.display {
  view-transition-name: kmt-logo;
}

::view-transition-group(kmt-logo) {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Odhalení obsahu při scrollu (CSS scroll-driven animace; Chrome/Edge 115+, Safari 26+).
   Prvky, které jsou při načtení celé v okně, se neanimují. Hero, H1 ani titulní fotky se neodhalují (LCP). */
@supports (animation-timeline: view()) {
  /* body { overflow-x: hidden } z něj dělá scroll kontejner a view() by sledovalo body, které se nikdy
     neposune — animace by stály. clip ořízne stejně, ale kontejner nevytvoří, takže view() sleduje okno. */
  body {
    overflow-x: clip;
  }

  @media (prefers-reduced-motion: no-preference) {
    .koncert,
    .novinka,
    .media_card,
    .video,
    .fotogalerie a,
    .bandjeez_teaser_link,
    .bandjeez_photo_strip a {
      animation: kmt-reveal cubic-bezier(0.2, 0.8, 0.2, 1) both;
      animation-timeline: view();
      animation-range: entry 0% entry 40%;
    }

    /* Druhý a třetí sloupec mřížky naskočí o chlup později. */
    .novinka:nth-child(3n + 2),
    .media_card:nth-child(3n + 2),
    .fotogalerie a:nth-child(3n + 2),
    .bandjeez_photo_strip a:nth-child(4n + 2) { animation-range: entry 5% entry 45%; }
    .novinka:nth-child(3n),
    .media_card:nth-child(3n),
    .fotogalerie a:nth-child(3n),
    .bandjeez_photo_strip a:nth-child(4n + 3) { animation-range: entry 10% entry 50%; }
    .bandjeez_photo_strip a:nth-child(4n) { animation-range: entry 15% entry 55%; }
    .video:nth-child(2n) { animation-range: entry 5% entry 45%; }
  }
}

/* Samostatná vlastnost translate, ne transform — hover efekty s transform (karty, teaser) tak dál fungují. */
@keyframes kmt-reveal {
  from {
    opacity: 0;
    translate: 0 16px;
  }
  to {
    opacity: 1;
    translate: none;
  }
}

/* Mikrointerakce — stejný jazyk jako stávající hovery (160–200 ms, posun o 2 px, červená).
   Klávesnice (:focus-visible) dostane totéž co myš. Pohyb jen na zařízeních s myší. */

/* Navigace v hlavičce: červená linka zleva pod odkazem. */
.head li a:not(.head_logo) {
  position: relative;
}

.head li a:not(.head_logo)::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--accent-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.head li a:not(.head_logo):hover::after,
.head li a:not(.head_logo):focus-visible::after {
  transform: scaleX(1);
}

/* Tlačítka VIDEA / KONCERTY / E-SHOP na homepage a E-shop v hlavičce. */
.main_buttons .button,
header .shop {
  transition: background-color 0.16s ease, transform 0.16s ease;
}

.main_buttons a:hover .button,
.main_buttons a:focus-visible .button,
header .home:hover .shop,
header .home:focus-visible .shop {
  background-color: #b92a36;
}

@media (hover: hover) {
  .main_buttons a:hover .button,
  .main_buttons a:focus-visible .button,
  header .home:hover .shop,
  header .home:focus-visible .shop {
    transform: translateY(-2px);
  }
}

/* Karta novinky: titulek dostane červené podtržení, fotka se rozjasní, šipka popojede.
   Šipka už má transform (ř. ~1034), proto samostatná vlastnost translate. */
.novinka > p {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: text-decoration-color 0.2s ease;
}

.novinka img,
.novinky_clanek svg {
  transition: filter 0.3s ease, translate 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.novinka:hover > p,
.novinka:focus-visible > p {
  text-decoration-color: var(--accent-red);
}

.novinka:hover img,
.novinka:focus-visible img {
  filter: saturate(1.05) brightness(1.06);
}

.novinka:hover .novinky_clanek svg,
.novinka:focus-visible .novinky_clanek svg {
  translate: 4px 0;
}

/* Řádek koncertu: řádek sám není odkaz, reaguje jen na „Více info“. */
.koncert {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.koncert:has(.koncert_cta:hover),
.koncert:has(a:focus-visible) {
  background-color: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 -1px 0 var(--accent-red);
}

/* Video: play zůstává na místě a jen ztmavne; fotka náhledu se zbarví a lehce přiblíží (sekce H). */
.video_play {
  transition: background-color 0.3s ease;
}

.video_poster:hover .video_play,
.video_poster:focus-visible .video_play {
  background-color: #b92a36;
}

/* Vstup homepage: fotka se „usadí“, tři tlačítka nastoupí po sobě.
   H1 ani „& BANDJEEZ“ se neanimují (LCP homepage je H1).
   fill-mode backwards, ne both: .blur (otevřené menu) dává stejnému prvku transform: scale(1.1)
   a both by ho po doběhnutí přebilo. */
@media (prefers-reduced-motion: no-preference) {
  .background_main {
    animation: kmt-hero-settle 1.6s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
  }

  .main_buttons a {
    animation: kmt-rise 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
  }
  .main_buttons a:nth-child(1) { animation-delay: 0.25s; }
  .main_buttons a:nth-child(2) { animation-delay: 0.32s; }
  .main_buttons a:nth-child(3) { animation-delay: 0.39s; }
}

@keyframes kmt-hero-settle {
  from { transform: scale(1.06); }
}

@keyframes kmt-rise {
  from {
    opacity: 0;
    translate: 0 10px;
  }
}

/* Mobilní menu: položky nastoupí po sobě (animace se spustí sama při přechodu z display: none). */
@media (max-width: 850px) and (prefers-reduced-motion: no-preference) {
  .menu:not(.menu_display_activate) .menu_main a,
  .menu:not(.menu_display_activate) .menu_flex {
    animation: kmt-rise 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
  }
  .menu:not(.menu_display_activate) .menu_main a:nth-child(2) { animation-delay: 0.03s; }
  .menu:not(.menu_display_activate) .menu_main a:nth-child(3) { animation-delay: 0.06s; }
  .menu:not(.menu_display_activate) .menu_main a:nth-child(4) { animation-delay: 0.09s; }
  .menu:not(.menu_display_activate) .menu_main a:nth-child(5) { animation-delay: 0.12s; }
  .menu:not(.menu_display_activate) .menu_main a:nth-child(6) { animation-delay: 0.15s; }
  .menu:not(.menu_display_activate) .menu_main a:nth-child(7) { animation-delay: 0.18s; }
  .menu:not(.menu_display_activate) .menu_flex { animation-delay: 0.22s; }
}

/* F2 — reflektor za členy Bandjeez. Černá kresba jinak splývá s tmavým pozadím.
   Jeden reflektor: v klidu stojí uprostřed, při najetí myší ten samý reflektor pomalu jezdí po postavě
   nahoru a dolů. Panáček se nehýbe. Po odjetí reflektor zůstane stát, kde byl (animace se jen pozastaví),
   a při dalším najetí pokračuje. Vrstva má 64 % výšky obrázku, takže střed světla jezdí zhruba od hlavy k nohám. */
.bandjeez_member_illustration {
  background-image: radial-gradient(ellipse 48% 56% at 50% 50%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1) 55%, transparent 78%);
  background-repeat: no-repeat;
  background-size: 100% 64%;
  background-position: 50% 50%;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .bandjeez_member_illustration {
    animation: kmt-spot-sweep 4.8s infinite paused;
  }

  .bandjeez_simple article:hover .bandjeez_member_illustration {
    animation-play-state: running;
  }
}

/* Střed → nahoru → dolů → střed. Na koncích zpomalí, přes střed projede plynule (bez zastavení). */
@keyframes kmt-spot-sweep {
  0% { background-position: 50% 50%; animation-timing-function: ease-out; }
  25% { background-position: 50% 0%; animation-timing-function: ease-in-out; }
  75% { background-position: 50% 100%; animation-timing-function: ease-in; }
  100% { background-position: 50% 50%; }
}

/* Volitelné F1 — fotka z karty novinky „přeletí“ do titulní fotky detailu.
   Na detailu je .detail_photo img jediná; na výpisu jméno dostane jen kliknutá karta (skript v Aktualne/default.latte). */
.detail_photo img {
  view-transition-name: kmt-news-photo;
}

::view-transition-group(kmt-news-photo) {
  animation-duration: 0.38s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

::view-transition-old(kmt-news-photo),
::view-transition-new(kmt-news-photo) {
  height: 100%;
  object-fit: cover;
}

/* Propojení webu (G) — menu je vodorovná řada místností, KMT uprostřed.
   Hlavička při přechodu stojí, obsah se posune podle pořadí v menu (typy kmt-forward / kmt-back
   přidává skript v <head> layoutu) a červená značka aktuální stránky přejede pod novou položku.
   Kde prohlížeč typy přechodů nezná, zůstane obyčejné prolnutí. */
/* Pojmenované jsou přímo prvky menu, ne obal hlavičky: obal má na různých stránkách různou šířku
   (1436 × 1292 px) a po scrollu výšku 70 místo 103 px, takže by se při přechodu přeměřoval a menu
   „poskočilo“. Seznam odkazů, E-shop, hamburger i mobilní logo mají na všech stránkách stejnou polohu i velikost. */
.head {
  view-transition-name: kmt-nav;
}

header .home {
  view-transition-name: kmt-eshop;
}

header .click {
  view-transition-name: kmt-burger;
}

.kmt_nav_mark {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--accent-red);
  pointer-events: none;
  view-transition-name: kmt-nav-mark;
}

::view-transition-group(kmt-nav),
::view-transition-group(kmt-eshop),
::view-transition-group(kmt-burger) {
  animation-duration: 0.32s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

::view-transition-group(kmt-nav-mark) {
  animation-duration: 0.42s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Každé pravidlo zvlášť: prohlížeč, který :active-view-transition-type() nezná, zahodí jen to své. */
html:active-view-transition-type(kmt-forward)::view-transition-old(root) {
  animation: kmt-vt-out-left 0.32s cubic-bezier(0.4, 0, 0.2, 1) both;
}

html:active-view-transition-type(kmt-forward)::view-transition-new(root) {
  animation: kmt-vt-in-right 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

html:active-view-transition-type(kmt-back)::view-transition-old(root) {
  animation: kmt-vt-out-right 0.32s cubic-bezier(0.4, 0, 0.2, 1) both;
}

html:active-view-transition-type(kmt-back)::view-transition-new(root) {
  animation: kmt-vt-in-left 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes kmt-vt-out-left { to { opacity: 0; transform: translateX(-32px); } }
@keyframes kmt-vt-in-right { from { opacity: 0; transform: translateX(32px); } }
@keyframes kmt-vt-out-right { to { opacity: 0; transform: translateX(32px); } }
@keyframes kmt-vt-in-left { from { opacity: 0; transform: translateX(-32px); } }

/* Červená nit nahoře: natahuje se podle toho, kolik stránky je přečteno.
   Na stránkách, které se neposouvají, je časová osa neaktivní a nit zůstane neviditelná (scaleX(0)). */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    body::before {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100001;
      width: 100%;
      height: 2px;
      content: "";
      background: var(--accent-red);
      transform: scaleX(0);
      transform-origin: left center;
      pointer-events: none;
      animation: kmt-progress linear both;
      animation-timeline: scroll(root);
    }
  }
}

@keyframes kmt-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Plynulejší hovery a patička (H) — delší, měkčí náběh (ease-out ~0,5 s) místo 160–180 ms. */

/* Odkazy s logem/ikonou v patičce a mobilním menu obalí obrázek celý. Dřív byl odkaz řádkový
   a u loga ČPP měl 23 px, zatímco logo 45 px — Safari pak nad částí loga ukazoval textový kurzor. */
footer a:has(> img),
.menu_flex a:has(> img) {
  display: inline-flex;
  position: relative;
}

/* Starší pravidlo .socials a { height: 29px } se na řádkový odkaz dřív neuplatnilo; logo ČPP je vyšší. */
.socials_center a:has(> img) {
  height: auto;
}

/* Sociální sítě: při najetí se bílá ikona prolne do oficiální barvy značky. */
:is(footer, .menu_flex) a:is([href*="facebook.com"], [href*="instagram.com"], [href*="music.apple.com"], [href*="open.spotify.com"], [href*="youtube.com"])::after {
  position: absolute;
  inset: 0;
  content: "";
  background: center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

:is(footer, .menu_flex) a[href*="facebook.com"]::after { background-image: url("./photos/facebook_color.svg"); }
:is(footer, .menu_flex) a[href*="instagram.com"]::after { background-image: url("./photos/instagram_color.svg"); }
:is(footer, .menu_flex) a[href*="music.apple.com"]::after { background-image: url("./photos/music_color.svg"); }
:is(footer, .menu_flex) a[href*="open.spotify.com"]::after { background-image: url("./photos/spotify_color.svg"); }
:is(footer, .menu_flex) a[href*="youtube.com"]::after { background-image: url("./photos/youtube_color.svg"); }

:is(footer, .menu_flex) a:is(:hover, :focus-visible)::after {
  opacity: 1;
}

/* Loga partnerů (SinglTon, ČPP) se při najetí jen lehce zvednou. */
.firmy a img,
.socials_center a img {
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (hover: hover) {
  .firmy a:hover img,
  .socials_center a:hover img {
    transform: translateY(-2px);
  }
}

/* Video: náhled se při najetí zbarví a lehce přiblíží, play zůstává na místě. */
.video_poster::before {
  transition: filter 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.video_poster:hover::before,
.video_poster:focus-visible::before {
  filter: grayscale(0) brightness(1);
  transform: scale(1.04);
}

/* Fotky v galeriích: pomalejší, výraznější přiblížení. */
.fotogalerie .fotografie,
.bandjeez_photo_strip img {
  transition: filter 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@media (hover: hover) {
  .fotogalerie a:hover .fotografie,
  .bandjeez_photo_strip a:hover img {
    filter: brightness(1.04) saturate(1);
    transform: scale(1.04);
  }
}

/* Novinky: fotka se v kartě lehce přiblíží (karta ji ořízne). */
.novinka {
  overflow: clip;
}

.novinka img {
  transition: filter 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), translate 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (hover: hover) {
  .novinka:hover img {
    transform: scale(1.04);
  }
}

/* Karty médií a teaser Bandjeez: stejné zvednutí, ale měkčí. */
.media_card,
.bandjeez_teaser_link {
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.35s ease, background 0.35s ease;
}

/* Scroll a načítání (I) */

/* Fotky v kartách a galeriích se po načtení prolnou místo „vyskočení“ (hlavně pomalé externí náhledy novinek).
   Jen s JS (třída kmt-js z <head> layoutu); pojistka: po 3 s se obrázek ukáže, i kdyby značka load nepřišla.
   Hero, titulní fotky článků ani pozadí se neprolínají (LCP). */
.kmt-js :is(.novinka, .fotogalerie, .bandjeez_photo_strip, .bandjeez_teaser_link) img:not([data-loaded]) {
  opacity: 0;
  animation: kmt-img-failsafe 0s 3s forwards;
}

.kmt-js :is(.novinka, .fotogalerie, .bandjeez_photo_strip, .bandjeez_teaser_link) img[data-loaded] {
  animation: kmt-img-in 0.6s ease both;
}

@keyframes kmt-img-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes kmt-img-failsafe {
  to { opacity: 1; }
}

/* O mně: velký portrét při scrollu „zaostává“ za stránkou (paralaxa v rámu; rám stojí a ořezává).
   Zvětšení od spodního okraje, aby se při posunu dolů nahoře neobjevila mezera. */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .omne_hero {
      overflow: clip;
    }

    /* Výchozí stav = začátek animace. Safari připojuje scroll animace o snímek později; bez toho
       by fotka po načtení na okamžik ukázala nepřiblížený stav a pak „poskočila“ (problikla). */
    .omne_hero img {
      transform-origin: 50% 100%;
      transform: translateY(0) scale(1.08);
      animation: kmt-hero-drift linear both;
      animation-timeline: view();
      animation-range: cover 50% cover 100%;
    }
  }
}

@keyframes kmt-hero-drift {
  from { transform: translateY(0) scale(1.08); }
  to { transform: translateY(8%) scale(1.08); }
}

/* Smečka: světlá fotka vlevo — levá část horního menu na ní nebyla čitelná. Ztmavení shora,
   od ~240 px fotka beze změny. (Kontakt má vlastní gradient, fotka je tmavší.) */
.smecka_foto {
  background-image:
    linear-gradient(to bottom, rgba(13, 13, 14, 0.7), rgba(13, 13, 14, 0.35) 110px, rgba(13, 13, 14, 0) 240px),
    url("./photos/gallery_digi_6225.jpg?v=2.0");
}

/* Fotky bez cizích okrajů (J) */

/* Náhled videa: ořez spočítaný skriptem ve Videa/default.latte (černé pruhy vypálené ve videu).
   První vrstva je ztmavující gradient, druhá náhled; bez skriptu zůstane cover/center jako dřív. */
.video_poster::before {
  background-size: cover, var(--thumb-size, cover);
  background-position: center, var(--thumb-pos, center);
}

/* Fotky novinek: čistá černá ve fotce (produktové fotky na černém pozadí, pruhy) se zobrazí
   přesně v barvě stránky — lighten bere světlejší z obou, takže se změní jen pixely tmavší než pozadí.
   Pozadí karty v barvě stránky je nutné: odhalovací animace z karty dělá samostatnou vrstvu. */
.novinka,
.detail_photo {
  background-color: var(--night);
}

.novinka img,
.detail_photo img {
  mix-blend-mode: lighten;
}

/* Aktuálně: velké „MÉDIA“ (64 px, řádek 57 px) doléhalo čárkou nad É na malý nadpis nad sebou. */
.aktualne_media .media_kicker {
  margin-bottom: 24px;
}

/* Smečka: pole na e-mail (326 px), souhlas (392 px) a tlačítko (287 px) měly každé jinou šířku i levý okraj
   a tlačítko bylo nižší než pole. Na desktopu jdou všechny přes celou šířku sloupce textu (411 px),
   zarovnané vlevo s textem nad nimi; pole a tlačítko mají stejnou výšku. Mobil už je sjednocený. */
@media (min-width: 851px) {
  /* #contactform má obecně align-items: center (popup); na Smečce má blok vyplnit šířku textu. */
  .smecka #contactform,
  .smecka_all {
    align-items: stretch;
  }

  .smecka_email,
  .submit_smecka {
    max-width: none;
    width: 100%;
    height: 52px;
  }

  .smecka_check {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 18px 0 22px;
    text-align: left;
  }

  .smecka_check input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 3px;
  }
}

/* O mně (K): stránka začíná jménem, pak fotka; životopis v kapitolách s letopočty a citací.
   Text se při scrollu postupně rozsvítí (jen s podporou view() a bez omezeného pohybu; jinak je hned celý vidět). */
.omne_intro {
  width: min(1080px, 90vw);
  margin: 40px auto 0;
}

.omne_name {
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: clamp(48px, 7vw, 86px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.omne_intro + .omne_hero {
  margin-top: 32px;
}

/* Jméno se přesunulo nad fotku; ve story zůstal jen skrytý zástupný prvek kvůli pořadí (nth-child). */
.story_single {
  grid-template-areas:
    "text"
    "kontakt";
}

.bio {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 760px;
}

.story_single .story_grid:nth-child(2) .bio p {
  margin: 0;
}

.story_single .story_grid:nth-child(2) .bio_lead {
  color: white;
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.45;
}

.bio_step {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.story_single .story_grid:nth-child(2) .bio_year {
  position: relative;
  padding-bottom: 10px;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.bio_year::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 2px;
  content: "";
  background: var(--accent-red);
  transform-origin: left center;
}

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

.bio_quote {
  margin: 8px 0;
  padding-left: 28px;
  border-left: 3px solid var(--accent-red);
}

.story_single .story_grid:nth-child(2) .bio_quote blockquote p {
  color: white;
  font-family: "acumin-pro", sans-serif;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.15;
}

.bio_quote blockquote p::before {
  content: "„";
  color: var(--accent-red);
}

.bio_quote blockquote p::after {
  content: "“";
  color: var(--accent-red);
}

.bio_quote figcaption {
  margin-top: 14px;
  font-size: 14px;
}

.bio_quote figcaption a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.bio_quote figcaption a:hover,
.bio_quote figcaption a:focus-visible {
  color: white;
  text-decoration-color: var(--accent-red);
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    /* Odstavce se rozsvítí z tlumeného stavu, jak k nim čtenář dojede. */
    .bio > .bio_lead,
    .bio_step > p:not(.bio_year),
    .bio_quote {
      animation: kmt-bio-light linear both;
      animation-timeline: view();
      animation-range: entry 15% cover 40%;
    }

    .bio_year {
      animation: kmt-reveal cubic-bezier(0.2, 0.8, 0.2, 1) both;
      animation-timeline: view();
      animation-range: entry 0% entry 60%;
    }

    .bio_year::after {
      animation: kmt-line-grow linear both;
      animation-timeline: view();
      animation-range: entry 20% cover 35%;
    }
  }
}

@keyframes kmt-bio-light {
  from {
    opacity: 0.18;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: none;
  }
}

@keyframes kmt-line-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Viditelné nadpisy stránek (L) — Koncerty, Aktuálně a Videa měly nadpis jen pro čtečky a začínaly
   rovnou seznamem; teď ve stylu nadpisu BANDJEEZ. Plný popis zůstává skrytý v nadpisu (sr_only). */
.page_title {
  width: 100%;
  flex-basis: 100%;
  margin: 0 auto 36px;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.86;
  text-align: center;
  -webkit-text-fill-color: var(--accent-red);
  -webkit-text-stroke: 0;
}

/* Videa: kontejner je řádkový flex — nadpis musí zabrat vlastní řádek. */
.videa_main {
  flex-wrap: wrap;
}

/* Koncerty: den v týdnu u data a nadpisy měsíců (doplňuje skript v Koncerty/default.latte). */
.koncert_day {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  text-transform: uppercase;
}

.koncert_month {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 980px;
  margin: 64px auto 0;
  padding: 0 4px 16px;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

/* Linka za názvem měsíce — nadpis tak působí jako oddělovač sekce, ne jako součást prvního koncertu. */
.koncert_month::after {
  flex: 1;
  height: 2px;
  content: "";
  background: var(--accent-red);
  opacity: 0.45;
}

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

.koncert_month:first-of-type {
  margin-top: 8px;
}

@media (max-width: 850px) {
  .koncert_month {
    margin-top: 48px;
    font-size: 18px;
  }
}

/* O mně: Hudba — desky s obaly a odkazy na poslech. */
.hudba {
  width: min(980px, 90vw);
  margin: 78px auto 0;
}

.hudba_title {
  margin-bottom: 34px;
}

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

.release > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (hover: hover) {
  .release:hover > img {
    transform: translateY(-4px);
  }
}

.release_meta {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.release_title {
  margin: 4px 0 10px;
  color: white;
  font-family: "bungee", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.release_links {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Ikony služeb (bílé), při najetí se prolnou do barvy značky jako v patičce. */
.release_links a {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.release_links img {
  display: block;
  width: 24px;
  height: 24px;
}

.release_links a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.release_links a[href*="open.spotify.com"]::after { background-image: url("./photos/spotify_color.svg"); }
.release_links a[href*="music.apple.com"]::after { background-image: url("./photos/music_color.svg"); }
.release_links a[href*="youtube.com"]::after { background-image: url("./photos/youtube_color.svg"); }

.release_links a:hover::after,
.release_links a:focus-visible::after {
  opacity: 1;
}

@media (max-width: 850px) {
  .hudba_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .release {
      animation: kmt-reveal cubic-bezier(0.2, 0.8, 0.2, 1) both;
      animation-timeline: view();
      animation-range: entry 0% entry 40%;
    }

    .release:nth-child(2) { animation-range: entry 5% entry 45%; }
    .release:nth-child(3) { animation-range: entry 10% entry 50%; }
    .release:nth-child(4) { animation-range: entry 15% entry 55%; }
    .release:nth-child(5) { animation-range: entry 20% entry 60%; }
  }
}

/* Kontakt: Pro média — náhledy fotek, odkaz vede na plné rozlišení ke stažení. */
.press_photos {
  display: grid;
  grid-template-columns: repeat(4, 64px);
  gap: 8px;
  margin-top: 10px;
}

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

.press_photos img {
  display: block;
  width: 64px;
  height: 80px;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.4s ease;
}

.press_photos a:hover img,
.press_photos a:focus-visible img {
  transform: scale(1.06);
  filter: brightness(1.08);
}

/* YouTube v patičce a menu: černá varianta se v otevřeném mobilním menu obrací do bílé jako ostatní ikony. */
@media only screen and (max-width: 850px) {
  body:has(.menu:not(.menu_display_activate)) .menu img[src$="youtubeB.svg"] {
    opacity: 1;
    filter: brightness(0) invert(1);
  }
}

/* Homepage: blok „Teď“ pod úvodní obrazovkou — nový singl, nejbližší koncerty, Smečka.
   Pevné pozadí stránky, aby se fixní fotka z úvodu neprolínala s textem. */
/* Blok „Teď“ i patička leží v jednom obalu, který fotku z úvodu plynule ztmaví (žádná ostrá hrana,
   patička nevisí holá na fotce). Fixní fotka zůstává za ním. */
.now_wrap {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(13, 13, 14, 0) 0,
    rgba(13, 13, 14, 0.72) 150px,
    rgba(13, 13, 14, 0.9) 300px,
    rgba(13, 13, 14, 0.96) 100%
  );
}

.now {
  position: relative;
  padding: 120px 0 72px;
  color: white;
}

.now_grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px;
  width: min(1100px, 90vw);
  margin: 0 auto;
}

.now_kicker {
  margin-bottom: 18px;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.now_release_body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.now_cover {
  position: relative;
  display: block;
}

.now_cover img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Vinyl za obalem Byt 66: v klidu vykukuje, při najetí myší se vysune a točí. Čisté CSS. */
.now_vinyl {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 92%;
  height: 92%;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0b0b0c 0 2.5%, var(--accent-red) 3% 17%, #0b0b0c 17.5% 19%, transparent 19.5%),
    repeating-radial-gradient(circle, #1a1a1b 0 1px, #0b0b0c 1px 3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
  translate: 18% 0;
  transition: translate 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Odlesk na desce (točí se s ní, ale je jemný). */
.now_vinyl::after {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  content: "";
  background: conic-gradient(from 30deg, transparent 0 10%, rgba(255, 255, 255, 0.09) 14%, transparent 22% 55%, rgba(255, 255, 255, 0.06) 62%, transparent 70%);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .now_release:hover .now_vinyl {
    translate: 36% 0;
    animation: kmt-spin 2.4s linear infinite;
  }
}

/* Užší sloupec: vinyl se vysune jen do mezery, ne přes text. */
@media (hover: hover) and (prefers-reduced-motion: no-preference) and (max-width: 850px) {
  .now_release:hover .now_vinyl {
    translate: 32% 0;
  }
}

@keyframes kmt-spin {
  to { rotate: 360deg; }
}

@media (hover: hover) {
  .now_cover:hover img {
    transform: translateY(-4px) rotate(-1deg);
  }
}

.now_title {
  color: white;
  font-family: "bungee", sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 0.95;
}

.now_text {
  margin: 14px 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.now_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.now_btn {
  padding: 10px 16px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  background: var(--accent-red);
  transition: background-color 0.16s ease, transform 0.16s ease;
}

.now_btn:hover,
.now_btn:focus-visible {
  background: #b92a36;
}

.now_btn_ghost {
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--accent-red);
}

@media (hover: hover) {
  .now_btn:hover {
    transform: translateY(-2px);
  }
}

.now_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.now_item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.now_date {
  color: var(--accent-red);
  font-weight: 700;
  text-transform: uppercase;
}

.now_info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.now_name {
  font-weight: 700;
  line-height: 1.3;
}

.now_when {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.now_ticket {
  padding: 7px 12px;
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px var(--accent-red);
  transition: color 0.18s ease, background-color 0.18s ease;
}

.now_ticket:hover,
.now_ticket:focus-visible {
  color: white;
  background: var(--accent-red);
}

.now_more {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent-red);
  font-weight: 700;
}

.now_smecka {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: baseline;
  justify-content: space-between;
  width: min(1100px, 90vw);
  margin: 64px auto 0;
  padding: 26px 30px;
  color: white;
  border: 1px solid rgba(216, 51, 63, 0.5);
  background: linear-gradient(135deg, rgba(216, 51, 63, 0.2), rgba(216, 51, 63, 0) 55%);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.now_smecka:hover,
.now_smecka:focus-visible {
  border-color: var(--accent-red);
  background-color: rgba(216, 51, 63, 0.08);
}

.now_smecka_title {
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
}

.now_smecka_text {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

@media (max-width: 850px) {
  .now {
    padding: 96px 0 48px;
  }

  .now_grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .now_release_body {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
  }

  .now_item {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .now_ticket {
    grid-column: 2;
    justify-self: start;
  }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .now_release,
    .now_concerts,
    .now_smecka {
      animation: kmt-reveal cubic-bezier(0.2, 0.8, 0.2, 1) both;
      animation-timeline: view();
      animation-range: entry 0% entry 40%;
    }

    .now_concerts { animation-range: entry 5% entry 45%; }
  }
}


/* Homepage: hlavička se při scrollu přichytí nahoře (sticky — zůstává v toku stránky, nic neposkočí). */
body:has(.main_home) > header {
  position: sticky;
  top: 0;
  z-index: 100000;
}

/* Podklad hlavičky: žádný plný pruh, jen měkký tmavý přechod s jemným rozmazáním přes celou
   šířku okna (hlavička sama má 90 %), který se dolů ztrácí — bez hrany i bez rámování.
   Objeví se, až k hlavičce dojede obsah bloku „Teď“ (script.js); na desktopu je stránka tak
   krátká, že k tomu většinou vůbec nedojde. */
body:has(.main_home) > header::before,
body:has(.background_koncert) .header_wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -48px;
  left: calc(50% - 50vw);
  width: 100vw;
  content: "";
  background: linear-gradient(to bottom, rgba(13, 13, 14, 0.82) 0, rgba(13, 13, 14, 0.55) 60%, rgba(13, 13, 14, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent);
  mask-image: linear-gradient(to bottom, #000 55%, transparent);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

body:has(.main_home) > header.head_scrolled::before,
body:has(.background_koncert) .header_wrap.head_scrolled::before {
  opacity: 1;
}

/* Homepage bez tří tlačítek (dublovala menu): úvod je kratší, takže začátek bloku „Teď“
   („Nový singl“, „Nejbližší koncerty“) je vidět už na první obrazovce ve tmavnoucí fotce. */
.main_home {
  min-height: max(320px, calc(100svh - 470px));
}

@media (max-width: 850px) {
  .main_home {
    min-height: max(260px, calc(100svh - 430px));
  }
}

/* Homepage: jemná paralaxa fotky. Fotka je fixní, obsah přes ni jede nahoru; ona se při tom
   pomalu posune o kousek výš a mírně přiblíží (rozloženo na celou délku stránky).
   Vlastnosti translate/scale, ne transform — ten používá úvodní „usazení“ i rozmazání při otevřeném menu.
   Scale 1.12 pokryje posun o 6vh, takže se u spodního okraje nikdy neobjeví díra. */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .background_main {
      animation:
        kmt-hero-settle 1.6s cubic-bezier(0.2, 0.7, 0.2, 1) backwards,
        kmt-hero-parallax linear both;
      animation-timeline: auto, scroll(root);
    }
  }
}

@keyframes kmt-hero-parallax {
  from { translate: 0 0; scale: 1.0; }
  to { translate: 0 -6vh; scale: 1.12; }
}

/* Homepage: řádky jména jako bloky (místo <br>), aby každý mohl při scrollu mizet zvlášť (script.js). */
.main_home .hero_line {
  display: block;
}

/* Barevné ikony sociálních sítí a služeb (patička, mobilní menu, Hudba na O mně): Safari při
   začátku přechodu průhlednosti přesunul barevnou vrstvu na GPU o kousek níž, nahoře vykukovala
   bílá ikona a barevná pak „doskočila“. Obě vrstvy jsou teď na GPU trvale (nic nedoskakuje)
   a bílá ikona se pod barevnou zároveň rozplyne, takže nemůže vykukovat. */
:is(footer, .menu_flex) a:is([href*="facebook.com"], [href*="instagram.com"], [href*="music.apple.com"], [href*="open.spotify.com"], [href*="youtube.com"])::after,
.release_links a::after {
  will-change: opacity;
}

:is(footer, .menu_flex) a:is([href*="facebook.com"], [href*="instagram.com"], [href*="music.apple.com"], [href*="open.spotify.com"], [href*="youtube.com"]) > img,
.release_links img {
  will-change: opacity;
  transition: opacity 0.2s ease;
}

:is(footer, .menu_flex) a:is([href*="facebook.com"], [href*="instagram.com"], [href*="music.apple.com"], [href*="open.spotify.com"], [href*="youtube.com"]):is(:hover, :focus-visible) > img,
.release_links a:is(:hover, :focus-visible) img {
  opacity: 0;
  transition-delay: 0.1s;
}

/* Homepage, blok „Teď“: posloupnost velikostí podle nadpisů (připomínka Kateřiny — dřív byl
   „Byt 66“ větší než její jméno a nadpisy sekcí nejmenší, působilo to chaoticky).
   H1 jméno 64 px > „& BANDJEEZ“ 35 px > H2 „Nový singl“, „Nejbližší koncerty“ 28 px
   > H3 „Byt 66“ a výzva Smečky 24 px > text. Mobil: 40 > 23 > 20 > 18. */
.now_kicker {
  margin-bottom: 22px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.now_title {
  font-size: 24px;
  line-height: 1.1;
}

.now_smecka_title {
  font-size: 24px;
}

@media (max-width: 850px) {
  .now_kicker {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .now_title,
  .now_smecka_title {
    font-size: 18px;
  }
}

/* Koncerty stejně jako homepage: fotka od horního okraje okna (dřív ji okraj seznamu posunul
   o 121 px dolů a nahoře zůstal černý pruh), hlavička průhledná a přichycená nahoře — nemizí
   a znovu nevjíždí (script.js jí tu nedává .fix). Jemný podklad viz pravidlo u homepage výše. */
.background_koncert {
  top: 0;
  left: 0;
}

body:has(.background_koncert) .header_wrap {
  position: fixed;
}

/* Koncerty: datum plakátově — malý šedý den v týdnu nad „28. 9.“ v Bungee (jako nadpisy měsíců).
   Rok je v nadpisu měsíce (pro čtečky zůstává skrytě u data). Skládá skript v Koncerty/default.latte. */
.koncert_date .koncert_day {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.koncert_date .koncert_dm {
  display: block;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media (max-width: 850px) {
  .koncert_date .koncert_dm {
    font-size: 20px;
  }
}

/* Aktuálně a Videa: nadpis stránky začínal hned pod hlavičkou a opticky do ní zasahoval.
   Stejný odstup jako na Koncertech (nadpis 121 px pod hlavičkou, na mobilu ~110 px). */
.novinky_main > .page_title,
.videa_main > .page_title {
  margin-top: 121px;
}

@media (max-width: 850px) {
  .novinky_main > .page_title {
    margin-top: 74px;
  }

  /* Videa mají na mobilu nad obsahem vlastních 32 px navíc. */
  .videa_main > .page_title {
    margin-top: 42px;
  }
}

/* Proporce na tabletech a mobilech (kontrola 27. 9. 2026 na 375–1920 px). */

/* Homepage „Teď“: sloupec s novým singlem byl úzký — text vedle obalu se lámal po dvou třech
   slovech a „Klip“ padal na další řádek. Menší obal (vinyl se vysune jen do mezery), širší text;
   pod 1100 px (iPad na šířku) jsou singl a koncerty pod sebou jako na iPadu na výšku. */
@media (min-width: 851px) {
  .now_release_body {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 60px;
  }
}

@media (max-width: 1100px) {
  .now_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
  }
}

/* Aktuálně a Videa na tabletu na výšku: dvě karty vedle sebe místo jedné přes celou šířku. */
@media (min-width: 601px) and (max-width: 850px) {
  .novinky,
  .media_cards,
  .videa {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Bandjeez na mobilu a tabletu: dva členové vedle sebe (pátý uprostřed) místo pěti obrazovek po jednom. */
@media (max-width: 850px) {
  .bandjeez_member_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .bandjeez_simple article {
    min-height: 0;
    padding: 12px 0;
  }

  .bandjeez_simple article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .bandjeez_member_illustration {
    width: min(220px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 12px;
  }

  .bandjeez_simple article h3 {
    font-size: 17px;
  }
}

/* Smečka na mobilu a tabletu: nadpis na střed jako zbytek stránky (byl vlevo nad úzkým sloupcem),
   čitelnější text (13 → 15 px) a širší formulář. */
@media (max-width: 850px) {
  div.smecka_h1 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  div.smecka_h1 h1 {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .smecka p:nth-child(1) {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.5;
  }

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

  .smecka_email,
  .smecka_check,
  .submit_smecka {
    width: 100%;
    max-width: 360px;
  }

  .smecka_check label {
    max-width: none;
  }
}

/* Větší plocha pro prst u malých odkazů (dřív 19–23 px vysoké). Svislé odsazení řádkového odkazu
   nemění výšku řádku, jen zvětší plochu, kam jde kliknout; u „Všechny koncerty“ (inline-block)
   ho vyrovnávají okraje, takže se nic neposune. */
.main_kontakt a[href^="mailto:"],
.smecka_check a,
.bio_quote figcaption a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.now_more {
  margin-top: 11px;
  margin-bottom: -7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Smečka na desktopu: nadpis posunutý o 50 px doprava přesahoval svým boxem pravý okraj
   (na 1024 px o 8 px). Šířka se teď vejde do sloupce i s posunem. */
@media (min-width: 851px) {
  div.smecka_h1 h1 {
    max-width: min(470px, calc(100% - 50px));
  }
}

/* Pole na psaní (e-mail na Smečce a v popupu) mají textový kurzor, ne „ruku“ jako odkaz.
   Starší pravidlo dává kurzor ruky všem polím; tlačítka a zaškrtávátka ho mají dál. */
input:is([type="email"], [type="text"], [type="search"], [type="tel"], [type="url"], :not([type])) {
  cursor: text;
}

/* Dlaždice „Linka“ (vybraná varianta, 27. 9. 2026): novinky, média, další čtení pod článkem,
   Smečka na homepage a Bandjeez na O mně. Žádné boxy ani výplně; pod dlaždicí jemná linka,
   která se při najetí zleva dokreslí červeně (jako podtržení v menu a průběh stránky nahoře),
   k nadpisu přijede šipka. Falešné odkazy („Celý článek“, „Otevřít článek“, „Přečíst“,
   „Více o kapele“) jsou pryč — klikací je celá dlaždice. */
.novinky_clanek,
.media_link,
.press_url,
.bandjeez_teaser_text > span {
  display: none;
}

.novinka > p,
.novinka:is(:hover, :focus-visible) > p {
  text-decoration: none;
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link),
:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link):is(:hover, :focus-visible) {
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

/* Novinky si nechávají pozadí v barvě stránky (fotky na černém se s ním prolínají). */
:is(.media_card, .press_link, .now_smecka, .bandjeez_teaser_link),
:is(.media_card, .press_link, .now_smecka, .bandjeez_teaser_link):is(:hover, :focus-visible) {
  background: none;
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link)::before,
:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link)::before {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link)::after {
  height: 2px;
  background: var(--accent-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link):is(:hover, :focus-visible)::after {
  transform: scaleX(1);
}

/* Šipka za nadpisem (↗ u odkazů ven). */
:is(.novinka > p, .media_card strong, .press_title, .bandjeez_teaser_text h2)::after {
  display: inline-block;
  margin-left: 0.3em;
  color: var(--accent-red);
  content: "→";
  opacity: 0;
  translate: -10px 0;
  transition: opacity 0.35s ease, translate 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.media_card strong::after,
.press_title::after {
  content: "↗";
}

:is(.novinka, .media_card, .press_link, .bandjeez_teaser_link):is(:hover, :focus-visible) :is(.novinka > p, strong, .press_title, h2)::after {
  opacity: 1;
  translate: 0 0;
}

/* Bez myši (mobil) je šipka vidět rovnou. */
@media (hover: none) {
  :is(.novinka > p, .media_card strong, .press_title, .bandjeez_teaser_text h2)::after {
    opacity: 1;
    translate: 0 0;
  }
}

.novinka {
  padding-bottom: 22px;
}

/* Média: fotka, pod ní na jednom řádku odkud a co to je („MUSICSERVER.CZ · Reportáž / 2026“),
   pak nadpis. Fotka má pevný poměr stran a nesmí se v mřížce smrštit ani roztáhnout. */
.media_card {
  height: 100%;
}

.media_card .media_thumb {
  flex: 0 0 auto;
  height: auto;
  aspect-ratio: 16 / 10;
  transition: filter 0.5s ease;
}

.media_card:is(:hover, :focus-visible) .media_thumb {
  filter: saturate(1.05) brightness(1.08);
}

.media_card_body {
  min-height: 0;
  padding: 16px 0 24px;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: baseline;
}

.media_source {
  font-size: 13px;
}

.media_meta {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.media_meta::before {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.35);
  content: "·";
}

.media_card strong {
  flex-basis: 100%;
  min-height: 0;
  margin: 10px 0 0;
}

/* Další čtení pod článkem: řádky seznamu, ne krabice. */
.press_links {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.press_link {
  padding: 20px 0;
}

.press_link_body {
  grid-template-columns: 150px minmax(0, 1fr);
}

.press_title {
  font-size: 19px;
  line-height: 25px;
}

/* Smečka na homepage: řádek mezi dvěma linkami, dole se dokreslí červená. */
.now_smecka {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.now_smecka_text {
  transition: color 0.3s ease;
}

.now_smecka:is(:hover, :focus-visible) .now_smecka_text {
  color: white;
}

/* Bandjeez na O mně: fotky v klidu tlumené, při najetí se postupně rozsvítí do barvy. */
.bandjeez_teaser_link {
  padding-bottom: 20px;
}

.bandjeez_teaser_text {
  padding-left: 0;
}

.bandjeez_teaser_photos img {
  filter: saturate(0.55) brightness(0.8);
  transition: filter 0.6s ease;
}

.bandjeez_teaser_link:is(:hover, :focus-visible) .bandjeez_teaser_photos img {
  filter: saturate(1) brightness(1);
}

.bandjeez_teaser_link:is(:hover, :focus-visible) .bandjeez_teaser_photos img:nth-child(2) { transition-delay: 0.08s; }
.bandjeez_teaser_link:is(:hover, :focus-visible) .bandjeez_teaser_photos img:nth-child(3) { transition-delay: 0.16s; }

@media (max-width: 850px) {
  .press_link_body {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .now_smecka {
    padding: 24px 0;
  }

  .bandjeez_teaser_text {
    padding: 24px 0;
  }
}

/* Koncerty (stránka i homepage): při najetí na „Více info“ / „Vstupenky“ se pod řádkem
   dokreslí červená linka zleva — stejně jako u dlaždic a v menu (dřív byla celá hned). */
.koncert,
.now_item {
  position: relative;
}

.koncert:has(.koncert_cta:hover),
.koncert:has(a:focus-visible) {
  background-color: transparent;
  box-shadow: none;
}

.koncert::before,
.now_item::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--accent-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.koncert:has(.koncert_cta:hover)::before,
.koncert:has(a:focus-visible)::before,
.now_item:has(.now_ticket:is(:hover, :focus-visible))::before {
  transform: scaleX(1);
}

/* Všechny stránky s .header_wrap (Aktuálně, článek, Videa, O mně, Bandjeez, GDPR, Koncerty) jako
   Koncerty a homepage: hlavička přichycená nahoře (script.js jí už nedává .fix, takže nemizí
   a znovu nevjíždí), jemné tmavé sklo naskočí, až zmizí nadpis stránky (pravidlo ::before výše
   platí pro všechny). Fixní fotka pozadí vždy od horního okraje okna. */
.header_wrap {
  position: fixed;
}

.header_wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -48px;
  left: 0;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(13, 13, 14, 0.82) 0, rgba(13, 13, 14, 0.55) 60%, rgba(13, 13, 14, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent);
  mask-image: linear-gradient(to bottom, #000 55%, transparent);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.header_wrap.head_scrolled::before {
  opacity: 1;
}

/* GDPR je světlá stránka — sklo je světlé (pozor: background_white má i překryv popupu). */
body:has(.background_white.menu_blur) .header_wrap::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
}

.background {
  top: 0;
  left: 0;
}

/* GDPR: nadpis začínal 17 px pod hlavičkou — stejný odstup jako na ostatních stránkách. */
.condition > h1 {
  margin-top: 100px;
}

@media (max-width: 850px) {
  .condition > h1 {
    margin-top: 60px;
  }
}

/* Šipka z linky: místo šipky za nadpisem skončí dokreslovaná linka malým hrotem vpravo.
   Linka se odkrývá zleva (clip-path, ne scaleX), takže se hrot nedeformuje a objeví se přesně
   ve chvíli, kdy linka dojede. Platí pro dlaždice i řádky koncertů. Linka je o 4 px výš,
   aby ji neořízly dlaždice s overflow (novinky kvůli přiblížení fotky). */
:is(.novinka > p, .media_card strong, .press_title, .bandjeez_teaser_text h2)::after {
  content: none;
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link)::before {
  bottom: 5px;
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link)::after,
.koncert::before,
.now_item::before {
  bottom: 0;
  height: 11px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath d='M1 1.5l4.5 4-4.5 4' fill='none' stroke='%23d8333f' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") right center / 7px 11px no-repeat,
    linear-gradient(#d8333f, #d8333f) left center / calc(100% - 2px) 2px no-repeat;
  transform: none;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.koncert::before,
.now_item::before {
  bottom: -5px;
}

:is(.novinka, .media_card, .press_link, .now_smecka, .bandjeez_teaser_link):is(:hover, :focus-visible)::after,
.koncert:has(.koncert_cta:hover)::before,
.koncert:has(a:focus-visible)::before,
.now_item:has(.now_ticket:is(:hover, :focus-visible))::before {
  transform: none;
  clip-path: inset(0 0 0 0);
}

.novinka,
.media_card,
.bandjeez_teaser_link {
  padding-bottom: 26px;
}

.media_card {
  padding-bottom: 0;
}

.media_card_body {
  padding-bottom: 28px;
}

/* O mně: řádky jména jako bloky (místo <br>), aby při scrollu mizely každý zvlášť (script.js). */
.omne_name .title_line {
  display: block;
}

/* Galerie (Fancybox): lightbox nad vším — patička (ČPP, sítě) a hlavička mají vysoké z-index
   a lezly přes náhledy fotek dole. */
:root {
  --fancybox-zIndex: 3000000;
}

html .fancybox__container {
  z-index: 3000000;
}

/* Zvýraznění při ovládání klávesnicí: jemnější (poloprůhledná linka s větším odstupem)
   místo tvrdého červeného rámečku. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
.click:focus-visible,
.pop_closer:focus-visible {
  outline: 2px solid rgba(216, 51, 63, 0.6);
  outline-offset: 4px;
  border-radius: 2px;
}

/* Pole na psaní (e-mail na Smečce a v popupu): žádný druhý rámeček — okraj pole zůstane
   a kolem se rozlije měkká červená záře, pole se lehce prosvětlí. */
input:is([type="email"], [type="text"], [type="search"], [type="tel"], [type="url"], :not([type])) {
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

input:is([type="email"], [type="text"], [type="search"], [type="tel"], [type="url"], :not([type])):focus,
input:is([type="email"], [type="text"], [type="search"], [type="tel"], [type="url"], :not([type])):focus-visible {
  outline: none;
  background-color: rgba(216, 51, 63, 0.07);
  box-shadow: 0 0 0 4px rgba(216, 51, 63, 0.16), 0 0 22px rgba(216, 51, 63, 0.22);
}

/* Fotky v galeriích (O mně, Bandjeez, Kontakt – pro média): místo rámečku kolem fotky
   se po spodní hraně dokreslí červená linka — stejně jako u dlaždic. Fancybox po zavření
   vrací zaměření na fotku, proto tu bylo rámování vidět i po kliknutí myší. */
:is(.fotogalerie, .bandjeez_photo_strip, .press_photos) a {
  position: relative;
}

:is(.fotogalerie, .bandjeez_photo_strip, .press_photos) a:focus-visible {
  outline: none;
}

:is(.fotogalerie, .bandjeez_photo_strip, .press_photos) a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--accent-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

:is(.fotogalerie, .bandjeez_photo_strip, .press_photos) a:focus-visible::after {
  transform: scaleX(1);
}

/* Homepage „Teď“: výzva k hlasování v Českém slavíkovi 2026 (šablona ji po 15. 11. 2026 sama skryje).
   Stejná typografie jako zbytek bloku (H2 nadpis sekce, H3 titulek); kroky očíslované v Bungee. */
.now_vote {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr) auto;
  gap: 40px;
  align-items: center;
  width: min(1100px, 90vw);
  margin: 64px auto 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.now_vote .now_text {
  margin-bottom: 0;
}

.now_vote_steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.45;
  counter-reset: kmt-vote;
  list-style: none;
}

.now_vote_steps li {
  position: relative;
  padding-left: 34px;
  counter-increment: kmt-vote;
}

.now_vote_steps li::before {
  position: absolute;
  top: -1px;
  left: 0;
  color: var(--accent-red);
  font-family: "bungee", sans-serif;
  font-size: 20px;
  content: counter(kmt-vote);
}

.now_vote_steps b {
  color: white;
}

.now_vote_btn {
  align-self: center;
  padding: 14px 26px;
  font-size: 15px;
}

@media (max-width: 1100px) {
  .now_vote {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .now_vote_btn {
    justify-self: start;
  }
}

@media (max-width: 850px) {
  .now_vote {
    margin-top: 48px;
  }
}

/* Slavík: při najetí na „Hlasovat“ se po spodní hraně bloku dokreslí červená linka s hrotem
   (stejná jako u dlaždic a koncertů). Blok sdílí spodní čáru s pruhem Smečky pod ním. */
.now_vote {
  position: relative;
}

.now_vote + .now_smecka {
  margin-top: 0;
}

.now_vote::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 11px;
  content: "";
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath d='M1 1.5l4.5 4-4.5 4' fill='none' stroke='%23d8333f' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") right center / 7px 11px no-repeat,
    linear-gradient(#d8333f, #d8333f) left center / calc(100% - 2px) 2px no-repeat;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.now_vote:has(.now_vote_btn:is(:hover, :focus-visible))::after {
  clip-path: inset(0 0 0 0);
}
