.base-collection-page {
  --base-white: #fcfcfb;
  --base-panel: #fffefd;
  --base-soft: #f4f4f4;
  --base-ink: #323232;
  --base-muted: rgba(50, 50, 50, .58);
  --base-faint: rgba(50, 50, 50, .38);
  --base-line: rgba(50, 50, 50, .1);
  --base-line-strong: rgba(50, 50, 50, .2);
  --base-warm: #aaa39a;
  background: var(--base-white) !important;
  color: var(--base-ink) !important;
}

.base-page,
.base-page section,
.base-page nav,
.base-page figure {
  background: var(--base-white);
}

.base-page {
  overflow: hidden;
}

.base-kicker,
.base-page p,
.base-page li,
.base-page span,
.base-filter a {
  color: var(--base-muted);
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0;
}

.base-page h1,
.base-page h2,
.base-page h3 {
  color: var(--base-ink) !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.base-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
}

.base-page img {
  display: block;
  width: 100%;
  height: 100%;
}

.base-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--js-header-height, 104px));
  padding: 0 40px 34px;
  align-items: end;
  border-bottom: 1px solid var(--base-line);
}

.base-hero__media {
  position: absolute;
  inset: 0 40px 34px;
  margin: 0;
  overflow: hidden;
  background: var(--base-soft);
}

.base-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(252, 252, 251, .9) 0%, rgba(252, 252, 251, .28) 44%, rgba(252, 252, 251, .02) 100%);
  pointer-events: none;
}

.base-hero__media img {
  object-fit: cover;
  object-position: center;
  animation: baseSlowZoom 18s ease-out both;
}

.base-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(54px, 8vw, 110px) 0 44px;
}

.base-hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(42px, 6.8vw, 104px);
  line-height: .98;
}

.base-hero p:not(.base-kicker) {
  max-width: 520px;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.68;
}

.base-hero__meta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(18px, 3vw, 44px);
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(50, 50, 50, .16);
}

.base-hero__meta span {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

.base-philosophy,
.base-construction,
.base-product-hero {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding: clamp(68px, 9vw, 130px) 40px;
}

.base-philosophy__text,
.base-construction > div,
.base-section-title,
.base-product-copy {
  border-top: 1px solid var(--base-line-strong);
  padding-top: 28px;
}

.base-philosophy h2,
.base-section-title h2,
.base-construction h2,
.base-diamonds h2,
.base-final h2,
.base-product-copy h1 {
  margin: 0;
  font-size: clamp(30px, 4.1vw, 64px);
  line-height: 1.08;
}

.base-philosophy p:not(.base-kicker),
.base-construction li,
.base-diamonds p,
.base-product-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.72;
}

.base-philosophy__image {
  margin: 0;
  overflow: hidden;
}

.base-philosophy__image img,
.base-construction img,
.base-gallery img,
.base-light img,
.base-macro img,
.base-product-editorial img,
.base-product-grid img {
  object-fit: cover;
}

.base-philosophy__image img {
  min-height: 680px;
  object-position: center;
}

.base-filter {
  display: flex;
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: 24px 40px 34px;
  overflow-x: auto;
  border-top: 1px solid var(--base-line);
  border-bottom: 1px solid var(--base-line);
  background: var(--base-white);
  scrollbar-width: none;
}

.base-filter::-webkit-scrollbar {
  display: none;
}

.base-filter a {
  position: relative;
  flex: 0 0 auto;
  color: var(--base-muted) !important;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.base-filter a.is-active,
.base-filter a:hover {
  color: var(--base-ink) !important;
}

.base-filter a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 42px;
  height: 1px;
  background: var(--base-warm);
}

.base-cinematic {
  position: relative;
  min-height: min(88svh, 860px);
  overflow: hidden;
  background: #191613;
}

.base-cinematic > img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.base-cinematic__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 15, 13, .72) 0%, rgba(18, 15, 13, .34) 48%, rgba(18, 15, 13, .08) 100%),
    radial-gradient(circle at 72% 24%, rgba(255, 239, 202, .34), rgba(255, 239, 202, 0) 34%);
}

.base-cinematic__copy {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 80px));
  padding: clamp(120px, 14vw, 190px) 40px clamp(58px, 8vw, 110px);
  color: #fff8ee;
}

.base-cinematic__copy .base-kicker,
.base-cinematic__copy p {
  color: rgba(255, 248, 238, .72);
}

.base-cinematic h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 7.4vw, 118px);
  line-height: .92;
}

.base-cinematic p:not(.base-kicker) {
  max-width: 600px;
  margin: 28px 0 0;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.68;
}

.base-lineup {
  display: grid;
  gap: 0;
  padding: clamp(78px, 10vw, 142px) 40px clamp(74px, 9vw, 138px);
  background: var(--base-white);
}

.base-lineup .base-section-title p:not(.base-kicker) {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--base-muted);
  font-size: 15px;
  line-height: 1.72;
}

.base-lineup-card,
.base-lineup-card--reverse {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(300px, .38fr) minmax(360px, .5fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(42px, 6.5vw, 92px) 0;
  border-top: 1px solid rgba(185, 162, 114, .34);
}

.base-lineup-card__scene {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--base-soft);
}

.base-lineup-card__scene img {
  object-fit: cover;
}

.base-lineup-card__copy {
  align-self: end;
  padding-top: 18px;
  border-top: 1px solid rgba(185, 162, 114, .48);
}

.base-lineup-card__copy span,
.base-lineup-card__jewels span {
  color: var(--base-muted);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.5;
}

.base-lineup-card__copy h2 {
  margin: 18px 0 0;
  font-size: clamp(36px, 4.2vw, 66px);
  line-height: 1;
}

.base-lineup-card__copy p {
  max-width: 340px;
  margin: 18px 0 0;
  color: var(--base-muted);
  font-size: 15px;
  line-height: 1.68;
}

.base-lineup-card__jewels {
  display: grid;
  gap: 18px;
  align-items: center;
}

.base-lineup-card__jewels a {
  display: grid;
  grid-template-columns: minmax(116px, 180px) 1fr;
  gap: 18px;
  align-items: center;
  min-height: 128px;
  color: var(--base-ink) !important;
  text-decoration: none;
}

.base-lineup-card__jewels img {
  width: 100%;
  height: 128px;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 26px rgba(35, 28, 22, .16))
    drop-shadow(0 1px 6px rgba(255, 255, 255, .42));
}

.base-lineup-card__jewels--wide img {
  height: 96px;
}

.base-lineup-card__jewels--vertical img {
  height: 158px;
}

.base-lineup-card--reverse .base-lineup-card__scene {
  grid-column: 3;
  grid-row: 1;
}

.base-lineup-card--reverse .base-lineup-card__copy {
  grid-column: 2;
  grid-row: 1;
}

.base-lineup-card--reverse .base-lineup-card__jewels {
  grid-column: 1;
  grid-row: 1;
}

.base-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .44fr) minmax(0, .56fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: center;
  min-height: clamp(620px, 76svh, 820px);
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  background: var(--base-soft);
  border: 1px solid var(--base-line);
  isolation: isolate;
}

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

