.nav{height:268px;padding:0 4vw 4px;grid-template-columns:1fr auto;grid-template-rows:214px 50px;background:linear-gradient(180deg,#fff 0%,#fbf8f2 72%,#fff 100%);border-bottom:1px solid rgba(189,145,73,.2)}
.brand{height:214px;display:flex;align-items:center;justify-content:center;overflow:visible}
.brand img{width:auto;height:204px;max-width:min(940px,94vw);object-fit:contain;filter:drop-shadow(0 5px 14px rgba(11,27,49,.09))}
.nav nav{padding-left:4px}
.hero{height:calc(100vh - 268px)}
@media(max-width:900px){.nav{height:224px;grid-template-rows:168px 52px;padding-bottom:4px}.brand{height:168px}.brand img{height:158px;max-width:94vw}.hero{height:calc(100vh - 224px)}}
@media(max-width:560px){.nav{height:176px;grid-template-rows:124px 48px;padding:0 18px 4px}.brand{height:124px}.brand img{height:116px;max-width:96vw}.nav-actions{grid-column:1/-1}.hero{height:calc(100svh - 176px)}}
