:root{--bg:#080a0e;--text:#fff;--muted:#c8cbd0;--orange:#f47a20;--header-h:68px;--line:rgba(255,255,255,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.skip-link{position:fixed;left:14px;top:-64px;z-index:1000;padding:12px 16px;border-radius:8px;color:#000;background:#fff}.skip-link:focus{top:12px}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-h);background:rgba(5,7,10,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.nav-shell{width:min(1400px,calc(100% - 40px));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.brand-link{flex:0 0 auto;color:#fff;text-decoration:none;font-weight:700;letter-spacing:.035em;font-size:clamp(1rem,1.8vw,1.36rem)}.brand-link sup,.footer-brand sup{margin-left:2px;font-size:.5em}.primary-nav{display:flex;align-items:center;gap:clamp(24px,3vw,48px)}.primary-nav a{position:relative;padding:23px 0 21px;color:#fff;text-decoration:none;font-size:.96rem;white-space:nowrap;transition:color .2s ease}.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:14px;height:2px;border-radius:2px;background:var(--orange);transition:right .22s ease}.primary-nav a:hover,.primary-nav a.active{color:var(--orange)}.primary-nav a:hover::after,.primary-nav a.active::after{right:0}.menu-toggle{display:none;width:44px;height:44px;padding:9px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;height:2px;margin:6px 0;border-radius:2px;background:#fff}main{padding-top:var(--header-h)}.slide-section{width:100%;min-height:calc(100svh - var(--header-h));display:grid;place-items:center;overflow:hidden;background:#000;border-bottom:1px solid var(--line)}.slide-section picture,.slide-section img{display:block;width:100%}.slide-section img{width:100%;max-height:calc(100svh - var(--header-h));object-fit:contain;background:#000}.site-footer{width:min(1400px,calc(100% - 40px));margin:0 auto;padding:30px 0 34px;display:grid;grid-template-columns:1fr auto;gap:14px 32px;align-items:center;color:var(--muted)}.footer-brand strong{margin-right:16px;color:#fff;font-size:1.1rem}.footer-brand span{color:var(--orange)}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:22px}.footer-links a{color:#fff;text-decoration:none}.footer-links a:hover{color:var(--orange)}.site-footer small{grid-column:1/-1}@media(max-width:760px){:root{--header-h:60px}.nav-shell{width:calc(100% - 28px);gap:18px}.menu-toggle{display:block}.primary-nav{position:fixed;top:var(--header-h);left:0;right:0;display:none;padding:8px 18px 18px;flex-direction:column;align-items:stretch;gap:0;background:rgba(5,7,10,.98);border-bottom:1px solid var(--line)}.primary-nav.open{display:flex}.primary-nav a{padding:16px 8px;border-bottom:1px solid var(--line)}.primary-nav a::after{display:none}.slide-section{min-height:auto;padding:0}.slide-section img{height:auto;max-height:none;object-fit:contain}.site-footer{width:calc(100% - 32px);grid-template-columns:1fr;padding:26px 0 32px}.footer-links{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
