/* Beauty Gossip consolidated editorial system — v198.5 spacing review */
:root {
  --ink: #1a0710;
  --plum: #4a0d2e;
  --pink: #e0177f;
  --paper: #fcf9f5;
  --blush: #f4e7ec;
  --rule: rgba(26, 7, 16, .14);
  --muted: #75666f;
  --display: "Bodoni Moda", Didot, Georgia, "Times New Roman", serif;
  --body: "Public Sans", Arial, Helvetica, sans-serif;
  --shell-wide: min(1380px, calc(100vw - var(--gutter) * 2));
  --shell-read: min(760px, calc(100vw - var(--gutter) * 2));
  --gutter: clamp(20px, 4vw, 56px);
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;
  --space-section: var(--s7);
  --space-section-compact: var(--s6);
  --space-band: var(--s8);
  --bg-card-radius: 0;
}

body:before, body:after {
  display: none;
  content: none;
}

.topline {
  height: 7px;
}

.logo span {
  color: var(--pink);
  font-style: italic;
  text-shadow: none;
}

.nav-left a, .nav-right a {
  color: var(--ink);
}

.lead:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lead > * {
  position: relative;
  z-index: 1;
}

.lead .kicker {
  color: var(--paper);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  padding: var(--s3) var(--s5);
  color: white;
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
}

.hero-cta span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -12px;
  background: color-mix(in srgb, var(--paper) 15%, transparent);
}

.column {
  display: grid;
  grid-template-rows: repeat(3,1fr);
  gap: 0;
  box-shadow: none;
}

.column .panel {
  min-height: 0;
}

.column .panel + .panel {
  border-top: 2px solid color-mix(in srgb, var(--pink) 72%, transparent);
  box-shadow: none;
}

.panel {
  position: relative;
  overflow: hidden;
}

.column .panel:nth-child(1) {
  --panel-img: url('../images/article-unique/charlotte-tilbury-selling-mood.jpg');
}

.column .panel:nth-child(2) {
  --panel-img: url('../images/article-unique/dubai-gloss-is-not-subtle.jpg');
}

.column .panel:nth-child(3) {
  --panel-img: url('../images/article-unique/barrier-care-no-longer-boring.jpg');
}

.story.panel:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.story.panel .image {
  display: none;
}

.story.panel > * {
  position: relative;
  z-index: 1;
}

.story.panel .kicker, .note-pill {
  display: inline-block;
  margin-bottom: 14px;
  padding: var(--s2) var(--s3);
  border: 1px solid color-mix(in srgb, var(--paper) 36%, transparent);
  color: var(--paper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--paper) 3%, transparent);
}

.story p {
  max-width: var(--shell-wide);
  margin: 0;
  font-size: 13px;
  line-height: 1.42;
  color: color-mix(in srgb, var(--paper) 90%, transparent);
}

.trending {
  position: relative;
  padding: var(--s6) var(--s5);
  color: var(--paper);
  box-shadow: none;
}

.trending h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(42px,4vw,62px);
  line-height: .86;
  letter-spacing: -0.025em;
  color: var(--paper);
}

.trend-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 6px;
  background: var(--pink);
  box-shadow: none;
}

.ad {
  margin: 18px 0 30px;
  padding: var(--s3) var(--s4);
  color: var(--paper);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  box-shadow: none;
}

.section-title span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pink);
}

.card {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  box-shadow: none;
}

.thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
}

.article-grid .card:nth-child(1) .thumb {
  background-image: url('../images/article-unique/anti-ageing-still-makes-me-reach-for-a-match.jpg');
}

.article-grid .card:nth-child(2) .thumb {
  background-image: url('../images/article-unique/launch-language-glow-blur-desire.jpg');
}

.article-grid .card:nth-child(3) .thumb {
  background-image: url('../images/article-unique/sunscreen-that-behaves.jpg');
}

.article-grid .card:nth-child(4) .thumb {
  background-image: url('../images/article-unique/older-beauty-customer-never-invisible.jpg');
}

.card .kicker, .card h3, .card p {
  margin-left: 14px;
  margin-right: 14px;
}

.card .kicker {
  margin-top: 14px;
  margin-bottom: 8px;
  color: var(--pink);
}

.card h3 {
  font-family: var(--display);
  font-size: 26px;
  line-height: .96;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--ink);
}

.card p {
  font-size: 14px;
  line-height: 1.42;
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--plum);
}

.feature-band, .newsletter {
  margin-top: 54px;
  padding: var(--s6);
  color: var(--paper);
  box-shadow: none;
}

.feature-band h2, .newsletter h2 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(42px,5vw,72px);
  line-height: .88;
  letter-spacing: -0.025em;
}

.feature-band p, .newsletter p {
  font-size: 18px;
  line-height: 1.5;
}

.author-strip {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 14px;
}

.author {
  padding: var(--s4);
  background: var(--plum);
  color: var(--paper);
}

.author h3 {
  margin: 0 0 7px;
  font-family: var(--display);
  font-size: 25px;
}

.author p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}

input {
  padding: var(--s4);
  border: 1px solid color-mix(in srgb, var(--paper) 38%, transparent);
  background: color-mix(in srgb, var(--paper) 8%, transparent);
  color: var(--paper);
}

button {
  border: 0;
  padding: var(--s4) var(--s5);
  color: var(--paper);
  font-weight: 800;
}

.article-page, .author-page, .simple-page {
  max-width: var(--shell-read);
  margin: 0 auto;
  padding: var(--s7) 5vw var(--s8);
}

.article-page h1, .author-page h1, .simple-page h1 {
  font-family: var(--display);
  font-size: clamp(48px,7.5vw,102px);
  line-height: .86;
  letter-spacing: -0.025em;
  color: var(--plum);
}

.hero-img {
  height: 450px;
  background: url('../images/homepage/homepage-weekly-hero-bg022-model-v2.jpg') center/cover no-repeat;
}

.hero-grid > .trending .note-pill, aside.trending .note-pill, .trending.story.panel .note-pill {
  color: var(--paper);
  border-color: color-mix(in srgb, var(--paper) 38%, transparent);
  background: color-mix(in srgb, var(--paper) 3.5%, transparent);
}

.hero-grid > .trending .trend-item:before, aside.trending .trend-item:before, .trending.story.panel .trend-item:before {
  background: var(--pink);
  box-shadow: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.form-note {
  grid-column: 1/-1;
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: color-mix(in srgb, var(--paper) 76%, transparent);
}

.error-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.error-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--s3) var(--s4);
  color: var(--paper);
  background: var(--plum);
  border-bottom: 2px solid var(--pink);
  font-weight: 800;
  text-decoration: none;
}

.footer a {
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 22%, transparent);
}

.article-page-v27 {
  max-width: var(--shell-wide);
  padding-top: var(--s6);
}

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--plum);
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 22%, transparent);
}

.article-meta-row a {
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 25%, transparent);
}

.article-pill {
  display: inline-flex;
  padding: var(--s2) var(--s3);
  color: var(--paper);
  box-shadow: none;
}

.side-label {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--blush);
}

.article-side-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: 25px;
  line-height: .95;
}

.article-side-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: color-mix(in srgb, var(--paper) 82%, transparent);
}

.article-page-v27 .callout {
  margin: 34px 0;
  padding: var(--s5) var(--s5);
  border: 0;
  border-left: 7px solid var(--pink);
  box-shadow: none;
}

.editorial-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--plum);
}

.editorial-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--plum);
}

.compact-title {
  margin-top: 42px;
}

.related-card {
  display: block;
  min-height: 190px;
  padding: var(--s4);
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  box-shadow: none;
}

.related-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.related-card em {
  font-size: 13px;
  color: var(--plum);
}

.ad-soft {
  opacity: .78;
  margin-top: 30px;
}

.feature-cta {
  display: inline-flex;
  margin-top: 18px;
  text-decoration: none;
}

.beauty-watch-feature {
  position: relative;
}

.intro-copy {
  max-width: var(--shell-wide);
  font-size: 20px;
  line-height: 1.55;
  color: var(--plum);
  margin: 0 0 26px;
}

.depth-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin: 24px 0;
}

.depth-grid.two {
  grid-template-columns: repeat(2,1fr);
}

.depth-card, .depth-panel {
  display: block;
  padding: var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  box-shadow: none;
}

.depth-card h3, .depth-panel h2 {
  margin: 6px 0 10px;
  font-family: var(--display);
  font-size: clamp(28px,3vw,44px);
  line-height: .9;
  letter-spacing: -0.025em;
  color: var(--plum);
}

.depth-card p, .depth-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--plum);
}

.depth-card:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.depth-home-block {
  margin-top: 54px;
}

.compact {
  margin-top: 0;
}

.author-strip-six {
  grid-template-columns: repeat(3,1fr);
}

.author img, .rich-author img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-bottom: 12px;
}

.rich-author {
  min-height: 220px;
}

.author-page-rich {
  max-width: var(--shell-wide);
}

.author-photo {
  width: 110px;
  height: 110px;
  object-fit: cover;
  box-shadow: none;
}

.author-hero h1 {
  margin: 0 0 10px;
}

.archive-list {
  display: grid;
  gap: 10px;
}

.archive-row {
  display: grid;
  grid-template-columns: 120px 1fr 150px;
  gap: 16px;
  align-items: center;
  padding: var(--s3) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
}

.archive-row span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pink);
}

.archive-row strong {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
  color: var(--plum);
}

.archive-row em {
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--plum) 55%, transparent);
}

.author-page-v35 .writer-detail {
  margin-top: 18px;
  padding: var(--s4) var(--s4);
  border: 1px solid color-mix(in srgb, var(--plum) 10%, transparent);
  color: color-mix(in srgb, var(--plum) 82%, transparent);
  line-height: 1.55;
}

.author-page-v35 .writer-detail span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--plum) 62%, transparent);
}

.archive-intro {
  max-width: var(--shell-wide);
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--plum) 72%, transparent);
}

.archive-list-v35 {
  border-top: 1px solid color-mix(in srgb, var(--plum) 10%, transparent);
}

.archive-list-v35 .archive-row {
  grid-template-columns: minmax(92px,130px) minmax(0,1fr) minmax(130px,190px);
}

.home-departments {
  margin-top: 54px;
}

.departments-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.departments-grid a {
  display: block;
  padding: var(--s5);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
}

.departments-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.departments-grid strong {
  display: block;
  font-family: var(--display);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.departments-grid p {
  font-size: 14px;
  line-height: 1.45;
  color: var(--plum);
  margin: 12px 0 0;
}

.follow-strip h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px,4vw,58px);
  line-height: .9;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.follow-actions .social-link svg {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 18px;
}

.follow-actions .social-link span {
  display: inline-block;
  transform: translateY(1px);
}

.follow-actions .social-link:hover {
  color: var(--paper);
  transform: translateY(-1px);
  box-shadow: none;
}

.sponsor-note {
  margin: 0 0 34px;
  padding: var(--s4) var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  background: color-mix(in srgb, var(--paper) 76%, transparent);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  box-shadow: none;
}

.sponsor-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sponsor-note p {
  margin: 0;
  color: var(--plum);
  font-size: 14px;
  line-height: 1.45;
}

.sponsor-note a {
  white-space: nowrap;
  padding: var(--s3) var(--s4);
  background: var(--plum);
  color: var(--paper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

a.trending {
  display: block;
  text-decoration: none;
  color: var(--paper);
}

.story.panel {
  padding: var(--s5) var(--s5);
  color: var(--paper);
  cursor: pointer;
}

.story.panel:hover {
  transform: translateY(-2px);
}

.hero-grid > .lead, .hero-grid > .column, .hero-grid > .trending, .hero-grid > aside.trending, .hero-grid > .trending.story.panel {
  height: auto;
  min-height: 660px;
}

.hero-grid > .trending .trend-item, .hero-grid > aside.trending .trend-item, .hero-grid > .trending.story.panel .trend-item {
  padding: 0 0 var(--s3) var(--s5);
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
}

.feature-img {
  min-height: 360px;
  background: url('../images/authors/vivienne-march-official-desk.jpg') center/cover no-repeat;
  background-position: center 18%;
}

.grownup-feature .feature-img {
  min-height: 380px;
  background-position: center 14%;
}

.page-kicker {
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.archive-intro-panel {
  margin: 26px 0 36px;
  padding: var(--s5);
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
}

.archive-section {
  margin-top: 42px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.archive-card span, .page-kicker, .contact-card span, .brief-card span, .start-grid span, .watch-grid span, .vivienne-says span, .archive-cta span {
  display: block;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.archive-card strong {
  display: block;
  margin: 10px 0 10px;
  font-family: var(--display);
  font-size: 25px;
  line-height: .96;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.archive-card p {
  margin: 0;
  color: var(--plum);
  font-size: 14px;
  line-height: 1.45;
}

.weekly-watch {
  margin-top: 44px;
}

.watch-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
}

.watch-grid div {
  padding: var(--s4);
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
}

.watch-grid p {
  margin: 8px 0 0;
  color: var(--plum);
  font-size: 14px;
  line-height: 1.4;
}

.vivienne-says span {
  color: var(--paper);
}

.archive-cta, .brief-card {
  margin-top: 34px;
  padding: var(--s5);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 16%, transparent);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brief-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 34px;
}

.clean-list {
  padding-left: var(--s5);
  font-size: 19px;
  line-height: 1.65;
}

.brief-card {
  display: block;
  margin-top: 0;
}

.partner-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0;
}

.partner-options div, .contact-card {
  padding: var(--s4);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
}

.partner-options strong, .contact-card h2 {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1;
  color: var(--plum);
}

.contact-card p {
  color: var(--plum);
  line-height: 1.5;
}

.small-note {
  font-size: 14px;
  opacity: .74;
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 34px;
}

.start-grid a {
  display: block;
  padding: var(--s5);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
}

.start-grid strong {
  display: block;
  margin: 10px 0;
  font-family: var(--display);
  font-size: 28px;
  line-height: .96;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.start-grid p {
  margin: 0;
  color: var(--plum);
  font-size: 14px;
  line-height: 1.45;
}

.site-header nav {
  flex-wrap: wrap;
}

.author-profile-upgraded {
  max-width: var(--shell-wide);
}

.author-hero {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 38px;
}

.author-hero img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  object-position: center top;
  box-shadow: none;
  border: 1px solid color-mix(in srgb, var(--plum) 16%, transparent);
}

.author-detail-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin: 34px 0 44px;
}

.author-detail-grid > div {
  padding: var(--s4);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
}

.author-detail-grid h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--plum);
}

.author-detail-grid p {
  margin: 0;
  color: var(--plum);
  line-height: 1.5;
}

.shop-story-box {
  margin: 38px 0;
  padding: var(--s5);
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 16%, transparent);
  box-shadow: none;
}

.shop-story-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.shop-story-box h2 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 34px;
  line-height: .95;
  color: var(--plum);
}

.shop-story-box p {
  font-size: 15px;
  line-height: 1.5;
}

.shop-story-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0;
}

.shop-story-links a {
  display: block;
  padding: var(--s4);
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--plum) 13%, transparent);
}

.shop-story-links strong {
  display: block;
  color: var(--plum);
  font-family: var(--display);
  font-size: 21px;
  line-height: 1;
}

.shop-story-links span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shop-story-disclosure {
  font-size: 12px;
  opacity: .75;
  margin-bottom: 0;
}

.face-value-feature {
  margin-top: 28px;
  padding: var(--s5) var(--s6);
  border: 1px solid color-mix(in srgb, var(--plum) 16%, transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: none;
}

.face-value-feature h2 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(42px,5vw,74px);
  line-height: .85;
  letter-spacing: -0.025em;
  color: var(--plum);
}

.face-value-feature p {
  margin: 0;
  color: var(--plum);
  font-size: 17px;
  line-height: 1.45;
  max-width: var(--shell-wide);
}

.face-value-feature a {
  white-space: nowrap;
  padding: var(--s3) var(--s4);
  background: var(--plum);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-face-value-lip {
  background: url('../images/article-unique/merit-quiet-makeup-wardrobe.jpg') center/cover no-repeat;
}

.hero-face-value-bathroom {
  background: url('../images/article-unique/hotel-bathroom-beauty.jpg') center/cover no-repeat;
}

.hero-face-value-work {
  background: url('../images/article-unique/quiet-return-of-polished-glamour.jpg') center/cover no-repeat;
}

.author-strip-seven, .author-strip {
  grid-template-columns: repeat(7,1fr);
}

.editors-block {
  overflow: visible;
}

.author-strip-seven .author[href*="vivienne-march"] img {
  object-position: center 16%;
}

.author-strip-seven .author[href*="clara-vale"] img {
  object-position: center center;
}

.author-strip-seven {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  overflow: visible;
}

.author-strip-seven .author {
  min-width: 0;
  min-height: 318px;
  height: auto;
  padding: var(--s4) var(--s4) var(--s4);
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.author-strip-seven .author img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: cover;
  object-position: center 22%;
  background: var(--paper);
  min-width: 82px;
  min-height: 82px;
  margin: 0 0 14px;
  flex: 0 0 auto;
}

.author-strip-seven .author h3 {
  font-size: clamp(18px,1.75vw,25px);
  line-height: 0.92;
  margin: 0 0 9px;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.author-strip-seven .author p {
  margin: 0;
  line-height: 1.34;
  overflow: visible;
  font-size: 11.8px;
}

.logo {
  font-family: var(--display);
  font-size: clamp(38px,4.1vw,72px);
  line-height: .9;
  letter-spacing: -0.025em;
  color: var(--ink);
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 0 var(--s2);
}

.site-header nav a {
  white-space: nowrap;
}

.nav-right .social-link:hover {
  color: var(--pink);
  transform: translateY(-1px);
}

.about-team-photo {
  margin: 28px 0 38px;
}

.about-team-photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
}

.about-team-photo figcaption {
  margin-top: 12px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
  color: var(--ink);
  border-bottom: none;
}

.footer .social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.footer .social-link:hover {
  color: var(--pink);
  transform: translateY(-1px);
}

.face-value-with-portrait {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) 330px;
  align-items: center;
  min-height: 330px;
  padding: var(--s6) var(--s6);
}

.face-value-with-portrait .face-value-copy {
  position: relative;
  z-index: 2;
}

.face-value-with-portrait .face-value-copy a {
  display: inline-flex;
  margin-top: 22px;
}

.face-value-with-portrait > a {
  display: none;
}

.face-value-portrait-wrap {
  position: relative;
  z-index: 1;
  width: 345px;
  height: 390px;
  margin: -62px -26px -74px 0;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  transform: rotate(1deg);
  background: var(--plum);
}

.face-value-portrait-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.face-value-portrait-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
}

.face-value-showcase-link:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.author-realism-panel {
  margin-top: 2.4rem;
  padding: var(--s5);
  border: 1px solid color-mix(in srgb, var(--paper) 12%, transparent);
  box-shadow: none;
}

.author-realism-panel h2 {
  margin: 1.1rem 0 .35rem;
}

.author-realism-panel h2:first-child {
  margin-top: 0;
}

.author-realism-panel p {
  margin: 0 0 .85rem;
}

.article-body .field-note, .article-body .pull-note {
  margin: 1.8rem 0;
  padding: var(--s4) var(--s4);
  border-left: 3px solid color-mix(in srgb, var(--pink) 68%, transparent);
  background: color-mix(in srgb, var(--paper) 5.5%, transparent);
  font-style: italic;
}

.article-body .image-rule-note {
  font-size: .92rem;
  opacity: .78;
}

.editorial-gateway, .archive-curation, .most-read-block {
  margin: 2.4rem 0;
}

.editorial-gateway-grid, .archive-curation-grid, .most-read-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.editorial-gateway-card, .archive-curation-card, .most-read-card {
  display: block;
  padding: var(--s4);
  border: 1px solid color-mix(in srgb, var(--paper) 12%, transparent);
  box-shadow: none;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.editorial-gateway-card:hover, .archive-curation-card:hover, .most-read-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--pink) 42%, transparent);
}

.editorial-gateway-card span, .archive-curation-card span, .most-read-card span {
  display: block;
  margin-bottom: .45rem;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .72;
}

.editorial-gateway-card strong, .archive-curation-card strong, .most-read-card strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.18;
}

.editorial-gateway-card p, .archive-curation-card p, .most-read-card p {
  margin: .55rem 0 0;
  opacity: .78;
}

.archive-route-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .85rem;
  margin: 1.2rem 0 2.2rem;
}

.archive-route-list a {
  display: block;
  padding: var(--s4);
  border: 1px solid color-mix(in srgb, var(--paper) 10%, transparent);
  background: color-mix(in srgb, var(--paper) 4%, transparent);
  text-decoration: none;
}

.archive-route-list span {
  display: block;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
  margin-bottom: .35rem;
}

.archive-note {
  margin: 1rem 0 1.8rem;
  opacity: .8;
}

.article-main-image {
  height: min(58vw,520px);
  min-height: 420px;
  filter: saturate(1.02) contrast(1.02);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.article-figure--product {
  max-width: var(--shell-wide);
  margin: 1.35rem auto 2rem;
  padding: var(--s4);
  border: 1px solid color-mix(in srgb, var(--plum) 8%, transparent);
  box-shadow: none;
}

.article-figure--product .article-main-image--product {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  margin: 0 auto;
  background: transparent;
}

.article-figure--product + .article-layout, .article-figure--product + .article-body {
  clear: both;
}

.article-main-image--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.article-figure--portrait-card {
  max-width: 100%;
  margin: 1.35rem auto 2rem;
  padding: var(--s4);
  border: 1px solid color-mix(in srgb, var(--plum) 8%, transparent);
  box-shadow: none;
}

.article-figure--portrait-card .article-main-image--portrait-card {
  display: block;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  margin: 0 auto;
}

.draft-preview-warning {
  max-width: var(--shell-wide);
  margin: 1rem auto;
  padding: var(--s3) var(--s4);
  background: color-mix(in srgb, var(--plum) 90%, transparent);
  color: var(--paper);
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
}

.draft-preview-page .article-figure {
  background: transparent;
}

.homepage-gateway {
  margin: 46px 0 34px;
  padding: var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
}

.homepage-gateway .section-title {
  margin-top: 0;
}

.gateway-intro {
  max-width: var(--shell-wide);
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--plum) 76%, transparent);
}

.gateway-grid {
  grid-template-columns: repeat(3,1fr);
}

.gateway-grid a:nth-child(1), .gateway-grid a:nth-child(6) {
  color: var(--paper);
}

.gateway-grid a:nth-child(1) strong, .gateway-grid a:nth-child(6) strong, .gateway-grid a:nth-child(1) p, .gateway-grid a:nth-child(6) p {
  color: var(--paper);
}

.gateway-grid a:nth-child(1) span, .gateway-grid a:nth-child(6) span {
  color: var(--blush);
}

.start-here-page .standfirst {
  max-width: var(--shell-wide);
}

.start-intro-panel {
  margin: 34px 0 42px;
  padding: var(--s5) var(--s5);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  color: var(--paper);
  box-shadow: none;
}

.start-intro-panel span, .start-map-grid span, .start-cta-strip span {
  display: block;
  margin-bottom: 10px;
  color: var(--blush);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.start-intro-panel strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(32px,3.8vw,54px);
  line-height: .92;
  letter-spacing: -0.025em;
}

.start-intro-panel p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--paper) 88%, transparent);
}

.start-route-section, .start-map-section {
  margin-top: 48px;
}

.start-route-grid {
  grid-template-columns: repeat(2,1fr);
}

.start-route-grid a {
  padding: var(--s5);
  min-height: 190px;
}

.start-route-grid strong {
  font-size: 32px;
}

.start-map-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.start-map-grid article {
  padding: var(--s5);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
}

.start-map-grid span {
  color: var(--pink);
}

.start-map-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: 28px;
  line-height: .98;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.start-map-grid p {
  margin: 0;
  color: var(--plum);
  font-size: 14px;
  line-height: 1.48;
}

