:root { --red: #ed111c; --ink: #080808; --muted: #9a9a9a; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Arial, Helvetica, sans-serif; }
.site-shell { min-height: 100vh; padding: 6px 24px 12px; }
.site-header, .site-footer { width: min(1024px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { height: 48px; }
.brand { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: #fff; transition: transform .2s ease; }
.brand:hover, .brand:focus-visible { transform: scale(1.06); }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.poster-frame { width: min(1024px, 100%); height: calc(100vh - 106px); margin: 4px auto 12px; border: 1px solid #282828; box-shadow: 0 20px 70px rgba(0,0,0,.5); line-height: 0; text-align: center; }
.poster-frame img { display: inline-block; width: auto; max-width: 100%; height: 100%; object-fit: contain; }
.site-footer { border-top: 1px solid #272727; padding-top: 14px; color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer span:first-child { color: #fff; font-weight: 800; }
@media (max-width: 560px) { .site-shell { padding: 10px 12px 16px; } .site-header { height: 44px; } .brand { width: 40px; height: 40px; } .poster-frame { height: auto; margin-top: 12px; } .poster-frame img { width: 100%; height: auto; } .site-footer { font-size: 9px; letter-spacing: .1em; } }
