/* V126: mandatory introduction, meal choices and care intensity. */
.v126-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  margin: clamp(2.75rem, 6vw, 5.5rem) 0;
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: clamp(22px, 3vw, 34px);
  color: #fff;
  background: linear-gradient(135deg, #550014 0%, #970020 58%, #d80731 100%);
  box-shadow: 0 24px 60px rgba(69, 0, 17, .18);
}

body.dha-home-refresh .dhr-services .v126-introduction h3 {
  max-width: 18ch;
  margin: .45rem 0 1rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.v126-introduction-copy > p:last-child {
  max-width: 72ch;
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.v126-kicker {
  margin: 0;
  color: #ffd365;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v126-introduction-note {
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 22px;
  background: rgba(255, 255, 255, .11);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
}

.v126-meal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v126-meal-card .ds-card-visual {
  aspect-ratio: 4 / 3;
}

.v126-meal-card .ds-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v126-meal-card:nth-child(2) .ds-card-visual img {
  object-position: 50% 58%;
}

.v126-care-levels {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: #fff9f6;
}

.v126-care-levels .ds-section-intro {
  max-width: 920px;
}

.v126-care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.v126-care-card {
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid #ead8d6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(67, 14, 28, .08);
}

.v126-care-card h3 {
  margin: 0 0 .85rem;
  color: #4a1422;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.v126-care-card p {
  margin: 0;
  color: #62565a;
  line-height: 1.65;
}

.v126-care-special {
  border-top: 7px solid #e40035;
}

.v126-care-extra-care {
  border: 0;
  border-top: 7px solid #ffd365;
  color: #fff;
  background: linear-gradient(145deg, #550014, #87001d);
}

body.dha-service-refresh .v126-care-extra-care h3,
body.dha-service-refresh .v126-care-extra-care p {
  color: #fff;
}

@media (max-width: 1100px) {
  .v126-introduction {
    grid-template-columns: 1fr;
  }

  .v126-care-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .v126-introduction {
    margin: 2.6rem 0;
    padding: 1.35rem;
    border-radius: 24px;
  }

  body.dha-home-refresh .dhr-services .v126-introduction h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .v126-introduction-note {
    padding: 1.15rem;
  }

  .v126-meal-grid {
    grid-template-columns: none;
  }
}
