.nuwa-home {
  margin: 0;
}

.nuwa-hero {
  --nuwa-blue: #b8d9e9;
  --nuwa-white: #ffffff;
  --nuwa-soft-white: rgba(255, 255, 255, 0.72);
  position: relative;
  min-height: 680px;
  height: 100vh;
  max-height: 860px;
  overflow: hidden;
  color: var(--nuwa-white);
  background: #1f1712;
  font-family: var(--nuwa-font-primary);
}

.nuwa-hero__slider,
.nuwa-hero__slide,
.nuwa-hero__overlay {
  position: absolute;
  inset: 0;
}

.nuwa-hero__slide {
  opacity: 0;
  transition: opacity 900ms ease;
}

.nuwa-hero__slide.is-active {
  opacity: 1;
}

.nuwa-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nuwa-hero__fallback {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 18% 40%,
      rgba(184, 217, 233, 0.18),
      transparent 28%
    ),
    linear-gradient(120deg, #2a1d15 0%, #60412e 54%, #1e1714 100%);
}

.nuwa-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(31, 19, 11, 0.54),
      rgba(31, 19, 11, 0.22),
      rgba(31, 19, 11, 0.5)
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.14) 38%,
      rgba(0, 0, 0, 0.45) 100%
    );
}

.nuwa-hero__content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 180px 24px 120px;
}

.nuwa-hero__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 20px;
  color: var(--nuwa-soft-white);
  font-size: 15px;
  font-weight: 400;
}

