/* ==========================================================================
   Věrnostní program — WineClub
   Sekce: hero / benefits / gallery / process / band / faq / join
   ========================================================================== */
.in-wineclub-test2 #content h1 {
  display: none;
}

.in-wineclub-test2 .breadcrumbs {
  display: none;
}

.in-wineclub-test2 #content-wrapper {
  width: 100%;
}

.wg-wc {
  --wc-border: rgba(13, 13, 13, 0.12);
  --wc-card-shadow: 0 14px 34px rgba(13, 13, 13, 0.08);
}

/* ---------- 1) HERO ---------- */
.wg-wc-hero {
  position: relative;
  color: var(--wg-white);
}
.wg-wc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 1445 / 650;
  z-index: 0;
}

.wg-wc-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 96px;
}
.wg-wc-hero__logo {
  font-family: var(--wg-font-display);
  font-weight: 500;
  font-size: clamp(54px, 8vw, 90px);
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 70px;
  color: #c28d39;
}
.wg-wc-hero__kicker {
  font-family: var(--wg-font-body);
  font-weight: 300;
  font-size: clamp(13px, 1.2vw, 20px);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 144%;
  color: #fff;
  margin: 0 0 12px;
}
.wg-wc-hero__title {
  font-family: var(--wg-font-display);
  font-weight: 500;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.2;
  margin: 0 0 40px;
  max-width: 1100px;
  color: #fff;
}
.wg-wc-hero__title span {
  color: var(--wg-gold);
}
.wg-wc-hero__sep {
  display: block;
  width: 65px;
  height: 72px;
  background-image: url("/user/documents/upload/b2b/b2b-mb-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 40px;
}
.wg-wc-hero__lead {
  font-family: var(--wg-font-body);
  font-weight: 300;
  font-size: clamp(14px, 1.2vw, 26px);
  line-height: 1.4;
  margin: 0 0 34px;
  max-width: 920px;
  line-height: 144%;
  color: #fff;
}

/* ---------- 2) CO ČLENSTVÍ PŘINÁŠÍ ---------- */
.wg-wc-benefits {
  background: var(--wg-white);
  padding: 72px 0;
}
.wg-wc-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.wg-wc-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 34px 26px;
  background: var(--wg-white);
  border: 1px solid var(--wc-border);
  border-radius: var(--wg-radius);
}
.wg-wc-benefit__icon {
  width: 50px;
  height: 50px;
  color: var(--wg-gold);
}
.wg-wc-benefit__icon svg {
  width: 100%;
  height: 100%;
}
.wg-wc-benefit__title {
  font-family: var(--wg-font-body);
  font-weight: 700;
  font-size: clamp(19px, 1.5vw, 30px);
  line-height: 1.15;
  margin: 0;
  color: var(--wg-ink);
}
.wg-wc-benefit__text {
  font-family: var(--wg-font-body);
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.4;
  margin: 0;
  color: var(--wg-muted);
}
.wg-wc-benefit--accent {
  background: var(--wg-gold);
  border-color: var(--wg-gold);
  box-shadow: var(--wc-card-shadow);
}
.wg-wc-benefit--accent .wg-wc-benefit__icon,
.wg-wc-benefit--accent .wg-wc-benefit__title {
  color: var(--wg-white);
}
.wg-wc-benefit--accent .wg-wc-benefit__text {
  color: rgba(255, 255, 255, 0.92);
}

/* ---------- 3) ATMOSFÉRA NAŠICH DEGUSTACÍ ---------- */
.wg-wc-gallery {
  background: var(--wg-gold);
  padding: 72px 0;
}
.wg-wc-gallery .wg-section-title {
  color: var(--wg-white);
}
.wg-wc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.wg-wc-shot {
  margin: 0;
}
.wg-wc-shot img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: var(--wg-radius);
}
.wg-wc-shot figcaption {
  font-family: var(--wg-font-body);
  font-weight: 600;
  font-size: clamp(18px, 1.5vw, 30px);
  line-height: 1.2;
  margin-top: 14px;
  color: var(--wg-white);
}
.wg-wc-gallery__more {
  text-align: center;
  margin-top: 40px;
}
.wg-wc-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--wg-font-body);
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 30px);
  color: var(--wg-white);
  text-decoration: underline;
  text-underline-offset: 6px;
}
.wg-wc-link svg {
  width: 24px;
  height: 24px;
}

