/* Current homepage editorial layer. Artwork layout stays in home-page.css. */
.sl-hero { padding-top: calc(var(--site-header-height) + 120px); padding-bottom: 140px; }
.sl-hero__copy { width: min(100%, 620px); min-width: 0; }
.sl-hero__statement { max-width: none; font-size: clamp(2.3rem, 4.2vw, 4.5rem); line-height: 1.5; letter-spacing: -.045em; margin: 22px 0 14px; }
.home-hero-english { color: #e6dbb7; font-size: .85rem; letter-spacing: .12em; margin: 0 0 26px; }
.sl-hero__lead { max-width: 36rem; line-height: 2; font-size: clamp(.95rem, 1.3vw, 1.15rem); margin-bottom: 26px; }
.sl-hero__actions { flex-wrap: wrap; gap: 12px; }
.sl-hero__actions a { padding: 12px 18px; font-size: .9rem; }
.sl-hero-slide:not(.is-active) { pointer-events: none; }
.home-hero-note { min-height: 90px; margin-top: 22px; font-size: .78rem; line-height: 1.9; color: #d1ccd6; }
.home-hero-note p { margin: 0; }
[data-sato-panel] { border-left: 2px solid #e6bd74; padding-left: 16px; display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; }
[data-sato-panel] > span { flex-basis: 100%; color: #edcf98; font-size: .7rem; letter-spacing: .1em; }
[data-sato-panel] a, [data-sato-panel] button { min-height: 44px; padding: 10px 0; font-size: .85rem; color: #fff; }
[data-sato-panel] a { font-weight: 800; }
[data-sato-panel] button { border: 0; background: none; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.home-hero-controls { position: absolute; z-index: 5; inset: auto 28px 24px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
[data-hero-status] { color: #ddd8c8; font-size: .7rem; }
.sl-hero__meter { position: static; display: flex; gap: 8px; }
.sl-dot { width: 44px; height: 36px; border-block: 16px solid transparent; background-clip: padding-box; }
.sl-dot[aria-pressed="true"] { background-color: var(--sl-blue); }
.site-hero-pause { padding: 12px 16px; min-height: 44px; background: #0b1024db; color: #fff; border: 1px solid #ffffff80; cursor: pointer; font-size: .72rem; }
.home-season { position: absolute; right: clamp(24px, 5vw, 80px); top: calc(var(--site-header-height) + 30px); z-index: 4; display: flex; align-items: center; gap: 12px; color: #ead8af; }
.home-season .sl-season-charm { position: relative; display: block; top: auto; right: auto; width: 46px; height: 66px; }
.home-season > span:last-child { font-size: .86rem; letter-spacing: .13em; }
.home-season small { display: block; margin-top: 8px; font-size: .48rem; letter-spacing: .2em; color: #bfb5a0; }
.sl-imo-teaser { --imo-size: 100px; bottom: 125px; right: clamp(36px, 9vw, 144px); }
.home-imo-label { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 6px 10px; border: 1px solid #ddc18b66; border-radius: 20px; background: #141420dd; color: #ead8af; font-size: .65rem; letter-spacing: .04em; }
.sl-imo-teaser[aria-expanded="true"] img { animation: none; }
.sl-section__head h2 { font-size: clamp(1.65rem, 3.3vw, 3.4rem); line-height: 1.5; letter-spacing: -.035em; }
.sl-toiro-release h3 { line-height: 1.3; }
.sl-toiro-release h3 small { display: block; font-size: .38em; margin-top: 8px; font-weight: 600; letter-spacing: .07em; }
.sl-toiro-release__copy p { line-height: 1.85; }
.sl-next-signal__copy h2 { font-size: clamp(2rem, 3.8vw, 4rem); line-height: 1.4; }
.sl-cinema__head h2 { max-width: none; font-size: clamp(1.8rem, 3vw, 3.3rem); line-height: 1.5; }
.sl-cinema__head > p:last-child { line-height: 1.9; }
.sl-contact-band strong { font-size: clamp(1.35rem, 3vw, 3rem); }
.site-home-more { padding-top: 28px; font-size: 1rem; }
.site-home-more a { display: inline-block; padding: 15px 20px; border: 1px solid #ffffff55; }
@media (max-width:760px) {
  .sl-hero { padding: calc(var(--site-header-height) + 118px) 24px 168px; min-height: 100svh; }
  .sl-hero__copy { width: 100%; }
  .sl-hero__statement { font-size: clamp(1.95rem, 7.8vw, 3.4rem); line-height: 1.6; }
  .sl-hero__lead { font-size: .9rem; }
  .sl-hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .sl-hero__actions a { min-width: 0; padding: 12px 8px; font-size: .73rem; }
  .sl-hero__actions .sl-guide-action, .sl-hero__actions .sl-signals-action { padding: 12px 8px; }
  .sl-hero__actions .sl-guide-icon, .sl-hero__actions .sl-signals-action > span { display: none; }
  .home-hero-note { margin-top: 20px; }
  .home-season { top: calc(var(--site-header-height) + 16px); right: 24px; }
  .home-season > span:last-child { font-size: .76rem; }
  .sl-imo-teaser { --imo-size: 68px; right: 24px; bottom: 90px; }
  .home-hero-controls { inset: auto 24px 20px; justify-content: space-between; flex-wrap: wrap; gap: 6px 12px; }
  [data-hero-status] { flex-basis: 100%; }
  .site-hero-pause { padding: 10px 12px; }
  .sl-next-signal__copy h2 { font-size: 2.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .sl-hero-slide { transition: none; }
  .home-season *, .sl-imo-teaser, .sl-imo-teaser::before, .sl-imo-teaser img { animation: none !important; transition: none !important; }
}