.nuwa-hero__title {
  max-width: 980px;
  margin: 0;
  color: var(--nuwa-white);
  font-size: clamp(40px, 6vw, 74px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nuwa-hero__actions {
  width: min(690px, calc(100% - 32px));
  margin-top: 44px;
  padding: 46px 54px;
  display: flex;
  justify-content: center;
  gap: 70px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(16px);
}

.nuwa-hero__button {
  width: 240px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  color: var(--nuwa-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.nuwa-hero__button:hover,
.nuwa-hero__button:focus {
  color: #1c1714;
  background: var(--nuwa-white);
  border-color: var(--nuwa-white);
}

.nuwa-hero__button--primary {
  color: var(--nuwa-white);
  background: var(--nuwa-blue);
  border-color: var(--nuwa-blue);
}

.nuwa-hero__nav {
  position: absolute;
  top: 55%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 178px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  cursor: pointer;
}

.nuwa-hero__nav::before,
.nuwa-hero__nav::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.54);
}

.nuwa-hero__nav--prev {
  left: 54px;
}

.nuwa-hero__nav--prev::after {
  display: none;
}

.nuwa-hero__nav--next {
  right: 54px;
}

.nuwa-hero__nav--next::before {
  display: none;
}

.nuwa-hero__nav:hover,
.nuwa-hero__nav:focus {
  color: var(--nuwa-white);
}

.nuwa-intro {
  padding: 72px 0 64px;
  background: #ffffff;
  color: #12391f;
  font-family: var(--nuwa-font-primary);
}

.nuwa-intro__inner {
  width: 100%;
  max-width: 1240px;
  min-height: 420px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(56px, 9vw, 128px);
  box-sizing: border-box;
}

.nuwa-intro__copy {
  max-width: 420px;
}

.nuwa-intro__logo {
  display: block;
  width: min(128px, 45%);
  height: auto;
  margin: 0 auto 28px;
}

.nuwa-intro__text {
  color: #204527;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}

.nuwa-intro__text p {
  margin: 0;
}

.nuwa-intro__text p + p {
  margin-top: 18px;
}

.nuwa-intro__media {
  position: relative;
  min-height: 296px;
  display: flex;
  align-items: center;
}

.nuwa-intro__shape {
  position: absolute;
  top: -45px;
  left: 14%;
  width: 58%;
  height: calc(100% + 85px);
  border-radius: 100px 8px 100px 30px;
  background: #e2f0f5;
}

.nuwa-intro__video {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 12;
  overflow: hidden;
  border-radius: 8px;
  background: #d8d8d8;
  box-shadow: 0 18px 48px rgba(25, 37, 31, 0.12);
}

.nuwa-intro__video iframe,
.nuwa-intro__video embed,
.nuwa-intro__video object,
.nuwa-intro__video video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.nuwa-intro__video video {
  object-fit: cover;
}

.nuwa-intro__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.nuwa-intro__play-button img {
  width: 100%;
  height: 100%;
  display: block;
}

.nuwa-intro__play-button.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.nuwa-intro__video-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(40, 43, 44, 0.22), rgba(40, 43, 44, 0.22)),
    linear-gradient(135deg, #bfc5c2 0%, #8c918f 100%);
}

.nuwa-intro__play {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.nuwa-intro__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #4b7c90;
}

.nuwa-treatments {
  position: relative;
  overflow: hidden;
  padding: 34px 0 72px;
  background: #ffffff;
  color: #173f25;
  font-family: var(--nuwa-font-primary);
}

.nuwa-treatments__flower {
  position: absolute;
  top: 20px;
  left: 0;
  width: clamp(150px, 22vw, 245px);
  height: auto;
  pointer-events: none;
}

.nuwa-treatments__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-treatments__header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.nuwa-treatments__eyebrow {
  margin: 0 0 10px;
  color: #a0b59f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.nuwa-treatments__title {
  margin: 0 auto;
  color: #295332;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.nuwa-treatments__secondary {
  position: relative;
  display: inline-block;
  margin: 18px 0 0;
  color: #4d6652;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.nuwa-treatments__secondary::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: 2px;
  width: 112px;
  height: 10px;
  background: rgba(159, 181, 169, 0.36);
  z-index: -1;
}

.nuwa-treatments__viewport {
  overflow: visible;
}

.nuwa-treatments__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(500px, 470px);
  gap: 18px;
  overflow-x: auto;
  padding: 0 8px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.nuwa-treatments__track::-webkit-scrollbar {
  display: none;
}

.nuwa-treatment-card {
  min-height: 306px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 8px;
  color: #2c6172;
  background: #e2f0f5;
  text-decoration: none;
  scroll-snap-align: start;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nuwa-treatment-card:hover,
.nuwa-treatment-card:focus {
  color: #2c6172;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(32, 66, 79, 0.14);
}

.nuwa-treatment-card__image-wrap {
  min-width: 0;
  background: linear-gradient(135deg, #d7e4e8 0%, #f7fbfc 100%);
}

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

.nuwa-treatment-card__content {
  padding: 34px 25px 28px;
  display: flex;
  flex-direction: column;
}

.nuwa-treatment-card__favorite {
  margin: 0 0 6px;
  color: #355b6c;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

.nuwa-treatment-card__stars {
  display: flex;
  align-items: center;
  gap: 3px;
  min-height: 14px;
  margin-bottom: 28px;
}

.nuwa-treatment-card__stars img {
  width: 13px;
  height: 13px;
  display: block;
  object-fit: contain;
}

.nuwa-treatment-card__title {
  margin: 0 0 0px;
  color: #355b6c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.nuwa-treatment-card__description {
  margin: auto 0 0;
  color: #3d7284;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
}

.nuwa-treatments__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 10px;
}

.nuwa-treatments__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c7d9df;
  cursor: pointer;
}

.nuwa-treatments__dot.is-active {
  background: #2c6172;
}

.nuwa-portfolio {
  padding: 12px 0 84px;
  background: #ffffff;
  color: #173f25;
  font-family: var(--nuwa-font-primary);
}

.nuwa-portfolio__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-portfolio__title {
  margin: 0 0 41px;
  color: #4d6652;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.nuwa-portfolio__items {
  display: grid;
  gap: 24px;
}

.nuwa-portfolio-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.05fr);
  align-items: center;
  gap: 34px;
  padding: 85px 71px 80px 94px;
  border-radius: 20px;
  background: #a0b59f4a;
}

.nuwa-portfolio-card:nth-child(even) {
  background: #e2f0f5;
}

.nuwa-portfolio-card--reverse {
  grid-template-columns: minmax(260px, 1.05fr) minmax(0, 1fr);
  padding-right: 62px;
  padding-left: 48px;
}

.nuwa-portfolio-card--reverse .nuwa-portfolio-card__content {
  order: 2;
  padding-left: 12%;
}
.nuwa-portfolio-card--reverse .nuwa-portfolio-card__media {
  order: 1;
}

.nuwa-portfolio-card__title {
  margin: 0 0 14px;
  color: #255b67;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}

.nuwa-portfolio-card:nth-child(odd) .nuwa-portfolio-card__title {
  color: #4d6652;
}

.nuwa-portfolio-card__description {
  max-width: 380px;
  color: #2c6172;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 16px;
}

.nuwa-portfolio-card:nth-child(odd) .nuwa-portfolio-card__description {
  color: #355b6c;
}

.nuwa-portfolio-card__description p {
  margin: 0;
}

.nuwa-portfolio-card__description p + p {
  margin-top: 10px;
}

.nuwa-portfolio-card__button {
  width: max-content;
  min-width: 98px;
  min-height: 39px;
  margin-top: 18px;
  padding: 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: #517549;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}

.nuwa-portfolio-card:nth-child(even) .nuwa-portfolio-card__button {
  background: #2c6172;
}

.nuwa-portfolio-card__button:hover,
.nuwa-portfolio-card__button:focus {
  color: #ffffff;
  filter: brightness(0.92);
}

.nuwa-portfolio-card__media {
  min-width: 0;
}

.nuwa-portfolio-card__image {
  width: 100%;
  aspect-ratio: 1.95 / 1.2;
  display: block;
  object-fit: cover;
  border-radius: 40px;
}

.nuwa-why {
  padding: 18px 0 88px;
  background: #ffffff;
  color: #173f25;
  font-family: var(--nuwa-font-primary);
}

.nuwa-why__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-why__header {
  margin-bottom: 46px;
  text-align: center;
}

.nuwa-why__eyebrow {
  margin: 0 0 8px;
  color: #a0b59f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.nuwa-why__title {
  margin: 0;
  color: #5a7b60;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.nuwa-why__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
}

.nuwa-why-card {
    text-align: center;
    transition: 0.5s;
}
.nuwa-why-card:hover {
    transform: translateY(-10px);
}

.nuwa-why-card__icon {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto 24px;
  object-fit: contain;
}

.nuwa-why-card__icon--fallback {
  position: relative;
  border: 2px solid #9bb09f;
  border-radius: 999px;
}

.nuwa-why-card__icon--fallback::before,
.nuwa-why-card__icon--fallback::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 24px;
  height: 2px;
  background: #9bb09f;
  transform: translate(-50%, -50%);
}

.nuwa-why-card__icon--fallback::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.nuwa-why-card__title {
  margin: 0 0 15px;
  color: #4d6652;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
}
.nuwa-why-card__description {
  margin: 0;
  color: #6b7c83;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
}

.nuwa-path {
  padding: 8px 0 68px;
  background: #ffffff;
  color: #2c6172;
  font-family: var(--nuwa-font-primary);
}

.nuwa-path__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-path__panel {
  padding: 58px 64px 48px;
  border-radius: 8px;
  background: #a5c7d633;
  text-align: center;
}

.nuwa-path__title {
  margin: 0 0 34px;
  color: #2c6172;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.nuwa-path__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 92px);
  justify-content: center;
  margin-bottom: 42px;
}

.nuwa-path-card {
  min-height: 230px;
  padding: 30px 24px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #b8d9e9;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.12);
}
.nuwa-path-card:hover span {
    transform: scale(1.2);
    transition: 0.5s;
}

.nuwa-path-card__number {
  display: block;
  margin-bottom: 26px;
  color: #355b6c;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
}

.nuwa-path-card__title {
  margin: 0 0 22px;
  color: #355b6c;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.nuwa-path-card__description {
  max-width: 230px;
  margin: 0;
  color: #2c6172;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}

.nuwa-path__button {
  min-width: 214px;
  min-height: 42px;
  padding: 0 48px 0 34px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: #2c6172;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.nuwa-path__button::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.nuwa-path__button:hover,
.nuwa-path__button:focus {
  color: #ffffff;
  filter: brightness(0.94);
}

.nuwa-testimonials {
  padding: 22px 0 96px;
  background: #ffffff;
  color: #5a7b60;
  font-family: var(--nuwa-font-primary);
}

.nuwa-testimonials__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-testimonials__title {
  position: relative;
  width: max-content;
  max-width: 30%;
  margin: 0 auto 78px;
  color: #5a7b60;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
}

.nuwa-testimonials__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: min(330px, 100%);
  height: 18px;
  background: rgba(159, 181, 169, 0.34);
  transform: translateX(-50%);
  z-index: -1;
}

.nuwa-testimonials__content {
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(0, 486px);
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 7vw, 55px);
}

.nuwa-testimonials__content--no-video {
  display: block;
}

.nuwa-testimonials__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 336 / 640;
  overflow: hidden;
  border-radius: 13px;
  background: #8ea68f;
}

.nuwa-testimonials__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nuwa-testimonials__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 74px;
  height: 74px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.nuwa-testimonials__play-button img {
  width: 100%;
  height: 100%;
  display: block;
}

.nuwa-testimonials__play-button.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.nuwa-testimonials__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 84px;
  margin: 0 auto;
}

