.routine-step {
  container-type: inline-size;
  margin-bottom: 7cqw;
}

.how-to-apply {
  container-type: inline-size;
}

.how-to-apply__title {
  font-size: clamp(24px, 8cqw, 26px);

  font-family: "Palatino Linotype", Palatino, serif;
  font-weight: 400;
  padding-top: 12cqw;
  line-height: 1.2;
  margin-bottom: 3cqw;
  border-bottom: 1px solid #231815;
}

.routine-step__img {
  display: block;
  width: 100%;
  height: auto;
}

.routine-step__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1cqw;
}

.routine-step__symbol img {
  display: block;
  width: 100%;
  max-width: 20cqw;
  height: auto;
  margin: 0 auto;
}

.routine-step__list {
  display: grid;
  grid-auto-rows: 1fr;
  background-color: #fff;
  border-radius: 6cqw;
  padding: 6cqw;
}

.routine-step__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: flex-end;
}

.routine-step__item:not(:last-child) {
  border-bottom: 1px solid #F5EFEC;
  padding-bottom: 2cqw;
}

.routine-step__item:not(:first-child) {
  padding-top: 2cqw;
}

.routine-step__item--wide .routine-step__media img {
  max-width: 8cqw;
  margin-bottom: 1cqw;
}

.routine-step__media {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.routine-step__media img {
  display: block;
  width: auto;
  height: auto;
  max-height: 12cqw;
  margin: 0 auto;
}

.routine-step__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  line-height: 1;
}

.routine-step__content a:hover {
  text-decoration: none;
}

.routine-step__category {
  font-family: "Interstate", sans-serif;
  font-size: clamp(7px, 2.33cqw, 12px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1cqw;
}

.routine-step__product {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(7px, 2.33cqw, 12px);
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0.1em;
  margin-bottom: 4cqw;
}

.routine-step__label {
  font-family: "Interstate", sans-serif;
  font-size: clamp(10px, 3.33cqw, 16px);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.routine-step__morning .routine-step__category,
.routine-step__morning .routine-step__label {
  color: #D6B9AE;
}

.routine-step__night .routine-step__category,
.routine-step__night .routine-step__label {
  color: #AFADAA;
}

.how-to-apply__video {
  margin-bottom: 10cqw;
}

.ingredients {
  container-type: inline-size;
}

.ingredients__inner {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  padding: 8cqw 0 0;
}

.ingredients--beauty .ingredients__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ingredients__title {
  font-size: clamp(24px, 8cqw, 26px);
  font-family: "Palatino Linotype", Palatino, serif;
  font-weight: 400;
  padding-top: 12cqw;
  line-height: 1.2;
  margin-bottom: 3cqw;
  border-bottom: 1px solid #231815;
}

.ttlBlk .ttlObj {
  margin-bottom: 1cqw;
}

.ingredients__sub-title {
  font-family: "Palatino Linotype", Palatino, serif;
  font-size: clamp(13px, 4.17cqw, 23px);
  font-weight: 400;
  color: #000;
  letter-spacing: 0;

}

.ingredients__text {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(7px, 2.24cqw, 12px);
  color: #2F2F2F;
  letter-spacing: 0;
}

.ingredients--beauty {
  margin-bottom: 17cqw;
}

.ingredients--free {
  margin-bottom: 20cqw;
}

.ingredients--beauty .ingredients__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ingredients__center {
  position: absolute;
  width: 26cqw;
  text-align: center;
  opacity: 1;
  transform: scale(1);
}

.ingredients--beauty .ingredients__center .ingredients__heading {
  font-size: clamp(10px, 2.67cqw, 16px);
}

.ingredients--beauty .ingredients__item {
  position: absolute;
  width: 18cqw;
  text-align: center;
  opacity: 1;
  transform: rotate(var(--angle)) translate(var(--dist, 40cqw)) rotate(calc(var(--angle) * -1)) scale(1);
}

.ingredients--beauty .ingredients__item.is-side {
  transform: rotate(var(--angle)) translate(var(--dist, 34.66cqw)) rotate(calc(var(--angle) * -1)) scale(1);
}

.ingredients__img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 1cqw;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ingredients__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;f
  object-fit: cover;
  display: block;
}

.ingredients__content {
  display: flex;
  flex-direction: column;
  gap: 1cqw;
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  width: 35cqw;
  pointer-events: none;
}

.ingredients__center .ingredients__content {
  width: 32cqw;
}

.ingredients--beauty .ingredients__heading {
  font-family: "Interstate", sans-serif;
  font-weight: 400;
  font-size: clamp(8px, 2.56cqw, 13px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #1A1A1A;
}

.ingredients__description {
  list-style: none;
  font-family: "Interstate", sans-serif;
  font-weight: 400;
  font-size: clamp(6px, 1.92cqw, 11px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #979CA0;
  padding: 0;
  margin: 0;
}

.ingredients__description li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  white-space: nowrap;
}


.ingredients--free .ingredients__sub-title {
  padding: 0 0 10cqw 0;
}

.ingredients__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 2cqw;
}

.ingredients--free .ingredients__item {
  display: flex;
  flex-direction: column;
  gap: 1cqw;
}

.ingredients__thumb-img {
  display: block;
  width: 100%;
  max-width: 13cqw;
  height: auto;
  margin: 0 auto;
}

.ingredients--free .ingredients__heading {
  font-family: "Interstate", sans-serif;
  font-weight: 400;
  font-size: clamp(7px, 2.24cqw, 12px);
  letter-spacing: 0;
  color: #000;
  line-height: 1.4;
  text-align: center;
}

.ingredients__btn-wrap {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 15cqw;
}

.ingredients__btn {
  display: block;
  font-size: 14px;
  padding: 2.5cqw 8cqw;
  border-radius: 50px;
  width: 100%;

  background-color: var(--btnClr);
  color: #fff;
  cursor: pointer;
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: background-color 0.2s ease;
  text-align: center;
}

.ingredients__btn:hover {
  opacity: 0.7;
}

a.ingredients__btn:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .how-to-apply__video {
    margin: 0;
  }
}
