/* MOBILNÍ STYLY – do 599px */
@media (max-width: 599px) {
  html, body { overflow-x: hidden; }
  body { font-size: var(--step-0, 1rem); line-height: 1.65;padding-bottom: env(safe-area-inset-bottom); }
  h1 { font-size: var(--step-3, 1.85rem); }
  h2 { font-size: var(--step-2, 1.5rem); }
  h3 { font-size: var(--step-1, 1.25rem); }
  
:root { --step-0: clamp(1rem, 0.9rem + 0.5vw, 1.125rem); }
    .hero { min-height: 100dvh; }
  .container,
  .wrap,
  .wrapper,
  .section-inner,
  .content,
  .main-content { padding-left:16px; padding-right:16px; max-width:100%; }

    p{
        text-align: center;
    }

  
  .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  table { min-width: 560px; }
      .grid, .cards, .gallery { display:grid; grid-template-columns: 1fr; gap:16px; }

    
    /* Auto-generated responsive file: contains a copy of main.css scoped to MOBILE (max-width: 599px) */

/* === BEGIN: copy of main.css === */
/* === ZÁKLADNÍ STYL === */
    #mainNavbar {
      width: 100%;
    }
body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #111;
}

h1, h2, h3, h4, h5 {
    color: #000;
    
font-family: 'Montserrat', 'Lato', Arial, sans-serif;
}
a{
    text-decoration:none !important;
}
/* === NAVIGACE === */
.navbar {
    transition: background-color 0.4s ease, padding 0.3s ease;
    padding: 20px 0;
}

.transparent-nav {
      background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease, padding 0.3s ease;
    padding: 20px 0;
}
#nadpis:hover{
    color: black !important;
}

.navbar-scrolled {
    background-color: #000 !important;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.rating {
  margin-bottom: 0.7rem;
}
.rating-grape {
  width: 22px;
  height: 22px;
  margin-right: 2px;
  vertical-align: middle;
  transition: transform 0.12s;
}
.review-card:hover .rating-grape {
  transform: scale(1.13) rotate(-4deg);
}

.navbar .navbar-brand.d-lg-none {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  z-index: 1050;
}

.navbar-nav .nav-link {
    color: #fff;
    margin: 0 8px;
    text-transform: uppercase;
    
}

.navbar-nav .nav-link:hover {
    
}

/* === E-shop tlačítko === */
.btn-outline-light {
    border-color: #fff;
    color: #fff;
    font-weight: 500;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}


/* === SLIDESHOW === */
.scroll-gallery-section {
  overflow: hidden;
  background-color: #f8f8f8;
}

.scroll-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 160px;
}

.scroll-track {
  display: flex;
  display: flex;
  width: fit-content;
  animation: scroll-left 30s linear infinite;
}


/* Jemný hrozen v pravém dolním rohu sekce 5 */
.bg-grapes-fafafa {
  background-image: url('data:image/svg+xml;utf8,<svg width="120" height="120" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="28" cy="48" rx="11" ry="8" fill="%23fafafa"/><ellipse cx="16" cy="38" rx="8" ry="6" fill="%23fafafa"/><ellipse cx="40" cy="38" rx="8" ry="6" fill="%23fafafa"/><ellipse cx="22" cy="28" rx="5" ry="4" fill="%23fafafa"/><ellipse cx="34" cy="28" rx="5" ry="4" fill="%23fafafa"/></svg>');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 160px auto;
}

.scroll-content {
  display: flex;
}
.card-img-top{
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.card-title{
    font-weight: normal;
    text-align: center;
}

#sp1{
    color: white;
    text-transform: uppercase;
    width: 100%;
    font-size:80px;
    text-align: center;
}
.card-body a{
    color: black !important;
}
.card-date {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #fafafa;
  color: #6a5122;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.25em 0.8em;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  z-index: 2;
  letter-spacing: 0.02em;
}

