/* Studio4 Motion: a minimal, dated JV invitation. */
html:not(.jv-motion-on) { scroll-behavior: auto; }
html.jv-dialog-open { overflow: hidden; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.jv-header { min-height: 94px; }
.brand > span { display: inline; color: #f4f3ed; }
.header-launch-date { font-size: 13px; font-weight: 600; color: #c5ccdd; text-align: right; }
.header-launch-date time { white-space: nowrap; }
.hero { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 4vw, 64px); padding-block: 58px 66px; align-items: center; }
.hero-copy { padding: 0; min-width: 0; }
.hero-copy > .eyebrow { font-size: 11px; letter-spacing: .11em; }
.hero h1 { font-size: clamp(58px, 7.2vw, 104px); line-height: .98; margin-top: 23px; letter-spacing: -.065em; }
.hero h1 > span { display: block; }
.hero h1 .hero-date { color: var(--paper); font-size: .41em; letter-spacing: -.045em; line-height: 1.2; margin-bottom: 14px; }
.hero h1 .hero-name { color: var(--paper); max-width: 7ch; }
.hero h1 .hero-live { font-size: .62em; color: #8aa5ff; margin-top: 10px; letter-spacing: -.055em; }
.hero-lede { margin-top: 27px; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.5; color: #c3c9d7; max-width: 440px; }
.hero-lede strong { color: var(--paper); font-weight: 600; white-space: nowrap; }
.hero-lede time { display: block; }
.hero-actions { margin-top: 24px; }
.button, .hero-actions .button { font-size: 14px; min-height: 54px; }
.hero-prize { margin-top: 27px; padding-top: 20px; }
.hero-prize strong { font-size: 14px; }
.hero-prize small { font-size: 12px; line-height: 1.6; }
.hero-video { position: relative; min-width: 0; padding: 1px; background: linear-gradient(145deg, #7887b46e, #262c3a 60%, #56689880); border-radius: 8px; box-shadow: 0 28px 90px #0005; }
.video-placeholder { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; isolation: isolate; background: #11182c; border-radius: 7px; }
.video-placeholder::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 85% 7%, #2454ff50, transparent 65%), linear-gradient(140deg, #151a29, #101623 60%, #18306b); }
.video-placeholder::after { content: ""; position: absolute; width: 35%; height: 200%; top: -50%; right: -2%; background: linear-gradient(90deg, transparent, #8eaaff0d, transparent); transform: rotate(33deg); border-left: 1px solid #91a7f210; pointer-events: none; }
.video-cut { position: absolute; inset: 0; overflow: hidden; z-index: -1; }
.video-cut::before { content: "4"; position: absolute; top: -36%; right: -6%; font: 500 clamp(270px, 42vw, 660px)/1 "Space Grotesk"; color: #466bd40c; -webkit-text-stroke: 1px #8aabff1d; transform: rotate(12deg); }
.video-placeholder-copy { position: relative; text-align: center; padding: 26px; }
.video-placeholder-copy > img { width: clamp(140px, 18vw, 230px); height: auto; margin-inline: auto; }
.video-motion { display: block; font-size: 11px; font-weight: 600; letter-spacing: .52em; padding-left: .52em; margin-top: 15px; color: #afc0f6; }
.video-placeholder-copy > p { margin-top: 30px; color: #b3bfd6; font-size: 12px; }
.video-corner { position: absolute; width: 18px; height: 18px; border-color: #7693d166; border-style: solid; pointer-events: none; }
.corner-top { top: 20px; left: 20px; border-width: 1px 0 0 1px; }
.corner-bottom { bottom: 20px; right: 20px; border-width: 0 1px 1px 0; }
.launch-strip > .wrap { grid-template-columns: .85fr 2.8fr; gap: 30px; }
.launch-facts { grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; }
.launch-facts > div { padding-left: 24px; }
.launch-facts dt, .launch-facts dd > span { font-size: 12px; }
.launch-facts dd { font-size: clamp(22px, 2vw, 29px); white-space: normal; }
.launch-intro > .eyebrow, .prize-copy .eyebrow { font-size: 11px; }
.prize-copy > p.prize-disclosure { font-size: 12px; line-height: 1.7; }
.closing-wordmark { padding-block: 70px 50px; }
.closing-wordmark img { width: 100%; height: auto; opacity: .92; }
.jv-footer { border-top: 1px solid var(--line); padding-bottom: 72px; }
.jv-footer > div > span, .jv-footer nav > a { font-size: 12px; }
.jv-footer .footer-status { font-size: 10px; }
.motion-control { font-size: 12px; min-height: 44px; }
.registration-fallback { color: #c5ccdd; font-size: 13px; padding-block: 10px 28px; }
.jv-registration-ready .registration-fallback { display: none; }

/* The native modal supplies focus trapping and Escape dismissal. */
#registration-dialog { width: min(580px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 32px; border: 0; border-radius: 12px; color: var(--ink); background: var(--paper); }
#registration-dialog::backdrop { background: #030610bb; backdrop-filter: blur(8px); }
.dialog-header { display: flex; align-items: flex-start; gap: 16px; justify-content: space-between; margin-bottom: 16px; }
.dialog-header .eyebrow { color: #52617d; font-size: 10px; }
.dialog-header h2 { font-size: 32px; line-height: 1.1; margin-top: 10px; }
.close-button { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid #c7cbd2; border-radius: 50%; font-size: 25px; background: transparent; color: #101116; }
.close-button:hover { background: white; }
#registration-description { color: #545d6d; font-size: 14px; line-height: 1.6; }
#registration-fields { margin: 24px 0 0; padding: 0; border: 0; min-width: 0; }
#registration-form label { display: block; font-size: 13px; font-weight: 600; margin: 17px 0 7px; }
#registration-form label:first-of-type { margin-top: 0; }
#registration-form input { display: block; width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b9bfca; border-radius: 4px; background: white; font: 16px/1.4 Manrope, Arial, sans-serif; color: var(--ink); }
#registration-form input:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
#registration-form input:disabled { background: #eceeea; color: #727986; }
.registration-status { margin: 19px 0; padding: 12px 14px; background: #e0e7f7; border-left: 3px solid #2454ff; border-radius: 2px; font-size: 12px; color: #33456b; line-height: 1.7; }
#registration-submit { width: 100%; }
#registration-submit:disabled { background: #ced3e0; color: #414d66; cursor: not-allowed; }
.registration-note { font-size: 11px; line-height: 1.7; color: #586373; margin-top: 14px; }
.thanks-acknowledgement { margin: 0 0 26px; padding: 16px 18px; }
.thanks-acknowledgement strong { display: block; font-family: "Space Grotesk", Arial, sans-serif; font-size: 22px; letter-spacing: -.03em; line-height: 1.25; }
.thanks-acknowledgement p { margin-top: 7px; font-size: 12px; line-height: 1.6; }

.jv-motion-on [data-jv-reveal] { transition: opacity .65s ease, transform .8s var(--ease); }
.jv-motion-on .jv-reveal-pending:not(.is-visible) { opacity: 0; transform: translateY(24px); }
.jv-motion-on [data-jv-reveal].is-visible { opacity: 1; transform: none; }
.jv-reveal-immediate, [data-jv-reveal]:focus-within { opacity: 1 !important; transform: none !important; transition: none !important; }
.jv-motion-on .hero h1 { animation: title-enter .8s var(--ease) both; }
.jv-motion-on .hero-video { animation: video-enter 1.1s var(--ease) both; }
.jv-motion-on .prize-ticket { transition: transform .8s var(--ease); }
.jv-motion-on .prize-art:hover .prize-ticket { transform: rotate(-4deg) translateY(-5px); }
@keyframes title-enter { from { transform: translateY(12px); } to { transform: none; } }
@keyframes video-enter { from { transform: translateY(20px); } to { transform: none; } }

@media (max-width: 1100px) and (min-width: 761px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 28px; padding-block: 42px 50px; }
  .hero h1 { font-size: clamp(56px, 7.2vw, 80px); }
  .hero-copy > .eyebrow { font-size: 10px; }
  .hero-actions .button { gap: 18px; padding-inline: 18px; font-size: 13px; }
  .hero-prize { gap: 10px; }
  .hero-prize strong { font-size: 12px; }
  .hero-prize small { font-size: 11px; }
  .launch-strip > .wrap { grid-template-columns: 1fr; gap: 25px; }
  .launch-intro { display: flex; align-items: center; justify-content: space-between; }
  .launch-intro h2 { font-size: 21px; margin: 0; }
  .launch-intro h2 br { display: none; }
  .launch-facts > div:first-child { border-left: 0; padding-left: 0; }
}
@media (max-width: 760px) {
  .jv-header { min-height: 86px; padding-block: 19px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-block: 38px 42px; }
  .hero h1 { font-size: clamp(63px, 12vw, 90px); }
  .hero-lede { font-size: 20px; max-width: none; }
  .hero-prize { max-width: 430px; }
  .hero-video { max-width: 640px; width: 100%; }
  .video-placeholder-copy > img { width: clamp(160px, 30vw, 220px); }
  .video-cut::before { font-size: 650px; }
  .launch-strip > .wrap { display: block; }
  .launch-intro h2 br { display: none; }
  .launch-facts { margin-top: 26px; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; }
  .launch-facts > div { padding-left: 16px; }
  .launch-facts > div:first-child { border-left: 0; padding-left: 0; }
  .launch-facts dd { font-size: 23px; }
  .motion-control { position: static; display: inline-flex; margin: 0 20px 24px; }
  .jv-footer { padding-bottom: 24px; }
  .closing-wordmark { padding-block: 44px 32px; }
}
@media (max-width: 640px) {
  .jv-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .brand img { width: 125px; }
  .brand > span { display: inline; font-size: 11px; }
  .header-launch-date { font-size: 12px; text-align: left; }
}
@media (max-width: 500px) {
  .hero h1 { font-size: clamp(63px, 18vw, 84px); }
  .hero h1 .hero-date { font-size: .43em; }
  .hero-copy > .eyebrow { font-size: 10px; }
  .hero-lede { font-size: 18px; margin-top: 23px; }
  .hero-actions .button { font-size: 14px; padding-inline: 20px; }
  .hero-prize strong { font-size: 13px; }
  .hero-prize small { font-size: 11px; }
  .launch-facts { grid-template-columns: 1fr; gap: 19px; }
  .launch-facts > div { border-left: 0; border-top: 1px solid #c9ccd2; padding: 16px 0 0; }
  .launch-facts dt { margin-bottom: 6px; }
  .launch-facts dd { font-size: 27px; }
  .prize-copy .eyebrow { font-size: 10px; }
  .prize-copy .button { font-size: 14px; }
  #registration-dialog { padding: 23px; }
  .dialog-header h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .jv-motion-on .jv-reveal-pending { opacity: 1; transform: none; }
}
@media print {
  .motion-control, .registration-fallback, .closing-wordmark { display: none !important; }
  [data-jv-reveal], .jv-motion-on .jv-reveal-pending { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero h1, .hero-video { animation: none !important; }
  .hero h1 .hero-name, .hero h1 .hero-date { color: #101116; }
  .hero h1 .hero-live { color: #2454ff; }
  .hero-lede, .hero-lede strong { color: #3b4250; }
  .hero-video { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
