/* KiwiTile large-format editorial exhibit (#xl-sheet-format) */

.xl-editorial-section,
.xl-editorial-section *,
.xl-editorial-section *::before,
.xl-editorial-section *::after {
  box-sizing: border-box;
}

.xl-editorial-section {
  --xl-gold: rgba(214, 164, 91, 0.92);
  --xl-gold-soft: rgba(214, 164, 91, 0.38);
  --xl-cream: rgba(248, 239, 221, 0.96);
  --xl-text: rgba(244, 234, 216, 0.78);
  --xl-muted: rgba(244, 234, 216, 0.58);
  position: relative;
  width: 100%;
  height: auto;
  min-height: unset;
  margin: 0;
  padding: clamp(54px, 6.6vw, 106px) clamp(18px, 4vw, 64px);
  isolation: isolate;
  overflow: visible;
  color: var(--xl-text);
  font-family: var(--font-sans);
}

.xl-editorial-section::before {
  display: none;
}

.xl-editorial-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 680ms step-end;
  background:
    radial-gradient(
      130% 115% at 16% 50%,
      rgba(0, 0, 0, 0.14) 0%,
      rgba(0, 0, 0, 0.58) 44%,
      rgba(0, 0, 0, 0.86) 100%
    );
}

.xl-editorial-section--cinema::after {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s step-start;
}

.xl-editorial-section--cinema .xl-editorial-video-wrap {
  z-index: 6;
}

.xl-editorial-section--cinema .xl-editorial-content {
  position: relative;
  z-index: 5;
}

.xl-editorial-section--cinema .xl-editorial-copy {
  opacity: 0.34;
  filter: saturate(0.72);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xl-editorial-shell {
  position: relative;
  width: min(1480px, 100%);
  height: auto;
  margin-inline: auto;
  display: grid;
  grid-template-columns: clamp(320px, 29vw, 430px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 6px;
  row-gap: 6px;
  align-items: stretch;
  overflow: visible;
  border: 1px solid rgb(var(--rgb-gold-ui) / 0.42);
  border-radius: 2px;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 232, 184, 0.08);
}

.xl-editorial-brandrail {
  position: absolute;
  left: clamp(-22px, -1.5vw, -12px);
  top: 0;
  bottom: 0;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--xl-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: lowercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.72;
}

.xl-editorial-video-wrap,
.xl-editorial-support-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #060504;
}

.xl-editorial-video-wrap {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 430px;
  align-self: stretch;
  aspect-ratio: unset;
  min-height: 0;
  overflow: hidden;
}

.xl-editorial-video,
.xl-editorial-video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #050403;
}

.xl-editorial-video-wrap#ktlfeIsoLargeFormatEnsuite {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 430px;
  justify-self: start;
  height: 100%;
}

.xl-editorial-video-wrap#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: unset;
  opacity: 1;
  filter: none;
  transform: none;
  box-shadow: none;
}

.xl-editorial-video-wrap#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPoster,
.xl-editorial-video-wrap#ktlfeIsoLargeFormatEnsuite .ktlfeIsoVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.xl-editorial-support-caption__kicker[data-xl-support-kicker-line]{
  display: none;
}

.xl-editorial-support-caption__kicker[data-xl-support-kicker-line].is-active{
  display: block;
}

.xl-editorial-content {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 6px;
  align-self: start;
}

.xl-editorial-copy {
  min-height: unset;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3vw, 52px) clamp(34px, 4vw, 70px);
  background:
    radial-gradient(
      circle at 30% 0%,
      rgba(227, 165, 86, 0.12),
      transparent 46%
    ),
    linear-gradient(145deg, rgba(50, 27, 17, 0.58), rgba(11, 10, 9, 0.95));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xl-editorial-eyebrow,