.scroll-img {
  width: 220px;
  height: 140px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


#scrollTopBtn .grape {
  transition: opacity 0.3s;
  opacity: 1;
}
#scrollTopBtn .grape-arrow {
  transition: opacity 0.3s;
  opacity: 0;
}
#scrollTopBtn:hover .grape {
  opacity: 1;
}
#scrollTopBtn:hover .grape-arrow {
  opacity: 0;
}
#scrollTopBtn {
  transition: transform 0.22s;
    right: 0px!important;

}
#scrollTopBtn:hover {
 

}
#btn-gal{
    position: absolute;
    z-index: 50;
    color: white;
    border: 1px solid white;
}
#e-b{
    border: 1px solid white;
}
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);

  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
    border:1px solid white;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.container{
    height: auto;
}

.slideshow-prev {
  left: 10px;
}

.slideshow-next {
  right: 10px;
}

#sec-1{
        height: 1050px!important;
    }
    #p-1{
        margin-bottom: 2rem;
    }
.slideshow-prev svg,
.slideshow-next svg {
  width: 20px;
  height: 20px;
  fill: white;
  transition: transform 0.2s;
}

.slideshow-prev:hover svg {
  transform: translateX(-2px);
}

.slideshow-next:hover svg {
  transform: translateX(2px);
}
.hero-slideshow-container {
  position: relative;
  max-height:1000px;
  overflow: hidden;
}
#heroSlideshow{
    height:680px;
}
.hero-slide {
  display: none;
  position: relative;
  width: 100%;
height: 100%;
}

.hero-slide.active {
  display: block;
    height: 680px;
}

.hero-slide img {
  width: 100%;
  height: 1000px;
  max-height: 1000px;
  object-fit: cover;
  display: block;
}

.hero-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Text přes obrázek */
.slide-caption {
  position: absolute;
  
  left: 40px;
  z-index: 2;
  color: white;

  padding: 20px 30px;
  border-radius: 8px;
  max-width: 80%;
  animation: fadeIn 1s ease-in;
}
#h2-theme{
 color:white;
    padding-top: 3.0rem;
    font-size: 3.0rem;
}

.slide-caption-1 h2 {
    color: white;
    font-size: 32px;
    font-weight: lighter;
    text-transform: uppercase;
}.slide-caption-1 h3 {
    color: white;
    font-size: 18px;
    font-weight: lighter;
   
}
    
    .slide-caption-1 {
  position: absolute;
 margin-top: -950px!important;
  height: 500px;
  z-index: 2;
  color:white;
    text-align: center;
  padding: 20px 30px;
  border-radius: 8px;
    margin-left: 10%;
  width: 80%;
     
  animation: fadeIn 1s ease-in;
   
}
.grape-underline {
  position: relative;
  display: inline-block;       /* šířka se přizpůsobí textu */
  padding-bottom: 1.2rem;      /* prostor pro podtržení */
}

.grape-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;     /* délka podtržení – uprav dle potřeby */
  height: 24px;     /* dostatečně pro wave + grape + wave */
  background:
    url("images/wave.svg") no-repeat left center,
    url("images/grape-icon.svg") no-repeat center center,
    url("images/wave.svg") no-repeat right center;
  background-size:
    20px 6px,     /* wave */
    24px 24px,    /* grape */
    20px 6px;     /* wave */
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: 8px;
}

/* Všechny položky */
.experience-grid .item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.experience-grid .item img {
 
  object-fit: cover;
  display: block;
}

