:root {
  color-scheme: light;
  --paper: #e4e5e1;
  --paper-warm: #d3d5d1;
  --paper-cool: #d3d5d1;
  --product-page-background: var(--paper);
  --ink: #181918;
  --muted: rgba(24, 25, 24, 0.68);
  --faint: rgba(24, 25, 24, 0.46);
  --line: rgba(24, 25, 24, 0.17);
  --line-strong: rgba(24, 25, 24, 0.3);
  --night: #181918;
  --night-2: #181918;
  --cream: #e4e5e1;
  --stone: #a8aaa7;
  --moss: #555754;
  --blue-gray: #a8aaa7;
  --gold: #555754;
  --hero-signature: rgba(239, 239, 235, 0.9);
  --header-h: 64px;
  --desktop-menu-row-h: 52px;
  --measure: 34rem;
  --measure-tight: 28rem;
  --copy-leading: 1.86;
  --section-x: clamp(22px, 4vw, 58px);
  --section-y: clamp(56px, 6.4vw, 94px);
  --home-section-y: clamp(76px, 7.6vw, 112px);
  --font-display-cn: "Heiti SC", "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-editorial-cn: "Songti SC", "Noto Serif CJK SC", "Noto Serif SC", "STSong", serif;
  --font-body-cn: "Heiti SC", "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-latin: "Avenir Next", Inter, "Helvetica Neue", Arial, sans-serif;
  --serif: var(--font-editorial-cn);
  --sans: var(--font-body-cn);
}

/* 2026-08-31 suite364: client-approved all-products balance manifesto. */
.product-balance-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(430px, 0.83fr);
  min-height: calc(100svh - var(--header-h));
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.product-balance-intro__visual {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: clamp(54px, 6.5vw, 108px);
  border-right: 1px solid rgba(27, 29, 29, 0.18);
  background: var(--paper);
  overflow: hidden;
}

.product-balance-intro__visual img {
  display: block;
  width: min(100%, 860px);
  height: auto;
  margin: 0;
  filter: contrast(0.93);
}

.product-balance-intro__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6vw, 96px) clamp(34px, 5.4vw, 86px);
  background: var(--paper);
}

.product-balance-intro__heading {
  padding-bottom: clamp(34px, 4.6vw, 62px);
}

.product-balance-intro__heading h1 {
  max-width: 9em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 3.6vw, 58px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.16;
}

.product-balance-intro__heading p {
  margin: 13px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.product-balance-intro__principles {
  margin: 0;
  border-top: 1px solid rgba(27, 29, 29, 0.2);
}

.product-balance-intro__principles > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(18px, 2.3vw, 34px);
  align-items: baseline;
  padding: 17px 0 16px;
  border-bottom: 1px solid rgba(27, 29, 29, 0.2);
}

.product-balance-intro__principles dt {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.product-balance-intro__principles dd {
  display: grid;
  min-width: 0;
  gap: 3px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.55;
}

.product-balance-intro__principle-zh {
  display: flex;
}

.product-balance-intro__principle-en {
  color: var(--faint);
  font-family: var(--font-latin);
  font-size: 10px;
  letter-spacing: 0.015em;
  line-height: 1.45;
}

html[data-locale="en"] .product-balance-intro__principle-en {
  display: none;
}

.product-balance-intro__link {
  align-self: flex-end;
  margin-top: clamp(34px, 4vw, 54px);
}

@media (max-width: 980px) {
  .product-balance-intro {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  }

  .product-balance-intro__visual {
    padding: clamp(40px, 5vw, 60px);
  }

  .product-balance-intro__copy {
    padding-right: clamp(28px, 4vw, 48px);
    padding-left: clamp(28px, 4vw, 48px);
  }
}

@media (max-width: 760px) {
  .product-balance-intro {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .product-balance-intro__visual {
    min-height: 0;
    padding: 34px 20px 30px;
    border-right: 0;
    border-bottom: 0;
  }

  .product-balance-intro__visual img {
    width: min(82%, 420px);
  }

  .product-balance-intro__copy {
    padding: 38px 20px 42px;
  }

  .product-balance-intro__heading {
    padding-bottom: 28px;
  }

  .product-balance-intro__heading h1 {
    max-width: none;
    font-size: clamp(32px, 9.4vw, 42px);
  }

  .product-balance-intro__principles > div {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 13px 0;
  }

  .product-balance-intro__principles dd {
    display: block;
    font-size: 16px;
  }

  .product-balance-intro__principle-zh {
    display: block;
  }

  .product-balance-intro__principle-en {
    margin-top: 2px;
    font-size: 9px;
    line-height: 1.4;
  }

  .product-balance-intro__link {
    margin-top: 30px;
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: var(--copy-leading);
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

img {
  height: auto;
}

.image-load-frame {
  position: relative;
  background-color: #f7f5f0;
  isolation: isolate;
}

.image-load-media {
  opacity: 0;
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.image-load-media.is-image-loaded {
  opacity: 1;
}

.image-load-frame--brand::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: clamp(28px, 2.4vw, 36px);
  aspect-ratio: 640 / 570;
  background: url("../images/brand/enita-e-cosme-mark-v1.png") center / contain no-repeat;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 200ms ease;
}

.image-load-frame--brand.is-image-loading-delayed::before {
  opacity: 0.42;
  animation: enitaImageLoadingBreath 1.6s ease-in-out infinite;
}

.image-load-frame--brand.is-image-loaded::before,
.image-load-frame--brand.is-image-error::before {
  opacity: 0;
  animation: none;
}

@keyframes enitaImageLoadingBreath {
  0%,
  100% {
    opacity: 0.24;
  }
  50% {
    opacity: 0.54;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-load-media {
    transition: none;
  }

  .image-load-frame--brand.is-image-loading-delayed::before {
    animation: none;
    opacity: 0.4;
  }
}

/* All ENITA product pages: approved Design 2 PDP structure. */
.product-detail.product-detail--design2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: calc(100svh - var(--header-h));
  background: var(--product-page-background);
}

.product-design2-media {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: calc(100svh - var(--header-h));
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #e9e9e7;
}

.product-design2-media img {
  width: auto;
  max-width: 72%;
  height: min(82svh, 700px);
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(48, 44, 40, 0.14));
  transform: translateY(-18px) scale(1.12);
}

.product-design2-media img.product-design2-scene {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: none;
}

.product-design2-media img.product-design2-scene--right {
  object-position: 62% center;
}

.product-design2-media img.product-design2-scene:not(.product-design2-scene--right) {
  object-fit: contain;
  background: #d8d8d5;
}

@media (min-width: 981px) {
  .product-design2-media {
    height: calc(100svh - var(--header-h));
    min-height: 0;
  }

  .product-design2-media img.product-design2-scene {
    min-height: 0;
  }
}

.product-design2-copy {
  display: flex;
  min-height: calc(100svh - var(--header-h));
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 118px) clamp(38px, 4.2vw, 70px);
}

.product-design2-copy .breadcrumb {
  margin-bottom: clamp(54px, 8vh, 92px);
}

.product-design2-copy h1 {
  max-width: 640px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.product-design2-name-core {
  white-space: nowrap;
}

.product-design2-copy .product-design2-tagline {
  margin: 34px 0 0;
  color: var(--ink);
  font-size: clamp(15px, 1.15vw, 18px);
}

.product-design2-copy .product-design2-description {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.product-detail--design2 .detail-meta {
  margin-top: clamp(36px, 5vw, 64px);
}

.product-detail--design2 .detail-meta div {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
}

.product-information-design2 {
  border-bottom: 1px solid var(--line);
  background: var(--product-page-background);
}

.product-information-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  padding: 0 var(--section-x);
  border-bottom: 1px solid var(--line);
}

.product-information-tabs button {
  position: relative;
  min-height: 88px;
  padding: 0 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: clamp(14px, 1.15vw, 17px);
  text-align: left;
  cursor: pointer;
}

.product-information-tabs button::after {
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 26px;
  width: 108px;
  height: 2px;
  background: var(--ink);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 220ms ease;
}

.product-information-tabs button:hover,
.product-information-tabs button:focus-visible,
.product-information-tabs button[aria-selected="true"] {
  color: var(--ink);
}

.product-information-tabs button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.product-information-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(54px, 8vw, 136px);
  min-height: 330px;
  padding: clamp(46px, 5vw, 76px) var(--section-x) clamp(58px, 6vw, 92px);
}

.product-information-panel[hidden] {
  display: none;
}

.product-information-intro p {
  max-width: 510px;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.95;
}

.product-information-facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.product-information-facts div {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.product-information-facts dt,
.product-information-facts dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.product-information-facts dt {
  color: var(--ink);
  font-weight: 600;
}

.product-information-facts dd {
  color: var(--muted);
}

.product-use-design2 {
  display: grid;
  grid-template-columns: minmax(0, 62fr) minmax(340px, 38fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: var(--product-page-background);
}

.product-use-design2-media {
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--stone);
}

.product-use-design2-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.product-use-design2-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5vw, 82px);
  border-left: 1px solid var(--line);
}

.product-use-design2-copy h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 500;
  line-height: 1.2;
}

.product-use-design2-copy > p:not(.eyebrow) {
  max-width: 410px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.product-use-design2-facts {
  width: 100%;
  margin: 42px 0 0;
  border-top: 1px solid var(--line);
}

.product-use-design2-facts div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.product-use-design2-facts dt,
.product-use-design2-facts dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.product-use-design2-facts dt {
  color: var(--ink);
}

.product-use-design2-facts dd {
  color: var(--muted);
}

@media (max-width: 980px) {
  .product-detail.product-detail--design2,
  .product-use-design2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-design2-media {
    min-height: 0;
    aspect-ratio: 5 / 4;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-design2-media img.product-design2-scene {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    background: transparent;
  }

  .product-design2-media img.product-design2-scene:not(.product-design2-scene--right) {
    object-fit: cover;
    background: transparent;
  }

  .product-design2-media img {
    width: auto;
    max-width: 52%;
    height: min(68svh, 620px);
  }

  .product-design2-copy {
    min-height: 0;
  }

  .product-design2-copy .breadcrumb {
    margin-bottom: 52px;
  }

  .product-information-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .product-use-design2-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .product-directory-page .product-series-chapter.reveal-item {
    opacity: 1;
    transform: none;
  }

  .product-design2-media {
    aspect-ratio: 4 / 5;
  }

  .product-design2-media img {
    width: auto;
    max-width: 74%;
    height: min(46svh, 390px);
  }

  .product-design2-copy {
    padding: 44px 20px 54px;
  }

  .product-design2-copy .breadcrumb {
    margin-bottom: 42px;
  }

  .product-design2-copy h1 {
    font-size: clamp(27px, 7.4vw, 34px);
  }

  .product-design2-name-core {
    white-space: normal;
  }

  .product-design2-copy .product-design2-tagline {
    margin-top: 28px;
  }

  .product-detail--design2 .detail-meta div,
  .product-information-facts div,
  .product-use-design2-facts div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
  }

  .product-information-tabs {
    display: flex;
    padding: 0 18px;
    overflow-x: auto;
  }

  .product-information-tabs button {
    flex: 0 0 132px;
    min-height: 72px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .product-information-tabs button::after {
    left: 12px;
  }

  .product-information-panel {
    min-height: 0;
    padding: 38px 20px 52px;
  }

  .product-use-design2-copy {
    padding: 46px 20px 54px;
  }

  .product-use-design2-copy h2 {
    font-size: 34px;
  }

  .product-use-design2-facts {
    margin-top: 34px;
  }
}

/* 2026-08-04 suite186: immersive product and series chapter rhythm. */
.home-featured-product.home-flagship-chapter {
  grid-template-columns: minmax(0, 60fr) minmax(360px, 40fr);
  min-height: clamp(620px, 72svh, 780px);
  margin-top: 0;
  background: var(--product-page-background);
}

.home-flagship-chapter .split-media {
  min-height: inherit;
  background: var(--stone);
}

.home-flagship-chapter .split-media img {
  object-position: center center;
}

.home-flagship-chapter .split-copy {
  align-self: stretch;
  justify-content: center;
  padding: clamp(64px, 7vw, 112px) clamp(44px, 6vw, 96px);
  border-left: 1px solid var(--line);
  background: var(--product-page-background);
}

.home-flagship-chapter .split-copy h2 {
  max-width: 12em;
  font-size: clamp(32px, 3.05vw, 48px);
  line-height: 1.24;
}

.home-flagship-chapter .split-copy h2 span {
  white-space: nowrap;
}

.home-flagship-meta {
  margin: 22px 0 0;
  color: var(--ink) !important;
  font-size: 13px !important;
  letter-spacing: 0.04em;
}

.range.home-series-editorial {
  padding: clamp(82px, 9vw, 138px) 0 0;
  background: var(--cream);
}

.home-series-editorial > .section-head {
  padding-inline: var(--section-x);
}

.series-chapter-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(42px, 5vw, 74px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--product-page-background);
}

.series-chapter-index a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "number name"
    "number count";
  gap: 7px 22px;
  min-height: 132px;
  align-content: center;
  padding: 26px clamp(24px, 4vw, 64px);
  border-left: 1px solid var(--line);
  color: var(--ink);
}

.series-chapter-index a:first-child {
  border-left: 0;
}

.series-chapter-index span {
  grid-area: number;
  align-self: start;
  color: var(--faint);
  font-family: var(--serif);
  font-size: 13px;
}

.series-chapter-index strong {
  grid-area: name;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.18;
}

.series-chapter-index small {
  grid-area: count;
  color: var(--faint);
  font-size: 11px;
}

.series-chapter-index a:hover strong,
.series-chapter-index a:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.range--curated .home-series-chapters.collection-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-series-chapter {
  display: grid;
  grid-template-columns: minmax(0, 62fr) minmax(340px, 38fr);
  min-height: clamp(500px, 43vw, 650px);
  border-bottom: 1px solid var(--line);
  background: var(--product-page-background);
}

.home-series-chapter--reverse {
  grid-template-columns: minmax(340px, 38fr) minmax(0, 62fr);
}

.home-series-chapter--reverse .home-series-chapter__media {
  grid-column: 2;
  grid-row: 1;
}

.home-series-chapter--reverse .home-series-chapter__copy {
  grid-column: 1;
  grid-row: 1;
  border-right: 1px solid var(--line);
  border-left: 0;
}

.home-series-chapter__media,
.home-series-chapter__media picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.home-series-chapter__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 680ms ease;
}

.home-series-chapter__media:hover img {
  transform: scale(1.018);
}

.home-series-chapter__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(50px, 6vw, 96px);
  border-left: 1px solid var(--line);
}

.home-series-chapter__number,
.product-series-lead__number {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  margin: 0 0 52px;
  color: var(--faint);
  font-family: var(--serif);
  font-size: 13px;
}

.home-series-chapter__number span,
.product-series-lead__number span {
  width: 42px;
  border-top: 1px solid currentColor;
}

.home-series-chapter__copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 1.08;
}

.home-series-chapter__copy > p:not(.eyebrow):not(.home-series-chapter__number) {
  max-width: 29em;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.82;
}

.home-series-chapter__copy .text-link {
  margin-top: 42px;
}

.all-products-intro > .series-chapter-index--directory {
  grid-column: 1 / -1;
  width: calc(100% + (var(--section-x) * 2));
  margin: clamp(50px, 6vw, 86px) calc(var(--section-x) * -1) 0;
}

.range.product-series-chapter {
  padding: 0;
  scroll-margin-top: var(--header-h);
  background: var(--cream);
}

.product-series-lead {
  display: grid;
  grid-template-columns: minmax(0, 64fr) minmax(340px, 36fr);
  min-height: clamp(520px, 48vw, 690px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--product-page-background);
}

.product-series-chapter--reverse .product-series-lead {
  grid-template-columns: minmax(340px, 36fr) minmax(0, 64fr);
}

.product-series-chapter--reverse .product-series-lead__media {
  grid-column: 2;
  grid-row: 1;
}

.product-series-chapter--reverse .product-series-lead__copy {
  grid-column: 1;
  grid-row: 1;
  border-right: 1px solid var(--line);
  border-left: 0;
}

.product-series-lead__media,
.product-series-lead__media picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-series-lead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 680ms ease;
}

.product-series-lead__media:hover img {
  transform: scale(1.018);
}

.product-series-lead__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 5.4vw, 88px);
  border-left: 1px solid var(--line);
}

.product-series-lead__copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 3.8vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}

.product-series-lead__copy > p:not(.eyebrow):not(.product-series-lead__number) {
  max-width: 28em;
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.82;
}

.product-series-lead__copy > div {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 11px;
}

.product-series-lead__copy .text-link {
  margin-top: 0;
}

.product-directory-page .product-series-chapter .editorial-product-list {
  display: grid;
  gap: 0;
  padding: clamp(56px, 7vw, 108px) var(--section-x) clamp(76px, 9vw, 132px);
  border-left: 0;
  background: var(--cream);
}

.product-directory-page .range--cleanse-products .editorial-product-list,
.product-directory-page .range--body-care-products .editorial-product-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-directory-page .range--night-care-products .editorial-product-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card {
  min-height: 0;
  padding: 0 clamp(14px, 2vw, 30px) 34px;
  border-right: 1px solid var(--line);
  background: transparent;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card:last-child {
  border-right: 0;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-image {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 0 26px;
  aspect-ratio: 4 / 5;
  background: var(--product-page-background);
}

.product-directory-page .product-series-chapter .editorial-product-list .product-image img {
  padding: clamp(30px, 4.2vw, 66px);
  object-fit: contain;
  transition: transform 520ms ease;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card:hover img {
  transform: scale(1.018);
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card strong {
  min-height: 2.8em;
  font-size: clamp(15px, 1.15vw, 18px);
}

.split.product-use-section--video-ready {
  grid-template-columns: minmax(0, 64fr) minmax(340px, 36fr);
  min-height: 0;
  background: var(--product-page-background);
}

.product-use-media--16x9 {
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--stone);
}

.product-use-media--16x9 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.product-use-section--video-ready .split-copy {
  align-self: stretch;
  justify-content: center;
  padding: clamp(44px, 5vw, 82px);
  border-left: 1px solid var(--line);
}

.product-use-section--video-ready .split-copy h2 {
  font-size: clamp(34px, 3.2vw, 50px);
}

.product-use-facts {
  width: 100%;
  margin: 42px 0 0;
  border-top: 1px solid var(--line);
}

.product-use-facts div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.product-use-facts dt,
.product-use-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.product-use-facts dt {
  color: var(--ink);
}

@media (max-width: 980px) {
  .home-featured-product.home-flagship-chapter {
    grid-template-columns: minmax(0, 1fr);
  }

  .split.product-use-section--video-ready {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-flagship-chapter,
  .home-series-chapter,
  .home-series-chapter--reverse,
  .product-series-lead,
  .product-series-chapter--reverse .product-series-lead,
  .product-use-section--video-ready {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-series-chapter--reverse .home-series-chapter__media,
  .product-series-chapter--reverse .product-series-lead__media {
    grid-column: 1;
    grid-row: 1;
  }

  .home-series-chapter--reverse .home-series-chapter__copy,
  .product-series-chapter--reverse .product-series-lead__copy {
    grid-column: 1;
    grid-row: 2;
    border-right: 0;
  }

  .home-flagship-chapter .split-media,
  .home-series-chapter__media,
  .product-series-lead__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-flagship-chapter .split-copy,
  .home-series-chapter__copy,
  .product-series-lead__copy,
  .product-use-section--video-ready .split-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .product-directory-page .range--cleanse-products .editorial-product-list,
  .product-directory-page .range--night-care-products .editorial-product-list,
  .product-directory-page .range--body-care-products .editorial-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-flagship-chapter {
    min-height: 0;
  }

  .home-flagship-chapter .split-media,
  .home-series-chapter__media,
  .product-series-lead__media {
    aspect-ratio: 4 / 3;
  }

  .home-flagship-chapter .split-copy,
  .home-series-chapter__copy,
  .product-series-lead__copy,
  .product-use-section--video-ready .split-copy {
    padding: 46px 20px 52px;
  }

  .home-flagship-chapter .split-copy h2 {
    font-size: clamp(28px, 8.2vw, 36px);
  }

  .home-series-editorial {
    padding-top: 62px;
  }

  .home-series-editorial > .section-head {
    padding-inline: 18px;
  }

  .series-chapter-index {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 36px;
  }

  .series-chapter-index a,
  .series-chapter-index a:first-child {
    min-height: 92px;
    padding: 20px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .series-chapter-index a:first-child {
    border-top: 0;
  }

  .series-chapter-index strong {
    font-size: 23px;
  }

  .home-series-chapter {
    min-height: 0;
  }

  .home-series-chapter__number,
  .product-series-lead__number {
    margin-bottom: 34px;
  }

  .home-series-chapter__copy h3,
  .product-series-lead__copy h2 {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  .series-chapter-index--directory {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
  }

  .product-directory-page .product-series-chapter .editorial-product-list,
  .product-directory-page .range--cleanse-products .editorial-product-list,
  .product-directory-page .range--night-care-products .editorial-product-list,
  .product-directory-page .range--body-care-products .editorial-product-list {
    grid-template-columns: minmax(0, 1fr);
    padding: 46px 18px 76px;
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-card {
    padding: 0 0 38px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-card + .product-card {
    padding-top: 38px;
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-card:last-child {
    border-bottom: 0;
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-card strong {
    min-height: 0;
    font-size: 18px;
  }

  .product-use-media--16x9 {
    aspect-ratio: 16 / 9;
  }

  .product-use-facts {
    margin-top: 34px;
  }
}

/* Product architecture: overview -> three care series -> individual products. */
.product-browse-guide {
  display: grid;
  grid-template-columns: minmax(240px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(42px, 7vw, 118px);
  padding: clamp(72px, 8vw, 124px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.product-browse-guide header > * {
  margin-top: 0;
}

.product-browse-guide header h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.product-browse-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.product-browse-grid > a,
.product-browse-grid > article {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  padding: 24px clamp(18px, 2.2vw, 34px) 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-browse-grid > :first-child {
  border-left: 1px solid var(--line);
}

.product-browse-grid span,
.product-browse-grid small {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-browse-grid h3 {
  margin: auto 0 14px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
}

.product-browse-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.product-browse-grid small {
  margin-top: 22px;
  color: var(--ink);
}

.product-browse-grid > a:hover,
.product-browse-grid > a:focus-visible {
  background: var(--paper-warm);
}

.home-product-browse {
  background: var(--paper);
}

.home-featured-facts {
  width: min(100%, 440px);
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.home-featured-facts > div {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 22px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.home-featured-facts dt,
.home-featured-facts dd {
  margin: 0;
  font-size: 12px;
}

.home-featured-facts dt {
  color: var(--faint);
}

.home-series-directory {
  display: grid;
  grid-template-columns: minmax(240px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(42px, 7vw, 118px);
  padding: clamp(72px, 8vw, 124px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.home-series-directory header > * {
  margin-top: 0;
}

.home-series-directory header h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.home-series-directory header .text-link {
  margin-top: 30px;
}

.home-series-directory nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.home-series-directory nav a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 68px;
  align-items: center;
  padding: 12px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-series-directory nav a:nth-child(odd) {
  border-left: 1px solid var(--line);
}

.home-series-directory nav span,
.home-series-directory nav small {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.home-series-directory nav strong {
  font-family: var(--serif);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 400;
}

.home-series-directory nav a:hover,
.home-series-directory nav a:focus-visible {
  background: var(--paper-warm);
}

.series-collection-directory {
  padding: clamp(82px, 9vw, 144px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.series-directory-intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(320px, 0.78fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 5vw, 88px);
  align-items: start;
  margin-bottom: clamp(54px, 7vw, 104px);
}

.series-directory-intro .eyebrow,
.series-directory-intro h2,
.series-directory-intro > p {
  margin: 0;
}

.series-directory-intro h2,
.all-products-intro h2,
.series-definition h2,
.series-editorial h2,
.series-products h2,
.series-information h2,
.series-related h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 72px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.series-directory-intro > p {
  max-width: 38em;
  color: var(--muted);
}

.series-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 7vw, 112px) clamp(20px, 3vw, 48px);
}

.series-directory-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  min-width: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.series-directory-card figure {
  grid-column: 1 / -1;
  margin: 0 0 24px;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--paper-warm);
}

.series-directory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 240ms ease;
}

.series-directory-card > span,
.series-directory-card > p,
.series-directory-card > small {
  color: var(--faint);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.series-directory-card > span {
  grid-column: 1;
}

.series-directory-card > h3 {
  grid-column: 1;
  margin: 12px 0 10px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.1vw, 50px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.series-directory-card > p {
  grid-column: 1;
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: none;
}

.series-directory-card > small {
  grid-column: 2;
  grid-row: 2 / 5;
  align-self: end;
  min-height: 44px;
  padding-top: 14px;
  color: var(--ink);
}

.series-directory-card:hover img {
  opacity: 0.86;
}

.series-directory-card.is-draft {
  cursor: default;
}

.series-directory-card.is-draft img {
  filter: saturate(0.68) contrast(0.94);
  opacity: 0.72;
}

.series-directory-card.is-draft:hover img {
  opacity: 0.72;
}

.series-directory-card.is-draft > small {
  color: var(--faint);
}

.all-products-intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(320px, 0.78fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 5vw, 88px);
  align-items: start;
  padding: clamp(72px, 8vw, 124px) var(--section-x) clamp(44px, 5vw, 74px);
  background: var(--cream);
}

.all-products-intro > * {
  margin: 0;
}

.all-products-intro > p:last-child {
  color: var(--muted);
}

.product-series-page {
  --series-gutter: clamp(22px, 5vw, 76px);
  background: var(--paper);
}

.series-page {
  padding-top: 0;
}

.series-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  min-height: 0;
  border-bottom: 1px solid var(--line);
}

.series-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 0 var(--series-gutter);
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.series-breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.series-hero-media {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--paper-warm);
}

body[data-series-id="boundary"] .series-hero-media {
  aspect-ratio: 1390 / 1132;
}

.series-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.series-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.series-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 8vw, 120px) var(--series-gutter);
}

.series-hero-copy .eyebrow {
  margin: 0 0 22px;
}

.series-hero-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 6.3vw, 104px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.series-hero-copy > p:not(.eyebrow) {
  max-width: 34em;
  margin: 34px 0 0;
  color: var(--muted);
}

.series-hero-copy .text-link {
  align-self: flex-start;
  min-height: 44px;
  margin-top: 40px;
  padding-top: 9px;
}

.series-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 var(--series-gutter);
  border-bottom: 1px solid var(--line);
}

.series-switcher a {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 12px 18px;
  border-right: 1px solid var(--line);
  font-size: 13px;
}

.series-switcher a:first-child {
  border-left: 1px solid var(--line);
}

.series-switcher a span {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.series-switcher a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}

.series-switcher a[aria-current="page"] span {
  color: rgba(246, 242, 234, 0.62);
}

.series-definition {
  display: grid;
  grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 140px);
  padding: clamp(82px, 9vw, 146px) var(--series-gutter);
  border-bottom: 1px solid var(--line);
}

.series-definition header > * {
  margin-top: 0;
}

.series-definition dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.series-definition dl > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.series-definition dt {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.series-definition dd {
  margin: 0;
}

.series-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.series-editorial figure {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--paper-warm);
}

.series-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series-editorial > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 8vw, 120px) var(--series-gutter);
}

.series-editorial h2,
.series-editorial p {
  margin-top: 0;
}

.series-editorial > div > p:last-child {
  max-width: 35em;
  margin-top: 26px;
  color: var(--muted);
}

.series-products {
  padding: clamp(82px, 9vw, 146px) var(--series-gutter);
  border-bottom: 1px solid var(--line);
}

.series-products .section-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.series-products .section-head h2,
.series-products .section-head p {
  margin-top: 0;
}

.series-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 38px);
}

.series-product-placeholder,
.series-product-card {
  min-width: 0;
  margin: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.series-product-placeholder > div,
.series-product-card figure {
  display: grid;
  place-items: center;
  width: 100%;
  margin: 0 0 20px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--paper-warm);
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.series-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series-product-placeholder > span,
.series-product-card > span {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.series-product-placeholder h3,
.series-product-card h3 {
  margin: 10px 0 4px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.3vw, 36px);
  font-weight: 400;
}

.series-product-placeholder p,
.series-product-card p {
  margin: 0;
  color: var(--muted);
}

.series-product-facts,
.product-card-decision {
  margin: 18px 0 0;
  border-top: 1px solid var(--line);
}

.series-product-facts > div,
.product-card-decision > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.product-directory-page .product-card-decision > div:last-child {
  border-bottom: 0;
}

.series-product-facts dt,
.series-product-facts dd,
.product-card-decision dt,
.product-card-decision dd {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

.series-product-facts dt,
.product-card-decision dt {
  color: var(--faint);
}

.series-product-facts dd,
.product-card-decision dd {
  color: var(--muted);
}

.series-information {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--night);
  color: var(--paper);
}

.series-information article {
  min-height: 480px;
  padding: clamp(66px, 8vw, 124px) var(--series-gutter);
}

.series-information article + article {
  border-left: 1px solid rgba(246, 242, 234, 0.18);
}

.series-information .eyebrow {
  color: rgba(246, 242, 234, 0.54);
}

.series-information h2 {
  max-width: 9em;
  margin: 24px 0;
}

.series-information article > p:last-child {
  max-width: 34em;
  color: rgba(246, 242, 234, 0.68);
}

.series-note {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) 1fr;
  gap: 32px;
  padding: 32px var(--series-gutter);
  border-bottom: 1px solid var(--line);
}

.series-note span {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.series-note p {
  margin: 0;
}

.series-related {
  padding: clamp(74px, 8vw, 124px) var(--series-gutter);
  border-bottom: 1px solid var(--line);
}

.series-related h2 {
  margin: 14px 0 clamp(34px, 5vw, 66px);
}

.series-related [data-related-series] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.series-related [data-related-series] a {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 900px) {
  .series-directory-intro,
  .all-products-intro {
    grid-template-columns: 1fr 1.4fr;
  }

  .series-directory-intro > p,
  .all-products-intro > p:last-child {
    grid-column: 2;
  }

  .series-hero,
  .series-editorial {
    grid-template-columns: 1fr;
  }

  .series-hero-media {
    aspect-ratio: 16 / 9;
  }

  .series-hero-media img {
    min-height: 0;
  }

  .series-switcher {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .series-switcher a:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .series-switcher a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .series-definition {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body[data-series-id="boundary"] .series-hero-media {
    aspect-ratio: 4 / 5;
  }

  .series-collection-directory,
  .series-products {
    padding-inline: 20px;
  }

  .series-directory-intro,
  .all-products-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .series-directory-intro > p,
  .all-products-intro > p:last-child {
    grid-column: 1;
  }

  .series-directory-grid,
  .series-product-grid,
  .series-information,
  .series-related [data-related-series] {
    grid-template-columns: 1fr;
  }

  .series-directory-card > small {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 14px;
  }

  .series-hero-copy {
    min-height: 440px;
    padding: 64px 20px 72px;
  }

  .series-hero-copy h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .series-breadcrumb,
  .series-switcher,
  .series-definition,
  .series-editorial > div,
  .series-information article,
  .series-note,
  .series-related {
    padding-inline: 20px;
  }

  .series-switcher {
    grid-template-columns: 1fr;
  }

  .series-switcher a,
  .series-switcher a:nth-child(n) {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .series-switcher a:first-child {
    border-top: 0;
  }

  .series-definition dl > div,
  .series-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .series-editorial figure {
    aspect-ratio: 1;
  }

  .series-products .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .series-products .section-head .text-link {
    justify-self: start;
    min-height: 44px;
  }

  .series-information article {
    min-height: 420px;
  }

  .series-information article + article {
    border-top: 1px solid rgba(246, 242, 234, 0.18);
    border-left: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 100;
  transform: translateY(-80px);
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  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;
}

.site-shell {
  background: var(--paper);
  color: var(--ink);
}

html.is-menu-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: var(--header-h);
  padding: 0 clamp(18px, 3.2vw, 44px);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 234, 0.94);
  backdrop-filter: blur(18px);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), background-color 520ms ease, border-color 520ms ease, backdrop-filter 520ms ease;
}

html.is-site-header-hidden:not(.is-menu-open):not(.is-nav-panel-open) .site-header {
  transform: translateY(calc(-100% - 2px));
}

html.is-home-page .site-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

html.is-home-page .site-header .menu-button,
html.is-home-page .site-header .brand-logo,
html.is-home-page .site-header .header-utility {
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.is-home-opening:not(.is-header-ready):not(.is-menu-open):not(.is-nav-panel-open) .site-header {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: blur(0);
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: blur(0);
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .menu-button,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-utility a {
  color: rgba(251, 248, 241, 0.92);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .brand-logo img {
  opacity: 0.9;
  filter: brightness(1.36) saturate(0.82) contrast(0.92) drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within,
html.is-home-page.is-nav-panel-open .site-header {
  border-bottom-color: var(--line);
  background: rgba(246, 242, 234, 0.96);
  backdrop-filter: blur(18px);
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover .menu-button,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within .menu-button,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover .header-utility a,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within .header-utility a,
html.is-home-page.is-nav-panel-open .site-header .header-utility a {
  color: var(--ink);
  text-shadow: none;
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover .brand-logo img,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within .brand-logo img,
html.is-home-page.is-nav-panel-open .site-header .brand-logo img {
  opacity: 0.94;
  filter: saturate(1.16) contrast(1.18);
}

html.is-home-opening:not(.is-header-ready):not(.is-menu-open) .site-header .menu-button,
html.is-home-opening:not(.is-header-ready):not(.is-menu-open) .site-header .brand-logo,
html.is-home-opening:not(.is-header-ready):not(.is-menu-open) .site-header .header-utility {
  opacity: 0;
  transform: translateY(-8px);
}

.header-nav,
.header-utility {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  min-width: 0;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.header-nav {
  justify-content: flex-start;
}

.header-utility {
  justify-content: flex-end;
}

.header-nav a,
.header-utility a,
.menu-button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  transition: color 360ms ease, opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.menu-button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.menu-button:active,
.menu-button:focus,
.menu-button:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.menu-button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.header-nav > a {
  position: relative;
  display: none;
  align-items: center;
  height: var(--header-h);
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.header-nav > a::after,
.header-utility a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.34);
  transform-origin: left center;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-nav > a:hover,
.header-nav > a:focus-visible,
.header-nav > a.is-nav-active,
.header-nav > a[aria-current="page"],
.header-utility a:hover,
.header-utility a:focus-visible,
.header-utility a[aria-current="page"] {
  opacity: 1;
}

.header-nav > a:hover::after,
.header-nav > a:focus-visible::after,
.header-nav > a.is-nav-active::after,
.header-nav > a[aria-current="page"]::after,
.header-utility a:hover::after,
.header-utility a:focus-visible::after,
.header-utility a[aria-current="page"]::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.header-utility {
  display: none;
}

.header-utility a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--header-h);
  opacity: 0.82;
}

.is-menu-open .header-nav > a,
.is-menu-open .header-utility {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  visibility: hidden;
}

.menu-icon {
  position: relative;
  display: block;
  width: 26px;
  height: 18px;
  background: linear-gradient(currentColor, currentColor) 0 50% / 26px 1px no-repeat;
  content: "";
  opacity: 0.86;
  transition: background-size 180ms ease, opacity 180ms ease;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: center;
  transition: top 180ms ease, bottom 180ms ease, transform 180ms ease;
}

.menu-icon::before {
  top: 2px;
}

.menu-icon::after {
  bottom: 2px;
}

.is-menu-open .menu-icon {
  background-size: 0 1px;
}

.is-menu-open .menu-icon::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.is-menu-open .menu-icon::after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.brand-logo {
  justify-self: center;
  display: inline-flex;
  align-items: center;
}

.brand-logo img {
  width: min(154px, 34vw);
  max-height: none;
  opacity: 0.94;
  filter: saturate(1.16) contrast(1.18);
  object-fit: contain;
  transition: opacity 520ms ease, filter 520ms ease;
}

.mobile-drawer {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 45;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 234, 0.98);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  visibility: hidden;
  backdrop-filter: blur(18px);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
}

.drawer-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  column-gap: clamp(28px, 4.2vw, 72px);
  row-gap: 30px;
  padding: clamp(34px, 4.2vw, 60px) clamp(52px, 5.2vw, 88px) clamp(42px, 5vw, 68px);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 260ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.drawer-group {
  display: grid;
  align-content: start;
  gap: 6px;
}

.drawer-group strong,
.drawer-group-summary {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.drawer-group-summary {
  list-style: none;
}

.drawer-group-summary::-webkit-details-marker {
  display: none;
}

.drawer-group-summary-icon {
  display: none;
}

.drawer-group-content {
  display: grid;
  align-content: start;
  gap: 6px;
}

.drawer-preview {
  width: 100%;
  margin: 0 0 12px;
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
  background: rgba(37, 32, 27, 0.08);
  opacity: 0.9;
  transform: translateY(4px);
  transition: opacity 280ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.drawer-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: scale(1.01);
  transition: filter 320ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.is-menu-open .drawer-preview {
  opacity: 1;
  transform: translateY(0);
}

.drawer-group:hover .drawer-preview img {
  filter: none;
  transform: scale(1.035);
}

.desktop-category-nav {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 45;
  height: var(--desktop-menu-row-h);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 234, 0.98);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
  backdrop-filter: blur(18px);
  transition: opacity 200ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
}

.is-menu-open .desktop-category-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.desktop-category-nav-inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: min(100%, 1120px);
  height: 100%;
  margin: 0 auto;
  gap: clamp(30px, 4.2vw, 68px);
  padding: 0 clamp(28px, 3vw, 44px);
}

.desktop-category-nav button {
  position: relative;
  appearance: none;
  min-width: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  opacity: 0.68;
  transition: opacity 180ms ease;
}

.desktop-category-nav button::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.28);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 210ms cubic-bezier(0.22, 1, 0.36, 1);
}

.desktop-category-nav button:hover,
.desktop-category-nav button:focus-visible,
.desktop-category-nav button.is-nav-active {
  opacity: 1;
}

.desktop-category-nav button:hover::after,
.desktop-category-nav button:focus-visible::after,
.desktop-category-nav button.is-nav-active::after {
  opacity: 0.9;
  transform: scaleX(1);
}

@media (min-width: 981px) {
  .mobile-drawer {
    display: none;
  }
}

.desktop-mega-nav {
  position: fixed;
  top: calc(var(--header-h) + var(--desktop-menu-row-h));
  left: 0;
  right: 0;
  z-index: 44;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 234, 0.98);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  visibility: hidden;
  backdrop-filter: blur(18px);
  transition: opacity 190ms ease, transform 210ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 210ms;
}

.is-menu-open.is-nav-panel-open .desktop-mega-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.mega-panel-inner {
  width: min(calc(100% - 48px), 1120px);
  min-height: 274px;
  margin: 0 auto;
  padding: 30px 0 26px;
}

.mega-panel-section {
  display: grid;
  grid-template-columns: 160px 220px minmax(0, 1fr);
  column-gap: 44px;
  align-items: start;
  animation: megaPanelReveal 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mega-panel-section[hidden] {
  display: none;
}

.mega-panel-group {
  display: grid;
  align-content: start;
  grid-template-rows: 24px;
  grid-auto-rows: minmax(42px, auto);
  gap: 0;
}

.mega-panel-group span {
  align-self: start;
  margin-bottom: 0;
  color: #8a8178;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mega-panel-group a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 0;
  width: fit-content;
  color: #443d37;
  font-size: 15px;
  line-height: 1.35;
  opacity: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.mega-panel-group[data-nav-group="selected"] {
  padding-left: 0;
}

.mega-panel-group a:hover,
.mega-panel-group a:focus-visible,
.mega-panel-group a[aria-current="page"] {
  color: #201c19;
  transform: translateX(3px);
}

.mega-panel-previews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  min-width: 0;
}

.mega-panel-preview {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
}

.mega-panel-preview img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(37, 32, 27, 0.08);
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: none;
  transform: scale(1.01);
  transition: filter 360ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mega-panel-preview-caption {
  color: #28231f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  transition: color 180ms ease, transform 180ms ease;
}

@media (min-width: 981px) and (max-width: 1120px) {
  .mega-panel-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mega-panel-section {
    grid-template-columns: 140px 200px minmax(0, 1fr);
    column-gap: 32px;
  }

  .mega-panel-group a {
    font-size: 14px;
  }

  .mega-panel-previews {
    gap: 32px;
  }

  .mega-panel-group[data-nav-group="selected"] {
    padding-left: 0;
  }
}

.mega-panel-preview:hover .mega-panel-preview-caption,
.mega-panel-preview:focus-visible .mega-panel-preview-caption {
  color: #201c19;
  transform: translateX(2px);
}

.is-nav-panel-open .mega-panel-section.is-active .mega-panel-preview img {
  filter: none;
  transform: scale(1.035);
}

@keyframes megaPanelReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-drawer a {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  padding: 9px 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.mobile-drawer a::after {
  content: none;
}

.is-menu-open .mobile-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.is-menu-open .drawer-inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 70ms;
}

.page {
  background: var(--paper);
}

.notice-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 13px clamp(18px, 3.2vw, 44px);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
  color: var(--muted);
  font-size: 13px;
}

.notice-bar a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(360px, 0.72fr);
  min-height: calc(100svh - var(--header-h));
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.hero-cover {
  position: relative;
  display: block;
  min-height: calc(100svh - var(--header-h));
  overflow: hidden;
  background: var(--night);
  color: var(--paper);
}

.hero-cover-media {
  position: absolute;
  inset: 0;
  margin: 0;
  background: var(--night);
}

.hero-cover-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-cover-media img,
.hero-cover-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.hero-cover-media .hero-video-fallback {
  display: none;
}

.hero-cover-media.is-video-fallback video {
  display: none;
}

.hero-cover-media.is-video-fallback .hero-video-fallback {
  display: block;
}

.hero-cover::after {
  content: none;
}

.hero-home-cover .hero-cover-media img,
.hero-home-cover .hero-cover-media video {
  filter: none;
}

.hero-home-cover .hero-cover-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(15, 13, 11, 0.24), transparent 22%),
    linear-gradient(to top, rgba(15, 13, 11, 0.52), transparent 34%);
  pointer-events: none;
}

html.is-home-page .hero-home-cover,
html.is-home-page .hero-home-cover .hero-cover-copy {
  min-height: 100svh;
}

.hero-home-cover::after {
  content: none;
}

.hero-cover-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: calc(100svh - var(--header-h));
  width: min(760px, 68vw);
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 128px) clamp(26px, 6vw, 96px);
}

.hero-home-cover .hero-cover-copy {
  width: 100%;
  padding: 0;
}

.hero-title-stack {
  display: grid;
  width: max-content;
  max-width: 100%;
  justify-items: center;
}

.hero-home-cover .hero-title-stack {
  position: absolute;
  left: clamp(22px, 4vw, 68px);
  bottom: clamp(24px, 4vw, 58px);
  justify-items: start;
}

.hero-cover-copy .eyebrow,
.hero-cover-copy p {
  color: rgba(246, 242, 234, 0.82);
}

.hero-home-cover .hero-cover-copy .eyebrow,
.hero-home-cover .hero-cover-copy p {
  color: rgba(246, 242, 234, 0.82);
}

.hero-cover-copy h1 {
  max-width: 720px;
  color: var(--paper);
  font-size: clamp(62px, 7.6vw, 126px);
  line-height: 0.98;
}

.hero-home-cover .hero-cover-copy h1 {
  color: var(--hero-signature);
  max-width: 820px;
  font-family: var(--font-latin);
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  font-variant-ligatures: common-ligatures;
}

.hero-home-cover .hero-cover-copy h1 span {
  display: block;
}

.hero-home-cover .hero-cover-copy h1 span:last-child {
  font-family: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", serif;
}

.hero-cover-copy p:not(.eyebrow) {
  max-width: 360px;
  margin-top: 26px;
  line-height: 1.72;
}

.hero-home-cover .hero-cover-copy p:not(.eyebrow) {
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  color: rgba(246, 242, 234, 0.7);
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.hero-home-cover .hero-cover-copy p:empty {
  display: none;
}

.hero-cover-copy .button-link {
  width: fit-content;
  border-color: rgba(246, 242, 234, 0.84);
  background: rgba(246, 242, 234, 0.92);
  color: var(--ink);
}

.hero-home-cover .hero-cover-copy .button-link {
  border-color: rgba(246, 242, 234, 0.84);
  background: rgba(246, 242, 234, 0.92);
  color: var(--ink);
}

.hero-cover-note {
  position: absolute;
  right: clamp(22px, 4vw, 68px);
  bottom: clamp(24px, 4vw, 58px);
  z-index: 1;
  color: var(--hero-signature);
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.hero-home-cover .hero-cover-note {
  color: var(--hero-signature);
}

.hero-sound-toggle {
  position: absolute;
  right: clamp(22px, 4vw, 68px);
  bottom: clamp(58px, 7vw, 96px);
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(246, 242, 234, 0.34);
  border-radius: 50%;
  background: rgba(15, 13, 11, 0.18);
  color: var(--hero-signature);
  cursor: pointer;
  opacity: 0.86;
  backdrop-filter: blur(5px);
  transition: color 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.hero-sound-toggle:hover,
.hero-sound-toggle:focus-visible {
  background: rgba(15, 13, 11, 0.42);
  color: var(--paper);
  opacity: 1;
}

.hero-sound-icon {
  width: 20px;
  height: 20px;
}

.hero-sound-icon--on,
.hero-sound-toggle[aria-pressed="true"] .hero-sound-icon--off {
  display: none;
}

.hero-sound-toggle[aria-pressed="true"] .hero-sound-icon--on {
  display: block;
}

.page-cover {
  min-height: min(760px, calc(100svh - var(--header-h)));
}

.page-cover .hero-cover-copy {
  min-height: min(760px, calc(100svh - var(--header-h)));
  width: min(720px, 64vw);
}

.page-cover .hero-cover-copy h1 {
  font-size: clamp(56px, 6.2vw, 108px);
}

.contact-cover .hero-cover-copy {
  width: min(780px, 68vw);
}

.contact-cover .hero-cover-copy h1 {
  max-width: 7.5em;
  font-size: clamp(54px, 5.2vw, 86px);
  line-height: 1.08;
  white-space: pre-line;
}

.contact-cover .hero-cover-copy p:not(.eyebrow) {
  max-width: 32em;
  margin-top: 22px;
  font-size: clamp(15px, 1.15vw, 18px);
  letter-spacing: 0.03em;
}

.product-directory-cover .hero-cover-media img {
  filter: none;
}

.hero-cover.story-cover .hero-cover-media img {
  filter: none;
}

.hero-cover.story-cover::after {
  content: none;
}

.product-directory-page .product-directory-cover,
.product-directory-page .product-directory-cover .hero-cover-media {
  min-height: calc(100svh - var(--header-h));
}

.product-directory-cover::after {
  content: none;
}

.product-directory-cover::before {
  content: none;
  content: none;
}

.page-cover.product-directory-cover .hero-cover-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  min-height: 0;
  width: auto;
  padding: 0 0 clamp(34px, 4vw, 58px) clamp(26px, 6vw, 96px);
}

.page-cover.product-directory-cover .hero-cover-copy h1 {
  margin: 0;
  color: rgba(37, 32, 27, 0.72);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.page-cover--right .hero-cover-copy {
  margin-left: auto;
}

.page-cover--right::after {
  content: none;
}

.journal-cover .hero-cover-media img {
  object-position: center center;
  filter: none;
}

.journal-cover::after {
  content: none;
}

.page-cover.journal-cover .hero-cover-copy {
  width: min(560px, 44vw);
  justify-content: flex-end;
  padding: clamp(72px, 8vw, 122px) clamp(36px, 6vw, 96px) clamp(84px, 8vw, 124px);
}

.journal-cover .breadcrumb {
  display: none;
}

.journal-cover .hero-cover-copy .eyebrow {
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.page-cover.journal-cover .hero-cover-copy h1 {
  max-width: none;
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.journal-archive-page .page-cover.journal-cover .hero-cover-copy h1 {
  font-size: clamp(42px, 4.1vw, 64px);
  white-space: nowrap;
}

.journal-cover .hero-cover-copy p:not(.eyebrow) {
  max-width: 300px;
  margin-top: 18px;
  color: rgba(246, 242, 234, 0.72);
  font-size: 13px;
}

.journal-cover .hero-cover-note {
  left: clamp(22px, 4vw, 68px);
  right: auto;
}

.hero-featured-product {
  position: relative;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 0.82fr) minmax(280px, 0.46fr);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 248, 241, 0.96), rgba(246, 242, 234, 0.86) 46%, rgba(232, 225, 212, 0.96)),
    var(--paper-warm);
}

.hero-featured-product::before {
  position: absolute;
  inset: clamp(18px, 2.2vw, 34px);
  border: 1px solid rgba(37, 32, 27, 0.12);
  pointer-events: none;
  content: "";
}

.hero-feature-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(58px, 7vw, 112px) clamp(28px, 5.2vw, 86px);
}

.hero-feature-copy h1 {
  display: grid;
  gap: 8px;
  max-width: 620px;
}

.hero-feature-copy h1 span:first-child {
  font-size: clamp(60px, 7vw, 112px);
  line-height: 0.96;
}

.hero-feature-copy h1 span:last-child {
  color: rgba(37, 32, 27, 0.78);
  font-size: clamp(40px, 4.5vw, 76px);
  line-height: 1.08;
}

.hero-feature-copy p:not(.eyebrow) {
  max-width: var(--measure-tight);
  margin-top: 26px;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-product-still,
.hero-product-art {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  margin: 0;
}

.hero-product-still {
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(150deg, #f8f5ee 0%, #e6edef 52%, #d5cbbd 100%);
}

.hero-product-still::before {
  inset: 12%;
}

.hero-product-still img {
  height: min(74svh, 720px);
  max-width: 58%;
}

.hero-product-art {
  overflow: hidden;
  background: var(--stone);
}

.hero-product-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.hero-caption {
  position: absolute;
  left: clamp(28px, 5.2vw, 86px);
  bottom: clamp(22px, 3vw, 44px);
  z-index: 2;
  max-width: 320px;
  color: var(--faint);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-media {
  min-height: calc(100svh - var(--header-h));
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.hero-media img,
.hero-media video,
.split-media img,
.editorial-media img,
.feature-card img,
.journal-card img,
.product-image img,
.store-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-page .store-visual img {
  object-position: center 42%;
}

.product-still-card,
.product-still-panel {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 30%, rgba(255, 255, 255, 0.84), transparent 34%),
    linear-gradient(135deg, #f6f2ea 0%, #e9edf0 48%, #d8cec1 100%);
}

.product-still-card::before,
.product-still-panel::before {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(37, 32, 27, 0.1);
  content: "";
}

.product-still-card::after,
.product-still-panel::after {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 44%;
  height: 22%;
  background: radial-gradient(ellipse, rgba(37, 32, 27, 0.16), transparent 68%);
  content: "";
  filter: blur(10px);
}

.product-still-card img,
.product-still-panel img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 82%;
  max-width: 62%;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(37, 32, 27, 0.22));
}

.product-still-foam img,
.product-still-body img {
  height: 80%;
}

.product-still-serum img {
  width: 66%;
  height: auto;
  max-height: 70%;
}

.product-media-duo {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.72fr);
  gap: 1px;
  min-height: calc(100svh - var(--header-h));
  background: var(--line);
}

.product-gallery {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  min-height: calc(100svh - var(--header-h));
  padding: clamp(28px, 4vw, 58px);
  background: var(--product-page-background);
}

.product-gallery-viewport {
  position: relative;
  width: min(100%, 680px, calc((100svh - var(--header-h) - 158px) * 0.8));
  max-width: 680px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--product-page-background);
  overscroll-behavior-inline: contain;
}

.product-gallery-track,
.product-gallery-slide {
  width: 100%;
  height: 100%;
}

.product-gallery-track {
  position: relative;
}

.product-gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
}

.product-gallery-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.product-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--gallery-object-position, center center);
}

.product-gallery-slide[data-fit="contain"] img {
  object-fit: contain;
}

.product-gallery-thumbnails {
  display: flex;
  max-width: min(100%, 680px);
  gap: 11px;
  padding: 1px;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

.product-gallery-thumbnail {
  flex: 0 0 72px;
  width: 72px;
  height: 90px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--product-page-background);
  cursor: pointer;
  opacity: 0.62;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.product-gallery-thumbnail:hover,
.product-gallery-thumbnail:focus-visible,
.product-gallery-thumbnail.is-active {
  opacity: 1;
}

.product-gallery-thumbnail.is-active {
  border-color: #a9adac;
}

.product-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-thumbnail[data-fit="contain"] img {
  object-fit: contain;
}

.product-still-panel,
.product-art-panel {
  min-height: calc(100svh - var(--header-h));
  margin: 0;
}

.product-art-panel {
  overflow: hidden;
  background: var(--stone);
}

.product-art-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-media-duo .product-art-panel:first-child img {
  object-position: center center;
}

.hero-media video {
  filter: none;
}

.hero-copy,
.split-copy,
.product-copy,
.store-copy,
.article-copy {
  align-self: center;
  padding: clamp(58px, 7vw, 112px) clamp(28px, 5.2vw, 86px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--faint);
  font-family: var(--font-latin);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.breadcrumb {
  margin-bottom: 18px;
  color: var(--faint);
  font-size: 12px;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 1.04;
}

h2 {
  max-width: 680px;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.08;
}

h3 {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.16;
}

.hero-copy p:not(.eyebrow),
.split-copy p,
.product-copy p,
.store-copy p,
.article-copy p {
  max-width: var(--measure-tight);
  margin-top: 24px;
  color: var(--muted);
  line-height: var(--copy-leading);
}

.store-copy .store-body:empty,
.hero-summary:empty {
  display: none;
}

.text-link,
.button-link,
.ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.text-link::after,
.ghost-link::after {
  width: 44px;
  height: 1px;
  background: currentColor;
  content: "";
}

.button-link {
  min-height: 42px;
  padding: 11px 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.ghost-link {
  min-height: 42px;
  padding: 11px 22px;
  border: 1px solid var(--line-strong);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(30px, 7vw, 118px);
  padding: clamp(82px, 9vw, 150px) clamp(28px, 6vw, 104px);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.intro p:not(.eyebrow) {
  max-width: var(--measure);
  align-self: end;
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: var(--copy-leading);
}

.ritual-showcase,
.directory-board {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: stretch;
  padding: var(--section-y) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.ritual-copy,
.directory-panel {
  display: grid;
  align-content: center;
  padding: clamp(26px, 3.2vw, 54px) clamp(8px, 2vw, 26px);
}

.ritual-copy h2,
.directory-panel h2 {
  max-width: 9.6em;
}

.ritual-copy h2 {
  font-family: var(--font-editorial-cn);
  font-weight: 300;
  line-height: 1.14;
}

.ritual-copy p:not(.eyebrow) {
  max-width: 340px;
  margin-top: 18px;
  color: var(--muted);
}

.ritual-copy .ritual-body:empty {
  display: none;
}

.ritual-copy .text-link {
  margin-top: clamp(28px, 4.8vw, 58px);
}

.ritual-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  min-height: clamp(470px, 56svh, 620px);
}

.ritual-tile,
.directory-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.ritual-tile--large {
  grid-row: 1 / 3;
}

.ritual-tile img,
.directory-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ritual-tile img {
  filter: none;
}

.ritual-board-signature {
  position: absolute;
  bottom: clamp(24px, 4.2vw, 58px);
  left: clamp(20px, 3vw, 46px);
  z-index: 2;
  display: grid;
  gap: 9px;
  color: rgba(247, 242, 233, 0.94);
  pointer-events: none;
  text-shadow: 0 2px 18px rgba(11, 9, 7, 0.3);
}

.ritual-board-signature strong {
  font-family: var(--font-editorial-cn);
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
}

.ritual-board-signature span {
  padding-left: 3px;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

html.is-home-page .page > section:not(.hero) h2 {
  font-size: clamp(36px, 3vw, 42px);
  line-height: 1.12;
}

html.is-home-page .ritual-showcase {
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(34px, 5vw, 78px);
  padding-top: var(--home-section-y);
  padding-bottom: var(--home-section-y);
}

html.is-home-page .ritual-board {
  gap: clamp(12px, 1.4vw, 20px);
  min-height: clamp(540px, 58svh, 680px);
}

html.is-home-page .ritual-copy {
  padding-inline: 0;
}

.directory-board {
  position: relative;
  grid-template-columns: 1fr;
  min-height: calc(100svh - var(--header-h));
  overflow: hidden;
  padding: 0;
  background: var(--stone);
  color: var(--cream);
}

.directory-board::after {
  content: none;
}

.directory-visual {
  position: absolute;
  inset: 0;
  min-height: 100%;
  height: 100%;
}

.directory-visual img {
  filter: none;
}

.directory-panel {
  position: relative;
  z-index: 2;
  align-content: end;
  min-height: calc(100svh - var(--header-h));
  width: min(100%, 820px);
  padding: clamp(64px, 7vw, 118px) clamp(28px, 6vw, 104px);
  color: var(--cream);
}

.directory-panel .eyebrow,
.directory-panel p,
.directory-list span,
.directory-list em {
  color: rgba(248, 245, 238, 0.72);
}

.directory-list {
  display: grid;
  margin-top: clamp(30px, 4vw, 58px);
  border-top: 1px solid rgba(248, 245, 238, 0.24);
}

.directory-list a {
  display: grid;
  grid-template-columns: minmax(110px, 0.36fr) minmax(150px, 0.9fr) minmax(100px, 0.38fr);
  gap: 18px;
  align-items: baseline;
  padding: clamp(18px, 2vw, 26px) 0;
  border-bottom: 1px solid rgba(248, 245, 238, 0.24);
}

.directory-list span,
.directory-list em {
  color: var(--faint);
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
}

.directory-list strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 1.08;
}

.series-directory {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(18px, 2.2vw, 34px);
  align-items: stretch;
  padding: var(--section-y) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.series-tile,
.series-directory-side {
  min-height: clamp(600px, 62vw, 900px);
}

.series-directory-side {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 2.4vw, 36px);
}

.series-tile {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--ink);
}

.series-directory-side .series-tile {
  min-height: 0;
}

.series-tile-media {
  position: relative;
  flex: 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.series-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition: transform 260ms ease, filter 260ms ease;
}

.series-tile--cleanse .series-tile-media img {
  object-position: center center;
}

.series-tile--care .series-tile-media img,
.series-tile--body .series-tile-media img {
  object-position: center center;
}

.series-tile-caption {
  display: flex;
  min-height: 64px;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-top: 16px;
  color: var(--ink);
}

.series-tile-caption small {
  color: var(--faint);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.series-tile-caption strong {
  font-family: var(--serif);
  font-size: clamp(21px, 1.8vw, 29px);
  font-weight: 400;
  line-height: 1.12;
}

.series-tile:hover .series-tile-media img,
.series-tile:focus-visible .series-tile-media img {
  filter: none;
  transform: scale(1.015);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: clamp(560px, 68svh, 720px);
  border-bottom: 1px solid var(--line);
}

.split--featured-product {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  background: var(--cream);
}

.split--featured-product .split-media img {
  object-position: center 58%;
}

.split--featured-product .split-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(68px, 7vw, 108px);
}

.split.reverse {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
}

.split.reverse .split-media {
  order: 2;
}

.home-featured-product {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  min-height: clamp(620px, 72svh, 780px);
  background: var(--cream);
}

.home-featured-product .split-media {
  min-height: clamp(620px, 72svh, 780px);
}

.home-featured-product .split-copy {
  padding-inline: clamp(42px, 6vw, 92px);
}

.home-featured-product .split-copy h2 {
  max-width: 11.5em;
}

.split-media,
.editorial-media,
.store-visual {
  min-height: clamp(500px, 60svh, 680px);
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.editorial-image-layout,
.editorial-article-visual {
  position: relative;
}

.editorial-image-type,
.editorial-article-type {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 66px);
  bottom: clamp(24px, 4vw, 64px);
  display: grid;
  gap: 18px;
  color: #f3eee4;
  text-shadow: 0 1px 24px rgba(18, 15, 13, 0.28);
}

.editorial-image-type small,
.editorial-article-type small {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  line-height: 1.45;
}

.editorial-image-type strong,
.editorial-article-type strong {
  font-family: var(--serif);
  font-size: clamp(38px, 4.4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.editorial-article-type--light {
  color: #f4efe7;
}

.journal-manifesto {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  min-height: clamp(620px, 74svh, 790px);
  background: var(--paper);
}

.journal-manifesto-collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  gap: clamp(9px, 0.85vw, 15px);
  min-height: clamp(620px, 74svh, 790px);
  padding: clamp(20px, 3.2vw, 50px);
  overflow: hidden;
  background: #f2eee5;
}

.journal-manifesto .journal-manifesto-collage--single {
  display: block;
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  background: var(--paper);
}

.journal-manifesto-single {
  margin: 0;
}

.journal-manifesto-single img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
}

.journal-manifesto-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.journal-manifesto-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition: filter 360ms ease, transform 540ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.journal-manifesto-panel--water {
  grid-column: 1 / 6;
  grid-row: 1 / 10;
}

.journal-manifesto-panel--water img {
  object-position: 60% center;
}

.journal-manifesto-panel--linen {
  grid-column: 7 / 13;
  grid-row: 1 / 6;
}

.journal-manifesto-panel--linen img {
  object-position: center 48%;
}

.journal-manifesto-panel--glass {
  grid-column: 6 / 11;
  grid-row: 7 / 13;
}

.journal-manifesto-panel--glass img {
  object-position: 40% center;
}

.journal-manifesto-panel:hover img {
  filter: none;
  transform: scale(1.012);
}

.journal-manifesto-type {
  z-index: 2;
  display: flex;
  grid-column: 1 / 5;
  grid-row: 11 / 13;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--ink);
}

.journal-manifesto-type span,
.journal-manifesto-type i {
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.journal-manifesto-type strong {
  margin: 9px 0 8px;
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.05;
}

.journal-manifesto-type i {
  color: var(--faint);
}

.journal-manifesto .split-copy h2 {
  max-width: 8em;
}

.journal-manifesto .split-copy > p:not(.eyebrow) {
  max-width: 29em;
}

.range,
.journal-list,
.service-strip {
  padding: var(--section-y) var(--section-x);
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.44fr) minmax(360px, 1fr) auto;
  gap: clamp(18px, 4vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.section-head .text-link {
  justify-self: end;
  margin-top: 0;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.range--cleanse-products {
  background: var(--cream);
}

.range--cleanse-products .section-head {
  margin-bottom: clamp(36px, 4.6vw, 68px);
}

.cleanse-product-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}

.range--cleanse-products .cleanse-product-card {
  min-height: 0;
  padding: 0 0 clamp(18px, 2vw, 28px);
  border: 0;
  background: transparent;
}

.range--cleanse-products .cleanse-product-card .product-image {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 0 clamp(18px, 1.8vw, 26px);
  aspect-ratio: 4 / 5;
}

.cleanse-product-card > span,
.cleanse-product-card > strong,
.cleanse-product-card > em {
  padding-inline: 2px;
}

.cleanse-product-card strong {
  font-size: clamp(25px, 2.2vw, 34px);
}

.range--care-body-products {
  background: var(--cream);
}

.range--care-body-products .section-head {
  margin-bottom: clamp(36px, 4.6vw, 68px);
}

.care-product-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}

.care-product-layout .care-product-card:nth-child(n) {
  grid-column: auto;
}

.range--care-body-products .care-product-card {
  min-height: 0;
  padding: 0 0 clamp(18px, 2vw, 28px);
  border: 0;
  background: transparent;
  scroll-margin-top: 112px;
}

.range--care-body-products .care-product-card .product-image {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 0 clamp(18px, 1.8vw, 26px);
  aspect-ratio: 4 / 5;
}

.range--care-body-products .care-product-card--whitebg .product-image {
  background: #fff;
}

.range--care-body-products .care-product-card--whitebg .product-image img {
  object-fit: contain;
}

.range--care-body-products .care-product-card strong {
  font-size: clamp(25px, 2.2vw, 34px);
}

.range--curated .product-row--six {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.range--curated .product-card--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.range--curated .product-card--featured .product-image {
  min-height: clamp(460px, 48vw, 660px);
}

.range--curated .product-card--featured strong {
  font-size: clamp(24px, 2.2vw, 34px);
}

.range--editorial,
.journal-list--editorial {
  padding-top: var(--home-section-y);
  padding-bottom: var(--home-section-y);
}

.range--editorial .section-head,
.journal-list--editorial .section-head {
  margin-bottom: clamp(40px, 5vw, 72px);
}

.range--curated .section-head,
.range--curated .collection-grid {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

.range--curated .collection-grid {
  width: calc(100% + (var(--section-x) * 2));
  max-width: none;
  margin-right: calc(var(--section-x) * -1);
  margin-left: calc(var(--section-x) * -1);
}

.collection-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(58px, 6vw, 96px);
}

.collection-panel {
  display: grid;
  grid-template-columns: minmax(0, 56fr) minmax(360px, 44fr);
  height: clamp(500px, 38vw, 580px);
  min-width: 0;
  overflow: hidden;
  background: rgba(238, 233, 224, 0.34);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-panel--reverse {
  grid-template-columns: minmax(360px, 44fr) minmax(0, 56fr);
}

.collection-panel--reverse .collection-media {
  grid-column: 2;
  grid-row: 1;
}

.collection-panel--reverse .collection-content {
  grid-column: 1;
  grid-row: 1;
}

.collection-media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--stone);
}

.collection-media picture,
.journal-editorial-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.collection-media img,
.journal-editorial-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 680ms ease, filter 680ms ease;
}

.collection-media img {
  filter: none;
}

.collection-panel--cleanse .collection-media img {
  object-position: 54% center;
}

.collection-panel--care .collection-media img {
  object-position: center 44%;
}

.collection-panel--body .collection-media img {
  object-position: center 46%;
}

.collection-media:hover img,
.journal-editorial-visual:hover img {
  transform: scale(1.025);
  filter: none;
}

.collection-media-signature {
  position: absolute;
  z-index: 2;
  top: clamp(24px, 3vw, 46px);
  left: clamp(24px, 3.2vw, 52px);
  display: grid;
  justify-items: start;
  pointer-events: none;
  color: rgba(247, 243, 235, 0.88);
  text-shadow: 0 1px 14px rgba(14, 12, 10, 0.28);
}

.collection-media .collection-media-logo {
  width: clamp(118px, 10vw, 158px);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
  transform: none;
  transition: none;
}

.collection-media:hover .collection-media-logo {
  filter: brightness(0) invert(1);
  transform: none;
}

.collection-media-signature span {
  margin-top: 13px;
  font-family: var(--serif);
  font-size: clamp(13px, 1.05vw, 17px);
  letter-spacing: 0.28em;
  line-height: 1.45;
}

.collection-media-signature i {
  width: 42px;
  margin-top: 18px;
  border-top: 1px solid currentColor;
}

.collection-media-signature--care {
  top: clamp(78px, 6vw, 104px);
  right: clamp(24px, 3.2vw, 52px);
  left: auto;
  justify-items: end;
  color: rgba(247, 243, 235, 0.9);
  text-shadow: 0 1px 14px rgba(14, 12, 10, 0.34);
}

@media (min-width: 981px) and (max-width: 1180px) {
  .collection-panel,
  .collection-panel--care,
  .collection-panel--reverse {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    gap: 0;
  }

  .collection-panel--reverse .collection-media,
  .collection-panel--reverse .collection-content {
    grid-column: 1;
  }

  .collection-panel--reverse .collection-media {
    grid-row: 1;
  }

  .collection-panel--reverse .collection-content {
    grid-row: 2;
  }

  .collection-media {
    height: auto;
    aspect-ratio: 6 / 5;
  }

  .collection-content {
    padding: clamp(40px, 5vw, 58px);
  }
}

.collection-content {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(40px, 4.5vw, 70px);
}

.collection-heading {
  display: block;
  max-width: 520px;
}

.collection-heading .eyebrow {
  margin: 0 0 20px;
}

.collection-heading .collection-moment {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.collection-heading .collection-moment span {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.collection-heading h3 {
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
}

.collection-heading > p:not(.eyebrow):not(.collection-moment) {
  max-width: 430px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.collection-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(18px, 2.2vw, 34px);
  margin-top: clamp(30px, 3.3vw, 48px);
  border-top: 1px solid var(--line-strong);
}

.collection-products--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-products--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-product-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(20px, 2vw, 34px);
  min-width: 0;
}

.collection-product-group--skin {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-product-group-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-height: 42px;
  margin: 0;
  padding: 16px 0 8px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-product-group-label span {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.collection-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "label"
    "name"
    "note";
  gap: 6px;
  align-content: start;
  min-height: 96px;
  min-width: 0;
  padding: 18px 0 20px;
  border-bottom: 1px solid var(--line);
}

.collection-product span {
  grid-area: label;
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-product strong {
  grid-area: name;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.collection-product em {
  grid-area: note;
  color: var(--faint);
  font-style: normal;
  font-size: 11px;
  line-height: 1.4;
  white-space: normal;
}

.collection-product--core strong {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
}

.collection-link {
  justify-self: start;
  margin-top: clamp(22px, 2.4vw, 34px);
}

@media (min-width: 981px) {
  .range--curated .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 34px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-panel,
  .collection-panel--care,
  .collection-panel--reverse {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    height: auto;
    border: 1px solid var(--line);
  }

  .collection-panel--reverse .collection-media,
  .collection-panel--reverse .collection-content {
    grid-column: 1;
  }

  .collection-panel--reverse .collection-media {
    grid-row: 1;
  }

  .collection-panel--reverse .collection-content {
    grid-row: 2;
  }

  .collection-media {
    height: auto;
    aspect-ratio: 6 / 5;
  }

  .collection-content {
    align-content: start;
    min-height: clamp(290px, 24vw, 350px);
    padding: clamp(28px, 3.2vw, 46px);
  }

  .collection-link {
    margin-top: clamp(26px, 3vw, 38px);
  }
}

.product-row--quiet {
  grid-template-columns: minmax(260px, 420px);
}

.finder-grid,
.channel-grid,
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.finder-card,
.channel-card,
.category-card {
  display: grid;
  align-content: space-between;
  min-height: 260px;
  padding: clamp(26px, 3.2vw, 46px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.finder-card span,
.channel-card span,
.category-card span {
  color: var(--faint);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.finder-card h3,
.channel-card h3,
.category-card h3 {
  margin-top: 28px;
  font-family: var(--sans);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 500;
}

.finder-card p,
.channel-card p,
.category-card p {
  max-width: 300px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.finder-card em,
.channel-card em,
.category-card em {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
  color: var(--ink);
  font-style: normal;
  font-size: 12px;
}

.finder-card em::after,
.channel-card em::after,
.category-card em::after {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}

.channel-card.is-disabled {
  color: var(--faint);
}

.channel-card.is-disabled em {
  color: var(--faint);
}

.channel-grid--visual {
  gap: clamp(18px, 2.2vw, 34px);
  border: 0;
  background: transparent;
}

.channel-card--visual {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0 0 clamp(24px, 2.4vw, 34px);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.channel-platform-mark {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 7px 10px;
  background: rgba(247, 243, 235, 0.9);
  color: var(--ink);
  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.channel-platform-mark b {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.channel-platform-mark--red {
  background: rgba(182, 46, 51, 0.9);
  color: #fff;
}

.buy-channel-cover .hero-cover-copy {
  width: min(520px, 42vw);
}

.buy-channel-cover .breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.buy-channel-cover .hero-cover-copy h1 {
  max-width: 6em;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.05;
}

.channel-card-media {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.channel-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.channel-card--visual:hover .channel-card-media img {
  transform: scale(1.018);
  filter: none;
}

.channel-card-copy {
  padding: clamp(20px, 2vw, 28px) 4px 0;
}

.channel-card--visual h3 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 400;
  line-height: 1.12;
}

.channel-card--visual em {
  min-height: 44px;
  margin-top: 18px;
}

.product-card {
  display: grid;
  min-height: clamp(360px, 38vw, 430px);
  align-content: start;
  padding: 0 clamp(16px, 1.8vw, 22px) clamp(22px, 2.4vw, 28px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.product-card .product-image {
  height: clamp(250px, 26vw, 320px);
  margin: 0 calc(clamp(16px, 1.8vw, 22px) * -1) 22px;
  overflow: hidden;
  background: var(--stone);
}

.product-card span,
.journal-card span,
.feature-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.product-card span {
  min-height: 2.9em;
  line-height: 1.45;
}

.product-card strong {
  display: block;
  margin-top: 6px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.product-card em {
  display: block;
  margin-top: 10px;
  color: var(--faint);
  font-style: normal;
  font-size: 12px;
  line-height: 1.55;
}

.product-card img,
.journal-card img,
.feature-card img {
  transition: transform 680ms ease, filter 680ms ease;
}

.product-card:hover img,
.journal-card:hover img,
.feature-card:hover img {
  transform: scale(1.035);
  filter: none;
}

.editorial-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr) minmax(300px, 0.52fr);
  gap: clamp(14px, 2vw, 28px);
  padding: var(--section-y) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--night);
  color: var(--paper);
}

.editorial-band .eyebrow,
.editorial-band p {
  color: rgba(246, 242, 234, 0.7);
}

.editorial-band .text-link {
  color: var(--paper);
}

.editorial-large {
  grid-row: span 2;
  min-height: clamp(520px, 60svh, 640px);
}

.editorial-copy {
  grid-column: 2 / 4;
  align-self: end;
  padding-top: 18px;
}

.editorial-band--brand {
  position: relative;
  display: block;
  min-height: clamp(660px, 82svh, 900px);
  padding: 0;
  overflow: hidden;
}

.editorial-band--brand .editorial-large {
  min-height: clamp(660px, 82svh, 900px);
}

.editorial-band--brand .editorial-large::after {
  display: none;
}

.editorial-band--brand .editorial-large img {
  filter: none;
}

.editorial-band--brand .editorial-copy {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 6vw, 104px);
  bottom: clamp(44px, 7vw, 100px);
  max-width: min(620px, 72vw);
  padding: 0;
}

.editorial-band--brand .editorial-copy h2 {
  max-width: 11em;
  margin-top: 22px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1.04;
}

.editorial-band--brand .editorial-copy > p:last-child {
  max-width: 36em;
  margin-top: 24px;
  color: rgba(246, 241, 232, 0.78);
  font-size: 14px;
  line-height: 1.8;
}

.editorial-media {
  min-height: clamp(240px, 28svh, 310px);
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.journal-reading {
  background: var(--paper);
}

.journal-reading .section-head {
  grid-template-columns: minmax(170px, 0.38fr) minmax(0, 1fr);
}

.journal-reading-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 36px);
  align-items: start;
}

.journal-reading-card {
  grid-column: auto;
  gap: 12px;
}

.journal-reading-card--lead {
  grid-column: auto;
}

.journal-reading-card figure {
  height: auto;
  aspect-ratio: 4 / 3;
}

.journal-reading-card--lead figure {
  aspect-ratio: 4 / 3;
}

.journal-reading-card img {
  filter: none;
}

.journal-reading-card h3 {
  min-height: 2.35em;
  padding-top: 14px;
  font-size: clamp(22px, 1.8vw, 29px);
}

.journal-reading-card--lead h3 {
  min-height: 2.35em;
  font-size: clamp(22px, 1.8vw, 29px);
}

.journal-reading-card p {
  max-width: 32em;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.journal-methods {
  scroll-margin-top: calc(var(--header-h) + 18px);
  background: var(--paper-warm);
}

.journal-methods .section-head {
  align-items: end;
}

.journal-methods-grid {
  align-items: start;
}

.journal-method-card figure {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 3 / 2;
}

.journal-method-card h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
}

.journal-method-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.journal-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: stretch;
}

.journal-editorial-visual {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--stone);
}

.journal-editorial-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-editorial-manifesto {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.journal-editorial-kicker {
  position: absolute;
  left: 4.7%;
  top: 38%;
  color: rgba(37, 32, 27, 0.74);
  font-family: var(--font-latin);
  font-size: 10px;
  letter-spacing: 0.18em;
  line-height: 1.45;
}

.journal-editorial-manifesto strong {
  font-family: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.journal-editorial-manifesto strong span {
  position: absolute;
  display: block;
}

.journal-editorial-manifesto strong span:first-child {
  left: 4.5%;
  top: 43.5%;
  color: rgba(37, 32, 27, 0.96);
  font-size: clamp(42px, 4.8vw, 74px);
}

.journal-editorial-manifesto strong span:last-child {
  left: 25.8%;
  top: 49%;
  color: rgba(247, 243, 235, 0.94);
  font-size: clamp(58px, 6.5vw, 102px);
  text-shadow: 0 2px 24px rgba(18, 14, 11, 0.18);
}

.journal-editorial-cn {
  position: absolute;
  left: 4.8%;
  bottom: 8%;
  max-width: 8em;
  color: rgba(37, 32, 27, 0.78);
  font-family: var(--serif);
  font-size: clamp(13px, 1.1vw, 17px);
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.journal-editorial-manifesto i {
  position: absolute;
  left: 4.8%;
  bottom: 4.4%;
  width: 48px;
  border-top: 1px solid rgba(37, 32, 27, 0.72);
}

.journal-index {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.journal-index-item {
  display: grid;
  align-content: center;
  min-height: 210px;
  padding: clamp(28px, 3.6vw, 52px) 0;
  border-bottom: 1px solid var(--line);
}

.journal-index-item span {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.journal-index-item h3 {
  margin-top: 20px;
  font-size: clamp(26px, 2.35vw, 36px);
  line-height: 1.14;
}

.journal-index-item p {
  max-width: 340px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.journal-card {
  display: grid;
  gap: 16px;
}

.journal-card figure {
  height: clamp(210px, 22vw, 310px);
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.journal-card--product-preserved figure {
  background: #d8d8d5;
}

.journal-card--product-preserved img,
.journal-card--product-preserved:hover img {
  object-fit: contain;
  transform: none;
}

.journal-card h3 {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.store-band {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  min-height: clamp(520px, 62svh, 680px);
  border-bottom: 1px solid var(--line);
  background: #e8e1d4;
}

.contact-consultation {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  min-height: clamp(620px, 72svh, 760px);
  background: #ebe5d9;
}

.contact-consultation-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-consultation-copy h2 {
  max-width: 10.5em;
}

.contact-consultation-copy p:not(.eyebrow) {
  max-width: 30em;
}

.contact-consultation-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 0.9vw, 14px);
  min-height: clamp(620px, 72svh, 760px);
  padding: clamp(10px, 0.9vw, 14px);
  overflow: hidden;
  background: var(--cream);
}

.contact-consultation-panel {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.contact-consultation-panel--dialogue {
  grid-row: 1 / 3;
}

.contact-consultation-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 680ms ease, filter 680ms ease;
}

.contact-consultation-panel--dialogue img {
  object-position: center center;
}

.contact-consultation-panel:hover img {
  transform: scale(1.018);
  filter: none;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: var(--line);
}

.service-item {
  display: flex;
  min-height: 124px;
  align-items: center;
  padding: clamp(28px, 3.4vw, 48px);
  background: var(--cream);
}

.service-item h3 {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
}

.service-item p {
  margin-top: 12px;
  color: var(--muted);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(30px, 7vw, 118px);
  align-items: end;
  min-height: 56svh;
  padding: clamp(78px, 9vw, 140px) clamp(28px, 6vw, 104px);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.page-hero--quiet {
  min-height: 42svh;
}

.page-hero p:not(.eyebrow):not(.breadcrumb) {
  max-width: var(--measure);
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: var(--copy-leading);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  border-bottom: 1px solid var(--line);
  background: var(--product-page-background);
}

.product-detail--duo {
  grid-template-columns: minmax(0, 58fr) minmax(360px, 42fr);
  background: var(--product-page-background);
}

.product-detail--duo .product-copy {
  background: var(--product-page-background);
}

.product-detail .product-image {
  min-height: clamp(560px, calc(100svh - var(--header-h)), 780px);
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.product-copy .eyebrow {
  margin-bottom: 16px;
}

.product-copy h1 {
  max-width: 520px;
  font-family: var(--sans);
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 500;
  line-height: 1.12;
}

.product-copy p:not(.eyebrow) {
  max-width: 390px;
  font-size: 15px;
  line-height: 1.82;
}

.detail-meta {
  display: grid;
  gap: 0;
  margin-top: 34px;
  padding-top: 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.detail-meta div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.detail-meta strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.detail-meta span {
  font-size: 13px;
}

.product-sensory-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 34px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-sensory-facts > div {
  min-height: 112px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-sensory-facts dt,
.product-sensory-facts dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.product-sensory-facts dt {
  margin-bottom: 22px;
  color: var(--faint);
}

.product-sensory-facts dd {
  color: var(--ink);
}

.product-highlight-overview {
  padding: clamp(64px, 7vw, 108px) var(--section-x);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--product-page-background);
}

.product-highlight-overview > header {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.product-highlight-overview > header .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -20px;
}

.product-highlight-overview > header h2 {
  margin: 0;
  font: 400 clamp(38px, 4.6vw, 68px)/1.06 var(--serif);
  letter-spacing: -0.035em;
}

.product-highlight-overview > header > p:last-child {
  max-width: 580px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.product-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-highlight-grid article {
  min-height: clamp(190px, 17vw, 250px);
  padding: clamp(24px, 3vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-highlight-grid span {
  display: block;
  margin-bottom: clamp(50px, 6vw, 88px);
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.product-highlight-grid h3 {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.product-highlight-grid p {
  max-width: 30ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.product-evidence {
  padding: clamp(72px, 8vw, 124px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: #ececea;
  color: var(--ink);
}

.product-evidence-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  column-gap: clamp(44px, 8vw, 128px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 92px);
}

.product-evidence-head .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 20px;
}

.product-evidence-head h2 {
  margin: 0;
  font: 400 clamp(42px, 5.5vw, 82px)/1.04 var(--serif);
  letter-spacing: -0.045em;
}

.product-evidence-head > p:not(.eyebrow) {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.product-evidence-head .product-evidence-proof {
  grid-column: 2;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.product-evidence-insight {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(320px, 1.35fr);
  gap: clamp(36px, 7vw, 112px);
  padding: clamp(34px, 4vw, 58px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.product-evidence-insight h3,
.product-evidence-insight p,
.product-evidence-block > h3 {
  margin: 0;
}

.product-evidence-insight h3 {
  font: 400 clamp(28px, 3.4vw, 52px)/1.12 var(--serif);
}

.product-evidence-insight p {
  max-width: 64ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.product-evidence-block {
  padding-top: clamp(54px, 6vw, 92px);
}

.product-evidence-block > h3 {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.product-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-evidence-grid article {
  min-height: 232px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-evidence-grid article > span {
  display: block;
  margin-bottom: clamp(44px, 5vw, 76px);
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.product-evidence-grid h4 {
  margin: 0 0 16px;
  font: 400 clamp(22px, 2.1vw, 32px)/1.2 var(--serif);
}

.product-evidence-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.82;
}

.product-metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  background: #191919;
  color: #f3f3f0;
}

.product-metric-grid article {
  min-height: clamp(210px, 20vw, 300px);
  padding: clamp(30px, 4vw, 58px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.product-metric-grid strong,
.product-metric-grid span {
  display: block;
}

.product-metric-grid strong {
  margin-bottom: clamp(70px, 8vw, 126px);
  font: 400 clamp(42px, 5vw, 76px)/1 var(--serif);
  letter-spacing: -0.04em;
}

.product-metric-grid span {
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

.product-evidence-qa-list {
  border-top: 1px solid var(--ink);
}

.product-evidence-qa-list details {
  border-bottom: 1px solid var(--line);
}

.product-evidence-qa-list summary {
  padding: 24px 44px 24px 0;
  font: 400 clamp(20px, 2vw, 29px)/1.35 var(--serif);
  cursor: pointer;
}

.product-evidence-qa-list p {
  max-width: 70ch;
  margin: 0;
  padding: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.product-evidence-disclaimer {
  margin: clamp(52px, 6vw, 88px) 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 11px;
  line-height: 1.75;
}

.product-card-proposition {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.68;
}

.accordion-list {
  border-top: 1px solid var(--line);
}

.accordion-list details {
  border-bottom: 1px solid var(--line);
}

.accordion-list summary {
  cursor: pointer;
  padding: 21px 0;
  color: var(--ink);
  font-weight: 600;
}

.accordion-list p,
.accordion-list ul {
  max-width: 700px;
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
}

.accordion-list ul {
  padding-left: 1.2em;
}

.article-body {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(30px, 7vw, 118px);
  padding: var(--section-y) clamp(28px, 6vw, 104px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.article-body p,
.article-body li {
  max-width: var(--measure);
  color: var(--muted);
}

.article-body ul {
  margin: 0;
  padding-left: 1.2em;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--cream);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) repeat(4, minmax(108px, 0.42fr));
  grid-template-areas: "intro shop brand journal visit";
  column-gap: clamp(18px, 2.4vw, 52px);
  padding: clamp(54px, 6vw, 92px) clamp(22px, 4vw, 58px);
}

.footer-grid > div:first-child {
  grid-area: intro;
  max-width: 390px;
}

.footer-grid > .footer-column:nth-child(2) {
  grid-area: shop;
}

.footer-grid > .footer-column:nth-child(3) {
  grid-area: brand;
}

.footer-grid > .footer-column:nth-child(4) {
  grid-area: journal;
}

.footer-grid > .footer-column:nth-child(5) {
  grid-area: visit;
}

.footer-brand {
  display: block;
  width: clamp(150px, 14vw, 220px);
  aspect-ratio: 900 / 624;
  margin-bottom: 20px;
  overflow: hidden;
  background: url("../images/brand/enita-wordmark-cosme-v1.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.footer-column {
  display: block;
  align-content: start;
}

.footer-column strong,
.footer-column-summary {
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 18px;
}

.footer-column > strong {
  display: block;
  min-height: 22px;
}

.footer-column-summary {
  display: none;
}

.footer-column-links {
  display: grid;
  grid-auto-rows: 26px;
  align-content: start;
}

.footer-column a,
.footer-grid p {
  color: var(--muted);
  font-size: 13px;
}

.footer-tagline:empty {
  display: none;
}

.footer-column a {
  display: flex;
  align-items: center;
  min-height: 26px;
  line-height: 1;
}

.legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(22px, 4vw, 58px);
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 12px;
}

.legal-links {
  display: inline-flex;
  gap: 18px;
  white-space: nowrap;
}

.legal-links a {
  color: var(--faint);
}

.reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto 1fr;
  }

  .menu-button {
    display: inline-flex;
  }

  .header-nav > a {
    display: none;
  }

  .desktop-mega-nav {
    display: none;
  }

  .desktop-category-nav {
    display: none;
  }

  .header-utility a:not(:last-child) {
    display: none;
  }

  .hero,
  .split,
  .split.reverse,
  .store-band,
  .product-detail,
  .ritual-showcase,
  .directory-board,
  .page-hero,
  .intro,
  .article-body {
    grid-template-columns: 1fr;
  }

  html.is-home-page .ritual-showcase {
    grid-template-columns: 1fr;
  }

  .hero-featured-product {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  }

  .hero-feature-copy {
    grid-column: 1 / 3;
    padding-bottom: 36px;
  }

  .hero-product-still,
  .hero-product-art {
    min-height: 52svh;
  }

  .hero-caption {
    display: none;
  }

  .product-media-duo {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .ritual-board {
    min-height: auto;
  }

  .directory-visual {
    min-height: clamp(360px, 56svh, 520px);
  }

  .split.reverse .split-media {
    order: 0;
  }

  .hero-media,
  .product-detail .product-image {
    min-height: 62svh;
  }

  .hero-cover-copy {
    width: min(720px, 82vw);
  }

  .page-cover .hero-cover-copy {
    width: min(680px, 82vw);
  }

  .page-cover.journal-cover .hero-cover-copy {
    width: min(520px, 58vw);
  }

  .product-still-panel,
  .product-art-panel {
    min-height: 52svh;
  }

  .split-media,
  .store-visual {
    min-height: 52svh;
  }

  .journal-manifesto,
  .journal-manifesto-collage {
    min-height: 660px;
  }

  .journal-manifesto-collage {
    aspect-ratio: 6 / 5;
  }

  .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-head .text-link {
    justify-self: start;
  }

  .collection-grid,
  .journal-editorial {
    grid-template-columns: 1fr;
  }

  .collection-panel,
  .collection-panel--care {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    gap: 0;
    margin-top: 0;
  }

  .collection-panel--reverse .collection-media,
  .collection-panel--reverse .collection-content {
    grid-column: 1;
  }

  .collection-panel--reverse .collection-media {
    grid-row: 1;
  }

  .collection-panel--reverse .collection-content {
    grid-row: 2;
  }

  .collection-media {
    height: auto;
    aspect-ratio: 6 / 5;
  }

  .collection-content {
    padding: clamp(38px, 6vw, 58px);
  }

  .journal-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    column-gap: 34px;
  }

  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-product-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-product-layout .care-product-card:nth-child(n) {
    grid-column: auto;
  }

  .range--curated .product-row--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .range--curated .product-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .range--curated .product-card--featured .product-image {
    min-height: clamp(420px, 72vw, 620px);
  }

  .editorial-band {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-large,
  .editorial-copy {
    grid-column: 1 / 3;
  }

  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas:
      "intro intro intro intro"
      "shop brand journal visit";
  }

  .footer-grid > div:first-child {
    max-width: 520px;
  }

}

@media (max-width: 760px) {
  .channel-grid--visual {
    grid-template-columns: 1fr;
    gap: 36px;
    border: 0;
  }

  .channel-card--visual h3 {
    font-size: clamp(28px, 8.4vw, 34px);
  }

  .buy-channel-cover .hero-cover-copy {
    width: min(360px, calc(100vw - 40px));
    justify-content: flex-start;
    padding: 46px 20px 20px;
  }

  .buy-channel-cover .hero-cover-copy h1 {
    max-width: 7em;
    font-size: clamp(38px, 10.8vw, 48px);
    line-height: 1.08;
  }

  .page-cover.buy-channel-cover .hero-cover-media img {
    object-position: 74% center;
  }

  .buy-channel-cover::after {
    background:
      linear-gradient(180deg, rgba(14, 11, 8, 0.66) 0%, rgba(14, 11, 8, 0.2) 46%, rgba(14, 11, 8, 0.08) 100%),
      linear-gradient(90deg, rgba(14, 11, 8, 0.42), transparent 82%);
  }

  .buy-channel-cover .hero-cover-note {
    display: none;
  }

  .contact-consultation {
    min-height: 0;
  }

  .contact-consultation-collage {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .contact-consultation-panel--dialogue {
    grid-row: auto;
  }

  .contact-consultation-panel--material,
  .contact-consultation-panel--archive {
    display: none;
  }

  .journal-manifesto,
  .journal-manifesto-collage {
    min-height: 0;
  }

  .journal-manifesto-collage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(12, minmax(0, 1fr));
    gap: 8px;
    aspect-ratio: 4 / 5;
    padding: 18px;
  }

  .journal-manifesto-panel--water {
    grid-column: 1 / 4;
    grid-row: 1 / 9;
  }

  .journal-manifesto-panel--linen {
    grid-column: 4 / 7;
    grid-row: 1 / 6;
  }

  .journal-manifesto-panel--glass {
    grid-column: 3 / 7;
    grid-row: 7 / 12;
  }

  .journal-manifesto-type {
    grid-column: 1 / 3;
    grid-row: 10 / 13;
  }

  .journal-manifesto-type span,
  .journal-manifesto-type i {
    font-size: 7px;
  }

  .journal-manifesto-type strong {
    margin-block: 6px;
    font-size: clamp(16px, 5vw, 20px);
  }

  .journal-manifesto .split-copy {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  :root {
    --header-h: 58px;
  }

  body {
    font-size: 14px;
  }

  .site-header {
    padding: 0 18px;
  }

  .brand-logo img {
    width: 112px;
  }

  .header-utility {
    gap: 0;
  }

  .header-utility a {
    font-size: 12px;
  }

  .drawer-inner {
    grid-template-columns: 1fr;
    gap: 0;
    max-height: calc(100svh - var(--header-h));
    overflow: auto;
    overscroll-behavior: contain;
    padding: 8px 20px 18px;
  }

  .drawer-group {
    padding: 0;
    border-top: 1px solid var(--line);
  }

  .drawer-group:first-child {
    border-top: 0;
  }

  .drawer-group:last-child {
    border-bottom: 1px solid var(--line);
  }

  .drawer-group-summary {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    color: var(--ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: none;
    touch-action: manipulation;
  }

  .drawer-group-summary:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: -3px;
  }

  .drawer-group-summary-icon {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }

  .drawer-group-summary-icon::before,
  .drawer-group-summary-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 200ms ease, opacity 200ms ease;
  }

  .drawer-group-summary-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .drawer-group[open] .drawer-group-summary-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .drawer-group-content {
    gap: 0;
    padding: 0 0 12px;
  }

  .drawer-preview {
    display: none;
  }

  .mobile-drawer a {
    min-height: 44px;
    padding: 0;
    color: var(--muted);
    font-size: 14px;
  }

  .hero-home-cover .hero-cover-copy {
    width: min(360px, calc(100vw - 40px));
    padding: 0 20px 88px;
  }

  .hero-home-cover .hero-title-stack {
    left: 20px;
    bottom: 88px;
  }

  .hero-home-cover .hero-cover-copy h1 {
    font-size: 2rem;
  }

  .hero-home-cover .hero-cover-copy p:not(.eyebrow) {
    font-size: 12px;
  }

  .notice-bar {
    grid-template-columns: 1fr;
    padding: 12px 18px;
  }

  .hero-copy,
  .split-copy,
  .product-copy,
  .store-copy,
  .article-copy,
  .ritual-copy,
  .directory-panel,
  .intro,
  .range,
  .journal-list,
  .page-hero,
  .article-body {
    padding: 58px 18px;
  }

  html.is-home-page .page > section:not(.hero) h2 {
    font-size: clamp(28px, 7.4vw, 32px);
    line-height: 1.14;
  }

  .home-featured-product,
  .home-featured-product .split-media {
    min-height: auto;
  }

  .home-featured-product .split-media {
    aspect-ratio: 4 / 3;
  }

  html.is-home-page .store-visual {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  html.is-home-page .store-visual img {
    object-position: center 40%;
  }

  .range--editorial,
  .journal-list--editorial {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .range--editorial .section-head,
  .journal-list--editorial .section-head {
    margin-bottom: 38px;
  }

  .collection-grid {
    gap: 44px;
  }

  .range--curated .collection-grid {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
  }

  .collection-panel,
  .collection-panel--care {
    gap: 0;
    margin-top: 0;
  }

  .collection-media {
    aspect-ratio: 4 / 5;
  }

  .collection-content {
    padding: 32px 20px 36px;
  }

  .collection-media-signature {
    display: none;
  }

  .collection-heading .eyebrow {
    margin: 0 0 14px;
  }

  .collection-heading h3 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .collection-heading > p:not(.eyebrow):not(.collection-moment) {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.75;
  }

  .collection-products,
  .collection-products--four,
  .collection-products--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    margin-top: 26px;
  }

  .collection-product {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "name"
      "note";
    gap: 6px;
    min-height: 112px;
    padding: 18px 0 20px;
  }

  .collection-product span {
    font-size: 9px;
    line-height: 1.45;
  }

  .collection-product strong,
  .collection-product--core strong {
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.4;
  }

  .collection-product em {
    font-size: 11px;
    line-height: 1.5;
    white-space: normal;
  }

  .collection-link {
    min-height: 44px;
    margin-top: 20px;
  }

  .journal-editorial {
    gap: 28px;
  }

  .journal-editorial-visual {
    aspect-ratio: 941 / 1672;
  }

  .journal-editorial-visual picture,
  .journal-editorial-visual > img {
    position: absolute;
    inset: 0;
  }

  .journal-editorial-manifesto {
    min-height: 0;
    padding: 0;
  }

  .journal-editorial-kicker {
    left: 46%;
    top: 54%;
    color: rgba(37, 32, 27, 0.72);
    font-size: 8px;
  }

  .journal-editorial-manifesto strong span:first-child {
    left: 46%;
    top: 58%;
    color: rgba(37, 32, 27, 0.96);
    font-size: clamp(38px, 12vw, 54px);
  }

  .journal-editorial-manifesto strong span:last-child {
    left: 54%;
    top: 65%;
    color: rgba(37, 32, 27, 0.96);
    font-size: clamp(52px, 17vw, 76px);
    text-shadow: none;
  }

  .journal-editorial-cn {
    display: none;
  }

  .journal-editorial-manifesto i {
    display: none;
  }

  .journal-index {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .journal-index-item {
    min-height: 164px;
    padding: 28px 0;
  }

  .journal-index-item h3 {
    margin-top: 14px;
    font-size: clamp(23px, 7vw, 29px);
  }

  .journal-index-item p {
    margin-top: 12px;
    font-size: 12px;
  }

  .ritual-showcase,
  .directory-board,
  .range,
  .journal-list {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  html.is-home-page .ritual-showcase,
  .range--editorial,
  .journal-list--editorial {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  html.is-home-page .ritual-copy {
    padding: 0 0 40px;
  }

  html.is-home-page .ritual-tile {
    min-height: 0;
    height: auto;
    aspect-ratio: 1;
  }

  html.is-home-page .ritual-tile--large {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .ritual-board-signature {
    bottom: 22px;
    left: 18px;
    gap: 7px;
  }

  .ritual-board-signature strong {
    font-size: clamp(34px, 10vw, 46px);
  }

  .ritual-board-signature span {
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

  h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .range--curated .product-card--featured .product-image {
    min-height: min(110vw, 520px);
  }

  .service-strip {
    grid-template-columns: 1fr;
  }

  .product-row,
  .journal-grid,
  .ritual-board,
  .editorial-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-grid {
    gap: 22px 14px;
  }

  .journal-reading .section-head {
    grid-template-columns: 1fr;
  }

  .journal-reading-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 14px;
  }

  .journal-reading-card,
  .journal-reading-card--lead {
    grid-column: auto;
  }

  .journal-reading-card--lead {
    grid-column: 1 / 3;
  }

  .journal-card {
    gap: 10px;
  }

  .journal-card figure {
    height: 148px;
  }

  .journal-card h3 {
    padding-top: 10px;
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.18;
  }

  .journal-card span {
    font-size: 11px;
    line-height: 1.3;
  }

  .journal-reading-card figure {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .journal-reading-card--lead figure {
    aspect-ratio: 4 / 3;
  }

  .journal-reading-card h3,
  .journal-reading-card--lead h3 {
    min-height: 0;
  }

  .journal-reading-card p {
    font-size: 12px;
    line-height: 1.6;
  }

  .journal-methods-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .journal-method-card figure {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .journal-method-card h3 {
    padding-top: 12px;
    font-size: clamp(24px, 7vw, 30px);
  }

  .ritual-tile--large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .ritual-tile,
  .directory-visual {
    min-height: 138px;
    height: 138px;
  }

  .ritual-tile--large,
  .directory-visual {
    min-height: 230px;
    height: 230px;
  }

  .ritual-board {
    grid-template-rows: auto;
  }

  .directory-list a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .page-cover + .directory-board {
    padding-top: 0;
  }

  .directory-board {
    min-height: calc(100svh - var(--header-h));
    padding: 0;
  }

  .directory-board .directory-visual {
    position: absolute;
    inset: 0;
    min-height: 100%;
    height: 100%;
  }

  .directory-board .directory-panel {
    min-height: calc(100svh - var(--header-h));
    padding: 72px 20px 58px;
  }

  .directory-board .directory-list {
    margin-top: 34px;
  }

  .series-directory {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 54px 20px 64px;
  }

  .series-tile,
  .series-directory-side {
    min-height: 0;
  }

  .series-directory-side {
    grid-template-rows: auto;
    gap: 36px;
  }

  .series-tile--cleanse .series-tile-media {
    aspect-ratio: 4 / 5;
  }

  .series-tile--care .series-tile-media,
  .series-tile--body .series-tile-media {
    aspect-ratio: 8 / 5;
  }

  .series-tile-caption {
    min-height: 54px;
    padding-top: 14px;
  }

  .series-tile-caption strong {
    font-size: 23px;
  }

  .product-detail--duo .product-media-duo {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-detail--duo .product-art-panel {
    min-height: 34svh;
  }

  .product-detail--duo .product-art-panel:first-child {
    min-height: 45svh;
    background: var(--night);
  }

  .product-detail--duo .product-art-panel:first-child img {
    object-position: center center;
  }

  .product-detail--duo .product-art-panel:nth-child(2) {
    display: none;
  }

  .product-detail--duo .product-copy {
    order: 0;
  }

  .product-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .product-copy h1 {
    font-size: clamp(31px, 8vw, 42px);
  }

  .detail-meta {
    margin-top: 26px;
  }

  .hero-featured-product {
    grid-template-columns: 1fr;
  }

  .hero-cover {
    min-height: calc(100svh - var(--header-h));
  }

  .page-cover,
  .page-cover .hero-cover-copy {
    min-height: 56svh;
  }

  .page-cover + .directory-board,
  .page-cover + .split,
  .page-cover + .range,
  .page-cover + .journal-list {
    padding-top: 24px;
  }

  .page-cover::after {
    content: none;
  }

  .hero-cover::after {
    content: none;
  }

  .hero-cover-media img,
  .hero-cover-media video {
    object-position: 58% center;
  }

  /* Suite 235: keep the white breathing oil centred in the portrait homepage crop. */
  .home-page .hero-home-cover .hero-cover-media img {
    object-position: center;
  }

  .page-cover .hero-cover-media img,
  .page-cover .hero-cover-media video {
    object-position: 68% center;
  }

  .product-directory-cover .hero-cover-media img {
    object-position: center center;
    filter: none;
  }

  .product-directory-cover::after {
    content: none;
  }

  .product-directory-page .product-directory-cover {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .product-directory-page .product-directory-cover .hero-cover-media {
    min-height: 0;
  }

  .page-cover.product-directory-cover .hero-cover-copy {
    min-height: 0;
    width: auto;
    padding: 0 20px 24px;
  }

  .page-cover.product-directory-cover .hero-cover-copy h1 {
    max-width: none;
    font-size: 12px;
    line-height: 1;
  }

  .hero-cover-copy {
    min-height: calc(100svh - var(--header-h));
    width: 100%;
    padding: 76px 20px 88px;
  }

  .hero-home-cover .hero-cover-copy {
    width: min(360px, calc(100vw - 40px));
    padding: 0 20px 88px;
  }

  .hero-cover-copy h1 {
    max-width: 10em;
    font-size: 48px;
  }

  .hero-home-cover .hero-cover-copy h1 {
    max-width: 5.8em;
    font-size: 2rem;
    line-height: 1;
  }

  .page-cover .hero-cover-copy h1 {
    font-size: 50px;
  }

  .page-cover.journal-cover,
  .page-cover.journal-cover .hero-cover-copy {
    min-height: 68svh;
  }

  .journal-cover .hero-cover-media img {
    object-position: center center;
    filter: none;
    opacity: 0;
  }

  .journal-cover .hero-cover-media {
    background-image: url("../images/generated/journal-darkroom-v20260810/journal-evening-reading-room-v20260810-01.png");
    background-position: 25% center;
    background-size: cover;
  }

  .contact-cover .hero-cover-media img {
    object-position: 76% center;
  }

  .contact-cover .hero-cover-copy {
    width: 100%;
    padding: 76px 20px 56px;
  }

  .contact-cover .hero-cover-copy h1 {
    max-width: 7em;
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.08;
  }

  .contact-cover .hero-cover-copy p:not(.eyebrow) {
    max-width: 20em;
    margin-top: 16px;
    font-size: 14px;
  }

  .journal-cover::after {
    content: none;
  }

  .page-cover.journal-cover .hero-cover-copy {
    width: 100%;
    padding: 72px 20px 66px;
  }

  .page-cover.journal-cover .hero-cover-copy h1 {
    max-width: 7em;
    font-size: clamp(38px, 12vw, 50px);
  }

  .journal-archive-page .page-cover.journal-cover .hero-cover-copy h1 {
    max-width: none;
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .journal-cover .hero-cover-copy p:not(.eyebrow) {
    margin-top: 12px;
  }

  .journal-cover .hero-cover-note {
    display: none;
  }

  .hero-home-cover .hero-cover-copy h1 span {
    display: block;
    white-space: nowrap;
  }

  .hero-cover-copy p:not(.eyebrow) {
    max-width: 280px;
  }

  .hero-cover-note {
    left: 20px;
    right: auto;
    bottom: 24px;
  }

  .hero-sound-toggle {
    right: 18px;
    bottom: 18px;
  }

  .hero-feature-copy {
    grid-column: auto;
    padding: 54px 18px 34px;
  }

  .hero-feature-copy h1 span:first-child {
    font-size: clamp(46px, 14vw, 68px);
  }

  .hero-feature-copy h1 span:last-child {
    font-size: clamp(32px, 10vw, 52px);
  }

  .hero-product-still {
    min-height: 54svh;
  }

  .hero-product-art {
    min-height: 42svh;
  }

  .hero-product-still img {
    height: 70%;
  }

  .product-card {
    min-height: 296px;
    padding: 0 14px 18px;
  }

  .product-card .product-image {
    height: 170px;
    margin: 0 -14px 16px;
  }

  .product-card strong {
    font-size: clamp(21px, 6vw, 26px);
  }

  .product-card em {
    margin-top: 6px;
  }

  .range--cleanse-products .section-head {
    margin-bottom: 32px;
  }

  .cleanse-product-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .range--cleanse-products .cleanse-product-card {
    min-height: 0;
    padding: 0 0 18px;
  }

  .range--cleanse-products .cleanse-product-card .product-image {
    height: auto;
    min-height: 0;
    margin: 0 0 16px;
    aspect-ratio: 4 / 5;
  }

  .cleanse-product-card strong {
    font-size: clamp(20px, 5.8vw, 25px);
  }

  .range--care-body-products .section-head {
    margin-bottom: 32px;
  }

  .care-product-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .care-product-card {
    min-height: 0;
    padding: 0 0 18px;
  }

  .care-product-card .product-image {
    height: auto;
    min-height: 0;
    margin: 0 0 16px;
    aspect-ratio: 4 / 5;
  }

  .care-product-card strong {
    font-size: clamp(22px, 6vw, 28px);
  }

  .editorial-large,
  .editorial-copy {
    grid-column: 1 / 3;
  }

  .editorial-large {
    min-height: 300px;
  }

  .editorial-media {
    min-height: 170px;
  }

  .detail-meta div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "shop"
      "brand"
      "journal"
      "visit";
    row-gap: 0;
    padding: 40px 20px 24px;
  }

  .footer-grid > div:first-child {
    padding-bottom: 24px;
  }

  .footer-brand {
    width: clamp(150px, 42vw, 180px);
    margin-bottom: 0;
  }

  .footer-column {
    border-top: 1px solid var(--line);
  }

  .footer-column:last-child {
    border-bottom: 1px solid var(--line);
  }

  .footer-column-summary {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0;
    color: var(--ink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    touch-action: manipulation;
  }

  .footer-column-summary::-webkit-details-marker {
    display: none;
  }

  .footer-column-summary:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 4px;
  }

  .footer-column-summary-icon {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }

  .footer-column-summary-icon::before,
  .footer-column-summary-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 200ms ease, opacity 200ms ease;
  }

  .footer-column-summary-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .footer-column[open] .footer-column-summary-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .footer-column-links {
    grid-auto-rows: auto;
    padding: 0 0 12px;
  }

  .footer-column-links a {
    min-height: 44px;
    font-size: 14px;
    line-height: 1.4;
  }

  .legal {
    display: grid;
    gap: 10px;
  }

  .legal-links {
    display: flex;
    gap: 16px;
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .product-detail--duo .product-gallery {
    min-height: 0;
    padding: clamp(28px, 6vw, 52px);
  }
}

@media (max-width: 760px) {
  .editorial-band--brand,
  .editorial-band--brand .editorial-large {
    min-height: 0;
  }

  .editorial-band--brand .editorial-large {
    aspect-ratio: 1672 / 941;
  }

  .editorial-band--brand .editorial-large img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-image--before-sleep img {
    object-position: 82% center;
  }

  .product-detail--duo .product-gallery {
    gap: 10px;
    padding: 16px 16px 20px;
  }

  .product-gallery-viewport {
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    touch-action: pan-y;
  }

  .product-gallery-thumbnails {
    width: 100%;
    max-width: none;
    gap: 10px;
  }

  .product-gallery-thumbnail {
    flex-basis: 56px;
    width: 56px;
    height: 70px;
    min-width: 56px;
    min-height: 70px;
  }
}

/* 2026-07 brand identity, bilingual controls and partnership extensions */
.site-header {
  grid-template-columns: minmax(0, 1fr) auto auto;
  column-gap: clamp(14px, 2vw, 28px);
}

.site-header .header-nav {
  grid-column: 1;
  grid-row: 1;
}

.site-header .header-utility {
  grid-column: 2;
  grid-row: 1;
  display: flex;
}

.site-header .brand-logo {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

.site-header .brand-logo img {
  width: 27px;
  height: 24px;
  max-height: 24px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

.language-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-latin);
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  opacity: 0.62;
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .brand-logo img {
  opacity: 0.96;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .language-toggle {
  color: rgba(251, 248, 241, 0.94);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover .brand-logo img,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within .brand-logo img,
html.is-home-page.is-nav-panel-open .site-header .brand-logo img {
  filter: none;
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover .language-toggle,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within .language-toggle,
html.is-home-page.is-nav-panel-open .site-header .language-toggle {
  color: var(--ink);
  text-shadow: none;
}

.footer-brand {
  width: clamp(154px, 14vw, 214px);
  aspect-ratio: 900 / 624;
  background-image: url("../images/brand/enita-wordmark-cosme-v1.png");
}

.collection-media-signature span,
.collection-media-signature i {
  display: none;
}

.story-history {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(58px, 8vw, 132px);
  padding: clamp(82px, 9vw, 148px) clamp(26px, 7vw, 112px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.story-history-intro {
  align-self: start;
  position: sticky;
  top: calc(var(--header-h) + 52px);
  max-width: 500px;
}

.story-history-intro h2,
.story-path-copy h2,
.investment-intro h2 {
  margin: 14px 0 24px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.story-history-intro > p:last-child,
.story-path-copy > p,
.investment-intro > p {
  color: var(--muted);
  line-height: 1.9;
}

.story-timeline {
  --story-timeline-progress: 1;
  position: relative;
  margin: 0;
  padding: 0 0 0 42px;
  list-style: none;
}

.story-timeline::before,
.story-timeline::after {
  position: absolute;
  top: 30px;
  bottom: 58px;
  left: 7px;
  width: 1px;
  content: "";
  pointer-events: none;
}

.story-timeline::before {
  background: rgba(37, 32, 27, 0.18);
}

.story-timeline::after {
  z-index: 1;
  background: var(--ink);
  transform: scaleY(var(--story-timeline-progress));
  transform-origin: 50% 0;
  transition: transform 180ms linear;
}

.story-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: clamp(22px, 3vw, 52px);
  min-height: 116px;
  padding: 0 0 clamp(30px, 3.2vw, 46px);
  border-top: 1px solid var(--line);
  opacity: 1;
  transition: opacity 480ms cubic-bezier(0.32, 0, 0.18, 1);
}

.story-timeline li::before {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: -40px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(37, 32, 27, 0.5);
  border-radius: 50%;
  background: var(--paper);
  content: "";
  transition: background-color 420ms ease, border-color 420ms ease, transform 520ms cubic-bezier(0.32, 0, 0.18, 1);
}

.story-timeline li::after {
  position: absolute;
  top: 30px;
  left: -29px;
  width: 20px;
  height: 1px;
  background: rgba(37, 32, 27, 0.22);
  content: "";
}

.story-timeline.is-timeline-enhanced li {
  opacity: 0.42;
}

.story-timeline.is-timeline-enhanced li.is-past {
  opacity: 0.68;
}

.story-timeline.is-timeline-enhanced li.is-active {
  opacity: 1;
}

.story-timeline.is-timeline-enhanced li.is-active::before,
.story-timeline.is-timeline-enhanced li.is-past::before {
  border-color: var(--ink);
  background: var(--ink);
}

.story-timeline.is-timeline-enhanced li.is-active::before {
  transform: scale(1.32);
}

.story-timeline li:last-child {
  padding-bottom: 0;
}

.story-timeline time {
  padding-top: 22px;
  color: var(--work);
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: 0.05em;
  transition: color 420ms ease;
}

.story-timeline li > div {
  padding-top: 22px;
}

.story-timeline h3 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 400;
  transform: translateX(0);
  transition: color 420ms ease, transform 520ms cubic-bezier(0.32, 0, 0.18, 1);
}

.story-timeline.is-timeline-enhanced li.is-active time,
.story-timeline.is-timeline-enhanced li.is-active h3 {
  color: var(--ink);
}

.story-timeline.is-timeline-enhanced li.is-active h3 {
  transform: translateX(9px);
}

.story-timeline p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.story-path {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  min-height: 680px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.story-path-copy {
  display: flex;
  max-width: 680px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 142px) clamp(26px, 7vw, 108px);
}

.story-path-note {
  width: fit-content;
  margin: 28px 0 30px;
  padding-top: 12px;
  border-top: 1px solid var(--ink);
  color: var(--faint) !important;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.story-path-map {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-left: 1px solid rgba(37, 32, 27, 0.14);
  background: var(--paper);
  color: var(--work);
}

.story-path-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-path-custom-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-path-map.has-custom-image .story-path-custom-image {
  display: block;
}

.story-path-map.has-custom-image svg,
.story-path-map.has-custom-image .story-map-label,
.story-path-map.has-custom-image .story-map-caption {
  display: none;
}

.story-map-graticule path {
  fill: none;
  stroke: rgba(118, 135, 148, 0.12);
  stroke-width: 1;
}

.story-map-land path {
  fill: rgba(224, 222, 216, 0.42);
  stroke: rgba(118, 135, 148, 0.42);
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.story-map-land .story-map-land--australia,
.story-map-land .story-map-land--new-zealand {
  fill: rgba(214, 216, 213, 0.68);
}

@media (prefers-reduced-motion: reduce) {
  .story-timeline,
  .story-timeline::after,
  .story-timeline li,
  .story-timeline li::before,
  .story-timeline time,
  .story-timeline h3 {
    transition: none;
  }

  .story-timeline.is-timeline-enhanced li {
    opacity: 1;
  }
}

.story-map-route {
  fill: none;
  stroke: rgba(118, 135, 148, 0.74);
  stroke-dasharray: 7 9;
  stroke-width: 1.8;
}

.story-map-local-route,
.story-map-leaders path {
  fill: none;
  stroke: rgba(76, 98, 109, 0.55);
  stroke-width: 1;
}

.story-map-pin-ring {
  fill: rgba(247, 245, 240, 0.88);
  stroke: rgba(118, 135, 148, 0.42);
  stroke-width: 1.5;
}

.story-map-pin-core {
  fill: #768794;
  stroke: none;
}

.story-map-labels {
  display: contents;
}

.story-map-label {
  position: absolute;
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid rgba(76, 98, 109, 0.12);
  background: rgba(247, 245, 240, 0.88);
  backdrop-filter: blur(6px);
}

.story-map-label strong {
  font-size: 11px;
  letter-spacing: 0.14em;
}

.story-map-label span {
  color: var(--muted);
  font-size: 12px;
}

.story-map-label--hk { left: 46%; top: 51%; }
.story-map-label--sz { right: 4%; top: 27%; }
.story-map-label--nz { right: 4%; top: 78%; }

.story-map-caption {
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: rgba(76, 98, 109, 0.72);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.investment-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 8vw, 130px);
  padding: clamp(84px, 9vw, 150px) clamp(26px, 7vw, 112px);
  border-bottom: 1px solid var(--line);
  background: #ebe6dc;
}

.investment-intro {
  max-width: 620px;
}

.investment-contact {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  margin-top: 44px;
}

.investment-qr {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  text-align: center;
}

.investment-qr img {
  width: 58px;
  height: auto;
}

.investment-qr img[hidden],
.investment-qr-placeholder[hidden] {
  display: none;
}

.investment-qr-placeholder {
  display: grid;
  width: 64px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.investment-qr span,
.investment-qr strong {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.investment-contact dl {
  margin: 0;
}

.investment-contact dl div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.investment-contact dt {
  color: var(--faint);
  font-size: 12px;
}

.investment-contact dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.investment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 26px 22px;
}

.form-field {
  display: grid;
  gap: 9px;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field label,
.form-consent {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-bottom-color: var(--ink);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.investment-submit {
  display: flex;
  align-items: center;
  gap: 20px;
}

.investment-submit p {
  max-width: 320px;
  margin: 0;
  color: var(--faint);
  font-size: 11px;
  line-height: 1.5;
}

.certification-reference {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.24);
}

.certification-reference .eyebrow {
  margin: 0 0 10px;
}

.certification-reference h2 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 400;
}

.certification-reference p:not(.eyebrow) {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.certification-reference > span {
  color: #768794;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.buy-channel-cover::after {
  content: none !important;
  background: none !important;
}

/* Brand strength */
.strength-page {
  background: var(--paper);
}

.strength-hero {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  min-height: calc(100svh - var(--header-h));
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.strength-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 126px) clamp(28px, 6vw, 92px);
}

.strength-hero-copy .breadcrumb {
  margin-bottom: clamp(62px, 8vw, 118px);
  color: var(--faint);
}

.strength-hero-copy h1,
.strength-origin-heading h2,
.strength-factory-copy h2,
.strength-method-head h2,
.strength-material-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.strength-hero-copy h1 {
  max-width: 7em;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 1.04;
}

.strength-hero-copy > p:not(.eyebrow) {
  max-width: 31em;
  margin: clamp(24px, 3vw, 40px) 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.strength-hero-media,
.strength-factory-media,
.strength-material-media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.strength-hero-media img,
.strength-factory-media img,
.strength-material-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.strength-origin {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: start;
  padding: clamp(86px, 10vw, 152px) var(--section-x);
  border-bottom: 1px solid var(--line);
}

.strength-origin-heading h2,
.strength-factory-copy h2,
.strength-method-head h2,
.strength-material-copy h2 {
  max-width: 9.5em;
  font-size: clamp(38px, 4.5vw, 70px);
  line-height: 1.08;
}

.strength-origin-copy {
  max-width: 42rem;
  padding-top: 28px;
}

.strength-origin-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.95;
}

.strength-origin-copy p + p {
  margin-top: 1.5em;
}

.strength-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--night);
  color: var(--paper);
}

.strength-proof-item {
  display: grid;
  min-height: clamp(230px, 24vw, 350px);
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: clamp(44px, 6vw, 92px);
  text-align: center;
}

.strength-proof-item + .strength-proof-item {
  border-left: 1px solid rgba(246, 242, 234, 0.18);
}

.strength-proof-item strong {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.strength-proof-item span {
  color: rgba(246, 242, 234, 0.68);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.strength-factory {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: clamp(640px, 76svh, 820px);
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.strength-factory-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 128px) clamp(34px, 6vw, 94px);
}

.strength-factory-copy p:not(.eyebrow),
.strength-material-copy p:not(.eyebrow) {
  max-width: 34em;
  margin: 28px 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.strength-factory-copy p:not(.eyebrow) + p {
  margin-top: 1.25em;
}

.strength-method {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 10vw, 154px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.strength-method-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.48fr);
  column-gap: clamp(56px, 9vw, 148px);
  align-items: end;
  max-width: none;
}

.strength-method-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: clamp(22px, 3vw, 42px);
}

.strength-method-head h2 {
  grid-column: 1;
  max-width: 10.5em;
}

.strength-method-head > p:not(.eyebrow) {
  grid-column: 2;
  max-width: 28em;
  margin: 0 0 8px;
  color: var(--muted);
  line-height: 1.9;
}

.strength-method-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(76px, 8vw, 126px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.strength-method-grid::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: scaleX(1);
  transform-origin: left center;
}

.strength-method-grid li {
  position: relative;
  min-height: 330px;
  padding: 32px clamp(22px, 3vw, 46px) 52px 0;
}

.strength-method-grid li + li {
  padding-left: clamp(22px, 3vw, 46px);
  border-left: 1px solid var(--line);
}

.strength-method-grid li::before {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
  width: 9px;
  height: 9px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
  content: "";
}

.strength-method-grid li + li::before {
  left: clamp(22px, 3vw, 46px);
}

.strength-method-grid span {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.strength-method-grid h3 {
  margin: clamp(68px, 6vw, 96px) 0 18px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.6vw, 40px);
  font-weight: 400;
}

.strength-method-grid p {
  max-width: 26em;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.strength-method.is-method-ready .strength-method-head,
.strength-method.is-method-ready .strength-method-grid li {
  opacity: 0;
  transform: translateY(24px);
}

.strength-method.is-method-ready .strength-method-grid::before {
  transform: scaleX(0);
}

.strength-method.is-method-ready.is-method-visible .strength-method-head {
  animation: strengthMethodHeadReveal 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.strength-method.is-method-ready.is-method-visible .strength-method-grid::before {
  animation: strengthMethodLineReveal 1100ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.strength-method.is-method-ready.is-method-visible .strength-method-grid li {
  animation: strengthMethodStepReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(360ms + var(--method-step-index, 0) * 220ms);
}

@keyframes strengthMethodHeadReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes strengthMethodLineReveal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes strengthMethodStepReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.strength-material {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(640px, 76svh, 820px);
  border-bottom: 1px solid var(--line);
}

.strength-material-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 128px) clamp(34px, 6vw, 94px);
}

/* 2026-08 information architecture and brand-story expansion */
.home-brand-philosophy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(46px, 7vw, 118px);
  align-items: center;
  padding: var(--home-section-y) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.home-brand-philosophy-media,
.strength-traceability-media {
  min-width: 0;
  aspect-ratio: 1672 / 941;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.home-brand-philosophy-media img,
.strength-traceability-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-brand-philosophy-copy h2,
.home-brand-belief h2,
.story-name h2,
.story-values-head h2,
.strength-traceability-copy h2,
.strength-promise-head h2 {
  margin: 14px 0 24px;
  font-family: var(--serif);
  font-size: clamp(36px, 4.4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.home-brand-philosophy-copy > p:not(.eyebrow),
.home-brand-belief-copy p,
.story-values-head > p:not(.eyebrow),
.strength-traceability-copy > p:not(.eyebrow),
.strength-promise-head > p:not(.eyebrow),
.strength-promise-note {
  color: var(--muted);
  line-height: 1.9;
}

.home-philosophy-pillars {
  margin: clamp(34px, 4vw, 54px) 0 36px;
}

.home-philosophy-pillars > div {
  display: grid;
  grid-template-columns: minmax(126px, 0.68fr) minmax(0, 1.32fr);
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.home-philosophy-pillars dt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.home-philosophy-pillars dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.home-brand-belief,
.story-name {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: start;
  padding: var(--home-section-y) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.home-brand-belief-copy {
  max-width: 42rem;
  padding-top: 34px;
}

.home-brand-belief-copy p {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 20px);
}

.home-brand-belief-copy p + p {
  margin-top: 1.3em;
}

.home-brand-belief-copy .text-link {
  margin-top: 32px;
}

.home-brand-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--night);
  color: var(--paper);
}

.home-brand-proof > div {
  display: grid;
  min-height: clamp(220px, 22vw, 320px);
  place-content: center;
  gap: 16px;
  padding: clamp(42px, 5vw, 76px);
  text-align: center;
}

.home-brand-proof > div + div {
  border-left: 1px solid rgba(246, 242, 234, 0.18);
}

.home-brand-proof strong {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.home-brand-proof span {
  color: rgba(246, 242, 234, 0.68);
  font-size: 11px;
  letter-spacing: 0.13em;
}

.home-brand-proof--integrated {
  grid-column: 1 / -1;
  margin-top: clamp(8px, 2vw, 24px);
  border-top: 1px solid var(--line);
  border-bottom: 0;
  background: transparent;
  color: var(--ink);
}

.home-brand-proof--integrated > div {
  min-height: 0;
  place-content: start;
  gap: 10px;
  padding: clamp(24px, 2.8vw, 38px) clamp(12px, 2.4vw, 34px);
  text-align: left;
}

.home-brand-proof--integrated > div:first-child {
  padding-left: 0;
}

.home-brand-proof--integrated > div:last-child {
  padding-right: 0;
}

.home-brand-proof--integrated > div + div {
  border-left-color: var(--line);
}

.home-brand-proof--integrated strong {
  font-size: clamp(30px, 3.2vw, 46px);
}

.home-brand-proof--integrated span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.story-name blockquote {
  max-width: 45rem;
  margin: 0;
  padding-top: 30px;
}

.story-name blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 2.7vw, 42px);
  line-height: 1.45;
}

.story-name blockquote footer {
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
}

.story-values {
  padding: clamp(86px, 10vw, 152px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.story-values-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: end;
  margin-bottom: clamp(66px, 8vw, 122px);
}

.story-values-head .eyebrow {
  grid-column: 1 / -1;
}

.story-values-head h2 {
  grid-column: 1;
  margin-block: 0;
}

.story-values-head > p:not(.eyebrow) {
  grid-column: 2;
  margin: 0 0 8px;
}

.story-values-list {
  display: grid;
  gap: clamp(62px, 8vw, 118px);
}

.story-value-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: center;
}

.story-value-card--reverse figure {
  order: 2;
}

.story-value-card figure {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.story-value-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-value-card > div {
  max-width: 36rem;
}

.story-value-card span {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.story-value-card h3 {
  margin: clamp(30px, 4vw, 56px) 0 20px;
  font-family: var(--serif);
  font-size: clamp(68px, 8vw, 118px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.story-value-card h4 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1.3;
}

.story-value-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.strength-traceability {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
  gap: clamp(52px, 8vw, 132px);
  align-items: center;
  padding: clamp(88px, 10vw, 154px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.strength-traceability-copy ol {
  margin: clamp(34px, 4vw, 54px) 0 0;
  padding: 0;
  list-style: none;
}

.strength-traceability-copy li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.strength-traceability-copy li > span {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.strength-traceability-copy h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 400;
}

.strength-traceability-copy li p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.strength-promise {
  padding: clamp(88px, 10vw, 154px) var(--section-x);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.strength-promise-head {
  max-width: 52rem;
}

.strength-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(56px, 7vw, 96px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
  counter-reset: promise;
  list-style: none;
}

.strength-promise-grid li {
  min-height: clamp(150px, 15vw, 220px);
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  counter-increment: promise;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.35;
}

.strength-promise-grid li::before {
  display: block;
  margin-bottom: clamp(38px, 4vw, 62px);
  color: var(--faint);
  content: counter(promise, decimal-leading-zero);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.strength-promise-note {
  max-width: 42rem;
  margin: 34px 0 0 auto;
}

.contact-entry-section {
  padding-top: clamp(76px, 8vw, 124px);
  padding-bottom: clamp(76px, 8vw, 124px);
}

.contact-entry-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: clamp(36px, 7vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 84px);
}

.contact-entry-heading h2 {
  max-width: 9em;
  margin-top: clamp(20px, 2.4vw, 34px);
  font-family: var(--serif);
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 1.08;
}

.contact-entry-note {
  max-width: 27em;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.8;
}

.contact-entry-grid {
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 1fr));
}

.contact-entry-card {
  min-height: clamp(320px, 28vw, 410px);
  padding: clamp(28px, 3.2vw, 48px);
  transition: background-color 240ms ease, color 240ms ease;
}

.contact-entry-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.contact-entry-card-head b {
  color: var(--faint);
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 400;
  line-height: 0.85;
}

.contact-entry-card h3 {
  max-width: 8em;
  margin-top: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 400;
  line-height: 1.18;
}

.contact-entry-card p {
  max-width: 22em;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.8;
}

.contact-entry-card--primary {
  border-color: rgba(246, 242, 234, 0.24);
  background: var(--ink);
  color: var(--paper);
}

.contact-entry-card--primary span,
.contact-entry-card--primary p,
.contact-entry-card--primary .contact-entry-card-head b {
  color: rgba(246, 242, 234, 0.64);
}

.contact-entry-card--primary em {
  color: var(--paper);
}

.contact-entry-card:not(.contact-entry-card--primary):hover {
  background: var(--stone);
}

.contact-entry-card:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--ink);
  outline-offset: -5px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .site-header .brand-logo {
    width: 44px;
    height: 44px;
  }

  .site-header .brand-logo img {
    width: 27px;
    height: 24px;
    max-height: 24px;
  }

  .header-utility > a {
    display: none;
  }

  .story-history,
  .story-path,
  .investment-section {
    grid-template-columns: 1fr;
  }

  .story-history-intro {
    position: static;
  }

  .story-path-map {
    min-height: 580px;
    border-top: 1px solid rgba(37, 32, 27, 0.14);
    border-left: 0;
  }

  .strength-hero,
  .strength-origin,
  .strength-factory,
  .strength-material,
  .home-brand-philosophy,
  .story-value-card,
  .strength-traceability {
    grid-template-columns: 1fr;
  }

  .story-value-card--reverse figure {
    order: initial;
  }

  .home-brand-belief,
  .story-name,
  .story-values-head {
    grid-template-columns: 1fr;
  }

  .story-values-head h2,
  .story-values-head > p:not(.eyebrow) {
    grid-column: 1;
  }

  .strength-promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-entry-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-entry-note {
    max-width: 34em;
  }

  .contact-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-entry-card--primary {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .strength-hero {
    min-height: 0;
  }

  .strength-hero-copy {
    min-height: 620px;
  }

  .strength-hero-media,
  .strength-factory-media,
  .strength-material-media {
    min-height: 560px;
  }

  .strength-factory-media {
    order: 2;
  }
}

@media (max-width: 760px) {
  .site-header {
    column-gap: 8px;
  }

  .site-header .brand-logo {
    width: 44px;
    height: 44px;
  }

  .site-header .brand-logo img {
    width: 27px;
    height: 24px;
    max-height: 24px;
  }

  .language-toggle {
    min-width: 44px;
    min-height: 44px;
    font-size: 11px;
  }

  .footer-brand {
    width: clamp(142px, 42vw, 176px);
    margin-bottom: 0;
  }

  .collection-media-signature {
    display: grid;
  }

  .story-history {
    gap: 48px;
    padding: 70px 20px;
  }

  .story-history-intro h2,
  .story-path-copy h2,
  .investment-intro h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .story-timeline li {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 34px;
  }

  .story-timeline {
    padding-left: 32px;
  }

  .story-timeline::before,
  .story-timeline::after {
    left: 5px;
  }

  .story-timeline li::before {
    left: -31px;
  }

  .story-timeline li::after {
    left: -20px;
    width: 12px;
  }

  .story-timeline.is-timeline-enhanced li.is-active h3 {
    transform: translateX(4px);
  }

  .story-timeline time,
  .story-timeline li > div {
    padding-top: 18px;
  }

  .story-timeline time {
    font-size: 18px;
  }

  .story-timeline h3 {
    font-size: 23px;
  }

  .story-path {
    min-height: 0;
  }

  .story-path-copy {
    padding: 70px 20px;
  }

  .story-path-map {
    display: grid;
    min-height: 0;
    padding: 18px 18px 58px;
  }

  .story-path-map .story-map-visual {
    position: relative;
    inset: auto;
    aspect-ratio: 9 / 7;
    height: auto;
  }

  .story-map-labels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(76, 98, 109, 0.16);
  }

  .story-map-label {
    position: relative;
    inset: auto;
    min-height: 82px;
    padding: 12px 10px 10px 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .story-map-label + .story-map-label {
    padding-left: 10px;
    border-left: 1px solid rgba(76, 98, 109, 0.12);
  }

  .story-map-label strong {
    font-size: 9px;
  }

  .story-map-label span {
    font-size: 11px;
    line-height: 1.55;
  }

  .story-map-caption {
    left: 18px;
    right: auto;
    bottom: 18px;
  }

  .investment-section {
    gap: 60px;
    padding: 70px 20px;
  }

  .investment-contact {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
  }

  .investment-form {
    grid-template-columns: 1fr;
  }

  .form-field--wide {
    grid-column: auto;
  }

  .investment-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .certification-reference {
    padding: 18px;
  }

  .strength-hero-copy {
    min-height: auto;
    padding: 64px 20px 72px;
  }

  .strength-hero-copy .breadcrumb {
    margin-bottom: 72px;
    font-size: 14px;
  }

  .strength-hero-copy h1 {
    font-size: clamp(42px, 13vw, 54px);
  }

  .strength-hero-media,
  .strength-factory-media,
  .strength-material-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .strength-origin {
    gap: 42px;
    padding: 78px 20px;
  }

  .strength-origin-heading h2,
  .strength-factory-copy h2,
  .strength-method-head h2,
  .strength-material-copy h2 {
    max-width: 10em;
    font-size: clamp(34px, 10vw, 44px);
  }

  .strength-origin-copy {
    padding-top: 0;
  }

  .strength-origin-copy p {
    font-size: 16px;
  }

  .strength-proof {
    grid-template-columns: 1fr;
  }

  .strength-proof-item {
    min-height: 188px;
    padding: 42px 20px;
  }

  .strength-proof-item + .strength-proof-item {
    border-top: 1px solid rgba(246, 242, 234, 0.18);
    border-left: 0;
  }

  .strength-proof-item strong {
    font-size: clamp(42px, 13vw, 58px);
  }

  .strength-factory-copy,
  .strength-material-copy {
    padding: 76px 20px 82px;
  }

  .strength-method {
    padding: 78px 20px;
  }

  .strength-method-head {
    grid-template-columns: 1fr;
  }

  .strength-method-head .eyebrow,
  .strength-method-head h2,
  .strength-method-head > p:not(.eyebrow) {
    grid-column: 1;
  }

  .strength-method-head .eyebrow {
    margin-bottom: 20px;
  }

  .strength-method-head > p:not(.eyebrow) {
    margin: 28px 0 0;
  }

  .strength-method-grid {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .strength-method-grid li {
    min-height: 0;
    padding: 24px 0 42px;
  }

  .strength-method-grid li + li {
    padding: 36px 0 42px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .strength-method-grid li + li::before {
    left: 0;
  }

  .strength-method-grid h3 {
    margin: 52px 0 14px;
  }

  .home-brand-philosophy,
  .home-brand-belief,
  .story-name,
  .story-values,
  .strength-traceability,
  .strength-promise {
    gap: 42px;
    padding: 72px 20px;
  }

  .home-brand-philosophy-copy h2,
  .home-brand-belief h2,
  .story-name h2,
  .story-values-head h2,
  .strength-traceability-copy h2,
  .strength-promise-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-philosophy-pillars > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-brand-belief-copy,
  .story-name blockquote {
    padding-top: 0;
  }

  .home-brand-proof {
    grid-template-columns: 1fr;
  }

  .home-brand-proof > div {
    min-height: 178px;
    padding: 42px 20px;
  }

  .home-brand-proof > div + div {
    border-top: 1px solid rgba(246, 242, 234, 0.18);
    border-left: 0;
  }

  .home-brand-proof--integrated {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .home-brand-proof--integrated > div {
    min-height: 0;
    gap: 8px;
    padding: 24px 10px;
  }

  .home-brand-proof--integrated > div:first-child {
    padding-left: 0;
  }

  .home-brand-proof--integrated > div:last-child {
    padding-right: 0;
  }

  .home-brand-proof--integrated > div + div {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .home-brand-proof--integrated strong {
    font-size: clamp(24px, 8vw, 32px);
  }

  .home-brand-proof--integrated span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .story-values-head {
    gap: 24px;
    margin-bottom: 56px;
  }

  .story-values-list {
    gap: 72px;
  }

  .story-value-card {
    gap: 34px;
  }

  .story-value-card h3 {
    margin-top: 28px;
    font-size: clamp(66px, 23vw, 96px);
  }

  .strength-promise-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .strength-promise-grid li {
    min-height: 142px;
  }

  .contact-entry-section {
    padding: 64px 18px;
  }

  .contact-entry-heading {
    gap: 22px;
    margin-bottom: 44px;
  }

  .contact-entry-heading h2 {
    max-width: 8em;
    margin-top: 18px;
    font-size: clamp(40px, 12vw, 52px);
  }

  .contact-entry-note {
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
  }

  .contact-entry-grid {
    grid-template-columns: 1fr;
  }

  .contact-entry-card,
  .contact-entry-card--primary {
    grid-column: auto;
    min-height: 250px;
    padding: 28px;
  }

  .contact-entry-card h3 {
    font-size: 34px;
  }
}

@media (max-width: 980px) {
  .product-browse-guide,
  .home-series-directory {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .product-browse-grid > a,
  .product-browse-grid > article {
    min-height: 230px;
  }
}

@media (max-width: 760px) {
  .product-browse-guide,
  .home-series-directory {
    gap: 34px;
    padding: 58px 18px;
  }

  .product-browse-grid {
    grid-template-columns: 1fr;
  }

  .product-browse-grid > a,
  .product-browse-grid > article {
    min-height: 0;
    padding: 20px 18px 22px;
    border-left: 1px solid var(--line);
  }

  .product-browse-grid h3 {
    margin: 34px 0 10px;
  }

  .home-featured-facts > div {
    grid-template-columns: 98px minmax(0, 1fr);
  }

  .home-series-directory nav {
    grid-template-columns: 1fr;
  }

  .home-series-directory nav a:nth-child(n) {
    border-left: 1px solid var(--line);
  }

  .home-series-directory nav a {
    padding-right: 14px;
    padding-left: 14px;
  }

  .product-sensory-facts {
    grid-template-columns: 1fr;
  }

  .product-sensory-facts > div {
    min-height: 0;
  }

  .product-sensory-facts dt {
    margin-bottom: 10px;
  }
}

/* Aesop-inspired information rhythm, translated into ENITA's own visual system. */
.home-featured-product {
  margin-top: clamp(40px, 5vw, 76px);
}

.product-directory-page .cleanse-product-layout,
.product-directory-page .range--body-care-products .care-product-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 2.4vw, 40px);
}

.product-directory-page .range--night-care-products .care-product-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.4vw, 40px);
}

.product-directory-page .range .product-card {
  padding-bottom: clamp(30px, 3vw, 46px);
}

.product-directory-page .range .product-card strong {
  min-height: 2.8em;
  margin-top: 0;
  font-family: var(--sans);
  font-size: clamp(16px, 1.18vw, 19px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.4;
}

.product-directory-page .product-card-proposition {
  min-height: 3.4em;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
}

.product-directory-page .product-card-cta {
  min-height: 0;
  margin-top: 22px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.product-copy h1 {
  font-size: clamp(28px, 2.65vw, 42px);
  line-height: 1.28;
  text-wrap: balance;
}

.product-title-qualifier {
  white-space: nowrap;
}

#details.article-body {
  background: var(--product-page-background);
}

#details.article-body h2 {
  font-family: var(--sans);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.22;
}

.product-use-section {
  background: var(--cream);
}

.product-use-section .split-media {
  background: var(--product-page-background);
}

.product-use-section .split-media img {
  padding: clamp(28px, 5vw, 82px);
  object-fit: contain;
}

.product-card--packshot .product-image {
  background: transparent;
}

.product-card--packshot .product-image img {
  padding: clamp(18px, 2.8vw, 42px);
  object-fit: contain;
}

.product-card--packshot strong {
  font-family: var(--sans);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.42;
}

.product-detail ~ .service-strip {
  display: none;
}

@media (max-width: 980px) {
  .product-directory-page .cleanse-product-layout,
  .product-directory-page .range--night-care-products .care-product-layout,
  .product-directory-page .range--body-care-products .care-product-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-featured-product {
    margin-top: 28px;
  }

  .product-directory-page .cleanse-product-layout,
  .product-directory-page .range--night-care-products .care-product-layout,
  .product-directory-page .range--body-care-products .care-product-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-directory-page .range .product-card strong {
    min-height: 0;
    font-size: clamp(18px, 5vw, 21px);
  }

  .product-directory-page .product-card-proposition {
    min-height: 0;
  }

  .product-use-section .split-media img {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .strength-method.is-method-ready .strength-method-head,
  .strength-method.is-method-ready .strength-method-grid li {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .strength-method.is-method-ready .strength-method-grid::before {
    animation: none;
    transform: scaleX(1);
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 2026-08-04 suite193: frameless series and product-directory rhythm. */
.home-featured-product[hidden] {
  display: none !important;
}

.series-chapter-index {
  gap: clamp(24px, 4vw, 72px);
  padding-inline: var(--section-x);
  border: 0;
  background: var(--cream);
}

.series-chapter-index a,
.series-chapter-index a:first-child {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "name"
    "count";
  min-height: 104px;
  padding: 24px 0;
  border: 0;
}

.home-series-chapter,
.product-series-lead {
  border-top: 0;
  border-bottom: 0;
}

.home-series-chapter__copy,
.home-series-chapter--reverse .home-series-chapter__copy,
.product-series-lead__copy,
.product-series-chapter--reverse .product-series-lead__copy {
  border-right: 0;
  border-left: 0;
}

.product-series-lead__copy > div {
  justify-content: flex-start;
}

.product-directory-page .product-series-chapter .editorial-product-list {
  gap: clamp(30px, 3.2vw, 58px);
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card,
.product-directory-page .product-series-chapter .editorial-product-list .product-card:last-child {
  padding: 0 0 34px;
  border: 0;
  background: transparent;
  text-align: left;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-image,
.product-directory-page .product-card--packshot .product-image {
  background: transparent;
}

.product-copy .product-purchase-link {
  width: fit-content;
  min-height: 0;
  margin-top: 30px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
}

@media (min-width: 761px) {
  .product-detail--design2 .product-design2-copy {
    padding-block: clamp(44px, 3.5vw, 64px);
  }

  .product-design2-copy .breadcrumb {
    margin-bottom: clamp(36px, 5vh, 54px);
  }

  .product-design2-copy .product-design2-tagline {
    margin-top: 26px;
  }

  .product-design2-copy .product-design2-description {
    margin-top: 20px;
  }

  .product-detail--design2 .detail-meta {
    margin-top: 36px;
  }

  .product-detail--design2 .product-purchase-link {
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .series-chapter-index {
    gap: 24px;
    padding-inline: 18px;
  }

  .series-chapter-index a,
  .series-chapter-index a:first-child {
    min-height: 0;
    padding: 8px 0;
    border: 0;
  }

  .product-directory-page .product-series-chapter .editorial-product-list {
    gap: 48px;
  }
}

/* 2026-08-04 suite194: distinct series landing states and route continuity. */
.product-directory-page .site-header {
  transform: none !important;
}

.range.product-series-chapter {
  scroll-margin-top: var(--header-h);
}

.product-series-lead,
.product-series-chapter--reverse .product-series-lead {
  grid-template-columns: minmax(0, 58fr) minmax(360px, 42fr);
  min-height: clamp(500px, 39vw, 570px);
}

.product-series-chapter--reverse .product-series-lead__media,
.product-series-chapter--reverse .product-series-lead__copy {
  grid-column: auto;
  grid-row: auto;
}

.product-series-lead__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.product-series-lead__copy,
.product-series-chapter--reverse .product-series-lead__copy {
  padding: clamp(52px, 6vw, 92px);
}

.product-series-lead__copy > div {
  justify-content: space-between;
  margin-top: 42px;
}

.product-series-lead__copy > div .text-link {
  color: var(--ink);
}

.product-series-offering {
  display: grid;
  grid-template-columns: minmax(150px, 0.52fr) minmax(0, 3.48fr);
  gap: clamp(36px, 4vw, 72px);
  padding: clamp(38px, 4vw, 60px) var(--section-x) clamp(76px, 9vw, 132px);
  background: var(--cream);
}

.product-series-local-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: clamp(82px, 9vw, 132px);
}

.product-series-local-nav a {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.product-series-local-nav a[aria-current="location"] {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.product-directory-page .product-series-offering > .editorial-product-list {
  min-width: 0;
  gap: clamp(30px, 3.2vw, 58px);
  padding: 0;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-image img {
  padding: clamp(12px, 2.2vw, 30px);
}

/* The renewal-serum source is tightly trimmed; match its visible bottle scale
   to the 8% top/bottom breathing room built into the neighbouring oil assets. */
.product-directory-page .product-card--renewal-serum .product-image img {
  transform: scale(0.84);
}

.product-directory-page .product-card--renewal-serum:hover .product-image img {
  transform: scale(0.87);
}

@media (min-width: 761px) {
  .product-directory-page .product-card--renewal-serum .product-image img {
    transform: scale(0.8);
  }

  .product-directory-page .product-card--renewal-serum:hover .product-image img {
    transform: scale(0.83);
  }
}

@media (max-width: 980px) {
  .product-series-offering {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-series-local-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .product-series-offering {
    gap: 36px;
    padding: 32px 18px 76px;
  }

  .product-series-local-nav a {
    font-size: 12px;
    letter-spacing: 0;
  }

  .product-directory-page .product-series-chapter .product-series-offering .product-image {
    aspect-ratio: 5 / 4;
  }

  .product-directory-page .product-series-chapter .product-series-offering .product-image img {
    padding: 8px 24px;
  }

  .range.product-series-chapter {
    scroll-margin-top: var(--header-h);
  }

  .product-series-lead,
  .product-series-chapter--reverse .product-series-lead {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .product-series-lead__media,
  .product-series-chapter--reverse .product-series-lead__media {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 16 / 9;
  }

  .product-series-lead__copy,
  .product-series-chapter--reverse .product-series-lead__copy {
    grid-column: 1;
    grid-row: 2;
    padding: 42px 22px 48px;
  }

  .product-series-lead__copy > div {
    margin-top: 34px;
  }
}

/* 2026-08-05 suite203: continuous homepage chapters and tonal continuity. */
.home-page .home-series-editorial,
.home-page .home-series-chapter,
.home-page .home-brand-philosophy,
.home-page .journal-list--editorial,
.home-page .store-band {
  background: var(--paper);
}

.home-page .range.home-series-editorial {
  padding: 0;
}

.home-page .home-series-editorial > .section-head {
  min-height: clamp(154px, 12vw, 184px);
  align-items: center;
  margin-bottom: 0;
  padding: clamp(42px, 4.4vw, 62px) var(--section-x);
}

.home-page .home-series-editorial > .section-head .eyebrow {
  margin-bottom: 0;
}

.home-page .home-series-editorial > .section-head h2 {
  font-size: clamp(32px, 2.75vw, 40px);
}

.home-page .home-series-chapters.collection-grid {
  row-gap: clamp(88px, 6.7vw, 104px);
  background: var(--paper);
}

.home-page .home-series-chapter,
.home-page .home-series-chapter--reverse {
  grid-template-columns: minmax(0, 60fr) minmax(340px, 40fr);
  border: 0;
}

.home-page .home-series-chapter--reverse {
  grid-template-columns: minmax(340px, 40fr) minmax(0, 60fr);
}

@media (max-width: 980px) {
  .home-page .home-series-chapters.collection-grid {
    row-gap: 64px;
  }

  .home-page .home-series-chapter,
  .home-page .home-series-chapter--reverse {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .home-page .home-series-editorial > .section-head {
    min-height: 0;
    gap: 16px;
    padding: 44px 18px 48px;
  }

  .home-page .home-series-editorial > .section-head h2 {
    font-size: clamp(29px, 8.6vw, 36px);
  }

  .home-page .home-series-editorial > .section-head .text-link {
    margin-top: 4px;
  }

  .home-page .home-series-chapters.collection-grid {
    row-gap: 48px;
  }
}

/* 2026-08-05 suite204: frameless, centered product continuation modules. */
.page > .range > .product-row {
  gap: clamp(22px, 2.8vw, 44px);
  border: 0;
}

.page > .range > .product-row .product-card {
  justify-items: center;
  border: 0;
  background: transparent;
  text-align: center;
}

.page > .range > .product-row .product-image {
  width: 100%;
  margin: 0 0 22px;
  background: transparent;
}

.page > .range > .product-row .product-card > span,
.page > .range > .product-row .product-card > strong,
.page > .range > .product-row .product-card > em {
  width: 100%;
  text-align: center;
}

.page > .range > .product-row--quiet {
  justify-content: center;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card,
.product-directory-page .product-series-chapter .editorial-product-list .product-card:last-child {
  justify-items: center;
  text-align: center;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card > span,
.product-directory-page .product-series-chapter .editorial-product-list .product-card > strong,
.product-directory-page .product-series-chapter .editorial-product-list .product-card > em,
.product-directory-page .product-card-proposition,
.product-directory-page .product-card-cta {
  width: 100%;
  text-align: center;
}

@media (max-width: 760px) {
  .page > .range > .product-row {
    gap: 34px 16px;
  }
}

/* 2026-08-05 suite206: one editorial paper and deliberate chapter pauses. */
.site-shell {
  --paper-warm: var(--paper);
  --paper-cool: var(--paper);
  --cream: var(--paper);
}

.product-directory-page .product-series-chapter,
.journal-directory-page .journal-manifesto,
.journal-directory-page .journal-list {
  border-bottom: 0;
}

.product-directory-page .product-series-chapter,
.journal-directory-page .page > section + section {
  margin-top: clamp(88px, 6.7vw, 104px);
}

@media (max-width: 980px) {
  .product-directory-page .product-series-chapter,
  .journal-directory-page .page > section + section {
    margin-top: 64px;
  }
}

@media (max-width: 760px) {
  .product-directory-page .product-series-chapter,
  .journal-directory-page .page > section + section {
    margin-top: 48px;
  }
}

/* 2026-08-05 suite207: approved immersive homepage navigation and centered hero action. */
html.is-home-page .site-header .header-nav,
html.is-home-page .site-header .brand-logo,
html.is-home-page .site-header .header-utility {
  transition:
    opacity 680ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    color 360ms ease;
}

html.is-home-page .brand-logo-wordmark-frame {
  display: none;
}

.hero-home-cover .hero-title-stack {
  left: 50%;
  bottom: clamp(42px, 7.5vh, 82px);
  width: min(420px, calc(100% - 44px));
  justify-items: center;
  gap: 22px;
  transform: translateX(-50%);
}

.hero-home-cover .hero-cover-copy h1 {
  color: rgba(251, 248, 241, 0.94);
  font-size: clamp(1.72rem, 2.15vw, 2.2rem);
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
}

.hero-home-cta {
  display: inline-flex;
  width: min(282px, 100%);
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 248, 241, 0.72);
  color: rgba(251, 248, 241, 0.94);
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: background-color 260ms ease, color 260ms ease, border-color 260ms ease;
}

.hero-home-cta:hover,
.hero-home-cta:focus-visible {
  border-color: rgba(251, 248, 241, 0.94);
  background: rgba(251, 248, 241, 0.94);
  color: var(--ink);
  text-shadow: none;
}

@media (min-width: 981px) {
  html.is-home-page {
    --header-h: 84px;
  }

  html.is-home-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(28px, 3.4vw, 58px);
    padding: 0 clamp(38px, 4vw, 64px);
  }

  html.is-home-page .site-header .header-nav {
    grid-column: 1;
    display: flex;
    gap: clamp(22px, 2.2vw, 38px);
  }

  html.is-home-page .site-header .menu-button {
    display: none;
  }

  html.is-home-page .site-header .header-nav > a {
    display: inline-flex;
    height: var(--header-h);
    color: rgba(251, 248, 241, 0.92);
    font-size: 13px;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  }

  html.is-home-page .site-header .brand-logo {
    grid-column: 2;
    justify-self: center;
    width: clamp(102px, 8.2vw, 124px);
    height: var(--header-h);
  }

  html.is-home-page .site-header .brand-logo-mark {
    display: none;
  }

  html.is-home-page .site-header .brand-logo-wordmark-frame {
    display: block;
    width: 100%;
    height: clamp(29px, 2.4vw, 34px);
    overflow: hidden;
  }

  html.is-home-page .site-header .brand-logo-wordmark {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    transform: translateY(-21%);
  }

  html.is-home-page .site-header .header-utility {
    grid-column: 3;
    display: flex;
    justify-self: stretch;
    justify-content: flex-end;
    gap: clamp(20px, 2vw, 34px);
  }

  html.is-home-page .site-header .header-utility a {
    display: inline-flex;
    color: rgba(251, 248, 241, 0.92);
    font-size: 13px;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  }

  html.is-home-page .site-header .language-toggle {
    color: rgba(251, 248, 241, 0.94);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  }

  html.is-home-page.is-home-scrolled .site-header .header-nav > a,
  html.is-home-page.is-home-scrolled .site-header .header-utility a,
  html.is-home-page.is-home-scrolled .site-header .language-toggle,
  html.is-home-page.is-menu-open .site-header .header-nav > a,
  html.is-home-page.is-menu-open .site-header .header-utility a,
  html.is-home-page.is-menu-open .site-header .language-toggle,
  html.is-home-page .site-header:hover .header-nav > a,
  html.is-home-page .site-header:hover .header-utility a,
  html.is-home-page .site-header:hover .language-toggle,
  html.is-home-page .site-header:focus-within .header-nav > a,
  html.is-home-page .site-header:focus-within .header-utility a,
  html.is-home-page .site-header:focus-within .language-toggle {
    color: var(--ink);
    text-shadow: none;
  }

  html.is-home-page.is-home-scrolled .site-header .brand-logo-wordmark,
  html.is-home-page.is-menu-open .site-header .brand-logo-wordmark,
  html.is-home-page .site-header:hover .brand-logo-wordmark,
  html.is-home-page .site-header:focus-within .brand-logo-wordmark {
    filter: saturate(1.16) contrast(1.18);
  }

  html.is-home-opening:not(.is-header-ready):not(.is-menu-open) .site-header .header-nav {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@media (max-width: 980px) {
  html.is-home-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  html.is-home-page .site-header .header-nav {
    grid-column: 1;
  }

  html.is-home-page .site-header .brand-logo {
    grid-column: 2;
    justify-self: center;
  }

  html.is-home-page .site-header .header-utility {
    grid-column: 3;
    justify-self: end;
  }

  html.is-home-page .site-header .brand-logo-mark {
    display: block;
  }

  html.is-home-page .site-header .brand-logo-wordmark-frame {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-home-cover .hero-title-stack {
    bottom: clamp(30px, 6vh, 52px);
    width: min(300px, calc(100% - 36px));
    gap: 18px;
  }

  .hero-home-cover .hero-cover-copy h1 {
    font-size: clamp(1.55rem, 7.2vw, 1.9rem);
  }

  .hero-home-cta {
    width: min(248px, 100%);
    min-height: 46px;
    font-size: 12px;
  }
}

/* 2026-08-05 suite209: show the selected direct navigation until a category opens the original menu system. */
.header-brand-mark {
  display: none;
}

@media (min-width: 981px) {
  html.is-home-page .site-header .menu-button {
    display: none;
  }

  html.is-home-page .site-header .header-nav > a {
    display: inline-flex;
  }

  html.is-home-page.is-menu-open .site-header .menu-button {
    display: inline-flex;
  }

  html.is-home-page .site-header .header-utility {
    gap: clamp(18px, 1.7vw, 28px);
  }

  html.is-home-page .site-header .header-utility > a:not(.header-brand-mark) {
    order: 1;
  }

  html.is-home-page .site-header .header-utility .language-toggle {
    order: 2;
  }

  html.is-home-page .site-header .header-utility .header-brand-mark {
    order: 3;
    display: inline-grid;
    width: 44px;
    height: var(--header-h);
    flex: 0 0 44px;
    place-items: center;
    opacity: 1;
  }

  html.is-home-page .site-header .header-utility .header-brand-mark::after {
    content: none;
  }

  html.is-home-page .site-header .header-brand-mark img {
    display: block;
    width: 31px;
    height: 28px;
    object-fit: contain;
    opacity: 0.96;
    transition: filter 360ms ease, opacity 360ms ease;
  }

  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-brand-mark img {
    filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
  }

  html.is-home-page.is-home-scrolled .site-header .header-brand-mark img,
  html.is-home-page.is-menu-open .site-header .header-brand-mark img,
  html.is-home-page.is-nav-panel-open .site-header .header-brand-mark img,
  html.is-home-page .site-header:hover .header-brand-mark img,
  html.is-home-page .site-header:focus-within .header-brand-mark img {
    filter: none;
  }
}

/* 2026-08-05 suite212: approved editorial dossier layout for all homepage series chapters. */
.home-page .home-series-chapter {
  grid-template-columns: minmax(0, 56fr) minmax(390px, 44fr);
  min-height: clamp(760px, 71vw, 1024px);
  background: var(--paper);
}

.home-page .home-series-chapter__copy {
  position: relative;
  justify-content: flex-start;
  padding: clamp(160px, 12.6vw, 190px) clamp(54px, 4.5vw, 88px) clamp(76px, 6.2vw, 100px) clamp(78px, 6.5vw, 112px);
  border: 0;
}

.home-page .home-series-chapter__copy::before {
  content: none;
}

.home-page .home-series-chapter__copy .eyebrow {
  margin: 0 0 clamp(34px, 3vw, 48px);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.home-page .home-series-chapter__copy h3 {
  max-width: 8em;
  font-size: clamp(64px, 5.8vw, 84px);
  line-height: 1.06;
}

.home-page .home-series-chapter__copy > p.home-series-chapter__intro {
  max-width: 32em;
  margin-top: clamp(42px, 3.75vw, 56px);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.home-series-chapter__facts {
  width: 100%;
  margin: clamp(54px, 5vw, 76px) 0 0;
  border-top: 1px solid var(--line);
}

.home-series-chapter__facts div {
  display: grid;
  grid-template-columns: minmax(86px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(22px, 2.2vw, 38px);
  align-items: center;
  min-height: clamp(68px, 5.6vw, 82px);
  border-bottom: 1px solid var(--line);
}

.home-series-chapter__facts dt,
.home-series-chapter__facts dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.home-series-chapter__facts dt {
  color: var(--ink);
  font-weight: 500;
}

.home-series-chapter__facts dd {
  color: var(--muted);
}

.home-series-chapter__cta {
  display: grid;
  grid-template-columns: auto minmax(64px, 1fr);
  gap: 14px;
  align-items: center;
  width: min(100%, 302px);
  min-height: 44px;
  margin-top: auto;
  align-self: flex-end;
  color: var(--ink);
  font-size: 13px;
  line-height: 1;
}

.home-series-chapter__cta i {
  display: block;
  border-top: 1px solid currentColor;
  opacity: 0.68;
  transition: opacity 220ms ease;
}

.home-series-chapter__cta img {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.88;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* 2026-08-06 suite232: alternate the philosophy chapter and preserve its 4:5 editorial artwork. */
.home-page .home-brand-philosophy-media {
  background: var(--paper);
}

.home-page .home-brand-philosophy-media img {
  object-fit: contain;
  object-position: center;
}

@media (min-width: 981px) {
  .home-page .home-series-chapter--reverse {
    grid-template-columns: minmax(390px, 44fr) minmax(0, 56fr);
  }

  .home-page .home-brand-philosophy {
    grid-template-columns: minmax(390px, 44fr) minmax(0, 56fr);
    gap: 0;
    align-items: stretch;
    min-height: clamp(760px, 71vw, 1024px);
    padding: 0;
    border: 0;
  }

  .home-page .home-brand-philosophy-media {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .home-page .home-brand-philosophy-copy {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(88px, 8vw, 128px) clamp(78px, 6.5vw, 112px) clamp(76px, 6.2vw, 100px) clamp(54px, 4.5vw, 88px);
  }
}

@media (max-width: 980px) {
  .home-page .home-series-chapter--reverse,
  .home-page .home-brand-philosophy {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .home-brand-philosophy {
    gap: 0;
    padding: 0;
  }

  .home-page .home-brand-philosophy-media {
    aspect-ratio: 4 / 5;
  }

  .home-page .home-brand-philosophy-copy {
    padding: 64px clamp(34px, 7vw, 72px) 68px;
  }
}

@media (max-width: 760px) {
  .home-page .home-brand-philosophy-media {
    aspect-ratio: 4 / 5;
  }

  .home-page .home-brand-philosophy-copy {
    padding: 48px 20px 54px;
  }
}

.home-series-chapter__cta:hover i,
.home-series-chapter__cta:focus-visible i {
  opacity: 1;
}

.home-series-chapter__cta:hover img,
.home-series-chapter__cta:focus-visible img {
  transform: translateX(3px);
}

/* Suite 234: preserve the Skin Journal collage and replace only the white-oil tile. */
.home-page .journal-editorial-artwork {
  position: absolute;
  inset: 0;
  display: block;
  transition: transform 680ms ease, filter 680ms ease;
}

.home-page .journal-editorial-visual > .journal-editorial-artwork > picture:first-child {
  position: absolute;
  inset: 0;
}

.home-page .journal-editorial-product-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 66.7127%;
  width: 33.2873%;
  height: 55.709%;
  pointer-events: none;
}

.home-page .journal-editorial-product-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .journal-editorial-visual:hover .journal-editorial-artwork,
.home-page .journal-editorial-visual:focus-visible .journal-editorial-artwork {
  transform: scale(1.025);
}

.home-page .journal-editorial-visual:hover img,
.home-page .journal-editorial-visual:focus-visible img {
  transform: none;
}

@media (max-width: 760px) {
  .home-page .journal-editorial-product-overlay {
    top: 37.3804%;
    left: 0;
    width: 100%;
    height: 20.2153%;
  }
}

@media (max-width: 980px) {
  .home-page .home-series-chapter {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .home-page .home-series-chapter__media {
    grid-column: 1;
    grid-row: 1;
  }

  .home-page .home-series-chapter__copy {
    grid-column: 1;
    grid-row: 2;
    padding: 64px clamp(34px, 7vw, 72px) 68px;
    border-top: 0;
  }

  .home-page .home-series-chapter__copy::before {
    content: none;
  }

  .home-page .home-series-chapter__copy h3 {
    max-width: none;
  }

  .home-series-chapter__cta {
    width: min(100%, 340px);
    margin-top: 54px;
  }
}

@media (max-width: 760px) {
  .home-page .home-series-chapter__copy {
    padding: 48px 20px 54px;
  }

  .home-page .home-series-chapter__copy .eyebrow {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .home-page .home-series-chapter__copy h3 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .home-page .home-series-chapter__copy > p.home-series-chapter__intro {
    margin-top: 24px;
  }

  .home-series-chapter__facts {
    margin-top: 42px;
  }

  .home-series-chapter__facts div {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 15px 0;
  }

  .home-series-chapter__facts dt,
  .home-series-chapter__facts dd {
    font-size: 12px;
  }

  .home-series-chapter__cta {
    width: 100%;
    margin-top: 42px;
  }
}

/* 2026-08-05 suite215: complete official ENITA lockup in the homepage header. */
@media (min-width: 981px) {
  html.is-home-page .site-header .brand-logo {
    width: clamp(94px, 7.6vw, 108px);
  }

  html.is-home-page .site-header .brand-logo-wordmark-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 900 / 624;
    overflow: visible;
  }

  html.is-home-page .site-header .brand-logo-wordmark {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
  }
}

@media (max-width: 980px) {
  html.is-home-page .site-header .brand-logo {
    width: 76px;
    height: var(--header-h);
  }

  html.is-home-page .site-header .brand-logo-mark {
    display: none;
  }

  html.is-home-page .site-header .brand-logo-wordmark-frame {
    display: block;
    width: 76px;
    height: auto;
    aspect-ratio: 900 / 624;
    overflow: visible;
  }

  html.is-home-page .site-header .brand-logo-wordmark {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    transform: none;
  }
}

/* 2026-08-08 suite265: unify featured Chinese story copy with the editorial serif system. */
.story-name {
  --story-name-font: var(--serif);
}

.story-name .eyebrow {
  color: var(--faint);
  letter-spacing: 0.14em;
}

.story-name h2 {
  max-width: 7.4em;
  font-family: var(--story-name-font);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-wrap: balance;
}

.story-name blockquote {
  border-left: 1px solid var(--line-strong);
  padding: 2px 0 2px clamp(28px, 3.4vw, 52px);
}

.story-name blockquote p {
  max-width: 27em;
  font-family: var(--story-name-font);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.72;
  text-wrap: pretty;
}

.story-name blockquote footer {
  max-width: 34em;
  letter-spacing: 0.015em;
  line-height: 1.75;
}

@media (min-width: 981px) {
  .story-name {
    grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr);
    gap: clamp(64px, 6.4vw, 98px);
    align-items: center;
    padding-top: clamp(66px, 5.4vw, 84px);
    padding-bottom: clamp(66px, 5.4vw, 84px);
  }

  .story-name h2 {
    margin: 14px 0 0;
    font-size: clamp(40px, 3.55vw, 52px);
  }

  .story-name blockquote {
    max-width: 46rem;
  }

  .story-name blockquote p {
    font-size: clamp(22px, 1.92vw, 28px);
  }

  .story-name blockquote footer {
    margin-top: 24px;
  }
}

@media (max-width: 980px) {
  .story-name {
    gap: 42px;
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .story-name h2 {
    margin: 14px 0 0;
    font-size: clamp(36px, 7vw, 44px);
  }

  .story-name blockquote {
    max-width: 42rem;
    border-top: 1px solid var(--line-strong);
    border-left: 0;
    padding: 30px 0 0;
  }

  .story-name blockquote p {
    font-size: clamp(21px, 4.2vw, 26px);
  }
}

@media (max-width: 760px) {
  .story-name {
    gap: 36px;
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .story-name h2 {
    max-width: 8.2em;
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.24;
  }

  .story-name blockquote p {
    font-size: clamp(20px, 5.4vw, 23px);
    letter-spacing: 0.02em;
    line-height: 1.75;
  }

  .story-name blockquote footer {
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.8;
  }
}

/* 2026-08-07 suite239: compact editorial rhythm for the Less is More story chapter. */
.story-editorial-manifesto {
  min-height: clamp(500px, 60svh, 620px);
  background: var(--paper);
}

.story-editorial-manifesto .split-media {
  block-size: clamp(500px, 60svh, 620px);
  min-height: 0;
}

.story-editorial-manifesto__copy {
  align-self: stretch;
  display: grid;
  grid-template-columns: clamp(34px, 3.4vw, 52px) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  padding: clamp(52px, 4.8vw, 72px) clamp(36px, 5.5vw, 86px);
}

.story-editorial-manifesto__eyebrow {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: start;
  justify-self: start;
  margin: 4px 0 0;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.story-editorial-manifesto__title {
  grid-column: 2;
  max-width: none;
  margin: 0;
  font-size: clamp(42px, 3.5vw, 58px);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.story-editorial-manifesto__title span {
  display: block;
}

.story-editorial-manifesto__title span + span {
  margin-top: 0.18em;
  margin-left: clamp(38px, 5.2vw, 78px);
}

.story-editorial-manifesto__body {
  grid-column: 2;
  max-width: 31rem;
  margin-top: clamp(30px, 3vw, 42px);
}

.story-editorial-manifesto .story-editorial-manifesto__lead,
.story-editorial-manifesto .story-editorial-manifesto__principle {
  margin-top: 0;
}

.story-editorial-manifesto .story-editorial-manifesto__lead {
  max-width: none;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
}

.story-editorial-manifesto__lead span {
  display: block;
}

.story-editorial-manifesto__lead span + span {
  margin-top: 6px;
  margin-left: clamp(28px, 3.7vw, 56px);
}

.story-editorial-manifesto .story-editorial-manifesto__principle {
  max-width: 24rem;
  margin-top: clamp(20px, 2vw, 28px);
  margin-left: clamp(46px, 5.2vw, 78px);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.88;
}

.story-editorial-manifesto__link {
  grid-column: 2;
  align-self: start;
  justify-self: end;
  margin-top: clamp(30px, 3vw, 42px);
}

@media (max-width: 980px) {
  .page-cover + .story-editorial-manifesto {
    padding-top: 0;
  }

  .story-editorial-manifesto {
    min-height: 0;
  }

  .story-editorial-manifesto .split-media {
    block-size: auto;
    aspect-ratio: 1402 / 1122;
  }

  .story-editorial-manifesto__copy {
    min-height: 0;
    padding-top: clamp(52px, 7vw, 64px);
    padding-bottom: clamp(48px, 6.5vw, 58px);
  }
}

@media (max-width: 760px) {
  .story-editorial-manifesto__copy {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    padding: 44px 20px 48px;
  }

  .story-editorial-manifesto__eyebrow,
  .story-editorial-manifesto__title,
  .story-editorial-manifesto__body,
  .story-editorial-manifesto__link {
    grid-column: 1;
    grid-row: auto;
  }

  .story-editorial-manifesto__eyebrow {
    margin: 0 0 20px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .story-editorial-manifesto__title {
    font-size: clamp(38px, 10.8vw, 48px);
    line-height: 1.08;
  }

  .story-editorial-manifesto__title span + span {
    margin-top: 0.14em;
    margin-left: clamp(28px, 11vw, 46px);
  }

  .story-editorial-manifesto__body {
    margin-top: 30px;
  }

  .story-editorial-manifesto .story-editorial-manifesto__lead {
    font-size: 18px;
  }

  .story-editorial-manifesto__lead span + span {
    margin-left: 24px;
  }

  .story-editorial-manifesto .story-editorial-manifesto__principle {
    max-width: 21rem;
    margin-top: 20px;
    margin-left: clamp(32px, 10vw, 44px);
    font-size: 16px;
  }

  .story-editorial-manifesto__link {
    justify-self: end;
    margin-top: 30px;
  }
}

/* 2026-08-08 suite267: compact values chapter without a duplicate closing divider. */
.story-values {
  padding: clamp(52px, 4.8vw, 72px) 0 clamp(72px, 6vw, 92px);
  border-bottom: 0;
  background: var(--paper);
}

.story-values-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
  align-items: start;
  margin: 0;
  padding: 0 var(--section-x) clamp(44px, 4vw, 62px);
}

.story-values-head .eyebrow {
  grid-column: 1 / 3;
  grid-row: 1;
  margin: 0;
}

.story-values-head .story-values-title {
  grid-column: 1 / 7;
  grid-row: 2;
  display: flex;
  gap: clamp(26px, 3vw, 46px);
  align-items: baseline;
  max-width: none;
  margin: clamp(18px, 2vw, 30px) 0 0;
  font-size: clamp(58px, 5.7vw, 86px);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.story-values-title span {
  display: block;
}

.story-values-title span:nth-child(2),
.story-values-title span:nth-child(4) {
  transform: none;
}

.story-values-head > p:not(.eyebrow) {
  grid-column: 9 / 13;
  grid-row: 2;
  max-width: 21rem;
  margin: clamp(24px, 2.8vw, 42px) 0 0;
  font-size: 14px;
  line-height: 1.82;
}

.story-values-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.story-values .story-value-card {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  width: 100%;
  min-height: 0;
  min-width: 0;
  border-bottom: 1px solid var(--line);
  overflow: clip;
}

.story-values .story-value-card figure,
.story-values .story-value-card--reverse figure {
  grid-row: 1;
  order: initial;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 9;
  max-height: none;
  background: var(--stone);
}

.story-values .story-value-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-values .story-value-card:nth-child(odd) figure {
  grid-column: 1 / 9;
}

.story-values .story-value-card:nth-child(odd) .story-value-card__copy {
  grid-column: 9 / 13;
  grid-row: 1;
}

.story-values .story-value-card:nth-child(even) figure {
  grid-column: 5 / 13;
}

.story-values .story-value-card:nth-child(even) .story-value-card__copy {
  grid-column: 1 / 5;
  grid-row: 1;
}

.story-values .story-value-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: clamp(38px, 4.6vw, 70px);
  background: var(--paper);
}

.story-values .story-value-card span {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.2em;
}

.story-values .story-value-card h3 {
  margin: clamp(22px, 2.6vw, 38px) 0 clamp(20px, 2.2vw, 34px);
  font-size: clamp(88px, 9vw, 136px);
  letter-spacing: -0.085em;
  line-height: 0.82;
}

.story-values .story-value-card h4 {
  max-width: 11em;
  margin-bottom: clamp(16px, 1.6vw, 24px);
  font-size: clamp(24px, 2.15vw, 33px);
  line-height: 1.28;
}

.story-values .story-value-card p {
  max-width: 28rem;
  font-size: 13px;
  line-height: 1.82;
}

.story-values .story-value-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.story-values .story-value-pair .story-value-card {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
}

.story-values .story-value-pair .story-value-card + .story-value-card {
  border-left: 1px solid var(--line);
}

.story-values .story-value-pair .story-value-card figure,
.story-values .story-value-pair .story-value-card:nth-child(n) figure {
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

.story-values .story-value-pair .story-value-card__copy,
.story-values .story-value-pair .story-value-card:nth-child(n) .story-value-card__copy {
  order: 2;
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  padding: clamp(34px, 4vw, 62px);
}

.story-values .story-value-pair .story-value-card h3 {
  font-size: clamp(76px, 7vw, 112px);
}

@media (max-width: 980px) {
  .story-values {
    padding: 58px 0 84px;
  }

  .story-values-head {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 20px;
    padding: 0 28px 48px;
  }

  .story-values-head .eyebrow {
    grid-column: 1 / 3;
  }

  .story-values-head .story-values-title {
    grid-column: 1 / 6;
    gap: clamp(24px, 4vw, 38px);
    font-size: clamp(54px, 8vw, 72px);
  }

  .story-values-head > p:not(.eyebrow) {
    grid-column: 6 / 9;
    max-width: 26rem;
    margin-top: 28px;
  }

  .story-values .story-value-card {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .story-values .story-value-card figure,
  .story-values .story-value-card:nth-child(odd) figure {
    grid-column: 1 / 6;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .story-values .story-value-card:nth-child(even) figure {
    grid-column: 4 / 9;
  }

  .story-values .story-value-card__copy,
  .story-values .story-value-card:nth-child(odd) .story-value-card__copy {
    grid-column: 6 / 9;
    grid-row: 1;
  }

  .story-values .story-value-card:nth-child(even) .story-value-card__copy {
    grid-column: 1 / 4;
  }

  .story-values .story-value-card h3 {
    font-size: clamp(74px, 11vw, 108px);
  }
}

@media (max-width: 760px) {
  .story-values {
    padding: 48px 0 72px;
  }

  .story-values-head {
    display: block;
    padding: 0 20px 40px;
  }

  .story-values-head .eyebrow {
    margin: 0 0 28px;
  }

  .story-values-head .story-values-title {
    display: flex;
    justify-content: flex-start;
    gap: clamp(24px, 7vw, 38px);
    font-size: clamp(50px, 14vw, 68px);
    letter-spacing: -0.035em;
    line-height: 1;
  }

  .story-values-title span:nth-child(2),
  .story-values-title span:nth-child(4) {
    transform: none;
  }

  .story-values-head > p:not(.eyebrow) {
    max-width: 23rem;
    margin: 24px 0 0;
    font-size: 15px;
    line-height: 1.78;
  }

  .story-values-list {
    gap: 0;
  }

  .story-values .story-value-card {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .story-values .story-value-card figure,
  .story-values .story-value-card:nth-child(n) figure {
    order: 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }

  .story-values .story-value-card__copy,
  .story-values .story-value-card:nth-child(n) .story-value-card__copy {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 34px 20px 46px;
  }

  .story-values .story-value-card h3 {
    margin-top: 22px;
    margin-bottom: 24px;
    font-size: clamp(76px, 24vw, 100px);
  }

  .story-values .story-value-card h4 {
    margin-bottom: 20px;
    font-size: clamp(27px, 8vw, 34px);
  }

  .story-values .story-value-card p {
    font-size: 15px;
    line-height: 1.82;
  }

  .story-values .story-value-pair {
    grid-template-columns: 1fr;
  }

  .story-values .story-value-pair .story-value-card + .story-value-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 460px) {
  .story-values {
    scroll-margin-top: var(--header-h);
  }
}

/* 2026-08-05 suite220: compact story-page continuation links to the homepage rhythm. */
.story-related-links .service-item {
  min-height: 82px;
  padding: 18px clamp(24px, 3vw, 44px);
}

@media (max-width: 760px) {
  .story-related-links .service-item {
    min-height: 64px;
    padding: 14px 20px;
  }
}

/* 2026-08-05 suite221: editorial material-traceability composition without step numbers. */
.strength-traceability {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 38px);
  padding-top: clamp(96px, 9vw, 140px);
  padding-bottom: clamp(96px, 9vw, 140px);
}

.strength-traceability-media {
  grid-column: 1 / 8;
  aspect-ratio: 5 / 4;
}

.strength-traceability-copy {
  grid-column: 8 / 13;
  padding-left: clamp(12px, 2vw, 32px);
}

.strength-traceability-copy h2 {
  max-width: 8.5em;
  margin: 18px 0 28px;
  font-size: clamp(44px, 4.2vw, 64px);
  line-height: 1.06;
}

.strength-traceability-copy > p:not(.eyebrow) {
  max-width: 40rem;
  font-size: 14px;
  line-height: 1.9;
}

.strength-traceability-copy ol {
  margin-top: clamp(42px, 4.4vw, 64px);
}

.strength-traceability-copy li {
  display: block;
  padding: clamp(22px, 2vw, 30px) 0;
}

.strength-traceability-copy li > div {
  display: grid;
  grid-template-columns: minmax(116px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: start;
}

.strength-traceability-copy h3 {
  margin: 0;
  font-size: clamp(23px, 1.75vw, 28px);
  line-height: 1.25;
}

.strength-traceability-copy li p {
  font-size: 13px;
  line-height: 1.82;
}

@media (max-width: 980px) {
  .strength-traceability {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .strength-traceability-media {
    grid-column: 1;
    width: min(84%, 760px);
  }

  .strength-traceability-copy {
    grid-column: 1;
    width: min(84%, 680px);
    margin-left: auto;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .strength-traceability {
    gap: 44px;
    padding: 72px 20px;
  }

  .strength-traceability-media,
  .strength-traceability-copy {
    width: 100%;
  }

  .strength-traceability-media {
    aspect-ratio: 4 / 3;
  }

  .strength-traceability-copy h2 {
    margin: 16px 0 24px;
    font-size: clamp(36px, 10.8vw, 44px);
  }

  .strength-traceability-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.8;
  }

  .strength-traceability-copy ol {
    margin-top: 40px;
  }

  .strength-traceability-copy li {
    padding: 24px 0 26px;
  }

  .strength-traceability-copy li > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .strength-traceability-copy h3 {
    font-size: 28px;
  }

  .strength-traceability-copy li p {
    font-size: 16px;
  }
}

/* 2026-08-05 suite222: generated production visual and asymmetric factory copy. */
.strength-factory {
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  min-height: clamp(700px, 80svh, 900px);
}

.strength-factory-media img {
  object-position: 48% center;
}

.strength-factory-copy {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: clamp(12px, 1.4vw, 22px);
  align-content: center;
  padding: clamp(78px, 8vw, 128px) clamp(36px, 5.4vw, 86px);
}

.strength-factory-copy .eyebrow {
  grid-column: 1 / 4;
  margin: 0;
}

.strength-factory-copy h2 {
  grid-column: 1 / 7;
  max-width: 7.5em;
  margin-top: 20px;
  font-size: clamp(46px, 4.3vw, 68px);
  line-height: 1.04;
}

.strength-factory-copy p:not(.eyebrow) {
  margin-top: 0;
}

.strength-factory-copy p:nth-of-type(2) {
  grid-column: 1 / 6;
  margin-top: clamp(44px, 5vw, 72px);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.9;
}

.strength-factory-copy p:nth-of-type(3) {
  grid-column: 2 / 7;
  margin-top: clamp(28px, 3vw, 44px);
  font-size: 14px;
  line-height: 1.95;
}

@media (max-width: 980px) {
  .strength-factory {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .strength-factory-media {
    order: initial;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .strength-factory-copy {
    min-height: 620px;
    padding: 88px clamp(28px, 8vw, 72px) 104px;
  }
}

@media (max-width: 760px) {
  .strength-factory-media {
    aspect-ratio: 4 / 3;
  }

  .strength-factory-copy {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 72px 20px 82px;
  }

  .strength-factory-copy .eyebrow,
  .strength-factory-copy h2,
  .strength-factory-copy p:nth-of-type(2),
  .strength-factory-copy p:nth-of-type(3) {
    grid-column: 1;
  }

  .strength-factory-copy h2 {
    margin-top: 16px;
    font-size: clamp(38px, 11.5vw, 48px);
  }

  .strength-factory-copy p:nth-of-type(2) {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.85;
  }

  .strength-factory-copy p:nth-of-type(3) {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.85;
  }
}

/* 2026-08-05 suite223: borderless editorial work-method composition. */
.strength-method {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(16px, 2vw, 32px);
  min-height: clamp(680px, 76svh, 840px);
  padding: clamp(96px, 9vw, 144px) var(--section-x);
  background: var(--paper-warm);
}

.strength-method-head {
  grid-column: 1 / 6;
  display: block;
  align-self: start;
}

.strength-method-head .eyebrow {
  margin: 0 0 clamp(26px, 3vw, 44px);
}

.strength-method-head h2 {
  max-width: 7.8em;
  font-size: clamp(48px, 4.8vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.strength-method-head > p:not(.eyebrow) {
  max-width: 20em;
  margin: clamp(48px, 5vw, 76px) 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.9;
}

.strength-method-grid {
  grid-column: 7 / 13;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  gap: clamp(52px, 6vw, 88px);
  margin: 0;
  padding: clamp(44px, 4.8vw, 72px) 0 0;
  border: 0;
}

.strength-method-grid::before,
.strength-method-grid li::before {
  content: none;
}

.strength-method-grid li,
.strength-method-grid li + li {
  display: grid;
  grid-template-columns: minmax(170px, 0.78fr) minmax(220px, 1fr);
  column-gap: clamp(26px, 3vw, 52px);
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.strength-method-grid li:nth-child(2) {
  margin-left: clamp(34px, 4vw, 72px);
}

.strength-method-grid li:nth-child(3) {
  margin-left: clamp(10px, 1.4vw, 24px);
}

.strength-method-grid h3 {
  margin: 0;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.strength-method-grid p {
  max-width: 25em;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.9;
}

.strength-method.is-method-ready .strength-method-grid::before,
.strength-method.is-method-ready.is-method-visible .strength-method-grid::before {
  animation: none;
  transform: none;
}

.strength-method.is-method-ready.is-method-visible .strength-method-head {
  animation-duration: 560ms;
}

.strength-method.is-method-ready.is-method-visible .strength-method-grid li {
  animation-duration: 620ms;
  animation-delay: calc(120ms + var(--method-step-index, 0) * 110ms);
}

@media (max-width: 1080px) {
  .strength-method {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    min-height: 0;
  }

  .strength-method-head {
    grid-column: 1 / 5;
  }

  .strength-method-grid {
    grid-column: 5 / 11;
  }

  .strength-method-grid li,
  .strength-method-grid li + li {
    grid-template-columns: minmax(150px, 0.8fr) minmax(190px, 1fr);
  }
}

@media (max-width: 760px) {
  .strength-method {
    display: block;
    min-height: 0;
    padding: 76px 20px 88px;
  }

  .strength-method-head h2 {
    max-width: 8.5em;
    font-size: clamp(38px, 11.6vw, 48px);
    line-height: 1.1;
  }

  .strength-method-head > p:not(.eyebrow) {
    max-width: 18em;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.8;
  }

  .strength-method-grid {
    gap: 0;
    margin-top: 72px;
    padding: 0;
  }

  .strength-method-grid li,
  .strength-method-grid li + li,
  .strength-method-grid li:nth-child(2),
  .strength-method-grid li:nth-child(3) {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .strength-method-grid li:nth-child(n + 2) {
    margin-top: 56px;
  }

  .strength-method-grid h3 {
    font-size: 31px;
    line-height: 1.2;
  }

  .strength-method-grid p {
    max-width: 21em;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 2026-08-05 suite225: borderless editorial eight-free promise. */
.strength-promise {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(16px, 2vw, 32px);
  align-items: start;
  min-height: clamp(740px, 82svh, 900px);
  padding: clamp(100px, 9vw, 144px) var(--section-x);
  background: var(--paper-warm);
}

.strength-promise-head {
  grid-column: 1 / 6;
  max-width: none;
}

.strength-promise-head h2 {
  max-width: 7.6em;
  margin: clamp(24px, 2.6vw, 40px) 0 0;
  font-size: clamp(48px, 4.8vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.strength-promise-head > p:not(.eyebrow) {
  max-width: 19em;
  margin: clamp(42px, 4.5vw, 68px) 0 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.9;
}

.strength-promise-grid {
  grid-column: 7 / 13;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(36px, 4vw, 72px);
  row-gap: clamp(34px, 3.5vw, 56px);
  align-self: center;
  margin: 0;
  padding: clamp(16px, 2vw, 32px) 0 0;
  border: 0;
  counter-reset: none;
}

.strength-promise-grid li {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(25px, 2.25vw, 34px);
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.strength-promise-grid li:nth-child(even) {
  margin-top: clamp(34px, 3.5vw, 56px);
}

.strength-promise-grid li::before {
  content: none;
}

.strength-promise-note {
  grid-column: 1 / 6;
  max-width: 24em;
  margin: clamp(72px, 8vw, 120px) 0 0;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 1080px) {
  .strength-promise {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    min-height: 0;
  }

  .strength-promise-head,
  .strength-promise-note {
    grid-column: 1 / 5;
  }

  .strength-promise-grid {
    grid-column: 5 / 11;
  }
}

@media (max-width: 760px) {
  .strength-promise {
    display: block;
    min-height: 0;
    padding: 76px 20px 92px;
  }

  .strength-promise-head h2 {
    max-width: 8em;
    margin-top: 22px;
    font-size: clamp(38px, 11.6vw, 48px);
    line-height: 1.1;
  }

  .strength-promise-head > p:not(.eyebrow) {
    max-width: 18em;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.8;
  }

  .strength-promise-grid {
    display: block;
    margin-top: 76px;
    padding: 0;
  }

  .strength-promise-grid li,
  .strength-promise-grid li:nth-child(even) {
    margin: 0;
    font-size: 29px;
    line-height: 1.3;
  }

  .strength-promise-grid li:nth-child(even) {
    margin-left: 30px;
  }

  .strength-promise-grid li + li {
    margin-top: 38px;
  }

  .strength-promise-note {
    max-width: 22em;
    margin: 74px 0 0;
    font-size: 16px;
    line-height: 1.85;
  }
}

/* 2026-08-05 suite226: compact strength-page continuation links. */
.strength-page > .service-strip .service-item {
  min-height: 82px;
  padding: 18px clamp(24px, 3vw, 44px);
}

@media (max-width: 760px) {
  .strength-page > .service-strip .service-item {
    min-height: 64px;
    padding: 14px 20px;
  }
}

/* 2026-08-05 suite229: consistent chapter pauses and journal tablet containment. */
.journal-directory-page .journal-reading {
  padding-bottom: 40px;
}

.journal-directory-page .journal-reading + .journal-methods {
  margin-top: 0;
  padding-top: 56px;
}

/* Keep the final series image from running directly into the next homepage chapter. */
.home-page .range.home-series-editorial {
  padding-bottom: clamp(88px, 6.7vw, 104px);
}

@media (min-width: 761px) and (max-width: 980px) {
  .journal-directory-page .journal-method-card figure {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 760px) {
  .journal-directory-page .journal-reading {
    padding-bottom: 24px;
  }

  .journal-directory-page .journal-reading + .journal-methods {
    margin-top: 0;
    padding-top: 40px;
  }

  .home-page .range.home-series-editorial {
    padding-bottom: 48px;
  }
}

/* 2026-08-09 suite283: clean silver-paper base with graphite darkroom chapters. */
.image-load-frame {
  background-color: var(--paper-cool);
}

.product-design2-media,
.product-design2-media img.product-design2-scene:not(.product-design2-scene--right),
.journal-card--product-preserved figure,
.range--care-body-products .care-product-card--whitebg .product-image {
  background: var(--paper-cool);
}

.hero-product-still,
.product-still-card,
.product-still-panel {
  background:
    radial-gradient(circle at 50% 27%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(145deg, #eeeeea 0%, #dfe0dc 56%, #c5c6c2 100%);
}

.mega-panel-group span {
  color: var(--faint);
}

.mega-panel-group a,
.mega-panel-preview-caption {
  color: var(--ink);
}

.site-header,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within,
html.is-home-page.is-nav-panel-open .site-header {
  background: rgba(230, 231, 227, 0.94);
  border-bottom-color: rgba(29, 29, 28, 0.17);
}

.mobile-drawer,
.desktop-category-nav,
.desktop-mega-nav {
  background: rgba(230, 231, 227, 0.98);
}

.drawer-preview,
.mega-link-grid a,
.mega-product-grid a,
.mega-ritual-grid a {
  background-color: rgba(29, 29, 28, 0.065);
}

.journal-manifesto-collage,
.collection-panel {
  background: rgba(223, 224, 220, 0.72);
}

.store-band,
.contact-consultation,
.investment-section {
  background: var(--paper-warm);
}

.channel-platform-mark {
  background: rgba(238, 238, 234, 0.94);
}

.story-map-label {
  background: rgba(238, 238, 234, 0.92);
  border-color: rgba(29, 29, 28, 0.14);
}

.product-series-offering,
.finder-card,
.channel-card,
.category-card,
.strength-hero,
.strength-method,
.home-brand-belief,
.story-name,
.strength-promise {
  background: var(--cream);
}

.home-brand-philosophy,
.story-values,
.strength-traceability,
.strength-factory,
.strength-method,
.strength-promise {
  border-color: var(--line);
}

.strength-proof,
.contact-entry-card--primary {
  background: var(--night);
  color: rgba(239, 239, 235, 0.95);
}

.strength-proof-item + .strength-proof-item,
.contact-entry-card--primary {
  border-color: rgba(239, 239, 235, 0.2);
}

.strength-proof-item span,
.contact-entry-card--primary span,
.contact-entry-card--primary p,
.contact-entry-card--primary .contact-entry-card-head b {
  color: rgba(239, 239, 235, 0.66);
}

.site-footer {
  background: var(--paper);
  border-color: var(--line);
  color: var(--muted);
}

.site-footer .footer-brand {
  filter: grayscale(1);
  opacity: 0.82;
}

.site-footer .footer-column strong,
.site-footer .footer-column-summary {
  color: var(--ink);
}

.site-footer .footer-column a,
.site-footer .footer-grid p {
  color: var(--muted);
}

.site-footer .legal,
.site-footer .legal-links a {
  border-color: var(--line);
  color: var(--faint);
}

/* Client structure pass: the footer is a compact closing index rather than a
   second copy of the full mega navigation. */
.site-footer .footer-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(36px, 6vw, 96px);
  padding: clamp(42px, 5vw, 72px) var(--section-x);
}

.site-footer .footer-intro {
  flex: 0 1 320px;
  max-width: 320px;
}

.site-footer .footer-primary-links {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px clamp(20px, 2.4vw, 38px);
}

.site-footer .footer-primary-links a {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  white-space: nowrap;
}

.site-footer .footer-primary-links a:hover,
.site-footer .footer-primary-links a:focus-visible,
.site-footer .footer-primary-links a[aria-current="page"] {
  color: var(--ink);
}

@media (min-width: 981px) {
  .home-page .home-series-chapter__copy,
  .product-directory-page .product-series-lead__copy {
    padding-right: clamp(44px, 5.8vw, 92px);
    padding-left: clamp(44px, 5.8vw, 92px);
  }

  .home-page .home-series-chapter__copy > div,
  .product-directory-page .product-series-lead__copy > div {
    max-width: 35rem;
  }
}

@media (max-width: 760px) {
  .site-header,
  .mobile-drawer {
    background: rgba(230, 231, 227, 0.98);
  }

  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header {
    background: transparent;
    border-bottom-color: transparent;
  }

  .product-design2-media,
  .product-design2-media img.product-design2-scene:not(.product-design2-scene--right) {
    background: var(--paper-cool);
  }

  .site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 20px 28px;
  }

  .site-footer .footer-intro {
    max-width: 100%;
    padding: 0;
  }

  .site-footer .footer-primary-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--line);
  }

  .site-footer .footer-primary-links a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }

  .site-footer .footer-primary-links a:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid var(--line);
  }
}

/* 2026-08-09 suite287: homepage-only unified fashion paper white palette. */
html.is-home-page,
.home-page {
  --paper: #fafaf8;
  --paper-warm: #f5f4f1;
  --paper-cool: #f5f4f1;
  --cream: #fafaf8;
  --stone: #dededb;
  --ink: #1a1a1a;
  --muted: rgba(26, 26, 26, 0.68);
  --faint: rgba(26, 26, 26, 0.46);
  --line: rgba(26, 26, 26, 0.15);
  --line-strong: rgba(26, 26, 26, 0.27);
  background: #fafaf8;
}

.home-page main,
.home-page .home-series-editorial,
.home-page .home-series-chapters.collection-grid,
.home-page .home-series-chapter,
.home-page .home-brand-philosophy,
.home-page .journal-list--editorial {
  background: #fafaf8;
}

.home-page .home-series-editorial > .section-head,
.home-page .journal-list--editorial > .section-head {
  background: #fafaf8;
}

.home-page .home-series-chapter__copy,
.home-page .home-brand-philosophy-copy,
.home-page .journal-index,
.home-page .store-band {
  background: #f5f4f1;
}

html.is-home-page.is-home-scrolled .site-header,
html.is-home-page.is-menu-open .site-header,
html.is-home-page.is-nav-panel-open .site-header,
html.is-home-page .mobile-drawer,
html.is-home-page .desktop-category-nav,
html.is-home-page .desktop-mega-nav {
  background: rgba(250, 250, 248, 0.98);
  border-bottom-color: rgba(26, 26, 26, 0.15);
}

@media (max-width: 760px) {
  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header {
    background: transparent;
    border-bottom-color: transparent;
  }
}

/* 2026-08-09 suite288: restrained editorial gaps between full-width chapters. */
.home-page .home-series-chapters.collection-grid {
  row-gap: 32px;
}

.product-directory-page .product-series-chapter,
.journal-directory-page .page > section + section {
  margin-top: 32px;
}

@media (max-width: 980px) {
  .home-page .home-series-chapters.collection-grid {
    row-gap: 28px;
  }

  .product-directory-page .product-series-chapter,
  .journal-directory-page .page > section + section {
    margin-top: 28px;
  }
}

@media (max-width: 760px) {
  .home-page .home-series-chapters.collection-grid {
    row-gap: 24px;
  }

  .product-directory-page .product-series-chapter,
  .journal-directory-page .page > section + section {
    margin-top: 24px;
  }
}

/* 2026-08-10 suite289: selected Hero follow-through, compact research chapters, and responsive polish. */
@media (min-width: 981px) {
  .strength-hero-copy {
    transform: translateY(clamp(-72px, -5vw, -46px));
  }
}

.strength-traceability {
  padding-top: clamp(64px, 6.8vw, 98px);
  padding-bottom: clamp(64px, 6.8vw, 98px);
}

.strength-traceability-media {
  aspect-ratio: 16 / 10;
}

.strength-factory-copy .strength-factory-lead {
  grid-column: 1 / 7;
  max-width: 30em;
  margin: clamp(36px, 4vw, 58px) 0 0;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.82;
}

.strength-factory-flow {
  grid-column: 1 / 7;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(44px, 4.8vw, 70px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.strength-factory-flow li {
  min-width: 0;
  padding: 18px clamp(14px, 1.8vw, 28px) 0 0;
}

.strength-factory-flow li + li {
  padding-left: clamp(14px, 1.8vw, 28px);
  border-left: 1px solid var(--line);
}

.strength-factory-flow span,
.strength-factory-flow strong {
  display: block;
}

.strength-factory-flow span {
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.strength-factory-flow strong {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.28;
}

.strength-promise {
  min-height: 0;
  padding-top: clamp(70px, 7vw, 104px);
  padding-bottom: clamp(70px, 7vw, 104px);
}

.strength-promise-stage {
  grid-column: 7 / 13;
  position: relative;
  align-self: start;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--night);
}

.strength-promise-visual {
  position: absolute;
  inset: 0;
  margin: 0;
}

.strength-promise-visual picture,
.strength-promise-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.strength-promise-visual img {
  object-fit: cover;
}

.strength-promise-stage .strength-promise-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.strength-promise-stage .strength-promise-grid li,
.strength-promise-stage .strength-promise-grid li:nth-child(even) {
  display: flex;
  min-height: 0;
  align-items: flex-end;
  margin: 0;
  padding: clamp(12px, 1.4vw, 20px);
  border-right: 1px solid rgba(246, 246, 243, 0.2);
  border-bottom: 1px solid rgba(246, 246, 243, 0.2);
  background: linear-gradient(to top, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0) 58%);
  color: rgba(250, 250, 248, 0.96);
  font-family: var(--sans);
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.strength-promise-note {
  margin-top: clamp(42px, 4.8vw, 66px);
}

.story-history {
  gap: clamp(44px, 6vw, 92px);
  padding-top: clamp(62px, 6.5vw, 96px);
  padding-bottom: clamp(62px, 6.5vw, 96px);
}

.story-timeline li {
  min-height: 92px;
  padding-bottom: clamp(22px, 2.4vw, 34px);
  transition: opacity 420ms cubic-bezier(0.32, 0, 0.18, 1), transform 480ms cubic-bezier(0.32, 0, 0.18, 1);
}

.story-timeline time,
.story-timeline li > div {
  padding-top: 18px;
}

.story-timeline time {
  font-size: clamp(18px, 1.7vw, 26px);
}

.story-timeline h3 {
  font-size: clamp(21px, 1.9vw, 30px);
}

.story-timeline p {
  font-size: 14px;
  line-height: 1.65;
}

.story-timeline.is-timeline-enhanced li {
  opacity: 0.14;
  transform: translateY(10px);
}

.story-timeline.is-timeline-enhanced li.is-past {
  opacity: 0.68;
  transform: translateY(0);
}

.story-timeline.is-timeline-enhanced li.is-active {
  opacity: 1;
  transform: translateY(0);
}

html[lang="en"] .story-values-head .story-values-title {
  flex-wrap: wrap;
  gap: 0.18em 0.48em;
  max-width: 100%;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .contact-entry-card:not(.contact-entry-card--primary):hover {
    border-color: rgba(246, 246, 243, 0.22);
    background: var(--night);
    color: var(--paper);
  }

  .contact-entry-card:not(.contact-entry-card--primary):hover span,
  .contact-entry-card:not(.contact-entry-card--primary):hover p,
  .contact-entry-card:not(.contact-entry-card--primary):hover .contact-entry-card-head b {
    color: rgba(246, 246, 243, 0.66);
  }

  .contact-entry-card:not(.contact-entry-card--primary):hover em {
    color: var(--paper);
  }
}

@media (max-width: 1080px) and (min-width: 761px) {
  .strength-promise-stage {
    grid-column: 5 / 11;
  }
}

@media (max-width: 980px) {
  html.is-home-page .site-header .header-utility {
    gap: 2px;
  }

  html.is-home-page .site-header .header-utility > .header-brand-mark {
    display: inline-grid;
    width: 34px;
    height: var(--header-h);
    flex: 0 0 34px;
    place-items: center;
    overflow: visible;
    opacity: 1;
  }

  html.is-home-page .site-header .header-brand-mark::after {
    content: none;
  }

  html.is-home-page .site-header .header-brand-mark img {
    display: block;
    width: 25px;
    height: 23px;
    max-height: none;
    object-fit: contain;
  }

  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-brand-mark img {
    filter: brightness(0) invert(1) drop-shadow(0 6px 14px rgba(0, 0, 0, 0.22));
  }

  html.is-home-page.is-home-scrolled .site-header .header-brand-mark img,
  html.is-home-page.is-menu-open .site-header .header-brand-mark img,
  html.is-home-page.is-nav-panel-open .site-header .header-brand-mark img {
    filter: none;
  }
}

@media (max-width: 760px) {
  .strength-hero-copy {
    min-height: 0;
    padding: 40px 20px 50px;
    transform: none;
  }

  .strength-hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
  }

  .strength-traceability {
    gap: 32px;
    padding: 52px 20px 58px;
  }

  .strength-traceability-media {
    aspect-ratio: 4 / 3;
  }

  .strength-factory-copy {
    display: block;
    padding: 58px 20px 64px;
  }

  .strength-factory-copy .strength-factory-lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.78;
  }

  .strength-factory-flow {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .strength-factory-flow li,
  .strength-factory-flow li + li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: baseline;
    gap: 12px;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .strength-factory-flow strong {
    margin-top: 0;
    font-size: 24px;
  }

  .strength-promise {
    padding: 56px 20px 64px;
  }

  .strength-promise-head > p:not(.eyebrow) {
    margin-top: 24px;
  }

  .strength-promise-stage {
    width: 100%;
    aspect-ratio: 2 / 3;
    margin-top: 38px;
  }

  .strength-promise-stage .strength-promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .strength-promise-stage .strength-promise-grid li,
  .strength-promise-stage .strength-promise-grid li:nth-child(even) {
    padding: 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .strength-promise-note {
    margin-top: 34px;
    font-size: 14px;
    line-height: 1.75;
  }

  .story-history {
    gap: 34px;
    padding: 54px 20px 60px;
  }

  .story-timeline {
    padding-left: 34px;
  }

  .story-timeline li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding-bottom: 24px;
  }

  .story-timeline li::before {
    left: -32px;
  }

  .story-timeline li::after {
    left: -21px;
    width: 14px;
  }

  .story-timeline time,
  .story-timeline li > div {
    padding-top: 16px;
  }

  .story-timeline time {
    font-size: 18px;
  }

  .story-timeline h3 {
    font-size: 22px;
    line-height: 1.24;
  }

  .story-timeline p {
    font-size: 13px;
    line-height: 1.6;
  }

  html[lang="en"] .story-values-head .story-values-title {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    width: 100%;
    font-size: clamp(38px, 11.5vw, 48px);
  }

  .home-page .home-series-chapters.collection-grid {
    row-gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-timeline.is-timeline-enhanced li,
  .story-timeline.is-timeline-enhanced li.is-past,
  .story-timeline.is-timeline-enhanced li.is-active {
    opacity: 1;
    transform: none;
  }
}

/* 2026-08-10 suite290: source-preserved products over cold silver darkroom ImageGen scenes. */
.hero-product-anchor {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  height: 56svh;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.34));
}

.hero-product-anchor--blue-oil {
  left: 34%;
  bottom: 5.5%;
  transform: translateX(-50%);
}

.hero-home-cover .hero-cover-copy {
  z-index: 3;
}

.product-scene-layered-page .product-design2-media {
  position: relative;
  isolation: isolate;
}

.product-scene-layered-page .product-design2-media img.product-design2-scene {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: none;
}

.product-scene-layered-page .product-design2-media img.product-design2-product-anchor {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.28));
  transform: translateX(-50%);
}

.product-scene-layered-page--body-wash .product-design2-product-anchor--body-wash {
  left: 68%;
  bottom: 3%;
  height: 72%;
}

.product-scene-layered-page--body-butter .product-design2-product-anchor--body-butter {
  left: 52%;
  bottom: 4%;
  height: 59%;
}

.journal-article-page .editorial-article-visual {
  position: relative;
  isolation: isolate;
}

.journal-article-page .editorial-article-visual > picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.journal-article-page .editorial-article-visual img.editorial-article-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-article-page .editorial-article-visual img.editorial-article-product {
  position: absolute;
  z-index: 1;
  display: block;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.3));
}

.journal-less-steps-page .editorial-article-product--serum {
  left: 33%;
  bottom: 31%;
  height: 31%;
}

.journal-evening-page .editorial-article-product--white-oil {
  right: auto;
  left: 8%;
  bottom: 16%;
  height: 43%;
}

.journal-evening-page .editorial-article-type {
  right: clamp(24px, 4vw, 62px);
  left: auto;
}

.journal-less-steps-page .editorial-article-type {
  left: clamp(20px, 3.2vw, 48px);
  bottom: clamp(20px, 2.8vw, 42px);
  gap: 12px;
}

.journal-less-steps-page .editorial-article-type strong {
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 0.96;
}

.journal-card--layered figure {
  position: relative;
  isolation: isolate;
}

.journal-card--layered figure img.journal-card-background,
.journal-card--layered:hover figure img.journal-card-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.journal-card--layered figure img.journal-card-product,
.journal-card--layered:hover figure img.journal-card-product {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 1%;
  display: block;
  width: auto;
  height: 92%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.28));
  transform: translateX(-50%);
}

.journal-card--buy-layered figure img.journal-card-product {
  left: 70%;
  bottom: -2%;
  height: 78%;
}

.buy-hero-products {
  position: absolute;
  z-index: 2;
  right: 7%;
  bottom: 5%;
  display: flex;
  width: min(38vw, 560px);
  height: 58%;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(2px, 0.8vw, 14px);
  pointer-events: none;
  background: transparent !important;
}

.buy-hero-product {
  display: block;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.26));
}

.buy-hero-product--white-oil {
  height: 88%;
}

.buy-hero-product--serum {
  height: 62%;
}

.buy-channel-cover .hero-cover-copy {
  z-index: 3;
}

@media (max-width: 980px) {
  .product-scene-layered-page .product-design2-media img.product-design2-scene {
    height: 100%;
  }

  .product-scene-layered-page--body-wash .product-design2-product-anchor--body-wash {
    left: 67%;
    bottom: 3%;
    height: 70%;
  }

  .product-scene-layered-page--body-butter .product-design2-product-anchor--body-butter {
    left: 52%;
    bottom: 2%;
    height: 58%;
  }
}

@media (max-width: 760px) {
  .hero-product-anchor--blue-oil {
    left: 29%;
    bottom: 19%;
    height: 34svh;
  }

  .product-scene-layered-page--body-wash .product-design2-product-anchor--body-wash {
    left: 65%;
    bottom: 2%;
    height: 74%;
  }

  .product-scene-layered-page--body-butter .product-design2-product-anchor--body-butter {
    left: 51%;
    bottom: 2%;
    height: 61%;
  }

  .journal-article-page .editorial-article-visual img.editorial-article-background {
    object-position: center;
  }

  .journal-less-steps-page .editorial-article-product--serum {
    left: 39%;
    bottom: 25%;
    height: 30%;
  }

  .journal-evening-page .editorial-article-product--white-oil {
    right: auto;
    left: 0;
    bottom: 15%;
    height: 39%;
  }

  .journal-evening-page .editorial-article-type {
    right: 18px;
    left: auto;
    bottom: 18px;
  }

  .journal-less-steps-page .editorial-article-type {
    left: 18px;
    bottom: 18px;
    gap: 8px;
  }

  .journal-less-steps-page .editorial-article-type strong {
    font-size: clamp(21px, 6.8vw, 28px);
    line-height: 0.96;
  }

  .journal-card--layered figure img.journal-card-product,
  .journal-card--layered:hover figure img.journal-card-product {
    height: 96%;
  }

  .journal-card--buy-layered figure img.journal-card-product,
  .journal-card--buy-layered:hover figure img.journal-card-product {
    left: 70%;
    height: 84%;
  }

  .buy-hero-products {
    right: 2%;
    bottom: 4%;
    width: 88%;
    height: 62%;
    justify-content: flex-end;
  }

  .buy-hero-product--white-oil {
    height: 82%;
  }

  .buy-hero-product--serum {
    height: 56%;
  }

  .journal-cover .hero-cover-media {
    background-image: url("../images/generated/journal-darkroom-v20260810/journal-evening-reading-room-v20260810-01.png");
    background-position: 18% center;
  }
}

/* 2026-08-24 suite300: new information architecture, single-image Hero motion and CMS-ready editorial pages. */
@media (min-width: 981px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .site-header .header-nav {
    grid-column: 1;
  }

  .site-header .brand-logo {
    grid-column: 2;
    justify-self: center;
  }

  .site-header .header-utility {
    grid-column: 3;
    justify-self: end;
  }

  .header-nav > a {
    display: inline-flex;
  }
}

.site-search-open {
  display: inline-flex;
  min-width: 72px;
  min-height: 30px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0.74;
  transition:
    background-color 220ms ease,
    opacity 220ms ease;
}

.site-search-open::before {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='6.7' cy='6.7' r='4.7' fill='none' stroke='black' stroke-width='1.35'/%3E%3Cpath d='m10.3 10.3 3.5 3.5' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.35'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='6.7' cy='6.7' r='4.7' fill='none' stroke='black' stroke-width='1.35'/%3E%3Cpath d='m10.3 10.3 3.5 3.5' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.35'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-search-open:hover,
.site-search-open:focus-visible {
  background: rgba(228, 229, 225, 0.16);
  opacity: 1;
}

.site-search-open:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-search-open {
  color: rgba(251, 248, 241, 0.92);
}

.hero-home-cover .hero-title-stack {
  width: min(88vw, 980px);
}

.hero-rotating-title {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 1.08em;
  place-items: center;
  overflow: visible;
}

.hero-rotating-title__line {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(0.18em);
  letter-spacing: 0.22em;
  text-align: center;
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 1300ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.hero-rotating-title__line.is-active {
  opacity: 1;
  transform: translateY(0);
  letter-spacing: 0.08em;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  padding: clamp(18px, 5vw, 72px);
  background: rgba(12, 13, 13, 0.72);
  place-items: start center;
  backdrop-filter: blur(12px);
}

.site-search-overlay[hidden] {
  display: none;
}

.site-search-panel {
  position: relative;
  width: min(100%, 980px);
  max-height: calc(100svh - clamp(36px, 10vw, 144px));
  margin-top: clamp(24px, 7vh, 88px);
  padding: clamp(24px, 4vw, 56px);
  overflow: auto;
  background-color: #fafaf8;
  color: var(--ink);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.site-search-panel::before {
  position: absolute;
  inset: 0;
  background: url("../images/brand/enita-paper-grain-origin-panel-v20260831.png") repeat;
  content: "";
  opacity: 0.18;
  pointer-events: none;
}

.site-search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.site-search-head h2 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4.5vw, 58px);
  font-weight: 400;
  line-height: 1.05;
}

.site-search-head button {
  min-height: 44px;
  padding: 0 0 0 24px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.site-search-field {
  display: block;
  margin-top: clamp(28px, 5vw, 52px);
}

.site-search-field input {
  width: 100%;
  padding: 14px 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.32);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: clamp(18px, 2.4vw, 28px);
  outline: 0;
}

.site-search-field input:focus {
  border-bottom-color: #1a1a1a;
}

.site-search-note,
.site-search-empty {
  color: rgba(26, 26, 26, 0.58);
  font-size: 12px;
}

.site-search-note {
  margin: 12px 0 0;
}

.site-search-guide {
  margin-top: clamp(48px, 7vw, 78px);
}

.site-search-guide[hidden],
.site-search-results[hidden] {
  display: none;
}

.site-search-guide h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.18;
}

.site-search-guide-list {
  margin-top: 22px;
}

.site-search-guide-row {
  display: grid;
  grid-template-columns: minmax(84px, 0.36fr) minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid rgba(24, 25, 24, 0.17);
  color: rgba(24, 25, 24, 0.58);
}

.site-search-guide-row > span,
.site-search-guide-terms button,
.site-search-guide-terms i {
  font-family: var(--sans);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.site-search-guide-terms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  min-width: 0;
  white-space: nowrap;
}

.site-search-guide-terms button {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.site-search-guide-terms button:hover,
.site-search-guide-terms button:focus-visible {
  color: var(--ink);
}

.site-search-guide-terms button:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.site-search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
  margin-top: 20px;
  border-top: 1px solid rgba(26, 26, 26, 0.16);
}

.site-search-results > a {
  display: grid;
  gap: 7px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.16);
  color: inherit;
  text-decoration: none;
}

.site-search-results strong {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
}

.site-search-results span {
  color: rgba(26, 26, 26, 0.56);
  font-size: 12px;
}

.emotion-lab-main,
.consultation-main {
  background: #fafaf8;
}

.emotion-lab-cover,
.consultation-cover {
  min-height: min(86svh, 900px);
}

.emotion-lab-cover .hero-cover-media img,
.consultation-cover .hero-cover-media img {
  filter: grayscale(1) contrast(1.05);
  object-position: center center;
}

.emotion-lab-main .emotion-chapter {
  min-height: min(78svh, 820px);
  margin: 32px 0 0;
  background: #f5f4f1;
}

.emotion-lab-main .emotion-chapter .split-media img {
  filter: grayscale(1) contrast(1.04);
}

.emotion-lab-next,
.consultation-content,
.consultation-next {
  padding: clamp(72px, 10vw, 150px) clamp(18px, 5vw, 72px);
}

.consultation-content {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.72), transparent 42%),
    #f1f1ee;
}

.consultation-content > .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.42fr);
  column-gap: clamp(36px, 8vw, 128px);
  align-items: end;
}

.consultation-content > .section-head .eyebrow,
.consultation-content > .section-head h2 {
  grid-column: 1;
}

.consultation-content > .section-head > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 34em;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.consultation-filter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(42px, 6vw, 76px);
  border-top: 1px solid rgba(26, 26, 26, 0.24);
  border-bottom: 1px solid rgba(26, 26, 26, 0.24);
}

.consultation-filter button {
  min-height: 58px;
  padding: 12px 18px;
  border: 0;
  border-right: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: background-color 180ms ease, color 180ms ease;
}

.consultation-filter button:last-child {
  border-right: 0;
}

.consultation-filter button:hover,
.consultation-filter button:focus-visible,
.consultation-filter button[aria-pressed="true"] {
  background: #1c1d1c;
  color: #f5f5f2;
}

.consultation-filter button:focus-visible {
  outline: 1px solid #1c1d1c;
  outline-offset: 3px;
}

.consultation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(26, 26, 26, 0.18);
  background: rgba(26, 26, 26, 0.18);
}

.consultation-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  min-height: 100%;
  padding: clamp(14px, 1.8vw, 26px) clamp(14px, 1.8vw, 26px) clamp(22px, 2.5vw, 36px);
  background: #fafaf8;
}

.consultation-card[hidden] {
  display: none;
}

.consultation-card figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0 0 12px;
  overflow: hidden;
  background: #e5e5e1;
}

.consultation-media-code {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  color: rgba(20, 21, 20, 0.68);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.6;
}

.consultation-media-code b {
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 35px);
  font-weight: 400;
  letter-spacing: 0;
}

.consultation-card figure img {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.04);
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.consultation-card:hover figure img {
  transform: scale(1.018);
}

.consultation-card[data-consultation-kind="product"] figure {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.22), transparent 46%),
    linear-gradient(145deg, #474a49, #202221);
}

.consultation-card[data-consultation-kind="product"] .consultation-media-code {
  color: rgba(247, 247, 243, 0.72);
}

.consultation-card[data-consultation-kind="product"] figure::after {
  position: absolute;
  right: 12%;
  bottom: 7%;
  left: 12%;
  height: 14%;
  border-radius: 50%;
  background: rgba(20, 22, 21, 0.2);
  content: "";
  filter: blur(18px);
}

.consultation-card[data-consultation-kind="product"] figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 67%;
  height: 86%;
  margin: 8% auto 0;
  filter: drop-shadow(0 18px 20px rgba(12, 13, 13, 0.2));
  object-fit: contain;
}

.consultation-card[data-consultation-card="new-03"] figure img {
  width: 76%;
  height: 78%;
  margin-top: 12%;
}

.consultation-card[data-consultation-kind="knowledge"] figure {
  background: #ecece8;
}

.consultation-card[data-consultation-kind="knowledge"] figure::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(244, 244, 240, 0.98) 0 26%, rgba(244, 244, 240, 0.22) 58%, transparent 78%);
  content: "";
  pointer-events: none;
}

.consultation-card[data-consultation-kind="knowledge"] figure img {
  filter: grayscale(1) contrast(1.02);
  object-position: 70% center;
}

.consultation-card > span,
.consultation-card > [data-consultation-card-date] {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.consultation-card h3 {
  margin: 2px 0 0;
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 400;
  line-height: 1.18;
}

.consultation-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.consultation-card > [data-consultation-card-date] {
  align-self: end;
  margin-top: 8px;
}

.consultation-card-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-self: start;
  margin-top: 4px;
}

.consultation-card-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.consultation-card[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.product-commerce-meta {
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.gift-set-section {
  padding: clamp(72px, 10vw, 150px) clamp(18px, 5vw, 72px);
  background: #f5f4f1;
}

.gift-set-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 6vw, 72px);
  background: var(--line);
}

.gift-set-card {
  display: grid;
  gap: 16px;
  padding: clamp(28px, 4vw, 56px);
  background: #fafaf8;
}

.gift-set-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.gift-set-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.official-channel-directory {
  padding-top: clamp(72px, 9vw, 132px);
  padding-bottom: clamp(72px, 9vw, 132px);
  background: #fafaf8;
}

.official-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(32px, 5vw, 64px);
  background: var(--line);
}

.official-channel-card {
  display: grid;
  align-content: start;
  min-height: 290px;
  padding: clamp(24px, 3vw, 42px);
  background: #f5f4f1;
}

.official-channel-card[data-channel-url] {
  cursor: pointer;
}

.official-channel-card[data-channel-url]:hover,
.official-channel-card[data-channel-url]:focus-visible {
  outline: 1px solid rgba(28, 29, 28, 0.56);
  outline-offset: -1px;
}

.official-channel-card > span,
.official-channel-card > b {
  color: var(--faint);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.official-channel-card h3 {
  margin: auto 0 16px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.08;
}

.official-channel-card p {
  min-height: 3.4em;
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .site-header .header-nav > a:nth-of-type(n + 3),
  .site-header .header-utility > a:first-child {
    display: none;
  }

  .consultation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consultation-content > .section-head {
    grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.5fr);
    column-gap: 32px;
  }

  .official-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .site-header .brand-logo {
    grid-column: 2;
    justify-self: center;
  }

  .site-header .header-utility {
    display: flex;
    grid-column: 3;
    justify-self: end;
    gap: 2px;
  }

  .site-header .header-utility > a {
    display: none;
  }

  .site-header .header-utility .site-search-open,
  .site-header .header-utility .language-toggle {
    display: inline-grid;
    min-width: 36px;
    min-height: 40px;
    place-items: center;
    font-size: 11px;
  }

  .site-header .header-utility .site-search-open {
    display: inline-flex;
    min-width: 62px;
    min-height: 30px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 10.5px;
  }

  .hero-home-cover .hero-title-stack {
    width: calc(100vw - 36px);
  }

  .hero-home-cover .hero-cover-copy h1 {
    width: 100%;
    max-width: none;
  }

  .hero-rotating-title {
    min-height: 2.2em;
  }

  .hero-rotating-title__line {
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.02;
    white-space: nowrap;
  }

  .site-search-overlay {
    padding: 0;
    place-items: stretch;
  }

  .site-search-panel {
    width: 100%;
    max-height: 100svh;
    min-height: 100svh;
    margin: 0;
    padding: 42px 28px 40px;
    box-shadow: none;
  }

  .site-search-head .eyebrow {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .site-search-head h2 {
    margin-top: 28px;
    font-size: 26px;
    line-height: 1.08;
  }

  .site-search-head button {
    min-height: 24px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.4;
  }

  .site-search-field {
    margin-top: 57px;
  }

  .site-search-field input {
    padding: 10px 0 13px;
    border-bottom-color: rgba(24, 25, 24, 0.76);
    font-size: 15px;
    line-height: 1.45;
  }

  .site-search-note {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.65;
  }

  .site-search-guide {
    margin-top: 62px;
  }

  .site-search-guide h3 {
    font-size: 20px;
  }

  .site-search-guide-list {
    margin-top: 18px;
  }

  .site-search-guide-row {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 56px;
  }

  .site-search-guide-row > span,
  .site-search-guide-terms button,
  .site-search-guide-terms i {
    font-size: 13px;
  }

  .site-search-guide-terms {
    gap: 14px;
  }

  .site-search-results,
  .consultation-grid,
  .gift-set-grid,
  .official-channel-grid {
    grid-template-columns: 1fr;
  }

  .consultation-content > .section-head {
    display: block;
  }

  .consultation-content > .section-head > p:last-child {
    max-width: 31em;
    margin-top: 20px;
  }

  .consultation-filter {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-right: -18px;
    margin-left: -18px;
    padding: 0;
    border-bottom-color: rgba(26, 26, 26, 0.18);
  }

  .consultation-filter button {
    min-width: 0;
    min-height: 52px;
    padding: 10px 4px;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .consultation-grid {
    margin-top: 24px;
  }

  .consultation-card {
    padding: 14px 14px 28px;
  }

  .consultation-card h3 {
    font-size: clamp(24px, 7.2vw, 31px);
  }

  .emotion-lab-cover,
  .consultation-cover {
    min-height: 78svh;
  }

  .emotion-lab-cover .hero-cover-copy,
  .consultation-cover .hero-cover-copy {
    min-height: 78svh;
  }

  .emotion-lab-cover .hero-cover-media img {
    object-position: 34% center;
  }

  .consultation-cover .hero-cover-media img {
    object-position: 38% center;
  }

  .emotion-lab-main .emotion-chapter {
    min-height: 0;
    margin-top: 24px;
  }

  .emotion-lab-next,
  .consultation-content,
  .consultation-next,
  .gift-set-section {
    padding: 64px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-rotating-title__line {
    transition: none;
  }

  .hero-rotating-title__line:not(.is-active) {
    display: none;
  }

  .consultation-card figure img {
    transition: none;
  }
}

/* 2026-08-24 suite301: framework-first CMS modules and explicit temporary imagery. */
.is-test-placeholder {
  position: relative;
}

.is-test-placeholder::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  content: attr(data-test-placeholder-label);
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 42%);
  color: #fff;
  background: rgb(18 18 18 / 78%);
  font: 500 11px/1 var(--sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
}

.story-identity {
  padding: clamp(88px, 9vw, 150px) clamp(24px, 6vw, 104px);
  background: var(--paper, #f6f6f3);
}

.story-identity__head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 32px clamp(40px, 7vw, 118px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 104px);
}

.story-identity__head .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.story-identity__head h2 {
  max-width: 10em;
  margin: 0;
  font: 400 clamp(42px, 5vw, 82px)/1.08 var(--serif);
  letter-spacing: -0.045em;
}

.story-identity__head > p:last-child {
  max-width: 38em;
  margin: 0;
  color: var(--ink-muted, #666);
  line-height: 1.85;
}

.story-identity__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line, #cacac6);
  border-bottom: 1px solid var(--line, #cacac6);
}

.story-identity__grid li {
  min-height: 260px;
  padding: 30px 22px;
  border-right: 1px solid var(--line, #cacac6);
}

.story-identity__grid li:last-child {
  border-right: 0;
}

.story-identity__grid strong {
  display: block;
  margin-bottom: 56px;
  font: 400 clamp(42px, 4.5vw, 72px)/1 var(--serif);
}

.story-identity__grid h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
}

.story-identity__grid p {
  margin: 0;
  color: var(--ink-muted, #666);
  font-size: 13px;
}

.framework-status {
  margin: 18px 0 0;
  color: var(--ink-muted, #666);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.story-group {
  margin-top: 0;
}

.product-information-notice {
  margin: 0 clamp(18px, 4vw, 72px) clamp(54px, 7vw, 96px);
  padding: 18px 0 0;
  border-top: 1px solid var(--line, #cacac6);
  color: var(--ink-muted, #666);
  font-size: 13px;
  line-height: 1.75;
}

.product-information-notice .product-information-intro {
  max-width: 70ch;
}

/* Product detail pages: visible editorial chapter framework. */
.product-framework-hero .product-design2-media {
  position: relative;
}

.product-framework-hero .product-design2-media::before {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(18, 18, 18, 0.58);
  color: #fff;
  content: attr(data-section-label);
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1;
}

.product-page-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line, #cacac6);
  border-bottom: 1px solid var(--line, #cacac6);
  background: var(--product-page-background, #f2f2ef);
}

.product-page-index a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  min-height: 112px;
  padding: 24px clamp(18px, 3vw, 52px);
  border-right: 1px solid var(--line, #cacac6);
  color: var(--ink, #171717);
  text-decoration: none;
}

.product-page-index a:last-child {
  border-right: 0;
}

.product-page-index span,
.product-chapter-head > span,
.product-chapter-marker span {
  color: var(--ink-muted, #666);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.product-page-index strong {
  font: 400 clamp(20px, 2vw, 30px)/1.25 var(--serif);
}

.product-page-index a:hover,
.product-page-index a:focus-visible {
  background: #171717;
  color: #fff;
}

.product-page-index a:hover span,
.product-page-index a:focus-visible span {
  color: rgba(255, 255, 255, 0.68);
}

.product-chapter-head {
  display: grid;
  grid-template-columns: minmax(52px, 0.18fr) minmax(0, 1fr);
  gap: 26px;
  align-items: end;
  padding: clamp(58px, 7vw, 104px) var(--section-x) clamp(38px, 4vw, 58px);
}

.product-chapter-head p,
.product-chapter-head h2 {
  margin: 0;
}

.product-chapter-head p {
  margin-bottom: 12px;
  color: var(--ink-muted, #666);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-chapter-head h2 {
  font: 400 clamp(38px, 5vw, 74px)/1.05 var(--serif);
  letter-spacing: -0.035em;
}

.product-information-design2 .product-information-tabs {
  border-top: 1px solid var(--line, #cacac6);
}

.product-chapter-marker {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: clamp(42px, 6vw, 72px);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line, #cacac6);
}

.product-chapter-marker strong {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.product-related-design2 > .section-head {
  position: relative;
}

.product-related-design2 > .section-head::before {
  display: block;
  margin-bottom: 18px;
  color: var(--ink-muted, #666);
  content: attr(data-section-number);
  font-size: 11px;
  letter-spacing: 0.14em;
}

@media (max-width: 760px) {
  .product-framework-hero .product-design2-media::before {
    top: 14px;
    left: 14px;
  }

  .product-page-index a {
    display: block;
    min-height: 86px;
    padding: 16px 12px;
  }

  .product-page-index span,
  .product-page-index strong {
    display: block;
  }

  .product-page-index strong {
    margin-top: 12px;
    font-size: clamp(16px, 4.8vw, 21px);
  }

  .product-chapter-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 62px 18px 34px;
  }

  .product-chapter-head h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .product-chapter-marker {
    margin-bottom: 38px;
  }
}

.official-channel-test-placeholder {
  display: grid;
  min-height: 108px;
  margin: 18px 0;
  place-items: center;
  border: 1px dashed var(--line, #cacac6);
  color: var(--ink-muted, #666);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 760px) {
  .story-identity {
    padding: 68px 18px;
  }

  .story-identity__head {
    display: block;
    margin-bottom: 42px;
  }

  .story-identity__head h2 {
    margin: 18px 0 24px;
    font-size: clamp(36px, 11vw, 52px);
  }

  .story-identity__grid {
    grid-template-columns: 1fr;
  }

  .story-identity__grid li {
    display: grid;
    grid-template-columns: 58px 1fr;
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line, #cacac6);
  }

  .story-identity__grid li:last-child {
    border-bottom: 0;
  }

  .story-identity__grid strong {
    grid-row: 1 / 3;
    margin: 0;
    font-size: 34px;
  }

  .story-identity__grid h3,
  .story-identity__grid p {
    grid-column: 2;
  }

  .is-test-placeholder::after {
    right: 10px;
    bottom: 10px;
    font-size: 10px;
  }

  .product-information-notice {
    margin: 0 18px 54px;
  }

  .product-highlight-overview {
    padding: 54px 18px;
  }

  .product-highlight-overview > header {
    display: block;
    margin-bottom: 34px;
  }

  .product-highlight-overview > header .eyebrow {
    margin: 0 0 14px;
  }

  .product-highlight-overview > header h2 {
    margin-bottom: 22px;
    font-size: clamp(36px, 11vw, 50px);
  }

  .product-highlight-grid {
    grid-template-columns: 1fr;
  }

  .product-highlight-grid article {
    min-height: 0;
    padding: 24px;
  }

  .product-highlight-grid span {
    margin-bottom: 36px;
  }

  .product-evidence {
    padding: 58px 18px 68px;
  }

  .product-evidence-head,
  .product-evidence-insight {
    display: block;
  }

  .product-evidence-head {
    margin-bottom: 46px;
  }

  .product-evidence-head h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 11vw, 52px);
  }

  .product-evidence-head .product-evidence-proof {
    margin-top: 18px;
  }

  .product-evidence-insight h3 {
    margin-bottom: 22px;
    font-size: 32px;
  }

  .product-evidence-grid,
  .product-metric-grid {
    grid-template-columns: 1fr;
  }

  .product-evidence-grid article {
    min-height: 0;
    padding: 24px;
  }

  .product-evidence-grid article > span {
    margin-bottom: 36px;
  }

  .product-metric-grid article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .product-metric-grid strong {
    margin-bottom: 62px;
  }
}

/* 2026-08-25 suite309: cold silver-gelatin editorial system and verified packshot layering. */
:root {
  --paper-warm: #f2f2ef;
  --product-page-background: #f4f4f1;
  --stone: #d9dbda;
  --line: rgba(25, 27, 27, 0.17);
  --muted: rgba(24, 26, 26, 0.64);
  --faint: rgba(24, 26, 26, 0.46);
}

.page,
.home-series-editorial,
.product-directory-page,
.series-main,
.story-main,
.strength-main,
.journal-main,
.emotion-lab-main,
.consultation-main {
  background: #f4f4f1;
}

.hero-home-cover .hero-cover-media::after {
  background:
    linear-gradient(90deg, rgba(12, 14, 14, 0.18), transparent 36%),
    linear-gradient(to top, rgba(10, 12, 12, 0.26), transparent 30%);
}

.hero-home-cover .hero-cover-media img {
  object-position: center center;
}

.hero-home-cover .hero-title-stack {
  left: clamp(24px, 5vw, 78px);
  bottom: clamp(28px, 5vw, 72px);
  width: min(42vw, 650px);
  color: #f5f5f1;
  justify-items: start;
  gap: 18px;
  transform: none;
}

.hero-home-cover .hero-cover-copy h1 {
  color: #f5f5f1;
  font-size: clamp(30px, 4vw, 64px);
  line-height: 0.96;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.22);
}

.hero-home-cover .hero-rotating-title__line {
  text-align: left;
  letter-spacing: 0.16em;
}

.hero-home-cover .hero-rotating-title {
  justify-items: start;
  text-align: left;
}

.hero-home-cover .hero-rotating-title__line.is-active {
  letter-spacing: 0.055em;
}

.hero-home-cover .hero-home-cta {
  margin-top: 20px;
  color: #f5f5f1;
  border-color: rgba(245, 245, 241, 0.48);
}

.hero-product-anchor--blue-oil {
  left: 54.4%;
  bottom: 7.2%;
  height: min(60svh, 660px);
  transform: translateX(-50%);
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.3));
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:hover,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header:focus-within {
  border-bottom-color: transparent;
  background: transparent;
  color: #1d1f1f;
  backdrop-filter: blur(0);
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-nav > a,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-utility a,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .language-toggle,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-search-open {
  color: #1d1f1f;
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .menu-icon {
  color: #1d1f1f;
  background: linear-gradient(currentColor, currentColor) 0 50% / 26px 1px no-repeat;
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .menu-icon::before,
html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .menu-icon::after {
  background: currentColor;
}

html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .brand-logo img {
  opacity: 0.94;
  filter: none;
}

.home-series-chapter__media {
  position: relative;
  isolation: isolate;
  background: #cfd1d0;
}

.home-series-chapter__media > picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-series-chapter__media > picture img {
  object-position: center center;
}

.home-series-product-group {
  position: absolute;
  inset: auto 5% 3% 5%;
  z-index: 2;
  display: flex;
  height: 78%;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(0px, 0.7vw, 12px);
  pointer-events: none;
  background: transparent !important;
}

.home-series-product-group.image-load-frame {
  background: transparent !important;
}

.home-series-product-group img,
.home-series-chapter__media:hover .home-series-product-group img {
  flex: 0 0 22%;
  width: 22%;
  max-width: 22%;
  height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.24));
  transform: none;
}

.home-series-product-group--care img,
.home-series-chapter__media:hover .home-series-product-group--care img {
  flex-basis: 29%;
  width: 29%;
  max-width: 29%;
}

.home-series-product-group--cleanse img:last-child {
  height: 73%;
}

.home-series-product-group--care img:first-child {
  height: 82%;
}

.home-series-product-group--care img:not(:first-child) {
  height: 57%;
}

.home-series-product-group--body img:nth-child(-n + 2) {
  height: 83%;
}

.home-series-product-group--body img:nth-child(n + 3) {
  height: 51%;
}

.home-series-product-group img,
.home-series-chapter__media:hover .home-series-product-group img {
  position: absolute;
  bottom: 0;
  flex: none;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  transform-origin: center bottom;
}

.home-series-product-group--cleanse img:nth-child(1) { left: 18%; }
.home-series-product-group--cleanse img:nth-child(2) { left: 39%; }
.home-series-product-group--cleanse img:nth-child(3) { left: 60%; }
.home-series-product-group--cleanse img:nth-child(4) { left: 81%; }
.home-series-product-group--care img:nth-child(1) { left: 33%; }
.home-series-product-group--care img:nth-child(2) { left: 56%; }
.home-series-product-group--care img:nth-child(3) { left: 74%; }
.home-series-product-group--body img:nth-child(1) { left: 20%; }
.home-series-product-group--body img:nth-child(2) { left: 41%; }
.home-series-product-group--body img:nth-child(3) { left: 64%; }
.home-series-product-group--body img:nth-child(4) { left: 81%; }

.home-series-chapter__copy {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 55%),
    #f4f4f1;
}

.home-series-chapter__facts div,
.home-series-chapter__cta {
  border-color: rgba(27, 29, 29, 0.2);
}

.product-directory-cover .hero-cover-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(13, 15, 15, 0.32), transparent 42%);
  pointer-events: none;
}

.product-directory-hero-products {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 2;
  display: flex;
  width: min(54vw, 800px);
  height: 72%;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(0px, 0.6vw, 10px);
  pointer-events: none;
  background: transparent !important;
}

.product-directory-hero-products.image-load-frame {
  background: transparent !important;
}

.product-directory-hero-product {
  flex: 0 0 23%;
  width: 23%;
  max-width: 23%;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.27));
}

.product-directory-hero-product--cleanse,
.product-directory-hero-product--wash {
  height: 86%;
}

.product-directory-hero-product--serum {
  height: 62%;
}

.product-directory-hero-product--butter {
  height: 52%;
}

.product-directory-hero-product {
  position: absolute;
  bottom: 0;
  flex: none;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  transform-origin: center bottom;
}

.product-directory-hero-product--cleanse { left: 16%; }
.product-directory-hero-product--serum { left: 42%; }
.product-directory-hero-product--wash { left: 66%; }
.product-directory-hero-product--butter { left: 88%; }

.page-cover.product-directory-cover .hero-cover-copy {
  bottom: auto;
  top: 50%;
  width: min(38vw, 520px);
  padding: 0 0 0 clamp(26px, 6vw, 96px);
  transform: translateY(-45%);
}

.page-cover.product-directory-cover .hero-cover-copy .eyebrow,
.page-cover.product-directory-cover .hero-cover-copy > p,
.page-cover.product-directory-cover .hero-cover-copy h1 {
  color: #f4f4f1;
}

.page-cover.product-directory-cover .product-directory-title {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: clamp(62px, 7vw, 118px);
  font-weight: 400;
  line-height: 0.92;
}

.page-cover.product-directory-cover .product-directory-title small {
  font-family: var(--sans);
  font-size: 0.16em;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-cover.product-directory-cover .hero-cover-copy > p:not(.eyebrow) {
  max-width: 22em;
  margin-top: 28px;
  color: rgba(244, 244, 241, 0.72);
  font-size: 13px;
}

.product-scene-layered-page .product-design2-media {
  min-height: calc(100svh - var(--header-h));
  background: #cfd1d0;
}

.product-scene-layered-page .product-design2-media::after {
  position: absolute;
  inset: auto 6% 6% 6%;
  z-index: 1;
  height: 22%;
  content: "";
  background: radial-gradient(ellipse, rgba(8, 10, 10, 0.24), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.product-scene-layered-page .product-design2-media img.product-design2-scene {
  object-fit: cover;
  object-position: center center;
}

.product-scene-layered-page .product-design2-media img.product-design2-product-anchor {
  left: 55%;
  bottom: 5%;
  height: 68%;
  transform: translateX(-50%);
}

.product-scene-layered-page--lightFoam .product-design2-product-anchor--lightFoam {
  height: 64%;
}

.product-scene-layered-page--serumOil .product-design2-product-anchor--serumOil,
.product-scene-layered-page--peptideOil .product-design2-product-anchor--peptideOil {
  left: 58%;
  height: 48%;
}

.product-scene-layered-page--renewalSerum .product-design2-product-anchor--renewalSerum {
  left: 57%;
  height: 62%;
}

.product-scene-layered-page--bodyWash .product-design2-product-anchor--bodyWash,
.product-scene-layered-page--greenBodyWash .product-design2-product-anchor--greenBodyWash {
  left: 58%;
  height: 69%;
}

.product-scene-layered-page--avocadoButter .product-design2-product-anchor--avocadoButter,
.product-scene-layered-page--lavenderButter .product-design2-product-anchor--lavenderButter {
  left: 58%;
  height: 47%;
}

.product-design2-copy {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), transparent 54%),
    #f4f4f1;
}

.product-card--packshot .product-image,
.series-product-card figure {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.92), transparent 35%),
    linear-gradient(145deg, #eceeec, #d5d8d7);
}

.series-product-card img {
  width: 76%;
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.2));
}

.series-product-grid:has(> .series-product-card:only-child) {
  grid-template-columns: minmax(0, 1fr);
}

.series-product-grid:has(> .series-product-card:only-child) .series-product-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(300px, 1.08fr);
  column-gap: clamp(38px, 7vw, 112px);
  align-items: center;
  padding-bottom: clamp(28px, 4vw, 54px);
}

.series-product-grid:has(> .series-product-card:only-child) .series-product-card figure {
  grid-column: 1;
  grid-row: 1 / span 5;
  margin: 0;
  aspect-ratio: 4 / 4.6;
}

.series-product-grid:has(> .series-product-card:only-child) .series-product-card > span,
.series-product-grid:has(> .series-product-card:only-child) .series-product-card > h3,
.series-product-grid:has(> .series-product-card:only-child) .series-product-card > p,
.series-product-grid:has(> .series-product-card:only-child) .series-product-card > dl {
  grid-column: 2;
}

.series-product-grid:has(> .series-product-card:only-child) .series-product-card > span {
  align-self: end;
}

.consultation-card figure,
.emotion-lab-main .emotion-chapter .split-media {
  background: #d7d9d8;
}

.consultation-card figure img,
.emotion-lab-main .emotion-chapter .split-media img {
  filter: grayscale(1) contrast(1.06) brightness(0.96);
}

@media (max-width: 760px) {
  .hero-home-cover .hero-title-stack {
    left: 20px;
    bottom: 28px;
    width: calc(100% - 40px);
    transform: none;
  }

  .hero-home-cover .hero-cover-copy h1 {
    font-size: clamp(27px, 9vw, 42px);
  }

  .hero-product-anchor--blue-oil {
    left: 53%;
    bottom: 8%;
    height: 54svh;
  }

  .home-series-chapter__media {
    min-height: 66svh;
  }

  .home-page .home-series-chapter[data-series-universe="boundary"] .home-series-chapter__media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .home-series-product-group {
    inset: auto 2% 2% 2%;
    height: 76%;
    gap: 0;
  }

  .product-directory-cover .hero-cover-media img {
    object-position: center center;
  }

  .product-directory-hero-products {
    right: -8%;
    bottom: 9%;
    width: 112%;
    height: 58%;
    gap: 0;
  }

  .page-cover.product-directory-cover .hero-cover-copy {
    top: auto;
    bottom: 30px;
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
    transform: none;
  }

  .page-cover.product-directory-cover .product-directory-title {
    font-size: clamp(50px, 16vw, 72px);
  }

  .page-cover.product-directory-cover .hero-cover-copy > p:not(.eyebrow) {
    display: none;
  }

  .product-scene-layered-page .product-design2-media {
    width: 100%;
    min-height: 0;
  }

  .product-scene-layered-page .product-design2-media img.product-design2-product-anchor {
    left: 55%;
    bottom: 3%;
    height: 68%;
  }

  .product-scene-layered-page--serumOil .product-design2-product-anchor--serumOil,
  .product-scene-layered-page--peptideOil .product-design2-product-anchor--peptideOil {
    height: 48%;
  }

  .product-scene-layered-page--renewalSerum .product-design2-product-anchor--renewalSerum {
    height: 60%;
  }

  .product-scene-layered-page--avocadoButter .product-design2-product-anchor--avocadoButter,
  .product-scene-layered-page--lavenderButter .product-design2-product-anchor--lavenderButter {
    height: 48%;
  }

  .series-product-grid:has(> .series-product-card:only-child) .series-product-card {
    display: block;
    padding-bottom: 24px;
  }

  .series-product-grid:has(> .series-product-card:only-child) .series-product-card figure {
    margin-bottom: 20px;
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-rotating-title__line,
  .home-series-chapter__media img,
  .consultation-card figure img {
    transition: none;
  }
}

/* 2026-08-30: full-artwork homepage philosophy carousel. */
.hero-home-concept-carousel {
  isolation: isolate;
  background: #d3d5d1;
}

.home-hero-carousel__track {
  position: absolute;
  inset: 0;
}

.hero-home-concept-carousel .home-hero-slide {
  z-index: 0;
  opacity: 0;
  transition: opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.hero-home-concept-carousel .home-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.hero-home-concept-carousel .home-hero-slide::after,
.hero-home-concept-carousel .hero-cover-media::after {
  content: none;
  background: none;
}

.hero-home-concept-carousel .home-hero-slide picture,
.hero-home-concept-carousel .home-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-home-concept-carousel .home-hero-slide img {
  object-fit: cover;
  object-position: center center;
}

.home-hero-carousel__controls {
  position: absolute;
  z-index: 5;
  right: clamp(22px, 3.5vw, 58px);
  bottom: clamp(22px, 3vw, 46px);
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-hero-carousel__controls[hidden] {
  display: none;
}

.home-hero-carousel__dot {
  width: 30px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-hero-carousel__dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(24, 25, 24, 0.34);
  transition: background-color 240ms ease, transform 240ms ease;
}

.home-hero-carousel__dot.is-active::before {
  background: #181918;
  transform: scaleY(2);
}

@media (max-width: 760px) {
  .home-page .hero-home-concept-carousel .home-hero-slide img {
    object-position: center 20%;
  }

  .home-hero-carousel__controls {
    right: 18px;
    bottom: 18px;
  }

  .home-hero-carousel__dot {
    width: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-home-concept-carousel .home-hero-slide {
    transition: none;
  }
}

/* 2026-08-31 suite359: reference-led desktop header hierarchy.
   The official lockup owns the upper center, the five primary sections form a
   full lower navigation rail, and search closes that rail on the right. Keep
   one structural rule at the lower edge instead of framing the nav twice. */
@media (min-width: 981px) {
  html {
    --header-h: 88px;
  }

  .site-header,
  html.is-home-page .site-header {
    grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr);
    grid-template-rows: 52px 36px;
    column-gap: clamp(22px, 3vw, 48px);
    min-height: var(--header-h);
    padding: 0 clamp(36px, 4vw, 64px);
  }

  .site-header .brand-logo,
  html.is-home-page .site-header .brand-logo {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    display: grid;
    width: 74px;
    height: 50px;
    place-items: center;
  }

  .site-header .brand-logo-mark,
  html.is-home-page .site-header .brand-logo-mark {
    display: none;
  }

  .site-header .brand-logo-wordmark-frame,
  html.is-home-page .site-header .brand-logo-wordmark-frame {
    display: block;
    width: 74px;
    height: auto;
    aspect-ratio: 900 / 624;
    overflow: visible;
  }

  .site-header .brand-logo-wordmark,
  html.is-home-page .site-header .brand-logo-wordmark {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    transform: none;
  }

  .site-header .header-nav,
  html.is-home-page .site-header .header-nav {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: stretch;
    justify-self: stretch;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: clamp(16px, 1.7vw, 26px);
    border-top: 0;
  }

  .site-header .menu-button,
  html.is-home-page .site-header .menu-button {
    display: none !important;
  }

  .site-header .header-nav > a,
  html.is-home-page .site-header .header-nav > a {
    display: inline-flex;
    height: 36px;
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1;
    opacity: 0.76;
    text-shadow: none;
  }

  .site-header .header-nav > a::after,
  html.is-home-page .site-header .header-nav > a::after {
    bottom: 2px;
  }

  .site-header .header-utility,
  html.is-home-page .site-header .header-utility {
    display: contents;
  }

  .site-header .header-utility .language-toggle,
  html.is-home-page .site-header .header-utility .language-toggle {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    display: inline-grid;
    min-width: 54px;
    min-height: 44px;
    padding: 0;
    place-items: center end;
    color: var(--ink);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-shadow: none;
  }

  .site-header .header-utility .site-search-open,
  html.is-home-page .site-header .header-utility .site-search-open {
    z-index: 2;
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    display: inline-flex;
    min-width: 72px;
    min-height: 30px;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--ink);
    font-size: 11px;
    letter-spacing: 0.035em;
  }

  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-nav > a,
  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .language-toggle,
  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .site-search-open {
    color: #1d1f1f;
    text-shadow: none;
  }

  .is-menu-open .site-header .header-nav > a,
  .is-menu-open .site-header .header-utility,
  .is-menu-open .site-header .language-toggle,
  .is-menu-open .site-header .site-search-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .desktop-category-nav {
    display: none !important;
  }

  .desktop-mega-nav,
  html.is-home-page .desktop-mega-nav {
    top: var(--header-h);
  }
}

/* The home hero alternates between a pale editorial frame and a dark spatial
   frame. Keep the header transparent at the top while switching only the
   foreground tone; the scrolled and open-navigation states retain their
   opaque silver treatment. */
html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-nav > a,
html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .language-toggle,
html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .site-search-open {
  color: rgba(250, 250, 247, 0.94);
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.3);
}

html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .brand-logo-wordmark {
  opacity: 0.96;
  filter: brightness(0) invert(1) drop-shadow(0 4px 20px rgba(0, 0, 0, 0.28));
}

html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .menu-icon,
html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .menu-icon::before,
html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .menu-icon::after {
  color: rgba(250, 250, 247, 0.94);
}

@media (max-width: 980px) {
  :root {
    --header-h: 66px;
  }

  .site-header .brand-logo {
    width: 76px;
    height: 56px;
  }

  .site-header .brand-logo-mark {
    display: none;
  }

  .site-header .brand-logo-wordmark-frame {
    display: block;
    width: 76px;
    height: auto;
    aspect-ratio: 900 / 624;
    overflow: visible;
  }

  .site-header .brand-logo-wordmark {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    transform: none;
  }
}

/* 2026-08-30 suite325: keep the official ENITA/盼遇 lockup at the complete
   frame size. The earlier generic image rule was otherwise winning on
   specificity and reducing this asset to 27 x 24 px. */
.site-header .brand-logo .brand-logo-wordmark {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform: none;
}

/* 2026-08-30 suite326: three continuous ENITA brand-story editorial boards.
   The deterministic logo, fixed LESS IS MORE lockup and verified story copy
   remain live HTML while the silver-gelatin material studies stay photographic. */
.story-v2-main {
  overflow: clip;
  background: #e4e5e1;
}

.story-v2-flow {
  width: 100%;
  background: #e4e5e1;
}

.story-v2-board {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(24, 25, 24, 0.3);
  background: #e4e5e1;
  isolation: isolate;
  scroll-margin-top: var(--header-h);
}

.story-v2-board__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(0.96);
}

.story-v2-board p,
.story-v2-board h1,
.story-v2-board h2,
.story-v2-board h3,
.story-v2-board h4,
.story-v2-board figure,
.story-v2-board ol {
  margin-top: 0;
}

.story-v2-kicker,
.story-v2-origin__index,
.story-v2-journey__footer p {
  margin-bottom: 0;
  font-family: var(--font-latin);
  font-size: clamp(10px, 1.04vw, 15px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.story-v2-kicker::after {
  display: inline-block;
  width: 5vw;
  max-width: 72px;
  margin-left: 1.25vw;
  border-top: 1px solid currentColor;
  content: "";
  vertical-align: middle;
}

.story-v2-origin > .story-v2-board__image {
  object-position: 50% center;
}

.story-v2-origin__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.6%;
  height: 100%;
  padding: 6.667vw 5.833vw 5.972vw;
  border-left: 1px solid rgba(24, 25, 24, 0.22);
  background: rgba(228, 229, 225, 0.9);
  backdrop-filter: blur(3px);
}

.story-v2-origin__logo {
  width: min(14.583vw, 210px);
  margin: 0 0 17.361vw auto;
}

.story-v2-origin h1 {
  margin: 1.806vw 0 0;
  font-family: var(--serif);
  font-size: min(8.472vw, 122px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.story-v2-origin h1 span {
  display: block;
  margin-left: 0.78em;
}

.story-v2-origin__lead {
  max-width: 26.389vw;
  margin: 4.722vw 0 0 7.222vw;
  font-family: var(--serif);
  font-size: min(2.153vw, 31px);
  letter-spacing: 0.035em;
  line-height: 1.72;
}

.story-v2-origin__copy {
  max-width: 24.306vw;
  margin: 2.917vw 0 0 7.222vw;
  color: rgba(24, 25, 24, 0.66);
  font-size: min(1.181vw, 17px);
  line-height: 2;
}

.story-v2-origin__signature {
  position: absolute;
  right: 5.833vw;
  bottom: 5.417vw;
  width: min(25vw, 360px);
  opacity: 0.78;
}

.story-v2-origin__index {
  position: absolute;
  left: 3.75vw;
  bottom: 3.819vw;
  color: rgba(24, 25, 24, 0.66);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.story-v2-philosophy {
  display: grid;
  grid-template-columns: 43% 57%;
}

.story-v2-philosophy__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 7.222vw 5.278vw 5.139vw;
  border-right: 1px solid rgba(24, 25, 24, 0.24);
  background: rgba(228, 229, 225, 0.97);
}

.story-v2-philosophy__lockup {
  width: min(29.861vw, 430px);
  margin: 7.639vw 0 0;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.story-v2-philosophy h2 {
  margin: 5.417vw 0 0;
  font-family: var(--serif);
  font-size: min(4.861vw, 70px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.22;
}

.story-v2-philosophy h2 span {
  display: block;
  margin-left: 0.9em;
}

.story-v2-philosophy__lead {
  margin: 4.028vw 0 0 8.194vw;
  font-family: var(--serif);
  font-size: min(1.597vw, 23px);
  line-height: 1.8;
}

.story-v2-philosophy__rule {
  max-width: 27.083vw;
  margin: 2.361vw 0 0 8.194vw;
  color: rgba(24, 25, 24, 0.66);
  font-size: min(1.111vw, 16px);
  line-height: 2;
}

.story-v2-philosophy__notes {
  display: contents;
}

.story-v2-philosophy__media {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.story-v2-philosophy__media .story-v2-board__image {
  z-index: 0;
  object-position: 58% center;
}

.story-v2-values {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 57%;
  height: 30%;
  border-top: 1px solid rgba(24, 25, 24, 0.28);
  background: rgba(228, 229, 225, 0.91);
  backdrop-filter: blur(5px);
  scroll-margin-top: var(--header-h);
}

.story-v2-value {
  position: relative;
  min-width: 0;
  padding: 3.056vw 3.056vw 2.5vw;
  border-right: 1px solid rgba(24, 25, 24, 0.24);
  border-bottom: 1px solid rgba(24, 25, 24, 0.24);
}

.story-v2-value:nth-child(2n) {
  border-right: 0;
}

.story-v2-value:nth-child(n + 3) {
  border-bottom: 0;
}

.story-v2-value > span {
  position: absolute;
  top: 3.194vw;
  right: 3.056vw;
  color: rgba(24, 25, 24, 0.66);
  font-family: var(--font-latin);
  font-size: min(0.903vw, 13px);
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.story-v2-value h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: min(1.597vw, 23px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.story-v2-value h4 {
  margin: 1.806vw 0 0;
  font-family: var(--serif);
  font-size: min(1.597vw, 23px);
  font-weight: 400;
  line-height: 1.55;
}

.story-v2-value p {
  margin: 0.972vw 0 0;
  color: rgba(24, 25, 24, 0.66);
  font-size: min(0.903vw, 13px);
  line-height: 1.76;
}

.story-v2-journey > .story-v2-board__image {
  object-position: left center;
}

.story-v2-journey__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
  padding: 6.944vw 5vw 5.556vw;
  border-left: 1px solid rgba(24, 25, 24, 0.25);
  background: rgba(228, 229, 225, 0.92);
  backdrop-filter: blur(4px);
}

.story-v2-journey h2 {
  max-width: 34.722vw;
  margin: 3.75vw 0 0;
  font-family: var(--serif);
  font-size: min(5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.18;
}

.story-v2-journey__intro {
  max-width: 33.333vw;
  margin: 2.639vw 0 3.889vw 6.806vw;
  color: rgba(24, 25, 24, 0.66);
  font-size: min(1.111vw, 16px);
  line-height: 1.95;
}

.story-v2-timeline {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(24, 25, 24, 0.24);
}

.story-v2-timeline li {
  display: grid;
  grid-template-columns: 6.25vw minmax(0, 1fr);
  gap: 2.083vw;
  padding: 1.736vw 0 1.667vw;
  border-bottom: 1px solid rgba(24, 25, 24, 0.24);
}

.story-v2-timeline time {
  color: #555754;
  font-family: var(--serif);
  font-size: min(1.667vw, 24px);
  line-height: 1.45;
}

.story-v2-timeline h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: min(1.458vw, 21px);
  font-weight: 400;
  line-height: 1.45;
}

.story-v2-timeline p {
  margin: 0.486vw 0 0;
  color: rgba(24, 25, 24, 0.66);
  font-size: min(0.903vw, 13px);
  line-height: 1.7;
}

.story-v2-places {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3.194vw;
  border-top: 1px solid rgba(24, 25, 24, 0.24);
  border-bottom: 1px solid rgba(24, 25, 24, 0.24);
}

.story-v2-places span {
  padding: 1.389vw 0.972vw;
  border-right: 1px solid rgba(24, 25, 24, 0.24);
  font-size: min(0.903vw, 13px);
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
}

.story-v2-places span:last-child {
  border-right: 0;
}

.story-v2-journey__footer {
  position: absolute;
  right: 5vw;
  bottom: 5.139vw;
  left: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.story-v2-journey__footer p {
  margin-bottom: 0;
  color: rgba(24, 25, 24, 0.66);
}

.story-v2-journey__footer a {
  padding-bottom: 0.556vw;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: min(1.042vw, 15px);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 980px) {
  .story-v2-board {
    aspect-ratio: auto;
    overflow: visible;
  }

  .story-v2-kicker,
  .story-v2-journey__footer p {
    font-size: 11px;
  }

  .story-v2-kicker::after {
    width: 54px;
    margin-left: 14px;
  }

  .story-v2-origin > .story-v2-board__image,
  .story-v2-journey > .story-v2-board__image {
    position: relative;
    z-index: 0;
    width: 100%;
    height: clamp(520px, 132vw, 760px);
    object-position: 44% center;
  }

  .story-v2-origin__panel,
  .story-v2-journey__panel {
    position: relative;
    width: 100%;
    height: auto;
    border-left: 0;
    backdrop-filter: none;
  }

  .story-v2-origin__panel {
    padding: 48px 22px 52px;
    border-top: 1px solid rgba(24, 25, 24, 0.22);
    background: #e4e5e1;
  }

  .story-v2-origin__logo {
    width: 142px;
    margin: 0 0 68px auto;
  }

  .story-v2-origin h1 {
    margin-top: 24px;
    font-size: clamp(78px, 23vw, 104px);
  }

  .story-v2-origin__lead {
    max-width: 12em;
    margin: 52px 0 0 18vw;
    font-size: clamp(24px, 6.7vw, 31px);
  }

  .story-v2-origin__copy {
    max-width: 25em;
    margin: 30px 0 0 18vw;
    font-size: 14px;
    line-height: 1.95;
  }

  .story-v2-origin__signature {
    position: static;
    width: min(72vw, 330px);
    margin: 68px 0 0 auto;
  }

  .story-v2-origin__index {
    display: none;
  }

  .story-v2-philosophy {
    display: flex;
    flex-direction: column;
  }

  .story-v2-philosophy__copy {
    order: 1;
    min-height: 720px;
    padding: 58px 22px 64px;
    border-right: 0;
    background: #e4e5e1;
  }

  .story-v2-philosophy__lockup {
    width: min(74vw, 360px);
    margin-top: 82px;
  }

  .story-v2-philosophy h2 {
    margin-top: 60px;
    font-size: clamp(47px, 13vw, 64px);
  }

  .story-v2-philosophy__lead {
    margin: 48px 0 0 18vw;
    font-size: clamp(19px, 5vw, 23px);
  }

  .story-v2-philosophy__rule {
    max-width: 23em;
    margin: 28px 0 0 18vw;
    font-size: 14px;
    line-height: 1.9;
  }

  .story-v2-philosophy__media {
    order: 2;
    width: 100%;
    height: clamp(520px, 128vw, 720px);
    border-top: 1px solid rgba(24, 25, 24, 0.22);
  }

  .story-v2-values {
    position: relative;
    order: 3;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #e4e5e1;
    backdrop-filter: none;
  }

  .story-v2-value {
    min-height: 360px;
    padding: 28px 22px 30px;
  }

  .story-v2-value > span {
    top: 30px;
    right: 20px;
    font-size: 10px;
  }

  .story-v2-value h3 {
    font-size: clamp(58px, 16vw, 78px);
  }

  .story-v2-value h4 {
    margin-top: 24px;
    font-size: clamp(19px, 4.8vw, 24px);
    line-height: 1.52;
  }

  .story-v2-value p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.75;
  }

  .story-v2-journey > .story-v2-board__image {
    height: clamp(600px, 150vw, 840px);
    object-position: 36% center;
  }

  .story-v2-journey__panel {
    padding: 58px 22px 56px;
    border-top: 1px solid rgba(24, 25, 24, 0.24);
    background: #e4e5e1;
  }

  .story-v2-journey h2 {
    max-width: 8.5em;
    margin-top: 42px;
    font-size: clamp(46px, 12.5vw, 62px);
  }

  .story-v2-journey__intro {
    max-width: 28em;
    margin: 30px 0 42px 18vw;
    font-size: 14px;
    line-height: 1.9;
  }

  .story-v2-timeline li {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    padding: 22px 0;
  }

  .story-v2-timeline time {
    font-size: 20px;
  }

  .story-v2-timeline h3 {
    font-size: 20px;
  }

  .story-v2-timeline p {
    margin-top: 6px;
    font-size: 13px;
  }

  .story-v2-places {
    margin-top: 38px;
  }

  .story-v2-places span {
    padding: 18px 8px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .story-v2-journey__footer {
    position: static;
    margin-top: 64px;
  }

  .story-v2-journey__footer a {
    padding-bottom: 6px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .story-v2-origin__panel,
  .story-v2-philosophy__copy,
  .story-v2-journey__panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .story-v2-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-v2-value {
    min-height: 350px;
    padding: 24px 18px 28px;
  }

  .story-v2-value > span {
    top: 26px;
    right: 16px;
  }

  .story-v2-value h3 {
    font-size: 62px;
  }

  .story-v2-value h4 {
    font-size: 19px;
  }

  .story-v2-value p {
    font-size: 12.5px;
    line-height: 1.72;
  }

  .story-v2-places {
    grid-template-columns: 1fr;
  }

  .story-v2-places span {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 25, 24, 0.24);
  }

  .story-v2-places span:last-child {
    border-bottom: 0;
  }
}

/* 2026-08-30 suite333: emotion laboratory — selected three-panel observation archive. */
.emotion-archive {
  overflow: clip;
  background: var(--paper);
}

.emotion-archive-hero {
  display: grid;
  grid-template-columns: minmax(360px, 43%) minmax(0, 57%);
  min-height: min(78svh, 820px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.emotion-archive-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(72px, 8vw, 126px) clamp(40px, 6vw, 94px) clamp(56px, 7vw, 104px);
}

.emotion-archive-kicker,
.emotion-study__plate,
.emotion-study__eyebrow,
.emotion-archive-manifesto__label,
.emotion-archive-manifesto__meta,
.emotion-archive-index small,
.emotion-study__meta,
.emotion-archive-next__grid > a > span {
  font-family: var(--font-latin);
  text-transform: uppercase;
}

.emotion-archive-kicker {
  margin: 0 0 clamp(20px, 2.6vw, 34px);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.emotion-archive-hero h1 {
  max-width: 6em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 5.6vw, 84px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.emotion-archive-rule {
  width: 34px;
  height: 1px;
  margin: clamp(28px, 3.4vw, 46px) 0 20px;
  background: var(--ink);
}

.emotion-archive-intro {
  max-width: 24em;
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.16vw, 17px);
  line-height: 1.85;
}

.emotion-archive-index {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(100%, 260px);
  margin-top: auto;
  padding-top: clamp(52px, 8vh, 88px);
}

.emotion-archive-index::before {
  position: absolute;
  top: clamp(56px, 8vh, 92px);
  bottom: 18px;
  left: 7px;
  width: 1px;
  background: var(--line-strong);
  content: "";
}

.emotion-archive-index a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  color: inherit;
  text-decoration: none;
}

.emotion-archive-index__marker {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
}

.emotion-archive-index__marker::after {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.emotion-archive-index__number {
  display: block;
  color: var(--faint);
  font-family: var(--font-latin);
  font-size: 10px;
  line-height: 1.55;
}

.emotion-archive-index b,
.emotion-archive-index small {
  display: block;
  font-weight: 400;
}

.emotion-archive-index b {
  font-size: 13px;
  line-height: 1.4;
}

.emotion-archive-index small {
  margin-top: 3px;
  color: var(--faint);
  font-size: 8px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.emotion-archive-hero__media {
  min-width: 0;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.emotion-archive-hero__media picture,
.emotion-archive-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.emotion-archive-hero__media img {
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(1.04) brightness(0.98);
}

.emotion-archive-manifesto {
  display: grid;
  grid-template-columns: minmax(118px, 0.52fr) minmax(0, 2.1fr) minmax(220px, 0.78fr);
  gap: clamp(26px, 4vw, 76px);
  align-items: center;
  min-height: 205px;
  padding: 42px clamp(24px, 5vw, 78px);
  color: var(--paper);
  background: var(--night);
}

.emotion-archive-manifesto__label,
.emotion-archive-manifesto__meta {
  margin: 0;
  color: rgba(228, 229, 225, 0.62);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.emotion-archive-manifesto__label {
  display: grid;
  gap: 2px;
  align-self: start;
  padding-top: 6px;
}

.emotion-archive-manifesto__statement {
  margin: 0;
  padding-left: clamp(24px, 3.5vw, 54px);
  border-left: 1px solid rgba(228, 229, 225, 0.24);
  font-family: var(--serif);
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  white-space: pre-line;
}

.emotion-archive-manifesto__meta {
  justify-self: end;
  text-align: right;
}

.emotion-archive-studies {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  padding: clamp(24px, 2.4vw, 38px) clamp(24px, 2.8vw, 44px) clamp(62px, 5.8vw, 86px);
  background: #e9eae6;
}

.emotion-study {
  display: grid;
  grid-template-columns: minmax(0, 62%) minmax(280px, 38%);
  height: clamp(430px, 35vw, 510px);
  min-height: 0;
  scroll-margin-top: calc(var(--header-h) + 28px);
}

.emotion-study--copy-first {
  grid-template-columns: minmax(280px, 40%) minmax(0, 60%);
}

.emotion-study__media {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.emotion-study__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.035) brightness(0.985);
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.emotion-study--image-first .emotion-study__media img {
  object-position: center center;
}

.emotion-study--copy-first .emotion-study__media img {
  object-position: center 48%;
}

.emotion-study:hover .emotion-study__media img {
  transform: scale(1.012);
}

.emotion-study__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(50px, 6vw, 94px) clamp(38px, 5.2vw, 80px) 44px;
  background: var(--paper);
}

.emotion-study__plate {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0 0 clamp(58px, 7vw, 104px);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.emotion-study__plate::after {
  height: 1px;
  background: var(--line-strong);
  content: "";
}

.emotion-study__copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.emotion-study__eyebrow {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.09em;
  line-height: 1.4;
}

.emotion-study__body {
  max-width: 29em;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.emotion-study__meta {
  display: grid;
  gap: 4px;
  margin: auto 0 0;
  padding-top: 48px;
}

.emotion-study__meta div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
}

.emotion-study__meta dt,
.emotion-study__meta dd {
  margin: 0;
  color: var(--faint);
  font-size: 8px;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.emotion-study__meta dt {
  color: var(--muted);
}

.emotion-archive-next {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 90px);
  padding: clamp(70px, 7vw, 104px) clamp(24px, 7vw, 104px) clamp(76px, 7vw, 108px);
  background: var(--paper);
}

.emotion-archive-next__head h2 {
  max-width: 8em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.emotion-archive-next__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 50px);
  align-self: end;
}

html[data-journal-archive-visibility="hidden"] a[href$="journal.html"],
html[data-journal-archive-visibility="hidden"] a[href*="journal.html#"] {
  display: none !important;
}

.emotion-archive-next__grid:has(> a[hidden]) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emotion-archive-next__grid > a {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  min-height: 190px;
  padding: 16px 42px 18px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: border-color 260ms ease;
}

.emotion-archive-next__grid > a:hover,
.emotion-archive-next__grid > a:focus-visible {
  border-top-color: var(--ink);
}

.emotion-archive-next__grid > a > span {
  color: var(--faint);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.emotion-archive-next__grid h3 {
  margin: 20px 0 10px;
  font-family: var(--serif);
  font-size: clamp(21px, 1.9vw, 29px);
  font-weight: 400;
  line-height: 1.25;
}

.emotion-archive-next__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.emotion-archive-next__grid img {
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  opacity: 0.72;
  transition: transform 260ms ease, opacity 260ms ease;
}

.emotion-archive-next__grid > a:hover img,
.emotion-archive-next__grid > a:focus-visible img {
  opacity: 1;
  transform: translateX(4px);
}

@media (max-width: 980px) {
  .emotion-archive-hero {
    grid-template-columns: minmax(320px, 44%) minmax(0, 56%);
  }

  .emotion-archive-hero__copy {
    padding-right: clamp(28px, 4vw, 54px);
    padding-left: clamp(28px, 4vw, 54px);
  }

  .emotion-archive-manifesto {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .emotion-archive-manifesto__meta {
    display: none;
  }

  .emotion-study,
  .emotion-study--copy-first {
    grid-template-columns: minmax(0, 58%) minmax(260px, 42%);
  }

  .emotion-study__copy {
    padding-right: clamp(26px, 4vw, 48px);
    padding-left: clamp(26px, 4vw, 48px);
  }

  .emotion-archive-next {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .emotion-archive-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .emotion-archive-hero__copy {
    min-height: 560px;
    padding: 64px 20px 42px;
  }

  .emotion-archive-hero h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .emotion-archive-intro {
    max-width: 21em;
    font-size: 14px;
  }

  .emotion-archive-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    padding-top: 54px;
  }

  .emotion-archive-index::before,
  .emotion-archive-index__marker {
    display: none;
  }

  .emotion-archive-index a {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 5px;
    padding-top: 10px;
    border-top: 1px solid var(--line-strong);
  }

  .emotion-archive-index b {
    font-size: 11px;
  }

  .emotion-archive-index small {
    font-size: 7px;
  }

  .emotion-archive-hero__media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .emotion-archive-hero__media img {
    object-position: center center;
  }

  .emotion-archive-manifesto {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 42px 20px 48px;
  }

  .emotion-archive-manifesto__label {
    display: flex;
    gap: 10px;
  }

  .emotion-archive-manifesto__statement {
    padding: 24px 0 0;
    border-top: 1px solid rgba(228, 229, 225, 0.24);
    border-left: 0;
    font-size: clamp(24px, 7.5vw, 31px);
    line-height: 1.55;
  }

  .emotion-archive-studies {
    gap: 20px;
    padding: 20px 0 72px;
  }

  .emotion-study,
  .emotion-study--copy-first {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .emotion-study--copy-first .emotion-study__media {
    grid-row: 1;
  }

  .emotion-study--copy-first .emotion-study__copy {
    grid-row: 2;
  }

  .emotion-study__media {
    aspect-ratio: 4 / 3;
  }

  .emotion-study--copy-first .emotion-study__media {
    aspect-ratio: 5 / 4;
  }

  .emotion-study--image-first:last-child .emotion-study__media {
    aspect-ratio: 16 / 10;
  }

  .emotion-study__copy {
    min-height: 480px;
    padding: 34px 20px 38px;
  }

  .emotion-study__plate {
    margin-bottom: 54px;
  }

  .emotion-study__copy h2 {
    font-size: 38px;
  }

  .emotion-study__body {
    margin-top: 24px;
  }

  .emotion-study__meta {
    padding-top: 54px;
  }

  .emotion-archive-next {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 72px 20px 86px;
  }

  .emotion-archive-next__head h2 {
    max-width: 7em;
    font-size: 38px;
  }

  .emotion-archive-next__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .emotion-archive-next__grid > a {
    min-height: 150px;
    padding-top: 18px;
    padding-bottom: 24px;
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .emotion-study__media img,
  .emotion-archive-next__grid img {
    transition: none;
  }
}

/* 2026-08-30 suite334: mobile-only brand-story editorial recomposition.
   Preserve the selected desktop boards while reducing mobile dead space,
   removing the repeated philosophy lockup and restoring readable card widths. */
@media (max-width: 760px) {
  .story-v2-page,
  .story-v2-main,
  .story-v2-flow {
    background: #e4e5e1;
  }

  .story-v2-board {
    border-bottom-color: rgba(24, 25, 24, 0.22);
  }

  .story-v2-kicker,
  .story-v2-journey__footer p {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .story-v2-kicker::after {
    width: 44px;
    margin-left: 12px;
  }

  .story-v2-origin > .story-v2-board__image {
    height: clamp(440px, 66svh, 580px);
    object-position: 45% center;
  }

  .story-v2-page .site-header .brand-logo-wordmark-frame {
    width: 68px;
  }

  .story-v2-origin__panel {
    position: relative;
    min-height: clamp(844px, 180vw, 1080px);
    padding: 0;
    overflow: hidden;
    background-color: #e4e5e1;
    background-image: url("../images/brand/enita-paper-grain-origin-panel-v20260831.png");
    background-repeat: repeat;
    background-size: 128px 128px;
    background-blend-mode: soft-light;
  }

  .story-v2-origin__panel::before,
  .story-v2-origin__panel::after {
    position: absolute;
    left: 41.6%;
    z-index: 0;
    border-left: 1px solid rgba(24, 25, 24, 0.34);
    content: "";
    pointer-events: none;
  }

  .story-v2-origin__panel::before {
    top: 20.6%;
    height: 17.4%;
  }

  .story-v2-origin__panel::after {
    top: 48.6%;
    bottom: 9.1%;
  }

  .story-v2-origin__logo {
    position: absolute;
    top: 4.7%;
    right: 8%;
    z-index: 2;
    width: clamp(100px, 26vw, 126px);
    margin: 0;
  }

  .story-v2-origin .story-v2-kicker {
    position: absolute;
    top: 15.2%;
    left: 6.2%;
    z-index: 2;
    margin: 0;
    white-space: nowrap;
  }

  .story-v2-origin .story-v2-kicker::after {
    width: clamp(32px, 8.7vw, 42px);
    margin-left: clamp(12px, 3.2vw, 16px);
  }

  .story-v2-origin h1 {
    position: absolute;
    top: 21.7%;
    left: 5.2%;
    z-index: 2;
    width: 76%;
    margin: 0;
    font-size: clamp(84px, 23.2vw, 112px);
    letter-spacing: -0.08em;
    line-height: 0.92;
  }

  .story-v2-origin h1 span {
    margin-top: clamp(42px, 11.8vw, 58px);
    margin-left: clamp(56px, 15vw, 72px);
  }

  .story-v2-origin__lead {
    position: absolute;
    top: 54.7%;
    right: 5.7%;
    left: 46.2%;
    z-index: 2;
    max-width: none;
    margin: 0;
    font-size: clamp(19px, 5.1vw, 24px);
    letter-spacing: 0.02em;
    line-height: 1.68;
  }

  .story-v2-origin__copy {
    position: absolute;
    top: 64.2%;
    right: 5.7%;
    left: 46.2%;
    z-index: 2;
    max-width: none;
    margin: 0;
    color: rgba(24, 25, 24, 0.72);
    font-size: clamp(12px, 3.3vw, 15px);
    letter-spacing: 0.015em;
    line-height: 2.02;
  }

  .story-v2-origin__signature {
    display: none;
  }

  .story-v2-philosophy__copy {
    min-height: 0;
    padding: 46px 20px 48px;
  }

  .story-v2-philosophy__lockup {
    width: min(64vw, 250px);
    margin-top: 48px;
  }

  .story-v2-philosophy h2 {
    margin-top: 38px;
    font-size: clamp(40px, 11vw, 48px);
    line-height: 1.2;
  }

  .story-v2-philosophy__lead {
    margin: 26px 0 0 52px;
    font-size: 17px;
    line-height: 1.72;
  }

  .story-v2-philosophy__rule {
    max-width: calc(100% - 52px);
    margin: 14px 0 0 52px;
    font-size: 13px;
    line-height: 1.78;
  }

  .story-v2-philosophy__media {
    height: clamp(340px, 92vw, 420px);
  }

  .story-v2-philosophy__media .story-v2-board__image {
    object-position: 58% 48%;
  }

  .story-v2-values {
    grid-template-columns: 1fr;
  }

  .story-v2-value,
  .story-v2-value:nth-child(2n),
  .story-v2-value:nth-child(n + 3) {
    display: grid;
    grid-template-areas:
      "mark title"
      "mark body";
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 0;
    column-gap: 16px;
    padding: 24px 20px 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 25, 24, 0.24);
  }

  .story-v2-value:last-child {
    border-bottom: 0;
  }

  .story-v2-value > span {
    top: 27px;
    right: 20px;
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .story-v2-value h3 {
    grid-area: mark;
    align-self: start;
    margin: 0;
    font-size: 48px;
    line-height: 0.95;
  }

  .story-v2-value h4 {
    grid-area: title;
    margin: 0;
    padding-right: 44px;
    font-size: 18px;
    line-height: 1.5;
  }

  .story-v2-value p {
    grid-area: body;
    margin: 9px 0 0;
    font-size: 13px;
    line-height: 1.72;
  }

  .story-v2-journey {
    overflow: hidden;
  }

  .story-v2-journey > .story-v2-board__image {
    width: 172%;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: left top;
  }

  .story-v2-journey__panel {
    padding: 44px 20px 42px;
  }

  .story-v2-journey h2 {
    margin-top: 30px;
    font-size: clamp(40px, 10.8vw, 46px);
    line-height: 1.18;
  }

  .story-v2-journey__intro {
    max-width: calc(100% - 52px);
    margin: 20px 0 32px 52px;
    font-size: 13px;
    line-height: 1.82;
  }

  .story-v2-timeline li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .story-v2-timeline time {
    font-size: 17px;
  }

  .story-v2-timeline h3 {
    font-size: 18px;
    line-height: 1.42;
  }

  .story-v2-timeline p {
    margin-top: 5px;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .story-v2-places {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
  }

  .story-v2-places span,
  .story-v2-places span:last-child {
    padding: 14px 5px;
    border-right: 1px solid rgba(24, 25, 24, 0.24);
    border-bottom: 0;
    font-size: 10px;
    letter-spacing: 0.03em;
    line-height: 1.55;
  }

  .story-v2-places span:last-child {
    border-right: 0;
  }

  .story-v2-journey__footer {
    margin-top: 42px;
    align-items: end;
  }

  .story-v2-journey__footer a {
    font-size: 13px;
  }
}

/* 2026-08-30 suite327: approved product dossier system.
   The shared template follows the selected fused editorial board: one quiet
   hero, one text-only index, open information rows, formula imagery, method,
   FAQ and a compact related-product close. Decorative chapter numbers and
   card-like dot modules are intentionally removed. */
.product-editorial-dossier {
  --pdp-paper: #e4e5e1;
  --pdp-paper-soft: #ececea;
  --pdp-paper-light: #f4f4f1;
  --pdp-ink: #181918;
  --pdp-muted: rgba(24, 25, 24, 0.64);
  --pdp-line: rgba(24, 25, 24, 0.2);
  background: var(--pdp-paper-light);
}

.product-editorial-dossier main.page {
  overflow: clip;
  background: var(--pdp-paper-light);
}

.product-editorial-dossier .site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: blur(0);
}

html.is-site-header-scrolled .product-editorial-dossier .site-header,
html.is-menu-open .product-editorial-dossier .site-header,
html.is-nav-panel-open .product-editorial-dossier .site-header,
.product-editorial-dossier .site-header:hover,
.product-editorial-dossier .site-header:focus-within {
  border-bottom-color: var(--pdp-line);
  background: rgba(228, 229, 225, 0.94);
  backdrop-filter: blur(18px);
}

html.is-site-header-hidden:not(.is-menu-open):not(.is-nav-panel-open) .product-editorial-dossier .site-header {
  transform: none;
}

.product-detail.product-detail--design2.pdp-dossier-hero {
  display: grid;
  grid-template-columns: minmax(500px, 1.04fr) minmax(500px, 0.96fr);
  min-height: clamp(690px, 100svh, 920px);
  border-bottom: 1px solid var(--pdp-line);
  background: var(--pdp-paper-light);
}

.pdp-dossier-hero .product-design2-copy {
  grid-column: 1;
  grid-row: 1;
  min-height: inherit;
  justify-content: center;
  padding: calc(var(--header-h) + clamp(46px, 6vw, 86px)) clamp(52px, 6vw, 96px) clamp(54px, 6vw, 88px);
  border-right: 1px solid var(--pdp-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.04) 58%),
    var(--pdp-paper-light);
}

.pdp-dossier-hero .product-design2-media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-height: inherit;
  height: auto;
  border: 0;
  background: #d3d5d1;
}

.pdp-dossier-hero .product-design2-media::before,
.pdp-dossier-hero .product-design2-media::after {
  display: none;
}

.pdp-dossier-hero .product-design2-media img.product-design2-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(0.96) brightness(1.04);
  transform: none;
}

.product-editorial-dossier .pdp-dossier-hero .product-design2-media img.product-design2-product-anchor {
  position: absolute;
  z-index: 2;
  right: auto;
  bottom: 7%;
  left: 56%;
  width: auto;
  max-width: 68%;
  height: 69%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 30px 34px rgba(24, 25, 24, 0.28));
  transform: translateX(-50%);
}

.product-editorial-dossier[data-product-id="serumOil"] .pdp-dossier-hero .product-design2-product-anchor,
.product-editorial-dossier[data-product-id="peptideOil"] .pdp-dossier-hero .product-design2-product-anchor {
  height: 58%;
}

.product-editorial-dossier[data-product-id="renewalSerum"] .pdp-dossier-hero .product-design2-product-anchor {
  height: 64%;
}

.product-editorial-dossier[data-product-id="avocadoButter"] .pdp-dossier-hero .product-design2-product-anchor,
.product-editorial-dossier[data-product-id="lavenderButter"] .pdp-dossier-hero .product-design2-product-anchor,
.product-editorial-dossier[data-product-id="lavenderScrub"] .pdp-dossier-hero .product-design2-product-anchor {
  height: 54%;
}

.pdp-dossier-hero .breadcrumb {
  display: none;
}

.pdp-dossier-hero .product-design2-copy > .eyebrow {
  margin: 0 0 24px;
  color: var(--pdp-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.pdp-dossier-hero .product-design2-copy h1 {
  max-width: 12em;
  font-family: var(--serif);
  font-size: clamp(35px, 3.25vw, 54px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.pdp-dossier-hero .product-design2-name-core {
  white-space: normal;
}

.pdp-dossier-hero .product-design2-tagline {
  max-width: 33em;
  margin-top: 28px;
  color: var(--pdp-muted);
  font-size: 14px;
  line-height: 1.85;
}

.pdp-dossier-hero .product-design2-description,
.pdp-dossier-hero .product-commerce-meta {
  display: none;
}

.pdp-dossier-hero .pdp-dossier-facts {
  width: min(100%, 540px);
  margin-top: clamp(32px, 4vw, 50px);
  border-color: var(--pdp-line);
}

.pdp-dossier-hero .pdp-dossier-facts div {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  padding: 11px 0;
  border-color: var(--pdp-line);
}

.pdp-dossier-hero .pdp-dossier-facts dt,
.pdp-dossier-hero .pdp-dossier-facts dd {
  font-size: 12px;
  line-height: 1.65;
}

.pdp-dossier-hero .pdp-dossier-facts dt {
  font-weight: 600;
}

.pdp-dossier-hero .product-purchase-link {
  min-width: 210px;
  min-height: 52px;
  justify-content: space-between;
  margin-top: 36px;
  padding: 0 22px;
  border: 1px solid var(--pdp-ink);
  background: var(--pdp-ink);
  color: #f4f4f1;
  font-size: 12px;
  text-decoration: none;
}

.product-editorial-dossier .product-page-index {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 66px;
  border-top: 0;
  border-bottom: 1px solid var(--pdp-line);
  background: rgba(244, 244, 241, 0.96);
}

.product-editorial-dossier .product-page-index a {
  display: grid;
  min-height: 66px;
  padding: 0 14px;
  border: 0;
  color: var(--pdp-ink);
  place-items: center;
  text-align: center;
}

.product-editorial-dossier .product-page-index strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.product-editorial-dossier .product-page-index a:hover,
.product-editorial-dossier .product-page-index a:focus-visible {
  background: var(--pdp-paper);
  color: var(--pdp-ink);
  outline: 1px solid var(--pdp-line);
  outline-offset: -1px;
}

.pdp-dossier-content.product-information-design2 {
  border: 0;
  background: var(--pdp-paper-light);
}

.pdp-editorial-overview,
.pdp-editorial-narrative,
.pdp-editorial-metrics,
.pdp-editorial-ingredients,
.pdp-editorial-faq,
.pdp-dossier-use,
.pdp-dossier-related > .section-head,
.pdp-dossier-related > .product-row {
  width: min(calc(100% - 96px), 1180px);
  margin-right: auto;
  margin-left: auto;
}

.pdp-editorial-overview,
.pdp-editorial-ingredients,
.pdp-editorial-faq,
.pdp-dossier-use,
.pdp-dossier-related {
  scroll-margin-top: calc(var(--header-h) + 16px);
}

.pdp-editorial-overview {
  padding: clamp(76px, 8vw, 120px) 0 clamp(62px, 7vw, 96px);
}

.pdp-editorial-overview > header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 66px);
}

.pdp-editorial-overview h2,
.pdp-editorial-overview p,
.pdp-editorial-benefits h3,
.pdp-editorial-benefits p,
.pdp-editorial-narrative h2,
.pdp-editorial-narrative p,
.pdp-editorial-ingredients h2,
.pdp-editorial-ingredients h3,
.pdp-editorial-ingredients p,
.pdp-dossier-use h2,
.pdp-dossier-use p,
.pdp-editorial-faq h2,
.pdp-editorial-faq p {
  margin-top: 0;
}

.pdp-editorial-overview h2 {
  margin-bottom: 0;
  font: 400 clamp(44px, 5.1vw, 72px)/1.08 var(--serif);
  letter-spacing: -0.045em;
}

.pdp-editorial-overview > header > p {
  max-width: 42em;
  margin-bottom: 5px;
  color: var(--pdp-muted);
  font-size: 12px;
  line-height: 1.8;
}

.pdp-editorial-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pdp-line);
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-editorial-benefits article {
  min-width: 0;
  padding: 30px clamp(20px, 3.2vw, 42px) 34px 0;
}

.pdp-editorial-benefits article + article {
  padding-left: clamp(20px, 3.2vw, 42px);
}

.pdp-editorial-benefits h3 {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.18;
}

.pdp-editorial-benefits p {
  max-width: 28em;
  margin-bottom: 0;
  color: var(--pdp-muted);
  font-size: 13px;
  line-height: 1.8;
}

.pdp-editorial-narrative {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
  padding: clamp(60px, 7vw, 100px) 0;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-editorial-narrative h2 {
  max-width: 13em;
  margin-bottom: 0;
  font: 400 clamp(36px, 4.3vw, 60px)/1.15 var(--serif);
  letter-spacing: -0.035em;
}

.pdp-editorial-narrative p {
  margin-bottom: 0;
  color: var(--pdp-muted);
  font-size: 13px;
  line-height: 1.9;
}

.pdp-editorial-narrative p + p {
  margin-top: 16px;
}

.pdp-editorial-narrative p:first-child {
  color: var(--pdp-ink);
}

.pdp-editorial-proof {
  padding-top: 16px;
  border-top: 1px solid var(--pdp-line);
  color: var(--pdp-ink) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em;
}

.pdp-editorial-metrics {
  padding: 0 0 clamp(68px, 8vw, 112px);
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-editorial-metrics > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 24px;
}

.pdp-editorial-metrics .eyebrow,
.pdp-editorial-metrics h2 {
  margin: 0;
}

.pdp-editorial-metrics .eyebrow {
  color: var(--pdp-muted);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.pdp-editorial-metrics h2 {
  font: 400 clamp(30px, 4vw, 52px)/1.1 var(--serif);
}

.pdp-editorial-metrics .product-metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pdp-editorial-metrics .product-metric-grid article {
  min-height: 190px;
  padding: clamp(26px, 3vw, 44px);
}

.pdp-editorial-metrics .product-metric-grid strong {
  margin-bottom: clamp(48px, 6vw, 86px);
  font-size: clamp(38px, 4.4vw, 64px);
}

.pdp-editorial-ingredients {
  padding: clamp(62px, 7vw, 104px) 0 clamp(72px, 8vw, 118px);
}

.pdp-editorial-ingredients > header {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.pdp-editorial-ingredients .eyebrow,
.pdp-dossier-use .eyebrow,
.pdp-editorial-faq .eyebrow {
  margin-bottom: 14px;
  color: var(--pdp-muted);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.pdp-editorial-ingredients h2,
.pdp-dossier-use h2,
.pdp-editorial-faq h2 {
  margin-bottom: 0;
  font: 400 clamp(36px, 4vw, 56px)/1.12 var(--serif);
  letter-spacing: -0.035em;
}

.pdp-editorial-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
}

.pdp-editorial-ingredient-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pdp-editorial-ingredient-grid h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 400;
  line-height: 1.18;
}

.pdp-editorial-ingredient-grid p {
  min-height: 4.9em;
  margin-bottom: 22px;
  color: var(--pdp-muted);
  font-size: 12px;
  line-height: 1.7;
}

.pdp-editorial-ingredient-grid figure {
  width: 100%;
  margin: auto 0 0;
  aspect-ratio: 2.1 / 1;
  overflow: hidden;
  background: var(--pdp-paper);
}

.pdp-editorial-ingredient-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(0.94) brightness(1.04);
}

.pdp-dossier-use.product-use-design2 {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(360px, 1.32fr) minmax(240px, 0.78fr);
  min-height: 390px;
  margin-bottom: clamp(44px, 6vw, 74px);
  border: 0;
  background: #dcddda;
}

.pdp-dossier-use-copy {
  align-self: center;
  padding: clamp(32px, 4vw, 60px);
}

.pdp-dossier-use-copy > p:last-child {
  max-width: 30em;
  margin: 24px 0 0;
  color: var(--pdp-muted);
  font-size: 13px;
  line-height: 1.85;
}

.pdp-dossier-use-stage {
  position: relative;
  min-width: 0;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(24, 25, 24, 0.12);
  border-left: 1px solid rgba(24, 25, 24, 0.12);
  background: #d3d5d1;
}

.pdp-dossier-use-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(0.9) brightness(1.1);
  opacity: 0.7;
}

.pdp-dossier-use-packshot {
  position: absolute;
  z-index: 1;
  right: auto;
  bottom: 7%;
  left: 50%;
  width: auto;
  max-width: 58%;
  height: 72%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 24px rgba(24, 25, 24, 0.24));
  transform: translateX(-50%);
}

.pdp-dossier-use-steps {
  display: grid;
  align-content: center;
  gap: 26px;
  margin: 0;
  padding: clamp(32px, 4vw, 58px);
  list-style: none;
}

.pdp-dossier-use-steps li {
  display: grid;
  gap: 5px;
}

.pdp-dossier-use-steps strong,
.pdp-dossier-use-steps span {
  display: block;
}

.pdp-dossier-use-steps strong {
  font-size: 12px;
  font-weight: 600;
}

.pdp-dossier-use-steps span {
  color: var(--pdp-muted);
  font-size: 12px;
  line-height: 1.65;
}

.pdp-editorial-faq {
  padding-bottom: clamp(66px, 8vw, 112px);
}

.pdp-editorial-faq > header {
  display: none;
}

.pdp-editorial-faq-list {
  border-top: 1px solid var(--pdp-line);
}

.pdp-editorial-faq-list details {
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-editorial-faq-list summary {
  min-height: 64px;
  padding: 18px 4px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.75vw, 24px);
  line-height: 1.35;
  cursor: pointer;
}

.pdp-editorial-faq-list details[open] summary {
  color: var(--pdp-ink);
}

.pdp-editorial-faq-list p {
  max-width: 68em;
  margin-bottom: 0;
  padding: 0 28px 24px 4px;
  color: var(--pdp-muted);
  font-size: 13px;
  line-height: 1.85;
}

.pdp-editorial-disclaimer {
  margin: 24px 0 0;
  color: rgba(24, 25, 24, 0.48);
  font-size: 10px;
  line-height: 1.75;
}

.pdp-dossier-related.range {
  padding: clamp(48px, 5vw, 70px) 0;
  border-top: 1px solid var(--pdp-line);
  background: var(--pdp-paper-soft);
}

.pdp-dossier-related > .section-head {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-dossier-related > .section-head::before {
  display: none;
}

.pdp-dossier-related > .section-head .eyebrow {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.pdp-dossier-related > .section-head h2 {
  margin: 0;
  font: 400 clamp(30px, 3.4vw, 46px)/1.12 var(--serif);
}

.pdp-dossier-related > .section-head .text-link {
  margin: 0 0 6px;
  font-size: 11px;
}

.pdp-dossier-related > .product-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.pdp-dossier-related .product-card,
.pdp-dossier-related .product-card:last-child {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 24px;
  align-content: center;
  min-height: 142px;
  padding: 22px clamp(22px, 3vw, 42px);
  border: 0;
  border-right: 1px solid var(--pdp-line);
  background: transparent;
  text-align: left;
}

.pdp-dossier-related .product-card:nth-child(2) {
  border-right: 0;
}

.pdp-dossier-related .product-card[hidden] {
  display: none;
}

.product-editorial-dossier .pdp-dossier-related.reveal-item,
.product-editorial-dossier .pdp-dossier-related .product-card.reveal-item {
  opacity: 1;
  transform: none;
}

.pdp-dossier-related .product-image {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 92px;
  height: 126px;
  margin: 0;
  background: transparent;
}

.pdp-dossier-related .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(24, 25, 24, 0.18));
}

.pdp-dossier-related .product-card > span,
.pdp-dossier-related .product-card > strong,
.pdp-dossier-related .product-card > em {
  grid-column: 2;
  align-self: end;
  margin: 0;
}

.pdp-dossier-related .product-card > span {
  color: var(--pdp-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.pdp-dossier-related .product-card > strong {
  align-self: center;
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
}

.pdp-dossier-related .product-card > em {
  align-self: start;
  color: var(--pdp-muted);
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 980px) {
  .product-detail.product-detail--design2.pdp-dossier-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .pdp-dossier-hero .product-design2-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 5 / 4;
    border-bottom: 1px solid var(--pdp-line);
  }

  .pdp-dossier-hero .product-design2-copy {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    padding: clamp(54px, 8vw, 82px) clamp(34px, 7vw, 70px) clamp(58px, 8vw, 86px);
    border-right: 0;
  }

  .pdp-editorial-overview,
  .pdp-editorial-narrative,
  .pdp-editorial-ingredients,
  .pdp-editorial-faq,
  .pdp-dossier-use,
  .pdp-dossier-related > .section-head,
  .pdp-dossier-related > .product-row {
    width: min(calc(100% - 56px), 860px);
  }

  .pdp-dossier-use.product-use-design2 {
    grid-template-columns: minmax(220px, 0.82fr) minmax(320px, 1.18fr);
  }

  .pdp-dossier-use-steps {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--pdp-line);
  }
}

@media (max-width: 760px) {
  .product-editorial-dossier .site-header {
    background: transparent;
    border-bottom-color: transparent;
  }

  html.is-site-header-scrolled .product-editorial-dossier .site-header,
  html.is-menu-open .product-editorial-dossier .site-header,
  html.is-nav-panel-open .product-editorial-dossier .site-header {
    border-bottom-color: var(--pdp-line);
    background: rgba(228, 229, 225, 0.96);
  }

  .pdp-dossier-hero .product-design2-media {
    min-height: 520px;
    aspect-ratio: auto;
  }

  .product-editorial-dossier .pdp-dossier-hero .product-design2-media img.product-design2-product-anchor {
    bottom: 5%;
    left: 53%;
    max-width: 76%;
    height: 70%;
  }

  .product-editorial-dossier[data-product-id="serumOil"] .pdp-dossier-hero .product-design2-product-anchor,
  .product-editorial-dossier[data-product-id="peptideOil"] .pdp-dossier-hero .product-design2-product-anchor {
    height: 59%;
  }

  .product-editorial-dossier[data-product-id="avocadoButter"] .pdp-dossier-hero .product-design2-product-anchor,
  .product-editorial-dossier[data-product-id="lavenderButter"] .pdp-dossier-hero .product-design2-product-anchor,
  .product-editorial-dossier[data-product-id="lavenderScrub"] .pdp-dossier-hero .product-design2-product-anchor {
    height: 52%;
  }

  .pdp-dossier-hero .product-design2-copy {
    padding: 48px 20px 58px;
  }

  .pdp-dossier-hero .product-design2-copy > .eyebrow {
    margin-bottom: 18px;
  }

  .pdp-dossier-hero .product-design2-copy h1 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 40px);
  }

  .pdp-dossier-hero .product-design2-tagline {
    margin-top: 22px;
    font-size: 13px;
  }

  .pdp-dossier-hero .pdp-dossier-facts {
    margin-top: 30px;
  }

  .pdp-dossier-hero .pdp-dossier-facts div {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
  }

  .pdp-dossier-hero .product-purchase-link {
    width: 100%;
    margin-top: 30px;
  }

  .product-editorial-dossier .product-page-index {
    display: flex;
    min-height: 58px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .product-editorial-dossier .product-page-index::-webkit-scrollbar {
    display: none;
  }

  .product-editorial-dossier .product-page-index a {
    flex: 0 0 auto;
    min-width: 116px;
    min-height: 58px;
    padding: 0 16px;
  }

  .product-editorial-dossier .product-page-index strong {
    margin: 0;
    font-size: 14px;
  }

  .pdp-editorial-overview,
  .pdp-editorial-narrative,
  .pdp-editorial-ingredients,
  .pdp-editorial-faq,
  .pdp-dossier-use,
  .pdp-dossier-related > .section-head,
  .pdp-dossier-related > .product-row {
    width: calc(100% - 40px);
  }

  .pdp-editorial-overview {
    padding: 66px 0 54px;
  }

  .pdp-editorial-overview > header,
  .pdp-editorial-narrative {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .pdp-editorial-overview > header {
    margin-bottom: 34px;
  }

  .pdp-editorial-overview h2 {
    font-size: clamp(39px, 11vw, 50px);
  }

  .pdp-editorial-benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-editorial-benefits article,
  .pdp-editorial-benefits article + article {
    padding: 24px 0 26px;
    border-bottom: 1px solid var(--pdp-line);
  }

  .pdp-editorial-benefits article:last-child {
    border-bottom: 0;
  }

  .pdp-editorial-benefits h3 {
    font-size: 26px;
  }

  .pdp-editorial-narrative {
    padding: 52px 0;
  }

  .pdp-editorial-narrative h2 {
    font-size: clamp(34px, 9.6vw, 44px);
  }

  .pdp-editorial-ingredients {
    padding: 54px 0 64px;
  }

  .pdp-editorial-ingredient-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .pdp-editorial-ingredient-grid p {
    min-height: 0;
    margin-bottom: 18px;
  }

  .pdp-editorial-ingredient-grid figure {
    aspect-ratio: 2 / 1;
  }

  .pdp-dossier-use.product-use-design2 {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 44px;
  }

  .pdp-dossier-use-copy {
    padding: 42px 24px 34px;
  }

  .pdp-dossier-use-stage {
    grid-column: 1;
    min-height: 390px;
    border-right: 0;
    border-left: 0;
  }

  .pdp-dossier-use-steps {
    grid-column: 1;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 30px 24px 38px;
  }

  .pdp-editorial-faq {
    padding-bottom: 68px;
  }

  .pdp-editorial-faq-list summary {
    min-height: 60px;
    padding: 17px 2px;
    font-size: 20px;
  }

  .pdp-dossier-related.range {
    padding: 48px 0 52px;
  }

  .pdp-dossier-related > .section-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 20px;
    padding-bottom: 20px;
  }

  .pdp-dossier-related > .section-head .eyebrow {
    grid-column: 1 / -1;
  }

  .pdp-dossier-related > .section-head h2 {
    font-size: 34px;
  }

  .pdp-dossier-related > .product-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-dossier-related .product-card,
  .pdp-dossier-related .product-card:last-child {
    min-height: 132px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--pdp-line);
  }

  .pdp-dossier-related .product-image {
    height: 112px;
  }
}

/* 2026-08-31 suite345: selected mobile philosophy layout.
   The approved LESS / IS MORE lettering keeps its original grey treatment,
   now on a truly transparent asset with no rectangular background. */
@media (max-width: 760px) {
  .story-v2-philosophy__copy {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    align-content: start;
    min-height: clamp(820px, 216.41vw, 900px);
    padding: 0 32px 48px;
    overflow: hidden;
    background-color: #e4e5e1;
    background-image: url("../images/brand/enita-paper-grain-origin-panel-v20260831.png");
    background-repeat: repeat;
    background-size: 128px 128px;
    background-blend-mode: soft-light;
  }

  .story-v2-philosophy .story-v2-kicker {
    margin: 64px 0 0;
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }

  .story-v2-philosophy .story-v2-kicker::after {
    display: block;
    width: 35px;
    margin: 16px 0 0;
  }

  .story-v2-philosophy__lockup {
    width: min(calc(100% + 8px), 340px);
    max-width: none;
    margin: 62px 0 0;
    mix-blend-mode: normal;
    opacity: 1;
  }

  .story-v2-philosophy h2 {
    margin: 118px 0 0;
    font-size: clamp(42px, 10.8vw, 46px);
    letter-spacing: -0.055em;
    line-height: 1.12;
  }

  .story-v2-philosophy h2 span {
    margin: 10px 0 0;
  }

  .story-v2-philosophy__notes {
    display: block;
    width: 56%;
    margin: 58px 0 0 44%;
    padding: 0 0 10px 16px;
    border-left: 1px solid rgba(24, 25, 24, 0.25);
  }

  .story-v2-philosophy__lead {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(12.5px, 3.34vw, 13px);
    letter-spacing: 0;
    line-height: 2.9;
  }

  .story-v2-philosophy__rule {
    max-width: none;
    margin: 16px 0 0;
    color: rgba(24, 25, 24, 0.76);
    font-size: clamp(12px, 3.2vw, 13px);
    letter-spacing: 0.01em;
    line-height: 2;
  }
}

/* suite355 final cascade: keep the PPT-aligned additions above later legacy suites. */
.product-card-commerce {
  margin: 2px 0 0;
  color: rgba(24, 25, 24, 0.68);
  font-family: var(--font-latin);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.story-v2-skinimalism {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
}

.story-v2-skinimalism__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(58px, 7.2vw, 104px) clamp(44px, 6vw, 88px);
  border-right: 1px solid rgba(24, 25, 24, 0.24);
}

.story-v2-skinimalism__wordmark {
  width: min(100%, 520px);
  height: auto;
  margin: clamp(70px, 9vw, 130px) 0 0;
}

.story-v2-skinimalism h1 {
  max-width: 8.5em;
  margin: clamp(58px, 7vw, 104px) 0 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.7vw, 68px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.2;
}

.story-v2-skinimalism h1 > span {
  display: block;
  white-space: nowrap;
}

.story-v2-skinimalism__copy > p:last-child {
  max-width: 23em;
  margin: clamp(28px, 3vw, 44px) 0 0 16%;
  color: rgba(24, 25, 24, 0.68);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 2;
}

.story-v2-skinimalism__media {
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.story-v2-skinimalism__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(0.98);
}

.story-v2-identity-group {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
}

.story-v2-identity-group__identity {
  min-width: 0;
  padding: clamp(54px, 6.2vw, 90px) clamp(42px, 5vw, 76px);
  border-right: 1px solid rgba(24, 25, 24, 0.24);
}

.story-v2-identity-group__identity > img {
  display: block;
  width: min(142px, 28%);
  height: auto;
  margin: clamp(42px, 5vw, 72px) 0 clamp(40px, 4.5vw, 66px) auto;
}

.story-v2-identity-group h2 {
  max-width: 8.4em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.14;
}

.story-v2-identity-group__identity > p:not(.story-v2-kicker) {
  max-width: 28em;
  margin: 28px 0 0 13%;
  color: rgba(24, 25, 24, 0.68);
  font-size: 14px;
  line-height: 1.9;
}

.story-v2-identity-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: clamp(42px, 5vw, 76px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(24, 25, 24, 0.28);
  border-bottom: 1px solid rgba(24, 25, 24, 0.28);
  list-style: none;
}

.story-v2-identity-list li {
  min-width: 0;
  padding: 18px 10px 20px;
  border-right: 1px solid rgba(24, 25, 24, 0.22);
}

.story-v2-identity-list li:last-child { border-right: 0; }
.story-v2-identity-list strong { display: block; font-family: var(--serif); font-size: clamp(30px, 3vw, 44px); font-weight: 400; }
.story-v2-identity-list h3,
.story-v2-identity-list p { margin: 8px 0 0; overflow-wrap: anywhere; font-size: 9px; font-weight: 400; letter-spacing: 0.04em; line-height: 1.45; }
.story-v2-identity-list p { color: rgba(24, 25, 24, 0.62); }

.story-v2-identity-group__group {
  display: grid;
  grid-template-rows: minmax(0, 56%) minmax(0, 44%);
  min-width: 0;
  height: 100%;
}

.story-v2-identity-group__group figure { min-height: 0; margin: 0; overflow: hidden; }
.story-v2-identity-group__group figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(0.98); }
.story-v2-identity-group__group > div { padding: clamp(36px, 4vw, 58px) clamp(38px, 4.5vw, 66px); border-top: 1px solid rgba(24, 25, 24, 0.24); }
.story-v2-identity-group__group h2 { margin-top: 26px; font-size: clamp(34px, 3.6vw, 52px); }
.story-v2-identity-group__group > div > p:not(.story-v2-kicker):not(.story-v2-group-note) { max-width: 35em; margin: 22px 0 0; color: rgba(24, 25, 24, 0.68); font-size: 13px; line-height: 1.85; }
.story-v2-group-note { margin: 24px 0 0; color: rgba(24, 25, 24, 0.48); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }

.contact-brand-formula { display: grid; gap: 28px; padding: clamp(62px, 7.5vw, 108px) clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); background: #e4e5e1; }
.contact-brand-formula > p { margin: 0; color: rgba(24, 25, 24, 0.58); font-family: var(--font-latin); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
.contact-brand-formula > p:last-child { justify-self: end; }
.contact-brand-formula h2 { display: flex; gap: clamp(14px, 2.6vw, 38px); align-items: baseline; justify-content: center; margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 58px); font-weight: 400; line-height: 1.3; }
.contact-brand-formula h2 span { display: grid; gap: 8px; text-align: center; }
.contact-brand-formula h2 i { font-family: var(--font-latin); font-size: 0.19em; font-style: normal; letter-spacing: 0.16em; }
.contact-brand-formula h2 b { font-family: var(--font-latin); font-size: 0.52em; font-weight: 300; }

.official-channel-card { display: grid; grid-template-rows: auto 1fr; min-height: 0; padding: 0; }
.official-channel-media { display: grid; aspect-ratio: 1 / 1; padding: clamp(28px, 3vw, 44px); place-items: center; border-bottom: 1px solid var(--line); background: #e4e5e1; }
.official-channel-media img { display: block; width: min(78%, 248px); height: min(78%, 248px); object-fit: contain; mix-blend-mode: multiply; }
.official-channel-card-copy { display: flex; min-width: 0; min-height: 260px; padding: 26px 24px 28px; flex-direction: column; }
.official-channel-card-copy > span,
.official-channel-card-copy > b { color: var(--faint); font-size: 10px; font-weight: 400; letter-spacing: 0.11em; line-height: 1.5; text-transform: uppercase; }
.official-channel-card-copy h3 { margin: 28px 0 14px; font-size: clamp(22px, 2.2vw, 31px); }
.official-channel-card-copy p { min-height: 0; margin-bottom: 26px; font-size: 13px; }
.official-channel-card-copy > b { margin-top: auto; }

@media (max-width: 980px) {
  .story-v2-skinimalism,
  .story-v2-identity-group { grid-template-columns: 1fr; }
  .story-v2-skinimalism__copy,
  .story-v2-identity-group__identity { border-right: 0; border-bottom: 1px solid rgba(24, 25, 24, 0.24); }
  .story-v2-skinimalism__media { aspect-ratio: 4 / 5; }
  .story-v2-identity-group__group { height: auto; grid-template-rows: auto auto; }
  .story-v2-identity-group__group figure { aspect-ratio: 5 / 4; }
}

@media (max-width: 760px) {
  .home-page .journal-list--editorial > .section-head h2 { max-width: none; font-size: clamp(30px, 9.4vw, 40px); letter-spacing: -0.045em; white-space: nowrap; }
  .emotion-archive-hero__media { grid-row: 1; width: 100%; min-height: 0; aspect-ratio: 4 / 5; }
  .emotion-archive-hero__copy { grid-row: 2; min-height: 0; padding: 48px 20px 42px; }
  .emotion-archive-hero h1 { max-width: none; font-size: clamp(45px, 13.6vw, 56px); white-space: nowrap; }
  .story-v2-skinimalism__copy { min-height: 620px; padding: 58px 20px 64px; }
  .story-v2-skinimalism__wordmark { width: 100%; margin-top: 86px; }
  .story-v2-skinimalism h1 { margin-top: 82px; font-size: clamp(39px, 10.8vw, 46px); }
  .story-v2-skinimalism__copy > p:last-child { margin: 30px 0 0 14%; font-size: 13px; }
  .story-v2-identity-group__identity { padding: 52px 20px 60px; }
  .story-v2-identity-group__identity > img { width: 116px; margin: 44px 0 64px auto; }
  .story-v2-identity-group h2 { font-size: clamp(40px, 11vw, 48px); }
  .story-v2-identity-group__identity > p:not(.story-v2-kicker) { margin-left: 14%; font-size: 13px; }
  .story-v2-identity-list { grid-template-columns: 1fr; margin-top: 44px; }
  .story-v2-identity-list li { display: grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(24, 25, 24, 0.2); }
  .story-v2-identity-list li:last-child { border-bottom: 0; }
  .story-v2-identity-list strong,
  .story-v2-identity-list h3,
  .story-v2-identity-list p { margin: 0; }
  .story-v2-identity-group__group > div { padding: 46px 20px 54px; }
  .contact-brand-formula { gap: 22px; padding: 54px 20px 60px; }
  .contact-brand-formula h2 { display: grid; grid-template-columns: 1fr; gap: 18px; font-size: 36px; }
  .contact-brand-formula h2 b { justify-self: center; }
  .official-channel-card-copy { min-height: 220px; }
}

/* 2026-08-31: reference-led homepage Hero positioning and bordered sensory entry. */
.hero-home-concept-carousel .hero-home-message {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: block;
  width: 100%;
  min-height: 100%;
  padding: 0;
  color: rgba(24, 25, 24, 0.88);
  pointer-events: none;
  transition: color 320ms ease;
}

.hero-home-concept-carousel .hero-home-message__inner {
  position: absolute;
  left: 50%;
  bottom: clamp(46px, 6.4vh, 68px);
  display: grid;
  width: min(520px, calc(100% - 48px));
  gap: 13px;
  justify-items: center;
  color: inherit;
  transform: translateX(-50%);
}

.hero-home-concept-carousel .hero-home-message__positioning,
.hero-home-concept-carousel .hero-cover-copy .hero-home-message__positioning {
  width: auto;
  max-width: 100%;
  margin: 0;
  color: inherit;
  font-family: var(--font-latin), var(--font-body-cn);
  font-size: clamp(10px, 0.76vw, 12px);
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 12px rgba(228, 229, 225, 0.72);
  text-transform: none;
  white-space: nowrap;
}

.hero-home-concept-carousel .hero-home-message__cta,
.hero-home-concept-carousel .hero-cover-copy .hero-home-message__cta {
  display: inline-flex;
  width: min(196px, 100%);
  min-height: 38px;
  margin: 0;
  padding: 8px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-family: var(--font-body-cn);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(228, 229, 225, 0.66);
  pointer-events: auto;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    text-shadow 240ms ease;
}

.hero-home-concept-carousel .hero-home-message__cta:hover,
.hero-home-concept-carousel .hero-home-message__cta:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  text-shadow: none;
}

.hero-home-concept-carousel .hero-home-message__cta:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

html.is-home-page.is-home-hero-dark .hero-home-message {
  color: rgba(228, 229, 225, 0.94);
}

html.is-home-page.is-home-hero-dark .hero-home-message__positioning,
html.is-home-page.is-home-hero-dark .hero-home-message__cta {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

html.is-home-page.is-home-hero-dark .hero-home-message__cta:hover,
html.is-home-page.is-home-hero-dark .hero-home-message__cta:focus-visible {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
  text-shadow: none;
}

html.is-home-page.is-home-hero-dark .home-hero-carousel__dot::before {
  background: rgba(228, 229, 225, 0.42);
}

html.is-home-page.is-home-hero-dark .home-hero-carousel__dot.is-active::before {
  background: var(--paper);
}

@media (max-width: 760px) {
  .hero-home-concept-carousel .hero-home-message__inner {
    bottom: calc(64px + env(safe-area-inset-bottom));
    width: calc(100% - 36px);
    gap: 11px;
  }

  .hero-home-concept-carousel .hero-home-message__positioning {
    font-size: 10px;
    letter-spacing: 0.09em;
  }

  .hero-home-concept-carousel .hero-home-message__cta,
  .hero-home-concept-carousel .hero-cover-copy .hero-home-message__cta {
    width: min(176px, 100%);
    min-height: 36px;
    padding: 8px 16px;
    font-size: 11px;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  html.is-home-page.is-home-hero-first .hero-home-message__inner {
    bottom: calc(52px + env(safe-area-inset-bottom));
  }

  html.is-home-page.is-home-hero-first .hero-home-message__positioning {
    display: none;
  }

  html.is-home-page.is-home-hero-science .hero-home-message__inner,
  .hero-home-concept-carousel:has(.home-hero-slide:nth-child(2).is-active) .hero-home-message__inner {
    right: auto;
    bottom: calc(110px + env(safe-area-inset-bottom));
    left: 22px;
    width: 176px;
    justify-items: start;
    transform: none;
  }

  html.is-home-page.is-home-hero-science .hero-home-message__positioning,
  .hero-home-concept-carousel:has(.home-hero-slide:nth-child(2).is-active) .hero-home-message__positioning {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-home-concept-carousel .hero-home-message,
  .hero-home-concept-carousel .hero-home-message__cta {
    transition: none;
  }
}

/* 2026-08-31: PPT-aligned homepage cleanical information rail. */
.home-page .home-brand-philosophy-copy {
  background-color: #f5f4f1;
  background-image: url("../images/brand/enita-paper-grain-origin-panel-v20260831.png");
  background-repeat: repeat;
  background-size: 128px 128px;
  background-blend-mode: soft-light;
}

.home-page .home-philosophy-principle {
  display: grid;
  gap: 8px;
  margin: 0 0 clamp(34px, 3.7vw, 52px);
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line);
}

.home-page .home-philosophy-principle h3 {
  max-width: 13em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.22;
}

.home-page .home-philosophy-principle p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.035em;
  line-height: 1.45;
}

.home-page .home-brand-philosophy-copy > .eyebrow {
  margin: 0;
}

.home-page .home-brand-philosophy-copy > h2 {
  max-width: 9.5em;
  margin: 13px 0 20px;
  font-size: clamp(36px, 3.55vw, 54px);
  line-height: 1.12;
}

.home-page .home-brand-philosophy-copy > p:not(.eyebrow) {
  max-width: 34em;
  font-size: 14px;
}

.home-page .home-brand-philosophy-copy .home-philosophy-pillars {
  margin: clamp(26px, 3vw, 38px) 0 0;
  border-bottom: 1px solid var(--line);
}

.home-page .home-brand-philosophy-copy .home-philosophy-pillars > div {
  grid-template-columns: minmax(118px, 0.72fr) minmax(0, 1.28fr);
  gap: 20px;
  padding: 15px 0;
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 0;
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div {
  gap: 7px;
  min-height: 82px;
  padding: 16px 18px 14px;
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div:nth-child(odd) {
  padding-left: 0;
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div:nth-child(even) {
  padding-right: 0;
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div:nth-child(3) {
  border-left: 0;
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated strong {
  font-size: clamp(26px, 2.7vw, 39px);
  font-variant-numeric: lining-nums tabular-nums;
}

.home-page .home-brand-philosophy-copy .home-brand-proof--integrated span {
  font-size: 9px;
  letter-spacing: 0.08em;
}

.home-page .home-brand-philosophy-copy > .text-link {
  margin-top: 22px;
  align-self: flex-start;
}

@media (min-width: 981px) {
  .home-page .home-brand-philosophy-copy {
    justify-content: flex-start;
    padding: clamp(48px, 4vw, 68px) clamp(48px, 4.4vw, 72px) clamp(44px, 3.8vw, 62px) clamp(50px, 4.2vw, 76px);
  }
}

@media (max-width: 980px) {
  .home-page .home-brand-philosophy-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .home-page .home-brand-philosophy-media {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  .home-page .home-brand-philosophy-copy {
    padding: 46px 20px 50px;
  }

  .home-page .home-philosophy-principle {
    gap: 6px;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

  .home-page .home-philosophy-principle h3 {
    font-size: 29px;
  }

  .home-page .home-brand-philosophy-copy > h2 {
    max-width: 10em;
    font-size: clamp(34px, 10vw, 43px);
  }

  .home-page .home-brand-philosophy-copy .home-philosophy-pillars > div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 15px 0 16px;
  }

  .home-page .home-brand-philosophy-copy .home-brand-proof--integrated {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div {
    min-height: 78px;
    padding: 16px 12px 14px;
  }

  .home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div:first-child {
    padding-left: 0;
  }

  .home-page .home-brand-philosophy-copy .home-brand-proof--integrated > div:last-child {
    padding-right: 0;
  }

  .home-page .home-brand-philosophy-copy .home-brand-proof--integrated strong {
    font-size: clamp(22px, 7.1vw, 29px);
  }
}

/* 2026-08-31 suite361: client-confirmed Skinimalism story opener.
   The first brand-story board is intentionally typography-only: the official
   fixed wordmark, the Chinese theme and the two approved statements sit on one
   quiet paper field. The following story boards keep their existing imagery. */
.story-v2-skinimalism--brief {
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(680px, calc(100svh - var(--header-h)), 920px);
  aspect-ratio: auto;
  padding: clamp(82px, 9vw, 132px) clamp(36px, 12vw, 176px);
  place-items: center;
  background: #e4e5e1;
}

.story-v2-skinimalism--brief .story-v2-skinimalism__copy {
  display: block;
  width: min(100%, 720px);
  min-height: 0;
  padding: 0;
  border: 0;
}

.story-v2-skinimalism--brief .story-v2-skinimalism__wordmark {
  display: block;
  width: min(100%, 620px);
  height: auto;
  margin: 0;
}

.story-v2-skinimalism--brief h1 {
  max-width: none;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  /* Align to the visible ink edge of the official wordmark rather than the
     transparent image canvas (66 / 2400 = 2.75%). */
  margin-left: 17px;
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.25;
}

.story-v2-skinimalism--brief hr {
  width: min(100%, 620px);
  margin: clamp(42px, 4.2vw, 60px) 0 clamp(28px, 3vw, 42px);
  border: 0;
  border-top: 1px solid rgba(24, 25, 24, 0.34);
}

.story-v2-skinimalism--brief .story-v2-skinimalism__copy > .story-v2-skinimalism__statement {
  display: grid;
  gap: 0.45em;
  max-width: 38em;
  margin: 0;
  margin-left: 17px;
  color: rgba(24, 25, 24, 0.72);
  font-size: clamp(14px, 1.2vw, 17px);
  letter-spacing: 0.015em;
  line-height: 1.9;
}

.story-v2-skinimalism--brief .story-v2-skinimalism__statement span {
  display: block;
}

@media (max-width: 760px) {
  .story-v2-skinimalism--brief {
    min-height: calc(100svh - var(--header-h));
    padding: 70px 20px 84px;
    place-items: center stretch;
  }

  .story-v2-skinimalism--brief .story-v2-skinimalism__copy {
    width: 100%;
  }

  .story-v2-skinimalism--brief .story-v2-skinimalism__wordmark {
    width: 100%;
    margin: 0;
  }

  .story-v2-skinimalism--brief h1 {
    margin-top: 18px;
    margin-left: 2.75%;
    font-size: clamp(30px, 8.7vw, 36px);
    letter-spacing: 0.045em;
  }

  .story-v2-skinimalism--brief hr {
    width: 100%;
    margin: 40px 0 26px;
  }

  .story-v2-skinimalism--brief .story-v2-skinimalism__copy > .story-v2-skinimalism__statement {
    gap: 0.35em;
    max-width: none;
    margin-left: 2.75%;
    font-size: 13px;
    line-height: 1.95;
  }
}

@media (max-width: 360px) {
  .story-v2-skinimalism--brief .story-v2-skinimalism__statement span {
    max-width: 24em;
  }
}

/* 2026-08-31 suite367: PPT-0814 fixed-header utility placement.
   The bilingual switch and contact utility belong to the left column, the
   official lockup remains centered, the five-section rail remains below it,
   and search alone closes the lower rail on the right. */
.site-header .header-side-meta {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: clamp(12px, 1.25vw, 20px);
}

.site-header .header-contact-link {
  height: 44px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.76;
}

.site-header .header-contact-link::after {
  bottom: 4px;
}

@media (min-width: 981px) {
  .site-header .header-utility .header-side-meta,
  html.is-home-page .site-header .header-utility .header-side-meta {
    display: inline-grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: max-content max-content;
    align-self: center;
    justify-self: start;
    align-items: center;
    justify-content: start;
    min-height: 44px;
  }

  .site-header .header-utility .header-side-meta .language-toggle,
  html.is-home-page .site-header .header-utility .header-side-meta .language-toggle {
    grid-column: 1;
    grid-row: 1;
    order: 0;
    min-width: 32px;
    min-height: 44px;
    padding: 0;
    place-items: center start;
    color: var(--ink);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-shadow: none;
  }

  .site-header .header-utility .header-side-meta .header-contact-link,
  html.is-home-page .site-header .header-utility .header-side-meta .header-contact-link {
    grid-column: 2;
    grid-row: 1;
    order: 1;
  }

  html.is-home-page:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-contact-link,
  html.is-home-page.is-home-hero-dark:not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open) .site-header .header-contact-link {
    color: rgba(24, 25, 24, 0.82);
    text-shadow: none;
  }
}

@media (max-width: 980px) {
  .site-header .header-side-meta .header-contact-link {
    display: none;
  }
}

/* 2026-08-31 suite369: PPT-0814 emotional-laboratory arrow revisions.
   01 converts the opener to a centered paper preface; 02 replaces product
   imagery with three observation dossiers; 03 closes with a slow, atmospheric
   breathing field and the approved coming-soon lockup. */
.emotion-ppt {
  --emotion-accent: #697b85;
  --emotion-paper: #e8e9e5;
  --emotion-stone: #d8d9d4;
  overflow: clip;
  background: var(--emotion-paper);
}

.emotion-ppt-intro {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  min-height: clamp(760px, calc(100svh - var(--header-h)), 980px);
  padding: clamp(70px, 8vh, 108px) clamp(24px, 7vw, 108px) clamp(96px, 12vh, 138px);
  border-bottom: 1px solid rgba(24, 25, 24, 0.16);
  color: var(--emotion-accent);
  background: #e8e9e5;
}

.emotion-ppt-intro::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../images/brand/enita-paper-grain-origin-panel-v20260831.png") center / cover no-repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.13;
  pointer-events: none;
}

.emotion-ppt-intro__title {
  text-align: center;
  animation: emotion-ppt-rise 1400ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.emotion-ppt-intro__title > p {
  margin: 0;
}

.emotion-ppt-intro__title > p:first-child {
  font-family: var(--serif);
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: 0.13em;
  line-height: 1.5;
}

.emotion-ppt-intro__title h1 {
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.15;
}

.emotion-ppt-intro__title > p:last-child {
  margin-top: 2px;
  font-family: var(--serif);
  font-size: clamp(16px, 1.45vw, 22px);
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.emotion-ppt-intro__quote {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin: clamp(72px, 10vh, 118px) 0 0;
  text-align: center;
  animation: emotion-ppt-rise 1500ms 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.emotion-ppt-intro__quote p,
.emotion-ppt-intro__quote cite {
  margin: 0;
  font-style: normal;
}

.emotion-ppt-intro__quote p {
  font-family: var(--serif);
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.08em;
}

.emotion-ppt-intro__quote cite {
  font-size: 9px;
  letter-spacing: 0.08em;
}

.emotion-ppt-intro__preface {
  align-self: end;
  margin-top: clamp(58px, 8vh, 92px);
  text-align: center;
  animation: emotion-ppt-rise 1600ms 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.emotion-ppt-intro__preface p {
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: clamp(11px, 0.85vw, 13px);
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.emotion-ppt-intro__preface .emotion-ppt-intro__preface-label {
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.emotion-ppt-intro__cue {
  position: absolute;
  right: clamp(24px, 4.5vw, 72px);
  bottom: clamp(24px, 3vw, 44px);
  display: grid;
  grid-template-columns: auto auto;
  gap: 13px;
  align-items: center;
  color: var(--emotion-accent);
  font-family: var(--font-latin);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.emotion-ppt-intro__cue::before {
  width: clamp(38px, 4vw, 60px);
  height: 1px;
  background: currentColor;
  content: "";
}

.emotion-ppt-intro__cue span:first-child {
  display: none;
}

.emotion-ppt-archive {
  padding: clamp(72px, 8vw, 124px) clamp(24px, 7vw, 108px) clamp(86px, 9vw, 138px);
  background: #e1e2de;
}

.emotion-ppt-archive__head {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.9fr) minmax(260px, 0.65fr);
  gap: clamp(22px, 4vw, 68px);
  align-items: end;
  width: min(100%, 1260px);
  margin: 0 auto clamp(48px, 6vw, 82px);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(24, 25, 24, 0.26);
}

.emotion-ppt-archive__head p,
.emotion-ppt-archive__head h2,
.emotion-ppt-archive__head span {
  margin: 0;
}

.emotion-ppt-archive__head p {
  color: var(--faint);
  font-family: var(--font-latin);
  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.emotion-ppt-archive__head h2 {
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.emotion-ppt-archive__head span {
  justify-self: end;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: right;
}

.emotion-ppt-record {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(320px, 44%);
  width: min(100%, 1260px);
  margin: 0 auto;
  border-top: 1px solid rgba(24, 25, 24, 0.22);
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.emotion-ppt-record:last-child {
  border-bottom: 1px solid rgba(24, 25, 24, 0.22);
}

.emotion-ppt-record__dossier,
.emotion-ppt-record__verse {
  min-width: 0;
  min-height: clamp(390px, 31vw, 490px);
  padding: clamp(48px, 5vw, 78px) clamp(34px, 5.2vw, 82px);
}

.emotion-ppt-record__dossier {
  border-right: 1px solid rgba(24, 25, 24, 0.22);
  background: var(--emotion-stone);
}

.emotion-ppt-record__dossier > h3,
.emotion-ppt-record__verse > h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.emotion-ppt-record__dossier > h3 {
  margin-top: clamp(28px, 3.5vw, 46px);
  font-size: clamp(26px, 2.45vw, 38px);
  letter-spacing: 0.055em;
  line-height: 1.22;
  text-align: center;
}

.emotion-ppt-record__index,
.emotion-ppt-record__english,
.emotion-ppt-record__note,
.emotion-ppt-record__folio {
  margin: 0;
}

.emotion-ppt-record__index,
.emotion-ppt-record__folio {
  color: var(--faint);
  font-family: var(--font-latin);
  font-size: 9px;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.emotion-ppt-record__english,
.emotion-ppt-record__note {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.emotion-ppt-record__note {
  margin-top: 5px;
}

.emotion-ppt-record__english {
  margin-top: 7px;
  font-family: var(--serif);
}

.emotion-ppt-record__dossier dl {
  display: grid;
  gap: 0;
  margin: clamp(44px, 5vw, 70px) 0 0;
}

.emotion-ppt-record__dossier dl > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(24, 25, 24, 0.28);
}

.emotion-ppt-record__dossier dt,
.emotion-ppt-record__dossier dd {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.035em;
  line-height: 1.65;
}

.emotion-ppt-record__dossier dt {
  color: var(--ink);
}

.emotion-ppt-record__dossier dd {
  color: var(--muted);
}

.emotion-ppt-record__verse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e8e9e5;
}

.emotion-ppt-record__verse > h3 {
  margin-top: clamp(28px, 3vw, 42px);
  color: var(--emotion-accent);
  font-size: clamp(23px, 2.1vw, 34px);
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
}

.emotion-ppt-record__verse > p:not(.emotion-ppt-record__folio):not(.emotion-ppt-record__closing) {
  margin: clamp(30px, 3vw, 44px) auto 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(13px, 1.1vw, 16px);
  letter-spacing: 0.055em;
  line-height: 2.05;
  text-align: center;
}

.emotion-ppt-record__closing {
  margin: clamp(24px, 2.5vw, 36px) 0 0;
  color: var(--emotion-accent);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-align: center;
}

.emotion-ppt-finale {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(650px, 78svh, 860px);
  overflow: hidden;
  place-items: center;
  background: #838782;
}

.emotion-ppt-finale__media,
.emotion-ppt-finale__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.emotion-ppt-finale__media {
  z-index: -2;
  overflow: hidden;
}

.emotion-ppt-finale__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: contrast(0.88) brightness(0.78) saturate(0.42);
  transform: scale(1.018);
}

.emotion-ppt-finale__veil {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(36, 38, 36, 0.25), rgba(36, 38, 36, 0.44)),
    radial-gradient(circle at 50% 44%, rgba(239, 239, 235, 0.01), rgba(24, 25, 24, 0.22) 76%);
}

.emotion-ppt-finale__copy {
  padding: 70px 24px;
  color: rgba(248, 248, 244, 0.94);
  text-align: center;
  text-shadow: 0 1px 18px rgba(24, 25, 24, 0.25);
}

.emotion-ppt-finale__copy p,
.emotion-ppt-finale__copy h2,
.emotion-ppt-finale__copy span {
  margin: 0;
}

.emotion-ppt-finale__copy > p:first-child {
  margin-bottom: clamp(44px, 7vh, 72px);
  font-family: var(--font-latin);
  font-size: 9px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.emotion-ppt-finale__copy h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5.3vw, 76px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.34;
}

.emotion-ppt-finale__copy h2 + p {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(16px, 1.6vw, 23px);
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.emotion-ppt-finale__copy span {
  display: inline-block;
  margin-top: clamp(56px, 8vh, 90px);
  padding-top: 17px;
  border-top: 1px solid rgba(248, 248, 244, 0.62);
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.emotion-ppt-coming-soon {
  display: grid;
  min-height: 310px;
  padding: 72px 24px 62px;
  place-items: center;
  background: #e8e9e5;
}

.emotion-ppt-coming-soon p {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 18px;
  align-items: center;
  width: min(100%, 720px);
  margin: 0;
  color: var(--emotion-accent);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.emotion-ppt-coming-soon p::before,
.emotion-ppt-coming-soon p::after {
  height: 1px;
  background: var(--emotion-accent);
  content: "";
  opacity: 0.72;
}

.emotion-ppt-coming-soon img {
  display: block;
  width: 92px;
  height: auto;
  margin-top: 30px;
  opacity: 0.75;
}

@keyframes emotion-ppt-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .emotion-ppt-archive__head {
    grid-template-columns: 1fr 1.2fr;
  }

  .emotion-ppt-archive__head span {
    grid-column: 2;
    justify-self: start;
    margin-top: -12px;
    text-align: left;
  }

  .emotion-ppt-record {
    grid-template-columns: minmax(0, 53%) minmax(280px, 47%);
  }

  .emotion-ppt-record__dossier,
  .emotion-ppt-record__verse {
    padding-right: clamp(26px, 4vw, 48px);
    padding-left: clamp(26px, 4vw, 48px);
  }
}

@media (max-width: 760px) {
  .emotion-ppt-intro {
    min-height: calc(100svh - var(--header-h));
    padding: 58px 20px 94px;
  }

  .emotion-ppt-intro__title h1 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .emotion-ppt-intro__quote {
    display: grid;
    gap: 8px;
    margin-top: clamp(62px, 10vh, 88px);
  }

  .emotion-ppt-intro__quote cite {
    justify-self: end;
  }

  .emotion-ppt-intro__preface {
    margin-top: clamp(48px, 7vh, 70px);
  }

  .emotion-ppt-intro__preface p {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.65;
  }

  .emotion-ppt-intro__cue {
    right: 20px;
    bottom: 24px;
  }

  .emotion-ppt-archive {
    padding: 68px 0 84px;
  }

  .emotion-ppt-archive__head {
    grid-template-columns: 1fr;
    gap: 12px;
    width: auto;
    margin: 0 20px 44px;
    padding-bottom: 22px;
  }

  .emotion-ppt-archive__head h2 {
    font-size: 34px;
  }

  .emotion-ppt-archive__head span {
    grid-column: 1;
    justify-self: start;
    margin-top: 10px;
    text-align: left;
  }

  .emotion-ppt-record {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .emotion-ppt-record__dossier,
  .emotion-ppt-record__verse {
    min-height: 0;
    padding: 44px 20px 50px;
  }

  .emotion-ppt-record__dossier {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 25, 24, 0.22);
  }

  .emotion-ppt-record__dossier > h3 {
    margin-top: 28px;
    font-size: 29px;
  }

  .emotion-ppt-record__dossier dl {
    margin-top: 42px;
  }

  .emotion-ppt-record__dossier dl > div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  .emotion-ppt-record__verse {
    min-height: 360px;
    padding-top: 52px;
    padding-bottom: 62px;
  }

  .emotion-ppt-record__verse > h3 {
    font-size: 27px;
  }

  .emotion-ppt-record__verse > p:not(.emotion-ppt-record__folio):not(.emotion-ppt-record__closing) {
    font-size: 13px;
    line-height: 1.95;
  }

  .emotion-ppt-finale {
    min-height: 680px;
  }

  .emotion-ppt-finale__media > img {
    object-position: center center;
  }

  .emotion-ppt-finale__copy h2 {
    font-size: clamp(38px, 11.5vw, 48px);
  }

  .emotion-ppt-coming-soon {
    min-height: 260px;
    padding: 60px 20px 54px;
  }

  .emotion-ppt-coming-soon p {
    gap: 12px;
    font-size: 11px;
  }

  .emotion-ppt-coming-soon img {
    width: 78px;
    margin-top: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .emotion-ppt-intro__title,
  .emotion-ppt-intro__quote,
  .emotion-ppt-intro__preface {
    animation: none;
  }
}

/* 2026-08-31 suite370: PPT-0814 full-range directory.
   Three series share one compact navigation module and one continuous catalogue. */
.product-directory-page .product-line-overview {
  padding: clamp(72px, 7.2vw, 116px) clamp(24px, 5.3vw, 84px) clamp(64px, 6.4vw, 104px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f1f2ef;
}

.product-line-overview__header {
  display: grid;
  grid-template-columns: minmax(150px, 0.62fr) minmax(320px, 1.3fr) minmax(250px, 0.8fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(38px, 4.5vw, 70px);
}

.product-line-overview__header > * {
  margin: 0;
}

.product-line-overview__header h2 {
  max-width: 16em;
  font-family: var(--serif);
  font-size: clamp(30px, 3.35vw, 52px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.product-line-overview__header > p:last-child {
  max-width: 28em;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.product-line-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-line-overview__grid > a {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.product-line-overview__grid figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: 0;
  background: #dadcd9;
}

.product-line-overview__grid picture {
  display: contents;
}

.product-line-overview__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.96);
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
}

.product-line-overview__grid > a:hover img,
.product-line-overview__grid > a:focus-visible img {
  transform: scale(1.025);
  filter: saturate(0.86) contrast(1);
}

.product-line-overview__grid > a > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 20px;
  align-content: start;
  padding: clamp(22px, 2.1vw, 32px);
}

.product-line-overview__grid span,
.product-line-overview__grid em {
  color: var(--faint);
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.product-line-overview__grid span {
  grid-column: 1 / -1;
}

.product-line-overview__grid strong {
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.product-line-overview__grid em {
  align-self: end;
  padding-bottom: 3px;
  letter-spacing: 0.08em;
}

.product-directory-page .range.product-series-chapter {
  margin-top: 0;
  padding: 0 clamp(24px, 5.3vw, 84px);
  scroll-margin-top: calc(var(--header-h) + 12px);
  border-bottom: 0;
  background: #f4f4f1;
}

.product-directory-page .range.product-series-chapter + .range.product-series-chapter {
  margin-top: 0;
}

.product-directory-page .product-series-lead,
.product-directory-page .product-series-chapter--reverse .product-series-lead {
  display: block;
  min-height: 0;
  padding: clamp(62px, 6.5vw, 96px) 0 clamp(36px, 3.7vw, 58px);
  border: 0;
}

.product-directory-page .product-series-lead__media,
.product-directory-page .product-series-chapter--reverse .product-series-lead__media {
  display: none;
}

.product-directory-page .product-series-lead__copy,
.product-directory-page .product-series-chapter--reverse .product-series-lead__copy {
  display: grid;
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: minmax(140px, 0.55fr) minmax(210px, 0.82fr) minmax(300px, 1.35fr) auto;
  gap: clamp(22px, 3.3vw, 56px);
  align-items: end;
  padding: 0;
  border: 0;
}

.product-directory-page .product-series-lead__copy > * {
  margin: 0;
}

.product-directory-page .product-series-lead__copy h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 3.6vw, 56px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.product-directory-page .product-series-lead__copy > p:not(.eyebrow) {
  max-width: 34em;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.product-directory-page .product-series-lead__copy > div {
  display: grid;
  min-width: 120px;
  gap: 12px;
  justify-items: start;
  margin: 0;
  color: var(--faint);
  font-size: 11px;
}

.product-directory-page .product-series-offering {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-directory-page .product-series-local-nav {
  display: none;
}

.product-directory-page .product-series-offering > .editorial-product-list,
.product-directory-page .cleanse-product-layout,
.product-directory-page .range--night-care-products .care-product-layout,
.product-directory-page .range--body-care-products .care-product-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card,
.product-directory-page .product-series-chapter .editorial-product-list .product-card:last-child {
  display: grid;
  min-width: 0;
  align-content: start;
  justify-items: start;
  padding: clamp(28px, 3.2vw, 48px);
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 248, 245, 0.46);
  text-align: left;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-image,
.product-directory-page .product-card--packshot .product-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 clamp(24px, 2.4vw, 36px);
  background: linear-gradient(145deg, rgba(224, 226, 223, 0.42), rgba(246, 246, 243, 0.7));
}

.product-directory-page .product-series-chapter .editorial-product-list .product-image img {
  width: 100%;
  height: 100%;
  padding: clamp(16px, 2.1vw, 34px);
  object-fit: contain;
}

.product-directory-page #product-repair-mask .product-image img {
  padding: 0;
  object-fit: cover;
}

.product-directory-page .product-card--renewal-serum .product-image img,
.product-directory-page .product-card--renewal-serum:hover .product-image img {
  transform: none;
}

.product-directory-page .product-series-chapter .editorial-product-list .product-card > strong {
  width: 100%;
  min-height: 0;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: left;
}

.product-directory-page .product-card-benefit,
.product-directory-page .product-card-meta,
.product-directory-page .product-card-cta {
  width: 100%;
  min-height: 0;
  text-align: left;
}

.product-directory-page .product-card-benefit {
  margin: 13px 0 0;
  color: #4f5b55;
  font-size: 12px;
  line-height: 1.7;
}

.product-directory-page .product-card-meta {
  margin: 7px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.product-directory-page .product-card-cta {
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 4px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 980px) {
  .product-line-overview__header {
    grid-template-columns: minmax(120px, 0.5fr) minmax(280px, 1fr);
  }

  .product-line-overview__header > p:last-child {
    grid-column: 2;
  }

  .product-directory-page .product-series-lead__copy,
  .product-directory-page .product-series-chapter--reverse .product-series-lead__copy {
    grid-template-columns: minmax(120px, 0.55fr) minmax(180px, 0.8fr) minmax(280px, 1.25fr);
  }

  .product-directory-page .product-series-lead__copy > div {
    grid-column: 2 / -1;
    grid-template-columns: max-content max-content;
    align-items: center;
  }

  .product-directory-page .product-series-offering > .editorial-product-list,
  .product-directory-page .cleanse-product-layout,
  .product-directory-page .range--night-care-products .care-product-layout,
  .product-directory-page .range--body-care-products .care-product-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .product-directory-page .product-line-overview {
    padding: 56px 18px 58px;
  }

  .product-line-overview__header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .product-line-overview__header > p:last-child {
    grid-column: auto;
  }

  .product-line-overview__grid {
    grid-template-columns: 1fr;
  }

  .product-line-overview__grid figure {
    aspect-ratio: 16 / 9;
  }

  .product-line-overview__grid > a > div {
    padding: 20px;
  }

  .product-directory-page .range.product-series-chapter {
    padding: 0 18px;
  }

  .product-directory-page .product-series-lead,
  .product-directory-page .product-series-chapter--reverse .product-series-lead {
    padding: 56px 0 30px;
  }

  .product-directory-page .product-series-lead__copy,
  .product-directory-page .product-series-chapter--reverse .product-series-lead__copy {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-directory-page .product-series-lead__copy > div {
    grid-column: auto;
    grid-template-columns: max-content max-content;
    gap: 18px;
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-card,
  .product-directory-page .product-series-chapter .editorial-product-list .product-card:last-child {
    padding: 20px 14px 26px;
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-image,
  .product-directory-page .product-card--packshot .product-image {
    margin-bottom: 18px;
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-image img {
    padding: 12px;
  }

  .product-directory-page .product-series-chapter .editorial-product-list .product-card > strong {
    font-size: 13px;
    line-height: 1.5;
  }

  .product-directory-page .product-card-benefit {
    font-size: 10px;
    line-height: 1.65;
  }

  .product-directory-page .product-card-meta,
  .product-directory-page .product-card-cta {
    font-size: 10px;
  }
}

/* 2026-08-31 suite375: mobile-only Skinimalism composition.
   Keep the generated paper/cord atmosphere text-free; typography remains an
   exact, responsive web layer so the first screen can breathe at phone sizes. */
.home-hero-skinimalism-mobile {
  display: none;
}

@media (max-width: 760px) {
  .home-hero-slide:first-child .home-hero-skinimalism-mobile {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    color: rgba(24, 25, 24, 0.93);
    pointer-events: none;
  }

  .home-hero-skinimalism-mobile__title {
    position: absolute;
    top: clamp(106px, 13.7svh, 122px);
    right: 18px;
    left: 18px;
  }

  .home-hero-skinimalism-mobile__title > p {
    margin: 0 0 12px;
    font-family: var(--serif);
    font-size: clamp(29px, 8.4vw, 34px);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.14;
  }

  .home-hero-slide:first-child .home-hero-skinimalism-mobile__title > img {
    display: block;
    width: 100%;
    height: auto;
  }

  .home-hero-skinimalism-mobile__title > span {
    display: block;
    width: 86px;
    height: 1px;
    margin-top: 15px;
    background: rgba(24, 25, 24, 0.28);
  }

  .home-hero-skinimalism-mobile__statement {
    position: absolute;
    right: 22px;
    bottom: calc(clamp(164px, 20.8svh, 188px) + env(safe-area-inset-bottom));
    text-align: left;
  }

  .home-hero-skinimalism-mobile__statement > p {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(16px, 4.2vw, 18px);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.85;
  }

  .home-hero-skinimalism-mobile__statement > small {
    display: block;
    margin-top: 9px;
    color: rgba(24, 25, 24, 0.58);
    font-family: var(--font-latin);
    font-size: clamp(8px, 2vw, 9px);
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.4;
    white-space: nowrap;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  .home-hero-skinimalism-mobile__title {
    top: 90px;
  }

  .home-hero-skinimalism-mobile__statement {
    bottom: calc(124px + env(safe-area-inset-bottom));
  }
}

/* 2026-09-01 suite383: keep the desktop Skinimalism statement as crisp web
   typography, slightly larger than the former baked-in artwork. */
.home-hero-skinimalism-desktop-statement {
  display: none;
}

@media (min-width: 761px) {
  .hero-home-concept-carousel:has(.home-hero-slide:first-child.is-active)
    .home-hero-skinimalism-desktop-statement {
    position: absolute;
    z-index: 3;
    top: 22.5%;
    left: 67.9%;
    display: block;
    width: min(25vw, 390px);
    color: rgba(24, 25, 24, 0.82);
    pointer-events: none;
  }

  .home-hero-skinimalism-desktop-statement > p {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.68;
  }

  .home-hero-skinimalism-desktop-statement > span {
    display: block;
    width: clamp(126px, 10vw, 168px);
    height: 1px;
    margin-top: clamp(18px, 2vw, 28px);
    background: rgba(24, 25, 24, 0.24);
  }

  .home-hero-skinimalism-desktop-statement > small {
    display: block;
    margin-top: clamp(13px, 1.15vw, 18px);
    color: rgba(24, 25, 24, 0.58);
    font-family: var(--font-latin);
    font-size: clamp(10px, 0.82vw, 13px);
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.4;
    white-space: nowrap;
  }
}

/* 2026-08-31 suite378: white editorial canvas with silver reserved for media.
   Text, data and navigation surfaces stay softly white; the ENITA silver
   palette belongs to photography, product stages and other image wells. */
:root {
  --paper: #fafaf8;
  --paper-warm: #fafaf8;
  --paper-cool: #fafaf8;
  --product-page-background: #fafaf8;
  --cream: #fafaf8;
  --stone: #d3d5d1;
  --moss: #555754;
  --blue-gray: #a8aaa7;
  --gold: #555754;
}

html,
body,
.page,
.series-main,
.story-main,
.journal-main,
.consultation-main {
  background: var(--paper);
}

html.is-home-page,
.home-page {
  --paper: #fafaf8;
  --paper-warm: #fafaf8;
  --paper-cool: #fafaf8;
  --cream: #fafaf8;
  --stone: #d3d5d1;
  --ink: #181918;
  --muted: rgba(24, 25, 24, 0.68);
  --faint: rgba(24, 25, 24, 0.46);
  --line: rgba(24, 25, 24, 0.17);
  --line-strong: rgba(24, 25, 24, 0.3);
  background: var(--paper);
}

.home-page main,
.home-page .home-featured-product,
.home-page .home-series-editorial,
.home-page .home-series-chapters.collection-grid,
.home-page .home-series-chapter,
.home-page .home-brand-philosophy,
.home-page .journal-list--editorial,
.home-page .home-series-editorial > .section-head,
.home-page .journal-list--editorial > .section-head,
.home-page .home-series-chapter__copy,
.home-page .journal-index,
.home-page .store-band {
  background: var(--paper);
}

html.is-home-page.is-home-scrolled .site-header,
html.is-home-page.is-menu-open .site-header,
html.is-home-page.is-nav-panel-open .site-header,
html.is-home-page .mobile-drawer,
html.is-home-page .desktop-category-nav,
html.is-home-page .desktop-mega-nav {
  border-bottom-color: var(--line);
  background: rgba(250, 250, 248, 0.97);
}

.site-search-panel {
  background-color: var(--paper);
}

.consultation-content,
.consultation-card,
.gift-set-section,
.gift-set-card,
.official-channel-directory,
.official-channel-card {
  background: var(--paper);
}

.product-directory-page,
.product-directory-page .product-line-overview,
.product-directory-page .range.product-series-chapter,
.product-directory-page .product-series-chapter .editorial-product-list .product-card,
.product-directory-page .product-series-chapter .editorial-product-list .product-card:last-child {
  background: var(--paper);
}

.emotion-ppt {
  --emotion-accent: #555754;
  --emotion-paper: #fafaf8;
  --emotion-stone: #fafaf8;
  background: var(--paper);
}

.emotion-ppt-intro,
.emotion-ppt-archive,
.emotion-ppt-record__verse,
.emotion-ppt-coming-soon {
  background: var(--paper);
}

.emotion-ppt-record__dossier {
  background: var(--paper);
}

/* 2026-09-01 suite383: match every opaque navigation surface to the site's
   soft-white information canvas. Hero-over-image headers stay transparent
   until the page scrolls or navigation opens. */
.site-header,
.mobile-drawer,
.desktop-category-nav,
.desktop-mega-nav {
  background: var(--paper);
  backdrop-filter: none;
}

html.is-home-page.is-home-scrolled .site-header,
html.is-home-page.is-menu-open .site-header,
html.is-home-page.is-nav-panel-open .site-header,
html.is-home-page .mobile-drawer,
html.is-home-page .desktop-category-nav,
html.is-home-page .desktop-mega-nav {
  border-bottom-color: var(--line);
  background: var(--paper);
  backdrop-filter: none;
}

html.is-site-header-scrolled .product-editorial-dossier .site-header,
html.is-menu-open .product-editorial-dossier .site-header,
html.is-nav-panel-open .product-editorial-dossier .site-header,
.product-editorial-dossier .site-header:hover,
.product-editorial-dossier .site-header:focus-within {
  background: var(--paper);
  backdrop-filter: none;
}

/* 2026-09-01 suite386: improve shared navigation legibility while preserving
   the official lockup artwork. The blue-gray source pixels are rendered in
   ENITA graphite so the identity and utility typography read as one system. */
.site-header .brand-logo .brand-logo-wordmark {
  opacity: 0.92;
  filter: grayscale(1) brightness(0.56) contrast(1.08);
}

.site-search-open::before {
  width: 12px;
  height: 12px;
}

@media (min-width: 981px) {
  .site-header,
  html.is-home-page .site-header {
    grid-template-rows: 56px 32px;
  }

  .site-header .brand-logo,
  html.is-home-page .site-header .brand-logo {
    width: 80px;
    height: 56px;
  }

  .site-header .brand-logo-wordmark-frame,
  html.is-home-page .site-header .brand-logo-wordmark-frame {
    width: 80px;
  }

  .site-header .header-nav > a,
  html.is-home-page .site-header .header-nav > a {
    height: 32px;
    font-size: 13.5px;
    opacity: 0.84;
  }

  .site-header .header-utility .header-side-meta .language-toggle,
  html.is-home-page .site-header .header-utility .header-side-meta .language-toggle {
    font-size: 13px;
    opacity: 0.84;
  }

  .site-header .header-utility .header-side-meta .header-contact-link,
  html.is-home-page .site-header .header-utility .header-side-meta .header-contact-link {
    font-size: 14px;
    opacity: 0.84;
  }

  .site-header .header-utility .site-search-open,
  html.is-home-page .site-header .header-utility .site-search-open {
    grid-row: 1;
    min-width: 80px;
    min-height: 32px;
    font-size: 13px;
    opacity: 0.84;
  }
}

@media (max-width: 980px) {
  .site-header .brand-logo {
    width: 84px;
    height: 60px;
  }

  .site-header .brand-logo-wordmark-frame {
    width: 84px;
  }

  .site-header .header-utility .language-toggle {
    font-size: 12px;
    opacity: 0.86;
  }

  .site-header .header-utility .site-search-open {
    font-size: 11.5px;
    opacity: 0.86;
  }

  .site-header .menu-icon {
    opacity: 1;
  }
}

/* 2026-09-01 suite390: selected site-search direction 02.
   A paper-white editorial search field is paired with a neutral silver-gelatin
   liquid-membrane study. The search stays fully functional and text remains
   deterministic HTML at every breakpoint. */
html.is-site-search-open,
html.is-site-search-open body {
  overflow: hidden;
}

.site-search-overlay {
  display: block;
  padding: 0;
  background: #fafaf8;
  backdrop-filter: none;
}

.site-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 65%) minmax(0, 35%);
  grid-template-rows: auto auto minmax(0, 1fr);
  width: 100%;
  max-width: none;
  min-height: 100svh;
  max-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fafaf8;
  box-shadow: none;
}

.site-search-panel::before {
  z-index: 0;
  inset: 0 35% 0 0;
  opacity: 0.12;
}

.site-search-head,
.site-search-query,
.site-search-guide,
.site-search-results {
  position: relative;
  z-index: 1;
  grid-column: 1;
  min-width: 0;
  padding-right: clamp(42px, 5.9vw, 86px);
  padding-left: clamp(42px, 5.9vw, 86px);
}

.site-search-head {
  grid-row: 1;
  padding-right: clamp(38px, 5.05vw, 74px);
  padding-left: clamp(38px, 5.05vw, 74px);
  padding-top: clamp(48px, 6.7vh, 72px);
}

.site-search-head .eyebrow {
  margin: 0;
  color: rgba(24, 25, 24, 0.74);
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-transform: uppercase;
}

.site-search-head h2 {
  margin: clamp(90px, 13.2vh, 142px) 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.75vw, 84px);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1;
}

.site-search-head button {
  display: inline-flex;
  min-height: 28px;
  padding: 0;
  align-items: center;
  gap: 20px;
  color: rgba(24, 25, 24, 0.88);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.site-search-head button::before {
  width: 48px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
  opacity: 0.7;
}

.site-search-head button:hover,
.site-search-head button:focus-visible {
  color: var(--ink);
}

.site-search-head button:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 7px;
}

.site-search-query {
  grid-row: 2;
  margin-top: clamp(58px, 7.9vh, 85px);
  padding-right: clamp(72px, 7.8vw, 114px);
}

.site-search-field {
  position: relative;
  margin: 0;
}

.site-search-field::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(100% + 18px);
  right: calc(-35vw - clamp(72px, 7.8vw, 114px));
  border-top: 1px solid rgba(24, 25, 24, 0.42);
  content: "";
  pointer-events: none;
}

.site-search-field input {
  min-height: 0;
  padding: 14px 64px 16px 0;
  border-bottom-color: rgba(24, 25, 24, 0.72);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.site-search-field input::placeholder {
  color: rgba(85, 87, 84, 0.62);
  opacity: 1;
}

.site-search-field input:focus {
  border-bottom-color: var(--ink);
}

.site-search-field-icon {
  position: absolute;
  right: 20px;
  bottom: 17px;
  width: clamp(30px, 2.9vw, 42px);
  height: clamp(30px, 2.9vw, 42px);
  background: rgba(24, 25, 24, 0.9);
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='6.7' cy='6.7' r='4.7' fill='none' stroke='black' stroke-width='1.15'/%3E%3Cpath d='m10.3 10.3 3.5 3.5' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.15'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='6.7' cy='6.7' r='4.7' fill='none' stroke='black' stroke-width='1.15'/%3E%3Cpath d='m10.3 10.3 3.5 3.5' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.15'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-search-note {
  margin: clamp(18px, 2.7vh, 29px) 0 0;
  color: rgba(85, 87, 84, 0.62);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1.65;
}

.site-search-guide,
.site-search-results {
  grid-row: 3;
  align-self: start;
  margin-top: clamp(72px, 10.9vh, 118px);
}

.site-search-guide {
  padding-right: clamp(72px, 8.5vw, 124px);
}

.site-search-guide h3 {
  font-family: var(--serif);
  font-size: clamp(26px, 2.35vw, 34px);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
}

.site-search-guide-list {
  margin-top: clamp(12px, 1.3vh, 16px);
}

.site-search-guide-row {
  grid-template-columns: minmax(96px, 0.34fr) minmax(0, 1fr);
  min-height: clamp(58px, 8.35vh, 90px);
  border-bottom-color: rgba(24, 25, 24, 0.18);
  color: rgba(85, 87, 84, 0.82);
}

.site-search-guide-row > span,
.site-search-guide-terms button,
.site-search-guide-terms i {
  font-size: clamp(15px, 1.38vw, 20px);
  font-weight: 300;
}

.site-search-guide-terms {
  gap: clamp(18px, 2.2vw, 32px);
}

.site-search-guide-row:last-child {
  border-bottom: 0;
}

.site-search-results {
  max-height: calc(100svh - clamp(600px, 73vh, 786px));
  margin-right: clamp(42px, 5.9vw, 86px);
  margin-left: clamp(42px, 5.9vw, 86px);
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
}

.site-search-media {
  position: relative;
  z-index: 0;
  grid-column: 2;
  grid-row: 1 / -1;
  min-width: 0;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  background: #d3d5d1;
}

.site-search-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(0.94) brightness(1.01);
}

.site-search-media::after {
  display: none;
}

@media (max-width: 760px) {
  .site-search-panel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto minmax(0, 1fr);
    max-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-search-panel::before {
    inset: 0;
    opacity: 0.1;
  }

  .site-search-head,
  .site-search-query,
  .site-search-guide,
  .site-search-results {
    grid-column: 1;
    padding-right: 24px;
    padding-left: 24px;
  }

  .site-search-head {
    display: block;
    grid-row: 1;
    padding-top: 34px;
  }

  .site-search-head .eyebrow {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .site-search-head h2 {
    margin-top: 48px;
    font-size: clamp(28px, 8.2vw, 34px);
    letter-spacing: 0.02em;
    line-height: 1.08;
    white-space: nowrap;
  }

  .site-search-head button {
    position: absolute;
    top: 34px;
    right: 24px;
    min-height: 24px;
    gap: 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .site-search-head button::before {
    width: 24px;
  }

  .site-search-media {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 0;
    height: clamp(108px, 15.8vh, 136px);
    margin-top: 28px;
    border-top: 1px solid rgba(24, 25, 24, 0.13);
    border-bottom: 1px solid rgba(24, 25, 24, 0.13);
  }

  .site-search-media img {
    object-position: 54% 44%;
  }

  .site-search-media::after {
    display: none;
  }

  .site-search-query {
    grid-row: 3;
    margin-top: 26px;
  }

  .site-search-field input {
    padding: 10px 38px 13px 0;
    font-size: 16px;
    line-height: 1.45;
  }

  .site-search-field-icon {
    right: 6px;
    bottom: 12px;
    width: 24px;
    height: 24px;
  }

  .site-search-field::after {
    display: none;
  }

  .site-search-note {
    margin-top: 16px;
    font-size: 10px;
    line-height: 1.65;
  }

  .site-search-guide,
  .site-search-results {
    grid-row: 4;
    margin-top: 46px;
  }

  .site-search-guide h3 {
    font-size: 22px;
  }

  .site-search-guide-list {
    margin-top: 18px;
  }

  .site-search-guide-row {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 56px;
  }

  .site-search-guide-row > span,
  .site-search-guide-terms button,
  .site-search-guide-terms i {
    font-size: 13px;
  }

  .site-search-guide-terms {
    gap: 12px;
  }

  .site-search-results {
    max-height: none;
    margin-right: 24px;
    margin-left: 24px;
    padding: 0 0 36px;
  }
}

/* 2026-09-01 suite391: one transparent top-of-page header state across the
   entire site. Scrolling, opening navigation, or opening search restores the
   soft-white information surface so controls remain readable. */
html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) .site-header,
html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) .site-header:hover,
html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) .site-header:focus-within {
  border-bottom-color: transparent !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

html.is-site-header-scrolled .site-header,
html.is-home-scrolled .site-header,
html.is-menu-open .site-header,
html.is-nav-panel-open .site-header,
html.is-site-search-open .site-header {
  border-bottom-color: var(--line) !important;
  background: var(--paper) !important;
  backdrop-filter: none !important;
}

/* 2026-09-01 suite393: the mobile header is a genuine transparent overlay on
   every route. Once the page scrolls or navigation/search opens, suite391
   restores the shared soft-white information surface. */
.contact-longform-page,
.contact-longform-page .page,
.contact-longform-page .contact-meeting-cover,
.contact-longform-page .contact-qr-strip,
.contact-longform-page .contact-longform-section--investment,
.contact-longform-page .contact-longform-section--investment .contact-longform-investment-content {
  background-color: var(--paper);
}

.contact-longform-page .contact-meeting-cover {
  background-image: none;
}

@media (max-width: 980px) {
  .site-header,
  html.is-home-page .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .contact-longform-page .contact-meeting-cover {
    min-height: 100svh;
  }

  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.journal-directory-page .site-header .menu-button,
  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.journal-directory-page .site-header .language-toggle,
  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.journal-directory-page .site-header .site-search-open,
  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.consultation-page .site-header .menu-button,
  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.consultation-page .site-header .language-toggle,
  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.consultation-page .site-header .site-search-open {
    color: rgba(250, 250, 248, 0.94);
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
  }

  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.journal-directory-page .site-header .brand-logo img,
  html:not(.is-site-header-scrolled):not(.is-home-scrolled):not(.is-menu-open):not(.is-nav-panel-open):not(.is-site-search-open) body.consultation-page .site-header .brand-logo img {
    opacity: 0.94;
    filter: brightness(0) invert(1) drop-shadow(0 6px 18px rgba(0, 0, 0, 0.22));
  }
}

@media (max-width: 760px) {
  .story-v2-skinimalism--brief {
    min-height: 100svh;
  }

  .strength-shell .strength-hero--editorial {
    height: clamp(680px, 100svh, 880px);
  }
}

/* 2026-09-01 suite405: return the desktop secondary navigation to the
   client-requested horizontal directory. Links carry the hierarchy; one
   restrained silver-salt image keeps its approved wide banner treatment.
   The panel clears each page's real two-row header: inner pages retain their
   established 88px rail, while the taller homepage follows its 112px token.
   Additional vertical rhythm separates the primary rail from the directory.
   The directory itself is an information surface, so it uses the site's
   soft-white canvas instead of the silver media-staging tone. Mobile behavior
   remains unchanged. */
@media (min-width: 981px) {
  .desktop-mega-nav {
    top: 89px;
    background: rgba(250, 250, 248, 0.985);
    backdrop-filter: none;
  }

  html.is-home-page .desktop-mega-nav {
    top: calc(var(--header-h) + 1px);
  }

  .mega-panel-inner {
    width: min(calc(100% - 96px), 1180px);
    min-height: 0;
    padding: 30px 0;
  }

  .mega-panel-section {
    grid-template-columns: minmax(150px, 190px) minmax(220px, 300px) minmax(360px, 520px);
    justify-content: space-between;
    column-gap: clamp(32px, 4vw, 56px);
  }

  .mega-panel-group {
    grid-template-rows: 24px;
    grid-auto-rows: minmax(38px, auto);
  }

  .mega-panel-group span {
    color: rgba(85, 87, 84, 0.68);
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .mega-panel-group a {
    min-height: 34px;
    color: #181918;
    font-size: 14px;
    line-height: 1.4;
  }

  .mega-panel-previews {
    display: block;
    grid-column: 3;
    width: 100%;
    max-width: 520px;
    min-width: 0;
    justify-self: end;
    padding-left: clamp(24px, 2.5vw, 36px);
    border-left: 1px solid rgba(24, 25, 24, 0.14);
  }

  .mega-panel-preview {
    display: block;
  }

  .mega-panel-preview:not(:first-child),
  .mega-panel-preview-caption {
    display: none;
  }

  .mega-panel-preview img {
    display: block;
    width: 100%;
    max-width: none;
    height: 202px;
    margin-left: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    transform: none;
  }

  .is-nav-panel-open .mega-panel-section.is-active .mega-panel-preview img {
    transform: none;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .mega-panel-inner {
    width: calc(100% - 40px);
    padding: 22px 0 20px;
  }

  .mega-panel-section {
    grid-template-columns: 140px 210px minmax(320px, 1fr);
    column-gap: 24px;
  }

  .mega-panel-previews {
    padding-left: 22px;
  }

  .mega-panel-preview img {
    height: 172px;
  }
}
