.washing-care-hero .guide-hero__media {
  background: var(--surface-soft);
}

.washing-care-hero.article-hero::after {
  background: linear-gradient(90deg, #f3f8f8 0%, #f3f8f8 36%, rgba(243, 248, 248, 0.99) 44%, rgba(243, 248, 248, 0.9) 51%, rgba(243, 248, 248, 0.68) 58%, rgba(243, 248, 248, 0.4) 64%, rgba(243, 248, 248, 0.15) 69%, rgba(243, 248, 248, 0) 73%);
}

.washing-care-hero .guide-hero__media img {
  object-fit: contain;
  object-position: right center;
}

.care-prep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.care-prep-card {
  min-height: 238px;
  padding: 25px 22px;
  border-top: 3px solid var(--teal);
  border-radius: 0 0 var(--radius) var(--radius);
  background: var(--surface-soft);
}

.care-prep-card__number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border: 1px solid #9ec9cc;
  border-radius: 50%;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
}

.care-prep-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.care-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.care-step {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.care-step__visual {
  position: relative;
  min-height: 148px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background-color: var(--surface-soft);
  background-image: repeating-linear-gradient(0deg, rgba(0, 139, 151, 0.05) 0 1px, transparent 1px 12px);
}

.care-step__visual > span {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.care-step__visual svg {
  width: 90px;
  height: 80px;
  fill: none;
  stroke: var(--teal-dark);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-step__body {
  min-height: 166px;
  padding: 22px 20px;
}

.care-step__body h3 {
  font-size: 18px;
}

.care-step__body p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.care-note {
  margin-top: 20px;
  padding: 15px 18px;
  border-left: 3px solid var(--teal);
  background: #fff;
  color: #40535b;
  font-size: 13px;
  line-height: 1.58;
}

.care-note strong {
  color: var(--navy);
}

.wash-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wash-method-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.wash-method-card__header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 23px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.wash-method-card__header > div {
  min-width: 0;
}

.wash-method-card__icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
}

.wash-method-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wash-method-card__header > div > span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.wash-method-list {
  padding: 6px 24px 8px;
  margin: 0;
  list-style: none;
}

.wash-method-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  color: #40535b;
  font-size: 14px;
  line-height: 1.55;
}

.wash-method-list li:first-child {
  border-top: 0;
}

.wash-method-list svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 1px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.care-detail-card {
  min-height: 235px;
  padding: 25px 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.care-detail-card__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--surface-green);
  color: var(--green);
}

.care-detail-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-detail-card p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.care-check-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(450px, 1.14fr);
  align-items: center;
  gap: 72px;
}

.care-check-copy > p:not(.eyebrow) {
  margin-top: 15px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.care-check-copy__note {
  padding: 15px 17px;
  border-left: 3px solid var(--teal);
  background: #fff;
  color: #40535b !important;
  font-size: 13px !important;
}

.care-check-list {
  padding: 0;
  margin: 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.care-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 19px 4px;
  border-top: 1px solid var(--line);
}

.care-check-list li:first-child {
  border-top: 0;
}

.care-check-list > li > span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border: 1px solid #a8cec0;
  border-radius: 50%;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
}

.care-check-list strong {
  color: var(--navy);
  font-size: 15px;
}

.care-check-list p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .care-prep-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-prep-card {
    min-height: 205px;
  }

  .care-check-layout {
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .washing-care-hero .guide-hero__media img {
    object-fit: cover;
    object-position: center center;
  }

  .care-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-check-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 720px) {
  .wash-method-grid,
  .care-detail-grid {
    grid-template-columns: 1fr;
  }

  .care-detail-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .washing-care-hero .guide-hero__media {
    aspect-ratio: 4 / 3;
  }

  .care-prep-grid,
  .care-steps-grid {
    grid-template-columns: 1fr;
  }

  .care-prep-card,
  .care-step__body {
    min-height: 0;
  }

  .care-step__visual {
    min-height: 136px;
  }

  .wash-method-card__header,
  .wash-method-list {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .care-prep-card,
  .care-step,
  .wash-method-card,
  .care-detail-card {
    transform: none !important;
  }
}
