html, body {
  min-height: 100%;
  height: auto;
}

body{
background:#fff;
font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
 color:#0e2a33;
 margin:0;
 padding:0;
 }


.psane-pismo{
font-family: "Hurricane", cursive;
font-weight: 400;
font-style: normal;
font-size:30px;
}

#back-to-top{
  height:50px;
  width:50px;
  position:fixed;
  bottom:0;
  right:0;
  z-index:99;
  border-radius:50%;
  margin:17px;
  background:transparent;
}

html{
  scroll-behavior:smooth;
}

 .hneda{
 color:#875225;
 }


 
.clr{ clear:both;overflow:hidden;font-size:0;line-height:0; }
ul{list-style:none;margin:0;padding:0}

a,img{outline:none;margin:0;padding:0;border:none;}

a:link, a:visited {
 color:#999; text-decoration:none;}
 
 a:hover, a:active, a:focus { 
color:#f49946; outline: n;
}

a:active {
 outline: none;
}
a:focus {
 -moz-outline-style: none;
}
form { padding:0;margin:0; }h3,h4,h5,h6 { margin:0 0 20px;  color:#666;line-height:normal; }


.breed{position:absolute;
  width: 100%; 
  text-align:center;
bottom:-40px;  
  font-size: 0.7rem; }

.topl{position:absolute;
bottom:40%;
left:40%;}

@media (max-width: 768px) {
  .breed {
    left: 50%;
    transform: translateX(-50%);
    width: 85%;             
    font-size: 0.3rem;       
    text-align: center;      
    bottom: 0%;  
  }
  
  }

h1{
color:transparent;
font-size:0px;
position:relative;
bottom:0px;
}

.zoom-in {
  opacity: 0;
  transform: scale(0.6);
  animation: zoomIn 0.8s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

h2{ 
font-size:33px;
text-transform: none;
color:#f49946;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

h2 a:link, h2 a:visited, h1 a:link, h1 a:visited{
color:#f49946;
}

h2 a:hover, h1 a:hover{
color:#0e2a33;
}

h3 { font-size:25px; color:#25aabc;text-transform: uppercase;  margin:0;}h4 { font-size:14px;}h5 { font-size:12px;}h6 { font-size:11px;}iframe {border:none;}dl dd {
	padding:0 0 0 10px;
	margin:0;
}

table.dogs{width:90%;margin:0 auto;}

table.dogs, table.dogs tr, table.dogs td{
border:1px solid #e3d5bb;
text-align:left;
  padding:5px;
}


.cont img{animation: fadeIn 5s;}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/**
.cont a img {
  animation: fadeIn 2s ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: block;
  width: auto;
  height: auto;
}


.cont a img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.cont a {
  text-align: left;
}

.cont a img {
  display: block !important;
  margin: 0 auto;
  width: auto !important;
  max-width: max-content !important;
}



.col.mb-3 img.img-fluid {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
}

*/

@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}



@media (max-width: 768px) {

  .col.mb-3 {
    width: 50%;
    float: left;
    padding: 0 !important; 
    margin: 0 !important;  
  }


  .col.mb-3 img.img-fluid {
    height: 150px;
  }
}


.table>:not(caption)>*>* {padding:2px;}


fieldset { border:none;margin:0;padding:0;}input, textarea, button {
    height: 30px;
    line-height: 1.5;
    padding: 0 5px;
    border: 1px solid #341f00;
    outline: 0;
}
p { margin:0 0 10px; }.module p {
	margin:0;
	color: #FFA200;
	padding: 0 10px 10px;
}

#wrapper {position:relative;width:100%; left:0px;top:-55%;	}

@media (max-width: 1450px) {
  #wrapper {
    top: -40%; 
  }
}
#wrap8{width:80%;text-align:center;margin:0 auto;}

.page { min-height: 100%; }.main { width:950px;margin:0 auto; }


#header {
  position: relative;
  width: 100%;
  height: auto;            
  margin: 0;               
  padding: 0;
  overflow: hidden;        

}

/* Video wrapper */
.hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video samotné */
.hero-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* vyplní sekci bez deformace */
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Obsah nad videem */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  font-size: 2vw;
  line-height: 1.2;
}