.base-story::before {
  background-image: var(--story-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.base-story::after {
  background:
    linear-gradient(90deg, rgba(252, 252, 251, .94) 0%, rgba(252, 252, 251, .62) 38%, rgba(252, 252, 251, .06) 100%),
    radial-gradient(circle at 72% 58%, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 42%);
}

.base-story--campaign::before {
  background-position: center;
}

.base-story--campaign::after {
  background:
    linear-gradient(90deg, rgba(252, 252, 251, .78) 0%, rgba(252, 252, 251, .34) 35%, rgba(252, 252, 251, .02) 72%),
    linear-gradient(0deg, rgba(28, 23, 20, .28), rgba(28, 23, 20, 0) 42%);
}

.base-story--reverse {
  grid-template-columns: minmax(0, .56fr) minmax(300px, .44fr);
}

.base-story--reverse .base-story__copy {
  grid-column: 2;
}

.base-story--reverse .base-story__jewel {
  right: auto;
  left: clamp(34px, 5vw, 76px);
}

.base-story--reverse::after {
  background:
    linear-gradient(270deg, rgba(252, 252, 251, .94) 0%, rgba(252, 252, 251, .62) 38%, rgba(252, 252, 251, .06) 100%),
    radial-gradient(circle at 30% 58%, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 42%);
}

.base-story--reverse.base-story--campaign::after {
  background:
    linear-gradient(270deg, rgba(252, 252, 251, .78) 0%, rgba(252, 252, 251, .34) 35%, rgba(252, 252, 251, .02) 72%),
    linear-gradient(0deg, rgba(28, 23, 20, .28), rgba(28, 23, 20, 0) 42%);
}

.base-story__copy,
.base-story__jewel {
  position: relative;
  z-index: 1;
}

.base-story__copy {
  max-width: 540px;
  padding-top: 26px;
  border-top: 1px solid rgba(50, 50, 50, .2);
}

.base-story__copy h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 76px);
  line-height: .98;
}

.base-story__copy p:not(.base-kicker) {
  max-width: 480px;
  margin: 22px 0 0;
  color: rgba(50, 50, 50, .66);
  font-size: 15px;
  line-height: 1.72;
}

.base-story__copy a {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(50, 50, 50, .28);
  color: var(--base-ink) !important;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
}

.base-story__jewel {
  position: absolute;
  right: clamp(34px, 5vw, 76px);
  bottom: clamp(34px, 5vw, 76px);
  width: min(210px, 15vw);
  height: min(150px, 18vh);
  margin: 0;
  overflow: visible;
  background: transparent !important;
  opacity: .98;
  pointer-events: none;
  filter:
    drop-shadow(0 22px 30px rgba(29, 23, 18, .22))
    drop-shadow(0 2px 7px rgba(255, 255, 255, .38));
}

.base-story__jewel img {
  object-fit: contain;
  mix-blend-mode: normal;
}

.base-story__jewel--line {
  width: min(340px, 24vw);
  height: min(118px, 15vh);
}

.base-story__jewel--vertical {
  height: min(220px, 25vh);
}

.base-story__jewel--earrings {
  height: min(132px, 16vh);
}

.base-story--reverse .base-story__jewel {
  right: auto;
  left: clamp(34px, 5vw, 76px);
}

.base-light,
.base-macro {
  padding: 0 40px clamp(70px, 9vw, 130px);
}

.base-section-title {
  max-width: 920px;
  margin: 0 0 clamp(34px, 5vw, 70px);
}

.base-light__grid {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
  gap: clamp(18px, 2vw, 30px);
}

.base-light__grid figure,
.base-gallery figure,
.base-macro figure {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.base-light__wide {
  grid-row: span 2;
}

.base-light__wide img {
  min-height: 870px;
}

.base-construction {
  border-top: 1px solid var(--base-line);
  border-bottom: 1px solid var(--base-line);
}

.base-construction figure {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

.base-construction ul {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.base-construction li {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--base-line);
}

.base-gallery {
  display: grid;
  grid-template-columns: minmax(0, .36fr) minmax(0, .28fr) minmax(0, .36fr);
  gap: clamp(18px, 2vw, 30px);
  padding: clamp(70px, 9vw, 130px) 40px;
}

.base-gallery__tall {
  grid-row: span 2;
}

.base-gallery__wide {
  grid-column: span 2;
}

.base-gallery__tall img {
  min-height: 900px;
}

.base-gallery__wide img {
  min-height: 420px;
}

.base-catalog-head {
  display: grid;
  grid-template-columns: minmax(0, .28fr) minmax(0, .72fr);
  gap: clamp(28px, 5vw, 86px);
  padding: clamp(66px, 8vw, 118px) 40px 28px;
  border-top: 1px solid var(--base-line);
}

.base-catalog-head h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(30px, 4.4vw, 64px);
  line-height: 1.02;
}

.base-catalog {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 40px clamp(74px, 9vw, 138px);
  background: var(--base-line);
}

.base-piece {
  display: grid;
  grid-template-rows: minmax(380px, auto) auto;
  color: var(--base-ink) !important;
  text-decoration: none;
  background: var(--base-panel);
}

.base-piece--large,
.base-piece--wide,
.base-piece--tall {
  grid-column: auto;
  grid-row: auto;
}

.base-piece figure {
  display: grid;
  min-height: 380px;
  margin: 0;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .9), rgba(255, 255, 255, .38) 34%, rgba(205, 189, 168, .18) 74%),
    linear-gradient(180deg, rgba(250, 248, 244, .78), rgba(229, 221, 210, .46));
}

.base-piece img {
  box-sizing: border-box;
  width: 100%;
  height: 340px;
  padding: clamp(34px, 4.4vw, 76px);
  object-fit: contain;
  mix-blend-mode: normal;
  filter:
    drop-shadow(0 18px 24px rgba(41, 32, 26, .16))
    drop-shadow(0 1px 5px rgba(255, 255, 255, .48));
  transition: transform .7s ease;
}

.base-piece:hover img {
  transform: scale(1.035);
}

.base-piece div {
  min-height: 156px;
  padding: 20px 24px 30px;
  border-top: 1px solid var(--base-line);
}

.base-piece p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.base-piece h2 {
  margin: 10px 0 0;
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.12;
}

