.page-hero {
  padding-block: var(--space-7) var(--space-6);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.9)),
    url("../images/finca/paisaje-finca-oasis.svg") center / cover no-repeat;
}

.page-hero__content {
  max-width: 850px;
}

.page-hero .lead {
  margin-top: var(--space-3);
}

.text-columns {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-5);
}

.quote-band {
  padding: var(--space-5);
  border-left: 6px solid var(--color-cafe);
  background: rgba(255, 255, 255, 0.78);
}

.quote-band p {
  font-family: var(--font-titulos);
  font-size: clamp(1.7rem, 6vw, 3rem);
  line-height: 1.1;
}

.location-block {
  display: grid;
  gap: 0.35rem;
  margin-top: var(--space-4);
  font-size: 1.1rem;
  font-weight: 800;
}

.notice {
  border: 1px solid var(--color-linea);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.62);
  padding: var(--space-4);
}

.privacy-list {
  display: grid;
  gap: var(--space-3);
  padding-left: 1.25rem;
}

.status-page {
  display: grid;
  min-height: calc(100svh - 76px);
  place-items: center;
  padding-block: var(--space-7);
  text-align: center;
}

.status-page .lead {
  margin-inline: auto;
}

.testimonials-placeholder {
  display: none;
}

.contact-channels {
  max-width: 850px;
  text-align: center;
}

.contact-icons--cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-4);
}

.contact-icons--cards .contact-icon {
  width: 100%;
  height: 100%;
  min-height: 180px;
  padding: var(--space-5) var(--space-4);
  border-radius: var(--radius-md);
  align-content: center;
  gap: var(--space-2);
}

.contact-icons--cards strong {
  font-size: 1.4rem;
}

.contact-channel__detail {
  overflow-wrap: anywhere;
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 560px) {
  .contact-icons--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Acabado editorial y lectura en pantallas pequenas. */
.page-hero h1,
.status-page h1 {
  font-family: var(--font-marca);
  font-weight: 400;
  font-size: clamp(2.6rem, 7vw, 5rem);
  max-width: 18ch;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.status-page h1 { margin-inline: auto; }
.status-page .button-row { justify-content: center; }
.page-hero { border-bottom: 1px solid var(--color-linea); }
.page-hero__content { padding-block: 1rem; }
.process-step h2 { font-size: 1.6rem; }
.split > *, .site-footer__grid > *, .card-grid > * { min-width: 0; }
.media-frame { margin: 0; }
.product-card { display: flex; flex-direction: column; transition: box-shadow 220ms ease, transform 220ms ease; }
.product-card__body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.product-card__body .price { margin-top: auto; padding-top: 1rem; }
.product-card img { object-fit: contain; padding: 1rem; border-bottom: 1px solid var(--color-linea); }
.site-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 0.4em; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: 0.4em; }
.site-nav .nav-cart:hover { text-decoration: none; }
.site-footer .footer-list a { font-family: var(--font-textos); font-size: 0.95rem; line-height: 1.5; }
.site-footer .footer-list a:hover { text-decoration-thickness: 2px; }
.faq { max-width: 850px; }
.faq h2 { margin-bottom: 2rem; }
.faq details { padding: 1.25rem 0; border-bottom: 1px solid var(--color-linea); }
.faq summary { cursor: pointer; font-weight: 700; min-height: 28px; }
.faq details p { padding-top: 1rem; line-height: 1.8; }
.faq details[open] summary { text-decoration: underline; text-underline-offset: 0.3em; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,0.09); }
}
.gallery-status { color: #555; font-size: 0.88rem; }
.gallery-open { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: var(--radius-md); background: transparent; overflow: hidden; cursor: zoom-in; }
.gallery-open::after { content: "+"; position: absolute; right: 0.75rem; bottom: 0.75rem; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(0,0,0,.75); color: white; font-size: 1.5rem; }
.gallery-open img { transition: transform 350ms ease; }
.gallery-viewer { width: min(1000px, calc(100% - 2rem)); max-width: none; max-height: calc(100dvh - 2rem); padding: 3.5rem 1rem 1rem; border: 0; border-radius: 16px; background: #111; color: white; }
.gallery-viewer::backdrop { background: rgba(0,0,0,.8); }
.gallery-viewer figure { margin: 0; }
.gallery-viewer img { margin-inline: auto; max-height: 65dvh; width: 100%; object-fit: contain; }
.gallery-viewer figcaption { margin-top: 1rem; text-align: center; }
.gallery-viewer button { min-height: 44px; border: 1px solid #666; border-radius: 8px; color: white; background: #222; padding: 0.5rem 0.8rem; }
.gallery-viewer button:hover { background: #444; }
.gallery-viewer button:focus-visible { outline-color: white; }
.gallery-viewer__close { position: absolute; top: .5rem; right: .5rem; width: 44px; font-size: 1.5rem; }
.gallery-viewer__controls { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .gallery-open:hover img { transform: scale(1.035); }
}
.hero .hero__video-toggle { width: auto; background: transparent; color: white; border-color: rgba(255,255,255,.4); }
