@font-face {
  font-family: "Pretendard Variable";
  src: url("./assets/fonts/PretendardVariable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 45 920;
  font-display: block;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

:root {
  --ink: #15251f;
  --green: #17372d;
  --sage: #81968d;
  --sage-soft: #cbd3cd;
  --pink: #e8cfd5;
  --pink-deep: #d79aaa;
  --pink-pale: #f4e6e8;
  --ivory: #f6f2ea;
  --white: #fffdf9;
  --plum: #2d2036;
  --lavender: #d9d2df;
  --header: 88px;
  --pad: clamp(28px, 5.6vw, 96px);
  --serif: "Pretendard Variable", Pretendard, sans-serif;
  --sans: "Pretendard Variable", Pretendard, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* v25 — one-image editorial formula story and rounded, full-bleed shop drawer */
.formula-editorial {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100svh - var(--header));
  padding: clamp(54px, 6vh, 86px) 0 clamp(44px, 5vh, 72px) !important;
}
.formula-editorial__inner {
  display: grid;
  grid-template-columns: minmax(390px, .7fr) minmax(760px, 1.3fr);
  gap: clamp(64px, 6.5vw, 150px);
  align-items: center;
  width: min(91vw, 3300px);
  margin: 0 auto;
}
.formula-editorial__heading { max-width: 760px; }
.formula-editorial__heading .eyebrow {
  display: block;
  margin-bottom: clamp(18px, 2vh, 26px);
  color: #a76579;
  font-size: clamp(9px, .34vw, 13px);
  font-weight: 700;
  letter-spacing: .2em;
}
.formula-editorial--wellness .formula-editorial__heading .eyebrow { color: #688178; }
.formula-editorial__heading h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(52px, 4.2vw, 126px);
  font-weight: 360;
  line-height: 1.08;
  letter-spacing: -.065em;
  word-break: keep-all;
}
.formula-editorial__heading h3 em {
  color: #ad6c82;
  font: inherit;
  font-weight: 520;
}
.formula-editorial--wellness .formula-editorial__heading h3 em { color: #708b80; }
.formula-editorial__heading > p {
  max-width: 34em;
  margin-top: clamp(22px, 2.5vh, 34px);
  color: rgba(21,37,31,.65);
  font-size: clamp(13px, .68vw, 19px);
  line-height: 1.72;
  word-break: keep-all;
}
.formula-editorial__outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(28px, 4vh, 46px);
  color: rgba(21,37,31,.78);
  font-size: clamp(10px, .5vw, 15px);
  font-weight: 650;
  letter-spacing: .02em;
  list-style: none;
}
.formula-editorial__outcomes li { display: flex; align-items: center; white-space: nowrap; }
.formula-editorial__outcomes li:not(:last-child)::after {
  content: "";
  width: clamp(26px, 2.2vw, 58px);
  height: 1px;
  margin: 0 clamp(10px, 1vw, 22px);
  background: linear-gradient(90deg, #c98599, #8aa096);
}
.formula-editorial__board {
  overflow: hidden;
  border: 1px solid rgba(21,37,31,.1);
  border-radius: clamp(30px, 2.2vw, 52px);
  background: rgba(255,255,255,.54);
  box-shadow: 0 28px 70px rgba(63,48,53,.08);
}
.formula-editorial__visual {
  position: relative;
  height: clamp(190px, 25vh, 360px);
  overflow: hidden;
  background: #eae0d5;
}
.formula-editorial__visual::after {
  content: "";
  position: absolute;
  inset: 36% 0 0;
  background: linear-gradient(180deg, transparent, rgba(17,35,29,.58));
  pointer-events: none;
}
.formula-editorial__visual > img { width: 100%; height: 100%; object-fit: cover; }
.formula-editorial__visual figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 2.2vw, 48px);
  bottom: clamp(22px, 2.1vw, 44px);
  display: grid;
  gap: 6px;
  color: #fff;
}
.formula-editorial__visual figcaption span { font-size: clamp(8px, .34vw, 12px); font-weight: 700; letter-spacing: .19em; }
.formula-editorial__visual figcaption strong { font-size: clamp(20px, 1.35vw, 36px); font-weight: 520; letter-spacing: -.035em; }
.formula-editorial__visual--wellness { display: grid; grid-template-columns: 1fr 1fr; }
.formula-editorial__crop { position: relative; overflow: hidden; }
.formula-editorial__crop img { position: absolute; width: 200%; height: 200%; max-width: none; object-fit: fill; }
.formula-editorial__crop--tea img { left: -100%; top: 0; }
.formula-editorial__crop--wort img { left: -100%; top: -100%; }
.formula-editorial__lines { padding: 0 clamp(26px, 2.3vw, 54px); }
.formula-line {
  display: grid;
  grid-template-columns: minmax(210px, .82fr) minmax(300px, 1.22fr) auto;
  gap: clamp(22px, 2vw, 48px);
  align-items: center;
  min-height: clamp(88px, 10.5vh, 126px);
  border-top: 1px solid rgba(21,37,31,.12);
}
.formula-line:first-child { border-top: 0; }
.formula-line header span {
  display: block;
  margin-bottom: 6px;
  color: #a76579;
  font-size: clamp(8px, .32vw, 11px);
  font-weight: 700;
  letter-spacing: .16em;
}
.formula-editorial--wellness .formula-line header span { color: #688178; }
.formula-line h4 { font-size: clamp(20px, 1.24vw, 32px); font-weight: 540; line-height: 1.18; letter-spacing: -.035em; }
.formula-line p { color: rgba(21,37,31,.68); font-size: clamp(12px, .66vw, 18px); line-height: 1.55; word-break: keep-all; }
.formula-line > strong {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(218,181,193,.42);
  color: #724354;
  font-size: clamp(9px, .42vw, 13px);
  font-weight: 650;
  white-space: nowrap;
}
.formula-editorial--wellness .formula-line > strong { background: rgba(190,207,198,.5); color: #385247; }
.formula-editorial__note {
  width: min(91vw, 3300px);
  margin: clamp(14px, 1.6vh, 22px) auto 0;
  color: rgba(21,37,31,.4);
  font-size: clamp(8px, .34vw, 11px);
  line-height: 1.5;
  text-align: right;
}

.purchase-layer { padding: 18px; }
.purchase-backdrop { border-radius: 0; background: rgba(10,25,19,.46); backdrop-filter: blur(4px); }
.purchase-drawer {
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: min(610px, calc(100% - 36px));
  height: auto;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 38px;
  background: rgba(247,243,237,.96);
  box-shadow: 0 34px 90px rgba(10,25,19,.24);
  transform: translateX(calc(100% + 42px));
  backdrop-filter: blur(24px);
}
.purchase-drawer__head { align-items: center; padding: 4px 4px 18px; border-bottom: 0; }
.purchase-drawer__head span { font-size: 8px; letter-spacing: .2em; }
.purchase-drawer__head h2 { margin-top: 7px; font-family: var(--sans); font-size: 34px; font-weight: 520; letter-spacing: -.045em; }
.purchase-close { width: 46px; height: 46px; border: 0; background: #fff; box-shadow: 0 9px 24px rgba(21,37,31,.1); }
.purchase-options { gap: 14px; padding: 0 0 14px; }
.purchase-option {
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #ddd;
  outline-offset: -5px;
  box-shadow: 0 16px 34px rgba(21,37,31,.11);
}
.purchase-option figure { inset: 0; border-radius: inherit; }
.purchase-option figure::after { background: linear-gradient(180deg, rgba(13,27,22,.02) 18%, rgba(13,27,22,.12) 52%, rgba(13,27,22,.76) 100%); }
.purchase-option img { width: 100%; height: 100%; padding: 0; object-fit: cover; transform: scale(1.015); }
.purchase-option--beauty img { object-position: center 54%; }
.purchase-option--wellness img { object-position: center 61%; }
.purchase-option div { padding: 26px 28px; }
.purchase-option span { font-size: 9px; }
.purchase-option strong { margin: 8px 0 7px; font-size: 27px; line-height: 1.12; }
.purchase-option em { font-size: 10px; opacity: .88; }
.purchase-option i {
  top: 20px;
  right: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: var(--green);
}
.purchase-status { padding: 0 6px; }

@media (max-width: 980px) and (min-width: 761px) {
  .formula-editorial__inner { grid-template-columns: minmax(290px, .62fr) minmax(540px, 1.38fr); gap: 42px; }
  .formula-editorial__heading h3 { font-size: 46px; }
  .formula-line { grid-template-columns: minmax(150px,.8fr) minmax(230px,1.2fr) auto; gap: 18px; }
}

@media (max-width: 760px) {
  .formula-editorial { display: block !important; min-height: 0; padding: 48px var(--pad) 52px !important; }
  .formula-editorial__inner { display: block; width: 100%; }
  .formula-editorial__heading { max-width: none; }
  .formula-editorial__heading .eyebrow { margin-bottom: 13px; font-size: 8px; }
  .formula-editorial__heading h3 { font-size: clamp(36px, 10.4vw, 44px); line-height: 1.1; }
  .formula-editorial__heading > p { margin-top: 17px; font-size: 11px; }
  .formula-editorial__outcomes { margin-top: 23px; font-size: 9px; }
  .formula-editorial__outcomes li:not(:last-child)::after { width: 18px; margin: 0 8px; }
  .formula-editorial__board { margin-top: 32px; border-radius: 28px; }
  .formula-editorial__visual { height: 214px; }
  .formula-editorial__visual figcaption { left: 22px; bottom: 20px; }
  .formula-editorial__visual figcaption strong { font-size: 20px; }
  .formula-editorial__lines { padding: 0 20px; }
  .formula-line { grid-template-columns: minmax(0,1fr) auto; gap: 12px; min-height: 0; padding: 20px 0; }
  .formula-line header { grid-column: 1; grid-row: 1; }
  .formula-line h4 { font-size: 21px; }
  .formula-line p { grid-column: 1 / -1; grid-row: 2; font-size: 11px; }
  .formula-line > strong { grid-column: 2; grid-row: 1; padding: 8px 10px; font-size: 8px; }
  .formula-editorial__note { width: 100%; margin-top: 13px; font-size: 7px; text-align: left; }

  .purchase-layer { padding: 10px; }
  .purchase-drawer { top: 10px; right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 18px; border-radius: 30px; transform: translateX(calc(100% + 28px)); }
  .purchase-drawer__head { padding: 2px 2px 14px; }
  .purchase-drawer__head h2 { font-size: 28px; }
  .purchase-close { width: 42px; height: 42px; }
  .purchase-options { gap: 10px; padding-bottom: 10px; }
  .purchase-option { grid-template-columns: none; border-radius: 24px; }
  .purchase-option div { padding: 21px 22px; }
  .purchase-option strong { font-size: 22px; }
  .purchase-option i { top: 15px; right: 15px; width: 38px; height: 38px; }
}

/* v16 — one visual language across Brand, Beauty and Wellness. */
.page-brand .brand-hero figure::after {
  background: linear-gradient(90deg, rgba(19,41,33,.78) 0%, rgba(19,41,33,.54) 24%, rgba(19,41,33,.12) 42%, transparent 58%);
}
.page-brand .brand-hero figure img { object-position: center; filter: saturate(.94) contrast(1.01); }
.page-brand .brand-hero__copy { width: min(48vw, 760px); padding-top: 72px; }
.page-brand .brand-hero__copy p { order: -1; margin-bottom: 22px; font-size: 10px; letter-spacing: .24em; }
.page-brand .brand-hero__copy h1.brand-hero__title-ko {
  max-width: none;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.065em;
}

.page-brand .brand-philosophy.brand-daily {
  display: block;
  min-height: 0;
  height: auto;
  padding: clamp(72px, 9vh, 116px) var(--pad);
  color: #fffdf9;
  background: #17372d;
}
.page-brand .brand-daily .brand-philosophy__heading {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(38px, 7vw, 120px);
  margin: 0 0 clamp(42px, 6vh, 72px);
  padding: 0;
}
.page-brand .brand-daily .brand-philosophy__heading h2 {
  margin-top: 18px;
  font-family: var(--sans);
  font-size: clamp(46px, 5.2vw, 80px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.06em;
  text-align: left;
}
.page-brand .brand-daily .brand-philosophy__heading > p { font-size: clamp(13px, 1.05vw, 16px); line-height: 1.85; opacity: .72; }
.brand-daily__path { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: clamp(10px, 1.4vw, 22px); }
.brand-daily__path > i { align-self: center; font-style: normal; font-size: 24px; opacity: .5; }
.brand-daily__step { min-height: 220px; padding: clamp(26px, 3vw, 42px); border-radius: 28px; color: #17372d; background: #f2e5e8; }
.brand-daily__step--pm { background: #dbe4de; }
.brand-daily__step--everyday { background: #f2ede5; }
.brand-daily__step span { font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.brand-daily__step h3 { margin: 42px 0 14px; font-size: clamp(24px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.045em; }
.brand-daily__step p { max-width: 22em; font-size: 12px; line-height: 1.75; opacity: .67; word-break: keep-all; }

.brand-worlds__heading h2 { font-family: var(--sans); font-weight: 300; line-height: .98; }
.brand-worlds__heading h2 em { font-family: var(--serif); font-weight: 500; }
.brand-worlds__routes { gap: clamp(16px, 2vw, 28px); }
.brand-world {
  border-radius: clamp(24px, 2vw, 34px);
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(27,45,37,.13);
}
.brand-world--beauty > img { object-position: 59% center; }
.brand-world--wellness > img { object-position: 88% center; }
.brand-world--beauty::before { background: linear-gradient(0deg, rgba(60,32,40,.66), rgba(60,32,40,.02) 62%); }
.brand-world--wellness::before { background: linear-gradient(0deg, rgba(20,42,34,.66), rgba(20,42,34,.02) 62%); }
.brand-world p { max-width: 22em; line-height: 1.55; }

.page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
  width: 102%;
  max-width: none;
  transform: translateX(-1%) scale(1.015);
}
.page-beauty .beauty-origin__rings { display: none; }
.page-beauty .beauty-origin__copy dl { gap: 12px; }
.page-beauty .beauty-origin__copy dl div {
  min-height: 56px;
  grid-template-columns: 88px minmax(0, 1fr);
  border: 1px solid rgba(99,55,69,.15);
  border-radius: 999px;
  background: rgba(255,252,251,.7);
  box-shadow: 0 10px 24px rgba(91,52,65,.05);
}
.page-beauty .beauty-origin__copy dt { border-radius: 999px; padding: 0 11px; background: rgba(157,81,106,.84); font-size: 8px; }
.page-beauty .beauty-origin__copy dd { padding: 9px 18px; }
.page-beauty .formula-screen--ha .effect-number { display: none; }

.page-beauty .formula-screen--synergy {
  min-height: calc(100svh - var(--header));
  height: auto !important;
  margin: 0;
  padding: clamp(54px, 7vh, 86px) 0 clamp(38px, 5vh, 64px);
  color: #fffdf9;
  background: #9a6174;
}
.page-beauty .formula-screen--synergy > header { margin-bottom: clamp(24px, 3vh, 38px); }
.page-beauty .formula-screen--synergy > header h3 { font-family: var(--sans); font-size: clamp(46px, 5vw, 76px); font-weight: 300; line-height: 1.08; }
.formula-synergy__pair { width: calc(100% - var(--pad) * 2); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 24px); }
.formula-synergy__card { min-height: clamp(390px, 52vh, 560px); display: grid; grid-template-rows: minmax(0, 62%) minmax(0, 38%); overflow: hidden; border-radius: 28px; background: rgba(255,250,248,.96); color: #17372d; box-shadow: 0 22px 48px rgba(63,34,44,.15); }
.formula-synergy__card figure { min-height: 0; overflow: hidden; }
.formula-synergy__card figure img { width: 100%; height: 100%; object-fit: cover; }
.formula-synergy__card > div { padding: clamp(22px, 2.5vw, 34px); }
.formula-synergy__card span { color: #9a6174; font-size: 9px; font-weight: 600; letter-spacing: .19em; }
.formula-synergy__card h4 { margin-top: 12px; font-size: clamp(25px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.045em; }
.formula-synergy__card p { margin-top: 12px; max-width: 42em; font-size: 12px; line-height: 1.7; color: rgba(21,37,31,.66); word-break: keep-all; }
.formula-synergy__benefits { width: calc(100% - var(--pad) * 2); margin: 24px auto 0; display: flex; align-items: center; justify-content: center; gap: 18px; }
.formula-synergy__benefits span { padding: 10px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 10px; letter-spacing: .08em; }
.formula-synergy__benefits i { font-style: normal; opacity: .55; }
.page-beauty .formula-screen--synergy .formula-note { width: calc(100% - var(--pad) * 2); margin: 18px auto 0; color: rgba(255,255,255,.58); }

.page-beauty .beauty-hero__copy h1,
.page-wellness .wellness-hero__copy h1 {
  font-family: var(--sans);
  font-size: clamp(64px, 6.8vw, 110px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.075em;
}
.page-wellness .wellness-formula { grid-template-columns: 27% 73%; gap: clamp(28px, 4vw, 66px); padding: clamp(34px, 4vw, 64px) var(--pad); }
.page-wellness .wellness-formula__cards { min-height: min(72vh, 720px); gap: clamp(12px, 1.2vw, 18px); }
.page-wellness .wellness-fact { border-radius: 26px; }
.page-wellness .wellness-fact::after { display: none; }
.page-wellness .wellness-fact > div { align-items: end; padding: clamp(18px, 2vw, 28px); }
.page-wellness .wellness-fact p { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; white-space: normal; text-align: right; }
.page-wellness .wellness-fact p b { font-size: 10px; font-weight: 500; }
.page-wellness .wellness-fact p small { max-width: 18em; font-size: 8px; line-height: 1.45; opacity: .58; word-break: keep-all; }

.wellness-evening__copy { width: min(64vw, 920px); }
.wellness-evening__copy h2 { font-family: var(--sans); font-size: clamp(54px, 6vw, 94px); font-weight: 300; line-height: 1.04; }
.wellness-evening__copy h2 em { font-family: var(--sans); font-weight: 300; }
.wellness-evening__steps { width: min(78vw, 1120px); gap: 12px; }
.page-wellness .wellness-evening__steps li,
.page-wellness .wellness-evening__steps li:nth-child(2),
.page-wellness .wellness-evening__steps li:last-child,
.page-wellness .wellness-evening__steps li.is-active,
.page-wellness .wellness-evening__steps li:hover {
  grid-template-columns: 94px 1fr;
  grid-template-rows: auto auto;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(12,31,25,.38);
}
.wellness-evening__steps span { grid-row: 1 / 3; align-self: center; }
.wellness-evening__steps b { align-self: end; }
.wellness-evening__steps small { align-self: start; font-size: 9px; line-height: 1.45; opacity: .58; }

.page-wellness .wellness-routine__visual img {
  transform: translateX(-5%) scale(1.08);
  transform-origin: center;
}
.page-wellness .wellness-routine__copy { right: 4vw; width: min(31vw, 460px); }

.page-home .product-portal {
  gap: clamp(18px, 2.2vh, 28px);
  padding: clamp(30px, 4vh, 52px) clamp(30px, 4vw, 66px) clamp(30px, 4vh, 52px) clamp(22px, 3vw, 48px);
  background: transparent;
}
.page-home .portal-card {
  border-radius: clamp(24px, 2vw, 34px);
  box-shadow: 0 22px 48px rgba(30,43,36,.14);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.page-home .portal-card--beauty { transform: translateX(-8px); }
.page-home .portal-card--wellness { transform: translateX(10px); }
.page-home .portal-card:hover { transform: translateY(-8px); box-shadow: 0 32px 64px rgba(30,43,36,.2); }
.page-home .portal-card__copy { grid-template-columns: 1fr auto; }
.page-home .portal-card__arrow {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #17372d;
  background: rgba(255,253,249,.92);
  font-style: normal;
  font-size: 20px;
  transition: transform .35s var(--ease), background .35s var(--ease);
}
.page-home .portal-card:hover .portal-card__arrow { transform: translate(3px,-3px); background: #fff; }
.home-about--identity .home-about__story-image { object-position: 57% center; }

.site-footer__lead { display: none; }
.site-footer { padding-top: 34px; }

@media (max-width: 760px) {
  .page-brand .brand-hero__copy { width: calc(100% - var(--pad) * 2); }
  .page-brand .brand-hero__copy h1.brand-hero__title-ko { font-size: clamp(39px, 10.8vw, 52px); line-height: 1.14; }
  .page-brand .brand-hero__title-ko > span { white-space: normal; }
  .page-brand .brand-hero figure img { object-position: 66% center; }
  .page-brand .brand-daily .brand-philosophy__heading { display: block; }
  .page-brand .brand-daily .brand-philosophy__heading h2 { font-size: 38px; }
  .page-brand .brand-daily .brand-philosophy__heading > p { margin-top: 24px; font-size: 11px; }
  .brand-daily__path { grid-template-columns: 1fr; }
  .brand-daily__path > i { justify-self: center; transform: rotate(90deg); }
  .brand-daily__step { min-height: 170px; border-radius: 22px; }
  .brand-daily__step h3 { margin-top: 28px; }
  .brand-world--beauty > img { object-position: 56% center; }
  .brand-world--wellness > img { object-position: 88% center; }

  .page-beauty .beauty-origin__copy dl div { min-height: 50px; grid-template-columns: 76px minmax(0,1fr); }
  .page-beauty .beauty-origin__copy dt { font-size: 7px; }
  .page-beauty .beauty-origin__copy dd { padding: 8px 13px; font-size: 10px; }
  .formula-synergy__pair { grid-template-columns: 1fr; }
  .formula-synergy__card { min-height: 420px; grid-template-rows: 58% 42%; border-radius: 22px; }
  .formula-synergy__benefits { gap: 6px; justify-content: space-between; }
  .formula-synergy__benefits span { padding: 8px 9px; font-size: 8px; }
  .formula-synergy__benefits i { font-size: 10px; }
  .page-beauty .beauty-hero__copy h1,
  .page-wellness .wellness-hero__copy h1 { font-size: clamp(48px, 14vw, 62px); line-height: 1.04; }

  .page-wellness .wellness-formula { display: block; padding: 46px var(--pad) 54px; }
  .page-wellness .wellness-formula__cards { margin-top: 26px; grid-template-columns: 1fr; grid-template-rows: none; }
  .page-wellness .wellness-fact { min-height: 360px; border-radius: 22px; }
  .page-wellness .wellness-fact p small { display: block; }
  .wellness-evening__copy { top: 58px; }
  .wellness-evening__copy h2 { font-size: 42px; line-height: 1.08; }
  .wellness-evening__steps { gap: 7px; }
  .page-wellness .wellness-evening__steps li,
  .page-wellness .wellness-evening__steps li:nth-child(2),
  .page-wellness .wellness-evening__steps li:last-child,
  .page-wellness .wellness-evening__steps li.is-active,
  .page-wellness .wellness-evening__steps li:hover { grid-template-columns: 78px 1fr; padding: 10px 12px; border-radius: 14px; }
  .wellness-evening__steps small { font-size: 7px; }
  .page-wellness .wellness-routine__visual img { transform: translateX(-3%) scale(1.06); }

  .page-home .product-portal { height: auto; padding: 20px var(--pad) 34px; gap: 18px; }
  .page-home .portal-card { min-height: 40svh; border-radius: 24px; transform: none; }
  .page-home .portal-card:hover { transform: translateY(-5px); }
  .page-home .portal-card__arrow { width: 42px; height: 42px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-weight: 400; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, a { color: inherit; }
button { font: inherit; }
img, video { display: block; max-width: 100%; }
figure, h1, h2, h3, p, dl, dd { margin: 0; }
a { text-decoration: none; }
main { padding-top: var(--header); }
.screen { position: relative; min-height: calc(100svh - var(--header)); overflow: clip; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 12px 18px; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.eyebrow { display: block; font-size: 11px; font-weight: 600; line-height: 1; letter-spacing: .25em; }
.text-link { display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid currentColor; padding: 0 0 9px; font-size: 13px; font-weight: 600; letter-spacing: .06em; }
.text-link i, .text-link span { font-style: normal; transition: transform .3s var(--ease); }
.text-link:hover i, .text-link:hover span { transform: translate(4px, -2px); }
.solid-button, .outline-button { min-width: 196px; height: 58px; border: 1px solid var(--green); display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 22px; font-size: 13px; font-weight: 600; letter-spacing: .04em; cursor: pointer; transition: color .25s, background .25s; }
.solid-button { background: var(--green); color: var(--white); }
.outline-button { background: transparent; color: currentColor; border-color: currentColor; }
.solid-button:hover { background: transparent; color: var(--green); }
.outline-button:hover { background: var(--white); color: var(--green); }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: var(--header); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); background: rgba(23,55,45,.97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: height .35s var(--ease), background .35s; }
.site-header.is-scrolled { height: 74px; background: rgba(23,55,45,.985); backdrop-filter: blur(16px); }
.site-logo { width: 122px; height: 48px; display: flex; align-items: center; justify-self: start; }
.site-logo img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { grid-column: 2; display: flex; align-items: center; justify-content: center; gap: clamp(38px, 5vw, 82px); }
.desktop-nav a { position: relative; padding: 10px 0; font-size: 15px; font-weight: 600; letter-spacing: .15em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.shop-link { justify-self: end; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); background: none; padding: 10px 0 8px; font-size: 14px; font-weight: 600; letter-spacing: .15em; cursor: pointer; }
.shop-link span { margin-left: 9px; }
.menu-toggle, .mobile-menu { display: none; }

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Shared section heading and carousel */
.section-heading { position: relative; padding: clamp(42px, 6vh, 74px) var(--pad) clamp(26px, 4vh, 48px); }
.section-heading h2 { margin-top: 16px; font-size: clamp(38px, 5vw, 72px); line-height: 1.06; font-weight: 500; letter-spacing: -.055em; }
.section-heading > p { margin-top: 16px; color: rgba(21,37,31,.68); font-size: clamp(14px, 1.2vw, 18px); }
.carousel-buttons { position: absolute; right: var(--pad); bottom: 38px; display: flex; gap: 10px; }
.carousel-buttons button { width: 52px; height: 52px; border: 1px solid rgba(21,37,31,.38); border-radius: 50%; background: transparent; cursor: pointer; font-size: 20px; transition: background .25s, color .25s, opacity .25s; }
.carousel-buttons button:hover { background: var(--green); color: var(--white); }
.carousel-buttons button:disabled { opacity: .3; cursor: default; }
.carousel-progress { width: calc(100% - var(--pad) * 2); height: 1px; margin: 26px auto 0; background: rgba(21,37,31,.18); overflow: hidden; }
.carousel-progress span { display: block; width: 50%; height: 100%; background: var(--green); transform-origin: left; transition: transform .45s var(--ease), width .45s var(--ease); }

/* Home — assembled full-field hero */
.home-hero { isolation: isolate; background: #e9e3dc; color: var(--white); }
.home-hero__film { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; filter: saturate(.72) contrast(.94); }
.home-hero__plane { position: absolute; z-index: -3; inset: 0; will-change: transform; }
.home-hero__plane--pink { background: rgba(215,154,170,.88); clip-path: polygon(0 0,66% 0,45% 100%,0 100%); animation: planeFromLeft 1.45s var(--ease) both; }
.home-hero__plane--sage { background: rgba(93,119,108,.9); clip-path: polygon(66% 0,100% 0,100% 100%,45% 100%); animation: planeFromRight 1.45s var(--ease) both; }
.home-hero__light { position: absolute; z-index: -2; inset: -30%; background: linear-gradient(112deg, transparent 39%, rgba(255,255,255,.5) 48%, transparent 56%); transform: translateX(-48%); animation: lightPass 2.2s .55s var(--ease) both; pointer-events: none; }
.home-hero__copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px var(--pad); text-align: center; opacity: 0; animation: heroCopy 1.1s 1.12s var(--ease) forwards; }
.home-hero__copy > span, .home-hero__copy p { font-size: 11px; font-weight: 600; letter-spacing: .34em; }
.home-hero__copy h1 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(80px, 13vw, 210px); font-weight: 500; line-height: .84; letter-spacing: -.065em; text-shadow: 30px 34px 48px rgba(18,38,31,.48), 0 1px 1px rgba(255,255,255,.22); }
.scroll-cue { position: absolute; left: var(--pad); bottom: 34px; display: flex; align-items: center; gap: 22px; font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.scroll-cue i { font-style: normal; font-size: 18px; animation: cue 1.8s ease-in-out infinite; }
@keyframes planeFromLeft { from { transform: translateX(-105%); } to { transform: none; } }
@keyframes planeFromRight { from { transform: translateX(105%); } to { transform: none; } }
@keyframes lightPass { from { transform: translateX(-52%); } to { transform: translateX(48%); } }
@keyframes heroCopy { to { opacity: 1; } }
@keyframes cue { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* Home — brand introduction */
.home-about { display: grid; grid-template-columns: 42% 58%; background: var(--ivory); }
.home-about__copy { align-self: center; padding: 72px 8vw; }
.home-about__copy h2 { margin: 22px 0 34px; font-family: var(--serif); font-size: clamp(62px, 7vw, 116px); font-weight: 500; line-height: .82; letter-spacing: -.07em; }
.home-about__copy h2 em { color: var(--sage); font-weight: 500; }
.home-about__copy p { margin-bottom: 42px; font-size: clamp(15px, 1.25vw, 20px); line-height: 1.9; }
.home-about__visual { position: relative; min-height: calc(100svh - var(--header)); background: #d7d5cd; overflow: hidden; }
.home-about__story-image { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.home-about__visual figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 22px 28px; color: var(--white); border-top: 1px solid rgba(255,255,255,.5); font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.home-about__visual figcaption span:nth-child(2) { text-align: center; }
.home-about__visual figcaption span:last-child { text-align: right; }

/* Home — product portal */
.home-products { background: #f2ede5; padding-bottom: 46px; }
.product-portal { width: min(1280px, calc(100% - var(--pad) * 2)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 38px); }
.product-portal::-webkit-scrollbar, .formula-carousel::-webkit-scrollbar { display: none; }
.portal-card { min-width: 0; min-height: clamp(600px, 58vw, 760px); display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; }
.portal-card--beauty { background: var(--pink); }
.portal-card--wellness { background: var(--sage-soft); }
.portal-card figure { min-width: 0; display: grid; place-items: center; overflow: hidden; }
.portal-card figure img { width: 100%; height: 100%; object-fit: contain; padding: clamp(14px, 2vw, 28px); }
.portal-card figure img.portal-card__mood { object-fit: cover; padding: 0; transition: transform .75s var(--ease), filter .75s var(--ease); }
.portal-card:hover img.portal-card__mood { transform: scale(1.025); filter: saturate(1.04); }
.portal-card--beauty figure { background: #f8e9eb; }
.portal-card--wellness figure { background: #e4e2e8; }
.portal-card__copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 3.4vw, 48px); border-top: 1px solid rgba(21,37,31,.16); }
.portal-card__copy > span { font-size: 10px; font-weight: 600; letter-spacing: .25em; }
.portal-card__copy h3 { margin: 14px 0 20px; font-size: clamp(42px, 4.2vw, 64px); font-weight: 400; line-height: 1.05; letter-spacing: -.07em; }
.portal-card__copy p { margin-bottom: 7px; font-size: 14px; }
.portal-card__copy small { min-height: 40px; margin-bottom: 28px; color: rgba(21,37,31,.66); font-size: 11px; line-height: 1.65; }
.portal-card__copy a { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 16px; font-size: 12px; font-weight: 600; }
.portal-card__copy i { font-style: normal; font-size: 17px; }
.home-manifesto { background: var(--green); color: var(--white); }
.home-manifesto figure { position: absolute; inset: 0; }
.home-manifesto figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,39,31,.8) 0%, rgba(18,39,31,.35) 45%, rgba(18,39,31,.04) 75%); }
.home-manifesto img { width: 100%; height: 100%; object-fit: contain; }
.home-manifesto__copy { position: relative; z-index: 1; min-height: calc(100svh - var(--header)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(620px, 52vw); padding: 70px var(--pad); }
.home-manifesto__copy h2 { margin: 20px 0 32px; font-family: var(--serif); font-size: clamp(58px, 7.7vw, 122px); font-weight: 500; line-height: .88; letter-spacing: -.06em; }
.home-manifesto__copy p { margin-bottom: 44px; font-size: clamp(18px, 1.8vw, 27px); line-height: 1.6; }
.ritual-choices { width: min(480px, 100%); border-top: 1px solid rgba(255,255,255,.62); }
.ritual-choices a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 20px 4px; border-bottom: 1px solid rgba(255,255,255,.42); transition: padding .25s var(--ease), background .25s; }
.ritual-choices a:hover, .ritual-choices a:focus-visible { padding-left: 12px; padding-right: 12px; background: rgba(255,255,255,.1); }
.ritual-choices strong { font-size: 16px; font-weight: 500; letter-spacing: -.02em; }
.ritual-choices i { font-size: 18px; font-style: normal; }

/* Brand */
.brand-hero { color: var(--white); background: var(--green); }
.brand-hero figure { position: absolute; inset: 0; }
.brand-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,35,28,.84), rgba(15,35,28,.16) 68%); }
.brand-hero img { width: 100%; height: 100%; object-fit: cover; }
.brand-hero__copy { position: relative; z-index: 1; min-height: calc(100svh - var(--header)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 64px var(--pad); }
.brand-hero__copy > span, .brand-hero__copy p { font-size: 10px; font-weight: 600; letter-spacing: .28em; }
.brand-hero__copy h1 { margin: 16px 0 26px; font-family: var(--serif); font-size: clamp(76px, 10vw, 158px); line-height: .77; font-weight: 500; letter-spacing: -.07em; }
.brand-hero__copy h1 em { color: var(--pink); font-weight: 500; }
.scroll-cue--light { z-index: 2; color: var(--white); }
.brand-meaning { display: grid; grid-template-columns: 58% 42%; background: var(--ivory); }
.brand-meaning__word { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 70px var(--pad); border-right: 1px solid rgba(21,37,31,.14); font-family: var(--serif); font-size: clamp(82px, 11vw, 176px); line-height: .65; letter-spacing: -.07em; }
.brand-meaning__word span { color: var(--green); }
.brand-meaning__word em { align-self: center; color: var(--pink-deep); }
.brand-meaning__word strong { align-self: flex-end; color: var(--sage); font-weight: 500; }
.brand-meaning__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(38px, 6vw, 96px); }
.brand-meaning__copy h2 { margin: 22px 0 30px; font-size: clamp(40px, 4.5vw, 72px); line-height: 1.2; font-weight: 400; letter-spacing: -.06em; }
.brand-meaning__copy p { font-size: clamp(15px, 1.25vw, 19px); line-height: 1.9; color: rgba(21,37,31,.7); }
.brand-philosophy { min-height: auto; background: var(--green); color: var(--white); padding: 60px var(--pad) var(--pad); }
.brand-philosophy__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.brand-philosophy__heading h2 { font-size: clamp(40px, 5vw, 72px); line-height: 1.18; font-weight: 400; letter-spacing: -.06em; text-align: right; }
.brand-philosophy__grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 68vh; }
.philosophy-card { position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.36); }
.philosophy-card:last-child { border-right: 0; }
.philosophy-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,36,29,.76), transparent 60%); }
.philosophy-card img { width: 100%; height: 100%; object-fit: contain; padding: 16px 16px 122px; transition: transform 1s var(--ease); }
.philosophy-card--beauty { background: #6d4d57; }
.philosophy-card--wellness { background: #4f625a; }
.philosophy-card--routine { background: #8b7770; }
.philosophy-card--beauty img { object-position: 48% center; }
.philosophy-card--wellness img { object-position: center 34%; }
.philosophy-card--routine img { object-position: center; }
.philosophy-card:hover img { transform: scale(1.035); }
.philosophy-card div { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 32px; }
.philosophy-card span { font-size: 9px; font-weight: 600; letter-spacing: .22em; }
.philosophy-card h3 { margin: 10px 0 10px; font-family: var(--serif); font-size: clamp(34px, 3vw, 52px); font-weight: 500; }
.philosophy-card p { font-size: 13px; }
.brand-beginning { background: var(--pink-pale); padding-bottom: 64px; }
.brand-beginning__products { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; width: calc(100% - var(--pad) * 2); min-height: 64vh; margin: 0 auto; background: rgba(21,37,31,.18); }
.beginning-product { display: grid; grid-template-columns: 58% 42%; background: var(--ivory); overflow: hidden; }
.beginning-product--wellness { background: #dfe2df; }
.beginning-product figure { min-width: 0; overflow: hidden; }
.beginning-product img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .8s var(--ease); }
.beginning-product:hover img { transform: scale(1.025); }
.beginning-product div { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(22px, 3vw, 44px); }
.beginning-product span { font-size: 9px; font-weight: 600; letter-spacing: .22em; }
.beginning-product h3 { margin: 16px 0 12px; font-size: clamp(30px, 3.2vw, 52px); line-height: 1.12; font-weight: 400; letter-spacing: -.06em; }
.beginning-product p { font-size: 13px; }
.beginning-product i { position: absolute; top: 28px; right: 28px; font-style: normal; font-size: 22px; }

/* Beauty */
.beauty-hero { display: grid; grid-template-columns: 41% 59%; background: var(--pink); }
.beauty-hero__copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 4vw 70px var(--pad); }
.beauty-hero__copy > span, .beauty-hero__copy p { font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.beauty-hero__copy h1 { margin: 18px 0 28px; font-size: clamp(56px, 6.8vw, 108px); line-height: .98; font-weight: 400; letter-spacing: -.08em; }
.beauty-hero__copy .text-link { margin-top: 44px; }
.beauty-hero__visual { overflow: hidden; background: #f8eaea; }
.beauty-hero__visual { display: grid; place-items: center; }
.beauty-hero__visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.beauty-hero__index { position: absolute; right: var(--pad); bottom: 34px; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.beauty-origin { display: grid; grid-template-columns: 55% 45%; background: var(--ivory); }
.beauty-origin__image { padding: clamp(28px, 5vw, 72px); }
.beauty-origin__gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.origin-shot { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(215,154,170,.42); background: #f4e6e8; }
.origin-shot--front { grid-row: 1 / 3; background: #fff; }
.origin-shot--angle { background: #f3e6e3; }
.origin-shot--wide { background: #f7eeee; }
.origin-shot img { width: 100%; height: 100%; object-fit: contain; transition: transform .8s var(--ease); }
.origin-shot:hover img { transform: scale(1.025); }
.beauty-origin__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 70px var(--pad) 70px 30px; }
.beauty-origin__copy h2 { margin: 20px 0 26px; font-family: var(--serif); font-size: clamp(56px, 6vw, 94px); line-height: .92; font-weight: 500; letter-spacing: -.065em; }
.beauty-origin__copy h2 em { color: var(--pink-deep); font-weight: 500; }
.beauty-origin__copy > p { font-size: 16px; }
.beauty-origin__copy dl { margin-top: 52px; border-top: 1px solid rgba(21,37,31,.3); }
.beauty-origin__copy dl div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(21,37,31,.18); }
.beauty-origin__copy dt { font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.beauty-origin__copy dd { font-size: 13px; }
.beauty-origin__rings { position: absolute; right: -7vw; top: -9vw; width: 34vw; aspect-ratio: 1; opacity: .28; }
.beauty-origin__rings i { position: absolute; border: 1px solid var(--pink-deep); border-radius: 50%; }
.beauty-origin__rings i:nth-child(1) { inset: 0; }
.beauty-origin__rings i:nth-child(2) { inset: 10%; }
.beauty-origin__rings i:nth-child(3) { inset: 20%; }

/* Product films */
.film-stage { display: flex; flex-direction: column; justify-content: center; gap: clamp(24px, 4vh, 40px); padding: clamp(48px, 6vh, 72px) var(--pad); }
.film-stage--beauty { background: #281d25; color: var(--white); }
.film-stage--wellness { background: #cfd2cd; color: var(--ink); }
.film-stage__heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px 40px; }
.film-stage__heading .eyebrow { grid-column: 1 / -1; }
.film-stage__heading h2 { font-family: var(--serif); font-size: clamp(42px, 5.2vw, 78px); line-height: .9; font-weight: 500; letter-spacing: -.05em; }
.film-stage__heading p { align-self: end; font-size: 13px; opacity: .68; }
.film-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #ded7d7; }
.film-frame video { width: 100%; height: 100%; object-fit: cover; }
.film-replay { position: absolute; right: 20px; bottom: 22px; height: 44px; border: 1px solid rgba(255,255,255,.7); border-radius: 24px; background: rgba(21,37,31,.72); color: var(--white); padding: 0 18px; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .15em; }
.film-frame__line { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255,255,255,.35); }
.film-frame__line span { display: block; width: 0; height: 100%; background: var(--pink-deep); transition: width .12s linear; }
.film-stage--wellness .film-frame__line span { background: var(--green); }

/* Beauty formula index */
.formula-stage { min-height: auto; padding-bottom: 72px; background: var(--pink-pale); overflow: hidden; }
.formula-stage .section-heading { padding-bottom: 38px; }
.ingredient-group { margin-bottom: clamp(54px, 7vw, 96px); }
.ingredient-group > header { width: calc(100% - var(--pad) * 2); margin: 0 auto 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 34px; }
.ingredient-group > header > div { grid-row: 1 / 3; }
.ingredient-group > header span, .ingredient-group > header small, .ingredient-card > span { font-size: 9px; font-weight: 600; letter-spacing: .17em; }
.ingredient-group > header h3 { margin-top: 10px; font-size: clamp(34px, 4vw, 58px); line-height: 1; font-weight: 400; letter-spacing: -.055em; }
.ingredient-group > header p { font-size: 13px; color: rgba(21,37,31,.66); }
.ingredient-group > header small { justify-self: end; color: var(--pink-deep); }
.ingredient-rail { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; user-select: none; padding: 0 var(--pad) 16px; }
.ingredient-rail::-webkit-scrollbar { display: none; }
.ingredient-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.ingredient-grid--ha { width: calc(100% - var(--pad) * 2); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ingredient-card { position: relative; flex: 0 0 min(340px, 72vw); min-height: 500px; display: flex; flex-direction: column; scroll-snap-align: start; background: rgba(255,255,255,.72); border: 1px solid rgba(21,37,31,.12); overflow: hidden; }
.ingredient-grid--ha .ingredient-card { min-width: 0; min-height: 440px; }
.ingredient-card figure { height: 318px; margin-bottom: 24px; overflow: hidden; background: #eee6e5; }
.ingredient-grid--ha .ingredient-card figure { height: 230px; margin-bottom: 20px; }
.ingredient-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); pointer-events: none; }
.ingredient-card:hover figure img { transform: scale(1.025); }
.ingredient-card > span, .ingredient-card > h4, .ingredient-card > p { margin-left: 24px; margin-right: 24px; }
.ingredient-card > span { color: var(--pink-deep); }
.ingredient-card h4 { margin-top: 13px; font-size: 24px; line-height: 1.28; font-weight: 500; letter-spacing: -.035em; }
.ingredient-card > p { margin-top: auto; margin-bottom: 26px; padding-top: 18px; border-top: 1px solid rgba(21,37,31,.16); font-size: 12px; line-height: 1.65; color: rgba(21,37,31,.68); }
.ingredient-group--ha .ingredient-card:nth-child(even) { margin-top: 0; }
.ingredient-grid--ha .ingredient-card > p { margin-top: 18px; }
.ingredient-group--amino { padding: clamp(44px, 6vw, 76px) 0; background: #a76579; color: var(--white); }
.ingredient-group--amino > header p, .ingredient-group--amino > header small { color: rgba(255,255,255,.72); }
.ingredient-rail--amino { gap: 10px; }
.ingredient-card--amino { flex-basis: min(270px, 68vw); min-height: 330px; padding: 28px 0; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.35); }
.ingredient-card--amino > span { color: rgba(255,255,255,.72); }
.ingredient-card--amino h4 { margin-top: auto; font-family: var(--serif); font-size: 38px; font-weight: 500; color: var(--white); }
.ingredient-card--amino > p { color: rgba(255,255,255,.74); border-top-color: rgba(255,255,255,.3); }
.ingredient-card--amino:nth-child(3n+2) { margin-top: 34px; }
.ingredient-card--amino:nth-child(3n) { margin-top: 17px; }
.ingredient-group--botanical { margin-bottom: 0; }
.ingredient-card--botanical { flex-basis: min(390px, 80vw); min-height: 560px; background: var(--sage-soft); }
.ingredient-card--botanical figure { height: 390px; }
.ingredient-card--botanical:nth-child(even) { margin-top: 28px; }
.ingredient-card--botanical > span { color: var(--green); }
.formula-stage .legal-copy { width: calc(100% - var(--pad) * 2); margin: 20px auto 0; text-align: right; }
.legal-copy { font-size: 10px; color: rgba(21,37,31,.55); }
.beauty-routine { display: grid; grid-template-columns: 56% 44%; background: var(--ivory); }
.beauty-routine__product { min-width: 0; background: var(--pink-pale); }
.beauty-routine__product { display: grid; place-items: center; }
.beauty-routine__product img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: clamp(18px, 3vw, 46px); }
.beauty-routine__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px var(--pad) 70px clamp(34px, 5vw, 78px); }
.beauty-routine__copy h2 { margin: 20px 0 42px; font-family: var(--serif); font-size: clamp(54px, 6vw, 96px); line-height: .9; font-weight: 500; letter-spacing: -.065em; }
.beauty-routine__copy h2 em { color: var(--pink-deep); font-weight: 500; }
.routine-facts { width: 100%; margin-bottom: 40px; border-top: 1px solid rgba(21,37,31,.28); }
.routine-facts > div { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(21,37,31,.18); }
.routine-facts strong, .routine-facts span { font-size: 11px; letter-spacing: .12em; }
.routine-facts p { padding: 18px 0; font-size: 13px; line-height: 1.75; }

/* Wellness */
.wellness-hero { height: calc(100svh - var(--header)); min-height: 620px; display: grid; grid-template-columns: 42% 58%; background: #d8d2dd; }
.wellness-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 4vw 70px var(--pad); }
.wellness-hero__copy > span, .wellness-hero__copy p { font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.wellness-hero__copy h1 { margin: 18px 0 28px; font-size: clamp(56px, 6.8vw, 108px); line-height: .98; font-weight: 400; letter-spacing: -.08em; }
.wellness-hero__copy .text-link { margin-top: 44px; }
.wellness-hero__visual { position: relative; z-index: 1; overflow: hidden; background: linear-gradient(120deg,#ece6e8,#cfc6d6); }
.wellness-hero__visual { display: grid; place-items: center; }
.wellness-hero__visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: clamp(18px, 3vw, 46px); }
.wellness-hero__index { position: absolute; right: var(--pad); bottom: 34px; z-index: 2; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.wellness-hero__halo { position: absolute; z-index: 0; left: 22vw; top: 50%; width: 38vw; aspect-ratio: 1; transform: translateY(-50%); }
.wellness-hero__halo i { position: absolute; border: 1px solid rgba(74,51,91,.2); border-radius: 50%; }
.wellness-hero__halo i:nth-child(1) { inset: 0; }
.wellness-hero__halo i:nth-child(2) { inset: 13%; }
.wellness-hero__halo i:nth-child(3) { inset: 26%; }
.wellness-formula { display: grid; grid-template-columns: 34% 66%; align-items: stretch; background: var(--ivory); padding: var(--pad); gap: clamp(32px, 5vw, 84px); }
.wellness-formula__heading { align-self: center; }
.wellness-formula__heading h2 { margin-top: 20px; font-size: clamp(44px, 5vw, 76px); line-height: 1.18; font-weight: 400; letter-spacing: -.06em; }
.wellness-formula__cards { align-self: center; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: .9fr 1.1fr; min-height: min(68vh, 670px); gap: 14px; background: transparent; perspective: 1000px; }
.wellness-fact { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(24px, 3vw, 42px); background: #ded9e4; border-radius: 2px; overflow: hidden; box-shadow: 0 18px 42px rgba(47,35,53,.08); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.wellness-fact::after { content: ""; position: absolute; width: 140px; aspect-ratio: 1; right: -52px; top: -58px; border: 1px solid currentColor; border-radius: 50%; opacity: .14; }
.wellness-fact:hover { z-index: 2; transform: translateY(-10px) rotateX(1.2deg) rotateY(-1.2deg); box-shadow: 0 28px 60px rgba(47,35,53,.14); }
.wellness-fact:nth-child(2) { transform: translateY(24px); }
.wellness-fact:nth-child(3) { transform: translateY(-14px); }
.wellness-fact:nth-child(4) { transform: translateY(12px); }
.wellness-fact:nth-child(2):hover, .wellness-fact:nth-child(3):hover, .wellness-fact:nth-child(4):hover { transform: translateY(-10px) rotateX(1.2deg) rotateY(-1.2deg); }
.wellness-fact--main { background: var(--plum); color: var(--white); }
.wellness-fact--wide { background: var(--sage-soft); }
.wellness-fact > span { font-size: 9px; font-weight: 600; letter-spacing: .16em; }
.wellness-fact strong { align-self: flex-end; font-family: var(--serif); font-size: clamp(64px, 7vw, 108px); line-height: .8; font-weight: 500; }
.wellness-fact sup { margin-left: 5px; font-family: var(--sans); font-size: .18em; font-weight: 500; vertical-align: super; letter-spacing: .05em; }
.wellness-fact p { font-size: 13px; }
.wellness-formula > .legal-copy { position: absolute; left: var(--pad); bottom: 28px; }
.wellness-routine { display: grid; grid-template-columns: 58% 42%; background: #e4dfda; }
.wellness-routine__visual { padding: clamp(24px, 4vw, 64px); background: #d4d6d1; }
.wellness-routine__visual { display: grid; place-items: center; }
.wellness-routine__visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.wellness-routine__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px var(--pad) 70px clamp(34px, 5vw, 76px); }
.wellness-routine__copy h2 { margin: 20px 0 26px; font-family: var(--serif); font-size: clamp(52px, 5.6vw, 90px); line-height: .92; font-weight: 500; letter-spacing: -.065em; }
.wellness-routine__copy h2 em { color: #7c658c; font-weight: 500; }
.wellness-routine__copy > p { font-size: 15px; }
.wellness-routine__copy dl { width: 100%; margin: 38px 0 18px; border-top: 1px solid rgba(21,37,31,.28); }
.wellness-routine__copy dl div { display: grid; grid-template-columns: 120px 1fr; padding: 14px 0; border-bottom: 1px solid rgba(21,37,31,.16); }
.wellness-routine__copy dt { font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.wellness-routine__copy dd { font-size: 13px; }
.wellness-routine__copy small { margin-bottom: 34px; color: rgba(21,37,31,.58); font-size: 10px; line-height: 1.6; }

/* Footer */
.site-footer { min-height: 68svh; display: grid; grid-template-rows: auto 1fr auto; padding: 64px var(--pad) 28px; background: var(--green); color: var(--white); }
.site-footer--beauty { background: #7d5360; }
.site-footer--wellness { background: var(--plum); }
.site-footer__lead { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 28px; }
.site-footer__lead span { font-size: 10px; font-weight: 600; letter-spacing: .25em; }
.site-footer__lead strong { font-family: var(--serif); font-size: clamp(56px, 8vw, 128px); font-weight: 500; line-height: .8; letter-spacing: -.06em; }
.site-footer__info { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 60px; align-content: center; }
.site-footer__info small { font-size: 9px; font-weight: 600; letter-spacing: .18em; opacity: .65; }
.site-footer__info p { margin-top: 12px; font-size: clamp(13px, 1.2vw, 17px); line-height: 1.75; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); font-size: 9px; letter-spacing: .14em; }
.site-footer__bottom nav { display: flex; gap: 28px; }

/* Purchase widget and drawer */
.purchase-fab { position: fixed; z-index: 80; top: 50%; right: 22px; transform: translate(18px,-50%); width: 94px; height: 52px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(21,37,31,.22); border-radius: 28px; background: rgba(255,253,249,.92); color: var(--green); padding: 0 17px; box-shadow: 0 18px 40px rgba(21,37,31,.16); opacity: 0; pointer-events: none; cursor: pointer; transition: opacity .35s, transform .35s var(--ease); backdrop-filter: blur(14px); }
.purchase-fab.is-visible { opacity: 1; transform: translate(0,-50%); pointer-events: auto; }
.purchase-fab span { font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.purchase-fab i { font-style: normal; font-size: 18px; }
.purchase-layer { position: fixed; z-index: 210; inset: 0; visibility: hidden; }
.purchase-layer.is-open { visibility: visible; }
.purchase-backdrop { position: absolute; inset: 0; border: 0; background: rgba(10,25,19,.48); opacity: 0; transition: opacity .35s; cursor: default; }
.purchase-layer.is-open .purchase-backdrop { opacity: 1; }
.purchase-drawer { position: absolute; top: 0; right: 0; width: min(520px, 100%); height: 100%; display: flex; flex-direction: column; padding: 34px; background: var(--ivory); transform: translateX(102%); transition: transform .55s var(--ease); }
.purchase-layer.is-open .purchase-drawer { transform: none; }
.purchase-drawer__head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(21,37,31,.2); }
.purchase-drawer__head span { font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.purchase-drawer__head h2 { margin-top: 10px; font-family: var(--serif); font-size: 44px; line-height: .95; font-weight: 500; }
.purchase-close { width: 44px; height: 44px; border: 1px solid rgba(21,37,31,.25); border-radius: 50%; background: transparent; cursor: pointer; font-size: 25px; font-weight: 300; }
.purchase-options { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; flex: 1; padding: 20px 0; min-height: 0; }
.purchase-option { display: grid; grid-template-columns: 42% 58%; min-height: 0; border: 0; background: var(--pink-pale); color: var(--ink); text-align: left; cursor: pointer; overflow: hidden; }
.purchase-option--wellness { background: #d8dbd7; }
.purchase-option figure { min-width: 0; overflow: hidden; }
.purchase-option img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.purchase-option--beauty img { object-position: right center; }
.purchase-option div { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; }
.purchase-option span { font-size: 8px; font-weight: 600; letter-spacing: .2em; }
.purchase-option strong { margin: 10px 0 22px; font-size: 23px; line-height: 1.25; font-weight: 500; }
.purchase-option em { font-size: 11px; font-style: normal; }
.purchase-option i { position: absolute; right: 20px; top: 18px; font-size: 19px; font-style: normal; }
.purchase-option { outline: 0 solid var(--pink-deep); outline-offset: -4px; transition: transform .3s var(--ease), outline-width .3s; }
.purchase-option:hover, .purchase-option:focus-visible, .purchase-option.is-highlighted { transform: translateY(-2px); outline-width: 2px; }
.purchase-status { min-height: 20px; color: rgba(21,37,31,.62); font-size: 11px; }

/* Product photography is always shown in full. */
img[src*="ampoule-product"],
img[src*="beauty-editorial"],
img[src*="beauty-hero-product"],
img[src*="wellness-editorial"],
img[src*="home-wellness-landscape"],
img[src*="home-dual-ritual"] { object-fit: contain !important; object-position: center !important; }

/* Tablet */
@media (max-width: 1100px) {
  :root { --header: 78px; --pad: clamp(24px, 5vw, 58px); }
  .site-logo { width: 112px; }
  .desktop-nav { gap: 38px; }
  .desktop-nav a { font-size: 13px; }
  .home-about { grid-template-columns: 45% 55%; }
  .home-about__copy { padding-left: var(--pad); padding-right: 5vw; }
  .portal-card { min-height: clamp(560px, 72vw, 700px); }
  .brand-meaning { grid-template-columns: 55% 45%; }
  .brand-philosophy__heading { display: block; }
  .brand-philosophy__heading h2 { margin-top: 18px; text-align: left; }
  .beginning-product { grid-template-columns: 1fr; grid-template-rows: 62% 38%; }
  .beauty-hero, .wellness-hero { grid-template-columns: 44% 56%; }
  .beauty-origin { grid-template-columns: 52% 48%; }
  .formula-card { flex-basis: 82vw; }
  .formula-card--botanical { grid-template-columns: 34% 66%; }
  .ingredient-grid--ha { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .beauty-routine, .wellness-routine { grid-template-columns: 54% 46%; }
  .wellness-formula { grid-template-columns: 38% 62%; }
}

/* Mobile */
@media (max-width: 760px) {
  :root { --header: 70px; --pad: 22px; }
  main { padding-top: var(--header); }
  .screen { min-height: calc(100svh - var(--header)); }
  .site-header, .site-header.is-scrolled { height: var(--header); grid-template-columns: 1fr auto; padding: 0 var(--pad); }
  .site-logo { position: relative; z-index: 1; width: 98px; height: 40px; }
  .desktop-nav, .shop-link { display: none; }
  .menu-toggle { position: relative; z-index: 1; grid-column: 2; display: flex; align-items: center; gap: 11px; border: 0; background: none; color: var(--white); padding: 10px 0; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
  .menu-toggle i, .menu-toggle i::after { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .3s var(--ease); }
  .menu-toggle i { position: relative; }
  .menu-toggle i::after { content: ""; position: absolute; top: 6px; left: 0; }
  .menu-toggle[aria-expanded="true"] i { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { transform: translateY(-6px) rotate(-90deg); }
  .mobile-menu { position: fixed; z-index: 0; top: 0; left: 0; width: 100%; height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding: calc(var(--header) + 36px) var(--pad) 34px; background: var(--green); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(-16px); transition: opacity .35s, transform .35s var(--ease), visibility 0s linear .35s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-family: var(--serif); font-size: 42px; line-height: 1; }
  .mobile-menu > button { height: 56px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.6); background: transparent; color: var(--white); padding: 0 18px; }

  .section-heading { padding-top: 42px; }
  .section-heading h2 { font-size: 38px; }
  .section-heading > p { font-size: 13px; }
  .carousel-buttons { right: var(--pad); bottom: 28px; }
  .carousel-buttons button { width: 44px; height: 44px; }

  .home-hero__plane--pink { clip-path: polygon(0 0,87% 0,35% 100%,0 100%); }
  .home-hero__plane--sage { clip-path: polygon(87% 0,100% 0,100% 100%,35% 100%); }
  .home-hero__copy h1 { max-width: 360px; margin: 0 0 28px; font-size: clamp(78px, 24vw, 104px); line-height: .82; }
  .home-hero__copy > span, .home-hero__copy p { font-size: 9px; }
  .home-hero__copy h1 { text-shadow: 16px 20px 32px rgba(18,38,31,.48); }
  .scroll-cue { bottom: 24px; }
  .home-about { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 52svh; min-height: auto; }
  .home-about__copy { padding: 64px var(--pad) 54px; }
  .home-about__copy h2 { font-size: 68px; }
  .home-about__copy p { font-size: 14px; }
  .home-about__visual { min-height: 0; }
  .home-products { min-height: auto; }
  .product-portal { width: calc(100% - var(--pad) * 2); grid-template-columns: 1fr; gap: 18px; }
  .portal-card { min-height: 610px; grid-template-rows: 60% 40%; }
  .portal-card figure img { object-fit: contain; padding: 16px; }
  .portal-card figure img.portal-card__mood { object-fit: cover; padding: 0; }
  .portal-card__copy { border-left: 0; border-top: 1px solid rgba(21,37,31,.16); padding: 26px; }
  .portal-card__copy h3 { margin: 10px 0 11px; font-size: 42px; }
  .portal-card__copy p { margin-bottom: 18px; }
  .home-manifesto { display: grid; grid-template-rows: 52svh auto; min-height: auto; }
  .home-manifesto figure { position: relative; inset: auto; background: #c9bdb7; }
  .home-manifesto figure::after { background: linear-gradient(0deg, rgba(18,39,31,.45), transparent 46%); }
  .home-manifesto img { object-fit: contain; object-position: center; }
  .home-manifesto__copy { min-height: 48svh; width: auto; padding: 54px var(--pad); }
  .home-manifesto__copy h2 { font-size: 62px; }
  .home-manifesto__copy p { font-size: 18px; }

  .brand-hero__copy h1 { font-size: 82px; }
  .brand-hero img { object-position: 54% center; }
  .brand-meaning { display: block; min-height: auto; }
  .brand-meaning__word { min-height: 54svh; padding: 54px var(--pad); border-right: 0; border-bottom: 1px solid rgba(21,37,31,.14); font-size: 86px; }
  .brand-meaning__copy { min-height: 48svh; padding: 56px var(--pad); }
  .brand-meaning__copy h2 { font-size: 40px; }
  .brand-meaning__copy p { font-size: 14px; }
  .brand-philosophy { padding: 52px var(--pad); }
  .brand-philosophy__heading h2 { font-size: 38px; }
  .brand-philosophy__grid { grid-template-columns: 1fr; min-height: 0; }
  .philosophy-card { height: 62svh; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.36); }
  .brand-beginning { min-height: auto; }
  .brand-beginning__products { grid-template-columns: 1fr; width: calc(100% - var(--pad) * 2); min-height: 0; }
  .beginning-product { min-height: 70svh; grid-template-rows: 62% 38%; }

  .beauty-hero, .wellness-hero { display: grid; grid-template-columns: 1fr; grid-template-rows: 46% 54%; }
  .beauty-hero__copy, .wellness-hero__copy { padding: 36px var(--pad) 26px; order: 2; }
  .beauty-hero__copy h1, .wellness-hero__copy h1 { margin: 12px 0 16px; font-size: 58px; }
  .beauty-hero__copy .text-link, .wellness-hero__copy .text-link { margin-top: 20px; }
  .beauty-hero__visual, .wellness-hero__visual { order: 1; }
  .beauty-hero__visual img { object-position: center; }
  .beauty-hero__index, .wellness-hero__index { bottom: 18px; right: 18px; }
  .beauty-origin { display: grid; grid-template-columns: 1fr; grid-template-rows: 48svh auto; min-height: auto; }
  .beauty-origin__image { padding: var(--pad); }
  .beauty-origin__gallery { grid-template-columns: 1.12fr .88fr; gap: 7px; }
  .beauty-origin__copy { padding: 52px var(--pad) 64px; }
  .beauty-origin__copy h2 { font-size: 58px; }
  .beauty-origin__copy dl { margin-top: 36px; }
  .beauty-origin__rings { width: 65vw; }
  .film-stage { min-height: auto; padding: 56px var(--pad) 64px; gap: 30px; }
  .film-stage__heading { display: block; }
  .film-stage__heading h2 { margin: 12px 0 10px; font-size: 46px; }
  .film-stage__heading p { font-size: 12px; }
  .film-frame { max-height: none; aspect-ratio: 16 / 9; }
  .formula-stage { min-height: auto; padding-bottom: 58px; }
  .formula-stage .section-heading { padding-bottom: 34px; }
  .ingredient-group { margin-bottom: 62px; }
  .ingredient-group > header { display: block; margin-bottom: 18px; }
  .ingredient-group > header h3 { font-size: 37px; }
  .ingredient-group > header p { margin-top: 11px; }
  .ingredient-group > header small { display: block; margin-top: 13px; }
  .ingredient-rail { gap: 10px; padding-inline: var(--pad); }
  .ingredient-card { flex-basis: 82vw; min-height: 470px; }
  .ingredient-card figure { height: 285px; }
  .ingredient-card > span, .ingredient-card > h4, .ingredient-card > p { margin-left: 20px; margin-right: 20px; }
  .ingredient-card h4 { font-size: 22px; }
  .ingredient-group--ha .ingredient-card:nth-child(even), .ingredient-card--amino:nth-child(3n+2), .ingredient-card--amino:nth-child(3n), .ingredient-card--botanical:nth-child(even) { margin-top: 0; }
  .ingredient-grid--ha { grid-template-columns: 1fr; gap: 12px; }
  .ingredient-grid--ha .ingredient-card { min-height: 0; display: grid; grid-template-columns: 42% 58%; grid-template-rows: auto auto 1fr; }
  .ingredient-grid--ha .ingredient-card figure { grid-row: 1 / 4; height: 100%; min-height: 220px; margin: 0; }
  .ingredient-grid--ha .ingredient-card > span { margin-top: 22px; }
  .ingredient-grid--ha .ingredient-card h4 { font-size: 19px; }
  .ingredient-grid--ha .ingredient-card > p { margin-top: 18px; margin-bottom: 20px; padding-top: 14px; }
  .ingredient-group--amino { padding: 48px 0; }
  .ingredient-card--amino { flex-basis: 72vw; min-height: 300px; }
  .ingredient-card--amino h4 { font-size: 36px; }
  .ingredient-card--botanical { flex-basis: 86vw; min-height: 520px; }
  .ingredient-card--botanical figure { height: 350px; }
  .beauty-routine, .wellness-routine { display: grid; grid-template-columns: 1fr; grid-template-rows: 48svh auto; min-height: auto; }
  .beauty-routine__copy, .wellness-routine__copy { padding: 56px var(--pad) 66px; }
  .beauty-routine__copy h2, .wellness-routine__copy h2 { font-size: 56px; }
  .wellness-formula { display: block; min-height: auto; padding: 58px var(--pad) 70px; }
  .wellness-formula__heading { margin-bottom: 34px; }
  .wellness-formula__heading h2 { font-size: 42px; }
  .wellness-formula__cards { min-height: 650px; }
  .wellness-fact { padding: 20px; }
  .wellness-fact strong { font-size: 58px; }
  .wellness-fact:nth-child(2), .wellness-fact:nth-child(3), .wellness-fact:nth-child(4) { transform: none; }
  .wellness-formula > .legal-copy { position: static; margin-top: 16px; }
  .wellness-routine__visual { padding: var(--pad); }

  .site-footer { min-height: 76svh; padding-top: 44px; }
  .site-footer__lead { display: block; }
  .site-footer__lead strong { display: block; margin-top: 22px; font-size: 58px; }
  .site-footer__info { grid-template-columns: 1fr; gap: 25px; padding: 42px 0; }
  .site-footer__bottom { display: block; }
  .site-footer__bottom nav { margin-bottom: 20px; }
  .purchase-fab { top: auto; right: 16px; bottom: 18px; transform: translateY(15px); }
  .purchase-fab.is-visible { transform: none; }
  .purchase-drawer { padding: 26px var(--pad); }
  .purchase-drawer__head h2 { font-size: 38px; }
  .purchase-option { grid-template-columns: 40% 60%; }
}

/* v12 — full-bleed stories and clearly labelled ingredient roles */

/* Beauty hero: the film is the page, and the copy lives inside it. */
.page-beauty .beauty-hero {
  position: relative;
  isolation: isolate;
  display: block;
  height: calc(100svh - var(--header));
  min-height: 620px;
  overflow: hidden;
  color: #17372d;
  background: #ead4db;
}
.page-beauty .beauty-hero__visual--cinematic {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ead4db;
}
.page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.01);
}
.page-beauty .beauty-hero__visual--cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244,226,232,.9) 0%, rgba(244,226,232,.68) 24%, rgba(244,226,232,.14) 46%, transparent 64%),
    linear-gradient(0deg, rgba(244,226,232,.18), transparent 34%);
}
.page-beauty .beauty-hero__copy {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  top: 50%;
  width: min(36vw, 520px);
  height: auto;
  padding: 0;
  transform: translateY(-42%);
  background: transparent;
}
.page-beauty .beauty-hero__copy h1 {
  max-width: none;
  margin: 18px 0 26px;
  font-size: clamp(64px, 6.8vw, 110px);
  line-height: 1.02;
}
.page-beauty .beauty-hero__copy .text-link { margin-top: 22px; }

/* Brand routes: edge-to-edge photography with only a quiet caption gradient. */
.page-brand .brand-world > img {
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  object-position: center;
  filter: brightness(1.1) saturate(1.04) contrast(.98);
}
.page-brand .brand-world::before {
  background: linear-gradient(0deg, rgba(13,30,24,.52) 0%, rgba(13,30,24,.14) 39%, transparent 68%);
}
.page-brand .brand-world--beauty::before {
  background: linear-gradient(0deg, rgba(61,28,40,.43) 0%, rgba(61,28,40,.1) 40%, transparent 68%);
}
.page-brand .brand-world:hover > img {
  transform: scale(1.025);
  filter: brightness(1.12) saturate(1.07) contrast(.98);
}

/* Hyaluronic acid: four roles read together instead of behaving like another slider. */
.page-beauty .formula-screen--ha {
  height: auto !important;
  min-height: calc(100svh - var(--header));
  overflow: hidden !important;
  padding: clamp(68px, 8vh, 108px) 0 clamp(62px, 7vh, 94px);
  background: #f5e5ea;
}
.page-beauty .formula-screen--ha .ingredient-group {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
}
.page-beauty .formula-screen--ha .ingredient-group > header {
  width: calc(100% - var(--pad) * 2);
  margin: 0 auto clamp(26px, 3.4vh, 42px);
}
.page-beauty .formula-screen--ha .ingredient-grid--ha {
  width: calc(100% - var(--pad) * 2);
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 18px);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  scroll-snap-type: none;
  cursor: default;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal.is-visible,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card.is-active {
  position: relative;
  width: auto;
  height: clamp(440px, 51vh, 590px);
  min-width: 0;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 61%) auto auto 1fr;
  opacity: 1;
  transform: none;
  scroll-snap-align: none;
  background: rgba(255,252,251,.86);
  border: 1px solid rgba(118,64,82,.14);
  box-shadow: 0 16px 38px rgba(91,52,65,.08);
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card figure {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > span {
  grid-column: 1;
  margin: 20px 22px 0;
  color: #a45770;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card h4 {
  grid-column: 1;
  margin: 9px 22px 0;
  font-size: clamp(21px, 1.65vw, 28px);
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > p {
  grid-column: 1;
  align-self: end;
  margin: 14px 22px 22px;
  padding-top: 14px;
}
.page-beauty .formula-screen--ha .effect-number {
  top: 17px;
  right: 18px;
  color: rgba(255,252,250,.95);
  text-shadow: 0 2px 18px rgba(72,31,45,.18);
  opacity: 1;
  transform: none;
}
.page-beauty .formula-screen--ha .formula-note {
  width: calc(100% - var(--pad) * 2);
  margin: 26px auto 0;
  padding: 0;
  text-align: left;
}

/* Amino complex: three explanatory bands, not another set of photo cards. */
.page-beauty .formula-screen--amino {
  height: auto !important;
  min-height: calc(100svh - var(--header));
  overflow: hidden !important;
  padding: clamp(66px, 7vh, 96px) 0 clamp(54px, 6vh, 82px);
  border-top: 16px solid #f5e5ea;
  background: #9d6175;
}
.page-beauty .formula-screen--amino > header {
  margin-bottom: clamp(26px, 3.4vh, 42px);
}
.page-beauty .formula-screen--amino .amino-effect-grid {
  width: calc(100% - var(--pad) * 2);
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
.page-beauty .formula-screen--amino .amino-effect-card,
.page-beauty .formula-screen--amino .amino-effect-card:nth-child(n),
.page-beauty .formula-screen--amino .amino-effect-card.reveal,
.page-beauty .formula-screen--amino .amino-effect-card.reveal.is-visible {
  position: relative;
  width: 100%;
  height: clamp(154px, 17vh, 196px);
  min-height: 154px;
  display: grid;
  grid-template-columns: minmax(250px, 31%) minmax(0, 1fr);
  grid-template-rows: 1fr;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  transform: none;
  color: #fffaf7;
  background: rgba(76,28,45,.27);
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: none;
  transition: background .45s var(--ease), transform .45s var(--ease);
}
.page-beauty .formula-screen--amino .amino-effect-card:nth-child(2) { background: rgba(72,33,48,.5); }
.page-beauty .formula-screen--amino .amino-effect-card:nth-child(3) { background: rgba(255,244,246,.12); }
.page-beauty .formula-screen--amino .amino-effect-card:hover {
  transform: translateX(6px) !important;
  background: rgba(72,33,48,.58);
  box-shadow: none;
}
.page-beauty .formula-screen--amino .amino-effect-card figure {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: 500% 200%;
}
.page-beauty .formula-screen--amino .amino-effect-card__copy {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  display: grid;
  grid-template-columns: minmax(210px, 39%) minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: clamp(30px, 4vw, 74px);
  padding: 24px clamp(28px, 4vw, 64px);
}
.page-beauty .formula-screen--amino .amino-effect-card__copy > span {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 10px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  opacity: .8;
}
.page-beauty .formula-screen--amino .amino-effect-card__copy h4 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: clamp(24px, 2.15vw, 36px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -.045em;
}
.page-beauty .formula-screen--amino .amino-effect-card__copy p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  opacity: .78;
}
.page-beauty .formula-screen--amino .amino-index {
  margin-top: 18px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255,255,255,.22);
  font-size: 8px;
  line-height: 1.8;
}
.page-beauty .formula-screen--amino .formula-note { margin-top: 12px; }

/* Evening routine: clearer headline rhythm and three independent scene captions. */
.page-wellness .wellness-evening__copy h2 { line-height: 1.1; }
.page-wellness .wellness-evening__copy h2 em { margin-top: 4px; }
.page-wellness .wellness-evening__copy p { margin-top: 26px; }
.page-wellness .wellness-evening__steps {
  left: var(--pad);
  right: auto;
  bottom: clamp(28px, 4vh, 46px);
  width: min(72vw, 1080px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 0;
}
.page-wellness .wellness-evening__steps li,
.page-wellness .wellness-evening__steps li:nth-child(2),
.page-wellness .wellness-evening__steps li:last-child,
.page-wellness .wellness-evening__steps li.is-active,
.page-wellness .wellness-evening__steps li:hover {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  background: rgba(12,31,25,.32);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(8px);
}
.page-wellness .wellness-evening__steps span { white-space: nowrap; }
.page-wellness .wellness-evening__steps b { line-height: 1.35; }

@media (max-width: 1180px) and (min-width: 761px) {
  .page-beauty .formula-screen--ha .ingredient-grid--ha { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card,
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card:nth-child(n) { height: 470px; }
  .page-beauty .formula-screen--amino .amino-effect-card__copy { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .page-beauty .formula-screen--amino .amino-effect-card__copy > span,
  .page-beauty .formula-screen--amino .amino-effect-card__copy h4,
  .page-beauty .formula-screen--amino .amino-effect-card__copy p { grid-column: 1; grid-row: auto; }
  .page-beauty .formula-screen--amino .amino-effect-card__copy p { margin-top: 12px; }
}

@media (max-width: 760px) {
  .page-beauty .beauty-hero {
    position: relative;
    display: block;
    height: calc(100svh - var(--header));
    min-height: 620px;
  }
  .page-beauty .beauty-hero__visual--cinematic {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .page-beauty .beauty-hero__visual--cinematic::after {
    background: linear-gradient(0deg, rgba(244,226,232,.94) 0%, rgba(244,226,232,.62) 30%, rgba(244,226,232,.08) 58%, transparent 76%);
  }
  .page-beauty .beauty-hero__copy {
    left: var(--pad);
    right: var(--pad);
    top: auto;
    bottom: 48px;
    width: auto;
    height: auto;
    padding: 0;
    transform: none;
    background: transparent;
  }
  .page-beauty .beauty-hero__copy h1 { margin: 10px 0 16px; font-size: clamp(48px, 14vw, 62px); line-height: 1.04; }

  .page-brand .brand-world > img { object-position: center; }

  .page-beauty .formula-screen--ha { padding: 54px 0 60px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha { grid-template-columns: 1fr; gap: 12px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card,
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card:nth-child(n) {
    height: 58svh;
    min-height: 420px;
    grid-template-rows: minmax(0, 62%) auto auto 1fr;
  }

  .page-beauty .formula-screen--amino { padding: 52px 0 56px; }
  .page-beauty .formula-screen--amino .amino-effect-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; gap: 9px; }
  .page-beauty .formula-screen--amino .amino-effect-card,
  .page-beauty .formula-screen--amino .amino-effect-card:nth-child(n) {
    height: 220px;
    min-height: 220px;
    grid-column: auto;
    grid-template-columns: 38% minmax(0, 1fr);
  }
  .page-beauty .formula-screen--amino .amino-effect-card__copy {
    display: block;
    padding: 20px 18px;
  }
  .page-beauty .formula-screen--amino .amino-effect-card__copy > span { display: block; margin-bottom: 9px; font-size: 7px; }
  .page-beauty .formula-screen--amino .amino-effect-card__copy h4 { font-size: 20px; line-height: 1.22; }
  .page-beauty .formula-screen--amino .amino-effect-card__copy p { margin-top: 12px; font-size: 9px; line-height: 1.55; }
  .page-beauty .formula-screen--amino .amino-index { display: block; white-space: normal; font-size: 6px; }

  .page-wellness .wellness-evening__copy { top: 76px; }
  .page-wellness .wellness-evening__copy h2 { font-size: 44px; line-height: 1.12; }
  .page-wellness .wellness-evening__copy p { margin-top: 18px; }
  .page-wellness .wellness-evening__steps {
    left: var(--pad);
    right: var(--pad);
    bottom: 22px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .page-wellness .wellness-evening__steps li,
  .page-wellness .wellness-evening__steps li:nth-child(2),
  .page-wellness .wellness-evening__steps li:last-child,
  .page-wellness .wellness-evening__steps li.is-active,
  .page-wellness .wellness-evening__steps li:hover {
    grid-template-columns: 92px 1fr;
    padding: 11px 13px;
    border: 1px solid rgba(255,255,255,.22);
  }
}

/* v6 — full-bleed editorial system and explicit interactive rails */
.home-about--identity {
  position: relative;
  display: block;
  isolation: isolate;
  color: #fffdf9;
  background: #73857a;
}
.home-about--identity .home-about__visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.home-about--identity .home-about__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,38,31,.82) 0%, rgba(17,38,31,.48) 33%, rgba(17,38,31,.06) 68%), linear-gradient(0deg, rgba(17,38,31,.25), transparent 42%);
}
.home-about--identity .home-about__story-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-about--identity .home-about__visual figcaption { z-index: 2; }
.home-about--identity .home-about__copy {
  position: relative;
  z-index: 2;
  width: min(660px, 48vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vh, 110px) var(--pad);
}
.home-about--identity .home-about__copy h2 { color: #fffdf9; text-shadow: 0 4px 26px rgba(8,25,20,.18); }
.home-about--identity .home-about__copy h2 em { color: #e8cbd3; }
.home-about--identity .home-about__copy .text-link { color: #fffdf9; }

.page-brand .brand-hero figure::after { background: linear-gradient(90deg, rgba(17,38,31,.76), rgba(17,38,31,.35) 42%, rgba(17,38,31,.04) 68%); }
.page-brand .brand-hero figure img { object-position: center; }

.page-brand .brand-meaning {
  position: relative;
  grid-template-columns: 54% 46%;
  overflow: hidden;
  background: linear-gradient(125deg, #f7f0e8 0 54%, #dce5df 54% 100%);
}
.page-brand .brand-meaning::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 20%, rgba(224,157,178,.28), transparent 22%), radial-gradient(circle at 84% 77%, rgba(23,55,45,.13), transparent 26%);
}
.page-brand .brand-meaning__word { z-index: 1; border-right: 0; }
.page-brand .brand-meaning__word::after {
  content: "";
  position: absolute;
  left: 8%;
  right: -12%;
  top: 54%;
  height: 1px;
  background: rgba(21,37,31,.24);
  transform: rotate(-8deg);
}
.page-brand .brand-meaning__word i {
  position: absolute;
  left: 20%;
  top: 22%;
  width: clamp(150px, 18vw, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(184,110,136,.35);
  border-radius: 50%;
  animation: meaningOrbit 10s linear infinite;
}
.page-brand .brand-meaning__word i::before,
.page-brand .brand-meaning__word i::after { content: ""; position: absolute; border-radius: 50%; }
.page-brand .brand-meaning__word i::before { inset: 16%; border: 1px solid rgba(21,55,45,.2); }
.page-brand .brand-meaning__word i::after { width: 12px; height: 12px; right: 6%; top: 20%; background: #c9849b; box-shadow: 0 0 0 9px rgba(201,132,155,.14); }
.page-brand .brand-meaning__copy { z-index: 2; }
.page-brand .brand-meaning__copy h2 { max-width: 10em; font-size: clamp(42px, 4.2vw, 68px); }
.meaning-sequence { display: flex; align-items: center; gap: 14px; margin-top: 42px; font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.meaning-sequence i { flex: 1; height: 1px; background: rgba(21,37,31,.27); transform-origin: left; animation: meaningLine 3.6s var(--ease) infinite; }
@keyframes meaningOrbit { to { transform: rotate(360deg); } }
@keyframes meaningLine { 0%,100% { transform: scaleX(.25); opacity: .35; } 50% { transform: scaleX(1); opacity: 1; } }

.page-brand .brand-philosophy { grid-template-rows: auto minmax(0,1fr) auto; }
.rail-controls {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 14px;
  width: min(420px, calc(100% - var(--pad) * 2));
  margin: 16px auto 0;
}
.rail-controls button { width: 46px; height: 38px; border: 1px solid currentColor; border-radius: 99px; background: transparent; color: inherit; cursor: pointer; font-size: 18px; transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.rail-controls button:hover { transform: translateY(-2px); }
.rail-controls span { text-align: center; font-size: 7px; font-weight: 700; letter-spacing: .2em; opacity: .68; }
.rail-controls--light { color: #fffdf9; }
.rail-controls--light button:hover { background: #fffdf9; color: var(--green); }
.rail-controls--ink { color: var(--ink); }
.rail-controls--ink button:hover { background: var(--green); color: #fff; }

.page-beauty .beauty-origin {
  position: relative;
  display: block;
  isolation: isolate;
  overflow: hidden;
  background: #f4dfe5;
}
.page-beauty .beauty-origin__gallery {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.page-beauty .beauty-origin__gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 46%, rgba(255,249,247,.2) 58%, rgba(255,249,247,.88) 100%);
}
.page-beauty .beauty-origin__gallery > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-beauty .beauty-origin__copy {
  position: absolute;
  right: var(--pad);
  top: 50%;
  width: min(42vw, 590px);
  height: auto;
  padding: clamp(34px, 4vw, 60px);
  transform: translateY(-50%);
  background: rgba(255,251,247,.72);
  border: 1px solid rgba(106,65,79,.15);
  backdrop-filter: blur(20px);
  box-shadow: 0 26px 70px rgba(95,55,70,.1);
}
.page-beauty .beauty-origin__copy h2 { margin-top: 0; }
.page-beauty .beauty-origin__rings { z-index: 0; }

.formula-screen--ha .ingredient-group { grid-template-rows: auto minmax(0,1fr) auto auto; }
.formula-screen--ha .rail-controls { margin-top: 10px; }
.formula-screen--ha .ingredient-grid--ha .ingredient-card figure img { width: 100%; height: 100%; object-fit: cover; }

.formula-screen--botanical {
  position: relative;
  display: block;
  isolation: isolate;
  padding: 0;
  color: #fffdf9;
  background: #384a41;
}
.formula-screen--botanical > header {
  position: absolute;
  z-index: 4;
  left: var(--pad);
  top: clamp(44px, 7vh, 78px);
  width: auto;
  color: #fffdf9;
}
.formula-screen--botanical > header h3 { color: #fffdf9; font-size: clamp(52px, 6vw, 92px); }
.botanical-atlas { position: absolute; inset: 0; overflow: hidden; }
.botanical-atlas > figure,
.botanical-atlas > figure img { width: 100%; height: 100%; }
.botanical-atlas > figure img { object-fit: cover; object-position: center; transform: scale(1.015); transition: transform 1.2s var(--ease), object-position 1s var(--ease); }
.botanical-atlas__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,42,34,.55), transparent 40%, rgba(16,34,28,.87)); }
.botanical-atlas__detail { position: absolute; z-index: 3; left: var(--pad); bottom: clamp(112px, 15vh, 160px); max-width: 430px; }
.botanical-atlas__detail span { font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.botanical-atlas__detail h4 { margin-top: 12px; font-size: clamp(34px, 4vw, 62px); font-weight: 400; }
.botanical-atlas__detail p { margin-top: 12px; font-size: 13px; opacity: .78; }
.botanical-atlas__tabs { position: absolute; z-index: 4; left: var(--pad); right: var(--pad); bottom: clamp(38px, 6vh, 64px); display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.45); }
.botanical-atlas__tabs button { position: relative; height: 56px; border: 0; border-right: 1px solid rgba(255,255,255,.24); background: transparent; color: rgba(255,255,255,.55); cursor: pointer; text-align: left; font: 700 9px/1 var(--sans); letter-spacing: .16em; transition: color .35s var(--ease), padding .35s var(--ease), background .35s var(--ease); }
.botanical-atlas__tabs button::before { content: ""; position: absolute; left: 0; right: 100%; top: -1px; height: 3px; background: #e6b7c6; transition: right .5s var(--ease); }
.botanical-atlas__tabs button:hover,
.botanical-atlas__tabs button.is-active { color: #fff; padding-left: 14px; background: rgba(255,255,255,.06); }
.botanical-atlas__tabs button.is-active::before { right: 0; }
.formula-screen--botanical > .legal-copy { z-index: 5; right: var(--pad); bottom: 16px; color: rgba(255,255,255,.55); }

.page-wellness .wellness-hero {
  position: relative;
  display: block;
  isolation: isolate;
  color: #fffdf9;
  overflow: hidden;
  background: #30483e;
}
.page-wellness .wellness-hero__visual--balance { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.page-wellness .wellness-hero__visual--balance .cinematic-hero-film { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-wellness .wellness-hero__visual--balance::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,38,31,.82) 0%, rgba(17,38,31,.46) 35%, rgba(17,38,31,.04) 68%), linear-gradient(0deg, rgba(17,38,31,.26), transparent 48%); }
.page-wellness .wellness-hero__copy { position: relative; z-index: 2; width: min(610px, 48vw); height: 100%; padding: clamp(70px, 9vh, 110px) var(--pad); color: #fffdf9; }
.page-wellness .wellness-hero__copy h1 { max-width: none; font-size: clamp(72px, 7.7vw, 124px); text-shadow: 0 4px 28px rgba(8,25,20,.22); }
.page-wellness .wellness-hero__copy .text-link { color: #fffdf9; }
.wellness-hero__line { max-width: 24em; margin-top: 4px; font-size: 13px; line-height: 1.7; opacity: .82; }

.wellness-evening__copy p { margin-top: 24px; font-size: 13px; line-height: 1.7; opacity: .78; }
.wellness-evening__steps li { cursor: default; opacity: .58; transition: opacity .35s var(--ease), background .35s var(--ease), padding .35s var(--ease); }
.wellness-evening__steps li:hover,
.wellness-evening__steps li.is-active { opacity: 1; padding-left: 18px; background: rgba(255,255,255,.055); }

.page-wellness .wellness-routine {
  position: relative;
  display: block;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  background: #d5d7d2;
}
.page-wellness .wellness-routine__visual { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; padding: 0; }
.page-wellness .wellness-routine__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 48%, rgba(238,241,235,.25) 61%, rgba(238,241,235,.9) 100%); }
.page-wellness .wellness-routine__visual img { position: static; inset: auto; width: 100%; height: 100%; min-height: 0; object-fit: cover !important; object-position: center; padding: 0; }
.page-wellness .wellness-routine__copy { position: absolute; z-index: 2; right: var(--pad); top: 50%; width: min(42vw, 580px); padding: clamp(34px, 4vw, 58px); transform: translateY(-50%); background: rgba(238,241,235,.74); border: 1px solid rgba(21,37,31,.13); backdrop-filter: blur(18px); }
.page-wellness .wellness-routine__copy h2 { margin-top: 0; }

.purchase-option { position: relative; display: block; isolation: isolate; color: #fff; }
.purchase-option figure { position: absolute; z-index: -2; inset: 0; }
.purchase-option figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,32,27,.72), rgba(22,32,27,.2) 70%); }
.purchase-option img { width: 100%; height: 100%; object-fit: cover; object-position: center; padding: 0; transform: scale(1.01); transition: transform .6s var(--ease); }
.purchase-option div { height: 100%; justify-content: flex-end; padding: 28px; }
.purchase-option strong { margin: 10px 0 12px; font-size: 26px; }
.purchase-option:hover img { transform: scale(1.045); }
.purchase-option--beauty img { object-position: center 56%; }
.purchase-option--wellness img { object-position: center 48%; }

@media (max-width: 760px) {
  .home-about--identity { min-height: 100svh !important; grid-template-rows: none; }
  .home-about--identity .home-about__visual { min-height: 100%; }
  .home-about--identity .home-about__story-image { object-position: 58% center; }
  .home-about--identity .home-about__visual::after { background: linear-gradient(180deg, rgba(17,38,31,.24), rgba(17,38,31,.76) 58%, rgba(17,38,31,.9)); }
  .home-about--identity .home-about__copy { width: 100%; justify-content: flex-end; padding: 0 var(--pad) 110px; }
  .home-about--identity .home-about__copy h2 { font-size: 58px; }

  .page-brand .brand-hero figure img { object-position: 62% center; }
  .page-brand .brand-meaning { display: grid; grid-template-columns: 1fr; grid-template-rows: 47% 53%; min-height: 100svh !important; background: linear-gradient(160deg, #f7f0e8 0 48%, #dce5df 48% 100%); }
  .page-brand .brand-meaning__word { height: auto; min-height: 0; padding: 36px var(--pad) 20px; font-size: clamp(62px, 20vw, 88px); }
  .page-brand .brand-meaning__copy { height: auto; min-height: 0; padding: 28px var(--pad) 42px; }
  .page-brand .brand-meaning__copy h2 { font-size: 34px; }
  .meaning-sequence { margin-top: 24px; gap: 8px; font-size: 6px; }
  .page-brand .brand-philosophy { grid-template-rows: auto minmax(0,1fr) auto; }
  .rail-controls { margin-top: 12px; }

  .page-beauty .beauty-origin { min-height: 100svh !important; grid-template-columns: none; grid-template-rows: none; }
  .page-beauty .beauty-origin__gallery { min-height: 100%; height: 100%; padding: 0; }
  .page-beauty .beauty-origin__gallery > img { object-position: 34% center; }
  .page-beauty .beauty-origin__gallery::after { background: linear-gradient(180deg, transparent 0 42%, rgba(255,249,247,.16) 55%, rgba(255,249,247,.92) 100%); }
  .page-beauty .beauty-origin__copy { left: var(--pad); right: var(--pad); top: auto; bottom: 38px; width: auto; padding: 26px; transform: none; }
  .page-beauty .beauty-origin__copy h2 { font-size: 48px; }
  .page-beauty .beauty-origin__copy dl { margin-top: 22px; }
  .page-beauty .beauty-origin__rings { display: none; }
  .image-shop--beauty { left: auto; right: 22px; top: 22px; bottom: auto; }

  .formula-screen--ha .ingredient-group { grid-template-rows: auto minmax(0,1fr) auto auto; }
  .formula-screen--ha .rail-controls { width: calc(100% - var(--pad) * 2); }

  .formula-screen--botanical { min-height: 100svh !important; }
  .formula-screen--botanical > header { top: 38px; }
  .formula-screen--botanical > header h3 { font-size: 48px; }
  .botanical-atlas > figure img { object-position: 52% center; }
  .botanical-atlas__detail { left: var(--pad); right: var(--pad); bottom: 128px; }
  .botanical-atlas__detail h4 { font-size: 34px; }
  .botanical-atlas__tabs { left: var(--pad); right: var(--pad); bottom: 54px; }
  .botanical-atlas__tabs button { height: 46px; text-align: center; }
  .botanical-atlas__tabs button:hover,
  .botanical-atlas__tabs button.is-active { padding-left: 0; }
  .formula-screen--botanical > .legal-copy { left: var(--pad); right: var(--pad); bottom: 14px; font-size: 7px; }

  .page-wellness .wellness-hero { display: block; min-height: calc(100svh - var(--header)); }
  .page-wellness .wellness-hero__visual--balance { position: absolute; grid-column: auto; grid-row: auto; }
  .page-wellness .wellness-hero__visual--balance .cinematic-hero-film { object-position: 44% center; }
  .page-wellness .wellness-hero__visual--balance::after { background: linear-gradient(180deg, rgba(17,38,31,.18), rgba(17,38,31,.22) 42%, rgba(17,38,31,.84)); }
  .page-wellness .wellness-hero__copy { position: relative; grid-column: auto; grid-row: auto; width: 100%; height: 100%; justify-content: flex-end; padding: 0 var(--pad) 72px; }
  .page-wellness .wellness-hero__copy h1 { font-size: 60px; }

  .wellness-evening__copy h2 { font-size: 52px; line-height: .9; }
  .wellness-evening__copy p { max-width: 22em; margin-top: 16px; font-size: 11px; }

  .page-wellness .wellness-routine { min-height: 100svh !important; grid-template-columns: none; grid-template-rows: none; }
  .page-wellness .wellness-routine__visual { min-height: 100%; height: 100%; padding: 0; }
  .page-wellness .wellness-routine__visual img { object-position: 42% center; }
  .page-wellness .wellness-routine__visual::after { background: linear-gradient(180deg, transparent 0 44%, rgba(238,241,235,.18) 56%, rgba(238,241,235,.94) 100%); }
  .page-wellness .wellness-routine__copy { left: var(--pad); right: var(--pad); top: auto; bottom: 32px; width: auto; padding: 24px; transform: none; }
  .page-wellness .wellness-routine__copy h2 { font-size: 46px; }
  .page-wellness .wellness-routine__copy dl { margin: 20px 0 10px; }
  .page-wellness .wellness-routine .image-shop { right: 22px; top: 22px; bottom: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .page-brand .brand-meaning__word i,
  .meaning-sequence i { animation: none; }
}

/* One-screen section system — footer remains content-sized. */
main > .screen {
  width: 100%;
  height: calc(100svh - var(--header));
  min-height: 0;
  max-height: calc(100svh - var(--header));
  overflow: clip;
}
main > .screen > * { min-height: 0; }

.home-about__visual { min-height: 0; height: 100%; }
.home-products { display: grid; grid-template-rows: auto minmax(0, 1fr); padding-bottom: 26px; }
.home-products > .section-heading { padding-top: 30px; padding-bottom: 22px; }
.home-products > .section-heading h2 { font-size: clamp(34px, 4vw, 56px); }
.product-portal { height: 100%; min-height: 0; }
.portal-card { height: 100%; min-height: 0; grid-template-rows: minmax(0, 53%) minmax(0, 47%); }
.portal-card__copy { min-height: 0; padding: clamp(20px, 2.4vw, 34px); }
.home-products .portal-card__copy h3 { margin: 10px 0 12px; font-size: clamp(34px, 3.7vw, 52px); }
.home-products .portal-card__copy small { min-height: 0; margin-bottom: 14px; }
.home-products .portal-card__copy a { padding-top: 11px; }

.brand-philosophy { display: grid; grid-template-rows: auto minmax(0, 1fr); padding-top: 34px; padding-bottom: 32px; }
.brand-philosophy__heading { margin-bottom: 22px; }
.brand-philosophy__grid { min-height: 0; height: 100%; }
.philosophy-card { height: 100%; }
.brand-beginning { display: grid; grid-template-rows: auto minmax(0, 1fr); padding-bottom: 30px; }
.brand-beginning > .section-heading { padding-top: 28px; padding-bottom: 20px; }
.brand-beginning > .section-heading h2 { font-size: clamp(34px, 4vw, 58px); }
.brand-beginning__products { min-height: 0; height: 100%; }
.beginning-product { min-height: 0; }

.beauty-hero, .wellness-hero { height: calc(100svh - var(--header)); min-height: 0; }
.beauty-origin__image, .beauty-origin__gallery { min-height: 0; height: 100%; }
.film-stage { padding-top: 28px; padding-bottom: 28px; gap: 18px; }
.film-stage__heading h2 { font-size: clamp(38px, 4.4vw, 64px); }
.film-frame { flex: none; align-self: center; width: min(100%, calc((100svh - var(--header) - 220px) * 1.7778)); max-height: none; }

.formula-screen { margin: 0; background: var(--pink-pale); }
.formula-screen--amino { background: #a76579; color: var(--white); }
.formula-screen--ha { display: grid; grid-template-rows: auto minmax(0, 1fr); padding-bottom: 22px; }
.formula-screen--ha > .section-heading { padding-top: 24px; padding-bottom: 14px; }
.formula-screen--ha > .section-heading h2 { font-size: clamp(32px, 3.6vw, 52px); }
.formula-screen--ha > .section-heading p { margin-top: 9px; font-size: 13px; }
.formula-screen--ha .ingredient-group { display: grid; grid-template-rows: auto minmax(0, 1fr); margin: 0; }
.formula-screen .ingredient-group > header, .formula-screen > header { margin-bottom: 14px; }
.formula-screen .ingredient-group > header h3, .formula-screen > header h3 { font-size: clamp(28px, 3vw, 44px); }
.formula-screen--ha .ingredient-grid--ha { height: 100%; min-height: 0; }
.formula-screen--ha .ingredient-card { height: 100%; min-height: 0; }
.formula-screen--ha .ingredient-card figure { height: 52%; flex: 0 0 52%; }
.formula-screen--ha .ingredient-card h4 { font-size: clamp(18px, 1.7vw, 24px); }
.formula-screen--ha .ingredient-card > p { margin-top: 12px; margin-bottom: 18px; padding-top: 12px; }
.formula-screen--amino, .formula-screen--botanical { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 34px 0; }
.formula-screen--amino > header, .formula-screen--botanical > header { flex: 0 0 auto; }
.formula-screen--amino .ingredient-rail, .formula-screen--botanical .ingredient-rail { flex: 0 1 auto; min-height: 0; }
.formula-screen--amino .ingredient-card { min-height: min(42vh, 340px); }
.formula-screen--botanical .ingredient-card { min-height: 0; height: min(57vh, 500px); }
.formula-screen--botanical .ingredient-card figure { height: 68%; flex: 0 0 68%; }
.formula-screen--botanical > .legal-copy { position: absolute; right: var(--pad); bottom: 14px; }

.wellness-formula { height: calc(100svh - var(--header)); min-height: 0; }
.wellness-formula__cards { min-height: 0; height: min(66vh, 590px); }
.beauty-routine__product, .wellness-routine__visual { min-height: 0; }

@media (max-width: 1100px) {
  .ingredient-grid--ha { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .formula-screen--ha .ingredient-card { display: grid; grid-template-columns: 38% 62%; grid-template-rows: auto auto 1fr; }
  .formula-screen--ha .ingredient-card figure { grid-row: 1 / 4; width: 100%; height: 100%; margin: 0; }
  .formula-screen--ha .ingredient-card > span { margin-top: 16px; }
  .formula-screen--ha .ingredient-card h4 { margin-top: 8px; font-size: 16px; }
  .formula-screen--ha .ingredient-card > p { margin-top: 8px; margin-bottom: 14px; padding-top: 8px; font-size: 10px; }
}

@media (max-width: 760px) {
  .home-about { grid-template-rows: 42% 58%; }
  .home-about__copy { padding: 34px var(--pad) 28px; }
  .home-about__copy h2 { margin: 12px 0 18px; font-size: 52px; }
  .home-about__copy p { margin-bottom: 19px; font-size: 12px; line-height: 1.65; }
  .home-products { padding-bottom: 14px; }
  .home-products > .section-heading { padding: 20px var(--pad) 14px; }
  .home-products > .section-heading h2 { margin-top: 8px; font-size: 28px; }
  .product-portal { gap: 8px; }
  .portal-card { grid-template-columns: 40% 60%; grid-template-rows: 1fr; min-height: 0; }
  .portal-card__copy { padding: 13px 15px; border-top: 0; border-left: 1px solid rgba(21,37,31,.16); }
  .home-products .portal-card__copy h3 { margin: 6px 0; font-size: 24px; line-height: 1.02; }
  .portal-card__copy p { margin-bottom: 3px; font-size: 10px; }
  .portal-card__copy small { font-size: 8px; line-height: 1.4; }
  .home-products .portal-card__copy small { margin-bottom: 7px; }
  .portal-card__copy a { font-size: 8px; }
  .home-manifesto { grid-template-rows: 43% 57%; }
  .home-manifesto__copy { min-height: 0; padding: 28px var(--pad); }
  .home-manifesto__copy h2 { margin: 12px 0 16px; font-size: 50px; }
  .home-manifesto__copy p { margin-bottom: 18px; font-size: 14px; }
  .ritual-choices a { padding: 13px 3px; }

  .brand-meaning__word { min-height: 0; height: 48%; padding: 30px var(--pad); font-size: 68px; }
  .brand-meaning__copy { min-height: 0; height: 52%; padding: 30px var(--pad); }
  .brand-meaning__copy h2 { margin: 12px 0 18px; font-size: 32px; }
  .brand-meaning__copy p { font-size: 12px; }
  .brand-philosophy { padding: 26px var(--pad); }
  .brand-philosophy__heading { margin-bottom: 16px; }
  .brand-philosophy__heading h2 { margin-top: 10px; font-size: 29px; }
  .brand-philosophy__grid { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .brand-philosophy__grid::-webkit-scrollbar { display: none; }
  .philosophy-card { flex: 0 0 calc(100vw - var(--pad) * 2); height: 100%; scroll-snap-align: start; border: 0; }
  .brand-beginning { padding-bottom: 16px; }
  .brand-beginning > .section-heading { padding: 20px var(--pad) 12px; }
  .brand-beginning > .section-heading h2 { margin-top: 8px; font-size: 28px; }
  .brand-beginning__products { gap: 8px; }
  .beginning-product { min-height: 0; grid-template-rows: 55% 45%; }
  .beginning-product div { padding: 14px; }
  .beginning-product h3 { margin: 7px 0 5px; font-size: 25px; }
  .beginning-product p { font-size: 9px; }

  .beauty-origin { grid-template-rows: 42% 58%; }
  .beauty-origin__copy { padding: 28px var(--pad); }
  .beauty-origin__copy h2 { margin: 10px 0 14px; font-size: 43px; }
  .beauty-origin__copy > p { font-size: 12px; }
  .beauty-origin__copy dl { margin-top: 18px; }
  .beauty-origin__copy dl div { padding: 9px 0; }
  .film-stage { justify-content: center; padding: 26px var(--pad); }
  .film-stage__heading h2 { font-size: 38px; }
  .film-frame { width: 100%; max-height: none; }

  .formula-screen--ha { padding-bottom: 12px; }
  .formula-screen--ha > .section-heading { padding: 18px var(--pad) 10px; }
  .formula-screen--ha > .section-heading h2 { margin-top: 8px; font-size: 29px; }
  .formula-screen--ha > .section-heading p { display: none; }
  .formula-screen .ingredient-group > header, .formula-screen > header { margin-bottom: 8px; }
  .ingredient-group > header h3, .formula-screen > header h3 { margin-top: 6px; font-size: 25px; }
  .ingredient-group > header p, .ingredient-group > header small { display: none; }
  .ingredient-grid--ha { grid-template-columns: 1fr; gap: 6px; }
  .formula-screen--ha .ingredient-card { grid-template-columns: 34% 66%; min-height: 0; }
  .formula-screen--ha .ingredient-card figure { min-height: 0; }
  .formula-screen--ha .ingredient-card > span { margin: 10px 12px 0; font-size: 7px; }
  .formula-screen--ha .ingredient-card h4 { margin: 4px 12px 0; font-size: 14px; line-height: 1.15; }
  .formula-screen--ha .ingredient-card > p { margin: 6px 12px 8px; padding-top: 6px; font-size: 8px; line-height: 1.3; }
  .formula-screen--amino, .formula-screen--botanical { padding: 26px 0; justify-content: center; }
  .formula-screen--amino .ingredient-card { min-height: 46vh; }
  .formula-screen--botanical .ingredient-card { height: 58vh; min-height: 0; }
  .formula-screen--botanical > .legal-copy { right: var(--pad); bottom: 9px; font-size: 7px; }
  .beauty-routine, .wellness-routine { grid-template-rows: 42% 58%; }
  .beauty-routine__copy, .wellness-routine__copy { padding: 28px var(--pad); }
  .beauty-routine__copy h2, .wellness-routine__copy h2 { margin: 10px 0 18px; font-size: 43px; }
  .routine-facts { margin-bottom: 16px; }
  .routine-facts > div { padding: 10px 0; }
  .routine-facts p { padding: 10px 0; font-size: 11px; }
  .solid-button { height: 48px; min-width: 170px; }

  .wellness-formula { padding: 30px var(--pad); }
  .wellness-formula__heading { margin-bottom: 18px; }
  .wellness-formula__heading h2 { margin-top: 10px; font-size: 33px; }
  .wellness-formula__cards { height: 55vh; min-height: 0; gap: 7px; }
  .wellness-fact { padding: 14px; }
  .wellness-fact strong { font-size: 46px; }
  .wellness-fact p { font-size: 9px; }
  .wellness-formula > .legal-copy { margin-top: 9px; }
  .wellness-routine__copy > p { font-size: 12px; }
  .wellness-routine__copy dl { margin: 18px 0 10px; }
  .wellness-routine__copy dl div { padding: 9px 0; }
  .wellness-routine__copy small { margin-bottom: 15px; }
}

/* Final editorial refinement: concise type, distinct compositions and motion. */
@media (min-width: 761px) {
  html { scroll-snap-type: none; scroll-padding-top: var(--header); }
  main > .screen, .site-footer { scroll-snap-align: none; }
}

.home-hero__copy h1 { display: flex; align-items: baseline; justify-content: center; gap: .2em; white-space: nowrap; }
.home-hero__copy h1 span { display: inline-block; }
.home-hero__copy h1 .hero-than { font-size: .82em; }

.home-about__copy h2 { margin-top: 0; line-height: .9; }
.home-about__copy p { line-height: 1.75; }
.home-products > .section-heading { display: flex; align-items: center; min-height: 94px; }
.home-products > .section-heading h2 { margin-top: 0; font-family: var(--serif); font-size: clamp(46px, 5.4vw, 76px); }
.home-products .portal-card__copy p { margin-bottom: 22px; }
.home-products .portal-card__copy small { display: none; }

.home-manifesto { display: grid; grid-template-columns: minmax(340px, 38%) 1fr; }
.home-manifesto figure { position: relative; inset: auto; grid-column: 2; grid-row: 1; min-width: 0; height: 100%; background: #c8c1bb; overflow: hidden; }
.home-manifesto figure::after { display: none; }
.home-manifesto img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-manifesto__copy { grid-column: 1; grid-row: 1; width: auto; min-width: 0; min-height: 0; height: 100%; padding: clamp(42px, 5vw, 78px) var(--pad); }
.home-manifesto__copy h2 { margin: 0 0 clamp(42px, 7vh, 78px); font-size: clamp(68px, 7.2vw, 112px); line-height: .94; }
.home-manifesto__copy p { display: none; }
.ritual-choices { width: 100%; }

.beauty-hero__visual--bloom { position: relative; background: #eee5de; }
.cinematic-hero-film { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.beauty-hero__visual--bloom .cinematic-hero-film { filter: saturate(.78) contrast(1.04); }
.beauty-hero__visual--bloom img { object-fit: cover !important; padding: 0; filter: saturate(.72) contrast(1.04); animation: hydrationReveal 4.6s var(--ease) both; transform-origin: 54% 58%; }
.beauty-hero__drop { position: absolute; z-index: 2; left: 54%; top: 22%; width: 12px; height: 18px; border-radius: 60% 40% 55% 45% / 68% 58% 42% 32%; background: rgba(255,255,255,.82); box-shadow: 0 8px 18px rgba(87,68,63,.18); transform: translate(-50%,-110px) rotate(35deg); animation: waterDrop 1.3s .35s cubic-bezier(.45,.02,.72,.42) both; }
@keyframes hydrationReveal {
  0%, 18% { clip-path: circle(5% at 54% 58%); transform: scale(1.08); filter: saturate(.25) contrast(1.08); }
  60%, 100% { clip-path: circle(115% at 54% 58%); transform: scale(1); filter: saturate(.72) contrast(1.04); }
}
@keyframes waterDrop {
  0% { opacity: 0; transform: translate(-50%,-110px) rotate(35deg) scale(.7); }
  18% { opacity: 1; }
  82% { opacity: 1; transform: translate(-50%,260px) rotate(35deg) scale(1); }
  100% { opacity: 0; transform: translate(-50%,270px) rotate(35deg) scale(1.8); }
}

.beauty-hero__copy h1, .wellness-hero__copy h1 { line-height: 1.04; }
.beauty-origin__copy h2 { line-height: 1.02; }
.film-stage__heading { grid-template-columns: 1fr auto; }
.film-stage__heading h2 { line-height: 1.02; }

.formula-screen--ha { display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 34px 0; }
.formula-screen--ha .ingredient-group { display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; margin: 0; }
.formula-screen--ha .ingredient-group > header { margin-bottom: 24px; }
.formula-screen--ha .ingredient-group > header h3 { font-family: var(--serif); font-size: clamp(42px, 5vw, 74px); line-height: 1; }
.formula-screen--ha .ingredient-grid--ha { height: min(64vh, 580px); }
.formula-screen--ha .ingredient-card { height: 100%; }
.formula-screen--ha .ingredient-card h4 { font-size: clamp(19px, 1.7vw, 25px); line-height: 1.35; }
.formula-screen--ha .ingredient-card > p { margin-top: 14px; }

.ingredient-card--amino { min-height: min(53vh, 450px); padding: 0 0 24px; }
.ingredient-card--amino figure { flex: 0 0 58%; height: auto; margin: 0 0 22px; background-image: url('./assets/amino-texture-atlas-v1.png'); background-size: 500% 200%; background-repeat: no-repeat; }
.ingredient-card--amino h4 { margin-top: auto; font-size: clamp(28px, 2.7vw, 42px); }
.ingredient-card--amino:nth-child(3n+2), .ingredient-card--amino:nth-child(3n) { margin-top: 0; }
.amino-01 figure { background-position: 0% 0%; }
.amino-02 figure { background-position: 25% 0%; }
.amino-03 figure { background-position: 50% 0%; }
.amino-04 figure { background-position: 75% 0%; }
.amino-05 figure { background-position: 100% 0%; }
.amino-06 figure { background-position: 0% 100%; }
.amino-07 figure { background-position: 25% 100%; }
.amino-08 figure { background-position: 50% 100%; }
.amino-09 figure { background-position: 75% 100%; }
.amino-10 figure { background-position: 100% 100%; }

.formula-screen--botanical { justify-content: center; padding: 32px 0; }
.ingredient-mosaic { width: calc(100% - var(--pad) * 2); height: min(63vh, 560px); margin: 0 auto; display: grid; grid-template-columns: 1.08fr .94fr 1.12fr .9fr 1.05fr; gap: 12px; align-items: center; }
.ingredient-mosaic .ingredient-card { min-width: 0; min-height: 0; height: 86%; background: var(--sage-soft); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.ingredient-mosaic .ingredient-card:nth-child(1) { height: 100%; transform: translateY(-1%); }
.ingredient-mosaic .ingredient-card:nth-child(2) { height: 79%; transform: translateY(8%); }
.ingredient-mosaic .ingredient-card:nth-child(3) { height: 92%; transform: translateY(-4%); }
.ingredient-mosaic .ingredient-card:nth-child(4) { height: 76%; transform: translateY(11%); }
.ingredient-mosaic .ingredient-card:nth-child(5) { height: 96%; transform: translateY(-2%); }
.ingredient-mosaic .ingredient-card:hover { z-index: 2; transform: translateY(-10px); box-shadow: 0 24px 46px rgba(21,37,31,.13); }
.ingredient-mosaic .ingredient-card figure { flex: 0 0 68%; height: auto; margin-bottom: 18px; }
.ingredient-mosaic .ingredient-card h4 { font-size: clamp(18px, 1.55vw, 26px); }
.ingredient-mosaic .ingredient-card > p { margin-bottom: 18px; padding-top: 10px; font-size: 10px; }

.beauty-routine { grid-template-columns: 60% 40%; }
.beauty-routine__product { overflow: hidden; }
.beauty-routine__product img.beauty-routine__fill { width: 100%; height: 100%; object-fit: cover !important; object-position: center !important; padding: 0; }
.beauty-routine__copy { padding-left: clamp(42px, 5vw, 84px); }
.beauty-routine__copy h2, .wellness-routine__copy h2 { line-height: 1.05; }

.site-footer { min-height: 0; grid-template-rows: auto auto auto; padding: 34px var(--pad) 22px; }
.site-footer__lead { padding-bottom: 18px; }
.site-footer__lead strong { font-size: clamp(42px, 5.5vw, 82px); line-height: .85; }
.site-footer__info { gap: 44px; padding: 28px 0; }
.site-footer__info p { margin-top: 8px; font-size: clamp(12px, 1vw, 15px); line-height: 1.55; }
.site-footer__bottom { padding-top: 13px; }

/* Page-specific motion language. */
.brand-hero img { animation: brandCamera 8s var(--ease) both; }
@keyframes brandCamera { from { transform: scale(1.055) translateX(-1.2%); } to { transform: scale(1); } }
.brand-meaning__word span, .brand-meaning__word em, .brand-meaning__word strong { opacity: 0; transition: opacity .7s var(--ease), transform .9s var(--ease); }
.brand-meaning__word span { transform: translateX(-46px); }
.brand-meaning__word em { transform: translateY(34px); transition-delay: .12s; }
.brand-meaning__word strong { transform: translateX(46px); transition-delay: .24s; }
.brand-meaning__word.is-visible span, .brand-meaning__word.is-visible em, .brand-meaning__word.is-visible strong { opacity: 1; transform: none; }
.brand-philosophy__grid .philosophy-card.reveal { transition-duration: 1s; }
.brand-philosophy__grid .philosophy-card:nth-child(2) { transition-delay: .1s; }
.brand-philosophy__grid .philosophy-card:nth-child(3) { transition-delay: .2s; }
.brand-philosophy__grid .philosophy-card:not(.is-visible):nth-child(1) { transform: translateY(52px) rotate(-1.2deg); }
.brand-philosophy__grid .philosophy-card:not(.is-visible):nth-child(2) { transform: translateY(28px); }
.brand-philosophy__grid .philosophy-card:not(.is-visible):nth-child(3) { transform: translateY(52px) rotate(1.2deg); }
.brand-beginning__products .beginning-product:nth-child(2) { transition-delay: .14s; }

.page-wellness { --wellness-sage: #aab9ad; --wellness-pale: #e7ece5; --wellness-stone: #d7d4c9; }
.wellness-hero { background: var(--wellness-pale); }
.wellness-hero__visual--balance { position: relative; background: #dfe7df; }
.wellness-hero__visual--balance .cinematic-hero-film { filter: saturate(.78) contrast(1.03); }
.wellness-hero__visual--balance img { width: 100%; height: 100%; object-fit: cover !important; object-position: center; padding: 0; filter: saturate(.76) contrast(1.03); animation: wellnessCamera 8s var(--ease) both; }
.wellness-hero__visual--balance i { position: absolute; left: 57%; top: 52%; width: 11vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; transform: translate(-50%,-50%) scale(.4); opacity: 0; animation: wellnessRipple 3.8s 1s var(--ease) both; }
@keyframes wellnessCamera { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes wellnessRipple { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.35); } 24% { opacity: .8; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(2.5); } }
.wellness-hero__halo i { border-color: rgba(61,94,74,.18); }
.wellness-formula { background: #eef1eb; }
.wellness-fact { background: #dbe4dc; box-shadow: 0 18px 42px rgba(32,61,46,.08); }
.wellness-fact--main { background: var(--green); }
.wellness-fact--wide { background: #c5d2c7; }
.wellness-fact.reveal:nth-child(1):not(.is-visible) { transform: translate(-36px,34px) scale(.92); }
.wellness-fact.reveal:nth-child(2):not(.is-visible) { transform: translate(32px,46px) scale(.92); }
.wellness-fact.reveal:nth-child(3):not(.is-visible) { transform: translate(-30px,-36px) scale(.92); }
.wellness-fact.reveal:nth-child(4):not(.is-visible) { transform: translate(34px,-24px) scale(.92); }
.wellness-fact.reveal:nth-child(2).is-visible { transform: translateY(24px); }
.wellness-fact.reveal:nth-child(3).is-visible { transform: translateY(-14px); }
.wellness-fact.reveal:nth-child(4).is-visible { transform: translateY(12px); }
.wellness-fact.reveal.is-visible:hover { transform: translateY(-10px) rotateX(1.2deg) rotateY(-1.2deg); }
.film-stage--wellness { background: #24473a; color: var(--white); }
.wellness-routine { background: #eef0e9; }
.wellness-routine__visual { background: #cbd5cd; }
.wellness-routine__copy h2 em { color: #768f80; }
.site-footer--wellness { background: #17372d; }

@media (max-width: 760px) {
  .home-hero__copy h1 { display: flex; flex-direction: column; align-items: center; gap: 0; max-width: none; font-size: clamp(82px, 27vw, 112px); line-height: .72; white-space: normal; }
  .home-hero__copy h1 span { display: block; }
  .home-hero__copy h1 .hero-than { margin: .14em 0 .1em; font-size: .58em; line-height: 1; letter-spacing: -.035em; }
  .home-about__copy h2 { margin-top: 0; line-height: .94; }
  .home-manifesto { grid-template-columns: 1fr; grid-template-rows: 44% 56%; }
  .home-manifesto figure { grid-column: 1; grid-row: 1; }
  .home-manifesto__copy { grid-column: 1; grid-row: 2; padding: 28px var(--pad); }
  .home-manifesto__copy h2 { margin: 0 0 22px; font-size: 48px; line-height: .96; }
  .beauty-hero__copy h1, .wellness-hero__copy h1 { line-height: 1.08; }
  .beauty-hero__drop { left: 54%; top: 2%; }
  .formula-screen--ha { padding: 18px 0; }
  .formula-screen--ha .ingredient-group > header { margin-bottom: 10px; }
  .formula-screen--ha .ingredient-group > header h3 { font-size: 29px; }
  .formula-screen--ha .ingredient-grid--ha { height: 74%; }
  .ingredient-card--amino { min-height: 48vh; }
  .ingredient-card--amino figure { flex-basis: 60%; height: auto; }
  .formula-screen--botanical { padding: 18px 0 20px; }
  .ingredient-mosaic { height: 76%; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); grid-template-rows: repeat(3, minmax(0,1fr)); gap: 7px; }
  .ingredient-mosaic .ingredient-card, .ingredient-mosaic .ingredient-card:nth-child(n) { height: 100%; transform: none; display: grid; grid-template-columns: 42% 58%; grid-template-rows: auto 1fr; }
  .ingredient-mosaic .ingredient-card:first-child { grid-row: span 2; display: flex; }
  .ingredient-mosaic .ingredient-card figure { grid-row: 1 / 3; height: 100%; margin: 0; }
  .ingredient-mosaic .ingredient-card:first-child figure { flex: 0 0 58%; }
  .ingredient-mosaic .ingredient-card > span { margin: 10px 10px 0; font-size: 6px; }
  .ingredient-mosaic .ingredient-card h4 { margin: 5px 10px 8px; font-size: 13px; }
  .ingredient-mosaic .ingredient-card > p { display: none; }
  .beauty-routine { grid-template-columns: 1fr; grid-template-rows: 50% 50%; }
  .beauty-routine__copy h2, .wellness-routine__copy h2 { line-height: 1.08; }
  .site-footer { min-height: 0; padding: 26px var(--pad) 18px; }
  .site-footer__lead strong { margin-top: 12px; font-size: 44px; }
  .site-footer__info { gap: 16px; padding: 24px 0; }
  .site-footer__bottom nav { margin-bottom: 12px; }
  .brand-philosophy__grid[data-mobile-loop] { overscroll-behavior-x: contain; cursor: grab; }
  .brand-philosophy__grid[data-mobile-loop].is-dragging { scroll-snap-type: none; cursor: grabbing; }
  .wellness-hero__visual--balance img { object-position: 58% center; }
  .wellness-hero__visual--balance i { width: 30vw; }
  .wellness-fact.reveal:nth-child(n).is-visible { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Ingredient benefits: clear hierarchy, editorial motion, no ingredient-name wall. */
.ingredient-group > header p { max-width: 36em; line-height: 1.6; }
.formula-screen--ha .ingredient-group { grid-template-rows:auto minmax(0,1fr) auto; }
.formula-note { width: calc(100% - var(--pad) * 2); margin: 14px auto 0; font-size: 10px; line-height: 1.5; color: rgba(21,37,31,.58); text-align: right; }
.formula-note--light { color: rgba(255,255,255,.66); }
.effect-card { isolation: isolate; transition: opacity .72s var(--ease), transform .9s var(--ease), box-shadow .5s var(--ease); }
.effect-card.reveal { transform: translateY(54px) rotate(.8deg); }
.effect-card.reveal:nth-child(even) { transform: translateY(72px) rotate(-.8deg); }
.effect-card.reveal.is-visible { transform: none; }
.effect-card:nth-child(2) { transition-delay: .09s; }
.effect-card:nth-child(3) { transition-delay: .18s; }
.effect-card:nth-child(4) { transition-delay: .27s; }
.effect-card:hover { z-index: 3; transform: translateY(-10px) !important; box-shadow: 0 26px 60px rgba(96,49,66,.17); }
.effect-card figure { position: relative; }
.effect-card figure::after { content:""; position:absolute; inset:0; background:linear-gradient(110deg,transparent 26%,rgba(255,255,255,.48) 49%,transparent 70%); transform:translateX(-115%); }
.effect-card.is-visible figure::after { animation: effectSheen 1.25s var(--ease) forwards; animation-delay: calc(var(--effect-order, 0) * .1s + .3s); }
.effect-card:nth-child(1) { --effect-order: 1; }
.effect-card:nth-child(2) { --effect-order: 2; }
.effect-card:nth-child(3) { --effect-order: 3; }
.effect-card:nth-child(4) { --effect-order: 4; }
.effect-number { position:absolute; z-index:2; top:16px; right:18px; font-family:var(--serif); font-size:clamp(34px,3.2vw,48px); line-height:1; font-weight:500; color:rgba(72,31,45,.82); transform:scale(.76); opacity:0; transition:opacity .55s var(--ease),transform .8s var(--ease); }
.effect-card.is-visible .effect-number { opacity:1; transform:scale(1); }
@keyframes effectSheen { to { transform:translateX(115%); } }

.formula-screen--amino { align-items:stretch; }
.amino-effect-grid { width:calc(100% - var(--pad) * 2); height:min(61vh,530px); margin:0 auto; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; align-items:center; }
.amino-effect-card { position:relative; height:90%; min-width:0; display:grid; grid-template-rows:45% auto auto 1fr auto; padding:0 26px 24px; overflow:hidden; background:#f8ecef; color:var(--ink); border:1px solid rgba(255,255,255,.45); transition:opacity .75s var(--ease),transform .95s var(--ease),box-shadow .45s var(--ease); }
.amino-effect-card:nth-child(2) { height:100%; background:#79384f; color:var(--white); transition-delay:.12s; }
.amino-effect-card:nth-child(3) { height:86%; background:#e7ccd5; transition-delay:.24s; }
.amino-effect-card.reveal:nth-child(1) { transform:translate(-42px,34px) rotate(-1.5deg); }
.amino-effect-card.reveal:nth-child(2) { transform:translateY(58px) scale(.94); }
.amino-effect-card.reveal:nth-child(3) { transform:translate(42px,34px) rotate(1.5deg); }
.amino-effect-card.reveal.is-visible { transform:none; }
.amino-effect-card:hover { z-index:2; transform:translateY(-10px) !important; box-shadow:0 26px 58px rgba(54,20,32,.24); }
.amino-effect-card figure { width:calc(100% + 52px); height:100%; margin-left:-26px; background-image:url('./assets/amino-texture-atlas-v1.png'); background-size:500% 200%; background-repeat:no-repeat; }
.amino-effect-card--nmf figure { background-position:0 0; }
.amino-effect-card--moisture figure { background-position:50% 0; }
.amino-effect-card--condition figure { background-position:100% 100%; }
.amino-effect-card > span { margin-top:18px; font-size:9px; font-weight:600; letter-spacing:.17em; opacity:.72; }
.amino-effect-card h4 { margin-top:10px; font-size:clamp(24px,2.25vw,34px); line-height:1.15; font-weight:500; letter-spacing:-.045em; word-break:keep-all; }
.amino-effect-card p { align-self:end; margin-top:18px; font-size:12px; line-height:1.7; opacity:.76; word-break:keep-all; }
.amino-effect-card i { position:relative; display:block; width:100%; height:2px; margin-top:18px; background:currentColor; opacity:.18; overflow:hidden; }
.amino-effect-card i::after { content:""; position:absolute; inset:0; background:currentColor; transform:translateX(-101%); }
.amino-effect-card.is-visible i::after { animation:effectLine 1.15s .55s var(--ease) forwards; }
@keyframes effectLine { to { transform:none; } }
.amino-index { width:calc(100% - var(--pad) * 2); margin:13px auto 0; font-size:8px; line-height:1.6; letter-spacing:.10em; color:rgba(255,255,255,.62); }
.formula-screen--amino .formula-note { margin-top:6px; }

@media (max-width:1100px) {
  .effect-number { top:10px; right:12px; font-size:28px; }
  .amino-effect-card { padding-inline:20px; }
  .amino-effect-card figure { width:calc(100% + 40px); margin-left:-20px; }
  .amino-effect-card p { font-size:10px; }
}

@media (max-width:760px) {
  .formula-screen--ha .ingredient-group { grid-template-rows:auto minmax(0,1fr) auto; }
  .formula-screen--ha .ingredient-grid--ha { height:auto; }
  .effect-number { top:7px; right:8px; font-size:21px; }
  .formula-note { margin-top:7px; font-size:7px; text-align:left; }
  .amino-effect-grid { height:64%; display:flex; gap:8px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding:0 var(--pad); width:100%; overscroll-behavior-x:contain; cursor:grab; }
  .amino-effect-grid.is-dragging { cursor:grabbing; scroll-snap-type:none; }
  .amino-effect-grid::-webkit-scrollbar { display:none; }
  .amino-effect-card,.amino-effect-card:nth-child(n) { flex:0 0 78vw; height:100%; padding:0 18px 18px; scroll-snap-align:center; }
  .amino-effect-card figure { width:calc(100% + 36px); margin-left:-18px; }
  .amino-effect-card > span { margin-top:12px; font-size:7px; }
  .amino-effect-card h4 { margin-top:6px; font-size:23px; }
  .amino-effect-card p { margin-top:8px; font-size:9px; line-height:1.55; }
  .amino-effect-card i { margin-top:10px; }
  .amino-index { margin-top:7px; padding:0 var(--pad); font-size:6px; white-space:nowrap; overflow:hidden; }
  .formula-screen--amino .formula-note { padding:0 var(--pad); }
}

/* Full-bleed hydration film: typography stays in the quiet left field. */
.beauty-hero {
  position: relative;
  display: block;
  isolation: isolate;
  overflow: hidden;
  background: #ead9d8;
}
.beauty-hero__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.beauty-hero__visual--bloom::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(241,228,226,.96) 0%, rgba(241,228,226,.82) 22%, rgba(241,228,226,.38) 39%, rgba(241,228,226,0) 59%);
}
.beauty-hero__visual--bloom .cinematic-hero-film {
  object-position: center;
  filter: saturate(.88) contrast(1.035);
}
.beauty-hero__copy {
  position: relative;
  z-index: 2;
  width: min(610px, 45vw);
  height: 100%;
  min-height: 0;
  justify-content: flex-end;
  padding: 72px 0 clamp(76px, 10vh, 112px) var(--pad);
}
.beauty-hero__copy p { order: 0; }
.beauty-hero__copy h1 {
  order: 1;
  margin: 14px 0 26px;
  max-width: 6.8em;
  font-size: clamp(58px, 6.2vw, 96px);
  line-height: 1.02;
  word-break: keep-all;
}
.beauty-hero__copy .text-link { order: 2; margin-top: 10px; }
.beginning-product h3 { font-size: clamp(26px, 2.45vw, 42px); line-height: 1.18; word-break: keep-all; }
.film-stage--wellness .film-frame video { filter: brightness(1.13) saturate(.9) contrast(.96); }

@media (max-width: 760px) {
  .beauty-hero { display: block; }
  .beauty-hero__visual { position: absolute; inset: 0; order: initial; }
  .beauty-hero__visual--bloom .cinematic-hero-film { object-position: 61% center; }
  .beauty-hero__visual--bloom::after {
    background: linear-gradient(0deg, rgba(237,214,217,.98) 0%, rgba(237,214,217,.9) 24%, rgba(237,214,217,.35) 46%, rgba(237,214,217,0) 68%);
  }
  .beauty-hero__copy {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 var(--pad) clamp(34px, 6vh, 56px);
    justify-content: flex-end;
    order: initial;
  }
  .beauty-hero__copy h1 {
    margin: 10px 0 16px;
    max-width: 8em;
    font-size: clamp(43px, 13vw, 58px);
    line-height: 1.04;
  }
  .beauty-hero__copy .text-link { margin-top: 4px; }
}

/* Production consolidation: uncropped films, one Beauty routine, distinct Brand hero. */
.brand-hero__copy h1.brand-hero__title-ko {
  max-width: 9.5em;
  margin: 0 0 28px;
  font-family: var(--sans);
  font-size: clamp(58px, 7vw, 108px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.075em;
  word-break: keep-all;
}

.beauty-hero__visual--bloom {
  background: #e8d6d7;
}
.beauty-hero__visual--bloom .cinematic-hero-film {
  object-fit: contain;
  object-position: right center;
}
.film-frame {
  background: #efe6e3;
}
.film-frame video {
  object-fit: contain;
  object-position: center;
}
.film-stage--wellness .film-frame {
  background: #d6d1da;
}
.beauty-origin__copy .solid-button {
  align-self: flex-start;
  min-width: 190px;
  height: 52px;
  margin-top: 24px;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .beauty-hero__visual--bloom .cinematic-hero-film {
    object-fit: cover;
    object-position: center;
  }
}

/* v45 — refined LUAS typography, concise ingredient chapter and final contrast pass. */
.page-home .home-hero__copy h1 {
  font-family: "Cormorant Garamond", Georgia, var(--serif);
  font-size: clamp(148px, 18vw, 304px);
  font-weight: 300;
  line-height: .76;
  letter-spacing: .035em;
}
@keyframes homeLogoWordReveal {
  0% { opacity: 0; transform: translateY(22px); filter: blur(9px); letter-spacing: .09em; text-shadow: 0 0 54px rgba(255,255,255,.3); }
  55% { opacity: .68; }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); letter-spacing: .035em; text-shadow: 0 24px 64px rgba(8,28,21,.28); }
}

.home-about--identity .home-about__visual figcaption {
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(22px, 2.4vw, 42px);
  border-top: 1px solid rgba(255,255,255,.58);
  background: rgba(13,31,25,.68);
  color: #fffdf8;
  font-size: clamp(10px, .68vw, 13px);
  font-weight: 720;
  letter-spacing: .24em;
  text-shadow: 0 2px 12px rgba(0,0,0,.34);
  backdrop-filter: blur(12px) saturate(.86);
}

.page-beauty .hero-full .cinematic-hero-film,
.page-wellness .hero-full .cinematic-hero-film {
  transform: none !important;
  object-position: center center !important;
}

@media (min-width: 761px) {
  .formula-editorial--beauty .formula-editorial__visual {
    aspect-ratio: 2.8 / 1;
  }
  .formula-editorial--beauty .formula-editorial__visual > img {
    object-fit: cover !important;
  }
  .formula-editorial--beauty .formula-editorial__lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .formula-editorial--beauty .formula-line {
    min-height: 98px !important;
  }
}
.formula-editorial--beauty .formula-line header > span { display: none !important; }
.formula-editorial--beauty .formula-line p { max-width: 28em; }
.formula-editorial--beauty .formula-editorial__note { margin-top: 12px; }

.product-profile--wellness .product-profile__copy {
  right: clamp(40px, 6vw, 118px) !important;
  left: auto !important;
}
.product-profile--wellness .product-profile__visual > img {
  object-position: 34% center !important;
}

@media (max-width: 760px) {
  .page-home .home-hero__copy h1 {
    font-size: clamp(104px, 32vw, 132px);
    line-height: .78;
    letter-spacing: .02em;
  }
  .home-about--identity .home-about__visual figcaption {
    min-height: 42px;
    padding: 11px 16px;
    font-size: 9px;
    letter-spacing: .15em;
  }
  .page-beauty .hero-full .cinematic-hero-film,
  .page-wellness .hero-full .cinematic-hero-film {
    object-position: center center !important;
  }
  .product-profile--wellness .product-profile__copy {
    right: 16px !important;
    left: 16px !important;
  }
}

/* v47 final cascade — keep these requested adjustments last. */
.page-home .home-about--identity .home-about__visual figcaption { display: none !important; }
.page-home .home-about--identity .home-about__story-image {
  height: 100% !important;
  filter: saturate(.98) contrast(1.06) brightness(1.01) !important;
}
.page-home .portal-card figure img.portal-card__mood {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: none !important;
  filter: saturate(.98) contrast(1.08) brightness(1.02) !important;
}
.page-home .portal-card--beauty figure img.portal-card__mood { object-position: 66% center !important; }
.page-home .portal-card--wellness figure img.portal-card__mood { object-position: 30% center !important; }
.page-home .portal-card figure::after {
  background: linear-gradient(90deg, rgba(20,34,28,.70) 0%, rgba(20,34,28,.24) 36%, transparent 69%) !important;
}
.page-home .portal-card--beauty figure::after {
  background: linear-gradient(90deg, rgba(52,31,39,.68) 0%, rgba(52,31,39,.20) 36%, transparent 68%) !important;
}
.page-home .portal-card__copy {
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: 1fr auto !important;
  gap: clamp(16px, 1.4vw, 24px) !important;
}
.page-home .portal-card__copy h3 {
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: end !important;
  font-size: clamp(34px, 3.25vw, 56px) !important;
  font-weight: 470 !important;
  line-height: 1.04 !important;
  text-shadow: 0 2px 22px rgba(0,0,0,.30) !important;
}
.page-home .portal-card__cta {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: end !important;
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  min-width: 168px !important;
  min-height: 54px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  border-radius: 999px !important;
  color: #17372d !important;
  background: rgba(255,253,249,.94) !important;
  box-shadow: 0 12px 28px rgba(12,26,21,.18) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  backdrop-filter: blur(12px) !important;
  transition: transform .3s var(--ease), background .3s var(--ease) !important;
}
.page-home .portal-card__cta i { font-size: 19px !important; }
.page-home .portal-card:hover .portal-card__cta { transform: translate(3px,-3px); background: #fff !important; }
.page-home .portal-card:hover img.portal-card__mood {
  filter: saturate(1) contrast(1.09) brightness(1.025) !important;
}
.page-beauty .hero-full .beauty-hero__visual { overflow: hidden !important; }
.page-beauty .hero-full .cinematic-hero-film {
  transform: scale(1.18) !important;
  object-position: center center !important;
}
.beauty-hero__product-sharp {
  position: absolute !important;
  z-index: 2 !important;
  left: 50% !important;
  top: 9.4% !important;
  width: auto !important;
  height: 71% !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: translateX(-50%) !important;
  filter: drop-shadow(0 16px 22px rgba(55,29,35,.17)) !important;
  pointer-events: none !important;
}
.product-profile--wellness .product-profile__visual > img {
  width: 112% !important;
  max-width: none !important;
  object-position: center !important;
  transform: translateX(-12%) !important;
  filter: brightness(1.035) saturate(.94) contrast(1.075) !important;
}
@media (max-width: 760px) {
  .page-home .portal-card--beauty figure img.portal-card__mood { object-position: 64% center !important; }
  .page-home .portal-card--wellness figure img.portal-card__mood { object-position: 30% center !important; }
  .page-home .portal-card__copy { padding: 28px 26px !important; gap: 14px !important; }
  .page-home .portal-card__copy h3 {
    max-width: 6.8em !important;
    font-size: clamp(34px, 9vw, 48px) !important;
  }
  .page-home .portal-card__cta {
    min-width: 154px !important;
    min-height: 50px !important;
    padding: 0 17px !important;
    font-size: 13px !important;
  }
  .page-beauty .hero-full .cinematic-hero-film { transform: scale(1.16) !important; }
  .beauty-hero__product-sharp { top: 13% !important; height: 66% !important; }
  .product-profile--wellness .product-profile__visual > img {
    width: 128% !important;
    transform: translateX(-24%) !important;
  }
}

/* v47 — filled product portals, clearer navigation, sharper hero/product framing. */
.page-home .home-about--identity .home-about__visual figcaption { display: none !important; }
.page-home .home-about--identity .home-about__story-image {
  height: 100% !important;
  filter: saturate(.98) contrast(1.06) brightness(1.01) !important;
}
.page-home .portal-card figure img.portal-card__mood {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
  image-rendering: auto;
  filter: saturate(.98) contrast(1.08) brightness(1.02) !important;
}
.page-home .portal-card--beauty figure img.portal-card__mood {
  object-position: 66% center !important;
  background: #f4e8e9 !important;
}
.page-home .portal-card--wellness figure img.portal-card__mood {
  object-position: 30% center !important;
}
.page-home .portal-card figure::after {
  background: linear-gradient(90deg, rgba(20,34,28,.70) 0%, rgba(20,34,28,.24) 36%, transparent 69%) !important;
}
.page-home .portal-card--beauty figure::after {
  background: linear-gradient(90deg, rgba(52,31,39,.68) 0%, rgba(52,31,39,.20) 36%, transparent 68%) !important;
}
.page-home .portal-card__copy {
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: 1fr auto !important;
  gap: clamp(16px, 1.4vw, 24px) !important;
}
.page-home .portal-card__copy h3 {
  grid-column: 1;
  grid-row: 2;
  font-size: clamp(34px, 3.25vw, 56px) !important;
  font-weight: 470 !important;
  line-height: 1.04 !important;
  text-shadow: 0 2px 22px rgba(0,0,0,.30);
}
.page-home .portal-card__cta {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: end !important;
  justify-self: end;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 168px;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  color: #17372d;
  background: rgba(255,253,249,.94);
  box-shadow: 0 12px 28px rgba(12,26,21,.18);
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: -.01em !important;
  backdrop-filter: blur(12px);
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.page-home .portal-card__cta i { font-size: 19px; }
.page-home .portal-card:hover .portal-card__cta { transform: translate(3px,-3px); background: #fff; }
.page-home .portal-card:hover img.portal-card__mood {
  filter: saturate(1) contrast(1.09) brightness(1.025) !important;
}

.page-beauty .hero-full .beauty-hero__visual { overflow: hidden; }
.page-beauty .hero-full .cinematic-hero-film {
  transform: scale(1.18) !important;
  object-position: center center !important;
}
.beauty-hero__product-sharp {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 9.4%;
  width: auto;
  height: 71%;
  max-width: none;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 16px 22px rgba(55,29,35,.17));
  pointer-events: none;
}

.product-profile--wellness .product-profile__visual > img {
  width: 112% !important;
  max-width: none !important;
  object-position: center !important;
  transform: translateX(-12%) !important;
  filter: brightness(1.035) saturate(.94) contrast(1.075) !important;
}

@media (max-width: 760px) {
  .page-home .portal-card--beauty figure img.portal-card__mood { object-position: 64% center !important; }
  .page-home .portal-card--wellness figure img.portal-card__mood { object-position: 30% center !important; }
  .page-home .portal-card__copy {
    padding: 28px 26px !important;
    gap: 14px !important;
  }
  .page-home .portal-card__copy h3 {
    max-width: 6.8em !important;
    font-size: clamp(34px, 9vw, 48px) !important;
  }
  .page-home .portal-card__cta {
    min-width: 154px;
    min-height: 50px;
    padding: 0 17px;
    font-size: 13px !important;
  }
  .page-beauty .hero-full .cinematic-hero-film { transform: scale(1.16) !important; }
  .beauty-hero__product-sharp {
    top: 13%;
    height: 66%;
  }
  .product-profile--wellness .product-profile__visual > img {
    width: 128% !important;
    transform: translateX(-24%) !important;
  }
}

/* v46 — stable navigation geometry and locally hosted type. */
html { scrollbar-gutter: stable; }
.site-header,
.site-header.is-scrolled {
  height: var(--header) !important;
  transition: background .25s ease, backdrop-filter .25s ease !important;
}
.page-beauty .hero-full,
.page-wellness .hero-full,
.hero-full .hero-full__stage {
  contain: layout paint;
}

/* v42 — separate the wellness pack from its copy and let home type rise through light like water. */
@media (min-width: 761px) {
  .product-profile--wellness .product-profile__copy {
    right: clamp(40px, 5vw, 96px) !important;
    left: auto !important;
    width: min(36vw, 570px) !important;
  }

  .product-profile--wellness .product-profile__visual > img {
    transform: translateX(-18%) scale(1.36) !important;
    transform-origin: center center !important;
  }

  .product-profile--wellness .product-profile__visual::after {
    background: linear-gradient(90deg, transparent 0 43%, rgba(235,241,235,.18) 55%, rgba(235,241,235,.92) 100%) !important;
  }
}

.page-home .home-hero__copy::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 53%;
  left: 18%;
  right: 18%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18) 16%, rgba(255,255,255,.78) 50%, rgba(255,255,255,.18) 84%, transparent);
  box-shadow: 0 -8px 24px rgba(255,255,255,.2), 0 10px 30px rgba(20,48,39,.18);
  opacity: 0;
  filter: blur(.6px);
  pointer-events: none;
  transform: translateY(32px) scaleX(.12);
  animation: homeWaterLine 2.25s 1.2s var(--ease) both;
}

.page-home .home-hero__copy > p,
.page-home .home-hero__copy h1,
.page-home .home-hero__copy h2,
.page-home .home-hero .scroll-cue {
  position: relative;
  z-index: 1;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  filter: blur(8px);
  transform: translateY(34px);
  will-change: opacity, clip-path, filter, transform;
}

.page-home .home-hero__copy > p {
  animation: homeWaterTextRise 1.2s 1.55s var(--ease) forwards;
}

.page-home .home-hero__copy h1 {
  animation: homeWaterWordRise 1.75s 1.82s var(--ease) forwards;
}

.page-home .home-hero__copy h2 {
  animation: homeWaterTextRise 1.25s 2.72s var(--ease) forwards;
}

.page-home .home-hero .scroll-cue {
  animation: homeWaterTextRise 1s 3.18s var(--ease) forwards;
}

@keyframes homeWaterLine {
  0% { opacity: 0; transform: translateY(46px) scaleX(.1); }
  38% { opacity: .82; transform: translateY(10px) scaleX(.72); }
  72% { opacity: .42; transform: translateY(-28px) scaleX(1); }
  100% { opacity: 0; transform: translateY(-58px) scaleX(.86); }
}

@keyframes homeWaterTextRise {
  0% { opacity: 0; clip-path: inset(100% 0 0 0); filter: blur(10px); transform: translateY(34px); }
  52% { opacity: .62; clip-path: inset(42% 0 0 0); filter: blur(3px); }
  100% { opacity: 1; clip-path: inset(0 0 0 0); filter: blur(0); transform: translateY(0); }
}

@keyframes homeWaterWordRise {
  0% { opacity: 0; clip-path: inset(100% 0 0 0); filter: blur(12px); transform: translateY(48px) scale(.975); letter-spacing: -.02em; }
  48% { opacity: .68; clip-path: inset(38% 0 0 0); filter: blur(3px); }
  100% { opacity: 1; clip-path: inset(0 0 0 0); filter: blur(0); transform: translateY(0) scale(1); letter-spacing: -.075em; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__copy::after { display: none; }
}

/* v43 — pastel pigment falls onto a luminous water surface before the LUAS wordmark rises. */
.page-home .home-hero__water {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .96;
  filter: saturate(1.06) contrast(1.015);
}

.page-home .home-hero__film { opacity: .1 !important; }
.page-home .home-hero__plane { opacity: .44; }
.page-home .home-hero::before { opacity: .42; }

.page-home .home-hero__copy > p {
  animation-delay: 2.72s;
}

.page-home .home-hero__copy h1 {
  animation-delay: 3.05s;
}

.page-home .home-hero__copy h2 {
  animation-delay: 4.08s;
}

.page-home .home-hero .scroll-cue {
  animation-delay: 4.72s;
}

.page-home .home-hero__copy::after {
  animation-delay: 2.35s;
}

@media (max-width: 760px) {
  .page-home .home-hero__water { opacity: .92; }
}

/* v44 — concept-review state: keep every hero message visible until the final film is approved. */
.page-home .home-hero__water,
.page-home .home-hero__copy::after { display: none !important; }

.page-home .home-hero__copy > p,
.page-home .home-hero__copy h1,
.page-home .home-hero__copy h2,
.page-home .home-hero .scroll-cue {
  opacity: 1 !important;
  clip-path: none !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

/* Editorial product pair: one quiet narrative field, two image-led routes. */
.page-home .home-products {
  display: grid;
  grid-template-columns: minmax(330px, 38%) minmax(0, 62%);
  grid-template-rows: 1fr;
  height: calc(100svh - var(--header));
  min-height: 620px;
  padding: 0;
  background: #f3eee7;
}
.home-products__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(48px, 7vh, 84px) clamp(38px, 5.5vw, 92px);
  border-right: 1px solid rgba(21,37,31,.14);
}
.home-products__intro h2 {
  margin: 22px 0 34px;
  font-family: var(--serif);
  font-size: clamp(66px, 7.2vw, 116px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.075em;
}
.home-products__intro h2 em { color: #789087; font-weight: 500; }
.home-products__intro > p { max-width: 22em; font-size: clamp(14px, 1.08vw, 18px); line-height: 1.85; word-break: keep-all; }
.home-products__axis { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; width: min(100%, 330px); margin-top: clamp(54px, 10vh, 110px); }
.home-products__axis b { font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.home-products__axis i { height: 1px; background: linear-gradient(90deg, #d99bae, #789087); }
.page-home .product-portal {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(21,37,31,.18);
}
.page-home .portal-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ddd;
}
.page-home .portal-card figure { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; }
.page-home .portal-card figure img.portal-card__mood { width: 100%; height: 100%; object-fit: cover; padding: 0; transition: transform 1s var(--ease), filter 1s var(--ease); }
.page-home .portal-card--beauty figure img.portal-card__mood { object-position: 66% 54%; }
.page-home .portal-card--wellness figure img.portal-card__mood { object-position: 46% 56%; }
.page-home .portal-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,30,25,.68) 0%, rgba(18,30,25,.17) 48%, rgba(18,30,25,0) 76%); pointer-events: none; }
.page-home .portal-card--beauty figure::after { background: linear-gradient(90deg, rgba(65,31,43,.64) 0%, rgba(65,31,43,.13) 50%, rgba(65,31,43,0) 76%); }
.page-home .portal-card__copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  align-items: end;
  padding: clamp(24px, 3vw, 48px);
  border: 0;
  color: #fffdf9;
  background: none;
}
.page-home .portal-card__copy > span { grid-column: 1 / -1; align-self: start; font-size: 9px; letter-spacing: .22em; }
.page-home .portal-card__copy h3 { align-self: end; margin: 0; max-width: 11em; font-size: clamp(28px, 3vw, 50px); font-weight: 400; line-height: 1.08; letter-spacing: -.055em; word-break: keep-all; }
.page-home .portal-card__copy a {
  align-self: end;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 142px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  padding: 13px 17px;
  background: rgba(24,41,34,.46);
  backdrop-filter: blur(10px);
  font-size: 9px;
  letter-spacing: .14em;
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.page-home .portal-card__copy a:hover { color: var(--green); background: #fffdf9; transform: translateY(-2px); }
.page-home .portal-card:hover img.portal-card__mood { transform: scale(1.025); filter: saturate(1.04); }

/* Wellness visual system: product-led time shift, ingredient imagery, sensory film. */
.page-wellness .wellness-hero { grid-template-columns: 36% 64%; background: #e7ece5; }
.page-wellness .wellness-hero__copy { padding-right: clamp(30px, 4vw, 70px); }
.page-wellness .wellness-hero__copy h1 { font-size: clamp(58px, 6.4vw, 102px); line-height: 1.02; }
.page-wellness .wellness-hero__visual--balance .cinematic-hero-film { object-fit: cover; object-position: 46% center; filter: saturate(.88) contrast(1.035); }
.page-wellness .wellness-hero__visual--balance::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(231,236,229,.28), transparent 28%); }

.page-wellness .wellness-formula { grid-template-columns: minmax(260px, 29%) minmax(0, 71%); gap: clamp(28px, 4vw, 68px); padding: clamp(34px, 4.2vw, 68px) var(--pad); background: #edf1eb; }
.wellness-formula__heading h2 em { color: #789087; font-family: var(--serif); font-weight: 500; }
.wellness-formula__heading > p { margin-top: 26px; font-size: 14px; line-height: 1.75; }
.page-wellness .wellness-formula__cards { height: min(72vh, 670px); min-height: 520px; grid-template-columns: 1.08fr .92fr; grid-template-rows: .96fr 1.04fr; gap: 12px; }
.page-wellness .wellness-fact {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 0;
  background: #f8f5ef;
  box-shadow: 0 18px 46px rgba(32,61,46,.09);
  color: var(--ink);
  transform: none;
}
.page-wellness .wellness-fact::after { display: none; }
.page-wellness .wellness-fact figure { min-height: 0; background-image: url('./assets/wellness-formula-quadrants-v1.png'); background-size: 200% 200%; background-repeat: no-repeat; overflow: hidden; transition: transform .75s var(--ease), filter .75s var(--ease); }
.page-wellness .wellness-fact--melatonin figure { background-position: 0 0; }
.page-wellness .wellness-fact--theanine figure { background-position: 100% 0; }
.page-wellness .wellness-fact--magnesium figure { background-position: 0 100%; }
.page-wellness .wellness-fact--botanical figure { background-position: 100% 100%; }
.page-wellness .wellness-fact > div { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 7px 18px; padding: clamp(17px, 2vw, 26px); background: rgba(248,245,239,.97); }
.page-wellness .wellness-fact > div span { grid-column: 1 / -1; font-size: 8px; font-weight: 600; letter-spacing: .17em; opacity: .68; }
.page-wellness .wellness-fact h3 { font-family: var(--serif); font-size: clamp(25px, 2.4vw, 38px); font-weight: 500; line-height: .94; letter-spacing: -.04em; }
.page-wellness .wellness-fact p { font-size: 10px; white-space: nowrap; }
.page-wellness .wellness-fact:hover { transform: translateY(-7px); box-shadow: 0 26px 58px rgba(32,61,46,.15); }
.page-wellness .wellness-fact:hover figure { filter: saturate(1.06); transform: scale(1.018); }
.page-wellness .wellness-fact:nth-child(2),
.page-wellness .wellness-fact:nth-child(3),
.page-wellness .wellness-fact:nth-child(4),
.page-wellness .wellness-fact.reveal:nth-child(n).is-visible { transform: none; }
.page-wellness .wellness-fact.reveal:nth-child(n).is-visible:hover { transform: translateY(-7px); }
.page-wellness .wellness-formula > .legal-copy { bottom: 16px; }
.page-wellness .film-stage--wellness { background: #1f4035; }
.page-wellness .film-stage--wellness .film-frame { width: min(100%, calc((100svh - var(--header) - 190px) * 1.7778)); background: #d9e2db; box-shadow: 0 28px 72px rgba(7,24,18,.26); }
.page-wellness .film-stage--wellness .film-frame video { object-fit: cover; filter: saturate(.82) contrast(1.03); }

@media (max-width: 760px) {
  .page-home .home-products { grid-template-columns: 1fr; grid-template-rows: auto 88svh; height: auto; min-height: 0; max-height: none; overflow: visible; }
  .home-products__intro { min-height: 42svh; padding: 42px var(--pad) 34px; border-right: 0; border-bottom: 1px solid rgba(21,37,31,.14); }
  .home-products__intro h2 { margin: 16px 0 22px; font-size: clamp(58px, 18vw, 76px); line-height: .84; }
  .home-products__intro > p { font-size: 12px; line-height: 1.72; }
  .home-products__axis { width: 100%; margin-top: 30px; }
  .page-home .product-portal { width: 100%; gap: 1px; }
  .page-home .portal-card { display: block; }
  .page-home .portal-card__copy { grid-template-columns: 1fr auto; padding: 22px; border: 0; }
  .page-home .portal-card__copy h3 { font-size: 25px; }
  .page-home .portal-card__copy a { min-width: 112px; gap: 10px; padding: 11px 13px; font-size: 8px; }
  .page-home .portal-card--beauty figure img.portal-card__mood { object-position: 64% 56%; }
  .page-home .portal-card--wellness figure img.portal-card__mood { object-position: 42% 54%; }

  .page-wellness .wellness-hero { grid-template-columns: 1fr; grid-template-rows: 57% 43%; }
  .page-wellness .wellness-hero__visual { order: 1; }
  .page-wellness .wellness-hero__copy { order: 2; padding: 24px var(--pad) 28px; }
  .page-wellness .wellness-hero__copy h1 { margin: 8px 0 10px; font-size: clamp(47px, 14vw, 60px); }
  .page-wellness .wellness-hero__copy .text-link { margin-top: 10px; }
  .page-wellness .wellness-hero__visual--balance .cinematic-hero-film { object-position: 38% center; }
  .page-wellness .wellness-formula { display: grid; grid-template-columns: 1fr; height: auto; min-height: 0; max-height: none; overflow: visible; padding: 42px var(--pad) 54px; }
  .page-wellness .wellness-formula__heading { margin: 0 0 22px; }
  .page-wellness .wellness-formula__heading h2 { font-size: 42px; }
  .wellness-formula__heading > p { margin-top: 14px; font-size: 11px; }
  .page-wellness .wellness-formula__cards { height: auto; min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, minmax(248px, 34svh)); gap: 7px; }
  .page-wellness .wellness-fact > div { padding: 14px; }
  .page-wellness .wellness-fact h3 { font-size: 20px; }
  .page-wellness .wellness-fact p { font-size: 8px; }
  .page-wellness .wellness-formula > .legal-copy { position: static; margin-top: 12px; }
  .page-wellness .film-stage--wellness .film-frame { width: 100%; }
}

@media (max-width: 760px) {
  .brand-hero__copy h1.brand-hero__title-ko {
    max-width: 8.5em;
    margin-bottom: 20px;
    font-size: clamp(44px, 13vw, 58px);
    line-height: 1.12;
  }
  .beauty-hero__visual--bloom .cinematic-hero-film {
    object-fit: contain;
    object-position: center top;
  }
  .beauty-origin__copy .solid-button {
    height: 44px;
    min-width: 156px;
    margin-top: 14px;
  }
}

/* Beauty film is vertically composed: preserve its full height and crop only side fields. */
.film-stage--beauty {
  display: grid;
  grid-template-columns: minmax(230px, .66fr) minmax(420px, 1.34fr);
  align-items: center;
  gap: clamp(28px, 5vw, 82px);
  padding: 28px clamp(var(--pad), 5vw, 92px);
}
.film-stage--beauty .film-stage__heading {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.film-stage--beauty .film-stage__heading::after {
  content: "BLISS AND · MUGUNGHWA AMPOULE";
  width: 100%;
  margin-top: clamp(34px, 8vh, 76px);
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.34);
  font-size: 8px;
  letter-spacing: .2em;
  opacity: .58;
}

/* Beauty hero v26: use one coherent full-frame set instead of a keyed flower composite. */
@media (min-width: 761px) {
  .page-beauty .beauty-hero {
    display: grid;
    grid-template-columns: minmax(370px, 38%) minmax(0, 62%);
    overflow: hidden;
    background: #ead8de;
  }
  .page-beauty .beauty-hero__copy {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    padding: clamp(58px, 7vh, 76px) clamp(42px, 5vw, 80px) clamp(176px, 22vh, 204px) var(--pad);
    justify-content: flex-end;
    background: #ead8de;
  }
  .page-beauty .beauty-hero__visual {
    position: relative;
    inset: auto;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    background: #e9d8dc;
  }
  .page-beauty .beauty-hero__visual--bloom::after { display: none; }
  .page-beauty .beauty-hero__visual--bloom .cinematic-hero-film {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.86) contrast(1.025);
  }
  .page-beauty .beauty-hero__copy .text-link { margin-top: 16px; }
}

@media (max-width: 760px) {
  .page-beauty .beauty-hero__visual--bloom .cinematic-hero-film {
    object-fit: cover;
    object-position: center;
  }
}

/* Beauty hero safety pass: retain one coherent product photograph until a
   matching live-action master is available. No simulated droplet layers. */
.page-beauty .beauty-hero__visual--still picture {
  display: block;
  width: 100%;
  height: 100%;
}
.page-beauty .beauty-hero__visual--still img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover !important;
  object-position: center;
  filter: saturate(.9) contrast(1.025);
  animation: none;
}
.film-stage--beauty .film-stage__heading h2 {
  max-width: 6em;
  font-size: clamp(64px, 7vw, 108px);
  line-height: .88;
}
.film-stage--beauty .film-stage__heading p {
  align-self: flex-start;
  font-size: 13px;
  line-height: 1.7;
}
.film-stage--beauty .film-frame {
  justify-self: center;
  width: min(100%, calc((100svh - var(--header) - 56px) * .86));
  height: calc(100svh - var(--header) - 56px);
  max-height: 720px;
  aspect-ratio: 6 / 7;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}
.film-stage--beauty .film-frame video {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .film-stage--beauty {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 12px;
    padding: 22px var(--pad) 24px;
  }
  .film-stage--beauty .film-stage__heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
  }
  .film-stage--beauty .film-stage__heading::after { display: none; }
  .film-stage--beauty .film-stage__heading h2 {
    font-size: 40px;
    line-height: .92;
  }
  .film-stage--beauty .film-stage__heading p {
    align-self: end;
    max-width: 10em;
    font-size: 9px;
    line-height: 1.45;
    text-align: right;
  }
  .film-stage--beauty .film-frame {
    align-self: center;
    width: min(100%, calc((100svh - var(--header) - 150px) * .5625));
    height: auto;
    max-height: none;
    aspect-ratio: 9 / 16;
  }
}

/* Keep the viewport datum fixed so one wheel step lands flush under the header. */
@media (min-width: 761px) {
  .site-header.is-scrolled { height: var(--header); }
}

/* Brand story finale: one campaign scene, not a repeated pair of product cards. */
.page-brand .philosophy-card { isolation: isolate; }
.page-brand .philosophy-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 34% 0 0;
  background: linear-gradient(0deg, rgba(16,29,24,.88), rgba(16,29,24,0));
  pointer-events: none;
}
.page-brand .philosophy-card img {
  padding: 0;
  object-fit: cover;
  filter: saturate(.82) contrast(1.02);
}
.page-brand .philosophy-card--beauty img { object-position: center; }
.page-brand .philosophy-card--wellness img { object-position: 52% 58%; }
.page-brand .philosophy-card--routine img { object-position: center; }

.page-brand .brand-beginning {
  display: block;
  height: calc(100svh - var(--header));
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: #e6d9d9;
}
.brand-beginning__scene,
.brand-beginning__scene picture,
.brand-beginning__scene img {
  width: 100%;
  height: 100%;
}
.brand-beginning__scene { position: absolute; inset: 0; }
.brand-beginning__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247,241,234,.93) 0%, rgba(247,241,234,.7) 20%, rgba(247,241,234,0) 43%),
    linear-gradient(0deg, rgba(20,36,29,.18), transparent 38%);
  pointer-events: none;
}
.brand-beginning__scene picture { display: block; }
.brand-beginning__scene img {
  max-width: none;
  object-fit: cover;
  object-position: center;
  animation: brandEssentialCamera 9s var(--ease) both;
}
.brand-beginning__copy {
  position: absolute;
  z-index: 2;
  top: clamp(54px, 8vh, 86px);
  left: var(--pad);
  width: min(430px, 34vw);
}
.brand-beginning__copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(52px, 5.25vw, 82px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.075em;
}
.brand-beginning__copy h2 em {
  color: #70877d;
  font-family: var(--serif);
  font-weight: 500;
}
.brand-beginning__copy p {
  font-size: clamp(13px, 1.1vw, 17px);
  line-height: 1.75;
}
.brand-beginning__routes {
  position: absolute;
  z-index: 3;
  right: var(--pad);
  bottom: 28px;
  left: var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 118px;
  border: 1px solid rgba(21,37,31,.22);
  backdrop-filter: blur(12px);
}
.brand-route {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: end;
  gap: 8px 20px;
  padding: 22px 26px;
  transition: color .35s var(--ease), background .35s var(--ease);
}
.brand-route + .brand-route { border-left: 1px solid rgba(21,37,31,.22); }
.brand-route--beauty { background: rgba(248,229,234,.86); }
.brand-route--wellness { background: rgba(216,225,219,.88); }
.brand-route small { grid-column: 1 / 3; font-size: 9px; font-weight: 600; letter-spacing: .23em; }
.brand-route strong { font-size: clamp(21px, 2vw, 31px); font-weight: 400; letter-spacing: -.045em; }
.brand-route span { align-self: center; font-size: 10px; font-weight: 600; letter-spacing: .13em; }
.brand-route:hover { color: var(--white); background: rgba(23,55,45,.94); }
@keyframes brandEssentialCamera { from { transform: scale(1.035); } to { transform: scale(1); } }

@media (max-width: 760px) {
  .page-brand .brand-beginning {
    display: grid;
    grid-template-rows: minmax(0, 51%) minmax(0, 22%) minmax(0, 27%);
    height: calc(100svh - var(--header));
  }
  .brand-beginning__scene {
    position: relative;
    inset: auto;
    grid-row: 1;
    overflow: hidden;
  }
  .brand-beginning__scene::after { background: linear-gradient(0deg, rgba(21,37,31,.12), transparent 42%); }
  .brand-beginning__scene img { object-position: center 42%; }
  .brand-beginning__copy {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 2;
    width: 100%;
    padding: 16px var(--pad) 10px;
    background: #f5e9eb;
  }
  .brand-beginning__copy .eyebrow { font-size: 8px; }
  .brand-beginning__copy h2 {
    margin: 8px 0 6px;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.02;
  }
  .brand-beginning__copy p { font-size: 10px; }
  .brand-beginning__routes {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-row: 3;
    grid-template-columns: 1fr;
    min-height: 0;
    border-width: 1px 0 0;
    backdrop-filter: none;
  }
  .brand-route {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 3px 10px;
    min-height: 0;
    padding: 10px var(--pad);
  }
  .brand-route + .brand-route { border-top: 1px solid rgba(21,37,31,.18); border-left: 0; }
  .brand-route small { grid-column: 1; font-size: 7px; }
  .brand-route strong { font-size: 17px; }
  .brand-route span { grid-column: 2; grid-row: 1 / 3; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-beginning__scene img { animation: none; }
}

/* Beauty hero v42: one restrained campaign still, with copy and product kept in
   separate fields. The product film below remains intentionally untouched. */
@media (min-width: 761px) {
  .page-beauty .beauty-hero {
    display: grid;
    grid-template-columns: minmax(370px, 38%) minmax(0, 62%);
    background: #ead8de;
  }
  .page-beauty .beauty-hero__copy {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding: clamp(64px, 7vh, 84px) clamp(42px, 5vw, 80px) clamp(196px, 22vh, 244px) var(--pad);
    background: #ead8de;
  }
  .page-beauty .beauty-hero__copy h1 {
    margin: 16px 0 24px;
    max-width: 7em;
    font-size: clamp(64px, 6.25vw, 102px);
    line-height: 1.02;
  }
  .page-beauty .beauty-hero__copy .text-link {
    margin-top: 10px;
  }
  .page-beauty .beauty-hero__visual--still {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
  }
  .page-beauty .beauty-hero__visual--still img {
    object-fit: cover !important;
    object-position: center;
  }
}

@media (max-width: 760px) {
  .page-beauty .beauty-hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 62%) minmax(0, 38%);
    overflow: hidden;
    background: #ead8de;
  }
  .page-beauty .beauty-hero__visual--still {
    position: relative;
    inset: auto;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    order: initial;
  }
  .page-beauty .beauty-hero__visual--still::after { display: none; }
  .page-beauty .beauty-hero__visual--still img {
    object-fit: cover !important;
    object-position: center 54%;
  }
  .page-beauty .beauty-hero__copy {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 20px var(--pad) 24px;
    background: #ead8de;
    order: initial;
  }
  .page-beauty .beauty-hero__copy h1 {
    margin: 9px 0 13px;
    max-width: none;
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.02;
  }
  .page-beauty .beauty-hero__copy .text-link { margin-top: 0; }
}

/* Cinematic micro-motion belongs to the hero only: a restrained camera push
   and drifting daylight, without simulated flowers or liquid compositing. */
.page-beauty .beauty-hero__visual--cinematic {
  isolation: isolate;
  background: #bea097;
}
.page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-beauty .beauty-hero__visual--cinematic picture {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-beauty .beauty-hero__visual--cinematic img {
  will-change: transform;
  transform-origin: 52% 58%;
  animation: beautyHeroCamera 12s cubic-bezier(.2,.66,.28,1) both;
}
.page-beauty .beauty-hero__visual--cinematic::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -22%;
  pointer-events: none;
  background: radial-gradient(ellipse at 20% 20%, rgba(255,247,240,.34) 0%, rgba(255,239,235,.13) 30%, transparent 62%);
  mix-blend-mode: screen;
  filter: blur(20px);
  opacity: .72;
  transform: translate3d(-4%, -2%, 0);
  animation: beautyHeroDaylight 9s ease-in-out infinite alternate;
}
.page-beauty .beauty-hero__visual--cinematic::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(44,25,28,.035), transparent 28%, transparent 74%, rgba(44,25,28,.08));
}
@keyframes beautyHeroCamera {
  from { transform: scale(1.012) translate3d(-.3%, .2%, 0); }
  to { transform: scale(1.043) translate3d(.45%, -.35%, 0); }
}
@keyframes beautyHeroDaylight {
  from { transform: translate3d(-4%, -2%, 0) scale(1); opacity: .52; }
  to { transform: translate3d(6%, 3%, 0) scale(1.08); opacity: .82; }
}

@media (max-width: 760px) {
  .page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
    object-position: 50% center;
  }
  .page-beauty .beauty-hero__visual--cinematic img {
    transform-origin: 50% 55%;
    animation-duration: 10s;
  }
  .page-beauty .beauty-hero__visual--cinematic::before {
    opacity: .58;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-beauty .beauty-hero__visual--cinematic img,
  .page-beauty .beauty-hero__visual--cinematic::before {
    animation: none;
  }
}

/* Quiet Transformation — final production system */
@media (min-width: 761px) {
  .page main > .screen {
    height: calc(100svh - var(--header));
    min-height: 620px;
    overflow: hidden;
  }
}

/* Brand: an editorial story rail followed by a graphic choice, not a product repeat. */
.page-brand .brand-philosophy {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: clamp(30px, 4vh, 48px) 0 clamp(24px, 3vh, 36px);
  background: #17372d;
}
.page-brand .brand-philosophy__heading {
  width: calc(100% - var(--pad) * 2);
  margin: 0 auto clamp(20px, 3vh, 34px);
}
.page-brand .brand-philosophy__grid {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  gap: clamp(14px, 1.6vw, 24px);
  align-items: stretch;
  overflow-x: auto;
  padding: 0 max(var(--pad), 20vw);
  scroll-padding-inline: max(var(--pad), 20vw);
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
}
.page-brand .brand-philosophy__grid::-webkit-scrollbar { display: none; }
.page-brand .brand-philosophy__grid.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.page-brand .philosophy-card {
  flex: 0 0 min(60vw, 820px);
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(255,255,255,.22);
  scroll-snap-align: center;
  opacity: .28;
  transform: scale(.935);
  filter: saturate(.66);
  transition: opacity .7s var(--ease), transform .8s var(--ease), filter .8s var(--ease);
}
.page-brand .philosophy-card.reveal,
.page-brand .philosophy-card.reveal.is-visible { opacity: .28; transform: scale(.935); }
.page-brand .philosophy-card.is-active,
.page-brand .philosophy-card.reveal.is-active,
.page-brand .philosophy-card.reveal.is-active.is-visible { opacity: 1; transform: scale(1); filter: none; }
.page-brand .philosophy-card img { padding: 0; object-fit: cover; }
.page-brand .philosophy-card div { left: clamp(24px, 3vw, 44px); right: clamp(24px, 3vw, 44px); bottom: clamp(24px, 3vw, 40px); }
.page-brand .philosophy-card p { font-size: clamp(12px, 1vw, 15px); opacity: .82; }

.brand-worlds {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(22px, 3vh, 36px);
  padding: clamp(34px, 5vh, 60px) var(--pad) clamp(30px, 4vh, 50px);
  background: #f4eee8;
}
.brand-worlds__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.brand-worlds__heading h2 { font-family: var(--serif); font-size: clamp(50px, 5.7vw, 88px); font-weight: 500; line-height: .86; letter-spacing: -.065em; text-align: right; }
.brand-worlds__heading h2 em { color: #7d9188; font-weight: 500; }
.brand-worlds__routes { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(21,37,31,.2); }
.brand-world {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 60px);
  overflow: hidden;
  transition: filter .55s var(--ease), transform .55s var(--ease);
}
.brand-world::before,
.brand-world::after { content: ""; position: absolute; pointer-events: none; border-radius: 50%; }
.brand-world::before { width: min(34vw, 520px); aspect-ratio: 1; right: 0; top: -38%; border: 1px solid currentColor; opacity: .22; transform: translateX(22%); }
.brand-world::after { width: min(17vw, 260px); aspect-ratio: 1; right: 8%; top: -5%; background: rgba(255,255,255,.16); filter: blur(1px); }
.brand-world--beauty { color: #3d242e; background: linear-gradient(145deg, #f5e5e9, #dcaebb); }
.brand-world--wellness { color: #f9f5ed; background: linear-gradient(145deg, #81998e, #23483b); }
.brand-world > span { position: absolute; left: clamp(28px, 4vw, 60px); top: clamp(26px, 3vw, 46px); font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.brand-world h3 { position: relative; font-family: var(--serif); font-size: clamp(58px, 7vw, 112px); font-weight: 500; line-height: .82; letter-spacing: -.07em; }
.brand-world p { position: relative; margin-top: 18px; font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.brand-world i { position: absolute; right: clamp(28px, 4vw, 60px); bottom: clamp(28px, 4vw, 60px); font-size: 28px; font-style: normal; transition: transform .4s var(--ease); }
.brand-world:hover { filter: saturate(1.08); }
.brand-world:hover i { transform: translate(7px,-7px); }

/* Beauty: pink editorial hero, one consolidated product routine, focused carousel. */
.page-beauty .beauty-hero { grid-template-columns: minmax(360px, 36%) minmax(0, 64%); background: #ead4db; }
.page-beauty .beauty-hero__copy {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: clamp(54px, 7vh, 86px) clamp(40px, 5vw, 78px) clamp(54px, 7vh, 86px) var(--pad);
  background: #ead4db;
}
.page-beauty .beauty-hero__copy h1 { margin: 18px 0 34px; max-width: 7em; font-size: clamp(62px, 6.3vw, 104px); line-height: 1.04; }
.page-beauty .beauty-hero__copy .text-link { margin-top: 18px; }
.page-beauty .beauty-hero__visual--cinematic { position: relative; grid-column: 2; grid-row: 1; height: 100%; background: #e8d8d2; }
.page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film { object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.02); }
.page-beauty .beauty-hero__visual--cinematic::before { display: none; }
.page-beauty .beauty-hero__visual--cinematic::after { background: linear-gradient(90deg, rgba(234,212,219,.18), transparent 25%), linear-gradient(180deg, transparent 76%, rgba(45,31,34,.08)); }

.beauty-origin__gallery { position: relative; }
.image-shop {
  position: absolute;
  z-index: 6;
  right: clamp(20px, 2.6vw, 42px);
  bottom: clamp(20px, 2.6vw, 42px);
  min-width: 150px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 20px;
  border: 1px solid rgba(21,37,31,.22);
  border-radius: 999px;
  background: rgba(255,253,249,.88);
  color: var(--green);
  box-shadow: 0 16px 34px rgba(21,37,31,.14);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  transition: transform .35s var(--ease), background .35s var(--ease);
}
.image-shop:hover { transform: translateY(-4px); background: #fffdf9; }
.image-shop span { font-size: 16px; }
.image-shop--beauty { right: auto; left: clamp(20px, 2.6vw, 42px); }

.formula-screen--ha { padding: clamp(26px, 3.4vh, 42px) 0 clamp(18px, 2vh, 24px); }
.formula-screen--ha .ingredient-group { display: grid; grid-template-rows: auto minmax(0,1fr) auto; height: 100%; min-height: 0; }
.formula-screen--ha .ingredient-group > header { margin-bottom: clamp(16px, 2.4vh, 26px); }
.formula-screen--ha .ingredient-grid--ha {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  grid-template-columns: none;
  gap: clamp(14px, 1.6vw, 24px);
  align-items: stretch;
  overflow-x: auto;
  padding: 0 max(var(--pad), 22vw);
  scroll-padding-inline: max(var(--pad), 22vw);
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
}
.formula-screen--ha .ingredient-grid--ha::-webkit-scrollbar { display: none; }
.formula-screen--ha .ingredient-grid--ha.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.formula-screen--ha .ingredient-grid--ha .ingredient-card {
  position: relative;
  flex: 0 0 min(56vw, 760px);
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  grid-template-rows: auto auto minmax(0,1fr);
  scroll-snap-align: center;
  opacity: .3;
  transform: scale(.93);
  transition: opacity .7s var(--ease), transform .8s var(--ease), box-shadow .7s var(--ease);
}
.formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal,
.formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal.is-visible { opacity: .3; transform: scale(.93); }
.formula-screen--ha .ingredient-grid--ha .ingredient-card.is-active,
.formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal.is-active,
.formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal.is-active.is-visible { opacity: 1; transform: scale(1); box-shadow: 0 22px 54px rgba(83,48,59,.13); }
.formula-screen--ha .ingredient-grid--ha .ingredient-card figure { grid-column: 1; grid-row: 1 / 4; width: 100%; height: 100%; margin: 0; }
.formula-screen--ha .ingredient-grid--ha .ingredient-card > span { grid-column: 2; align-self: end; margin: clamp(28px, 4vw, 52px) clamp(22px, 3vw, 38px) 0; }
.formula-screen--ha .ingredient-grid--ha .ingredient-card h4 { grid-column: 2; margin: 12px clamp(22px, 3vw, 38px) 0; font-size: clamp(23px, 2.2vw, 34px); }
.formula-screen--ha .ingredient-grid--ha .ingredient-card > p { grid-column: 2; align-self: end; margin: 18px clamp(22px, 3vw, 38px) clamp(26px, 3vw, 42px); }
.formula-screen--ha .effect-number { color: rgba(117,62,80,.58); }
.formula-screen--ha .formula-note { margin-top: 12px; }

/* Wellness: plant-led information, cinematic evening rhythm and a single product close. */
.page-wellness .wellness-hero { grid-template-columns: minmax(360px, 36%) minmax(0, 64%); background: #e6ece4; }
.page-wellness .wellness-hero__copy { grid-column: 1; grid-row: 1; justify-content: center; padding: clamp(54px, 7vh, 86px) clamp(40px, 5vw, 78px) clamp(54px, 7vh, 86px) var(--pad); }
.page-wellness .wellness-hero__copy h1 { margin: 18px 0 34px; max-width: 7em; font-size: clamp(58px, 5.9vw, 96px); line-height: 1.06; }
.page-wellness .wellness-hero__copy .text-link { margin-top: 18px; }
.page-wellness .wellness-hero__visual--balance { grid-column: 2; grid-row: 1; height: 100%; }
.page-wellness .wellness-hero__visual--balance .cinematic-hero-film { object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.025); }
.page-wellness .wellness-hero__visual--balance::after { background: linear-gradient(90deg, rgba(230,236,228,.16), transparent 26%), linear-gradient(180deg, transparent 74%, rgba(20,42,34,.11)); }

.wellness-evening { isolation: isolate; color: #fffdf9; background: #293f38; }
.wellness-evening__scene { position: absolute; z-index: -2; inset: 0; }
.wellness-evening__scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,39,31,.82) 0%, rgba(18,39,31,.28) 46%, rgba(18,39,31,.05) 74%), linear-gradient(0deg, rgba(18,39,31,.52), transparent 44%); }
.wellness-evening__scene img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); transition: transform 6s var(--ease); }
.wellness-evening:has(.is-visible) .wellness-evening__scene img { transform: scale(1); }
.wellness-evening__copy { position: absolute; left: var(--pad); top: clamp(56px, 9vh, 100px); }
.wellness-evening__copy h2 { margin-top: 20px; font-family: var(--serif); font-size: clamp(72px, 9vw, 148px); font-weight: 500; line-height: .77; letter-spacing: -.07em; }
.wellness-evening__copy h2 em { color: #c7d4ca; font-weight: 500; }
.wellness-evening__steps { position: absolute; left: var(--pad); right: var(--pad); bottom: clamp(36px, 6vh, 66px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.45); list-style: none; }
.wellness-evening__steps li { display: flex; flex-direction: column; gap: 11px; padding: 18px 14px 0 0; border-right: 1px solid rgba(255,255,255,.28); }
.wellness-evening__steps li:last-child { border-right: 0; padding-left: 18px; }
.wellness-evening__steps li:nth-child(2) { padding-left: 18px; }
.wellness-evening__steps span { font-size: 8px; font-weight: 600; letter-spacing: .18em; opacity: .7; }
.wellness-evening__steps b { font-size: clamp(15px, 1.3vw, 20px); font-weight: 400; }

.wellness-routine__visual { position: relative; }
.wellness-routine__copy h2 { margin-top: 18px; }
.wellness-routine__copy small { margin-bottom: 0; }

@media (min-width: 761px) {
  .wellness-routine__visual { min-height: 0; padding: 0; overflow: hidden; }
  .wellness-routine__visual img { position: absolute; inset: 34px; width: calc(100% - 68px); height: calc(100% - 68px); min-height: 0; object-fit: contain !important; }
}

/* Compact footer remains a separate final scroll destination. */
.site-footer { min-height: 0; padding: 28px var(--pad) 18px; grid-template-rows: auto auto auto; }
.site-footer__lead { padding-bottom: 20px; }
.site-footer__lead strong { font-size: clamp(42px, 5.8vw, 84px); }
.site-footer__info { gap: 34px; padding: 26px 0; align-content: start; }
.site-footer__info p { margin-top: 8px; font-size: clamp(11px, 1vw, 14px); line-height: 1.6; }
.site-footer__bottom { padding-top: 14px; }

@media (max-width: 760px) {
  .page main > .screen { height: auto; min-height: 100svh; overflow: visible; }

  .page-brand .brand-philosophy { min-height: 100svh; padding: 34px 0 30px; }
  .page-brand .brand-philosophy__heading { display: flex; align-items: flex-end; padding: 0 var(--pad); width: 100%; }
  .page-brand .brand-philosophy__heading h2 { margin: 0; font-size: 34px; text-align: right; }
  .page-brand .brand-philosophy__grid { min-height: 62svh; padding: 0 9vw; scroll-padding-inline: 9vw; }
  .page-brand .philosophy-card { flex-basis: 82vw; }
  .page-brand .philosophy-card div { left: 22px; right: 22px; bottom: 24px; }
  .page-brand .philosophy-card h3 { font-size: 38px; }

  .brand-worlds { min-height: 100svh; gap: 20px; padding: 40px var(--pad); }
  .brand-worlds__heading { display: block; }
  .brand-worlds__heading h2 { margin-top: 16px; font-size: 48px; line-height: .88; text-align: left; }
  .brand-worlds__routes { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .brand-world { min-height: 30svh; padding: 24px; }
  .brand-world > span { left: 24px; top: 20px; font-size: 7px; }
  .brand-world h3 { font-size: 54px; }
  .brand-world p { margin-top: 9px; font-size: 9px; }
  .brand-world i { right: 24px; bottom: 24px; font-size: 22px; }
  .brand-world::before, .brand-world::after { display: none; }

  .page-beauty .beauty-hero,
  .page-wellness .wellness-hero { height: calc(100svh - var(--header)); min-height: 620px; display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(0, 59%) minmax(0, 41%); overflow: hidden; }
  .page-beauty .beauty-hero__visual--cinematic,
  .page-wellness .wellness-hero__visual--balance { position: relative; grid-column: 1; grid-row: 1; order: initial; width: 100%; height: 100%; }
  .page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film { object-position: center; }
  .page-wellness .wellness-hero__visual--balance .cinematic-hero-film { object-position: 37% center; }
  .page-beauty .beauty-hero__copy,
  .page-wellness .wellness-hero__copy { position: relative; grid-column: 1; grid-row: 2; order: initial; width: 100%; height: 100%; justify-content: center; padding: 22px var(--pad) 26px; }
  .page-beauty .beauty-hero__copy h1,
  .page-wellness .wellness-hero__copy h1 { margin: 8px 0 12px; max-width: none; font-size: clamp(42px, 12.8vw, 57px); line-height: 1.05; }
  .page-beauty .beauty-hero__copy .text-link,
  .page-wellness .wellness-hero__copy .text-link { margin-top: 0; }

  .beauty-origin { min-height: 0 !important; grid-template-columns: 1fr; grid-template-rows: 58svh auto; }
  .beauty-origin__image { padding: 14px; }
  .beauty-origin__copy { padding: 44px var(--pad) 54px; }
  .beauty-origin__copy h2 { font-size: 54px; }
  .image-shop { right: 24px; bottom: 24px; min-width: 130px; height: 48px; }
  .image-shop--beauty { left: 24px; right: auto; }

  .formula-screen--ha { min-height: 100svh !important; padding: 32px 0 22px; }
  .formula-screen--ha .ingredient-group > header { padding: 0 var(--pad); width: 100%; }
  .formula-screen--ha .ingredient-grid--ha { min-height: 62svh; padding: 0 9vw; scroll-padding-inline: 9vw; gap: 10px; }
  .formula-screen--ha .ingredient-grid--ha .ingredient-card { flex-basis: 82vw; grid-template-columns: 1fr; grid-template-rows: minmax(0, 58%) auto auto 1fr; }
  .formula-screen--ha .ingredient-grid--ha .ingredient-card figure { grid-column: 1; grid-row: 1; }
  .formula-screen--ha .ingredient-grid--ha .ingredient-card > span { grid-column: 1; margin: 16px 18px 0; }
  .formula-screen--ha .ingredient-grid--ha .ingredient-card h4 { grid-column: 1; margin: 7px 18px 0; font-size: 22px; }
  .formula-screen--ha .ingredient-grid--ha .ingredient-card > p { grid-column: 1; margin: 10px 18px 18px; font-size: 10px; }
  .formula-screen--ha .formula-note { padding: 0 var(--pad); }

  .formula-screen--amino { min-height: 100svh !important; padding: 34px 0 28px; }
  .formula-screen--amino .amino-effect-grid { width: calc(100% - var(--pad) * 2); height: auto; min-height: 68svh; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 38svh 31svh; gap: 8px; padding: 0; overflow: visible; }
  .formula-screen--amino .amino-effect-card,
  .formula-screen--amino .amino-effect-card:nth-child(n) { width: auto; height: 100%; min-width: 0; padding: 0 14px 14px; }
  .formula-screen--amino .amino-effect-card:first-child { grid-column: 1 / -1; }
  .formula-screen--amino .amino-effect-card figure { width: calc(100% + 28px); margin-left: -14px; }
  .formula-screen--amino .amino-effect-card > span { margin-top: 10px; font-size: 6px; }
  .formula-screen--amino .amino-effect-card h4 { margin-top: 5px; font-size: 18px; }
  .formula-screen--amino .amino-effect-card p { margin-top: 6px; font-size: 8px; line-height: 1.42; }
  .formula-screen--amino .amino-effect-card i { display: none; }
  .formula-screen--amino .amino-index { display: none; }

  .formula-screen--botanical { min-height: 100svh !important; }

  .page-wellness .wellness-formula { min-height: 100svh; }
  .wellness-evening { min-height: 100svh !important; }
  .wellness-evening__scene img { object-position: 58% center; }
  .wellness-evening__scene::after { background: linear-gradient(180deg, rgba(18,39,31,.62), rgba(18,39,31,.08) 42%, rgba(18,39,31,.72)); }
  .wellness-evening__copy { left: var(--pad); top: 50px; }
  .wellness-evening__copy h2 { font-size: 62px; line-height: .82; }
  .wellness-evening__steps { left: var(--pad); right: var(--pad); bottom: 42px; grid-template-columns: 1fr; }
  .wellness-evening__steps li { flex-direction: row; justify-content: space-between; align-items: center; gap: 20px; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .wellness-evening__steps li:nth-child(2),
  .wellness-evening__steps li:last-child { padding-left: 0; }
  .wellness-evening__steps b { font-size: 14px; }

  .wellness-routine { min-height: 0 !important; grid-template-columns: 1fr; grid-template-rows: 56svh auto; }
  .wellness-routine__visual { padding: 14px; }
  .wellness-routine__copy { padding: 44px var(--pad) 54px; }

  .site-footer { min-height: 0; padding: 24px var(--pad) 16px; }
  .site-footer__lead { align-items: center; padding-bottom: 16px; }
  .site-footer__lead strong { font-size: 38px; }
  .site-footer__info { grid-template-columns: 1fr 1fr; gap: 18px 22px; padding: 22px 0; }
  .site-footer__info > div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .site-footer__info p { font-size: 10px; }

  .beauty-origin__rings { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__copy { opacity: 1; animation: none; }
  .home-hero__plane { animation: none; transform: none; }
  .home-hero__light { display: none; }
  .philosophy-card,
  .ingredient-grid--ha .ingredient-card,
  .wellness-evening__scene img { transition: none !important; }
}

/* Keep v6 full-bleed geometry last in the cascade. */
.page-brand .brand-philosophy { grid-template-rows: auto minmax(0, 1fr) auto; }
.formula-screen--ha .ingredient-group { grid-template-rows: auto minmax(0, 1fr) auto auto; }
.page-wellness .wellness-hero {
  position: relative;
  display: block;
  grid-template-columns: none;
  isolation: isolate;
  color: #fffdf9;
  background: #30483e;
}
.page-wellness .wellness-hero__visual--balance {
  position: absolute;
  z-index: -2;
  inset: 0;
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  height: 100%;
}
.page-wellness .wellness-hero__visual--balance .cinematic-hero-film { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-wellness .wellness-hero__visual--balance::after { background: linear-gradient(90deg, rgba(17,38,31,.82), rgba(17,38,31,.42) 36%, transparent 70%), linear-gradient(0deg, rgba(17,38,31,.26), transparent 48%); }
.page-wellness .wellness-hero__copy {
  position: relative;
  z-index: 2;
  grid-column: auto;
  grid-row: auto;
  width: min(610px, 48vw);
  height: 100%;
  padding: clamp(70px, 9vh, 110px) var(--pad);
  color: #fffdf9;
}
.page-wellness .wellness-hero__copy h1 { max-width: none; font-size: clamp(72px, 7.7vw, 124px); }
.page-wellness .wellness-hero__copy {
  position: absolute;
  left: 57%;
  top: 50%;
  width: min(38vw, 540px);
  height: auto;
  padding: 0;
  transform: translateY(-50%);
  color: #18372d;
}
.page-wellness .wellness-hero__copy h1 { font-size: clamp(68px, 6.8vw, 108px); text-shadow: none; }
.page-wellness .wellness-hero__copy .text-link { color: #18372d; }
.page-wellness .wellness-hero__visual--balance::after { background: linear-gradient(90deg, transparent 0 45%, rgba(235,239,229,.12) 56%, rgba(235,239,229,.58) 100%), linear-gradient(0deg, rgba(17,38,31,.08), transparent 44%); }

.page-beauty .beauty-origin__copy,
.page-wellness .wellness-routine__copy {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.page-beauty .beauty-origin__copy { padding-right: 0; }
.page-wellness .wellness-routine__copy { padding-right: 0; }
.page-wellness .wellness-routine__copy { right: 5vw; width: min(34vw, 490px); }
.page-wellness .wellness-routine__copy h2 { font-size: clamp(52px, 5.2vw, 82px); }
.wellness-evening__copy h2 { font-size: clamp(62px, 7.4vw, 118px); line-height: .84; }

@media (max-width: 760px) {
  .page-brand .brand-philosophy { grid-template-rows: auto minmax(0, 1fr) auto; }
  .formula-screen--ha .ingredient-group { grid-template-rows: auto minmax(0, 1fr) auto auto; }
  .page-wellness .wellness-hero { display: block; grid-template-columns: none; grid-template-rows: none; min-height: calc(100svh - var(--header)); }
  .page-wellness .wellness-hero__visual--balance { position: absolute; grid-column: auto; grid-row: auto; }
  .page-wellness .wellness-hero__visual--balance .cinematic-hero-film { object-position: 27% center; }
  .page-wellness .wellness-hero__visual--balance::after { background: linear-gradient(180deg, rgba(17,38,31,.12), rgba(17,38,31,.2) 43%, rgba(17,38,31,.86)); }
  .page-wellness .wellness-hero__copy { grid-column: auto; grid-row: auto; width: 100%; height: 100%; justify-content: flex-end; padding: 0 var(--pad) 72px; }
  .page-wellness .wellness-hero__copy h1 { font-size: 60px; }
  .page-wellness .wellness-hero__copy {
    position: absolute;
    left: var(--pad);
    right: var(--pad);
    top: 96px;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 0;
    transform: none;
    color: #18372d;
  }
  .page-wellness .wellness-hero__copy h1 { margin: 8px 0 12px; font-size: 54px; text-shadow: none; }
  .page-wellness .wellness-hero__copy .text-link { color: #18372d; }
  .page-wellness .wellness-hero__visual--balance::after { background: linear-gradient(180deg, rgba(237,240,231,.36), transparent 42%, rgba(17,38,31,.12)); }
  .page-beauty .beauty-origin__copy,
  .page-wellness .wellness-routine__copy { padding: 20px 0 0; }
  .page-wellness .wellness-routine__copy { left: var(--pad); right: var(--pad); top: 96px; bottom: auto; width: auto; padding: 0; transform: none; }
  .page-wellness .wellness-routine__copy h2 { font-size: 40px; }
  .page-wellness .wellness-routine__copy dl { width: 82%; margin: 14px 0 8px; }
  .page-wellness .wellness-routine__copy small { display: block; width: 82%; }
  .wellness-evening__copy h2 { font-size: 48px; line-height: .92; }
}

/* v8 — distinct page rhythms, campaign imagery, seamless manual rail */
.page-brand .brand-hero figure img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.04);
}

.page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
  object-fit: cover;
  object-position: center;
}
.page-brand .brand-hero figure::after {
  background:
    linear-gradient(90deg, rgba(17,38,31,.84) 0%, rgba(17,38,31,.58) 28%, rgba(17,38,31,.08) 58%, transparent 74%),
    linear-gradient(0deg, rgba(17,38,31,.22), transparent 46%);
}
.page-brand .brand-hero__copy { width: min(66vw, 940px); }
.page-brand .brand-hero__copy p { opacity: .82; }
.page-brand .brand-hero__title-ko > span {
  display: block;
  white-space: nowrap;
}

.page-brand .brand-philosophy { padding-inline: 0; }
.page-brand .brand-philosophy__heading { padding-inline: var(--pad); }
.page-brand .brand-philosophy__grid {
  display: flex;
  grid-template-columns: none;
  gap: clamp(14px, 1.6vw, 26px);
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 0 18vw 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 18vw;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
}
.page-brand .brand-philosophy__grid::-webkit-scrollbar { display: none; }
.page-brand .brand-philosophy__grid.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.page-brand .philosophy-card {
  flex: 0 0 min(64vw, 980px);
  width: min(64vw, 980px);
  height: 100%;
  scroll-snap-align: center;
  border: 1px solid rgba(255,255,255,.34);
}
.page-brand .rail-controls { width: min(64vw, 980px); margin-inline: auto; }

.brand-worlds { background: #f2ece6; }
.brand-worlds__routes { gap: clamp(10px, 1.2vw, 18px); background: transparent; }
.brand-world {
  isolation: isolate;
  background: #29483d;
  color: #fffaf4;
  box-shadow: 0 18px 46px rgba(28,38,33,.11);
}
.brand-world > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .85s var(--ease), filter .85s var(--ease);
}
.brand-world::before {
  z-index: -1;
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  opacity: 1;
  transform: none;
  background: linear-gradient(0deg, rgba(13,30,24,.82), rgba(13,30,24,.06) 62%);
}
.brand-world::after { display: none; }
.brand-world--beauty { color: #fffaf8; background: #d9aeba; }
.brand-world--beauty::before { background: linear-gradient(0deg, rgba(61,28,40,.76), rgba(61,28,40,.03) 63%); }
.brand-world--wellness { color: #fffaf4; background: #264438; }
.brand-world:hover > img { transform: scale(1.035); filter: saturate(1.06); }
.brand-world > span,
.brand-world h3,
.brand-world p,
.brand-world i { z-index: 2; }

.home-about--identity .home-about__story-image { object-position: center; }
.home-about--identity .home-about__visual::after {
  background: linear-gradient(90deg, rgba(16,35,28,.86) 0%, rgba(16,35,28,.66) 24%, rgba(16,35,28,.12) 44%, transparent 64%);
}
.home-about--identity .home-about__copy { width: min(520px, 34vw); }

.page-wellness .wellness-hero__copy {
  left: 60%;
  top: 18%;
  width: min(34vw, 560px);
  transform: none;
}
.page-wellness .wellness-hero__copy h1 {
  margin: 14px 0 20px;
  font-size: clamp(58px, 5.8vw, 92px);
  line-height: .94;
  letter-spacing: -.075em;
  white-space: nowrap;
}
.page-wellness .wellness-hero__copy .wellness-hero__line { max-width: 22em; }
.page-wellness .wellness-hero__visual--balance::after {
  background: linear-gradient(90deg, transparent 0 48%, rgba(232,237,227,.16) 60%, rgba(232,237,227,.62) 100%);
}

.wellness-evening__scene::after {
  background:
    linear-gradient(90deg, rgba(13,31,25,.78) 0%, rgba(13,31,25,.28) 46%, transparent 72%),
    linear-gradient(0deg, rgba(13,31,25,.66), transparent 40%);
}
.wellness-evening__copy {
  left: var(--pad);
  top: clamp(90px, 13vh, 138px);
  width: min(56vw, 820px);
}
.wellness-evening__copy h2 {
  margin-top: 16px;
  font-family: var(--sans);
  font-size: clamp(56px, 6.6vw, 104px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.065em;
}
.wellness-evening__copy h2 em {
  display: inline-block;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.05em;
}
.wellness-evening__copy p { margin-top: 18px; max-width: 31em; }
.wellness-evening__steps {
  left: var(--pad);
  right: auto;
  bottom: clamp(34px, 5vh, 56px);
  width: min(66vw, 930px);
  grid-template-columns: repeat(3, 1fr);
  border-top-color: rgba(255,255,255,.4);
}
.wellness-evening__steps li,
.wellness-evening__steps li:nth-child(2),
.wellness-evening__steps li:last-child {
  padding: 16px 18px 0 0;
  background: transparent;
}
.wellness-evening__steps li:hover,
.wellness-evening__steps li.is-active { padding-left: 0; background: transparent; }

@media (max-width: 760px) {
  .page-brand .brand-hero__copy { width: calc(100% - var(--pad) * 2); }
  .page-brand .brand-hero__title-ko > span { white-space: nowrap; }
  .page-brand .brand-hero figure img { object-position: 58% center; }
  .page-brand .brand-philosophy__grid { padding-inline: 9vw; scroll-padding-inline: 9vw; }
  .page-brand .philosophy-card { flex-basis: 82vw; width: 82vw; }
  .page-brand .rail-controls { width: 82vw; }

  .brand-worlds__routes { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .brand-world { min-height: 36svh; padding: 24px; }
  .brand-world > img { object-position: center 52%; }
  .brand-world h3 { font-size: 48px; }
  .brand-world p { margin-top: 8px; }
  .brand-world > span { left: 24px; top: 22px; }
  .brand-world i { right: 24px; bottom: 24px; }

  .home-about--identity .home-about__story-image { object-position: 54% center; }
  .home-about--identity .home-about__visual::after { background: linear-gradient(180deg, rgba(16,35,28,.08), rgba(16,35,28,.18) 44%, rgba(16,35,28,.92) 76%); }
  .home-about--identity .home-about__copy { width: 100%; }

  .page-wellness .wellness-hero__copy {
    left: var(--pad);
    right: var(--pad);
    top: auto;
    bottom: 62px;
    width: auto;
    color: #fffdf9;
  }
  .page-wellness .wellness-hero__copy h1 { font-size: 50px; white-space: normal; }
  .page-wellness .wellness-hero__copy .text-link { color: #fffdf9; }
  .page-wellness .wellness-hero__visual--balance {
    background: #182b26 url("./assets/brand-world-wellness-v8.png") 60% center / cover no-repeat;
  }
  .page-wellness .wellness-hero__visual--balance .cinematic-hero-film { opacity: 0; }
  .page-wellness .wellness-hero__visual--balance::after { background: linear-gradient(180deg, rgba(18,38,31,.04), rgba(18,38,31,.08) 42%, rgba(18,38,31,.86)); }

  .wellness-evening__copy { left: var(--pad); right: var(--pad); top: 94px; width: auto; }
  .wellness-evening__copy h2 { font-size: 46px; line-height: 1; }
  .wellness-evening__copy p { max-width: 20em; font-size: 11px; }
  .wellness-evening__steps { left: var(--pad); right: var(--pad); bottom: 30px; width: auto; grid-template-columns: 1fr; }
  .wellness-evening__steps li,
  .wellness-evening__steps li:nth-child(2),
  .wellness-evening__steps li:last-child { flex-direction: row; align-items: center; justify-content: space-between; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
}

/* v12 final hero geometry — intentionally last in the cascade. */
.page-beauty .beauty-hero {
  position: relative;
  isolation: isolate;
  display: block;
  height: calc(100svh - var(--header));
  min-height: 620px;
  overflow: hidden;
  color: #17372d;
  background: #ead4db;
}
.page-beauty .beauty-hero__visual--cinematic {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ead4db;
}
.page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.01);
}
.page-beauty .beauty-hero__visual--cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244,226,232,.9) 0%, rgba(244,226,232,.68) 24%, rgba(244,226,232,.14) 46%, transparent 64%),
    linear-gradient(0deg, rgba(244,226,232,.18), transparent 34%);
}
.page-beauty .beauty-hero__copy {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  top: 50%;
  width: min(36vw, 520px);
  height: auto;
  padding: 0;
  transform: translateY(-42%);
  background: transparent;
}
.page-beauty .beauty-hero__copy h1 {
  max-width: none;
  margin: 18px 0 26px;
  font-size: clamp(64px, 6.8vw, 110px);
  line-height: 1.02;
}
.page-beauty .beauty-hero__copy .text-link { margin-top: 22px; }

@media (max-width: 760px) {
  .page-beauty .beauty-hero {
    position: relative;
    display: block;
    height: calc(100svh - var(--header));
    min-height: 620px;
  }
  .page-beauty .beauty-hero__visual--cinematic {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .page-beauty .beauty-hero__visual--cinematic::after {
    background: linear-gradient(0deg, rgba(244,226,232,.94) 0%, rgba(244,226,232,.62) 30%, rgba(244,226,232,.08) 58%, transparent 76%);
  }
  .page-beauty .beauty-hero__copy {
    left: var(--pad);
    right: var(--pad);
    top: auto;
    bottom: 48px;
    width: auto;
    height: auto;
    padding: 0;
    transform: none;
    background: transparent;
  }
  .page-beauty .beauty-hero__copy h1 { margin: 10px 0 16px; font-size: clamp(48px, 14vw, 62px); line-height: 1.04; }
}

.page-beauty .formula-screen--ha,
.page-beauty .formula-screen--amino {
  height: auto !important;
  max-height: none !important;
}

/* v14 — aligned product notes and a compact visual moisture board. */
.page-beauty .beauty-origin__copy dl {
  display: grid;
  gap: 10px;
  margin-top: clamp(30px, 4vh, 48px);
  border: 0;
}
.page-beauty .beauty-origin__copy dl div {
  min-height: 62px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(99,55,69,.2);
  background: rgba(255,252,251,.66);
  backdrop-filter: blur(8px);
}
.page-beauty .beauty-origin__copy dt {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 0 14px;
  color: #fffaf8;
  background: rgba(157,81,106,.9);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .18em;
}
.page-beauty .beauty-origin__copy dd {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 22px;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.45;
  word-break: keep-all;
}

.page-beauty .formula-screen--ha {
  min-height: calc(100svh - var(--header));
  padding: clamp(46px, 6vh, 76px) 0 clamp(42px, 5vh, 64px);
}
.page-beauty .formula-screen--ha .ingredient-group > header {
  margin-bottom: clamp(20px, 2.7vh, 32px);
}
.page-beauty .formula-screen--ha .ingredient-grid--ha {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, .8vw, 13px);
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card:nth-child(n),
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card.reveal.is-visible,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card.is-active {
  position: relative;
  isolation: isolate;
  height: clamp(390px, 50vh, 540px);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: clamp(22px, 2.4vw, 34px);
  overflow: hidden;
  color: #fffdf9;
  background: #8f6b5f;
  border: 0;
  box-shadow: 0 16px 34px rgba(91,52,65,.1);
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(46,25,31,.76) 0%, rgba(46,25,31,.24) 39%, transparent 68%);
  pointer-events: none;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card figure {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card figure img { object-fit: cover; }
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > span,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card h4,
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > p {
  position: relative;
  z-index: 2;
  grid-column: auto;
  margin-left: 0;
  margin-right: 0;
  color: inherit;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > span {
  margin-top: 0;
  font-size: 8px;
  opacity: .78;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card h4 {
  margin-top: 9px;
  font-size: clamp(22px, 1.7vw, 29px);
  line-height: 1.2;
}
.page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > p {
  align-self: auto;
  margin-top: 13px;
  margin-bottom: 0;
  padding-top: 0;
  border: 0;
  font-size: 11px;
  line-height: 1.55;
  opacity: .76;
}
.page-beauty .formula-screen--ha .effect-number {
  z-index: 2;
  top: 18px;
  right: 20px;
  color: rgba(255,252,250,.94);
}
.page-beauty .formula-screen--ha .formula-note { margin-top: 20px; }

@media (max-width: 1180px) and (min-width: 761px) {
  .page-beauty .formula-screen--ha { padding-top: 40px; padding-bottom: 38px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card,
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card:nth-child(n) {
    height: clamp(240px, 28vh, 292px) !important;
    min-height: 240px !important;
    padding: 22px 24px;
  }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card h4 { font-size: 24px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > p { margin-top: 8px; font-size: 10px; }
}

@media (max-width: 760px) {
  .page-beauty .beauty-origin__copy dl { gap: 8px; margin-top: 20px; }
  .page-beauty .beauty-origin__copy dl div { min-height: 54px; grid-template-columns: 94px minmax(0, 1fr); }
  .page-beauty .beauty-origin__copy dt { padding: 0 8px; font-size: 7px; }
  .page-beauty .beauty-origin__copy dd { padding: 9px 14px; font-size: 11px; }

  .page-beauty .formula-screen--ha { min-height: calc(100svh - var(--header)); padding: 42px 0 38px; }
  .page-beauty .formula-screen--ha .ingredient-group > header { margin-bottom: 17px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha { grid-template-columns: 1fr; gap: 7px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card,
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card:nth-child(n) {
    height: 138px !important;
    min-height: 138px !important;
    padding: 15px 18px;
  }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card::after {
    background: linear-gradient(90deg, rgba(46,25,31,.74) 0%, rgba(46,25,31,.32) 58%, transparent 100%);
  }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > span { font-size: 6px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card h4 { margin-top: 6px; font-size: 18px; }
  .page-beauty .formula-screen--ha .ingredient-grid--ha .ingredient-card > p { max-width: 74%; margin-top: 5px; font-size: 8px; }
  .page-beauty .formula-screen--ha .effect-number { top: 12px; right: 14px; font-size: 24px; }
  .page-beauty .formula-screen--ha .formula-note { margin-top: 14px; }
}

/* v16 final polish — keep the latest visual decisions last in the cascade. */
.page-home .home-hero__film {
  opacity: .58;
  filter: saturate(.76) contrast(.98);
  transform: scale(1.025);
}
.page-home .home-hero__plane--pink {
  background: linear-gradient(145deg, rgba(215,154,170,.86), rgba(226,177,188,.76));
}
.page-home .home-hero__plane--sage {
  background: linear-gradient(145deg, rgba(91,119,107,.84), rgba(113,137,127,.76));
}
.page-home .home-hero__light {
  opacity: .46;
  animation: homeLightDrift 9s ease-in-out infinite alternate;
}
@keyframes homeLightDrift {
  from { transform: translateX(-42%) translateY(-2%); }
  to { transform: translateX(42%) translateY(2%); }
}

.page-home .product-portal {
  gap: clamp(16px, 2vh, 24px);
  padding: clamp(24px, 3.4vh, 42px) clamp(24px, 3vw, 48px);
  background: transparent;
}
.page-home .portal-card {
  border-radius: clamp(24px, 2vw, 34px);
  box-shadow: 0 22px 48px rgba(30,43,36,.16);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.page-home .portal-card--beauty { transform: translateX(-7px); }
.page-home .portal-card--wellness { transform: translateX(8px); }
.page-home .portal-card--beauty:hover { transform: translate(-7px,-7px); }
.page-home .portal-card--wellness:hover { transform: translate(8px,-7px); }
.page-home .portal-card:hover { box-shadow: 0 32px 64px rgba(30,43,36,.22); }
.page-home .portal-card figure,
.page-home .portal-card figure img.portal-card__mood { border-radius: inherit; }
.page-home .portal-card figure img.portal-card__mood {
  filter: saturate(.86) contrast(.98);
}
.page-home .portal-card--beauty figure img.portal-card__mood { object-position: 50% 56%; }
.page-home .portal-card--wellness figure img.portal-card__mood { object-position: 46% 56%; }
.page-home .portal-card--beauty figure::after {
  background: linear-gradient(90deg, rgba(51,34,30,.58) 0%, rgba(51,34,30,.15) 48%, transparent 78%);
}
.page-home .portal-card--wellness figure::after {
  background: linear-gradient(90deg, rgba(18,34,29,.64) 0%, rgba(18,34,29,.16) 48%, transparent 78%);
}
.page-home .portal-card__arrow {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #17372d;
  background: rgba(255,253,249,.94);
  font-style: normal;
  font-size: 20px;
  transition: transform .35s var(--ease), background .35s var(--ease);
}
.page-home .portal-card:hover .portal-card__arrow { transform: translate(3px,-3px); background: #fff; }
.home-about--identity .home-about__story-image { object-position: 57% center; }

.page-brand .brand-hero figure::after {
  background: linear-gradient(90deg, rgba(19,41,33,.76) 0%, rgba(19,41,33,.5) 24%, rgba(19,41,33,.1) 43%, transparent 59%);
}
.page-brand .brand-hero figure img { object-position: center; filter: saturate(.94) contrast(1.01); }
.page-brand .brand-hero__copy { width: min(48vw, 760px); padding-top: 72px; }
.page-brand .brand-hero__copy p { order: -1; margin-bottom: 22px; font-size: 10px; letter-spacing: .24em; }
.page-brand .brand-hero__copy h1.brand-hero__title-ko {
  max-width: none;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.065em;
}
.page-brand .brand-philosophy.brand-daily {
  display: block;
  min-height: 0;
  height: auto;
  padding: clamp(72px, 9vh, 116px) var(--pad);
  color: #fffdf9;
  background: #17372d;
}
.page-brand .brand-daily .brand-philosophy__heading {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(38px, 7vw, 120px);
  margin: 0 0 clamp(42px, 6vh, 72px);
  padding: 0;
}
.page-brand .brand-daily .brand-philosophy__heading h2 {
  margin-top: 18px;
  font-family: var(--sans);
  font-size: clamp(46px, 5.2vw, 80px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.06em;
  text-align: left;
}
.page-brand .brand-daily .brand-philosophy__heading > p { font-size: clamp(13px, 1.05vw, 16px); line-height: 1.85; opacity: .72; }
.brand-daily__path { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: clamp(10px, 1.4vw, 22px); }
.brand-daily__path > i { align-self: center; font-style: normal; font-size: 24px; opacity: .5; }
.brand-daily__step { min-height: 220px; padding: clamp(26px, 3vw, 42px); border-radius: 28px; color: #17372d; background: #f2e5e8; }
.brand-daily__step--pm { background: #dbe4de; }
.brand-daily__step--everyday { background: #f2ede5; }
.brand-daily__step span { font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.brand-daily__step h3 { margin: 42px 0 14px; font-size: clamp(24px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.045em; }
.brand-daily__step p { max-width: 22em; font-size: 12px; line-height: 1.75; opacity: .67; word-break: keep-all; }
.brand-worlds__heading h2 { font-family: var(--sans); font-weight: 300; line-height: .98; }
.brand-worlds__heading h2 em { font-family: var(--serif); font-weight: 500; }
.brand-worlds__routes { gap: clamp(16px, 2vw, 28px); }
.brand-world { border-radius: clamp(24px, 2vw, 34px); overflow: hidden; box-shadow: 0 22px 54px rgba(27,45,37,.13); }
.brand-world--beauty > img { object-position: 50% 54%; transform: scale(1.02); filter: saturate(.86) contrast(.98); }
.brand-world--wellness > img { object-position: 46% 56%; transform: scale(1.02); filter: saturate(.86) contrast(.98); }
.brand-world--beauty:hover > img,
.brand-world--wellness:hover > img { transform: scale(1.055); filter: saturate(.94) contrast(1); }
.brand-world--beauty::before { background: linear-gradient(0deg, rgba(60,32,40,.6), rgba(60,32,40,.01) 62%); }
.brand-world--wellness::before { background: linear-gradient(0deg, rgba(20,42,34,.6), rgba(20,42,34,.01) 62%); }
.brand-world p { max-width: 22em; line-height: 1.55; text-transform: none; letter-spacing: .02em; }

.page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
  width: 102%;
  max-width: none;
  transform: translateX(-1%) scale(1.015);
}
.page-beauty .beauty-origin__rings { display: none; }
.page-beauty .beauty-origin__copy dl { gap: 12px; }
.page-beauty .beauty-origin__copy dl div {
  min-height: 56px;
  grid-template-columns: 88px minmax(0, 1fr);
  border: 1px solid rgba(99,55,69,.15);
  border-radius: 999px;
  background: rgba(255,252,251,.7);
  box-shadow: 0 10px 24px rgba(91,52,65,.05);
}
.page-beauty .beauty-origin__copy dt { border-radius: 999px; padding: 0 11px; background: rgba(157,81,106,.84); font-size: 8px; }
.page-beauty .beauty-origin__copy dd { padding: 9px 18px; }
.page-beauty .formula-screen--ha .effect-number { display: none !important; }

.page-beauty .formula-screen--synergy {
  min-height: calc(100svh - var(--header));
  height: auto !important;
  margin: 0;
  padding: clamp(54px, 7vh, 86px) 0 clamp(38px, 5vh, 64px);
  color: #fffdf9;
  background: #9a6174;
}
.page-beauty .formula-screen--synergy > header { margin-bottom: clamp(24px, 3vh, 38px); }
.page-beauty .formula-screen--synergy > header h3 { font-family: var(--sans); font-size: clamp(46px, 5vw, 76px); font-weight: 300; line-height: 1.08; }
.formula-synergy__pair { width: calc(100% - var(--pad) * 2); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 24px); }
.formula-synergy__card { min-height: clamp(350px, 42vh, 450px); display: grid; grid-template-rows: minmax(0, 60%) minmax(0, 40%); overflow: hidden; border-radius: 28px; background: rgba(255,250,248,.96); color: #17372d; box-shadow: 0 22px 48px rgba(63,34,44,.15); }
.formula-synergy__card figure { min-height: 0; overflow: hidden; }
.formula-synergy__card figure img { width: 100%; height: 100%; object-fit: cover; }
.formula-synergy__card > div { padding: clamp(22px, 2.5vw, 34px); }
.formula-synergy__card span { color: #9a6174; font-size: 9px; font-weight: 600; letter-spacing: .19em; }
.formula-synergy__card h4 { margin-top: 12px; font-size: clamp(25px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.045em; }
.formula-synergy__card p { margin-top: 12px; max-width: 42em; font-size: 12px; line-height: 1.7; color: rgba(21,37,31,.66); word-break: keep-all; }
.formula-synergy__benefits { width: calc(100% - var(--pad) * 2); margin: 24px auto 0; display: flex; align-items: center; justify-content: center; gap: 18px; }
.formula-synergy__benefits span { padding: 10px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 10px; letter-spacing: .08em; }
.formula-synergy__benefits i { font-style: normal; opacity: .55; }
.page-beauty .formula-screen--synergy .formula-note { width: calc(100% - var(--pad) * 2); margin: 18px auto 0; color: rgba(255,255,255,.58); }

.page-beauty .beauty-hero__copy h1,
.page-wellness .wellness-hero__copy h1 {
  font-family: var(--sans);
  font-size: clamp(64px, 6.8vw, 110px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.075em;
}
.page-wellness .wellness-formula { grid-template-columns: 27% 73%; gap: clamp(28px, 4vw, 66px); padding: clamp(34px, 4vw, 64px) var(--pad); }
.page-wellness .wellness-formula__cards { min-height: min(72vh, 720px); gap: clamp(12px, 1.2vw, 18px); }
.page-wellness .wellness-fact { border-radius: 26px; overflow: hidden; }
.page-wellness .wellness-fact::after { display: none; }
.page-wellness .wellness-fact > div { align-items: end; padding: clamp(18px, 2vw, 28px); }
.page-wellness .wellness-fact p { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; white-space: normal; text-align: right; }
.page-wellness .wellness-fact p b { font-size: 10px; font-weight: 500; }
.page-wellness .wellness-fact p small { max-width: 21em; font-size: 9px; line-height: 1.5; opacity: .66; word-break: keep-all; }
.wellness-evening__copy { width: min(64vw, 920px); }
.wellness-evening__copy h2 { font-family: var(--sans); font-size: clamp(54px, 6vw, 94px); font-weight: 300; line-height: 1.04; }
.wellness-evening__copy h2 em { font-family: var(--sans); font-weight: 300; }
.wellness-evening__steps { width: min(78vw, 1120px); gap: 12px; border-top: 0; }
.page-wellness .wellness-evening__steps li,
.page-wellness .wellness-evening__steps li:nth-child(2),
.page-wellness .wellness-evening__steps li:last-child,
.page-wellness .wellness-evening__steps li.is-active,
.page-wellness .wellness-evening__steps li:hover {
  display: grid;
  grid-template-columns: 94px 1fr;
  grid-template-rows: auto auto;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(12,31,25,.38);
}
.wellness-evening__steps span { grid-row: 1 / 3; align-self: center; }
.wellness-evening__steps b { align-self: end; }
.wellness-evening__steps small { align-self: start; font-size: 9px; line-height: 1.45; opacity: .58; }
@media (min-width: 761px) {
  .page-wellness .wellness-routine__visual img {
    transform: translateX(-12%) scale(.9);
    transform-origin: center;
  }
  .page-wellness .wellness-routine__copy { right: 4vw; width: min(30vw, 450px); }
}
.site-footer { padding-top: 28px; }

@media (max-width: 760px) {
  .page-home .home-hero__film { opacity: .52; }
  .page-home .product-portal { height: auto; padding: 20px var(--pad) 34px; gap: 18px; }
  .page-home .portal-card { min-height: 40svh; border-radius: 24px; transform: none; }
  .page-home .portal-card--beauty:hover,
  .page-home .portal-card--wellness:hover { transform: translateY(-5px); }
  .page-home .portal-card__arrow { width: 42px; height: 42px; }

  .page-brand .brand-hero__copy { width: calc(100% - var(--pad) * 2); }
  .page-brand .brand-hero__copy h1.brand-hero__title-ko { font-size: clamp(39px, 10.8vw, 52px); line-height: 1.14; }
  .page-brand .brand-hero__title-ko > span { white-space: normal; }
  .page-brand .brand-hero figure img { object-position: 66% center; }
  .page-brand .brand-daily .brand-philosophy__heading { display: block; }
  .page-brand .brand-daily .brand-philosophy__heading h2 { font-size: 38px; }
  .page-brand .brand-daily .brand-philosophy__heading > p { margin-top: 24px; font-size: 11px; }
  .brand-daily__path { grid-template-columns: 1fr; }
  .brand-daily__path > i { justify-self: center; transform: rotate(90deg); }
  .brand-daily__step { min-height: 170px; border-radius: 22px; }
  .brand-daily__step h3 { margin-top: 28px; }
  .brand-world--beauty > img { object-position: 50% 54%; }
  .brand-world--wellness > img { object-position: 46% 56%; }

  .page-beauty .beauty-origin__copy dl div { min-height: 50px; grid-template-columns: 76px minmax(0,1fr); }
  .page-beauty .beauty-origin__copy dt { font-size: 7px; }
  .page-beauty .beauty-origin__copy dd { padding: 8px 13px; font-size: 10px; }
  .formula-synergy__pair { grid-template-columns: 1fr; }
  .formula-synergy__card { min-height: 420px; grid-template-rows: 58% 42%; border-radius: 22px; }
  .formula-synergy__benefits { gap: 6px; justify-content: space-between; }
  .formula-synergy__benefits span { padding: 8px 9px; font-size: 8px; }
  .formula-synergy__benefits i { font-size: 10px; }
  .page-beauty .beauty-hero__copy h1,
  .page-wellness .wellness-hero__copy h1 { font-size: clamp(48px, 14vw, 62px); line-height: 1.04; }

  .page-wellness .wellness-formula { display: block; padding: 46px var(--pad) 54px; }
  .page-wellness .wellness-formula__cards { margin-top: 26px; grid-template-columns: 1fr; grid-template-rows: none; }
  .page-wellness .wellness-fact { min-height: 360px; border-radius: 22px; }
  .page-wellness .wellness-fact p small { display: block; }
  .wellness-evening__copy { top: 58px; }
  .wellness-evening__copy h2 { font-size: 42px; line-height: 1.08; }
  .wellness-evening__steps { gap: 7px; }
  .page-wellness .wellness-evening__steps li,
  .page-wellness .wellness-evening__steps li:nth-child(2),
  .page-wellness .wellness-evening__steps li:last-child,
  .page-wellness .wellness-evening__steps li.is-active,
  .page-wellness .wellness-evening__steps li:hover { grid-template-columns: 78px 1fr; padding: 10px 12px; border-radius: 14px; }
  .wellness-evening__steps small { font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__light { animation: none; }
}
/* v18 — a quieter, fully legible brand meaning section. */
.page-brand .brand-meaning {
  grid-template-columns: 48% 52%;
  background: #f6f0e9;
}
.page-brand .brand-meaning::before,
.page-brand .brand-meaning__word::after,
.page-brand .brand-meaning__word i,
.page-brand .meaning-sequence { display: none; }
.page-brand .brand-meaning__word {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: clamp(64px, 8vh, 100px) clamp(54px, 7vw, 112px);
  border-right: 1px solid rgba(21,37,31,.12);
  font-size: clamp(86px, 9.2vw, 146px);
  line-height: .9;
  letter-spacing: -.07em;
}
.page-brand .brand-meaning__word span,
.page-brand .brand-meaning__word em,
.page-brand .brand-meaning__word strong {
  position: static;
  align-self: auto;
  margin: 0;
}
.page-brand .brand-meaning__word span { color: var(--green); }
.page-brand .brand-meaning__word em {
  padding-left: .65em;
  color: var(--pink-deep);
  font-size: .72em;
  font-weight: 500;
}
.page-brand .brand-meaning__word strong {
  padding-left: .15em;
  color: var(--sage);
  font-weight: 500;
}
.page-brand .brand-meaning__copy {
  justify-content: center;
  padding: clamp(64px, 8vh, 100px) clamp(48px, 6vw, 92px);
}
.page-brand .brand-meaning__copy h2 {
  max-width: none;
  margin: 24px 0 32px;
  font-size: clamp(38px, 3.6vw, 58px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -.055em;
  word-break: keep-all;
}
.page-brand .brand-meaning__copy p {
  max-width: 34em;
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.85;
  word-break: keep-all;
}

@media (max-width: 760px) {
  .page-brand .brand-meaning {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0 !important;
    background: #f6f0e9;
  }
  .page-brand .brand-meaning__word {
    min-height: 43svh;
    height: auto;
    padding: 46px var(--pad) 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(21,37,31,.12);
    font-size: clamp(62px, 20vw, 82px);
  }
  .page-brand .brand-meaning__copy {
    min-height: 47svh;
    height: auto;
    padding: 46px var(--pad) 54px;
  }
  .page-brand .brand-meaning__copy h2 {
    margin: 18px 0 24px;
    font-size: 33px;
    line-height: 1.3;
  }
  .page-brand .brand-meaning__copy p {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* v19 — remove repetition, improve crop/legibility and connect formula to finish. */
.page-home .home-products__axis { display: none; }
.page-home .portal-card--beauty figure img.portal-card__mood {
  object-fit: contain !important;
  object-position: 78% center !important;
  background: linear-gradient(100deg, #e3d5d6 0%, #fbefef 42%, #fff9f8 100%);
  filter: saturate(.94) contrast(1.01);
}
.page-home .portal-card--beauty figure::after {
  background: linear-gradient(90deg, rgba(68,39,47,.52) 0%, rgba(68,39,47,.12) 38%, transparent 63%);
}
.page-home .portal-card--wellness figure img.portal-card__mood {
  object-position: 0% 56%;
  filter: brightness(1.2) saturate(.88) contrast(.92);
}
.page-home .portal-card--wellness figure::after {
  background: linear-gradient(90deg, rgba(18,30,25,.48) 0%, rgba(18,30,25,.09) 38%, transparent 68%), linear-gradient(0deg, rgba(18,30,25,.27), transparent 58%);
}

.page-brand .reveal {
  opacity: 1 !important;
  transform: none !important;
}
.page-brand .brand-meaning__flow {
  width: min(100%, 590px);
  margin-top: clamp(38px, 6vh, 66px);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border: 1px solid rgba(21,37,31,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.52);
  box-shadow: 0 14px 34px rgba(31,48,40,.05);
  color: rgba(21,37,31,.72);
  font-size: clamp(11px, .9vw, 14px);
  text-align: center;
}
.page-brand .brand-meaning__flow i { color: var(--pink-deep); font-style: normal; }
.page-brand .brand-world--beauty > img {
  object-position: 56% center;
  transform: scale(1.01);
  filter: saturate(.9) contrast(.99);
}

@media (min-width: 761px) {
  .page-beauty .beauty-hero {
    height: auto !important;
    min-height: calc(100svh - var(--header)) !important;
    max-height: none !important;
    aspect-ratio: 16 / 9;
  }
  .page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
    width: 100%;
    transform: none;
    object-position: center center;
  }
}

.page-beauty .beauty-origin__copy dl { width: min(100%, 580px); }
.page-beauty .beauty-origin__copy dl div {
  min-height: 62px;
  grid-template-columns: 112px minmax(0,1fr);
}
.page-beauty .beauty-origin__copy dt { padding: 0 14px; font-size: 11px; letter-spacing: .14em; }
.page-beauty .beauty-origin__copy dd { padding: 10px 20px; font-size: clamp(14px, 1.15vw, 18px); }

.page-beauty .formula-complete {
  min-height: calc(100svh - var(--header));
  height: auto;
  max-height: none;
  scroll-margin-top: var(--header);
  padding: clamp(44px, 6vh, 72px) var(--pad) 30px;
  color: #17372d;
  background: #f2e4e7;
  overflow: visible;
}
.formula-complete__heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: clamp(26px, 3.6vh, 42px);
}
.formula-complete__heading span { font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.formula-complete__heading h3 { margin-top: 11px; font-size: clamp(40px, 4.4vw, 70px); font-weight: 350; line-height: 1.08; letter-spacing: -.055em; }
.formula-complete__heading > p { padding-bottom: 7px; color: rgba(21,37,31,.62); font-size: 13px; line-height: 1.7; text-align: right; }
.formula-complete__body {
  display: grid;
  grid-template-columns: minmax(330px, .9fr) 58px minmax(520px, 1.4fr);
  align-items: stretch;
  gap: clamp(14px, 1.4vw, 24px);
  min-height: 500px;
  height: min(59vh, 600px);
}
.formula-complete__sources { display: grid; grid-template-rows: repeat(2, minmax(0,1fr)); gap: 12px; }
.formula-source {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fffaf8;
  box-shadow: 0 16px 38px rgba(86,48,60,.08);
}
.formula-source figure { min-height: 0; overflow: hidden; }
.formula-source figure img { width: 100%; height: 100%; object-fit: cover; }
.formula-source > div { align-self: center; padding: clamp(18px, 2vw, 28px); }
.formula-source span { color: #a46379; font-size: 8px; font-weight: 650; letter-spacing: .16em; }
.formula-source h4 { margin-top: 10px; font-size: clamp(20px, 1.7vw, 28px); font-weight: 450; line-height: 1.2; letter-spacing: -.035em; }
.formula-source p { margin-top: 10px; color: rgba(21,37,31,.63); font-size: 10px; line-height: 1.55; word-break: keep-all; }
.formula-complete__bridge { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; color: #a46379; font-size: 8px; font-weight: 650; letter-spacing: .15em; }
.formula-complete__bridge i { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(164,99,121,.35); border-radius: 50%; font-size: 18px; font-style: normal; }
.formula-complete__effects { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 12px; }
.formula-effect { position: relative; isolation: isolate; min-height: 0; overflow: hidden; border-radius: 24px; color: #fff; box-shadow: 0 16px 38px rgba(86,48,60,.1); }
.formula-effect::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(44,25,31,.7), rgba(44,25,31,.04) 68%); }
.formula-effect figure { position: absolute; z-index: -2; inset: 0; }
.formula-effect figure img { width: 100%; height: 100%; object-fit: cover; }
.formula-effect > span { position: absolute; left: 22px; top: 20px; font-size: 7px; font-weight: 650; letter-spacing: .16em; }
.formula-effect h4 { position: absolute; left: 22px; right: 18px; bottom: 20px; font-size: clamp(21px, 1.75vw, 29px); font-weight: 450; letter-spacing: -.04em; }
.formula-complete__note { margin-top: 14px; color: rgba(21,37,31,.48); font-size: 9px; text-align: right; }

@media (max-width: 760px) {
  .page-home .portal-card--beauty figure img.portal-card__mood { object-position: 72% center !important; }
  .page-home .portal-card--wellness figure img.portal-card__mood { object-position: 8% center; }
  .page-brand .brand-meaning__flow { gap: 6px; margin-top: 30px; padding: 14px 12px; font-size: 9px; }
  .page-beauty .beauty-origin__copy dl { width: 100%; }
  .page-beauty .beauty-origin__copy dl div { min-height: 56px; grid-template-columns: 96px minmax(0,1fr); }
  .page-beauty .beauty-origin__copy dt { font-size: 9px; }
  .page-beauty .beauty-origin__copy dd { font-size: 12px; }
  .page-beauty .formula-complete { padding: 42px var(--pad) 44px; }
  .formula-complete__heading { display: block; }
  .formula-complete__heading h3 { font-size: 34px; }
  .formula-complete__heading > p { margin-top: 16px; font-size: 10px; text-align: left; }
  .formula-complete__body { display: block; height: auto; min-height: 0; }
  .formula-complete__sources { gap: 9px; }
  .formula-source { min-height: 190px; border-radius: 20px; }
  .formula-source h4 { font-size: 19px; }
  .formula-complete__bridge { flex-direction: row; margin: 18px 0; }
  .formula-complete__bridge i { width: 36px; height: 36px; transform: rotate(90deg); }
  .formula-complete__effects { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 190px); gap: 9px; }
  .formula-effect { border-radius: 20px; }
  .formula-effect > span { left: 15px; top: 14px; font-size: 6px; }
  .formula-effect h4 { left: 15px; bottom: 15px; font-size: 18px; }
  .formula-complete__note { font-size: 7px; line-height: 1.5; text-align: left; }
}

/* v21 — Beauty and Wellness share one three-chapter system:
   hero, product profile, and a text-first ingredient map. */
body.page .product-profile {
  display: grid !important;
  grid-template-columns: minmax(0, 58%) minmax(360px, 42%) !important;
  grid-template-rows: 1fr !important;
  gap: clamp(28px, 4vw, 72px);
  align-items: stretch;
  width: 100%;
  height: auto !important;
  min-height: calc(100svh - var(--header)) !important;
  max-height: none !important;
  padding: clamp(24px, 3vw, 46px) var(--pad) !important;
  overflow: visible !important;
  color: #17372d;
}
.product-profile--beauty { background: #f5e8eb !important; }
.product-profile--wellness { background: #edf1ec !important; }
body.page .product-profile__visual {
  position: relative !important;
  inset: auto !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: min(72vh, 700px);
  margin: 0 !important;
  overflow: hidden;
  border-radius: 32px;
  background: #e9dcdf;
  box-shadow: 0 24px 60px rgba(36,48,42,.09);
}
body.page .product-profile__visual > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
}
.product-profile--beauty .product-profile__visual > img { object-position: 34% center !important; }
.product-profile--wellness .product-profile__visual > img { object-position: 50% 50% !important; filter: brightness(1.04) saturate(.9); }
body.page .product-profile__copy {
  position: relative !important;
  inset: auto !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  padding: clamp(24px, 3.5vw, 60px) 0 !important;
  transform: none !important;
  background: transparent !important;
}
body.page .product-profile__copy > .eyebrow { margin-bottom: 20px; font-size: 10px; letter-spacing: .2em; }
body.page .product-profile__copy h2 {
  max-width: 8.6em;
  margin: 0 !important;
  font-family: var(--sans) !important;
  font-size: clamp(46px, 4.35vw, 72px) !important;
  font-weight: 350 !important;
  line-height: 1.08 !important;
  letter-spacing: -.055em !important;
}
body.page .product-profile__copy h2 em { color: #a76579; font-family: inherit !important; font-weight: inherit; }
.page-wellness .product-profile__copy h2 em { color: #80978e; }
body.page .product-profile__copy > p { margin-top: 24px !important; font-size: 15px !important; letter-spacing: .02em !important; }
body.page .product-profile__copy dl { width: min(100%, 560px) !important; margin-top: clamp(34px, 5vh, 58px) !important; }
body.page .product-profile__copy dl > div {
  display: grid !important;
  grid-template-columns: 128px minmax(0,1fr) !important;
  align-items: center;
  min-height: 66px !important;
  border-top: 1px solid rgba(21,37,31,.16) !important;
}
body.page .product-profile__copy dl > div:last-child { border-bottom: 1px solid rgba(21,37,31,.16) !important; }
body.page .product-profile__copy dt { padding: 0 !important; font-size: 11px !important; font-weight: 650; letter-spacing: .14em; }
body.page .product-profile__copy dd { padding: 0 0 0 22px !important; font-size: clamp(15px, 1.18vw, 19px) !important; }
body.page .product-profile__copy > small { margin-top: 22px !important; color: rgba(21,37,31,.56); font-size: 11px !important; line-height: 1.6; }
body.page .product-profile__visual .image-shop { right: 24px; bottom: 24px; }

.ingredient-map {
  display: block !important;
  width: 100%;
  height: auto !important;
  min-height: calc(100svh - var(--header)) !important;
  max-height: none !important;
  padding: clamp(50px, 6vh, 76px) var(--pad) clamp(38px, 5vh, 58px) !important;
  overflow: visible !important;
  color: #17372d;
  scroll-margin-top: 0;
}
.ingredient-map--beauty { background: #f2e4e7; }
.ingredient-map--wellness { background: #e8eee9; }
.ingredient-map__heading {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-rows: auto auto;
  align-items: end;
  gap: 8px 40px;
  margin-bottom: clamp(28px, 4vh, 42px);
}
.ingredient-map__heading .eyebrow { grid-column: 1; grid-row: 1; font-size: 9px; letter-spacing: .2em; }
.ingredient-map__heading h3 {
  grid-column: 1;
  grid-row: 2;
  font-size: clamp(42px, 4.6vw, 74px);
  font-weight: 350;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.ingredient-map__heading > p { grid-column: 2; grid-row: 2; max-width: 31em; padding-bottom: 7px; color: rgba(21,37,31,.6); font-size: 13px; line-height: 1.65; text-align: right; }
.ingredient-map__labels,
.ingredient-row {
  display: grid;
  grid-template-columns: minmax(330px, .92fr) 34px minmax(340px, 1.05fr) minmax(250px, .76fr);
  gap: clamp(14px, 1.7vw, 28px);
}
.ingredient-map__labels { padding: 0 28px 12px; color: rgba(21,37,31,.46); font-size: 8px; font-weight: 650; letter-spacing: .16em; }
.ingredient-map__labels span:nth-child(1) { grid-column: 1; }
.ingredient-map__labels span:nth-child(2) { grid-column: 3; }
.ingredient-map__labels span:nth-child(3) { grid-column: 4; }
.ingredient-map__rows { display: grid; gap: 10px; }
.ingredient-row {
  align-items: center;
  min-height: 108px;
  padding: 18px 28px;
  border: 1px solid rgba(21,37,31,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 32px rgba(52,61,56,.045);
}
.ingredient-row > i { color: #a76579; font-size: 20px; font-style: normal; text-align: center; }
.ingredient-map--wellness .ingredient-row > i { color: #748d83; }
.ingredient-row__source > span { color: #a76579; font-size: 8px; font-weight: 650; letter-spacing: .16em; }
.ingredient-map--wellness .ingredient-row__source > span { color: #748d83; }
.ingredient-row__source h4 { margin-top: 7px; font-size: clamp(21px, 1.65vw, 27px); font-weight: 520; line-height: 1.18; letter-spacing: -.035em; }
.ingredient-row__role { color: rgba(21,37,31,.76); font-size: clamp(14px, 1.06vw, 17px); line-height: 1.55; word-break: keep-all; }
.ingredient-row__results { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; list-style: none; }
.ingredient-row__results li { padding: 11px 16px; border-radius: 999px; background: #ead1da; color: #6d3b4b; font-size: 11px; font-weight: 600; white-space: nowrap; }
.ingredient-map--wellness .ingredient-row__results li { background: #d8e2dc; color: #385247; }
.ingredient-row--botanical { min-height: 148px; }
.ingredient-row--botanical .ingredient-row__source { display: grid; grid-template-columns: minmax(140px, 170px) minmax(120px, 1fr); grid-template-rows: auto auto auto; align-items: center; column-gap: 18px; }
.ingredient-row__media { position: relative; grid-column: 1; grid-row: 1 / 4; height: 92px; overflow: hidden; border-radius: 16px; background: #ece5dc; }
.ingredient-row__media img { width: 100%; height: 100%; object-fit: contain; }
.ingredient-row--botanical .ingredient-row__source > span,
.ingredient-row--botanical .ingredient-row__source > h4,
.ingredient-row--botanical .ingredient-row__source > small { grid-column: 2; }
.ingredient-row--botanical .ingredient-row__source > small { margin-top: 7px; color: rgba(21,37,31,.52); font-size: 8px; line-height: 1.45; word-break: keep-all; }
.ingredient-row__media--quadrant img { position: absolute; width: 200%; height: 200%; max-width: none; object-fit: fill; }
.ingredient-row__media--tea img { left: -100%; top: 0; }
.ingredient-row__media--wort img { left: -100%; top: -100%; }
.ingredient-map__note { margin-top: 16px; color: rgba(21,37,31,.46); font-size: 9px; line-height: 1.55; text-align: right; }

@media (max-width: 760px) {
  body.page .product-profile {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(420px, 56svh) auto !important;
    gap: 0;
    min-height: 0 !important;
    padding: 14px var(--pad) 42px !important;
  }
  body.page .product-profile__visual { grid-column: 1 !important; grid-row: 1 !important; min-height: 0; border-radius: 24px; }
  .product-profile--beauty .product-profile__visual > img { object-position: 32% center !important; }
  .product-profile--wellness .product-profile__visual > img { object-position: center !important; }
  body.page .product-profile__copy { grid-column: 1 !important; grid-row: 2 !important; padding: 34px 8px 0 !important; }
  body.page .product-profile__copy > .eyebrow { margin-bottom: 14px; font-size: 8px; }
  body.page .product-profile__copy h2 { max-width: none; font-size: clamp(36px, 10.5vw, 46px) !important; }
  body.page .product-profile__copy > p { margin-top: 17px !important; font-size: 12px !important; }
  body.page .product-profile__copy dl { margin-top: 28px !important; }
  body.page .product-profile__copy dl > div { grid-template-columns: 96px minmax(0,1fr) !important; min-height: 58px !important; }
  body.page .product-profile__copy dt { font-size: 9px !important; }
  body.page .product-profile__copy dd { padding-left: 14px !important; font-size: 13px !important; }
  body.page .product-profile__visual .image-shop { right: 14px; bottom: 14px; }

  .ingredient-map { min-height: 0 !important; padding: 44px var(--pad) 48px !important; scroll-margin-top: var(--header); }
  .ingredient-map__heading { display: block; margin-bottom: 28px; }
  .ingredient-map__heading .eyebrow { font-size: 8px; }
  .ingredient-map__heading h3 { margin-top: 12px; font-size: 35px; line-height: 1.12; }
  .ingredient-map__heading > p { margin-top: 14px; max-width: 31em; padding: 0; font-size: 10px; line-height: 1.6; text-align: left; }
  .ingredient-map__labels { display: none; }
  .ingredient-map__rows { gap: 9px; }
  .ingredient-row {
    grid-template-columns: minmax(0,1fr) 30px;
    grid-template-areas: "source arrow" "role role" "results results";
    gap: 13px 10px;
    min-height: 0;
    padding: 20px;
    border-radius: 20px;
  }
  .ingredient-row__source { grid-area: source; }
  .ingredient-row > i { grid-area: arrow; transform: rotate(90deg); font-size: 18px; }
  .ingredient-row__role { grid-area: role; font-size: 12px; }
  .ingredient-row__results { grid-area: results; justify-content: flex-start; }
  .ingredient-row__results li { padding: 9px 12px; font-size: 9px; }
  .ingredient-row__source h4 { font-size: 21px; }
  .ingredient-row--botanical { min-height: 0; }
  .ingredient-row--botanical .ingredient-row__source { display: block; }
  .ingredient-row__media { width: 100%; height: 132px; margin-bottom: 16px; border-radius: 14px; }
  .ingredient-row--botanical .ingredient-row__source > small { display: block; margin-top: 8px; font-size: 8px; }
  .ingredient-map__note { font-size: 7px; text-align: left; }
}

/* v22 — editorial ingredient focus: a contained, asymmetric composition
   instead of a full-width specification table. */
.ingredient-map {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(46px, 6vh, 70px) !important;
  padding-bottom: clamp(38px, 5vh, 56px) !important;
}
.ingredient-map--beauty {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.72), transparent 29%),
    #f1e2e6;
}
.ingredient-map--wellness {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.66), transparent 29%),
    #e7eee9;
}
.ingredient-map__inner {
  display: grid;
  grid-template-columns: minmax(310px, .64fr) minmax(720px, 1.36fr);
  gap: clamp(56px, 6vw, 110px);
  align-items: center;
  width: min(92vw, 3400px);
  margin: 0 auto;
}
.ingredient-map__heading {
  display: block;
  margin: 0;
  padding: 18px 0;
}
.ingredient-map__heading .eyebrow { display: block; margin-bottom: 22px; font-size: clamp(9px, .34vw, 13px); letter-spacing: .21em; }
.ingredient-map__heading h3 {
  margin: 0;
  font-size: clamp(56px, 4.25vw, 132px);
  font-weight: 350;
  line-height: 1.09;
  letter-spacing: -.06em;
}
.ingredient-map__heading h3 em { color: #ad6c82; font-family: inherit; font-style: normal; font-weight: 520; }
.ingredient-map--wellness .ingredient-map__heading h3 em { color: #7d958b; }
.ingredient-map__heading > p {
  max-width: 31em;
  margin-top: 30px;
  padding: 0;
  color: rgba(21,37,31,.64);
  font-size: clamp(14px, .65vw, 20px);
  line-height: 1.75;
  text-align: left;
  word-break: keep-all;
}
.ingredient-map__labels { display: none; }
.ingredient-map__rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.ingredient-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: clamp(248px, 21vh, 390px);
  padding: clamp(26px, 2vw, 54px);
  border: 1px solid rgba(21,37,31,.08);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 20px 48px rgba(63,48,53,.07);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.ingredient-row:hover { transform: translateY(-5px); box-shadow: 0 28px 58px rgba(63,48,53,.11); }
.ingredient-row > i { display: none; }
.ingredient-row__source { width: 100%; }
.ingredient-row__source > span { display: block; margin-bottom: 9px; font-size: clamp(8px, .34vw, 13px); letter-spacing: .17em; }
.ingredient-row__source h4 { margin: 0; font-size: clamp(25px, 1.65vw, 42px); font-weight: 520; line-height: 1.18; }
.ingredient-row__role { max-width: 30em; margin-top: auto; padding-top: 30px; color: rgba(21,37,31,.72); font-size: clamp(14px, .8vw, 21px); line-height: 1.65; }
.ingredient-row__results { justify-content: flex-start; margin-top: 20px; }
.ingredient-row__results li { padding: 10px 15px; font-size: clamp(10px, .4vw, 15px); }
.ingredient-row--botanical {
  display: flex;
  min-height: 286px;
}
.ingredient-row--botanical .ingredient-row__source { display: block; }
.ingredient-row__media {
  width: 100%;
  height: 116px;
  margin: 0 0 22px;
  border-radius: 18px;
}
.ingredient-row--botanical .ingredient-row__source > span,
.ingredient-row--botanical .ingredient-row__source > h4,
.ingredient-row--botanical .ingredient-row__source > small { display: block; }
.ingredient-row--botanical .ingredient-row__source > small { margin-top: 9px; font-size: 9px; line-height: 1.5; }
.ingredient-map--beauty .ingredient-row--botanical {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  grid-template-rows: 1fr auto;
  gap: 14px 38px;
  min-height: clamp(250px, 21vh, 390px);
}
.ingredient-map--beauty .ingredient-row--botanical .ingredient-row__source { grid-column: 1; grid-row: 1 / 3; }
.ingredient-map--beauty .ingredient-row--botanical .ingredient-row__media { height: clamp(146px, 12vh, 210px); }
.ingredient-map--beauty .ingredient-row--botanical .ingredient-row__role { grid-column: 2; grid-row: 1; align-self: end; margin: 0; padding: 0; font-size: clamp(15px, .7vw, 21px); }
.ingredient-map--beauty .ingredient-row--botanical .ingredient-row__results { grid-column: 2; grid-row: 2; align-self: start; margin: 0; }
.ingredient-map__note { width: min(92vw, 3400px); margin: 18px auto 0; }

@media (max-width: 1120px) and (min-width: 761px) {
  .ingredient-map__inner { grid-template-columns: minmax(260px, .58fr) minmax(560px, 1.42fr); gap: 42px; }
  .ingredient-map__heading h3 { font-size: 52px; }
  .ingredient-row { min-height: 232px; }
  .ingredient-map--beauty .ingredient-row--botanical { grid-template-columns: minmax(300px, .9fr) minmax(0,1.1fr); }
}

@media (max-width: 760px) {
  .ingredient-map { display: block !important; padding: 48px var(--pad) 50px !important; }
  .ingredient-map__inner { display: block; width: 100%; }
  .ingredient-map__heading { padding: 0; margin-bottom: 30px; }
  .ingredient-map__heading .eyebrow { margin-bottom: 13px; font-size: 8px; }
  .ingredient-map__heading h3 { font-size: clamp(38px, 11vw, 46px); line-height: 1.12; }
  .ingredient-map__heading > p { margin-top: 18px; font-size: 11px; line-height: 1.65; }
  .ingredient-map__rows { grid-template-columns: 1fr; gap: 12px; }
  .ingredient-row,
  .ingredient-row--botanical,
  .ingredient-map--beauty .ingredient-row--botanical {
    display: flex;
    grid-column: auto;
    min-height: 230px;
    padding: 24px;
    border-radius: 24px;
  }
  .ingredient-row__source { grid-area: auto; }
  .ingredient-row__source h4 { font-size: 25px; }
  .ingredient-row__role { grid-area: auto; margin-top: auto; padding-top: 28px; font-size: 12px; }
  .ingredient-row__results { grid-area: auto; margin-top: 18px; }
  .ingredient-row__results li { padding: 9px 12px; font-size: 9px; }
  .ingredient-row__media,
  .ingredient-map--beauty .ingredient-row--botanical .ingredient-row__media { height: 142px; margin-bottom: 19px; }
  .ingredient-row--botanical,
  .ingredient-map--beauty .ingredient-row--botanical { min-height: 340px; }
  .ingredient-map--beauty .ingredient-row--botanical .ingredient-row__source,
  .ingredient-map--beauty .ingredient-row--botanical .ingredient-row__role,
  .ingredient-map--beauty .ingredient-row--botanical .ingredient-row__results { grid-column: auto; grid-row: auto; align-self: auto; }
  .ingredient-map--beauty .ingredient-row--botanical .ingredient-row__role { margin-top: auto; padding-top: 24px; font-size: 12px; }
  .ingredient-map--beauty .ingredient-row--botanical .ingredient-row__results { margin-top: 18px; }
  .ingredient-map__note { width: 100%; margin-top: 14px; }
}

/* v25 final authority — keep the editorial formula and shop surface above legacy page rules. */
.ingredient-map.formula-editorial {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100svh - var(--header));
  padding: clamp(54px, 6vh, 86px) 0 clamp(44px, 5vh, 72px) !important;
}
.ingredient-map--beauty.formula-editorial {
  background: radial-gradient(circle at 10% 16%, rgba(255,255,255,.7), transparent 31%), #f1e2e6;
}
.ingredient-map--wellness.formula-editorial {
  background: radial-gradient(circle at 10% 16%, rgba(255,255,255,.64), transparent 31%), #e7eee9;
}
.purchase-layer { padding: 18px; }
.purchase-layer .purchase-backdrop { background: rgba(10,25,19,.46); backdrop-filter: blur(4px); }
.purchase-layer .purchase-drawer {
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: min(610px, calc(100% - 36px));
  height: auto;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 38px;
  background: rgba(247,243,237,.96);
  box-shadow: 0 34px 90px rgba(10,25,19,.24);
  transform: translateX(calc(100% + 42px));
  backdrop-filter: blur(24px);
}
.purchase-layer.is-open .purchase-drawer { transform: none; }
.purchase-layer .purchase-drawer__head { align-items: center; padding: 4px 4px 18px; border-bottom: 0; }
.purchase-layer .purchase-drawer__head h2 { margin-top: 7px; font-family: var(--sans); font-size: 34px; font-weight: 520; letter-spacing: -.045em; }
.purchase-layer .purchase-close { width: 46px; height: 46px; border: 0; background: #fff; box-shadow: 0 9px 24px rgba(21,37,31,.1); }
.purchase-layer .purchase-options { gap: 14px; padding: 0 0 14px; }
.purchase-layer .purchase-option {
  display: block;
  min-height: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #ddd;
  outline-offset: -5px;
  box-shadow: 0 16px 34px rgba(21,37,31,.11);
}
.purchase-layer .purchase-option figure { position: absolute; inset: 0; border-radius: inherit; }
.purchase-layer .purchase-option figure::after { background: linear-gradient(180deg, rgba(13,27,22,.02) 18%, rgba(13,27,22,.12) 52%, rgba(13,27,22,.76) 100%); }
.purchase-layer .purchase-option img { width: 100%; height: 100%; padding: 0; object-fit: cover; transform: scale(1.08); }
.purchase-layer .purchase-option:hover img,
.purchase-layer .purchase-option:focus-visible img { transform: scale(1.12); }
.purchase-layer .purchase-option--beauty img { object-position: center 54%; }
.purchase-layer .purchase-option--wellness img { object-position: center 61%; }
.purchase-layer .purchase-option div { height: 100%; padding: 26px 28px; }
.purchase-layer .purchase-option strong { margin: 8px 0 7px; font-size: 27px; line-height: 1.12; }
.purchase-layer .purchase-option i { top: 20px; right: 20px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--green); }

@media (max-width: 760px) {
  .ingredient-map.formula-editorial { display: block !important; min-height: 0; padding: 48px var(--pad) 52px !important; }
  .purchase-layer { padding: 10px; }
  .purchase-layer .purchase-drawer { top: 10px; right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 18px; border-radius: 30px; transform: translateX(calc(100% + 28px)); }
  .purchase-layer .purchase-drawer__head { padding: 2px 2px 14px; }
  .purchase-layer .purchase-drawer__head h2 { font-size: 28px; }
  .purchase-layer .purchase-close { width: 42px; height: 42px; }
  .purchase-layer .purchase-options { gap: 10px; padding-bottom: 10px; }
  .purchase-layer .purchase-option { border-radius: 24px; }
  .purchase-layer .purchase-option img { transform: scale(1.04); }
  .purchase-layer .purchase-option:hover img,
  .purchase-layer .purchase-option:focus-visible img { transform: scale(1.07); }
  .purchase-layer .purchase-option div { padding: 21px 22px; }
  .purchase-layer .purchase-option strong { font-size: 22px; }
  .purchase-layer .purchase-option i { top: 15px; right: 15px; width: 38px; height: 38px; }
}

/* v27 — photo-led formula chapters and three distinct Beauty feature pills. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.product-profile--beauty .product-profile__copy dl {
  display: grid;
  gap: 12px;
  margin-top: clamp(30px, 4vh, 46px) !important;
}
.product-profile--beauty .product-profile__copy dl > .profile-feature {
  grid-template-columns: clamp(128px, 10vw, 166px) minmax(0, 1fr) !important;
  min-height: 70px !important;
  overflow: hidden;
  border: 1px solid rgba(21,37,31,.1) !important;
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 12px 28px rgba(72,48,57,.06);
}
.product-profile--beauty .product-profile__copy dl > .profile-feature:last-child { border-bottom: 1px solid rgba(21,37,31,.1) !important; }
.product-profile--beauty .profile-feature dt {
  display: grid;
  align-self: stretch;
  place-items: center;
  padding: 0 18px !important;
  border-radius: 999px;
  color: #fff;
  text-align: center;
}
.product-profile--beauty .profile-feature dd { padding: 0 clamp(20px, 2vw, 30px) !important; }
.product-profile--beauty .profile-feature--flower { background: rgba(250,234,239,.82) !important; }
.product-profile--beauty .profile-feature--flower dt { background: #c77f98; }
.product-profile--beauty .profile-feature--texture { background: rgba(249,244,241,.82) !important; }
.product-profile--beauty .profile-feature--texture dt { background: #a9798b; }
.product-profile--beauty .profile-feature--finish { background: rgba(233,240,236,.82) !important; }
.product-profile--beauty .profile-feature--finish dt { background: #7f988e; }

.formula-editorial__inner {
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vh, 34px);
}
.formula-editorial__heading {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: clamp(22px, 3vw, 56px);
  align-items: center;
  max-width: none;
  padding: 0 clamp(8px, .8vw, 18px);
}
.formula-editorial__heading .eyebrow { margin: 0; }
.formula-editorial__heading > p {
  max-width: 46em;
  margin: 0;
  font-size: clamp(12px, .62vw, 17px);
}
.formula-editorial__outcomes {
  justify-self: end;
  margin: 0;
}
.formula-editorial__visual { height: clamp(300px, 39vh, 430px); }
.formula-editorial__lines { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding: 0; }
.formula-editorial--wellness .formula-editorial__lines { grid-template-columns: repeat(4, minmax(0,1fr)); }
.formula-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 138px;
  padding: clamp(20px, 1.6vw, 30px) clamp(24px, 2vw, 38px);
  border-top: 0;
  border-left: 1px solid rgba(21,37,31,.12);
}
.formula-line:first-child { border-left: 0; }
.formula-line p { margin-top: 10px; }
.formula-line > strong { margin-top: 5px; }

@media (max-width: 760px) {
  .product-profile--beauty .product-profile__copy dl { gap: 9px; margin-top: 26px !important; }
  .product-profile--beauty .product-profile__copy dl > .profile-feature {
    grid-template-columns: 104px minmax(0,1fr) !important;
    min-height: 62px !important;
  }
  .product-profile--beauty .profile-feature dt { padding: 0 10px !important; font-size: 8px !important; letter-spacing: .09em; }
  .product-profile--beauty .profile-feature dd { padding: 0 15px !important; font-size: 12px !important; }

  .formula-editorial__heading { display: block; padding: 0 2px; }
  .formula-editorial__heading > p { margin-top: 15px; font-size: 11px; }
  .formula-editorial__outcomes { margin-top: 20px; }
  .formula-editorial__board { margin-top: 28px; }
  .formula-editorial__visual { height: 270px; }
  .formula-editorial__lines,
  .formula-editorial--wellness .formula-editorial__lines { display: block; padding: 0 20px; }
  .formula-line {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 12px;
    min-height: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(21,37,31,.12);
    border-left: 0;
  }
  .formula-line:first-child { border-top: 0; }
  .formula-line header { grid-column: 1; grid-row: 1; }
  .formula-line p { grid-column: 1 / -1; grid-row: 2; margin: 0; }
  .formula-line > strong { grid-column: 2; grid-row: 1; margin: 0; }
}

/* v29 — one viewport datum for hero transitions, safer crops and readable hero details. */
@media (min-width: 761px) {
  .page-beauty .beauty-hero,
  .page-wellness .wellness-hero {
    height: calc(100svh - var(--header)) !important;
    min-height: 620px !important;
    max-height: calc(100svh - var(--header)) !important;
    aspect-ratio: auto !important;
  }
  .page-beauty .beauty-hero__visual--cinematic .cinematic-hero-film {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .page-wellness .wellness-hero__visual--balance .cinematic-hero-film {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-beauty .beauty-hero__copy > p,
.page-wellness .wellness-hero__copy > p {
  font-size: clamp(12px, .72vw, 15px);
  letter-spacing: .2em;
}
.page-wellness .wellness-hero__copy .wellness-hero__line {
  max-width: 28em;
  margin-top: clamp(16px, 2vh, 24px);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .035em;
  opacity: .9;
}
.page-beauty .beauty-hero__copy .text-link,
.page-wellness .wellness-hero__copy .text-link {
  margin-top: clamp(26px, 3.4vh, 40px);
  padding-bottom: 11px;
  font-size: clamp(14px, .88vw, 17px);
}

@media (max-width: 760px) {
  .page-beauty .beauty-hero__copy > p,
  .page-wellness .wellness-hero__copy > p { font-size: 10px; }
  .page-wellness .wellness-hero__copy .wellness-hero__line { margin-top: 10px; font-size: 13px; }
  .page-beauty .beauty-hero__copy .text-link,
  .page-wellness .wellness-hero__copy .text-link { margin-top: 14px; font-size: 12px; }
}

/* v31 — Brand sections gain depth. */
.page-brand .brand-daily {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 17%, rgba(218,158,176,.22), transparent 27%),
    radial-gradient(circle at 86% 78%, rgba(136,163,148,.2), transparent 30%),
    linear-gradient(118deg, #17372d 0%, #1b4034 52%, #163129 100%) !important;
}
.page-brand .brand-daily::before {
  content: "";
  position: absolute;
  inset: 9% -8% auto auto;
  width: clamp(300px, 35vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(255,255,255,.025), 0 0 0 148px rgba(255,255,255,.018);
  pointer-events: none;
}
.page-brand .brand-daily .brand-philosophy__heading,
.page-brand .brand-daily__path { position: relative; z-index: 1; }
.page-brand .brand-daily__path { gap: clamp(18px, 2vw, 34px); }
.page-brand .brand-daily__path::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5%;
  right: 5%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(227,165,183,.62), rgba(255,255,255,.32), rgba(149,178,162,.62));
}
.page-brand .brand-daily__step {
  position: relative;
  min-height: 238px;
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 24px 60px rgba(6,24,18,.2);
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.page-brand .brand-daily__step::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d993a8;
  box-shadow: 0 0 0 10px rgba(217,147,168,.14);
}
.page-brand .brand-daily__step--am { transform: translateY(-12px) rotate(-.55deg); }
.page-brand .brand-daily__step--pm { transform: translateY(18px); }
.page-brand .brand-daily__step--pm::after { background: #789789; box-shadow: 0 0 0 10px rgba(120,151,137,.14); }
.page-brand .brand-daily__step--everyday { transform: translateY(-5px) rotate(.45deg); }
.page-brand .brand-daily__step--everyday::after { background: #c8b7a1; box-shadow: 0 0 0 10px rgba(200,183,161,.16); }
.page-brand .brand-daily__step:hover { transform: translateY(-9px); box-shadow: 0 34px 78px rgba(6,24,18,.28); }
.page-brand .brand-daily__path > i {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-inline: -9px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: rgba(23,55,45,.78);
  backdrop-filter: blur(10px);
}

.page-brand .brand-worlds {
  isolation: isolate;
  background:
    radial-gradient(circle at 15% 22%, rgba(225,169,185,.2), transparent 27%),
    radial-gradient(circle at 88% 80%, rgba(126,153,139,.2), transparent 28%),
    #f3ede7;
}
.page-brand .brand-worlds__routes {
  position: relative;
  align-items: center;
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(24px, 3vw, 52px);
  padding: 12px clamp(18px, 2.4vw, 44px) 22px;
  overflow: visible;
}
.page-brand .brand-worlds__routes::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 22%;
  top: 2%;
  width: 54%;
  height: 92%;
  border: 1px solid rgba(23,55,45,.12);
  border-radius: 999px;
  transform: rotate(-6deg);
}
.page-brand .brand-world {
  min-height: clamp(410px, 54vh, 590px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: clamp(30px, 3vw, 48px);
  box-shadow: 0 30px 74px rgba(44,55,48,.18);
  transition: transform .65s var(--ease), box-shadow .65s var(--ease);
}
.page-brand .brand-world--beauty { transform: translateY(-10px) rotate(-.7deg); }
.page-brand .brand-world--wellness { transform: translateY(22px) rotate(.7deg); }
.page-brand .brand-world--beauty:hover { transform: translateY(-18px) rotate(-.25deg); }
.page-brand .brand-world--wellness:hover { transform: translateY(10px) rotate(.25deg); }
.page-brand .brand-world:hover { box-shadow: 0 40px 90px rgba(44,55,48,.25); }

@media (max-width: 760px) {
  .page-brand .brand-daily::before { opacity: .5; }
  .page-brand .brand-daily__path::before { display: none; }
  .page-brand .brand-daily__step--am,
  .page-brand .brand-daily__step--pm,
  .page-brand .brand-daily__step--everyday { transform: none; }
  .page-brand .brand-daily__path > i { margin: -4px auto; }
  .page-brand .brand-worlds__routes { padding: 0; gap: 18px; }
  .page-brand .brand-worlds__routes::before { display: none; }
  .page-brand .brand-world--beauty,
  .page-brand .brand-world--wellness { transform: none; }
}

/* v32 — Brand story: slogan, meaning, product expression and category routes. */
.page-brand .brand-manifesto {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(34px, 4vw, 78px);
  min-height: calc(100svh - var(--header));
  padding: clamp(34px, 4vw, 72px) var(--pad);
  overflow: hidden;
  color: var(--green);
  background:
    radial-gradient(circle at 12% 19%, rgba(224,164,182,.25), transparent 29%),
    radial-gradient(circle at 92% 82%, rgba(126,153,139,.19), transparent 28%),
    #f5efe9;
}
.page-brand .brand-manifesto::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -24% -8%;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(23,55,45,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(255,255,255,.16), 0 0 0 144px rgba(255,255,255,.1);
  pointer-events: none;
}
.page-brand .brand-manifesto .brand-hero__copy {
  display: flex;
  min-height: 0;
  width: auto;
  padding: 0 0 42px;
  color: var(--green);
}
.page-brand .brand-manifesto .brand-hero__copy > p {
  order: initial;
  margin: 0 0 clamp(24px, 4vh, 42px);
  color: rgba(21,37,31,.72);
  font-size: clamp(10px, .65vw, 13px);
  letter-spacing: .24em;
}
.page-brand .brand-manifesto .brand-manifesto__slogan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(72px, 7.1vw, 136px);
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.078em;
}
.page-brand .brand-manifesto__slogan span,
.page-brand .brand-manifesto__slogan strong { display: block; white-space: nowrap; }
.page-brand .brand-manifesto__slogan strong {
  margin-top: .18em;
  color: #b6768d;
  font-weight: 560;
}
.brand-manifesto__statement {
  display: grid;
  gap: 12px;
  margin-top: clamp(38px, 5vh, 62px);
  padding-left: clamp(22px, 2.2vw, 38px);
  border-left: 1px solid rgba(21,37,31,.25);
}
.brand-manifesto__statement strong {
  font-size: clamp(20px, 1.5vw, 29px);
  font-weight: 520;
  letter-spacing: -.035em;
}
.brand-manifesto__statement span {
  color: rgba(21,37,31,.64);
  font-size: clamp(13px, .88vw, 17px);
  line-height: 1.72;
}
.page-brand .brand-manifesto .brand-manifesto__visual {
  position: relative;
  inset: auto;
  height: min(73vh, 720px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: clamp(34px, 3.2vw, 56px);
  background: #cabdb2;
  box-shadow: 0 34px 86px rgba(49,52,45,.18);
}
.page-brand .brand-manifesto .brand-manifesto__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(16,35,28,.24));
  pointer-events: none;
}
.page-brand .brand-manifesto .brand-manifesto__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(.98) brightness(1.04);
}
.brand-manifesto__visual figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(25px, 2.2vw, 42px);
  right: clamp(25px, 2.2vw, 42px);
  bottom: clamp(24px, 2.4vw, 42px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .2em;
}
.brand-manifesto__visual figcaption i {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.76), rgba(255,255,255,.28), rgba(255,255,255,.76));
}
.page-brand .brand-manifesto > .scroll-cue { z-index: 3; color: var(--green); }

.page-brand .brand-meaning {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(46px, 6vw, 112px);
  min-height: calc(100svh - var(--header));
  padding: clamp(56px, 7vh, 92px) var(--pad);
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 14%, rgba(255,255,255,.68), transparent 27%),
    linear-gradient(130deg, #f2dfe5, #f5eee8 52%, #e4ebe6);
}
.page-brand .brand-meaning::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 36%;
  top: 8%;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(23,55,45,.08);
  border-radius: 50%;
  pointer-events: none;
}
.brand-meaning__intro { position: relative; z-index: 1; }
.brand-meaning__intro .eyebrow { color: rgba(21,37,31,.62); }
.brand-meaning__intro h2 {
  margin: clamp(22px, 3vh, 34px) 0 clamp(24px, 3.5vh, 42px);
  font-size: clamp(48px, 4.7vw, 82px);
  font-weight: 330;
  line-height: 1.12;
  letter-spacing: -.065em;
  word-break: keep-all;
}
.brand-meaning__intro p {
  max-width: 31em;
  color: rgba(21,37,31,.68);
  font-size: clamp(14px, .95vw, 18px);
  line-height: 1.82;
  word-break: keep-all;
}
.brand-meaning__terms {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  align-items: center;
  gap: clamp(16px, 1.5vw, 28px);
}
.brand-meaning__terms article {
  display: flex;
  flex-direction: column;
  min-height: clamp(330px, 45vh, 450px);
  padding: clamp(26px, 2.5vw, 44px);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: clamp(28px, 2.5vw, 44px);
  background: rgba(255,247,246,.76);
  box-shadow: 0 25px 64px rgba(55,50,49,.11);
  backdrop-filter: blur(15px);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.brand-meaning__terms article:nth-child(1) { transform: translateY(-22px) rotate(-.7deg); }
.brand-meaning__terms article:nth-child(2) { transform: translateY(24px); background: rgba(239,230,220,.8); }
.brand-meaning__terms article:nth-child(3) { transform: translateY(-9px) rotate(.7deg); background: rgba(221,233,225,.82); }
.brand-meaning__terms article:hover { transform: translateY(-8px); box-shadow: 0 34px 78px rgba(55,50,49,.17); }
.brand-meaning__terms article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(21,37,31,.16);
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: .12em;
}
.brand-meaning__terms article > strong {
  margin: auto 0 24px;
  color: #a76e82;
  font-size: clamp(34px, 3.2vw, 57px);
  font-weight: 320;
  letter-spacing: -.06em;
}
.brand-meaning__terms article:nth-child(3) > strong { color: #6e8a7d; }
.brand-meaning__terms h3 {
  margin: 0 0 14px;
  font-size: clamp(19px, 1.45vw, 27px);
  font-weight: 540;
  letter-spacing: -.035em;
  word-break: keep-all;
}
.brand-meaning__terms p {
  color: rgba(21,37,31,.63);
  font-size: clamp(12px, .76vw, 15px);
  line-height: 1.72;
  word-break: keep-all;
}

.page-brand .brand-daily .brand-philosophy__heading h2 { max-width: 9em; }
.page-brand .brand-daily__step h3 {
  max-width: 11em;
  margin-top: clamp(42px, 5vh, 58px);
  font-size: clamp(24px, 1.8vw, 32px);
  line-height: 1.24;
  word-break: keep-all;
}
.page-brand .brand-daily__step p { font-size: clamp(12px, .76vw, 15px); }

.page-brand .brand-worlds__heading h2 { font-size: clamp(44px, 4.5vw, 76px); line-height: 1.08; }
.page-brand .brand-worlds__heading h2 em { font-family: var(--sans); color: #8a736a; font-style: normal; font-weight: 500; }
.page-brand .brand-world--beauty > img {
  object-position: 50% 50%;
  transform: scale(1.01);
  filter: saturate(.82) contrast(.98) brightness(1.02);
}
.page-brand .brand-world--wellness > img {
  object-position: 50% 58%;
  transform: scale(1.01);
  filter: saturate(.8) contrast(.98) brightness(1.05);
}
.page-brand .brand-world--beauty::before { background: linear-gradient(0deg, rgba(66,39,43,.68), rgba(66,39,43,.04) 64%); }
.page-brand .brand-world--wellness::before { background: linear-gradient(0deg, rgba(17,38,30,.7), rgba(17,38,30,.05) 64%); }

@media (max-width: 1180px) and (min-width: 761px) {
  .page-brand .brand-manifesto { grid-template-columns: .85fr 1.15fr; gap: 32px; }
  .page-brand .brand-manifesto .brand-manifesto__slogan { font-size: clamp(65px, 7vw, 88px); }
  .page-brand .brand-meaning { grid-template-columns: .62fr 1.38fr; gap: 38px; }
  .brand-meaning__intro h2 { font-size: 51px; }
  .brand-meaning__terms article { min-height: 350px; padding: 26px; }
  .brand-meaning__terms article > strong { font-size: 36px; }
}

@media (max-width: 760px) {
  .page-brand .brand-manifesto {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(330px, 49svh);
    gap: 28px;
    min-height: calc(100svh - var(--header));
    height: auto !important;
    max-height: none !important;
    padding: 44px var(--pad) 82px;
    overflow: hidden !important;
  }
  .page-brand .brand-manifesto::before { width: 90vw; height: 90vw; bottom: -22%; }
  .page-brand .brand-manifesto .brand-hero__copy { min-height: 0; width: 100%; padding: 0; }
  .page-brand .brand-manifesto .brand-hero__copy > p { margin-bottom: 20px; font-size: 8px; }
  .page-brand .brand-manifesto .brand-manifesto__slogan { font-size: clamp(58px, 18vw, 82px); line-height: .84; }
  .brand-manifesto__statement { gap: 8px; margin-top: 27px; padding-left: 17px; }
  .brand-manifesto__statement strong { font-size: 17px; }
  .brand-manifesto__statement span { font-size: 11px; }
  .brand-manifesto__statement span br { display: none; }
  .page-brand .brand-manifesto .brand-manifesto__visual { width: 100%; height: 100%; min-height: 0; border-radius: 28px; }
  .page-brand .brand-manifesto .brand-manifesto__visual img { object-position: center; }
  .brand-manifesto__visual figcaption { left: 22px; right: 22px; bottom: 20px; font-size: 8px; }
  .page-brand .brand-manifesto > .scroll-cue { display: none; }

  .page-brand .brand-meaning {
    display: block;
    min-height: 0 !important;
    height: auto !important;
    padding: 58px var(--pad) 70px;
  }
  .page-brand .brand-meaning::before { left: 46%; top: 7%; width: 74vw; height: 74vw; }
  .brand-meaning__intro h2 { margin: 19px 0 24px; font-size: 39px; }
  .brand-meaning__intro p { font-size: 12px; }
  .brand-meaning__terms { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .brand-meaning__terms article,
  .brand-meaning__terms article:nth-child(1),
  .brand-meaning__terms article:nth-child(2),
  .brand-meaning__terms article:nth-child(3) {
    display: grid;
    grid-template-columns: 38px 92px minmax(0,1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 6px 12px;
    min-height: 0;
    padding: 22px;
    border-radius: 24px;
    transform: none;
  }
  .brand-meaning__terms article > span { grid-column: 1; grid-row: 1 / 3; width: 34px; height: 34px; }
  .brand-meaning__terms article > strong { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: 22px; }
  .brand-meaning__terms h3 { grid-column: 3; grid-row: 1; margin: 0; font-size: 17px; }
  .brand-meaning__terms p { grid-column: 3; grid-row: 2; font-size: 10px; line-height: 1.55; }

  .page-brand .brand-daily .brand-philosophy__heading h2 { max-width: none; font-size: 38px; }
  .page-brand .brand-daily__step h3 { margin-top: 30px; font-size: 24px; }
  .page-brand .brand-daily__step p { font-size: 12px; }
  .page-brand .brand-worlds__heading h2 { font-size: 37px; }
  .page-brand .brand-world--beauty > img { object-position: center 50%; }
  .page-brand .brand-world--wellness > img { object-position: center 58%; }
}

/* v36 — unified full-bleed films, compact formula captions and final product chapters. */
html,
body { scroll-snap-type: none !important; }
main > .screen,
.site-footer { scroll-snap-align: none !important; }

.page-beauty .hero-full,
.page-wellness .hero-full {
  position: relative;
  display: block !important;
  width: 100%;
  height: calc(100svh - var(--header)) !important;
  min-height: 620px !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.hero-full .hero-full__stage {
  position: relative !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}
.page-beauty .hero-full .beauty-hero__visual--cinematic,
.page-wellness .hero-full .wellness-hero__visual--balance {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  background: transparent !important;
}
.page-beauty .hero-full .cinematic-hero-film,
.page-wellness .hero-full .cinematic-hero-film {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: scale(1.42) !important;
}
.page-beauty .hero-full .beauty-hero__visual--cinematic::after,
.page-wellness .hero-full .wellness-hero__visual--balance::after {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.page-beauty .hero-full .beauty-hero__visual--cinematic::after {
  background: linear-gradient(90deg, rgba(248,237,239,.93) 0%, rgba(248,237,239,.62) 22%, transparent 46%), linear-gradient(0deg, rgba(26,38,32,.08), transparent 42%) !important;
}
.page-wellness .hero-full .wellness-hero__visual--balance::after {
  background: linear-gradient(90deg, transparent 0 48%, rgba(237,241,234,.25) 62%, rgba(237,241,234,.88) 100%), linear-gradient(0deg, rgba(22,43,35,.08), transparent 42%) !important;
}
.page-beauty .hero-full .beauty-hero__copy,
.page-wellness .hero-full .wellness-hero__copy {
  position: absolute !important;
  z-index: 2 !important;
  top: 50% !important;
  bottom: auto !important;
  display: flex !important;
  width: min(38vw, 640px) !important;
  height: auto !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  color: #17372d !important;
}
.page-beauty .hero-full .beauty-hero__copy { left: var(--pad) !important; right: auto !important; }
.page-wellness .hero-full .wellness-hero__copy { left: auto !important; right: var(--pad) !important; }
.page-beauty .hero-full .beauty-hero__copy h1,
.page-wellness .hero-full .wellness-hero__copy h1 {
  margin: 14px 0 18px !important;
  font-size: clamp(68px, 6.5vw, 112px) !important;
  line-height: .98 !important;
  white-space: normal !important;
  text-shadow: none !important;
}
.page-beauty .hero-full .text-link,
.page-wellness .hero-full .text-link { color: #17372d !important; }

/* Ingredient chapters: more photography, less empty white panel. */
.ingredient-map.formula-editorial {
  min-height: calc(100svh - var(--header)) !important;
  padding: clamp(30px, 4vh, 52px) 0 clamp(28px, 3.5vh, 46px) !important;
}
.formula-editorial__inner { gap: clamp(16px, 2vh, 24px) !important; }
.formula-editorial__board { margin-top: 0 !important; }
.formula-editorial__visual {
  height: clamp(390px, 49vh, 540px) !important;
}
.formula-editorial__visual > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.formula-editorial__visual--wellness {
  display: block !important;
  background: #d9dfd4;
}
.formula-editorial__visual--wellness > img { filter: saturate(.86) contrast(.98) brightness(1.03); }
.formula-editorial__visual figcaption { bottom: 62px !important; }
.formula-editorial__lines,
.formula-editorial--wellness .formula-editorial__lines {
  align-items: stretch;
  background: rgba(255,255,255,.76);
}
.formula-line {
  min-height: 126px !important;
  padding: clamp(16px, 1.25vw, 23px) clamp(20px, 1.7vw, 32px) !important;
  gap: 5px !important;
}
.formula-line h4 { font-size: clamp(22px, 1.45vw, 30px) !important; }
.formula-line p {
  margin-top: 6px !important;
  font-size: clamp(12px, .67vw, 15px) !important;
  line-height: 1.55 !important;
}
.formula-line > strong {
  margin-top: auto !important;
  padding: 8px 13px !important;
}
.formula-editorial--wellness .formula-line header > span { display: none !important; }

.botanical-names {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.48);
  background: rgba(16,34,28,.44);
  color: #fff;
  backdrop-filter: blur(10px);
}
.botanical-names li {
  min-width: 0;
  padding: 13px 10px;
  border-right: 1px solid rgba(255,255,255,.25);
  font-size: clamp(10px, .56vw, 13px);
  font-weight: 620;
  letter-spacing: .04em;
  text-align: center;
}
.botanical-names li:last-child { border-right: 0; }
.botanical-names--wellness { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Product information closes both product pages as a full-bleed purchase chapter. */
body.page .product-profile {
  position: relative !important;
  isolation: isolate;
  display: block !important;
  width: 100%;
  height: calc(100svh - var(--header)) !important;
  min-height: 650px !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body.page .product-profile__visual {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.page .product-profile__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.product-profile--beauty .product-profile__visual::after {
  background: linear-gradient(90deg, transparent 0 46%, rgba(247,234,238,.28) 58%, rgba(247,234,238,.9) 100%);
}
.product-profile--wellness .product-profile__visual::after {
  background: linear-gradient(90deg, transparent 0 44%, rgba(235,241,235,.26) 57%, rgba(235,241,235,.91) 100%);
}
body.page .product-profile__visual > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.92) brightness(1.04) !important;
  transform: none !important;
}
.product-profile--beauty .product-profile__visual > img { object-position: 34% top !important; }
.product-profile--wellness .product-profile__visual > img { object-position: center !important; }
body.page .product-profile__copy {
  position: absolute !important;
  z-index: 2 !important;
  top: 50% !important;
  right: clamp(40px, 6vw, 118px) !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  width: min(39vw, 620px) !important;
  height: auto !important;
  max-height: calc(100% - 80px);
  padding: clamp(28px, 3vw, 48px) !important;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: clamp(28px, 2.6vw, 44px) !important;
  background: rgba(252,248,246,.82) !important;
  box-shadow: 0 28px 80px rgba(43,50,45,.16) !important;
  backdrop-filter: blur(22px) saturate(1.08) !important;
  transform: translateY(-50%) !important;
}
.product-profile--wellness .product-profile__copy { background: rgba(240,245,240,.84) !important; }
.product-profile--wellness .product-profile__copy {
  right: auto !important;
  left: clamp(40px, 6vw, 118px) !important;
  background: rgba(240,245,240,.88) !important;
}
body.page .product-profile__copy > .eyebrow { margin-bottom: 14px; }
body.page .product-profile__copy h2 {
  max-width: 9em !important;
  font-size: clamp(42px, 4vw, 66px) !important;
}
body.page .product-profile__copy dl { margin-top: clamp(22px, 3vh, 34px) !important; }
.product-profile--beauty .product-profile__copy dl { gap: 9px !important; }
.product-profile--beauty .product-profile__copy dl > .profile-feature { min-height: 60px !important; }
.profile-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(230px, 100%);
  min-height: 62px;
  margin-top: clamp(22px, 3vh, 34px);
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #17372d;
  color: #fff;
  font: 700 13px/1 var(--sans);
  letter-spacing: .13em;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(23,55,45,.2);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.profile-shop span { font-size: 20px; }
.profile-shop:hover,
.profile-shop:focus-visible { transform: translateY(-3px); background: #244c3e; box-shadow: 0 20px 42px rgba(23,55,45,.26); }

@media (min-width: 761px) {
  .page-brand .brand-daily {
    min-height: calc(100svh - var(--header)) !important;
    height: calc(100svh - var(--header)) !important;
  }
}

@media (max-width: 760px) {
  .page-beauty .hero-full,
  .page-wellness .hero-full {
    height: calc(100svh - var(--header)) !important;
    min-height: 620px !important;
  }
  .page-beauty .hero-full .beauty-hero__copy,
  .page-wellness .hero-full .wellness-hero__copy {
    top: auto !important;
    right: var(--pad) !important;
    bottom: 52px !important;
    left: var(--pad) !important;
    width: auto !important;
    transform: none !important;
    color: #fff !important;
  }
  .page-beauty .hero-full .beauty-hero__copy h1,
  .page-wellness .hero-full .wellness-hero__copy h1 { font-size: clamp(48px, 14vw, 62px) !important; }
  .page-beauty .hero-full .text-link,
  .page-wellness .hero-full .text-link { color: #fff !important; }
  .page-beauty .hero-full .beauty-hero__visual--cinematic::after,
  .page-wellness .hero-full .wellness-hero__visual--balance::after {
    background: linear-gradient(180deg, rgba(18,38,31,.02) 34%, rgba(18,38,31,.82) 100%) !important;
  }
  .page-beauty .hero-full .cinematic-hero-film,
  .page-wellness .hero-full .cinematic-hero-film {
    opacity: 1 !important;
    transform: none !important;
  }
  .page-wellness .hero-full .cinematic-hero-film {
    object-position: 27% center !important;
  }

  .ingredient-map.formula-editorial { min-height: 0 !important; padding: 44px var(--pad) 48px !important; }
  .formula-editorial__visual { height: 330px !important; }
  .formula-editorial__visual figcaption { bottom: 50px !important; }
  .formula-editorial__lines,
  .formula-editorial--wellness .formula-editorial__lines { padding: 0 18px !important; }
  .formula-line { min-height: 0 !important; padding: 17px 0 !important; }
  .botanical-names li { padding: 11px 4px; font-size: 8px; letter-spacing: 0; }

  body.page .product-profile {
    height: auto !important;
    min-height: 790px !important;
  }
  body.page .product-profile__copy {
    top: auto !important;
    right: 16px !important;
    bottom: 18px !important;
    left: 16px !important;
    width: auto !important;
    max-height: none;
    padding: 24px !important;
    border-radius: 28px !important;
    overflow: visible;
    transform: none !important;
  }
  .product-profile--wellness .product-profile__copy {
    right: 16px !important;
    left: 16px !important;
  }
  .product-profile--beauty .product-profile__visual::after,
  .product-profile--wellness .product-profile__visual::after {
    background: linear-gradient(180deg, transparent 30%, rgba(25,42,35,.08) 52%, rgba(246,240,237,.82) 100%);
  }
  .product-profile--beauty .product-profile__visual > img { object-position: 38% center !important; }
  .product-profile--wellness .product-profile__visual > img { object-position: 40% center !important; }
  body.page .product-profile__copy h2 { font-size: clamp(36px, 10.6vw, 46px) !important; }
  .product-profile--beauty .product-profile__copy dl > .profile-feature {
    grid-template-columns: 100px minmax(0,1fr) !important;
    min-height: 52px !important;
  }
  .profile-shop { min-height: 56px; margin-top: 20px; }
}

/* v34 — LUAS is the company identity; More Than Bliss is the product-line slogan. */
.page-home .home-hero {
  overflow: hidden;
  background: #17372d;
}
.page-home .home-hero__film {
  opacity: .76;
  filter: saturate(.62) contrast(.97) brightness(.76);
  transform: scale(1.015);
}
.page-home .home-hero__plane {
  clip-path: none;
  pointer-events: none;
}
.page-home .home-hero__plane--pink {
  inset: -24% 43% -28% -18%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 48% 48%, rgba(218,148,170,.76), rgba(218,148,170,.34) 46%, transparent 73%);
  animation: homeLuasPink 10s ease-in-out infinite alternate;
}
.page-home .home-hero__plane--sage {
  inset: -22% -16% -24% 43%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 52% 50%, rgba(91,127,111,.78), rgba(91,127,111,.32) 48%, transparent 74%);
  animation: homeLuasSage 12s ease-in-out infinite alternate;
}
.page-home .home-hero__light {
  inset: -38%;
  opacity: .58;
  background: linear-gradient(104deg, transparent 41%, rgba(255,248,235,.72) 49%, transparent 57%);
  animation: homeLuasLight 8s ease-in-out infinite alternate;
}
.page-home .home-hero__copy {
  gap: 0;
  opacity: 1;
  animation: none;
  color: #fffdf8;
  text-shadow: 0 12px 38px rgba(8,28,21,.22);
}
.page-home .home-hero__copy > p {
  order: 0;
  margin: 0 0 clamp(24px, 3vh, 38px);
  font-size: clamp(10px, .68vw, 13px);
  letter-spacing: .28em;
}
.page-home .home-hero__copy h1 {
  display: block;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(150px, 20vw, 340px);
  font-weight: 300;
  line-height: .78;
  letter-spacing: -.075em;
  text-shadow: 0 24px 64px rgba(8,28,21,.28);
}
.page-home .home-hero__copy h1 span { display: block; }
.page-home .home-hero__copy h2 {
  margin-top: clamp(38px, 5vh, 58px);
  font-size: clamp(24px, 2vw, 36px);
  font-weight: 420;
  line-height: 1.38;
  letter-spacing: -.035em;
  text-align: center;
}
.page-home .home-hero__copy > p {
  opacity: 0;
  animation: homeLogoDetailReveal .9s 2.05s var(--ease) forwards;
}
.page-home .home-hero__copy h1 {
  opacity: 0;
  clip-path: none;
  filter: none;
  transform: scale(.94);
  transform-origin: center;
  animation: homeLogoWordReveal 1.75s 2.35s var(--ease) forwards;
}
.page-home .home-hero__copy h2 {
  opacity: 0;
  transform: translateY(18px);
  animation: homeLogoDetailReveal 1.05s 3.45s var(--ease) forwards;
}
.page-home .home-hero .scroll-cue {
  opacity: 0;
  animation: homeLogoDetailReveal .9s 4.05s var(--ease) forwards;
}
@keyframes homeLuasPink {
  from { transform: translate3d(-2%, 1%, 0) scale(.98); }
  to { transform: translate3d(5%, -2%, 0) scale(1.04); }
}
@keyframes homeLuasSage {
  from { transform: translate3d(3%, -1%, 0) scale(1.02); }
  to { transform: translate3d(-4%, 2%, 0) scale(.97); }
}
@keyframes homeLuasLight {
  from { transform: translateX(-34%) rotate(-1deg); }
  to { transform: translateX(34%) rotate(1deg); }
}

.home-about--identity .home-about__copy { width: min(780px, 46vw); }
.home-about--identity .home-about__copy h2 {
  max-width: 10em;
  font-family: var(--sans);
  font-size: clamp(48px, 4.8vw, 86px);
  font-weight: 330;
  line-height: 1.12;
  letter-spacing: -.06em;
}
.home-about--identity .home-about__copy h2 em {
  color: #efd5dc;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 540;
}
.home-about--identity .home-about__copy p {
  max-width: 38em;
  font-size: clamp(14px, .98vw, 18px);
  line-height: 1.85;
  word-break: keep-all;
}

.page-brand .brand-manifesto .brand-manifesto__label {
  display: flex;
  align-items: center;
  gap: 13px;
}
.page-brand .brand-manifesto__label b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(21,37,31,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: var(--green);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
}
.brand-manifesto__meaning {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  width: 100%;
  margin-top: clamp(24px, 3vh, 34px);
  border-top: 1px solid rgba(21,37,31,.16);
  border-bottom: 1px solid rgba(21,37,31,.16);
}
.brand-manifesto__meaning > div {
  min-width: 0;
  padding: 15px clamp(10px, 1vw, 18px) 16px;
  border-left: 1px solid rgba(21,37,31,.13);
}
.brand-manifesto__meaning > div:first-child { padding-left: 0; border-left: 0; }
.brand-manifesto__meaning dt {
  margin-bottom: 7px;
  color: #a96f84;
  font-size: clamp(10px, .64vw, 13px);
  font-weight: 650;
  letter-spacing: .11em;
}
.brand-manifesto__meaning > div:last-child dt { color: #6f8a7d; }
.brand-manifesto__meaning dd {
  margin: 0;
  color: rgba(21,37,31,.72);
  font-size: clamp(11px, .72vw, 14px);
  line-height: 1.45;
  word-break: keep-all;
}

/* v38 — aligned slogan story and clearer product-category routes. */
@media (min-width: 761px) {
  .page-brand .brand-manifesto { align-items: start; }
  .page-brand .brand-manifesto .brand-manifesto__copy {
    align-self: start;
    justify-content: flex-start;
    height: min(73vh, 720px);
    padding-top: 0;
  }
}

.page-brand .brand-daily__step {
  isolation: isolate;
  min-height: 260px;
  overflow: hidden;
  border-radius: clamp(30px, 2.4vw, 42px);
  box-shadow: 0 28px 70px rgba(6,24,18,.24), inset 0 6px 0 rgba(217,147,168,.62);
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.78), transparent 25%),
    linear-gradient(145deg, #f6e9ec 0%, #eedde3 100%);
}
.page-brand .brand-daily__step--pm {
  box-shadow: 0 28px 70px rgba(6,24,18,.24), inset 0 6px 0 rgba(120,151,137,.65);
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.72), transparent 25%),
    linear-gradient(145deg, #e3ebe6 0%, #d3dfd8 100%);
}
.page-brand .brand-daily__step--everyday {
  box-shadow: 0 28px 70px rgba(6,24,18,.24), inset 0 6px 0 rgba(200,183,161,.68);
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.74), transparent 25%),
    linear-gradient(145deg, #f6f0e8 0%, #eee6db 100%);
}
.page-brand .brand-daily__step::before {
  position: absolute;
  z-index: -1;
  right: 20px;
  bottom: -18px;
  color: rgba(23,55,45,.065);
  font-size: clamp(78px, 7vw, 126px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.08em;
}
.page-brand .brand-daily__step--am::before { content: "01"; }
.page-brand .brand-daily__step--pm::before { content: "02"; }
.page-brand .brand-daily__step--everyday::before { content: "03"; }
.page-brand .brand-daily__step > span,
.page-brand .brand-daily__step > h3,
.page-brand .brand-daily__step > p { position: relative; z-index: 1; }

.page-brand .brand-worlds__heading {
  display: block;
  padding-inline: clamp(18px, 2.4vw, 44px);
  margin-bottom: clamp(18px, 2.4vh, 30px);
}
.page-brand .brand-worlds__heading h2 {
  max-width: 11em;
  margin: 13px 0 0;
  text-align: left;
}
.page-brand .brand-world { display: block; padding: 0; }
.page-brand .brand-world__eyebrow {
  position: absolute;
  z-index: 3;
  top: clamp(24px, 2.4vw, 38px);
  left: clamp(24px, 2.7vw, 44px);
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  background: rgba(18,38,31,.22);
  color: #fff;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .18em;
  backdrop-filter: blur(12px);
}
.page-brand .brand-world__panel {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 2vw, 32px);
  bottom: clamp(18px, 2vw, 32px);
  left: clamp(18px, 2vw, 32px);
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 24px;
  padding: clamp(20px, 2vw, 30px);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: clamp(23px, 2vw, 31px);
  background: rgba(247,243,237,.84);
  color: var(--green);
  box-shadow: 0 18px 48px rgba(17,35,28,.2);
  backdrop-filter: blur(18px);
  transition: transform .5s var(--ease), background .5s var(--ease);
}
.page-brand .brand-world h3 {
  margin: 0;
  color: var(--green);
  font-family: var(--sans);
  font-size: clamp(40px, 4vw, 66px);
  font-weight: 360;
  line-height: .9;
  letter-spacing: -.065em;
}
.page-brand .brand-world p {
  margin: 13px 0 0;
  color: rgba(21,37,31,.68);
  font-size: clamp(11px, .72vw, 14px);
  font-weight: 500;
  letter-spacing: -.01em;
}
.page-brand .brand-world__cta {
  display: inline-flex;
  min-width: 126px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  white-space: nowrap;
}
.page-brand .brand-world__cta i { position: static; font-size: 17px; }
.page-brand .brand-world:hover .brand-world__panel,
.page-brand .brand-world:focus-visible .brand-world__panel {
  transform: translateY(-7px);
  background: rgba(255,252,248,.92);
}

@media (max-width: 760px) {
  .page main > .screen { max-height: none !important; }
  .page-home .home-hero__plane--pink { inset: -18% 18% 18% -52%; }
  .page-home .home-hero__plane--sage { inset: 20% -48% -18% 17%; }
  .page-home .home-hero__copy { padding-inline: var(--pad); }
  .page-home .home-hero__copy > p { margin-bottom: 24px; font-size: 8px; }
  .page-home .home-hero__copy h1 { font-size: clamp(100px, 31vw, 128px); line-height: .82; }
  .page-home .home-hero__copy h2 { margin-top: 34px; font-size: 21px; line-height: 1.42; }
  .home-about--identity .home-about__copy { width: 100%; }
  .home-about--identity .home-about__copy h2 { max-width: 9em; font-size: 43px; line-height: 1.13; }
  .home-about--identity .home-about__copy p { font-size: 12px; line-height: 1.72; }

  .page-brand .brand-manifesto .brand-manifesto__label { flex-wrap: wrap; gap: 9px; }
  .page-brand .brand-manifesto__label b { min-height: 24px; padding: 0 9px; font-size: 8px; }
  .brand-manifesto__meaning { margin-top: 23px; }
  .brand-manifesto__meaning > div { padding: 13px 8px 14px; }
  .brand-manifesto__meaning dt { margin-bottom: 5px; font-size: 9px; }
  .brand-manifesto__meaning dd { font-size: 9px; }
  .page-brand .brand-daily__step { min-height: 190px; }
  .page-brand .brand-daily {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-bottom: 72px !important;
  }
  .page-brand .brand-worlds {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 96px var(--pad) 64px !important;
  }
  .page-brand .brand-worlds__heading { padding: 0; }
  .page-brand .brand-worlds__routes {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(430px, 56svh));
  }
  .page-brand .brand-world__panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }
  .page-brand .brand-world h3 { font-size: 42px; }
  .page-brand .brand-world__cta { width: 100%; min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__plane--pink,
  .page-home .home-hero__plane--sage,
  .page-home .home-hero__light { animation: none; }
}

/* v40 — native-resolution films, stable hero type and flowing brand rhythm. */
.page-home .home-hero {
  isolation: isolate;
  background: linear-gradient(118deg, #846f82 0%, #716f75 45%, #526d60 100%);
}
.page-home .home-hero__film {
  opacity: .18 !important;
  filter: none !important;
  mix-blend-mode: soft-light;
  transform: none !important;
}
.page-home .home-hero__plane {
  filter: blur(46px) saturate(1.04);
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
.page-home .home-hero__plane--pink {
  inset: -46% 35% -43% -28%;
  background: radial-gradient(ellipse at 48% 50%, rgba(198,139,183,.98) 0%, rgba(166,115,162,.7) 38%, rgba(131,91,137,.26) 63%, transparent 78%);
  animation: homeLuasPurpleSpread 12s cubic-bezier(.45,.03,.35,1) infinite alternate;
}
.page-home .home-hero__plane--sage {
  inset: -43% -28% -46% 35%;
  background: radial-gradient(ellipse at 50% 50%, rgba(114,157,133,.98) 0%, rgba(78,127,105,.72) 39%, rgba(61,100,84,.26) 64%, transparent 79%);
  animation: homeLuasGreenSpread 14s cubic-bezier(.4,.04,.32,1) infinite alternate;
}
.page-home .home-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(circle at 48% 46%, rgba(255,248,242,.24), transparent 27%),
    linear-gradient(106deg, transparent 33%, rgba(244,234,226,.15) 50%, transparent 67%);
  animation: homeLuasAura 10s ease-in-out infinite alternate;
}
.page-home .home-hero__light {
  opacity: .24;
  filter: blur(24px);
}
@keyframes homeLuasPurpleSpread {
  0% { opacity: .75; transform: translate3d(-9%, 4%, 0) scale(.74); }
  52% { opacity: .94; transform: translate3d(1%, -2%, 0) scale(1.02); }
  100% { opacity: .82; transform: translate3d(12%, 3%, 0) scale(1.2); }
}
@keyframes homeLuasGreenSpread {
  0% { opacity: .82; transform: translate3d(10%, -4%, 0) scale(.78); }
  50% { opacity: .95; transform: translate3d(0, 2%, 0) scale(1.04); }
  100% { opacity: .8; transform: translate3d(-12%, -2%, 0) scale(1.19); }
}
@keyframes homeLuasAura {
  from { opacity: .52; transform: translate3d(-5%, 0, 0) scale(.94); }
  to { opacity: .9; transform: translate3d(6%, -1%, 0) scale(1.08); }
}
@keyframes homeLogoWordReveal {
  0% { opacity: 0; transform: scale(.94); letter-spacing: .03em; text-shadow: 0 0 54px rgba(255,255,255,.3); }
  46% { opacity: .58; }
  100% { opacity: 1; transform: scale(1); letter-spacing: -.075em; text-shadow: 0 24px 64px rgba(8,28,21,.28); }
}
@keyframes homeLogoDetailReveal {
  from { opacity: 0; transform: translateY(18px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* Keep the film full-bleed; desktop crops the blurred padding baked into the source. */
.page-beauty .hero-full .cinematic-hero-film,
.page-wellness .hero-full .cinematic-hero-film {
  transform: none !important;
  object-position: center center !important;
  image-rendering: auto;
  backface-visibility: hidden;
}
.page-beauty .hero-full .cinematic-hero-film {
  filter: none !important;
}
.page-wellness .hero-full .cinematic-hero-film {
  filter: none !important;
}
@media (min-width: 761px) {
  .page-beauty .hero-full .cinematic-hero-film,
  .page-wellness .hero-full .cinematic-hero-film {
    transform: scale(1.42) !important;
  }
}
.page-beauty .hero-full .beauty-hero__copy,
.page-wellness .hero-full .wellness-hero__copy {
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  justify-content: center !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
.page-beauty .hero-full .beauty-hero__copy h1,
.page-wellness .hero-full .wellness-hero__copy h1 {
  animation: none !important;
  transition: none !important;
}

@media (min-width: 761px) {
  .formula-editorial--beauty .formula-editorial__visual {
    width: 100%;
    height: auto !important;
    aspect-ratio: 3 / 1;
  }
  .formula-editorial--beauty .formula-editorial__visual > img {
    object-fit: contain !important;
    object-position: center !important;
  }
  .formula-editorial--beauty .formula-line { min-height: 110px !important; }
}

.formula-editorial--wellness .formula-line {
  min-height: 104px !important;
  justify-content: space-between;
}
.formula-editorial--wellness .formula-line > strong { margin-top: 18px !important; }

.product-profile--beauty .profile-shop {
  width: clamp(150px, 10vw, 166px);
  min-height: 60px;
  padding: 0 18px;
}

.page-brand .brand-daily__path > i {
  width: clamp(54px, 4.4vw, 78px);
  height: 34px;
  margin-inline: clamp(-18px, -1vw, -8px);
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 0;
  overflow: hidden;
  backdrop-filter: none;
}
.page-brand .brand-daily__path > i::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 16px;
  top: 50%;
  height: 4px;
  background: radial-gradient(circle, rgba(229,236,231,.86) 0 2px, transparent 2.5px) 0 50% / 12px 4px repeat-x;
  transform: translateY(-50%);
  animation: brandDotFlow 1.05s linear infinite;
}
.page-brand .brand-daily__path > i::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  color: rgba(229,236,231,.92);
  font: 400 30px/1 var(--sans);
  transform: translateY(-53%);
  animation: brandArrowPulse 1.05s ease-in-out infinite;
}
@keyframes brandDotFlow {
  from { background-position: 0 50%; }
  to { background-position: 12px 50%; }
}
@keyframes brandArrowPulse {
  0%, 100% { opacity: .55; transform: translate(-3px,-53%); }
  50% { opacity: 1; transform: translate(1px,-53%); }
}

@media (max-width: 760px) {
  .page-home .home-hero__plane { filter: blur(34px) saturate(1.02); }
  .page-home .home-hero__plane--pink { inset: -25% 4% 22% -46%; }
  .page-home .home-hero__plane--sage { inset: 18% -45% -26% 4%; }

  .page-beauty .hero-full .beauty-hero__copy,
  .page-wellness .hero-full .wellness-hero__copy {
    top: auto !important;
    height: auto !important;
    justify-content: flex-start !important;
  }
  .product-profile--beauty .profile-shop {
    width: 132px;
    min-height: 52px;
  }
  .formula-editorial--wellness .formula-line {
    min-height: 0 !important;
    align-items: center;
  }
  .formula-editorial--wellness .formula-line > strong { margin-top: 0 !important; }
  .page-brand .brand-daily__path > i {
    width: 42px;
    height: 54px;
    margin: -4px auto;
    transform: rotate(90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__plane--pink,
  .page-home .home-hero__plane--sage,
  .page-home .home-hero::before,
  .page-brand .brand-daily__path > i::before,
  .page-brand .brand-daily__path > i::after { animation: none !important; }
  .page-home .home-hero__copy > p,
  .page-home .home-hero__copy h1,
  .page-home .home-hero__copy h2,
  .page-home .home-hero .scroll-cue {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
  }
}

/* v45 final overrides — keep this block last in the cascade. */
.page-home .home-hero__copy h1 {
  font-family: "Cormorant Garamond", Georgia, var(--serif) !important;
  font-size: clamp(148px, 18vw, 304px) !important;
  font-weight: 300 !important;
  line-height: .76 !important;
  letter-spacing: .035em !important;
}
@keyframes homeLogoWordReveal {
  0% { opacity: 0; transform: translateY(22px); filter: blur(9px); letter-spacing: .09em; text-shadow: 0 0 54px rgba(255,255,255,.3); }
  55% { opacity: .68; }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); letter-spacing: .035em; text-shadow: 0 24px 64px rgba(8,28,21,.28); }
}
.home-about--identity .home-about__visual figcaption {
  min-height: 50px !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 14px clamp(22px, 2.4vw, 42px) !important;
  border-top: 1px solid rgba(255,255,255,.64) !important;
  background: rgba(13,31,25,.72) !important;
  color: #fffdf8 !important;
  font-size: clamp(10px, .68vw, 13px) !important;
  font-weight: 720 !important;
  letter-spacing: .24em !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.38) !important;
  backdrop-filter: blur(12px) saturate(.86) !important;
}
.page-beauty .hero-full .cinematic-hero-film,
.page-wellness .hero-full .cinematic-hero-film {
  transform: none !important;
  object-position: center center !important;
}
.formula-editorial--beauty .formula-line header > span { display: none !important; }
.formula-editorial--beauty .formula-line p { max-width: 28em; }
.product-profile--wellness .product-profile__copy {
  right: clamp(40px, 6vw, 118px) !important;
  left: auto !important;
}
.product-profile--wellness .product-profile__visual > img {
  object-position: 34% center !important;
  transform: none !important;
}
@media (min-width: 761px) {
  .formula-editorial--beauty .formula-editorial__visual {
    width: 100%;
    height: auto !important;
    aspect-ratio: 2.8 / 1 !important;
  }
  .formula-editorial--beauty .formula-editorial__visual > img {
    object-fit: cover !important;
    object-position: center !important;
  }
  .formula-editorial--beauty .formula-editorial__lines {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .formula-editorial--beauty .formula-line { min-height: 98px !important; }
}
@media (max-width: 760px) {
  .page-home .home-hero__copy h1 {
    font-size: clamp(104px, 32vw, 132px) !important;
    line-height: .78 !important;
    letter-spacing: .02em !important;
  }
  .home-about--identity .home-about__visual figcaption {
    min-height: 42px !important;
    padding: 11px 16px !important;
    font-size: 9px !important;
    letter-spacing: .15em !important;
  }
  .page-beauty .hero-full .cinematic-hero-film,
  .page-wellness .hero-full .cinematic-hero-film { object-position: center center !important; }
  .product-profile--wellness .product-profile__copy {
    right: 16px !important;
    left: 16px !important;
  }
}
