/* Shared public components and global shell. */
.nr-brand-header,
.nr-brand-footer {
  width:100vw;
  margin-left:calc(50% - 50vw);
  font-family:var(--nr-sans);
}
.nr-brand-header {
  position:sticky;
  top:0;
  z-index:10050;
  background:rgba(252,250,245,.97);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(16,41,67,.11);
  box-shadow:0 8px 28px rgba(9,27,45,.08);
}
body.toolbar-fixed .nr-brand-header { top:39px; }
body.toolbar-horizontal.toolbar-tray-open .nr-brand-header { top:79px; }
.nr-brand-header__inner {
  width:min(1280px,calc(100% - 34px));
  min-height:82px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  gap:24px;
}
.nr-brand-logo {
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--nr-navy-900) !important;
  text-decoration:none;
  flex:0 0 auto;
}
.nr-brand-logo img {
  width:48px;
  height:62px;
  object-fit:contain;
}
.nr-brand-logo__copy { display:flex; flex-direction:column; line-height:1; }
.nr-brand-logo__copy strong {
  font-family:var(--nr-serif);
  font-size:20px;
  letter-spacing:.055em;
}
.nr-brand-logo__copy span {
  margin-top:7px;
  color:#786637;
  font-size:8px;
  font-weight:850;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.nr-brand-nav {
  display:flex;
  align-items:center;
  gap:2px;
  margin-left:auto;
}
.nr-brand-nav a {
  padding:10px 10px;
  border-radius:9px;
  color:var(--nr-navy-800);
  text-decoration:none;
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
}
.nr-brand-nav a:hover { background:var(--nr-ivory); color:var(--nr-navy-950); }
.nr-brand-actions { display:flex; align-items:center; gap:9px; }
.nr-brand-actions a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 14px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}
.nr-brand-actions__quiet { color:var(--nr-navy-900) !important; }
.nr-brand-actions__primary {
  background:var(--nr-navy-900);
  color:#fff !important;
  box-shadow:0 8px 22px rgba(16,41,67,.14);
}
.nr-brand-mobile { display:none; margin-left:auto; position:relative; }
.nr-brand-mobile summary {
  list-style:none;
  cursor:pointer;
  border:1px solid var(--nr-line);
  border-radius:10px;
  padding:9px 12px;
  color:var(--nr-navy-900);
  font-weight:850;
}
.nr-brand-mobile summary::-webkit-details-marker { display:none; }
.nr-brand-mobile__panel {
  position:absolute;
  right:0;
  top:calc(100% + 12px);
  width:min(340px,calc(100vw - 34px));
  max-height:calc(100vh - 120px);
  overflow:auto;
  padding:13px;
  border:1px solid var(--nr-line);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--nr-shadow);
}
.nr-brand-mobile__panel a {
  display:block;
  padding:11px 10px;
  border-radius:9px;
  color:var(--nr-navy-900);
  text-decoration:none;
  font-weight:760;
}
.nr-brand-mobile__panel a:hover { background:var(--nr-ivory); }
.nr-brand-mobile__label {
  margin:10px 10px 4px;
  color:var(--nr-gold-600);
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.nr-brand-footer {
  background:var(--nr-navy-950);
  color:rgba(255,255,255,.72);
}
.nr-brand-footer__inner {
  width:min(1240px,calc(100% - 34px));
  margin-inline:auto;
  padding:54px 0 20px;
}
.nr-brand-footer__grid {
  display:grid;
  grid-template-columns:1.45fr repeat(4,1fr);
  gap:30px;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.nr-brand-footer .nr-brand-logo { color:#fff !important; align-items:flex-start; }
.nr-brand-footer .nr-brand-logo img { width:72px; height:88px; }
.nr-brand-footer .nr-brand-logo__copy strong { color:#fff; font-size:22px; }
.nr-brand-footer .nr-brand-logo__copy span { color:var(--nr-gold-300); }
.nr-brand-footer__tagline { max-width:330px; margin:18px 0 0; line-height:1.75; font-size:13px; }
.nr-brand-footer__title {
  margin:0 0 13px;
  color:var(--nr-gold-300);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.nr-brand-footer__links { display:grid; gap:8px; }
.nr-brand-footer__links a {
  color:rgba(255,255,255,.67);
  text-decoration:none;
  font-size:12px;
  line-height:1.45;
}
.nr-brand-footer__links a:hover { color:#fff; }
.nr-brand-footer__authorized {
  margin-top:24px;
  padding:14px;
  border:1px solid rgba(238,216,154,.25);
  border-radius:14px;
  background:rgba(255,255,255,.05);
}
.nr-brand-footer__authorized strong {
  display:block;
  margin-bottom:8px;
  color:var(--nr-gold-300);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.nr-brand-footer__authorized a {
  display:inline-block;
  margin:4px 10px 4px 0;
  color:#fff;
  font-size:12px;
}
.nr-brand-footer__bottom {
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  padding-top:18px;
  color:rgba(255,255,255,.43);
  font-size:11px;
}
.nr-brand-footer__bottom nav { display:flex; flex-wrap:wrap; gap:16px; }
.nr-brand-footer__bottom a { color:rgba(255,255,255,.52); text-decoration:none; }
.nr-brand-footer__bottom a:hover { color:#fff; }

.nr-button,
a.nr-button,
button.nr-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:44px;
  padding:.72rem 1.05rem;
  border:1px solid transparent;
  border-radius:999px;
  background:var(--nr-navy-900);
  color:#fff !important;
  text-decoration:none;
  font-weight:850;
}
.nr-button--gold { background:var(--nr-gold-500); color:var(--nr-navy-950) !important; }
.nr-button--clinical { background:var(--nr-teal-700); }
.nr-button--outline { background:transparent; border-color:var(--nr-navy-900); color:var(--nr-navy-900) !important; }

@media(max-width:1120px) {
  .nr-brand-nav,.nr-brand-actions { display:none; }
  .nr-brand-mobile { display:block; }
  .nr-brand-footer__grid { grid-template-columns:1.4fr 1fr 1fr; }
}
@media(max-width:760px) {
  .nr-brand-header__inner { min-height:72px; }
  .nr-brand-logo img { width:40px; height:52px; }
  .nr-brand-logo__copy strong { font-size:17px; }
  .nr-brand-logo__copy span { display:none; }
  .nr-brand-footer__grid { grid-template-columns:1fr 1fr; }
  .nr-brand-footer__brand { grid-column:1/-1; }
  .nr-brand-footer__bottom { align-items:flex-start; flex-direction:column; }
}
@media(max-width:520px) {
  .nr-brand-footer__grid { grid-template-columns:1fr; }
  .nr-brand-footer__brand { grid-column:auto; }
}