/* Nadpis */
.hero-content h2 {
  font-size: 4vw;
  line-height: 1;
  margin: 0 0 20px 0;
  color: #fff;
}

/* Mobilní úpravy */
@media (max-width: 768px) {
  .hero-video {
    height: 50vh;  /* menší výška na mobilu */
  }

  .hero-content h2 {
    font-size: 6.5vw;
  }

  .hero-content {
    width: 90%;          /* zabere většinu šířky */
    max-width: 500px;    /* aby nebyl extrémně široký */
    padding: 0 15px;
    font-size: 4vw;
  }
}

	

.cont {position:relative; margin:0 auto; width:75%; max-width:1200px; text-align:center;letter-spacing: 0.5px;}
.cont p{font-size:1.2rem}
.outer {
  width: 100%;
  margin:0 auto;
}

.inner {
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;            
  justify-content: center;  
  box-sizing: border-box;
}


.home {
  display: inline-block;
  padding: 1rem 1rem;
  width:150px;
  border-radius: 17px;
  color: #1552611;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight:bold;
}

.home:after {
  content: "";
  position: absolute;
  inset: 0;
background-color: #fff;
 color:#1552611;
  border-radius: 17px;
  z-index: -2;
}

.home:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
   background-color: #1552611; 
  transition: width 0.3s;
  border-radius: 17px;
  z-index: -1;
  color: #1552611;
}


.home:hover:before {
  width: 100%;
  color: #1552611;
}


/* pokud je uvnitř <a> */
 a.home:visited, a.home:link {
  color: #1552611;
  text-decoration: none;
}

a.home:hover{
  color: #fff;	
}





@media (max-width: 768px) {
  .outer {
    padding: 0px;       
	
  }

  .inner {
    padding: 20px;  
	flex-direction: column;

  }
   
}


       .appear {
  transition: all 0.8s;
  opacity: 0;
  transform: translateY(40px);
}

.appear.inview {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}



p {
    font-size: 1rem; 
    line-height: 1.5; 
}


@media (max-width: 768px) {
    p {
        font-size: 0.9rem; 
        line-height: 1.4; 
    }
}


@media (max-width: 480px) {
    p {
        font-size: 0.8rem; 
        line-height: 1.3;
    }
}



.maincol_full { }


/* menu */



.gb1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 149px;
  background-color: #155261 !important;
  text-align: center;
  z-index: 1001;
margin:0px;
}

/* Inner container */
.menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 149px; /* aby container vyplnil celý pruh */
}

/* logo */
.menu-inner .logo img {
  max-width: 271px;
  max-height: 113px;
  width: auto;
  height: auto;
}

/* social icons */
.social-icons {
  display: flex;
  gap: 10px;
}

.social img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* MENU */
.gb .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 35px;
}

.gb .nav-item { display: inline-block; }

.gb .nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 19px;
  transition: color 0.3s ease;
}

.gb .nav-link:hover,
.gb .nav-item.active .nav-link,
.gb .nav-item.current .nav-link {
  color: #f49946;
}

