@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700&display=swap');

/* Barva pozadí */
body {
    background-color: #ebdcd3;
}

/* Site logo – tvrdé nastavení výšky */
a.site-logo img {
/*    height: 27px !important;
    max-height: none !important; */
    padding: 0px 0px 5px 0;
    width: auto;
    display: block;
}


/* Podtržení */
.container-header .mod-menu>li:after {
        opacity: .3;
        background: 0 0;
        bottom: 9px;
  }

/* Podtržení v menu */
.container-header .metismenu>li>a:hover:after, .container-header .metismenu>li>button:hover:before, .container-header .metismenu>li.active>a:after, .container-header .metismenu>li.active>button:before {
    background: #e9dbdb;
    opacity: 0.7;
}

/* =========================================
   HERO – základ (bez background-image)
   ========================================= */

.hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

/* skutečný obrázek – určuje výšku */
.hero-image {
    display: block;
    width: 100%;
    height: auto;   /* KLÍČOVÉ – žádná pevná výška */
}

/* =========================================
   ODSTRANĚNÍ CARD WRAPPERU (Cassiopeia)
   ========================================= */

.container-top-a {
    grid-column: 1 / -1;
    padding: 0;
}

.container-top-a .top-a,
.container-top-a .card,
.container-top-a .card-body {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* =========================================
   OVERLAY + TEXT
   ========================================= */

.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.15)
    );
}

.hero-content {
    color: #fff;
    padding: 0 3rem 5rem 5rem;
    max-width: 900px;
}

/* =========================================
   TYPOGRAFIE (Overpass jen pro nadpisy)
   ========================================= */

h1 {
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    letter-spacing: -0.05em;
    margin: 0;
}

/* h3 {
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    letter-spacing: -0.05em;
    font-size: 5rem;
    margin: 0;
} */

h3 {
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    letter-spacing: -0.05em;
    font-size: clamp(2.2rem, 6vw, 5rem);
    margin: 0;
}

/* Horní pruh (header + navigace) – černá */
.header,
.header .navbar,
.container-header,
.container-header .navbar {
    background-color: #100707 !important;
    background-image: none;
}

.header {
  padding-left: clamp(0rem, 2vw, 2rem);
}

.container-component {
  padding-left: clamp(1rem, 3vw, 3rem);
}

/* site logo mobile */

/* Mobil: zobrazit logo v topbar */
.site-logo-mobile {
    display: none;
}

@media (max-width: 992px) {
    .site-logo-mobile {
        display: block !important;
    }
}

/* Velikost loga - nefunguje, opravit + odsazení */
.site-logo img {
    max-height: 27px;
    width: auto;
}

/* VSTUPENKY */

/* Zarovnání obsahu container-nav doprava */
.container-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Styl tlačítka */
.tickets-button {
    display: inline-block;
    background-color: #c40000;
    color: #ffffff;
    padding: 10px 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    white-space: nowrap;
}

/* Hover */
.tickets-button:hover {
    background-color: #9f0000;
    color: #ffffff;
}

/* Sjednocení výšky a zarovnání hlavičky */
.header .container-below-top,
.header .container-nav {
    display: flex;
    align-items: center;
}

/* Zrušení defaultních marginů, které rozbíjí výšku */
.header .site-logo,
.header .tickets-button {
    display: inline-flex;
    align-items: center;
}

/* Odstranění odsazení <p> v modulech */
.header .mod-custom p {
    margin: 0;
}

/* Header jako flex řádek */
.header .container-nav {
    display: flex;
    align-items: center;
}

/* Bootstrap navbar – zrušit centrování */
.header .container-nav .navbar {
    justify-content: flex-start;
    margin-left: 1.5rem;   /* mezera mezi logem a menu */
}

/* Samotné menu vlevo */
.header .container-nav .navbar-collapse {
    justify-content: flex-start;
}

/* Tlačítko úplně doprava */
.header .container-nav .mod-custom:last-child {
    margin-left: auto;
}

/* Zrušení odsazení <p> */
.header .mod-custom p {
    margin: 0;
}

/* HLAVIČKA – zarovnání ke spodní hraně */
.header .container-nav {
    display: flex;
    align-items: flex-end;
}

/* Logo – chovat se jako inline-block bez posunu */
.header .site-logo img {
    display: block;
}

/* Navbar bez spodních offsetů */
.header .navbar {
    margin-bottom: 0;
}

//* HOME Sekce About */
.about-block {
  padding: 4rem 1rem;
}

/* Název sekce */
.about-title {
  margin-bottom: 3rem;
}

/* Tři položky vedle sebe */
.about-items {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Jedna položka */
.about-item {
  display: flex;
  align-items: center;   /* ← KLÍČOVÉ */
  gap: 1.25rem;
  background-color: #e9ccb8;
}

/* Čtvercový obal obrázku */
.about-item-image {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    overflow: hidden;
}

/* Obrázek uvnitř čtverce */
.about-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Text */
.about-item-text h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.about-item-text p {
  margin: 0;
  line-height: 1.4;
}

/* Responzivita */
@media (max-width: 992px) {
  .about-items {
    grid-template-columns: 1fr;
  }
}
//* HOME Sekce Introduction */
.introduction-block {
  padding: 4rem 1rem;
}

/* Dvě položky vedle sebe */
.introduction-items {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

/* Jedna položka */
.introduction-item {
  display: flex;
  /* align-items: center;   ← KLÍČOVÉ */
  gap: 1.25rem;
  /*background-color: #e9ccb8;*/
}

/* Text */
.introduction-item-text h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.introduction p {
  margin: 0;
  line-height: 1.4;
}

/* Responzivita */
@media (max-width: 992px) {
  .introduction-items {
    grid-template-columns: 1fr;
  }
}
.hero-content {
    padding: 0 3rem 2rem 4rem;
}
