.page-hecho.home .site-topbar-spacer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.page-hecho.home:not(.menu-open) .site-header,
.page-hecho.home:not(.menu-open) .header-wrapper,
.page-hecho.home:not(.menu-open) .header,
.page-hecho.home:not(.menu-open) .mobile-menu {
  background-color: transparent;
}

.page-hecho.home .site-header,
.page-hecho.home .header-wrapper,
.page-hecho.home .header,
.page-hecho.home .mobile-menu {
  transition: all 0.5s;
}

.page-hecho.home header.base-color.site-header,
.page-hecho.home header.base-color .header-wrapper,
.page-hecho.home header.base-color .header,
.page-hecho.home header.base-color .mobile-menu {
  background-color: #E2D5C9;
}


.page-hecho.home .header__menu-item,
.list-menu__item {
  color: white;
  transition: all 0.5s;
}

.page-hecho.home header.base-color .header__menu-item,
.list-menu__item {
  color: black;
}

.page-hecho.home .header-between-text p {
  color: white;
  transition: all 0.5s;
}

.page-hecho.home header.base-color .header-between-text p {
  color: black;
}

.page-hecho.home:not(.menu-open) .language-switcher__toggle {
  color: white;
}

.page-hecho.home .language-switcher__toggle {
  transition: all 0.5s;
}

.page-hecho.home header.base-color .language-switcher__toggle {
  color: black;
}

.page-hecho.home:not(.menu-open) .header__heading-logo {
  filter: invert(1);
}

.page-hecho.home .header__heading-logo {
  transition: all 0.5s;
}

.page-hecho.home header.base-color .header__heading-logo {
  filter: invert(0);
}

.page-hecho.home:not(.menu-open) .header__menu-toggle {
  color: white;
}

.page-hecho.home .header__menu-toggle {
  transition: all 0.5s;
}

.page-hecho.home header.base-color .header__menu-toggle {
  color: black;
}




[data-reveal] {
  opacity: 0;
}

/* ANNOUNCEMENT BAR */

.utility-bar {
  background-color: #ee4b2c;
  width: 100%;
}

.utility-bar__grid {
  max-width: 1200px;
  /* opcional, ajusta si usas otro width */
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.announcement-bar {
  text-align: center;
}

.announcement-bar__message {
  font-family: var(--font-heading-family);
  /* Ocachicualli */
  font-size: 12px;
  line-height: 1.2;
  color: black;
  margin: 0;
  letter-spacing: 0.05em;
}

/* =========================
   HEADER
========================= */

.header__actions {
  position: absolute;
  z-index: 1200;
}

.language-switcher {
  position: relative;
  z-index: 1201;
}

.language-switcher__menu {
  position: absolute;
  z-index: 1202;
}

.mobile-menu {
  position: absolute;
  z-index: 1100;
}

body.menu-open {
  overflow: hidden;
}

.mobile-menu {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.site-header,
.header-wrapper,
.header,
.mobile-menu {
  background-color: #E2D5C9;
}

.site-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  width: 100%;
  transition: transform 0.28s ease;
  will-change: transform;
}

.site-topbar.nav-up {
  transform: translateY(-100%);
}

.site-topbar.nav-down {
  transform: translateY(0);
}

.site-topbar-spacer {
  height: 0;
}

/* tus estilos actuales siguen */
.site-header {
  position: relative;
  z-index: 50;
  width: 100%;
  font-family: "Ocachicualli-OKA", sans-serif;
  color: #000;
  background-color: #E2D5C9;
}

.header-wrapper {
  position: relative;
}

.header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3.2rem 2.4rem 4rem;
  min-height: 19.2rem;
}

/* botón menú mobile */
.header__menu-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #000;
}

.header__menu-toggle-line {
  display: block;
  width: 2.1rem;
  height: 0.1rem;
  background: currentColor;
  margin: 0;
}

.header__menu-toggle-line+.header__menu-toggle-line {
  margin-top: 0.55rem;
}

/* estado abierto -> X */

.header__menu-toggle[aria-expanded="true"] .header__menu-toggle-line:nth-child(1) {
  transform: translateY(0.65rem) rotate(45deg);
}

.header__menu-toggle[aria-expanded="true"] .header__menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle[aria-expanded="true"] .header__menu-toggle-line:nth-child(3) {
  transform: translateY(-0.65rem) rotate(-45deg);
}

.header__menu-toggle-line {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* branding */
.header__branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.header__heading-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}

