/* JOHN IAN shared editorial video system — v2.1.6 */
.ji-editorial-video__film[hidden]{display:none!important}
.ji-editorial-video__poster,.ji-editorial-video__film{transition:opacity .32s ease}
.ji-editorial-video.is-playing .ji-editorial-video__poster{opacity:0;pointer-events:none}
.ji-editorial-video__film{opacity:0}
.ji-editorial-video.is-playing .ji-editorial-video__film{opacity:1}

/* The Regent page: contained, quieter 2/3 media presentation. */
.ji-editorial-video--editorial{padding:clamp(72px,8vw,132px) 0;background:var(--ji-rc-black);color:#fff}
.ji-editorial-video__shell{max-width:1560px}
.ji-editorial-video--editorial .ji-editorial-video__grid{grid-template-columns:minmax(0,1.75fr) minmax(320px,.85fr);min-height:auto}
.ji-editorial-video--editorial .ji-editorial-video__media{min-height:0;aspect-ratio:16/9;align-self:center}
.ji-editorial-video--editorial .ji-editorial-video__poster,.ji-editorial-video--editorial .ji-editorial-video__film{position:absolute;inset:0;background:#050705}
.ji-editorial-video--editorial .ji-editorial-video__poster img,.ji-editorial-video--editorial video{display:block;width:100%;height:100%;object-fit:cover}
.ji-editorial-video__play{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);white-space:nowrap}
.ji-editorial-video--editorial .ji-editorial-video__controls{position:absolute;left:22px;right:22px;bottom:18px;z-index:4;display:flex;justify-content:space-between;gap:20px;color:#fff}
.ji-editorial-video--editorial .ji-rc-editorial__copy{padding:clamp(42px,4.5vw,82px)}
.ji-editorial-video--editorial .ji-rc-editorial__copy h2{font-size:clamp(38px,4vw,68px)}

/* Global restrained luxury motion. */
:root{--ji-motion-fast:180ms;--ji-motion-base:280ms;--ji-motion-ease:cubic-bezier(.22,1,.36,1)}
.ji-btn,.ji-commerce-heading__link,.ji-link,.ji-rc-video-control,.ji-regent-reveal__control{transition:transform var(--ji-motion-fast) var(--ji-motion-ease),opacity var(--ji-motion-fast) ease,border-color var(--ji-motion-fast) ease,background-color var(--ji-motion-fast) ease,color var(--ji-motion-fast) ease}
.ji-btn:hover,.ji-btn:focus-visible{transform:translateY(-2px)}
.ji-commerce-card img,.ji-collection-card img,.ji-story-card img,.ji-standard img,.ji-journal img{transition:transform .55s var(--ji-motion-ease),opacity var(--ji-motion-base) ease}
@media(hover:hover){.ji-commerce-card:hover img,.ji-collection-card:hover img,.ji-story-card:hover img,.ji-standard article:hover img,.ji-journal article:hover img{transform:scale(1.018)}}
.ji-motion-item{opacity:0;transform:translateY(14px);transition:opacity .48s ease,transform .48s var(--ji-motion-ease)}
.ji-motion-item.is-visible{opacity:1;transform:none}

@media(max-width:980px){
  .ji-editorial-video--editorial{padding:72px 0}
  .ji-editorial-video--editorial .ji-editorial-video__grid{grid-template-columns:1fr}
  .ji-editorial-video--editorial .ji-editorial-video__media{aspect-ratio:16/10}
  .ji-editorial-video--editorial .ji-rc-editorial__copy{padding:48px 32px 56px}
}
@media(max-width:640px){
  .ji-editorial-video--editorial{padding:54px 0}
  .ji-editorial-video--editorial .ji-editorial-video__media{aspect-ratio:9/12;max-height:74svh}
  .ji-editorial-video--editorial .ji-rc-editorial__copy{padding:40px 22px 48px}
  .ji-editorial-video__play{min-width:170px}
  .ji-editorial-video--editorial .ji-editorial-video__controls{left:16px;right:16px;bottom:14px}
}
@media(prefers-reduced-motion:reduce){
  .ji-editorial-video__poster,.ji-editorial-video__film,.ji-btn,.ji-commerce-heading__link,.ji-link,.ji-motion-item,.ji-commerce-card img,.ji-collection-card img,.ji-story-card img,.ji-standard img,.ji-journal img{transition:none!important;transform:none!important}
  .ji-motion-item{opacity:1!important}
}
