body{width: 100vw;overflow-x:clip;}
.site-header{position:sticky;top:0;z-index:20;background:rgba(250,249,245,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(17,17,17,.06)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:32px;line-height:1.45;}
.brand{display: flex;}
.brand img{width:74px;height:74px;object-fit:contain;mix-blend-mode:multiply}
.main-nav{display:flex;gap:25px;margin-left:auto;font-size:13px;font-weight:600}
.main-nav a{padding:29px 0;position:relative}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:3px;background:#f0d222}
.header-cta{background:#111;color:#fff;padding:12px 17px;border-radius:99px;font-size:13px;font-weight:700}
.menu-toggle{color:#111;display:none;border:0;background:none;font-size:24px;padding:6px;line-height:1}
.footer{background:#111;color:#fff;padding:70px 0 25px}
.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:40px}
.footer-brand img{width:95px;height:95px;object-fit:contain}
.footer p,.footer a,.footer span{color:#aaa;font-size:11px;display:block;margin:7px 0}
.footer h4{font-size:12px;margin:10px 0 18px;color:#f0d222}
.footer-bottom{border-top:1px solid #333;margin-top:50px;padding-top:18px;display:flex;justify-content:space-between}
.footer-bottom span{margin:0}.footer-bottom a{display:inline-block;margin:0}
.footer-conversation{position:relative;min-width:0;overflow:hidden;padding:24px;border:1px solid #3b3b35;border-radius:16px;background:linear-gradient(145deg,#24241f,#171714);box-shadow:0 18px 45px rgba(0,0,0,.24)}
.footer .footer-conversation p{position:relative;margin:0 0 11px;color:#f0d222;font-size:10px;font-weight:800;letter-spacing:.13em;line-height:1.4}
.footer .footer-conversation a{position:relative;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:12px 16px;border:1px solid #f0d222;border-radius:9px;background:#f0d222;color:#111;font-size:11px;font-weight:800;line-height:1.2;transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease}
.footer .footer-conversation a:hover{transform:translateY(-2px);background:#f7df42;box-shadow:0 8px 24px rgba(240,210,34,.2)}
.footer .footer-conversation a:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(max-width:980px){
  .main-nav{display:none}
  .main-nav.open{display:flex;flex-direction:column;position:absolute;top:66px;left:14px;right:14px;background:var(--background);padding:15px 20px;border:1px solid var(--border);border-radius:12px}
  .menu-toggle{display:block;margin-left:auto}.header-cta{margin-left:auto}
  .footer-grid{grid-template-columns:repeat(4,1fr)}
  .footer-conversation{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:24px}
  .footer .footer-conversation p{width:fit-content;max-width:none;margin:0;font-size:18px}
}
@media(max-width:640px){
  .nav-wrap{height:66px}.brand img{width:60px;height:60px}.header-cta{font-size:11px;padding:10px 12px}
  .main-nav{top:66px;left:14px;right:14px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-conversation{grid-column:1/-1;min-height:110px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:24px}.footer .footer-conversation p{width:fit-content;max-width:none;margin:0;font-size:16px}.footer .footer-conversation a{flex:0 0 auto}
  .footer-bottom{display:block}.footer-bottom span{margin:8px 0}
}
a{text-decoration: none;}
