/* LINKSHADOW — bright editorial film studio */
:root {
  --paper: #f7f6f1;
  --paper-deep: #eeede6;
  --white: #fffefa;
  --ink: #171716;
  --muted: #6d6d67;
  --line: rgba(23, 23, 22, .15);
  --soft-line: rgba(23, 23, 22, .08);
  --yellow: #d9ff48;
  --blue: #5363ff;
  --blue-soft: #dce0ff;
  --coral: #ff744d;
  --pink: #ffd2e2;
  --promo-h: 48px;
  --serif: "Noto Serif SC", "Songti SC", STSong, serif;
  --sans: "Manrope", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(ellipse 60% 32% at 96% 0%, rgba(217, 255, 72, .35), transparent 72%),
    var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .34;
  background-image: radial-gradient(rgba(23, 23, 22, .15) .5px, transparent .5px);
  background-size: 7px 7px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.scroll-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
}
.scroll-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blue);
  transition: width .08s linear;
}

/* Top film draw offer */
.ticket-promo {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  min-height: var(--promo-h);
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 6px 28px;
  border-bottom: 1px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
}
.ticket-promo-copy { display: flex; align-items: center; gap: 13px; min-width: 0; }
.ticket-promo-copy > span { display: inline-flex; align-items: center; gap: 6px; padding-right: 13px; border-right: 1px solid rgba(23, 23, 22, .32); font: 500 10px/1 var(--mono); letter-spacing: .06em; white-space: nowrap; }
.ticket-promo-copy > span i { color: var(--coral); font-size: 10px; font-style: normal; animation: promoPulse 1.8s ease-in-out infinite; }
.ticket-promo-copy b { overflow: hidden; font: 800 14px/1.2 var(--sans); letter-spacing: .05em; text-overflow: ellipsis; white-space: nowrap; }
.ticket-promo-copy small { padding: 4px 7px; border: 1px solid rgba(23, 23, 22, .38); border-radius: 999px; font: 500 8px/1 var(--mono); letter-spacing: .05em; white-space: nowrap; }
.ticket-promo-action { display: inline-flex; flex: none; align-items: center; gap: 11px; padding: 10px 13px 10px 17px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); box-shadow: 3px 3px 0 var(--coral); color: var(--white); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .06em; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease); }
.ticket-promo-action i { color: var(--yellow); font-size: 18px; font-style: normal; line-height: .7; transition: transform .25s var(--ease); }
.ticket-promo-action:hover { transform: translate(-1px, -2px); background: var(--blue); box-shadow: 5px 5px 0 var(--coral); }
.ticket-promo-action:hover i { transform: translate(2px, -2px); }
@keyframes promoPulse { 50% { transform: scale(.58); opacity: .35; } }

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: var(--promo-h);
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 15px clamp(18px, 3vw, 52px);
  border-bottom: 1px solid transparent;
  transition: min-height .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.site-header.is-scrolled {
  min-height: 64px;
  border-bottom-color: var(--line);
  background: rgba(247, 246, 241, .91);
  box-shadow: 0 8px 30px rgba(23, 23, 22, .05);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 10px; width: max-content; }
