/* ========================================================================== 
   Escala tipografica general

   Acerca la home y las paginas editoriales a la legibilidad de la tienda:
   cuerpo 14-15 px, metadatos 11-13 px y controles nunca diminutos. Las
   landings de campana mantienen sus escalas independientes.
   ========================================================================== */

/* Cabecera y pie compartidos por la home y Ambientes. */
body.anaduran-home .site-header nav > a,
body.anaduran-home .site-header .nav-dropdown summary {
  font-size: 12px;
}

body.anaduran-home .site-header .nav-dropdown__menu a {
  font-size: 12px !important;
}

body.anaduran-home .site-header .brand small {
  font-size: 10.5px;
}

body.anaduran-home .site-footer.home-mockup-footer .site-footer__intro p,
body.anaduran-home .site-footer.home-mockup-footer .site-footer__column a,
body.anaduran-home .site-footer.home-mockup-footer .site-footer__column span {
  font-size: 13px;
}

body.anaduran-home .site-footer.home-mockup-footer .site-footer__column h2 {
  font-size: 12px;
}

body.anaduran-home .site-footer.home-mockup-footer .footer-legal a,
body.anaduran-home .site-footer.home-mockup-footer > small {
  font-size: 11.5px;
}

/* Portada. */
.home-mockup .hero-copy p {
  font-size: clamp(14px, 1.05vw, 15px);
}

.home-mockup .section > h2 {
  font-size: clamp(27px, 2.35vw, 34px);
}

.home-mockup .section--tint .section-intro,
.home-mockup .section-intro {
  font-size: 14px;
  line-height: 1.7;
}

.home-mockup .benefit-grid b {
  font-size: 12px;
}

.home-mockup .benefit-grid p {
  font-size: 12px;
  line-height: 1.7;
}

.home-mockup .collections .button,
.home-mockup .more .button,
.home-mockup .client-gallery-button,
.home-mockup .home-design-banner__button {
  font-size: 11.5px;
}

.home-mockup #ambientes .rooms strong {
  font-size: 12.5px;
}

.home-mockup .values b {
  font-size: 12px;
}

.home-mockup .values span {
  font-size: 13px;
  line-height: 1.6;
}

.home-mockup .quote-grid q {
  font-size: 14px;
  line-height: 1.7;
}

.home-mockup .quote-grid cite {
  font-size: 12.5px;
}

.home-mockup .home-design-banner p {
  font-size: 14px;
}

/* Ambientes y Antes/Despues. */
.ambientes-eyebrow,
.client-archive__eyebrow {
  font-size: 11.5px;
}

.ambientes-intro > p:last-child,
.ambientes-before-after__header > p:last-child,
.ambientes-share > p,
.ambientes-cta p,
.client-archive__intro > p:last-child,
.client-archive__header > p:last-child {
  font-size: 14.5px;
  line-height: 1.85;
}

.ambientes-filters button,
.ambientes-before-after__filters button {
  font-size: 11.5px;
}

.ambient-photo__overlay strong {
  font-size: 12px;
}

.ambient-photo__overlay small,
.ambientes-featured__place,
.ambientes-before-after__project > header span,
.client-lightbox__caption {
  font-size: 11.5px;
}

.ambient-placeholder strong,
.ambient-placeholder small,
.ambientes-before-after__media.is-empty span,
.ambientes-before-after__comparison figcaption {
  font-size: 10.5px;
}

.ambientes-before-after__project > header .ambientes-eyebrow {
  font-size: 11px;
}

/* Por que Ana Duran. */
.why-eyebrow {
  font-size: 11.5px;
}

.why-button {
  font-size: 12px;
}

.why-point h3 {
  font-size: 12.5px;
}

.why-point p {
  font-size: 14px;
}

.why-image-tile > span {
  font-size: 12px;
}

/* Contacto. */
.contact-v2__eyebrow,
.contact-v2__info-item p {
  font-size: 11.5px;
}

.contact-v2__intro > div > p:last-child {
  font-size: 15px;
}

.contact-v2__info-item a,
.contact-v2__info-item > div > span {
  font-size: 16px;
}

.contact-v2__info-item small {
  font-size: 12px;
}

.contact-v2__note span,
.contact-v2__direct,
.contact-v2 .contact-notice {
  font-size: 13px;
}

.contact-v2 .contact-field label {
  font-size: 12px;
}

.contact-v2 .contact-field input,
.contact-v2 .contact-field textarea,
.contact-v2 .contact-field select {
  font-size: 15px;
}

.contact-v2 .contact-consent label {
  font-size: 12.5px;
}

.contact-v2__professionals p:last-child {
  font-size: 14px;
}

.contact-v2__button {
  font-size: 11.5px;
}

/* Documentos legales. */
.legal-document {
  font-size: 15px;
}

.legal-document__eyebrow,
.legal-document__updated {
  font-size: 11px;
}

.legal-document h3 {
  font-size: 16px;
}

@media (max-width: 820px) {
  body.anaduran-home .site-header nav > a,
  body.anaduran-home .site-header .nav-dropdown summary {
    font-size: 13px;
  }

  body.anaduran-home .site-header .nav-dropdown__menu a {
    font-size: 12.5px !important;
  }

  .home-mockup .section > h2 {
    font-size: 25px;
  }

  .home-mockup .benefit-grid b {
    font-size: 10.5px;
  }

  .home-mockup .benefit-grid p {
    font-size: 10.5px;
    line-height: 1.5;
  }

  .home-mockup .section--tint .section-intro,
  .home-mockup .section-intro,
  .ambientes-intro > p:last-child,
  .ambientes-before-after__header > p:last-child,
  .client-archive__intro > p:last-child {
    font-size: 13.5px;
  }

  .ambient-photo__overlay strong {
    font-size: 11px;
  }

  .ambient-photo__overlay small {
    font-size: 10px;
  }

  .ambientes-before-after__comparison figcaption {
    font-size: 10px;
  }
}
