:root {
  color-scheme: light;
  --oxford: #002147;
  --oxford-2: #0a315f;
  --ink: #162230;
  --muted: #697583;
  --paper: #f5f6f3;
  --mist: #ecefed;
  --surface: #ffffff;
  --line: #d8ded8;
  --green: #008c63;
  --teal: #0d8a9b;
  --gold: #b18421;
  --red: #b85742;
  --violet: #6e5aa8;
  --shadow: 0 22px 70px rgba(0, 33, 71, .14);
  --soft-shadow: 0 10px 34px rgba(0, 33, 71, .10);
  --font-brand: "Inter Tight", Arial, Helvetica, sans-serif;
  --font-title: Georgia, "Times New Roman", Times, serif;
  --font-label: "Inter Tight", Arial, Helvetica, sans-serif;
  --max: 1280px;
  --landing-photo: url("assets/arc-komodo-bg.jpg");
  --center-health-system: url("assets/center-health-system.jpg");
  --center-global-surgery: url("assets/center-global-surgery.jpg?v=20260515b");
  --center-ncd: url("assets/center-ncd.jpg");
  --center-child: url("assets/center-child.jpg");
  --center-health-finance: url("assets/center-health-finance.jpg");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-brand);
  line-height: 1.45;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; }

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.floating-header {
  position: fixed;
  inset: 20px 0 auto;
  z-index: 40;
  pointer-events: none;
}

.floating-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-pill,
.utility-pill,
.contact-pill,
.nav-pill {
  pointer-events: auto;
  border: 1px solid rgba(0, 33, 71, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(16px);
}

.brand-pill {
  min-height: 72px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.menu-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #edf0ec;
  display: grid;
  place-items: center;
}

.menu-mark span {
  width: 22px;
  height: 14px;
  border-top: 2px solid var(--oxford);
  border-bottom: 2px solid var(--oxford);
  position: relative;
}

.menu-mark span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  border-top: 2px solid var(--oxford);
}

.brand-pill img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-pill strong {
  color: var(--oxford);
  font-size: 18px;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.nav-pill {
  min-height: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-pill a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--oxford);
  font-family: var(--font-label);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-pill a:hover,
.nav-pill a.active {
  background: var(--oxford);
  color: #fff;
}

.utility-pill {
  min-height: 72px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.utility-button {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #edf0ec;
  display: grid;
  place-items: center;
  color: var(--oxford);
  font-weight: 900;
}

.contact-pill {
  min-height: 56px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--oxford);
  font-family: var(--font-label);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.contact-pill:hover {
  background: var(--oxford);
  color: #fff;
}

.contact-pill.active {
  background: var(--oxford);
  color: #fff;
}

.hero {
  min-height: auto;
  padding: 190px 0 76px;
  display: grid;
  align-items: center;
}

.institute-page .hero {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 176px 0 54px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .78) 0%, rgba(0, 33, 71, .52) 50%, rgba(0, 33, 71, .24) 88%, var(--paper) 100%),
    var(--landing-photo);
  background-size: cover;
  background-position: center 58%;
}

.institute-page .hero > div {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.institute-page .hero .kicker,
.institute-page .hero h1 {
  color: #fff;
  text-shadow: 0 18px 46px rgba(0, 33, 71, .34);
}

.institute-page .hero .kicker {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
}

.institute-page .hero .hero-lead {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.55vw, 20px);
  text-shadow: 0 12px 32px rgba(0, 33, 71, .34);
}

.hero-center {
  text-align: center;
}

.hero > div {
  min-width: 0;
}

.kicker {
  margin: 0 0 20px;
  color: var(--oxford);
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 auto;
  max-width: 940px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.hero-lead {
  margin: 22px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.subpage-hero {
  min-height: 58svh;
  padding: 158px 0 94px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .84) 0%, rgba(0, 33, 71, .58) 58%, rgba(0, 33, 71, .28) 88%, rgba(245, 246, 243, .96) 100%),
    var(--landing-photo);
  background-size: cover;
  background-position: center 60%;
}