.brand-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font: 500 10px/1 var(--mono);
  letter-spacing: -.12em;
}
.brand-name { display: grid; gap: 1px; }
.brand-name b { font: 800 19px/1 var(--serif); letter-spacing: .08em; }
.brand-name small { color: var(--muted); font: 400 8px/1.3 var(--mono); letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.2vw, 32px); }
.site-nav a {
  position: relative;
  padding: 9px 0;
  color: #5c5c57;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: color .25s ease;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--blue);
  transition: transform .3s var(--ease);
}
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.header-tools { display: flex; align-items: center; justify-self: end; gap: 10px; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.header-cta i { font-style: normal; font-size: 17px; line-height: .6; }
.header-cta:hover { color: var(--white); transform: translateY(-2px); background: var(--ink); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-toggle i { display: block; width: 15px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: transform .28s var(--ease); }
.menu-toggle.is-open i:first-child { transform: translateY(2.75px) rotate(45deg); }
.menu-toggle.is-open i:last-child { transform: translateY(-2.75px) rotate(-45deg); }

/* Shared language */
.section-shell { width: min(100% - 48px, 1500px); margin: 0 auto; }
.work-section, .services-section, .process-section, .now-showing, .studio-section, .contact-section { scroll-margin-top: calc(var(--promo-h) + 84px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--muted); font: 500 10px/1.3 var(--mono); letter-spacing: .12em; }
.eyebrow span { display: inline-grid; width: 28px; height: 18px; place-items: center; border: 1px solid currentColor; border-radius: 999px; font-size: 8px; letter-spacing: 0; }
.section-heading, .process-top, .now-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(250px, .55fr); gap: clamp(36px, 8vw, 150px); align-items: end; }
.section-heading h2, .services-intro h2, .process-top h2, .now-heading h2, .studio-copy h2 { margin: 21px 0 0; font: 700 clamp(42px, 5.7vw, 88px)/.99 var(--serif); letter-spacing: -.065em; }
.section-heading h2 em, .services-intro h2 em, .now-heading h2 em { font-style: normal; color: var(--blue); }
.section-intro, .process-top > p, .now-heading > p { max-width: 370px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.9; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: clamp(132px, 14vw, 190px) clamp(24px, 5vw, 84px) 72px; }
.hero::before {
  position: absolute;
  z-index: -1;
  top: 11%;
  right: -9%;
  width: min(60vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: var(--yellow);
  filter: blur(1px);
  opacity: .85;
}
.hero::after {
  position: absolute;
  z-index: -1;
  right: -1.5vw;
  bottom: -6vw;
  color: rgba(23, 23, 22, .04);
  content: "LINK";
  font: 800 min(24vw, 365px)/.65 var(--sans);
  letter-spacing: -.12em;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr); gap: clamp(24px, 5.5vw, 100px); align-items: end; width: min(100%, 1500px); margin: 0 auto; }
.hero-copy { padding: 0 0 clamp(6px, 1.2vw, 18px); }
.hero-copy h1 { margin: clamp(30px, 4vw, 62px) 0 38px; font: 700 clamp(64px, 10.5vw, 170px)/.81 var(--serif); letter-spacing: -.1em; }
.hero-copy h1 span { position: relative; z-index: 0; display: inline-block; color: var(--blue); }
.hero-copy h1 span::after { position: absolute; z-index: -1; right: -1%; bottom: 7%; left: -3%; height: 16%; content: ""; transform: rotate(-1.5deg); background: var(--yellow); }
.hero-bottom { display: flex; gap: clamp(24px, 4vw, 68px); align-items: flex-end; }
.hero-bottom p { max-width: 285px; margin: 0; color: #494943; font-size: 13px; line-height: 1.9; }
.round-link { display: inline-flex; flex: none; align-items: center; gap: 13px; padding: 9px 9px 9px 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .07em; transition: background .3s var(--ease), color .3s var(--ease); }
.round-link i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 17px; font-style: normal; transition: transform .3s var(--ease); }
.round-link:hover { color: var(--white); background: var(--ink); }
.round-link:hover i { transform: translateY(3px); }
.hero-visual { position: relative; max-width: 535px; justify-self: end; }
.hero-image { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 5; background: var(--blue); }
.hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(145deg, rgba(83, 99, 255, .2), transparent 46%, rgba(23, 23, 22, .25)); mix-blend-mode: screen; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.2s var(--ease); }
.hero-visual:hover .hero-image img { transform: scale(1.045); }
.hero-image figcaption { position: absolute; z-index: 2; right: 15px; bottom: 14px; left: 15px; color: rgba(255, 255, 255, .88); font: 400 8px/1.3 var(--mono); letter-spacing: .12em; }
.hero-stamp { position: absolute; z-index: 4; top: -36px; right: -35px; display: grid; width: 116px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--coral); color: var(--ink); transform: rotate(10deg); }
.hero-stamp span { font: 800 13px/.86 var(--sans); letter-spacing: -.07em; }
.hero-stamp b { position: absolute; right: 15px; bottom: 14px; font-size: 20px; }
.hero-note { position: absolute; z-index: 4; right: calc(100% - 29px); bottom: 34px; display: grid; gap: 8px; width: 145px; padding: 14px 15px; border: 1px solid var(--ink); background: var(--white); transform: rotate(-4deg); }
.hero-note span { color: var(--blue); font: 500 9px/1 var(--mono); letter-spacing: .1em; }
.hero-note b { font-size: 12px; line-height: 1.45; }
.hero-side-label { position: absolute; right: 18px; bottom: 50px; color: var(--muted); font: 400 9px/1.55 var(--mono); letter-spacing: .12em; text-align: right; writing-mode: vertical-rl; }

.signal-strip { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--blue); color: var(--white); }
.signal-track { display: flex; align-items: center; width: max-content; min-height: 54px; animation: signal 33s linear infinite; }
.signal-track span { padding: 0 clamp(20px, 3vw, 46px); font: 700 clamp(12px, 1.25vw, 16px)/1 var(--sans); letter-spacing: .06em; white-space: nowrap; }
.signal-track i { color: var(--yellow); font-size: 17px; font-style: normal; }
@keyframes signal { to { transform: translateX(-31%); } }

