/* One geometry and responsive behaviour for all four page themes. */
body .shared-header{display:block;height:88px;min-height:88px;width:100%;padding:0;position:relative;box-sizing:border-box}
body .shared-frame{box-sizing:border-box;width:100%;max-width:1440px;margin:0 auto;padding-inline:clamp(24px,5vw,72px)}
body .shared-header .shared-frame{height:88px;display:grid;grid-template-columns:270px 1fr 210px;align-items:center;gap:24px}
body .shared-logo{display:block;position:static;width:270px;height:54px;max-width:100%;margin:0;padding:0;background:none;overflow:visible}
body .shared-logo img{display:block;position:static;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:left center;transform:none;filter:none;mix-blend-mode:normal}
body .shared-nav{display:flex;align-items:center;justify-content:center;gap:30px;margin:0;padding:0;font:400 14px/1.4 Arial,Helvetica,sans-serif;white-space:nowrap}
body .shared-nav a{position:relative;color:inherit;text-decoration:none;padding:12px 0;border:0}
body .shared-header .shared-nav a[aria-current="page"]{font-weight:700}
body .shared-header .shared-nav a[aria-current="page"]:after{content:'';position:absolute;left:0;right:0;bottom:3px;height:2px;background:var(--gold,#d1a457)}
body .shared-quote{box-sizing:border-box;width:210px;min-height:44px;padding:12px 16px;border:0;border-radius:3px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--gold,#d1a457);color:#142b3d;text-decoration:none;font:500 14px/1.35 Arial,Helvetica,sans-serif;white-space:nowrap}
.contact-page .shared-quote{background:linear-gradient(115deg,#c79a57,#f8dca9)}
.about-page .shared-quote{background:linear-gradient(115deg,#c7a36d,#efd3a0)}
body .shared-footer{display:block;width:100%;height:auto;min-height:0;padding:0;box-sizing:border-box;color:#f4f6f8}
body .shared-footer .shared-frame{display:grid;grid-template-columns:270px 1fr 310px;align-items:start;gap:24px;min-height:210px;padding-top:42px;padding-bottom:36px}
body .shared-footer .shared-logo{margin-top:4px}
body .shared-footer-links{text-align:center;padding-top:3px;min-width:0}
body .shared-footer .shared-nav{gap:14px}
body .shared-footer .shared-nav a{padding:0}
body .shared-footer .shared-nav a+a{border-left:1px solid #ffffff60;padding-left:14px}
body .shared-pillars{font:400 11px/1.5 Arial,Helvetica,sans-serif;letter-spacing:.12em;white-space:nowrap;margin:24px 0 0}
body .shared-pillars b{color:var(--gold-light,var(--gold,#d1a457));padding:0 9px}
body .shared-sign{display:flex;flex-direction:column;align-items:flex-end;gap:14px;text-align:right;min-width:0;padding:0}
body .shared-sign img{display:block;width:300px;max-width:100%;height:72px;object-fit:contain;object-position:right top;margin:0;transform:none}
body .shared-sign p{font:400 11px/1.5 Arial,Helvetica,sans-serif;margin:0;max-width:310px}
body .shared-header a:focus-visible,body .shared-footer a:focus-visible{outline:2px solid var(--gold,#d1a457);outline-offset:5px}
/* Keep Contact's body artwork registered to the hero after unifying header height. */
@media(min-width:851px){.contact-page .contact-backdrop{top:calc(88px - min(7.984vw,114.9696px))}}
@media(max-width:1100px) and (min-width:851px){
 body .shared-header .shared-frame{grid-template-columns:230px 1fr 195px;gap:18px;padding-inline:32px}
 body .shared-logo{width:230px;height:46px}
 body .shared-quote{width:195px;font-size:13px}
 body .shared-header .shared-nav{gap:22px}
 body .shared-footer .shared-frame{grid-template-columns:230px 1fr 260px;gap:18px;padding-inline:32px}
 body .shared-footer .shared-nav{gap:9px;font-size:13px}
 body .shared-footer .shared-nav a+a{padding-left:9px}
 body .shared-pillars{font-size:10px;letter-spacing:.08em}
 body .shared-pillars b{padding:0 5px}
 body .shared-sign img{width:260px}
}
@media(max-width:850px){
 body .shared-header{height:auto;min-height:120px}
 body .shared-header .shared-frame{height:auto;min-height:120px;grid-template-columns:1fr auto;gap:6px 20px;padding:12px 24px}
 body .shared-logo{width:240px;height:48px}
 body .shared-header .shared-nav{grid-column:1/-1;grid-row:2;gap:30px}
 body .shared-header .shared-quote{grid-row:1;grid-column:2}
 body .shared-footer .shared-frame{grid-template-columns:1fr;justify-items:center;gap:26px;padding:32px 24px 36px}
 body .shared-footer .shared-logo{margin:0}
 body .shared-sign{align-items:center;text-align:center}
 body .shared-sign img{object-position:center}
 body .shared-pillars{margin-top:18px}
}
@media(max-width:520px){
 body .shared-header .shared-frame{grid-template-columns:1fr;justify-items:center;gap:8px;padding-block:16px}
 body .shared-header .shared-quote{grid-column:1;grid-row:3}
 body .shared-header .shared-nav{grid-column:1;grid-row:2;gap:26px}
 body .shared-logo{width:235px;height:47px}
}