/* Hamburger */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 992px) {

  .gb1 { height: 75px; } /* menší pruh na mobilu */
  .menu-inner { height: 75px; }

  .menu-toggle { display: block; }

  .gb .navbar-nav {
    display: none !important;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 0;
    background-color: #155261;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    overflow-y: auto;
    z-index: 1002;
    padding-top: 30px;
  }

  .gb .navbar-nav.show { display: flex !important; }

  .gb .nav-item {
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  .gb .nav-link { font-size: 22px; }

  .social-icons { order: -1; }

  /* zmenšení loga na mobilu */
  .menu-inner .logo img {
    max-width: 180px;
    max-height: 75px;
  }
}

/* Overlay pro mobil */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #155261;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}




.spacer {
    height: 60vh;
    background: #f0f0f0;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    color: #333;
  }
  
 

.scroll-zoom-section {
  position: relative;
  width:100%;
  overflow: hidden;
	padding-top:15px;
}




 
  




.wrap{
  position: fixed;
  top: 50%;
  left: 50%;
}


  

@media (max-width: 768px) {

  .wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


.bottom{
position:relative;
left:0px;
width:100%;
height:220px;
background:#155261;
color:#cbdcf0;
}

.bottom2{
 width: 80%;
 margin:0 auto;
height:220px;
display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}






.pedigree table{
padding:2px;
margin:0 auto;
}

.pedigree td{
border:1px solid #B0F3FC;
padding:2px;
}


.copy{margin-top:15px;
color:#d6d6d7;
font-size:12px;
letter-spacing:1px;
text-decoration:underline;
}

.copy a:link, .copy a:visited{
color:#d6d6d7;
}
.copy a:hover{
color:#fff;
}

.cat-children h3{
font-size:0px;
}

.article-info-term dt, .article-info-term{
font-size:0px;
}

.leading-1, .leading-0, .leading-2{
}

.blogl-align{
text-align:left;
}

dd.create{
font-size:12px;
text-indent:-10px;
color:#875225;
}

dl, dt{
text-indent:0px;
}

img.logo{
position:relative;
top:30px;

}

img.design{
position:relative;
top:50px;
}


hr {
  border: 1px solid #999!important; 
  transition: border-color 1s!important;  
}

hr:hover {
  border-color: #fff!important; 
}

/* items row */.items-row .item h2, .items-row .item h1, .items-row .item h1 a, .items-row .item h2 a { 
	font-size: 0px;
	margin: 0 0 10px 0;
}.item .readmore { text-align:right;margin:0;}.item .readmore a { color: #C32580}.actions {float:left; overflow:hidden;margin:0 0 10px;}.actions li { float:left; }.actions li img { float:left;margin:0 6px 0 0; }.category-desc img { margin:0 10px 4px }.category-desc a, .category-desc a:link, .category-desc a:visited { color:#000;text-decoration:underline;}.image-left { float:left;margin:0 10px 4px 0; }.image-right { float:left;margin:0 0 4px 10px; }.item-title { font-size:12px; }.main .categories-list ul li {padding: 5px;}.category-desc {
    line-height: 1.7em;
    margin: 10px 0;
    padding-left: 0;
}.category-desc p { line-height:normal; }.pagination { overflow:hidden;padding:10px 0; }.pagination .counter { margin:0; }



.pagination ul { overflow:hidden;}.pagination ul li {	float:left;	margin:0 6px 0 0;}.pagination .pagenav {
	display:block;
	background:#fff;
	margin:0 4px 0 0;
	padding:0 4px;
    margin:10px 0;
}.pagenav .pagenav-prev { float:left; }.pagenav .pagenav-next { float:right; }.pagenav-prev, .pagenav-next {margin:10px 0;}/* end maincol *//* tables */table { border-collapse:collapse }
table, table th, table td { border:1px solid transparent; }


table.weblinks th,table.newsfeeds th,table.category th,table.jlist-table th, table th list, th.list-title, .list-title {background:transparent;}


.error {
	background:#fdcdc9;
	margin:0 0 20px 0;
	padding:10px;
	border:none;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}#system-message { margin:0; }#system-message dt.warning{ color:#be4e4c;margin:0 0 10px;font-size:16px;font-weight:700; }#system-message dd.warning li { line-height:20px; background: transparent url(../images/arrow-2.png) no-repeat left top;padding:0 0 0 20px; }.tip-wrap {
	background:#fff;
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}





.com-content-category category-list, .content-category, .category-desc, .content-category list, com-content-category__table, com-content-category__table tr{padding:0px; margin:0px;position:relative;border:1px solid transparent;}


thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}


@media screen and (max-width: 850px) {
#wrapper{position:relative; width:100%; text-align:center; margin:0 auto;padding:0px;top:0px;	}
}

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

body{
margin:0;padding:0; 
text-align:center;
background-size:auto;
 }
	
.gb1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  text-align: center;
  z-index: 1001; 
background-position: center center; /* střed obrázku */
  background-repeat: no-repeat;
  background-size: contain;     
}                                
	
#wrapper{position:relative; width:90%; text-align:center; margin:0 auto;padding:0px;top:0px;	}