.nuwa-testimonials__content--no-video .nuwa-testimonials__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(56px, 8vw, 118px);
}

.nuwa-testimonial-card {
  min-height: 250px;
  padding: 42px 42px 34px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 7px 9px rgba(31, 42, 35, 0.18);
}

.nuwa-testimonial-card__stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
}

.nuwa-testimonial-card__stars img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.nuwa-testimonial-card__quote {
  margin: 0;
  color: #5a7b60;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  border: none;
  padding: 0;
}

.nuwa-testimonial-card__author {
  margin: 26px 0 0;
  color: #6d7f8d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.nuwa-diary {
  padding: 10px 0 96px;
  background: #ffffff;
  color: #2c6172;
  font-family: var(--nuwa-font-primary);
}

.nuwa-diary__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-diary__header {
  max-width: 1200px;
  margin: 0 auto 58px;
  text-align: center;
}

.nuwa-diary__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
}

.nuwa-diary__brand span {
  color: #2c6172;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.nuwa-diary__brand img {
  width: clamp(120px, 13vw, 185px);
  height: auto;
  display: block;
}

.nuwa-diary__title {
  margin: 0 0 24px;
  color: #2c6172;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.nuwa-diary__intro {
  max-width: 1200px;
  margin: 0 auto;
  color: #2c6172;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0;
}

