.launch-film {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: clamp(36px, 6vw, 100px);
  width: min(1200px, calc(100% - 64px));
  margin: 20px auto 96px;
  padding: clamp(28px, 5vw, 72px);
  scroll-margin-top: 96px;
  border: 1px solid #d7cfbd;
  border-radius: 28px;
  color: #22281f;
  background: linear-gradient(130deg, #fffdf5 5%, #f2eddd 100%);
}
.launch-film__copy { min-width: 0; }
.launch-film__eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.launch-film__eyebrow > span { width: 20px; height: 2px; flex-shrink: 0; background: currentColor; }
.launch-film .launch-film__copy h2 { margin: 0; font-size: clamp(36px, 4.8vw, 62px); font-weight: 740; line-height: 1.05; letter-spacing: -.055em; }
.launch-film__copy h2 > span { position: relative; z-index: 0; white-space: nowrap; }
.launch-film__copy h2 > span::after { content: ""; position: absolute; z-index: -1; left: -3px; right: -4px; bottom: 2px; height: .2em; background: #d5ef48; transform: rotate(-2deg); }
.launch-film__intro { margin: 28px 0 12px; max-width: 26ch; font-size: 21px; font-weight: 600; line-height: 1.45; letter-spacing: -.02em; }
.launch-film__description { max-width: 39ch; margin: 0 0 28px; color: #62635a; font-size: 16px; line-height: 1.7; }
.launch-film__watch { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 20px; border: 1px solid #22281f; border-radius: 8px; color: #fffdf5; background: #22281f; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
.launch-film__watch > svg { width: 22px; height: 22px; fill: currentColor; }
.launch-film__watch > span { padding-left: 12px; margin-left: 6px; border-left: 1px solid #73776d; color: #d9dbc7; font-size: 12px; font-weight: 450; }
.launch-film__watch:hover { background: #3b4431; }
.launch-film__transcript { display: block; width: fit-content; padding: 12px 0; margin-top: 7px; color: #62635a; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.launch-film__visual { width: 100%; max-width: 380px; justify-self: center; }
.launch-film__frame { position: relative; width: 100%; aspect-ratio: 9 / 16; border: 1px solid #d0c8b6; border-radius: 16px; overflow: hidden; background: #22281f; box-shadow: 0 18px 40px #22281f20; }
.launch-film__frame video { display: block; width: 100%; height: 100%; object-fit: contain; }
.launch-film__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid #ffffffba; border-radius: 50%; background: #22281fed; color: #fffdf5; box-shadow: 0 6px 24px #0003; cursor: pointer; }
.launch-film__play > svg { width: 34px; height: 34px; margin-left: 4px; fill: currentColor; }
.launch-film__play:hover { background: #39462a; }
.launch-film :is(button, a, video):focus-visible { outline: 3px solid #2448f5; outline-offset: 5px; }
.launch-film__footnote { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; margin-top: 14px; color: #62635a; font-size: 11px; line-height: 1.5; }
.launch-film__footnote a { color: inherit; text-underline-offset: 3px; }
.launch-film__fallback { font-size: 13px; line-height: 1.5; }
.launch-film__fallback a { color: inherit; text-decoration: underline; }
@media (max-width: 760px) {
  .launch-film { grid-template-columns: minmax(0, 1fr); gap: 28px; width: calc(100% - 32px); margin: 24px auto 56px; padding: 28px 22px; border-radius: 20px; }
  .launch-film__eyebrow { margin-bottom: 20px; font-size: 10px; }
  .launch-film .launch-film__copy h2 { font-size: clamp(34px, 8vw, 48px); }
  .launch-film__intro { margin-top: 22px; font-size: 19px; }
  .launch-film__description { font-size: 15px; margin-bottom: 22px; }
  .launch-film__visual { max-width: 340px; }
  .launch-film__frame { border-radius: 12px; }
}
@media (prefers-reduced-motion: reduce) { .launch-film { scroll-behavior: auto; } }