/* Rozměry jednotlivých položek */
.experience-grid .item-1 { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.experience-grid .item-2 { grid-column: 3 / span 2; grid-row: 1 / span 1; }
.experience-grid .item-3 { grid-column: 5 / span 2; grid-row: 1 / span 1; }
.experience-grid .item-4 { grid-column: 3 / span 1; grid-row: 2 / span 1; }
.experience-grid .item-5 { grid-column: 4 / span 1; grid-row: 2 / span 1; }
.experience-grid .item-6 { grid-column: 5 / span 1; grid-row: 2 / span 1; }

/* Tlačítko CTA ve “velké” buňce */
.experience-grid .cta {
  grid-column: 1 / span 3;
  grid-row: 3 / span 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.experience-grid .cta .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}

/* Dolní řada fotek */
.experience-grid .item-7 { grid-column: 4 / span 1; grid-row: 3; }
.experience-grid .item-8 { grid-column: 5 / span 1; grid-row: 3; }
.experience-grid .item-9 { grid-column: 6 / span 1; grid-row: 3; }

/* Responzivita */


#btn-slide{
    background-color: rgba(255,255,255,0);
    border: 1px solid white;
    padding: 5px 15px;
    
}#btn-slide:hover{
    background-color: #ae8228;
    border: 1px solid #ae8228;
    padding: 5px 15px;
    
}#btn-slide1{
       background-color: #ae8228;
    border: 1px solid #ae8228;
    padding: 5px 15px;

    
}#btn-slide1:hover{
     background-color: rgba(255,255,255,0);
    border: 1px solid white;
    padding: 5px 15px;
}
.slide-caption-1 img{
    height:100px;
    width: 100px;
    opacity: 0.5;

}
.slide-caption h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}
#cm6-img {
    height: 300px!important;
    margin-top: 4rem!important;
    margin-left: 0rem!important;
}

#img-nabidka{
    margin-left:0;
    height:auto;
    width: 380px;
    object-fit:fill;
}
#img-lide{
height: 500px;
}

#img-lide h2{
margin-left: 10%;
    width: 80%;
    margin-top:15rem;
}
#img-lide a{
margin-left: 10%;
   
}
.site-footer {
  background: #111;
  color: #eee;
  font-size: 0.9rem;
}
.site-footer a {
  color: #ccc;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
}
.footer-heading {
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.footer-desc {
  font-size: 0.85rem;
  line-height: 1.4;
}
.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-bottom {
  border-top: 1px solid #333;
}
.footer-bottom p {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 0.5rem;
}
.social-icons li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  color: #ccc;
  transition: all 0.2s;
}
.social-icons li a:hover {
  background: #333;
  color: #fff;
  border-color: #444;
}

#lide-bck{
height: 500px;
}
#img-nabidka-1{
    margin-left:0px
    ;
    max-height:700px;
    width: 450px;
}
.slide-caption p {
  margin: 0;
  font-size: 18px;
}
.slide-caption-1 p {
   
  margin: 0;
    text-align: center;
  font-size: 28px;
     font-weight: lighter;
}
.col-md-6 h4{
    color:#ae8228;
      text-transform: uppercase;
    text-align: center;
}
.custom-arrow {
  background: none;
  border: none;
  
  cursor: pointer;
}
.btn-li:hover{
     background-color: #ae8228;
    border: 1px solid #ae8228;
    color:white;
}.btn-li{
     background-color: white;
    border: 1px solid white;
    color:black;
}

    #py-5-mob{
        padding-bottom: 0rem!important;
    }
    #col-md-6-img{
        margin-left: 6rem!important;
    }
     #col-md-6-img1{
        margin-left: 4.5rem!important;
    }
    
#btn-gold{
    background-color: #ae8228;
    border: 1px solid #ae8228;
    color:white;
}#btn-gold:hover{
    background-color: black;
    border: 1px solid black;
    
}
#btn-gold-1{
    background-color: #ae8228;
    border: 1px solid #ae8228;
    color:white;
    margin-top: 23rem;
    margin-left: 6rem;
}#btn-gold-1:hover{
    background-color: black;
    border: 1px solid black;
    
}
.fa.fa-phone{
    color: black;
}
.arrow-icon {
  width: 2rem;
  height: 2rem;
  color:black; /* výchozí barva */
  transition: color 0.3s ease;
}

