/* Shared STRAND navigation — warm editorial, not dashboard UI */
:root{--strand-ivory:#f7f2ea;--strand-ink:#181716;--strand-gold:#b89b5e;--strand-line:rgba(24,23,22,.15)}
#strand-menu{position:fixed;inset:0 0 auto 0;height:74px;z-index:9999;background:rgba(247,242,234,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--strand-line);color:var(--strand-ink);font-family:Arial,sans-serif}
#strand-menu *{box-sizing:border-box} #strand-menu .inner{height:100%;max-width:1320px;margin:auto;padding:0 32px;display:flex;align-items:center;gap:34px}
#strand-menu .wordmark{font-family:Georgia,serif;font-size:23px;letter-spacing:.2em;text-decoration:none;color:var(--strand-ink);font-weight:normal;white-space:nowrap}
#strand-menu .links{display:flex;align-items:center;gap:25px;margin-left:auto}.strand-link{color:#4a4640;text-decoration:none;font-size:11px;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}.strand-link:hover,.strand-link.active{color:var(--strand-ink)}.strand-link.active{border-bottom:1px solid var(--strand-gold);padding-bottom:5px}
#strand-menu .nav-cta{margin-left:8px;padding:11px 16px;background:var(--strand-ink);color:var(--strand-ivory);text-decoration:none;font-size:10px;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.nav-cta:hover{background:var(--strand-gold)}
#strand-menu .menu-toggle{display:none;margin-left:auto;background:transparent;border:0;color:var(--strand-ink);font-size:23px;padding:10px;cursor:pointer}
body{padding-top:74px!important} nav.spine{display:none!important} header.top{display:none!important}
@media(max-width:800px){#strand-menu{height:64px}body{padding-top:64px!important}#strand-menu .inner{padding:0 18px}#strand-menu .wordmark{font-size:19px}.menu-toggle{display:block!important}#strand-menu .links{display:none;position:absolute;left:0;right:0;top:64px;background:var(--strand-ivory);border-bottom:1px solid var(--strand-line);padding:16px 18px 22px;flex-direction:column;align-items:stretch;gap:0;margin:0}#strand-menu.open .links{display:flex}.strand-link{padding:14px 0;border-bottom:1px solid var(--strand-line);font-size:11px}.strand-link.active{padding-bottom:14px;border-bottom:1px solid var(--strand-line)}#strand-menu .nav-cta{margin:18px 0 0;text-align:center;padding:14px}.corner{display:none!important}}
