:root {
  --ink: #17242b;
  --muted: #53646d;
  --line: #dfe7ea;
  --paper: #f7f9fa;
  --white: #ffffff;
  --teal: #377325;
  --teal-dark: #2b5a1d;
  --blue: #1f5f8f;
  --coral: #377325;
  --gold: #d9a23a;
  --brand-soft: #edf5ea;
  --brand-orange-dark: #8a5a19;
  --graphite: #223039;
  --shadow: 0 16px 48px rgba(23, 36, 43, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
  min-height: 92px;
  padding: 8px clamp(18px, 3.4vw, 48px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 0 rgba(17, 32, 39, 0.08);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 40px rgba(17, 32, 39, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  grid-template-columns: 62px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
  width: fit-content;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  grid-column: 1;
  grid-row: 1;
  transform: translateY(-3px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(19, 34, 25, 0.1);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: contents;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  grid-column: 2;
  grid-row: 1;
  color: var(--teal);
  font-size: 42px;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand small {
  grid-column: 1 / -1;
  grid-row: 2;
  max-width: none;
  margin-top: 0;
  padding-left: 8px;
  color: #c96f22;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  opacity: 1;
  white-space: nowrap;
}

.nav {
  justify-self: center;
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 900;
}

@media (min-width: 1321px) {
  .nav {
    margin-left: 0;
  }

  .header-actions {
    margin-left: 18px;
  }
}

/* Larger, high-contrast language flags without increasing header height. */
.language-current {
  width: 54px;
  min-height: 54px;
  border: 2px solid rgba(55,115,37,.32);
  background: #fff;
  box-shadow: 0 7px 20px rgba(20,65,38,.11);
  font-size: 30px;
}

.language-panel {
  width: 68px;
  padding: 8px;
}

.language-panel button,
.language-panel a,
.language-switch button,
.site-header .language-panel a {
  min-height: 44px;
  padding: 7px 4px;
  font-size: 27px;
}

.nav > .nav-item:first-child .nav-pill {
  max-width: none;
  white-space: nowrap;
}

.nav-item {
  position: relative;
}

.nav-item::after,
.language-menu::after {
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  height: 16px;
  content: "";
}

.nav-item:hover,
.nav-item:focus-within {
  z-index: 110;
}

.nav-pill {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 16px;
  color: var(--ink);
  line-height: 1.16;
  opacity: 1;
  max-width: 170px;
  text-align: center;
  white-space: normal;
  transition: background 160ms ease, color 160ms ease;
}

.nav-pill:hover,
.nav-pill.active,
.nav a[aria-current="page"] {
  color: var(--teal-dark);
  background: var(--brand-soft);
}

/* Keep the Centers & Departments tab neutral on its destination pages. */
.nav-pill[href="/centers.html"].active,
.nav-pill[href="/centers.html"][aria-current="page"],
.nav-pill[href="/centers.html"]:hover,
.nav-item:focus-within > .nav-pill[href="/centers.html"] {
  color: var(--ink);
  background: transparent !important;
}

.chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.66;
}

.nav-item:hover .chevron,
.nav-item:focus-within .chevron,
.language-menu:hover .chevron,
.language-menu:focus-within .chevron {
  transform: rotate(225deg) translateY(-2px);
}

.header-actions {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mega-panel,
.language-panel {
  position: absolute;
  top: calc(100% + 2px);
  z-index: 100;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(17, 32, 39, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.nav-item:hover .mega-panel,
.nav-item:focus-within .mega-panel,
.language-menu:hover .language-panel,
.language-menu:focus-within .language-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-panel {
  left: 0;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.nav-item:nth-of-type(3) .mega-panel,
.nav-item:nth-of-type(4) .mega-panel,
.nav-item:nth-of-type(5) .mega-panel {
  right: 0;
  left: auto;
}

.slim-panel {
  width: 360px;
}

.centers-panel {
  width: min(730px, calc(100vw - 44px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.laboratory-hubs-panel {
  width: min(880px, calc(100vw - 44px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.laboratory-hubs-panel > a {
  min-height: 64px;
  background: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.laboratory-hubs-panel > a > span:last-child {
  display: grid;
  gap: 3px;
}

.laboratory-hubs-panel b {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .08em;
}

/* Remove the retired three-item Laboratory menu from legacy page headers. */
.nav-pill[href$="laboratory.html"] + .mega-panel > a[href$="laboratory.html"],
.nav-pill[href$="laboratory.html"] + .mega-panel > a[href$="samples.html"] {
  display: none !important;
}

/* Laboratory service is now the single catalogue and ordering entry point. */
.nav-item:not([data-laboratory-service-nav]):has(> .nav-pill[href$="laboratory.html"]) {
  display: none !important;
}

.laboratory-service-nav,
.laboratory-service-nav.active,
.nav a.laboratory-service-nav[aria-current="page"] {
  color: #fff;
  background: #c96f22;
  box-shadow: 0 7px 18px rgba(201,111,34,.22);
}

.laboratory-service-nav:hover,
.laboratory-service-nav:focus-visible {
  color: #fff;
  background: #a95719;
}

@media (min-width: 1321px) {
  .nav {
    gap: clamp(24px, 1.8vw, 34px);
  }

  .nav-pill {
    padding-right: clamp(14px, 1.15vw, 20px);
    padding-left: clamp(14px, 1.15vw, 20px);
  }

  .header-actions {
    min-width: 58px;
    justify-content: flex-start;
  }
}

.centers-panel > a {
  border: 1px solid rgba(55,115,37,.16);
  background: #fff;
}

.centers-panel > a:hover,
.centers-panel > a:focus-visible {
  color: #fff;
  border-color: var(--teal);
  background: var(--teal);
}

.centers-panel > a:hover .menu-icon,
.centers-panel > a:focus-visible .menu-icon {
  color: var(--teal-dark);
  background: #fff;
}

.mega-panel a {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  padding: 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.slim-panel a {
  padding: 8px 10px;
}

.mega-panel a:hover {
  color: var(--teal-dark);
  background: var(--brand-soft);
}

.menu-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--brand-soft);
}

.language-current .menu-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.menu-icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-vision { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5c5 0 9 4.5 10 7-1 2.5-5 7-10 7S3 14.5 2 12c1-2.5 5-7 10-7Zm0 3a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3C/svg%3E"); }
.icon-mission { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2v3.1a7 7 0 1 1-2 0V2h2Zm-1 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm0 2.2a1.8 1.8 0 1 1 0 3.6 1.8 1.8 0 0 1 0-3.6Z'/%3E%3C/svg%3E"); }
.icon-shield { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.5 8 11 4.6-1.5 8-5.8 8-11V5l-8-3Zm4.7 7.7-5.5 5.5-3-3 1.4-1.4 1.6 1.6 4.1-4.1 1.4 1.4Z'/%3E%3C/svg%3E"); }
.icon-leadership { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm8.5 1a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7ZM2 21c.3-4.5 2.7-7 6-7s5.7 2.5 6 7H2Zm12.8 0a9 9 0 0 0-2.1-5.2 5 5 0 0 1 3.8-1.8c2.9 0 5 2.3 5.3 7h-7Z'/%3E%3C/svg%3E"); }
.icon-news { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h14a2 2 0 0 1 2 2v12h1V8h2v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm2 4v5h5V8H6Zm7 0v2h4V8h-4Zm0 4v2h4v-2h-4ZM6 16v2h11v-2H6Z'/%3E%3C/svg%3E"); }
.icon-contact { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Zm0 4v1l8 4 8-4V8l-8 4-8-4Zm0 4v6h16v-6l-8 4-8-4Z'/%3E%3C/svg%3E"); }
.icon-dna { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h3c0 2.1 1.4 3.4 3.5 5.2l.8.7H8.5A5.8 5.8 0 0 1 7 2Zm7 0h3c0 4.3-2.4 6.4-5.1 8.7C9.4 12.8 7 14.9 7 19h3c0-2.1 1.4-3.4 3.5-5.2l.8-.7H20v3h-4.5c-.9.8-1.5 1.6-1.5 2.9h3c0 1 .1 2 .4 3h-3.2c-.1-.8-.2-1.7-.2-3 0-4.3 2.4-6.4 5.1-8.7C21.6 8.2 24 6.1 24 2h-3c0 2.1-1.4 3.4-3.5 5.2l-.8.7H11v-3h4.5c.9-.8 1.5-1.6 1.5-2.9h-3Z' transform='translate(-3)'/%3E%3C/svg%3E"); }
.icon-cell { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c3.1 0 5.2 1.6 6.4 3.7 2.2.7 3.6 2.6 3.6 5 0 2.6-1.6 4.4-3.9 5.1-.8 3.5-3.1 6.2-6.5 6.2-2.8 0-4.8-1.8-5.6-4.4-2.5-.6-4-2.5-4-5 0-2.3 1.3-4.2 3.4-5C6.2 4.3 8.6 2 12 2Zm0 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-6.5 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm13 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z'/%3E%3C/svg%3E"); }
.icon-heart { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21S3 15.9 3 9.4C3 5.7 5.5 3 8.8 3c1.8 0 3.2.8 4.2 2.1A5.1 5.1 0 0 1 17.2 3C20.5 3 23 5.7 23 9.4 23 15.9 12 21 12 21Zm-1.2-9.5H7v2h2.6l1.6 3.2 2.4-6.2 1.5 3h2.9v-2h-1.7l-2.9-5.7-2.6 5.7Z' transform='translate(-1)'/%3E%3C/svg%3E"); }
.icon-kidney { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 3C6 3 3 6.2 3 10.5 3 15 5.7 20 9 20c2.2 0 3.5-2.4 3.5-5.8V9.8c0-4-1-6.8-3-6.8Zm5 0c-2 0-3 2.8-3 6.8v4.4c0 3.4 1.3 5.8 3.5 5.8 3.3 0 6-5 6-9.5C21 6.2 18 3 14.5 3ZM11 10H8V8h3v2Zm5 0h-3V8h3v2Z'/%3E%3C/svg%3E"); }
.icon-newborn { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a4 4 0 0 1 4 4v1h-2V7a2 2 0 1 0-4 0v1H8V7a4 4 0 0 1 4-4Zm-7 7h14v5a7 7 0 0 1-14 0v-5Zm4 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm6 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-4 2v2h2v-2h-2Z'/%3E%3C/svg%3E"); }
.icon-ai { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2h2v3h4V2h2v3h1a2 2 0 0 1 2 2v1h3v2h-3v4h3v2h-3v1a2 2 0 0 1-2 2h-1v3h-2v-3h-4v3H8v-3H7a2 2 0 0 1-2-2v-1H2v-2h3v-4H2V8h3V7a2 2 0 0 1 2-2h1V2Zm0 6v8h8V8H8Zm2 6 1.2-4h1.6L14 14h-1.3l-.2-.8h-1l-.2.8H10Z'/%3E%3C/svg%3E"); }
.icon-council { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 2 8l10 5 10-5-10-5Zm-7 8v4c0 2.7 3.1 5 7 5s7-2.3 7-5v-4l-7 3.5L5 11Z'/%3E%3C/svg%3E"); }
.icon-ethics { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3v3h6v2h-2.2l3.2 6h1v2a4 4 0 0 1-8 0v-2h1l3.2-6H13v11h4v2H7v-2h4V8H6.8l3.2 6h1v2a4 4 0 0 1-8 0v-2h1l3.2-6H5V6h6V3h2ZM6 14h2l-1-2-1 2Zm10 0h2l-1-2-1 2Z'/%3E%3C/svg%3E"); }
.icon-publication { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h9l5 5v15H6V2Zm8 1v5h5L14 3ZM8 11v2h9v-2H8Zm0 4v2h9v-2H8Zm0 4h6v-2H8v2Z'/%3E%3C/svg%3E"); }
.icon-tube { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2h8v2h-2v6.6l5.3 7.9A3 3 0 0 1 16.8 23H7.2a3 3 0 0 1-2.5-4.5L10 10.6V4H8V2Zm4 9.2L9.8 14h4.4L12 11.2ZM8.3 16l-2 3a1 1 0 0 0 .9 1.5h9.6a1 1 0 0 0 .9-1.5l-2-3H8.3Z'/%3E%3C/svg%3E"); }
.icon-oncology { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c2.8 0 5 2.2 5 5 0 2-1.1 3.6-2.7 4.4L19 22h-3l-4-8-4 8H5l4.7-10.6A5 5 0 0 1 12 2Zm0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E"); }
.icon-sample { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2h8v3h-1v4l4 7.5A3 3 0 0 1 16.4 21H7.6A3 3 0 0 1 5 16.5L9 9V5H8V2Zm3 7.5L9.8 12h4.4L13 9.5V5h-2v4.5ZM8.8 14l-2 3.5a1 1 0 0 0 .8 1.5h8.8a1 1 0 0 0 .8-1.5l-2-3.5H8.8Z'/%3E%3C/svg%3E"); }
.icon-residency { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h9a4 4 0 0 1 4 4v6.5a3.5 3.5 0 1 1-2 0V7a2 2 0 0 0-2-2h-1v7a4 4 0 1 1-8 0V3Zm2 2v7a2 2 0 1 0 4 0V5H7Zm10 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z'/%3E%3C/svg%3E"); }
.icon-workshop { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v11H4V4Zm2 2v7h12V6H6Zm-2 12h16v2H4v-2Zm7-10h2v3h3v2h-5V8Z'/%3E%3C/svg%3E"); }
.icon-degree { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 1 9l11 6 7-3.8V17h2V10L12 3Zm-6 9.2V16c0 2.2 2.7 4 6 4s6-1.8 6-4v-3.8L12 15.5l-6-3.3Z'/%3E%3C/svg%3E"); }
.icon-globe { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.1a15 15 0 0 0-1.1-5A8 8 0 0 1 18.9 11ZM12 4.1c.7 1 1.4 3.2 1.6 6.9h-3.2c.2-3.7.9-5.9 1.6-6.9ZM4.3 13h3.9c.1 1.9.4 3.5.9 4.9A8 8 0 0 1 4.3 13Zm3.9-2H4.3A8 8 0 0 1 9.1 6c-.5 1.4-.8 3.1-.9 5Zm3.8 8.9c-.7-1-1.4-3.1-1.6-6.9h3.2c-.2 3.8-.9 5.9-1.6 6.9Zm2.7-2c.5-1.4.8-3 .9-4.9h3.1a8 8 0 0 1-4 4.9Z'/%3E%3C/svg%3E"); }

.language-menu {
  position: relative;
}

.language-current {
  display: inline-flex;
  width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 23px;
  font-weight: 900;
}

.language-current:hover,
.language-menu:focus-within .language-current {
  color: var(--teal-dark);
  box-shadow: 0 0 0 2px rgba(23, 107, 107, 0.12);
}

.language-panel {
  right: 0;
  display: grid;
  width: 58px;
  gap: 4px;
  padding: 7px;
}

.language-panel button,
.language-panel a,
.language-switch button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: 7px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}

.language-current .menu-icon,
.language-current .chevron {
  display: none;
}

.site-header .language-panel a {
  padding: 7px;
  text-align: center;
  font-size: 20px;
}

.language-panel button.active,
.language-panel button:hover,
.language-panel a.active,
.language-panel a:hover,
.language-panel a[aria-current="page"],
.language-switch button.active {
  color: var(--teal-dark);
  background: var(--brand-soft);
}

.language-switch {
  display: none;
}

.sns-share {
  position: relative;
  display: flex;
  min-width: 260px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.sns-share a,
.sns-share button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--sns-color, var(--teal-dark));
  box-shadow: 0 7px 20px rgba(17, 32, 39, .2);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: transform 150ms ease, box-shadow 150ms ease;
  opacity: 1;
  visibility: visible;
}

.sns-share a:hover,
.sns-share button:hover,
.sns-share a:focus-visible,
.sns-share button:focus-visible {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 9px 24px rgba(17, 32, 39, .28);
}

.sns-facebook { --sns-color: #1877f2; }
.sns-instagram { --sns-color: #c13584; }
.sns-whatsapp { --sns-color: #25d366; }
.sns-telegram { --sns-color: #229ed9; }
.sns-threads { --sns-color: #111; }
.sns-tiktok { --sns-color: #111; }
.sns-youtube { --sns-color: #ff0000; }

.sns-share-status {
  position: absolute;
  right: 50%;
  bottom: 39px;
  transform: translateX(50%);
  width: max-content;
  max-width: 220px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
  background: #17242b;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
}

.sns-share-status.show { opacity: 1; }

.quiet-link {
  font-size: 15px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 10px 24px rgba(48, 112, 32, 0.2);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.1);
}

.button-lab {
  color: var(--white);
  border-color: #c96f22;
  background: #c96f22;
  box-shadow: 0 10px 24px rgba(201, 111, 34, 0.22);
}

.button-lab:hover {
  background: #a95719;
}

.button-light {
  color: var(--teal-dark);
  border-color: var(--line);
  background: var(--white);
}

.dark-text {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.compact {
  min-height: 42px;
  padding-inline: 16px;
}

.consult-button {
  min-height: 58px;
  border-radius: 999px;
  padding-inline: 22px;
  font-size: 16px;
  line-height: 1.18;
  max-width: 196px;
  text-align: center;
}

.header-actions .button-lab {
  border-color: #c96f22;
  background: #c96f22;
  box-shadow: 0 10px 24px rgba(201, 111, 34, 0.18);
}

.header-actions .button-lab:hover {
  background: #a95719;
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--graphite);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(23, 36, 43, 0.92) 0%, rgba(23, 36, 43, 0.72) 46%, rgba(23, 36, 43, 0.16) 100%),
    linear-gradient(0deg, rgba(23, 36, 43, 0.72) 0%, rgba(23, 36, 43, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 122px 0 22px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(21px, 2.3vw, 26px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.institutional-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 42px 0 0;
}

.institutional-stats div {
  min-height: 108px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.institutional-stats dt {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 900;
}

.institutional-stats dd {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 800;
}

.journey-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.journey-panel a {
  display: grid;
  min-height: 118px;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
}

.journey-panel strong {
  font-size: 18px;
}

.journey-panel span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.intro-section,
.section,
.access-section,
.split-section,
.science-band,
.contact-section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.access-section {
  padding: 30px 0 28px;
}

.finder-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 20px;
  align-items: end;
  padding: 22px 26px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--graphite));
  box-shadow: var(--shadow);
}

.finder-panel h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
  white-space: nowrap;
}

.finder-panel .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.finder-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.finder-form label {
  color: var(--white);
}

.finder-form select {
  min-height: 58px;
  font-size: 18px;
  background: var(--white);
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.access-grid a {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand-soft);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.access-grid strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1.16;
}

.access-grid span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 34px;
  padding: 74px 0 30px;
}

.intro-section h2,
.section-heading h2,
.split-copy h2,
.science-band h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-panel {
  align-self: end;
  padding: 24px;
  border-left: 5px solid var(--teal);
  background: var(--white);
  box-shadow: var(--shadow);
}

.intro-panel p,
.split-copy p,
.contact-copy p,
.sample-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.section {
  padding: 76px 0;
}

.institution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.institution-grid article,
.program-grid article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand-soft);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.institution-grid span {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.institution-grid h3,
.program-grid strong {
  display: block;
  margin: 14px 0 10px;
  font-size: 24px;
  line-height: 1.16;
}

.institution-grid p,
.program-grid span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.department-section {
  padding-top: 46px;
}

.compact-directory .department-list article {
  min-height: 164px;
}

.directory-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  border-radius: 8px;
  padding: 6px 9px;
  color: var(--teal-dark);
  background: var(--brand-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link-on-dark {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  color: var(--white);
  font-weight: 900;
}

.department-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: stretch;
}

.department-lead {
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: var(--graphite);
}

.department-lead h3 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.1;
}

.department-lead p,
.department-lead li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.5;
}

.department-lead ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 18px;
}

.department-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.department-list article {
  display: grid;
  gap: 10px;
  min-height: 188px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand-soft);
  border-radius: 8px;
  background: var(--white);
}

.department-list .center-card {
  grid-column: span 2;
  border-top-color: var(--teal);
  background: var(--white);
}

.department-list .muted-card {
  border-top-color: var(--gold);
  background: #fbfcfc;
}

.department-list strong {
  font-size: 22px;
  line-height: 1.18;
}

.department-list span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.department-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.department-list li {
  border-radius: 8px;
  padding: 7px 9px;
  color: var(--teal-dark);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.department-open-button {
  width: fit-content;
  min-height: 42px;
  margin-top: 14px;
  padding-inline: 15px;
  font-size: 13px;
}

/* Compact hero used only by the main Centers & Departments directory. */
.detail-hero.centers-directory-hero {
  box-sizing: border-box;
  display: flex;
  min-height: 290px;
  align-items: center;
  padding: 116px 24px 30px;
}

.detail-hero.centers-directory-hero .hero-content {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0;
}

.detail-hero.centers-directory-hero h1 {
  max-width: 1040px;
  margin: 0 0 10px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.1;
}

.detail-hero.centers-directory-hero .eyebrow {
  margin-bottom: 8px;
  color: #f3a641;
  font-size: 13px;
  letter-spacing: .05em;
}

.detail-hero.centers-directory-hero .hero-content > p:last-child {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
}

@media (max-width: 580px) {
  .detail-hero.centers-directory-hero {
    min-height: 260px;
    padding: 108px 18px 24px;
  }

  .detail-hero.centers-directory-hero h1 {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .detail-hero.centers-directory-hero .hero-content > p:last-child {
    font-size: 15px;
  }
}

/* Keep concise department names together where desktop width permits. */
.single-line-department {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

/* Full-width department summaries with stable space for their page links. */
.department-feature-wide {
  display: block;
  width: 100%;
}

.department-feature-wide > div,
.department-feature-wide > p {
  width: 100%;
  max-width: none;
}

.department-feature-wide .department-open-button,
.department-feature-wide > .department-open-button,
.department-feature-wide > div > .button {
  display: inline-flex;
  width: auto;
  min-width: 220px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 11px 18px;
  white-space: normal;
  text-align: center;
}

.cardiovascular-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.cardiovascular-feature h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

@media (max-width: 760px) {
  .single-line-department {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

.detail-main {
  background: var(--paper);
}

.detail-hero {
  min-height: auto;
  padding: 154px 0 64px;
  color: var(--white);
  background: linear-gradient(135deg, var(--graphite), var(--teal-dark));
}

/* Use the Education page palette across institutional and department pages. */
.centers-hero,
.sbbc-hero,
.gynecology-integrated-hero,
.oncology-hero,
.regen-dept-hero,
.council-hero,
.ethics-hero,
.publications-hero {
  background: linear-gradient(135deg, var(--graphite), var(--teal-dark)) !important;
}

.oncology-main,
.regen-native-main,
.council-main,
.ethics-main,
.publications-main {
  background: var(--paper) !important;
}

.centers-hero {
  background:
    linear-gradient(110deg, rgba(23, 36, 43, 0.96), rgba(16, 75, 77, 0.88)),
    radial-gradient(circle at 88% 18%, rgba(217, 162, 58, 0.26), transparent 34%),
    var(--graphite);
}

.about-hero {
  background:
    linear-gradient(110deg, rgba(23, 36, 43, 0.97), rgba(43, 90, 29, 0.86)),
    radial-gradient(circle at 84% 18%, rgba(217, 162, 58, 0.28), transparent 30%),
    var(--graphite);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 36px;
  align-items: center;
}

.about-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 48%, rgba(217, 162, 58, 0.22), transparent 42%);
  overflow: hidden;
}

.about-visual::before,
.about-visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  content: "";
}

.about-visual::before {
  width: 270px;
  height: 270px;
}

.about-visual::after {
  width: 190px;
  height: 190px;
  border-color: rgba(217, 162, 58, 0.42);
}

.about-visual img {
  position: relative;
  z-index: 1;
  width: 122px;
  height: 122px;
  border-radius: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.about-visual span {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.about-visual span:nth-of-type(1) {
  top: 44px;
  left: 34px;
}

.about-visual span:nth-of-type(2) {
  top: 76px;
  right: 30px;
}

.about-visual span:nth-of-type(3) {
  right: 42px;
  bottom: 62px;
}

.about-visual span:nth-of-type(4) {
  bottom: 42px;
  left: 42px;
}

.detail-hero .hero-content {
  padding: 0;
}

.detail-hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.04;
}

.detail-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
}

.about-overview {
  padding-bottom: 44px;
}

.about-feature-grid,
.principle-grid,
.leader-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-feature-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
  margin-top: 22px;
}

.about-feature-card,
.principle-grid article,
.leader-grid article,
.news-card,
.news-list article {
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand-soft);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.about-feature-card {
  min-height: 268px;
  padding: 26px;
}

.about-feature-card.featured {
  border-top-color: var(--teal);
  background: linear-gradient(180deg, #ffffff, #f4faf1);
}

.about-feature-card h3,
.principle-grid strong,
.leader-grid h3,
.news-card h3 {
  display: block;
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.14;
}

.about-feature-card p,
.principle-grid p,
.leader-grid p,
.news-card p,
.news-list span {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.about-band {
  margin-top: 18px;
}

.principle-grid article,
.leader-grid article {
  min-height: 260px;
  padding: 24px;
}

.leader-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-size: 24px;
  font-weight: 900;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 16px;
}

.news-card {
  min-height: 360px;
  padding: 30px;
  border-top-color: var(--gold);
  background: linear-gradient(135deg, #ffffff, #fbf7ee);
}

.news-card span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.news-list article {
  display: grid;
  gap: 8px;
  min-height: 170px;
  padding: 24px;
}

.news-list strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
}

.about-contact {
  padding-top: 42px;
  padding-bottom: 76px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb a::after {
  content: "/";
  margin-left: 9px;
  color: rgba(255, 255, 255, 0.4);
}

.directory-section {
  padding-top: 56px;
}

.center-science-overview {
  padding-bottom: 34px;
}

.science-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.science-map article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 300px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand-soft);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.science-map article:nth-child(2) {
  border-top-color: var(--teal);
}

.science-map article:nth-child(4) {
  border-top-color: var(--gold);
}

.science-map strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1.14;
}

.science-map p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.directory-shell,
.directory-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.directory-nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  max-height: calc(100vh - 124px);
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.directory-nav strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.directory-nav a {
  display: grid;
  gap: 2px;
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
  border: 1px solid transparent;
}

.directory-nav a:hover {
  color: var(--teal-dark);
  background: var(--brand-soft);
  border-color: rgba(55, 115, 37, 0.18);
}

.directory-content {
  display: grid;
  gap: 22px;
}

.compact-heading {
  margin-bottom: 4px;
}

.center-feature,
.clinical-cluster,
.process-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.center-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  padding: 28px;
}

.center-feature h2,
.process-band h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.center-feature p,
.process-band p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.subdept-grid,
.mini-card-grid,
.process-steps {
  display: grid;
  gap: 12px;
}

.subdept-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subdept-grid article,
.mini-card-grid article,
.process-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fbfcfc;
}

.subdept-grid h3,
.clinical-cluster h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.subdept-grid p,
.mini-card-grid span,
.process-steps span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.clinical-directory {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.cluster-grid {
  display: grid;
  gap: 14px;
}

.clinical-cluster {
  padding: 24px;
}

.mini-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-card-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-card-grid strong,
.process-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
}

.process-band {
  display: grid;
  gap: 20px;
  padding: 28px;
  background: linear-gradient(135deg, #ffffff, #f0f6f6);
}

.translational-board,
.references-section {
  display: grid;
  gap: 20px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.translational-board {
  border-left: 5px solid var(--teal);
}

.translational-board h2,
.references-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.translational-board p {
  max-width: 820px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.board-grid article {
  display: grid;
  gap: 8px;
  min-height: 142px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fbfdfb;
}

.board-grid strong {
  color: var(--ink);
  font-size: 21px;
}

.board-grid span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.reference-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.reference-list li::marker {
  color: var(--teal-dark);
  font-weight: 900;
}

.reference-list a {
  color: var(--teal-dark);
  font-weight: 900;
}

sup {
  color: var(--teal-dark);
  font-size: 0.72em;
  font-weight: 900;
}

[data-lang-content][hidden] {
  display: none !important;
}

.gynecology-integrated-hero .hero-content {
  padding-bottom: 8px;
}

/* Unified orange department label above every Gynecology title. */
.gynecology-integrated-hero .hero-content [data-lang-content] > .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;
}

.gynecology-integrated-hero h1 {
  max-width: 980px;
  font-size: clamp(42px, 5vw, 68px);
}

.gynecology-integrated-hero {
  position: relative;
  overflow: hidden;
}

.gynecology-integrated-hero::after {
  position: absolute;
  right: max(28px, 6vw);
  bottom: -70px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(217, 162, 58, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 162, 58, 0.18), transparent 58%),
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.12), transparent 34%);
  content: "";
  pointer-events: none;
}

.hero-subline {
  max-width: 820px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  font-weight: 900;
}

.gynecology-directory a {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.gynecology-directory a.active {
  color: var(--teal-dark);
  border-color: rgba(55, 115, 37, 0.22);
  background:
    linear-gradient(90deg, rgba(55, 115, 37, 0.14), rgba(55, 115, 37, 0.05)),
    var(--brand-soft);
  box-shadow: inset 4px 0 0 var(--teal);
}

.gynecology-directory small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.gynecology-content {
  gap: 0;
}

.gynecology-integrated-hero h1 {
  white-space: nowrap;
  font-size: clamp(42px, 5vw, 72px);
}

.gynecology-content .block {
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.gynecology-content .block:first-child {
  padding-top: 0;
}

.gynecology-content .block h2,
.gynecology-content .refs h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.08;
}

.gynecology-content .kicker {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 16px;
}

.gynecology-content .no {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.gynecology-content p,
.gynecology-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.gynecology-content a {
  color: var(--teal-dark);
  font-weight: 900;
}

.gynecology-content .stats,
.gynecology-content .variants,
.gynecology-content .elig,
.gynecology-content .pc {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.gynecology-content .stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gynecology-content .variants,
.gynecology-content .elig,
.gynecology-content .pc {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gynecology-content .stat,
.gynecology-content .variant,
.gynecology-content .panel,
.gynecology-content .col,
.gynecology-content .note,
.gynecology-content .basis,
.gynecology-content .readout,
.gynecology-content .disclaimer {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.gynecology-content .stat .k,
.gynecology-content .big {
  color: var(--teal);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.gynecology-content .stat .l,
.gynecology-content .cap,
.gynecology-content .rnote {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.gynecology-content .variant h3,
.gynecology-content .disp {
  color: var(--ink);
}

.gynecology-content .tag,
.gynecology-content .rk,
.gynecology-content .head {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gynecology-content .readout {
  background: linear-gradient(135deg, #ffffff, #f0f6f6);
}

.gynecology-content .cmp-row {
  margin: 12px 0;
}

.gynecology-content .lab {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.gynecology-content .bar {
  height: 9px;
  border-radius: 999px;
  background: var(--line);
  overflow: hidden;
}

.gynecology-content .bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
}

.gynecology-content .old i {
  background: var(--gold);
}

.gynecology-content .refs {
  border-radius: 8px;
  padding: 28px;
  color: var(--white);
  background: var(--graphite);
}

.gynecology-content .refs h2,
.gynecology-content .refs .eyebrow {
  color: var(--white);
}

.gynecology-content .refs p,
.gynecology-content .refs li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.gynecology-content .reflist {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.gynecology-content .genetics-visual,
.gynecology-content .hero-stat-strip {
  display: none;
}

.integrated-genetics-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 18px;
  max-width: 980px;
  margin-top: 28px;
}

.gyn-hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  max-width: 1060px;
  margin-top: 28px;
}

.gyn-hero-note {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 1060px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.gyn-hero-note strong {
  color: var(--white);
}

.gyn-path-visual,
.gyn-test-visual {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.gyn-path-visual {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gyn-path-visual span,
.gyn-test-chip {
  display: grid;
  align-content: center;
  position: relative;
  min-height: 92px;
  border-radius: 8px;
  padding: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.gyn-path-visual span::before,
.gyn-test-chip::before {
  width: 30px;
  height: 4px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.gyn-path-visual small,
.gyn-test-chip small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
}

.gyn-test-visual {
  display: grid;
  gap: 12px;
}

.gyn-test-visual strong {
  color: var(--white);
  font-size: 16px;
}

.gyn-test-chip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gyn-test-chip {
  min-height: 74px;
}

.gyn-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.gyn-context-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.gyn-context-bar span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(55, 115, 37, 0.18);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--teal-dark);
  background: #eef7ec;
  font-size: 14px;
  font-weight: 900;
}

.gyn-page-index {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(19, 34, 25, 0.045);
}

.gyn-page-index a {
  display: grid;
  align-content: center;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--teal-dark);
  background: #f4faf1;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.gyn-page-index a:hover {
  border-color: rgba(55, 115, 37, 0.35);
  background: var(--white);
  transform: translateY(-1px);
}

.gyn-stat-card,
.gyn-info-card,
.gyn-pathway-card,
.gyn-reference-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(19, 34, 25, 0.05);
}

.gyn-stat-card {
  position: relative;
  padding: 18px;
  border-top: 4px solid var(--teal);
  overflow: hidden;
}

.gyn-stat-card::after {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: rgba(55, 115, 37, 0.08);
  content: "";
}

.gyn-stat-card strong {
  display: block;
  color: var(--teal-dark);
  font-size: 30px;
  line-height: 1;
}

.gyn-stat-card > span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.gyn-stat-card strong span {
  display: inline;
  margin-top: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.gyn-stat-card > span > span {
  display: inline;
  margin-top: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.gyn-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.gyn-content-grid.single {
  grid-template-columns: minmax(0, 1fr);
}

.gyn-info-card,
.gyn-pathway-card {
  position: relative;
  padding: 22px;
  overflow: hidden;
}

.gyn-info-card::before {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  content: "";
}

.gyn-info-card h3,
.gyn-pathway-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
}

.gyn-info-card p,
.gyn-info-card li,
.gyn-pathway-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.gyn-info-card ul {
  margin: 0;
  padding-left: 20px;
}

.gyn-pathway {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.gyn-pathway-card {
  border-top: 4px solid var(--gold);
  background: linear-gradient(180deg, #ffffff, #fbf7ef);
}

.gyn-next-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(55, 115, 37, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, var(--brand-soft));
  box-shadow: 0 16px 34px rgba(19, 34, 25, 0.1);
}

.gyn-next-row .button {
  width: 100%;
  min-height: 62px;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.gyn-next-row .button-primary {
  border-color: var(--teal);
  background: var(--teal);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(55, 115, 37, 0.24);
}

.gyn-next-row .button-light {
  border: 1px solid var(--teal-dark);
  background: var(--teal-dark);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(43, 90, 29, 0.18);
}

.gyn-next-row .button:hover,
.gyn-next-row .button:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.gyn-reference-box {
  padding: 28px;
  color: var(--white);
  background: var(--graphite);
}

.gyn-reference-box h2 {
  color: #ffffff !important;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  margin-bottom: 16px;
}

.gyn-reference-box p,
.gyn-reference-box li {
  color: #ffffff !important;
  font-size: 15.5px;
  line-height: 1.6;
}

.gyn-reference-box a {
  color: #ffffff !important;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

.gyn-reference-box .reflist {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.sbbc-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 162, 58, 0.24), transparent 34%),
    linear-gradient(120deg, rgba(3, 62, 76, 0.96), rgba(19, 34, 25, 0.92));
}

.sbbc-hero .hero-content {
  max-width: 1180px;
}

.sbbc-hero h1 {
  max-width: 980px;
  overflow-wrap: break-word;
}

.sbbc-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 940px;
  margin-top: 28px;
}

.sbbc-hero-metrics article {
  min-width: 0;
  min-height: 128px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.sbbc-hero-metrics strong {
  display: block;
  color: var(--white);
  overflow-wrap: anywhere;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
}

.sbbc-hero-metrics article:nth-child(2) strong {
  overflow-wrap: normal;
  white-space: nowrap;
  font-size: clamp(28px, 3vw, 40px);
}

.sbbc-hero-metrics span {
  display: block;
  min-width: 0;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.34;
}

.sbbc-main-section {
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 42%);
}

.sbbc-directory a.active,
.sbbc-directory a:focus-visible {
  color: var(--teal-dark);
  border-color: rgba(55, 115, 37, 0.24);
  background: var(--brand-soft);
}

.sbbc-content {
  gap: 26px;
}

.sbbc-block {
  display: grid;
  min-width: 0;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.sbbc-block .kicker {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sbbc-block .kicker .no {
  flex: 0 0 auto;
  color: var(--teal-dark);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.05;
}

.sbbc-block h2 {
  margin: 0;
  color: var(--ink);
  overflow-wrap: break-word;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
}

.sbbc-lead {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.58;
}

.sbbc-flow,
.sbbc-service-grid,
.sbbc-collab,
.sbbc-governance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sbbc-flow article,
.sbbc-service-grid article,
.sbbc-collab article,
.sbbc-governance article {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
}

.sbbc-flow article.accent,
.sbbc-service-grid article:nth-child(3),
.sbbc-collab article:nth-child(3) {
  border-top-color: var(--gold);
}

.sbbc-flow > article > span,
.sbbc-service-grid > article > span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  border-radius: 8px;
  padding: 0 9px;
  color: var(--teal-dark);
  background: var(--brand-soft);
  font-size: 12px;
  font-weight: 950;
}

.sbbc-flow strong,
.sbbc-architecture strong {
  color: var(--ink);
  overflow-wrap: anywhere;
  font-size: 22px;
  line-height: 1.14;
}

.sbbc-flow p,
.sbbc-service-grid p,
.sbbc-collab p,
.sbbc-governance p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 1.5;
}

.sbbc-service-grid article {
  min-height: 260px;
}

.sbbc-service-grid h3,
.sbbc-collab h3,
.sbbc-governance h3 {
  margin: 0;
  color: var(--ink);
  overflow-wrap: break-word;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.12;
}

.sbbc-dark {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, var(--teal-dark), #132219);
}

.sbbc-dark h2,
.sbbc-dark h3,
.sbbc-dark .kicker .no {
  color: var(--white);
}

.sbbc-dark .sbbc-lead {
  color: rgba(255, 255, 255, 0.78);
}

.sbbc-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sbbc-stat-grid article {
  min-width: 0;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.sbbc-stat-grid strong {
  display: block;
  color: var(--white);
  overflow-wrap: anywhere;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1;
}

.sbbc-stat-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.42;
}

.sbbc-precision-panel,
.sbbc-architecture {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sbbc-precision-panel article {
  min-width: 0;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.sbbc-precision-panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.5;
}

.sbbc-architecture article {
  display: grid;
  min-width: 0;
  gap: 10px;
  min-height: 158px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  padding: 22px;
  background: #fbfdfb;
}

.sbbc-architecture article:nth-child(3),
.sbbc-architecture article:nth-child(4) {
  border-left-color: var(--gold);
}

.sbbc-architecture span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.sbbc-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sbbc-action-row .button {
  min-height: 52px;
}

.visual-axis,
.visual-orbit {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.visual-axis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
}

.visual-axis span {
  display: grid;
  min-height: 96px;
  place-items: center;
  padding: 14px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.visual-orbit {
  position: relative;
  display: grid;
  min-height: 220px;
  place-items: center;
  overflow: hidden;
}

.visual-orbit::before,
.visual-orbit::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  content: "";
}

.visual-orbit::before {
  width: 174px;
  height: 174px;
}

.visual-orbit::after {
  width: 112px;
  height: 112px;
  border-color: rgba(217, 162, 58, 0.5);
}

.visual-orbit strong {
  position: relative;
  z-index: 1;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 8px;
  color: var(--teal);
  background: var(--white);
  font-size: 16px;
  font-weight: 900;
}

.visual-orbit span {
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  padding: 7px 9px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 900;
}

.visual-orbit span:nth-of-type(1) { top: 24px; left: 28px; }
.visual-orbit span:nth-of-type(2) { top: 34px; right: 26px; }
.visual-orbit span:nth-of-type(3) { bottom: 30px; left: 38px; }
.visual-orbit span:nth-of-type(4) { right: 28px; bottom: 26px; }

.process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-card {
  min-height: 240px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.detail-card h2,
.detail-card h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.16;
}

.detail-card p,
.detail-card li {
  color: var(--muted);
  font-size: 17px;
}

.detail-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.filter-bar button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  font-weight: 900;
}

.filter-bar button.active {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.feature-card {
  border-top: 5px solid var(--teal);
}

.service-card.is-hidden {
  display: none;
}

.card-icon {
  display: grid;
  width: 48px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.service-card h3 {
  margin: 22px 0 10px;
  font-size: 24px;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0;
}

.tag-row span,
.status-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 8px;
  padding: 0 9px;
  color: var(--teal-dark);
  background: var(--brand-soft);
  font-size: 13px;
  font-weight: 900;
}

.service-card button {
  align-self: flex-start;
  margin-top: auto;
  border: 0;
  padding: 8px 0 0;
  color: var(--teal);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: 42px;
  align-items: center;
  padding: 78px 0;
}

.split-copy p {
  margin: 22px 0 26px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.path-grid article {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 34, 25, 0.045);
}

.path-grid strong {
  font-size: 22px;
  line-height: 1.18;
}

.path-grid span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.featured-care {
  padding-top: 36px;
}

.care-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.care-link-grid a {
  display: flex;
  min-height: 74px;
  align-items: center;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand-soft);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
  font-size: 17px;
  line-height: 1.25;
}

.care-link-grid a:hover {
  border-left-color: var(--teal);
  color: var(--teal-dark);
}

.science-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: 38px;
  align-items: center;
  padding: 54px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--graphite));
}

.science-band h2,
.science-band .eyebrow {
  color: var(--white);
}

.science-band p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.science-list {
  display: grid;
  gap: 12px;
}

.science-list article {
  display: grid;
  gap: 5px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.science-list span {
  color: rgba(255, 255, 255, 0.74);
}

.sample-section {
  padding-top: 86px;
}

.education-section {
  padding-bottom: 42px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sample-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 38px;
  align-items: start;
}

.step-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-left: 4px solid var(--teal);
  background: var(--white);
}

.step-list span {
  color: var(--muted);
}

.sample-form,
.contact-form,
.dialog-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.architecture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.architecture-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.architecture-grid h3 {
  margin: 0 0 12px;
}

.architecture-grid p {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: 42px;
  padding: 78px 0;
}

.contact-copy p {
  margin-top: 18px;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--teal-dark);
  font-weight: 900;
}

label {
  display: grid;
  gap: 7px;
  color: var(--graphite);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfdfd;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(48, 112, 32, 0.18);
  border-color: var(--teal);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.footer {
  display: block;
  padding: 0;
  color: var(--white);
  border-top: 5px solid var(--gold);
  background: radial-gradient(circle at 92% 18%, rgba(217,162,58,.11), transparent 24%), linear-gradient(125deg, #0b2718, #123a22 58%, #174727);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(210px, 1.15fr) minmax(145px, .78fr) minmax(160px, .85fr) minmax(250px, 1.15fr);
  gap: clamp(22px, 3vw, 42px);
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: 34px clamp(22px, 4vw, 60px) 28px;
}

.footer-brand-block { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand { display: grid; grid-template-columns: 48px auto; align-items: center; column-gap: 11px; row-gap: 5px; margin-bottom: 11px; }
.footer-brand img { grid-column: 1; grid-row: 1; width: 48px; height: 48px; object-fit: contain; border-radius: 7px; padding: 3px; background: #fff; }
.footer-brand strong { grid-column: 2; grid-row: 1; display: block; color: #fff; font-size: 23px; line-height: 1; letter-spacing: .02em; }
.footer-brand small { grid-column: 1 / -1; grid-row: 2; display: block; margin-left: 22px; padding-left: 10px; border-left: 2px solid rgba(240,199,121,.7); color: #f0c779; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.footer-brand-block p { margin: 0 0 5px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.45; }
.footer-brand-block>a:not(.footer-brand) { color: #fff; font-size: 14px; font-weight: 750; line-height: 1.65; }

.footer-link-group { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-link-group>strong,
.footer-map-card>strong { margin-bottom: 3px; color: #f0c779; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-link-group a { color: rgba(255,255,255,.9); font-size: 14px; font-weight: 750; line-height: 1.35; }
.footer-link-group a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.footer-map-card { position: relative; padding: 15px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(255,255,255,.06); }
.footer-map-pin { position: absolute; top: 12px; right: 14px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #17351d; background: #f0c779; font-size: 20px; font-weight: 900; }
.footer-map-card p { max-width: 210px; margin: 5px 38px 11px 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; }
.footer-map-card div { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-map-card a { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 10px; border-radius: 6px; color: #17351d; background: #fff; font-size: 12px; font-weight: 900; }
.footer-map-card a:hover { background: #f0c779; }

.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px clamp(22px, 4vw, 60px); border-top: 1px solid rgba(255,255,255,.14); background: rgba(4,20,11,.28); }
.footer-legal p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; }
.footer-legal button { border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 12px; font-weight: 900; }

@media (max-width: 980px) {
  .footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .footer-main { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 25px; }
  .footer-legal { align-items: flex-start; flex-direction: column; padding-bottom: 66px; }
}

.request-dialog {
  width: min(520px, calc(100% - 28px));
  border: 0;
  padding: 0;
  background: transparent;
}

.request-dialog::backdrop {
  background: rgba(10, 18, 22, 0.58);
  backdrop-filter: blur(8px);
}

.dialog-card {
  position: relative;
}

.dialog-card h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--ink);
}

menu {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
}

@media (max-width: 1520px) and (min-width: 1321px) {
  .site-header {
    gap: 14px;
    padding-inline: 24px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 36px;
  }

  .brand small {
    font-size: 14px;
  }

  .nav {
    gap: 11px;
    font-size: 15px;
  }

  .nav-pill {
    padding-inline: 12px;
    max-width: 150px;
  }

  .language-current {
    padding-inline: 12px;
    font-size: 21px;
  }

  .consult-button {
    max-width: 176px;
    padding-inline: 18px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .sns-share {
    position: relative;
    gap: 5px;
  }

  .sns-share a,
  .sns-share button {
    width: 31px;
    height: 31px;
    font-size: 15px;
  }

  .sns-share a:hover,
  .sns-share button:hover,
  .sns-share a:focus-visible,
  .sns-share button:focus-visible {
    transform: translateY(-2px) scale(1.04);
  }

  .sns-share-status {
    right: 50%;
    bottom: 38px;
    transform: translateX(50%);
  }
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: auto auto;
    align-items: center;
  }

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .nav,
  .header-actions {
    grid-column: 1 / -1;
    display: none;
    justify-self: stretch;
  }

  .site-header.menu-open .nav,
  .site-header.menu-open .header-actions {
    display: flex;
  }

  .site-header.menu-open .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 14px;
  }

  .site-header.menu-open .header-actions {
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
  }

  .site-header.menu-open .nav-item,
  .site-header.menu-open .nav-pill {
    width: 100%;
  }

  .site-header.menu-open .nav-pill {
    min-height: 52px;
    justify-content: space-between;
    border-radius: 8px;
    padding-inline: 14px;
    max-width: none;
    font-size: 17px;
    text-align: left;
  }

  .site-header.menu-open .mega-panel,
  .site-header.menu-open .language-panel {
    position: static;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header.menu-open .mega-panel {
    grid-template-columns: 1fr;
    margin: 2px 0 8px;
    padding: 10px;
    border-radius: 8px;
    background: #fbfdfb;
  }

  .site-header.menu-open .mega-panel a {
    min-height: 48px;
    font-size: 16px;
  }

  .site-header.menu-open .centers-panel {
    width: 100%;
  }

  .site-header.menu-open .language-menu {
    width: 58px;
    align-self: flex-end;
  }

  .site-header.menu-open .language-current {
    width: 42px;
    justify-content: center;
  }

  .site-header.menu-open .language-panel {
    width: 58px;
  }

  .site-header.menu-open .consult-button {
    width: 100%;
    max-width: none;
  }

  .journey-panel,
  .service-grid,
  .detail-grid,
  .architecture-grid,
  .science-map,
  .board-grid,
  .access-grid,
  .care-link-grid,
  .institutional-stats,
  .institution-grid,
  .about-feature-grid,
  .principle-grid,
  .leader-grid,
  .news-list,
  .department-list,
  .program-grid,
  .mini-card-grid,
  .process-steps,
  .gyn-hero-panel,
  .gyn-content-grid,
  .gyn-stat-strip,
  .gyn-page-index,
  .gyn-pathway,
  .sbbc-hero-metrics,
  .sbbc-flow,
  .sbbc-service-grid,
  .sbbc-collab,
  .sbbc-governance,
  .sbbc-stat-grid,
  .sbbc-precision-panel,
  .sbbc-architecture {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .science-band,
  .sample-layout,
  .contact-section,
  .finder-panel,
  .intro-section,
  .department-layout,
  .directory-shell,
  .directory-layout,
  .center-feature,
  .about-hero-grid,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 300px;
  }

  .directory-nav {
    position: static;
  }

  .gynecology-main-section .directory-layout,
  .sbbc-main-section .directory-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
  }

  .gynecology-main-section .directory-nav,
  .sbbc-main-section .directory-nav {
    position: sticky;
    top: 86px;
    max-height: calc(100vh - 112px);
  }

  .department-list .center-card {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 82px;
    padding: 10px 14px;
  }

  .brand {
    grid-template-columns: 48px auto;
    min-width: 0;
    column-gap: 9px;
    row-gap: 2px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    padding: 3px;
    transform: translateY(-1px);
  }

  .brand strong {
    font-size: 30px;
    line-height: 0.95;
  }

  .brand small {
    display: block;
    font-size: 11px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
  }

  .site-header.menu-open .nav,
  .site-header.menu-open .header-actions {
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }

  .site-header.menu-open .nav-pill {
    min-height: 50px;
    font-size: 16px;
  }

  .site-header.menu-open .mega-panel a {
    gap: 12px;
    min-height: 46px;
    padding: 8px;
    font-size: 15px;
  }

  .menu-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .menu-icon::before {
    width: 20px;
    height: 20px;
  }

  .hero {
    min-height: 920px;
  }

  .hero-content {
    width: min(100% - 28px, 1160px);
    padding: 112px 0 24px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-copy {
    font-size: 20px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .journey-panel,
  .institutional-stats,
  .institution-grid,
  .about-feature-grid,
  .principle-grid,
  .leader-grid,
  .news-list,
  .science-map,
  .board-grid,
  .access-grid,
  .service-grid,
  .path-grid,
  .department-list,
  .program-grid,
  .care-link-grid,
  .architecture-grid,
  .subdept-grid,
  .mini-card-grid,
  .mini-card-grid.two-up,
  .process-steps,
  .gynecology-content .stats,
  .gynecology-content .variants,
  .gynecology-content .elig,
  .gynecology-content .pc,
  .sbbc-hero-metrics,
  .sbbc-flow,
  .sbbc-service-grid,
  .sbbc-collab,
  .sbbc-governance,
  .sbbc-stat-grid,
  .sbbc-precision-panel,
  .sbbc-architecture {
    grid-template-columns: 1fr;
  }

  .finder-form {
    grid-template-columns: 1fr;
  }

  .department-list .center-card {
    grid-column: auto;
  }

  .intro-section,
  .section,
  .access-section,
  .split-section,
  .science-band,
  .contact-section {
    width: min(100% - 28px, 1160px);
  }

  .intro-section,
  .section,
  .split-section,
  .contact-section {
    padding-block: 52px;
  }

  .science-band {
    padding: 32px 20px;
  }

  .center-feature,
  .clinical-cluster,
  .process-band {
    padding: 20px;
  }

  .integrated-genetics-visual,
  .visual-axis,
  .gyn-hero-panel,
  .gyn-path-visual,
  .gyn-test-chip-row,
  .gyn-stat-strip,
  .gyn-page-index,
  .gyn-content-grid,
  .gyn-pathway {
    grid-template-columns: 1fr;
  }

  .gynecology-main-section .directory-layout,
  .sbbc-main-section .directory-layout {
    grid-template-columns: 1fr;
  }

  .gynecology-main-section .directory-nav,
  .sbbc-main-section .directory-nav {
    position: static;
    max-height: none;
  }

  .gynecology-directory a,
  .sbbc-directory a,
  .gynecology-integrated-hero h1 {
    white-space: normal;
  }

  .gyn-path-visual span,
  .gyn-test-chip {
    min-height: 66px;
  }

  .gyn-next-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 260px;
  }

  .about-visual::before {
    width: 220px;
    height: 220px;
  }

  .about-visual::after {
    width: 150px;
    height: 150px;
  }

  .about-visual img {
    width: 96px;
    height: 96px;
  }

  .about-visual span {
    font-size: 11px;
    padding: 7px 9px;
  }

  .section-heading {
    display: grid;
  }

  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .language-switch {
    grid-template-columns: repeat(3, 1fr);
  }

  menu {
    flex-direction: column-reverse;
  }
}

/* One Education/Laboratory background system for every QAZIIM page. */
html,
body,
main,
.detail-main,
.about-detail-main,
.cardio-native-main,
.oncology-main,
.regen-native-main,
.council-main,
.ethics-main,
.publications-main,
.directory-section,
.gynecology-main-section,
.sbbc-main-section,
.oncology-section,
.council-section,
.publications-layout {
  background: var(--paper) !important;
}

.hero,
.institutional-hero,
.detail-hero,
.centers-hero,
.sbbc-hero,
.gynecology-integrated-hero,
.oncology-hero,
.regen-dept-hero,
.council-hero,
.ethics-hero,
.publications-hero,
.about-hero,
.about-detail-hero,
.cardio-content .articleHero {
  color: var(--white);
  background: linear-gradient(135deg, var(--graphite), var(--teal-dark)) !important;
}

/* Unified navigation typography and safe three-language text fitting. */
.site-header .nav,
.site-header .nav-pill,
.site-header .mega-panel a,
.directory-nav,
.directory-nav a,
.about-page-nav,
.about-page-nav a {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
}

.site-header .nav-pill {
  min-width: 0;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.22;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.site-header .mega-panel a {
  min-width: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.directory-shell,
.directory-layout {
  grid-template-columns: 300px minmax(0, 1fr);
}

.directory-nav {
  min-width: 0;
}

.directory-nav strong,
.directory-nav > span {
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.directory-nav a,
.directory-nav nav a {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  align-content: center;
  padding: 11px 12px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.directory-nav a.active,
.directory-nav a[aria-current="page"] {
  color: var(--teal-dark);
  border-color: rgba(55, 115, 37, 0.22);
  background: var(--brand-soft);
}

.directory-nav a b {
  display: none !important;
}

.about-page-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 1320px) {
  .site-header.menu-open .nav-pill,
  .site-header.menu-open .mega-panel a {
    font-size: 16px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 980px) {
  .directory-shell,
  .directory-layout,
  .gynecology-main-section .directory-layout,
  .sbbc-main-section .directory-layout {
    grid-template-columns: 1fr;
  }

  .directory-nav,
  .gynecology-main-section .directory-nav,
  .sbbc-main-section .directory-nav {
    position: static;
    width: 100%;
    max-height: none;
  }
}