.custom-arrow:hover .arrow-icon {
  color: #d4af37; /* zlatá při hoveru */
}
#bottom{

    text-transform: uppercase;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

  .grayscale-img {
    filter: grayscale(100%);
    transition: filter 0.4s ease;
  }
  .grayscale-img:hover {
    filter: grayscale(0%);
  }
   .timeline-horizontal-wrapper {
    position: relative;
    overflow-x: auto;
    padding: 30px 0;
  }

  .timeline-horizontal-line {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
    z-index: 1;
  }

  .timeline-horizontal {
    display: flex;
    gap: 60px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
  }

  .timeline-step {
    flex: 0 0 auto;
    min-width: 150px;
  }

  .timeline-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    margin: 0 auto 10px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 10px;
  }
.scroll-down-btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 5;
  animation: pulse 2s ease-in-out infinite;
}

.scroll-down-btn svg {
  display: block;
  width: 2rem;
  height: 2rem;
  stroke: #fff;
}

/* keyframes pro plynulé pulsování nahoru a dolů */
@keyframes pulse {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, 10px); }
}
  .timeline-circle img {
    filter: invert(1);
  }

  .timeline-step p {
    font-size: 0.9rem;
    margin: 0;
  }
  .custom-lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
      
  }
.custom-lightbox:hover {
    
    cursor: pointer;
}
  .custom-lightbox.active {
    display: flex;
  }

  .custom-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
  }

  .lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: white;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
  }

  .lightbox-prev {
    left: 30px;
  }

  .lightbox-next {
    right: 30px;
  }

  .nav-link.active {
    border-bottom: 1px solid #fff;
    font-weight: 600;
  }

  .transparent-nav {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease, padding 0.3s ease;
    padding: 20px 0;
  }

  .navbar-scrolled {
    background-color: #000 !important;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }


.col-md-4{
    height: auto;
    float: left;
    margin-bottom: 2rem;
}
.home-content > section:nth-of-type(even) {
  background: #fff ;
}
.home-content > section:nth-of-type(odd) {
  background: #fafafa ;
}
#logo-stred{
    
  }
/* === Contact CTA sekce === */
.contact-cta {
  background: #fff;
}
.contact-cta__text h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.contact-cta__text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 120%;
  height: 4px;
  background:  #A8862A; /* světle žlutá podtržítko */
}
.contact-cta__text p {
  margin: 0;
  color: #555;
  font-size: 1rem;
  max-width: 400px;
}
.lead{
    font-size: 14px;
    
}
    #md6-h3{
        text-align: center;
    }
    
    #md6-deg{
        margin-left: 0!important;
        height: 10rem;
    }
    
.col-12{
    margin-left:100px;
}
    #btn-degustace{
       margin-left: 4.5rem; 
        margin-bottom: 2rem;
    }
    .mb-5{
        margin-top: 0;
        margin-bottom: 0!important;
    }
    #mb-5-mob{
            margin-top: 0rem;
    margin-bottom: 0rem !important;
    }
    
    #center-top{
        margin-top: 0!important;
    }
    
.mb-2{
    font-weight: normal;
    color: #A8862A; !important
}
    #btn-nabidka{
        margin-bottom: 2rem;
        margin-left: 5.5rem;
    }
    #mb-4-h2{
        width: 100%;
        text-align: center;
    }
    
    #py-5-mob-1{
        height: 660px!important;
    }
      .py-5{
        height: 800px!important;
    }
    
    #col-md-4-h1{
        font-size: 70px!important;
    }
.form-check-label{
    text-align: left;
}
#filter-box {
  overflow: hidden;
  max-height: 300px;
  transition: max-height 0.4s cubic-bezier(.4,0,.2,1);
}
#filter-box.active {
  max-height: 700px; /* Nastav podle výšky obsahu filtru */
}
/* Tlačítko */
.btn-contact {
  display: inline-flex;
  align-items: center;
  background: #212529; /* žluté pozadí */
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius:20px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.btn-contact .btn-arrow {
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.2s;
}
.text-dark{
    
}
#rg4{
    background-image: url(hrozno1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% 80% ;
}
.btn-contact:hover {
  background:  #A8862A;
    color: white;
  transform: translateY(-2px);
}
.btn-contact:hover .btn-arrow {
  transform: translateX(4px);
    color: white;
}
#scrollTopBtn svg {
  transition: transform 0.2s;
  transform-origin: center bottom;
}
#scrollTopBtn svg .grape-arrow {
  display: none;
}
.pb-5{
    height: auto;
}
#scrollTopBtn:hover svg {
  animation: grapePulse 1s ease-in-out infinite;
}

