.elementor-35 .elementor-element.elementor-element-6c488ee{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f96e151 *//* 04. Selector por curación */
.qhc-curations {
  background: var(--qhc-paper);
  color: var(--qhc-ink);
  padding: clamp(72px, 8vw, 116px) 24px;
}

.qhc-section-heading {
  max-width: 760px;
  margin: 0 auto clamp(42px, 5vw, 64px);
  text-align: center;
}

.qhc-section-heading .qhc-eyebrow {
  margin: 0 0 14px;
  color: var(--qhc-gold);
  font: 600 .75rem/1.2 Montserrat, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.qhc-section-heading h2 {
  max-width: 720px;
  margin: 0 auto 18px;
  color: var(--qhc-ink);
  font-family: "Felix Titling", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}

.qhc-section-heading > p:last-child {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(44, 36, 22, .72);
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
  line-height: 1.75;
}

.qhc-curations__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--qhc-line);
  border-left: 1px solid var(--qhc-line);
}

.qhc-curation-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  grid-column: span 2;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border-right: 1px solid var(--qhc-line);
  border-bottom: 1px solid var(--qhc-line);
  background: var(--qhc-white);
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.qhc-curation-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.qhc-curation-card__number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(44, 36, 22, .13);
  font-family: "Felix Titling", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.qhc-curation-card__meta {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: var(--qhc-gold);
  font-size: .71rem;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.qhc-curation-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: inherit;
  font-family: "Felix Titling", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.12;
}

.qhc-curation-card > p:not(.qhc-curation-card__meta) {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  color: rgba(44, 36, 22, .7);
  font-size: .93rem;
  line-height: 1.7;
}

.qhc-curation-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: var(--qhc-ink);
  font-size: .77rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.qhc-curation-card a span {
  margin-left: 8px;
  transition: transform .2s ease;
}

.qhc-curation-card:hover,
.qhc-curation-card:focus-within {
  background: var(--qhc-ink);
  color: var(--qhc-white);
  transform: translateY(-3px);
}

.qhc-curation-card:hover .qhc-curation-card__number,
.qhc-curation-card:focus-within .qhc-curation-card__number {
  color: rgba(255, 255, 255, .12);
}

.qhc-curation-card:hover > p:not(.qhc-curation-card__meta),
.qhc-curation-card:focus-within > p:not(.qhc-curation-card__meta) {
  color: rgba(255, 255, 255, .72);
}

.qhc-curation-card:hover a,
.qhc-curation-card:focus-within a {
  color: var(--qhc-white);
}

.qhc-curation-card a:hover span,
.qhc-curation-card a:focus span {
  transform: translateX(4px);
}

.qhc-curations__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(32px, 4vw, 48px);
}

.qhc-button--dark {
  border: 1px solid var(--qhc-ink);
  background: var(--qhc-ink);
  color: var(--qhc-white);
}

.qhc-button--dark:hover,
.qhc-button--dark:focus-visible {
  border-color: var(--qhc-gold);
  background: var(--qhc-gold);
  color: var(--qhc-white);
}