.header__heading-logo {
  display: block;
  width: 24.8rem;
  max-width: 100%;
  height: auto;
}

.header-between-text {
  margin-top: 3rem;
  max-width: 280px;
}

.header-between-text p {
  margin: 0;
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: 1.1rem;
  line-height: normal;
  text-transform: uppercase;
}

/* menú desktop */
.header__inline-menu {
  margin-top: 2.6rem;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-menu--inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
}

.header__menu-item,
.list-menu__item {
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.header__menu-item:hover,
.language-switcher__toggle:hover,
.language-switcher__link:hover,
.mobile-menu__link:hover {
  opacity: 0.7;
}

/* acciones desktop */
.header__actions {
  position: absolute;
  top: 4.3rem;
  right: 4.8rem;
  display: flex;
  align-items: center;
}

/* idioma */
.language-switcher {
  position: relative;
}

.language-switcher__toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #000;
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: 1.55rem;
  line-height: normal;
  text-transform: uppercase;
}

.language-switcher__menu {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  min-width: 14rem;
  padding: 1.4rem 1.6rem;
  margin: 0;
  list-style: none;
  background: #E2D5C9;
  border: 0.1rem solid rgba(0, 0, 0, 0.12);
}

.language-switcher__menu li+li {
  margin-top: 1rem;
}

.language-switcher__link {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  text-transform: uppercase;
}

.language-switcher__link.is-active {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

/* mobile menu panel */
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 39rem;
  max-width: 100%;
  min-height: calc(100vh - 7rem);
  padding: 4rem 3rem 5rem;
  border-top: 0;
  box-sizing: border-box;
}