.xl-editorial-kicker {
  margin: 0;
  color: var(--xl-gold);
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.xl-editorial-eyebrow{
  display: inline-block;
  width: fit-content;
  max-width: max-content;
  padding: 0 0 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgb(var(--rgb-gold-ui) / 0.58);
  align-self: flex-start;
}

.xl-editorial-copy h2 {
  margin: 0;
  max-width: 100%;
  color: transparent;
  background: var(--gradient-gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-serif);
  font-size: clamp(38px, 3.6vw, 56px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
  filter: var(--shadow-title-span);
}

/* Character-reveal turns each glyph into an inline-block, so wrap only
   between the two line spans — never inside FORMAT. */
.xl-editorial-copy h2[data-kt-character-reveal] {
  white-space: nowrap;
  text-wrap: unset;
}

.xl-editorial-copy h2[data-kt-character-reveal] > .kt-character-reveal__line {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.xl-editorial-kicker {
  position: relative;
  margin: clamp(14px, 1.6vh, 20px) 0 clamp(18px, 2.1vh, 28px);
  padding: 10px 0;
  font-size: clamp(11px, 0.86vw, 14px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.32em;
  color: rgb(var(--rgb-gold-highlight) / 0.84);
}

.xl-editorial-kicker::before,
.xl-editorial-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  width: 62%;
  height: 1px;
  background: linear-gradient(90deg, rgb(var(--rgb-gold-ui) / 0.62), transparent);
}

.xl-editorial-kicker::before {
  top: 0;
}

.xl-editorial-kicker::after {
  bottom: 0;
}

.xl-editorial-support-grid {
  display: flex;
  position: relative;
  align-items: stretch;
  gap: 6px;
}

.xl-format-commit-line{
  max-width: 34ch;
  margin: 0px 0 0;
  padding: 0;
  font-size: clamp(0.92rem, 0.82vw, 1.02rem);
  line-height: 1.42;
  letter-spacing: 0.01em;
  color: rgb(var(--rgb-soft-white) / 0.78);
}

.xl-editorial-support-grid figure:nth-of-type(1),
.xl-editorial-support-grid figure:nth-of-type(2) {
  flex: 0.82 1 0;
  min-width: 0;
  aspect-ratio: 2.8 / 5;
}

.xl-editorial-support-grid figure:nth-of-type(3) {
  flex: 1.36 1 0;
  min-width: 0;
  aspect-ratio: unset;
}

@media (min-width: 1025px) {
  /* Match Exhibit A's full-width frame. Keep the video and final support image
     at their established sizes; the added width belongs to the copy and the
     two finished-ensuite images. */
  .kt-largeformat-opening {
    width: 100%;
  }

  .xl-editorial-section {
    padding-inline: 0;
  }

  .xl-editorial-shell {
    width: 92%;
    max-width: 1480px;
    height: clamp(588px, 53.33vw, 791px);
  }

  .xl-editorial-support-grid figure:nth-of-type(1),
  .xl-editorial-support-grid figure:nth-of-type(2) {
    flex-grow: 1;
    aspect-ratio: unset;
  }

  .xl-editorial-support-grid figure:nth-of-type(3) {
    flex: 0 0 clamp(240px, 24.35vw, 468px);
  }

  .xl-editorial-support-grid {
    min-height: 0;
  }

}

.xl-editorial-support-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

/* Left install image — bias crop right so the right side of the source stays visible. */
.xl-editorial-support-grid figure:nth-of-type(1) img {
  object-position: 82% center;
}

.xl-editorial-support-grid figure:nth-of-type(3) img {
  object-position: center center;
}

/* Exhibit B desktop only: swap the install-detail and final ensuite slots.
   The DOM order stays unchanged so the mobile carousel remains exactly as-is. */
@media (min-width: 861px) {
  .xl-editorial-support-grid figure:nth-of-type(3) {
    order: 1;
    flex: 0.82 1 0;
  }

  .xl-editorial-support-grid figure:nth-of-type(2) {
    order: 2;
  }

  .xl-editorial-support-grid figure:nth-of-type(1) {
    order: 3;
    flex: 1.36 1 0;
  }
}

@media (min-width: 1025px) {
  .xl-editorial-support-grid figure:nth-of-type(3) {
    flex: 1 1 0;
  }

  .xl-editorial-support-grid figure:nth-of-type(1) {
    flex: 0 0 clamp(240px, 24.35vw, 468px);
  }
}

.xl-editorial-support-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.48);
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xl-editorial-section--cinema .xl-editorial-support-grid figure:nth-of-type(1)::after,
.xl-editorial-section--cinema .xl-editorial-support-grid figure:nth-of-type(2)::after,
.xl-editorial-section--cinema .xl-editorial-support-grid figure:nth-of-type(3)::after {
  opacity: 1;
}

.xl-editorial-support-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(22px, 3.2vw, 44px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition:
    opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 360ms step-end;
}

.xl-editorial-support-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      92% 96% at 16% 52%,
      rgba(0, 0, 0, 0.74) 0%,
      rgba(0, 0, 0, 0.38) 46%,
      rgba(0, 0, 0, 0.1) 100%
    );
  opacity: 0;
  transform: scale(1.06);
  transform-origin: 18% 50%;
}