.cont2 img{max-width:95%;height:auto;float: none !important;
    margin: 0 auto !important;
    display: block;}
	
	img.icon{display:inline;}
	
	.cont{text-align:center;}

.hr{width:80%;}
.navi{display:none;}

                                    
.bottom{
position:relative;
margin:0 auto;
width:100%;
height:auto;
}

.bottom2{
width:100%;
height:auto;
}


.dogs table{
padding:2px;
margin:0 auto!important;
width:90%;
}

img.design{}
.logo{
}

img.en, img.cz, img.fb{
position:relative;
  top:-10px;
left:0;
width:35px;
display:inline!important;
  }

table.thirds, .table #thirds {margin:0 auto; width: 100%; text-align:center; }
  
  table.thirds td{width:90%;margin:0 auto;text-align:center; display: flex;
flex-flow: row wrap; box-sizing: border-box;}

h2 { font-size:23px; line-height:1.3;margin:0px;margin-bottom:15px;
background:transparent;}

#back-to-top{
display:none;
  height:0px;
  width:0px;
  position:relative;
}


}


@media (max-width: 480px) {
  .scroll-zoom-section {
    height:auto;
  }
  
  img .scroll-zoom-section {display:block;}
}


@media (max-width: 768px) {

  .scroll-zoom-section {
    height: auto;                   
     }
	 
	.bottom, .bottom2{height:auto;} 



 .boxl{
display:none;
    }
	
#wrap8{width:100%;}
 #wrap8 img{width:80%!important;}
}


ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  padding-left: 0;
}


ul li {
  margin-bottom: 0.5em;
}


.list-disc {
  list-style-type: disc;
  margin-left: 1.5em;
}