.mobile-menu__nav {
  margin: 0;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu__list li+li {
  margin-top: 2.6rem;
}

.mobile-menu__link {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: 2rem;
  line-height: normal;
  text-transform: uppercase;
}

/* =========================
   TABLET + MOBILE
========================= */

@media screen and (max-width: 989px) {
  .header {
    min-height: 7rem;
    padding: 1.2rem 1.6rem;
    align-items: center;
    justify-content: center;
  }

  .header__menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
  }

  .header__branding {
    width: 100%;
  }

  .header__heading-logo {
    width: 15.5rem;
    max-width: 56vw;
    margin: 0 auto;
  }

  .header-between-text,
  .header__inline-menu {
    display: none;
  }

  .header__actions {
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .language-switcher__toggle {
    font-size: 1.35rem;
  }

  .mobile-menu {
    width: 100%;
    min-height: calc(100vh - 7rem);
    padding: 4rem 3rem 6rem;
  }
}

/* =========================
   MOBILE PEQUEÑO
========================= */

@media screen and (max-width: 749px) {
  .header {
    min-height: 6.8rem;
    padding: 1rem 1.4rem;
  }

  .header__menu-toggle {
    left: 1.4rem;
  }

  .header__actions {
    right: 1.4rem;
  }

  .header__heading-logo {
    width: 14rem;
    max-width: 44vw;
  }

  .language-switcher__toggle {
    font-size: 1.3rem;
  }

  .mobile-menu {
    padding: 4rem 3rem 5rem;
  }

  .mobile-menu__link {
    font-size: 1.8rem;
  }
}


body.contact-modal-open {
  overflow: hidden;
}


/* =========================
   FOOTER
========================= */

.site-footer {
  background-color: #E2D5C9;
  color: #000;
  font-family: "Ocachicualli-OKA", sans-serif;
}

/* CTA */
.footer-cta {
  padding-top: 100px;
  padding-bottom: 0;
}

.footer-cta__inner {
  display: flex;
  justify-content: center;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

/* botón */
.footer-cta .button {
  max-width: 100%;
  padding: 1.4rem 5rem;
  border: 0.1rem solid #000;
  background: #a29b7f;
  color: #000;
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer-cta .button:hover {
  opacity: 0.8;
}

/* logo */
.footer-logo {
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.footer-logo__wrapper {
  display: flex;
  justify-content: center;
}

.footer-logo__image {
  display: block;
  width: 100%;
  max-width: 286px;
  height: auto;
}

/* email */
.footer-email {
  padding-bottom: 100px;
}

.footer-email__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.footer-email__heading {
  margin: 0;
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: clamp(4.8rem, 7vw, 6.4rem);
  line-height: normal;
  text-transform: uppercase;
}

.footer-email__heading a {
  color: inherit;
  text-decoration: none;
}

.footer-email__heading a:hover {
  opacity: 0.75;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .footer-cta {
    padding-top: 100px;
  }

  .footer-cta__inner,
  .footer-logo,
  .footer-email__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-cta .button {
    min-width: 0;
    width: 100%;
    font-size: 1.7rem;
    padding: 1.3rem 2.2rem;
  }

  .footer-logo {
    padding-top: 15rem;
    padding-bottom: 14rem;
  }

  .footer-logo__image {
    width: 28rem;
  }

  .footer-email {
    padding-bottom: 100px;
  }

  .footer-email__heading {
    font-size: clamp(3.6rem, 1vw, 6.4rem);
    line-height: normal;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .footer-cta {
    padding-top: 100px;
  }

  .footer-cta__inner,
  .footer-logo,
  .footer-email__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .footer-cta .button {
    width: 100%;
    max-width: 100%;
    min-height: 5.2rem;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    padding: 1.2rem 1.8rem;
  }

  .footer-logo {
    padding-top: 11rem;
    padding-bottom: 10rem;
  }

  .footer-logo__image {
    width: 19rem;
  }

  .footer-email {
    padding-bottom: 100px;
  }

  .footer-email__heading {
    font-size: clamp(2rem, 1vw, 4.6rem);
    line-height: normal;
    word-break: break-word;
  }
}



/* =========================
   CONTACT MODAL
========================= */

.contact-modal__content {
  text-align: center;
}

.contact-modal__content .contact__fields {
  display: flex;
  flex-direction: column;
}

.contact-modal__content form {
  max-width: 80%;
  margin: 0 auto 4rem;
}

.contact-modal__content form button {
  font-family: var(--font-heading-family);
}

@media screen and (max-width: 989px) {
  .contact-modal__content form {
    max-width: 100%;
  }
}

.contact-modal__content form .contact__button {
  margin-top: 2rem;
}

.contact-modal__content form .field__label::before {
  content: "(";
  margin-right: 1em;
  font-family: var(--font-heading-family);
}

.contact-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}

.contact-modal__dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, calc(100vw - 2rem));
  max-height: calc(90svh - 2rem);
  overflow: auto;
  background: rgba(67, 56, 46, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2rem;
  z-index: 1001;
}

.contact-modal__dialog h2 {
  font-family: var(--font-heading-family);
  color: white;
  font-size: 2.5rem;
  line-height: normal;
}

.contact-modal__dialog h2.form-status {
  font-family: var(--font-body-family);
  font-size: 2rem;
}

.contact-modal__dialog p {
  color: white;
  font-size: 2rem;
  line-height: normal;
}

@media screen and (max-width: 989px) {

  .contact-modal__dialog h2,
  .contact-modal__dialog p {
    font-size: 2rem;
  }
}

.contact-modal__dialog a {
  color: white;
}

.contact-modal__dialog .form__message {
  color: white;
}

.contact-modal__dialog .form-status-list li {
  color: white;
}

.popup-footer p {
  font-size: 1.5rem;
  font-family: var(--font-heading-family);
}

.popup-footer img {
  max-width: 8rem;
  height: auto;
  width: 100%;
}

.contact-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: 0;
  font-size: 3rem;
  cursor: pointer;
  color: white;
}



.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}


/* =========================
   CONTACT FORM
========================= */

.contact-modal__content .contact-form {
  max-width: 80%;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 989px) {
  .contact-modal__content .contact-form {
    max-width: 100%;
  }
}

.contact-modal__content .contact__fields {
  display: flex;
  flex-direction: column;
}

.contact-modal__content .field {
  position: relative;
  margin: 0;
}

.contact-modal__content .field+.field,
.contact-modal__content .contact__fields+.field,
.contact-modal__content .field+.contact__button {
  margin-top: 0;
}

.contact-modal__content .field__input,
.contact-modal__content .text-area {
  width: 100%;
  appearance: none;
  border: 0.1rem solid rgba(0, 0, 0, 0.8);
  background: #f5f2ec;
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--font-body-family);
  font-size: 1.65rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  padding: 1.8rem 2rem 1.8rem 2rem;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

/* para que queden apilados como bloque continuo */
.contact-modal__content .contact__fields .field+.field .field__input,
.contact-modal__content .contact__fields .field+.field .text-area,
.contact-modal__content .contact__fields+.field .field__input,
.contact-modal__content .contact__fields+.field .text-area {
  border-top: 0;
}

.contact-modal__content .text-area {
  min-height: 14rem;
  resize: vertical;
  padding-top: 2rem;
}

/* placeholders apagados */
.contact-modal__content .field__input::placeholder,
.contact-modal__content .text-area::placeholder {
  color: transparent;
}

/* label dentro del campo */
.contact-modal__content .field__label,
.contact-modal__content .form__label.field__label {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
  font-family: var(--font-body-family);
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 0.12em;
  pointer-events: none;
  transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease;
}

/* label del textarea */
.contact-modal__content .text-area+.field__label,
.contact-modal__content textarea+.field__label {
  top: 2.4rem;
  transform: none;
}

/* tu before importante */
.contact-modal__content form .field__label::before {
  content: "(";
  margin-right: 1em;
  font-family: var(--font-heading-family);
}

/* al enfocar o escribir, el label sube */
.contact-modal__content .field__input:focus+.field__label,
.contact-modal__content .field__input:not(:placeholder-shown)+.field__label {
  top: 0.6rem;
  transform: none;
  opacity: 0.7;
  font-size: 1rem;
}

.contact-modal__content .text-area:focus+.field__label,
.contact-modal__content .text-area:not(:placeholder-shown)+.field__label,
.contact-modal__content textarea:focus+.field__label,
.contact-modal__content textarea:not(:placeholder-shown)+.field__label {
  top: 1rem;
  opacity: 0.7;
  font-size: 1.1rem;
}

/* focus */
.contact-modal__content .field__input:focus,
.contact-modal__content .text-area:focus {
  background: #f5f2ec;
  border-color: #000;
}

/* botón */
.contact-modal__content .contact__button {
  margin-top: 2.2rem;
  display: flex;
  justify-content: center;
}

.contact-modal__content .contact__button .button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  min-width: 14rem;
  min-height: 4.8rem;
  padding: 1.2rem 2.8rem;
  font-family: var(--font-heading-family);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.contact-modal__content .contact__button .button:hover {
  opacity: 0.85;
}

/* mensajes de error / success */
.contact-modal__content .form__message,
.contact-modal__content .form-status,
.contact-modal__content .form-status-list {
  color: #fff;
  font-family: var(--font-body-family);
  margin-top: 1.6rem;
}

.contact-modal__content .form-status-list {
  padding-left: 1.8rem;
  text-align: left;
}

/* responsive */
@media screen and (max-width: 989px) {

  .contact-modal__content .field__input,
  .contact-modal__content .text-area {
    font-size: 1.45rem;
    padding: 1.6rem 1.6rem;
  }

  .contact-modal__content .field__label,
  .contact-modal__content .form__label.field__label {
    left: 1.6rem;
    font-size: 1.45rem;
  }

  .contact-modal__content .text-area+.field__label,
  .contact-modal__content textarea+.field__label {
    top: 2rem;
  }

  .contact-modal__content .contact__button .button {
    min-width: 13rem;
    min-height: 4.6rem;
    font-size: 1.35rem;
  }
}


.contact-modal__content form .field__label::before {
  content: "(";
  margin-right: 1em;
  font-family: var(--font-heading-family);
}


.form-message {
  margin-top: 1.5rem;
  font-family: var(--font-heading-family);
  font-size: 1.4rem;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.form-message.is-success {
  color: #ffffff;
  opacity: 1;
  transform: translateY(0);
}

.form-message.is-error {
  color: #ff6b6b;
  opacity: 1;
  transform: translateY(0);
}


/* =========================
   WHATSAPP FLOAT
========================= */

.wa-float {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2500;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wa-float:hover {
  transform: translateY(-0.2rem);
  opacity: 0.92;
}

.wa-float__icon {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .wa-float {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 5.4rem;
    height: 5.4rem;
  }

  .wa-float__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}


body.menu-open .wa-float,
body.contact-modal-open .wa-float {
  opacity: 0;
  pointer-events: none;
}





/* =========================
   HERO BANNER
========================= */

.hero-banner {
  position: relative;
  width: 100%;
  min-height: 72rem;
  overflow: hidden;
  background: #000;
}

.hero-banner.full-height {
  height: 99svh;
}

.hero-banner__media {
  position: absolute;
  inset: 0;
}

.hero-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner.full-height .hero-banner__content {
  height: 99svh;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
  min-height: 72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 2rem;
}

.hero-banner__box {
  width: 100%;
  max-width: 100rem;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-banner__heading {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: clamp(3.4rem, 4.5vw, 4rem);
  line-height: normal;
  text-transform: uppercase;
}

.hero-banner__logo-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hero-banner__logo {
  display: block;
  width: 30rem;
  max-width: 100%;
  height: auto;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {

  .hero-banner,
  .hero-banner__content {
    min-height: 58rem;
  }

  .hero-banner__content {
    align-items: center;
    padding: 5rem 2rem;
  }

  .hero-banner__heading {
    font-size: clamp(2.8rem, 6vw, 2rem);
  }

  .hero-banner__logo-wrap {
    margin-top: 4.5rem;
  }

  .hero-banner__logo {
    width: 24rem;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {

  .hero-banner,
  .hero-banner__content {
    min-height: 46rem;
  }

  .hero-banner__content {
    align-items: center;
    padding: 4rem 1.6rem;
  }

  .hero-banner__heading {
    font-size: clamp(2.2rem, 8vw, 2rem);
  }

  .hero-banner__logo-wrap {
    margin-top: 3.2rem;
  }

  .hero-banner__logo {
    width: 17rem;
  }
}



/* =========================
   BRAND COPY
========================= */

.brand-copy {
  background: #E2D5C9;
  padding: 10rem 0 14rem;
}

.brand-copy__inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: border-box;
}

.brand-copy__text {
  margin: 0;
  color: #000;
  font-family: var(--font-body-family);
  font-size: 3rem;
  line-height: 140%;
  text-align: left;
}

.brand-copy__text p {
  margin: 0;
}

/* .brand-copy__text p+p {
  margin-top: 2rem;
} */

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .brand-copy {
    padding: 7rem 0 10rem;
  }

  .brand-copy__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .brand-copy__text {
    font-size: 2rem;
    line-height: 140%;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .brand-copy {
    padding: 5.5rem 0 7rem;
  }

  .brand-copy__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .brand-copy__text {
    font-size: 1.8rem;
    line-height: 140%;
  }
}



/* =========================
   SECTOR CARDS
========================= */

.sector-cards {
  width: 100%;
  padding: 3.2rem 2.8rem 8rem;
  box-sizing: border-box;
  background: #E2D5C9;
  overflow: hidden;
}

.sector-cards__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.6rem;
  width: 100%;
}

.sector-card {
  width: 100%;
  min-width: 0;
}

.sector-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72 / 1;
  overflow: hidden;
}

.sector-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;

  background: linear-gradient(#0000002e, #0000002e);
}

.sector-card__badge {
  display: block;
  height: 14rem;
  /* mismo alto para ambos */
  width: auto;
  /* mantiene proporción */
  max-width: 80%;
  object-fit: contain;
}


@media screen and (max-width: 989px) {
  .sector-card__badge {
    height: 11rem;
    max-width: 78%;
  }
}

@media screen and (max-width: 749px) {
  .sector-card__badge {
    height: 8.8rem;
    max-width: 74%;
  }
}

/* =========================
   MARQUEE
========================= */

.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 4.2rem;
}

.logo-marquee__track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
}

.logo-marquee--left .logo-marquee__track {
  animation: marquee-left 35s linear infinite;
}

.logo-marquee--right .logo-marquee__track {
  animation: marquee-right 35s linear infinite;
}

.logo-marquee__item {
  flex: 0 0 auto;
}

.logo-marquee__image {
  display: block;
  height: 8rem;
  width: 16rem;
  object-fit: contain;
}

.logo-marquee__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12rem;
  z-index: 2;
  pointer-events: none;
}

.logo-marquee__fade--left {
  left: 0;
  background: linear-gradient(to right, #E2D5C9 30%, rgba(226, 213, 201, 0) 100%);
}

.logo-marquee__fade--right {
  right: 0;
  background: linear-gradient(to left, #E2D5C9 30%, rgba(226, 213, 201, 0) 100%);
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .sector-cards {
    padding: 2.4rem 2rem 5.6rem;
  }

  .sector-cards__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.6rem;
  }

  .sector-card__media {
    aspect-ratio: 0.78 / 1;
  }

  .sector-card__title {
    font-size: clamp(3.4rem, 7vw, 3.8rem);
  }

  .logo-marquee {
    margin-top: 3rem;
  }

  .logo-marquee__image {
    height: 8rem;
  }

  .logo-marquee__fade {
    width: 4rem;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .sector-cards {
    padding: 1.6rem 1.6rem 4.8rem;
  }

  .sector-card__media {
    aspect-ratio: 0.82 / 1;
  }

  .sector-card__overlay {
    padding: 2rem;
  }

  .sector-card__title {
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    line-height: 1;
  }

  .logo-marquee {
    margin-top: 2.4rem;
  }

  .logo-marquee__track {
    gap: 2.8rem;
  }

  .logo-marquee__image {
    height: 6.4rem;
  }

  .logo-marquee__fade {
    width: 3rem;
  }
}


.sector-cards,
.sector-cards__grid,
.sector-card,
.sector-card__media,
.logo-marquee {
  box-sizing: border-box;
}


.sector-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72 / 1;
  overflow: hidden;
}

.sector-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transform: scale(1);
  transition: transform 0.6s ease;
}

/* 👇 HOVER */
.sector-card:hover .sector-card__image {
  transform: scale(1.05);
}




/* =========================
   PRODUCTS SECTION
========================= */

.products-section {
  width: 100%;
  padding: 10rem 14.4rem 10rem;
  box-sizing: border-box;
  background: #E2D5C9;
}

.products-section__heading-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 7.6rem;
}

