/* MWB Beauty v541: presentation only; the editorial stream remains category=beauty. */
body[data-life-desk="beauty"] {
  --beauty-ink: #262025;
  --beauty-plum: #713f61;
  --beauty-rose: #b8647f;
  --beauty-sage: #617b70;
  --beauty-paper: #fbf7f5;
}

body[data-life-desk="beauty"] .life-category-hero {
  position: relative;
  overflow: hidden;
  color: var(--beauty-ink);
  background:
    radial-gradient(circle at 82% 22%, rgba(184, 100, 127, .24), transparent 31%),
    radial-gradient(circle at 12% 86%, rgba(97, 123, 112, .18), transparent 34%),
    linear-gradient(135deg, #fffdfb 0%, #f7e9ec 54%, #edf3ef 100%);
  border-bottom: 4px solid var(--beauty-plum);
}

body[data-life-desk="beauty"] .life-category-hero::after {
  content: "";
  position: absolute;
  inset: 18% 7% auto auto;
  width: clamp(110px, 15vw, 220px);
  aspect-ratio: 1;
  border: 1px solid rgba(113, 63, 97, .22);
  border-radius: 52% 48% 43% 57%;
  transform: rotate(18deg);
  pointer-events: none;
}

body[data-life-desk="beauty"] .life-category-hero > div,
body[data-life-desk="beauty"] .special-desk-main {
  position: relative;
  z-index: 1;
}

body[data-life-desk="beauty"] .life-category-back,
body[data-life-desk="beauty"] .story-kicker {
  color: var(--beauty-plum);
}

body[data-life-desk="beauty"] .life-desk-switcher a[aria-current="page"],
body[data-life-desk="beauty"] .life-category-subnav-v532 a[aria-current="page"] {
  border-color: var(--beauty-plum);
  background: var(--beauty-plum);
  color: #fff;
}

body[data-life-desk="beauty"] .special-desk-guide {
  background: var(--beauty-ink);
  border-top: 5px solid var(--beauty-rose);
}

body[data-life-desk="beauty"] .special-desk-reporting {
  background: var(--beauty-paper);
}

body[data-life-desk="beauty"] .archive-stream > article {
  border-top-color: var(--beauty-rose);
}

body[data-life-desk="beauty"] .news-button.secondary {
  border-color: #f6dce4;
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-life-desk="beauty"] .archive-stream > article {
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  body[data-life-desk="beauty"] .archive-stream > article:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 30px rgba(38, 32, 37, .10);
  }
}

@media (max-width: 760px) {
  body[data-life-desk="beauty"] .life-category-hero::after {
    opacity: .45;
    width: 110px;
  }
}

/* v561 contrast repair for the standalone Beauty guide. */
body[data-life-desk="beauty"] .life-category-layout .special-desk-guide,
body[data-life-desk="beauty"] .life-category-layout .special-desk-guide h2,
body[data-life-desk="beauty"] .life-category-layout .special-desk-guide p,
body[data-life-desk="beauty"] .life-category-layout .special-desk-guide .story-kicker {
  color: #fff;
}

body[data-life-desk="beauty"] .life-category-layout .special-desk-guide .news-button.secondary {
  border-color: #fff;
  color: var(--beauty-ink);
  background: #fff;
}
