body.theme-minimal { --font-head: "Inter Tight", sans-serif; }
body.theme-minimal .hero__head { font-family: "Bebas Neue", sans-serif; font-size: clamp(44px, 9.1vw, 132px); letter-spacing: .01em; line-height: .86; text-transform: uppercase; }
body.theme-minimal .hero__h1-line--cinema { margin-top: 2px; }
body.theme-minimal .hero__cinema { font-size: .82em; letter-spacing: .18em; display: inline-block; background: linear-gradient(100deg, #fff5d8 0%, #f2dc9c 28%, #c99d31 58%, #fff5d8 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; text-shadow: 0 2px 24px rgba(201,162,39,.14); }
body.theme-minimal .hero__h1-line--white { color: #f6f7f8; }
body.theme-minimal .site-header.is-scrolled { background: rgba(7, 8, 11, .7); backdrop-filter: blur(16px); }
body.theme-minimal .reveal { transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
body.theme-minimal .page-hero__title, body.theme-minimal .card h3 { font-family: var(--font-head); font-weight: 600; }
@media (prefers-reduced-motion: reduce) { body.theme-minimal .hero__h1-line, body.theme-minimal .hero__kicker, body.theme-minimal .hero__actions { opacity: 1 !important; transform: none !important; } }

@media (max-height: 820px) { body.theme-minimal .hero__head { font-size: clamp(42px, 8.3vw, 116px); } }

body.theme-minimal .hero__cinema .split-char {
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
