@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
:root{--text:#f3f3f3;--muted:#969696;--line:rgba(255,255,255,.22)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#020202;color:var(--text);font-family:Inter,Arial,sans-serif}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:url("images/background.jpg") center top/cover no-repeat}
body:after{content:"";position:fixed;inset:0;z-index:-1;background:rgba(0,0,0,.22)}
.page{width:min(1180px,calc(100% - 56px));margin:auto;padding:34px 0 26px;min-height:100vh}
.topbar{display:flex;align-items:center;justify-content:space-between}
.since{font-size:12px;letter-spacing:.28em;font-weight:500}
.since:after{content:"";display:block;width:52px;height:1px;background:#c9c9c9;margin-top:16px}
.toplinks{display:flex;align-items:center;gap:22px}
.toplinks a{color:#fff;text-decoration:none;font-size:12px;letter-spacing:.24em}
.divider{width:1px;height:24px;background:var(--line)}
.menu{width:36px;height:36px;background:transparent;border:0;padding:4px;cursor:pointer}
.menu i{display:block;height:1px;background:#fff;margin:6px 0}
.hero{min-height:540px;display:grid;place-items:center;padding:40px 0 16px}
.logo{width:min(730px,86vw);max-height:430px;object-fit:contain;display:block;filter:drop-shadow(0 12px 36px rgba(255,255,255,.08))}
.socials{display:grid;grid-template-columns:repeat(5,1fr);max-width:780px;margin:0 auto;border-top:1px solid transparent}
.socials a{min-height:118px;color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;border-right:1px solid var(--line)}
.socials a:last-child{border-right:0}
.socials svg{width:42px;height:42px;fill:#eee;stroke:#eee;stroke-width:1.4}
.socials span{font-size:10px;letter-spacing:.18em}
.demo{display:flex;justify-content:center;padding:26px 0 34px}
.demo-button{width:min(560px,100%);height:82px;border:1px solid rgba(255,255,255,.7);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 26px;color:#fff;text-decoration:none;letter-spacing:.23em;font-size:14px;transition:.25s}
.demo-button:hover{background:#eee;color:#070707}
.wave{justify-self:start;letter-spacing:0;font-size:12px;color:#aaa}
.arrow{justify-self:end;font-size:28px;letter-spacing:0}
.contacts{display:grid;grid-template-columns:repeat(3,1fr);padding:18px 0 42px;border-bottom:1px solid var(--line)}
.contact{min-height:105px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:18px;border-right:1px solid var(--line)}
.contact:last-child{border-right:0}
.contact svg{width:34px;height:34px;fill:none;stroke:#eee;stroke-width:1.5}
.contact b,.contact span{display:block}
.contact b{font-size:12px;font-weight:400;letter-spacing:.17em}
.contact span{margin-top:10px;color:#888;font-size:9px;letter-spacing:.22em}
footer{text-align:center;padding:28px 10px 2px}
.crown{font-size:28px;color:#ddd;margin-bottom:10px}
footer p{margin:0 0 22px;color:#bbb;font-size:13px;line-height:1.7;letter-spacing:.05em}
footer small{color:#888;font-size:10px;letter-spacing:.22em}
@media(max-width:760px){
 .page{width:min(100% - 28px,560px);padding-top:22px}
 .toplinks a,.divider{display:none}
 .hero{min-height:360px;padding-top:20px}
 .logo{width:min(94vw,500px);max-height:300px}
 .socials{grid-template-columns:repeat(2,1fr)}
 .socials a{min-height:102px;border-bottom:1px solid var(--line)}
 .socials a:nth-child(2n){border-right:0}
 .socials a:last-child{grid-column:1/-1;border-right:0}
 .demo-button{height:70px;font-size:12px;padding:0 18px}
 .contacts{grid-template-columns:1fr}
 .contact{justify-content:flex-start;padding:0 28px;border-right:0;border-bottom:1px solid var(--line)}
 .contact:last-child{border-bottom:0}
}
