:root {
  --beauty-ink: #12332e;
  --beauty-green: #0d5b4f;
  --beauty-lime: #d9f07c;
  --beauty-cream: #f5f3eb;
  --beauty-sand: #e9e3d5;
}
.beauty-hero {
  height: min(820px, calc(100vh - 123px));
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background: #e8eee8;
}
.beauty-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beauty-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 243, 235, 0.98) 0%,
    rgba(245, 243, 235, 0.88) 32%,
    rgba(245, 243, 235, 0.12) 68%,
    rgba(245, 243, 235, 0) 100%
  );
}
.beauty-hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(90px, 12vh, 145px);
}
.beauty-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 0.68rem;
  color: #52766e;
}
.beauty-hero h1 {
  font-size: clamp(4rem, 7vw, 7.3rem);
  line-height: 0.9;
  max-width: 780px;
  margin: 25px 0 30px;
  color: var(--beauty-ink);
}
.beauty-hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--beauty-green);
}
.beauty-hero-content > p {
  max-width: 560px;
  font-size: 1.08rem;
  color: #526e67;
}
.beauty-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #79948d;
  padding: 13px 2px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.beauty-link span {
  font-size: 1rem;
}
.beauty-link.dark {
  color: var(--beauty-green);
}
.hero-proof {
  display: flex;
  gap: 25px;
  margin-top: 45px;
  font-size: 0.78rem;
  color: #5c756f;
}
.hero-proof i {
  font-style: normal;
  color: var(--beauty-green);
  font-weight: 800;
}
.hero-index {
  position: absolute;
  right: 45px;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  writing-mode: vertical-rl;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #365e56;
}
.hero-index i {
  height: 55px;
  width: 1px;
  background: #365e56;
}
.marquee-strip {
  background: var(--beauty-green);
  color: #fff;
  overflow: hidden;
  padding: 15px 0;
}
.marquee-strip > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-width: 1000px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.marquee-strip b {
  color: var(--beauty-lime);
}
.editorial-head {
  display: grid;
  grid-template-columns: 40px 1fr 340px;
  gap: 38px;
  align-items: end;
  margin-bottom: 55px;
}
.vertical-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #789089;
}
.editorial-head h2,
.beauty-section-head h2 {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  margin: 12px 0 0;
}
.head-note {
  color: #6d7f7a;
  margin: 0 0 10px;
}
.concern-section {
  background: #fbfaf6;
}
.concern-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
}
.concern-card {
  height: 530px;
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.concern-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.concern-card:after {
  content: '';
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(8, 42, 37, 0.86));
}
.concern-card:hover img {
  transform: scale(1.04);
}
.concern-card > div {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #fff;
}
.concern-card > div > span {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
}
.concern-card h3 {
  font-size: 1.55rem;
  margin: 10px 0 4px;
}
.concern-card p {
  color: #dbe7e3;
  margin-bottom: 16px;
}
.concern-card b {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.beauty-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.beauty-section-head > a {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #80958f;
  padding-bottom: 7px;
}
.bestseller-section {
  background: var(--beauty-cream);
}
.beauty-products.products-grid {
  grid-template-columns: repeat(3, 1fr);
}
.beauty-products .product-card {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.beauty-products .product-card:hover {
  box-shadow: none;
}
.beauty-products .product-image {
  height: 410px;
  border-radius: 0;
  background: #e6e4dc;
  position: relative;
}
.product-badge {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  background: #fff;
  padding: 7px 10px;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.product-quick {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  color: var(--beauty-green);
  text-align: center;
  padding: 12px;
  transform: translateY(80px);
  transition: 0.3s;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.product-card:hover .product-quick {
  transform: none;
}
.beauty-products .product-card-body {
  padding: 20px 2px;
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rating {
  font-size: 0.7rem;
  color: #6e7d78;
}
.beauty-products .product-card-body p {
  min-height: 48px;
}
.product-link {
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.routine-section {
  background: var(--beauty-green);
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.routine-section:after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(217, 240, 124, 0.18);
  border-radius: 50%;
  left: -200px;
  bottom: -300px;
}
.routine-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  align-items: center;
}
.routine-copy {
  position: relative;
}
.routine-number {
  position: absolute;
  right: 0;
  top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}
.routine-copy h2 {
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.95;
  margin: 20px 0 30px;
  color: #fff;
}
.routine-copy > p {
  color: #c9dcd7;
  max-width: 500px;
}
.routine-copy .btn {
  margin-top: 20px;
}
.routine-steps article {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.routine-steps article > span {
  color: var(--beauty-lime);
  font: 700 1rem Manrope;
}
.routine-steps small {
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: #91b5ac;
}
.routine-steps h3 {
  font-size: 2rem;
  margin: 3px 0;
}
.routine-steps p {
  margin: 0;
  color: #a9c5be;
}
.routine-steps article > b {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.science-editorial {
  background: #fff;
}
.science-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 100px;
  align-items: center;
}
.science-image {
  height: 650px;
  position: relative;
}
.science-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floating-formula {
  position: absolute;
  right: -30px;
  bottom: 30px;
  background: var(--beauty-lime);
  padding: 24px 28px;
  width: 210px;
}
.floating-formula span {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}
.floating-formula b {
  display: block;
  font-size: 1.1rem;
  margin-top: 6px;
}
.science-copy h2 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  margin: 17px 0 25px;
}
.science-copy > p {
  color: #6b7e79;
  font-size: 1.05rem;
}
.science-points {
  margin: 35px 0;
}
.science-points > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid #dfe7e3;
}
.science-points > div > b {
  color: var(--beauty-green);
}
.science-points strong {
  display: block;
}
.science-points span {
  color: #74857f;
  font-size: 0.85rem;
}
.review-section {
  background: var(--beauty-sand);
  padding: 110px 0;
  text-align: center;
}
.review-inner {
  max-width: 950px;
}
.quote-mark {
  font: 400 6rem/1 Georgia;
  color: var(--beauty-green);
}
blockquote {
  font:
    400 clamp(2rem, 4vw, 3.4rem)/1.25 Georgia,
    serif;
  margin: 0;
  color: var(--beauty-ink);
}
.reviewer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}
.reviewer > span {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--beauty-green);
  color: #fff;
  font-weight: 800;
}
.reviewer b,
.reviewer small {
  display: block;
  text-align: left;
}
.reviewer small {
  color: #778681;
}
.category-luxe-grid {
  border-top: 1px solid #cdd8d3;
}
.category-luxe {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 30px 5px;
  border-bottom: 1px solid #cdd8d3;
  transition: 0.25s;
}
.category-luxe:hover {
  padding-left: 18px;
  background: #f7f8f4;
}
.category-luxe > span {
  font-size: 0.7rem;
  color: #738983;
}
.category-luxe small {
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  color: #81938e;
}
.category-luxe h3 {
  font-size: 2rem;
  margin: 4px 0;
}
.category-luxe p {
  color: #74847f;
  margin: 0;
}
.category-luxe > b {
  font-size: 1.4rem;
}
.newsletter-beauty {
  padding: 35px;
}
.newsletter-inner {
  background: var(--beauty-green);
  color: #fff;
  min-height: 290px;
  padding: 55px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.newsletter-inner h2 {
  max-width: 750px;
  margin: 12px 0 0;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}
.footer {
  margin-top: 0;
}
.products-page .product-card {
  border-radius: 0;
}
.products-page .product-image {
  position: relative;
}
.products-page .product-meta {
  display: flex;
}
.product-detail .detail-image {
  border-radius: 0;
}
.page-hero {
  background: linear-gradient(135deg, #0d5b4f, #082f2a);
}
@media (max-width: 980px) {
  .beauty-hero {
    height: 740px;
  }
  .beauty-overlay {
    background: linear-gradient(
      90deg,
      rgba(245, 243, 235, 0.95),
      rgba(245, 243, 235, 0.68),
      rgba(245, 243, 235, 0.08)
    );
  }
  .concern-grid {
    grid-template-columns: 1fr 1fr;
  }
  .concern-large {
    grid-column: span 2;
  }
  .beauty-products.products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .routine-grid,
  .science-grid {
    gap: 50px;
  }
  .science-image {
    height: 530px;
  }
  .editorial-head {
    grid-template-columns: 30px 1fr;
  }
  .head-note {
    grid-column: 2;
  }
  .newsletter-inner {
    padding: 45px;
  }
}
@media (max-width: 720px) {
  .beauty-hero {
    height: 720px;
    min-height: 0;
  }
  .beauty-hero-image {
    object-position: 64% center;
  }
  .beauty-overlay {
    background: linear-gradient(
      90deg,
      rgba(245, 243, 235, 0.97) 0%,
      rgba(245, 243, 235, 0.88) 55%,
      rgba(245, 243, 235, 0.25) 100%
    );
  }
  .beauty-hero-content {
    padding-top: 75px;
  }
  .beauty-hero h1 {
    font-size: 3.9rem;
    max-width: 360px;
  }
  .beauty-hero-content > p {
    max-width: 340px;
  }
  .hero-proof {
    flex-direction: column;
    gap: 6px;
  }
  .hero-index {
    display: none;
  }
  .marquee-strip > div {
    justify-content: flex-start;
    gap: 20px;
    padding-left: 15px;
  }
  .editorial-head {
    display: block;
  }
  .vertical-label {
    display: none;
  }
  .head-note {
    margin-top: 20px;
  }
  .concern-grid {
    grid-template-columns: 1fr;
  }
  .concern-large {
    grid-column: auto;
  }
  .concern-card {
    height: 430px;
  }
  .beauty-section-head {
    display: block;
  }
  .beauty-section-head > a {
    display: inline-block;
    margin-top: 18px;
  }
  .beauty-products.products-grid {
    grid-template-columns: 1fr;
  }
  .beauty-products .product-image {
    height: 420px;
  }
  .routine-section {
    padding: 80px 0;
  }
  .routine-grid,
  .science-grid {
    grid-template-columns: 1fr;
  }
  .routine-number {
    position: static;
    display: inline-block;
  }
  .routine-copy h2 {
    font-size: 3.7rem;
  }
  .science-image {
    height: 440px;
  }
  .floating-formula {
    right: 10px;
  }
  .review-section {
    padding: 80px 0;
  }
  .category-luxe {
    grid-template-columns: 35px 1fr auto;
  }
  .category-luxe h3 {
    font-size: 1.4rem;
  }
  .newsletter-beauty {
    padding: 14px;
  }
  .newsletter-inner {
    display: block;
    padding: 40px 25px;
  }
  .newsletter-inner .btn {
    margin-top: 25px;
  }
}