.xl-editorial-support-caption::after {
  content: "";
  position: absolute;
  inset: -20% -40%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    108deg,
    transparent 36%,
    rgba(255, 224, 168, 0.04) 44%,
    rgba(255, 236, 196, 0.22) 50%,
    rgba(214, 164, 91, 0.14) 54%,
    transparent 62%
  );
  mix-blend-mode: soft-light;
}

.xl-editorial-support-caption__inner {
  position: relative;
  z-index: 3;
  width: min(100%, 520px);
}

.xl-editorial-support-caption__kicker {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  padding-bottom: 0;
  opacity: 0;
  color: rgb(var(--rgb-gold-highlight) / 0.94);
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.88),
    0 0 22px rgba(194, 118, 37, 0.24);
  border-bottom: 0;
  transform: translateY(24px);
  filter: blur(10px);
}

.xl-editorial-support-caption__kicker::after {
  content: "";
  display: block;
  width: clamp(74px, 42%, 160px);
  height: 1px;
  margin-top: clamp(12px, 1.2vw, 16px);
  background: linear-gradient(
    90deg,
    rgb(var(--rgb-gold-ui) / 0.82),
    rgb(var(--rgb-gold-ui) / 0.18),
    transparent
  );
  box-shadow: 0 0 20px rgba(194, 118, 37, 0.2);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
}

.xl-editorial-support-caption__copy-wrap {
  display: grid;
}

.xl-editorial-support-caption__copy {
  grid-area: 1 / 1;
  max-width: min(520px, 100%);
  margin: 0;
  color: rgba(248, 238, 219, 0.96);
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.038em;
  text-wrap: balance;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.82),
    0 12px 32px rgba(0, 0, 0, 0.58);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  filter: blur(8px);
  pointer-events: none;
  transition: none;
}

.xl-editorial-section--cinema:not(.xl-support-copy-ready)
  .xl-editorial-support-caption__copy.is-active.is-intro {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1) 1120ms,
    transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 1120ms,
    filter 800ms cubic-bezier(0.19, 1, 0.22, 1) 1120ms,
    visibility 0s step-start 1120ms;
}

.xl-editorial-section--cinema.xl-support-copy-ready .xl-editorial-support-caption__copy {
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 500ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 700ms step-end;
}

.xl-editorial-section--cinema.xl-support-copy-ready
  .xl-editorial-support-caption__copy.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 500ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s step-start;
}

.xl-editorial-section--cinema .xl-editorial-support-caption {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1) 480ms,
    visibility 0s step-start 480ms;
}

.xl-editorial-section--cinema .xl-editorial-support-caption::before {
  animation: xlSupportCaptionVeil 1400ms cubic-bezier(0.19, 1, 0.22, 1) 520ms forwards;
}

.xl-editorial-section--cinema .xl-editorial-support-caption::after {
  animation: xlSupportCaptionSheen 2200ms cubic-bezier(0.22, 1, 0.36, 1) 920ms forwards;
}

.xl-editorial-section--cinema .xl-editorial-support-caption__kicker {
  animation: xlSupportKickerReveal 1800ms cubic-bezier(0.19, 1, 0.22, 1) 780ms forwards;
}

.xl-editorial-section--cinema .xl-editorial-support-caption__kicker::after {
  animation: xlSupportKickerRule 1600ms cubic-bezier(0.22, 1, 0.36, 1) 1180ms forwards;
}