.products-section__heading {
  margin: 0;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: clamp(5.2rem, 6vw, 6.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.products-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  width: 100%;
}

.product-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.product-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  pointer-events: none;
  /* para que el link siga funcionando */
}

.product-card__badge {
  display: block;
  height: 30rem;
  /* 👈 MISMO ALTO para ambas cards */
  width: auto;
  max-width: 80%;
  object-fit: contain;
}

@media screen and (max-width: 989px) {
  .product-card__badge {
    height: 30rem;
    max-width: 78%;
  }
}

@media screen and (max-width: 749px) {
  .product-card__badge {
    height: 22rem;
    max-width: 74%;
  }
}

.product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (hover: hover) {
  .product-card:hover .product-card__image {
    transform: scale(1.05);
  }
}

.product-card__body {
  min-height: 12.2rem;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  box-sizing: border-box;
}

.product-card__title {
  margin: 0;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card__text {
  margin: 0.8rem 0 0;
  color: rgba(0, 0, 0, 0.72);
  font-family: var(--font-heading-family);
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .products-section {
    padding: 7rem 3rem 7rem;
  }

  .products-section__heading-wrap {
    margin-bottom: 4.8rem;
  }

  .products-section__heading {
    font-size: clamp(3.8rem, 8vw, 5.4rem);
  }

  .products-section__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-card__body {
    min-height: 10.4rem;
  }

  .product-card__title {
    font-size: 1.9rem;
  }

  .product-card__text {
    font-size: 1.6rem;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .products-section {
    padding: 5.5rem 1.6rem 5.5rem;
  }

  .products-section__heading-wrap {
    margin-bottom: 3.6rem;
  }

  .products-section__heading {
    font-size: clamp(2.8rem, 11vw, 3rem);
    line-height: 1;
  }

  .product-card__body {
    min-height: 9rem;
    padding: 1.8rem 1.4rem;
  }

  .product-card__title {
    font-size: 1.6rem;
  }

  .product-card__text {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}



/* =========================
   REVIEWS SECTION
========================= */

.reviews-section {
  width: 100%;
  padding: 80px 3rem;
}

.reviews-section__heading-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 7.6rem;
}

.reviews-section__heading {
  margin: 0;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: clamp(5.2rem, 6vw, 6.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}


/* =========================
   TABLE WRAPPER
========================= */

.reviews-table-wrap {
  width: 100%;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* =========================
   TABLE BASE
========================= */

.reviews-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  table-layout: fixed;

  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  color: #111;
}


/* =========================
   HEADERS
========================= */

.reviews-table thead th {
  text-align: left;
  font-weight: 500;
  padding: 10px 12px 14px;
  white-space: nowrap;
}


/* =========================
   CELLS
========================= */

.reviews-table tbody td {
  padding: 14px 12px;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, .65);
}


/* =========================
   COLUMN WIDTHS
========================= */

.rt-col-name {
  width: 190px;
}

.rt-col-rating {
  width: 90px;
}

.rt-col-product {
  width: 150px;
}

.rt-col-review {
  width: 520px;
}

.rt-col-image {
  width: 90px;
}


/* =========================
   CONTENT STYLES
========================= */

.rt-rating {
  letter-spacing: 1px;
  white-space: nowrap;
}

.rt-product a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rt-review {
  line-height: 1.35;
}

.rt-thumb {
  width: 44px;
  height: 44px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  background: #eee;
}

.rt-empty {
  opacity: .5;
}


/* =========================
   ELLIPSIS (IMPORTANT)
========================= */

.reviews-table td.rt-col-review,
.reviews-table td.rt-col-name,
.reviews-table td.rt-col-product {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* =========================
   ROW HOVER
========================= */

.reviews-table tbody tr {
  transition: background .15s ease;
  cursor: pointer;
}

.reviews-table tbody tr:hover {
  background: #c8beb6;
}


/* =========================
   EXPAND (por si lo usas después)
========================= */

.reviews-table tr.rt-expand {
  display: none;
}

.reviews-table tr.rt-expand.is-open {
  display: table-row;
}

.reviews-table tr.rt-expand td {
  padding: 16px 12px;
  background: #c8beb6;
  border-bottom: 1px solid rgba(0, 0, 0, .65);
}

.rt-expand-inner {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 16px;
  align-items: start;
}

.rt-expand-media img {
  width: 100%;
  max-width: 260px;
  border-radius: 6px;
}

.rt-expand-text {
  line-height: 1.45;
}

.rt-expand-text a {
  color: black;
}


@media screen and (max-width: 989px) {


  .reviews-section__heading-wrap {
    margin-bottom: 4.8rem;
  }

  .reviews-section__heading {
    font-size: clamp(3.8rem, 8vw, 5.4rem);
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {


  .reviews-section {
    padding: 60px 1.6rem;
  }

  .reviews-section__heading-wrap {
    margin-bottom: 3.6rem;
  }

  .reviews-section__heading {
    font-size: clamp(2.8rem, 11vw, 3rem);
    line-height: 1;
  }

  .reviews-table {
    min-width: 760px;
    font-size: 12px;
  }

  .reviews-table thead th {
    padding: 8px 10px 10px;
  }

  .reviews-table tbody td {
    padding: 10px;
  }

  .rt-col-review {
    width: 420px;
  }

  .rt-thumb {
    width: 36px;
    height: 36px;
  }

  .rt-expand-inner {
    grid-template-columns: 1fr;
  }
}





/*GSAP Headings*/

.split-word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.split-word {
  display: inline-block;
  will-change: transform, opacity;
}

.header-between-text p,
.hero-banner__heading,
.brand-copy__text,
.products-section__heading,
.reviews-section__heading,
.sector-card__title,
.product-card__title,
.product-card__text,
.about-hero-section__heading,
.split-content-section__heading,
.certifications-section__heading {
  opacity: 0;
}







/* =========================
   ABOUT HERO SECTION
========================= */

.about-hero-section {
  width: 100%;
  background: #E2D5C9;
  padding: 4.8rem 0 4rem;
  box-sizing: border-box;
}

.about-hero-section__heading-wrap {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
}

.about-hero-section__heading {
  margin: 0;
  max-width: 110rem;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: clamp(4rem, 6vw, 4.6rem);
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-hero-section__media {
  width: 100%;
  overflow: hidden;
}

.about-hero-section__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .about-hero-section {
    padding: 4rem 0 3.2rem;
  }

  .about-hero-section__heading-wrap {
    padding: 0 2rem 3.2rem;
  }

  .about-hero-section__heading {
    max-width: 82rem;
    font-size: clamp(2.2rem, 4vw, 5.8rem);
    line-height: 0.98;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .about-hero-section {
    padding: 3.2rem 0 2.4rem;
  }

  .about-hero-section__heading-wrap {
    padding: 0 1.6rem 2.4rem;
  }

  .about-hero-section__heading {
    max-width: 100%;
    font-size: clamp(1.6rem, 4vw, 4.4rem);
    line-height: 1;
  }
}



/* =========================
   MANIFEST SECTION
========================= */

.manifest-section {
  width: 100%;
  background: #E2D5C9;
  padding: 7rem 0 7rem;
  box-sizing: border-box;
}

.manifest-section__inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.manifest-section__content {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

.manifest-section__content p {
  margin: 0;
  color: #a29a80;
  font-family: "Ocachicualli-OKA", sans-serif;
  font-size: 1.3rem;
  line-height: 140%;
  letter-spacing: 0.06em;
}

.manifest-section__content p+p {
  margin-top: 1.2rem;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .manifest-section {
    padding: 5.6rem 0;
  }

  .manifest-section__content {
    max-width: 34rem;
  }

  .manifest-section__content p {
    font-size: 1.25rem;
  }

  .manifest-section__content p+p {
    margin-top: 1rem;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .manifest-section {
    padding: 4.8rem 0;
  }

  .manifest-section__inner {
    padding: 0 1.6rem;
  }

  .manifest-section__content {
    max-width: 100%;
  }

  .manifest-section__content p {
    font-size: 1.2rem;
    line-height: 145%;
  }

  .manifest-section__content p+p {
    margin-top: 0.9rem;
  }
}




/* =========================
   SPLIT CONTENT SECTION
========================= */

.split-content-section {
  width: 100%;
  background: #E2D5C9;
  padding: 0 2.8rem 8rem;
  box-sizing: border-box;
}

.split-content-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 7rem;
  align-items: center;
}

.split-content-section--reverse .split-content-section__media {
  order: 2;
}

.split-content-section--reverse .split-content-section__content {
  order: 1;
}

.split-content-section__media {
  width: 100%;
}

.split-content-section__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.split-content-section__content {
  width: 100%;
  max-width: 60rem;
}

.split-content-section__heading {
  margin: 0 0 2.8rem;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: clamp(4rem, 5vw, 4rem);
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.split-content-section__text {
  color: rgba(0, 0, 0, 0.72);
  font-family: var(--font-body-family);
  font-size: 2rem;
  line-height: 1.95;
  letter-spacing: 0.08em;
}

.split-content-section__text p {
  margin: 0;
}

.split-content-section__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.split-content-section__text li {
  position: relative;
  margin: 0;
  padding-left: 3.2rem;
}

.split-content-section__text li+li {
  margin-top: 0.8rem;
}

.split-content-section__text li::before {
  content: "(";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.72);
  font-family: var(--font-heading-family);
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .split-content-section {
    padding: 0 2rem 6rem;
  }

  .split-content-section__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .split-content-section--reverse .split-content-section__media,
  .split-content-section--reverse .split-content-section__content {
    order: initial;
  }

  .split-content-section__content {
    max-width: 100%;
  }

  .split-content-section__heading {
    margin-bottom: 2rem;
    font-size: clamp(3.2rem, 7vw, 4rem);
  }

  .split-content-section__text {
    font-size: 1.7rem;
    line-height: 1.8;
  }

  .split-content-section__text li {
    padding-left: 2.6rem;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .split-content-section {
    padding: 0 1.6rem 4.8rem;
  }

  .split-content-section__grid {
    gap: 2.8rem;
  }

  .split-content-section__heading {
    margin-bottom: 1.8rem;
    font-size: clamp(2.8rem, 5vw, 4rem);
    line-height: 1;
  }

  .split-content-section__text {
    font-size: 1.35rem;
    line-height: 1.75;
  }

  .split-content-section__text li {
    padding-left: 2.2rem;
  }
}


/* =========================
   CERTIFICATIONS SECTION
========================= */

.certifications-section {
  width: 100%;
  background: #E2D5C9;
  padding: 8rem 0 10rem;
  box-sizing: border-box;
}

.certifications-section__inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2.8rem;
  box-sizing: border-box;
}

.certifications-section__heading-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 4.8rem;
}

.certifications-section__heading {
  margin: 0;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.certifications-section__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 5.2rem;
  row-gap: 4rem;
  align-items: center;
}

.certifications-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
}

.certifications-section__logo {
  display: block;
  max-width: 100%;
  max-height: 9rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* =========================
   TABLET
========================= */

@media screen and (max-width: 989px) {
  .certifications-section {
    padding: 6rem 0 7rem;
  }

  .certifications-section__inner {
    padding: 0 2rem;
  }

  .certifications-section__heading-wrap {
    margin-bottom: 4rem;
  }

  .certifications-section__heading {
    font-size: 2.2rem;
  }

  .certifications-section__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 3.2rem;
    row-gap: 3.2rem;
  }

  .certifications-section__item {
    min-height: 10rem;
  }

  .certifications-section__logo {
    max-height: 7.6rem;
  }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 749px) {
  .certifications-section {
    padding: 4.8rem 0 5.6rem;
  }

  .certifications-section__inner {
    padding: 0 1.6rem;
  }

  .certifications-section__heading-wrap {
    margin-bottom: 3.2rem;
  }

  .certifications-section__heading {
    font-size: 2rem;
  }

  .certifications-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.4rem;
    row-gap: 2.4rem;
  }

  .certifications-section__item {
    min-height: 8.8rem;
  }

  .certifications-section__logo {
    max-height: 6.4rem;
  }
}