/* Motion-led storefront layer. All product media referenced here is owner-approved. */

.hero--cinematic {
  --hero-shift: 0px;
  position: relative;
  height: min(720px, calc(100svh - 184px));
  min-height: 570px;
  overflow: hidden;
  isolation: isolate;
  background: #240407;
}

.hero--cinematic picture {
  position: absolute;
  inset: 0;
}

.hero--cinematic .hero__media {
  width: 100%;
  height: calc(100% + 32px);
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.018);
  animation: hero-cinematic-settle 1600ms cubic-bezier(.22, 1, .36, 1) both;
  will-change: transform;
}

@keyframes hero-cinematic-settle {
  from { opacity: .86; transform: translate3d(0, 12px, 0) scale(1.045); }
  to { opacity: 1; transform: translate3d(0, var(--hero-shift), 0) scale(1.018); }
}

.hero--cinematic .hero__command {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  background: rgb(13 8 9 / 88%);
  border-top: 1px solid rgb(255 255 255 / 18%);
  backdrop-filter: blur(12px);
}

.hero__command-inner {
  display: grid;
  min-height: 132px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  padding-block: 22px;
}

.hero--cinematic .hero__copy {
  display: grid;
  width: auto;
  max-width: 760px;
  grid-template-columns: minmax(180px, 260px) minmax(270px, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 38px;
  padding: 0;
  background: transparent;
  text-shadow: none;
}

.hero--cinematic .hero__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: #e0b5b7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero--cinematic .hero__eyebrow::before {
  display: none;
}

.hero--cinematic h1,
.hero--cinematic.hero--entrance h1 {
  grid-column: 1;
  grid-row: 2;
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.hero--cinematic .hero__lead {
  grid-column: 2;
  grid-row: 1 / 3;
  max-width: 430px;
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
  line-height: 1.6;
}

.hero--cinematic .hero__actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.hero--cinematic .hero__actions .button {
  min-width: 154px;
  min-height: 48px;
  padding-inline: 20px;
  border-color: rgb(255 255 255 / 45%);
  color: #fff;
  background: transparent;
  backdrop-filter: none;
}

.hero--cinematic .hero__actions .button--light {
  border-color: #a51925;
  background: #a51925;
}

.hero--cinematic .hero__actions .button:hover {
  border-color: #fff;
  color: #111;
  background: #fff;
}

.hero__film-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 0 4px 0 10px;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.hero__film-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 50%;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.hero__film-icon svg {
  width: 15px;
  height: 15px;
  margin-left: 2px;
}

.hero__film-link:hover .hero__film-icon,
.hero__film-link:focus-visible .hero__film-icon {
  color: #111;
  background: #fff;
  transform: scale(1.04);
}

.hero__progress {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgb(255 255 255 / 16%);
}

.hero__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #db1f2e;
  transform: scaleX(.12);
  transform-origin: left;
  will-change: transform;
}

html[dir="rtl"] .hero__progress span {
  transform-origin: right;
}

.hero__scroll-cue {
  position: absolute;
  right: var(--gutter);
  bottom: 155px;
  z-index: 2;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: rgb(255 255 255 / 78%);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__scroll-cue svg {
  width: 15px;
  height: 15px;
  animation: scroll-cue 1700ms ease-in-out infinite;
}

@keyframes scroll-cue {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}

.runway {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  min-height: 470px;
  scroll-margin-top: calc(var(--header-height) + 28px);
  color: #111;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.runway__intro {
  display: grid;
  align-content: end;
  justify-items: start;
  padding: 54px 42px;
  border-right: 1px solid var(--line);
}

.runway__intro .eyebrow {
  margin-bottom: 16px;
  color: #a51925;
}

.runway__intro h2 {
  max-width: 230px;
  margin: 0 0 26px;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: .96;
  letter-spacing: 0;
}

.runway__intro a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding-block: 8px;
  border-bottom: 1px solid #111;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.runway__intro a svg {
  width: 15px;
  height: 15px;
}

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

.runway__look {
  position: relative;
  min-width: 0;
  min-height: 470px;
  overflow: hidden;
  color: #111;
  background: #efefec;
}

.runway__look img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 17%;
  transform: scale(1.002);
  transition: transform 900ms cubic-bezier(.22, 1, .36, 1);
}

.runway__look:hover img,
.runway__look:focus-visible img {
  transform: scale(1.035);
}

.runway__look > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  color: #111;
  background: rgb(255 255 255 / 91%);
  border-top: 1px solid rgb(17 17 17 / 8%);
  backdrop-filter: blur(9px);
}

.runway__look b {
  font-size: 11px;
  font-weight: 750;
}

.runway__look small {
  color: #6a6a66;
  font-size: 9px;
  text-transform: uppercase;
}

.film-room {
  display: grid;
  grid-template-columns: minmax(280px, .64fr) minmax(620px, 1.36fr);
  min-height: 760px;
  color: #fff;
  background: #121314;
  border-top: 1px solid #282a2c;
}

.film-room[hidden] {
  display: none;
}

.film-room__heading {
  display: grid;
  align-content: center;
  padding: 70px clamp(38px, 6vw, 92px);
}

.film-room__heading .eyebrow {
  margin-bottom: 20px;
  color: #d69b9f;
}

.film-room__heading h2 {
  max-width: 500px;
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
}

