 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #EB6F26;
}
a:hover {
  text-decoration: none;
  color: #FF904E;
}



.hero .dark-overlay
 {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 8;
}

.kapitola-header .dark-overlay {
  position: absolute;
  inset: 0; /* zkratka pro top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10; /* musí být nad obsahem sekce */
}

.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}

.scrall-down {
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
  }
}

.logo-ptamse {
  background-image: url(img/logo-tam-se-ja.png);
  width: 121px;
  height: 59px;
  position: fixed;
  z-index: 999;
  top: 32px;
  left: 32px;
}



/** vizuály hlaviček kapitol **/
.vystup .left {
  background-color: #897C62;
  box-shadow: 20px 0px 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.vystup  .right {
  background-color: #36280F;
  z-index: 0;
}
.kapitola-header .right-image .image-inner {
  background-image: url('img/kap1.jpg');
}



.hero {
  display: flex;
  flex-direction: row;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
}

.hero .left,
.hero .right {
  flex: 1;
  position: relative;
}

.hero .left {
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.main .left {
  background-color: #0A0A0A;
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.kap1 .left {
  background: url(img/enai-bg-01.jpg);
  background-size: cover;
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kap2 .left {
  background: url(img/enai-bg-02.jpg);
  background-size: cover;
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kap3 .left {
  background: url(img/enai-bg-03.jpg);
  background-size: cover;
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kap4 .left {
  background: url(img/enai-bg-04.jpg);
  background-size: cover;
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kap5 .left {
  background: url(img/enai-bg-05.jpg);
  background-size: cover;
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kap6 .left {
  background: url(img/enai-bg-06.jpg);
  background-size: cover;
  justify-content: center;
  box-shadow: 20px 0 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero .left .wrap {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.kap1 .wrap,
.kap2 .wrap,
.kap3 .wrap,
.kap4 .wrap,
.kap5 .wrap,
.kap6 .wrap {
  justify-content: space-between;
  padding-top: 20%;
}

.main h1 {
  color: #FFF;
  margin-bottom: 24px;
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.main .wrap {
  display: flex;
  justify-content: center;
}

.kap1 h1,
.kap2 h1,
.kap3 h1,
.kap4 h1,
.kap5 h1,
.kap6 h1 {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Mono";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 27px;
  text-transform: uppercase;
  padding: 24px 0px 24px 0px;
}

.index-title {
  display: flex;
  flex-direction: column;
  align-items: center;
} 

.dite-logo {
  width: 200px;
  height: 220px;
}

.hero .left .wrap .logo-image {
  width: 152px;
  height: 174px;
  background: url(img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -51px;
}

.hero .left .scrall-down {
  color: #A8A8A8;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
}


.hero .right {
  padding: 80px 80px 80px 0px;
  z-index: 0;
}

.main .right {
  background-color: #141B1A;
}

.kap1 .right {
  background-color: #141B1A;
}
.kap2 .right {
  background-color: #282121;
}
.kap3 .right {
  background-color: #221112;
}
.kap4 .right {
  background-color: #14161A;
}
.kap5 .right {
  background-color: #03161C;
}
.kap6 .right {
  background-color: #000000;
}

.hero .right .right-image {
  border: 16px solid #FFFDF0;
  border-left: none;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Klíčové pro "maskování" pohybu */
  position: relative;
}

.hero .right .right-image .image-inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






.disclaimer {
  margin-top: 100vh;
  background-color: #181818;
  width: 100%;
  padding: 80px;
  min-height: 100vh;
  z-index: 2;
}

.disclaimer .wrap {
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 160px);
}

.disclaimer .wrap .title,
.obsah .wrap .title {
  height: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  display: flex;
  align-items: center; 
}

.disclaimer .wrap .title span,
.obsah .wrap .title span,
.disclaimer .wrap .next-link span {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.disclaimer .wrap .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin: 48px 0px 48px 0px;
}

.disclaimer .wrap .content .text {
  max-width: 660px;
}

.disclaimer .wrap .text p {
  margin-bottom: 32px;
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;  
}

.disclaimer .wrap .image img {
  border: 16px solid #929292;
  box-sizing: border-box;
}

.disclaimer .wrap .next-link {
  width: 100%;
  text-align: center;
  height: 64px;  
}




.kapitola-header {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;

}

.kapitola-header .left,
.kapitola-header .right {
  flex: 1;
  position: relative;
}

.kapitola-header .left {
  justify-content: center;
}

.kapitola-header .left .wrap {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.left .wrap span {
  color: #A8A8A8;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.head-title {
  margin-bottom: 20%;
  text-align: center;
}

.wrap .prehravac {
  display: flex;
  padding: 4px 24px 4px 4px;
  flex-direction: row;
  border-radius: 9px;
  border: 1px solid #4C4C4C;
  background-color: #0A0A0A;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
}
.wrap .prehravac:hover {
  border: none;
  background-color: #EB6F26;
}
.wrap .prehravac:hover .content p {
  color: #fff;
}
.wrap .prehravac:hover .content strong {
  color: #fff;
}

.wrap .prehravac .img-interpret {
  width: 65px;
  height: 65px;
  margin-right: 16px;
  border-radius: 9px;
}

.wrap .prehravac .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.wrap .prehravac .content p {
  padding: 2px 0px 2px 0px;
  color: #777;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrap .prehravac .content p a {
  text-decoration: none;
}

.wrap .prehravac .content strong {
  padding: 2px 0px 2px 0px;
  color: #777;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.kapitola-header .left .scrall-down {
  color: #CAC7B8;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
}

.kapitola-header .right {
  padding: 80px 80px 80px 0px;
}

.kapitola-header .right .right-image {
  border: 16px solid #FFFDF0;
  border-left: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.kapitola-header .right .right-image .image-inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





.rozhovor {
  width: 100%;
  padding: 80px;
  z-index: 4;
  position: relative;
  background-color: #0E0E0E;
}

.rozhovor .wrap {
  max-width: 570px;
  margin: 0px auto;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.rozhovor .wrap .veta {
  max-width: 570px;
  display: flex;
  gap: 16px;
  padding: 10px 0px 10px 0px;
}

.rozhovor .wrap .veta .kdo {
  color: #9F9F9F;
  width: 56px;
  text-align: right;
  flex-shrink: 0;
}

.rozhovor .wrap .veta .co {
  color: #EFEFEF;
}

.rozhovor .wrap .citacevtext {
  color: #EFEFEF;
  text-align: left;
  padding: 74px 0px 74px 0px;;
}





.obsah {
  background-color: #181818;
  width: 100%;
  padding: 80px;
}

.obsah .wrap {
  max-width: 1400px;
  margin: 0px auto;
}

.odkaz-kapitola {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  margin-top: 96px;
}
.odkaz-kapitola .leva {
  width: 440px;
  height: 495px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 100px;
  z-index: 4;
}

.odkaz-kapitola .prava {
  max-width: 440px;
  max-height: 495px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  left: -40px; /* na začátku je zasunutá pod levou část */
  z-index: 1;
  transition: transform 0.4s ease;
}
.odkaz-kapitola:hover .prava {
  transform: translateX(40px);
  z-index: 2; /* předskočí levou část */
}

.odkaz-kapitola .leva span {
  color: #777;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.odkaz-kapitola .leva span a {
  text-decoration: none;
}
.odkaz-kapitola .leva h3 {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Mono";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 14.56px;
  text-transform: uppercase;
}
.odkaz-kapitola .leva h3 a {
  text-decoration: none;
}

.setkani {
  background-image: url(img/enai-bg-01.jpg);
  background-size: cover;
}
.koreny {
  background-image: url(img/enai-bg-02.jpg);
  background-size: cover;
}
.rozpad {
  background-image: url(img/enai-bg-03.jpg);
  background-size: cover;
}
.volba {
  background-image: url(img/enai-bg-04.jpg);
  background-size: cover;
}
.ptamse {
  background-image: url(img/enai-bg-05.jpg);
  background-size: cover;
}
.ticho {
  background-image: url(img/enai-bg-06.jpg);
  background-size: cover;
}

.odkaz-kapitola .prava {
  padding: 32px 32px 32px 0px;
}

.odkaz-kapitola .prava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 8px solid #EAEDE7;
  border-left: none !important;
}







.insta-link {
  background-color: #181818;
  width: 100%;
  padding: 80px;
}

.insta-link .wrap {
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.insta-link .wrap p {
  color: #A7A7A7;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
}

.insta-link .instagram {
  padding: 16px 24px 16px 16px;
  background-color:#2B2B2B;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.4s ease;
  margin-top: 24px;
}
.insta-link .instagram:hover {
  background-color:#464646;
}