.base-piece span {
  display: block;
  max-width: 320px;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.base-macro__row,
.base-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.base-macro figure:nth-child(2) {
  transform: translateY(42px);
}

.base-macro figure:nth-child(3) {
  transform: translateY(84px);
}

.base-diamonds {
  max-width: 980px;
  margin: clamp(40px, 7vw, 108px) auto;
  padding: clamp(46px, 6vw, 82px) 40px;
  text-align: center;
  border-top: 1px solid var(--base-line-strong);
  border-bottom: 1px solid var(--base-line-strong);
}

.base-diamonds p {
  margin-left: auto;
  margin-right: auto;
}

.base-final {
  display: grid;
  min-height: calc(100svh - var(--js-header-height, 104px));
  grid-template-rows: 1fr auto;
  place-items: center;
  padding: clamp(70px, 9vw, 140px) 40px;
  text-align: center;
}

.base-final figure {
  width: min(620px, 78vw);
  height: min(420px, 45vh);
  margin: 0;
}

.base-final img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.base-final div {
  margin-top: 38px;
}

.base-product-page {
  background: var(--base-white);
}

.base-product-hero {
  align-items: stretch;
  min-height: calc(100svh - var(--js-header-height, 104px));
  padding-top: clamp(42px, 6vw, 88px);
}

.base-product-gallery {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
}

.base-product-thumbs {
  display: grid;
  align-content: start;
  gap: 12px;
}

.base-product-thumb {
  display: block;
  width: 86px;
  height: 86px;
  padding: 0;
  border: 1px solid var(--base-line);
  background: var(--base-panel);
  cursor: pointer;
}

.base-product-thumb.is-active {
  border-color: var(--base-warm);
}

.base-product-thumb img {
  object-fit: cover;
}

.base-product-stage {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: var(--base-panel);
  border: 1px solid var(--base-line);
}

.base-product-stage img {
  object-fit: contain;
  padding: clamp(34px, 5vw, 78px);
  mix-blend-mode: multiply;
  transition: opacity .28s ease;
}

.base-product-stage img.is-editorial {
  object-fit: cover;
  padding: 0;
  mix-blend-mode: normal;
}

.base-product-copy {
  align-self: center;
}

.base-product-copy h1 {
  font-size: clamp(38px, 5.2vw, 82px);
}

.base-product-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.base-product-details span {
  display: block;
  padding-top: 14px;
  border-top: 1px solid var(--base-line);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

.base-product-editorial {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
  gap: clamp(18px, 2vw, 30px);
  padding: 0 40px clamp(70px, 9vw, 128px);
}

.base-product-editorial figure {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.base-product-editorial figure:nth-child(2) {
  min-height: 430px;
  align-self: end;
}

.base-product-grid {
  padding: 0 40px clamp(70px, 9vw, 128px);
}

.base-product-grid article {
  padding-top: 18px;
  border-top: 1px solid var(--base-line);
}

.base-product-grid figure {
  height: 420px;
  margin: 0 0 18px;
  overflow: hidden;
}

.base-product-grid h2 {
  margin: 0;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.12;
}

.base-product-grid p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.base-back-link {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--base-line-strong);
  color: var(--base-ink) !important;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
}

@keyframes baseSlowZoom {
  from { transform: scale(1.035); }
  to { transform: scale(1); }
}

@media (max-width: 1180px) {
  .base-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .base-piece:nth-child(4n) {
    border-right: 0;
  }

  .base-piece:nth-child(2n),
  .base-piece:last-child {
    border-right: 1px solid var(--base-line);
  }
}

@media (max-width: 860px) {
  .base-philosophy,
  .base-construction,
  .base-light__grid,
  .base-gallery,
  .base-story,
  .base-story--reverse,
  .base-catalog-head,
  .base-product-hero,
  .base-product-editorial,
  .base-product-grid,
  .base-macro__row {
    grid-template-columns: 1fr;
  }

  .base-gallery__tall,
  .base-gallery__wide,
  .base-story--reverse .base-story__copy,
  .base-story--reverse .base-story__jewel,
  .base-piece--large,
  .base-piece--wide,
  .base-piece--tall {
    grid-column: auto;
    grid-row: auto;
  }

  .base-story,
  .base-story--reverse {
    min-height: 720px;
    align-content: end;
  }

  .base-story::after,
  .base-story--reverse::after {
    background: linear-gradient(180deg, rgba(252, 252, 251, .08) 0%, rgba(252, 252, 251, .9) 62%, rgba(252, 252, 251, .98) 100%);
  }

  .base-story__jewel,
  .base-story__jewel--line,
  .base-story__jewel--vertical,
  .base-story__jewel--earrings {
    width: min(360px, 70vw);
    height: 210px;
  }

  .base-light__wide img,
  .base-gallery__tall img,
  .base-piece--large img,
  .base-piece--tall img,
  .base-piece--large figure,
  .base-piece--tall figure {
    min-height: 0;
    height: 420px;
  }

  .base-product-gallery {
    grid-template-columns: 1fr;
  }

  .base-product-thumbs {
    display: flex;
    order: 2;
    overflow-x: auto;
  }

  .base-product-stage {
    min-height: 520px;
  }

  .base-macro figure:nth-child(2),
  .base-macro figure:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 560px) {
  .base-hero,
  .base-philosophy,
  .base-light,
  .base-construction,
  .base-gallery,
  .base-stories,
  .base-filter,
  .base-catalog-head,
  .base-catalog,
  .base-macro,
  .base-diamonds,
  .base-final,
  .base-product-hero,
  .base-product-editorial,
  .base-product-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .base-hero {
    min-height: 760px;
    padding-top: 0;
  }

  .base-hero__media {
    inset: 0 18px 28px;
  }

  .base-hero__media::after {
    background: linear-gradient(180deg, rgba(252, 252, 251, .2) 0%, rgba(252, 252, 251, .88) 68%, rgba(252, 252, 251, .96) 100%);
  }

  .base-hero__copy {
    padding-bottom: 120px;
  }

  .base-story,
  .base-story--reverse {
    min-height: 680px;
    padding: 28px;
  }

  .base-story__copy {
    max-width: none;
  }

  .base-story__jewel,
  .base-story__jewel--line,
  .base-story__jewel--vertical,
  .base-story__jewel--earrings {
    width: 100%;
    height: 170px;
  }

  .base-catalog {
    grid-template-columns: 1fr;
  }

  .base-piece,
  .base-piece:nth-child(2n),
  .base-piece:nth-child(4n),
  .base-piece:last-child {
    border-right: 1px solid var(--base-line);
  }

  .base-philosophy__image img,
  .base-construction figure,
  .base-light__grid figure,
  .base-gallery figure,
  .base-gallery__wide img,
  .base-macro figure,
  .base-product-editorial figure,
  .base-product-editorial figure:nth-child(2),
  .base-product-grid figure {
    min-height: 0;
    height: 420px;
  }

  .base-piece figure,
  .base-piece img {
    min-height: 0;
    height: 300px;
  }

  .base-piece div {
    min-height: 130px;
  }

  .base-product-stage {
    min-height: 430px;
  }

  .base-product-details {
    grid-template-columns: 1fr;
  }
}

/* Base cinematic rebuild 20260706 */
.base-lineup {
  gap: clamp(18px, 2vw, 30px);
}

.base-lineup-card,
.base-lineup-card--reverse {
  grid-template-columns: minmax(0, .58fr) minmax(360px, .42fr);
  grid-template-rows: auto 1fr;
  gap: clamp(22px, 3vw, 48px);
  align-items: stretch;
  min-height: min(82svh, 760px);
  padding: clamp(30px, 4.5vw, 66px) 0;
}

.base-lineup-card__scene {
  grid-column: 1;
  grid-row: 1 / 3;
  aspect-ratio: auto;
  min-height: min(72svh, 680px);
}

.base-lineup-card__copy {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  padding-top: 22px;
}

.base-lineup-card__copy h2 {
  font-size: clamp(44px, 5.4vw, 88px);
}

.base-lineup-card__copy p {
  max-width: 430px;
}

.base-lineup-card__jewels {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
  padding: clamp(16px, 2vw, 28px) 0 0;
}

.base-lineup-card__jewels a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 210px;
  padding: 18px;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .94), rgba(255, 255, 255, .38) 52%, rgba(185, 162, 114, .12) 100%),
    rgba(255, 254, 253, .7);
  border: 1px solid rgba(185, 162, 114, .2);
}

.base-lineup-card__jewels img {
  height: 150px;
}

.base-lineup-card__jewels--wide {
  grid-template-columns: 1fr;
}

.base-lineup-card__jewels--wide a {
  min-height: 142px;
  grid-template-columns: minmax(180px, .56fr) 1fr;
  text-align: left;
}

.base-lineup-card__jewels--wide img {
  height: 112px;
}

.base-lineup-card__jewels--vertical img {
  height: 210px;
}

.base-lineup-card--reverse .base-lineup-card__scene {
  grid-column: 2;
  grid-row: 1 / 3;
}

.base-lineup-card--reverse .base-lineup-card__copy,
.base-lineup-card--reverse .base-lineup-card__jewels {
  grid-column: 1;
}

.base-catalog {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
  background: transparent;
}

.base-piece {
  min-height: 100%;
  border: 1px solid rgba(185, 162, 114, .22);
  background: #fffefd;
}

.base-piece figure {
  min-height: 430px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.96), rgba(255,255,255,.42) 38%, rgba(196,177,145,.16) 76%),
    linear-gradient(145deg, rgba(250,248,244,.82), rgba(226,216,202,.42));
}

.base-piece img {
  height: 390px;
  padding: clamp(24px, 3vw, 48px);
}

.base-piece div {
  min-height: 170px;
  border-top-color: rgba(185, 162, 114, .24);
}

.base-piece h2 {
  font-size: clamp(19px, 1.45vw, 26px);
}

.base-final {
  background:
    linear-gradient(180deg, rgba(252,252,251,.28), rgba(252,252,251,.96)),
    url("./assets/generated/base-neck-symbol-01.png") center / cover;
}