.subpage-hero .wrap {
  display: grid;
  gap: 18px;
  transform: translateY(-3svh);
}

.subpage-hero .kicker,
.subpage-hero h1 {
  color: #fff;
  text-shadow: 0 18px 46px rgba(0, 33, 71, .34);
}

.subpage-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-title);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.subpage-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 1.8vw, 21px);
}

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

.button {
  min-height: 48px;
  padding: 12px 14px 12px 18px;
  border: 2px solid var(--oxford);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--oxford);
  color: #fff;
  font-family: var(--font-label);
  font-weight: 800;
  font-size: 15px;
}

.button.secondary {
  background: rgba(255,255,255,.82);
  color: var(--oxford);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: var(--soft-shadow);
}

.button-icon,
.arrow,
.report-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: currentColor;
}

.button-icon {
  background: rgba(255, 255, 255, .16);
}

.button.secondary .button-icon {
  background: rgba(0, 33, 71, .08);
}

.button-icon::before,
.arrow::before,
.report-icon::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 2px;
}

.button-icon::after,
.arrow::after,
.report-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-2px);
}

.visual-strip {
  margin: 40px auto 0;
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  scrollbar-width: none;
}

.visual-strip::-webkit-scrollbar {
  display: none;
}

.visual-card {
  min-height: 245px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 52px rgba(0, 33, 71, .12);
  background: var(--oxford);
}

.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.2), transparent 42%),
    var(--visual);
}

.institute-page .visual-card::before {
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .02), rgba(0, 33, 71, .50)),
    linear-gradient(120deg, rgba(255,255,255,.22), transparent 42%),
    var(--visual),
    var(--visual-image, var(--landing-photo));
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, var(--visual-position, center);
  background-blend-mode: normal, normal, multiply, normal;
  transform: scale(1.01);
}

.visual-card::after {
  content: attr(data-label);
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.v1 { --visual: linear-gradient(135deg, rgba(0, 33, 71, .54), rgba(13, 138, 155, .22)); --visual-image: var(--center-health-system); --visual-position: center; }
.v2 { --visual: linear-gradient(135deg, rgba(25, 61, 102, .48), rgba(240, 242, 238, .12)); --visual-image: var(--center-global-surgery); --visual-position: center; }
.v3 { --visual: linear-gradient(135deg, rgba(184, 87, 66, .42), rgba(110, 90, 168, .22)); --visual-image: var(--center-ncd); --visual-position: center; }
.v4 { --visual: linear-gradient(135deg, rgba(16, 24, 32, .50), rgba(36, 91, 125, .16)); --visual-image: var(--center-child); --visual-position: center; }
.v5 { --visual: linear-gradient(135deg, rgba(0, 33, 71, .50), rgba(0, 140, 99, .18)); --visual-image: var(--center-health-finance); --visual-position: center; }

.spotlight-tabs {
  margin: 32px auto 0;
  width: fit-content;
  max-width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 33, 71, .14);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--soft-shadow);
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.spotlight-tabs a {
  min-height: 42px;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--oxford);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.spotlight-tabs a:hover,
.spotlight-tabs .active {
  background: var(--oxford);
  color: #fff;
}

.section {
  padding: 72px 0;
  scroll-margin-top: 120px;
}