/* Manifesto */
.manifesto { padding: clamp(78px, 10vw, 150px) 0; background: var(--yellow); }
.manifesto-grid { display: grid; grid-template-columns: minmax(120px, .36fr) minmax(0, 1.25fr) minmax(235px, .6fr); gap: clamp(26px, 4vw, 70px); align-items: start; width: min(100% - 48px, 1500px); margin: 0 auto; }
.manifesto h2 { max-width: 750px; margin: -13px 0 0; font: 700 clamp(39px, 5.25vw, 84px)/1.1 var(--serif); letter-spacing: -.08em; }
.manifesto h2 em { display: block; color: var(--blue); font-style: normal; }
.manifesto-copy { padding-top: 11px; }
.manifesto-copy p { margin: 0 0 29px; font-size: 14px; line-height: 1.95; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.text-link i { font-size: 18px; font-style: normal; transition: transform .3s var(--ease); }
.text-link:hover i { transform: translate(3px, 3px); }

/* Work */
.work-section { padding-top: clamp(90px, 12vw, 184px); padding-bottom: clamp(90px, 12vw, 178px); }
.work-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(24px, 3.5vw, 58px) clamp(15px, 2.3vw, 38px); margin-top: clamp(56px, 8vw, 118px); }
.work-card { min-width: 0; }
.work-card--wide { grid-column: span 7; }
.work-card--offset { grid-column: 9 / span 4; padding-top: clamp(50px, 11vw, 162px); }
.work-card--small { grid-column: 2 / span 4; }
.work-card--tall { grid-column: 7 / span 5; margin-top: clamp(-42px, -4vw, -86px); }
.work-card--mid { grid-column: 1 / span 6; margin-top: clamp(0px, 2vw, 26px); }
.work-image { position: relative; display: block; overflow: hidden; background: var(--paper-deep); }
.work-card--wide .work-image { aspect-ratio: 16 / 10; }
.work-card--offset .work-image { aspect-ratio: 5 / 6; }
.work-card--small .work-image { aspect-ratio: 4 / 5; }
.work-card--tall .work-image { aspect-ratio: 1 / 1.08; }
.work-card--mid .work-image { aspect-ratio: 16 / 9; }
.work-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 54%, rgba(23, 23, 22, .18)); opacity: .45; transition: opacity .4s var(--ease); }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s var(--ease), filter .7s var(--ease); }
.work-image:hover img { transform: scale(1.055); filter: saturate(1.12); }
.work-image:hover::after { opacity: .75; }
.work-arrow { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 21px; opacity: 0; transform: scale(.7) rotate(-20deg); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.work-image:hover .work-arrow { opacity: 1; transform: scale(1) rotate(0); }
.work-meta { display: grid; grid-template-columns: 115px 1fr; gap: 11px 17px; padding-top: 15px; }
.work-meta span { grid-row: span 2; padding-top: 5px; color: var(--muted); font: 400 9px/1.35 var(--mono); letter-spacing: .08em; }
.work-meta h3 { margin: 0; font: 700 clamp(20px, 1.8vw, 28px)/1.25 var(--serif); letter-spacing: .03em; }
.work-meta p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.all-work-link { display: flex; align-items: center; justify-content: space-between; max-width: 480px; margin: clamp(60px, 7vw, 100px) auto 0; padding: 16px 3px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .04em; transition: color .25s ease; }
.all-work-link i { font-size: 24px; font-style: normal; transition: transform .3s var(--ease); }
.all-work-link:hover { color: var(--blue); }
.all-work-link:hover i { transform: translateX(7px); }

/* Services */
.services-section { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper-deep); }
.services-grid { display: grid; grid-template-columns: minmax(250px, .74fr) minmax(0, 1.26fr); gap: clamp(54px, 10vw, 180px); padding-top: clamp(80px, 10vw, 148px); padding-bottom: clamp(80px, 10vw, 148px); }
.services-intro h2 { margin-bottom: 28px; }
.services-intro > p:last-child { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.service-list { border-top: 1px solid var(--ink); }
.service-item { display: grid; grid-template-columns: 52px 1fr 32px; gap: 14px; align-items: start; padding: clamp(20px, 2.25vw, 31px) 0; border-bottom: 1px solid var(--line); transition: padding .35s var(--ease); }
.service-item > span { color: var(--blue); font: 500 10px/1.5 var(--mono); }
.service-item h3 { margin: -4px 0 8px; font: 700 clamp(21px, 2.2vw, 32px)/1.2 var(--serif); letter-spacing: -.02em; }
.service-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.service-item > i { justify-self: end; padding-top: 3px; color: var(--muted); font-size: 21px; font-style: normal; transition: color .25s ease, transform .35s var(--ease); }
.service-item:hover { padding-right: 13px; padding-left: 13px; background: var(--yellow); }
.service-item:hover > i { color: var(--ink); transform: translate(3px, -3px); }

/* Process */
.process-section { padding-top: clamp(90px, 12vw, 176px); padding-bottom: clamp(90px, 12vw, 176px); }
.process-top { grid-template-columns: minmax(0, 1fr) minmax(220px, .48fr); }
.process-top h2 { margin-top: 20px; }
.process-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: clamp(55px, 7vw, 100px) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); counter-reset: process; }
.process-list li { position: relative; min-height: 250px; padding: 20px 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); counter-increment: process; transition: background .35s var(--ease), transform .35s var(--ease); }
.process-list li::after { position: absolute; right: 10px; bottom: 3px; color: rgba(23, 23, 22, .06); content: "0" counter(process); font: 800 68px/.8 var(--sans); letter-spacing: -.12em; }
.process-list li span { display: block; color: var(--blue); font: 500 10px/1 var(--mono); }
.process-list h3 { position: relative; z-index: 1; margin: 75px 0 10px; font: 700 clamp(19px, 1.8vw, 28px)/1 var(--serif); }
.process-list p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.process-list li:hover { z-index: 2; background: var(--blue-soft); transform: translateY(-8px); }

