.site-header{position:absolute;z-index:100;top:0;left:0;width:100%;color:#fff;border-bottom:1px solid rgba(255,255,255,.17);transition:.3s}
.site-header.is-fixed{position:fixed;color:#18201d;background:rgba(244,240,232,.96);border-bottom-color:#d8d1c4;box-shadow:0 8px 28px rgba(22,20,18,.08);backdrop-filter:blur(16px)}
.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.main-nav{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:500}
.main-nav>a{padding:31px 0;text-decoration:none}
.button{display:inline-flex;min-height:52px;padding:0 24px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:3px;font-size:12px;font-weight:600;text-decoration:none}
.button--gold{color:#171614;background:#d79a39}
.menu-toggle{display:none;width:44px;height:44px;padding:0;border:0;color:inherit;background:transparent}
.menu-toggle span{display:block;width:24px;height:1px;margin:7px auto;background:currentColor;transition:.3s}
@media(max-width:980px){.menu-toggle{display:block}.nav-cta{display:none}}
.site-footer{padding:0;color:#e9e1d7;background:#211f1d}
.site-footer .footer-top{display:grid;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:80px 0 68px;grid-template-columns:1.15fr 1.15fr 1fr 1fr;gap:clamp(32px,4vw,68px);border-bottom:1px solid rgba(255,255,255,.1)}
.site-footer .footer-nav{display:flex;flex-direction:column;gap:10px;font-size:11px}
.site-footer .footer-nav strong{margin-bottom:8px;color:#fff;font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.site-footer .footer-nav a{color:rgba(255,255,255,.58);text-decoration:none;transition:.2s}
.site-footer .footer-nav a:hover{color:#d7b07a;transform:translateX(3px)}
.site-footer .footer-bottom{display:flex;width:min(1180px,calc(100% - 40px))!important;min-height:70px;margin:0 auto!important;padding:0!important;align-items:center;justify-content:space-between;color:#817970;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.site-footer .footer-bottom a{color:inherit}
.floating-cta{width:74px!important;height:74px!important;font-size:9px!important}
@media(max-width:980px){.site-footer .footer-top{grid-template-columns:1fr 1fr}.global-footer__brand{grid-column:1/-1}}
@media(max-width:580px){.site-footer .footer-top{padding:58px 0;grid-template-columns:1fr}.global-footer__brand{grid-column:auto}.site-footer .footer-bottom{padding:20px 0!important;flex-direction:column;justify-content:center;text-align:center}.floating-cta{width:64px!important;height:64px!important}}
.blog-hero h1,.article-hero h1{font-size:clamp(66px,8.1vw,124px);font-weight:200;line-height:.92;letter-spacing:-.065em}
.blog-hero p,.article-hero__lead,.article-body{font-size:16px;line-height:1.75}
@media(max-width:580px){.blog-hero h1,.article-hero h1{font-size:15vw}.blog-hero p,.article-hero__lead,.article-body{font-size:16px}}
