.anime-hero { padding-block: var(--sc-space-8) var(--sc-space-12); }
.anime-heading { max-width: 900px; margin: 0 auto var(--sc-space-8); text-align: center; }
.anime-heading .sc-lede { margin-top: var(--sc-space-4); }
.anime-heading .sc-title-display { margin-inline: auto; text-align: center; }
.anime-faq { max-width: 900px; }
.anime-faq h2 { margin-bottom: var(--sc-space-8); }
@media(max-width: 767px) {
 .anime-hero { display: flex; flex-direction: column; }
 .anime-studio { order: 1; }
 .anime-heading { order: 2; }
 .anime-heading { margin-bottom: var(--sc-space-6); }
 .anime-hero { padding-block: var(--sc-space-6); }
}

.anime-studio { width: 100%; }
#animeStudioFrame { display: block; width: 100%; height: 420px; border: 0; border-radius: var(--sc-radius-xl); background: var(--sc-color-canvas); }
.anime-studio-embedded > sugarcube-header, .anime-studio-embedded > sugarcube-footer { display: none !important; }
@media(max-width:767px){ #animeStudioFrame { height: 620px; } }
@media(min-width:768px){
 .anime-studio-embedded .home-session__empty { display: none; }
 .anime-studio-embedded .home-session { min-height: 100dvh; }
}
.anime-landing .landing-sections video { pointer-events: none; object-fit: cover; }