@media (max-width: 1180px) {
  .base-lineup-card,
  .base-lineup-card--reverse {
    grid-template-columns: minmax(0, .54fr) minmax(320px, .46fr);
  }

  .base-lineup-card__jewels,
  .base-lineup-card--reverse .base-lineup-card__jewels {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 8px;
  }

  .base-lineup-card__jewels--wide,
  .base-lineup-card--reverse .base-lineup-card__jewels--wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .base-cinematic__copy {
    width: auto;
  }

  .base-lineup-card,
  .base-lineup-card--reverse,
  .base-lineup-card--reverse .base-lineup-card__scene,
  .base-lineup-card--reverse .base-lineup-card__copy,
  .base-lineup-card--reverse .base-lineup-card__jewels {
    grid-template-columns: 1fr;
    grid-column: auto;
    grid-row: auto;
  }

  .base-lineup-card__scene {
    aspect-ratio: 1 / .92;
  }

  .base-lineup-card__jewels,
  .base-lineup-card--reverse .base-lineup-card__jewels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 560px) {
  .base-cinematic,
  .base-lineup {
    padding-left: 0;
    padding-right: 0;
  }

  .base-cinematic {
    min-height: 720px;
  }

  .base-cinematic__copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .base-filter {
    padding-left: 18px;
    padding-right: 18px;
  }

  .base-lineup {
    padding-left: 18px;
    padding-right: 18px;
  }

  .base-lineup-card__jewels,
  .base-lineup-card--reverse .base-lineup-card__jewels,
  .base-catalog {
    grid-template-columns: 1fr;
  }

  .base-lineup-card__jewels a {
    min-height: 116px;
  }

  .base-lineup-card__jewels img,
  .base-lineup-card__jewels--wide img,
  .base-lineup-card__jewels--vertical img {
    height: 124px;
  }

  .base-piece figure {
    min-height: 330px;
  }

  .base-piece img {
    height: 300px;
  }
}

/* Neutral gallery direction: clean grey quadrants. */
.base-lineup-card__jewels a,
.base-piece figure {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .92) 0%, rgba(250, 250, 250, .9) 34%, rgba(241, 241, 241, .92) 72%, rgba(235, 235, 235, .98) 100%),
    linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%) !important;
  border-color: rgba(34, 34, 34, .045) !important;
  box-shadow: inset 0 -34px 80px rgba(0, 0, 0, .035);
}

.base-lineup-card__jewels a {
  min-height: 224px;
  padding: 18px 18px 16px;
}

.base-lineup-card__jewels--wide a {
  min-height: 156px;
}

.base-lineup-card__jewels span {
  color: rgba(50, 50, 50, .56);
}

.base-catalog {
  gap: 18px;
  align-items: stretch;
}

.base-piece {
  border: 0;
  background: transparent;
}

.base-piece figure {
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
}

.base-piece img {
  height: 100%;
  max-height: 430px;
  padding: clamp(30px, 4vw, 64px);
}

.base-piece__views {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
  gap: clamp(2px, .7vw, 12px);
  align-items: center;
  justify-items: center;
  overflow: hidden;
}

.base-piece__views img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-height: 390px;
  padding: clamp(18px, 2.4vw, 38px);
  object-fit: contain;
}

.base-piece__views img:nth-child(2) {
  max-height: 320px;
  opacity: .92;
}

.base-piece__views--lumen-ring img {
  max-height: 350px;
}

.base-piece__views--lumen-ring img:nth-child(2) {
  max-height: 360px;
}

.base-lineup-card__jewels--rings img {
  height: 160px;
}

.base-piece div {
  min-height: 142px;
  padding: 20px 6px 22px;
  border-top: 0;
  text-align: center;
}

.base-piece p {
  color: rgba(50, 50, 50, .45);
}

.base-piece span {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1180px) {
  .base-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .base-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .base-catalog {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .base-piece figure {
    aspect-ratio: 1 / .88;
  }
}

/* DNA standard layer 20260706: white world, cinematic rhythm, neutral gallery. */
.base-page,
.base-page section,
.base-page figure {
  background-color: var(--base-white);
}

.base-hero {
  min-height: calc(100svh - var(--js-header-height, 104px));
}

.base-hero__media::after {
  background:
    linear-gradient(90deg, rgba(252, 252, 251, .88) 0%, rgba(252, 252, 251, .34) 42%, rgba(252, 252, 251, .04) 100%),
    linear-gradient(0deg, rgba(252, 252, 251, .72) 0%, rgba(252, 252, 251, 0) 38%);
}

.base-philosophy {
  min-height: 82svh;
}

.base-gallery--mood {
  grid-template-columns: minmax(0, .42fr) minmax(0, .25fr) minmax(0, .33fr);
  align-items: stretch;
  padding-top: clamp(56px, 7vw, 108px);
  border-top: 1px solid var(--base-line);
}

.base-gallery--mood figure {
  background: #f4f4f4;
}

.base-gallery--mood img {
  min-height: 100%;
  filter: saturate(.96) contrast(1.02);
}

.base-macro {
  padding-top: clamp(64px, 8vw, 120px);
  border-top: 1px solid var(--base-line);
}

.base-macro .base-section-title p:not(.base-kicker) {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--base-muted);
  font-size: 15px;
  line-height: 1.72;
}

.base-macro__row figure {
  background: #f4f4f4;
}

.base-catalog-head {
  border-top: 1px solid var(--base-line);
}

.base-lineup-card__jewels a,
.base-piece figure {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .96) 0%, rgba(250, 250, 250, .93) 34%, rgba(241, 241, 241, .94) 72%, rgba(235, 235, 235, .99) 100%),
    linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%) !important;
  border-color: rgba(34, 34, 34, .055) !important;
  box-shadow: inset 0 -34px 80px rgba(0, 0, 0, .038);
}

.base-piece,
.base-piece figure {
  min-width: 0;
  overflow: hidden;
}

.base-piece figure {
  width: 100%;
}

.base-piece figure > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: clamp(10px, 1.6vw, 24px);
  object-fit: contain;
}

.base-piece__views img {
  padding: clamp(10px, 1.5vw, 22px);
}

.base-final {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--js-header-height, 104px));
  place-items: end start;
  padding: clamp(70px, 9vw, 140px) 40px clamp(52px, 7vw, 100px);
  overflow: hidden;
  text-align: left;
  background: #171513;
}

.base-final figure {
  position: absolute;
  inset: 0 40px 40px;
  width: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
  background: #171513;
}