/* Now showing */
.now-showing { overflow: hidden; padding: clamp(88px, 11vw, 168px) 0; border-top: 1px solid var(--ink); background: var(--white); }
.now-heading h2 { font-size: clamp(48px, 6.6vw, 103px); }
.market-board { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(54px, 7vw, 104px); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.market-board > div { min-height: 100px; padding: 17px 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.market-board span { display: block; margin-bottom: 15px; color: var(--muted); font: 400 9px/1.4 var(--mono); letter-spacing: .08em; }
.market-board b { display: block; overflow: hidden; color: var(--ink); font: 700 clamp(19px, 2.1vw, 30px)/1.1 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.market-board .market-update { background: var(--yellow); }
.market-board .market-update b { color: var(--blue); font: 500 11px/1.4 var(--mono); letter-spacing: .03em; white-space: normal; }
.movie-rail { display: flex; gap: 17px; overflow-x: auto; margin: 30px calc((100vw - min(100vw - 48px, 1500px)) / -2) 0; padding: 2px max(24px, calc((100vw - min(100vw - 48px, 1500px)) / 2)) 18px; scrollbar-width: none; cursor: grab; }
.movie-rail::-webkit-scrollbar { display: none; }
.movie-rail.dragging { cursor: grabbing; user-select: none; }
.movie-loading { display: flex; flex: none; align-items: center; gap: 11px; min-width: 310px; padding: 38px 0; color: var(--muted); font: 400 11px/1.4 var(--mono); }
.movie-loading i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); animation: breathe 1.1s ease-in-out infinite alternate; }
@keyframes breathe { to { transform: scale(.45); opacity: .2; } }
.movie-card { display: flex; flex: none; flex-direction: column; width: clamp(228px, 20.5vw, 294px); overflow: hidden; border: 1px solid var(--line); background: #f2f1eb; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.movie-card:hover { box-shadow: 10px 12px 0 var(--yellow); transform: translate(-5px, -5px); }
.movie-poster { position: relative; overflow: hidden; aspect-ratio: 3 / 4.18; background: var(--paper-deep); }
.movie-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.movie-card:hover .movie-poster img { transform: scale(1.06); }
.movie-rank { position: absolute; z-index: 2; top: 0; left: 0; padding: 9px 10px; background: var(--yellow); color: var(--ink); font: 500 9px/1 var(--mono); letter-spacing: .04em; }
.movie-score { position: absolute; z-index: 2; right: 9px; top: 9px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: var(--white); font: 700 16px/1 var(--serif); }
.movie-score small { display: block; margin-top: 1px; font: 400 6px/1 var(--mono); letter-spacing: .03em; }
.movie-copy { display: grid; flex: 1; gap: 10px; padding: 15px 15px 16px; }
.movie-title { min-width: 0; }
.movie-title h3 { overflow: hidden; margin: 0 0 5px; font: 700 20px/1.25 var(--serif); letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.movie-title p { overflow: hidden; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.movie-stats { display: grid; gap: 5px; }
.movie-stat { display: flex; justify-content: space-between; gap: 8px; font-size: 10px; line-height: 1.35; }
.movie-stat span { color: var(--muted); }
.movie-stat b { overflow: hidden; max-width: 62%; font-size: 10px; font-weight: 800; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.movie-stat:first-child b { color: var(--blue); }
.movie-action { display: flex; align-items: center; justify-content: space-between; margin-top: 2px; padding: 10px 0 0; border-top: 1px solid var(--line); font: 500 10px/1.3 var(--mono); letter-spacing: .04em; }
.movie-action i { color: var(--blue); font-size: 17px; font-style: normal; transition: transform .28s var(--ease); }
.movie-action:hover i { transform: translate(3px, -3px); }
.rail-hint { margin: 0; color: var(--muted); font: 400 9px/1.5 var(--mono); letter-spacing: .06em; text-align: right; }
.rail-hint span { color: var(--blue); font-size: 15px; }

/* Studio */
.studio-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: clamp(45px, 8vw, 150px); align-items: center; padding-top: clamp(90px, 12vw, 184px); padding-bottom: clamp(90px, 12vw, 184px); }
.studio-photo { position: relative; }
.studio-photo::before { position: absolute; z-index: -1; top: -18px; left: -18px; width: 72%; height: 72%; content: ""; background: var(--pink); }
.studio-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.studio-photo span { position: absolute; right: 13px; bottom: 13px; color: var(--white); font: 400 9px/1.45 var(--mono); letter-spacing: .1em; text-align: right; }
.studio-copy h2 { margin: 20px 0 30px; }
.studio-copy h2 span { color: var(--coral); }
.studio-lead { max-width: 405px; margin: 0 0 40px; color: #4c4c47; font-size: 14px; line-height: 2; }
.studio-facts { margin: 0; border-top: 1px solid var(--ink); }
.studio-facts > div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.studio-facts dt { color: var(--blue); font: 500 9px/1.4 var(--mono); letter-spacing: .08em; }
.studio-facts dd { margin: 0; color: #484843; font-size: 11px; line-height: 1.75; }

/* Closing */
.contact-section { overflow: hidden; padding-top: clamp(70px, 8vw, 118px); background: var(--blue); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(140px, .38fr) minmax(0, 1.25fr) minmax(225px, .55fr); gap: clamp(24px, 4vw, 70px); align-items: end; padding-bottom: clamp(78px, 11vw, 160px); }
.contact-index { align-self: start; margin: 6px 0 0; font: 400 9px/1.55 var(--mono); letter-spacing: .1em; }
.contact-grid h2 { margin: 0; font: 700 clamp(46px, 6.5vw, 106px)/1.01 var(--serif); letter-spacing: -.08em; }
.contact-grid h2 span { color: var(--yellow); }
.contact-copy { padding-bottom: 4px; }
.contact-copy p { max-width: 280px; margin: 0 0 28px; font-size: 13px; line-height: 1.95; }
.contact-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 6px; border-bottom: 1px solid var(--white); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.contact-link i { color: var(--yellow); font-size: 19px; font-style: normal; transition: transform .3s var(--ease); }
.contact-link:hover i { transform: translateY(-4px); }
.site-footer { display: flex; justify-content: space-between; gap: 28px; padding-top: 19px; padding-bottom: 24px; border-top: 1px solid rgba(255, 255, 255, .48); }
.site-footer > div { display: grid; gap: 5px; }
.site-footer b { font: 700 15px/1.3 var(--serif); letter-spacing: .09em; }
.site-footer span { font: 400 8px/1.55 var(--mono); letter-spacing: .05em; }
.site-footer > div:last-child { text-align: right; }

/* Film draw interaction */
body.has-ticket-modal { overflow: hidden; }
.ticket-modal { position: fixed; z-index: 1400; inset: 0; display: grid; place-items: center; padding: 20px; }
.ticket-modal[hidden] { display: none; }
.ticket-modal-backdrop { position: absolute; inset: 0; background: rgba(23, 23, 22, .43); backdrop-filter: blur(10px); }
.ticket-dialog { position: relative; z-index: 1; width: min(840px, 100%); overflow: hidden; border: 1px solid var(--ink); background: var(--white); box-shadow: 18px 20px 0 var(--yellow); }
.ticket-dialog::before { position: absolute; z-index: -1; top: -170px; right: -110px; width: 360px; aspect-ratio: 1; border-radius: 50%; content: ""; background: var(--blue-soft); }
.ticket-dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 54px 13px 18px; border-bottom: 1px solid var(--line); font: 500 9px/1 var(--mono); letter-spacing: .08em; }
.ticket-dialog-head span:last-child { color: var(--blue); }
.ticket-dialog-close { position: absolute; z-index: 3; top: 8px; right: 9px; display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; font: 400 23px/.8 var(--sans); transition: transform .3s var(--ease), background .3s var(--ease); }
.ticket-dialog-close:hover { transform: rotate(90deg); background: var(--yellow); }
.ticket-idle-flow { display: grid; grid-template-columns: minmax(170px, .56fr) minmax(0, 1fr); gap: clamp(22px, 4vw, 48px); align-items: center; padding: clamp(26px, 4vw, 48px); }
.ticket-poster-wrap { position: relative; overflow: hidden; align-self: stretch; min-height: 260px; background: var(--blue); }
.ticket-poster-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(155deg, rgba(83, 99, 255, .22), transparent 42%, rgba(23, 23, 22, .28)); }
.ticket-poster-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ticket-poster-wrap > span { position: absolute; z-index: 2; top: 11px; left: 11px; padding: 7px 8px; background: var(--yellow); color: var(--ink); font: 500 8px/1.25 var(--mono); letter-spacing: .08em; }
.ticket-dialog-copy { min-width: 0; }
.ticket-kicker { display: flex; align-items: center; gap: 7px; margin: 0 0 14px; color: var(--blue); font: 500 10px/1 var(--mono); letter-spacing: .07em; }
.ticket-kicker i { color: var(--coral); font-size: 14px; font-style: normal; }
.ticket-dialog-copy h2 { margin: 0 0 16px; font: 700 clamp(30px, 4.2vw, 52px)/1.02 var(--serif); letter-spacing: -.06em; }
.ticket-dialog-copy h2 em { color: var(--blue); font-style: normal; }
#ticketMovie { overflow: hidden; margin: 0 0 16px; font: 700 14px/1.5 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.ticket-dialog-copy small { display: block; max-width: 340px; color: var(--muted); font-size: 10px; line-height: 1.8; }
.ticket-dialog-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 18px; border-top: 1px solid var(--line); }
.ticket-primary, .ticket-done-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-width: 196px; padding: 13px 14px 13px 17px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--white); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .06em; transition: transform .3s var(--ease), background .3s var(--ease); }
.ticket-primary i, .ticket-done-link i { color: var(--yellow); font-size: 18px; font-style: normal; line-height: .65; transition: transform .3s var(--ease); }
.ticket-primary:hover, .ticket-done-link:hover { transform: translateY(-2px); background: var(--blue); }
.ticket-primary:hover i { transform: translateX(4px); }
.ticket-reset { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.ticket-drawing-flow, .ticket-result-flow { display: none; }
.ticket-drawing-flow { min-height: 500px; grid-template-columns: minmax(0, 520px); align-content: center; justify-content: center; justify-items: stretch; padding: 52px; text-align: center; }
.draw-machine { position: relative; width: 100%; height: 192px; overflow: hidden; margin-bottom: 30px; border: 1px solid var(--ink); background: var(--yellow); box-shadow: 11px 12px 0 var(--blue); }
.draw-machine::before { position: absolute; z-index: 2; top: 64px; right: 0; left: 0; height: 64px; border-top: 1px dashed var(--ink); border-bottom: 1px dashed var(--ink); content: ""; background: rgba(255, 254, 250, .27); pointer-events: none; }
.draw-machine::after { position: absolute; z-index: 3; inset: 0; content: ""; background: linear-gradient(180deg, rgba(211, 255, 55, .94), transparent 30%, transparent 68%, rgba(211, 255, 55, .94)); pointer-events: none; }
.draw-machine-label { position: absolute; z-index: 4; top: 11px; left: 12px; padding: 6px 7px; background: var(--ink); color: var(--yellow); font: 500 10px/1 var(--mono); letter-spacing: .08em; }
.draw-machine-pointer { position: absolute; z-index: 5; top: 84px; left: 50%; width: 20px; height: 20px; border: 3px solid var(--ink); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px var(--yellow); transform: translateX(-50%); }
.draw-reel-track { display: grid; position: absolute; top: 0; right: 0; left: 0; transform: translateY(0); }
.draw-reel-track b { display: grid; height: 64px; place-items: center; font: 700 32px/1 var(--serif); letter-spacing: -.04em; }
@keyframes drawReelSpin { 0% { transform: translateY(0); } 20% { transform: translateY(-64px); } 49% { transform: translateY(-163px); } 71% { transform: translateY(-220px); } 85% { transform: translateY(-240px); } 94% { transform: translateY(-250px); } 100% { transform: translateY(-256px); } }
.ticket-drawing-flow p { margin: 0 0 13px; font: 700 clamp(31px, 4.5vw, 52px)/1.1 var(--serif); letter-spacing: -.06em; }
.ticket-drawing-flow p b { color: var(--blue); font-weight: inherit; }
.ticket-drawing-flow > span { color: var(--muted); font: 400 9px/1.4 var(--mono); letter-spacing: .12em; }
.ticket-result-flow { min-height: 500px; grid-template-columns: minmax(0, 520px); align-content: center; justify-content: center; justify-items: stretch; padding: 52px; text-align: center; }
.ticket-result-flow::before { position: absolute; top: 76px; left: 11%; color: var(--coral); content: "✦"; font-size: 23px; animation: confettiFloat 1.7s ease-in-out infinite alternate; }
.ticket-result-flow::after { position: absolute; right: 13%; bottom: 100px; color: var(--blue); content: "✳"; font-size: 19px; animation: confettiFloat 1.45s .25s ease-in-out infinite alternate-reverse; }
@keyframes confettiFloat { to { transform: translateY(-12px) rotate(18deg); } }
.draw-ticket { position: relative; width: 100%; overflow: hidden; margin-bottom: 19px; border: 1px solid var(--ink); background: var(--yellow); box-shadow: 8px 9px 0 var(--blue); text-align: left; transform: rotate(-1.5deg) scale(.9); animation: ticketPop .62s .08s var(--ease) forwards; }
@keyframes ticketPop { to { transform: rotate(-1.5deg) scale(1); } }
.draw-ticket::after { position: absolute; top: 0; bottom: 0; left: 32%; width: 15px; content: ""; background: radial-gradient(circle at 50% 0, var(--white) 0 7px, transparent 7.5px) 0 0 / 15px 17px repeat-y; }
.draw-ticket-top, .draw-ticket-foot { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; font: 500 8px/1 var(--mono); letter-spacing: .07em; }
.draw-ticket-top { border-bottom: 1px dashed rgba(23, 23, 22, .42); }
.draw-ticket-top b { padding: 4px 5px; background: var(--ink); color: var(--yellow); font-size: 8px; }
.draw-ticket-main { padding: 20px 17px 24px; }
.draw-ticket-main > span { color: var(--blue); font: 500 9px/1 var(--mono); letter-spacing: .06em; }
.draw-ticket-main h3 { overflow: hidden; margin: 9px 0 8px; font: 700 clamp(23px, 3vw, 34px)/1.1 var(--serif); letter-spacing: -.04em; text-overflow: ellipsis; white-space: nowrap; }
.draw-ticket-film { overflow: hidden; margin: 0 0 15px; color: rgba(23, 23, 22, .7); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.draw-ticket-film b { color: var(--ink); font-weight: 800; }
.draw-ticket-main code { display: inline-block; padding: 8px 9px; border: 1px solid var(--ink); background: var(--white); font: 500 11px/1 var(--mono); letter-spacing: .09em; }
.draw-ticket-foot { border-top: 1px dashed rgba(23, 23, 22, .42); }
.draw-ticket-foot i { color: var(--coral); font-size: 16px; font-style: normal; }
.ticket-result-flow > p { max-width: 340px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.ticket-reset, .ticket-done-link { display: none; }
.ticket-dialog[data-state="drawing"] .ticket-idle-flow, .ticket-dialog[data-state="result"] .ticket-idle-flow { display: none; }
.ticket-dialog[data-state="drawing"] .ticket-drawing-flow { display: grid; }
.ticket-dialog[data-state="result"] .ticket-result-flow { display: grid; }
.ticket-dialog[data-state="drawing"] .draw-reel-track { animation: drawReelSpin 1.85s cubic-bezier(.16, .82, .26, 1) forwards; }
.ticket-dialog[data-state="drawing"] .ticket-primary, .ticket-dialog[data-state="result"] .ticket-primary { display: none; }
.ticket-dialog[data-state="result"] .ticket-reset, .ticket-dialog[data-state="result"] .ticket-done-link { display: inline-flex; }
.ticket-dialog[data-state="result"] .ticket-reset { display: inline-block; }
.ticket-dialog[data-state="result"] .ticket-dialog-actions { justify-content: space-between; }

/* Entry motion */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: .09s; }
[data-reveal-delay="2"] { transition-delay: .18s; }
[data-reveal-delay="3"] { transition-delay: .27s; }
[data-reveal-delay="4"] { transition-delay: .36s; }
[data-reveal-delay="5"] { transition-delay: .45s; }
.hero [data-reveal] { transition-duration: 1s; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; top: calc(var(--promo-h) + 73px); right: 17px; left: 17px; display: grid; gap: 0; padding: 10px 19px; border: 1px solid var(--line); background: rgba(255, 254, 250, .98); box-shadow: 0 15px 38px rgba(23, 23, 22, .12); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: transform .25s var(--ease), opacity .25s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--soft-line); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { bottom: 5px; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); }
  .hero-copy h1 { font-size: clamp(64px, 10.4vw, 118px); }
  .hero-stamp { right: -20px; }
  .manifesto-grid { grid-template-columns: 130px 1fr; }
  .manifesto-copy { grid-column: 2; max-width: 390px; }
  .work-card--offset { grid-column: 8 / span 5; }
  .work-card--small { grid-column: 1 / span 5; }
  .work-card--tall { grid-column: 7 / span 6; }
  .work-card--mid { grid-column: 2 / span 7; }
  .services-grid { grid-template-columns: .72fr 1.28fr; gap: 55px; }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .process-list li { min-height: 190px; }
  .process-list h3 { margin-top: 48px; }
  .studio-section { gap: 65px; }
}

@media (max-width: 720px) {
  .ticket-promo { justify-content: space-between; gap: 9px; padding-right: 11px; padding-left: 11px; }
  .ticket-promo-copy { gap: 8px; overflow: hidden; }
  .ticket-promo-copy > span { gap: 4px; padding-right: 8px; font-size: 8px; }
  .ticket-promo-copy b { font-size: 11px; }
  .ticket-promo-copy small { display: none; }
  .ticket-promo-action { gap: 7px; padding: 9px 10px 9px 13px; box-shadow: 2px 2px 0 var(--coral); font-size: 9px; }
  .section-shell { width: min(100% - 34px, 1500px); }
  .site-header { min-height: 68px; padding: 12px 17px; }
  .site-header.is-scrolled { min-height: 60px; }
  .brand-mark { width: 29px; height: 29px; }
  .brand-name b { font-size: 17px; }
  .brand-name small { display: none; }
  .header-cta { display: none; }
  .site-nav { top: calc(var(--promo-h) + 62px); }
  .hero { padding: 132px 17px 52px; }
  .hero::before { top: 28%; right: -33%; width: 90vw; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy h1 { margin: 25px 0 29px; font-size: clamp(62px, 17.2vw, 105px); }
  .hero-bottom { gap: 18px; align-items: center; }
  .hero-bottom p { font-size: 12px; }
  .round-link { padding-left: 13px; }
  .round-link span { display: none; }
  .hero-visual { width: min(88%, 450px); margin-left: auto; }
  .hero-stamp { top: -22px; right: -15px; width: 83px; }
  .hero-stamp span { font-size: 10px; }
  .hero-stamp b { right: 11px; bottom: 8px; font-size: 15px; }
  .hero-note { right: calc(100% - 14px); bottom: 19px; width: 122px; padding: 10px; }
  .hero-note { right: auto; bottom: 12px; left: 10px; }
  .hero-note b { font-size: 10px; }
  .hero-side-label { display: none; }
  .signal-track { min-height: 46px; }
  .signal-track span { padding: 0 20px; font-size: 10px; }
  .manifesto { padding: 65px 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 26px; width: min(100% - 34px, 1500px); }
  .manifesto h2 { margin: 0; font-size: clamp(37px, 10.4vw, 64px); }
  .manifesto-copy { grid-column: auto; padding-top: 0; }
  .section-heading, .process-top, .now-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2, .services-intro h2, .process-top h2, .now-heading h2, .studio-copy h2 { font-size: clamp(40px, 11.5vw, 68px); }
  .section-intro, .process-top > p, .now-heading > p { margin: 0; font-size: 13px; }
  .work-section { padding-top: 73px; padding-bottom: 81px; }
  .work-grid { grid-template-columns: 1fr; gap: 44px; margin-top: 54px; }
  .work-card, .work-card--wide, .work-card--offset, .work-card--small, .work-card--tall, .work-card--mid { grid-column: auto; margin-top: 0; padding-top: 0; }
  .work-card--offset .work-image, .work-card--small .work-image, .work-card--tall .work-image { aspect-ratio: 4 / 3; }
  .work-meta { grid-template-columns: 82px 1fr; }
  .work-meta h3 { font-size: 21px; }
  .all-work-link { margin-top: 54px; font-size: 12px; }
  .services-grid { grid-template-columns: 1fr; gap: 47px; padding-top: 70px; padding-bottom: 70px; }
  .service-item { grid-template-columns: 42px 1fr 25px; }
  .service-item h3 { font-size: 22px; }
  .process-section { padding-top: 76px; padding-bottom: 76px; }
  .process-list { grid-template-columns: repeat(2, 1fr); margin-top: 47px; }
  .process-list li { min-height: 190px; padding: 16px 12px; }
  .process-list h3 { margin-top: 50px; font-size: 21px; }
  .process-list p { font-size: 10px; }
  .now-showing { padding: 76px 0; }
  .market-board { grid-template-columns: repeat(2, 1fr); margin-top: 48px; }
  .market-board > div { min-height: 89px; padding: 14px; }
  .market-board b { font-size: 18px; }
  .movie-rail { margin-top: 24px; padding-right: 17px; padding-left: 17px; }
  .movie-card { width: min(72vw, 274px); }
  .rail-hint { padding-right: 1px; text-align: left; }
  .studio-section { grid-template-columns: 1fr; gap: 57px; padding-top: 77px; padding-bottom: 77px; }
  .studio-copy h2 { margin-bottom: 24px; }
  .studio-facts > div { grid-template-columns: 72px 1fr; }
  .contact-section { padding-top: 62px; }
  .contact-grid { grid-template-columns: 1fr; gap: 25px; padding-bottom: 75px; }
  .contact-grid h2 { font-size: clamp(45px, 12vw, 73px); }
  .contact-copy p { margin-bottom: 23px; }
  .site-footer { flex-direction: column; padding-top: 17px; padding-bottom: 20px; }
  .site-footer > div:last-child { text-align: left; }
  .ticket-modal { padding: 14px; }
  .ticket-dialog { max-height: calc(100svh - 28px); overflow-y: auto; box-shadow: 8px 10px 0 var(--yellow); }
  .ticket-idle-flow { grid-template-columns: 110px minmax(0, 1fr); gap: 18px; padding: 25px 20px; }
  .ticket-poster-wrap { min-height: 190px; }
  .ticket-dialog-copy h2 { font-size: clamp(28px, 8vw, 38px); }
  #ticketMovie { margin-bottom: 10px; font-size: 12px; }
  .ticket-dialog-copy small { font-size: 9px; line-height: 1.65; }
  .ticket-dialog-actions { flex-wrap: wrap; padding: 12px 14px; }
  .ticket-primary { width: 100%; min-width: 0; }
  .ticket-done-link { min-width: 0; flex: 1; }
  .ticket-drawing-flow, .ticket-result-flow { min-height: 400px; grid-template-columns: minmax(0, 1fr); }
  .ticket-drawing-flow { padding: 33px 20px; }
  .draw-machine { height: 162px; margin-bottom: 22px; box-shadow: 8px 9px 0 var(--blue); }
  .draw-machine::before { top: 54px; height: 54px; }
  .draw-machine-label { top: 8px; left: 9px; padding: 5px 6px; font-size: 8px; }
  .draw-machine-pointer { top: 72px; width: 18px; height: 18px; border-width: 2px; box-shadow: 0 0 0 3px var(--yellow); }
  .draw-reel-track b { height: 54px; font-size: 27px; }
  @keyframes drawReelSpinMobile { 0% { transform: translateY(0); } 20% { transform: translateY(-54px); } 49% { transform: translateY(-137px); } 71% { transform: translateY(-188px); } 85% { transform: translateY(-202px); } 94% { transform: translateY(-212px); } 100% { transform: translateY(-216px); } }
  .ticket-dialog[data-state="drawing"] .draw-reel-track { animation-name: drawReelSpinMobile; }
  .ticket-drawing-flow p { font-size: clamp(29px, 8.7vw, 38px); }
  .ticket-result-flow { padding: 35px 22px; }
  .draw-ticket-main h3 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