.section-head {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.section h2 {
  margin: 0;
  max-width: 830px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.section-head p {
  margin: 14px 0 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
}

.text-link {
  min-height: 42px;
  padding: 11px 16px;
  border: 2px solid var(--oxford);
  border-radius: 999px;
  color: var(--oxford);
  background: #fff;
  font-family: var(--font-label);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.text-link:hover {
  background: var(--oxford);
  color: #fff;
}

.dashboard-spotlight {
  padding-top: 86px;
}

.publication-filter-panel {
  margin: 4px 0 26px;
  padding: 7px;
  border: 1px solid rgba(0, 33, 71, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 46px rgba(0, 33, 71, .07);
}

.publication-filter-status {
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.publication-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.publication-filters button {
  min-height: 44px;
  padding: 8px 8px 8px 12px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  color: var(--oxford);
  font-family: var(--font-label);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}

.publication-filters button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 900;
}

.publication-filters button b {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(0, 33, 71, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.publication-filters button:hover,
.publication-filters button.active {
  border-color: rgba(0, 33, 71, .12);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 33, 71, .08);
}

.publication-filters button.active {
  color: #fff;
  background: var(--oxford);
}

.publication-filters button.active b {
  background: rgba(255, 255, 255, .16);
}

.publication-filter-status {
  margin: -12px 0 18px;
  color: var(--muted);
}

.dashboard-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dashboard-preview-card {
  min-height: 342px;
  padding: 20px;
  border: 1px solid rgba(0, 33, 71, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 44px rgba(0, 33, 71, .08);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  --preview-accent: var(--teal);
  --preview-accent-2: var(--green);
  --preview-bg: linear-gradient(135deg, rgba(0, 33, 71, .96), rgba(13, 138, 155, .76));
}

.dashboard-preview-card:hover {
  transform: translateY(-3px);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.publication-card {
  position: relative;
}

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

.publication-card.is-starred {
  order: -1;
  border-color: rgba(177, 132, 33, .42);
  box-shadow: 0 18px 52px rgba(177, 132, 33, .14);
}

.star-toggle {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 22px rgba(0, 33, 71, .16);
  display: grid;
  place-items: center;
  color: var(--oxford);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.star-toggle::before {
  content: "☆";
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

.star-toggle[aria-pressed="true"] {
  background: var(--gold);
  color: #fff;
  border-color: rgba(255, 255, 255, .62);
}

.star-toggle[aria-pressed="true"]::before {
  content: "★";
}

.dashboard-icon {
  height: 116px;
  margin: -4px -4px 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.32), transparent 24%),
    var(--preview-bg);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.dashboard-icon svg {
  width: 86%;
  height: 86%;
  color: rgba(255, 255, 255, .82);
}

.dashboard-icon svg line,
.dashboard-icon svg polyline,
.dashboard-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dashboard-icon svg rect,
.dashboard-icon svg circle,
.dashboard-icon svg polygon {
  fill: rgba(255, 255, 255, .78);
  stroke: none;
}

.dashboard-icon svg .accent {
  fill: var(--preview-accent);
  stroke: none;
}

.dashboard-icon svg .soft {
  opacity: .78;
}

.dashboard-icon svg .grid-line {
  stroke: rgba(255, 255, 255, .34);
  stroke-width: 1.3;
  stroke-dasharray: 4 5;
}

.dashboard-icon svg .trend,
.dashboard-icon svg .accent-stroke {
  fill: none;
  stroke: var(--preview-accent);
  stroke-width: 2.4;
}

.dashboard-icon svg .soft-stroke {
  fill: none;
  stroke: rgba(255, 255, 255, .46);
  stroke-width: 7;
}

.dashboard-icon svg .soft-fill {
  fill: var(--preview-accent);
  opacity: .16;
}

.dashboard-icon svg .land-shape {
  fill: rgba(255, 255, 255, .72);
  stroke: none;
}

.dashboard-preview-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
}

.dashboard-preview-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.dashboard-preview-card .label {
  margin-bottom: 12px;
  color: var(--preview-accent);
}

.publication-tags {
  margin: 0 0 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.publication-tags span {
  min-height: 28px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 33, 71, .07);
  color: var(--preview-accent);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dashboard-preview-card .arrow {
  margin-top: auto;
}

.event-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 18px;
  align-items: stretch;
}

.event-feature-card,
.event-card,
.project-lanes > div {
  border: 1px solid rgba(0, 33, 71, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.event-feature-card {
  min-height: 430px;
  padding: 34px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .16), rgba(0, 33, 71, .82)),
    var(--landing-photo);
  background-size: cover;
  background-position: center 62%;
}

.event-feature-card::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 22px;
  pointer-events: none;
}

.event-feature-card > * {
  position: relative;
  z-index: 1;
}

.event-type {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(0, 33, 71, .08);
  color: var(--oxford);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.event-feature-card .event-type {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.event-feature-card h3,
.event-card h3 {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.04;
}

.event-feature-card h3 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 72px);
}

.event-feature-card p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
}

.event-feature-meta {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.event-feature-meta span {
  min-height: 34px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  font-size: 13px;
  font-weight: 800;
}

.event-stack {
  display: grid;
  gap: 18px;
}

.event-card {
  padding: 26px;
  display: grid;
  align-content: start;
}

.event-card h3 {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
}

.event-card p,
.project-lanes p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.project-lanes {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.project-lanes > div {
  min-height: 150px;
  padding: 24px;
}

.project-lanes span {
  color: var(--teal);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
}

.project-lanes strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
}

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

.service-card {
  min-height: 390px;
  padding: 28px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: var(--soft-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .12), rgba(0, 33, 71, .82)),
    var(--landing-photo);
  background-size: cover;
  background-position: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.30), transparent 24%),
    linear-gradient(135deg, var(--service-tint), transparent 72%);
  pointer-events: none;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card span {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.service-card h3 {
  margin: auto 0 0;
  max-width: 360px;
  font-family: var(--font-title);
  font-size: clamp(40px, 4.7vw, 68px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}

.service-card p {
  margin: 18px 0 0;
  max-width: 380px;
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
}

.service-mark {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
}

.service-mark::before,
.service-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.service-mark::before {
  width: 18px;
  height: 2px;
}

.service-mark::after {
  width: 2px;
  height: 18px;
}

.service-card.research {
  --service-tint: rgba(0, 33, 71, .72);
  background-image:
    linear-gradient(180deg, rgba(0, 33, 71, .04), rgba(0, 33, 71, .80)),
    var(--center-health-system);
}

.service-card.consultancy {
  --service-tint: rgba(13, 138, 155, .56);
  background-image:
    linear-gradient(180deg, rgba(0, 33, 71, .08), rgba(0, 33, 71, .84)),
    var(--center-health-finance);
}

.service-card.training {
  --service-tint: rgba(184, 87, 66, .52);
  background-image:
    linear-gradient(180deg, rgba(0, 33, 71, .04), rgba(0, 33, 71, .82)),
    var(--center-ncd);
}

.service-detail-card,
.portfolio-panel,
.portfolio-card {
  border: 1px solid rgba(0, 33, 71, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.service-detail-card {
  min-height: 350px;
  padding: 30px;
}

.service-detail-card .label,
.portfolio-card .label {
  color: var(--teal);
}

.service-detail-card h3,
.portfolio-panel h3,
.portfolio-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.04;
}

.service-detail-card p,
.portfolio-panel p,
.portfolio-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.service-detail-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.service-detail-list li {
  padding-left: 20px;
  position: relative;
  color: var(--ink);
  font-weight: 700;
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--teal);
}

.portfolio-panel {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.portfolio-visual {
  min-height: 360px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .04), rgba(0, 33, 71, .76)),
    var(--landing-photo);
  background-size: cover;
  background-position: center 60%;
}

.portfolio-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .30);
  border-radius: 20px;
}

.portfolio-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.portfolio-actions,
.contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.portfolio-card {
  min-height: 230px;
  padding: 26px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.contact-panel,
.contact-method {
  border: 1px solid rgba(0, 33, 71, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.contact-panel {
  min-height: 420px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-panel h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
}

.contact-panel p {
  margin: 18px 0 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
}

.contact-methods {
  display: grid;
  gap: 18px;
}

.contact-method {
  padding: 28px;
}

.contact-method span {
  color: var(--teal);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.contact-method strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
}

.contact-method p {
  margin: 12px 0 0;
  color: var(--muted);
}

.theme-system {
  --preview-accent: #0d8a9b;
  --preview-bg: linear-gradient(135deg, #002147, #0d8a9b);
}

.theme-burden {
  --preview-accent: #b85742;
  --preview-bg: linear-gradient(135deg, #002147, #6e5aa8);
}

.theme-finance {
  --preview-accent: #b18421;
  --preview-bg: linear-gradient(135deg, #002147, #008c63);
}

.insight-feature {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(0, .38fr);
  gap: 28px;
  align-items: stretch;
}

.image-panel,
.story-panel {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.image-panel {
  min-height: 430px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.34), transparent 24%),
    linear-gradient(135deg, var(--oxford), var(--teal));
  position: relative;
}

.institute-page .image-panel {
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .02), rgba(0, 33, 71, .62)),
    linear-gradient(135deg, rgba(0, 33, 71, .68), rgba(13, 138, 155, .18)),
    var(--landing-photo);
  background-size: cover;
  background-position: center 62%;
}

.image-panel::before {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 28px;
}

.image-panel::after {
  content: "";
  position: absolute;
  right: 68px;
  top: 68px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
}

.story-panel {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.label {
  display: block;
  margin-bottom: 14px;
  color: var(--oxford);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.story-panel h3,
.card h3,
.dashboard-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
}

.story-panel p,
.card p,
.dashboard-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.arrow {
  margin-top: 24px;
  color: var(--oxford);
  border: 1px solid rgba(0, 33, 71, .18);
  background: #f6f8f8;
}

.report-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 33, 71, .18);
  background: #f6f8f8;
  color: var(--oxford);
}

.card-grid,
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.center-grid,
.dashboard-grid {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.dashboard-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(0, 33, 71, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.dashboard-card {
  min-height: 300px;
}

.card:hover,
.dashboard-card:hover {
  transform: translateY(-3px);
  background: #fbfcfb;
  box-shadow: var(--soft-shadow);
}

.dashboard-card h3 {
  font-size: clamp(24px, 2.3vw, 35px);
}

.center-card {
  min-height: 390px;
}

.center-card h3 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.center-illustration {
  height: 108px;
  margin: -4px -4px 22px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 33, 71, .12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.26), transparent 42%),
    linear-gradient(135deg, var(--oxford), var(--teal));
}

.center-illustration span {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 24px rgba(0, 33, 71, .18);
}

.center-illustration::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;
}

.center-system span {
  width: 16px;
  height: 16px;
  border-radius: 999px;
}
.center-system span:nth-child(1) { left: 26px; top: 57px; }
.center-system span:nth-child(2) { left: 50%; top: 28px; transform: translateX(-50%); }
.center-system span:nth-child(3) { right: 28px; top: 61px; }
.center-system::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 36px;
  top: 63px;
  height: 2px;
  background: rgba(255, 255, 255, .72);
  transform: skewY(-12deg);
}

.center-surgery { background: linear-gradient(135deg, #16304d, #b85742); }
.center-surgery span:nth-child(1) {
  width: 50px;
  height: 14px;
  left: 30px;
  top: 47px;
  border-radius: 999px;
}
.center-surgery span:nth-child(2) {
  width: 14px;
  height: 50px;
  left: 48px;
  top: 29px;
  border-radius: 999px;
}
.center-surgery span:nth-child(3) {
  width: 74px;
  height: 2px;
  right: 26px;
  top: 57px;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
}

.center-ncd { background: linear-gradient(135deg, #00576e, #6e5aa8); }
.center-ncd span:nth-child(1) {
  width: 58px;
  height: 58px;
  left: 28px;
  top: 25px;
  border-radius: 999px;
  background: transparent;
  border: 10px solid rgba(255, 255, 255, .86);
}
.center-ncd span:nth-child(2) {
  width: 10px;
  height: 58px;
  left: 92px;
  top: 25px;
  border-radius: 999px;
}
.center-ncd span:nth-child(3) {
  width: 54px;
  height: 20px;
  right: 28px;
  top: 44px;
  border-radius: 999px;
}

.center-infectious { background: linear-gradient(135deg, #205b7d, #008c63); }
.center-infectious span {
  border-radius: 999px;
}
.center-infectious span:nth-child(1) {
  width: 46px;
  height: 46px;
  left: 30px;
  top: 31px;
}
.center-infectious span:nth-child(2) {
  width: 24px;
  height: 24px;
  left: 88px;
  top: 22px;
  opacity: .78;
}
.center-infectious span:nth-child(3) {
  width: 32px;
  height: 32px;
  right: 34px;
  top: 56px;
  opacity: .86;
}

.center-maternal { background: linear-gradient(135deg, #1a4364, #b18421); }
.center-maternal span {
  border-radius: 999px;
}
.center-maternal span:nth-child(1) {
  width: 52px;
  height: 52px;
  left: 36px;
  top: 28px;
}
.center-maternal span:nth-child(2) {
  width: 28px;
  height: 28px;
  left: 80px;
  top: 52px;
}
.center-maternal span:nth-child(3) {
  width: 82px;
  height: 10px;
  right: 28px;
  bottom: 26px;
  border-radius: 999px;
  opacity: .86;
}

.center-mental { background: linear-gradient(135deg, #263b5f, #6e5aa8); }
.center-mental span {
  height: 18px;
  border-radius: 999px;
}
.center-mental span:nth-child(1) {
  width: 78px;
  left: 30px;
  top: 28px;
}
.center-mental span:nth-child(2) {
  width: 102px;
  left: 30px;
  top: 52px;
  opacity: .82;
}
.center-mental span:nth-child(3) {
  width: 58px;
  right: 34px;
  top: 62px;
  opacity: .92;
}

.center-disability { background: linear-gradient(135deg, #23445c, #0d8a9b); }
.center-disability span:nth-child(1) {
  width: 30px;
  height: 30px;
  left: 40px;
  top: 25px;
  border-radius: 999px;
}
.center-disability span:nth-child(2) {
  width: 62px;
  height: 62px;
  left: 58px;
  top: 38px;
  border-radius: 999px;
  background: transparent;
  border: 8px solid rgba(255, 255, 255, .9);
}
.center-disability span:nth-child(3) {
  width: 82px;
  height: 8px;
  right: 28px;
  bottom: 28px;
  border-radius: 999px;
}

.center-digital,
.center-finance { background: linear-gradient(135deg, #002147, #008c63); }
.center-digital span:nth-child(1),
.center-finance span:nth-child(1) {
  width: 78px;
  height: 48px;
  left: 28px;
  top: 28px;
  border-radius: 12px;
  background: transparent;
  border: 8px solid rgba(255, 255, 255, .9);
}
.center-digital span:nth-child(2),
.center-finance span:nth-child(2) {
  width: 10px;
  height: 30px;
  left: 62px;
  top: 76px;
  border-radius: 999px;
}
.center-digital span:nth-child(3),
.center-finance span:nth-child(3) {
  width: 58px;
  height: 34px;
  right: 30px;
  top: 44px;
  border-radius: 999px 999px 10px 10px;
  opacity: .88;
}

.institute-page .center-illustration {
  background:
    linear-gradient(180deg, rgba(0, 33, 71, .02), rgba(0, 33, 71, .36)),
    linear-gradient(135deg, rgba(255,255,255,.18), transparent 43%),
    var(--center-tint, linear-gradient(135deg, rgba(0, 33, 71, .86), rgba(13, 138, 155, .58))),
    var(--center-image, var(--landing-photo));
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, var(--photo-pos, center);
  background-blend-mode: normal, normal, multiply, normal;
}

.institute-page .center-system {
  --center-image: var(--center-health-system);
  --center-tint: linear-gradient(135deg, rgba(0, 33, 71, .44), rgba(13, 138, 155, .22));
  --photo-pos: center;
}

.institute-page .center-surgery {
  --center-image: var(--center-global-surgery);
  --center-tint: linear-gradient(135deg, rgba(22, 48, 77, .44), rgba(184, 87, 66, .22));
  --photo-pos: center;
}

.institute-page .center-ncd {
  --center-image: var(--center-ncd);
  --center-tint: linear-gradient(135deg, rgba(0, 87, 110, .42), rgba(110, 90, 168, .22));
  --photo-pos: center;
}

.institute-page .center-infectious {
  --center-tint: linear-gradient(135deg, rgba(32, 91, 125, .42), rgba(0, 140, 99, .24));
  --photo-pos: 72% 59%;
}

.institute-page .center-maternal {
  --center-image: var(--center-child);
  --center-tint: linear-gradient(135deg, rgba(26, 67, 100, .42), rgba(177, 132, 33, .24));
  --photo-pos: center;
}

.institute-page .center-mental {
  --center-tint: linear-gradient(135deg, rgba(38, 59, 95, .42), rgba(110, 90, 168, .24));
  --photo-pos: 38% 76%;
}

.institute-page .center-disability {
  --center-tint: linear-gradient(135deg, rgba(35, 68, 92, .42), rgba(13, 138, 155, .24));
  --photo-pos: 54% 76%;
}

.institute-page .center-digital,
.institute-page .center-finance {
  --center-image: var(--center-health-finance);
  --center-tint: linear-gradient(135deg, rgba(0, 33, 71, .42), rgba(0, 140, 99, .22));
  --photo-pos: center;
}

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

.team-card {
  min-height: 420px;
  border: 1px solid rgba(0, 33, 71, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.team-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--mist);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.team-card-body {
  padding: 20px;
}

.team-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
}

.team-card .label {
  display: inline-flex;
  margin: 0 0 12px;
  color: var(--teal);
}

.team-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.route {
  margin-top: 16px;
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 12px;
}

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

.report-row {
  min-height: 112px;
  padding: 24px 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.report-row h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.06;
}

.hero h1,
.section h2,
.story-panel h3,
.card h3,
.service-card h3,
.service-detail-card h3,
.portfolio-panel h3,
.portfolio-card h3,
.dashboard-preview-card h3,
.dashboard-card h3,
.report-row h3 {
  font-family: Georgia, "Times New Roman", Times, serif !important;
}

.report-row span {
  color: var(--muted);
  font-size: 15px;
}

.footer {
  padding: 34px 0 46px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}

.dashboard-page .hero {
  min-height: auto;
  padding-bottom: 54px;
}

.dashboard-page .visual-strip {
  grid-template-columns: repeat(4, 1fr);
}

.dashboard-page .visual-card {
  min-height: 220px;
}

@media (max-width: 1120px) {
  .floating-header {
    position: static;
    padding: 14px 0 0;
  }
  .floating-header .wrap {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .utility-pill { display: none; }
  .contact-pill {
    min-height: 50px;
    padding: 13px 18px;
  }
  .hero {
    min-height: auto;
    padding-top: 46px;
  }
  .institute-page .hero {
    min-height: auto;
    padding-top: 56px;
  }
  .institute-page .hero > div {
    width: min(100% - 48px, var(--max));
  }
  .visual-strip,
  .dashboard-page .visual-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .visual-card { min-height: 210px; }
  .insight-feature {
    grid-template-columns: 1fr;
  }
  .card-grid,
  .center-grid,
  .dashboard-preview-grid,
  .dashboard-grid,
  .services-grid,
  .services-detail-grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .publication-filter-panel,
  .event-showcase,
  .contact-grid,
  .portfolio-panel {
    grid-template-columns: 1fr;
  }
  .publication-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .project-lanes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 32px, var(--max)); }
  .floating-header .wrap {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .brand-pill {
    min-height: 62px;
    width: fit-content;
    padding: 10px 16px;
    grid-column: 1;
    grid-row: 1;
  }
  .menu-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .brand-pill img {
    width: 36px;
    height: 36px;
  }
  .contact-pill {
    min-height: 48px;
    width: fit-content;
    padding: 13px 16px;
    border-radius: 18px;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .nav-pill {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: flex-start;
    border-radius: 20px;
  }
  .nav-pill a {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 13px;
  }
  .hero {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  .institute-page .hero {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center 56%;
  }
  .subpage-hero {
    min-height: 48svh;
    padding: 58px 0 62px;
  }
  .subpage-hero .wrap {
    transform: none;
  }
  .subpage-hero h1 {
    font-size: clamp(40px, 11vw, 54px);
    line-height: 1;
  }
  .institute-page .hero > div {
    width: min(100% - 32px, var(--max));
  }
  .hero-center { text-align: left; }
  .hero h1 {
    font-size: clamp(38px, 10vw, 48px);
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .hero-lead {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }
  .hero-actions {
    justify-content: flex-start;
  }
  .visual-strip,
  .dashboard-page .visual-strip {
    grid-template-columns: none;
    grid-auto-columns: minmax(240px, 78%);
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .visual-card {
    min-height: 160px;
    border-radius: 20px;
    scroll-snap-align: start;
  }
  .spotlight-tabs {
    width: 100%;
    border-radius: 22px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .section {
    padding: 48px 0;
  }
  .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .section h2 {
    font-size: clamp(34px, 11vw, 50px);
  }
  .publication-filter-panel {
    padding: 8px;
    border-radius: 24px;
  }
  .publication-filters {
    grid-template-columns: 1fr;
  }
  .publication-filters button {
    min-height: 50px;
  }
  .publication-filter-status {
    margin-top: -4px;
  }
  .event-feature-card {
    min-height: 360px;
    padding: 28px;
  }
  .event-feature-card h3 {
    font-size: clamp(36px, 11vw, 52px);
  }
  .event-feature-card p {
    font-size: 16px;
  }
  .contact-panel {
    min-height: 340px;
    padding: 28px;
  }
  .service-card {
    min-height: 320px;
  }
  .service-detail-card,
  .portfolio-panel,
  .portfolio-card {
    padding: 26px;
  }
  .portfolio-visual {
    min-height: 260px;
  }
  .card-grid,
  .center-grid,
  .dashboard-preview-grid,
  .dashboard-grid,
  .services-grid,
  .services-detail-grid,
  .portfolio-grid,
  .team-grid,
  .event-stack,
  .project-lanes {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(252px, 82%);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    margin-inline: -16px;
    padding-inline: 16px;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  .card-grid::-webkit-scrollbar,
  .center-grid::-webkit-scrollbar,
  .dashboard-preview-grid::-webkit-scrollbar,
  .dashboard-grid::-webkit-scrollbar,
  .services-grid::-webkit-scrollbar,
  .services-detail-grid::-webkit-scrollbar,
  .portfolio-grid::-webkit-scrollbar,
  .team-grid::-webkit-scrollbar,
  .event-stack::-webkit-scrollbar,
  .project-lanes::-webkit-scrollbar {
    display: none;
  }
  .card-grid > *,
  .center-grid > *,
  .dashboard-preview-grid > *,
  .dashboard-grid > *,
  .services-grid > *,
  .services-detail-grid > *,
  .portfolio-grid > *,
  .team-grid > *,
  .event-stack > *,
  .project-lanes > * {
    scroll-snap-align: start;
  }
  .card,
  .dashboard-preview-card,
  .dashboard-card {
    min-height: 250px;
  }
  .image-panel { min-height: 260px; }
  .story-panel { padding: 26px; }
  .report-row {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .footer {
    flex-direction: column;
  }
}