.base-final img {
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.base-final::after {
  content: "";
  position: absolute;
  inset: 0 40px 40px;
  background:
    linear-gradient(90deg, rgba(18, 16, 14, .62) 0%, rgba(18, 16, 14, .28) 42%, rgba(18, 16, 14, .04) 100%),
    linear-gradient(0deg, rgba(18, 16, 14, .5) 0%, rgba(18, 16, 14, 0) 52%);
  pointer-events: none;
}

.base-final div {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
}

.base-final .base-kicker,
.base-final h2 {
  color: rgba(255, 255, 255, .9) !important;
}

@media (max-width: 860px) {
  .base-gallery--mood {
    grid-template-columns: 1fr;
  }

  .base-final figure,
  .base-final::after {
    inset: 0 18px 28px;
  }
}

/* Luxury restraint 20260707: no landing-scale promo typography. */
.base-hero h1 {
  max-width: 620px;
  font-size: clamp(34px, 4.6vw, 72px);
  line-height: 1.02;
}

.base-hero__copy {
  max-width: 640px;
}

.base-hero p:not(.base-kicker) {
  max-width: 420px;
  font-size: 14px;
}

.base-philosophy h2,
.base-section-title h2,
.base-diamonds h2,
.base-catalog-head h2,
.base-final h2 {
  max-width: 560px;
  font-size: clamp(24px, 2.8vw, 42px);
  line-height: 1.12;
}

.base-cinematic h2 {
  max-width: 620px;
  font-size: clamp(30px, 4vw, 64px);
  line-height: 1.02;
}

.base-lineup-card__copy h2 {
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.04;
}

.base-catalog-head {
  grid-template-columns: minmax(0, .22fr) minmax(0, .78fr);
  padding-top: clamp(46px, 6vw, 84px);
}

.base-catalog-head h2 {
  text-transform: none;
}

@media (max-width: 560px) {
  .base-hero h1 {
    font-size: clamp(34px, 12vw, 54px);
  }

  .base-philosophy h2,
  .base-section-title h2,
  .base-diamonds h2,
  .base-catalog-head h2,
  .base-final h2,
  .base-cinematic h2 {
    font-size: clamp(25px, 8vw, 38px);
  }
}

/* Base soft-grey gallery 20260707: verified collection set, low-contrast museum quadrants. */
.base-lineup-card__jewels a,
.base-piece figure {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .98) 0%, rgba(253, 253, 253, .96) 36%, rgba(247, 247, 247, .97) 72%, rgba(241, 241, 241, .98) 100%),
    linear-gradient(180deg, #fcfcfc 0%, #f4f4f4 100%) !important;
  border: 1px solid rgba(25, 25, 25, .032) !important;
  box-shadow:
    inset 0 -34px 74px rgba(0, 0, 0, .026),
    inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.base-catalog {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
  background: var(--base-white);
}

.base-piece figure {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.base-piece figure > img {
  width: 100%;
  height: 100%;
  padding: clamp(18px, 2.2vw, 38px);
  object-fit: contain;
  filter:
    drop-shadow(0 22px 26px rgba(22, 22, 22, .12))
    drop-shadow(0 2px 5px rgba(255, 255, 255, .62));
}

.base-piece div {
  padding-top: 18px;
}

.base-piece h2 {
  letter-spacing: .03em;
}

.base-lineup-card__jewels img {
  width: 100%;
  height: 150px;
  padding: 0;
  object-fit: contain;
}

.base-lineup-card__jewels--wide img {
  height: 112px;
}

.base-lineup-card__jewels--rings img {
  height: 138px;
}

.base-lineup-card__jewels--vertical img {
  height: 158px;
}

@media (max-width: 1180px) {
  .base-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .base-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Base hero cinema 20260714: prism, architecture and shadow as one wide campaign frame. */
.base-hero--cinema {
  min-height: calc(100svh - var(--js-header-height, 104px));
  padding: 0 40px 34px;
  isolation: isolate;
  background: #14110f !important;
}

.base-hero__cinema {
  position: absolute;
  inset: 0 40px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(230px, .58fr) minmax(0, .84fr);
  gap: 0;
  overflow: hidden;
  background: #14110f;
}

.base-hero__cinema::before,
.base-hero__cinema::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.base-hero__cinema::before {
  background:
    linear-gradient(90deg, rgba(13, 11, 10, .62) 0%, rgba(13, 11, 10, .2) 23%, rgba(13, 11, 10, 0) 44%, rgba(13, 11, 10, .16) 72%, rgba(13, 11, 10, .5) 100%),
    linear-gradient(0deg, rgba(12, 10, 9, .72) 0%, rgba(12, 10, 9, .2) 38%, rgba(12, 10, 9, .24) 100%);
}

.base-hero__cinema::after {
  background:
    radial-gradient(circle at 30% 42%, rgba(255, 218, 168, .12), rgba(255, 218, 168, 0) 34%),
    radial-gradient(circle at 55% 38%, rgba(255, 240, 208, .18), rgba(255, 240, 208, 0) 24%),
    linear-gradient(90deg, rgba(20, 17, 15, 0) 34%, rgba(20, 17, 15, .44) 42%, rgba(20, 17, 15, .18) 49%, rgba(20, 17, 15, .5) 57%, rgba(20, 17, 15, 0) 66%);
  mix-blend-mode: screen;
  opacity: .72;
}

.base-hero__panel {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #17130f !important;
}

.base-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.base-hero__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.06) brightness(.9);
  transform: scale(1.01);
}

.base-hero__panel--prism {
  margin-right: -6vw;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  z-index: 2;
}

.base-hero__panel--prism img {
  object-position: 47% 50%;
}

.base-hero__panel--prism::after {
  background:
    linear-gradient(90deg, rgba(10, 8, 7, .14) 0%, rgba(10, 8, 7, 0) 48%, rgba(10, 8, 7, .5) 100%),
    linear-gradient(0deg, rgba(10, 8, 7, .42), rgba(10, 8, 7, 0) 52%);
}

.base-hero__panel--light {
  z-index: 1;
}

.base-hero__panel--light img {
  object-position: 50% 52%;
  filter: saturate(.78) contrast(1.02) brightness(.96);
}

.base-hero__panel--light::after {
  background:
    linear-gradient(90deg, rgba(13, 11, 10, .6) 0%, rgba(13, 11, 10, 0) 28%, rgba(13, 11, 10, 0) 66%, rgba(13, 11, 10, .58) 100%),
    linear-gradient(0deg, rgba(13, 11, 10, .46), rgba(13, 11, 10, 0) 48%);
}

.base-hero__panel--shadow {
  margin-left: -5vw;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.base-hero__panel--shadow img {
  object-position: 52% 48%;
  filter: saturate(.9) contrast(1.1) brightness(.78);
}

.base-hero__panel--shadow::after {
  background:
    linear-gradient(90deg, rgba(10, 8, 7, .52) 0%, rgba(10, 8, 7, .08) 34%, rgba(10, 8, 7, .52) 100%),
    linear-gradient(0deg, rgba(10, 8, 7, .56), rgba(10, 8, 7, .08) 58%);
}

.base-hero--cinema .base-hero__copy {
  position: relative;
  z-index: 4;
  align-self: end;
  max-width: 540px;
  padding-bottom: clamp(62px, 8vw, 118px);
}

.base-hero--cinema .base-kicker,
.base-hero--cinema .base-hero__copy p,
.base-hero--cinema .base-hero__meta span {
  color: rgba(255, 255, 255, .68);
}

.base-hero--cinema h1 {
  max-width: 520px;
  color: rgba(255, 255, 255, .86) !important;
}

.base-hero--cinema .base-hero__copy p:not(.base-kicker) {
  max-width: 430px;
  color: rgba(255, 255, 255, .72);
}

.base-hero--cinema .base-hero__meta {
  z-index: 4;
  border-top-color: rgba(255, 255, 255, .18);
}

@media (max-width: 900px) {
  .base-hero__cinema {
    grid-template-columns: minmax(0, .64fr) minmax(0, .36fr);
  }

  .base-hero__panel--light {
    display: none;
  }

  .base-hero__panel--prism,
  .base-hero__panel--shadow {
    margin: 0;
    clip-path: none;
  }
}

@media (max-width: 560px) {
  .base-hero--cinema {
    min-height: 760px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .base-hero__cinema {
    inset: 0 18px 28px;
    grid-template-columns: 1fr;
  }

  .base-hero__panel--shadow {
    display: none;
  }

  .base-hero__panel--prism img {
    object-position: 43% 50%;
  }

  .base-hero--cinema .base-hero__copy {
    padding-bottom: 108px;
  }
}

/* Base hero selected 20260727: one generated campaign frame, no collage panels. */
.base-hero--selected {
  min-height: calc(100svh - var(--js-header-height, 104px));
  padding: 0 40px 34px;
  isolation: isolate;
  overflow: hidden;
  background: #15120f !important;
}

.base-hero--selected .base-hero__media {
  inset: 0 40px 34px;
  background: #15120f !important;
}

.base-hero--selected .base-hero__media::before,
.base-hero--selected .base-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.base-hero--selected .base-hero__media::before {
  background:
    linear-gradient(90deg, rgba(14, 12, 10, .7) 0%, rgba(14, 12, 10, .42) 26%, rgba(14, 12, 10, .08) 55%, rgba(14, 12, 10, .16) 100%),
    linear-gradient(0deg, rgba(12, 10, 9, .58) 0%, rgba(12, 10, 9, .18) 42%, rgba(12, 10, 9, .28) 100%);
}

.base-hero--selected .base-hero__media::after {
  background:
    radial-gradient(circle at 23% 42%, rgba(255, 229, 186, .16), rgba(255, 229, 186, 0) 31%),
    radial-gradient(circle at 77% 44%, rgba(255, 244, 218, .08), rgba(255, 244, 218, 0) 30%);
  mix-blend-mode: screen;
  opacity: .82;
}

.base-hero--selected .base-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  filter: saturate(.94) contrast(1.04) brightness(.92);
  animation: baseSlowZoom 20s ease-out both;
}

.base-hero--selected .base-hero__copy {
  position: relative;
  z-index: 4;
  align-self: end;
  max-width: 560px;
  padding-bottom: clamp(68px, 8vw, 124px);
}

.base-hero--selected .base-kicker,
.base-hero--selected .base-hero__copy p,
.base-hero--selected .base-hero__meta span {
  color: rgba(255, 255, 255, .7);
}

.base-hero--selected h1 {
  color: rgba(255, 255, 255, .88) !important;
}

.base-hero--selected .base-hero__copy p:not(.base-kicker) {
  max-width: 430px;
  color: rgba(255, 255, 255, .72);
}

.base-hero--selected .base-hero__meta {
  z-index: 4;
  border-top-color: rgba(255, 255, 255, .18);
}

@media (max-width: 900px) {
  .base-hero--selected .base-hero__media img {
    object-position: 61% 50%;
  }
}

@media (max-width: 560px) {
  .base-hero--selected {
    min-height: 760px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .base-hero--selected .base-hero__media {
    inset: 0 18px 28px;
  }

  .base-hero--selected .base-hero__media img {
    object-position: 62% 50%;
  }

  .base-hero--selected .base-hero__copy {
    padding-bottom: 108px;
  }
}

/* Product symbolism pages 20260730. */
.base-symbol-page .contact-header {
  background: var(--base-white);
}

.base-symbol-hero {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(320px, .42fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: stretch;
  min-height: calc(100svh - var(--js-header-height, 104px));
  padding: clamp(18px, 2.6vw, 42px) 40px clamp(44px, 5vw, 72px);
  border-bottom: 1px solid var(--base-line-strong);
}

.base-symbol-hero__image,
.base-symbol-hero__copy,
.base-symbol-ritual figure,
.base-symbol-final figure {
  background: var(--base-panel);
}

.base-symbol-hero__image {
  min-height: 620px;
  overflow: hidden;
}

.base-symbol-hero__image img {
  object-fit: cover;
  object-position: 50% 50%;
}

.base-symbol-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4.5vw, 68px);
  border: 1px solid var(--base-line);
}

.base-symbol-hero h1,
.base-symbol-lead h2,
.base-symbol-grid h2,
.base-symbol-ritual h2,
.base-symbol-words h2,
.base-symbol-final h2 {
  margin: 0;
  color: var(--base-ink) !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.base-symbol-hero h1 {
  max-width: 420px;
  margin-top: 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
}

.base-symbol-hero__copy > p:not(.base-kicker) {
  max-width: 420px;
  margin: 24px 0 0;
  color: var(--base-muted);
  font-size: 17px;
  line-height: 1.72;
}

.base-symbol-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.base-symbol-hero__actions a,
.base-symbol-final a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--base-line-strong);
  color: var(--base-ink);
  font-size: 11px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

.base-symbol-hero__actions a:first-child,
.base-symbol-final a {
  background: var(--base-ink);
  color: var(--base-white);
}

.base-symbol-lead {
  max-width: 940px;
  padding: clamp(72px, 10vw, 132px) 40px clamp(52px, 7vw, 96px);
  margin: 0 auto;
}

.base-symbol-lead h2,
.base-symbol-words h2 {
  margin-top: 18px;
  font-size: clamp(34px, 4.7vw, 68px);
  line-height: 1.04;
}

.base-symbol-lead p:not(.base-kicker) {
  max-width: 720px;
  margin: 28px 0 0 auto;
  color: var(--base-muted);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.6;
}

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

.base-symbol-grid article {
  min-height: 360px;
  padding: clamp(28px, 4vw, 54px);
  border-right: 1px solid var(--base-line);
}

.base-symbol-grid article:last-child {
  border-right: 0;
}

.base-symbol-grid span {
  display: block;
  margin-bottom: 72px;
  color: var(--base-faint);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.base-symbol-grid h2 {
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.1;
}

.base-symbol-grid p,
.base-symbol-ritual p,
.base-symbol-final p {
  color: var(--base-muted);
  font-size: 16px;
  line-height: 1.72;
}

.base-symbol-ritual {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  padding: clamp(72px, 10vw, 132px) 40px;
}

.base-symbol-ritual figure {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.base-symbol-ritual img {
  object-fit: cover;
}

.base-symbol-ritual div {
  max-width: 620px;
}

.base-symbol-ritual h2,
.base-symbol-final h2 {
  margin-top: 18px;
  font-size: clamp(32px, 4.2vw, 62px);
  line-height: 1.05;
}

.base-symbol-ritual p:not(.base-kicker) {
  margin-top: 28px;
  font-size: clamp(17px, 1.7vw, 22px);
}

.base-symbol-words {
  padding: clamp(72px, 9vw, 116px) 40px;
  background: #f4f1ec !important;
  text-align: center;
}

.base-symbol-words h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.base-symbol-words div {
  display: flex;
  max-width: 860px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 34px auto 0;
}

.base-symbol-words span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(50, 50, 50, .12);
  background: rgba(255, 254, 253, .62);
  color: rgba(50, 50, 50, .68);
  font-size: 12px;
}

.base-symbol-final {
  display: grid;
  grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 120px) 40px;
}

.base-symbol-final figure {
  aspect-ratio: 1 / 1;
  padding: clamp(22px, 4vw, 54px);
}

.base-symbol-final img {
  object-fit: contain;
}

.base-symbol-final div {
  max-width: 560px;
}

.base-symbol-final a {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .base-symbol-hero,
  .base-symbol-ritual,
  .base-symbol-final {
    grid-template-columns: 1fr;
  }

  .base-symbol-hero__image {
    min-height: 520px;
  }

  .base-symbol-grid {
    grid-template-columns: 1fr;
  }

  .base-symbol-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--base-line);
  }

  .base-symbol-grid article:last-child {
    border-bottom: 0;
  }

  .base-symbol-grid span {
    margin-bottom: 44px;
  }
}

