/* White Secret homepage V5 — premium mobile hero, static and accessibility-first. */

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

.home-hero {
  min-height: 690px;
  background: #f8e8e8;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-hero::before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,251,250,.74) 33%, rgba(255,255,255,.05) 61%);
  position: absolute;
  inset: 0;
}

.home-hero::after {
  content: "";
  z-index: 1;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(rgba(11,22,63,.24) .55px, transparent .55px);
  background-size: 18px 18px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000 0, transparent 55%);
  mask-image: linear-gradient(90deg, #000 0, transparent 55%);
}

.home-hero__media {
  position: absolute;
  inset: 0;
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero__inner {
  z-index: 2;
  min-height: 690px;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero__card {
  width: min(56%, 650px);
  padding: 58px 0 60px;
  position: relative;
}

.home-hero__card::before {
  content: "";
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  position: absolute;
  top: 36px;
  left: 0;
}

.home-hero__eyebrow {
  color: var(--magenta-dark);
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 850;
}

.home-hero h1 {
  max-width: 640px;
  min-height: 2.9em;
  margin: 0 0 24px;
  font-size: clamp(3.4rem, 5.4vw, 5.65rem);
}

.home-hero h1 > span:first-child {
  display: block;
}

.text-relay {
  color: var(--magenta-dark);
  height: 1.18em;
  font-style: italic;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-relay > span {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  animation: white-secret-relay 12s infinite steps(1, end);
}

.text-relay > span:nth-child(2) { animation-delay: 4s; }
.text-relay > span:nth-child(3) { animation-delay: 8s; }

@keyframes white-secret-relay {
  0%, 33%, 100% { opacity: 0; visibility: hidden; }
  1%, 27% { opacity: 1; visibility: visible; }
}

.home-hero__card > p:not(.home-hero__eyebrow) {
  max-width: 560px;
  color: #4d5367;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}

.home-hero__notes {
  border-top: 1px solid rgba(11,22,63,.17);
  flex-wrap: wrap;
  gap: 22px;
  margin: 34px 0 0;
  padding: 23px 0 0;
  display: flex;
}

.home-hero__notes li {
  align-items: center;
  gap: 9px;
  display: flex;
}

.home-hero__notes strong {
  width: 42px;
  height: 42px;
  color: var(--magenta-dark);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(158,31,105,.15);
  border-radius: 50%;
  place-content: center;
  font-size: 10px;
  letter-spacing: .08em;
  display: grid;
  box-shadow: 0 8px 20px rgba(11,22,63,.08);
}

.home-hero__notes span {
  max-width: 95px;
  color: #53586b;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
}

.packaging-section {
  background: linear-gradient(180deg, #fff 0%, #fdf8fa 100%);
  padding-block: 118px;
}

.packaging-heading {
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
  display: grid;
}

.packaging-heading h2 {
  margin-bottom: 0;
}

.packaging-heading > div:last-child > p {
  color: var(--muted);
  margin: 0 0 17px;
  font-size: 16px;
}

.packaging-heading--solo {
  max-width: 820px;
  text-align: center;
  display: block;
  margin: 0 auto 48px;
}

.packaging-heading--solo h2 {
  margin-bottom: 22px;
}

.packaging-heading__intro {
  max-width: 720px;
  color: var(--muted);
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
}

.packaging-showcase {
  max-width: 760px;
  margin-inline: auto;
  position: relative;
}

.packaging-showcase::before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(201,51,136,.18), transparent 68%);
  position: absolute;
  inset: -9%;
}

.packaging-card--solo {
  z-index: 1;
  aspect-ratio: 1;
}

.packaging-summary {
  max-width: 860px;
  border-bottom: 1px solid rgba(11,22,63,.11);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  margin: 32px auto 0;
  padding: 0 8px 26px;
  display: grid;
}

.packaging-summary p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}

.packaging-summary strong {
  color: var(--navy);
  display: block;
  margin-bottom: 4px;
}

.packaging-summary .text-link {
  white-space: nowrap;
}

.packaging-section .packaging-note {
  max-width: 860px;
  margin-inline: auto;
}

.packaging-gallery {
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 18px;
  display: grid;
}

.packaging-card,
.editorial-card {
  background: #fff;
  border: 1px solid rgba(11,22,63,.10);
  border-radius: 34px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(11,22,63,.12);
}

.packaging-card {
  aspect-ratio: 1;
}

.packaging-card img,
.editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.packaging-card:hover img,
.editorial-card:hover img {
  transform: scale(1.018);
}

.packaging-card figcaption,
.editorial-card figcaption {
  color: var(--navy);
  background: rgba(255,255,255,.91);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  display: inline-flex;
  position: absolute;
  bottom: 16px;
  left: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(11,22,63,.14);
}

.packaging-card figcaption span {
  color: var(--magenta-dark);
}

.packaging-note {
  color: var(--muted);
  background: #fff;
  border: 1px solid rgba(11,22,63,.09);
  border-radius: 16px;
  align-items: center;
  gap: 11px;
  margin: 22px 0 0;
  padding: 14px 17px;
  font-size: 12px;
  display: flex;
}

.packaging-note span {
  width: 26px;
  height: 26px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  flex: 0 0 26px;
  place-content: center;
  font: 700 14px/1 Georgia, serif;
  display: grid;
}

.guide-section {
  background: #fff;
  padding-block: 112px;
}

.ingredients-section {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(201,51,136,.32), transparent 30%),
    linear-gradient(135deg, #080e29 0%, #101c49 58%, #35154c 100%);
  padding-block: 112px 92px;
  position: relative;
  overflow: hidden;
}

.ingredients-section::before {
  content: "INGREDIENTS";
  color: rgba(255,255,255,.035);
  letter-spacing: -.055em;
  white-space: nowrap;
  font: 850 clamp(5rem, 14vw, 12rem)/1 ui-sans-serif, sans-serif;
  position: absolute;
  bottom: -25px;
  left: -12px;
}

.ingredients-grid {
  z-index: 1;
  grid-template-columns: 1fr .86fr;
  align-items: center;
  gap: 86px;
  display: grid;
  position: relative;
}

.ingredients-copy h2 {
  color: #fff;
  max-width: 680px;
  margin-bottom: 24px;
}

.ingredients-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: #c4cada;
  margin: 0;
  font-size: 16px;
}

.ingredient-points {
  border-top: 1px solid rgba(255,255,255,.17);
  margin-top: 38px;
}

.ingredient-points article {
  border-bottom: 1px solid rgba(255,255,255,.17);
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  display: grid;
}

.ingredient-points article > span {
  width: 42px;
  height: 42px;
  color: #13204c;
  background: linear-gradient(145deg, #fff, #f2d7e6);
  border-radius: 50%;
  place-content: center;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}

.ingredient-points h3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 15px;
}

.ingredient-points p {
  color: #bcc4d7;
  margin: 0;
  font-size: 13px;
}

.ingredients-product-card {
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 38px;
  aspect-ratio: 1;
  margin: 0;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(0,0,0,.34);
}

.ingredients-product-card img {
  border-radius: 29px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ingredients-product-card figcaption {
  color: var(--navy);
  background: rgba(255,255,255,.92);
  border-radius: 18px;
  max-width: calc(100% - 48px);
  padding: 11px 14px;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  backdrop-filter: blur(12px);
}

.ingredients-product-card figcaption span {
  color: var(--magenta-dark);
  letter-spacing: .13em;
  text-transform: uppercase;
  display: block;
  font-size: 8px;
}

.ingredients-note {
  z-index: 1;
  color: #c5cbda;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 48px;
  padding: 17px 20px;
  display: grid;
  position: relative;
}

.ingredients-note strong {
  color: #f1a7ce;
  white-space: nowrap;
}

.ingredients-note p {
  margin: 0;
  font-size: 12px;
}

.guide-section--blush {
  background: linear-gradient(135deg, #fffafa 0%, #fbf0f5 100%);
}

.guide-section--night {
  color: #fff;
  background: radial-gradient(circle at 10% 0%, rgba(201,51,136,.28), transparent 34%), radial-gradient(circle at 95% 85%, rgba(113,75,153,.34), transparent 30%), #080e29;
}

.guide-section--community {
  background: linear-gradient(145deg, #f8f1f5 0%, #fff 52%, #f7e8ef 100%);
}

.guide-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  display: grid;
}

.guide-grid--reverse .editorial-card {
  order: 2;
}

.editorial-card {
  aspect-ratio: 1;
}

.editorial-card--warm { box-shadow: 0 28px 78px rgba(114,55,50,.16); }
.editorial-card--ivory { box-shadow: 0 28px 78px rgba(88,66,45,.15); }
.editorial-card--lilac { box-shadow: 0 28px 78px rgba(75,41,113,.17); }
.editorial-card--community { box-shadow: 0 28px 78px rgba(111,40,85,.16); }
.editorial-card--night { border-color: rgba(255,255,255,.16); box-shadow: 0 30px 90px rgba(0,0,0,.34); }

.guide-copy h2 {
  margin-bottom: 23px;
}

.guide-lede {
  color: var(--muted);
  margin: 0;
  font-size: 17px;
  line-height: 1.78;
}

.guide-copy--light h2,
.guide-copy--light h3 {
  color: #fff;
}

.guide-copy--light .guide-lede {
  color: #cbd1e1;
}

.guide-steps {
  border-top: 1px solid rgba(11,22,63,.12);
  margin: 30px 0 0;
  padding: 0;
}

.guide-steps li {
  border-bottom: 1px solid rgba(11,22,63,.12);
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  display: flex;
}

.guide-steps li > span {
  width: 39px;
  height: 39px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #32225e);
  border-radius: 50%;
  flex: 0 0 39px;
  place-content: center;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  display: grid;
}

.guide-steps p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}

.guide-steps strong {
  color: var(--navy);
  margin-bottom: 2px;
  font-size: 15px;
  display: block;
}

.care-note,
.evidence-note,
.experience-note {
  color: var(--muted);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(11,22,63,.09);
  border-radius: 15px;
  margin: 25px 0 0;
  padding: 15px 17px;
  font-size: 12px;
}

.care-note strong,
.care-note span {
  display: block;
}

.care-note strong {
  color: var(--magenta-dark);
  margin-bottom: 2px;
}

.routine-columns {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 31px;
  display: grid;
}

.routine-columns article {
  background: var(--blush);
  border: 1px solid rgba(11,22,63,.08);
  border-radius: 22px;
  padding: 23px;
}

.routine-columns article > span {
  width: 42px;
  height: 42px;
  color: var(--magenta-dark);
  background: #fff;
  border-radius: 50%;
  place-content: center;
  margin-bottom: 17px;
  font-size: 21px;
  display: grid;
  box-shadow: 0 8px 22px rgba(11,22,63,.08);
}

.routine-columns h3 {
  margin-bottom: 8px;
  font: 500 23px/1.1 Georgia, serif;
}

.routine-columns p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}

.benefit-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
  display: grid;
}

