/* MERCHANDISING */

.active-link {
  opacity: .6;
}

/* HERO */

.mch-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("img/mercha.png") center center / cover no-repeat;
}

.mch-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.58) 50%, rgba(0,0,0,.14) 100%);
}

.mch-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

.mch-hero-content > span,
.mch-label,
.mch-split-content > span,
.mch-more-content > span,
.mch-contact-copy > span,
.mch-highlight-heading span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.mch-hero h1 {
  max-width: 900px;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: .84;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.mch-hero p {
  max-width: 650px;
  margin: 30px 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.mch-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* INTRO */

.mch-intro {
  padding: 110px 0;
}

.mch-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
  align-items: end;
}

.mch-intro h2 {
  max-width: 760px;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.mch-intro-copy {
  display: grid;
  gap: 18px;
}

.mch-intro-copy p {
  color: #6b6b72;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* CATEGORIAS */

.mch-categories {
  background: #f5f5f2;
}

.mch-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 24px;
}

.mch-category-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 330px;
  overflow: hidden;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 34px rgba(0,0,0,.06);
}

.mch-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mch-category-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mch-category-content > span {
  margin-bottom: 28px;
  color: #9a9aa0;
  font-size: .76rem;
}

.mch-category-content h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.mch-category-content p {
  color: #6d6d73;
  line-height: 1.6;
}

.mch-category-content a {
  margin-top: 22px;
  font-weight: 800;
}

/* DESTACADOS */

.mch-highlight {
  padding: 110px 0;
}

.mch-highlight-heading {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 45px;
}

.mch-highlight-heading h2 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.mch-highlight-heading > p {
  color: #6d6d73;
  line-height: 1.7;
}

.mch-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

.mch-highlight-grid article {
  background: #f6f6f4;
  border-radius: 18px;
  overflow: hidden;
}

.mch-highlight-grid img {
  width: 100%;
  aspect-ratio: 330 / 450;
  object-fit: cover;
}

.mch-highlight-grid h3 {
  padding: 20px 20px 8px;
  font-size: 1.12rem;
}

.mch-highlight-grid p {
  padding: 0 20px 24px;
  color: #707077;
  line-height: 1.55;
}

/* SPLIT */

.mch-split {
  padding: 110px 0;
}

.mch-split.dark {
  background: #0b0b0d;
  color: #fff;
}

.mch-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.mch-split-grid.reverse .mch-split-image {
  order: 2;
}

.mch-split-image img {
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  border-radius: 28px;
}

.mch-split-content h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .95;
  letter-spacing: -.05em;
}

.mch-split-content p {
  max-width: 620px;
  color: #6d6d73;
  line-height: 1.7;
}

.mch-split.dark .mch-split-content p,
.mch-split.dark .mch-split-content li {
  color: rgba(255,255,255,.67);
}

.mch-split-content ul {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  list-style: none;
}

.mch-split-content li::before {
  content: "✓";
  margin-right: 10px;
  font-weight: 800;
}

.mch-light-btn {
  background: #fff;
  color: #111;
  border-color: #fff;
}

/* MÁS OPCIONES */

.mch-more {
  padding: 105px 0;
  background: #151518;
  color: #fff;
  text-align: center;
}

.mch-more-content {
  max-width: 900px;
}

.mch-more h2 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.mch-more p {
  max-width: 650px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,.67);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* CONTACTO */

.mch-contact {
  padding: 110px 0;
  background: #f5f5f2;
}

.mch-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.mch-contact-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .95;
  letter-spacing: -.05em;
}

.mch-contact-copy p {
  color: #6d6d73;
  line-height: 1.7;
}

.mch-contact-links {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  font-weight: 800;
}

.mch-contact-box {
  padding: 34px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 34px rgba(0,0,0,.06);
}

.mch-contact-box h3 {
  margin-bottom: 24px;
  font-size: 1.45rem;
}

.mch-info-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #e5e5e5;
}

.mch-info-row strong {
  color: #929298;
}

.mch-info-row span {
  color: #5f5f65;
}

.mch-contact-box .btn {
  margin-top: 26px;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .mch-category-grid {
    grid-template-columns: 1fr;
  }

  .mch-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .mch-intro-grid,
  .mch-highlight-heading,
  .mch-split-grid,
  .mch-contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mch-split-grid.reverse .mch-split-image {
    order: initial;
  }
}

@media (max-width: 640px) {
  .mch-hero {
    min-height: 84vh;
  }

  .mch-hero-overlay {
    background: rgba(0,0,0,.65);
  }

  .mch-intro,
  .mch-highlight,
  .mch-split,
  .mch-more,
  .mch-contact {
    padding: 75px 0;
  }

  .mch-category-card {
    grid-template-columns: 1fr;
  }

  .mch-category-card img {
    aspect-ratio: 16 / 10;
  }

  .mch-highlight-grid {
    grid-template-columns: 1fr;
  }

  .mch-contact-box {
    padding: 24px;
  }
}
