/* A full-viewport film opening; the other pages retain their normal header. */
.home-page .site-header{position:fixed;inset:0 0 auto;background:linear-gradient(#10111180,#10111100);backdrop-filter:none;transition:background .25s,border-color .25s}
.home-page .site-header.is-scrolled{background:#101111f5;border-bottom-color:#ffffff25;backdrop-filter:blur(16px)}
.cinema-hero{position:relative;isolation:isolate;background:#151a1b;overflow:hidden;min-height:680px;min-height:max(680px,100svh);color:#fff}
.cinema-media,.cinema-player,.cinema-shade{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.cinema-media{z-index:-3}
.cinema-poster{width:100%;height:100%;object-fit:cover;object-position:52% center}
.cinema-player{opacity:0;transition:opacity .9s}
.cinema-player iframe{display:block;position:absolute;left:50%;top:50%;width:var(--video-width,177.78vh);height:var(--video-height,100vh);max-width:none;transform:translate(-50%,-50%);border:0;pointer-events:none}
.cinema-hero.is-video-playing .cinema-player{opacity:1}
.cinema-shade{z-index:-2;background:linear-gradient(90deg,#07101591 0%,#07101535 60%,#07101510),linear-gradient(0deg,#071015d9 0%,#07101524 46%,#0710154d 100%)}
.cinema-layout{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:inherit;padding:132px var(--gutter) 28px}
.cinema-topline{display:flex;justify-content:space-between;gap:24px;font:12px/1.6 Arial,sans-serif;letter-spacing:1px;color:#f1f3f2}
.cinema-topline>span:last-child{text-align:right;color:#d5d9d9}
.cinema-intro{padding-block:48px 54px}
.cinema-title{font-family:Arial,Helvetica,sans-serif;font-size:clamp(80px,11.8vw,190px);font-weight:900;line-height:.89;letter-spacing:-.07em;margin:0;text-shadow:0 2px 25px #00000012}
.cinema-title>span:not(.sr-only){display:block;white-space:nowrap}
.cinema-title>span:nth-child(2){margin-top:7px}
.cinema-title b{font-weight:inherit;color:var(--accent)}
.cinema-title em{font-family:Georgia,serif;font-size:.72em;font-weight:400;letter-spacing:-.08em;margin-right:.07em;color:var(--accent)}
.cinema-intro>p{font-size:clamp(18px,1.7vw,26px);font-weight:400;letter-spacing:-.04em;margin:28px 0 0;color:#f1f3f2}
.cinema-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:22px;border-top:1px solid #ffffff55}
.cinema-project{display:flex;align-items:center;gap:26px;min-height:44px;font-size:14px}
.cinema-project-name{font-size:16px;font-weight:700}
.cinema-project>span:last-child{color:#e2e6e5;white-space:nowrap}
.cinema-project>span:last-child>span{margin-left:8px;font-size:20px}
.cinema-toggle{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:170px;min-height:44px;padding:9px 14px;border:1px solid #ffffff50;border-radius:30px;background:#10111140;color:#fff;font-size:14px;cursor:pointer}
.cinema-toggle:hover{background:#ffffff20;border-color:#fff}
.cinema-toggle:disabled{cursor:wait;color:#d9dddc}
.cinema-toggle-icon{font:17px/1 Arial,sans-serif;width:16px;text-align:center}
.cinema-scroll{display:flex;align-items:center;gap:26px;min-height:44px;font-size:14px;white-space:nowrap}
.cinema-scroll>span{font-size:25px}
.cinema-project:hover,.cinema-scroll:hover{color:var(--accent)}
.cinema-notice{margin:12px 0 0;font-size:14px;color:#e4e6e6}
.home-page .business-index{border-top:0}
@media(min-width:1800px){.cinema-layout{padding-top:150px;padding-bottom:38px}.cinema-intro{padding-bottom:70px}}
@media(max-width:1000px){.cinema-project{display:block}.cinema-project>span{display:block}.cinema-project-name{margin-bottom:3px}.cinema-bottom{gap:20px}}
@media(max-width:760px){
  .cinema-hero{min-height:max(640px,100svh)}
  .cinema-layout{padding-top:106px;padding-bottom:22px}
  .cinema-topline{font-size:12px;letter-spacing:.3px;gap:16px}
  .cinema-topline>span:first-child{max-width:150px}
  .cinema-intro{padding-block:60px 46px}
  .cinema-title{font-size:clamp(60px,16.8vw,116px)}
  .cinema-intro>p{font-size:18px;max-width:280px;line-height:1.65;margin-top:24px}
  .cinema-bottom{display:grid;grid-template-columns:1fr auto;gap:18px 14px;padding-top:18px}
  .cinema-project{grid-column:1/-1;display:flex;justify-content:space-between;gap:14px}
  .cinema-project-name{font-size:15px;margin:0}
  .cinema-project>span:last-child{font-size:13px}
  .cinema-toggle{justify-self:start;min-width:0;padding-inline:12px;font-size:13px}
  .cinema-scroll{font-size:13px;gap:13px}
}
@media(prefers-reduced-motion:reduce){.cinema-player,.home-page .site-header{transition:none}}