/* ---------- 4) JAK SE PŘIDAT ---------- */
.wg-wc-process {
  background: var(--wg-white);
  padding: 72px 0;
}
.wg-wc-process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.wg-wc-step {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  position: relative;
  padding: 0 8px;
  max-width: 300px;
}
.wg-wc-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--wg-gold) 70%, transparent 70%) 0
    0 / 14px 2px repeat-x;
  transform: translateY(-50%);
}
.wg-wc-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 36px;
  right: calc(-50% + 6px);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--wg-gold);
  transform: translateY(-50%);
  z-index: 2;
}
.wg-wc-step__icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wg-gold);
  color: var(--wg-white);
}
.wg-wc-step__icon svg {
  width: 38px;
  height: 38px;
}
.wg-wc-step__title {
  font-family: var(--wg-font-body);
  font-weight: 700;
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 1.15;
  margin: 0;
  color: var(--wg-ink);
}
.wg-wc-step__text {
  font-family: var(--wg-font-body);
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.35;
  margin: 0;
  color: var(--wg-muted);
}

/* ---------- 5) BUĎTE U TOHO JAKO PRVNÍ ---------- */
.wg-wc-band {
  position: relative;
  color: var(--wg-white);
  overflow: hidden;
  background: var(--wg-dark);
}
.wg-wc-band__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wg-wc-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.62);
  z-index: 1;
}
.wg-wc-band__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
.wg-wc-band__title {
  font-family: var(--wg-font-display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  margin: 0 0 14px;
}
.wg-wc-band__subtitle {
  font-family: var(--wg-font-body);
  font-weight: 300;
  font-size: clamp(17px, 1.6vw, 30px);
  line-height: 1.4;
  margin: 0 0 30px;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.92);
}

/* ---------- 6) ČASTÉ DOTAZY ---------- */
.wg-wc-faq {
  background: var(--wg-white);
  padding: 72px 0;
}
.wg-wc-faq__inner {
  max-width: 900px;
}
.wg-wc-faq__list {
  margin-top: 8px;
}
.wg-wc-faq__item {
  border-bottom: 1px solid var(--wc-border);
}
.wg-wc-faq__q {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  font-family: var(--wg-font-body);
  font-weight: 700;
  font-size: clamp(17px, 1.4vw, 25px);
  line-height: 1.3;
  color: var(--wg-ink);
}
.wg-wc-faq__q::-webkit-details-marker {
  display: none;
}
.wg-wc-faq__q::after {
  content: "";
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-right: 2px solid var(--wg-muted);
  border-bottom: 2px solid var(--wg-muted);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.wg-wc-faq__item[open] .wg-wc-faq__q::after {
  transform: rotate(-135deg);
}
.wg-wc-faq__a {
  padding: 0 4px 24px;
  font-family: var(--wg-font-body);
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 22px);
  line-height: 1.5;
  color: var(--wg-muted);
  max-width: 760px;
}

/* ---------- 7) STAŇTE SE ČLENEM WINECLUBU ---------- */
.wg-wc-join {
  background: var(--wg-dark);
  color: var(--wg-white);
  padding: 72px 0;
}
.wg-wc-join__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
.wg-wc-join__title {
  font-family: var(--wg-font-display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  margin: 0;
}
.wg-wc-join__title span {
  color: var(--wg-gold);
}
.wg-wc-join__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 40px;
}
.wg-wc-join__contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--wg-font-body);
  font-weight: 600;
  font-size: clamp(16px, 1.3vw, 20px);
  color: var(--wg-white);
  text-decoration: none;
}
.wg-wc-join__contact svg {
  width: 22px;
  height: 22px;
  color: var(--wg-gold);
}
.wg-wc-join__contact:hover {
  color: var(--wg-gold);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .wg-wc-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wg-wc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wg-wc-process__list {
    flex-wrap: wrap;
    gap: 40px 24px;
  }
  .wg-wc-step {
    flex: 1 1 40%;
    max-width: none;
  }
  .wg-wc-step:not(:last-child)::after,
  .wg-wc-step:not(:last-child)::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .wg-wc-benefits__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
  .wg-wc-gallery__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
  .wg-wc-step {
    flex: 1 1 100%;
  }
}