/* 3) Definice keyframes pro pulzování nahoru a dolů */
@keyframes grapePulse {
  0%, 100%   { transform: translateY(0); }
  50%        { transform: translateY(-6px); }
}
/* Responzivita */



/* Karta s recenzí */
.review-card {
  background: rgba(255,255,255,0.92);

  padding: 7.1rem 1.4rem 1.4rem 1.4rem;
  margin: 0 auto;
  min-height: 320px;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
  transition: box-shadow 0.18s;
}#rc {
  background: rgba(255,255,255,0.92);

  padding: 1.4rem 1.4rem 1.4rem 1.4rem;
  margin: 0 auto;
  min-height: 320px;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
  transition: box-shadow 0.18s;
}
.review-card p {
  font-size: 1.0rem;
  font-style: italic;
  color: #432e19;
 
}
.review-card strong {
  color: #A8862A;
  font-size: 1.03rem;
  letter-spacing: 0.01em;
}
.review-card:hover {
  box-shadow: 0 8px 32px rgba(160,130,60,0.14);
  border-color: #ffe082;
}

/* Šipky dál od textu a větší */
.custom-arrow {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;

}
.carousel-control-prev.custom-arrow { left: -64px; }  /* posunuto dál od obsahu */
.carousel-control-next.custom-arrow { right: -64px; }

.arrow-icon {
  width: 44px;
  height: 44px;
  fill: #FFD700; /* Zlatá barva */
  transition: fill 0.22s, filter 0.18s;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.11));
}

 
.custom-arrow:hover .arrow-icon,
.custom-arrow:focus .arrow-icon {
  fill: #B89C3A; /* Tmavší zlatá při hoveru */
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.19));
  cursor: pointer;
}

/* Responsivita - aby šipky nešly mimo na mobilu */

.mobile-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  z-index: 1050;
}
  .wine-card {
  /* Pokud používáš Bootstrap, můžeš přidat max-width, padding apod. */

 
      width: 300px !important;
}
.wine-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
#column-25{
    width:25%;
}

.card{
    padding-top:1.3em;
    border: 1px solid rgba(255,255,255,0);
  
}.card:hover{
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
#sortAbc{
    color:#ae8228;
    width: 160.78px;
    border: 1px solid #ae8228 !important;
    margin-bottom: 100px !important;
}

#resetFilter{
     color:black;
    border: 1px solid black !important;
}
#sortAbc:hover{
    color:white;
  
}
#wineList{
     margin-top:0px;
     height:500px;
}
#toggle-filter{
    border: 1px solid rgba(255,255,255,0);
}
.wine-photo {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
 object-fit:cover;
  height: 210px;
  margin-top: 10px;
  display: block;
  background: #eee;
}
.wine-icon {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  vertical-align: middle;
}

.col-md-6 {
   float: left;
}
#vino{
    
}
.img-fluid{
    object-fit: cover;
width: 100%;
    height: 100%;
}
#cm6{
    width: 40%;
    height: 500px;
   
}#cm6-0{
    width: 50%;
    height: auto;
    margin-right: 10%;
    left:0;
   
}#cm6-1{
    width: 50%;
    height: auto;
     margin-left:10%;

}
.ratio-16x9{
        --bs-aspect-ratio: 36.25%;
}
.ratio{
    width: 50%;
}
#cm6-2{
    width: 100%;
}#cm6-3{
    width: 100%;
    height: 300px;
}#cm6-4{
    width:35%;
    margin-left: 15%;
}
.img-kontakt{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rezervace-btn {
  transition: all 0.3s ease;
  border: 2px solid #000;
}

.rezervace-btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
#px-3-top{
    padding-top: 150px !important;
}
.mt-2{
    color:#ae8228 !important;
    
}
.fw-bold{
    font-size:1.5rem;
    color:#ae8228;
    font-weight:normal !important;
    text-transform: uppercase;
}
  .page-hero {
    max-height: 600px;
    overflow: hidden;
  }
  .hero-static-img {
    object-fit: cover;
    height: 100%;
    max-height: 600px;
  }
