:root {
  color-scheme: light;
  --paper: #f5f5ff;
  --paper-blue: #e9eaff;
  --ink: #211f3b;
  --muted: #696a83;
  --line: rgba(33, 31, 59, 0.15);
  --blue: #4846f5;
  --blue-deep: #302fd4;
  --lime: #d9ff69;
  --white: #fff;
  --display: "Space Grotesk", "Arial Rounded MT Bold", sans-serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.wrap { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }

.site-header { position: relative; z-index: 5; background: var(--paper); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 20px/1 var(--display); letter-spacing: -1px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--lime); overflow: hidden; }
.brand-mark img { width: 25px; height: 25px; object-fit: contain; }
.brand-accent { color: var(--blue); }
.nav-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 700; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.nav-link:hover { border-color: var(--blue); background: var(--white); transform: translateY(-1px); }
.nav-link span { color: var(--blue); font-size: 17px; }

.hero { min-height: 650px; position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; column-gap: 25px; padding-top: 28px; padding-bottom: 92px; }
.hero-copy { position: relative; z-index: 1; max-width: 700px; padding-bottom: 14px; }
.eyebrow { margin: 0; color: var(--blue); font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: .16em; }
.eyebrow-spark { display: inline-block; margin-right: 8px; color: var(--blue); font-size: 17px; vertical-align: -2px; }
h1, h2, p { margin-top: 0; }
h1 { margin: 29px 0 20px; max-width: 820px; font: 700 clamp(54px, 6.6vw, 88px)/.97 var(--display); letter-spacing: -.075em; }
.hero-highlight { position: relative; display: inline-block; color: var(--blue); }
.hero-highlight::after { content: ""; position: absolute; left: 1%; right: -3%; bottom: -4px; height: 9px; border-radius: 50%; border-bottom: 3px solid var(--lime); transform: rotate(-2deg); }
.hero-description { max-width: 480px; margin-bottom: 27px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; gap: 21px; min-height: 54px; padding: 7px 8px 7px 22px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(32, 31, 75, .14); }
.button-icon { transition: transform .2s ease; }
.button:hover .button-icon { transform: translate(2px, -1px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 17px; }
.hero-art { position: relative; width: 100%; max-width: 490px; height: 450px; justify-self: end; isolation: isolate; }
.hero-art-wash { position: absolute; z-index: -1; inset: 37px 18px 20px 25px; border: 1px solid rgba(72,70,245,.08); border-radius: 47% 53% 46% 54% / 55% 44% 56% 45%; background: var(--paper-blue); transform: rotate(-7deg); }
.hero-frame { position: absolute; overflow: hidden; border: 7px solid var(--white); border-radius: 13px; background: var(--ink); box-shadow: 0 18px 42px rgba(33,31,59,.2); }
.hero-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-frame::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(24,22,45,.62)); pointer-events: none; }
.hero-frame > span { position: absolute; z-index: 1; right: 8px; bottom: 8px; left: 8px; display: flex; justify-content: space-between; gap: 6px; color: var(--white); font-size: 7px; font-weight: 700; letter-spacing: .12em; text-shadow: 0 1px 4px rgba(0,0,0,.55); }
.hero-frame > span i { font-style: normal; opacity: .8; }
.hero-frame--main { z-index: 3; top: 24px; left: 34%; width: 212px; height: 374px; transform: rotate(3deg); translate: var(--shift-main-x, 0px) var(--shift-main-y, 0px); transition: translate .28s ease, box-shadow .28s ease; }
.hero-frame--left { z-index: 2; top: 100px; left: 3%; width: 174px; height: 305px; transform: rotate(-8deg); translate: var(--shift-left-x, 0px) var(--shift-left-y, 0px); transition: translate .32s ease, box-shadow .28s ease; }
.hero-frame--right { z-index: 1; top: 132px; right: 0; width: 157px; height: 274px; transform: rotate(8deg); translate: var(--shift-right-x, 0px) var(--shift-right-y, 0px); transition: translate .36s ease, box-shadow .28s ease; }
.hero-badge { position: absolute; z-index: 4; top: 10px; right: 2px; display: flex; width: 95px; height: 95px; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 6px solid var(--paper); border-radius: 50%; background: var(--lime); color: var(--ink); text-align: center; transform: rotate(8deg); box-shadow: 0 8px 20px rgba(33,31,59,.12); }
.hero-badge { translate: var(--shift-badge-x, 0px) var(--shift-badge-y, 0px); transition: translate .3s ease, box-shadow .3s ease; }
.hero-art:hover .hero-frame--main { box-shadow: 0 24px 48px rgba(33,31,59,.25); }
.hero-art:hover .hero-badge { box-shadow: 0 12px 28px rgba(33,31,59,.18); }
.hero-badge b { color: var(--blue); font-size: 22px; line-height: 1; }
.hero-badge span { font-size: 6px; line-height: 1.3; font-weight: 700; letter-spacing: .12em; }
.hero-art-wash { animation: wash-in 1.25s .06s both cubic-bezier(.2,.8,.2,1); }
.hero-copy > .eyebrow { animation: rise-in .78s .1s both cubic-bezier(.19,1,.22,1); }
.hero-copy h1 { animation: rise-in 1.12s .18s both cubic-bezier(.19,1,.22,1); }
.hero-copy .hero-description { animation: rise-in .9s .44s both cubic-bezier(.19,1,.22,1); }
.hero-copy .button { animation: rise-in .84s .58s both cubic-bezier(.19,1,.22,1); }
.hero-frame--left { animation: frame-left-in 1.08s .14s both cubic-bezier(.19,1,.22,1); }
.hero-frame--main { animation: frame-main-in 1.28s .27s both cubic-bezier(.19,1,.22,1); }
.hero-frame--right { animation: frame-right-in 1.14s .43s both cubic-bezier(.19,1,.22,1); }
.hero-badge { animation: badge-in .78s .84s both cubic-bezier(.18,.89,.28,1.12); }
@keyframes wash-in { from { opacity: 0; scale: .78; } to { opacity: 1; scale: 1; } }
@keyframes rise-in { from { opacity: 0; filter: blur(5px); translate: 0 25px; } to { opacity: 1; filter: blur(0); translate: 0 0; } }
@keyframes frame-left-in { from { opacity: 0; transform: translate(-24px, 58px) rotate(-16deg) scale(.94); } to { opacity: 1; transform: translate(0, 0) rotate(-8deg) scale(1); } }
@keyframes frame-main-in { from { opacity: 0; transform: translateY(88px) rotate(10deg) scale(.91); } to { opacity: 1; transform: translateY(0) rotate(3deg) scale(1); } }
@keyframes frame-right-in { from { opacity: 0; transform: translate(26px, 52px) rotate(16deg) scale(.94); } to { opacity: 1; transform: translate(0, 0) rotate(8deg) scale(1); } }
@keyframes badge-in { from { opacity: 0; transform: translateY(-12px) scale(.72) rotate(-8deg); } to { opacity: 1; transform: translateY(0) scale(1) rotate(8deg); } }
.has-motion [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .38s ease-out, transform .38s cubic-bezier(.16,1,.3,1); }
.has-motion [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.has-motion .carousel { transition-delay: .07s; }
.has-motion .carousel-hint { transition-delay: .11s; }
.hero-footnote { position: absolute; left: 0; right: 0; bottom: 24px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 13px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-footnote span:nth-child(2) { color: var(--blue); font-size: 16px; }

.work-section { overflow: hidden; background: var(--paper-blue); border-block: 1px solid rgba(72, 70, 245, .08); }
.work-wrap { padding-top: 91px; padding-bottom: 74px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.section-eyebrow { margin-bottom: 16px; }
.section-eyebrow span { color: var(--ink); opacity: .45; }
h2 { font: 700 clamp(38px, 5vw, 61px)/1.02 var(--display); letter-spacing: -.07em; }
.section-heading h2 { margin-bottom: 0; }
.mobile-break { display: none; }
.section-intro { max-width: 290px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.carousel { position: relative; margin-top: 42px; }
.film-stage { position: relative; height: clamp(390px, 49vw, 555px); max-width: 1120px; margin: 0 auto; overflow: hidden; touch-action: pan-y; }
.film-card { position: absolute; top: 0; left: 50%; width: clamp(245px, 29vw, 350px); height: 100%; overflow: hidden; padding: 0; border: 0; border-radius: 21px; background: var(--ink); color: var(--white); text-align: left; cursor: pointer; transform-origin: center center; transition: left .55s cubic-bezier(.2,.8,.2,1), transform .55s cubic-bezier(.2,.8,.2,1), opacity .35s ease, filter .35s ease, box-shadow .35s ease; box-shadow: 0 16px 42px rgba(33, 31, 59, .17); }
.film-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.film-card:hover img { transform: scale(1.035); }
.film-card:focus-visible, .carousel-arrow:focus-visible, .carousel-dots button:focus-visible, .dialog-close:focus-visible, a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.card-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19, 18, 40, .42), transparent 32%, transparent 46%, rgba(19, 18, 40, .86)); }
.card-topline { position: absolute; top: 17px; left: 17px; right: 17px; display: flex; justify-content: space-between; gap: 8px; color: rgba(255,255,255,.9); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-shadow: 0 1px 5px rgba(0,0,0,.3); }
.card-caption { position: absolute; right: 19px; bottom: 19px; left: 19px; display: flex; flex-direction: column; gap: 9px; }
.card-title { font: 600 clamp(24px, 2.4vw, 29px)/1.05 var(--display); letter-spacing: -.05em; }
.card-watch { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.42); padding-top: 10px; font-size: 10px; font-weight: 600; }
.card-watch b { color: var(--lime); font-size: 16px; }
.film-card[data-position="active"] { z-index: 3; transform: translateX(-50%) scale(1); opacity: 1; filter: none; }
.film-card[data-position="previous"] { z-index: 1; left: 23%; transform: translateX(-50%) scale(.82) rotate(-4deg); opacity: .79; filter: saturate(.78); }
.film-card[data-position="next"] { z-index: 1; left: 77%; transform: translateX(-50%) scale(.82) rotate(4deg); opacity: .79; filter: saturate(.78); }
.film-card[data-position="hidden"] { z-index: 0; left: 50%; transform: translateX(-50%) scale(.62); opacity: 0; pointer-events: none; }
.film-card[data-position="previous"], .film-card[data-position="next"] { pointer-events: auto; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 22px; }
.carousel-arrow { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 18px; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .15s ease; }
.carousel-arrow:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.carousel-arrow:active { color: var(--white); background: var(--blue); border-color: var(--blue); transform: scale(.95); }
.carousel-dots { display: flex; align-items: center; gap: 0; }
.carousel-dots button { position: relative; display: grid; place-items: center; width: 32px; height: 44px; padding: 0; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.carousel-dots button::after { content: ""; width: 8px; height: 8px; border-radius: 100px; background: rgba(33,31,59,.25); transition: width .25s ease, background .25s ease; }
.carousel-dots button[aria-pressed="true"]::after { width: 25px; background: var(--blue); }
.slide-count { min-width: 46px; color: var(--muted); font: 600 10px/1 var(--display); letter-spacing: .08em; }
.slide-count span { color: var(--ink); }
.carousel-hint { margin: 16px 0 0; color: var(--muted); text-align: center; font-size: 10px; letter-spacing: .035em; }
.carousel-hint span { padding-inline: 7px; color: var(--blue); }

.closing { position: relative; display: flex; min-height: 390px; flex-direction: column; align-items: center; justify-content: center; margin-block: 55px 52px; padding: 72px 24px; overflow: hidden; border-radius: 30px; background: var(--blue); color: var(--white); text-align: center; }
.closing::before, .closing::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; pointer-events: none; }
.closing::before { width: 460px; height: 460px; top: -310px; left: -82px; }
.closing::after { width: 570px; height: 570px; right: -290px; bottom: -400px; }
.closing .eyebrow { position: relative; z-index: 1; margin-bottom: 15px; color: var(--lime); }
.closing h2 { position: relative; z-index: 1; margin-bottom: 24px; }
.closing h2 span { color: var(--lime); }
.button-dark { position: relative; z-index: 1; background: var(--white); color: var(--ink); }
.button-dark .button-icon { background: var(--lime); }
.closing-contacts { position: relative; z-index: 1; display: grid; width: min(500px, 100%); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.contact-card { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 8px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.32); border-radius: 16px; background: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.07)); box-shadow: 0 8px 22px rgba(24,20,110,.12), inset 0 1px 0 rgba(255,255,255,.08); color: var(--white); text-align: left; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.contact-card:hover { transform: translateY(-3px); border-color: var(--lime); background: var(--lime); box-shadow: 0 12px 26px rgba(24,20,110,.2); color: var(--ink); }
.contact-card:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.contact-label { display: flex; align-items: center; gap: 7px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .16em; transition: color .2s ease; }
.contact-label::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ""; box-shadow: 0 0 10px currentColor; }
.contact-card:hover .contact-label { color: var(--ink); }
.contact-value { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.contact-value span { flex: 0 0 auto; font-size: 15px; }
.closing-orbit { position: absolute; z-index: 1; top: 57px; right: 18%; color: var(--lime); font-size: 54px; transform: rotate(14deg); -webkit-text-stroke: 1.5px var(--ink); }
.closing-orbit-secondary { top: auto; right: auto; bottom: 52px; left: 17%; font-size: 30px; transform: rotate(-12deg); }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { font-size: 17px; }
.footer-brand .brand-mark { width: 29px; height: 29px; border-radius: 9px; }
.footer-brand .brand-mark img { width: 21px; height: 21px; }
.footer-note, .copyright { color: var(--muted); font-size: 11px; }

.film-dialog { width: min(980px, calc(100% - 32px)); max-width: 980px; max-height: min(90vh, 850px); padding: 0; overflow: auto; border: 0; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 90px rgba(18, 17, 44, .35); }
.film-dialog::backdrop { background: rgba(22, 20, 46, .78); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; top: 15px; right: 15px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--lime); color: var(--ink); cursor: pointer; font-size: 25px; line-height: 1; transition: transform .15s ease; }
.dialog-close:active { transform: scale(.94); }
.dialog-video-wrap { position: relative; width: 38%; min-height: 520px; display: flex; align-items: center; justify-content: center; float: left; background: #171629; }
.dialog-video-wrap video { width: 100%; height: min(78vh, 730px); object-fit: contain; background: #171629; }
.video-label { position: absolute; top: 17px; left: 17px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(24, 22, 45, .28); color: white; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.dialog-details { min-height: 520px; padding: 83px 55px 40px; margin-left: 38%; }
.dialog-details .eyebrow { margin-bottom: 15px; }
.dialog-details h2 { max-width: 450px; margin: 0 0 17px; font-size: clamp(34px, 5vw, 51px); }
.dialog-description { max-width: 415px; margin-bottom: 34px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.creative-note { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 16px; }
.note-label { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.creative-note p { margin: 9px 0 0; font-size: 13px; line-height: 1.55; }
.dialog-format { margin: 22px 0 8px; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.dialog-format span { margin-inline: 5px; color: var(--blue); }
.muted-note { color: var(--muted); font-size: 10px; }

@media (min-width: 1280px) {
  .film-stage { height: 555px; }
}

@media (max-width: 1000px) and (min-width: 761px) {
  .hero { grid-template-columns: minmax(0, 1fr) 350px; column-gap: 18px; }
  h1 { font-size: clamp(55px, 6.2vw, 68px); }
  .hero-art { transform: scale(.9); transform-origin: right center; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 40px, 580px); }
  .nav { height: 70px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-mark img { width: 22px; height: 22px; }
  .nav-link { gap: 8px; padding: 10px 12px; font-size: 11px; }
  .hero { min-height: 780px; display: grid; grid-template-columns: 1fr; align-content: start; align-items: start; row-gap: 12px; padding-top: 104px; padding-bottom: 120px; }
  .hero-copy { max-width: 100%; }
  .eyebrow { font-size: 9px; }
  h1 { margin-top: 24px; font-size: clamp(47px, 11.3vw, 68px); line-height: 1.01; }
  .hero-description { max-width: 390px; font-size: 14px; }
  .hero-art { width: min(100%, 430px); height: 232px; margin: 3px auto 0; justify-self: center; }
  .hero-art-wash { inset: 24px 15px 8px; }
  .hero-frame { border-width: 5px; border-radius: 10px; }
  .hero-frame--main { top: 0; left: calc(50% - 68.5px); width: 137px; height: 229px; transform: rotate(2deg); }
  .hero-frame--left { top: 26px; left: 7%; width: 114px; height: 194px; transform: rotate(-7deg); }
  .hero-frame--right { top: 40px; right: 7%; width: 105px; height: 181px; transform: rotate(7deg); }
  .hero-frame > span { right: 5px; bottom: 5px; left: 5px; font-size: 5px; }
  .hero-badge { top: -2px; right: 7%; width: 70px; height: 70px; border-width: 4px; }
  .hero-badge b { font-size: 17px; }
  .hero-badge span { font-size: 5px; }
  .hero-footnote { bottom: 20px; font-size: 7px; }
  .work-wrap { padding-top: 65px; padding-bottom: 55px; }
  .section-heading { display: block; }
  .section-heading h2 { max-width: 480px; font-size: clamp(37px, 9vw, 52px); }
  .mobile-break { display: block; }
  .section-intro { max-width: 340px; margin-top: 16px; font-size: 12px; }
  .carousel { margin-top: 25px; }
  .film-stage { height: min(118vw, 485px); min-height: 350px; margin-inline: -20px; }
  .film-card { width: min(66vw, 300px); border-radius: 17px; }
  .film-card[data-position="previous"] { left: 19%; transform: translateX(-50%) scale(.78) rotate(-4deg); }
  .film-card[data-position="next"] { left: 81%; transform: translateX(-50%) scale(.78) rotate(4deg); }
  .card-topline { top: 13px; left: 13px; right: 13px; font-size: 6px; }
  .card-caption { left: 14px; right: 14px; bottom: 15px; }
  .card-title { font-size: 23px; }
  .carousel-controls { gap: 11px; margin-top: 16px; }
  .carousel-controls { gap: 7px; }
  .carousel-arrow { width: 44px; height: 44px; flex-basis: 44px; }
  .carousel-dots button { width: 32px; height: 44px; }
  .carousel-hint { font-size: 9px; }
  .closing { min-height: 340px; margin-block: 34px 30px; padding-block: 65px 58px; border-radius: 23px; }
  .closing h2 { font-size: 48px; }
  .closing-contacts { grid-template-columns: 1fr; width: min(360px, 100%); margin-top: 18px; }
  .contact-card { padding: 12px 15px; }
  .closing-orbit { top: 25px; right: 8%; font-size: 35px; }
  .closing-orbit-secondary { right: auto; bottom: 24px; left: 7%; font-size: 25px; }
  .footer-inner { min-height: 100px; flex-wrap: wrap; justify-content: space-between; padding-block: 17px; }
  .footer-note { order: 3; width: 100%; margin-top: -9px; }
  .copyright { font-size: 10px; }
  .film-dialog { max-height: 92vh; width: calc(100% - 22px); border-radius: 17px; }
  .dialog-close { top: 9px; right: 9px; width: 44px; height: 44px; }
  .dialog-video-wrap { float: none; width: 100%; min-height: 0; height: min(54vh, 460px); }
  .dialog-video-wrap video { width: 100%; height: 100%; }
  .dialog-details { min-height: 0; margin-left: 0; padding: 25px 24px 27px; }
  .dialog-details .eyebrow { margin-bottom: 9px; }
  .dialog-details h2 { margin-bottom: 11px; font-size: 34px; }
  .dialog-description { margin-bottom: 20px; font-size: 12px; }
}

@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .hero { min-height: 760px; padding-top: 95px; }
  h1 { font-size: 45px; }
  .hero-art { height: 216px; }
  .film-stage { margin-inline: -16px; }
  .film-card { width: 64vw; }
  .footer-note { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .has-motion [data-reveal] { opacity: 1; transform: none; }
}