.start-cta-strip {
  margin: 52px 0 0;
  padding: var(--s5) var(--s6);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.start-cta-strip span {
  color: var(--pink);
}

.start-cta-strip strong {
  display: block;
  font-family: var(--display);
  font-size: 34px;
  line-height: .96;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.start-cta-strip p {
  margin: 10px 0 0;
  color: var(--plum);
  line-height: 1.5;
}

.start-cta-strip a {
  flex: 0 0 auto;
  padding: var(--s3) var(--s4);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.newsletter:before {
  content: "";
  position: absolute;
  inset: -70px -90px auto auto;
  width: 240px;
  height: 240px;
  pointer-events: none;
}

.newsletter .newsletter-points li:before {
  content: "— ";
  color: var(--blush);
  font-weight: 800;
}

.newsletter-consent a {
  color: var(--paper);
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 45%, transparent);
}

.newsletter-mini {
  margin: 44px 0 10px;
  padding: var(--s5);
  color: var(--paper);
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.newsletter-mini:after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  pointer-events: none;
}

.newsletter-mini .kicker {
  color: var(--blush);
  margin-bottom: 10px;
}

.newsletter-mini h3 {
  position: relative;
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(28px,3vw,42px);
  line-height: .95;
  letter-spacing: -0.025em;
  color: var(--paper);
}

.newsletter-mini p {
  position: relative;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.45;
  color: color-mix(in srgb, var(--paper) 82%, transparent);
}

.newsletter-mini .form {
  position: relative;
  grid-template-columns: 1fr auto;
  margin-top: 14px;
}

.newsletter-mini input {
  min-width: 0;
}

.newsletter-mini .form-note {
  grid-column: 1/-1;
  margin: 0;
  font-size: 11px;
  color: color-mix(in srgb, var(--paper) 66%, transparent);
}

.start-newsletter {
  margin-top: 44px;
}

.article-shell[data-article-template="v111"] {
  position: relative;
}

.article-trust-panel {
  margin-top: 18px;
  padding-top: var(--s4);
  border-top: 1px solid color-mix(in srgb, var(--paper) 18%, transparent);
}

.article-trust-panel dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.article-trust-panel dt {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blush);
}

.article-trust-panel dd {
  margin: 3px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: color-mix(in srgb, var(--paper) 86%, transparent);
}

.article-credibility-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 38px 0 22px;
  padding-top: var(--s5);
  border-top: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
}

.article-credibility-strip span {
  display: inline-flex;
  align-items: center;
  padding: var(--s2) var(--s3);
  background: color-mix(in srgb, var(--plum) 6.5%, transparent);
  color: var(--plum);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-author-card-v111 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 28px 0;
  padding: var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
}

.article-author-avatar {
  width: 78px;
  height: 78px;
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 30px;
  letter-spacing: -0.025em;
  box-shadow: none;
  overflow: hidden;
}

.article-author-card-v111 h3 {
  margin: 0 0 5px;
  font-family: var(--display);
  font-size: 30px;
  line-height: .96;
  letter-spacing: -0.025em;
  color: var(--plum);
}

.article-author-card-v111 .author-role {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--pink);
}

.article-author-card-v111 .author-bio {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.48;
  color: var(--plum);
}

.article-author-card-v111 a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--plum);
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 28%, transparent);
}

.related-articles-v111 .related-label {
  display: block;
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.related-grid-v111 a:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.related-grid-v111 span {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pink);
}

body:not(.home) main.article-page article > .hero-img {
  overflow: hidden;
  background-position: var(--article-hero-position, center center);
  background-size: cover;
}

body:not(.home) figure.article-figure {
  overflow: hidden;
}

body:not(.home) .article-page article > .hero-img[style*="clara-life"], body:not(.home) .article-page article > .hero-img.hero-face-value-lip {
  --article-hero-position: center center;
}

img, video, iframe {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

.article-body, .card, .depth-card, .depth-panel, .related-grid-v111 a, .newsletter-mini {
  overflow-wrap: anywhere;
}

.archive-search-row input, .archive-search-row select {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  padding: var(--s3) var(--s4);
  color: var(--ink);
  font: inherit;
  box-shadow: none;
}

.archive-search-row input:focus, .archive-search-row select:focus {
  outline: 2px solid color-mix(in srgb, var(--pink) 32%, transparent);
  border-color: color-mix(in srgb, var(--pink) 46%, transparent);
}

.archive-filter-pills button {
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  background: color-mix(in srgb, var(--paper) 66%, transparent);
  padding: var(--s2) var(--s3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--plum);
  cursor: pointer;
}

.archive-filter-pills button.active, .archive-filter-pills button:hover {
  background: var(--plum);
  color: var(--paper);
  border-color: var(--plum);
}

.archive-author-browse span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  color: var(--pink);
}

.archive-author-browse a {
  padding: var(--s2) var(--s2);
  background: color-mix(in srgb, var(--plum) 7%, transparent);
  color: var(--plum);
  font-weight: 800;
}

.archive-author-browse a:hover {
  background: color-mix(in srgb, var(--pink) 18%, transparent);
}

.archive-results-meta {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 800;
  color: color-mix(in srgb, var(--plum) 68%, transparent);
}

.archive-no-results {
  margin-top: 16px;
  padding: var(--s4);
  background: color-mix(in srgb, var(--plum) 6%, transparent);
  color: var(--plum);
  font-weight: 800;
}

.archive-card[hidden], .archive-section[hidden] {
  display: none;
}

.archive-card-meta-v115 {
  display: block;
  margin: -3px 0 10px;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: color-mix(in srgb, var(--plum) 48%, transparent);
}

.archive-card mark {
  background: color-mix(in srgb, var(--pink) 18%, transparent);
  color: inherit;
  padding: 0 var(--s1);
}

.author-directory-card-v116 {
  min-height: 100%;
  border: 1px solid color-mix(in srgb, var(--paper) 14%, transparent);
  box-shadow: none;
}

.author-directory-card-v116 img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  margin-bottom: 14px;
}

.author-hero-v116 h1 {
  margin: .04em 0 .08em;
}

.author-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.author-stat-row span {
  padding: var(--s2) var(--s3);
  border: 1px solid color-mix(in srgb, var(--plum) 16%, transparent);
  background: color-mix(in srgb, var(--paper) 48%, transparent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--plum);
}

.author-bio-panel-v116 {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 16px;
  margin: 22px 0;
}

.author-bio-panel-v116 h2, .author-detail-grid-v116 h2 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 27px;
  line-height: .96;
  letter-spacing: -0.015em;
}

.author-bio-panel-v116 p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.author-detail-grid-v116 {
  grid-template-columns: repeat(3,1fr);
  margin: 0 0 28px;
}

.author-article-meta {
  display: block;
  margin: 14px 16px 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--pink);
}

.author-hero-desk .desk-mark img {
  object-fit: contain;
  padding: var(--s7);
}

.article-author-card-v111 a[href="../authors.html"], .article-author-card-v111 a[href="authors.html"] {
  outline: 3px solid var(--pink);
}

.product-edit-label-v117 {
  display: inline-block;
  margin-bottom: .55rem;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--blush) 72%, transparent);
}

.product-edit-header-v117 p, .affiliate-note-v117 {
  color: color-mix(in srgb, var(--blush) 76%, transparent);
}

.product-meta-v117 {
  padding-top: var(--s2);
  border-top: 1px solid color-mix(in srgb, var(--blush) 12%, transparent);
  color: color-mix(in srgb, var(--blush) 62%, transparent);
  font-size: .82rem;
}

.affiliate-note-v117 {
  margin: 1rem 0 0;
  font-size: .85rem;
  border-top: 1px solid color-mix(in srgb, var(--blush) 12%, transparent);
  padding-top: var(--s4);
}

.trust-page {
  position: relative;
}

.trust-page .standfirst {
  max-width: var(--shell-wide);
  font-size: clamp(20px,2.5vw,28px);
  line-height: 1.32;
  color: var(--plum);
  margin: 8px 0 28px;
}

.trust-card-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin: 28px 0 42px;
  max-width: var(--shell-wide);
}

.trust-mini-card {
  display: block;
  padding: var(--s4) var(--s4);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
}

.trust-mini-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.trust-mini-card strong {
  font-family: var(--display);
  font-size: 25px;
  line-height: .95;
  letter-spacing: -0.015em;
  color: var(--plum);
}

.trust-body h2 {
  margin-top: 38px;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(30px,3.4vw,46px);
  line-height: .95;
  letter-spacing: -0.025em;
  color: var(--plum);
}

.trust-note {
  margin: 34px 0;
  padding: var(--s4) var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
}

.trust-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pink);
}

.trust-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--plum);
}

.trust-contact-grid {
  margin: 26px 0;
}

.depth-card h1, .depth-card h2, .depth-card h3, .depth-panel h1, .depth-panel h2, .depth-panel h3, .card h1, .card h2, .card h3, .related-grid-v111 h3, .article-card h3, .archive-row strong {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  white-space: normal;
}

.depth-card h3 {
  font-size: clamp(27px,2.45vw,38px);
  line-height: .96;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.depth-card .kicker {
  overflow-wrap: normal;
  word-break: normal;
}

.trending .trend-title-link {
  display: block;
  color: var(--paper);
  text-decoration: none;
}

.trending .trend-title-link:hover .trend-link-note, .trending .trend-item:hover {
  color: var(--paper);
  text-decoration: none;
}

.trending .trend-item {
  display: block;
  color: color-mix(in srgb, var(--paper) 95%, transparent);
  text-decoration: none;
}

.trending .trend-item:hover {
  transform: translateX(2px);
}

.site-header .nav-right a[href$="about.html"], .site-header .nav-right a[href$="partner.html"], .site-header .nav-right a[href$="contact.html"] {
  display: none;
}

.footer.footer-v126 .social-link {
  width: 24px;
  height: 24px;
  margin: 0;
  border-bottom: none;
  color: var(--ink);
}

.footer.footer-v126 .social-link svg {
  width: 23px;
  height: 23px;
}

.footer.footer-v126 .social-link:hover {
  color: var(--pink);
}

.nav-left, .nav-right {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.1;
}

.nav-right {
  justify-content: flex-end;
  gap: 14px;
}

.nav-right .social-link svg {
  width: 17px;
  height: 17px;
  display: block;
}

.start-here-compact {
  margin: 38px auto 24px;
  padding: var(--s5) var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 13%, transparent);
  background: color-mix(in srgb, var(--paper) 74%, transparent);
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(280px,.82fr) 1fr;
  gap: 22px;
  align-items: center;
}

.start-here-compact-copy span {
  display: block;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.start-here-compact h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(34px,3.4vw,52px);
  line-height: .9;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.start-here-compact p {
  margin: 0;
  max-width: var(--shell-wide);
  color: var(--plum);
  font-size: 15px;
  line-height: 1.45;
}

.start-here-compact-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.start-here-compact-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: var(--s2) var(--s3);
  border: 1px solid color-mix(in srgb, var(--plum) 15%, transparent);
  background: color-mix(in srgb, var(--paper) 34%, transparent);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.start-here-compact-links a:last-child {
  color: var(--paper);
  border-color: transparent;
}

.article-side-note {
  position: sticky;
  top: 24px;
  padding: var(--s4);
  color: var(--paper);
  box-shadow: none;
  display: none;
}

.editorial-note {
  margin-top: 30px;
  padding: var(--s4) var(--s4);
  background: color-mix(in srgb, var(--plum) 4.5%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 10%, transparent);
}

.footer-wordmark-v126 em {
  font-style: italic;
  color: var(--pink);
}

.footer-socials-v126 svg {
  width: 18px;
  height: 18px;
}

.footer-brand-v126 p {
  max-width: var(--shell-wide);
  margin: 0;
  justify-self: end;
  text-align: right;
  font-size: 18px;
  line-height: 1.35;
  color: color-mix(in srgb, var(--plum) 74%, transparent);
  display: none;
}

.footer-socials-v126 a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--plum);
  color: var(--paper);
  border: 0;
  box-shadow: none;
}

.footer-socials-v126 a:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.site-header, .ticker, .main, .footer-inner-v126 {
  width: min(var(--shell-wide), calc(100% - var(--gutter)));
}

.start-here-compact, .archive-cta, .feature-band, .newsletter, .follow-card, .vivienne-says {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.archive-cta p {
  margin: 0;
  color: var(--plum);
  max-width: var(--shell-wide);
}

.footer.footer-v126 .footer-socials-v126 {
  gap: 12px;
}

.site-header .nav-left a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 var(--s1);
  color: color-mix(in srgb, var(--plum) 84%, transparent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-header .nav-left a:hover {
  color: var(--pink);
  border-bottom-color: color-mix(in srgb, var(--pink) 42%, transparent);
}

.site-header .nav-right .social-link, .site-header .nav-right .social-link:visited {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: var(--plum);
  border: 1px solid color-mix(in srgb, var(--pink) 22%, transparent);
  box-shadow: none;
}

.site-header .nav-right .social-link svg, .site-header .nav-right .social-link svg * {
  color: var(--paper);
}

.site-header .nav-right .social-link svg path[fill="currentColor"], .site-header .nav-right .social-link svg circle[fill="currentColor"] {
  fill: var(--paper);
}

.site-header .nav-right .social-link svg g, .site-header .nav-right .social-link svg rect, .site-header .nav-right .social-link svg circle {
  stroke: var(--paper);
}

.footer-wordmark-v126 {
  display: inline-block;
  width: max-content;
  border-bottom: none;
  font-family: var(--display);
  font-size: clamp(48px,4.9vw,82px);
  line-height: .82;
  letter-spacing: -0.025em;
  color: var(--ink);
  text-decoration: none;
  border: 0;
}

.footer-links-v126 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: flex-start;
}

.footer-links-v126 a {
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 20%, transparent);
  color: color-mix(in srgb, var(--plum) 86%, transparent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .115em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.35;
  border: 0;
}

.footer-links-v126 a:hover {
  color: var(--pink);
  border-bottom-color: var(--pink);
}

.footer.footer-v126 .footer-socials-v126 a.social-link, .footer.footer-v126 .footer-socials-v126 a.social-link:visited {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--plum);
  color: var(--paper);
  box-shadow: none;
  border: 1px solid color-mix(in srgb, var(--pink) 20%, transparent);
}

.footer.footer-v126 .footer-socials-v126 a.social-link:hover {
  background: var(--pink);
  color: var(--paper);
  transform: translateY(-1px);
}

.footer.footer-v126 .footer-socials-v126 a.social-link svg, .footer.footer-v126 .footer-socials-v126 a.social-link svg * {
  color: var(--paper);
}

.footer.footer-v126 .footer-socials-v126 a.social-link svg path[fill="currentColor"], .footer.footer-v126 .footer-socials-v126 a.social-link svg circle[fill="currentColor"] {
  fill: var(--paper);
}

.footer.footer-v126 .footer-socials-v126 a.social-link svg g, .footer.footer-v126 .footer-socials-v126 a.social-link svg rect, .footer.footer-v126 .footer-socials-v126 a.social-link svg circle {
  stroke: var(--paper);
}

.footer-bottom-v126 span + span:before {
  content: "•";
  margin-right: 14px;
  color: color-mix(in srgb, var(--pink) 72%, transparent);
}

.site-header .nav-right .social-link, .site-header .nav-right .social-link:visited, .footer.footer-v126 .footer-socials-v126 a.social-link, .footer.footer-v126 .footer-socials-v126 a.social-link:visited {
  background: var(--plum);
  color: var(--paper);
  border: 1px solid color-mix(in srgb, var(--pink) 28%, transparent);
  box-shadow: none;
}

.site-header .nav-right .social-link:hover, .footer.footer-v126 .footer-socials-v126 a.social-link:hover {
  color: var(--paper);
}

.footer.footer-v126 {
  display: block;
  margin-top: 18px;
  padding: 0;
  border-top: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  color: var(--ink);
  font-size: 14px;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  overflow: hidden;
}

.footer-inner-v126 {
  width: min(1380px,calc(100% - 112px));
  margin: 0 auto;
  padding: var(--s8) 0 var(--s6);
}

.footer-brand-v126 {
  display: block;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding-bottom: var(--s5);
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  padding: 0 0 var(--s6);
  text-align: center;
}

.footer-wordmark-v126 span {
  color: var(--ink);
}

.footer-nav-v126 {
  display: flex;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: var(--s6) 0 var(--s5);
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  max-width: var(--shell-wide);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-group-v126 {
  display: flex;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.footer-group-v126 h2 {
  margin: 0;
  font-family: inherit;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--plum) 54%, transparent);
  font-weight: 800;
  text-align: center;
  width: 100%;
}

.footer-links-v126, .footer-links-compact-v126 {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px 22px;
  width: 100%;
}

.footer-socials-v126 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  justify-content: center;
  margin: 4px auto 0;
  width: 100%;
}

.footer-bottom-v126 {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding-top: var(--s5);
  border-top: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--plum) 54%, transparent);
  text-align: center;
}

.start-here-compact, .editors-block {
  display: none;
}

.author-page-v116 .article-back {
  text-decoration: none;
}

.hero-grid .column .story.panel .kicker, .hero-grid > .trending .note-pill, aside.trending .note-pill {
  font-size: 11px;
  letter-spacing: .18em;
}

.author-stat-row, .author-bio-panel-v116, .author-detail-grid-v116, .author-detail-grid {
  display: none;
}

.author-hero-v116 .standfirst {
  max-width: var(--shell-wide);
  margin-bottom: 0;
}

.author-library-v116 {
  margin-top: 22px;
}

.article-header .kicker, .article-header .article-category, .article-pill {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--pink);
  letter-spacing: .24em;
}

.article-page-v27 .article-body p, .article-body p {
  margin-bottom: 16px;
}

.article-page-v27 .article-body p:first-child, .article-body > p:first-child {
  font-weight: 600;
  line-height: 1.58;
}

.article-page-v27 .article-body h2::after, .article-body h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 10px;
  opacity: .65;
}

.home-beauty-hero-copy span {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--blush);
}

.lead h1, .story h2, .trending h2, .vivienne-says p, .feature-band h2, .newsletter h2, .follow-strip h2, .archive-cta h2, .section-title h2, .card h3, .author-article-card strong {
  line-height: 1.02;
}

.hero-grid .column .story.panel h2, .hero-grid > .trending h2, aside.trending h2, .trending.story.panel h2 {
  line-height: 1.02;
  letter-spacing: -0.015em;
}

.newsletter h2, .vivienne-says p, .feature-band h2 {
  letter-spacing: -0.025em;
}

.vivienne-says p, .newsletter h2, .feature-band h2, .hero-grid > .trending h2, aside.trending h2, .trending.story.panel h2 {
  line-height: 1.10;
  letter-spacing: -0.015em;
}

.story h2, .column .story h2, .trending h2, aside.trending h2, .trending.story.panel h2, .vivienne-says p, .newsletter h2, .feature-band h2 {
  line-height: 1.14;
  letter-spacing: -0.015em;
}

.site-header .logo span, .footer-wordmark-v126 em {
  color: var(--pink);
  font-style: italic;
  text-shadow: none;
  font-size: 1.08em;
  letter-spacing: -0.025em;
}

.kicker, .card .kicker, .article-meta-row span, .article-pill, .article-header .kicker, .face-value-copy span, .related-articles-v111 .related-label, .related-grid-v111 span, .archive-card-meta-v115, .product-edit-label-v117 {
  font-family: var(--body);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.article-pill, .article-header .kicker {
  display: inline-block;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: var(--pink, var(--pink));
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 12px;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--plum) 68%, transparent);
  justify-content: center;
}

.hero-cta span, .feature-cta span {
  display: none;
}

.hero-cta, .feature-cta {
  gap: 0;
  padding: var(--s4) var(--s5);
  box-shadow: none;
}

.lead h1, .story h2, .column .story h2, .trending h2, aside.trending h2, .trending.story.panel h2, .vivienne-says p, .feature-band h2, .newsletter h2, .section-title h2, .archive-cta h2, .follow-strip h2, .card h3, .article-page-v27 h1, .author-page h1, .simple-page h1, .article-author-card-v111 h3, .related-grid-v111 strong, .author-article-card strong {
  font-family: var(--display);
  letter-spacing: -0.015em;
  text-rendering: optimizeLegibility;
}

.story h2, .column .story h2 {
  line-height: 1.08;
}

.feature-band h2, .section-title h2, .archive-cta h2, .follow-strip h2 {
  line-height: 1.04;
}

.card h3, .related-grid-v111 strong, .author-article-card strong {
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.article-hero-block {
  position: relative;
  padding: var(--s6) var(--s7) var(--s6);
  text-align: center;
  padding-top: clamp(var(--s7),5vw,var(--s8));
  padding-bottom: clamp(var(--s6),4.4vw,var(--s8));
}

.article-page-v27 h1 {
  max-width: var(--shell-wide);
  margin: 0;
  font-size: clamp(46px,5.4vw,88px);
  line-height: 1.03;
  letter-spacing: -0.025em;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.standfirst {
  max-width: var(--shell-wide);
  margin: 22px 0 0;
  font-size: clamp(18px,1.55vw,24px);
  line-height: 1.44;
  color: var(--plum);
  margin-left: auto;
  margin-right: auto;
}

.article-layout {
  display: block;
  grid-template-columns: 240px minmax(0,760px);
  gap: 44px;
  align-items: start;
  padding: var(--s7) var(--s7) var(--s7);
  max-width: var(--shell-wide);
  margin: 0 auto;
  padding-left: clamp(var(--s5),4vw,var(--s7));
  padding-right: clamp(var(--s5),4vw,var(--s7));
}

.article-page-v27 .article-body {
  max-width: var(--shell-read);
  font-size: 19px;
  line-height: 1.68;
  color: var(--ink);
  margin: 0 auto;
}

.article-page-v27 .article-body p {
  margin-bottom: 1.05em;
}

.article-page-v27 .article-body p:first-child {
  font-size: 21px;
  line-height: 1.56;
  font-weight: 650;
}

.article-page-v27 .article-body h2 {
  margin-top: 2.15em;
  margin-bottom: .65em;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.home-beauty-hero-link img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(460px,43vw,620px);
  object-fit: cover;
  object-position: center center;
  opacity: 0;
}

.home-beauty-hero-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(26,7,16,.84) 0%, rgba(26,7,16,.66) 38%, rgba(26,7,16,.18) 70%, rgba(26,7,16,.04) 100%);
  pointer-events: none;
}

.hero-grid > .trending, .hero-grid > aside.trending, .hero-grid > .trending.story.panel {
  padding: var(--s6) var(--s6) var(--s5);
}

.hero-grid > .trending h2, .hero-grid > aside.trending h2, .hero-grid > .trending.story.panel h2 {
  margin: 0 0 22px;
  font-size: clamp(34px,3.35vw,52px);
  line-height: 1.18;
  max-width: var(--shell-wide);
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}

.hero-grid > .trending .trend-link-note, .hero-grid > aside.trending .trend-link-note, .hero-grid > .trending.story.panel .trend-link-note {
  margin: 12px 0 14px;
  margin-top: 12px;
}

.archive-page-list > .archive-toolkit {
  margin-top: 12px;
}

.archive-page-list > .page-kicker {
  margin-top: 34px;
}

.archive-toolkit {
  margin: 20px 0 36px;
  padding: var(--s5) var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
}

.archive-toolkit .section-title {
  margin-top: 0;
}

.archive-toolkit .section-title h2 {
  font-size: clamp(34px,3.4vw,46px);
  line-height: 1.02;
}

.archive-toolkit .archive-note {
  max-width: var(--shell-wide);
  margin: 0 0 18px;
  color: var(--plum);
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 16px;
}

.archive-search-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) 220px 220px;
  gap: 12px;
  align-items: center;
  margin: 18px 0 14px;
}

.archive-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
  margin-top: 16px;
}

.archive-author-browse {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
  color: color-mix(in srgb, var(--plum) 68%, transparent);
}

.archive-newsletter h2 {
  max-width: var(--shell-wide);
  margin-bottom: 10px;
  font-size: clamp(36px,4vw,54px);
  line-height: 1.08;
}

