/* V6: preserve centered reading edges and accommodate My Sādhana navigation. */
.site-header{box-sizing:border-box;height:88px;min-height:88px;padding:0 max(6%,calc((100% - 1420px)/2 + 6%));gap:24px;flex-wrap:nowrap;justify-content:space-between;background:var(--ivory)}
.site-header .brand{font-size:23px;flex-shrink:0}
.site-header nav{display:flex;flex-basis:auto;flex-direction:row;align-items:center;justify-content:flex-end;gap:22px;margin:0;border:0;font-size:14px}
.site-header nav a{display:flex;align-items:center;min-height:88px;padding:0;white-space:nowrap}
.site-header .menu-toggle{display:none}
@media(max-width:1280px){
 .site-header{height:auto;min-height:80px;padding:18px 5%;gap:0;flex-wrap:wrap}
 .site-header .brand{font-size:21px}
 .site-header .menu-toggle{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}
 .site-header nav{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;margin-top:16px;border-top:1px solid var(--line)}
 .site-header nav.open{display:flex}
 .site-header nav a{min-height:44px;padding:11px 0;white-space:normal}
}
@media(max-width:760px){.site-header{padding-inline:7%}.site-header .brand{font-size:20px}}
@media print{.site-header{display:none}}

/* A separate account strip keeps identity visible even with the mobile menu closed. */
.site-account-bar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px 12px;padding:8px max(6%,calc((100% - 1420px)/2 + 6%));background:var(--ivory,#faf6ed);border-bottom:1px solid var(--line,#e6dace);color:var(--wine,#571d2c);font-size:13px;line-height:1.5}
.site-account-bar[hidden]{display:none}
.site-account-status{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.site-account-status::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#456447;margin-right:7px;vertical-align:middle}
.site-account-bar a{font-weight:600;color:inherit;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere;min-width:0}
.site-account-bar a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
@media(max-width:1280px){.site-account-bar{padding-inline:5%}}
@media(max-width:760px){.site-account-bar{padding-inline:7%}}
@media print{.site-account-bar{display:none}}

/* Quiet release metadata at the right edge of the existing account strip. */
.site-build-info{display:flex;gap:18px;margin:0 0 0 8px;padding-left:20px;border-left:1px solid var(--line,#e6dace);font-family:Arial,sans-serif}
.site-build-info>div{display:flex;flex-direction:column;gap:1px}
.site-build-info dt{font-size:9px;line-height:1.4;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#76685f}
.site-build-info dd{margin:0;font-size:12px;line-height:1.5;font-weight:600;letter-spacing:.02em}
@media(max-width:600px){.site-build-info{margin-left:0;padding-left:12px;gap:12px}.site-build-info dt{font-size:8px}}
