:root{
  --ink:#070707;
  --paper:#f3f1ea;
  --yellow:#f7c600;
  --red:#e63030;
  --white:#fff;
  --muted:#9c9c9c;
  --line:rgba(255,255,255,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--white);font-family:'Archivo',sans-serif;overflow-x:hidden}
a{color:inherit}
img,video{max-width:100%}
::selection{background:var(--yellow);color:#000}
.hbg-nav{position:fixed;inset:0 0 auto 0;height:74px;z-index:1000;display:flex;align-items:center;padding:0 34px;border-bottom:1px solid rgba(255,255,255,.11);background:rgba(5,5,5,.88);backdrop-filter:blur(10px)}
.hbg-nav__logo{width:76px;display:flex;align-items:center}.hbg-nav__logo img{height:42px;width:auto;display:block}
.hbg-nav__links{margin-left:auto;display:flex;align-items:center;gap:30px}.hbg-nav__links a{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:#b5b5b5}.hbg-nav__links a:hover,.hbg-nav__links a.active{color:#fff}
.hbg-nav__cta{margin-left:30px!important;background:var(--yellow);color:#000!important;padding:13px 23px;clip-path:polygon(0 0,100% 0,100% 72%,91% 100%,0 100%)}
.hbg-burger{display:none;margin-left:auto;width:34px;height:34px;border:0;background:none;padding:5px;cursor:pointer}.hbg-burger span{display:block;height:2px;background:#fff;margin:5px 0}
.hbg-mobile{display:none;position:fixed;z-index:999;top:74px;left:0;right:0;background:#090909;border-bottom:1px solid var(--line);padding:26px}.hbg-mobile.open{display:grid;gap:18px}.hbg-mobile a{text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.12em}
.kicker{font-size:10px;font-weight:800;letter-spacing:.28em;text-transform:uppercase;color:var(--yellow)}
.display{font-family:'Bebas Neue',sans-serif;text-transform:uppercase;letter-spacing:-.02em;line-height:.84}
.stroke{-webkit-text-stroke:1.5px #fff;color:transparent}
.btn-solid,.btn-line{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:54px;padding:0 24px;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.11em;transition:.2s ease}
.btn-solid{background:var(--yellow);color:#050505}.btn-solid:hover{background:#ffd526}.btn-line{border-top:1px solid #fff;border-bottom:1px solid #fff;color:#fff}.btn-line:hover{color:var(--yellow);border-color:var(--yellow)}
.arrow{font-size:21px;line-height:1}
.section-index{font-family:'Bebas Neue',sans-serif;font-size:15px;color:var(--yellow);letter-spacing:.08em}
.rule{height:1px;background:var(--line)}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
.hbg-footer{padding:70px 5vw 28px;border-top:1px solid var(--line);background:#050505}.hbg-footer__top{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:50px}.hbg-footer img{height:50px}.hbg-footer p,.hbg-footer a{font-size:12px;color:#919191;line-height:1.7;text-decoration:none}.hbg-footer h4{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--yellow);margin:0 0 14px}.hbg-footer__bottom{margin-top:48px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.hbg-footer__bottom strong{font-family:'Bebas Neue',sans-serif;font-size:18px;color:var(--yellow);letter-spacing:.06em}
@media(max-width:900px){.hbg-nav{padding:0 20px}.hbg-nav__links,.hbg-nav__cta{display:none}.hbg-burger{display:block}.hbg-footer__top{grid-template-columns:1fr}.hbg-footer{padding:55px 24px 24px}}