@media (max-width: 900px) {
  .qhc-curations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qhc-curation-card,
  .qhc-curation-card:nth-child(4) {
    grid-column: span 1;
  }

  .qhc-curation-card:last-child {
    grid-column: 1 / -1;
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .qhc-curations {
    padding-inline: 18px;
  }

  .qhc-section-heading {
    text-align: left;
  }

  .qhc-section-heading h2,
  .qhc-section-heading > p:last-child {
    margin-inline: 0;
  }

  .qhc-curations__grid {
    grid-template-columns: 1fr;
  }

  .qhc-curation-card,
  .qhc-curation-card:nth-child(4),
  .qhc-curation-card:last-child {
    grid-column: auto;
    min-height: 290px;
  }

  .qhc-curations__cta,
  .qhc-curations__cta .qhc-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qhc-curation-card,
  .qhc-curation-card a span {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
/* Historia · fotografía de archivo */
.qhc-story__visual img {
  content: url("https://queseraherencianacofer.com/wp-content/uploads/2026/04/produccion-quesos-manchegos-oveja-herencia-scaled.jpg");
  object-position: center center;
}
@media (max-width: 640px) {
  .qhc-story__visual img { object-position: 45% center; }
}
   QHC HOME · SISTEMA BASE
   ========================================================= */
:root {
  --qhc-ink: #2c2416;
  --qhc-cream: #f5f0e8;
  --qhc-paper: #fdfbf7;
  --qhc-gold: #bd8d45;
  --qhc-white: #ffffff;
  --qhc-line: rgba(44, 36, 22, .16);
  --qhc-radius: 2px;
  --qhc-shell: 1180px;
}

.elementor-page .entry-title { display: none; }
.elementor-page .site-content > .ast-container {
  max-width: none;
  padding: 0;
}
.qhc-shell {
  width: min(100% - 48px, var(--qhc-shell));
  margin-inline: auto;
}
.qhc-hero {
  min-height: clamp(640px, 78vh, 790px);
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(28, 22, 13, .93) 0%, rgba(28, 22, 13, .70) 45%, rgba(28, 22, 13, .24) 78%, rgba(28, 22, 13, .12) 100%),
    url("https://queseraherencianacofer.com/wp-content/uploads/2026/01/slide-home.jpg") center 44% / cover no-repeat;
}
.qhc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(18, 14, 9, .20));
}
.qhc-hero__inner {
  padding-block: 128px 112px;
}
.qhc-eyebrow {
  margin: 0 0 20px;
  color: #e8c58c;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.qhc-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--qhc-white);
  font-family: "Felix Titling", Georgia, serif;
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: .005em;
  text-wrap: balance;
}
.qhc-hero__lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.88);
  font-family: Montserrat, sans-serif;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 400;
  line-height: 1.7;
}
.qhc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.qhc-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: var(--qhc-radius);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .045em;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.qhc-button:hover { transform: translateY(-2px); }
.qhc-button--primary {
  color: var(--qhc-ink);
  background: var(--qhc-white);
  border-color: var(--qhc-white);
}
.qhc-button--primary:hover {
  color: var(--qhc-white);
  background: var(--qhc-gold);
  border-color: var(--qhc-gold);
}
.qhc-button--ghost {
  color: var(--qhc-white);
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.72);
}
.qhc-button--ghost:hover {
  color: var(--qhc-ink);
  background: var(--qhc-white);
  border-color: var(--qhc-white);
}

/* 02. Franja de confianza */
.qhc-trust {
  position: relative;
  z-index: 2;
  background: var(--qhc-paper);
  border-bottom: 1px solid var(--qhc-line);
}
.qhc-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.qhc-trust__item {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 26px 28px;
  border-right: 1px solid var(--qhc-line);
}
.qhc-trust__item:first-child { border-left: 1px solid var(--qhc-line); }
.qhc-trust__mark {
  color: var(--qhc-gold);
  font-family: "Felix Titling", Georgia, serif;
  font-size: 25px;
  line-height: 1;
}
.qhc-trust__item strong,
.qhc-trust__item span {
  display: block;
}
.qhc-trust__item strong {
  margin-bottom: 5px;
  color: var(--qhc-ink);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
.qhc-trust__item span {
  color: rgba(44, 36, 22, .72);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

/* 99. Responsive */
@media (max-width: 1024px) {
  .qhc-shell { width: min(100% - 40px, var(--qhc-shell)); }
  .qhc-hero {
    min-height: 660px;
    background-position: 58% center;
  }
  .qhc-hero__inner { padding-block: 110px 92px; }
  .qhc-hero h1 { max-width: 720px; }
  .qhc-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .qhc-trust__item:nth-child(2) { border-right: 1px solid var(--qhc-line); }
  .qhc-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--qhc-line); }
}

@media (max-width: 767px) {
  .qhc-shell { width: min(100% - 32px, var(--qhc-shell)); }
  .qhc-hero {
    min-height: 670px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(28, 22, 13, .18) 0%, rgba(28, 22, 13, .48) 34%, rgba(28, 22, 13, .94) 100%),
      url("https://queseraherencianacofer.com/wp-content/uploads/2026/01/slide-home.jpg") 62% center / cover no-repeat;
  }
  .qhc-hero__inner { padding-block: 116px 68px; }
  .qhc-eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: .12em;
  }
  .qhc-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.08;
  }
  .qhc-hero__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .qhc-actions {
    display: grid;
    margin-top: 28px;
  }
  .qhc-button { width: 100%; }
  .qhc-trust__grid { grid-template-columns: 1fr; }
  .qhc-trust__item {
    min-height: 92px;
    padding: 20px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--qhc-line);
  }
  .qhc-trust__item:first-child { border-left: 0; }
  .qhc-trust__item:last-child { border-bottom: 0; }
}

/* Evita separar la unidad de tiempo */
.qhc-trust__mark {
  white-space: nowrap !important;
}/* End custom CSS */