/* V72 shared public shell: one header/footer system across every public page */
:root{--shell-navy:#132f55;--shell-rose:#b85a6c;--shell-gold:#c78a3d;--shell-cream:#fbf7f1}
*{box-sizing:border-box}
body>header,body header.mini-nav{height:86px!important;min-height:86px!important;background:rgba(251,248,243,.96)!important;border-bottom:1px solid rgba(19,47,85,.08)!important;box-shadow:0 4px 20px rgba(19,47,85,.035)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
body>header .nav,body header.mini-nav .nav{height:86px!important;min-height:86px!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:24px!important;padding:0!important}
body>header .logo,body header.mini-nav .logo{width:172px!important;height:auto!important;display:block!important;object-fit:contain!important}
body>header .navlinks,body header.mini-nav .navlinks{display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;margin-left:auto!important;white-space:nowrap!important;order:initial!important;width:auto!important;overflow:visible!important;padding:0!important}
body>header .navlinks a,body header.mini-nav .navlinks a{font:600 11px/1.2 Arial,Helvetica,sans-serif!important;color:var(--shell-navy)!important;text-decoration:none!important;padding:33px 0 31px!important;position:relative!important}
body>header .navlinks a:after,body header.mini-nav .navlinks a:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:2px;background:var(--shell-rose);transform:scaleX(0);opacity:0;transition:.25s ease}
body>header .navlinks a:hover:after,body>header .navlinks a.active:after,body header.mini-nav .navlinks a:hover:after,body header.mini-nav .navlinks a.active:after{transform:scaleX(1);opacity:1}
body>header .top-cta,body header.mini-nav .top-cta{flex:0 0 auto!important;margin-left:0!important;background:var(--shell-rose)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:13px 19px!important;font:700 11px Arial,Helvetica,sans-serif!important;text-decoration:none!important;white-space:nowrap!important}
body>footer{background:var(--shell-cream)!important;color:var(--shell-navy)!important;padding:27px 0 29px!important;border-top:1px solid rgba(19,47,85,.07)!important}
body>footer .footer-inner{display:grid!important;grid-template-columns:175px minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important}
body>footer .footer-logo{display:block!important;width:150px!important;height:auto!important;filter:none!important;opacity:1!important}
body>footer .footer-nav{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:11px 20px!important;font:600 10px Arial,Helvetica,sans-serif!important}
body>footer .footer-nav a{color:#29496b!important;text-decoration:none!important;border:0!important;padding:0!important}
body>footer .footer-nav a:hover{color:var(--shell-rose)!important}
body>footer .footer-copy{grid-column:auto!important;text-align:right!important;font:10px/1.55 Arial,Helvetica,sans-serif!important;color:#52677f!important}
body>footer .footer-line{width:86px!important;height:1px!important;background:var(--shell-gold)!important;margin:0 0 9px auto!important}
@media(max-width:1100px){body>header .nav,body header.mini-nav .nav{gap:16px!important}body>header .navlinks,body header.mini-nav .navlinks{gap:14px!important}body>header .navlinks a,body header.mini-nav .navlinks a{font-size:10px!important}body>header .logo,body header.mini-nav .logo{width:155px!important}body>header .top-cta,body header.mini-nav .top-cta{padding:11px 14px!important;font-size:10px!important}}
@media(max-width:850px){body>header,body header.mini-nav{height:auto!important;min-height:0!important}body>header .nav,body header.mini-nav .nav{height:auto!important;min-height:0!important;flex-wrap:wrap!important;padding:10px 0 7px!important;gap:10px!important}body>header .logo,body header.mini-nav .logo{width:155px!important}body>header .navlinks,body header.mini-nav .navlinks{order:3!important;width:100%!important;justify-content:flex-start!important;overflow-x:auto!important;gap:21px!important;margin:0!important;scrollbar-width:none;padding:0 0 3px!important}body>header .navlinks::-webkit-scrollbar,body header.mini-nav .navlinks::-webkit-scrollbar{display:none}body>header .navlinks a,body header.mini-nav .navlinks a{padding:9px 0!important;font-size:10px!important}body>header .navlinks a:after,body header.mini-nav .navlinks a:after{bottom:3px}body>header .top-cta,body header.mini-nav .top-cta{margin-left:auto!important}body>footer .footer-inner{grid-template-columns:1fr!important}body>footer .footer-nav{justify-content:flex-start!important}body>footer .footer-copy{text-align:left!important}body>footer .footer-line{margin-left:0!important}}
/* V73: prevent legacy static offer banners from ever flashing before the animated rail loads. */
.site-offer,#weekly-offer-sitewide,.offer-strip{display:none!important}
/* V73 immediate animated offer rail: styles exist in the document before the page body paints. */
.site-offer-v73{position:relative;z-index:20;overflow:hidden;background:linear-gradient(105deg,#132f55 0%,#244b75 72%,#7a4d5e 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);height:43px;display:flex;align-items:center}
.site-offer-v73-track{display:flex;width:max-content;will-change:transform;animation:siteOfferTickerV73 25s linear infinite; animation-delay:0s;transform:translate3d(0,0,0)}
.site-offer-v73-group{display:flex;align-items:center;gap:10px;padding:6px 10px;flex-shrink:0}
.site-offer-v73-chip{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.075);border-radius:999px;padding:6px 11px;white-space:nowrap}
.site-offer-v73-chip b{font:900 8px Arial,sans-serif;letter-spacing:1.1px;text-transform:uppercase;color:#f4d39f}
.site-offer-v73-chip span{font:normal 13px Georgia,serif}
.site-offer-v73-cta{border-radius:999px;background:#fffaf6;color:#132f55!important;padding:7px 12px;font:900 8px Arial,sans-serif;text-decoration:none;white-space:nowrap}
@keyframes siteOfferTickerV73{from{transform:translate3d(0,0,0)}to{transform:translate3d(-33.333333%,0,0)}}
@media(max-width:700px){.site-offer-v73{height:41px}.site-offer-v73-chip span{font-size:12px}.site-offer-v73-group{gap:8px;padding-inline:8px}}
@media(prefers-reduced-motion:reduce){.site-offer-v73-track{animation:none!important;transform:translate3d(0,0,0)!important}}