.archive-newsletter p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.archive-newsletter .form {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.archive-newsletter .form-note {
  grid-column: 1/-1;
  margin-top: 6px;
}

.archive-newsletter input {
  min-width: 0;
}

.lead h1, .trending h2, .story h2, .face-value-copy h2, .card h3, .related-grid-v111 strong, .related-card strong, .article-page-v27 h1, .section-title h2, .feature-band h2, .newsletter h2, .author-article-card strong {
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.lead, .column, .trending {
  min-height: 660px;
  height: 640px;
}

.lead {
  position: relative;
  padding: var(--s7) var(--s6);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: none;
  border: 1px solid color-mix(in srgb, var(--paper) 42%, transparent);
}

.lead h1 {
  font-family: var(--display);
  font-size: clamp(48px, 4.55vw, 74px);
  line-height: .96;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
  max-width: var(--shell-wide);
  text-shadow: none;
  text-wrap: balance;
}

.lead p {
  max-width: var(--shell-wide);
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.42;
  text-shadow: none;
}

.trend-item {
  position: relative;
  padding: 0 0 var(--s4) var(--s5);
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  color: color-mix(in srgb, var(--paper) 95%, transparent);
  margin-bottom: 12px;
  padding-left: var(--s4);
}

.story h2 {
  margin: 0 0 10px;
  max-width: var(--shell-wide);
  font-family: var(--display);
  font-size: clamp(25px,2.35vw,38px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--paper);
}

.archive-page-list .archive-toolkit {
  display: none;
}

.archive-page-list .page-kicker {
  margin-top: 20px;
}

.archive-page-list > h1 {
  margin-top: 4px;
  margin-bottom: 28px;
}

.archive-page-list .archive-section {
  margin-top: 34px;
}

.product-edit-v117 {
  margin: 2.4rem 0;
  padding: var(--s5);
  border: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  box-shadow: none;
}

.product-edit-label-v117, .product-edit-header-v117 p, .affiliate-note-v117, .product-meta-v117 {
  color: var(--muted);
}

.product-card-v117 h3, .product-card-v117 p, .product-card-v117 strong {
  color: var(--ink);
}

.product-card-v117 p {
  margin: .55rem 0;
  font-size: 16px;
  line-height: 1.5;
}

.product-card-kicker {
  color: var(--pink);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.product-meta-v117, .affiliate-note-v117 {
  border-top-color: color-mix(in srgb, var(--plum) 10%, transparent);
}

.related-articles-v111 {
  margin: 32px 0 8px;
  padding: var(--s5);
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  margin-top: 28px;
}

.article-editorial-disclaimer {
  margin: 26px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: color-mix(in srgb, var(--plum) 62%, transparent);
  display: none;
}

.archive-newsletter {
  max-width: var(--shell-wide);
  margin: 44px auto 0;
  padding: var(--s5) var(--s5);
  grid-template-columns: minmax(0,1fr) minmax(300px,380px);
  gap: 20px;
  align-items: center;
  margin-top: 36px;
}

.newsletter p, .newsletter .newsletter-points, .form-note, .newsletter-consent {
  font-size: 15px;
  line-height: 1.45;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.related-card strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.06;
  letter-spacing: -0.015em;
}

.trend-title-link h2, .face-value-copy h2, .newsletter h2 {
  text-wrap: initial;
}

.related-grid-v111 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.related-grid-v111 a {
  display: block;
  padding: var(--s4) var(--s4) var(--s4);
  background: color-mix(in srgb, var(--paper) 55%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.related-grid-v111 strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--plum);
}

.related-grid-v111 em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 15px;
  line-height: 1.46;
  color: var(--muted);
}

.product-edit-header-v117 {
  max-width: var(--shell-wide);
  margin-bottom: 18px;
}

.product-edit-header-v117 h2 {
  margin: 0 0 .55rem;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.02;
  color: var(--ink);
  font-family: inherit;
  letter-spacing: -0.015em;
}

.product-edit-header-v117 p {
  opacity: 1;
}

.product-grid-v117 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 16px;
  margin-top: 1.25rem;
}

.product-card-v117 {
  padding: var(--s4);
  border: 1px solid color-mix(in srgb, var(--plum) 10%, transparent);
  background: color-mix(in srgb, var(--blush) 88%, transparent);
}

.product-card-v117 h3 {
  margin: .25rem 0 .65rem;
  font-size: 18px;
  line-height: 1.05;
}

.lead h1, .story h2, .card h3, .related-grid-v111 strong, .related-card strong {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.nowrap {
  white-space: nowrap;
}

.newsletter .form input {
  height: 50px;
  min-height: 50px;
  padding: 0 var(--s4);
  border: 1px solid color-mix(in srgb, var(--paper) 42%, transparent);
  background: color-mix(in srgb, var(--paper) 7%, transparent);
  font-size: 15px;
}

.newsletter p, .newsletter .newsletter-points {
  font-size: 15.5px;
  line-height: 1.45;
}

.trending .trend-link-note, aside.trending .trend-link-note, .trending.story.panel .trend-link-note {
  font-size: 14px;
  letter-spacing: .13em;
}

.trending.story.panel, aside.trending {
  padding: clamp(var(--s6),3.4vw,var(--s7));
}

.trending h2, aside.trending h2, .trending.story.panel h2 {
  font-size: clamp(34px,3.05vw,52px);
  max-width: var(--shell-wide);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.trend-title-link {
  display: block;
  margin-bottom: 24px;
}

.trend-link-note {
  margin: 14px 0 0;
  color: var(--paper);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .9;
  margin-top: 18px;
  margin-bottom: 6px;
}

.trending .trend-item, aside.trending .trend-item, .trending.story.panel .trend-item {
  font-size: 18.5px;
  line-height: 1.62;
  margin-bottom: 16px;
  color: color-mix(in srgb, var(--paper) 93%, transparent);
  padding-left: var(--s6);
}

.trending .trend-item::before, aside.trending .trend-item::before, .trending.story.panel .trend-item::before {
  top: .82em;
}

.newsletter .kicker {
  margin-bottom: 18px;
}

.newsletter p {
  max-width: var(--shell-wide);
  font-size: 16.5px;
  line-height: 1.5;
}

.newsletter .form-note {
  grid-column: 1/-1;
  margin: 2px 0 0;
  font-size: 15px;
  line-height: 1.45;
  max-width: 100%;
}

.hero-grid > .trending, aside.trending, .trending.story.panel {
  color: var(--paper);
  box-shadow: none;
  border: 1px solid color-mix(in srgb, var(--paper) 15%, transparent);
  padding: clamp(var(--s6),3.6vw,var(--s8));
}

.hero-grid > .trending h2, aside.trending h2, .trending.story.panel h2 {
  color: var(--paper);
  text-shadow: none;
  line-height: 1.08;
  letter-spacing: -0.015em;
  font-size: clamp(33px,2.85vw,48px);
  max-width: var(--shell-wide);
  margin-bottom: 22px;
  text-wrap: initial;
}

.hero-grid > .trending .trend-link-note, aside.trending .trend-link-note, .trending.story.panel .trend-link-note {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 14px;
  margin-bottom: 12px;
  letter-spacing: .145em;
}

.hero-grid > .trending .trend-item, aside.trending .trend-item, .trending.story.panel .trend-item {
  color: var(--paper);
  font-size: 21px;
  line-height: 1.68;
  margin-bottom: 19px;
  padding-left: var(--s6);
  font-weight: 650;
  opacity: 1;
}

.hero-grid > .trending .trend-item::before, aside.trending .trend-item::before, .trending.story.panel .trend-item::before {
  width: 10px;
  height: 10px;
  top: .88em;
}

.face-value-showcase {
  margin-top: 74px;
  overflow: visible;
}

.face-value-showcase-link {
  display: grid;
  overflow: visible;
  border: none;
  box-shadow: none;
  background: transparent;
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
  min-height: 405px;
  grid-template-columns: 430px minmax(0,1fr);
  align-items: center;
  gap: 0;
  padding: 0 var(--s8) 0 0;
}

.face-value-showcase-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
  z-index: 0;
}

.face-value-showcase-link::after {
  content: none;
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.face-value-showcase-link img {
  display: block;
  width: 300px;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
  grid-column: 1;
  position: absolute;
  z-index: 3;
  max-width: 100%;
  justify-self: center;
  align-self: end;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
  box-shadow: none;
  margin-left: 8px;
  margin: 0;
  left: 92px;
  bottom: 0;
  filter: drop-shadow(0 8px 14px color-mix(in srgb, var(--plum) 8%, transparent));
}

.face-value-copy {
  position: relative;
  z-index: 2;
  left: auto;
  top: auto;
  transform: none;
  width: auto;
  color: var(--plum);
  grid-column: 2;
  align-self: center;
  padding: var(--s6) 0 var(--s6) var(--s5);
  right: auto;
  bottom: auto;
  background: transparent;
  max-width: none;
}

.face-value-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.face-value-copy h2 {
  margin: 0 0 19px;
  font-family: var(--display);
  font-size: clamp(46px,3.9vw,74px);
  line-height: .99;
  letter-spacing: -0.015em;
  color: var(--plum);
  max-width: var(--shell-wide);
  text-wrap: initial;
}

.face-value-copy p {
  margin: 0 0 20px;
  max-width: var(--shell-wide);
  font-size: clamp(18px,1.08vw,21px);
  line-height: 1.42;
  font-weight: 600;
  color: var(--plum);
  margin-bottom: 20px;
}

.face-value-copy strong {
  display: inline-flex;
  padding: 0 var(--s5);
  background: var(--plum);
  color: var(--paper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
  align-items: center;
  width: auto;
  min-height: 42px;
}

body > header.bg-article-site-header, header.site-header.bg-article-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 10%, transparent);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  box-shadow: none;
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
}

body > header.bg-article-site-header .bg-article-header-inner, header.site-header.bg-article-site-header .bg-article-header-inner {
  width: min(1360px, calc(100% - 64px));
  min-height: 76px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 28px;
}

body > header.bg-article-site-header .bg-article-brand, header.site-header.bg-article-site-header .bg-article-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: transparent;
  border: 0;
  color: var(--ink);
}

body > header.bg-article-site-header .bg-article-brand span, header.site-header.bg-article-site-header .bg-article-brand span {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  color: var(--muted);
}

body > header.bg-article-site-header .bg-article-brand strong, header.site-header.bg-article-site-header .bg-article-brand strong {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
}

body > header.bg-article-site-header .bg-article-nav, header.site-header.bg-article-site-header .bg-article-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

body > header.bg-article-site-header .bg-article-nav a, header.site-header.bg-article-site-header .bg-article-nav a {
  display: inline-block;
  margin: 0;
  padding: 0 0 var(--s2);
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--muted) 30%, transparent);
  background: transparent;
  box-shadow: none;
  font-family: var(--display);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
}

body > header.bg-article-site-header .bg-article-nav a:hover, header.site-header.bg-article-site-header .bg-article-nav a:hover {
  color: var(--muted);
  border-bottom-color: var(--muted);
}

.bg164-facevalue-card {
  position: relative;
  display: grid;
  grid-template-columns: 430px minmax(0,1fr);
  align-items: stretch;
  min-height: 420px;
  overflow: visible;
  border: 1px solid color-mix(in srgb, var(--plum) 14%, transparent);
  box-shadow: none;
  text-decoration: none;
  color: var(--plum);
}

.bg164-facevalue-image {
  position: relative;
  z-index: 3;
  min-height: 420px;
  overflow: visible;
}

.bg164-facevalue-image img {
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 4;
  display: block;
  width: auto;
  height: 492px;
  max-width: 100%;
  min-width: 0;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 14px 20px color-mix(in srgb, var(--plum) 12%, transparent));
}

.bg164-facevalue-copy {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: var(--s7) var(--s8) var(--s7) var(--s5);
  background: transparent;
}

