.promo-section { --promo-accent: var(--coral-dark); scroll-margin-top: 100px; padding: 76px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.promo-layout { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 420px); align-items: center; gap: clamp(32px, 6vw, 88px); }
.promo-copy { min-width: 0; }
.promo-eyebrow { color: var(--promo-accent); font-size: 13px; letter-spacing: .12em; font-weight: 700; }
.promo-copy h2 { margin: 16px 0 22px; color: var(--ink); font-size: clamp(30px, 3.7vw, 48px); line-height: 1.18; letter-spacing: -.025em; }
.promo-copy > p:not(.promo-eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; }
.promo-copy .promo-duration { font-size: 14px !important; margin-top: 28px; }
.promo-film { margin: 0; min-width: 0; width: 100%; }
.promo-screen { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 14px; background: #f5f5f5; border: 1px solid var(--line); box-shadow: 0 12px 36px rgb(0 0 0 / .08); }
.promo-screen video { display: block; width: 100%; height: 100%; object-fit: contain; }
.promo-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 68px; height: 68px; border-radius: 50%; border: 2px solid white; color: white; background: var(--promo-accent); cursor: pointer; box-shadow: 0 4px 20px rgb(0 0 0 / .20); display: grid; place-items: center; }
.promo-play svg { width: 32px; height: 32px; margin-left: 3px; }
.promo-play[hidden], .promo-error[hidden] { display: none; }
.promo-play:focus-visible, .promo-hero-link:focus-visible, .promo-credit summary:focus-visible { outline: 3px solid var(--promo-accent); outline-offset: 5px; }
.promo-hero-link { color: var(--ink); font-weight: 600; text-underline-offset: 5px; text-decoration: underline; padding: 10px 0; }
.promo-film figcaption { margin-top: 14px; text-align: left; color: var(--muted); font-size: 13px; line-height: 1.7; }
.promo-film figcaption a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.promo-error { display: block; margin-bottom: 10px; }
.promo-credit { margin-top: 8px; }
.promo-credit summary { cursor: pointer; width: fit-content; }
.promo-credit p { font-size: 12px; margin: 8px 0 0; }
@media (max-width: 760px) {
 .promo-section { padding: 46px 20px; }
 .promo-layout { grid-template-columns: minmax(0, 1fr); gap: 26px; }
 .promo-copy h2 { max-width: 540px; }
 .promo-film { max-width: 420px; justify-self: center; }
 .promo-copy .promo-duration { margin-top: 14px; }
 .promo-play { width: 60px; height: 60px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.hero-actions .promo-hero-link { font-size: 14px; white-space: nowrap; padding: 0; }
