/* Stronger shared header and footer branding. */
.header-inner{height:86px}
.brand{width:210px;flex:0 0 210px}
.brand img{height:64px;object-fit:cover;object-position:center}

.footer-brand img{display:block;width:228px;height:80px;margin:0 0 18px;background:#fff;border-radius:12px;object-fit:cover;object-position:center;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.footer-brand p{margin-top:0;font-size:12px}
.footer-social-wrap{display:flex;align-items:center;gap:14px;margin-top:21px}
.footer-social-label{color:#c8d2df;font-size:9px;font-weight:800;letter-spacing:.12em;line-height:1.35;text-transform:uppercase}
.footer-social{display:flex;gap:9px;margin:0}
.footer-social a{position:relative;width:40px;height:40px;margin:0!important;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.06);color:#fff!important;font-size:15px;overflow:hidden;isolation:isolate;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.footer-social a:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(145deg,var(--orange),#ff9b47);opacity:0;transition:opacity .2s ease}
.footer-social a:hover{transform:translateY(-3px);background:transparent;border-color:rgba(255,155,71,.85);box-shadow:0 9px 22px rgba(255,123,20,.24)}
.footer-social a:hover:before{opacity:1}
.footer-social a:focus-visible{outline:3px solid rgba(255,155,71,.42);outline-offset:3px;border-color:var(--orange)}

.footer-bottom{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);min-height:78px;gap:22px;font-size:11px}
.footer-policies{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.footer-policies>a{display:inline-flex;align-items:center;min-height:34px;margin:0!important;padding:7px 11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#d9e1eb!important;font-size:10px;font-weight:600;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease}
.footer-policies>a:hover{background:rgba(255,255,255,.08);border-color:var(--orange);color:#fff!important}
.footer-credit{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#8390a2;white-space:nowrap}
.footer-credit>a{display:inline-flex;align-items:center;gap:6px;margin:0!important;color:#fff!important;font-size:11px;font-weight:800;letter-spacing:.01em;text-decoration:none}
.footer-credit>a i{color:var(--orange);font-size:9px;transition:transform .2s ease}
.footer-credit>a:hover{color:#ff9b47!important}
.footer-credit>a:hover i{transform:translate(2px,-2px)}

@media(max-width:1100px){.brand{width:184px;flex-basis:184px}.brand img{height:58px}}
@media(max-width:880px){.header-actions{margin-left:auto;gap:4px}.header-actions .header-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px}.header-actions .menu-toggle{flex:0 0 42px}.header-actions .btn-explore{display:none}.footer-bottom{grid-template-columns:1fr auto}.footer-policies{grid-column:1/-1;grid-row:2;justify-content:flex-start;padding-bottom:16px}.footer-credit{justify-content:flex-end}}
@media(max-width:640px){.site-header .header-inner{height:76px}.brand{width:170px;flex-basis:170px}.brand img{height:54px}.footer-brand img{width:218px;height:76px}.footer-social-wrap{align-items:flex-start;flex-direction:column;gap:9px}.footer-bottom{display:flex;gap:12px;padding-top:20px;padding-bottom:20px}.footer-policies{gap:7px;padding-bottom:0}.footer-policies>a{font-size:10px;padding:7px 10px}.footer-credit{justify-content:flex-start;white-space:normal}}