@keyframes xlSupportCaptionVeil {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes xlSupportCaptionSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-12deg);
  }

  18%,
  42% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-12deg);
  }
}

@keyframes xlSupportKickerReveal {
  0% {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(10px);
    letter-spacing: 0.46em;
  }

  38% {
    opacity: 0.42;
    filter: blur(5px);
    letter-spacing: 0.38em;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    letter-spacing: 0.32em;
  }
}

@keyframes xlSupportKickerRule {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .xl-editorial-section--cinema .xl-editorial-support-caption::before,
  .xl-editorial-section--cinema .xl-editorial-support-caption::after,
  .xl-editorial-section--cinema .xl-editorial-support-caption__kicker,
  .xl-editorial-section--cinema .xl-editorial-support-caption__kicker::after,
  .xl-editorial-section--cinema .xl-editorial-support-caption__copy {
    animation: none;
  }

  .xl-editorial-section--cinema .xl-editorial-support-caption__kicker,
  .xl-editorial-section--cinema .xl-editorial-support-caption__kicker::after {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: inset(0 0 0 0);
    letter-spacing: 0.32em;
  }

  .xl-editorial-section--cinema.xl-support-copy-ready
    .xl-editorial-support-caption__copy.is-active,
  .xl-editorial-section--cinema:not(.xl-support-copy-ready)
    .xl-editorial-support-caption__copy.is-active.is-intro {
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* KiwiTile large-format ensuite ISO gallery (#ktlfeIsoLargeFormatEnsuite) */
/* Extracted from big.css — load before big.css on homepage */

#ktlfeIsoLargeFormatEnsuite,
#ktlfeIsoLargeFormatEnsuite *,
#ktlfeIsoLargeFormatEnsuite *::before,
#ktlfeIsoLargeFormatEnsuite *::after {
  box-sizing: border-box;
}

#ktlfeIsoLargeFormatEnsuite {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  isolation: isolate;
  color: rgba(244, 234, 216, 0.98);
  font-family: var(--font-sans);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoStrip {
  position: relative;
  z-index: 6;
  padding: 0;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoRow {
  position: relative;
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.06fr 1fr;
  gap: 5px;
  align-items: stretch;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin: 0;
  opacity: 0;
  filter: blur(2px) brightness(0.86) saturate(0.92);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.56);
  transition:
    transform 1120ms cubic-bezier(0.16, 0.88, 0.18, 1),
    opacity 720ms ease,
    filter 1120ms ease;
  will-change: transform, opacity, filter;
}

/* Ensure all panels use the same aspect ratio so images and the video
   scale identically across the three-panel layout. */
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanel,
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelImage,
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelVideo {
  aspect-ratio: 451 / 800;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelImage {
  align-self: stretch;
  min-height: 100%;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanel:first-child {
  z-index: 1;
  transform: translateX(104%) scale(0.985);
  transform-origin: right center;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanel:last-child {
  z-index: 1;
  transform: translateX(-104%) scale(0.985);
  transform-origin: left center;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelVideo {
  z-index: 3;
  opacity: 1;
  transform: translateX(0);
  filter: none;
  aspect-ratio: 451 / 800;
  width: 100%;
}

#ktlfeIsoLargeFormatEnsuite.ktlfeIsoRevealed .ktlfeIsoPanel {
  opacity: 1;
  transform: translateX(0);
  filter: none;
}

#ktlfeIsoLargeFormatEnsuite.ktlfeIsoRevealed .ktlfeIsoPanel:first-child {
  transition-delay: 80ms;
}

#ktlfeIsoLargeFormatEnsuite.ktlfeIsoRevealed .ktlfeIsoPanel:last-child {
  transition-delay: 140ms;
}

#ktlfeIsoLargeFormatEnsuite.ktlfeIsoRevealed .ktlfeIsoPanelVideo {
  transition-delay: 0ms;
  filter: none;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelImage img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPoster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      1200px 600px at 35% 10%,
      rgba(255, 255, 255, 0.1),
      transparent 58%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
  opacity: 0.95;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelCaption::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(
      620px 360px at 18% 72%,
      rgba(0, 0, 0, 0.82),
      rgba(0, 0, 0, 0.44) 54%,
      rgba(0, 0, 0, 0.16) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.66),
      rgba(0, 0, 0, 0.22) 58%,
      rgba(0, 0, 0, 0.08)
    );
  opacity: 0;
  transition: opacity 900ms ease;
}

#ktlfeIsoLargeFormatEnsuite.ktlfeIsoCaptionLive
  .ktlfeIsoPanelCaption.ktlfeIsoCaptionPanelActive::before {
  opacity: 1;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionDeck,
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoStaticCaptionDeck {
  position: absolute;
  top: 50%;
  left: clamp(18px, 2.35vw, 34px);
  right: clamp(18px, 2.1vw, 30px);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(-50% + 12px));
  transition:
    opacity 900ms ease,
    transform 1100ms cubic-bezier(0.16, 0.88, 0.18, 1);
}

#ktlfeIsoLargeFormatEnsuite:not(.ktlfeIsoCaptionLive)
  .ktlfeIsoStaticCaptionDeck {
  opacity: 1;
  transform: translateY(-50%);
}

#ktlfeIsoLargeFormatEnsuite.ktlfeIsoCaptionLive .ktlfeIsoStaticCaptionDeck {
  opacity: 0;
  transform: translateY(calc(-50% - 10px));
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionSideRight .ktlfeIsoCaptionDeck {
  left: clamp(20px, 2.45vw, 36px);
  right: clamp(18px, 2.25vw, 34px);
}

#ktlfeIsoLargeFormatEnsuite.ktlfeIsoCaptionLive
  .ktlfeIsoCaptionPanelActive
  .ktlfeIsoCaptionDeck {
  opacity: 1;
  transform: translateY(-50%);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionEyebrow {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 0 0 9px;
  color: rgba(218, 154, 75, 0.96);
  font-size: clamp(8px, 0.76vw, 10.5px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 0 18px rgba(194, 118, 37, 0.22);
  border-bottom: 1px solid rgba(198, 129, 48, 0.56);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionSideRight .ktlfeIsoCaptionEyebrow {
  color: rgba(218, 154, 75, 0.96);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionStage {
  position: relative;
  display: block;
  min-height: clamp(104px, 12vw, 158px);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionLine,
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoStaticCaptionLine {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: var(--ktlfeIsoCaptionTone, rgba(248, 238, 219, 0.98));
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.45vw, 38px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow:
    0 3px 16px rgba(0, 0, 0, 0.82),
    0 16px 38px rgba(0, 0, 0, 0.68);
  opacity: 0;
  transform: translateY(18px);
  filter: blur(3px);
  transition:
    opacity 4500ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 3000ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1500ms cubic-bezier(0.22, 1, 0.36, 1);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoStaticCaptionLine {
  position: relative;
  display: block;
  color: rgba(248, 238, 219, 0.98);
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionLine.ktlfeIsoCaptionActive {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionLine[data-tone="quiet-ivory"] {
  --ktlfeIsoCaptionTone: rgba(248, 238, 219, 0.98);
  --ktlfeIsoCaptionRule: rgba(203, 139, 65, 0.82);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionLine[data-tone="bronze-gold"] {
  --ktlfeIsoCaptionTone: rgba(232, 184, 111, 0.98);
  --ktlfeIsoCaptionRule: rgba(218, 154, 75, 0.9);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionLine[data-tone="deep-calm"] {
  --ktlfeIsoCaptionTone: rgba(238, 220, 190, 0.98);
  --ktlfeIsoCaptionRule: rgba(181, 112, 42, 0.86);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoCaptionLine::after,
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoStaticCaptionLine::after {
  content: "";
  display: block;
  width: clamp(74px, 42%, 160px);
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(
    90deg,
    var(--ktlfeIsoCaptionRule, rgba(201, 129, 48, 0.88)),
    rgba(201, 129, 48, 0.16),
    transparent
  );
  box-shadow: 0 0 20px rgba(194, 118, 37, 0.2);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTap,
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTap {
  z-index: 3;
  display: block;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPoster {
  transform: scale(1.06);
  transition:
    transform 600ms ease,
    opacity 240ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTap:hover .ktlfeIsoPoster {
    transform: scale(1.1);
  }
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoVideo {
  z-index: 1;
  object-fit: cover;
  opacity: 0;
  transition: opacity 240ms ease;
  cursor: pointer;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelVideo.ktlfeIsoPlaying .ktlfeIsoVideo {
  opacity: 1;
}

#ktlfeIsoLargeFormatEnsuite
  .ktlfeIsoPanelVideo.ktlfeIsoPlaying
  .ktlfeIsoPoster {
  opacity: 0;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelVideo.ktlfeIsoPlaying .ktlfeIsoTap {
  display: none;
  pointer-events: none;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition:
    transform 250ms ease,
    background 250ms ease;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPlayButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-left: 26px solid rgba(255, 255, 255, 0.65);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTap:hover .ktlfeIsoPlayButton {
    background: rgba(255, 255, 255, 0.14);
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoPlayButton {
  width: 58px;
  height: 58px;
  border-radius: 2px;
  background:
    radial-gradient(
      circle at 28% 0%,
      rgb(var(--rgb-gold-ui) / 0.14),
      transparent 52%
    ),
    linear-gradient(145deg, rgba(50, 27, 17, 0.84), rgba(11, 10, 9, 0.96));
  border: 1px solid rgb(var(--rgb-gold-ui) / 0.48);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 236, 190, 0.14),
    inset 0 0 0 1px rgba(214, 164, 91, 0.1),
    0 0 24px rgb(var(--rgb-gold-ui) / 0.12);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    box-shadow 320ms ease,
    background 320ms ease;
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoPlayButton::before {
  width: 0;
  height: 0;
  border: none;
  border-left: 15px solid rgb(var(--rgb-gold-highlight) / 0.94);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: translate(-34%, -50%);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoPlayButton::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgb(var(--rgb-gold-ui) / 0.24);
  border-right: 0;
  border-bottom: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTap:hover .ktlfeIsoPlayButton {
    transform: translate(-50%, -50%) scale(1.04);
    border-color: rgb(var(--rgb-gold-highlight) / 0.72);
    background:
      radial-gradient(
        circle at 28% 0%,
        rgb(var(--rgb-gold-ui) / 0.2),
        transparent 52%
      ),
      linear-gradient(145deg, rgba(62, 34, 20, 0.9), rgba(14, 12, 10, 0.98));
    box-shadow:
      0 22px 50px rgba(0, 0, 0, 0.56),
      inset 0 1px 0 rgba(255, 236, 190, 0.18),
      inset 0 0 0 1px rgba(214, 164, 91, 0.16),
      0 0 32px rgb(var(--rgb-gold-ui) / 0.22);
  }

  .xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTap:hover .ktlfeIsoPlayButton::before {
    border-left-color: rgb(var(--rgb-gold-bright) / 0.98);
  }
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoControls {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  padding: 8px 12px;
  border-radius: 2px;
  background:
    radial-gradient(
      circle at 28% 0%,
      rgb(var(--rgb-gold-ui) / 0.12),
      transparent 52%
    ),
    linear-gradient(145deg, rgba(50, 27, 17, 0.84), rgba(11, 10, 9, 0.96));
  border: 1px solid rgb(var(--rgb-gold-ui) / 0.42);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 236, 190, 0.12),
    inset 0 0 0 1px rgba(214, 164, 91, 0.08);
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoControls::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgb(var(--rgb-gold-ui) / 0.28);
  border-left: 1px solid rgb(var(--rgb-gold-ui) / 0.28);
  pointer-events: none;
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle {
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid rgb(var(--rgb-gold-ui) / 0.4);
  background: linear-gradient(145deg, rgba(42, 24, 14, 0.72), rgba(8, 7, 6, 0.88));
  transition:
    border-color 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle span::before,
.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle span::after {
  background: rgb(var(--rgb-gold-highlight) / 0.9);
  border-radius: 1px;
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline {
  height: 3px;
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 0;
  background: linear-gradient(
    to right,
    rgb(var(--rgb-gold-highlight) / 0.92) 0%,
    rgb(var(--rgb-gold-muted) / 0.86) var(--ktlfeIsoProgress, 0%),
    rgb(var(--rgb-gold-ui) / 0.16) var(--ktlfeIsoProgress, 0%),
    rgb(var(--rgb-gold-ui) / 0.16) 100%
  );
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -3.5px;
  border-radius: 1px;
  background: linear-gradient(
    135deg,
    rgb(var(--rgb-gold-bright) / 0.98),
    rgb(var(--rgb-gold-muted) / 0.94)
  );
  border: 1px solid rgb(var(--rgb-gold-highlight) / 0.72);
  box-shadow:
    0 0 0 2px rgb(var(--rgb-gold-ui) / 0.12),
    0 2px 8px rgba(0, 0, 0, 0.45);
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-moz-range-track {
  height: 3px;
  border-radius: 0;
  background: rgb(var(--rgb-gold-ui) / 0.16);
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-moz-range-progress {
  height: 3px;
  border-radius: 0;
  background: linear-gradient(
    90deg,
    rgb(var(--rgb-gold-highlight) / 0.92),
    rgb(var(--rgb-gold-muted) / 0.86)
  );
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: linear-gradient(
    135deg,
    rgb(var(--rgb-gold-bright) / 0.98),
    rgb(var(--rgb-gold-muted) / 0.94)
  );
  border: 1px solid rgb(var(--rgb-gold-highlight) / 0.72);
  box-shadow:
    0 0 0 2px rgb(var(--rgb-gold-ui) / 0.12),
    0 2px 8px rgba(0, 0, 0, 0.45);
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTime {
  color: rgb(var(--rgb-gold-highlight) / 0.72);
  font-weight: 650;
  letter-spacing: 0.18em;
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeCurrent {
  color: rgb(var(--rgb-gold-bright) / 0.94);
}

.xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeSep {
  color: rgb(var(--rgb-gold-ui) / 0.42);
}

@media (hover: hover) and (pointer: fine) {
  .xl-editorial-section #ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle:hover {
    border-color: rgb(var(--rgb-gold-highlight) / 0.68);
    background: linear-gradient(145deg, rgba(58, 32, 18, 0.82), rgba(12, 10, 8, 0.94));
    box-shadow: 0 0 18px rgb(var(--rgb-gold-ui) / 0.14);
  }
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoControls {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle span {
  position: relative;
  width: 16px;
  height: 16px;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle span::before,
#ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle span::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.78);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle span::before {
  left: 3px;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoToggle span::after {
  right: 3px;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #d6a357 0%,
    #d6a357 var(--ktlfeIsoProgress, 0%),
    rgba(255, 255, 255, 0.25) var(--ktlfeIsoProgress, 0%),
    rgba(255, 255, 255, 0.25) 100%
  );
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border-radius: 50%;
  background: #b57008;
  border: 0;
  box-shadow:
    0 0 0 3px rgba(214, 163, 87, 0.15),
    0 2px 6px rgba(0, 0, 0, 0.5);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: #d6a357;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTimeline::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ae7218;
  border: 0;
}

#ktlfeIsoLargeFormatEnsuite .ktlfeIsoTime {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(210, 165, 95, 0.75);
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .xl-editorial-section .xl-editorial-video-wrap#ktlfeIsoLargeFormatEnsuite {
    justify-self: start;
    width: 100%;
    max-width: 430px;
    margin: 0;
  }

  .kt-largeformat-opening #ktlfeIsoLargeFormatEnsuite:not(.xl-editorial-video-wrap) {
    justify-self: end;
    width: 96%;
    margin: 0;
  }
  .kt-largeformat-opening #ktlfeIsoLargeFormatEnsuite .ktlfeIsoRow {
    width: 100%;
    margin: 0;
  }
  .kt-largeformat-opening #ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelVideo {
    border-top: 0;
  }
}

@media (max-width: 860px) {
  .xl-editorial-section {
    padding: 34px 14px;
  }

  .xl-editorial-shell {
    display: flex;
    flex-direction: column;
  }

  .xl-editorial-brandrail {
    display: none;
  }

  .xl-editorial-video-wrap {
    order: 2;
    width: min(520px, 100%);
    min-height: 0;
    aspect-ratio: 9 / 16;
    align-self: center;
    height: auto;
  }

  .xl-editorial-video-wrap#ktlfeIsoLargeFormatEnsuite {
    height: auto;
  }

  .xl-editorial-video-wrap#ktlfeIsoLargeFormatEnsuite .ktlfeIsoPanelVideo {
    position: relative;
    inset: auto;
  }

  .xl-editorial-content {
    order: 1;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .xl-editorial-copy {
    min-height: 0;
    padding: 28px 22px 30px;
  }

  .xl-editorial-support-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    min-height: 0;
    padding-bottom: 2px;
  }

  .xl-editorial-support-grid figure {
    flex: 0 0 min(76vw, 340px);
    scroll-snap-align: start;
    aspect-ratio: 2.8 / 5;
  }

  .xl-editorial-support-grid img {
    min-height: 260px;
    aspect-ratio: 4 / 5;
  }

  .xl-editorial-support-caption {
    padding: 24px 20px;
    justify-content: flex-end;
  }

  .xl-editorial-support-caption__copy {
    max-width: min(520px, 94%);
    font-size: clamp(26px, 7.2vw, 36px);
  }
}

@media (max-width: 560px) {
  .xl-editorial-section {
    padding-inline: 10px;
  }

  .xl-editorial-copy h2 {
    font-size: clamp(34px, 13vw, 54px);
  }

  .xl-editorial-kicker {
    font-size: 15px;
  }

}

@media (max-width: 560px) and (orientation: portrait) {
  .xl-editorial-copy h2[data-kt-character-reveal] {
    white-space: normal;
  }

  .xl-editorial-copy h2[data-kt-character-reveal] > .kt-character-reveal__line {
    display: block;
    white-space: nowrap;
  }
}

/* Mobile landscape — match Exhibit C title size */
@media (max-width: 900px) and (orientation: landscape) {
  .xl-editorial-section .xl-editorial-copy h2 {
    font-size: clamp(28px, 5vw, 44px);
    line-height: 0.95;
    white-space: nowrap;
  }

  .xl-editorial-section .xl-editorial-copy h2 .kt-character-reveal__line {
    font-size: inherit;
    white-space: nowrap;
  }
}

/* Exhibit B — phone horizontal accordion for the 3 support images. */
@media (max-width: 767px) {
  .xl-editorial-support-grid.is-mobile-accordion {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 4px;
    overflow: hidden;
    height: min(72vh, 560px);
    min-height: 360px;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .xl-editorial-support-grid.is-mobile-accordion .xl-editorial-support-caption {
    /* Keep for cinema mode overlay; out of accordion flow. */
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .xl-editorial-support-grid.is-mobile-accordion > figure {
    position: relative;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    overflow: hidden;
    cursor: pointer;
    scroll-snap-align: unset;
    transition:
      flex 520ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 520ms ease;
    -webkit-tap-highlight-color: transparent;
  }

  .xl-editorial-support-grid.is-mobile-accordion > figure.is-accordion-open {
    flex: 6.2 1 0;
  }

  .xl-editorial-support-grid.is-mobile-accordion > figure:not(.is-accordion-open) {
    flex: 1 1 0;
  }

  .xl-editorial-support-grid.is-mobile-accordion > figure img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .xl-editorial-support-grid.is-mobile-accordion > figure:nth-of-type(1) img {
    object-position: 88% center;
  }

  /* Soft dim on collapsed strips so the open panel reads clearly. */
  .xl-editorial-support-grid.is-mobile-accordion > figure:not(.is-accordion-open)::after {
    opacity: 0.32;
    background: rgba(0, 0, 0, 0.42);
    transition: opacity 520ms ease;
  }

  .xl-editorial-support-grid.is-mobile-accordion > figure.is-accordion-open::after {
    opacity: 0;
  }

  .xl-editorial-support-grid.is-mobile-accordion > figure:focus-visible {
    outline: 2px solid rgba(214, 164, 91, 0.85);
    outline-offset: -2px;
  }
}