.nuwa-diary__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nuwa-diary-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(31, 42, 35, 0.16);
}

.nuwa-diary-card__image-link,
.nuwa-diary-card__image-placeholder {
  display: block;
}

.nuwa-diary-card__image,
.nuwa-diary-card__image-placeholder {
  width: 100%;
  aspect-ratio: 1.28 / 1;
}

.nuwa-diary-card__image {
  display: block;
  object-fit: cover;
}

.nuwa-diary-card__image-placeholder {
  background: #e2f0f5;
}

.nuwa-diary-card__body {
  padding: 20px 28px 28px;
}

.nuwa-diary-card__meta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 16px;
  color: #355b6c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.nuwa-diary-card__meta span:first-child {
  padding: 5px 10px;
  border-radius: 999px;
  background: #a5c7d633;
}

.nuwa-diary-card__title {
  margin: 0 0 16px;
  color: #355b6c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.nuwa-diary-card__title a {
  color: inherit;
  text-decoration: none;
}

.nuwa-diary-card__title a:hover,
.nuwa-diary-card__title a:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nuwa-diary-card__summary {
  margin: 0 0 18px;
  color: #355b6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.nuwa-diary-card__read-more {
  display: inline-flex;
  color: #355b6c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 5px;
}
.nuwa-diary-card__read-more:hover {
  color: #355b6c;
}