.benefit-grid article {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 19px;
  padding: 20px;
}

.benefit-grid article > span {
  color: #f3a7ce;
  letter-spacing: .12em;
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 850;
  display: block;
}

.benefit-grid h3 {
  margin-bottom: 7px;
  font: 500 19px/1.15 Georgia, serif;
}

.benefit-grid p {
  color: #bdc5da;
  margin: 0;
  font-size: 12px;
}

.guide-copy--light .evidence-note {
  color: #cbd1e1;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.13);
}

.myth-list {
  margin-top: 28px;
}

.myth-list article {
  border-top: 1px solid rgba(11,22,63,.12);
  grid-template-columns: 48px 1fr 45px 1.15fr;
  align-items: start;
  gap: 12px;
  padding: 18px 0;
  display: grid;
}

.myth-list article:last-child {
  border-bottom: 1px solid rgba(11,22,63,.12);
}

.myth-list span,
.myth-list strong {
  color: var(--magenta-dark);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.myth-list strong {
  color: var(--navy);
}

.myth-list p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.quiz-list {
  gap: 11px;
  margin-top: 30px;
  display: grid;
}

.quiz-list details {
  background: #fff;
  border: 1px solid rgba(11,22,63,.11);
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11,22,63,.06);
}

.quiz-list summary {
  color: var(--navy);
  cursor: pointer;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  display: flex;
}

