:root {
  --font-sans-jp: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', YuGothic, Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif-jp: 'Hiragino Mincho ProN', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Times New Roman', serif;
  --ink: #0c0b0a;
  --ink-deep: #050504;
  --paper: #efe6d9;
  --paper-light: #f7efe2;
  --smoke: #fff6e7;
  --charcoal-text: #19130f;
  --section-gutter: clamp(22px, 6vw, 110px);
  --section-gutter-wide: clamp(22px, 7vw, 128px);
}
html { scroll-behavior: smooth; }
body.cinema-site {
  margin: 0;
  min-height: 100vh;
  color: var(--paper-light);
  background: var(--ink);
  font-family: var(--font-sans-jp);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .04em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.cinema-site * { box-sizing: border-box; }
.cinema-site a { color: inherit; }
.cinema-site img { display: block; max-width: 100%; }
.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  z-index: 80;
  pointer-events: none;
  background: linear-gradient(90deg, var(--brand, #d9442b), rgba(255,246,231,.82));
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.cinema-site::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background:
    linear-gradient(125deg, transparent 0 28%, rgba(255,255,255,.035) 28% 29%, transparent 29% 57%, rgba(255,255,255,.025) 57% 58%, transparent 58%),
    radial-gradient(circle at 12% 20%, rgba(164,27,21,.18), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(201,139,58,.14), transparent 26%);
  z-index: 0;
}
.cinema-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(22px, 4vw, 72px);
  color: #fff6e7;
  mix-blend-mode: normal;
  transition: background .4s ease, padding .4s ease, border-color .4s ease;
}
.cinema-header.is-scrolled {
  padding-block: 14px;
  background: rgba(10,9,8,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cinema-brand {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .18em;
  color: var(--brand, #d9442b);
  font-size: 15px;
}
.cinema-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(255,246,231,.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.cinema-nav a {
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.16);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}
.cinema-nav a:hover { color: #fff; border-color: rgba(255,255,255,.42); }
.cinema-main { position: relative; z-index: 1; }
.cinema-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: min(20svh, 180px) clamp(22px, 6vw, 110px) clamp(42px, 8vw, 92px);
  overflow: hidden;
  isolation: isolate;
}
.cinema-hero::after {
  content: '';
  position: absolute;
  inset: -12% -8%;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse at 22% 70%, rgba(255,246,231,.16), transparent 30%),
    radial-gradient(ellipse at 46% 54%, rgba(216,58,36,.09), transparent 34%),
    linear-gradient(105deg, transparent 0 38%, rgba(255,246,231,.08) 45%, transparent 54% 100%);
  filter: blur(26px);
  animation: smoke-drift 13s ease-in-out infinite alternate;
}
.hero-copy,
.hero-note,
.scroll-cue { z-index: 1; }
.sizzle-layer {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
  will-change: opacity, transform;
}
.sizzle-layer i {
  position: absolute;
  display: block;
  width: var(--spark-size, 9px);
  height: var(--spark-size, 9px);
  border-radius: 999px;
  opacity: 0;
  background:
    radial-gradient(circle, rgba(255,246,231,.95) 0 18%, rgba(255,171,64,.92) 34%, rgba(216,58,36,.48) 62%, transparent 74%);
  filter: blur(.4px);
  box-shadow:
    0 0 16px rgba(255,126,34,.62),
    0 0 38px rgba(216,58,36,.32);
  animation: spark-rise var(--spark-speed, 4.8s) ease-out infinite;
  animation-delay: var(--spark-delay, 0s);
  will-change: opacity, transform;
}
.motion-ready .sizzle-layer i { animation: none; }
.hero-sizzle {
  left: 38%;
  right: 16%;
  bottom: 8%;
  height: 42%;
  z-index: 0;
  opacity: .62;
}
.hero-sizzle i:nth-child(1) { left: 18%; bottom: 8%; --spark-size: 8px; --spark-delay: -.4s; }
.hero-sizzle i:nth-child(2) { left: 31%; bottom: 2%; --spark-size: 5px; --spark-speed: 5.6s; --spark-delay: -1.7s; }
.hero-sizzle i:nth-child(3) { left: 45%; bottom: 10%; --spark-size: 11px; --spark-speed: 4.1s; --spark-delay: -2.3s; }
.hero-sizzle i:nth-child(4) { left: 58%; bottom: 0; --spark-size: 6px; --spark-speed: 5.2s; --spark-delay: -3.1s; }
.hero-sizzle i:nth-child(5) { left: 72%; bottom: 12%; --spark-size: 9px; --spark-speed: 4.6s; --spark-delay: -1.2s; }
.hero-sizzle i:nth-child(6) { left: 84%; bottom: 5%; --spark-size: 4px; --spark-speed: 5.9s; --spark-delay: -2.8s; }
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: scale(1.06);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6,5,4,.93) 0%, rgba(6,5,4,.64) 36%, rgba(6,5,4,.16) 78%),
    linear-gradient(0deg, #0c0b0a 0%, rgba(12,11,10,.78) 10%, transparent 42%);
}
.theme-actor .hero-shade { background: linear-gradient(90deg, rgba(6,5,4,.92), rgba(6,5,4,.58) 44%, rgba(6,5,4,.08)), linear-gradient(0deg,#0c0b0a,transparent 42%); }
.theme-event .hero-shade { background: linear-gradient(90deg, rgba(7,13,16,.9), rgba(7,13,16,.54) 42%, rgba(7,13,16,.08)), linear-gradient(0deg,#071014,transparent 44%); }
.hero-copy {
  width: min(980px, 100%);
  position: relative;
}
.cinema-kicker {
  color: var(--brand, #d9442b);
  font-family: var(--font-sans-jp);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.cinema-hero h1,
.cinema-section h2,
.big-serif {
  font-family: var(--font-serif-jp);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.06em;
  font-feature-settings: 'palt';
  margin: 0;
}
.cinema-hero h1 { font-size: clamp(54px, 9vw, 142px); max-width: 1080px; }
.jp-line { display: block; }
.cinema-lead {
  width: min(760px, 100%);
  margin: 28px 0 0;
  color: rgba(255,246,231,.82);
  font-size: clamp(17px, 2.05vw, 28px);
  line-height: 1.85;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.cinema-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  text-decoration: none;
  border: 1px solid rgba(255,246,231,.42);
  border-radius: 0;
  color: #fff6e7;
  background: rgba(255,255,255,.04);
  font-weight: 900;
  letter-spacing: .14em;
  font-size: 12px;
}
.cinema-button.primary { background: var(--brand, #d9442b); border-color: var(--brand, #d9442b); color: #fff; }
.theme-yakiniku .cinema-button.primary { animation: ember-pulse 3.8s ease-in-out infinite; }
.hero-note {
  position: absolute;
  right: clamp(18px, 4vw, 80px);
  bottom: clamp(28px, 5vw, 72px);
  writing-mode: vertical-rl;
  color: rgba(255,246,231,.54);
  font-size: 12px;
  letter-spacing: .16em;
}
.scroll-cue {
  position: absolute;
  left: clamp(22px, 6vw, 110px);
  bottom: 22px;
  color: rgba(255,246,231,.46);
  font-size: 11px;
  letter-spacing: .18em;
}
.scroll-cue::after { content: ''; display: inline-block; width: 78px; height: 1px; margin-left: 14px; background: currentColor; vertical-align: middle; transform-origin: 0 50%; animation: cue-line 1.8s ease-in-out infinite; }
.cinema-section {
  position: relative;
  padding: clamp(88px, 12vw, 180px) clamp(22px, 6vw, 110px);
}
.cinema-section h2 { font-size: clamp(40px, 6vw, 94px); max-width: 980px; }
.section-copy {
  width: min(680px, 100%);
  color: rgba(255,246,231,.72);
  font-size: clamp(15px, 1.6vw, 20px);
}
.section-index {
  color: rgba(255,246,231,.2);
  font-family: var(--font-serif-jp);
  font-size: clamp(78px, 13vw, 220px);
  line-height: .8;
  letter-spacing: -.08em;
}
.asym {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(28px, 7vw, 110px);
}
.asym.reverse { flex-direction: row-reverse; }
.asym > * { flex: 1 1 0; }
.cinema-photo {
  position: relative;
  width: min(760px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 28px 100px rgba(0,0,0,.32);
}
.cinema-photo img { width: 100%; height: clamp(360px, 50vw, 680px); object-fit: cover; transform: scale(1.06); }
.float-panel {
  position: relative;
  margin-top: -70px;
  margin-left: clamp(0px, 8vw, 140px);
  width: min(620px, 100%);
  padding: clamp(24px, 4vw, 48px);
  background: rgba(10,9,8,.86);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.float-panel h3,
.story-card h3,
.menu-line b {
  margin: 0 0 14px;
  color: #fff6e7;
  font-size: clamp(23px, 3vw, 40px);
  line-height: 1.22;
  letter-spacing: -.04em;
}
.float-panel p,
.story-card p,
.menu-line span { color: rgba(255,246,231,.68); margin: 0; }
.story-rail {
  display: flex;
  gap: clamp(22px, 3vw, 42px);
  padding: 34px clamp(22px, 6vw, 110px) clamp(88px, 11vw, 150px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.story-card {
  position: relative;
  flex: 0 0 min(540px, 82vw);
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  scroll-snap-align: start;
  overflow: hidden;
  transition: border-color .35s ease, background .35s ease, box-shadow .35s ease;
}
.story-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 18% 18%, rgba(216,58,36,.2), transparent 34%);
  transition: opacity .35s ease;
}
.story-card:hover { border-color: rgba(255,246,231,.34); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.story-card:hover::before { opacity: 1; }
.story-card:nth-child(even) { transform: translateY(68px); }
.menu-stack { width: min(940px, 100%); margin: 50px auto 0; }
.menu-line {
  display: flex;
  align-items: baseline;
  gap: 22px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  padding: 22px 0;
}
.menu-line b { flex: 0 0 auto; min-width: 220px; }
.menu-line span { flex: 1; }
.menu-line i { color: var(--brand, #d9442b); font-style: normal; font-weight: 900; }
.before-after-cinema {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 3vw, 34px);
  margin-top: 54px;
}
.ba-box {
  flex: 1 1 0;
  min-height: 360px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
}
.ba-box.after { background: #f7efe2; color: #15110e; }
.ba-label { color: var(--brand, #d9442b); font-size: 12px; letter-spacing: .18em; font-weight: 900; margin-bottom: 18px; }
.ba-quote { font-family: var(--font-serif-jp); font-size: clamp(28px, 4vw, 58px); line-height: 1.25; letter-spacing: -.05em; margin: 0; }
.ba-note { margin-top: 18px; color: rgba(255,246,231,.58); }
.after .ba-note { color: rgba(21,17,14,.58); }
.cinema-footer {
  padding: 54px clamp(22px, 6vw, 110px);
  color: rgba(255,246,231,.56);
  background: #050504;
  border-top: 1px solid rgba(255,255,255,.08);
}
.cinema-footer a { color: #fff6e7; }
.theme-yakiniku { --brand: #d83a24; }
.theme-yakiniku .cinema-hero h1 {
  max-width: 720px;
  font-size: clamp(40px, 4.7vw, 68px);
  line-height: 1.18;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.theme-yakiniku .cinema-hero h1 .jp-line,
.theme-yakiniku .cinema-section h2 .jp-line,
.theme-yakiniku .manifesto-body h2 .jp-line,
.theme-yakiniku .photo-band-copy h2 .jp-line,
.theme-yakiniku .story-card h3 .jp-line { white-space: nowrap; }
.theme-yakiniku .cinema-section h2 {
  max-width: 900px;
  font-size: clamp(40px, 5.1vw, 82px);
  line-height: 1.14;
  letter-spacing: -.045em;
}
.yakiniku-manifesto {
  position: relative;
  min-height: 78svh;
  display: grid;
  grid-template-columns: minmax(80px, .26fr) minmax(0, 1fr) minmax(220px, .44fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
  padding: clamp(72px, 9vw, 128px) clamp(22px, 7vw, 128px) clamp(82px, 10vw, 140px);
  color: #19130f;
  background:
    linear-gradient(90deg, rgba(0,0,0,.035) 0 1px, transparent 1px 100%),
    #efe6d9;
  background-size: 25% 100%, auto;
}
.manifesto-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(25,19,15,.18);
}
.vertical-claim {
  justify-self: start;
  writing-mode: vertical-rl;
  margin: 0;
  color: rgba(25,19,15,.48);
  font-family: var(--font-serif-jp);
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.7;
  letter-spacing: .18em;
}
.manifesto-body {
  position: relative;
  max-width: 760px;
  z-index: 1;
}
.manifesto-body h2,
.yakiniku-flow h2,
.photo-band-copy h2 {
  font-family: var(--font-serif-jp);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.05;
  margin: 0;
}
.manifesto-body h2 { font-size: clamp(48px, 6.7vw, 104px); }
.manifesto-body p {
  margin: 34px 0 0;
  color: rgba(25,19,15,.72);
  font-size: clamp(16px, 1.65vw, 22px);
  line-height: 2.05;
}
.yakiniku-manifesto blockquote {
  position: relative;
  margin: 0;
  padding: clamp(28px, 5vw, 56px);
  color: #fff6e7;
  background: #18120f;
  box-shadow: 24px 24px 0 rgba(216,58,36,.16);
  font-family: var(--font-serif-jp);
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.35;
  letter-spacing: -.05em;
}
.yakiniku-manifesto blockquote span {
  display: block;
  margin-top: 18px;
  color: rgba(255,246,231,.58);
  font-family: var(--font-sans-jp);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 800;
  letter-spacing: .12em;
}
.yakiniku-scene {
  background:
    radial-gradient(circle at 20% 0%, rgba(216,58,36,.12), transparent 34%),
    #0c0b0a;
}
.yakiniku-photo-band {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #050504;
}
.yakiniku-photo-band::before {
  content: '';
  position: absolute;
  inset: 8% 15% 0 18%;
  z-index: 1;
  pointer-events: none;
  opacity: .23;
  mix-blend-mode: screen;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,246,231,.11) 20px 23px, transparent 25px 46px),
    radial-gradient(ellipse at 54% 70%, rgba(255,132,39,.34), transparent 42%);
  filter: blur(12px);
  transform-origin: 50% 100%;
  animation: heat-haze 2.6s ease-in-out infinite alternate;
}
.yakiniku-photo-band::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .44;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse at 30% 34%, rgba(255,246,231,.16), transparent 28%),
    linear-gradient(105deg, transparent 0 38%, rgba(255,246,231,.12) 45%, transparent 55% 100%);
  filter: blur(22px);
  animation: smoke-drift 11s ease-in-out infinite alternate-reverse;
}
.yakiniku-photo-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(.98) contrast(1.04);
}
.photo-band-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 48% 58%, rgba(255,111,22,.34), rgba(216,58,36,.12) 17%, transparent 34%),
    radial-gradient(ellipse at 44% 62%, rgba(255,220,132,.18), transparent 22%),
    linear-gradient(90deg, rgba(5,5,4,.84), rgba(5,5,4,.45) 45%, rgba(5,5,4,.18)),
    linear-gradient(0deg, rgba(5,5,4,.92), transparent 52%);
  animation: grill-glow 3.6s ease-in-out infinite;
}
.grill-sizzle {
  left: 30%;
  right: 18%;
  bottom: 13%;
  height: 52%;
  z-index: 3;
  opacity: .95;
  filter: saturate(1.32) contrast(1.05);
}
.grill-sizzle::before,
.grill-sizzle::after {
  content: '';
  position: absolute;
  left: 30%;
  bottom: 2%;
  width: 42%;
  height: 58%;
  border-radius: 55% 45% 50% 50%;
  transform-origin: 50% 100%;
  background:
    radial-gradient(ellipse at 50% 88%, rgba(255,255,255,.88), transparent 17%),
    radial-gradient(ellipse at 50% 64%, rgba(255,206,92,.78), transparent 34%),
    radial-gradient(ellipse at 50% 48%, rgba(255,111,22,.58), transparent 56%),
    radial-gradient(ellipse at 50% 30%, rgba(216,58,36,.28), transparent 72%);
  filter: blur(6px);
  opacity: .92;
  box-shadow: 0 0 56px rgba(255,111,22,.34), 0 -18px 62px rgba(255,206,92,.16);
  animation: flame-flicker 1.15s ease-in-out infinite alternate;
}
.grill-sizzle::after {
  left: 50%;
  width: 27%;
  height: 44%;
  opacity: .68;
  animation-duration: .82s;
  animation-delay: -.28s;
}
.grill-sizzle i:nth-child(1) { left: 28%; bottom: 8%; --spark-size: 8px; --spark-speed: 3.7s; --spark-delay: -.2s; }
.grill-sizzle i:nth-child(2) { left: 35%; bottom: 0; --spark-size: 5px; --spark-speed: 4.2s; --spark-delay: -1.4s; }
.grill-sizzle i:nth-child(3) { left: 43%; bottom: 7%; --spark-size: 12px; --spark-speed: 3.4s; --spark-delay: -2s; }
.grill-sizzle i:nth-child(4) { left: 51%; bottom: 3%; --spark-size: 6px; --spark-speed: 4.7s; --spark-delay: -.8s; }
.grill-sizzle i:nth-child(5) { left: 57%; bottom: 10%; --spark-size: 9px; --spark-speed: 3.9s; --spark-delay: -2.7s; }
.grill-sizzle i:nth-child(6) { left: 64%; bottom: 2%; --spark-size: 4px; --spark-speed: 5.2s; --spark-delay: -1.9s; }
.grill-sizzle i:nth-child(7) { left: 70%; bottom: 11%; --spark-size: 7px; --spark-speed: 4.4s; --spark-delay: -3.4s; }
.grill-sizzle i:nth-child(8) { left: 76%; bottom: 4%; --spark-size: 5px; --spark-speed: 5s; --spark-delay: -2.4s; }
.photo-band-copy {
  position: relative;
  z-index: 4;
  width: min(820px, 100%);
  padding: clamp(48px, 9vw, 128px) clamp(22px, 7vw, 128px);
}
.photo-band-copy > span {
  display: block;
  margin-bottom: 18px;
  color: var(--brand, #d83a24);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.photo-band-copy h2 { font-size: clamp(42px, 6vw, 92px); line-height: 1.15; }
.photo-band-copy p {
  width: min(650px, 100%);
  color: rgba(255,246,231,.76);
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 2;
}
.yakiniku-flow {
  color: #19130f;
  background: #efe6d9;
}
.yakiniku-flow h2 { max-width: 900px; font-size: clamp(42px, 5.4vw, 86px); }
.yakiniku-flow .cinema-kicker { color: var(--brand, #d83a24); }
.process-lane {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(38px, 6vw, 76px);
  background: rgba(25,19,15,.16);
  border: 1px solid rgba(25,19,15,.16);
}
.process-lane article {
  position: relative;
  min-height: 300px;
  padding: clamp(22px, 2.8vw, 34px);
  background: #f7efe2;
  overflow: hidden;
}
.process-lane article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(216,58,36,.8), transparent);
  opacity: .28;
  animation: ember-pulse 4.2s ease-in-out infinite;
}
.process-lane span {
  display: block;
  color: rgba(25,19,15,.32);
  font-family: var(--font-serif-jp);
  font-size: clamp(46px, 5vw, 82px);
  line-height: .9;
  letter-spacing: -.08em;
}
.process-lane b {
  display: block;
  margin-top: 28px;
  color: #19130f;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: .1em;
}
.theme-yakiniku .process-lane b { letter-spacing: .04em; }
.process-lane p { color: rgba(25,19,15,.66); margin: 16px 0 0; }
.theme-actor { --brand: #b6a077; background: #0a0a0a; }
.theme-actor .hero-copy { width: min(640px, 100%); }
.theme-actor .cinema-hero h1 {
  max-width: 620px;
  font-size: clamp(36px, 3.8vw, 52px);
  line-height: 1.24;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.theme-actor .cinema-hero h1 .jp-line,
.theme-actor .cinema-section h2 .jp-line { white-space: nowrap; }
.theme-actor .cinema-lead {
  width: min(560px, 100%);
  font-size: clamp(14.5px, 1vw, 16px);
  line-height: 2.02;
}
.theme-actor .cinema-section h2 {
  max-width: 620px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.28;
  letter-spacing: -.025em;
}
.theme-actor .section-copy {
  width: min(560px, 100%);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2.05;
}
.theme-actor .section-index { font-size: clamp(54px, 7.5vw, 110px); }
.theme-actor .story-card h3,
.theme-actor .menu-line b {
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.28;
}
.theme-actor .ba-quote {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.35;
}
.theme-event { --brand: #57a8ad; background: #071014; }
.theme-event .cinema-button.primary { color: #051014; }
@media (min-width: 1024px) {
  body.cinema-site {
    font-size: 16.5px;
    line-height: 1.95;
  }
  .cinema-header {
    padding: 26px clamp(56px, 5.6vw, 108px);
  }
  .cinema-brand { font-size: 14px; letter-spacing: .22em; }
  .cinema-nav { gap: 12px; font-size: 11px; letter-spacing: .14em; }
  .cinema-nav a { padding: 9px 14px; }
  .cinema-hero {
    padding: min(22svh, 210px) clamp(56px, 7vw, 132px) clamp(64px, 8vw, 108px);
  }
  .theme-yakiniku .cinema-hero h1 {
    max-width: 920px;
    font-size: clamp(72px, 6.4vw, 104px);
    line-height: 1.08;
    letter-spacing: -.058em;
  }
  .cinema-lead {
    width: min(780px, 100%);
    font-size: clamp(18px, 1.35vw, 23px);
    line-height: 2.05;
  }
  .cinema-section {
    padding: clamp(112px, 12vw, 188px) clamp(56px, 7vw, 132px);
  }
  .theme-yakiniku .cinema-section h2 {
    font-size: clamp(58px, 5.4vw, 96px);
    line-height: 1.1;
  }
  .section-copy {
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 2.05;
  }
  .story-card {
    flex-basis: min(560px, 46vw);
    min-height: 460px;
  }
  .float-panel h3,
  .story-card h3,
  .menu-line b {
    font-size: clamp(28px, 2.7vw, 46px);
    line-height: 1.18;
  }
  .manifesto-body h2 { font-size: clamp(66px, 6.8vw, 112px); }
  .manifesto-body p { font-size: clamp(17px, 1.3vw, 22px); }
  .yakiniku-photo-band { min-height: 96svh; }
  .photo-band-copy h2 { font-size: clamp(62px, 5.7vw, 100px); line-height: 1.08; }
  .photo-band-copy p { font-size: clamp(17px, 1.35vw, 23px); line-height: 2.05; }
  .process-lane article { min-height: 330px; }
}
@keyframes smoke-drift {
  0% { transform: translate3d(-2%, 1%, 0) scale(1); opacity: .28; }
  50% { transform: translate3d(2%, -1.5%, 0) scale(1.05); opacity: .48; }
  100% { transform: translate3d(4%, -3%, 0) scale(1.09); opacity: .34; }
}
@keyframes ember-pulse {
  0%, 100% { box-shadow: 0 0 0 rgba(216,58,36,0); opacity: 1; }
  50% { box-shadow: 0 0 28px rgba(216,58,36,.28); opacity: .92; }
}
@keyframes cue-line {
  0%, 100% { transform: scaleX(.52); opacity: .34; }
  50% { transform: scaleX(1); opacity: .82; }
}
@keyframes spark-rise {
  0% { transform: translate3d(0, 28px, 0) scale(.55); opacity: 0; }
  14% { opacity: .95; }
  58% { opacity: .7; }
  100% { transform: translate3d(var(--spark-drift, 18px), -132px, 0) scale(1.22); opacity: 0; }
}
@keyframes flame-flicker {
  0% { transform: translate3d(-2%, 2%, 0) rotate(-2deg) scale(.92, .84); opacity: .48; }
  40% { transform: translate3d(2%, -4%, 0) rotate(2deg) scale(1.08, 1.12); opacity: .78; }
  100% { transform: translate3d(-1%, -7%, 0) rotate(-1deg) scale(.98, 1.2); opacity: .64; }
}
@keyframes grill-glow {
  0%, 100% { opacity: .88; filter: saturate(1) contrast(1); }
  50% { opacity: 1; filter: saturate(1.22) contrast(1.04); }
}
@keyframes heat-haze {
  0% { transform: translate3d(-1.5%, 1%, 0) skewX(-3deg) scaleX(.96); opacity: .18; }
  50% { transform: translate3d(1%, -1%, 0) skewX(2deg) scaleX(1.03); opacity: .3; }
  100% { transform: translate3d(2%, -3%, 0) skewX(-1deg) scaleX(1); opacity: .22; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 860px) {
  body.cinema-site {
    font-size: 15px;
    line-height: 1.86;
    letter-spacing: .025em;
  }
  .cinema-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
  }
  .cinema-header.is-scrolled { padding-block: 10px; }
  .cinema-brand { font-size: 13px; letter-spacing: .18em; }
  .cinema-nav {
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    font-size: 11px;
  }
  .cinema-nav::-webkit-scrollbar { display: none; }
  .cinema-nav a {
    flex: 0 0 auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    white-space: nowrap;
  }
  .cinema-hero {
    min-height: 92svh;
    padding: 132px 18px 58px;
  }
  .hero-note,
  .scroll-cue { display: none; }
  .hero-media { transform: scale(1.02); }
  .hero-media img { object-position: 62% center; }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6,5,4,.94) 0%, rgba(6,5,4,.76) 46%, rgba(6,5,4,.22) 100%),
      linear-gradient(0deg, #0c0b0a 0%, rgba(12,11,10,.74) 22%, transparent 58%);
  }
  .hero-sizzle { left: 32%; right: 5%; bottom: 4%; height: 44%; opacity: .5; }
  .theme-yakiniku .cinema-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.13;
    letter-spacing: -.045em;
  }
  .theme-actor .cinema-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.28;
    letter-spacing: -.02em;
  }
  .theme-actor .cinema-hero h1 .jp-line,
  .theme-actor .cinema-section h2 .jp-line { white-space: normal; }
  .theme-actor .cinema-section h2 {
    font-size: clamp(25px, 6.8vw, 34px);
    line-height: 1.32;
    letter-spacing: -.02em;
  }
  .theme-actor .cinema-lead,
  .theme-actor .section-copy {
    font-size: 15px;
    line-height: 1.95;
  }
  .theme-actor .section-index { font-size: clamp(54px, 16vw, 92px); }
  .theme-actor .ba-quote { font-size: clamp(21px, 6.2vw, 30px); }
  .cinema-lead {
    margin-top: 22px;
    width: 100%;
    font-size: 15.5px;
    line-height: 1.9;
  }
  .hero-actions { flex-direction: column; gap: 10px; margin-top: 28px; }
  .cinema-button { width: 100%; min-height: 48px; padding: 13px 16px; }
  .cinema-section {
    padding: 72px 18px;
  }
  .theme-yakiniku .cinema-section h2,
  .manifesto-body h2,
  .yakiniku-flow h2,
  .photo-band-copy h2 {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1.15;
    letter-spacing: -.045em;
  }
  .section-copy,
  .manifesto-body p,
  .photo-band-copy p {
    width: 100%;
    font-size: 15px;
    line-height: 1.95;
  }
  .section-index { font-size: clamp(72px, 22vw, 124px); }
  .asym, .asym.reverse, .before-after-cinema { flex-direction: column; }
  .yakiniku-manifesto {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 80px 18px;
    background-size: 50% 100%, auto;
  }
  .manifesto-line { display: none; }
  .vertical-claim {
    writing-mode: horizontal-tb;
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1.45;
    letter-spacing: .08em;
  }
  .yakiniku-manifesto blockquote {
    padding: 28px 24px;
    font-size: clamp(30px, 8vw, 46px);
    box-shadow: 14px 14px 0 rgba(216,58,36,.14);
  }
  .theme-yakiniku .cinema-hero h1 .jp-line,
  .theme-yakiniku .cinema-section h2 .jp-line,
  .theme-yakiniku .manifesto-body h2 .jp-line,
  .theme-yakiniku .photo-band-copy h2 .jp-line,
  .theme-yakiniku .story-card h3 .jp-line { white-space: normal; }
  .story-rail {
    gap: 16px;
    padding: 24px 18px 82px;
    overflow-x: auto;
  }
  .story-card {
    flex-basis: 84vw;
    min-height: 340px;
    padding: 26px;
  }
  .story-card:nth-child(even) { transform: none; }
  .story-card h3,
  .menu-line b { font-size: clamp(25px, 7.2vw, 36px); }
  .yakiniku-photo-band {
    min-height: 78svh;
    align-items: flex-end;
  }
  .yakiniku-photo-band > img { object-position: 61% center; }
  .photo-band-copy { padding: 48px 18px 54px; }
  .grill-sizzle { left: 24%; right: 4%; bottom: 10%; height: 48%; opacity: .74; }
  .cinema-photo { width: 100%; }
  .cinema-photo img { height: clamp(300px, 72vw, 460px); }
  .menu-stack { margin-top: 34px; }
  .menu-line {
    display: block;
    padding: 24px 0;
  }
  .menu-line b { display: block; min-width: 0; margin-bottom: 10px; }
  .menu-line span { display: block; }
  .menu-line i { display: block; margin-top: 10px; }
  .process-lane {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
  .process-lane article {
    min-height: auto;
    padding: 24px;
  }
  .process-lane span { font-size: 48px; }
  .process-lane b { margin-top: 16px; font-size: 20px; }
  .ba-box { min-height: auto; padding: 28px 24px; }
  .ba-quote { font-size: clamp(30px, 8.5vw, 46px); }
  .cinema-footer { padding: 40px 18px; font-size: 12px; line-height: 1.8; }
}
@media (max-width: 480px) {
  .cinema-hero { padding-top: 118px; }
  .theme-yakiniku .cinema-hero h1 { font-size: clamp(34px, 10.8vw, 46px); }
  .cinema-kicker { font-size: 11px; letter-spacing: .18em; }
  .cinema-lead { font-size: 14.5px; }
  .photo-band-copy { padding-bottom: 44px; }
  .before-after-cinema { gap: 14px; }
}

/* Oasis Devices-inspired refinement for Naomi: sparse nav, pill CTA, black yakiniku-room atmosphere, restrained warm accents. */
.theme-yakiniku {
  --oasis-white: #080705;
  --oasis-soft: #0f0d0a;
  --oasis-card: #17130f;
  --oasis-border: rgba(255,236,214,.14);
  --oasis-muted: rgba(246,239,226,.62);
  --oasis-flow: rgba(255,250,242,.045);
  --oasis-ember: rgba(216,58,36,.16);
  background: var(--oasis-white);
  color: #f7f1e8;
  color-scheme: dark;
}
.theme-yakiniku .cinema-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px clamp(32px, 4vw, 64px);
  color: #fff;
}
.theme-yakiniku .cinema-header.is-scrolled {
  padding-block: 14px;
  color: #f7f1e8;
  background: rgba(8,7,5,.82);
  border-bottom: 1px solid rgba(255,236,214,.1);
  backdrop-filter: blur(20px) saturate(1.08);
}
.theme-yakiniku .cinema-nav {
  justify-self: start;
  gap: clamp(18px, 2.6vw, 34px);
  color: currentColor;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.theme-yakiniku .cinema-nav a {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  opacity: .88;
}
.theme-yakiniku .cinema-nav a:hover { opacity: 1; color: currentColor; }
.theme-yakiniku .cinema-brand {
  justify-self: center;
  color: currentColor;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .34em;
}
.cinema-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 22px;
  border-radius: 999px;
  color: #fff;
  background: #050504;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
}
.theme-yakiniku .cinema-header-cta {
  min-height: 44px;
  padding: 10px 22px 11px;
  border: 1px solid rgba(255,250,242,.24);
  color: #fffaf2;
  background: rgba(255,250,242,.075);
  box-shadow: inset 0 1px 0 rgba(255,250,242,.12), 0 18px 44px rgba(0,0,0,.22);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.theme-yakiniku .cinema-header.is-scrolled .cinema-header-cta {
  color: #fffaf2;
  background: rgba(255,250,242,.085);
  border-color: rgba(255,250,242,.28);
}
.theme-yakiniku .cinema-header-cta::after {
  content: '→';
  margin-left: 9px;
  color: rgba(216,58,36,.95);
  font-size: .92em;
  transform: translateY(-1px);
}
.theme-yakiniku .cinema-header-cta:hover {
  transform: translateY(-1px);
  background: rgba(255,250,242,.12);
  border-color: rgba(255,250,242,.42);
}
.theme-yakiniku .cinema-hero {
  align-items: flex-end;
  justify-content: flex-start;
  padding: min(20svh, 188px) clamp(42px, 6.6vw, 118px) clamp(46px, 7vw, 86px);
}
.theme-yakiniku .cinema-hero::after {
  opacity: .25;
  filter: blur(34px);
}
.theme-yakiniku .hero-shade {
  background:
    linear-gradient(90deg, rgba(5,5,4,.92) 0%, rgba(5,5,4,.62) 38%, rgba(5,5,4,.18) 72%, rgba(5,5,4,.42) 100%),
    linear-gradient(0deg, rgba(5,5,4,.92) 0%, rgba(5,5,4,.4) 24%, transparent 58%);
}
.theme-yakiniku .hero-copy { width: min(720px, 100%); }
.theme-yakiniku .cinema-kicker {
  color: rgba(216,58,36,.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
}
.theme-yakiniku .cinema-hero h1,
.theme-yakiniku .cinema-section h2,
.theme-yakiniku .manifesto-body h2,
.theme-yakiniku .yakiniku-flow h2,
.theme-yakiniku .photo-band-copy h2 {
  font-family: var(--font-sans-jp);
  font-weight: 320;
  letter-spacing: -.045em;
  font-feature-settings: 'palt';
}
.theme-yakiniku .cinema-hero h1 {
  max-width: 690px;
  font-size: clamp(44px, 4.7vw, 72px);
  line-height: 1.16;
}
.theme-yakiniku .cinema-lead {
  width: min(660px, 100%);
  color: rgba(255,255,255,.78);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 2;
  letter-spacing: .02em;
}
.theme-yakiniku .cinema-button {
  min-height: 48px;
  padding: 13px 26px;
  border-radius: 999px;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.06);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.theme-yakiniku .cinema-button.primary {
  color: #11100e;
  background: #fff;
  border-color: #fff;
  animation: none;
}
.theme-yakiniku .cinema-button:hover,
.theme-yakiniku .cinema-button.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
}
.theme-yakiniku .scroll-cue {
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.theme-yakiniku .scroll-cue::after {
  width: 9px;
  height: 9px;
  margin: 0;
  border-right: 1px solid rgba(255,255,255,.78);
  border-bottom: 1px solid rgba(255,255,255,.78);
  background: transparent;
  transform: rotate(45deg);
  animation: none;
}
.theme-yakiniku .yakiniku-manifesto {
  min-height: auto;
  padding: clamp(96px, 12vw, 168px) clamp(40px, 7vw, 124px);
  background: var(--oasis-white);
  background-size: auto;
  color: #f7f1e8;
}
.theme-yakiniku .manifesto-line { background: rgba(255,236,214,.1); }
.theme-yakiniku .vertical-claim {
  color: rgba(246,239,226,.34);
  font-family: var(--font-sans-jp);
  font-weight: 300;
  letter-spacing: .08em;
}
.theme-yakiniku .cinema-section h2,
.theme-yakiniku .manifesto-body h2,
.theme-yakiniku .yakiniku-flow h2,
.theme-yakiniku .photo-band-copy h2 {
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.16;
}
.theme-yakiniku .manifesto-body p { color: var(--oasis-muted); }
.theme-yakiniku .yakiniku-manifesto blockquote {
  border-radius: 28px;
  border: 1px solid rgba(255,236,214,.12);
  background: #100d0a;
  box-shadow: 0 28px 80px rgba(0,0,0,.4);
}
.theme-yakiniku .yakiniku-scene,
.theme-yakiniku #counter,
.theme-yakiniku #review {
  color: #f7f1e8;
  background: var(--oasis-white);
}
.theme-yakiniku .yakiniku-scene .section-index,
.theme-yakiniku #counter .section-index { color: rgba(246,239,226,.1); }
.theme-yakiniku .yakiniku-scene .section-copy,
.theme-yakiniku #counter .section-copy { color: var(--oasis-muted); }
.theme-yakiniku .reservation-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 520px);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
  padding-top: clamp(88px, 9vw, 138px);
  padding-bottom: clamp(92px, 9vw, 142px);
  color: #f7f1e8;
  background:
    radial-gradient(circle at 78% 8%, rgba(216,58,36,.16), transparent 34%),
    linear-gradient(180deg, #0d0b08 0%, #080705 100%);
}
.theme-yakiniku .reservation-copy { max-width: 740px; }
.theme-yakiniku .reservation-section h2 {
  max-width: 720px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.18;
}
.theme-yakiniku .reservation-lead {
  width: min(640px, 100%);
  margin: 26px 0 0;
  color: var(--oasis-muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
}
.theme-yakiniku .reservation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.theme-yakiniku .reservation-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid var(--oasis-border);
  border-radius: 999px;
  color: rgba(246,239,226,.68);
  background: rgba(255,250,242,.05);
  font-size: 12px;
  letter-spacing: .08em;
}
.theme-yakiniku .reservation-form {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3.5vw, 44px);
  border-radius: 28px;
  color: #fff;
  border: 1px solid rgba(255,236,214,.12);
  background: #15110d;
  box-shadow: 0 28px 86px rgba(0,0,0,.42);
}
.theme-yakiniku .reservation-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 4px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.theme-yakiniku .reservation-form-head strong {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .24em;
}
.theme-yakiniku .reservation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.theme-yakiniku .reservation-field {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.theme-yakiniku .reservation-field input,
.theme-yakiniku .reservation-field select,
.theme-yakiniku .reservation-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 13px 15px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font: inherit;
  font-size: 15px;
  letter-spacing: .02em;
  outline: none;
  color-scheme: dark;
}
.theme-yakiniku .reservation-field textarea {
  min-height: 106px;
  resize: vertical;
  line-height: 1.7;
}
.theme-yakiniku .reservation-field input::placeholder,
.theme-yakiniku .reservation-field textarea::placeholder { color: rgba(255,255,255,.38); }
.theme-yakiniku .reservation-field input:focus,
.theme-yakiniku .reservation-field select:focus,
.theme-yakiniku .reservation-field textarea:focus {
  border-color: rgba(255,255,255,.52);
  box-shadow: 0 0 0 4px rgba(255,255,255,.08);
}
.theme-yakiniku .reservation-submit {
  width: 100%;
  margin-top: 4px;
  color: #11100e;
  background: #fff;
  border-color: #fff;
}
.theme-yakiniku .reservation-status {
  margin: -2px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  line-height: 1.8;
}
.theme-yakiniku .reservation-status.is-confirmed { color: rgba(204,242,205,.9); }
.theme-yakiniku .story-rail {
  background: var(--oasis-white);
  padding-top: 16px;
  scrollbar-width: none;
}
.theme-yakiniku .story-rail::-webkit-scrollbar { display: none; }
.theme-yakiniku .story-card {
  min-height: 380px;
  border: 1px solid var(--oasis-border);
  border-radius: 28px;
  background: linear-gradient(180deg, var(--oasis-card), #100d0a);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.theme-yakiniku .story-card::before {
  opacity: 1;
  background:
    radial-gradient(circle at 16% 18%, rgba(216,58,36,.18), transparent 30%),
    linear-gradient(135deg, rgba(255,236,214,.08), transparent 44%);
}
.theme-yakiniku .story-card h3,
.theme-yakiniku .menu-line b {
  color: #f7f1e8;
  font-family: var(--font-sans-jp);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 340;
  letter-spacing: -.04em;
  line-height: 1.25;
}
.theme-yakiniku .story-card p,
.theme-yakiniku .menu-line span { color: var(--oasis-muted); }
.theme-yakiniku .cinema-photo {
  border: 0;
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(0,0,0,.44);
}
.theme-yakiniku .menu-line { border-bottom-color: rgba(255,236,214,.13); }
.theme-yakiniku .menu-line i { color: #f7f1e8; }
.theme-yakiniku .yakiniku-flow {
  padding-top: clamp(82px, 8vw, 122px);
  padding-bottom: clamp(90px, 9vw, 136px);
  background: var(--oasis-soft);
  color: #f7f1e8;
}
.theme-yakiniku .process-lane {
  gap: 14px;
  margin-top: clamp(30px, 4vw, 52px);
  background: transparent;
  border: 0;
}
.theme-yakiniku .process-lane article {
  border: 1px solid var(--oasis-border);
  border-radius: 24px;
  background: #17130f;
  box-shadow: 0 18px 56px rgba(0,0,0,.26);
}
.theme-yakiniku .process-lane article::before { opacity: .16; }
.theme-yakiniku .process-lane span {
  color: rgba(246,239,226,.18);
  font-family: var(--font-sans-jp);
  font-weight: 200;
}
.theme-yakiniku .process-lane p { color: var(--oasis-muted); }
.theme-yakiniku .ba-box {
  border-color: var(--oasis-border);
  border-radius: 28px;
  background: #17130f;
  color: #f7f1e8;
}
.theme-yakiniku .ba-box.after {
  color: #fff;
  border-color: rgba(216,58,36,.32);
  background: #220f0a;
}
.theme-yakiniku .ba-quote {
  font-family: var(--font-sans-jp);
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 320;
  letter-spacing: -.045em;
  line-height: 1.28;
}
.theme-yakiniku .ba-note { color: var(--oasis-muted); }
.theme-yakiniku .after .ba-note { color: rgba(255,255,255,.62); }

.theme-yakiniku #review {
  padding-top: clamp(76px, 7vw, 112px);
  padding-bottom: clamp(88px, 8vw, 128px);
}
.theme-yakiniku #review .review-head { max-width: min(780px, 100%); }
.theme-yakiniku #review h2 {
  max-width: 780px;
  font-size: clamp(34px, 3.35vw, 52px);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.theme-yakiniku #review .before-after-cinema {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
  max-width: min(1120px, 100%);
  margin-top: clamp(34px, 3.4vw, 48px);
}
.theme-yakiniku #review .ba-box {
  min-height: clamp(260px, 25vw, 330px);
  padding: clamp(30px, 3vw, 44px);
}
.theme-yakiniku #review .ba-quote {
  font-size: clamp(24px, 2.45vw, 38px);
  line-height: 1.34;
  letter-spacing: -.035em;
}
.theme-yakiniku #review .ba-note {
  margin-top: 18px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.85;
}

/* Quiet-flow pass: keep the yakiniku black, but let the page breathe like slow smoke. */
body.cinema-site.theme-yakiniku::before {
  opacity: .16;
  background:
    radial-gradient(ellipse at 18% 14%, rgba(255,246,231,.08), transparent 30%),
    radial-gradient(ellipse at 86% 36%, rgba(216,58,36,.12), transparent 34%),
    linear-gradient(118deg, transparent 0 23%, rgba(255,250,242,.055) 32%, transparent 43% 100%);
  animation: quiet-flow-drift 18s ease-in-out infinite alternate;
}
.theme-yakiniku .yakiniku-manifesto,
.theme-yakiniku .yakiniku-scene,
.theme-yakiniku .reservation-section,
.theme-yakiniku #counter,
.theme-yakiniku .yakiniku-flow,
.theme-yakiniku #review {
  isolation: isolate;
  overflow: hidden;
}
.theme-yakiniku .yakiniku-manifesto::after,
.theme-yakiniku .yakiniku-scene::after,
.theme-yakiniku .reservation-section::after,
.theme-yakiniku #counter::after,
.theme-yakiniku .yakiniku-flow::after,
.theme-yakiniku #review::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  opacity: .7;
  background:
    linear-gradient(118deg, transparent 0 25%, var(--oasis-flow) 34%, transparent 46% 100%),
    linear-gradient(180deg, rgba(255,250,242,.024), transparent 18%, transparent 76%, rgba(0,0,0,.28));
  mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 88%, transparent 100%);
}
.theme-yakiniku .yakiniku-manifesto > *,
.theme-yakiniku .yakiniku-scene > *,
.theme-yakiniku .reservation-section > *,
.theme-yakiniku #counter > *,
.theme-yakiniku .yakiniku-flow > *,
.theme-yakiniku #review > * {
  position: relative;
  z-index: 1;
}
.theme-yakiniku .yakiniku-manifesto {
  background:
    radial-gradient(ellipse at 72% 16%, rgba(255,236,214,.045), transparent 38%),
    linear-gradient(180deg, #080705 0%, #0b0907 52%, #080705 100%);
}
.theme-yakiniku .yakiniku-scene,
.theme-yakiniku #counter,
.theme-yakiniku #review {
  background:
    radial-gradient(ellipse at 18% 0%, rgba(216,58,36,.08), transparent 36%),
    linear-gradient(180deg, #080705 0%, #0b0907 56%, #080705 100%);
}
.theme-yakiniku .reservation-section {
  background:
    radial-gradient(ellipse at 76% 10%, rgba(216,58,36,.17), transparent 36%),
    linear-gradient(118deg, transparent 0 30%, rgba(255,250,242,.04) 42%, transparent 54% 100%),
    linear-gradient(180deg, #0d0b08 0%, #080705 100%);
}
.theme-yakiniku .yakiniku-flow {
  background:
    radial-gradient(ellipse at 12% 18%, rgba(255,236,214,.035), transparent 34%),
    linear-gradient(180deg, #0d0b08 0%, #100e0b 50%, #0a0907 100%);
}
.theme-yakiniku .story-rail {
  position: relative;
  background: linear-gradient(180deg, #080705 0%, #090806 100%);
}
.theme-yakiniku .story-card,
.theme-yakiniku .process-lane article,
.theme-yakiniku .ba-box,
.theme-yakiniku .reservation-form {
  border-color: rgba(255,236,214,.16);
  background:
    linear-gradient(180deg, rgba(255,250,242,.06), rgba(255,250,242,.026) 42%, rgba(216,58,36,.035) 100%),
    #100d0a;
  box-shadow: 0 30px 90px rgba(0,0,0,.3);
}
.theme-yakiniku .reservation-form { background-color: #15110d; }
.theme-yakiniku .ba-box.after {
  border-color: rgba(216,58,36,.34);
  background:
    linear-gradient(180deg, rgba(255,236,214,.05), rgba(216,58,36,.055)),
    #220f0a;
}
@keyframes quiet-flow-drift {
  0% { transform: translate3d(-1%, .6%, 0) scale(1); opacity: .12; }
  50% { transform: translate3d(1%, -.5%, 0) scale(1.03); opacity: .2; }
  100% { transform: translate3d(0, .8%, 0) scale(1.01); opacity: .15; }
}

/* Copy-display polish: editorial Japanese hierarchy without button-like fake affordances. */
.theme-yakiniku .yakiniku-manifesto {
  grid-template-columns: minmax(32px, .08fr) minmax(520px, .96fr) minmax(360px, .52fr);
  align-items: center;
  gap: clamp(48px, 6.4vw, 124px);
  min-height: clamp(680px, 78svh, 900px);
}
.theme-yakiniku .manifesto-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 1px;
  pointer-events: none;
  opacity: .55;
  background: linear-gradient(180deg, transparent, rgba(255,236,214,.18) 22%, rgba(216,58,36,.34) 52%, transparent 86%);
}
.theme-yakiniku .vertical-claim {
  min-height: auto;
  justify-self: center;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2.2vw, 26px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(246,239,226,.45);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1;
  letter-spacing: .28em;
  text-shadow: none;
}
.theme-yakiniku .vertical-claim::before {
  content: '';
  display: block;
  width: 1px;
  height: clamp(64px, 10vw, 118px);
  background: linear-gradient(180deg, rgba(216,58,36,.88), rgba(255,236,214,.16), transparent);
}
.theme-yakiniku .vertical-claim span {
  display: block;
  margin: 0;
}
.theme-yakiniku .vertical-claim span:nth-child(2) {
  color: rgba(255,250,242,.74);
}
.theme-yakiniku .manifesto-body {
  max-width: min(790px, 100%);
}
.theme-yakiniku .manifesto-body .copy-display {
  position: relative;
  margin-top: 14px;
  max-width: 740px;
  font-size: clamp(44px, 4.7vw, 72px);
  line-height: 1.14;
  letter-spacing: -.055em;
  font-feature-settings: 'palt';
  text-wrap: balance;
}
.theme-yakiniku .manifesto-body .copy-display::before {
  content: 'NAOMI';
  position: absolute;
  z-index: -1;
  left: -.04em;
  top: -.42em;
  color: rgba(255,250,242,.032);
  font-family: var(--font-sans-jp);
  font-size: clamp(66px, 10vw, 138px);
  font-weight: 800;
  letter-spacing: .18em;
  line-height: .85;
  pointer-events: none;
}
.theme-yakiniku .manifesto-body .copy-display::after {
  content: '';
  display: block;
  width: min(190px, 30vw);
  height: 1px;
  margin-top: clamp(18px, 2.2vw, 30px);
  background: linear-gradient(90deg, rgba(216,58,36,.95), rgba(255,236,214,.26), transparent);
}
.theme-yakiniku .manifesto-body .copy-display-line {
  display: block;
  white-space: nowrap;
}
.theme-yakiniku .manifesto-body .copy-display-line + .copy-display-line {
  padding-left: clamp(34px, 5.2vw, 92px);
  color: rgba(255,250,242,.9);
}
.theme-yakiniku .copy-accent {
  position: relative;
  display: inline-block;
  color: #fffaf2;
  text-shadow: 0 0 44px rgba(216,58,36,.28);
}
.theme-yakiniku .copy-accent::after {
  content: '';
  position: absolute;
  left: .06em;
  right: .02em;
  bottom: .05em;
  height: .12em;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216,58,36,.76), rgba(255,151,74,.28));
}
.theme-yakiniku .manifesto-lead {
  max-width: min(680px, 100%);
  margin-top: clamp(26px, 3vw, 42px);
  color: rgba(246,239,226,.66);
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 2.12;
  letter-spacing: .03em;
  text-wrap: pretty;
}
.theme-yakiniku .copy-shift {
  display: grid;
  grid-template-columns: max-content clamp(58px, 7vw, 112px) max-content;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  width: fit-content;
  max-width: 100%;
  margin-top: clamp(26px, 3.2vw, 42px);
  padding-top: clamp(16px, 2vw, 24px);
  border-top: 1px solid rgba(255,236,214,.13);
  background: transparent;
  color: rgba(246,239,226,.55);
  cursor: default;
}
.theme-yakiniku .copy-shift i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(246,239,226,.16), rgba(216,58,36,.96));
}
.theme-yakiniku .copy-shift-item {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.theme-yakiniku .copy-shift small {
  color: rgba(216,58,36,.9);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.theme-yakiniku .copy-shift b,
.theme-yakiniku .copy-shift strong {
  color: rgba(246,239,226,.52);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .13em;
  white-space: nowrap;
}
.theme-yakiniku .copy-shift strong { color: #fffaf2; }
.theme-yakiniku .copy-callout {
  position: relative;
  min-height: clamp(360px, 34vw, 500px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(38px, 5vw, 66px);
  border-radius: clamp(30px, 3.8vw, 48px);
  background:
    radial-gradient(circle at 22% 18%, rgba(216,58,36,.2), transparent 32%),
    linear-gradient(150deg, rgba(255,236,214,.085), rgba(255,236,214,.018) 34%, rgba(216,58,36,.06) 100%),
    #100d0a;
}
.theme-yakiniku .copy-callout::before {
  content: 'PERSON / COPY';
  position: absolute;
  top: 26px;
  left: 30px;
  color: rgba(255,236,214,.34);
  font-family: var(--font-sans-jp);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .22em;
}
.theme-yakiniku .copy-callout::after {
  content: '';
  position: absolute;
  right: -22%;
  bottom: -22%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216,58,36,.2), transparent 64%);
  filter: blur(10px);
}
.theme-yakiniku .copy-callout .quote-mark {
  position: absolute;
  top: clamp(22px, 3vw, 40px);
  right: clamp(24px, 3.4vw, 48px);
  display: block;
  margin: 0;
  color: rgba(255,236,214,.14);
  font-family: Georgia, serif;
  font-size: clamp(72px, 6.6vw, 112px);
  font-weight: 400;
  line-height: .7;
  letter-spacing: 0;
}
.theme-yakiniku .copy-callout strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fffaf2;
  font-family: var(--font-serif-jp);
  font-size: clamp(44px, 4.1vw, 72px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.14;
  font-feature-settings: 'palt';
}
.theme-yakiniku .copy-callout strong span {
  display: block;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.theme-yakiniku .copy-callout strong span + span {
  padding-left: clamp(34px, 3.5vw, 64px);
  color: #f4dec1;
}
.theme-yakiniku .copy-callout em {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin-top: clamp(26px, 4vw, 46px);
  color: rgba(246,239,226,.62);
  font-style: normal;
  font-family: var(--font-sans-jp);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: .16em;
}
.theme-yakiniku .section-copy {
  position: relative;
  max-width: min(560px, 100%);
  padding: clamp(26px, 3.2vw, 42px);
  border: 1px solid rgba(255,236,214,.13);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,250,242,.052), rgba(255,250,242,.018)),
    #100d0a;
  box-shadow: 0 30px 90px rgba(0,0,0,.24);
}
.theme-yakiniku .section-copy::before {
  content: 'COPY NOTE';
  display: block;
  margin-bottom: 18px;
  color: rgba(216,58,36,.92);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .24em;
}
.theme-yakiniku .section-copy p {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 2.08;
  text-wrap: pretty;
}

@media (max-width: 1100px) {
  .theme-yakiniku .yakiniku-manifesto {
    grid-template-columns: minmax(46px, .14fr) minmax(0, 1fr);
    align-items: start;
  }
  .theme-yakiniku .copy-callout {
    grid-column: 2;
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .theme-yakiniku .yakiniku-manifesto {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
  }
  .theme-yakiniku .manifesto-line { display: none; }
  .theme-yakiniku .vertical-claim {
    min-height: 0;
    width: 100%;
    writing-mode: horizontal-tb;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .14em;
  }
  .theme-yakiniku .manifesto-body .copy-display {
    font-size: clamp(38px, 10vw, 52px);
    line-height: 1.12;
  }
  .theme-yakiniku .manifesto-body .copy-display::before { font-size: clamp(62px, 18vw, 92px); }
  .theme-yakiniku .manifesto-body .copy-display-line + .copy-display-line { padding-left: 28px; }
  .theme-yakiniku .manifesto-body .copy-display-line { white-space: normal; }
  .theme-yakiniku .copy-shift {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    gap: 12px;
  }
  .theme-yakiniku .copy-callout {
    grid-column: 1;
    min-height: 320px;
    padding: 34px 28px;
    border-radius: 28px;
  }
  .theme-yakiniku .copy-callout strong { font-size: clamp(40px, 11vw, 58px); }
  .theme-yakiniku .copy-callout strong span + span { padding-left: 34px; }
  .theme-yakiniku .copy-callout em { max-width: 240px; }
}

@media (max-width: 860px) {
  .theme-yakiniku .cinema-header {
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
    padding: 14px 16px;
  }
  .theme-yakiniku .cinema-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: 13px;
    letter-spacing: .24em;
  }
  .theme-yakiniku .cinema-header-cta {
    grid-column: 2;
    grid-row: 1;
    min-height: 44px;
    padding: 8px 16px;
    font-size: 12px;
  }
  .theme-yakiniku .cinema-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    font-size: 13px;
  }
  .theme-yakiniku .cinema-hero {
    min-height: 92svh;
    padding: 128px 18px 58px;
  }
  .theme-yakiniku .cinema-hero h1 {
    font-size: clamp(32px, 9.4vw, 44px);
    line-height: 1.18;
    letter-spacing: -.04em;
  }
  .theme-yakiniku .cinema-lead {
    color: rgba(255,255,255,.78);
    font-size: 14.5px;
  }
  .theme-yakiniku .hero-actions { flex-direction: row; }
  .theme-yakiniku .cinema-button { width: auto; min-height: 46px; }
  .theme-yakiniku .yakiniku-manifesto { padding: 78px 18px; }
  .theme-yakiniku .manifesto-body h2,
  .theme-yakiniku .cinema-section h2,
  .theme-yakiniku .yakiniku-flow h2,
  .theme-yakiniku .photo-band-copy h2 {
    font-size: clamp(30px, 8.3vw, 40px);
    line-height: 1.22;
    letter-spacing: -.035em;
  }
  .theme-yakiniku .story-card {
    min-height: 320px;
    border-radius: 22px;
  }
  .theme-yakiniku .reservation-section {
    grid-template-columns: 1fr;
    padding: 72px 18px 82px;
  }
  .theme-yakiniku .reservation-section h2 {
    font-size: clamp(30px, 8.1vw, 38px);
    line-height: 1.24;
  }
  .theme-yakiniku .reservation-lead { margin-top: 20px; }
  .theme-yakiniku .reservation-grid { grid-template-columns: 1fr; }
  .theme-yakiniku .reservation-form {
    padding: 26px 20px;
    border-radius: 22px;
  }
  .theme-yakiniku .reservation-form-head { align-items: flex-start; flex-direction: column; }
  .theme-yakiniku .process-lane { gap: 12px; }
  .theme-yakiniku #review {
    padding-top: 72px;
    padding-bottom: 82px;
  }
  .theme-yakiniku #review h2 {
    font-size: clamp(30px, 8.1vw, 38px);
    line-height: 1.24;
  }
  .theme-yakiniku #review .before-after-cinema {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  .theme-yakiniku #review .ba-box {
    min-height: auto;
    padding: 28px 24px;
  }
  .theme-yakiniku #review .ba-quote { font-size: clamp(25px, 7vw, 34px); }
  .theme-yakiniku .ba-box,
  .theme-yakiniku .cinema-photo,
  .theme-yakiniku .process-lane article { border-radius: 22px; }
}

/* Distinct-three pass: stop the seminar LPs from feeling like the same cinematic template. */
body.cinema-site.theme-actor {
  --brand: #1f1d19;
  --actor-paper: #f2eee6;
  --actor-ink: #1f1d19;
  --actor-line: rgba(31,29,25,.18);
  color: var(--actor-ink);
  background: var(--actor-paper);
  color-scheme: light;
}
body.cinema-site.theme-actor::before {
  opacity: .34;
  background:
    linear-gradient(90deg, rgba(31,29,25,.045) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(219,211,197,.22));
}
.theme-actor .scroll-progress { background: #1f1d19; }
.theme-actor .cinema-header {
  color: var(--actor-ink);
  background: rgba(242,238,230,.86);
  border-bottom: 1px solid rgba(31,29,25,.1);
  backdrop-filter: blur(16px);
}
.theme-actor .cinema-header.is-scrolled { background: rgba(242,238,230,.94); }
.theme-actor .cinema-brand {
  color: var(--actor-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .26em;
}
.theme-actor .cinema-nav {
  color: var(--actor-ink);
  gap: clamp(16px, 2.8vw, 38px);
  font-size: 11px;
  letter-spacing: .22em;
}
.theme-actor .cinema-nav a {
  border: 0;
  border-radius: 0;
  padding: 0 0 5px;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.theme-actor .cinema-nav a:hover { color: var(--actor-ink); border-bottom-color: currentColor; }
.theme-actor .cinema-hero {
  min-height: 100svh;
  align-items: center;
  padding: clamp(126px, 15vw, 190px) clamp(28px, 7vw, 112px) clamp(70px, 8vw, 118px);
  color: var(--actor-ink);
  background: linear-gradient(90deg, var(--actor-paper) 0 58%, #ded6c8 58% 100%);
}
.theme-actor .cinema-hero::after { display: none; }
.theme-actor .hero-media {
  z-index: 0;
  inset: clamp(96px, 10vw, 126px) clamp(32px, 7vw, 112px) clamp(50px, 6vw, 82px) auto;
  width: min(38vw, 520px);
  height: auto;
  overflow: hidden;
  transform: none;
  border: 1px solid rgba(31,29,25,.22);
  background: #151515;
  box-shadow: 24px 24px 0 rgba(255,255,255,.68), 0 30px 80px rgba(31,29,25,.16);
}
.theme-actor .hero-media img {
  object-position: 58% center;
  filter: grayscale(.86) contrast(1.05) brightness(.96);
}
.theme-actor .hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, var(--actor-paper) 0%, rgba(242,238,230,.98) 40%, rgba(242,238,230,.28) 62%, rgba(242,238,230,0) 100%);
}
.theme-actor .hero-copy {
  z-index: 2;
  width: min(560px, 100%);
}
.theme-actor .cinema-kicker {
  color: rgba(31,29,25,.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .32em;
}
.theme-actor .cinema-hero h1 {
  max-width: 560px;
  color: var(--actor-ink);
  font-size: clamp(35px, 3.45vw, 50px);
  line-height: 1.28;
  letter-spacing: -.025em;
}
.theme-actor .cinema-lead {
  width: min(520px, 100%);
  color: rgba(31,29,25,.66);
  font-size: clamp(14.5px, 1.05vw, 16px);
  line-height: 2.05;
}
.theme-actor .cinema-button {
  min-height: 46px;
  border-radius: 0;
  border-color: rgba(31,29,25,.32);
  color: var(--actor-ink);
  background: transparent;
  letter-spacing: .16em;
}
.theme-actor .cinema-button.primary {
  color: #f6f1e8;
  background: var(--actor-ink);
  border-color: var(--actor-ink);
}
.theme-actor .hero-note,
.theme-actor .scroll-cue { color: rgba(31,29,25,.46); }
.theme-actor .cinema-section {
  color: var(--actor-ink);
  background: var(--actor-paper);
  border-top: 1px solid rgba(31,29,25,.1);
}
.theme-actor .cinema-section h2 {
  max-width: 620px;
  color: var(--actor-ink);
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.34;
  letter-spacing: -.025em;
}
.theme-actor .section-index {
  color: transparent;
  -webkit-text-stroke: 1px rgba(31,29,25,.18);
  font-family: var(--font-sans-jp);
  font-size: clamp(72px, 13vw, 170px);
  letter-spacing: -.1em;
}
.theme-actor .section-copy {
  width: min(520px, 100%);
  color: rgba(31,29,25,.64);
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 2.05;
}
.theme-actor #works {
  color: #f4efe6;
  background: #181715;
}
.theme-actor #works h2,
.theme-actor #works .menu-line b { color: #f4efe6; }
.theme-actor #works .section-index { -webkit-text-stroke-color: rgba(244,239,230,.22); }
.theme-actor .cinema-photo {
  border: 1px solid rgba(31,29,25,.2);
  border-radius: 0;
  box-shadow: none;
}
.theme-actor #works .cinema-photo { border-color: rgba(244,239,230,.18); }
.theme-actor .cinema-photo img { filter: grayscale(.9) contrast(1.05); }
.theme-actor .menu-line {
  border-bottom-color: rgba(244,239,230,.18);
  gap: clamp(24px, 4vw, 58px);
}
.theme-actor .menu-line b {
  color: var(--actor-ink);
  font-family: var(--font-sans-jp);
  font-size: clamp(18px, 1.55vw, 25px);
  letter-spacing: .08em;
}
.theme-actor .menu-line span { color: rgba(244,239,230,.62); }
.theme-actor .story-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  gap: 1px;
  padding: 0 clamp(28px, 7vw, 112px) clamp(86px, 10vw, 140px);
  background: var(--actor-paper);
}
.theme-actor .story-card,
.theme-actor .story-card:nth-child(even) {
  flex: initial;
  min-height: 280px;
  transform: none;
}
.theme-actor .story-card {
  justify-content: flex-start;
  border: 0;
  border-top: 1px solid rgba(31,29,25,.22);
  border-radius: 0;
  background: rgba(255,255,255,.22);
  box-shadow: none;
  color: var(--actor-ink);
}
.theme-actor .story-card::before { display: none; }
.theme-actor .story-card h3 {
  color: var(--actor-ink);
  font-family: var(--font-serif-jp);
  font-size: clamp(22px, 2vw, 30px);
}
.theme-actor .story-card p { color: rgba(31,29,25,.62); }
.theme-actor #review { background: #fbfaf7; }
.theme-actor .before-after-cinema { gap: 0; border: 1px solid rgba(31,29,25,.18); }
.theme-actor .ba-box {
  min-height: 300px;
  border: 0;
  border-right: 1px solid rgba(31,29,25,.18);
  background: transparent;
  color: var(--actor-ink);
}
.theme-actor .ba-box.after {
  color: #f7f1e8;
  background: #1f1d19;
}
.theme-actor .ba-label { color: rgba(31,29,25,.54); }
.theme-actor .after .ba-label { color: rgba(247,241,232,.58); }
.theme-actor .ba-quote {
  color: inherit;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.48;
}
.theme-actor .ba-note { color: rgba(31,29,25,.58); }
.theme-actor .after .ba-note { color: rgba(247,241,232,.64); }
.theme-actor .cinema-footer {
  color: rgba(31,29,25,.58);
  background: #eee7dc;
  border-top-color: rgba(31,29,25,.12);
}
.theme-actor .cinema-footer a { color: var(--actor-ink); }

body.cinema-site.theme-event {
  --brand: #ffd447;
  --event-ink: #2b2140;
  --event-sky: #1d1748;
  --event-cream: #fff2c4;
  color: var(--event-ink);
  background: #fff6d9;
  color-scheme: light;
}
body.cinema-site.theme-event::before {
  opacity: .5;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,211,71,.3), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(93,218,214,.28), transparent 26%),
    radial-gradient(circle at 66% 82%, rgba(255,128,91,.24), transparent 24%);
}
.theme-event .scroll-progress { background: linear-gradient(90deg, #ff7f5c, #ffd447, #5ddad6); }
.theme-event .cinema-header {
  color: var(--event-ink);
  background: rgba(255,246,217,.88);
  border-bottom: 1px solid rgba(43,33,64,.08);
  backdrop-filter: blur(18px) saturate(1.12);
}
.theme-event .cinema-header.is-scrolled { background: rgba(255,246,217,.95); }
.theme-event .cinema-brand {
  color: var(--event-ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}
.theme-event .cinema-nav { color: var(--event-ink); gap: 9px; }
.theme-event .cinema-nav a {
  min-height: 38px;
  border: 1px solid rgba(43,33,64,.14);
  color: var(--event-ink);
  background: rgba(255,255,255,.42);
  box-shadow: 0 8px 24px rgba(43,33,64,.06);
}
.theme-event .cinema-nav a:hover { color: var(--event-ink); border-color: rgba(43,33,64,.34); }
.theme-event .cinema-hero {
  min-height: 100svh;
  align-items: flex-end;
  padding: clamp(128px, 15vw, 190px) clamp(20px, 5.6vw, 86px) clamp(58px, 7vw, 92px);
  color: #fff;
  background: var(--event-sky);
}
.theme-event .cinema-hero::after {
  opacity: .78;
  filter: blur(34px);
  background:
    radial-gradient(circle at 18% 72%, rgba(255,212,71,.42), transparent 26%),
    radial-gradient(circle at 76% 18%, rgba(93,218,214,.34), transparent 30%),
    linear-gradient(120deg, rgba(255,127,92,.28), transparent 48%);
  animation: smoke-drift 18s ease-in-out infinite alternate;
}
.theme-event .hero-media { transform: scale(1.02); }
.theme-event .hero-media img { object-position: 54% center; filter: saturate(1.18) contrast(1.02); }
.theme-event .hero-shade {
  background:
    linear-gradient(90deg, rgba(29,23,72,.88) 0%, rgba(29,23,72,.46) 46%, rgba(255,127,92,.16) 100%),
    linear-gradient(0deg, rgba(29,23,72,.92) 0%, rgba(29,23,72,.34) 38%, transparent 72%);
}
.theme-event .hero-copy {
  width: min(820px, 100%);
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: clamp(28px, 4vw, 44px);
  color: var(--event-ink);
  background: linear-gradient(135deg, rgba(255,246,210,.94), rgba(255,255,255,.72));
  box-shadow: 0 30px 100px rgba(29,23,72,.28);
  backdrop-filter: blur(14px) saturate(1.08);
}
.theme-event .cinema-kicker {
  color: #df5f35;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}
.theme-event .cinema-hero h1,
.theme-event .cinema-section h2 {
  color: var(--event-ink);
  font-family: var(--font-sans-jp);
  font-weight: 900;
  letter-spacing: -.07em;
  font-feature-settings: 'palt';
}
.theme-event .cinema-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 1.05;
}
.theme-event .cinema-hero h1 .jp-line,
.theme-event .cinema-section h2 .jp-line { white-space: nowrap; }
.theme-event .cinema-lead {
  width: min(660px, 100%);
  color: rgba(43,33,64,.72);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.95;
}
.theme-event .cinema-button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  color: var(--event-ink);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 28px rgba(43,33,64,.12);
  letter-spacing: .08em;
}
.theme-event .cinema-button.primary {
  color: var(--event-ink);
  background: #ffd447;
  border-color: #ffd447;
}
.theme-event .hero-note,
.theme-event .scroll-cue { color: rgba(255,246,217,.72); }
.theme-event .cinema-section {
  color: var(--event-ink);
  background: #fff6d9;
}
.theme-event #story {
  background:
    radial-gradient(circle at 12% 12%, rgba(255,212,71,.34), transparent 24%),
    #fff6d9;
}
.theme-event .cinema-section h2 {
  max-width: 860px;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.08;
}
.theme-event .section-index {
  color: rgba(255,127,92,.22);
  font-family: var(--font-sans-jp);
  font-weight: 900;
  letter-spacing: -.12em;
}
.theme-event .section-copy {
  color: rgba(43,33,64,.7);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
}
.theme-event .story-rail {
  gap: clamp(16px, 2.4vw, 30px);
  padding-top: clamp(26px, 4vw, 58px);
  background: linear-gradient(180deg, #fff6d9 0%, #ffeaa8 100%);
  scrollbar-color: rgba(43,33,64,.28) transparent;
}
.theme-event .story-card,
.theme-event .story-card:nth-child(even) { transform: none; }
.theme-event .story-card {
  min-height: 340px;
  border: 0;
  border-radius: 36px;
  color: var(--event-ink);
  background: #fff;
  box-shadow: 0 22px 54px rgba(43,33,64,.13);
}
.theme-event .story-card:nth-child(1) { background: #ffd447; }
.theme-event .story-card:nth-child(2) { background: #5ddad6; }
.theme-event .story-card:nth-child(3) { background: #ff936d; }
.theme-event .story-card:nth-child(4) { background: #fff7df; }
.theme-event .story-card::before {
  opacity: .7;
  background: radial-gradient(circle at 80% 18%, rgba(255,255,255,.72), transparent 28%);
}
.theme-event .story-card h3,
.theme-event .menu-line b {
  color: var(--event-ink);
  font-family: var(--font-sans-jp);
  font-size: clamp(23px, 2.35vw, 36px);
  font-weight: 900;
  letter-spacing: -.05em;
}
.theme-event .story-card p,
.theme-event .menu-line span { color: rgba(43,33,64,.72); }
.theme-event #route {
  color: #fff6d9;
  background:
    radial-gradient(circle at 76% 18%, rgba(93,218,214,.24), transparent 28%),
    linear-gradient(180deg, #30205e 0%, #1d1748 100%);
}
.theme-event #route h2,
.theme-event #route .menu-line b { color: #fff6d9; }
.theme-event #route .section-index { color: rgba(255,246,217,.14); }
.theme-event #route .menu-line { border-bottom-color: rgba(255,246,217,.2); }
.theme-event #route .menu-line span { color: rgba(255,246,217,.72); }
.theme-event .cinema-photo {
  border: 0;
  border-radius: 44px 44px 44px 10px;
  box-shadow: 0 28px 80px rgba(29,23,72,.26);
}
.theme-event #review { background: #fff6d9; }
.theme-event .before-after-cinema { gap: clamp(18px, 3vw, 34px); }
.theme-event .ba-box {
  border: 0;
  border-radius: 34px;
  color: var(--event-ink);
  background: rgba(255,255,255,.72);
  box-shadow: 0 22px 60px rgba(43,33,64,.1);
}
.theme-event .ba-box.after {
  color: var(--event-ink);
  background: linear-gradient(135deg, #ffd447, #ff936d 56%, #5ddad6);
}
.theme-event .ba-label { color: rgba(43,33,64,.62); }
.theme-event .ba-quote {
  color: inherit;
  font-family: var(--font-sans-jp);
  font-size: clamp(26px, 3.1vw, 46px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.06em;
}
.theme-event .ba-note,
.theme-event .after .ba-note { color: rgba(43,33,64,.68); }
.theme-event .cinema-footer {
  color: rgba(255,246,217,.66);
  background: #1d1748;
  border-top: 0;
}
.theme-event .cinema-footer a { color: #fff6d9; }

@media (max-width: 860px) {
  .theme-actor .cinema-header,
  .theme-event .cinema-header { align-items: flex-start; flex-direction: column; }
  .theme-actor .cinema-nav a { min-height: 36px; align-items: center; }
  .theme-actor .cinema-hero {
    min-height: auto;
    padding: 124px 18px 64px;
    background: var(--actor-paper);
  }
  .theme-actor .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: min(440px, 78vw);
    margin: 0 0 34px;
    box-shadow: 12px 12px 0 rgba(255,255,255,.74);
  }
  .theme-actor .cinema-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .theme-actor .hero-shade { display: none; }
  .theme-actor .hero-copy { width: 100%; }
  .theme-actor .cinema-hero h1 {
    font-size: clamp(28px, 7.4vw, 36px);
    line-height: 1.34;
  }
  .theme-actor .cinema-section h2 { font-size: clamp(25px, 6.8vw, 34px); }
  .theme-actor .story-rail { grid-template-columns: 1fr; padding: 0 18px 74px; }
  .theme-actor .story-card { min-height: auto; padding: 28px 0; }
  .theme-actor .before-after-cinema { display: block; }
  .theme-actor .ba-box { border-right: 0; border-bottom: 1px solid rgba(31,29,25,.16); }

  .theme-event .cinema-hero { padding: 128px 18px 58px; }
  .theme-event .hero-copy {
    padding: 24px 20px;
    border-radius: 28px;
  }
  .theme-event .cinema-hero h1 {
    font-size: clamp(34px, 9.4vw, 48px);
    line-height: 1.1;
  }
  .theme-event .cinema-hero h1 .jp-line,
  .theme-event .cinema-section h2 .jp-line { white-space: normal; }
  .theme-event .cinema-section h2 {
    font-size: clamp(30px, 8.6vw, 44px);
    line-height: 1.15;
  }
  .theme-event .story-card {
    flex-basis: 84vw;
    min-height: 300px;
    border-radius: 28px;
  }
  .theme-event .cinema-photo { border-radius: 30px 30px 30px 8px; }
  .theme-event .ba-box { border-radius: 26px; }
}

/* Forest Adventure reference pass: borrow the outdoor energy, green terrain, and compact white nav without cloning the source site. */
body.cinema-site.theme-forest {
  --brand: #ff8a00;
  --forest-ink: #073f31;
  --forest-deep: #006d45;
  --forest-green: #58bf16;
  --forest-green-2: #1b9a61;
  --forest-mint: #e9fff8;
  --forest-yellow: #ffc629;
  --forest-orange: #ff6f12;
  color: var(--forest-ink);
  background: #fffdf2;
  color-scheme: light;
}
body.cinema-site.theme-forest::before {
  opacity: .2;
  background:
    radial-gradient(circle at 12% 16%, rgba(88,191,22,.2), transparent 22%),
    radial-gradient(circle at 84% 70%, rgba(0,109,69,.14), transparent 26%),
    linear-gradient(120deg, transparent 0 30%, rgba(7,63,49,.035) 30% 31%, transparent 31% 100%);
}
.theme-forest .scroll-progress { background: linear-gradient(90deg, var(--forest-green), var(--forest-yellow), var(--forest-orange)); }
.theme-forest .cinema-header {
  color: #fff;
  background: transparent;
  border-bottom: 0;
  padding: 26px clamp(22px, 4vw, 54px);
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.theme-forest .cinema-header.is-scrolled {
  color: #fff;
  background: rgba(0,80,50,.9);
  border-bottom: 0;
  box-shadow: 0 12px 34px rgba(0,64,49,.22);
}
.theme-forest .cinema-brand {
  color: #fff;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 1000;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.theme-forest .cinema-nav {
  color: #fff;
  gap: clamp(16px, 2vw, 30px);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}
.theme-forest .cinema-nav a {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.theme-forest .cinema-nav a:hover { color: var(--forest-yellow); }
.theme-forest .cinema-hero {
  min-height: 96svh;
  align-items: flex-end;
  padding: clamp(118px, 15vw, 176px) clamp(30px, 6vw, 96px) clamp(138px, 16vw, 226px);
  color: #fff;
  background: var(--forest-deep);
}
.theme-forest .cinema-hero::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 2;
  height: clamp(112px, 18vw, 242px);
  pointer-events: none;
  background:
    linear-gradient(12deg, rgba(0,100,60,.2), transparent 42%),
    linear-gradient(180deg, #65c81c 0%, #45b917 100%);
  clip-path: polygon(0 42%, 7% 53%, 17% 24%, 26% 47%, 38% 28%, 51% 52%, 64% 24%, 76% 47%, 91% 22%, 100% 42%, 100% 100%, 0 100%);
  filter: drop-shadow(0 -12px 18px rgba(0,85,44,.2));
}
.theme-forest .cinema-hero::after {
  z-index: 1;
  inset: 0;
  opacity: .55;
  mix-blend-mode: multiply;
  filter: none;
  background:
    linear-gradient(90deg, rgba(0,56,38,.72) 0%, rgba(0,56,38,.24) 42%, rgba(0,56,38,.05) 100%),
    linear-gradient(0deg, rgba(0,92,45,.58) 0%, transparent 45%);
  animation: none;
}
.theme-forest .hero-media { transform: scale(1.01); }
.theme-forest .hero-media img {
  object-position: 58% center;
  filter: saturate(1.35) contrast(1.04) brightness(1.06);
}
.theme-forest .hero-shade {
  z-index: 0;
  background:
    radial-gradient(circle at 20% 38%, rgba(255,255,255,.2), transparent 22%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,65,35,.2));
}
.theme-forest .hero-copy {
  z-index: 3;
  width: min(760px, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: 0 5px 32px rgba(0,60,34,.34);
}
.theme-forest .cinema-kicker {
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}
.theme-forest .cinema-hero h1 {
  max-width: 720px;
  color: #fff;
  font-family: var(--font-sans-jp);
  font-size: clamp(62px, 9.1vw, 118px);
  font-weight: 1000;
  line-height: .93;
  letter-spacing: -.09em;
}
.theme-forest .cinema-lead {
  width: min(650px, 100%);
  color: rgba(255,255,255,.86);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.9;
}
.theme-forest .hero-actions {
  position: relative;
  z-index: 4;
  gap: 10px;
  margin-top: 30px;
}
.theme-forest .cinema-button {
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  color: var(--forest-ink);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,64,49,.18);
  font-weight: 1000;
  letter-spacing: .04em;
}
.theme-forest .cinema-button.primary {
  color: #fff;
  background: var(--forest-orange);
}
.theme-forest .hero-note,
.theme-forest .scroll-cue {
  z-index: 3;
  color: rgba(255,255,255,.72);
}
.theme-forest #story {
  min-height: 72svh;
  color: #fff;
  background:
    radial-gradient(circle at 70% 18%, rgba(255,198,41,.26), transparent 20%),
    linear-gradient(180deg, #4fbd17 0%, #23a356 58%, #03845f 100%);
}
.theme-forest #story::after {
  content: '';
  position: absolute;
  inset: auto 0 -1px 0;
  height: clamp(70px, 9vw, 130px);
  pointer-events: none;
  background: var(--forest-mint);
  clip-path: polygon(0 62%, 9% 78%, 20% 42%, 34% 62%, 48% 36%, 63% 60%, 78% 34%, 91% 56%, 100% 42%, 100% 100%, 0 100%);
}
.theme-forest #story h2,
.theme-forest #story .section-copy { color: #fff; }
.theme-forest #story .section-copy p { color: rgba(255,255,255,.82); font-weight: 700; }
.theme-forest .cinema-section h2 {
  max-width: 780px;
  font-family: var(--font-sans-jp);
  font-size: clamp(42px, 5.3vw, 78px);
  font-weight: 1000;
  line-height: 1.02;
  letter-spacing: -.08em;
}
.theme-forest .section-index {
  color: rgba(255,255,255,.22);
  font-family: var(--font-sans-jp);
  font-weight: 1000;
  letter-spacing: -.12em;
}
.theme-forest .story-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: clamp(14px, 2vw, 24px);
  overflow: visible;
  padding: clamp(34px, 6vw, 86px) clamp(22px, 7vw, 112px) clamp(84px, 12vw, 160px);
  background:
    radial-gradient(circle at 50% -10%, rgba(255,255,255,.24), transparent 34%),
    linear-gradient(180deg, #03845f 0%, #0a7c61 100%);
  scrollbar-width: none;
}
.theme-forest .story-rail::-webkit-scrollbar { display: none; }
.theme-forest .story-card,
.theme-forest .story-card:nth-child(even) { transform: none; }
.theme-forest .story-card {
  min-height: clamp(210px, 22vw, 300px);
  justify-content: flex-start;
  padding: clamp(24px, 3vw, 34px);
  border: 0;
  border-radius: 28px;
  color: var(--forest-ink);
  background: #fff;
  box-shadow: 0 22px 48px rgba(0,64,49,.18);
}
.theme-forest .story-card:nth-child(1) { margin-top: 34px; }
.theme-forest .story-card:nth-child(2) { background: #ffefaa; }
.theme-forest .story-card:nth-child(3) { margin-top: 68px; background: #e8fff7; }
.theme-forest .story-card:nth-child(4) { background: #fff; }
.theme-forest .story-card::before {
  content: '';
  inset: 18px auto auto 18px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  opacity: 1;
  background: var(--forest-orange);
  box-shadow: 0 0 0 8px rgba(255,111,18,.14);
}
.theme-forest .story-card h3 {
  margin-top: 36px;
  color: var(--forest-ink);
  font-family: var(--font-sans-jp);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 1000;
  letter-spacing: -.04em;
}
.theme-forest .story-card p { color: rgba(7,63,49,.72); font-weight: 700; }
.theme-forest #route {
  color: var(--forest-ink);
  background:
    radial-gradient(ellipse at 70% 18%, rgba(88,191,22,.18), transparent 30%),
    linear-gradient(180deg, var(--forest-mint) 0%, #fffdf2 100%);
}
.theme-forest #route h2,
.theme-forest #route .menu-line b { color: var(--forest-ink); }
.theme-forest #route .section-index { color: rgba(7,63,49,.1); }
.theme-forest .cinema-photo {
  border: 12px solid #fff;
  border-radius: 34px;
  box-shadow: 0 26px 80px rgba(0,64,49,.16);
}
.theme-forest .cinema-photo img { filter: saturate(1.2) contrast(1.03); }
.theme-forest .menu-stack { margin-top: 34px; }
.theme-forest .menu-line {
  display: grid;
  grid-template-columns: minmax(116px, .48fr) minmax(220px, 1fr);
  align-items: center;
  padding: 20px clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(0,109,69,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 42px rgba(0,64,49,.08);
}
.theme-forest .menu-line b {
  min-width: 180px;
  margin: 0;
  font-family: var(--font-sans-jp);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 1000;
}
.theme-forest #route .menu-line span,
.theme-forest .menu-line span { min-width: 0; color: rgba(7,63,49,.82); font-weight: 800; }
.theme-forest #review {
  color: var(--forest-ink);
  background: #fffdf2;
}
.theme-forest #review h2 { color: var(--forest-ink); }
.theme-forest #review .cinema-kicker { color: var(--forest-orange); }
.theme-forest .before-after-cinema { gap: clamp(18px, 3vw, 34px); }
.theme-forest .ba-box {
  border: 0;
  border-radius: 30px;
  color: var(--forest-ink);
  background: #f0f8dd;
  box-shadow: 0 18px 54px rgba(0,64,49,.1);
}
.theme-forest .ba-box.after {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,198,41,.28), transparent 28%),
    linear-gradient(135deg, #0a7c61, #56bf16);
}
.theme-forest .ba-label { color: var(--forest-orange); }
.theme-forest .after .ba-label { color: rgba(255,255,255,.72); }
.theme-forest .ba-quote {
  color: inherit;
  font-family: var(--font-sans-jp);
  font-size: clamp(28px, 3.8vw, 56px);
  font-weight: 1000;
  line-height: 1.12;
}
.theme-forest .ba-note { color: rgba(7,63,49,.62); }
.theme-forest .after .ba-note { color: rgba(255,255,255,.72); }
.theme-forest .cinema-footer {
  color: rgba(255,255,255,.78);
  background: var(--forest-ink);
  border-top: 0;
}
.theme-forest .cinema-footer a { color: #fff; }

@media (max-width: 860px) {
  .theme-forest .cinema-header {
    padding: 18px;
    color: #fff;
    background: rgba(0,80,50,.55);
    text-shadow: none;
  }
  .theme-forest .cinema-brand { font-size: 18px; letter-spacing: -.02em; }
  .theme-forest .cinema-nav {
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
    font-size: 12px;
  }
  .theme-forest .cinema-nav a {
    flex: 0 0 auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
  .theme-forest .cinema-hero {
    min-height: 86svh;
    padding: 150px 18px 128px;
  }
  .theme-forest .cinema-hero::before { height: 118px; }
  .theme-forest .hero-media img { object-position: 60% center; }
  .theme-forest .cinema-hero h1 {
    font-size: clamp(48px, 16vw, 68px);
    line-height: .96;
  }
  .theme-forest .cinema-lead { font-size: 14.5px; line-height: 1.82; }
  .theme-forest .hero-actions { margin-top: 24px; }
  .theme-forest .cinema-button { min-height: 44px; padding: 10px 18px; }
  .theme-forest .cinema-section h2 {
    font-size: clamp(32px, 9.8vw, 46px);
    line-height: 1.12;
  }
  .theme-forest .cinema-hero h1 .jp-line,
  .theme-forest .cinema-section h2 .jp-line { white-space: normal; }
  .theme-forest #story { min-height: auto; }
  .theme-forest .story-rail {
    grid-template-columns: 1fr;
    padding: 32px 18px 86px;
  }
  .theme-forest .story-card,
  .theme-forest .story-card:nth-child(1),
  .theme-forest .story-card:nth-child(3) { margin-top: 0; }
  .theme-forest .story-card { min-height: auto; border-radius: 24px; }
  .theme-forest .cinema-photo { border-width: 8px; border-radius: 26px; }
  .theme-forest .menu-line {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
  .theme-forest .menu-line i { grid-column: auto; }
  .theme-forest .menu-line b { min-width: 0; }
  .theme-forest .before-after-cinema { display: grid; }
}

/* Actor dossier pass: make actor-naomi a casting/editorial dossier, not another section-card LP. */
body.cinema-site.actor-dossier {
  --brand: #1c1b18;
  --actor-paper: #f7f4ee;
  --actor-paper-2: #ebe4d8;
  --actor-ink: #1c1b18;
  --actor-muted: rgba(28,27,24,.58);
  --actor-line: rgba(28,27,24,.16);
  color: var(--actor-ink);
  background: var(--actor-paper);
}
body.cinema-site.actor-dossier::before {
  opacity: .22;
  background:
    linear-gradient(90deg, rgba(28,27,24,.055) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(224,216,202,.26));
}
.actor-dossier .scroll-progress { background: #1c1b18; }
.actor-dossier .cinema-header {
  padding: 26px clamp(26px, 5vw, 84px);
  color: var(--actor-ink);
  background: rgba(247,244,238,.9);
  border-bottom: 1px solid var(--actor-line);
  box-shadow: none;
}
.actor-dossier .cinema-header.is-scrolled { background: rgba(247,244,238,.96); }
.actor-dossier .cinema-brand {
  color: var(--actor-ink);
  font-size: 12px;
  letter-spacing: .32em;
  font-weight: 900;
}
.actor-dossier .cinema-nav { gap: clamp(14px, 2.4vw, 34px); font-size: 10.5px; letter-spacing: .24em; }
.actor-dossier .cinema-nav a {
  min-height: auto;
  padding: 0 0 5px;
  color: var(--actor-ink);
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
}
.actor-dossier .cinema-nav a:hover { color: var(--actor-ink); border-bottom-color: currentColor; }
.actor-dossier .actor-cover {
  min-height: 100svh;
  display: block;
  padding: clamp(116px, 11vw, 164px) clamp(22px, 5vw, 84px) clamp(46px, 6vw, 86px);
  overflow: hidden;
  color: var(--actor-ink);
  background:
    linear-gradient(90deg, var(--actor-paper) 0 62%, #161513 62% 100%);
}
.actor-dossier .actor-cover::after,
.actor-dossier .hero-shade { display: none; }
.actor-layout-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(340px, .62fr);
  grid-template-rows: auto minmax(80px, auto);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  min-height: calc(100svh - clamp(190px, 20vw, 260px));
}
.actor-nameplate {
  position: absolute;
  left: clamp(12px, 3vw, 50px);
  bottom: clamp(20px, 2.8vw, 48px);
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(28,27,24,.12);
  font-family: var(--font-sans-jp);
  font-size: clamp(96px, 18vw, 292px);
  font-weight: 1000;
  letter-spacing: -.13em;
  line-height: .72;
  pointer-events: none;
}
.actor-copy {
  position: relative;
  z-index: 3;
  width: min(650px, 100%);
  align-self: center;
}
.actor-dossier .cinema-kicker,
.actor-section-label,
.actor-scenes-heading span {
  color: rgba(28,27,24,.48);
  font-family: var(--font-sans-jp);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.actor-dossier .cinema-hero h1 {
  max-width: 640px;
  color: var(--actor-ink);
  font-size: clamp(44px, 5vw, 82px);
  line-height: 1.08;
  letter-spacing: -.05em;
}
.actor-dossier .cinema-hero h1 .jp-line,
.actor-dossier .actor-statement h2 .jp-line,
.actor-dossier .actor-review h2 .jp-line { white-space: nowrap; }
.actor-dossier .cinema-lead {
  width: min(600px, 100%);
  color: var(--actor-muted);
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 2.04;
}
.actor-dossier .hero-actions { gap: 0; margin-top: 36px; }
.actor-dossier .cinema-button {
  min-height: 48px;
  border-radius: 0;
  border-color: var(--actor-line);
  color: var(--actor-ink);
  background: transparent;
  box-shadow: none;
  letter-spacing: .16em;
}
.actor-dossier .cinema-button + .cinema-button { border-left: 0; }
.actor-dossier .cinema-button.primary {
  color: var(--actor-paper);
  background: var(--actor-ink);
  border-color: var(--actor-ink);
}
.actor-dossier .hero-media.actor-portrait {
  position: relative;
  inset: auto;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: min(520px, 100%);
  height: min(68svh, 710px);
  justify-self: center;
  overflow: hidden;
  transform: none;
  border: 1px solid rgba(247,244,238,.32);
  background: #111;
  box-shadow: -24px 24px 0 rgba(247,244,238,.14);
}
.actor-dossier .hero-media.actor-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: grayscale(1) contrast(1.1) brightness(.95);
}
.actor-spec {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(740px, 100%);
  margin: 0;
  border-top: 1px solid var(--actor-line);
  border-bottom: 1px solid var(--actor-line);
}
.actor-spec div { padding: 18px 18px 18px 0; border-right: 1px solid var(--actor-line); }
.actor-spec div:last-child { border-right: 0; }
.actor-spec dt {
  color: rgba(28,27,24,.42);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.actor-spec dd { margin: 8px 0 0; color: var(--actor-ink); font-size: 14px; letter-spacing: .08em; }
.actor-dossier .hero-note { z-index: 3; color: rgba(247,244,238,.5); }
.actor-dossier .scroll-cue { z-index: 3; color: rgba(28,27,24,.38); }
.actor-statement {
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(360px, .78fr) minmax(320px, .48fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
  padding: clamp(96px, 12vw, 170px) clamp(22px, 6vw, 104px);
  color: var(--actor-ink);
  background: var(--actor-paper);
  border-top: 1px solid var(--actor-line);
}
.actor-statement h2,
.actor-facts h2,
.actor-review h2 {
  margin: 0;
  color: var(--actor-ink);
  font-family: var(--font-serif-jp);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.055em;
  font-feature-settings: 'palt';
}
.actor-statement-copy p {
  width: min(680px, 100%);
  margin: 30px 0 0;
  color: var(--actor-muted);
  font-size: clamp(15.5px, 1.2vw, 19px);
  line-height: 2.1;
}
.actor-silence-board {
  display: grid;
  border: 1px solid var(--actor-line);
  background: rgba(255,255,255,.32);
}
.actor-silence-board span {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--actor-line);
  font-family: var(--font-serif-jp);
  font-size: clamp(30px, 3.8vw, 56px);
  letter-spacing: -.06em;
}
.actor-silence-board span:last-child { border-bottom: 0; }
.actor-supplied-still {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(320px, .32fr);
  min-height: 92svh;
  color: #f6f1e8;
  background:
    linear-gradient(90deg, #151411 0 68%, var(--actor-paper) 68% 100%);
  border-top: 1px solid rgba(246,241,232,.12);
  overflow: hidden;
}
.actor-supplied-photo {
  position: relative;
  min-height: 92svh;
  margin: 0;
  overflow: hidden;
  background: #151411;
}
.actor-supplied-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21,20,17,.2), transparent 28%, rgba(21,20,17,.18) 72%, rgba(21,20,17,.74)),
    linear-gradient(0deg, rgba(21,20,17,.78), transparent 34%, rgba(21,20,17,.18));
  pointer-events: none;
}
.actor-supplied-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  filter: grayscale(1) contrast(1.08) brightness(.72) sepia(.08);
  transform: scale(1.015);
}
.actor-still-copy {
  align-self: end;
  padding: clamp(42px, 6vw, 86px) clamp(24px, 5vw, 66px);
  color: var(--actor-ink);
  background: var(--actor-paper);
  border-left: 1px solid var(--actor-line);
}
.actor-still-copy h2 {
  margin: 18px 0 0;
  color: var(--actor-ink);
  font-family: var(--font-serif-jp);
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -.055em;
}
.actor-still-copy p {
  margin: 28px 0 0;
  color: var(--actor-muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 2.05;
}
.actor-scenes {
  padding: clamp(92px, 12vw, 170px) clamp(22px, 6vw, 104px);
  color: #f6f1e8;
  background: #151411;
}
.actor-scenes-heading {
  display: grid;
  grid-template-columns: minmax(180px, .32fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(46px, 7vw, 92px);
}
.actor-scenes-heading span { color: rgba(246,241,232,.46); }
.actor-scenes-heading h2 {
  margin: 0;
  font-family: var(--font-serif-jp);
  font-size: clamp(40px, 5vw, 82px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.06em;
}
.scene-list { border-top: 1px solid rgba(246,241,232,.18); }
.scene-row {
  display: grid;
  grid-template-columns: 72px minmax(160px, .32fr) minmax(260px, 1fr) minmax(110px, .22fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: baseline;
  padding: clamp(26px, 4vw, 46px) 0;
  border-bottom: 1px solid rgba(246,241,232,.18);
}
.scene-no { color: rgba(246,241,232,.36); font-family: var(--font-serif-jp); font-size: clamp(28px, 3.2vw, 52px); }
.scene-row h3 {
  margin: 0;
  color: #f6f1e8;
  font-family: var(--font-serif-jp);
  font-size: clamp(24px, 2.5vw, 42px);
  font-weight: 500;
  letter-spacing: -.04em;
}
.scene-row p { margin: 0; color: rgba(246,241,232,.68); line-height: 1.95; }
.scene-row b { color: rgba(246,241,232,.42); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.actor-profile-sheet {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(360px, .58fr);
  min-height: 86svh;
  color: var(--actor-ink);
  background: var(--actor-paper-2);
  border-top: 1px solid var(--actor-line);
  border-bottom: 1px solid var(--actor-line);
}
.actor-profile-photo {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  background: #181715;
}
.actor-profile-photo img {
  width: 100%;
  height: 100%;
  min-height: 86svh;
  object-fit: cover;
  object-position: 58% center;
  filter: grayscale(1) contrast(1.06) brightness(.86);
}
.actor-facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(62px, 8vw, 124px) clamp(28px, 7vw, 112px);
}
.actor-facts dl { margin: clamp(38px, 5vw, 74px) 0 0; border-top: 1px solid var(--actor-line); }
.actor-facts div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  padding: 24px 0;
  border-bottom: 1px solid var(--actor-line);
}
.actor-facts dt { color: rgba(28,27,24,.44); font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.actor-facts dd { margin: 0; color: var(--actor-muted); line-height: 1.95; }
.actor-review {
  color: var(--actor-ink);
  background: #fbfaf7;
}
.actor-review .cinema-kicker { color: rgba(28,27,24,.46); }
.actor-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(40px, 6vw, 82px);
  border: 1px solid var(--actor-line);
}
.actor-ba {
  min-height: 340px;
  padding: clamp(28px, 5vw, 62px);
  color: var(--actor-ink);
  background: #fbfaf7;
}
.actor-ba.after { color: #f6f1e8; background: #1c1b18; }
.actor-ba .ba-label { color: rgba(28,27,24,.46); }
.actor-ba.after .ba-label { color: rgba(246,241,232,.48); }
.actor-ba .ba-quote {
  color: inherit;
  font-family: var(--font-serif-jp);
  font-size: clamp(27px, 3.2vw, 50px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: -.055em;
}
.actor-ba .ba-note { color: rgba(28,27,24,.56); }
.actor-ba.after .ba-note { color: rgba(246,241,232,.62); }
.actor-dossier .cinema-footer {
  color: rgba(28,27,24,.58);
  background: var(--actor-paper-2);
  border-top: 1px solid var(--actor-line);
}
.actor-dossier .cinema-footer a { color: var(--actor-ink); }

@media (max-width: 980px) {
  .actor-layout-grid,
  .actor-statement,
  .actor-scenes-heading,
  .actor-supplied-still,
  .actor-profile-sheet { grid-template-columns: 1fr; }
  .actor-dossier .actor-cover { background: var(--actor-paper); }
  .actor-dossier .hero-media.actor-portrait {
    grid-column: auto;
    grid-row: auto;
    width: min(520px, 100%);
    height: min(560px, 108vw);
    justify-self: start;
    order: -1;
    box-shadow: 14px 14px 0 rgba(28,27,24,.08);
  }
  .actor-spec { grid-template-columns: 1fr; }
  .actor-spec div { border-right: 0; border-bottom: 1px solid var(--actor-line); }
  .actor-spec div:last-child { border-bottom: 0; }
  .actor-supplied-still { background: var(--actor-paper); }
  .actor-supplied-photo { min-height: 64svh; }
  .actor-supplied-photo img { object-position: 38% center; }
  .actor-still-copy {
    border-left: 0;
    border-top: 1px solid var(--actor-line);
  }
  .scene-row { grid-template-columns: 56px 1fr; }
  .scene-row p,
  .scene-row b { grid-column: 2; }
  .actor-profile-photo img { min-height: 520px; }
}

@media (max-width: 860px) {
  .actor-dossier .cinema-header { align-items: flex-start; flex-direction: column; padding: 16px 18px; }
  .actor-dossier .cinema-nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 18px;
    font-size: 10.5px;
    scrollbar-width: none;
  }
  .actor-dossier .cinema-nav::-webkit-scrollbar { display: none; }
  .actor-dossier .cinema-nav a { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; }
  .actor-dossier .actor-cover { padding: 128px 18px 64px; min-height: auto; }
  .actor-dossier .cinema-hero h1 { font-size: clamp(34px, 10.2vw, 48px); line-height: 1.12; }
  .actor-dossier .cinema-hero h1 .jp-line,
  .actor-dossier .actor-statement h2 .jp-line,
  .actor-dossier .actor-review h2 .jp-line { white-space: normal; }
  .actor-dossier .hero-actions { display: grid; grid-template-columns: 1fr; }
  .actor-dossier .cinema-button + .cinema-button { border-left: 1px solid var(--actor-line); border-top: 0; }
  .actor-statement,
  .actor-scenes,
  .actor-review { padding: 72px 18px; }
  .actor-statement h2,
  .actor-scenes-heading h2,
  .actor-facts h2,
  .actor-review h2 { font-size: clamp(31px, 9vw, 44px); line-height: 1.18; }
  .actor-silence-board span { min-height: 86px; }
  .actor-profile-photo img { min-height: 440px; }
  .actor-facts { padding: 54px 18px 68px; }
  .actor-facts div { grid-template-columns: 1fr; gap: 8px; }
  .actor-before-after { grid-template-columns: 1fr; }
  .actor-ba { min-height: auto; }
}

/* CV improvement pass: turn visual demos into clearer booking/inquiry flows. */
.conversion-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(840px, 100%);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
}
.conversion-strip span {
  display: grid;
  gap: 3px;
  min-height: 76px;
  padding: 14px 16px;
  background: rgba(5,5,4,.42);
}
.conversion-strip b {
  color: #fff;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.25;
  letter-spacing: .02em;
}
.conversion-strip small {
  color: rgba(255,255,255,.66);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .08em;
}
.cv-proof-section {
  position: relative;
  color: #fff6e7;
  background: #0a0907;
}
.cv-proof-head { max-width: min(820px, 100%); }
.cv-proof-head p,
.booking-copy p,
.actor-contact-copy p {
  width: min(700px, 100%);
  margin: 24px 0 0;
  color: rgba(255,246,231,.68);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
}
.cv-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(34px, 5vw, 68px);
}
.cv-proof-card {
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,236,214,.16);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,250,242,.06), rgba(255,250,242,.02)), #100d0a;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.cv-proof-card span,
.actor-materials span {
  display: inline-flex;
  color: var(--brand, #d83a24);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.cv-proof-card b {
  display: block;
  margin-top: 18px;
  color: #fff6e7;
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.25;
  letter-spacing: -.04em;
}
.cv-proof-card p {
  margin: 16px 0 0;
  color: rgba(255,246,231,.66);
  line-height: 1.9;
}
.theme-yakiniku .yakiniku-proof {
  background:
    radial-gradient(ellipse at 82% 12%, rgba(216,58,36,.16), transparent 34%),
    linear-gradient(180deg, #080705 0%, #100d0a 100%);
}
.theme-yakiniku .yakiniku-quickfacts { margin-top: 30px; }
.theme-yakiniku .yakiniku-quickfacts span { background: rgba(10,8,6,.58); }
.theme-yakiniku .voice-card { border-color: rgba(216,58,36,.34); }

.actor-dossier .cinema-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.actor-dossier .cinema-nav { justify-content: end; min-width: 0; }
.actor-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--actor-paper);
  background: var(--actor-ink);
  border: 1px solid var(--actor-ink);
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  white-space: nowrap;
}
.actor-dossier .actor-header-cta { color: var(--actor-paper); }
.actor-contact-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 520px);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  padding: clamp(92px, 12vw, 170px) clamp(22px, 6vw, 104px);
  color: var(--actor-ink);
  background: #fbfaf7;
  border-top: 1px solid var(--actor-line);
}
.actor-contact-copy h2 {
  margin: 18px 0 0;
  color: var(--actor-ink);
  font-family: var(--font-serif-jp);
  font-size: clamp(38px, 4.6vw, 70px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -.055em;
}
.actor-contact-copy p { color: var(--actor-muted); }
.actor-materials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.actor-materials span {
  min-height: 34px;
  align-items: center;
  padding: 8px 12px;
  color: var(--actor-ink);
  border: 1px solid var(--actor-line);
  background: var(--actor-paper);
}
.actor-dossier .conversion-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3.4vw, 42px);
  color: var(--actor-ink);
  border: 1px solid var(--actor-line);
  background: var(--actor-paper);
}
.actor-dossier .reservation-form-head,
.theme-forest .reservation-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 4px;
  color: rgba(28,27,24,.48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.actor-dossier .reservation-form-head strong,
.theme-forest .reservation-form-head strong { color: inherit; font-weight: 900; }
.actor-dossier .reservation-field,
.theme-forest .reservation-field {
  display: grid;
  gap: 8px;
  color: rgba(28,27,24,.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}
.actor-dossier .reservation-field input,
.actor-dossier .reservation-field select,
.actor-dossier .reservation-field textarea,
.theme-forest .reservation-field input,
.theme-forest .reservation-field select,
.theme-forest .reservation-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(28,27,24,.18);
  border-radius: 0;
  padding: 13px 15px;
  color: var(--actor-ink, #073f31);
  background: rgba(255,255,255,.55);
  font: inherit;
  font-size: 15px;
  letter-spacing: .02em;
  outline: none;
}
.actor-dossier .reservation-field textarea,
.theme-forest .reservation-field textarea { min-height: 106px; resize: vertical; line-height: 1.7; }
.actor-dossier .reservation-submit,
.theme-forest .reservation-submit { width: 100%; margin-top: 4px; }
.actor-dossier .reservation-status,
.theme-forest .reservation-status { margin: -2px 0 0; color: rgba(28,27,24,.54); font-size: 12px; line-height: 1.8; }
.actor-dossier .reservation-status.is-confirmed { color: #295b36; }

.theme-forest .cinema-button.primary { color: #002b1f; }
.theme-forest .forest-quickfacts { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.18); }
.theme-forest .forest-quickfacts span { background: rgba(0,56,38,.58); }
.theme-forest .menu-line i {
  grid-column: 2;
  justify-self: start;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #002b1f;
  background: #ffc629;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}
.theme-forest .forest-safety {
  color: var(--forest-ink);
  background:
    radial-gradient(circle at 80% 8%, rgba(255,198,41,.28), transparent 24%),
    linear-gradient(180deg, #fffdf2 0%, #e9fff8 100%);
}
.theme-forest .forest-safety .cinema-kicker,
.theme-forest .forest-booking .cinema-kicker { color: var(--forest-orange); }
.theme-forest .forest-safety h2,
.theme-forest .forest-safety .cv-proof-head p { color: var(--forest-ink); }
.theme-forest .forest-safety .cv-proof-head p { opacity: .74; }
.theme-forest .forest-safety .cv-proof-card {
  border: 0;
  color: var(--forest-ink);
  background: #fff;
  box-shadow: 0 22px 54px rgba(0,64,49,.1);
}
.theme-forest .forest-safety .cv-proof-card span { color: var(--forest-orange); }
.theme-forest .forest-safety .cv-proof-card b { color: var(--forest-ink); }
.theme-forest .forest-safety .cv-proof-card p { color: rgba(7,63,49,.68); font-weight: 700; }
.theme-forest .forest-booking {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 560px);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
  color: #fff;
  background:
    radial-gradient(circle at 16% 12%, rgba(255,198,41,.22), transparent 24%),
    linear-gradient(135deg, #006d45, #073f31);
}
.theme-forest .forest-booking h2 { color: #fff; }
.theme-forest .forest-booking .booking-copy p { color: rgba(255,255,255,.78); }
.theme-forest .conversion-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3.4vw, 42px);
  border-radius: 28px;
  color: var(--forest-ink);
  background: #fffdf2;
  box-shadow: 0 28px 80px rgba(0,48,34,.2);
}
.theme-forest .reservation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.theme-forest .reservation-submit { color: #002b1f; background: var(--forest-orange); border-color: var(--forest-orange); }
.theme-forest .reservation-status.is-confirmed { color: #0a7c61; }

/* Provisional marketer-facing conversion kit: reviews, access, slots, FAQs, metrics. */
.growth-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(760px, 100%);
  margin-top: 14px;
}
.growth-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
}
.growth-panel b { margin-left: 5px; color: #fff; }
.actor-growth-panel span {
  color: rgba(28,27,24,.68);
  border-color: rgba(28,27,24,.12);
  background: rgba(255,255,255,.62);
}
.actor-growth-panel b { color: var(--actor-ink); }
.conversion-lift {
  background:
    radial-gradient(circle at 82% 0%, rgba(216,58,36,.14), transparent 30%),
    linear-gradient(180deg, #100d0a 0%, #080705 100%);
}
.conversion-head {
  width: min(900px, 100%);
}
.conversion-head h2 {
  margin: 16px 0 0;
  color: #fff6e7;
  font-family: var(--font-serif-jp);
  font-size: clamp(36px, 5.3vw, 72px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.055em;
}
.conversion-head p {
  margin: 22px 0 0;
  width: min(760px, 100%);
  color: rgba(255,246,231,.7);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 2;
}
.conversion-kit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(34px, 5vw, 66px);
}
.conversion-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,236,214,.16);
  border-radius: 28px;
  color: #fff6e7;
  background: linear-gradient(180deg, rgba(255,250,242,.08), rgba(255,250,242,.025)), #100d0a;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.conversion-card span {
  color: var(--brand, #d83a24);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.conversion-card b {
  display: block;
  margin-top: 16px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
  letter-spacing: -.04em;
}
.conversion-card p {
  margin: 16px 0 0;
  color: rgba(255,246,231,.68);
  line-height: 1.85;
}
.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 126px;
  margin-top: auto;
  border: 1px dashed rgba(255,246,231,.28);
  border-radius: 22px;
  color: rgba(255,246,231,.62);
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,246,231,.08) 49%, rgba(255,246,231,.08) 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(255,246,231,.08) 49%, rgba(255,246,231,.08) 51%, transparent 52%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
}
.route-map {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-style: solid;
  border-color: rgba(216,58,36,.28);
  color: rgba(255,246,231,.78);
  background:
    radial-gradient(circle at 78% 28%, rgba(216,58,36,.18), transparent 18%),
    linear-gradient(135deg, rgba(255,246,231,.08), rgba(216,58,36,.07) 48%, rgba(255,246,231,.04));
  font-size: 12px;
  letter-spacing: .08em;
}
.route-map::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 16%;
  right: 16%;
  top: 50%;
  border-top: 1px solid rgba(255,246,231,.22);
}
.route-map::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 16%;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand, #d83a24);
  box-shadow: -52vw 0 0 rgba(255,246,231,.62);
}
.slot-list,
.credit-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.slot-list li,
.credit-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,246,231,.14);
}
.slot-list strong,
.credit-list strong { color: #fff6e7; }
.slot-list em,
.credit-list em { color: rgba(255,246,231,.68); font-style: normal; text-align: right; }
.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  color: var(--brand, #d83a24);
  font-weight: 900;
  text-decoration: none;
}
.text-link::after { content: ' →'; }
.metric-card dl { display: grid; gap: 10px; margin: 18px 0 0; }
.metric-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,246,231,.14);
}
.metric-card dt { color: rgba(255,246,231,.62); }
.metric-card dd { margin: 0; color: #fff6e7; font-weight: 900; }
.demo-note { font-size: 13px; }
.faq-section {
  background: #080705;
}
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: clamp(28px, 4vw, 52px);
}
.faq-list details {
  border: 1px solid rgba(255,236,214,.16);
  border-radius: 22px;
  background: rgba(255,250,242,.04);
  overflow: hidden;
}
.faq-list summary {
  min-height: 56px;
  padding: 18px 22px;
  color: #fff6e7;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 800;
  cursor: pointer;
}
.faq-list details p {
  margin: 0;
  padding: 0 22px 20px;
  color: rgba(255,246,231,.68);
  line-height: 1.9;
}
.actor-proof-pack,
.actor-faq {
  color: var(--actor-ink);
  background: #fbfaf7;
  border-top: 1px solid var(--actor-line);
}
.actor-proof-pack .conversion-head h2,
.actor-faq .conversion-head h2,
.actor-proof-pack .conversion-card b,
.actor-faq .faq-list summary { color: var(--actor-ink); }
.actor-proof-pack .conversion-head p,
.actor-proof-pack .conversion-card p,
.actor-faq .faq-list details p { color: var(--actor-muted); }
.actor-proof-pack .conversion-card,
.actor-faq .faq-list details {
  color: var(--actor-ink);
  border-color: var(--actor-line);
  background: var(--actor-paper);
  box-shadow: none;
  border-radius: 0;
}
.actor-proof-pack .conversion-card span { color: rgba(28,27,24,.5); }
.actor-proof-pack .slot-list li,
.actor-proof-pack .credit-list li,
.actor-proof-pack .metric-card dl div { border-color: rgba(28,27,24,.14); }
.actor-proof-pack .slot-list strong,
.actor-proof-pack .credit-list strong,
.actor-proof-pack .metric-card dd { color: var(--actor-ink); }
.actor-proof-pack .slot-list em,
.actor-proof-pack .credit-list em,
.actor-proof-pack .metric-card dt { color: var(--actor-muted); }
.actor-proof-pack .text-link { color: var(--actor-ink); }
.theme-forest .forest-decision-pack {
  color: var(--forest-ink);
  background:
    radial-gradient(circle at 76% 0%, rgba(255,198,41,.24), transparent 28%),
    linear-gradient(180deg, #e9fff8 0%, #fffdf2 100%);
}
.theme-forest .forest-decision-pack .conversion-head h2,
.theme-forest .forest-decision-pack .conversion-card b { color: var(--forest-ink); }
.theme-forest .forest-decision-pack .conversion-head p,
.theme-forest .forest-decision-pack .conversion-card p { color: rgba(7,63,49,.72); }
.theme-forest .forest-decision-pack .conversion-card {
  color: var(--forest-ink);
  border: 0;
  background: #fff;
  box-shadow: 0 22px 54px rgba(0,64,49,.1);
}
.theme-forest .forest-decision-pack .conversion-card span,
.theme-forest .forest-decision-pack .text-link { color: var(--forest-orange); }
.theme-forest .forest-decision-pack .slot-list li,
.theme-forest .forest-decision-pack .metric-card dl div { border-color: rgba(7,63,49,.14); }
.theme-forest .forest-decision-pack .slot-list strong,
.theme-forest .forest-decision-pack .metric-card dd { color: var(--forest-ink); }
.theme-forest .forest-decision-pack .slot-list em,
.theme-forest .forest-decision-pack .metric-card dt { color: rgba(7,63,49,.68); }
.mini-calendar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0;
}
.mini-calendar span {
  display: grid;
  place-items: center;
  min-height: 66px;
  color: var(--forest-ink) !important;
  border-radius: 18px;
  background: #e9fff8;
  letter-spacing: 0;
  text-align: center;
}
.mini-calendar em { color: var(--forest-orange); font-style: normal; font-size: 20px; }
.forest-map {
  color: rgba(7,63,49,.62);
  border-color: rgba(7,63,49,.22);
  background:
    linear-gradient(90deg, transparent 48%, rgba(7,63,49,.08) 49%, rgba(7,63,49,.08) 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(7,63,49,.08) 49%, rgba(7,63,49,.08) 51%, transparent 52%),
    #e9fff8;
}
.theme-forest .forest-faq {
  color: var(--forest-ink);
  background: #fffdf2;
}
.theme-forest .forest-faq .conversion-head h2,
.theme-forest .forest-faq .faq-list summary { color: var(--forest-ink); }
.theme-forest .forest-faq .faq-list details { border: 0; background: #fff; box-shadow: 0 18px 42px rgba(0,64,49,.08); }
.theme-forest .forest-faq .faq-list details p { color: rgba(7,63,49,.72); }

@media (max-width: 1100px) {
  .cv-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .conversion-kit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .actor-contact-section,
  .theme-forest .forest-booking { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .conversion-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; }
  .conversion-strip span { min-height: 68px; padding: 12px; }
  .cv-proof-grid { grid-template-columns: 1fr; }
  .conversion-kit-grid { grid-template-columns: 1fr; }
  .cv-proof-card { min-height: auto; }
  .conversion-card { min-height: auto; }
  .conversion-head h2 { font-size: clamp(31px, 9vw, 46px); }
  .growth-panel span { min-height: 34px; }
  .actor-dossier .cinema-header { grid-template-columns: 1fr auto; }
  .actor-dossier .cinema-nav { grid-column: 1 / -1; justify-content: flex-start; }
  .actor-header-cta { min-height: 40px; padding: 9px 12px; font-size: 10.5px; }
  .actor-contact-section { padding: 72px 18px; }
  .actor-contact-copy h2 { font-size: clamp(31px, 9vw, 44px); line-height: 1.18; }
  .actor-materials span { width: calc(50% - 5px); justify-content: center; }
  .theme-forest .menu-line i { white-space: normal; width: fit-content; }
  .theme-forest .reservation-grid { grid-template-columns: 1fr; }
}
