@property --sales-film-beam-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 18deg;
}

.sales-film-section {
  padding: clamp(88px, 10vw, 152px) clamp(20px, 5vw, 96px);
  overflow: clip;
  background: #0d0d0f;
}

.sales-film-intro {
  width: min(1680px, 100%);
  margin: 0 auto clamp(36px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr);
  align-items: end;
  gap: clamp(32px, 7vw, 112px);
}

.sales-film-intro h2 {
  max-width: 16ch;
  margin: 0;
  color: #f4f4f6;
  font: 400 clamp(42px, 6.2vw, 92px)/.94 'Geist', sans-serif;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.sales-film-intro p {
  max-width: 48ch;
  margin: 0;
  color: #92929b;
  font: 400 16px/1.62 'Geist', sans-serif;
  text-wrap: pretty;
}

.sales-film-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.sales-film-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e8e8ec;
  border-bottom: 1px solid rgba(196, 181, 253, .48);
  font: 500 13px/1 'Geist', sans-serif;
  text-decoration: none;
  transition: color 160ms cubic-bezier(.23, 1, .32, 1), border-color 160ms cubic-bezier(.23, 1, .32, 1), transform 160ms cubic-bezier(.23, 1, .32, 1);
}

.sales-film-links a:focus-visible,
.sales-film-actions button:focus-visible {
  outline: 2px solid #f6f6f7;
  outline-offset: 4px;
}

.sales-film-shell {
  position: relative;
  isolation: isolate;
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: 6px;
  overflow: hidden;
  border-radius: clamp(24px, 2.6vw, 38px);
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 48px 120px rgba(0, 0, 0, .36);
}

.sales-film-shell::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: -42%;
  background: conic-gradient(
    from var(--sales-film-beam-angle),
    transparent 0 69%,
    rgba(129, 104, 220, .06) 73%,
    rgba(167, 139, 250, .9) 80%,
    rgba(248, 247, 255, .88) 82%,
    rgba(167, 139, 250, .16) 88%,
    transparent 94% 100%
  );
  animation: salesFilmBorderBeam 6.8s linear infinite;
  pointer-events: none;
}

.sales-film-core {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: calc(clamp(24px, 2.6vw, 38px) - 6px);
  background: #07070a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.sales-film-bar {
  min-height: 72px;
  padding: 12px clamp(16px, 2.4vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #111115;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .09);
}

.sales-film-identity,
.sales-film-actions,
.sales-film-identity > span {
  display: flex;
  align-items: center;
}

.sales-film-identity { gap: 12px; }
.sales-film-identity img { border-radius: 8px; }
.sales-film-identity > span { align-items: flex-start; flex-direction: column; gap: 5px; }
.sales-film-identity b,
.sales-film-identity small,
.sales-film-status {
  font-family: ui-monospace, 'SFMono-Regular', Consolas, monospace;
  text-transform: uppercase;
}
.sales-film-identity b { color: #dedee4; font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.sales-film-identity small { color: #707079; font-size: 8px; letter-spacing: .08em; }

.sales-film-actions { gap: 8px; }
.sales-film-status { margin-right: 8px; color: #82828b; font-size: 8px; letter-spacing: .13em; }
.sales-film-status i { width: 6px; height: 6px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #a78bfa; box-shadow: 0 0 16px rgba(167, 139, 250, .72); }

.sales-film-actions button {
  min-width: 96px;
  height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  color: #e8e8ec;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), inset 0 1px 0 rgba(255, 255, 255, .09);
  cursor: pointer;
  font: 500 11px/1 'Geist', sans-serif;
  transition: color 160ms cubic-bezier(.23, 1, .32, 1), background-color 160ms cubic-bezier(.23, 1, .32, 1), transform 160ms cubic-bezier(.23, 1, .32, 1);
}

.sales-film-actions button i { font-size: 17px; }
.sales-film-actions button:active { transform: scale(.97); }

.sales-film-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: #050507;
}

.sales-film-stage video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #050507;
  outline: 1px solid rgba(255, 255, 255, .05);
  outline-offset: -1px;
}

.sales-film-caption {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 2.4vw, 36px);
  bottom: clamp(16px, 2.4vw, 32px);
  left: clamp(16px, 2.4vw, 36px);
  min-height: 52px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  color: #d7d7dd;
  background: rgba(8, 8, 11, .82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 12px 32px rgba(0, 0, 0, .24);
}

.sales-film-caption span,
.sales-film-caption b { color: #9d8ae1; font: 600 9px/1 ui-monospace, 'SFMono-Regular', monospace; letter-spacing: .12em; text-transform: uppercase; }
.sales-film-caption p { margin: 0; overflow: hidden; font: 500 12px/1.35 'Geist', sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.sales-film-caption b { color: #797982; font-weight: 500; }

.sales-film-section.sales-film-media-error .sales-film-stage::after {
  content: 'The product film could not load.';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #a7a7af;
  background: #07070a;
  font: 500 14px/1.4 'Geist', sans-serif;
}

@keyframes salesFilmBorderBeam {
  to { --sales-film-beam-angle: 378deg; }
}

@media (hover: hover) and (pointer: fine) {
  .sales-film-links a:hover { color: #fff; border-color: #c4b5fd; transform: translateY(-1px); }
  .sales-film-actions button:hover { color: #fff; background: rgba(167, 139, 250, .13); transform: translateY(-1px); }
}

@media (max-width: 900px) {
  .sales-film-section { padding: 72px 14px; }
  .sales-film-intro { grid-template-columns: 1fr; gap: 24px; }
  .sales-film-intro h2 { max-width: 17ch; font-size: clamp(38px, 9.6vw, 64px); }
  .sales-film-intro p { font-size: 15px; }
  .sales-film-bar { min-height: 64px; }
  .sales-film-identity small, .sales-film-status { display: none; }
  .sales-film-actions button { min-width: 44px; width: 44px; padding: 0; }
  .sales-film-actions button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .sales-film-caption { grid-template-columns: auto minmax(0, 1fr); }
  .sales-film-caption b { display: none; }
}

@media (max-width: 520px) {
  .sales-film-section { padding: 56px 14px 64px; }
  .sales-film-intro { margin-bottom: 28px; }
  .sales-film-links { margin-top: 20px; gap: 8px 20px; }
  .sales-film-shell { padding: 4px; border-radius: 22px; }
  .sales-film-core { border-radius: 18px; }
  .sales-film-bar { padding: 10px 12px; }
  .sales-film-identity b { font-size: 8px; letter-spacing: .1em; }
  .sales-film-stage { aspect-ratio: 16 / 9; }
  .sales-film-caption { right: 10px; bottom: 10px; left: 10px; min-height: 44px; padding: 10px 12px; gap: 10px; }
  .sales-film-caption p { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-vedika-motion="full"]) .sales-film-shell::before { animation: none; --sales-film-beam-angle: 84deg; }
  html:not([data-vedika-motion="full"]) .sales-film-links a,
  html:not([data-vedika-motion="full"]) .sales-film-actions button { transition-duration: .01ms; }
}

html[data-vedika-motion="reduced"] .sales-film-shell::before { animation: none; --sales-film-beam-angle: 84deg; }