@media (max-width: 560px) {
  .base-symbol-hero,
  .base-symbol-lead,
  .base-symbol-ritual,
  .base-symbol-words,
  .base-symbol-final {
    padding-right: 18px;
    padding-left: 18px;
  }

  .base-symbol-hero__image {
    min-height: 420px;
  }

  .base-symbol-hero__copy {
    padding: 28px 22px 34px;
  }

  .base-symbol-hero h1 {
    font-size: 42px;
  }

  .base-symbol-hero__actions a,
  .base-symbol-final a {
    width: 100%;
  }
}

/* Base page final direction: selected hero, Asta state, clean wardrobe catalog */
.base-asta-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(30px, 5vw, 86px);
  align-items: center;
  min-height: 84svh;
  padding: clamp(64px, 7vw, 118px) 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: #15120f !important;
}

.base-asta-feature__image {
  position: relative;
  height: clamp(520px, 72svh, 780px);
  margin: 0;
  overflow: hidden;
  background: #15120f !important;
}

.base-asta-feature__image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, .18), rgba(8, 7, 6, 0) 42%, rgba(8, 7, 6, .18)),
    linear-gradient(0deg, rgba(8, 7, 6, .24), rgba(8, 7, 6, 0) 48%, rgba(8, 7, 6, .2));
  content: "";
  pointer-events: none;
}