.bg164-facevalue-copy > span {
  display: block;
  margin: 0 0 15px;
  color: var(--pink);
  font-family: var(--display);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.bg164-facevalue-copy h2 {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(56px,4.1vw,74px);
  line-height: .94;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.bg164-facevalue-copy h2 span {
  display: block;
  white-space: nowrap;
}

.bg164-facevalue-copy p {
  display: block;
  margin: 0 0 24px;
  max-width: var(--shell-wide);
  color: var(--plum);
  font-family: var(--display);
  font-size: 23px;
  line-height: 1.33;
  font-weight: 800;
  letter-spacing: -0.005em;
}

.bg164-facevalue-copy strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 var(--s6);
  color: var(--paper);
  font-family: var(--display);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.bg165-facevalue-image-wrap {
  margin: 32px 0 70px;
}

.bg165-facevalue-image-link {
  display: block;
  text-decoration: none;
}

.bg165-facevalue-image-link img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.bg164-editor-list li:last-child {
  margin-bottom: 0;
}

.bg164-editor-title h2, .bg164-editor-title h2 span {
  max-width: 100%;
}

.bg164-editor-list li:last-child, .bg164-editor-list li:last-child a {
  margin-bottom: 0;
}

.hero-grid .column .story.panel {
  padding: var(--s5) var(--s5) var(--s4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-grid .column .story.panel .kicker {
  margin-bottom: 10px;
  padding: var(--s1) var(--s3);
  font-size: 10px;
}

.hero-grid .column .story.panel h2 {
  max-width: var(--shell-wide);
  font-size: clamp(27px, 2.05vw, 34px);
  line-height: .94;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
  margin-bottom: 10px;
}

.hero-grid .column .story.panel p {
  max-width: var(--shell-wide);
  font-size: 13px;
  line-height: 1.28;
  margin: 0;
}

.hero-grid .column .story.panel:nth-child(1) h2, .hero-grid .column .story.panel:nth-child(2) h2 {
  max-width: var(--shell-wide);
}

.hero-grid .column .story.panel:nth-child(3) h2 {
  max-width: var(--shell-wide);
}

.hero-grid > .lead .hero-cta span {
  display: none;
}

.bg164-editor-title {
  display: block;
  color: var(--paper);
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

p[data-home-slot], .bg164-editor-list a[data-home-slot], .hero-grid > .column .story.panel p[data-home-slot], .newsletter p[data-home-slot] {
  text-wrap: pretty;
}

[data-home-slot="feature.headline"], [data-home-slot="editor.headline"], [data-home-slot="newsletter.headline"] {
  overflow-wrap: normal;
  word-break: normal;
}

.hero-grid > .lead h1.bg-copy-long {
  font-size: clamp(42px,3.48vw,60px);
  max-width: var(--shell-wide);
}

.hero-grid > .column .story.panel h2.bg-copy-long {
  font-size: clamp(22px,1.72vw,29px);
  line-height: .98;
  max-width: var(--shell-wide);
}

.bg164-editor-title h2.bg-copy-long {
  font-size: clamp(34px,2.55vw,47px);
  line-height: 1.02;
}

.newsletter h2.bg-copy-long {
  font-size: clamp(42px,4.25vw,78px);
  line-height: .96;
}

.hero-grid > .column .story.panel p.bg-copy-over-limit, .bg164-editor-list a.bg-copy-over-limit {
  font-size: .92em;
  line-height: 1.18;
}

.hero-grid > .lead, .hero-grid > .column, .hero-grid > .bg164-editor-note, .hero-grid > .column .story.panel {
  overflow: clip;
}

.newsletter h2[data-home-slot="newsletter.headline"] .nowrap {
  display: block;
  white-space: nowrap;
}

.newsletter h2[data-home-slot="newsletter.headline"][data-home-mode="spans"] > span {
  display: block;
  white-space: nowrap;
}

.newsletter .form, .newsletter-consent {
  max-width: 100%;
  margin-left: auto;
}

p[data-home-slot], li [data-home-slot], .newsletter p, .hero-grid .story p {
  text-wrap: pretty;
}

[data-home-mode="spans"] {
  display: block;
}

.home-beauty-hero-copy p {
  margin: 0 0 22px;
  max-width: var(--shell-wide);
  font-size: clamp(19px,1.45vw,25px);
  line-height: 1.42;
  font-weight: 600;
  color: color-mix(in srgb, var(--paper) 92%, transparent);
}

.hero-grid > *, .hero-grid .story.panel, .hero-grid > .lead, .hero-grid > .column, .hero-grid > .bg164-editor-note {
  min-width: 0;
}

.bg164-editor-title h2 > span {
  display: block;
  white-space: normal;
}

.bg165-facevalue-image-link, .bg165-facevalue-image-link img {
  display: block;
  width: 100%;
}

.newsletter p[data-home-slot="newsletter.copy"] {
  max-width: var(--shell-wide);
}

.newsletter .newsletter-points {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: color-mix(in srgb, var(--paper) 82%, transparent);
  font-size: 16.5px;
  line-height: 1.55;
  max-width: var(--shell-wide);
  margin-top: 22px;
}

.bg-fit-tight {
  letter-spacing: -0.025em;
}

.bg-fit-compact {
  line-height: .9;
}

[data-home-slot] {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

p[data-home-slot], .hero-grid .story p, .bg164-editor-list a, .newsletter p {
  text-wrap: pretty;
}

[data-home-mode="spans"] > span {
  display: block;
}

.hero-grid > .lead {
  padding: clamp(var(--s6),2.8vw,var(--s7)) clamp(var(--s5),2.7vw,var(--s6)) var(--s6);
  box-shadow: none;
  border: 1px solid color-mix(in srgb, var(--paper) 46%, transparent);
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 580px;
}

.hero-grid > .lead .kicker {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin: 0 0 clamp(18px,2vw,26px);
  font-size: clamp(12px,.86vw,14px);
  line-height: 1;
  color: var(--paper);
}

.hero-grid > .lead h1 {
  max-width: var(--shell-wide);
  text-shadow: none;
  margin: 0 0 clamp(16px,1.8vw,22px);
  font-size: clamp(40px,3.05vw,55px);
  line-height: .94;
  letter-spacing: -0.025em;
  overflow-wrap: normal;
  word-break: normal;
  overflow: visible;
  text-wrap: balance;
}

.hero-grid > .lead p {
  max-width: var(--shell-wide);
  margin: 0;
  font-size: clamp(16px,1.12vw,19px);
  line-height: 1.36;
}

.hero-grid > .lead .hero-cta {
  padding: var(--s4) var(--s5);
  margin-top: auto;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.bg164-editor-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 40px;
  padding: 0 var(--s5);
  margin: 0 0 clamp(22px,2.2vw,30px);
  border: 1px solid color-mix(in srgb, var(--paper) 44%, transparent);
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(12px,.82vw,15px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}

.bg164-editor-title h2 span {
  display: block;
  white-space: normal;
}

.bg164-editor-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 11px;
  height: 11px;
  background: var(--pink);
  box-shadow: none;
}

.bg164-facevalue, .newsletter {
  width: min(var(--shell-wide), calc(100vw - var(--gutter)));
  margin-left: auto;
  margin-right: auto;
}

.newsletter .form {
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
  display: grid;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 4px 0 0 auto;
  align-self: start;
  margin-left: auto;
}

.newsletter .form-note, .newsletter-consent {
  max-width: 100%;
  margin-left: auto;
}

.bg-copy-over-limit {
  overflow-wrap: anywhere;
  outline: 0;
  outline-offset: 4px;
}

.bg-fit-guarded {
  font-size: inherit;
}

.hero-grid > .lead, .hero-grid > .column, .hero-grid > .bg164-editor-note {
  min-width: 0;
  grid-column: auto;
  min-height: 660px;
  align-self: stretch;
  height: auto;
}

.hero-grid > .bg164-editor-note {
  position: relative;
  min-width: 0;
  height: auto;
  min-height: 580px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(var(--s6),2.6vw,var(--s7)) clamp(var(--s6),2.6vw,var(--s6)) clamp(var(--s6),2.8vw,var(--s7));
  border: 1px solid color-mix(in srgb, var(--paper) 16%, transparent);
  box-shadow: none;
  color: var(--paper);
  padding-bottom: var(--s7);
  align-self: start;
}

.bg164-editor-title strong {
  display: block;
  margin: 0 0 clamp(18px,1.8vw,24px);
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(12px,.86vw,15px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: clamp(18px,1.7vw,24px);
  margin-top: 18px;
  white-space: nowrap;
}

.bg164-editor-list li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 var(--s6);
  margin-bottom: 14px;
  min-width: 0;
  padding-left: var(--s5);
}

.bg164-editor-list a {
  display: block;
  max-width: none;
  color: var(--paper);
  text-decoration: none;
  font-family: var(--display);
  font-size: clamp(13px,.92vw,16px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.015em;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.hero-grid + .vivienne-says, .vivienne-says + .bg164-facevalue, .bg164-facevalue + #latest, .feature-band + .follow-strip, .follow-strip + .newsletter {
  margin-top: var(--s9);
}

#latest {
  margin-bottom: var(--s7);
}

.feature-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: center;
  margin-top: var(--s9);
  margin-bottom: 0;
}

.vivienne-says p[data-home-slot="vivienne.quote"] {
  max-width: var(--shell-wide);
  font-size: clamp(38px,3.05vw,52px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 10px 0 16px;
  text-wrap: normal;
}

.vivienne-says p[data-home-slot="vivienne.quote"] > span {
  display: block;
  white-space: nowrap;
}

.follow-strip {
  margin-top: 54px;
  padding: clamp(var(--s5),2.8vw,var(--s6)) clamp(var(--s6),3.4vw,var(--s7));
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: clamp(28px,3.5vw,56px);
  box-shadow: none;
  width: min(var(--shell-wide), calc(100vw - var(--gutter)));
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: minmax(0,1fr) auto;
  overflow: hidden;
}

.follow-strip > div:first-child {
  min-width: 0;
}

.follow-strip h2[data-home-slot="follow.headline"] {
  max-width: var(--shell-wide);
  margin: 0;
  font-size: clamp(42px,3.35vw,60px);
  line-height: .95;
  letter-spacing: -0.025em;
  text-wrap: normal;
}

.follow-strip h2[data-home-slot="follow.headline"] > span {
  display: block;
  white-space: nowrap;
}

.follow-actions {
  display: grid;
  gap: 14px;
  flex-wrap: wrap;
  align-self: center;
}

.follow-actions .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: var(--s3) var(--s4);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  line-height: 1;
  min-width: 170px;
}

.newsletter > div:first-child {
  max-width: var(--shell-wide);
  min-width: 0;
}

.newsletter h2[data-home-slot="newsletter.headline"] {
  max-width: var(--shell-wide);
  width: 100%;
  font-size: clamp(42px,2.95vw,54px);
  line-height: .98;
  text-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
}

.newsletter h2[data-home-slot="newsletter.headline"] > span {
  display: block;
  white-space: nowrap;
}

.newsletter p[data-home-slot="newsletter.copy"], .newsletter .newsletter-points {
  max-width: var(--shell-wide);
}

.newsletter .form, .newsletter .form-note, .newsletter-consent {
  max-width: 100%;
  margin-left: auto;
}

.newsletter .form input, .newsletter .form button {
  width: 100%;
  height: 56px;
  min-height: 58px;
  padding: 0 var(--s5);
}

.site-header, .ticker, .main {
  width: var(--shell-wide);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.site-header .nav-left {
  grid-area: nav;
  justify-content: center;
  gap: 22px;
  flex-wrap: nowrap;
  font-size: 11px;
  letter-spacing: .135em;
  line-height: 1;
  justify-self: start;
  text-align: center;
  max-width: var(--shell-wide);
  width: auto;
  grid-column: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.site-header .nav-right {
  grid-area: auto;
  justify-content: flex-end;
  gap: 10px;
  align-self: center;
  position: absolute;
  right: 36px;
  bottom: 25px;
  display: flex;
  grid-column: 3;
  justify-self: end;
  align-items: center;
}

.site-header .nav-right .social-link {
  color: var(--paper);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  background: var(--muted);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.site-header .nav-right .social-link:hover {
  color: var(--paper);
  background: var(--plum);
  transform: translateY(-2px);
}

.site-header .nav-right svg {
  width: 20px;
  height: 20px;
  color: var(--paper);
}

.latest-editorial .section-title h2 {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  line-height: .94;
  letter-spacing: -0.025em;
}

.latest-eyebrow {
  color: var(--muted);
  font: 800 .72rem/1.2 var(--body),sans-var(--display);
  text-transform: uppercase;
  letter-spacing: .18em;
}

.latest-editorial .article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.25fr) minmax(250px, .7fr);
  grid-template-rows: 1fr 1fr;
  gap: 26px;
}

.latest-editorial .card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 0 var(--s4);
  overflow: hidden;
  border: 1px solid var(--rule);
  background: color-mix(in srgb, var(--paper) 68%, transparent);
  box-shadow: none;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.latest-editorial .card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.latest-editorial .thumb {
  width: 100%;
  aspect-ratio: 4/3;
  min-height: 0;
  margin: 0 0 17px;
  background: var(--blush);
  overflow: hidden;
}

.latest-editorial .thumb::before, .latest-editorial .thumb::after {
  display: none;
}

.latest-editorial .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.latest-editorial .card:hover .thumb img {
  transform: scale(1.025);
}

.latest-editorial .story-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 18px 12px;
  color: var(--muted);
  font: 800 .67rem/1.3 var(--body),sans-var(--display);
  text-transform: uppercase;
  letter-spacing: .11em;
}

.latest-editorial .story-meta time {
  color: var(--muted);
  letter-spacing: .04em;
  white-space: nowrap;
}

.latest-editorial .card h3 {
  margin: 0 18px 10px;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.latest-editorial .card p {
  margin: 0 18px 15px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.48;
}

.latest-editorial .card > strong {
  margin: auto 18px 0;
  color: var(--plum);
  font: 800 .7rem/1.2 var(--body),sans-var(--display);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.bg164-editor-note {
  min-height: 0;
  height: auto;
  padding: var(--s6);
}

.bg164-editor-title h2 {
  display: block;
  width: 100%;
  max-width: var(--shell-wide);
  margin: 0 0 clamp(16px,1.7vw,22px);
  padding: 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(2.2rem,3.5vw,4.2rem);
  line-height: .93;
  letter-spacing: -0.025em;
  font-weight: 800;
  padding-right: var(--s4);
  overflow: visible;
  margin-bottom: clamp(16px,1.6vw,22px);
}

.bg164-editor-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  gap: 0 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.bg164-facevalue {
  position: relative;
  margin: 96px 0 70px;
  overflow: hidden;
  width: min(var(--shell-wide), calc(100vw - 72px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.editorial-desk-intro .kicker {
  align-self: start;
  padding-top: var(--s1);
  white-space: nowrap;
}

.editorial-desk-links a:hover {
  background: var(--paper);
  transform: translateY(-3px);
  box-shadow: none;
}

.editorial-desk-links span {
  color: var(--muted);
  font: 800 .64rem/1.2 var(--body),sans-var(--display);
  text-transform: uppercase;
  letter-spacing: .15em;
}

.editorial-desk-links strong {
  margin: 9px 0 7px;
  font-family: var(--display);
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: -0.015em;
}

.editorial-desk-links em {
  margin-top: auto;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.3;
  font-style: normal;
}

h1, h2, h3, h4, strong {
  hyphens: none;
  overflow-wrap: normal;
}

.utility-bar {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .1em;
  min-height: 30px;
  padding: 0 max(var(--s5), calc((100vw - 1440px) / 2));
  text-transform: uppercase;
}

.site-header .logo span {
  color: var(--pink);
  text-shadow: none;
}

.nav-left {
  gap: clamp(12px, 1.5vw, 25px);
}

.nav-left a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: none;
}

.nav-right .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--ink);
  flex: 0 0 auto;
}

.section-nav {
  align-items: center;
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: flex;
  gap: clamp(18px, 3vw, 46px);
  justify-content: center;
  margin: 0 auto;
  max-width: var(--shell-wide);
  min-height: 43px;
  overflow-x: auto;
  padding: 0 var(--s5);
  white-space: nowrap;
}

.section-nav a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.section-nav a:hover {
  color: var(--pink);
}

.ticker {
  width: min(1500px,calc(100% - 96px));
  margin: 0 auto;
  padding: var(--s3) var(--s5) var(--s3);
  text-align: center;
  border-top: 1px solid color-mix(in srgb, var(--ink) 72%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 72%, transparent);
  background: var(--paper);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 14px;
  opacity: 1;
  border: 0;
  line-height: 1.25;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--shell-wide);
}

.issue {
  display: none;
}

.home-beauty-hero {
  margin: 0 calc(50% - 50vw) 0;
  border: 0;
  box-shadow: none;
  max-width: none;
  width: 100vw;
}

.home-beauty-hero-link {
  display: block;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--plum) 18%, transparent);
  box-shadow: none;
  background-color: var(--ink);
  background-image: var(--hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: min(70vw, 760px);
}

.home-beauty-hero-copy {
  position: absolute;
  z-index: 2;
  left: max(24px, calc((100vw - 1440px) / 2 + 24px));
  top: 50%;
  transform: translateY(-50%);
  width: min(580px,43%);
  color: var(--paper);
  text-shadow: none;
  right: auto;
  max-width: var(--shell-wide);
}

.home-beauty-hero-copy h1 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 104px);
  line-height: .91;
  letter-spacing: -0.025em;
  color: var(--paper);
  max-width: var(--shell-wide);
  text-wrap: balance;
}

.home-beauty-hero-copy span, .home-beauty-hero-copy strong {
  letter-spacing: .14em;
}

.home-beauty-hero-copy strong {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--paper);
  padding: 0 0 var(--s1);
  box-shadow: none;
  line-height: 1;
  background: transparent;
  border-bottom: 2px solid var(--pink);
  width: max-content;
}

.section-title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.latest-eyebrow, .section-title > span {
  color: var(--pink);
  font-size: 10px;
  letter-spacing: .16em;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.25fr) minmax(250px, .7fr);
  gap: 26px;
  grid-template-rows: 1fr 1fr;
}

.article-grid .card {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  padding: 0;
}

.article-grid .card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.article-grid .card:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.article-grid .card:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.article-grid .card:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.article-grid .thumb {
  aspect-ratio: 5/3;
  display: block;
  margin-bottom: 18px;
  overflow: hidden;
}

.article-grid .thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.article-grid .card h3 {
  display: -webkit-box;
  font-family: var(--display);
  font-size: clamp(25px, 2.2vw, 34px);
  letter-spacing: -0.015em;
  line-height: 1.03;
  margin: 13px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article-grid .card p {
  font-size: 15px;
  line-height: 1.55;
}

.article-grid .card > strong {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-grid .card:nth-child(n + 3) {
  border-top: 1px solid var(--rule);
  counter-increment: most-read;
  min-height: 0;
  padding: var(--s4) 0;
}

.article-grid .card:nth-child(n + 3)::before {
  color: var(--pink);
  content: "0" counter(most-read);
  display: block;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.article-grid .card:nth-child(n + 3) .thumb, .article-grid .card:nth-child(n + 3) p {
  display: none;
}

.article-grid .card:nth-child(n + 3) h3 {
  font-size: 21px;
  margin: 8px 0 12px;
}

.article-grid .card:nth-child(n + 3) .story-meta time {
  display: none;
}

.river-heading span {
  color: var(--pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.river-heading h2 {
  font-family: var(--display);
  font-size: 45px;
  line-height: 1;
  margin: 5px 0 10px;
}

.hero-grid > .lead, .hero-grid > .bg164-editor-note {
  height: 680px;
  min-height: 680px;
  display: none;
}

.hero-grid > .column, .river-more {
  display: grid;
  gap: 22px;
  height: auto;
  min-height: 0;
}

.river-more {
  border-top: 1px solid var(--rule);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 32px;
  padding-top: var(--s5);
}

.hero-grid .story.panel, .river-more > a {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--ink);
  min-height: 0;
  padding: 0;
  text-decoration: none;
}

.hero-grid .story.panel .kicker, .river-more small {
  color: var(--pink);
  font-size: 10px;
  letter-spacing: .14em;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.hero-grid .story.panel h2, .river-more strong {
  color: var(--ink);
  display: -webkit-box;
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: -0.015em;
  line-height: 1.07;
  margin: 0 0 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hero-grid .story.panel h2, .hero-grid .story.panel p {
  color: var(--paper);
  text-shadow: none;
}

.hero-grid .story.panel .image, .river-more .image {
  aspect-ratio: 4/3;
  display: none;
  filter: saturate(.9) contrast(.98);
  margin: 0 0 16px;
  min-height: 0;
  position: static;
}

.river-more > a {
  border-right: 1px solid var(--rule);
  padding-right: var(--s4);
}

.river-more > a:last-child {
  border-right: 0;
  padding-right: 0;
}

.river-more time {
  color: var(--muted);
  display: block;
  font-size: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.vivienne-says {
  margin-top: 0;
  padding: var(--s8) max(var(--s5), calc((100vw - 1440px) / 2 + var(--s5)));
  color: var(--paper);
  box-shadow: none;
  margin-bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  min-height: 0;
  background: var(--plum);
  border: 0;
}

.vivienne-says p {
  margin: 10px 0 14px;
  font-family: var(--display);
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.025em;
  padding-bottom: var(--s1);
  max-width: var(--shell-wide);
  text-wrap: balance;
}

.vivienne-says a {
  color: var(--paper);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  border-bottom: 2px solid var(--pink);
  padding-bottom: var(--s1);
}

.editorial-desk {
  display: block;
  margin: 0;
  padding: var(--s8) 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.editorial-desk-intro h2 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.015em;
}

.editorial-desk-intro p {
  max-width: var(--shell-wide);
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.editorial-desk-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.editorial-desk-links a {
  display: block;
  grid-template-rows: auto 1fr;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
  box-shadow: none;
}

.editorial-desk-links img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 35%;
  height: auto;
}

.editorial-desk-card-copy {
  display: flex;
  flex-direction: column;
  min-height: 96px;
  padding: var(--s3) 0 0;
}

.editorial-desk-card-copy span {
  color: var(--pink);
  font-size: 9px;
  letter-spacing: .14em;
}

.editorial-desk-card-copy strong {
  font-family: var(--display);
  font-size: 23px;
}

.editorial-desk-card-copy em {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.archive-cta {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  padding: var(--s7) max(var(--s5), calc((100vw - 1440px) / 2 + var(--s5)));
  border: 0;
  align-items: center;
  background: var(--blush);
  box-shadow: none;
  width: 100vw;
}

.archive-cta h2 {
  margin: 8px 0;
  font-family: var(--display);
  font-size: clamp(35px, 4vw, 58px);
  line-height: .95;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.archive-cta a {
  white-space: nowrap;
  padding: 0 0 var(--s2);
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 0;
  border-bottom: 2px solid var(--pink);
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(340px,390px);
  gap: clamp(42px,4.2vw,62px);
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: var(--s8) max(var(--s5), calc((100vw - 1440px) / 2 + var(--s5)));
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background: var(--ink);
  border: 0;
  box-shadow: none;
  margin: 72px calc(50% - 50vw) 0;
}

.newsletter h2 {
  font-size: clamp(44px,3.25vw,62px);
  line-height: 1.03;
  max-width: var(--shell-wide);
  letter-spacing: -0.015em;
  text-wrap: initial;
  margin-bottom: 18px;
  font-family: var(--display);
}

.newsletter .form button {
  height: 50px;
  min-height: 50px;
  min-width: 0;
  padding: 0 var(--s5);
  white-space: nowrap;
  line-height: 1;
  font-size: 16px;
  letter-spacing: .04em;
  justify-content: center;
  text-align: center;
  background: var(--pink);
  background-image: none;
  box-shadow: none;
}

.newsletter-consent {
  grid-column: 1/-1;
  margin: 2px 0 0 auto;
  font-size: 15px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--paper) 74%, transparent);
  max-width: var(--shell-wide);
  margin-left: auto;
  opacity: .72;
}

.footer, .footer-inner-v126 {
  background: var(--ink);
}

.footer-wordmark-v126, .footer-wordmark-v126 * {
  text-shadow: none;
}

.site-header .logo {
  font-size: clamp(52px, 5.6vw, 78px);
  letter-spacing: -0.025em;
  grid-area: auto;
  justify-self: center;
  text-align: center;
  line-height: .88;
  margin: 0;
  padding: 0 var(--s1) var(--s1);
  color: var(--ink);
  text-shadow: none;
  position: static;
  transform: none;
  grid-column: 2;
  max-width: 100%;
  white-space: nowrap;
  font-family: var(--display);
  font-weight: 700;
  display: block;
}

.header-strapline {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
  margin: 13px 0 22px;
  text-align: center;
  text-transform: uppercase;
}

.header-strapline span {
  color: var(--pink);
  padding: 0 var(--s2);
}

.primary-nav::-webkit-scrollbar {
  display: none;
}

.primary-nav a {
  color: var(--ink);
  flex: 0 0 auto;
  font-size: clamp(12px, .95vw, 14px);
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover {
  color: var(--pink);
}

.main {
  width: var(--shell-wide);
  margin: 0 auto;
  padding: 0 0 var(--s8);
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

.main > .home-beauty-hero, .main > .vivienne-says, .main > .archive-cta, .main > .newsletter {
  flex: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}

.main > .latest-editorial, .main > .hero-grid, .main > .editorial-desk {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

.latest-editorial .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 24px;
  padding: 0 0 var(--s3);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 26px;
}

.latest-editorial .section-title > span {
  max-width: none;
  padding-bottom: var(--s1);
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .14em;
  padding: 0;
}

.latest-editorial .section-title > span:last-child {
  color: var(--muted);
  text-align: right;
}

.river-heading {
  border-top: 1px solid var(--rule);
  padding-top: var(--s4);
}

.editorial-desk-intro {
  display: grid;
  grid-template-columns: auto minmax(320px,1.25fr) minmax(240px,.75fr);
  align-items: end;
  gap: 22px;
  padding: 0 0 var(--s4);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 24px;
}

.main > .vivienne-says {
  margin-top: 0;
}

.main > .archive-cta {
  margin-top: 0;
}

.main > .newsletter {
  margin-top: 72px;
}

body::before, body::after {
  content: none;
  display: none;
}

body > .topline.utility-bar {
  align-items: center;
  background: var(--ink);
  background-image: none;
  color: var(--paper);
  display: flex;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  height: auto;
  justify-content: space-between;
  letter-spacing: .11em;
  min-height: 30px;
  padding: 0 max(var(--s5), calc((100vw - 1320px) / 2));
  text-transform: uppercase;
}

.utility-bar nav {
  display: flex;
  gap: 22px;
}

.utility-bar a {
  color: var(--paper);
  text-decoration: none;
}

.utility-bar a:hover {
  color: var(--pink);
}

body > .site-header.site-header-v190 {
  align-items: center;
  background: var(--paper);
  background-image: none;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
  max-width: none;
  min-height: 0;
  padding: var(--s5) var(--s5) 0;
  position: static;
  transform: none;
  width: 100%;
}

.site-header-v190 .logo {
  color: var(--ink);
  display: block;
  font-family: var(--display);
  font-size: clamp(52px, 5.6vw, 78px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: .88;
  margin: 0;
  position: static;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transform: none;
  white-space: nowrap;
}

.site-header-v190 .logo span {
  color: var(--pink);
  font-style: italic;
  text-shadow: none;
}

.site-header-v190 .header-strapline {
  color: var(--muted);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
  line-height: 1.4;
  margin: 13px 0 22px;
  text-align: center;
  text-transform: uppercase;
}

.site-header-v190 .header-strapline span {
  color: var(--pink);
  padding: 0 var(--s2);
}

.site-header-v190 .primary-nav {
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(22px, 2.35vw, 39px);
  justify-content: center;
  min-height: 52px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  white-space: nowrap;
  width: var(--shell-wide);
}

.site-header-v190 .primary-nav::-webkit-scrollbar {
  display: none;
}

.site-header-v190 .primary-nav a {
  color: var(--ink);
  flex: 0 0 auto;
  font-family: var(--body);
  font-size: clamp(12px, .95vw, 14px);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.site-header-v190 .primary-nav a:hover {
  color: var(--pink);
}

body > .ticker {
  display: none;
}

body > main:not(.main), body > .article-page, body > .author-page, body > .simple-page, body > .page, body > .page-shell {
  background: transparent;
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--shell-read);
  padding-left: var(--s5);
  padding-right: var(--s5);
  width: 100%;
}

body > main:not(.main) {
  padding-top: var(--s7);
  padding-bottom: var(--s8);
}

.simple-page, .author-page, .article-page {
  padding-top: var(--s7);
  padding-bottom: var(--s8);
}

h1, h2, h3, .section-title h2, .article-hero-block h1, .article-header h1, .article h1, main > .wrap > .hero h1, .author-page h1, .simple-page h1 {
  color: var(--ink);
  font-family: var(--display);
  text-shadow: none;
}

body .home-beauty-hero h1, body .home-beauty-hero-copy h1 {
  color: var(--paper);
  text-shadow: none;
}

.page-kicker, .kicker, .article-pill, .article-meta-row, .author-article-meta, .section-title > span {
  color: var(--pink);
  font-family: var(--body);
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 30px 0 18px;
  padding-bottom: var(--s3);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 28px;
  padding: 0 0 var(--s3);
}

.author-directory-v116 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 24px;
  margin-top: 32px;
  display: grid;
}

.author-directory-card-v116, .author-directory-v116 .author, .author-directory-v116 .rich-author {
  background: transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid var(--rule);
  box-shadow: none;
  color: var(--ink);
  display: block;
  min-height: 0;
  padding: 0 0 var(--s5);
}

.author-directory-card-v116 img, .author-directory-v116 .author img, .author-directory-v116 .rich-author img {
  aspect-ratio: 4 / 5;
  height: auto;
  margin: 0 0 18px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.author-directory-card-v116 h3 {
  color: var(--ink);
  font-size: clamp(29px, 2.7vw, 42px);
  line-height: .95;
  margin: 0 0 10px;
}

.author-directory-card-v116 p {
  color: var(--plum);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.author-directory-card-v116 span {
  display: none;
  margin-top: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--pink);
}

.author-page-v116 {
  max-width: var(--shell-wide);
  padding-top: var(--s6);
}

.author-hero-v116 {
  display: grid;
  grid-template-columns: minmax(280px, 43%) 1fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  padding: 0 0 var(--s7);
  border: 0;
  box-shadow: none;
  margin-bottom: 42px;
  background: transparent;
  background-image: none;
  border-bottom: 1px solid var(--rule);
  margin: 0 0 54px;
}

.author-portrait-wrap {
  overflow: hidden;
  background: var(--blush);
  box-shadow: none;
}

.author-portrait-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
}

.author-hero-copy h1 {
  font-size: clamp(58px, 8vw, 118px);
}

.author-hero-copy .standfirst {
  color: var(--plum);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.5;
}

.author-bio-panel-v116 > div, .author-detail-grid-v116 > div {
  padding: var(--s5);
  border: 0;
  background: transparent;
  box-shadow: none;
  border-top: 1px solid var(--rule);
}

.author-article-grid-v116 {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 32px 24px;
}

.author-article-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  background-image: none;
  border-bottom: 1px solid var(--rule);
  padding-bottom: var(--s5);
}

.author-article-thumb {
  display: block;
  height: auto;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 10;
}

.author-article-meta, .author-article-card strong, .author-article-card em {
  margin-left: 0;
  margin-right: 0;
}

.author-article-card strong {
  display: block;
  margin: 0 16px 8px;
  font-family: var(--display);
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.author-article-card em {
  display: block;
  margin: 0 16px 18px;
  font-style: normal;
  font-size: 14px;
  line-height: 1.42;
  color: var(--plum);
}

.article-page, .article-page-v27, .page, .page-shell, body > main > .wrap, body > main .content-wrap {
  background: transparent;
  background-image: none;
}

.article-shell, body > main:not(.main) > .hero, body > main:not(.main) .wrap > .hero, body > main:not(.main) section.hero, body > main:not(.main) .content-wrap, body > main:not(.main) article {
  background-color: transparent;
  background-image: none;
  border-color: var(--rule);
  box-shadow: none;
}

.article-hero-block, body > main:not(.main) section.hero {
  background: transparent;
  background-image: none;
  border-bottom: 1px solid var(--rule);
  box-shadow: none;
  margin-bottom: 34px;
  padding-bottom: var(--s6);
}

.article-page h1, body > main:not(.main) h1 {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 102px);
  letter-spacing: -0.025em;
  line-height: .94;
  text-shadow: none;
}

.article-page .standfirst, body > main:not(.main) .deck {
  color: var(--plum);
  font-family: var(--body);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.5;
}

.article-page .article-body, body > main:not(.main) article {
  color: var(--plum);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.75;
}

.article-page .article-body h2, body > main:not(.main) article h2 {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

.article-page figure, .article-page .article-main-image, body > main:not(.main) figure, body > main:not(.main) figure img {
  box-shadow: none;
}

.pull-note, .callout, .article-page .callout {
  background: var(--blush);
  background-image: none;
  border: 0;
  border-left: 3px solid var(--pink);
  box-shadow: none;
}

.depth-grid, .archive-grid, .columns-grid {
  gap: 28px 24px;
}

.depth-card, .depth-panel, .brief-card, .archive-card, .column-card, .trust-card, .simple-page section {
  background-color: transparent;
  background-image: none;
  border-color: var(--rule);
  box-shadow: none;
}

.depth-card, .depth-panel, .archive-card, .column-card, .trust-card {
  border-width: 1px 0 0;
}

.site-footer-v190 {
  background: var(--blush);
  background-image: none;
  border: 0;
  border-top: 1px solid var(--rule);
  color: var(--ink);
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-footer-inner-v190 {
  display: grid;
  gap: 44px 70px;
  grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr);
  margin: 0 auto;
  max-width: var(--shell-wide);
  padding: var(--s8) var(--s5) var(--s5);
  width: 100%;
}

.site-footer-brand-v190 {
  align-self: start;
}

.site-footer-wordmark-v190 {
  color: var(--ink);
  display: inline-block;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: .9;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer-wordmark-v190 span {
  color: var(--pink);
  font-style: italic;
}

.site-footer-brand-v190 p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: var(--shell-wide);
  text-transform: uppercase;
}

.site-footer-nav-v190 {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1.35fr 1fr;
}

.site-footer-group-v190 h2 {
  color: var(--pink);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.site-footer-links-v190 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer-links-v190 a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.site-footer-links-v190 a:hover {
  color: var(--pink);
}

.site-footer-bottom-v190 {
  align-items: center;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: .12em;
  padding-top: var(--s4);
  text-transform: uppercase;
}

.bg-article-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid color-mix(in srgb, var(--plum) 10%, transparent);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
}

.bg-article-header-inner {
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bg-article-brand {
  display: flex;
  align-items: baseline;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}

.bg-article-brand span {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  line-height: 1;
}

.bg-article-brand strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--ink);
  line-height: 1.05;
}

.bg-article-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.bg-article-nav a {
  font-family: var(--display);
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .20em;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: var(--s2);
  border-bottom: 1px solid color-mix(in srgb, var(--muted) 30%, transparent);
}

.bg-article-nav a:hover {
  color: var(--muted);
  border-bottom-color: var(--muted);
}

.header-inner, .footer-inner, .wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.brand strong {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
}

.hero-top {
  padding: var(--s5) var(--s5) 0;
}

.kicker:before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--pink);
  box-shadow: none;
}

.deck {
  margin: 18px 0 0;
  max-width: var(--shell-wide);
  font-size: 1.08rem;
  color: var(--muted);
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 20px;
  padding: 0 0 var(--s5);
  color: var(--muted);
  font: 600 .84rem/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-var(--display);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.meta span {
  padding-right: var(--s4);
  border-right: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.meta span:last-child {
  border-right: none;
  padding-right: 0;
}

article header {
  margin-bottom: 18px;
}

article h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.42rem, 2.2vw, 2rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
}

article p {
  margin: 0 0 16px;
}

strong {
  font-weight: 700;
}

.article-shell p strong {
  color: var(--ink);
}

.callout {
  padding: var(--s4) var(--s4);
  border-left: 4px solid var(--pink);
  background: color-mix(in srgb, var(--muted) 6%, transparent);
  margin: 30px auto 0;
  width: min(var(--shell-wide), 100%);
  color: var(--plum);
  font-size: .98rem;
}

.callout p {
  margin: 0;
}

.footer-inner strong {
  color: var(--ink);
  font-weight: 700;
}

.header-inner, .footer-inner, .page-wrap {
  width: min(var(--shell-wide), calc(100% - 32px));
  margin: 0 auto;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
}

.article-content {
  padding: var(--s1) var(--s6) var(--s7);
}

.article-content p, .article-content h2 {
  max-width: var(--shell-wide);
}

.article-content p {
  margin: 0 0 18px;
  font-size: 1.03rem;
}

.article-content h2 {
  margin: 30px 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink);
  padding-top: var(--s1);
}

.article-content p:first-of-type {
  font-size: 1.12rem;
}

.article-content p strong {
  font-weight: 700;
}

.article-content .routine {
  border: 1px solid color-mix(in srgb, var(--muted) 16%, transparent);
  padding: var(--s4) var(--s4) var(--s1);
  margin: 8px 0 22px;
}

.article-content .routine p {
  margin-bottom: 12px;
}

.footer-inner .footer-brand {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .82rem;
}

.footer-inner .footer-meta {
  text-align: right;
}

.site-header-inner, .site-footer-inner, .page-shell {
  width: min(calc(100% - 32px), 1100px);
  margin: 0 auto;
}

.article-card {
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  box-shadow: none;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 10px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  color: var(--pink);
  font-weight: 700;
}

.article p, .article li {
  font-size: 1.05rem;
}

.article em {
  font-style: italic;
}

.note {
  margin-top: 24px;
  padding: var(--s4) var(--s4) var(--s4);
  border: 1px solid color-mix(in srgb, var(--muted) 16%, transparent);
  font-family: var(--display);
  color: var(--muted);
  font-size: .95rem;
}

.note h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--ink);
}

.site-header-inner, .site-footer-inner, .content {
  width: min(var(--shell-wide), calc(100% - 32px));
  margin: 0 auto;
}

.figure-caption {
  padding: var(--s3) var(--s4) var(--s4);
  font-size: .92rem;
  color: var(--muted);
  text-align: center;
  font-family: var(--display);
}

.article ul, .article ol {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 18px;
  padding-left: var(--s5);
}

.footer-card {
  width: min(var(--shell-wide), calc(100% - 32px));
  margin: 0 auto;
  padding: var(--s4) var(--s5);
  border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  font-family: var(--display);
  font-size: .92rem;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.header-note {
  color: var(--muted);
  font-size: .8rem;
  text-align: right;
  font-family: var(--display);
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-shell {
  display: block;
}

.article-category {
  margin: 0 0 10px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .77rem;
  color: var(--pink);
  font-weight: 700;
}

.article-dek {
  margin: 18px 0 0;
  max-width: var(--shell-wide);
  font-size: 1.04rem;
  color: var(--muted);
  font-family: var(--display);
  line-height: 1.75;
}

.article h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
}

.footer-inner span {
  display: block;
}

.header-inner, .footer-inner, .page-shell {
  width: min(var(--shell-wide), calc(100% - 32px));
  margin: 0 auto;
}

.top-note {
  font-size: .82rem;
  color: var(--muted);
  white-space: nowrap;
}

.article-wrap {
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  border: 1px solid color-mix(in srgb, var(--blush) 90%, transparent);
  box-shadow: none;
  overflow: hidden;
}

.article-header h1 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.subhead {
  margin: 0;
  max-width: var(--shell-wide);
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  color: var(--muted);
  font-family: var(--display);
}

.article p + h2 {
  margin-top: 30px;
}

.pull-quote {
  margin: 28px 0;
  padding: var(--s5) var(--s5) var(--s5) var(--s5);
  border-left: 4px solid var(--pink);
  font-family: var(--display);
  font-size: 1.28rem;
  line-height: 1.35;
  color: var(--plum);
  max-width: var(--shell-wide);
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 26px;
  padding-top: var(--s4);
  border-top: 1px solid var(--rule);
}

.meta-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: var(--s3) var(--s4);
  min-height: 92px;
}

.meta-card .kicker {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--plum);
  margin-bottom: 6px;
  font-weight: 800;
}

.meta-card p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.header-inner, .footer-inner, .container {
  width: min(var(--shell-wide), calc(100% - 32px));
  margin: 0 auto;
}

.brand-name {
  font-family: var(--display);
  font-size: .96rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .02em;
  color: var(--muted);
}

.subheading {
  margin: 0 0 14px;
  font-size: 1.1rem;
  color: var(--muted);
  max-width: var(--shell-wide);
  font-family: var(--display);
}

.article p, .article h2 {
  padding-left: var(--s6);
  padding-right: var(--s6);
}

.article p:last-child {
  margin-bottom: 0;
  padding-bottom: var(--s6);
}

.footer strong {
  color: var(--ink);
  font-weight: 600;
}

.article > p, .article > h2, .article-content > p, .article-content > h2 {
  width: min(100% - 88px, 72ch);
  max-width: var(--shell-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.article > p, .article-content > p {
  margin-bottom: 20px;
}

.article > h2, .article-content > h2 {
  margin-top: 40px;
  margin-bottom: 14px;
}

.article-header h1, .article-title {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--shell-wide);
  text-align: center;
  text-wrap: balance;
}

.article-header .subheading, .article-header .subhead, .article-header .article-dek, .article-header .article-subtitle, .article-dek, .article-subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--shell-wide);
  text-align: center;
  text-wrap: balance;
}

.article-header .byline, .article-byline {
  text-align: center;
  margin-top: 20px;
}

.article-figure + p, .article-figure + h2, .article-figure + .article-content, .article-figure + .article-body {
  margin-top: 0;
  padding-top: var(--s6);
}

.article > p:first-of-type, .article-content > p:first-of-type {
  margin-top: 34px;
}

.article-body > p:first-child {
  margin-top: 0;
}

.article-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  font-family: var(--display);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.article-nav-links a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--muted) 20%, transparent);
  padding-bottom: var(--s1);
}

