:root{--bg:#1a0505;--bg-elevated:#4a0404;--bg-deep:#0d0202;--accent:#d4af37;--accent-bright:#f9e29c;--accent-deep:#8b6914;--text:#f5f0e6;--text-muted:#c4b896;--font:"Outfit", system-ui, sans-serif;--header-h:clamp(5.5rem, 14vw, 8.5rem);--footer-h:4.5rem;--pad:clamp(1rem, 3vw, 2rem)}*,:before,:after{box-sizing:border-box}html{height:100%}body{min-height:100%;font-family:var(--font);color:var(--text);background-color:var(--bg-deep);background-image:radial-gradient(ellipse 120% 80% at 50% -20%, #6b0f0f 0%, transparent 55%), radial-gradient(ellipse 90% 60% at 80% 100%, #3a0808 0%, transparent 50%), linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 40%, var(--bg-deep) 100%);-webkit-font-smoothing:antialiased;background-attachment:fixed;margin:0}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-bright)}.page{flex-direction:column;min-height:100dvh;display:flex}.page__main{padding:var(--pad);flex:1;justify-content:center;align-items:center;width:100%;max-width:56rem;margin-inline:auto;display:flex}.site-header{padding:clamp(1.25rem, 4vw, 2.25rem) var(--pad) clamp(.75rem, 2vw, 1.25rem);justify-content:center;align-items:center;animation:.7s ease-out both rise-in;display:flex}.site-header__logo{width:min(16rem,58vw);height:auto}.site-footer{padding:1rem var(--pad) 1.5rem;border-top:1px solid color-mix(in srgb, var(--accent) 28%, transparent);flex-direction:column;align-items:center;gap:.5rem;animation:.7s ease-out .15s both rise-in;display:flex}.site-footer__logo{opacity:.92;width:min(7.5rem,36vw)}.site-footer__tag{letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.7rem}.video-shell{width:100%;animation:.8s ease-out 80ms both rise-in}.video-shell__frame{aspect-ratio:16/9;background:var(--bg-deep);width:100%;box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent), 0 24px 60px #00000073;isolation:isolate;position:relative;overflow:hidden}:-webkit-any(.video-shell__frame:fullscreen,.video-shell__frame:-webkit-full-screen){aspect-ratio:auto;width:100%;height:100%;box-shadow:none;background:#000}:is(.video-shell__frame:fullscreen,.video-shell__frame:fullscreen){aspect-ratio:auto;width:100%;height:100%;box-shadow:none;background:#000}.video-shell__stage{opacity:0;visibility:hidden;pointer-events:none;z-index:1;background:#000;position:absolute;inset:0;overflow:hidden}.video-shell__frame.is-playing .video-shell__stage{opacity:1;visibility:visible}.video-shell__player,.video-shell__stage iframe{transform:translate(-50%,-50%)scale(1.55);pointer-events:none!important;border:0!important;width:100%!important;height:100%!important;position:absolute!important;top:50%!important;left:50%!important}.video-shell__poster{z-index:4;background-color:var(--bg-deep);background-position:50%;background-size:cover;position:absolute;inset:0;transform:translate(0,0)}.video-shell__frame.is-playing .video-shell__poster{opacity:0;visibility:hidden;pointer-events:none}.video-shell__edge{z-index:5;pointer-events:none;opacity:0;position:absolute;left:0;right:0;transform:translate(0,0)}.video-shell__frame.is-playing .video-shell__edge{opacity:1}.video-shell__edge--top{background:linear-gradient(#0d0202 35%,#0000);height:18%;top:0}.video-shell__edge--bottom{background:linear-gradient(#0000,#0d0202 60%);height:20%;bottom:0}.video-shell__toggle{z-index:7;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;place-items:center;margin:0;padding:0;display:grid;position:absolute;inset:0;transform:translate(0,0)}.video-shell__toggle.is-playing .video-shell__play-icon{opacity:0;transform:scale(.85)}.video-shell__play-icon{background:color-mix(in srgb, var(--bg-deep) 70%, transparent);width:4.25rem;height:4.25rem;box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 55%, transparent);border-radius:50%;transition:opacity .2s,transform .2s;position:relative}.video-shell__play-icon:before{content:"";border-style:solid;border-width:.7rem 0 .7rem 1.15rem;border-color:transparent transparent transparent var(--accent-bright);position:absolute;top:50%;left:54%;transform:translate(-50%,-50%)}.video-shell__fs{z-index:8;border:1px solid color-mix(in srgb, var(--accent) 45%, transparent);background:color-mix(in srgb, var(--bg-deep) 80%, transparent);width:2.5rem;height:2.5rem;color:var(--accent-bright);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:.4rem;place-items:center;margin:0;padding:0;display:grid;position:absolute;bottom:.65rem;right:.65rem;transform:translate(0,0)}.video-shell__fs:hover,.video-shell__fs:focus-visible{border-color:var(--accent);outline:none}.video-shell__fs-icon{width:1.25rem;height:1.25rem;display:block}.video-shell__fs-icon--exit,.video-shell__fs.is-active .video-shell__fs-icon--enter{display:none}.video-shell__fs.is-active .video-shell__fs-icon--exit{display:block}.video-shell__soon{text-align:center;background:radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--bg-elevated) 80%, transparent), var(--bg-deep));place-items:center;padding:1.5rem;display:grid;position:absolute;inset:0}.video-shell__soon h1{color:var(--accent-bright);letter-spacing:.04em;margin:0 0 .5rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500}.video-shell__soon p{color:var(--text-muted);margin:0;font-size:.95rem}.stub{text-align:center;max-width:24rem;animation:.7s ease-out both rise-in}.stub h1{color:var(--accent-bright);letter-spacing:.06em;margin:0 0 .75rem;font-size:1.35rem;font-weight:500}.stub p{color:var(--text-muted);margin:0;line-height:1.5}@keyframes rise-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.site-header,.site-footer,.video-shell,.stub{animation:none}}