#map{
    padding-top: 50px;
}
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  }

.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cookie-modal.visible {
  display: flex;
}

.cookie-box {
  background: #222;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.cookie-bar {
  background-color: #000;
  color: #fff;
  z-index: 9999;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.3);
  display: none;
}

.cookie-settings-modal {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.cookie-settings-content {
  background-color: #fff;
  color: #000;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
}

.floating-icons {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.floating {
  position: absolute;
  width: 40px;
  opacity: 0.08;
  animation: floatUp 40s linear infinite;
}

@keyframes floatUp {
  0% { transform: translateY(100vh) rotate(0deg); }
  100% { transform: translateY(-200px) rotate(360deg); }
}
.vino-nazev {
  font-size: 2rem;
  font-weight: normal;
  color: #ae8228;


 text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.vino-info li {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #333;
}
#icon-hr{
    position: absolute;
    margin-top: 0px;
    margin-left:-150px;
    float: left;
}
.vino-popis {
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
}

.vino-galerie {
    margin-left: 100px;
  width:500px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
position: relative;
}

.vino-galerie:hover {
  transform: scale(1.2);
}


#bck{
    background-image: url(hrozno.png);
    background-color: rgba(0,0,0,0);
}
.vina-dekorace {
  width: 120px;
}
.vino-info-row {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 40px 0;
    color: #ae8228;
}

.vino-info-item {
  display: flex;
  align-items: center;
  color: #ae8228; /* zlatá */
  font-size: 16px;
  gap: 10px;
}
#lighter{
    font-size: 10px;
    font-weight: lighter;
}
.vino-icon {
  width: 24px;
  height: 24px;
  fill: #d4af37;
  filter: brightness(1.2);
}
/* === END: copy of main.css === */

/* === Responsive overrides for MOBILE (max-width: 599px) === */

/* Containers */
.container, .wrap, .wrapper, .section-inner, .content, .main-content {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Typography */
body { font-size: var(--step-0, 1rem); line-height: 1.65; }
h1 { font-size: var(--step-3, 1.85rem); }
h2 { font-size: var(--step-2, 1.5rem); }
h3 { font-size: var(--step-1, 1.25rem); }

/* Layout: single-column */
.grid, .cards, .gallery, .experience-grid,
.row > [class*="col-"] { 
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}



/* Navbar basics (no repositioning of footer etc.) */
.navbar { min-height: 56px; position: relative; }
.navbar .navbar-collapse.show { padding-top: 8px; }

/* Tables: allow horizontal scroll */
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { min-width: 560px; }

}

    
  }  
    
     
/* NOTEBOOKY – 1025–1440px */
@media (min-width: 1025px) and (max-width: 1440px) {
  body { font-size: var(--step-0, 1.05rem); }

  .container,
  .wrap,
  .wrapper,
  .section-inner,
  .content,
  .main-content {
    max-width: 1240px;
    padding-left: clamp(16px, 2vw, 28px);
    padding-right: clamp(16px, 2vw, 28px);
  }

  .grid.auto-3,
  .cards.auto-3,
  .gallery.auto-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2vw, 28px);
  }
}

/* TABLETY – 600–1024px */
@media (min-width: 600px) and (max-width: 1024px) {
  body { font-size: var(--step-0, 1.05rem); }

  .grid.two,
  .cards.two,
  .gallery.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 2.5vw, 24px);
  }

  .hero, .slideshow { max-height: 70vh; }
}
    
    