@media (max-width: 1080px) {
  .nuwa-testimonials__title {
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .nuwa-hero {
    min-height: 620px;
  }

  .nuwa-hero__actions {
    gap: 18px;
    padding: 24px;
  }

  .nuwa-hero__nav {
    top: auto;
    bottom: 42px;
    width: 132px;
  }

  .nuwa-hero__nav--prev {
    left: 24px;
  }

  .nuwa-hero__nav--next {
    right: 24px;
  }

  .nuwa-intro__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .nuwa-intro {
    padding: 64px 0;
  }

  .nuwa-intro__copy {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .nuwa-intro__media {
    min-height: auto;
  }

  .nuwa-intro__shape {
    top: -30px;
    left: 18%;
    height: calc(100% + 60px);
  }

  .nuwa-treatments {
    padding-top: 28px;
  }

  .nuwa-treatments__flower {
    opacity: 0.65;
  }

  .nuwa-treatments__track {
    grid-auto-columns: minmax(340px, 78vw);
  }

  .nuwa-portfolio-card,
  .nuwa-portfolio-card--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px;
  }
  .nuwa-portfolio-card--reverse .nuwa-portfolio-card__content {
    padding-left: 0%;
  }

  .nuwa-portfolio-card--reverse .nuwa-portfolio-card__content,
  .nuwa-portfolio-card--reverse .nuwa-portfolio-card__media {
    order: initial;
  }

  .nuwa-portfolio-card__description {
    max-width: 100%;
  }

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

  .nuwa-path__panel {
    padding: 46px 32px 42px;
  }

  .nuwa-path__items {
    gap: 24px;
  }

  .nuwa-testimonials__items {
    gap: 32px;
  }

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

@media (max-width: 767px) {
  .nuwa-intro__inner,
  .nuwa-treatments__inner,
  .nuwa-portfolio__inner,
  .nuwa-why__inner,
  .nuwa-path__inner,
  .nuwa-testimonials__inner,
  .nuwa-diary__inner {
    padding: 0 20px;
  }
}

@media (max-width: 680px) {
  .nuwa-hero {
    min-height: 640px;
    height: 100svh;
  }
  .nuwa-portfolio__title {
    font-size: 30px;
  }
  .nuwa-treatments__secondary {
    font-size: 27px;
  }
  .nuwa-treatments__title {
    font-size: 17px;
  }
  .nuwa-portfolio-card__title {
    font-size: 30px;
  }
  .nuwa-portfolio-card__description {
    max-width: 380px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .nuwa-hero__content {
    padding: 140px 20px 130px;
  }

  .nuwa-hero__title {
    font-size: clamp(36px, 12vw, 54px);
  }

  .nuwa-hero__actions {
    width: min(360px, 100%);
    margin-top: 34px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px;
  }

  .nuwa-hero__button {
    width: 100%;
    max-width: 260px;
  }

  .nuwa-hero__nav {
    width: 116px;
    font-size: 10px;
  }

  .nuwa-intro {
    padding: 52px 0;
  }

  .nuwa-intro__logo {
    width: 118px;
    margin-bottom: 24px;
  }

  .nuwa-intro__text {
    font-size: 16px;
  }

  .nuwa-intro__shape {
    left: 12%;
    width: 76%;
    border-radius: 999px 8px 999px 8px;
  }

  .nuwa-treatments {
    padding: 18px 0 56px;
  }

  .nuwa-treatments__header {
    margin-bottom: 34px;
  }

  .nuwa-treatments__flower {
    width: 150px;
    top: -2px;
    left: -48px;
  }

  .nuwa-treatments__track {
    grid-auto-columns: minmax(286px, 88vw);
    gap: 14px;
    padding-inline: 0;
  }

  .nuwa-treatment-card {
    grid-template-columns: 1fr;
  }

  .nuwa-treatment-card__image-wrap {
    min-height: 210px;
  }

  .nuwa-treatment-card__content {
    padding: 28px 24px;
  }

  .nuwa-treatment-card__title {
    margin-bottom: 18px;
  }

  .nuwa-portfolio {
    padding-bottom: 64px;
  }

  .nuwa-portfolio-card,
  .nuwa-portfolio-card--reverse {
    padding: 28px 24px;
  }

  .nuwa-portfolio-card__image {
    aspect-ratio: 1.55 / 1;
  }

  .nuwa-why {
    padding: 8px 0 64px;
  }

  .nuwa-why__header {
    margin-bottom: 34px;
  }

  .nuwa-why__items {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .nuwa-why-card {
    max-width: 320px;
    margin: 0 auto;
  }

  .nuwa-path {
    padding: 0 0 52px;
  }

  .nuwa-path__panel {
    padding: 36px 20px 34px;
  }

  .nuwa-path__items {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }

  .nuwa-path-card {
    min-height: auto;
    padding: 28px 22px;
    border-radius: 28px;
  }

  .nuwa-testimonials {
    padding: 8px 0 64px;
  }

  .nuwa-testimonials__title {
    margin-bottom: 42px;
    font-size: 28px;
  }

  .nuwa-testimonials__content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nuwa-testimonials__video-wrap {
    max-width: 320px;
    margin: 0 auto;
  }

  .nuwa-testimonials__items {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nuwa-testimonials__content--no-video .nuwa-testimonials__items {
    grid-template-columns: 1fr;
  }

  .nuwa-testimonial-card {
    min-height: auto;
    padding: 32px 28px;
  }

  .nuwa-testimonial-card__quote {
    font-size: 15px;
  }

  .nuwa-diary {
    padding: 0 0 64px;
  }

  .nuwa-diary__header {
    margin-bottom: 36px;
  }

  .nuwa-diary__brand {
    gap: 12px;
  }

  .nuwa-diary__posts {
    grid-template-columns: 1fr;
  }

  .nuwa-diary-card__body {
    padding: 20px 22px 26px;
  }
}
