.site-header { position: relative; z-index: 1000; background: radial-gradient(circle at 50% 130%, #123862 0, var(--navy-900) 42%, var(--navy-950) 100%); color: var(--white); border-bottom: 1px solid rgba(214,165,40,.48); box-shadow: 0 10px 35px rgba(2,11,24,.18); }
.site-header::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-500), transparent); }
.site-header__inner { min-height: var(--header-height); display: grid; grid-template-columns: 1fr minmax(250px, 390px) 1fr; align-items: center; gap: 24px; }
.site-logo { position: relative; justify-self: center; width: min(100%, 165px); height: 48px; overflow: hidden; display: block; border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.3), 0 0 0 1px rgba(214,165,40,.22); }
.site-logo img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; border-radius: 10px; object-fit: contain; object-position: center; }
.menu-toggle { justify-self: start; min-width: 108px; min-height: 48px; display: inline-flex; align-items: center; gap: 12px; padding: 0 17px; border: 1px solid rgba(241,209,112,.55); border-radius: var(--radius); background: rgba(255,255,255,.04); color: var(--white); cursor: pointer; font-weight: 700; letter-spacing: .04em; transition: background .2s, border-color .2s; }
.menu-toggle:hover { background: rgba(214,165,40,.14); border-color: var(--gold-300); }
.menu-toggle__lines { width: 22px; display: grid; gap: 5px; }
.menu-toggle__lines span { height: 2px; background: var(--gold-300); border-radius: 2px; transition: transform .2s, opacity .2s; }
.header-actions { justify-self: end; display: flex; gap: 10px; }
.header-action { min-width: 58px; min-height: 52px; display: grid; place-items: center; gap: 2px; padding: 6px 10px; border: 1px solid rgba(241,209,112,.32); border-radius: var(--radius); color: var(--white); text-decoration: none; font-size: .7rem; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.header-action svg { width: 20px; height: 20px; fill: var(--gold-300); }
.header-action:hover { color: var(--gold-300); background: rgba(214,165,40,.12); border-color: var(--gold-300); transform: translateY(-2px); }
.nav-backdrop { position: fixed; inset: 0; z-index: 1000; background: rgba(2,11,24,.72); backdrop-filter: blur(3px); }
.primary-nav { position: fixed; z-index: 1001; inset: 0 auto 0 0; width: min(410px, 92vw); padding: 28px; overflow-y: auto; background: linear-gradient(155deg, var(--navy-800), var(--navy-950) 70%); box-shadow: 20px 0 60px rgba(0,0,0,.35); transform: translateX(-105%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
.primary-nav[data-open] { transform: translateX(0); visibility: visible; }
.primary-nav__heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border); color: var(--gold-300); font-family: var(--font-display); font-size: 1.45rem; }
.nav-close { width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: transparent; color: var(--white); font-size: 2rem; line-height: 1; cursor: pointer; }
.primary-nav__list { padding: 20px 0; }
.primary-nav__list > li { border-bottom: 1px solid rgba(255,255,255,.09); }
.primary-nav__list a, .nav-group summary { display: block; padding: 13px 4px; color: var(--white); text-decoration: none; cursor: pointer; font-weight: 600; }
.primary-nav__list a:hover, .primary-nav__list a[aria-current="page"], .nav-group summary:hover { color: var(--gold-300); }
.nav-group summary { list-style: none; position: relative; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: "+"; position: absolute; right: 4px; color: var(--gold-300); font-size: 1.3rem; }
.nav-group[open] summary::after { content: "−"; }
.nav-group ul { padding: 0 0 12px 15px; border-left: 1px solid var(--gold-500); }
.nav-group li a { padding: 8px 10px; font-size: .9rem; font-weight: 400; }
.primary-nav__contact { margin-top: 12px; padding: 20px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.04); }
.primary-nav__contact p { margin-bottom: 12px; color: var(--ivory-100); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 8px; text-decoration: none; font-weight: 800; }
.button--gold { background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); color: var(--navy-950); }
.site-footer { position: relative; background: radial-gradient(circle at 14% 0, #0d3159 0, var(--navy-900) 30%, var(--navy-950) 76%); color: #dbe4ee; }
.site-footer__accent { height: 4px; background: linear-gradient(90deg, var(--navy-950), var(--gold-500), var(--gold-300), var(--gold-500), var(--navy-950)); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr 1.2fr; gap: 48px; padding-block: 70px 60px; }
.site-footer h2 { margin-bottom: 22px; color: var(--gold-300); font-size: 1.35rem; letter-spacing: .03em; }
.footer-brand { display: block; }
.footer-logo { position: relative; display: block; width: min(100%, 260px); height: 88px; margin-bottom: 22px; overflow: hidden; border-radius: 10px; box-shadow: 0 10px 28px rgba(0,0,0,.34), 0 0 0 1px rgba(214,165,40,.22); }
.footer-logo img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; border-radius: 10px; object-fit: contain; object-position: center; }
.footer-brand p { font-size: .93rem; }
.footer-advocate { margin-top: 18px; color: var(--white); font-family: var(--font-display); font-size: 1.08rem !important; }
.footer-advocate span { color: var(--gold-300); font-family: var(--font-body); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a, .footer-contact a { color: #dbe4ee; text-decoration: none; font-size: .9rem; }
.footer-links a::before { content: "›"; margin-right: 8px; color: var(--gold-500); }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-300); text-decoration: underline; }
.footer-contact { font-style: normal; }
.footer-contact p + p { margin-top: 14px; }
.footer-contact strong { color: var(--white); }
.footer-contact-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-contact-actions a { padding: 5px 10px; border: 1px solid var(--border); border-radius: 5px; color: var(--gold-300); text-decoration: none; font-size: .8rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.2); }
.footer-bottom__inner { min-height: 66px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .82rem; }
.footer-bottom a { color: var(--gold-300); font-weight: 700; }