@media screen and (max-width: 1000px) 	{
	
	.gb{padding-top:0px;}
	
.bottom2{
 width: 100%;
 margin:0 auto;
height:318px;
display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


   







	}
	
	
	.hp {
  width: 100%;
  border-collapse: collapse;
}

.hp td {
  width: 50%;
  text-align: center;
  vertical-align: top;
}

.hp img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* MOBIL */
@media screen and (max-width: 768px) {
  .hp,
  .hp tbody,
  .hp tr,
  .hp td {
    display: block;
    width: 100%;
  }

  .hp td {
    margin-bottom: 20px;
  }
  
  .hp img {
    max-width: 200px; /* ← uprav dle chuti (200–300px) */
    width: 100%;
  }
  
}

.btn-secondary {
  --bg: #352e50;
  --bg-hover: #3e3660;
  --glow: rgba(167, 160, 255, 0.35);

  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;

  padding: 0.9rem 2rem;
  margin: 1.5rem;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.02em;

  color: #e6e3ff;
  background: var(--bg);
  border: none;
  border-radius: 999px;
  text-decoration: none;

  /* stín = hloubka */
  box-shadow:
    0 12px 28px rgba(12, 10, 35, 0.45),
    0 4px 10px rgba(12, 10, 35, 0.3);

  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

/* glow vrstva */
.btn-secondary::after {
  content: "";
  position: absolute;
  inset: -12px;                 /* prostor pro světlo */
  border-radius: inherit;
  background: radial-gradient(
    ellipse at center,
    var(--glow) 0%,
    rgba(167, 160, 255, 0.15) 40%,
    transparent 70%
  );
  z-index: -1;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.btn-secondary .icon-chevron-right {
  font-size: 0.95em;
  opacity: 0.65;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* hover */
.btn-secondary:hover {
  background: var(--bg-hover);
  transform: translateY(-2px);
}

.btn-secondary:hover::after {
  opacity: 1;
}

.btn-secondary:hover .icon-chevron-right {
  transform: translateX(4px);
  opacity: 1;
}

/* focus */
.btn-secondary:focus-visible {
  outline: none;
}

.btn-secondary:focus-visible::after {
  opacity: 1;
}





/* BOX - počáteční stav */
.bottom2 .box {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;     
    align-items: center;
    justify-content: center;
    line-height: 1.6;
font-weight:none;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}


/* Když je viditelný - třída .visible */
.bottom2 .box.visible {
    opacity: 1;
    transform: translateY(0);
}

/* NADPIS H4 */
.bottom2 .box h4 {
    color: #f49946;
    font-size: 1.1vw;
    margin: 0 0 8px 0;   
    font-weight: 200;  
    line-height: 1;
}

/* Mobil */
@media (max-width: 768px) {
    .bottom2 {
        flex-direction: column;
        height: auto;
        font-size: 14px;
    }

    .bottom2 .box {
        width: 100%;
        padding: 15px 0;
    }

    .bottom2 .box h4 {
        font-size: 16px;
    }
}


.bottom2 .box a {
    display: inline;
    line-height: 1;
    font-size: inherit;
    vertical-align: baseline;
margin:0px;
padding:0px;
color:#cbdcf0;
}

.bottom2 .box:visited, .bottom2 .box a:link{color:#cbdcf0;}
.bottom2 .box a:hover{color:#fff;}









/* HLAVNÍ SEKCE */
.section-wrapper {
  width: 100%;
  background-color: #f4eee8;
  padding: 60px 20px;
  box-sizing: border-box;
  text-align:center;
}

/* VNITŘNÍ KONTEJNER */
.section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* HLAVNÍ NADPIS */
.section-inner h3 {
  color: #5d5145;
  font-size: clamp(28px, 3vw, 40px);
  text-align: center;
  margin-bottom: 60px;
  text-transform:none;
}

/* 3 SLOUPCE */
.columns {
  display: flex;
  gap: 40px;
}

/* JEDEN BLOK */
.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* OBRÁZEK */
.column img {
  width: 100%;
  max-width: 452px;
  height: auto;
}

/* NADPIS H4 */
.column h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: #0e2a33;
  font-size: clamp(20px, 2vw, 29px);
  margin-top: 30px;
}

/* SVG před h4 */
.column h4 svg {
  width: 24px;
  height: 24px;
}

/* TEXT POD NADPISEM */
.column p {
  color: #5d5145;
  font-size: clamp(14px, 1.1vw, 17px);
  margin-top: 7px; /* stejné odsazení jako h4 od obrázku */
  max-width: 90%;
}

@media (max-width: 768px) {
  .columns {
    flex-direction: column;
    gap: 50px;
  }

  .section-inner h3 {
    margin-bottom: 40px;
  }
  
  .section-wrapper {
  width: 100%;
  background-color: #f4eee8;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align:center;
}
}


.column h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.column h4 .icon {
  width: 1em;          /* reaguje na velikost fontu */
  height: 1em;
  max-width: 24px;     /* nikdy nebude větší než 24px */
  max-height: 24px;
  object-fit: contain;
}












/* REVIEWS sekce */
.custom-section {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
   background: linear-gradient(-45deg, #cbdcf0, #f4eee8, #cbdcf0);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	padding-top:15px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
}

/* Centrovaný vnitřní obsah */
.custom-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  color: #155261;
  text-align:center;
}

/* Nadpis */
.custom-title {
  text-align: center;
  color: #0e2a33;
  font-size: 2vw; /* cca 30px na běžném desktopu */
  margin-bottom: 50px;
}

.section-title {
  color: #0e2a33;
  font-size: 2vw; /* cca 30px */
  display: flex;
  align-items: center;
  justify-content: center; /* pokud chceš nadpis na střed */
  gap: 12px;
  margin-bottom: 30px;
  text-transform:none;
}

.owner{font-style: italic;margin-top:15px;line-height:2.5;font-weight:500;}

/* Ikona */
.title-cont2 img svg {
  width: 1.8vw;       /* škáluje se s textem */
  min-width: 24px;    /* minimální velikost */
  max-width: 40px;
  height: auto;
  stroke: currentColor; /* dědí barvu z nadpisu */
  transition: transform 0.3s ease;
}

/* jemná mikroanimace */
.section-title:hover .title-icon svg {
  transform: scale(1.1);
}

/* Mobil */
@media (max-width: 768px) {
  .section-title {
    font-size: 6vw;
  }

  .title-icon svg {
    width: 6vw;
  }
}


/* Řádek bloků */
.custom-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 100%;
  gap:10px;
}



/* ------------------------------------------------ */
/* 📱 RESPONZIVITA */
/* ------------------------------------------------ */

@media (max-width: 768px) {

  .custom-title {
    font-size: 6vw;
  }

  .custom-row {
    flex-direction: column;
  }
}


/* Sloupce uvnitř custom-row */
.custom-col {
  box-sizing: border-box;
  padding: 20px;
}

/* Šířky na desktopu (počítáno z .custom-inner = max 1200px) */
.col-left,
.col-right {
  width: 40%;
}

.col-center {
  width: 20%;
}

/* Mobil */
@media (max-width: 768px) {
  .custom-col,
  .col-left,
  .col-center,
  .col-right {
    width: 100%;
  }
}

















/* GG */

* {
  margin: 0;
  padding:0;
  box-sizing: border-box;
}

.gallery {
  position: relative;
}

.gallery-wrapper {
  position: relative;
}

.gallery-track {
  position: sticky;  
  top: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0.25rem;
  padding: 0.25rem;
  will-change: transform;
}


.card {
  height: 400px;
  overflow: hidden;

  & .card-image-wrapper {
    height: 135%;
    will-change: transform;

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
} 

@media (width < 800px) {
  .gallery-track {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (width < 550px) {
  .gallery-track {
    grid-template-columns: repeat(1,1fr);
  }
}

.card.empty {
  visibility: hidden; /* skryje obsah, ale zabere místo */
  display:none;
}









/* btn */



.site-btn {
  display: inline-flex;               
  align-items: center;                
  justify-content: center;            
  padding: 22px 28px;                 
  font-size: 17px;                    
  font-weight: 500;
  line-height: 2!important;                 /* vyšší řádkování */
  color: #5d5145;
  background: transparent;
  border: 1.5px solid #5d5145;
  border-radius: 6px;                 
  cursor: pointer;
  text-align: center;
  white-space: nowrap;                 
  transition: all 0.3s ease;
  font-weight:normal;
}

.site-btn a{
	  color: #5d5145;
  background: transparent;

}

/* Volitelný hover efekt */
.site-btn:hover {
  background: #5d5145;
 }
 
 .site-btn a:hover{ color: #fff;}


/*  
.site-btn {
  display: inline-flex;          
  align-items: center;           
  justify-content: center;       
  border: none;
  font-size: clamp(16px, 2vw, 22px); 
  font-weight: 600;
  min-width: 150px;
  text-transform: uppercase;
  background: transparent;
  color: #5d5145;
  line-height: normal;
  cursor: pointer;
  position: relative;
  overflow: visible;
  padding: 23px 20px;           
  margin-top:20px;
  margin-bottom:0px;
}


.site-btn span {
  display: block;
  position: relative;
  z-index: 2;
}


.site-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 14px;
  border-top: 2px solid #5d5145;
  border-left: 2px solid #5d5145;
  transition: all 0.3s ease;
}


.site-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 14px;
  border-bottom: 2px solid #5d5145;
  border-right: 2px solid #5d5145;
  transition: all 0.3s ease;
}


.site-btn:hover::before,
.site-btn:hover::after {
  transform: scale(1.5);
  border-color: #0e2a33;
}

*/



/* Obal */
.col.mb-3 {
  overflow: hidden;
  border-radius: 12px; /* jemně moderní vzhled */
}

/* Obrázek */
.col.mb-3 img {
  width: 100%;
  height: 260px;          /* výška všech náhledů */
  object-fit: cover;      /* ořízne bez deformace */
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  display: block;
}

/* Hover efekt */
.col.mb-3:hover img {
  transform: scale(1.08);
}

/* Jemné zvednutí celé karty */
.col.mb-3 {
  transition: transform 0.4s ease;
}

.col.mb-3:hover {
  transform: translateY(-6px);
}


/* Mobil – obrázky pod sebou */
@media (max-width: 768px) {

  .col.mb-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.mb-3 img {
    height: auto;   /* můžeš upravit podle potřeby */
  }

}