/* Emerald — page-specific editorial splits, symbolism, and final gallery. */

.emerald-composition-split,
.emerald-work-split {
  align-items: center;
  display: grid;
  gap: clamp(40px, 7vw, 108px);
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
}

.emerald-fabric-image {
  background: #020403;
  height: min(58vh, 640px);
  min-height: 430px;
  overflow: hidden;
}

.emerald-work-video {
  background: #020403;
  height: min(70vh, 760px);
  min-height: 500px;
  overflow: hidden;
}

.image-emerald-fabric,
.video-emerald-work {
  --media-fit: contain;
  --media-position-x: 50%;
  --media-position-y: 50%;
}

.emerald-composition-copy,
.emerald-work-copy { margin: 0; }

.image-emerald-dance-01 {
  --media-fit: contain;
  --media-position-x: 50%;
  --media-position-y: 0%;
}

.emerald-symbolism {
  margin: clamp(48px, 7vh, 84px) auto 0;
  max-width: var(--story-content);
}

.emerald-symbolism h2 {
  font: 500 clamp(46px, 5.5vw, 82px)/.98 "Playfair Display", Georgia, serif;
  letter-spacing: -.045em;
  margin: 0 0 clamp(28px, 4vh, 46px);
}

.emerald-symbolism__intro,
.emerald-symbolism__closing { max-width: 900px; }

.emerald-symbolism__meanings {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  margin: clamp(32px, 5vh, 58px) 0;
}

.emerald-symbolism__meanings p {
  border-top: 1px solid var(--line);
  color: rgba(241, 238, 231, .76);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  padding: 24px 28px 24px 0;
}

.emerald-symbolism__meanings p:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.emerald-final__primary {
  align-content: start;
  display: grid;
  gap: var(--story-gap);
  grid-template-rows: none;
}

.emerald-final__primary,
.emerald-final__gallery > .ds-gallery__rail {
  height: auto;
  min-height: 0;
}

.emerald-final__gallery > .ds-gallery__rail {
  align-content: start;
  grid-template-rows: none;
}

.emerald-final__primary figure,
.emerald-final__gallery .ds-gallery__rail figure {
  background: #020303;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.emerald-final__gallery img {
  height: auto;
  object-fit: contain;
  object-position: var(--media-position-x, 50%) var(--media-position-y, 50%);
  transform: none;
  width: 100%;
}

.dress-story-page--emerald .emerald-final__video {
  aspect-ratio: 1080 / 1694;
  background: #020403;
  margin: 0 auto var(--story-gap);
  max-height: min(82vh, 900px);
  max-width: 720px;
  width: 100%;
}

.video-emerald-final {
  --media-fit: contain;
  --media-position-x: 50%;
  --media-position-y: 50%;
}

@media (max-width: 780px) {
  .emerald-composition-split,
  .emerald-work-split,
  .emerald-symbolism__meanings { grid-template-columns: 1fr; }

  .emerald-fabric-image,
  .emerald-work-video {
    height: 60svh;
    min-height: 400px;
  }

  .dress-story-page--emerald .emerald-final__video {
    max-height: 82svh;
    max-width: 100%;
  }

  .emerald-symbolism__meanings p:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }
}