.base-asta-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  filter: saturate(.96) contrast(1.04) brightness(.94);
}

.base-asta-feature__copy {
  max-width: 430px;
}

.base-asta-feature .base-kicker {
  color: rgba(255, 255, 255, .48) !important;
}

.base-asta-feature h2 {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9) !important;
  font-family: var(--serif) !important;
  font-size: clamp(36px, 4.4vw, 72px);
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: .96;
}

.base-asta-feature p:not(.base-kicker) {
  max-width: 380px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .66) !important;
  font-size: 14px;
  line-height: 1.72;
}

.base-asta-feature a {
  display: inline-block;
  margin-top: 34px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .72) !important;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.base-catalog-head {
  padding: clamp(64px, 8vw, 112px) 40px clamp(26px, 4vw, 42px) !important;
  background: #fff !important;
  text-align: center;
}

.base-catalog-head h2 {
  margin: 14px 0 0 !important;
  color: var(--base-ink) !important;
  font-family: var(--serif) !important;
  font-size: clamp(32px, 3.8vw, 54px) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.base-catalog {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.4vw, 34px) !important;
  padding: 0 40px clamp(72px, 9vw, 128px) !important;
  border: 0 !important;
  background: #fff !important;
}

.base-piece,
.base-piece:nth-child(2n),
.base-piece:nth-child(4n),
.base-piece:last-child,
.base-piece--large,
.base-piece--wide,
.base-piece--tall {
  display: block !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--base-ink) !important;
  text-decoration: none !important;
}

.base-piece figure,
.base-piece:nth-child(2n) figure,
.base-piece:nth-child(4n) figure {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(40, 39, 37, .045) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .98) 0 18%, rgba(248, 248, 247, .95) 38%, rgba(238, 238, 237, .95) 100%) !important;
  box-shadow: none !important;
}

.base-piece figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(0, 0, 0, .025));
  content: "";
  pointer-events: none;
}

.base-piece figure > img,
.base-piece--large figure > img,
.base-piece--wide figure > img,
.base-piece--tall figure > img {
  position: relative !important;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  padding: clamp(36px, 4.2vw, 72px) !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 28px 34px rgba(35, 35, 35, .11)) !important;
  transform: none !important;
}

.base-piece--bracelet figure > img {
  padding: clamp(42px, 5vw, 90px) !important;
}

.base-piece--earrings figure > img {
  padding: clamp(38px, 4.4vw, 78px) !important;
}

.base-piece--choker figure > img {
  padding: clamp(34px, 4.2vw, 74px) !important;
}

.base-piece--ring figure > img,
.base-piece--cross figure > img {
  padding: clamp(44px, 5vw, 88px) !important;
}

.base-piece:hover figure > img {
  transform: scale(1.025) !important;
}

.base-piece div {
  padding: 24px 10px 0 !important;
  text-align: center !important;
}

.base-piece p {
  margin: 0 0 12px !important;
  color: rgba(49, 49, 49, .42) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.base-piece h2 {
  max-width: 280px !important;
  margin: 0 auto !important;
  color: var(--base-ink) !important;
  font-family: var(--serif) !important;
  font-size: clamp(19px, 1.45vw, 26px) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  text-transform: none !important;
}

.base-piece span {
  display: block !important;
  max-width: 220px !important;
  margin: 12px auto 0 !important;
  color: rgba(49, 49, 49, .5) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

@media (max-width: 1100px) {
  .base-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .base-asta-feature {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-right: 18px;
    padding-left: 18px;
  }

  .base-asta-feature__image {
    height: min(74svh, 680px);
  }

  .base-asta-feature__copy {
    max-width: 520px;
  }

  .base-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .base-catalog-head {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

@media (max-width: 520px) {
  .base-catalog {
    grid-template-columns: 1fr !important;
  }

  .base-piece figure > img {
    padding: 54px !important;
  }
}

/* Base catalog DNA correction 20260804: white page, barely visible product quadrants, calm headings. */
.base-catalog-head {
  padding: clamp(52px, 6vw, 86px) 40px clamp(24px, 3vw, 38px) !important;
  background: #fffefd !important;
  text-align: center !important;
}

.base-catalog-head .base-kicker {
  margin-bottom: 12px !important;
  color: rgba(50, 50, 50, .46) !important;
  font-size: 11px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.base-catalog-head h2 {
  margin: 0 !important;
  color: #323232 !important;
  font-size: clamp(27px, 2.4vw, 42px) !important;
  letter-spacing: .025em !important;
  line-height: 1.12 !important;
}

.base-catalog {
  gap: clamp(24px, 2.2vw, 36px) !important;
  padding: 0 40px clamp(74px, 8vw, 118px) !important;
  background: #fffefd !important;
}

.base-piece figure,
.base-piece:nth-child(2n) figure,
.base-piece:nth-child(4n) figure {
  border-color: rgba(50, 50, 50, .035) !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 1) 0 24%, rgba(250, 250, 249, .98) 52%, rgba(246, 246, 245, .98) 100%) !important;
}

.base-piece figure::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(20, 20, 20, .012)) !important;
}

.base-piece figure > img,
.base-piece--large figure > img,
.base-piece--wide figure > img,
.base-piece--tall figure > img {
  filter: drop-shadow(0 24px 26px rgba(40, 40, 40, .075)) !important;
}

.base-piece div {
  padding-top: 22px !important;
}

.base-piece p {
  margin-bottom: 10px !important;
  color: rgba(50, 50, 50, .42) !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.base-piece h2 {
  max-width: 300px !important;
  color: #323232 !important;
  font-size: clamp(18px, 1.3vw, 23px) !important;
  letter-spacing: .018em !important;
  line-height: 1.18 !important;
}

.base-piece span {
  max-width: 260px !important;
  color: rgba(50, 50, 50, .54) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

@media (max-width: 900px) {
  .base-catalog-head {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

/* Base catalog fine tune 20260804: softer quadrants and visible cross composition. */
.base-piece figure,
.base-piece:nth-child(2n) figure,
.base-piece:nth-child(4n) figure {
  border-color: rgba(50, 50, 50, .022) !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 1) 0 28%, rgba(252, 252, 251, .99) 58%, rgba(249, 249, 248, .99) 100%) !important;
}

.base-piece figure::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(20, 20, 20, .006)) !important;
}

.base-piece--cross figure > img {
  padding: clamp(34px, 4.4vw, 76px) !important;
  object-position: center 42% !important;
  transform: translateY(-5%) !important;
}

.base-piece--cross:hover figure > img {
  transform: translateY(-5%) scale(1.025) !important;
}

/* Base catalog correction 20260804: Lumen without a white rectangle, full cross in frame. */
.base-piece--lumen figure > img {
  mix-blend-mode: multiply !important;
  padding: clamp(48px, 5.2vw, 92px) !important;
  filter: drop-shadow(0 18px 22px rgba(40, 40, 40, .055)) !important;
}

.base-piece--cross figure > img {
  padding: clamp(58px, 6vw, 112px) !important;
  object-position: center 34% !important;
  transform: translateY(-10%) !important;
}

.base-piece--cross:hover figure > img {
  transform: translateY(-10%) scale(1.02) !important;
}

/* Base light accents 20260804: hero Astra earring glow and larger transparent Lumen. */
.base-hero--selected::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 60.2% 24.6%, rgba(255, 255, 255, 1) 0 4px, rgba(255, 246, 222, .82) 5px, rgba(255, 226, 174, .34) 18px, rgba(255, 226, 174, 0) 58px),
    radial-gradient(ellipse at 60.2% 24.6%, rgba(255, 255, 255, .34) 0 10px, rgba(255, 255, 255, .14) 24px, rgba(255, 255, 255, 0) 86px),
    radial-gradient(circle at 59.7% 24.2%, rgba(190, 225, 255, .3) 0 2px, rgba(190, 225, 255, 0) 34px);
  content: "";
  mix-blend-mode: screen;
  opacity: .9;
  pointer-events: none;
}