.film-room__heading > p:last-child {
  max-width: 460px;
  color: #aeb2b4;
  font-size: 13px;
  line-height: 1.7;
}

.film-room__stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #343638;
}

.film-frame {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #0a0a0b;
}

.film-frame[hidden] {
  display: none;
}

.film-frame__media {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #080809;
}

.film-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #080809;
}

.film-frame__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 50%;
  color: #111;
  background: rgb(255 255 255 / 88%);
  transform: translate(-50%, -50%);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
  cursor: pointer;
}

.film-frame__play svg {
  width: 21px;
  height: 21px;
  margin-left: 3px;
}

.film-frame__play:hover,
.film-frame__play:focus-visible {
  color: #fff;
  background: #a51925;
  transform: translate(-50%, -50%) scale(1.05);
}

.film-frame.is-playing .film-frame__play {
  opacity: 0;
  pointer-events: none;
}

.film-frame footer {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-top: 1px solid #252729;
}

.film-frame footer > span {
  color: #8f9496;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.film-frame footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.film-frame footer svg {
  width: 15px;
  height: 15px;
}

.motion-reveal {
  opacity: 1;
  transform: none;
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 720ms cubic-bezier(.22, 1, .36, 1), transform 900ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-ready .motion-reveal.is-motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px) {
  .hero__command-inner {
    gap: 24px;
  }

  .hero--cinematic .hero__copy {
    grid-template-columns: minmax(170px, 220px) minmax(240px, 1fr);
    gap: 4px 24px;
  }

  .hero--cinematic .hero__actions .button {
    min-width: 132px;
    padding-inline: 14px;
  }

  .hero__film-link > span:last-child {
    display: none;
  }

  .runway {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .runway__intro {
    padding-inline: 30px;
  }

  .runway__intro h2 {
    font-size: 40px;
  }

  .film-room {
    grid-template-columns: minmax(270px, .5fr) minmax(560px, 1.5fr);
  }

  .film-room__heading {
    padding-inline: 42px;
  }

  .film-room__heading h2 {
    font-size: 48px;
  }
}

@media (max-width: 900px) {
  .hero--cinematic {
    height: 640px;
    min-height: 640px;
  }

  .hero__command-inner {
    min-height: 174px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 20px;
  }

  .hero--cinematic .hero__copy {
    grid-template-columns: minmax(160px, 220px) minmax(240px, 1fr);
  }

  .hero--cinematic .hero__actions {
    justify-content: flex-start;
  }

  .hero__scroll-cue {
    bottom: 195px;
  }

  .runway {
    grid-template-columns: 1fr;
  }

  .runway__intro {
    align-content: start;
    padding: 42px var(--gutter) 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .runway__intro h2 {
    max-width: 480px;
    font-size: 44px;
  }

  .runway__look {
    min-height: 430px;
  }

  .film-room {
    grid-template-columns: 1fr;
  }

  .film-room__heading {
    padding: 70px var(--gutter) 46px;
  }

  .film-frame__media {
    min-height: 620px;
  }
}

@media (max-width: 600px) {
  .hero--cinematic {
    height: 560px;
    min-height: 560px;
    max-height: 560px;
  }

  .hero--cinematic .hero__media {
    height: calc(100% + 20px);
    object-position: center 38%;
  }

  .hero__command-inner {
    min-height: 190px;
    gap: 14px;
    padding-block: 17px 19px;
  }

  .hero--cinematic .hero__copy {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5px;
  }

  .hero--cinematic .hero__eyebrow,
  .hero--cinematic h1,
  .hero--cinematic.hero--entrance h1,
  .hero--cinematic .hero__lead {
    grid-column: 1;
    grid-row: auto;
  }

  .hero--cinematic h1,
  .hero--cinematic.hero--entrance h1 {
    font-size: 32px;
  }

  .hero--cinematic .hero__lead {
    max-width: 340px;
    font-size: 11px;
    line-height: 1.45;
  }

  .hero--cinematic .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr 44px;
    width: 100%;
    gap: 7px;
  }

  .hero--cinematic .hero__actions .button {
    min-width: 0;
    min-height: 44px;
    padding-inline: 8px;
    font-size: 8px;
  }

  .hero__film-link {
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .hero__film-icon {
    width: 44px;
    height: 44px;
  }

  .hero__scroll-cue {
    display: none;
  }

  .runway {
    min-height: 0;
  }

  .runway__intro {
    padding-block: 34px 26px;
  }

  .runway__intro h2 {
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .runway__rail {
    display: flex;
    gap: 1px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .runway__rail::-webkit-scrollbar {
    display: none;
  }

  .runway__look {
    min-width: 78vw;
    min-height: 440px;
    flex: 0 0 78vw;
    scroll-snap-align: start;
  }

  .film-room__heading {
    padding-block: 58px 34px;
  }

  .film-room__heading h2 {
    max-width: 340px;
    font-size: 40px;
  }

  .film-room__stage {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .film-room__stage::-webkit-scrollbar {
    display: none;
  }

  .film-frame {
    min-width: 88vw;
    flex: 0 0 88vw;
    scroll-snap-align: start;
  }

  .film-frame__media {
    min-height: 610px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--cinematic .hero__media,
  .hero__scroll-cue svg,
  .runway__look img,
  .motion-reveal {
    animation: none;
    transition: none;
    transform: none;
  }

  .motion-ready .motion-reveal {
    opacity: 1;
  }
}
