.sbbc-hero.detail-hero {
  min-height: 0;
  padding: 122px 0 34px;
}
.sbbc-hero .hero-content { max-width: 1120px; }
.sbbc-hero .hero-content > div > .eyebrow { display:block;margin:0 0 8px!important;color:#f3a641!important;font-size:13px!important;font-weight:900!important;line-height:1.25!important;letter-spacing:.05em!important;text-transform:uppercase!important;opacity:1!important;visibility:visible!important; }
.sbbc-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.04;
}
.sbbc-hero .hero-content > div > p:last-child {
  max-width: 900px;
  margin: 0;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.45;
}
.sbbc-hero-metrics {
  gap: 9px;
  max-width: 900px;
  margin-top: 18px;
}
.sbbc-hero-metrics article {
  min-height: 88px;
  padding: 13px 15px;
  border-top-width: 3px;
}
.sbbc-hero-metrics strong,
.sbbc-hero-metrics article:nth-child(2) strong {
  font-size: clamp(22px, 2.6vw, 32px);
}
.sbbc-hero-metrics span {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.28;
}
.deepvariant-label {
  display: block;
  max-width: 100%;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all;
  font-size: clamp(20px, 2.4vw, 32px) !important;
}

.system-page-section {
  width: min(1400px, calc(100% - 48px));
  padding: 46px 0 72px;
}
.system-page-section > .directory-layout {
  grid-template-columns: 290px minmax(0, 1fr) !important;
  gap: 30px;
  align-items: start;
}
.system-page-section .sbbc-directory {
  position: sticky !important;
  top: 108px;
  width: 290px !important;
  max-height: calc(100vh - 132px);
}
.system-page-section .sbbc-content { min-width: 0; }
.system-page-section .sbbc-content sup { white-space: nowrap; }
.system-page-section .sbbc-content sup a {
  display: inline !important;
  min-width: 0;
  height: auto;
  margin: 0 1px;
  border-radius: 0;
  color: var(--teal-dark) !important;
  background: transparent !important;
  font-size: .72em;
  font-weight: 900;
  line-height: inherit;
  text-decoration: none;
}
.system-page-section .sbbc-dark sup a { color: #fff !important; background: transparent !important; }
.system-page-section .sbbc-block { margin: 0; }
.system-page-references { margin-top: 26px !important; }
.system-page-references .gyn-reference-box { padding: 30px; border: 1px solid var(--line); border-top: 4px solid var(--teal); border-radius: 8px; background: #fff; }
.system-page-references h2 { margin-top: 0; color: var(--teal-dark) !important; }
.system-page-references .reflist { margin-bottom: 0; }
.system-page-references li { padding: 10px 4px; color: var(--muted) !important; font-size: 14px; line-height: 1.6; }
.system-page-references li::marker { color: var(--teal-dark); font-weight: 900; }
.system-page-references a { color: var(--teal-dark) !important; text-decoration: underline; text-decoration-color: rgba(43,90,29,.45); overflow-wrap: anywhere; }
.system-page-references i,
.system-page-references b { color: inherit; }
.system-reference-scope { margin: 0 0 18px; padding: 14px 16px; border-left: 4px solid var(--teal); color: var(--muted); background: var(--brand-soft); }
.system-reference-scope sup { margin-left: 6px; }
.system-reference-scope sup a { display: inline-block; margin: 0 2px; font-weight: 900; }
.system-page-pager { display: grid; grid-template-columns: repeat(2, minmax(0, 300px)); justify-content: space-between; gap: 10px; margin-top: 20px; }
.system-page-pager a { display: grid; min-height: 64px; align-content: center; gap: 3px; padding: 10px 14px; border-radius: 7px; color: #fff; background: var(--teal-dark); }
.system-page-pager a:last-child { text-align: right; background: var(--teal); }
.system-page-pager small { color: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; }
.system-page-pager strong { font-size: 14px; line-height: 1.3; }
.system-overview-card .sbbc-service-grid a { color: var(--teal-dark); font-weight: 900; }
.system-overview-card .kicker,
.system-overview-expanded .kicker { display: block; }
.system-overview-card .kicker h2,
.system-overview-expanded .kicker h2 {
  max-width: 100%;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.15;
  white-space: nowrap;
}
.system-overview-expanded { margin-top: 26px !important; padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.system-overview-expanded > [data-lang-content] > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.system-history-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.system-history-grid article { min-width: 0; padding: 20px; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: 8px; background: var(--paper); }
.system-history-grid strong { display: block; color: var(--teal-dark); font-size: 23px; line-height: 1.1; overflow-wrap: anywhere; }
.system-history-grid p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
@media (max-width: 700px) {
  .sbbc-hero.detail-hero { padding: 100px 0 24px; }
  .sbbc-hero h1 { font-size: clamp(30px, 9vw, 40px); }
  .sbbc-hero-metrics { grid-template-columns: 1fr; margin-top: 14px; }
  .sbbc-hero-metrics article { min-height: 0; padding: 11px 13px; }
  .system-page-section { width: min(100% - 20px, 1400px); padding-top: 28px; }
  .system-page-section > .directory-layout { grid-template-columns: 1fr !important; }
  .system-page-section .sbbc-directory { position: static !important; width: 100% !important; max-height: none; }
  .system-page-pager { grid-template-columns: 1fr; }
  .system-page-pager a { min-height: 56px; padding: 9px 12px; }
  .system-page-pager a:last-child { text-align: left; }
  .system-page-references .gyn-reference-box { padding: 22px 18px; }
  .system-overview-expanded { padding: 22px 18px; }
  .system-overview-card .kicker h2,
  .system-overview-expanded .kicker h2 { font-size: 24px; white-space: normal; }
  .system-history-grid { grid-template-columns: 1fr; }
}

@media (min-width: 701px) and (max-width: 1050px) {
  .system-page-section { width: min(100% - 32px, 1400px); }
  .system-page-section > .directory-layout { grid-template-columns: 250px minmax(0, 1fr) !important; gap: 20px; }
  .system-page-section .sbbc-directory { width: 250px !important; }
  .system-history-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-overview-card .kicker h2,
  .system-overview-expanded .kicker h2 { font-size: 26px; white-space: normal; }
}
