/* Virelto beauty refresh: berry campaign color, black tool utility and nude product surfaces. */
:root,
.beauty-home,
.product-page,
.personalized-landing,
.checkout-page {
  --porcelain: #fffdfd;
  --mist: #f8eff2;
  --jade: #a62862;
  --deep-jade: #a62862;
  --shell: #f4dce4;
  --silver: #e7dfe2;
  --ink: #16161b;
  --quiet: #6e666b;
  --line: #e8e1e4;
  --purchase: #16161b;
  --purchase-hover: #a62862;
  --purchase-shadow: rgba(22, 22, 27, .16);
}

body,
.beauty-home,
.personalized-landing,
.checkout-page { background: #fffdfd; color: var(--ink); }

.announcement,
.beauty-home .announcement,
.product-page .announcement,
.checkout-announcement {
  background: linear-gradient(90deg, #9f235a 0%, #bd2e72 52%, #7353bd 100%);
  color: #fff;
  letter-spacing: .09em;
}
.announcement__status,
.beauty-home .announcement__status,
.product-page .announcement__status,
.checkout-announcement .announcement__status { color: #ffe8f1; }

.retail-header { box-shadow: 0 8px 30px rgba(34, 18, 25, .055); }
.retail-header .wordmark { color: #16161b; }
.retail-categories a:hover,
.retail-categories a:focus-visible,
.retail-categories a[aria-current="page"],
.retail-search button { color: #a62862; }
.retail-categories a[aria-current="page"]::after,
.retail-utility .bag-button span { background: #a62862; }
.retail-search { border-color: #e7dde1; background: #fff9fb; }
.retail-search:focus-within { border-color: #c35a88; box-shadow: 0 0 0 3px rgba(166, 40, 98, .1); }
.retail-utility .bag-button:hover,
.retail-utility .bag-button:focus-visible { border-color: #a62862; background: #fff3f7; color: #a62862; }

.button--ink,
.product-card__add,
.pod-add-button,
.primary-button,
.buy-row .button,
.cart__footer .button {
  border-color: #16161b;
  background: #16161b;
  color: #fff;
  box-shadow: 0 10px 22px rgba(22, 22, 27, .14);
}
.button--ink:hover,
.product-card__add:hover,
.product-card__add:focus-visible,
.pod-add-button:hover,
.primary-button:hover,
.buy-row .button:hover {
  border-color: #a62862;
  background: #a62862;
  box-shadow: 0 12px 28px rgba(166, 40, 98, .22);
}

/* Homepage campaign */
.beauty-home .hero {
  min-height: min(650px, calc(100vh - 105px));
  border: 1px solid #eadde2;
  border-radius: 12px;
  background: #f7dedc;
}
.beauty-home .hero__image { object-position: center; }
.beauty-home .hero__veil {
  background: linear-gradient(90deg, rgba(255, 247, 246, .98) 0%, rgba(255, 247, 246, .94) 31%, rgba(255, 247, 246, .47) 48%, rgba(255, 247, 246, 0) 67%);
}
.beauty-home .hero__content { width: min(690px, 51%); padding: 6% 0 6% 6%; }
.beauty-home .hero .eyebrow { margin-bottom: 17px; color: #932356; }
.beauty-home .hero h1 { max-width: 650px; font-size: clamp(50px, 5.3vw, 82px); }
.beauty-home .hero__intro { max-width: 520px; color: #585056; }
.hero__offer { margin: 21px 0 0; display: inline-flex; align-items: center; gap: 10px; }
.hero__offer strong { padding: 7px 10px; border-radius: 999px; background: #a62862; color: #fff; font: 700 10px/1 var(--utility); text-transform: uppercase; letter-spacing: .07em; }
.hero__offer span { color: #6c5f65; font-size: 10px; }
.beauty-home .hero .button--ink { min-height: 52px; padding-inline: 27px; }

.beauty-home .trust-band { background: #fff9fb; border-bottom-color: #e8dce1; }
.beauty-home .trust-band p { position: relative; }
.beauty-home .trust-band p::before { content: ""; width: 7px; height: 7px; margin-bottom: 8px; border-radius: 50%; background: #a62862; }

.beauty-categories { width: var(--page); margin: 0 auto; padding: 104px 0 0; }
.beauty-categories__heading { display: grid; grid-template-columns: .52fr 1fr .9fr; gap: 5%; align-items: end; }
.beauty-categories__heading .eyebrow { align-self: start; margin-top: 8px; color: #a62862; }
.beauty-categories__heading h2,
.beauty-scenes h2 { margin: 0; font: 650 clamp(40px, 4.4vw, 64px)/.96 var(--display); letter-spacing: -.05em; }
.beauty-categories__heading > p:last-child,
.beauty-scenes header > p:last-child { max-width: 520px; margin: 0; color: var(--quiet); font-size: 12px; line-height: 1.7; }
.beauty-categories__grid { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dfd5d9; border-bottom: 1px solid #dfd5d9; }
.beauty-categories__grid a { min-height: 210px; padding: 26px 24px 22px; display: flex; flex-direction: column; border-right: 1px solid #dfd5d9; transition: background .22s ease, color .22s ease, transform .22s ease; }
.beauty-categories__grid a:last-child { border-right: 0; }
.beauty-categories__grid a:nth-child(1) { background: #fbfbfb; }
.beauty-categories__grid a:nth-child(2) { background: #f8e9e5; }
.beauty-categories__grid a:nth-child(3) { background: #f4e9f2; }
.beauty-categories__grid a:nth-child(4) { background: #efedf2; }
.beauty-categories__grid a:hover { position: relative; z-index: 1; background: #16161b; color: #fff; transform: translateY(-4px); }
.beauty-categories__grid span { font: 500 9px var(--utility); letter-spacing: .08em; }
.beauty-categories__grid h3 { margin: 28px 0 8px; font: 650 25px/1 var(--display); letter-spacing: -.035em; }
.beauty-categories__grid p { margin: 0; color: var(--quiet); font-size: 11px; line-height: 1.6; }
.beauty-categories__grid a:hover p { color: #d9d2d5; }
.beauty-categories__grid strong { margin-top: auto; display: flex; justify-content: space-between; align-items: end; font-size: 10px; }
.beauty-categories__grid b { font-size: 17px; font-weight: 400; }

.beauty-home .shop-section { padding-top: 118px; }
.beauty-home .shop-section .eyebrow { margin-bottom: 16px; color: #a62862; }
.beauty-home .section-heading__copy strong { color: #a62862; }
.beauty-home .filter { border-color: #dfd6da; background: #fff; }
.beauty-home .filter:hover,
.beauty-home .filter.is-active { border-color: #16161b; background: #16161b; color: #fff; }
.beauty-home .product-card { position: relative; }
.beauty-home .product-card__visual { position: relative; border-color: #eadfe3; border-radius: 10px; }
.beauty-home .product-card[data-category="precision"] .product-card__visual { background: #f7f7f7; }
.beauty-home .product-card[data-category="brushes"] .product-card__visual { background: #f6e7e1; }
.beauty-home .product-card[data-category="massage"] .product-card__visual { background: #f3e6ef; }
.beauty-home .product-card[data-category="advanced"] .product-card__visual { background: #eeecef; }
.product-card__discount { position: absolute; z-index: 2; top: 11px; right: 11px; padding: 7px 9px; border-radius: 999px; background: #a62862; color: #fff; font: 700 8px/1 var(--utility); letter-spacing: .04em; text-transform: uppercase; }
.beauty-home .product-card__badge { color: #8d2453; }
.beauty-home .product-card__price { align-items: baseline; }
.beauty-home .product-card__price span { color: #b02865; font-size: 14px; font-weight: 800; }
.beauty-home .product-card__price del { color: #8b8287; font-size: 10px; }
.beauty-home .product-card__add { border-radius: 999px; }

.beauty-scenes { width: var(--page); margin: 18px auto 116px; padding: 78px clamp(24px, 5vw, 74px); border-radius: 12px; background: #f5e7ec; }
.beauty-scenes header { display: grid; grid-template-columns: .5fr 1.1fr .9fr; gap: 5%; align-items: end; }
.beauty-scenes header .eyebrow { align-self: start; margin-top: 8px; color: #982454; }
.beauty-scenes__grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.beauty-scenes figure { margin: 0; overflow: hidden; border-radius: 9px; background: #fff; }
.beauty-scenes img { width: 100%; aspect-ratio: .92; object-fit: cover; object-position: center; }
.beauty-scenes figcaption { min-height: 146px; padding: 20px; display: flex; flex-direction: column; }
.beauty-scenes figcaption span { color: #9c285a; font: 500 8px var(--utility); letter-spacing: .09em; text-transform: uppercase; }
.beauty-scenes figcaption strong { margin-top: 12px; font: 650 20px/1.15 var(--display); }
.beauty-scenes figcaption small { margin-top: auto; padding-top: 18px; color: #857a7f; font-size: 8px; }

.beauty-home .ritual__panel--copy { background: #16161b; }
.beauty-home .ritual__panel--copy .eyebrow { color: #ee83b0; }
.beauty-home .ritual__panel--copy p { color: #c9c0c4; }
.beauty-home .ritual__panel--steps { background: #f3e4e8; }
.beauty-home .ritual__panel--steps span { color: #a62862; }
.beauty-home .newsletter { background: linear-gradient(120deg, #a62862, #7b4fc1); color: #fff; }
.beauty-home .newsletter .eyebrow { color: #ffe0ed; }
.beauty-home .newsletter input { border-bottom-color: rgba(255,255,255,.7); color: #fff; }
.beauty-home .newsletter input::placeholder { color: rgba(255,255,255,.68); }

/* Interior pages inherit a restrained version of the beauty system. */
.product-page .price-line strong,
.product-page .pod-price strong,
.checkout-status { color: #a62862; }
.product-page .price-line > span { background: #f5dce6; color: #8f2050; }
.product-page .gallery__stage,
.product-page .gallery__main { background: #f7edeb; }
.product-page .headline-assurance,
.product-page .fulfillment,
.product-page .purchase-benefits,
.product-page .product-reference,
.company-card,
.policy-page__note { background: #faf1f4; }
.product-page .trust-marquee { border-color: #d9528c; background: #a62862; }
.product-page .ritual { border-color: #eadde2; background: #faf1f4; }
.product-page .ritual article { border-color: #eadde2; }
.personalized-hero__mosaic,
.personalized-note,
.pod-preview-button,
.pod-visual-choice.is-selected { background: #fbecf2; }
.checkout-payment,
.checkout-line img { background: #faf1f4; }
.checkout-shipping label:has(input:checked) { border-color: #a62862; background: #fff0f5; }
.checkout-shipping input { accent-color: #a62862; }

.site-footer { background: #16161b; }
.site-footer h2 { color: #ef9fbe; }
.site-footer p,
.site-footer address,
.site-footer span { color: #bdb3b7; }
.site-footer .footer__legal { border-top-color: #3a3034; }

@media (max-width: 900px) {
  .beauty-categories__heading,
  .beauty-scenes header { grid-template-columns: 1fr; gap: 16px; }
  .beauty-categories__heading .eyebrow,
  .beauty-scenes header .eyebrow { margin: 0; }
  .beauty-categories__grid { grid-template-columns: repeat(2, 1fr); }
  .beauty-categories__grid a:nth-child(2) { border-right: 0; }
  .beauty-categories__grid a:nth-child(-n+2) { border-bottom: 1px solid #dfd5d9; }
  .beauty-home .hero__content { width: 58%; }
}

@media (max-width: 620px) {
  .announcement { min-height: 36px; }
  .beauty-home .hero { min-height: 650px; }
  .beauty-home .hero__image { height: 58%; object-position: 62% 24%; }
  .beauty-home .hero__veil { background: linear-gradient(0deg, #fff7f7 0%, #fff7f7 43%, rgba(255,247,247,.12) 67%, rgba(255,247,247,0) 100%); }
  .beauty-home .hero__content { width: 100%; padding: 320px 22px 28px; justify-content: flex-end; }
  .beauty-home .hero h1 { max-width: 350px; font-size: 43px; }
  .beauty-home .hero__intro { margin-top: 14px; line-height: 1.55; }
  .hero__offer { margin-top: 14px; }
  .beauty-home .hero__actions { margin-top: 20px; }
  .beauty-home .trust-band p::before { margin-bottom: 5px; }
  .beauty-categories { padding-top: 72px; }
  .beauty-categories__grid { margin-top: 26px; }
  .beauty-categories__grid a { min-height: 190px; padding: 20px 16px; }
  .beauty-categories__grid h3 { margin-top: 22px; font-size: 20px; }
  .beauty-categories__grid p { font-size: 9px; }
  .beauty-categories__grid strong { font-size: 8px; }
  .beauty-home .shop-section { padding-top: 82px; }
  .product-card__discount { top: 7px; right: 7px; padding: 6px 7px; font-size: 6px; }
  .beauty-scenes { margin-bottom: 78px; padding: 52px 16px 16px; }
  .beauty-scenes__grid { grid-template-columns: 1fr; gap: 10px; }
  .beauty-scenes figure { display: grid; grid-template-columns: 1.12fr .88fr; }
  .beauty-scenes img { height: 100%; aspect-ratio: .86; }
  .beauty-scenes figcaption { min-height: 0; padding: 16px; }
  .beauty-scenes figcaption strong { font-size: 17px; }
  .beauty-scenes figcaption small { font-size: 7px; }
}