.article-nav-links a:hover {
  color: var(--pink);
  border-bottom-color: var(--pink);
}

.article-header .kicker, .article-header .article-category, .kicker {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  margin: 0 0 22px;
  color: var(--pink);
  font-family: var(--display);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.article-header .subheading, .article-header .article-dek, .article-header .article-subtitle, .article-header .subhead {
  display: none;
}

.article-header .byline, .article-header .article-byline, .byline, .article-byline {
  margin-top: 0;
  color: var(--ink);
}

.article-body p, .article p {
  margin-bottom: 16px;
}

.article-body > p:first-child, .article > figure + p, .article > .article-figure + p {
  font-size: 1.14rem;
  line-height: 1.62;
  font-weight: 600;
  color: var(--ink);
}

.article-body h2, .article h2 {
  margin-top: 34px;
  margin-bottom: 12px;
}

.article-body h2::after, .article h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 10px;
  opacity: .65;
}

.article-header h1, .article-title, h1 {
  margin-bottom: 18px;
  max-width: var(--shell-wide);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.35rem, 4.8vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.kicker, .article-header .kicker, .article-category {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  margin: 0 0 22px;
  color: var(--pink);
  font-family: var(--display);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.article > p, .article > h2, .article-content > p, .article-content > h2, .article-body > p, .article-body > h2 {
  width: min(100% - 88px, var(--shell-read));
  max-width: 100%;
}

.article p, .article-body p, .article-content p {
  line-height: 1.62;
  margin-bottom: 1.05rem;
}

.article > p:first-of-type, .article-content > p:first-of-type, .article-body > p:first-child {
  font-size: 1.14rem;
  line-height: 1.58;
  font-weight: 650;
  color: var(--ink);
}

.article h2, .article-body h2, .article-content h2 {
  font-size: 1.55rem;
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin-top: 2rem;
  margin-bottom: .65rem;
}

.article-figure figcaption, .figure-caption {
  padding-bottom: var(--s4);
  padding-top: var(--s3);
}

.header-inner, .footer-inner, .page-inner {
  width: min(var(--shell-wide), calc(100% - 32px));
  margin: 0 auto;
}

.nav-note {
  font-size: .88rem;
  color: var(--muted);
  white-space: nowrap;
}

main {
  padding: var(--s7) 0 var(--s8);
}

.article-kicker {
  margin: 0 0 12px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--pink);
  font-size: .76rem;
  font-weight: 700;
  font: 700 .78rem/1.2 ui-sans-var(--display), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-var(--display);
  display: inline-block;
  margin-bottom: 14px;
  padding: var(--s2) var(--s3);
  border: 1px solid color-mix(in srgb, var(--pink) 18%, transparent);
  background: color-mix(in srgb, var(--paper) 72%, transparent);
}

.article-title {
  margin: 0 auto 14px;
  max-width: var(--shell-wide);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -0.015em;
  font-family: var(--display);
}

.article-subtitle {
  margin: 0 auto 18px;
  max-width: var(--shell-wide);
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
  font-family: var(--display);
}

.article-body {
  font-size: 19px;
  line-height: 1.7;
  max-width: var(--shell-read);
  padding-top: var(--s6);
  padding: var(--s5) var(--s5) var(--s6);
  margin: 0 auto;
}

.article p {
  margin: 0 0 18px;
  font-size: 1.04rem;
  max-width: var(--shell-wide);
}

.article-footer-note {
  margin-top: 34px;
  padding: var(--s4) var(--s4) 0;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: .9rem;
}

.footer-brand {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: .78rem;
  font-family: var(--display);
}

.brand-tag {
  font-family: var(--display);
  font-size: .78rem;
  color: var(--muted);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.kicker::before {
  content: "";
  width: 34px;
  height: 1px;
}

.content-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

article {
  width: min(var(--shell-wide), 100%);
  margin: 0 auto;
  font-size: 1.06rem;
  background: var(--blush);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  box-shadow: none;
  overflow: hidden;
}

article > header {
  padding: var(--s5) var(--s5) 0;
}

figure {
  margin: 24px 0 0;
  background: var(--plum);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  overflow: hidden;
  box-shadow: none;
  padding: 0 var(--s5) var(--s1);
}

figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--blush);
  height: auto;
  display: block;
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
}

figcaption {
  padding: var(--s3) var(--s4) var(--s4);
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
  font-family: var(--display);
  margin-top: 10px;
}

article > p, article > h2 {
  padding: 0 var(--s5);
  max-width: var(--shell-wide);
}

article > p {
  margin: 16px 0;
  font-size: 1.06rem;
}

h2 {
  margin: 32px 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

article > p:first-of-type {
  margin-top: 22px;
}

article > p:last-child {
  padding-bottom: var(--s6);
}

.footer {
  padding: 0 var(--s4) var(--s6);
  border-top: 1px solid color-mix(in srgb, var(--plum) 20%, transparent);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .88rem;
  background: var(--paper);
  border: 0;
  margin-top: 0;
  width: 100%;
  color: var(--muted);
  font-family: var(--display);
  max-width: var(--shell-wide);
  margin: 0 auto;
}

.site-header-inner, .site-footer-inner, .page {
  width: min(var(--shell-wide), calc(100% - 32px));
  margin: 0 auto;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: var(--s4) 0;
}

.brand span:last-child {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .14em;
}

.site-note {
  font-family: var(--display);
  font-size: .82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}

.page {
  max-width: var(--shell-wide);
  margin: 0 auto;
  padding: var(--s6) 0 var(--s7);
}

.kicker {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: var(--s2) var(--s3);
  background: color-mix(in srgb, var(--muted) 8%, transparent);
  color: var(--pink);
  font: 600 .77rem/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-var(--display);
  font-family: var(--display);
  border: 1px solid color-mix(in srgb, var(--muted) 14%, transparent);
  margin: 0 0 14px;
}

.byline {
  margin: 0;
  color: var(--ink);
  font: 600 .92rem/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-var(--display);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: .92rem;
  font-weight: 700;
}

.hero {
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  box-shadow: none;
  overflow: hidden;
  padding: var(--s5);
  margin: 0;
  background: var(--blush);
  border-bottom: 1px solid var(--rule);
}

.hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article h2 {
  margin: 32px 0 6px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-top: 34px;
  margin-bottom: 12px;
  font-family: var(--display);
  color: var(--ink);
  padding-top: var(--s1);
}

.article > p:last-of-type {
  padding-bottom: var(--s7);
  margin-bottom: 0;
}

.article > h2 + p {
  margin-top: 10px;
}

.article > p:last-child {
  border-top: 1px solid var(--rule);
  padding-top: var(--s5);
  font-weight: 600;
}

.footer-wrap {
  padding: var(--s5) 0 var(--s6);
  color: var(--muted);
  font-family: var(--display);
  font-size: .86rem;
}

.site-footer-inner {
  padding: var(--s5) 0 var(--s6);
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--muted);
  font-family: var(--display);
  font-size: .9rem;
  text-align: center;
  border-top: 1px solid color-mix(in srgb, var(--blush) 90%, transparent);
  padding-top: var(--s4);
  justify-content: space-between;
  flex-wrap: wrap;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  width: 100%;
  margin: 0 auto;
  min-height: 0;
  padding: var(--s5) var(--s5) 0;
  display: flex;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: center;
  background: color-mix(in srgb, var(--blush) 78%, transparent);
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--blush) 80%, transparent);
  box-shadow: none;
  color: var(--ink);
  margin-left: auto;
  margin-right: auto;
  grid-template-areas: "brand" "nav";
  position: sticky;
  max-width: none;
  top: 0;
  flex-direction: column;
  z-index: 20;
  backdrop-filter: saturate(160%) blur(14px);
}

.header-inner, .footer-inner, .page {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--s4) 0;
  gap: 20px;
  max-width: var(--shell-wide);
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: var(--display);
  font-weight: 700;
  font-size: .88rem;
  flex-direction: column;
  min-width: 0;
  color: var(--ink);
}

.brand-mark {
  width: 12px;
  height: 12px;
  box-shadow: none;
  flex: 0 0 auto;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
}

.brand span {
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: .18em;
  font-weight: 700;
}

.brand em {
  font-style: normal;
  color: var(--muted);
  font-size: .92rem;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--s2) var(--s3);
  border: 1px solid var(--rule);
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  color: var(--pink);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

main.page {
  padding: var(--s5) 0 var(--s7);
}

.article-shell {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--blush) 95%, transparent);
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  box-shadow: none;
  padding-top: 0;
  padding: 0 var(--s5) var(--s6);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.article {
  background: color-mix(in srgb, var(--paper) 84%, transparent);
  border: 1px solid color-mix(in srgb, var(--blush) 90%, transparent);
  box-shadow: none;
  overflow: hidden;
  max-width: var(--shell-wide);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.article-header {
  padding: var(--s7) var(--s6) var(--s4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: var(--s8);
  padding-bottom: var(--s7);
  margin-bottom: 24px;
  border-bottom: 1px solid var(--rule);
  max-width: var(--shell-wide);
}

h1 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  max-width: var(--shell-wide);
  font-weight: 700;
}

.dek {
  margin: 0 0 14px;
  max-width: var(--shell-wide);
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  font-family: var(--display);
}

.article-byline {
  margin: 0;
  font-family: var(--display);
  font-size: .98rem;
  font-weight: 600;
  color: var(--plum);
  letter-spacing: .02em;
}

.article-figure {
  margin: 0;
  padding: 0;
  background: var(--blush);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--rule);
  box-shadow: none;
}

.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  aspect-ratio: 16/10;
  background: var(--blush);
}

.article-figure figcaption {
  padding: var(--s2) var(--s4) var(--s3);
  font-size: .88rem;
  line-height: 1.35;
  letter-spacing: .04em;
  color: var(--muted);
  font-family: var(--display);
  padding-bottom: var(--s4);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--blush) 65%, transparent);
}

.article > p, .article > h2 {
  width: min(760px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--s6);
  padding-right: var(--s6);
}

.article > p {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.03rem;
  margin: 0 0 18px;
}

.article > h2 {
  margin: 34px 0 12px;
  font-size: 1.36rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  position: relative;
}

.article > h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
}

.article strong {
  font-weight: 700;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .01em;
}

.article ul {
  margin: 0;
  padding: 0 var(--s6) var(--s2) var(--s7);
  max-width: var(--shell-wide);
}

.article li {
  margin: 0 0 14px;
  font-size: 1.03rem;
  padding-left: var(--s1);
}

.article li strong {
  display: inline;
}

.article a {
  color: var(--pink);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article > :last-child {
  margin-bottom: 30px;
}

.site-footer {
  border-top: 1px solid color-mix(in srgb, var(--blush) 90%, transparent);
  background: color-mix(in srgb, var(--paper) 48%, transparent);
  padding: var(--s5) 0 var(--s6);
  color: var(--muted);
  font-family: var(--display);
  font-size: .9rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  padding: var(--s5) 0 var(--s5);
  color: var(--muted);
  font: 500 .92rem/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-var(--display);
  align-items: center;
  border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  padding-top: var(--s4);
  font-family: var(--display);
  font-size: .92rem;
}

.footer-inner small {
  display: block;
}

html {
  margin: 0;
  min-height: 100%;
  background: var(--paper);
  overflow-x: hidden;
  color-scheme: light;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 0;
  color: var(--plum);
  font: 700 .72rem/1 var(--body),sans-var(--display);
  letter-spacing: .12em;
  padding: var(--s3) var(--s4);
  text-transform: uppercase;
}

.form input, .form button {
  border-radius: 999px;
}

.primary-nav {
  align-items: center;
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: clamp(22px, 2.35vw, 39px);
  justify-content: center;
  min-height: 52px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
  white-space: nowrap;
  width: var(--shell-wide);
}

.primary-nav a:focus-visible, .nav-toggle:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 3px;
}

.article-shell, .article-card, .author-card, .author-box, .author-panel, .read-next, .related-grid, .related-card, .recommendation-card, .newsletter-mini, article {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.article-shell article, .article-body, article {
  box-shadow: none;
}

.author-box, .author-panel, .article-author, .read-next, .related-stories, .recommendations {
  border: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-block: var(--s5);
}

.archive-card, .card, .editorial-desk-card {
  box-shadow: none;
}

.archive-card {
  display: block;
  padding: var(--s4);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border: 0;
  box-shadow: none;
  border-top: 1px solid var(--rule);
  padding-top: var(--s4);
}

.section-landing-page {
  max-width: var(--shell-wide);
  margin-inline: auto;
  padding-inline: var(--s5);
}

.section-landing-page > .page-kicker {
  margin-top: 42px;
}

.section-landing-page > h1 {
  text-wrap: balance;
}

.home-beauty-hero-copy h1, .lead h2, .lead h1, .article-hero h1, .hero h1 {
  text-wrap: balance;
}

.latest-editorial {
  margin: 0;
  padding: var(--s8) 0 var(--s8);
  border-top: 0;
  background: transparent;
  border: 0;
  border-bottom: 0;
  box-shadow: none;
  padding-top: var(--s7);
  margin-bottom: 0;
  padding-bottom: var(--s5);
}

.hero-grid {
  display: block;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.94fr) minmax(0,.74fr);
  gap: var(--s5);
  align-items: stretch;
  width: min(var(--shell-wide), calc(100vw - var(--gutter)));
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  margin-bottom: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: var(--s8) 0;
  padding-top: var(--s5);
}

.hero-grid > .column {
  height: auto;
  align-self: stretch;
  display: grid;
  grid-template-rows: none;
  gap: 30px;
  min-height: 580px;
  box-shadow: none;
  background: transparent;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  overflow: visible;
}

.hero-grid > .column .story.panel:nth-child(1) {
  --panel-img: url('../images/article-unique/every-beauty-drop-needs-an-editor.jpg');
  background-position: 70% 50%;
}

.hero-grid > .column .story.panel:nth-child(2) {
  --panel-img: url('../images/article-unique/oud-vanilla-and-soft-power.jpg');
  background-position: 73% 52%;
}

.hero-grid > .column .story.panel:nth-child(3) {
  --panel-img: url('../images/article-unique/barrier-care-no-longer-boring.jpg');
  background-position: 75% 50%;
}

.hero-grid .story.panel {
  align-items: stretch;
  aspect-ratio: auto;
  background-position: center;
  background-size: cover;
  display: block;
  flex-direction: column;
  height: auto;
  justify-content: flex-end;
  min-height: 0;
  padding: 0;
  background: transparent !important;
  color: var(--ink);
  overflow: visible;
}

.hero-grid .story.panel::after {
  display: none;
}

.hero-grid .story.panel .image {
  aspect-ratio: 16 / 10;
  background-image: var(--panel-img);
  background-position: center;
  background-size: cover;
  display: block !important;
  filter: none;
  margin: 0 0 18px;
  width: 100%;
}

.hero-grid .story.panel .kicker {
  color: var(--pink);
  background: transparent;
  border: 0;
  margin: 0 0 8px;
  padding: 0;
}

.hero-grid .story.panel h2 {
  color: var(--ink);
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: .98;
  margin: 0 0 10px;
  max-width: none;
  text-shadow: none;
}

.hero-grid .story.panel p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: var(--shell-wide);
  text-shadow: none;
}

.hero-grid > .column .story.panel + .story.panel {
  border-top: 0;
  box-shadow: none;
}

.hero-grid > .column .story.panel {
  min-height: 0;
  height: auto;
  padding: clamp(var(--s4),1.8vw,var(--s5)) clamp(var(--s4),1.8vw,var(--s5)) var(--s4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 0;
  position: relative;
  border-bottom: 0;
  box-shadow: none;
}

.hero-grid > .column .story.panel:not(:last-child) {
  border-bottom: 0;
  box-shadow: none;
}

.hero-grid > .column .story.panel .kicker {
  margin: 0 0 9px;
  padding: 0;
  border-color: color-mix(in srgb, var(--paper) 50%, transparent);
  background: transparent;
  display: block;
  width: auto;
  max-width: none;
  border: 0;
  color: var(--pink);
  box-shadow: none;
  line-height: 1;
  align-self: flex-start;
  font-size: clamp(10px,.75vw,12px);
  letter-spacing: .22em;
  text-shadow: none;
}

.hero-grid > .column .story.panel h2 {
  max-width: var(--shell-wide);
  margin: 0 0 9px;
  font-size: clamp(24px,1.85vw,32px);
  line-height: .96;
  letter-spacing: -0.025em;
  text-shadow: none;
  overflow: visible;
  color: var(--ink);
  display: block;
  -webkit-line-clamp: unset;
}

.hero-grid > .column .story.panel p {
  max-width: var(--shell-wide);
  margin: 0;
  font-size: clamp(12px,.86vw,13px);
  line-height: 1.28;
  color: var(--muted);
  text-shadow: none;
}

.editorial-desk .editorial-desk-card-copy {
  display: block;
  min-height: 0;
}

.editorial-desk .editorial-desk-card-copy em {
  display: block;
  margin-top: 0;
}

@media (max-width: 1540px) {
  .hero-grid {
    grid-template-columns: minmax(0,1fr) minmax(320px,.86fr);
    gap: 22px;
  }

  .hero-grid > .lead {
    grid-column: 1 / 2;
  }

  .hero-grid > .column {
    grid-column: 2 / 3;
  }

  .hero-grid > .bg164-editor-note {
    grid-column: 2 / 3;
    padding: var(--s6) var(--s6) var(--s6);
  }
}

@media (max-width: 1420px) {
  .bg164-editor-pill {
    margin-bottom: 18px;
  }

  .bg164-editor-title strong {
    margin-top: 16px;
    margin-bottom: 14px;
  }

  .bg164-editor-list {
    gap: 11px;
  }

  .hero-grid > .column, .hero-grid > .lead, .hero-grid > .bg164-editor-note {
    height: 700px;
    min-height: 700px;
  }

  .hero-grid .column .story.panel {
    padding: var(--s5) var(--s4) var(--s4);
  }

  .hero-grid .column .story.panel h2 {
    font-size: clamp(25px, 2.15vw, 31px);
  }

  .hero-grid .column .story.panel p {
    font-size: 12.5px;
    line-height: 1.26;
  }

  .hero-grid > .lead, .hero-grid > .column, .hero-grid > .bg164-editor-note {
    height: 670px;
    min-height: 670px;
  }

  .hero-grid > .column .story.panel {
    padding: var(--s5) var(--s5) var(--s4);
  }

  .hero-grid {
    grid-template-columns: minmax(330px,1.03fr) minmax(315px,.98fr) minmax(315px,.88fr);
    gap: 18px;
  }

  .hero-grid > .column .story.panel h2 {
    font-size: clamp(23px,1.9vw,30px);
    max-width: var(--shell-wide);
  }

  .hero-grid > .column .story.panel p {
    font-size: 12.2px;
    line-height: 1.25;
    max-width: var(--shell-wide);
  }

  .hero-grid > .lead {
    padding: var(--s6) var(--s6) var(--s6);
  }

  .hero-grid > .bg164-editor-note {
    height: auto;
    min-height: 660px;
    padding: var(--s6) var(--s6) var(--s6) var(--s6);
    overflow: visible;
  }

  .bg164-editor-title h2 {
    padding-right: var(--s3);
  }

  .hero-grid > .lead h1 {
    font-size: clamp(42px,3.55vw,58px);
    max-width: var(--shell-wide);
  }
}

@media (max-width: 1360px) {
  .hero-grid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 18px;
  }

  .hero-grid > .lead {
    grid-column: 1 / -1;
  }

  .hero-grid > .column, .hero-grid > .bg164-editor-note {
    grid-column: auto;
  }

  .hero-grid > .bg164-editor-note {
    width: 100%;
    padding: var(--s7) var(--s6) var(--s7);
  }

  .bg164-editor-list a {
    max-width: var(--shell-wide);
  }
}

@media(max-width: 1350px) {
  .site-header {
    padding: var(--s4) var(--s5) var(--s4);
    gap: 14px;
  }

  .logo {
    font-size: clamp(34px,3.9vw,64px);
  }

  .nav-left, .nav-right {
    gap: 14px;
    font-size: 10.5px;
    letter-spacing: .12em;
  }

  .nav-right {
    gap: 13px;
  }

  .nav-right .social-link {
    width: 20px;
    height: 20px;
  }

  .nav-right .social-link svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1280px) {
  .hero-grid {
    grid-template-columns: minmax(0,1fr) minmax(0,.92fr);
  }

  .hero-grid > .lead {
    grid-column: auto;
    min-height: 620px;
  }

  .hero-grid > .column {
    min-height: 620px;
  }

  .hero-grid > .bg164-editor-note {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .bg164-editor-note .bg164-editor-title h2 {
    max-width: var(--shell-wide);
    font-size: clamp(38px,4vw,52px);
  }

  .bg164-editor-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 34px;
    row-gap: 16px;
  }
}

@media(max-width: 1250px) {
  .author-strip-seven {
    grid-template-columns: repeat(4,1fr);
  }

  .author-strip-seven .author {
    min-height: 298px;
  }
}