.quiz-list summary::-webkit-details-marker { display: none; }

.quiz-list summary span {
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(145deg, var(--magenta), #531974);
  border-radius: 50%;
  flex: 0 0 38px;
  place-content: center;
  font-size: 13px;
  display: grid;
}

.quiz-list details[open] {
  border-color: rgba(201,51,136,.32);
}

.quiz-list details > p {
  color: var(--muted);
  border-top: 1px solid rgba(11,22,63,.08);
  margin: 0;
  padding: 14px 17px 17px 67px;
  font-size: 13px;
}

.lover-points {
  border-top: 1px solid rgba(11,22,63,.12);
  margin: 28px 0 0;
  padding: 0;
}

.lover-points li {
  border-bottom: 1px solid rgba(11,22,63,.12);
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  display: flex;
}

.lover-points li > span {
  width: 39px;
  height: 39px;
  color: #fff;
  background: linear-gradient(145deg, #2f1b61, var(--magenta-dark));
  border-radius: 50%;
  flex: 0 0 39px;
  place-content: center;
  font-size: 12px;
  font-weight: 850;
  display: grid;
}

.lover-points p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}

.lover-points strong {
  color: var(--navy);
  display: block;
}

.experience-note {
  background: rgba(255,255,255,.62);
}

@media (max-width: 1120px) {
  .desktop-nav > a:not(.nav-cta) { padding-inline: 9px; font-size: 12px; }
  .nav-cta { padding-inline: 13px; font-size: 12px; }
  .home-hero__card { width: 58%; }
  .guide-grid { gap: 48px; }
}

@media (max-width: 1020px) {
  .home-hero,
  .home-hero__inner { min-height: 610px; }
  .home-hero__card { width: 61%; }
  .home-hero h1 { font-size: clamp(3.2rem, 7vw, 4.9rem); }
  .packaging-section,
  .guide-section { padding-block: 86px; }
  .packaging-heading { gap: 42px; }
  .packaging-gallery { grid-template-columns: repeat(2, 1fr); }
  .packaging-card--feature { grid-row: span 2; aspect-ratio: auto; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .ingredients-grid { grid-template-columns: 1fr; gap: 48px; }
  .ingredients-product-card { width: min(100%, 620px); margin-inline: auto; }
  .benefit-grid { grid-template-columns: 1fr; }
  .myth-list article { grid-template-columns: 44px 1fr; }
  .myth-list strong { grid-column: 1; }
}

@media (max-width: 760px) {
  .brand-ribbon__inner { justify-content: center; }
  .brand-ribbon p:last-child { display: none; }
  .header-inner { min-height: 78px; }
  .header-inner .brand-mark img { width: 118px; }
  .header-inner .brand-mark span { font-size: 8px; }

  .home-hero {
    min-height: 0;
    background: #f8e8e8;
    overflow: hidden;
  }
  .home-hero::before,
  .home-hero::after { display: none; }
  .home-hero__media {
    height: clamp(410px, 116vw, 500px);
    position: relative;
    overflow: hidden;
  }
  .home-hero__media::after {
    content: "";
    background:
      linear-gradient(90deg, rgba(255,250,249,.88) 0%, rgba(255,248,248,.48) 42%, transparent 68%),
      linear-gradient(180deg, rgba(255,255,255,.08) 58%, rgba(255,255,255,.72) 100%);
    position: absolute;
    inset: 0;
  }
  .home-hero__media img {
    object-position: 68% center;
    transform: scale(1.01);
  }
  .home-hero__inner {
    position: absolute;
    inset: 0;
    min-height: 0;
    align-items: flex-start;
    pointer-events: none;
  }
  .home-hero__card {
    width: min(57vw, 245px);
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 48px 0 24px;
    pointer-events: auto;
    box-shadow: none;
  }
  .home-hero__card::before {
    width: 58px;
    top: 29px;
    left: 0;
  }
  .home-hero__eyebrow {
    max-width: 205px;
    margin: 0 0 15px;
    font-size: 8px;
    line-height: 1.55;
  }
  .home-hero h1 {
    max-width: 245px;
    min-height: 3.5em;
    margin-bottom: 14px;
    font-size: clamp(2.18rem, 10.2vw, 3.05rem);
    line-height: .94;
    letter-spacing: -.035em;
  }
  .text-relay {
    height: 1.9em;
    padding-top: .08em;
    font-size: .82em;
    line-height: .94;
  }
  .home-hero__card > p:not(.home-hero__eyebrow),
  .home-hero__notes,
  .home-hero .button--ghost { display: none; }
  .home-hero .button-row { margin-top: 17px; }
  .home-hero .button--primary {
    min-height: 41px;
    padding: 11px 17px;
    font-size: 11px;
    letter-spacing: .01em;
    box-shadow: 0 13px 28px rgba(11,22,63,.18);
  }

  .packaging-section,
  .guide-section { padding-block: 72px; }
  .packaging-heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 31px; }
  .packaging-heading--solo { text-align: left; }
  .packaging-heading__intro { font-size: 15px; }
  .packaging-showcase { max-width: 560px; }
  .packaging-summary { grid-template-columns: 1fr; gap: 15px; padding-inline: 0; }
  .packaging-gallery {
    width: calc(100vw - 14px);
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 390px);
    grid-template-columns: none;
    gap: 14px;
    margin-right: calc(50% - 50vw);
    padding: 0 14px 22px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .packaging-card,
  .packaging-card--feature {
    aspect-ratio: 1;
    grid-row: auto;
    scroll-snap-align: start;
  }
  .packaging-note { align-items: flex-start; }

  .guide-grid,
  .guide-grid--reverse {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .ingredients-section { padding-block: 76px 68px; }
  .ingredients-grid { grid-template-columns: 1fr; gap: 42px; }
  .ingredients-product-card { border-radius: 29px; padding: 8px; }
  .ingredients-product-card img { border-radius: 22px; }
  .ingredients-note { grid-template-columns: 1fr; gap: 5px; margin-top: 34px; }
  .ingredients-note strong { white-space: normal; }
  .guide-grid--reverse .editorial-card { order: initial; }
  .editorial-card { border-radius: 28px; }
  .guide-copy h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .guide-lede { font-size: 15px; }
  .routine-columns,
  .benefit-grid { grid-template-columns: 1fr; }
  .myth-list article { grid-template-columns: 47px 1fr; gap: 8px 12px; }
  .quiz-list details > p { padding-left: 17px; }
}

@media (max-width: 420px) {
  .home-hero__media { height: clamp(390px, 119vw, 455px); }
  .home-hero__card {
    width: min(59vw, 224px);
    padding-top: 44px;
  }
  .home-hero h1 {
    max-width: 224px;
    font-size: clamp(2.05rem, 10.6vw, 2.7rem);
  }
  .home-hero .button-row .button { width: auto; }
  .packaging-card figcaption,
  .editorial-card figcaption { bottom: 11px; left: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .text-relay > span { animation: none; transform: none; }
  .text-relay > span:first-child { opacity: 1; visibility: visible; }
  .packaging-card img,
  .editorial-card img { transition: none; }
  .packaging-card:hover img,
  .editorial-card:hover img { transform: none; }
}

@media (prefers-contrast: more) {
  .home-hero::before { background: linear-gradient(90deg, #fff 0%, #fff 46%, transparent 72%); }
  .packaging-card,
  .editorial-card,
  .quiz-list details { border-color: #777; }
}