.base-piece--lumen figure > img {
  padding: clamp(20px, 2.4vw, 42px) !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 22px 26px rgba(40, 40, 40, .07)) !important;
}

.base-piece--lumen:hover figure > img {
  transform: scale(1.035) !important;
}

.base-piece--earrings:not(.base-piece--lumen) figure > img {
  filter:
    drop-shadow(0 22px 26px rgba(40, 40, 40, .07))
    drop-shadow(0 0 12px rgba(255, 255, 255, .62)) !important;
}

/* Curated Base page, 2026-09-10. */
.base-title { padding: 24px 40px 22px; text-align: center; }
.base-title h1 { margin: 0; font-size: clamp(24px, 2.4vw, 36px); font-weight: 400; line-height: 1.2; }
.base-hero--cinema { min-height: 0; height: clamp(460px, 48vw, 690px); padding: 0 40px; }
.base-hero__cinema { inset: 0 40px; }
.base-gallery--mood { border: 0; padding-top: clamp(40px, 5vw, 76px); padding-bottom: clamp(40px, 5vw, 76px); }
.base-macro { border: 0; padding-top: 0; padding-bottom: clamp(36px, 5vw, 72px); }
@media(max-width: 900px) {
 .base-title { padding: 22px 18px; }
 .base-hero--cinema { height: clamp(360px, 70vw, 600px); padding: 0 18px; }
 .base-hero__cinema { inset: 0 18px; grid-template-columns: 1.08fr .58fr .84fr; }
 .base-hero__panel--light, .base-hero__panel--shadow { display: block; }
}
@media(max-width: 560px) {
 .base-hero--cinema { height: 380px; }
 .base-hero__cinema { grid-template-columns: 1.08fr .58fr .84fr; }
 .base-hero__panel--prism img { object-position: 46% 50%; }
 .base-gallery--mood .base-gallery__wide img { min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }
}

/* Standard full-width campaign and gallery proportions, revision 2. */
.base-hero--cinema { width: 100%; padding-inline: 0; }
.base-hero__cinema { inset-inline: 0; }
.base-hero--cinema .base-hero__signature {
 position: absolute; left: clamp(24px, 4.5vw, 72px); bottom: clamp(25px, 4vw, 56px);
 z-index: 4; margin: 0; padding: 0; max-width: none;
 font-family: var(--serif) !important; font-size: clamp(23px, 2.2vw, 32px);
 font-weight: 400; line-height: 1.15; letter-spacing: 0;
 color: rgba(255,255,255,.88) !important; text-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.base-catalog {
 width: min(calc(100% - 96px), 1480px); margin-inline: auto;
 padding-inline: 0 !important; column-gap: 26px !important; row-gap: 44px !important;
}
.base-piece figure, .base-piece:nth-child(2n) figure, .base-piece:nth-child(4n) figure {
 aspect-ratio: 4 / 5 !important;
}
.base-piece div { padding-top: 20px !important; }
.base-piece h2 { letter-spacing: 0 !important; }
@media(max-width:900px) {
 .base-hero--cinema { padding-inline: 0; }
 .base-hero__cinema { inset-inline: 0; }
 .base-catalog { width: calc(100% - 36px); gap: 30px 18px !important; }
}

/* Preserve the full photographed bracelet in the final triptych. */
.base-macro__row figure:nth-child(2) { min-height: 0; align-self: center; transform: none; }
.base-macro__row figure:nth-child(2) img { height: auto; min-height: 0; object-fit: contain; }

/* Match collection campaign height below the site header. */
.base-hero--cinema {
 height: calc(100svh - var(--js-header-height, 128px));
 min-height: 720px;
}
@media (max-width: 560px) {
 .base-hero--cinema { min-height: 680px; }
}

/* Base cards share the main gallery typography and interactive boundaries. */
.base-catalog .base-piece {
 border: 1px solid rgba(47,44,42,.10) !important;
 background: #fbfbfa !important;
 box-shadow: 0 8px 22px rgba(47,44,42,.035);
 transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.base-catalog .base-piece figure { border: 0 !important; }
.base-catalog .base-piece div {
 margin: 0 18px; padding: 16px 0 20px !important;
 border-top: 1px solid rgba(47,44,42,.10); text-align: left !important;
}
.base-catalog .base-piece h2 {
 margin: 0 !important; max-width: none !important;
 font-size: clamp(16px,.92vw,19px) !important;
 line-height: 1.2 !important; font-weight: 400 !important;
 color: #484440 !important;
}
.base-catalog .base-piece p { font-size: 10px !important; margin-bottom: 8px !important; }
.base-catalog .base-piece span { margin: 8px 0 0 !important; font-size: 12px !important; }
.base-catalog .base-piece:hover, .base-catalog .base-piece:focus-visible {
 transform: translateY(-4px); border-color: rgba(47,44,42,.24) !important;
 box-shadow: 0 16px 32px rgba(47,44,42,.09);
}
.base-catalog .base-piece:focus-visible { outline: 1px solid #8b8175; outline-offset: 4px; }
/* Three equally substantial portrait images, stepped down across the page. */
.base-macro { padding-bottom: 140px; }
.base-macro__row { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; }
.base-macro__row figure { min-height: 0; height: auto; aspect-ratio: 2 / 3; margin: 0; overflow: hidden; }
.base-macro__row figure:nth-child(2) { min-height: 0; align-self: start; transform: translateY(42px); }
.base-macro__row figure:nth-child(3) { transform: translateY(84px); }
.base-macro__row figure img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.base-macro__row figure:nth-child(2) img { height: 100%; object-fit: cover; }
@media(max-width: 700px) {
 .base-macro__row { grid-template-columns: 1fr; gap: 24px; }
 .base-macro__row figure:nth-child(2), .base-macro__row figure:nth-child(3) { transform: none; }
 .base-macro { padding-bottom: 40px; }
}
@media(prefers-reduced-motion: reduce) {
 .base-catalog .base-piece { transition: none; }
 .base-catalog .base-piece:hover { transform: none; }
}

/* Quiet collection signature with space for future editorial copy. */
.base-hero--cinema .base-hero__signature {
 left: clamp(24px,4.5vw,72px); bottom: clamp(72px,8vh,112px);
 font-size: clamp(21px,1.75vw,28px) !important;
 font-family: var(--serif) !important; font-weight: 400 !important;
 line-height: 1.2 !important; letter-spacing: .015em !important;
 text-transform: none !important; width: auto !important;
}
.base-catalog-head {
 display: flex !important; flex-direction: column !important;
 align-items: center !important; justify-content: center !important;
 width: 100% !important; box-sizing: border-box;
 text-align: center !important;
}
.base-catalog-head .base-kicker {
 width: auto !important; max-width: none !important;
 margin: 0 0 12px !important; text-align: center !important;
 font-family: var(--sans) !important; font-size: 10px !important;
 font-weight: 400 !important; letter-spacing: .14em !important;
}
.base-catalog-head h2 {
 width: auto !important; max-width: none !important;
 margin: 0 auto !important; text-align: center !important;
 font-family: var(--serif) !important; font-size: clamp(24px,2vw,32px) !important;
 font-weight: 400 !important; line-height: 1.2 !important;
 letter-spacing: 0 !important; text-transform: none !important;
}