@media (max-width: 1220px) {
  .hero-grid {
    grid-template-columns: minmax(0,1fr) minmax(320px,.82fr);
  }

  .hero-grid > .column {
    min-height: 560px;
  }

  .hero-grid > .bg164-editor-note {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .bg164-editor-title h2 {
    max-width: var(--shell-wide);
  }
}

@media(max-width: 1220px) {
  .hero-grid > .bg164-editor-note {
    padding: var(--s6) var(--s6) var(--s6);
  }

  .bg164-editor-pill {
    margin-bottom: 24px;
  }

  .bg164-editor-title h2 {
    font-size: clamp(36px,2.7vw,45px);
  }

  .bg164-editor-list a {
    font-size: 17px;
    max-width: var(--shell-wide);
  }

  .bg164-editor-list li {
    margin-bottom: 13px;
  }

  .bg164-facevalue-card {
    grid-template-columns: 360px minmax(0,1fr);
    min-height: 382px;
  }

  .bg164-facevalue-image {
    min-height: 382px;
  }

  .bg164-facevalue-image img {
    height: 448px;
    left: 42px;
  }

  .bg164-facevalue-copy {
    padding: var(--s6) var(--s7) var(--s6) var(--s5);
  }

  .bg164-facevalue-copy h2 {
    font-size: clamp(46px,3.8vw,62px);
  }

  .bg164-facevalue-copy p {
    font-size: 19px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    align-items: center;
  }

  .site-header .logo {
    margin: 2px auto 4px;
  }

  .nav-left {
    max-width: 100%;
  }

  .nav-left a {
    line-height: 1.2;
  }

  .ticker {
    white-space: normal;
  }

  .start-here-compact {
    gap: 18px;
  }

  .start-here-compact-links {
    justify-content: flex-start;
  }

  .footer-nav-v126 {
    gap: 28px;
  }

  .hero-grid > .bg164-editor-note {
    padding: var(--s6) var(--s6) var(--s6);
    overflow: visible;
  }

  .hero-grid .column .story.panel h2 {
    max-width: var(--shell-wide);
  }

  .hero-grid > .lead h1 {
    font-size: clamp(48px,6.4vw,72px);
    max-width: var(--shell-wide);
  }

  .hero-grid > .lead h1.bg-copy-long {
    font-size: clamp(46px,6vw,66px);
    max-width: var(--shell-wide);
  }

  .bg164-editor-title h2.bg-copy-long {
    font-size: clamp(38px,5.3vw,56px);
  }

  .newsletter h2[data-home-slot="newsletter.headline"] {
    font-size: clamp(42px,5.8vw,60px);
  }

  .newsletter .form, .newsletter-consent {
    max-width: 100%;
    margin-left: 0;
  }

  .home-beauty-hero-copy {
    left: 34px;
    width: min(560px,50%);
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
  }

  .hero-grid > .lead {
    grid-column: 1 / -1;
    height: 560px;
    min-height: 560px;
  }

  .hero-grid > .column, .hero-grid > .bg164-editor-note {
    grid-column: auto;
    height: auto;
    min-height: 660px;
  }

  .bg164-editor-title h2 {
    font-size: clamp(40px,5vw,52px);
    max-width: var(--shell-wide);
  }

  .bg164-editor-list a {
    font-size: 18px;
    max-width: none;
  }

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

  .newsletter > div:first-child, .newsletter h2[data-home-slot="newsletter.headline"] {
    max-width: 100%;
  }

  .newsletter .form, .newsletter .form-note, .newsletter-consent {
    max-width: 100%;
    margin-left: 0;
  }

  .follow-strip {
    grid-template-columns: 1fr;
  }

  .follow-actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media(max-width: 1180px) {
  .site-header {
    width: min(100% - 36px,1500px);
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: center;
    padding: var(--s4) var(--s5);
  }

  .nav-left, .nav-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    line-height: 1.2;
  }

  .logo {
    order: -1;
    font-size: clamp(42px,9vw,76px);
    white-space: normal;
    line-height: .84;
  }

  .ticker {
    width: min(100% - 36px,1500px);
    white-space: normal;
    line-height: 1.35;
  }

  .main {
    width: min(100% - 36px,1380px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid > .lead, .hero-grid > .column, .hero-grid > .trending, .hero-grid > aside.trending, .hero-grid > .trending.story.panel {
    min-height: 0;
  }

  .lead {
    min-height: 560px;
  }

  .column {
    min-height: 0;
    grid-template-rows: none;
  }

  .column .panel {
    min-height: 245px;
  }

  .trending {
    min-height: 0;
  }

  .article-grid, .departments-grid, .gateway-grid, .start-map-grid, .start-route-grid, .depth-grid, .depth-grid.two {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .newsletter {
    grid-template-columns: minmax(0,1fr) 360px;
    gap: 40px;
  }

  .newsletter h2 {
    font-size: clamp(40px,3.15vw,54px);
  }

  .face-value-showcase-link {
    grid-template-columns: 360px minmax(0,1fr);
    min-height: 380px;
    padding-right: var(--s6);
  }

  .face-value-showcase-link img {
    left: 52px;
    width: 280px;
    max-width: 100%;
  }

  .face-value-copy {
    padding: var(--s7) 0 var(--s7) var(--s4);
    padding-left: var(--s4);
  }

  .face-value-copy h2 {
    font-size: clamp(42px,4.4vw,62px);
  }

  .face-value-copy p {
    font-size: 17px;
  }
}

@media(max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
  }

  .nav-left, .nav-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .logo {
    order: -1;
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid > .lead {
    grid-column: 1 / -1;
  }

  .hero-grid > .trending, .hero-grid > aside.trending, .hero-grid > .trending.story.panel {
    min-height: 0;
  }
}

@media(max-width: 1100px) {
  .newsletter .form {
    max-width: 100%;
  }

  .face-value-copy h2 {
    font-size: clamp(42px,5vw,60px);
  }

  .face-value-showcase-link {
    grid-template-columns: 345px minmax(0,1fr);
    min-height: 390px;
    padding-right: var(--s6);
  }

  .face-value-showcase-link img {
    width: 290px;
    max-width: 100%;
    transform: translateY(-24px);
    left: 52px;
  }

  .face-value-copy {
    padding-left: var(--s2);
  }

  .newsletter {
    grid-template-columns: 1fr;
  }

  .newsletter .form, .newsletter-consent {
    margin-left: 0;
  }
}

@media (max-width: 1050px) {
  .nav-left {
    display: none;
  }

  .article-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .article-grid .card {
    grid-column: auto;
    grid-row: auto;
  }

  .article-grid .card:nth-child(n + 3) {
    border-top: 1px solid var(--rule);
  }

  .hero-grid > .column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .river-more {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .editorial-desk-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media(max-width: 1050px) {
  .site-header, .ticker {
    width: min(100% - 40px,1500px);
  }

  .main {
    width: min(100% - 40px,1380px);
  }

  .lead {
    grid-column: 1/-1;
  }

  .article-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .author-strip {
    grid-template-columns: repeat(2,1fr);
  }

  .depth-grid, .depth-grid.two, .author-strip-six {
    grid-template-columns: repeat(2,1fr);
  }

  .archive-row {
    grid-template-columns: 1fr;
  }

  .departments-grid {
    grid-template-columns: 1fr 1fr;
  }

  .follow-strip {
    display: block;
  }

  .follow-actions {
    margin-top: 20px;
  }

  .face-value-feature {
    display: block;
  }

  .face-value-feature a {
    display: inline-flex;
    margin-top: 18px;
  }

  .author-strip-seven, .author-strip {
    grid-template-columns: 1fr 1fr;
  }

  .gateway-grid, .start-map-grid {
    grid-template-columns: 1fr 1fr;
  }

  .start-intro-panel {
    grid-template-columns: 1fr;
  }

  .start-cta-strip {
    display: block;
  }

  .start-cta-strip a {
    display: inline-flex;
    margin-top: 18px;
  }

  .author-directory-v116 {
    grid-template-columns: repeat(2,1fr);
  }

  .author-hero-v116, .author-bio-panel-v116 {
    grid-template-columns: 1fr;
  }

  .author-detail-grid-v116, .author-article-grid-v116 {
    grid-template-columns: repeat(2,1fr);
  }

  .author-portrait-wrap img {
    max-height: 520px;
  }

  .nav-left, .nav-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .start-here-compact {
    grid-template-columns: 1fr;
  }

  .start-here-compact-links {
    justify-content: flex-start;
  }

  .footer-brand-v126 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-brand-v126 p {
    text-align: left;
    justify-self: start;
  }

  .footer-nav-v126 {
    grid-template-columns: 1fr 1fr;
  }

  .ticker {
    width: min(100% - 40px,1500px);
  }

  .archive-cta {
    display: block;
  }

  .archive-cta a {
    display: inline-flex;
    margin-top: 18px;
  }

  .footer-inner-v126 {
    width: min(100% - 40px,var(--shell-wide));
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid > .bg164-editor-note {
    height: auto;
    min-height: 560px;
  }

  .bg164-editor-title h2 {
    font-size: clamp(40px,5vw,52px);
  }

  .bg164-editor-list a {
    font-size: 19px;
    max-width: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    width: min(100% - 40px,1500px);
    gap: 12px;
    padding: var(--s5) var(--s5) var(--s4);
    align-items: center;
    grid-template-areas: "brand" "nav" "socials";
    min-height: 86px;
  }

  .site-header .logo {
    order: -1;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: clamp(2rem,5.4vw,3.2rem);
  }

  .site-header .nav-right {
    justify-content: center;
    display: flex;
    position: static;
    grid-area: socials;
    grid-column: 2;
    grid-row: 1;
  }

  .site-header .nav-left {
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }

  .latest-editorial .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-desk-intro {
    grid-template-columns: 1fr 1.4fr;
  }

  .editorial-desk-intro .kicker {
    grid-column: 1 / -1;
  }

  .editorial-desk-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 1000px) {
  .archive-grid, .start-grid {
    grid-template-columns: 1fr 1fr;
  }

  .watch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brief-grid, .contact-grid, .partner-options {
    grid-template-columns: 1fr;
  }

  .archive-cta {
    display: block;
  }

  .archive-cta a {
    display: inline-flex;
    margin-top: 18px;
  }

  .author-hero {
    grid-template-columns: 1fr;
  }

  .author-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shop-story-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .article-figure--product {
    max-width: 100%;
    margin: 1.1rem 0 1.6rem;
    padding: var(--s4);
  }

  .article-figure--product .article-main-image--product {
    max-height: 520px;
  }

  .face-value-showcase-link {
    grid-template-columns: 210px minmax(0,1fr);
    padding: var(--s5) var(--s5) 0 var(--s4);
    gap: 18px;
  }

  .face-value-showcase-link img {
    max-width: 100%;
    height: 390px;
    min-height: 390px;
    transform: translateY(-16px);
  }

  .face-value-copy h2 {
    font-size: clamp(40px, 5.2vw, 58px);
    max-width: var(--shell-wide);
  }

  .author-directory-v116 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-inner-v190 {
    grid-template-columns: 1fr;
  }

  .site-footer-bottom-v190 {
    grid-column: auto;
  }
}

@media(max-width: 980px) {
  .face-value-with-portrait {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .face-value-portrait-wrap {
    width: 100%;
    max-width: 100%;
    height: 350px;
    margin: 28px 0 -48px auto;
  }

  .footer-inner-v126 {
    width: calc(100% - 34px);
    padding-top: var(--s6);
  }

  .footer-brand-v126 {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .footer-brand-v126 p {
    justify-self: start;
    text-align: left;
    max-width: var(--shell-wide);
  }

  .footer-nav-v126 {
    grid-template-columns: 1fr 1fr;
    gap: 28px 26px;
  }

  .newsletter {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .newsletter .form, .newsletter-consent {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: var(--s4) var(--s4) var(--s4);
    gap: 12px;
  }

  .site-header .logo {
    order: -1;
    font-size: clamp(44px,11vw,70px);
    line-height: .82;
    letter-spacing: -0.025em;
  }

  .nav-left {
    order: 2;
    width: 100%;
    justify-content: center;
    gap: 10px 16px;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: .13em;
  }

  .nav-right {
    display: none;
  }

  .ticker {
    padding: var(--s3) var(--s3);
    font-size: 10px;
    letter-spacing: .16em;
    line-height: 1.35;
  }

  .home-beauty-hero {
    margin-bottom: 18px;
  }

  .home-beauty-hero-link img {
    aspect-ratio: 16/7;
    object-fit: cover;
    object-position: center;
  }

  .lead {
    min-height: 480px;
  }

  .trending h2 {
    font-size: clamp(38px,8vw,56px);
  }

  .start-here-compact {
    display: grid;
    grid-template-columns: 1fr;
    padding: var(--s4);
    margin: 28px 0 22px;
  }

  .start-here-compact-copy h2 {
    font-size: clamp(42px,10vw,58px);
  }

  .start-here-compact-copy p {
    max-width: var(--shell-wide);
  }

  .start-here-compact-links {
    justify-content: flex-start;
    gap: 8px;
  }

  .start-here-compact-links a {
    min-height: 36px;
    padding: var(--s2) var(--s3);
    font-size: 10px;
    letter-spacing: .11em;
  }

  .face-value-showcase {
    margin-top: 24px;
  }

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

  .feature-band.grownup-feature {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .editors-block .author-strip-seven {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .footer-inner-v126 {
    padding: var(--s7) 0 var(--s6);
  }

  .footer-wordmark-v126 {
    font-size: clamp(42px,10vw,64px);
  }

  .footer-nav-v126 {
    grid-template-columns: 1fr 1fr;
    gap: 26px 34px;
  }

  .footer-group-v126:last-child {
    grid-column: 1/-1;
  }

  .footer-socials-v126 {
    justify-content: flex-start;
  }

  .hero-grid > .lead {
    min-height: 520px;
  }

  .hero-grid > .bg164-editor-note {
    padding: var(--s6) var(--s5) var(--s6);
  }

  .vivienne-says {
    margin-top: 30px;
    padding: var(--s5) var(--s5);
  }

  .hero-grid > .column, .hero-grid > .lead, .hero-grid > .bg164-editor-note {
    height: auto;
    min-height: 0;
  }

  .hero-grid .column .story.panel {
    min-height: 230px;
  }

  .hero-grid .column .story.panel h2 {
    max-width: var(--shell-wide);
  }

  .home-beauty-hero-copy strong {
    padding: var(--s3) var(--s4);
  }

  .hero-grid > .lead, .hero-grid > .bg164-editor-note {
    padding: var(--s6) var(--s5);
  }

  .hero-grid > .lead h1 {
    font-size: clamp(42px,10vw,56px);
    max-width: 100%;
  }

  .home-beauty-hero-copy h1 {
    font-size: clamp(48px,10vw,82px);
  }

  .hero-grid, .newsletter {
    width: min(100% - 32px, var(--shell-wide));
    grid-template-columns: 1fr;
  }

  .newsletter .form, .newsletter .form-note, .newsletter-consent {
    max-width: 100%;
    margin-left: 0;
  }

  .home-beauty-hero-copy {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .hero-grid {
    gap: 14px;
    grid-template-columns: 1fr;
    width: min(100% - 32px, var(--shell-wide));
  }

  .hero-grid > .column .story.panel {
    min-height: 230px;
    border-top: 0;
  }

  .hero-grid > .column .story.panel + .story.panel {
    border-top: 0;
    box-shadow: none;
  }

  .bg164-editor-title h2 {
    padding-right: 0;
    font-size: clamp(36px,10vw,48px);
  }

  .bg164-editor-list a {
    font-size: 16.5px;
  }

  .vivienne-says, .bg164-facevalue, .newsletter {
    width: min(100% - 32px, var(--shell-wide));
  }

  .vivienne-says p {
    font-size: clamp(30px,8vw,48px);
    line-height: 1;
  }

  .newsletter h2[data-home-slot="newsletter.headline"] > span {
    white-space: normal;
  }

  .hero-grid > .lead, .hero-grid > .column, .hero-grid > .bg164-editor-note {
    grid-column: 1 / -1;
    height: auto;
    min-height: 0;
  }

  .vivienne-says p[data-home-slot="vivienne.quote"] > span, .follow-strip h2[data-home-slot="follow.headline"] > span, .newsletter h2[data-home-slot="newsletter.headline"] > span {
    white-space: normal;
  }

  .vivienne-says p[data-home-slot="vivienne.quote"] {
    font-size: clamp(30px,8.5vw,46px);
  }

  .follow-strip h2[data-home-slot="follow.headline"] {
    font-size: clamp(34px,9vw,50px);
  }

  .newsletter h2[data-home-slot="newsletter.headline"] {
    font-size: clamp(34px,9vw,48px);
  }

  .bg164-editor-list {
    grid-template-columns: 1fr;
  }

  .hero-grid > .column {
    display: grid;
    grid-template-rows: none;
    gap: 14px;
    overflow: visible;
    box-shadow: none;
    background: transparent;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 900px) {
  .article-page-v27 {
    max-width: var(--shell-wide);
  }

  .article-layout {
    grid-template-columns: 1fr;
    padding: var(--s6) var(--s5) var(--s6);
    gap: 26px;
  }

  .article-side-note {
    position: relative;
    top: auto;
  }

  .article-hero-block {
    padding: var(--s6) var(--s5) var(--s5);
  }

  .article-figure figcaption {
    padding-left: var(--s5);
    padding-right: var(--s5);
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .home-beauty-hero {
    margin: 0 0 20px;
  }

  .related-grid-v111 {
    grid-template-columns: 1fr;
  }

  .article-author-card-v111 {
    grid-template-columns: 1fr;
  }

  .article-author-avatar {
    width: 70px;
    height: 70px;
  }

  .article-credibility-strip {
    gap: 7px;
  }

  .article-credibility-strip span {
    font-size: 10px;
  }

  .home-beauty-hero-link, .home-beauty-hero-link img {
    min-height: 420px;
  }

  .face-value-showcase-link, .face-value-showcase-link img {
    min-height: 620px;
  }

  .face-value-showcase-link::after {
    inset: 44% 0 0 0;
  }

  .face-value-copy p {
    font-size: 15px;
  }

  .face-value-copy {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 24px;
    transform: none;
    width: auto;
    position: absolute;
    padding: var(--s6) var(--s5) var(--s6);
  }

  .trending h2, aside.trending h2, .trending.story.panel h2 {
    max-width: var(--shell-wide);
  }

  .home-beauty-hero-copy {
    width: min(610px,64%);
  }

  .home-beauty-hero-copy h1 {
    font-size: clamp(54px,9vw,88px);
    max-width: var(--shell-wide);
  }

  .lead h1 {
    font-size: clamp(46px,7.2vw,66px);
    max-width: var(--shell-wide);
  }

  .hero-grid > .trending h2, .hero-grid > aside.trending h2, .hero-grid > .trending.story.panel h2 {
    max-width: var(--shell-wide);
    font-size: clamp(36px,5.4vw,48px);
  }

  .face-value-showcase-link {
    display: grid;
    min-height: 340px;
    grid-template-columns: 40% 60%;
  }

  .face-value-showcase-link img {
    width: 100%;
    height: auto;
    min-height: 340px;
    aspect-ratio: 16/10;
    object-position: center 18%;
    object-fit: cover;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .face-value-copy h2 {
    font-size: clamp(42px,6.2vw,64px);
    max-width: var(--shell-wide);
  }

  .archive-newsletter {
    grid-template-columns: 1fr;
  }

  .archive-newsletter .form {
    grid-template-columns: 1fr auto;
  }

  .bg164-facevalue-card {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .bg164-facevalue-image {
    min-height: 350px;
    overflow: visible;
  }

  .bg164-facevalue-image img {
    height: 382px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bg164-facevalue-copy {
    padding: var(--s6) var(--s5) var(--s6);
  }

  .bg164-facevalue-copy h2 {
    font-size: clamp(34px,8vw,52px);
    line-height: .96;
  }

  .bg164-facevalue-copy h2 span {
    white-space: normal;
  }

  .bg164-facevalue-copy p {
    font-size: 17px;
    max-width: var(--shell-wide);
  }
}

@media (max-width: 860px) {
  .editorial-gateway-grid, .archive-curation-grid, .most-read-grid, .archive-route-list {
    grid-template-columns: 1fr;
  }

  .article-main-image {
    min-height: 280px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: var(--s5) var(--s4) 0;
  }

  .site-header .logo {
    font-size: clamp(43px, 9.5vw, 62px);
  }

  .header-strapline {
    font-size: 8px;
    line-height: 1.55;
    margin: 11px 0 15px;
    max-width: var(--shell-wide);
  }

  .primary-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-height: 48px;
    width: 100%;
  }

  .primary-nav a {
    font-size: 12px;
  }

  body > .site-header.site-header-v190 {
    padding: var(--s5) var(--s4) 0;
  }

  .site-header-v190 .logo {
    font-size: clamp(43px, 9.5vw, 62px);
  }

  .site-header-v190 .header-strapline {
    font-size: 8px;
    margin: 11px 0 15px;
    max-width: var(--shell-wide);
  }

  .site-header-v190 .primary-nav {
    justify-content: flex-start;
    min-height: 48px;
    width: 100%;
  }

  .author-hero-v116 {
    grid-template-columns: minmax(220px, 40%) 1fr;
  }

  .site-footer-nav-v190 {
    gap: 34px;
    grid-template-columns: repeat(3, 1fr);
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .top-note {
    display: none;
  }

  .article {
    padding: var(--s4);
  }

  .header-inner {
    padding: var(--s3) 0;
  }

  .brand {
    gap: 8px;
  }
}

@media(max-width: 820px) {
  .author-strip-seven {
    grid-template-columns: repeat(2,1fr);
  }

  .author-strip-seven .author {
    min-height: 280px;
  }

  .footer .social-link {
    width: 17px;
    height: 17px;
    margin-left: 8px;
  }

  .footer .social-link svg {
    width: 17px;
    height: 17px;
  }

  .main {
    padding-top: var(--s5);
    padding-bottom: var(--s7);
  }

  .home-beauty-hero {
    margin: 0 0 18px;
  }

  .lead {
    min-height: 520px;
    padding: var(--s6) var(--s5);
  }

  .lead h1 {
    font-size: clamp(48px,13vw,70px);
  }

  .lead p {
    font-size: 17px;
  }

  .section-title {
    display: block;
    margin-top: 28px;
  }

  .section-title span {
    display: block;
    margin-top: 8px;
  }

  .feature-band, .newsletter, .start-intro-panel {
    grid-template-columns: 1fr;
  }

  .newsletter {
    padding: var(--s5) var(--s5);
  }

  .form, .newsletter-mini .form {
    grid-template-columns: 1fr;
  }

  input, button {
    width: 100%;
    min-width: 0;
  }

  .article-page, .author-page, .simple-page, .article-page-v27 {
    max-width: var(--shell-read);
    width: 100%;
    padding: var(--s6) var(--s4) var(--s8);
  }

  .article-page h1, .author-page h1, .simple-page h1, .article-page-v27 h1 {
    font-size: clamp(42px,13vw,68px);
    line-height: .9;
    letter-spacing: -0.025em;
  }

  .standfirst {
    font-size: clamp(19px,5vw,23px);
    line-height: 1.32;
  }

  .hero-img {
    height: clamp(260px,58vw,420px);
    background-position: var(--article-hero-position, center center);
  }

  .article-body {
    font-size: 18px;
    line-height: 1.66;
    max-width: var(--shell-read);
  }

  .article-body h2 {
    font-size: clamp(28px,8vw,42px);
    line-height: .98;
  }

  .article-author-card-v111 {
    grid-template-columns: 1fr;
    align-items: start;
    padding: var(--s4);
  }

  .related-grid-v111, .related-grid {
    grid-template-columns: 1fr;
  }

  .article-credibility-strip span {
    max-width: 100%;
  }

  .footer {
    display: block;
    padding: var(--s5) var(--s4);
    line-height: 1.7;
  }

  .footer > div + div {
    margin-top: 10px;
  }

  .depth-card h3 {
    font-size: clamp(30px,10vw,44px);
    line-height: .95;
  }

  .site-header-v190 {
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
    margin: 0 auto 12px;
  }

  body .site-header-v190 .primary-nav {
    display: none;
    grid-template-columns: repeat(2,minmax(0,1fr));
    align-items: stretch;
    gap: 0;
    margin: 0 18px 12px;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
  }

  body .site-header-v190 .primary-nav[data-open="true"] {
    display: grid;
  }

  .primary-nav a {
    display: block;
    text-align: center;
    padding: var(--s3) var(--s2);
    border-bottom: 1px solid color-mix(in srgb, var(--plum) 12%, transparent);
  }

  .primary-nav a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .product-grid-v117 {
    grid-template-columns: 1fr;
  }

  .product-edit-v117 {
    margin: 1.5rem 0;
    padding: var(--s4);
  }

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

  .trust-page .standfirst {
    font-size: 20px;
  }

  .trust-body h2 {
    font-size: 32px;
  }

  .product-grid-v117, .related-grid-v111 {
    grid-template-columns: 1fr;
  }

  .hero-grid > .trending h2, aside.trending h2, .trending.story.panel h2 {
    max-width: var(--shell-wide);
    font-size: clamp(34px, 9.8vw, 44px);
  }

  .face-value-showcase-link {
    display: block;
    padding: var(--s4) var(--s4) var(--s5);
    min-height: 0;
  }

  .face-value-showcase-link img {
    display: block;
    width: min(76%, 250px);
    height: auto;
    min-height: 0;
    aspect-ratio: 4/5;
    margin: -12px auto 4px 4px;
    transform: none;
  }

  .face-value-copy {
    padding: var(--s2) var(--s1) var(--s1);
  }

  .face-value-copy h2 {
    max-width: 100%;
    font-size: clamp(34px, 10.2vw, 50px);
  }

  .newsletter h2 {
    max-width: 100%;
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .related-grid-v111 {
    grid-template-columns: 1fr;
  }

  .bg165-facevalue-image-wrap {
    margin-top: 26px;
  }

  .hero-grid > .bg164-editor-note {
    padding: var(--s6) var(--s5) var(--s6);
  }

  .bg164-editor-list {
    gap: 12px;
  }

  .newsletter h2[data-home-slot="newsletter.headline"] .nowrap {
    white-space: normal;
  }

  .home-beauty-hero-copy {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .newsletter h2[data-home-slot="newsletter.headline"][data-home-mode="spans"] > span {
    white-space: normal;
  }

  .newsletter h2[data-home-slot="newsletter.headline"] {
    font-size: clamp(34px,9vw,48px);
    line-height: 1.04;
  }
}


@media(max-width: 760px) {
  .nav-left, .nav-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-grid, .feature-band, .newsletter {
    grid-template-columns: 1fr;
  }

  .lead, .column, .trending {
    height: auto;
    min-height: 500px;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .article-grid, .author-strip {
    grid-template-columns: 1fr;
  }

  .depth-grid, .depth-grid.two, .author-strip-six {
    grid-template-columns: 1fr;
  }

  .author-hero {
    grid-template-columns: 1fr;
  }

  .archive-row {
    gap: 6px;
  }

  .archive-list-v35 .archive-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .newsletter-mini .form {
    grid-template-columns: 1fr;
  }

  .newsletter .newsletter-points {
    font-size: 13px;
  }

  .archive-search-row {
    grid-template-columns: 1fr;
  }

  .archive-filter-pills button {
    font-size: 10px;
    padding: var(--s2) var(--s2);
  }

  .archive-author-browse {
    gap: 7px;
  }

  .author-page-v116 {
    max-width: var(--shell-wide);
  }

  .author-directory-v116, .author-detail-grid-v116, .author-article-grid-v116 {
    grid-template-columns: 1fr;
  }

  .author-stat-row span {
    font-size: 10px;
  }

  .author-article-thumb {
    height: 190px;
  }

  .topline {
    height: 5px;
  }

  .site-header {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 10px;
  }

  .nav-left {
    gap: 12px 16px;
  }

  .nav-right {
    display: none;
  }

  .main {
    padding-top: var(--s5);
  }

  .start-here-compact {
    margin: 28px 0 18px;
    padding: var(--s4);
  }

  .start-here-compact p {
    font-size: 14px;
  }

  .start-here-compact-links a {
    font-size: 10px;
    min-height: 34px;
    padding: var(--s2) var(--s3);
  }

  .article-layout {
    padding: var(--s5) var(--s5) var(--s6);
  }

  .article-page-v27 .article-body p:first-child {
    font-size: 19px;
  }

  .footer-inner-v126 {
    width: min(100% - 32px,1380px);
    padding: var(--s6) 0 var(--s5);
  }

  .footer-wordmark-v126 {
    font-size: 42px;
  }

  .footer-brand-v126 p {
    font-size: 15px;
  }

  .footer-nav-v126 {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: var(--s5) 0;
  }

  .footer-links-v126 {
    gap: 10px 14px;
  }

  .footer-bottom-v126 {
    display: block;
    line-height: 1.7;
  }

  .footer-bottom-v126 span {
    display: block;
    margin-top: 8px;
  }

  .ticker {
    display: block;
    width: min(100% - 28px,var(--shell-wide));
    margin-top: 8px;
    padding: var(--s2) var(--s3);
    font-size: 9px;
    letter-spacing: .14em;
  }

  .archive-cta h2 {
    font-size: clamp(36px,11vw,48px);
  }

  .footer.footer-v126 .footer-socials-v126 a.social-link {
    width: 36px;
    height: 36px;
  }

  .hero-grid .column .story.panel h2 {
    font-size: clamp(28px,8.4vw,38px);
  }

  .hero-grid .column .story.panel p {
    font-size: 14px;
  }

  .author-hero-v116 {
    padding: var(--s4);
    margin-bottom: 30px;
  }

  .home-beauty-hero-link {
    min-height: 480px;
  }

  .home-beauty-hero-link img {
    min-height: 480px;
    object-position: 62% center;
  }

  .home-beauty-hero-copy {
    width: auto;
    left: 22px;
    right: 22px;
    bottom: 26px;
  }

  .home-beauty-hero-copy h1 {
    max-width: var(--shell-wide);
    font-size: clamp(44px,13vw,66px);
  }

  .lead h1 {
    max-width: var(--shell-wide);
    font-size: clamp(42px,11.6vw,56px);
  }

  .hero-grid > .trending, .hero-grid > aside.trending, .hero-grid > .trending.story.panel {
    padding: var(--s5) var(--s5) var(--s4);
  }

  .hero-grid > .trending h2, .hero-grid > aside.trending h2, .hero-grid > .trending.story.panel h2 {
    max-width: 100%;
    font-size: clamp(34px,10.5vw,46px);
    line-height: 1.16;
  }

  .archive-toolkit {
    padding: var(--s4);
  }

  .archive-newsletter {
    padding: var(--s4) var(--s4);
  }

  .archive-newsletter .form {
    grid-template-columns: 1fr;
  }

  .hero-grid > .trending h2, aside.trending h2, .trending.story.panel h2 {
    font-size: clamp(34px,9.5vw,46px);
  }

  .nowrap {
    white-space: normal;
  }

  .newsletter .form {
    grid-template-columns: 1fr;
  }

  .newsletter .form button {
    width: 100%;
  }

  .face-value-copy p {
    font-size: 16px;
  }

  .newsletter {
    padding: var(--s6) var(--s5);
  }

  .newsletter h2 {
    font-size: clamp(38px,10.8vw,52px);
    max-width: 100%;
  }

  .trending .trend-item, aside.trending .trend-item, .trending.story.panel .trend-item {
    font-size: 16px;
    line-height: 1.56;
  }

  .hero-grid > .trending .trend-item, aside.trending .trend-item, .trending.story.panel .trend-item {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 13px;
  }

  .face-value-showcase {
    margin-top: 54px;
  }

  .face-value-showcase-link {
    display: block;
    min-height: 0;
    padding: var(--s5) var(--s5) var(--s5);
  }

  .face-value-showcase-link img {
    width: min(68%,250px);
    height: auto;
    aspect-ratio: 4/5;
    -webkit-mask-image: none;
    mask-image: none;
    display: block;
    max-width: 100%;
    margin: -34px auto 8px 0;
    transform: none;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .face-value-copy {
    padding: var(--s2) 0 0;
  }

  .face-value-copy h2 {
    max-width: 100%;
    font-size: clamp(34px,9.5vw,48px);
  }

  body > header.bg-article-site-header .bg-article-header-inner, header.site-header.bg-article-site-header .bg-article-header-inner {
    width: min(100% - 32px, 1360px);
    min-height: 66px;
    gap: 14px;
  }

  body > header.bg-article-site-header .bg-article-brand span, header.site-header.bg-article-site-header .bg-article-brand span {
    font-size: 11px;
    letter-spacing: .22em;
  }

  body > header.bg-article-site-header .bg-article-brand strong, header.site-header.bg-article-site-header .bg-article-brand strong {
    font-size: 15px;
  }

  body > header.bg-article-site-header .bg-article-nav, header.site-header.bg-article-site-header .bg-article-nav {
    gap: 12px;
  }

  body > header.bg-article-site-header .bg-article-nav a, header.site-header.bg-article-site-header .bg-article-nav a {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid > .bg164-editor-note {
    height: auto;
    min-height: 0;
    padding: var(--s6) var(--s5) var(--s6);
  }

  .bg164-editor-title h2 {
    font-size: clamp(36px,10vw,46px);
  }

  .bg164-editor-list a {
    font-size: 16.5px;
    line-height: 1.32;
  }

  .bg164-facevalue {
    margin-top: 58px;
  }

  .bg164-facevalue-image {
    min-height: 300px;
  }

  .bg164-facevalue-image img {
    height: 330px;
  }

  .bg-article-header-inner {
    width: min(100% - 32px, 1360px);
    min-height: 66px;
    gap: 14px;
  }

  .bg-article-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .bg-article-brand span {
    font-size: 11px;
    letter-spacing: .22em;
  }

  .bg-article-brand strong {
    font-size: 15px;
  }

  .bg-article-nav {
    gap: 12px;
  }

  .bg-article-nav a {
    font-size: 11px;
    letter-spacing: .14em;
  }
}

@media (max-width: 720px) {
  .hero-top, .article-shell {
    padding-left: var(--s4);
    padding-right: var(--s4);
  }

  .article-shell {
    padding-bottom: var(--s5);
  }

  .meta span {
    border-right: none;
    padding-right: 0;
  }

  figure img {
    aspect-ratio: 4 / 3;
  }

  .article-header, .article-content, .article-figure figcaption {
    padding-left: var(--s4);
    padding-right: var(--s4);
  }

  .article-content p:first-of-type {
    font-size: 1.06rem;
  }

  .footer-inner .footer-meta {
    text-align: left;
  }

  .brand-tag {
    white-space: normal;
  }

  .article {
    padding: var(--s6) var(--s4) var(--s5);
  }

  .article p, .article li {
    font-size: 1rem;
  }

  main {
    padding: var(--s4) 0 var(--s7);
  }

  .article > p, .article > h2, .article ul, .article ol {
    width: min(760px, calc(100% - 32px));
  }

  .article-subtitle {
    font-size: 1rem;
  }

  .footer-card {
    padding: var(--s4) var(--s2);
  }

  .header-note {
    text-align: left;
    display: none;
    white-space: normal;
  }

  .article-header, .article p, .article h2, .article-figure figcaption {
    padding-left: var(--s5);
    padding-right: var(--s5);
  }

  .article-title {
    max-width: none;
  }

  .article p, .article h2 {
    padding-left: var(--s4);
    padding-right: var(--s4);
  }

  .article p {
    font-size: 1.02rem;
  }

  .article-figure figcaption {
    padding-left: var(--s3);
    padding-right: var(--s3);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .article > p, .article > h2, .article-content > p, .article-content > h2 {
    width: min(100% - 48px, 72ch);
  }

  .article-header h1, .article-title {
    max-width: var(--shell-wide);
  }

  .article-figure + p, .article-figure + h2, .article-figure + .article-content, .article-figure + .article-body, .article-body {
    padding-top: var(--s5);
  }

  .article > p:first-of-type, .article-content > p:first-of-type {
    margin-top: 24px;
  }

  .article-nav-links {
    gap: 10px;
    font-size: .68rem;
    letter-spacing: .13em;
  }

  .article-body {
    padding-top: var(--s5);
  }

  .article-body > p:first-child, .article > figure + p, .article > .article-figure + p {
    font-size: 1.05rem;
  }

  .hero {
    padding-top: var(--s4);
    padding: var(--s5);
  }

  article > header, figure, article > p, article > h2 {
    padding-left: var(--s4);
    padding-right: var(--s4);
  }

  figure {
    padding-top: 0;
  }

  .site-header-inner {
    padding: var(--s3) 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-note {
    display: none;
  }

  .page {
    padding: var(--s4) 0 var(--s6);
    width: min(var(--shell-wide), calc(100% - 20px));
  }

  .article-header, .article > p, .article > h2 {
    padding-left: var(--s4);
    padding-right: var(--s4);
  }

  h1 {
    max-width: none;
  }

  .article > p {
    font-size: 1rem;
  }

  .hero img {
    aspect-ratio: 4 / 3;
  }

  .article h2 {
    font-size: 1.22rem;
  }

  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: var(--s3) var(--s4);
  }

  .article-header {
    padding-top: var(--s5);
    padding: var(--s6) var(--s4) var(--s4);
    padding-bottom: var(--s4);
  }

  .article > p, .article > h2 {
    padding-left: var(--s4);
    padding-right: var(--s4);
  }

  .article ul {
    padding-left: var(--s6);
    padding-right: var(--s4);
  }

  .dek {
    font-size: 1.01rem;
  }
}

@media(max-width: 720px) {
  .sponsor-note {
    display: block;
  }

  .sponsor-note a {
    display: inline-flex;
    margin-top: 14px;
  }

  .gateway-grid, .start-route-grid, .start-map-grid {
    grid-template-columns: 1fr;
  }

  .homepage-gateway {
    padding: var(--s5);
  }

  .start-route-grid a {
    min-height: 0;
  }

  .start-intro-panel {
    padding: var(--s5);
  }

  .article-header h1, .article-title, h1 {
    max-width: var(--shell-wide);
    font-size: clamp(2.05rem, 11.5vw, 3.15rem);
    line-height: 1.07;
  }

  .article > p, .article > h2, .article-content > p, .article-content > h2, .article-body > p, .article-body > h2 {
    width: min(100% - 44px, var(--shell-read));
  }
}

@media (max-width: 680px) {
  .article-figure--portrait-card {
    max-width: 100%;
    padding: var(--s3);
  }

  .article-figure--portrait-card .article-main-image--portrait-card {
    max-height: 520px;
  }

  .site-header .logo span {
    font-size: inherit;
  }

  .site-header .nav-right {
    align-self: center;
    display: flex;
    gap: 8px;
    grid-area: social;
    justify-self: end;
    position: static;
  }

  .site-header .nav-right .social-link {
    height: 30px;
    width: 30px;
  }

  body .site-header nav.nav-right {
    display: none;
  }

  body .site-header nav.nav-left {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
  }

  .site-header .nav-left {
    display: flex;
    gap: 19px;
    grid-area: topics;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 var(--s1);
    scrollbar-width: none;
    white-space: nowrap;
  }

  .site-header .nav-left::-webkit-scrollbar {
    display: none;
  }

  .site-header .nav-left a {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .section-nav {
    display: none;
  }

  .ticker {
    font-size: 8px;
    line-height: 1.45;
    padding: var(--s3) var(--s4) var(--s3);
  }

  .home-beauty-hero-link {
    min-height: 680px;
  }

  .home-beauty-hero-copy {
    bottom: 35px;
    left: 22px;
    right: 22px;
  }

  .article-grid, .hero-grid > .column, .river-more {
    grid-template-columns: 1fr;
  }

  .river-more > a {
    border-bottom: 1px solid var(--rule);
    border-right: 0;
    padding: 0 0 var(--s4);
  }

  .article-grid .card:nth-child(n + 3) .thumb {
    display: block;
  }

  .editorial-desk-links {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .editorial-desk-links a {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .archive-cta {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .newsletter {
    margin-top: 50px;
  }

  .utility-bar {
    font-size: 8px;
    letter-spacing: .08em;
    padding: 0 var(--s3);
    min-height: 32px;
  }

  .site-header {
    display: flex;
    gap: 0;
    grid-template-areas: "logo" "topics";
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: var(--s4) var(--s3) 0;
  }

  .site-header .logo {
    font-size: clamp(38px, 11vw, 48px);
    grid-area: logo;
    justify-self: start;
    white-space: nowrap;
  }

  .header-strapline {
    font-size: 7px;
    letter-spacing: .14em;
    margin-bottom: 12px;
  }

  .primary-nav {
    gap: 22px;
    min-height: 44px;
  }

  body .home-beauty-hero .home-beauty-hero-link > img {
    height: 100%;
    max-height: none;
    object-position: 78% 50%;
  }

  .latest-editorial {
    padding-top: var(--s6);
  }

  .latest-editorial .section-title {
    align-items: flex-start;
    gap: 12px;
  }

  .latest-editorial .section-title > span:last-child {
    font-size: 8px;
  }

  .main > .newsletter {
    margin-top: 48px;
  }

  body > .topline.utility-bar {
    font-size: 8px;
    letter-spacing: .07em;
    min-height: 32px;
    padding: 0 var(--s3);
  }

  .utility-bar nav {
    gap: 12px;
  }

  body > .site-header.site-header-v190 {
    padding: var(--s4) var(--s3) 0;
  }

  .site-header-v190 .logo {
    font-size: clamp(38px, 11vw, 48px);
  }

  .site-header-v190 .header-strapline {
    font-size: 7px;
    letter-spacing: .14em;
    margin-bottom: 12px;
  }

  .site-header-v190 .primary-nav {
    gap: 22px;
    min-height: 44px;
  }

  .site-header-v190 .primary-nav a {
    font-size: 12px;
  }

  body > main:not(.main), body > .article-page, body > .author-page, body > .simple-page, body > .page, body > .page-shell {
    padding-left: var(--s4);
    padding-right: var(--s4);
  }

  .author-directory-v116 {
    gap: 30px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .author-directory-card-v116 h3 {
    font-size: 27px;
  }

  .author-directory-card-v116 p {
    font-size: 13px;
  }

  .author-hero-v116 {
    gap: 24px;
    grid-template-columns: 1fr;
    padding-bottom: var(--s6);
  }

  .author-portrait-wrap img {
    aspect-ratio: 4 / 5;
    max-height: 560px;
    object-fit: cover;
  }

  .author-article-grid-v116 {
    grid-template-columns: 1fr;
  }

  .site-footer-inner-v190 {
    gap: 38px;
    padding: var(--s7) var(--s4) var(--s4);
  }

  .site-footer-wordmark-v190 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .site-footer-nav-v190 {
    gap: 30px 18px;
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-bottom-v190 {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media(max-width: 680px) {
  .departments-grid {
    grid-template-columns: 1fr;
  }

  .archive-grid, .start-grid, .watch-grid {
    grid-template-columns: 1fr;
  }

  .author-detail-grid {
    grid-template-columns: 1fr;
  }

  .author-hero img {
    width: 100%;
    height: auto;
    max-height: 420px;
  }

  .author-strip-seven, .author-strip {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 640px) {
  .footer.footer-v126 {
    margin-top: 48px;
  }

  .footer-inner-v126 {
    width: calc(100% - 28px);
    padding: var(--s6) 0 var(--s5);
  }

  .footer-nav-v126 {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: var(--s5) 0;
  }

  .footer-links-v126 {
    gap: 9px 15px;
  }

  .footer-links-v126 a {
    font-size: 12px;
    letter-spacing: .075em;
  }

  .footer-bottom-v126 {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  .topline {
    height: 5px;
  }

  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: var(--s4) var(--s3) var(--s3);
    box-shadow: none;
  }

  .site-header .logo {
    font-size: clamp(38px,15vw,56px);
    white-space: nowrap;
  }

  .nav-left {
    gap: 8px 10px;
    font-size: 9.5px;
    letter-spacing: .10em;
  }

  .nav-left a {
    padding: var(--s1) 0;
  }

  .ticker {
    width: calc(100% - 20px);
    margin-top: 8px;
    padding: var(--s2) var(--s2);
    font-size: 8.5px;
    letter-spacing: .105em;
    line-height: 1.35;
  }

  .main {
    width: calc(100% - 20px);
    padding-top: var(--s4);
    padding-bottom: var(--s7);
  }

  .home-beauty-hero-link img {
    aspect-ratio: 16/8.5;
    object-position: center;
  }

  .lead {
    min-height: 430px;
    padding: var(--s5) var(--s4);
  }

  .lead h1 {
    font-size: clamp(42px,15vw,58px);
    line-height: .88;
  }

  .lead p {
    font-size: 16px;
    line-height: 1.38;
  }

  .hero-cta {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .column {
    display: grid;
    grid-template-rows: none;
    gap: 12px;
    height: auto;
    box-shadow: none;
  }

  .column .panel {
    min-height: 205px;
    border-top: 0;
  }

  .column .panel + .panel {
    border-top: 0;
  }

  .story h2 {
    font-size: clamp(26px,8vw,34px);
  }

  .trending {
    height: auto;
    min-height: 0;
    padding: var(--s5) var(--s4);
  }

  .trending h2 {
    font-size: clamp(38px,12vw,52px);
  }

  .trend-item {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .start-here-compact {
    padding: var(--s4);
    margin: 22px 0 18px;
    gap: 14px;
  }

  .start-here-compact-copy span {
    font-size: 10px;
    letter-spacing: .15em;
  }

  .start-here-compact-copy h2 {
    font-size: clamp(39px,13vw,52px);
    margin-bottom: 6px;
  }

  .start-here-compact-copy p {
    font-size: 14px;
    line-height: 1.42;
  }

  .start-here-compact-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .start-here-compact-links a {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: var(--s2) var(--s2);
  }

  .vivienne-says {
    padding: var(--s5) var(--s4);
  }

  .vivienne-says p {
    font-size: clamp(29px,11vw,42px);
  }

  .face-value-showcase-link img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
  }

  .section-title {
    display: block;
    margin: 24px 0 14px;
  }

  .section-title h2 {
    font-size: clamp(37px,13vw,52px);
  }

  .section-title span {
    display: block;
    margin-top: 6px;
    font-size: 10px;
  }

  .article-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .card h3 {
    font-size: clamp(25px,8.5vw,32px);
    line-height: .96;
  }

  .thumb {
    height: 190px;
  }

  .archive-cta {
    padding: var(--s4) var(--s4);
  }

  .archive-cta h2 {
    font-size: clamp(36px,12vw,48px);
    line-height: .94;
  }

  .archive-cta p {
    font-size: 15px;
    line-height: 1.45;
  }

  .feature-band, .newsletter, .follow-card {
    padding: var(--s5) var(--s4);
  }

  .feature-band h2, .newsletter h2 {
    font-size: clamp(38px,12vw,52px);
  }

  .feature-img {
    min-height: 240px;
  }

  .editors-block .author-strip-seven {
    grid-template-columns: 1fr;
  }

  .author {
    min-height: auto;
    padding: var(--s4);
  }

  .footer.footer-v126 {
    padding: 0;
  }

  .footer-inner-v126 {
    width: calc(100% - 28px);
    padding: var(--s6) 0 var(--s5);
  }

  .footer-brand-v126 {
    display: block;
  }

  .footer-wordmark-v126 {
    font-size: clamp(38px,13vw,52px);
    line-height: .88;
  }

  .footer-nav-v126 {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: var(--s5) 0;
  }

  .footer-group-v126 h2 {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .footer-links-v126 {
    gap: 10px 14px;
  }

  .footer-links-v126 a {
    font-size: 11px;
    line-height: 1.3;
  }

  .footer-socials-v126 {
    margin-top: 14px;
    justify-content: flex-start;
  }

  .footer-bottom-v126 {
    display: block;
    font-size: 10px;
    line-height: 1.65;
  }

  .footer-bottom-v126 span {
    display: block;
    margin-top: 6px;
  }

  .article-page-v27, .article-page, .author-page, .simple-page {
    padding: var(--s5) var(--s3) var(--s7);
  }

  .article-back {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .article-hero-block {
    padding: var(--s5) var(--s4) var(--s5);
  }

  .article-meta-row {
    font-size: 9.5px;
    gap: 7px 8px;
    letter-spacing: .09em;
    margin-bottom: 14px;
  }

  .article-pill {
    padding: var(--s1) var(--s2);
  }

  .article-page-v27 h1, .article-page h1 {
    font-size: clamp(40px,13.5vw,62px);
    line-height: .9;
  }

  .standfirst {
    font-size: 18px;
    line-height: 1.35;
    margin-top: 14px;
  }

  .article-main-image, .hero-img {
    height: clamp(230px,70vw,320px);
    min-height: 0;
  }

  .article-layout {
    display: block;
    padding: var(--s5) var(--s4) var(--s6);
  }

  .article-body {
    font-size: 17px;
    line-height: 1.64;
  }

  .article-page-v27 .article-body p:first-child {
    font-size: 18px;
    line-height: 1.5;
  }

  .article-footer-v111, .article-author-card-v111, .related-articles-v111, .newsletter-mini {
    margin-top: 28px;
  }

  .article-credibility-strip {
    gap: 7px;
  }

  .article-credibility-strip span {
    font-size: 9.5px;
  }

  .latest-editorial {
    padding-bottom: var(--s5);
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: var(--s4);
  }

  .hero-grid > .column {
    gap: 36px;
    grid-template-columns: 1fr;
  }
}

@media(max-width: 620px) {
  .article-page-v27 {
    max-width: var(--shell-wide);
    padding-top: var(--s5);
  }

  .standfirst {
    font-size: 20px;
  }

  .article-main-image {
    min-height: 300px;
    height: 62vw;
  }

  .footer-inner-v126 {
    width: calc(100% - 28px);
    padding: var(--s6) 0 var(--s5);
  }

  .footer-wordmark-v126 {
    font-size: clamp(39px,13vw,54px);
  }

  .footer-bottom-v126 span {
    display: block;
  }

  .footer-bottom-v126 span + span:before {
    content: "";
    margin: 0;
  }

  .footer-brand-v126 {
    text-align: center;
    padding-bottom: var(--s5);
  }

  .footer-nav-v126 {
    gap: 22px;
    padding: var(--s5) 0;
    align-items: center;
    text-align: center;
  }

  .footer-group-v126 {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  .footer-group-v126 h2 {
    text-align: center;
    margin: 0;
  }

  .footer-links-v126 {
    gap: 10px 14px;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom-v126 {
    display: block;
    text-align: center;
    line-height: 1.7;
  }

  .home-beauty-hero-link, .home-beauty-hero-link img {
    min-height: 430px;
  }

  .home-beauty-hero-copy p {
    font-size: 16px;
  }

  .face-value-copy h2 {
    font-size: clamp(38px,12vw,56px);
  }

  .face-value-copy p {
    font-size: 15px;
  }

  .hero-grid > .trending h2, aside.trending h2, .trending.story.panel h2 {
    font-size: clamp(38px,11vw,58px);
    line-height: 1.06;
  }

  .face-value-showcase-link::after {
    inset: 38% 0 0 0;
  }

  .face-value-showcase-link img {
    aspect-ratio: 4/5;
  }

  .home-beauty-hero-link {
    min-height: 470px;
  }

  .home-beauty-hero-link img {
    min-height: 470px;
    object-position: 63% center;
  }

  .home-beauty-hero-copy {
    left: 24px;
    right: 22px;
    width: auto;
    top: auto;
    bottom: 30px;
    transform: none;
  }

  .home-beauty-hero-copy h1 {
    font-size: clamp(46px,14vw,68px);
    line-height: 1.04;
  }

  .trending h2, aside.trending h2, .trending.story.panel h2 {
    font-size: clamp(36px,10.5vw,52px);
    line-height: 1.18;
  }

  .vivienne-says p {
    line-height: 1.15;
  }

  .newsletter h2 {
    font-size: clamp(38px,11.5vw,54px);
    line-height: 1.14;
    max-width: 100%;
  }

  .article-page-v27 h1 {
    font-size: clamp(40px,12.5vw,62px);
    line-height: 1.05;
  }

  .article-page-v27 .article-body {
    font-size: 17px;
    line-height: 1.64;
  }

  .article-page-v27 .article-body p:first-child {
    font-size: 18px;
  }

  .site-header {
    width: calc(100% - 20px);
    padding: var(--s3) var(--s3) var(--s3);
    gap: 10px;
    grid-template-columns: minmax(0,1fr) auto;
    min-height: 0;
  }

  .site-header .logo {
    font-size: clamp(1.48rem,8.2vw,2.2rem);
    letter-spacing: -0.025em;
    white-space: nowrap;
    max-width: 100%;
    overflow: visible;
    line-height: .9;
  }

  .site-header .nav-right {
    display: flex;
    gap: 6px;
  }

  .site-header .nav-right .social-link {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .site-header .nav-right svg {
    width: 17px;
    height: 17px;
  }

  .site-header .nav-left {
    gap: 15px;
    font-size: 9.5px;
    letter-spacing: .10em;
    max-width: 100%;
    display: flex;
    width: 100%;
    padding-top: var(--s2);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .site-header .nav-left::-webkit-scrollbar {
    display: none;
  }

  .site-header .nav-left a {
    min-height: 22px;
    font-size: .65rem;
    letter-spacing: .1em;
  }

  .ticker {
    display: block;
    width: calc(100% - 20px);
    padding: var(--s2) var(--s3);
    font-size: .58rem;
    letter-spacing: .12em;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
  }

  .main {
    padding-top: var(--s4);
  }

  .latest-editorial {
    margin: 22px 0 32px;
    padding-top: 0;
  }

  .latest-editorial .section-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .latest-editorial .section-title > span {
    text-align: left;
  }

  .latest-editorial .article-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .latest-editorial .card {
    display: grid;
    grid-template-columns: 124px 1fr;
    grid-template-rows: auto auto 1fr auto;
    padding: 0;
  }

  .latest-editorial .thumb {
    grid-column: 1;
    grid-row: 1 / 5;
    height: 100%;
    min-height: 190px;
    margin: 0;
    aspect-ratio: auto;
  }

  .latest-editorial .story-meta {
    grid-column: 2;
    margin: 16px 14px 8px;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .latest-editorial .card h3 {
    grid-column: 2;
    margin: 0 14px 8px;
    font-size: 1.03rem;
  }

  .latest-editorial .card p {
    grid-column: 2;
    margin: 0 14px 10px;
    font-size: .81rem;
    line-height: 1.35;
  }

  .latest-editorial .card > strong {
    grid-column: 2;
    margin: 0 14px 15px;
  }

  .bg164-editor-note {
    padding: var(--s5);
  }

  .bg164-editor-list {
    grid-template-columns: 1fr;
  }

  .vivienne-says {
    padding: var(--s6) var(--s5);
  }

  .editorial-desk {
    margin-top: 48px;
    padding: var(--s5) var(--s4);
  }

  .editorial-desk-links {
    grid-template-columns: 1fr;
  }

  .editorial-desk-card-copy {
    min-height: 0;
  }

  .archive-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding: var(--s5) var(--s5);
  }
}

@media (max-width: 560px) {
  .archive-route-list a, .editorial-gateway-card, .archive-curation-card, .most-read-card {
    padding: var(--s4);
  }

  .article-main-image {
    min-height: 232px;
  }

  .article-figure--product {
    padding: var(--s3);
    margin: 1rem 0 1.25rem;
  }

  .article-figure--product .article-main-image--product {
    max-height: 420px;
  }

  .home-beauty-hero-copy h1, .hero-grid > .lead h1, .bg164-editor-title h2 {
    letter-spacing: -0.025em;
  }

  .hero-grid > .lead, .hero-grid > .bg164-editor-note, .newsletter {
    padding: var(--s5) var(--s4);
  }

  .hero-grid > .lead h1 {
    font-size: clamp(38px,10vw,52px);
  }

  main {
    padding: var(--s4) 0 var(--s7);
  }

  .article-header h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .article p {
    font-size: 1rem;
  }

  .article-figure {
    margin: 1rem 0 1.25rem;
  }

  .pull-quote {
    font-size: 1.12rem;
  }
}

@media(max-width: 560px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: var(--s3) var(--s3);
  }

  .logo {
    font-size: clamp(38px,15vw,58px);
  }

  .nav-left, .nav-right {
    gap: 8px 10px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .ticker {
    width: calc(100% - 20px);
    padding: var(--s2) var(--s3);
    font-size: 10px;
    letter-spacing: .11em;
  }

  .main {
    width: calc(100% - 20px);
    padding-top: var(--s4);
  }

  .lead {
    min-height: 470px;
    padding: var(--s5) var(--s4);
  }

  .lead h1 {
    font-size: clamp(42px,16vw,58px);
  }

  .hero-cta {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .column .panel {
    min-height: 220px;
  }

  .trending {
    padding: var(--s5) var(--s4);
  }

  .article-grid, .departments-grid, .gateway-grid, .start-map-grid, .start-route-grid, .depth-grid, .depth-grid.two, .author-strip, .author-strip-six, .author-strip-seven {
    grid-template-columns: 1fr;
  }

  .card h3 {
    font-size: 25px;
  }

  .thumb {
    height: 190px;
  }

  .feature-band, .newsletter, .homepage-gateway, .start-intro-panel, .start-cta-strip, .newsletter-mini, .related-articles-v111 {
    padding: var(--s5) var(--s4);
  }

  .feature-img {
    min-height: 260px;
  }

  .article-page, .author-page, .simple-page, .article-page-v27 {
    padding-left: var(--s3);
    padding-right: var(--s3);
  }

  .article-meta-row {
    gap: 7px 9px;
    font-size: 10px;
    letter-spacing: .10em;
  }

  .hero-img {
    height: clamp(230px,72vw,320px);
  }

  .article-body {
    font-size: 17px;
    line-height: 1.62;
  }

  .article-page .callout, .article-page-v27 .callout {
    padding: var(--s4);
  }

  .article-author-avatar {
    width: 64px;
    height: 64px;
    font-size: 25px;
  }

  .related-grid-v111 strong {
    font-size: 20px;
  }

  .archive-row, .archive-list-v35 .archive-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 520px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-note {
    white-space: normal;
  }

  .article-header {
    padding: var(--s6) var(--s4) var(--s5);
  }

  .article-body {
    padding: var(--s5) var(--s4) var(--s6);
  }

  .article-title {
    max-width: var(--shell-wide);
    font-size: clamp(1.95rem, 9vw, 3rem);
  }

  .article p, .article li {
    font-size: 1rem;
  }

  .article h2 {
    font-size: 1.35rem;
  }
}

@media(max-width: 520px) {
  .author-strip-seven {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .author-directory-v116 {
    grid-template-columns: 1fr;
  }

  .site-footer-nav-v190 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .site-header .logo {
    font-size: clamp(34px,14.5vw,48px);
  }

  .nav-left {
    font-size: 9px;
    gap: 7px 8px;
  }

  .ticker {
    font-size: 8px;
    letter-spacing: .08em;
  }

  .start-here-compact-links {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) {
  .article-header {
    padding: var(--s8) var(--s7) var(--s6);
  }

  .article-body {
    padding: var(--s6) var(--s7) var(--s7);
  }

  .article-figure {
    margin-bottom: 32px;
  }

  .article-subtitle {
    font-size: 1.14rem;
  }
}

@media (min-width: 761px) {
  .hero-grid > .bg164-editor-note {
    align-self: start;
  }
}

@media(min-width: 821px) {
  .depth-grid {
    grid-template-columns: repeat(3,minmax(230px,1fr));
  }

  .depth-card {
    min-width: 0;
  }
}

@media (min-width: 980px) {
  main.page {
    padding-top: var(--s6);
  }

  .article-shell {
    grid-template-columns: 1fr;
  }
}

/* Canonical page geometry and editorial surface */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); }

.site-header-v190 .primary-nav,
.ticker,
.main,
main.main,
.section-landing-page,
.archive-main,
.archive-page-list,
.article-page-v27 > .article-shell,
.author-page,
.site-footer-inner-v190,
.footer-inner-v126 {
  width: var(--shell-wide);
  max-width: var(--shell-wide);
  margin-inline: auto;
  padding-inline: 0;
}

body > .topline.utility-bar {
  width: 100%;
  margin: 0;
  padding-inline: max(var(--gutter), calc((100vw - 1380px) / 2));
  white-space: nowrap;
}

.article-body,
.article-copy,
.simple-page .prose,
.legal-copy {
  width: var(--shell-read);
  max-width: var(--shell-read);
  margin-inline: auto;
}

body > main.article-page-v27,
body > main.simple-page,
body > main.author-page {
  width: var(--shell-wide);
  max-width: var(--shell-wide);
  margin-inline: auto;
}

.article-page-v27 > .article-shell {
  width: 100%;
  max-width: 100%;
}

.article-page-v27 .article-body {
  width: var(--shell-read);
  max-width: var(--shell-read);
  padding-inline: 0;
}

.article-page-v27 .article-body > p,
.article-page-v27 .article-body > h2,
.article-page-v27 .article-body > h3,
.article-page-v27 .article-body > figure,
.article-page-v27 .article-body > blockquote {
  width: 100%;
  max-width: 100%;
}

.newsletter.archive-newsletter {
  width: 100%;
  max-width: 100%;
  margin: var(--s7) 0 0;
  padding: var(--s6);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: var(--s5);
  background: var(--ink);
  color: var(--paper);
}

.newsletter.archive-newsletter h2,
.newsletter.archive-newsletter p,
.newsletter.archive-newsletter .form-note {
  color: var(--paper);
}

.newsletter-mini {
  width: var(--shell-read);
  max-width: var(--shell-read);
  margin: var(--s7) auto 0;
  padding: var(--s6);
  background: var(--ink);
  color: var(--paper);
  border: 0;
}

.newsletter-mini h3,
.newsletter-mini p,
.newsletter-mini .form-note {
  color: var(--paper);
}

.newsletter-mini .form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--s3);
}

.latest-editorial { margin-bottom: 0; padding-bottom: var(--s6); }
.hero-grid { padding-top: var(--s5); }
.editorial-desk-card-copy { display: block; min-height: 0; }
.editorial-desk-card-copy > span,
.editorial-desk-card-copy > strong,
.editorial-desk-card-copy > em { display: block; margin-top: 0; }

.lead, .column, .trending { min-height: 660px; }
.lead, .column, .trending { overflow: visible; }
.lead img, .column img, .trending img,
.lead .image, .column .image, .trending .image { overflow: hidden; }

h1, h2, h3, h4, h5, h6,
.logo, .site-footer-wordmark-v190 { text-shadow: none; }
.card, .panel, .article-card, .archive-card, .editorial-desk-card { box-shadow: none; }

@media (max-width: 760px) {
  .article-page-v27 .article-body,
  .article-page-v27 .newsletter-mini {
    width: 100%;
    max-width: 100%;
  }

  .newsletter.archive-newsletter {
    grid-template-columns: 1fr;
    padding: var(--s5);
  }

  .latest-editorial .article-grid {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .latest-editorial .article-grid > .card:nth-child(1),
  .latest-editorial .article-grid > .card:nth-child(2),
  .latest-editorial .article-grid > .card:nth-child(3),
  .latest-editorial .article-grid > .card:nth-child(4) {
    display: block;
    width: 100%;
    margin: 0 0 var(--s6);
  }

  .latest-editorial .article-grid > .card .thumb,
  .latest-editorial .article-grid > .card:nth-child(n + 3) .thumb {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .latest-editorial .article-grid > .card:nth-child(n + 3) p {
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }

  .latest-editorial .article-grid > .card h3,
  .latest-editorial .article-grid > .card p,
  .latest-editorial .article-grid > .card > strong {
    display: block;
    margin-inline: 0;
    grid-column: auto;
  }

  .latest-editorial .article-grid > .card .story-meta {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--s3);
    margin: var(--s3) 0 var(--s2);
    grid-column: auto;
  }

  .hero-grid > .column {
    grid-template-columns: 1fr;
  }

  .editorial-desk-intro,
  .editorial-desk .editorial-desk-links {
    grid-template-columns: 1fr;
  }

  .editorial-desk .editorial-desk-links {
    display: grid;
    overflow: visible;
    scroll-snap-type: none;
  }

  .editorial-desk .editorial-desk-card,
  .editorial-desk .editorial-desk-links > a {
    flex: none;
    width: 100%;
    scroll-snap-align: none;
  }

  .editorial-desk-intro h2 {
    max-width: 100%;
  }

  .home-beauty-hero-link,
  .home-beauty-hero-link img {
    min-height: 600px;
  }

  .home-beauty-hero-copy {
    inset: 0;
    justify-content: flex-end;
    padding: var(--s5);
  }

  .home-beauty-hero-copy h1 {
    font-size: clamp(46px, 13vw, 56px);
    line-height: .88;
  }

  .site-footer-wordmark-v190 {
    font-size: 46px;
    white-space: nowrap;
  }

  .newsletter-mini .form {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   v194 — Sitewide Bodoni Moda optical-size system
   Preserves Bodoni Moda while keeping display hairlines legible.
   Every rule declares both variable axes and retains the element's
   established weight. Identity wordmarks share one matched drawing.
   ============================================================ */

/* Identity wordmarks: Beauty is held firm; GOSSIP keeps its protected,
   delicate regular italic drawing across masthead and footer. */
.site-header-v190 .logo,
.site-footer-wordmark-v190 {
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 18, "wght" 700 !important;
}

.site-header-v190 .logo span,
.site-footer-wordmark-v190 span {
  font-weight: 400 !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 18, "wght" 400 !important;
}

/* Tier 1: hero, article, author, archive and section lead headlines. */
.home-beauty-hero-copy h1,
.article-hero-block h1,
.article-header h1,
.article h1,
main > .wrap > .hero h1,
.author-page h1,
.simple-page h1,
.section-landing-page > h1,
.archive-page-list > h1,
.archive-main > h1,
main.page > h1,
main.main > .page-kicker + h1 {
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 14, "wght" 700 !important;
}

/* Tier 2: article sections and major editorial headings. */
.article-body h2,
.article-body h3,
.article > h2,
main article > h2,
main article > h3,
main > .wrap > .hero h2,
.author-page h2,
.simple-page h2,
.section-landing-page h2,
.archive-section .section-title h2,
.archive-page-list h2,
.river-heading h2,
.editorial-desk-intro h2,
.archive-cta h2,
.newsletter h2,
.section-title h2,
.section-title h1,
.bg164-editor-title h2 {
  font-family: var(--display) !important;
  font-weight: 700 !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 18, "wght" 700 !important;
}

.section-title h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -0.025em;
  color: var(--ink);
}

/* Tier 2, lighter editorial voice: retain the genuine 400 weight. */
.vivienne-says p {
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 18, "wght" 400 !important;
}

/* Tier 3: cards, story stacks and compact editorial links. */
.article-grid .card h3,
.hero-grid .lead h2,
.hero-grid .story h2,
.card h3,
.archive-card strong,
.author-article-card strong,
.editorial-desk-links strong,
.river-more strong,
.editorial-desk-card-copy strong {
  font-family: var(--display) !important;
  font-weight: 700 !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 24, "wght" 700 !important;
}

/* ============================================================
   v198 — Semantic typography guardrail
   Template names may change; heading legibility must not. These
   semantic rules deliberately come last so every current or future
   page title inside <main>, and every article section heading, gets
   the approved optical-size correction. The protected GOSSIP
   wordmark is outside <main> and remains unchanged.
   ============================================================ */

main h1:not([data-typography-exception]) {
  font-family: var(--display) !important;
  font-weight: 700 !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 14, "wght" 700 !important;
}

main article h2,
main article h3,
main .article-body h2,
main .article-body h3 {
  font-family: var(--display) !important;
  font-weight: 700 !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 18, "wght" 700 !important;
}

/* v198.1 — captions on the shared plum article figure must remain legible. */
body > main:not(.main) article > figure > figcaption,
.article-page article > figure > figcaption {
  color: var(--paper);
  font-family: var(--body);
  font-weight: 600;
}

/* ============================================================
   v198.5 — Sitewide editorial rhythm
   Dividers sit on true section boundaries, with equal breathing
   room on both sides. Full-bleed bands meet cleanly without an
   accidental strip of empty canvas between them.
   ============================================================ */

.main {
  --home-section-gap: var(--space-section-compact);
}

.main > #latest {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--space-section);
  padding-bottom: var(--home-section-gap);
}

.main > .hero-grid {
  border-top: 1px solid var(--rule);
  padding-top: var(--home-section-gap);
  padding-bottom: var(--home-section-gap);
}

.main > .hero-grid > .river-heading {
  border-top: 0;
  padding-top: 0;
}

.main > .hero-grid > .column {
  height: auto;
  min-height: 0;
  align-items: start;
  margin-top: var(--s5);
}

.main > .hero-grid > .column .story.panel {
  height: auto;
  min-height: 0;
}

.main > .hero-grid > .river-more {
  margin-top: var(--home-section-gap);
  padding-top: var(--s5);
}

.main > .editorial-desk {
  margin-top: 0;
  padding-top: var(--space-band);
  padding-bottom: var(--space-band);
}

.main > .newsletter {
  margin-top: 0;
}

@media (max-width: 760px) {
  .main > #latest .article-grid > .card:last-child {
    margin-bottom: 0;
  }

  .main > .hero-grid > .river-more {
    margin-top: var(--home-section-gap);
  }

  .main > .editorial-desk {
    padding-top: var(--space-section);
    padding-bottom: var(--space-section);
  }
}

/* v198.4 — newsletter preview remains visible but collects no data. */
.form[data-newsletter-status="coming-soon"] input:disabled,
.form[data-newsletter-status="coming-soon"] button:disabled {
  opacity: 1;
  cursor: default;
}

.form[data-newsletter-status="coming-soon"] input:disabled {
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
}

/* v198.6 — live Beauty Gossip newsletter collection via the dedicated Brevo list. */
.newsletter-signup {
  min-width: 0;
}

.bg-newsletter-form {
  align-items: stretch;
}

.bg-newsletter-form .input--hidden {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.newsletter-consent-check {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: color-mix(in srgb, var(--paper) 82%, transparent);
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.newsletter-consent-check input {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--pink);
}

.newsletter-form-message {
  display: none;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--paper) 36%, transparent);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
}

.newsletter-form-message--success {
  border-color: color-mix(in srgb, var(--pink) 60%, var(--paper));
}

.newsletter-form-message--error {
  border-color: color-mix(in srgb, #d95a67 70%, var(--paper));
}

.bg-newsletter-form .entry__error {
  grid-column: 1 / -1;
  color: #ffd8dc;
  font-size: 13px;
}

@media (max-width: 760px) {
  .newsletter-consent-check,
  .bg-newsletter-form .form-note {
    grid-column: 1;
  }
}


/* v198.7 — iPad hero copy containment */
@media (min-width: 761px) and (max-width: 900px) {
  .home-beauty-hero-link {
    min-height: 620px;
  }

  .home-beauty-hero-copy {
    top: auto;
    bottom: 32px;
    transform: none;
  }

  .home-beauty-hero-copy h1 {
    font-size: clamp(48px, 8vw, 62px);
    line-height: .94;
  }

  .home-beauty-hero-copy p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.32;
  }
}


/* v198.9 — resilient headline measure and hero proportions */
.home-beauty-hero-link {
  min-height: clamp(500px, 46vw, 600px) !important;
  height: clamp(500px, 46vw, 600px) !important;
  aspect-ratio: auto !important;
}

.home-beauty-hero-copy {
  left: clamp(28px, 5vw, 72px) !important;
  right: clamp(28px, 5vw, 72px) !important;
  width: auto !important;
  max-width: 1180px !important;
}

.home-beauty-hero-copy h1 {
  width: auto !important;
  max-width: 26ch !important;
  font-size: clamp(48px, 5vw, 64px) !important;
  line-height: .94 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

main h1:not([data-typography-exception]),
.article-grid .card h3,
.hero-grid .lead h2,
.hero-grid .story h2,
.card h3,
.archive-card strong,
.author-article-card strong,
.editorial-desk-links strong,
.river-more strong,
.editorial-desk-card-copy strong {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (min-width: 761px) and (max-width: 900px) {
  .home-beauty-hero-link {
    min-height: 560px !important;
    height: 560px !important;
  }

  .home-beauty-hero-copy {
    left: 32px !important;
    right: 32px !important;
    bottom: 30px !important;
    max-width: none !important;
  }

  .home-beauty-hero-copy h1 {
    max-width: none !important;
    font-size: clamp(42px, 6.25vw, 52px) !important;
    line-height: .96 !important;
  }
}

@media (max-width: 760px) {
  .home-beauty-hero-link,
  .home-beauty-hero-link img {
    min-height: 520px !important;
    height: 520px !important;
  }

  .home-beauty-hero-copy {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 24px 22px 26px !important;
  }

  .home-beauty-hero-copy h1 {
    max-width: none !important;
    font-size: clamp(36px, 10.5vw, 46px) !important;
    line-height: .96 !important;
  }
}


/* v198.10 — content-led homepage rhythm and newsletter */
@media (min-width: 761px) {
  .main > #latest {
    width: min(1440px, calc(100vw - var(--gutter))) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-inline: auto !important;
    padding-block: clamp(40px, 4vw, 56px) !important;
  }

  .main > #latest .article-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(240px, .56fr) !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .main > #latest .article-grid > .card {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .main > #latest .article-grid > .card:nth-child(-n + 2) .thumb {
    aspect-ratio: 16 / 9 !important;
  }
}

.main:has(> #newsletter) {
  padding-bottom: 0 !important;
}

.main > .newsletter {
  color: var(--paper) !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(224, 23, 127, .16), transparent 34%),
    linear-gradient(135deg, var(--plum) 0%, var(--ink) 72%) !important;
}

.main > .newsletter > div:first-child {
  max-width: 760px !important;
}

.main > .newsletter .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #ff78b8 !important;
}

.main > .newsletter .kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.main > .newsletter h2[data-home-slot="newsletter.headline"] {
  max-width: 18ch !important;
  margin: 0 0 18px !important;
  color: var(--paper) !important;
  font-size: clamp(42px, 3.5vw, 58px) !important;
  line-height: .98 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance !important;
}

.main > .newsletter p[data-home-slot="newsletter.copy"] {
  max-width: 62ch !important;
  margin: 0 0 22px !important;
  color: rgba(252, 249, 245, .86) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.main > .newsletter .newsletter-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main > .newsletter .newsletter-points li {
  position: relative;
  padding: 12px 0 0 16px;
  border-top: 1px solid rgba(252, 249, 245, .24);
  color: rgba(252, 249, 245, .78);
  font-size: 12px;
  line-height: 1.45;
}

.main > .newsletter .newsletter-points li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
}

.main > .newsletter .newsletter-signup {
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid rgba(252, 249, 245, .25);
  background: rgba(252, 249, 245, .07);
}

.main > .newsletter .form {
  gap: 12px !important;
  margin: 0 !important;
}

.main > .newsletter .form input[type="email"] {
  height: 50px !important;
  min-height: 50px !important;
  border: 1px solid rgba(252, 249, 245, .46) !important;
  border-radius: 0 !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
}

.main > .newsletter .form input[type="email"]::placeholder {
  color: rgba(26, 7, 16, .62);
}

.main > .newsletter .form button {
  height: 50px !important;
  min-height: 50px !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
}

.main > .newsletter .newsletter-consent-check,
.main > .newsletter .form-note,
.main > .newsletter .form-note a {
  color: rgba(252, 249, 245, .78) !important;
}

@media (min-width: 901px) {
  .main > .newsletter {
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr) !important;
    gap: clamp(40px, 5vw, 78px) !important;
    align-items: center !important;
    padding: clamp(44px, 4.4vw, 64px) max(var(--s5), calc((100vw - 1440px) / 2 + var(--s5))) !important;
    margin-top: clamp(48px, 5vw, 72px) !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .main > .newsletter {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 48px 32px !important;
  }

  .main > .newsletter .newsletter-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main > .newsletter .newsletter-signup {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .main > #latest {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 36px !important;
  }

  .main > .newsletter {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin-top: 42px !important;
    padding: 36px 20px !important;
  }

  .main > .newsletter h2[data-home-slot="newsletter.headline"] {
    max-width: 100% !important;
    font-size: clamp(38px, 11vw, 48px) !important;
  }

  .main > .newsletter h2[data-home-slot="newsletter.headline"] > span {
    display: inline !important;
    white-space: normal !important;
  }

  .main > .newsletter .newsletter-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .main > .newsletter .newsletter-points li {
    padding-top: 10px;
  }

  .main > .newsletter .newsletter-signup {
    padding: 20px;
  }
}
