/**
 * Osório HP onde comprar (acf/menin-osorio-hp-where-to-buy).
 */

.block-osorio-hp-where-to-buy {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Imagem ACF `background_image`: 70% da altura da secção por baixo; ~5% força via véu no template */
.osorio-hp-where-to-buy__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  z-index: 0;
  pointer-events: none;
}

.osorio-hp-where-to-buy__inner {
  position: relative;
  z-index: 1;
  padding: 200px 0;
}

@media (max-width: 991px){
  .osorio-hp-where-to-buy__inner {
    padding: 120px 0 60px;
  }
}

.osorio-hp-where-to-buy__row {
  min-height: min(70vh, 560px);
}

/* Narrower cluster: text + circle closer together, centered in the container */
@media (min-width: 992px) {
  .osorio-hp-where-to-buy__row {
    --bs-gutter-x: 1.25rem;
  }

  .osorio-hp-where-to-buy__col-text {
    flex: 0 0 auto;
    width: min(100%, 26rem);
  }

  .osorio-hp-where-to-buy__col-media {
    flex: 0 0 auto;
    width: auto;
    max-width: min(100%, 24rem);
  }
}

@media (min-width: 1200px) {
  .osorio-hp-where-to-buy__col-text {
    width: min(100%, 28rem);
  }

  .osorio-hp-where-to-buy__col-media {
    max-width: min(100%, 26rem);
  }
}

/* Full-width band above the text/image columns (not limited by narrow col-text) */
.osorio-hp-where-to-buy__head-row {
  margin-bottom: clamp(0.75rem, 2vw, 1.5rem);
}

.osorio-hp-where-to-buy__head {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.osorio-hp-where-to-buy__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Head title spacing when there is no description (shared title styles: osorio-hp-shared.css) */
.osorio-hp-where-to-buy__head:not(
    :has(.osorio-hp-where-to-buy__description-wrap)
  )
  .osorio-hp-title__row--head {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

/* Description below title — L-corner + fade-in (same language as showcase / enologia) */
.osorio-hp-where-to-buy__description-wrap {
  position: relative;
  margin-bottom: 0;
  align-self: center;
  width: 100%;
  max-width: 550px;
  padding-top: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.osorio-hp-where-to-buy__description-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border-color: rgba(35, 31, 32, 0.35);
  border-style: solid;
  border-width: 1px 0 0 1px;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .block-osorio-hp-where-to-buy .osorio-hp-where-to-buy__description-wrap.fade {
    transition: none;
    opacity: 0;
    animation: osorio-hp-where-to-buy-desc-fade-in 0.85s ease-out 0.12s forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  .block-osorio-hp-where-to-buy .osorio-hp-where-to-buy__description-wrap.fade {
    transition: none;
    opacity: 1;
  }
}

@keyframes osorio-hp-where-to-buy-desc-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.osorio-hp-where-to-buy__description {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: #231f20;
  text-align: left;
}

.osorio-hp-where-to-buy__description > p:last-child {
  margin-bottom: 0;
}

/* CTA: full-width row, button centred in the page */
.osorio-hp-where-to-buy__cta-row {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.osorio-hp-where-to-buy__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.osorio-hp-where-to-buy__button.btn {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  color: #231f20;
}

.osorio-hp-where-to-buy__button.btn:hover,
.osorio-hp-where-to-buy__button.btn:focus-visible {
  color: #231f20;
  opacity: 0.85;
}

.osorio-hp-where-to-buy__button.btn svg {
  width: clamp(28px, 5vw, 36px);
  height: auto;
}

/* Region groups */
.osorio-hp-where-to-buy__groups {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

.osorio-hp-where-to-buy__group-title {
  margin: 0 0 clamp(0.75rem, 2vw, 1.25rem);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #231f20;
  text-transform: uppercase;
}
.block-osorio-hp-where-to-buy .osorio-hp-title__row {
  align-self: flex-start;
  margin-bottom: 60px;
}
.osorio-hp-where-to-buy__link-list {
  margin: 0;
  padding: 0;
}

.osorio-hp-where-to-buy__link-item + .osorio-hp-where-to-buy__link-item {
  margin-top: 0.15rem;
}

.osorio-hp-where-to-buy__link {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #ad644e;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.osorio-hp-where-to-buy__link:hover,
.osorio-hp-where-to-buy__link:focus-visible {
  color: #c77a62;
}

.osorio-hp-where-to-buy__link:focus-visible {
  outline: 2px solid #ad644e;
  outline-offset: 2px;
}

/* Circle image */
.osorio-hp-where-to-buy__circle-wrap {
  width: min(100%, clamp(220px, 36vw, 380px));
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.osorio-hp-where-to-buy__circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.osorio-hp-where-to-buy__circle-placeholder {
  width: min(100%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(250, 250, 250, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.875rem;
  color: rgba(250, 250, 250, 0.5);
}

.wp-block-acf-menin-osorio-hp-where-to-buy.alignwide
  .block-osorio-hp-where-to-buy,
.wp-block-acf-menin-osorio-hp-where-to-buy.alignfull
  .block-osorio-hp-where-to-buy {
  width: 100%;
}

@media (max-width: 991.98px) {
  .osorio-hp-where-to-buy__row {
    min-height: 0;
  }

  .osorio-hp-where-to-buy__circle-wrap,
  .osorio-hp-where-to-buy__circle-placeholder {
    margin-top: 0.5rem;
  }
}
