/* Original Brinova artwork with a larger presence and a soft ivory background. */
.brand-filters { position:absolute; width:0; height:0; overflow:hidden; pointer-events:none; }
.site-header .brand { padding:0; gap:0; border:0; box-shadow:none; background:rgba(247,244,237,.96); border-radius:3px; }
.site-header .brand img { display:block; width:192px; height:auto; filter:url('#brand-clear'); }
.site-header .header-inner { min-height:144px; }
.depth-home .site-header .brand { backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); }
.depth-home .site-header .brand img { width:152px; }
.depth-home .site-header .header-inner { min-height:132px; }
.depth-home .site-header { background:linear-gradient(180deg,rgba(5,20,35,.83),rgba(5,20,35,.38),transparent); }
.depth-home .hero h1 { font-size:clamp(48px,4.8vw,72px); }
@media(max-width:1080px) {
 .depth-home .site-header .brand img { width:138px; }
 .depth-home .site-header .header-inner { min-height:116px; }
 .site-header .site-nav { max-height:calc(100svh - 144px); }
 .depth-home .site-header.nav-open .site-nav { max-height:calc(100svh - 150px); }
}
@media(max-width:700px) {
 .site-header .brand img { width:144px; }
 .site-header .header-inner { min-height:112px; }
 .depth-home .site-header .brand img { width:120px; }
 .depth-home .site-header .header-inner { min-height:108px; }
 .site-header .site-nav { max-height:calc(100svh - 112px); }
 .depth-home .site-header.nav-open .site-nav { max-height:calc(100svh - 136px); }
 .depth-home .hero h1 { font-size:clamp(34px,9.4vw,42px); line-height:1.08; letter-spacing:-.035em; }
 .depth-home .hero--depth { min-height:824px; }
}
