.wg-winery {
  --wg-conversion:       #710912;
  --wg-conversion-hover: #9b2c35;
  --wg-template-1:       #000000;
  --wg-template-2:       #707070;
  --wg-template-3:       #000000;
  --wg-template-4:       #515151;
 
  margin: auto;
}
 
.wg-winery * {
  box-sizing: border-box;
}
 
.wg-container {
  margin-inline: auto;
  padding-inline: 24px;
}
 
.wg-hero {
  position: relative;
  display: flex;
  min-height: 75vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
 
.wg-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.wg-hero__title {
  color: #fff;  
}
 
.wg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(0, 0, 0, .35) 0%,
    rgba(0, 0, 0, .30) 45%,
    rgba(0, 0, 0, .45) 100%);
}
 
.wg-hero__content {
  position: relative;
  z-index: 2;
  padding: 40px 24px;
  color: #fff;
}
 
.wg-hero__region {
  margin: 0 0 18px;
  font-weight: 600;
}
 
.wg-hero__title {
  margin: 0;
  font-weight: 300;
}
 
.wg-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease; 
}
 
.wg-hero__scroll:hover{
  transform: translateX(-50%) translateY(-10px);
}
 
.wg-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 56px;
  text-align: center;
}
 
.wg-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
 
.wg-feature__icon {
  width: 80px;
  height: 80px;
  color: var(--wg-conversion);
}
 
.wg-feature__icon svg,
.wg-feature__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 
.wg-feature__text {
  margin: 0;
  max-width: 320px;
  font-weight: 600;
}
 
.wg-cta {
  margin: 48px 0;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background-color: var(--wg-conversion);
  flex-wrap: wrap;
}
 
.wg-cta__title {
  margin: 0 0 16px;
  font-weight: 300;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 32px);
}
 
.wg-cta__line {
  width: 160px;
  height: 0;
  border-top: 4px solid #fff;
}
 
.wg-cta__btn {
  flex: 0 0 auto;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 13px 26px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
 
.wg-cta__btn:hover {
  background-color: #fff;
  color: var(--wg-conversion);
}
 
.wg-story {
  position: relative;
  padding: 60px 0 40px;
  z-index: 1;
}
 
.wg-story::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 99vw;
    background-image: 
    linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95)),
    url('/user/documents/upload/nase-vinarzstvi/winemaker_mapa_evropa.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
 
.wg-story__inner {
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 48px;
  align-items: start;
}
 
.wg-story__title {
  margin: 0;
  font-weight: 300;
  line-height: 1.12;
}
 
.wg-story__line {
  width: 140px;
  height: 0;
  border-top: 5px solid var(--wg-conversion);
  margin: 26px 0 30px;
}
 
.wg-story__lead {
  margin: 22px 0 22px;
  font-weight: 600;
  font-size: clamp(17px, 1.5vw, 20px);
}
 
.wg-story__body {
  margin: 0;
  color: var(--wg-template-2);
}
 
.wg-story__badge {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
 
.wg-story__badge img {
  width: clamp(180px, 16vw, 230px);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
}
 
/* NOVÁ GALERIE (GRID) */
.wg-gallery {
  padding-top: 18px;
  padding-bottom: 56px;
}
 
.wg-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
 
.wg-gallery__item {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.wg-gallery__item:hover img {
  transform: scale(1.1);
}
 
.wg-gallery__item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
 
.wg-back {
  padding-top: 6px;
  padding-bottom: 64px;
}
 
.wg-back__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wg-conversion);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
 
.wg-back__link svg {
  width: 22px;
  height: 22px;
}
 
.wg-back__link:hover {
  color: var(--wg-conversion-hover);
}
 
@media (max-width: 900px) {
  .wg-story__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
 
  .wg-story__badge {
    padding-top: 0;
    justify-content: flex-start;
  }
 
  .wg-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
 
  .wg-gallery__item img {
    height: 260px;
  }
}
 
@media (max-width: 640px) {
  .wg-features {
    grid-template-columns: 1fr;
    gap: 40px;
  }
 
  .wg-cta {
    flex-direction: column;
    align-items: flex-start;
  }
 
  .wg-cta__btn {
    width: 100%;
    text-align: center;
  }

  .wg-gallery__grid {
    grid-template-columns: 1fr;
  }
}