@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --edge-gutter: 28px;
  --content-gutter: clamp(28px, 4vw, 58px);
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.98);
  --border: rgba(33, 52, 45, 0.1);
  --text: #162218;
  --muted: #5d6c61;
  --accent: #0f8f6f;
  --accent-warm: #f0a557;
  --accent-hot: #d85d4e;
  --shadow: 0 20px 50px rgba(34, 48, 39, 0.08);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  background: #ffffff;
  color: var(--text);
  min-height: 100vh;
  --pointer-x: 50%;
  --pointer-y: 12%;
  --hero-progress: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(15, 143, 111, 0.05), transparent 16%),
    radial-gradient(circle at calc(var(--pointer-x) + 12%) calc(var(--pointer-y) + 6%), rgba(79, 156, 255, 0.035), transparent 20%);
  opacity: 0.75;
}

.site-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 72px;
  overflow-x: visible;
}

main,
.trl-strip,
.collab-strip,
.leadership-section {
  width: min(calc(100% - (2 * var(--content-gutter))), 1840px);
  margin-left: auto;
  margin-right: auto;
}

.topbar,
.hero,
.glass,
.gallery-card,
.comparison-card {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: calc(100vw - (2 * var(--edge-gutter)));
  max-width: none;
  margin: 0 calc(50% - 50vw + var(--edge-gutter)) 0;
  padding: 16px var(--content-gutter);
  background:
    radial-gradient(circle at 14% 22%, rgba(71, 192, 255, 0.08), transparent 24%),
    radial-gradient(circle at 86% 24%, rgba(15, 143, 111, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(252, 255, 254, 0.34) 0%, rgba(243, 251, 250, 0.22) 54%, rgba(238, 248, 244, 0.12) 100%);
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(26px) saturate(1.14);
  -webkit-backdrop-filter: blur(26px) saturate(1.14);
}

.collab-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 28px;
  padding: 30px 28px 28px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  text-align: center;
}

.collab-copy {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.collab-copy h2 {
  margin: 0;
  font-family: "Instrument Serif", "Iowan Old Style", serif;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.18;
  max-width: none;
  white-space: nowrap;
}

.collab-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 52ch;
}

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

.footer-divider {
  width: min(calc(100% - (2 * var(--content-gutter))), 1840px);
  height: 1px;
  margin: 22px auto;
  background: linear-gradient(90deg, rgba(22, 34, 24, 0), rgba(22, 34, 24, 0.12) 18%, rgba(22, 34, 24, 0.12) 82%, rgba(22, 34, 24, 0));
}

.footer-brand {
  width: min(calc(100% - (2 * var(--content-gutter))), 1840px);
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  padding: 10px 0 0;
}

.footer-brand img {
  width: min(280px, 42vw);
  height: auto;
  display: block;
}

.collab-logo-card {
  margin: 0;
  padding: 8px 4px 6px;
  border-radius: 0;
  border: none;
  background: transparent;
  text-align: center;
  box-shadow: none;
}

.collab-logo-card img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  display: block;
  filter: saturate(0.98);
}

.collab-logo-card figcaption {
  margin-top: 12px;
  color: #314960;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trl-strip {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(0, 1.65fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 28px;
  padding: 30px 28px 22px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.trl-copy h2 {
  margin: 0;
  font-family: "Instrument Serif", "Iowan Old Style", serif;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  max-width: 28ch;
}

.trl-note {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 62ch;
}

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

.trl-card {
  border-radius: 0;
  padding: 14px 0 14px 18px;
  background: transparent;
  border: none;
  border-left: 2px solid rgba(15, 143, 111, 0.12);
}

.trl-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.trl-card strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.trl-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-self: center;
  text-align: center;
}

.brand-mark {
  width: 280px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
}

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

.brand-subtitle {
  margin: 0;
  color: var(--accent);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  text-align: center;
}

.brand h1,
.hero h2,
.panel-heading h3,
.gallery-header h4 {
  margin: 0;
  font-family: "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
}

.section-body {
  margin: 12px 0 0;
  max-width: 70ch;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.topnav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(34, 48, 39, 0.04);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  justify-self: center;
}

.topnav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 12px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.topnav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.66);
  transform: translateY(-1px);
}

.topnav a.is-active {
  color: var(--text);
  background: rgba(15, 143, 111, 0.16);
  border: 1px solid rgba(15, 143, 111, 0.18);
  box-shadow: 0 8px 20px rgba(15, 143, 111, 0.12);
}

.bharatcast-statement {
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  margin: 0 calc(50% - 50vw) 28px;
  padding: clamp(132px, 15vw, 168px) clamp(36px, 9vw, 160px) clamp(20px, 4vw, 44px);
  border-radius: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(71, 192, 255, 0.16), transparent 24%),
    radial-gradient(circle at 86% 24%, rgba(15, 143, 111, 0.14), transparent 26%),
    linear-gradient(180deg, #fcfffe 0%, #f3fbfa 54%, #eef8f4 100%);
  border: none;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: calc(1 - (var(--hero-progress) * 0.88));
  transform: translate3d(0, calc(var(--hero-progress) * 56px), 0)
    scale(calc(1 - (var(--hero-progress) * 0.04)));
  filter: saturate(calc(1.03 - (var(--hero-progress) * 0.12)));
  transform-origin: center center;
  will-change: opacity, transform, filter;
}

.bharatcast-statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 143, 111, 0.025) 0, rgba(15, 143, 111, 0.025) 1px, transparent 1px, transparent 100%),
    linear-gradient(rgba(15, 143, 111, 0.02) 0, rgba(15, 143, 111, 0.02) 1px, transparent 1px, transparent 100%);
  background-size: 72px 72px;
  opacity: 0.4;
  pointer-events: none;
}

.bharatcast-statement::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}

.bharatcast-statement > * {
  position: relative;
  z-index: 1;
}

.bharatcast-statement .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 143, 111, 0.12);
  color: var(--accent);
  letter-spacing: 0.24em;
}

.bharatcast-statement h1 {
  margin: 0 0 18px;
  font-family: "Instrument Serif", "Iowan Old Style", serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #13231c;
  text-wrap: balance;
  text-align: center;
}

.statement-lead,
.statement-text {
  margin: 0 auto 12px;
  max-width: 1040px;
  color: #4f6158;
  line-height: 1.82;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.statement-lead {
  font-size: 1.18rem;
  color: #24352d;
  font-weight: 500;
}

.statement-text {
  max-width: 1080px;
  font-size: 1.02rem;
}

.statement-lead strong,
.statement-text strong {
  color: #13231c;
}

.methodology-statement {
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: auto;
  margin: 0 calc(50% - 50vw) 28px;
  padding: clamp(36px, 5vw, 56px) clamp(36px, 9vw, 160px) 72px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.methodology-statement h2 {
  margin: 0 0 18px;
  font-family: "Instrument Serif", "Iowan Old Style", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #13231c;
  max-width: none;
  white-space: nowrap;
}

.methodology-text {
  margin: 0 auto 12px;
  max-width: 940px;
  color: #5a6a62;
  line-height: 1.72;
  text-align: justify;
  text-align-last: left;
  font-size: 0.98rem;
}

@media (max-width: 1100px) {
  :root {
    --edge-gutter: 20px;
    --content-gutter: 24px;
  }

  .topbar {
    padding-inline: var(--content-gutter);
  }

  .bharatcast-statement {
    min-height: 100vh;
    padding: 120px 28px 28px;
    margin-bottom: 28px;
  }

  .statement-lead,
  .statement-text {
    text-align: left;
    text-align-last: auto;
  }

  .methodology-statement {
    padding: 28px 28px 52px;
  }

  .methodology-statement h2,
  .methodology-text {
    max-width: none;
  }
}

@media (max-width: 720px) {
  :root {
    --edge-gutter: 14px;
    --content-gutter: 18px;
  }

  .topbar {
    margin-bottom: 18px;
    padding-inline: var(--content-gutter);
  }

  .bharatcast-statement {
    min-height: 100vh;
    padding: 112px 20px 24px;
  }

  .bharatcast-statement .eyebrow {
    padding: 7px 12px;
    letter-spacing: 0.2em;
  }

  .methodology-statement {
    padding: 20px 20px 44px;
  }

  .methodology-statement h2 {
    font-size: clamp(1.8rem, 7vw, 3rem);
    white-space: normal;
    max-width: 18ch;
    text-wrap: balance;
  }
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  margin-bottom: 32px;
  padding: 44px 28px 30px;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  transform-style: preserve-3d;
}

.hero h2 {
  font-family: "Instrument Serif", "Iowan Old Style", serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.hero-text {
  color: var(--muted);
  max-width: 66ch;
  line-height: 1.75;
  font-size: 1.02rem;
  margin-bottom: 28px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: #162218;
  color: #ffffff;
  font-weight: 700;
}

.button-secondary {
  background: transparent;
  border-color: rgba(22, 34, 24, 0.16);
  color: var(--text);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 16px;
  align-content: start;
  padding: 18px 0 10px;
  border-radius: 0;
  background: transparent;
  border: none;
  border-top: 1px solid rgba(22, 34, 24, 0.08);
  border-bottom: 1px solid rgba(22, 34, 24, 0.08);
}

.status-strip span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-grid,
.comparison-grid,
.image-grid,
.gallery-grid,
.ops-grid {
  display: grid;
  gap: 16px;
}

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

.hero-card,
.mini-card,
.comparison-card,
.gallery-card {
  border-radius: 0;
  padding: 16px 0;
  background: transparent;
  border: none;
  border-top: 1px solid rgba(22, 34, 24, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, opacity 220ms ease;
}

.hero-card:hover,
.mini-card:hover,
.comparison-card:hover,
.gallery-card:hover,
.trl-card:hover,
.metric-card:hover,
.approach-step:hover {
  transform: translateY(-3px);
}

.hero-card span,
.mini-card span,
.metric-card span,
.gallery-header span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-card strong,
.mini-card strong,
.metric-card strong,
.comparison-card strong {
  font-size: 1.35rem;
}

.hero-card small,
.comparison-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1.8fr) minmax(300px, 360px);
  gap: 32px;
  align-items: start;
  margin-bottom: 28px;
}

.dashboard-grid > *,
.hero > *,
.comparison-grid > *,
.image-grid > *,
.gallery-grid > *,
.ops-grid > * {
  min-width: 0;
}

.glass,
.section-card,
.media-lab {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.control-panel,
.forecast-stage,
.metric-cluster,
.section-card,
.media-lab {
  padding: 20px 0;
}

.control-panel,
.forecast-stage,
.metric-cluster {
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 248, 0.92));
  border: 1px solid rgba(22, 34, 24, 0.08);
  box-shadow: 0 16px 40px rgba(31, 86, 146, 0.05);
}

.panel-heading {
  margin-bottom: 14px;
}

.panel-heading h3 {
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}

label {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 14px;
}

select,
button {
  font: inherit;
}

select {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--border);
  color: var(--text);
  background: var(--panel-strong);
}

#run-forecast {
  width: 100%;
  margin: 8px 0 14px;
}

.mini-stack {
  display: grid;
  gap: 12px;
}

.media-frame {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: 18px;
  border: none;
  background: rgba(255, 255, 255, 0.82);
}

.media-frame video,
.media-frame img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.media-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
  padding: 0 4px;
}

.media-caption span {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.model-note {
  margin-top: 18px;
  padding: 18px 18px 10px;
  border-radius: 18px;
  border: 1px solid rgba(22, 34, 24, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.model-note p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.7;
}

.model-note code {
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.94em;
}

.insight-rail {
  display: grid;
  gap: 18px;
}

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

.metric-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 34, 24, 0.08);
}

.metric-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.spark-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(22, 34, 24, 0.08);
}

.spark-row {
  display: grid;
  gap: 8px;
}

.spark-row span {
  color: var(--muted);
  font-size: 0.88rem;
}

.sparkbar {
  height: 12px;
  border-radius: 999px;
  background: rgba(110, 138, 168, 0.12);
  overflow: hidden;
}

.sparkbar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), #4f9cff, var(--accent-warm));
}

.research-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.approach-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 40px;
}

.approach-intro {
  padding: 0 4px 4px;
}

.approach-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding: 26px 0 8px;
  position: relative;
}

.approach-flow::before {
  content: "";
  position: absolute;
  left: 84px;
  right: 84px;
  top: 54px;
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 159, 190, 0.18), rgba(15, 159, 190, 0.18));
  pointer-events: none;
}

.approach-step {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
  transition: transform 220ms ease, opacity 220ms ease;
}

.approach-step-index {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(15, 159, 190, 0.14), rgba(77, 128, 214, 0.12));
  border: 1px solid rgba(15, 159, 190, 0.16);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  box-shadow: 0 10px 24px rgba(31, 86, 146, 0.08);
}

.approach-step-body {
  padding: 22px 22px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 248, 0.92));
  border: 1px solid rgba(22, 34, 24, 0.08);
  box-shadow: 0 16px 38px rgba(31, 86, 146, 0.05);
  min-height: 100%;
}

.approach-step-body h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  line-height: 1.28;
}

.approach-lead,
.approach-step-body p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.56;
  font-size: 0.96rem;
}

.approach-lead strong,
.approach-step-body strong {
  color: var(--text);
}

.approach-step-body code,
.approach-intro code {
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.94em;
}

.approach-step-body a {
  color: var(--accent);
  text-decoration: none;
}

.approach-step-body a:hover {
  text-decoration: underline;
}

.compact-list {
  margin-top: 8px;
  padding-left: 18px;
  line-height: 1.6;
  color: var(--muted);
}

.approach-step-body .compact-list {
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.paper-links li {
  margin-bottom: 4px;
}

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

.comparison-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 152px;
  padding: 18px 20px 16px;
  border: 1px solid rgba(22, 34, 24, 0.06);
  border-top: 1px solid rgba(22, 34, 24, 0.06);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(244, 239, 230, 0.7), rgba(255, 255, 255, 0.75));
  box-shadow: 0 12px 28px rgba(34, 48, 39, 0.05);
}

.comparison-card span {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
}

.comparison-card strong {
  display: block;
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.comparison-card small {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.accent-warm {
  background: linear-gradient(135deg, rgba(247, 234, 214, 0.88), rgba(255, 255, 255, 0.92));
}

.accent-cool {
  background: linear-gradient(135deg, rgba(224, 246, 250, 0.92), rgba(255, 255, 255, 0.92));
}

.accent-neutral {
  background: linear-gradient(135deg, rgba(240, 245, 247, 0.92), rgba(255, 255, 255, 0.92));
}

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

.image-grid figure,
.gallery-card {
  margin: 0;
}

.image-grid img,
.gallery-card img {
  width: 100%;
  border-radius: 18px;
  display: block;
  border: 1px solid var(--border);
}

.image-grid figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.media-lab {
  padding: 20px;
  margin-bottom: 28px;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(260px, 1fr));
}

.gallery-header h4 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.gallery-card .button {
  margin-top: 14px;
  width: 100%;
}

.ops-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 28px;
}

.ops-grid > .section-card {
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 248, 0.92));
  border: 1px solid rgba(22, 34, 24, 0.08);
  box-shadow: 0 16px 40px rgba(31, 86, 146, 0.05);
}

.ops-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.timeline-item span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #3b82f6);
  color: #04111d;
  font-weight: 800;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

#news,
#research-articles {
  display: flex;
  flex-direction: column;
  padding: 24px;
  margin-bottom: 28px;
  border-radius: 0;
  background: transparent;
  border: none;
}

.leadership-section {
  padding: 24px 0 10px;
  margin-bottom: 28px;
}

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

.leadership-card {
  padding: 18px 0 14px;
  border-top: 1px solid rgba(22, 34, 24, 0.08);
}

.leadership-card h4 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.leadership-card p {
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.55;
}

.leadership-card a {
  color: var(--accent);
  text-decoration: none;
}

.leadership-card a:hover {
  text-decoration: underline;
}

.lead-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lead-pi,
.lead-student {
  background: linear-gradient(135deg, rgba(224, 246, 250, 0.55), rgba(255, 255, 255, 0.9));
  padding: 18px 16px 14px;
}

.team-page {
  background: #ffffff;
}

.team-main {
  width: min(calc(100% - (2 * var(--content-gutter))), 1480px);
  margin: 0 auto;
  padding: 168px 0 72px;
}

.team-hero {
  display: grid;
  gap: 14px;
  max-width: 76ch;
  margin: 0 auto 44px;
  text-align: center;
}

.team-hero h1 {
  margin: 0;
  font-family: "Instrument Serif", "Iowan Old Style", serif;
  font-size: clamp(2.4rem, 4.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.team-hero-text {
  margin: 0 auto;
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.team-group {
  margin-bottom: 38px;
}

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

.team-grid-single {
  grid-template-columns: minmax(0, 420px);
}

.team-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(252, 255, 254, 0.95), rgba(241, 249, 247, 0.9));
  border: 1px solid rgba(33, 52, 45, 0.08);
  box-shadow: 0 20px 50px rgba(34, 48, 39, 0.06);
}

.team-photo-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(212, 241, 246, 0.85), rgba(240, 250, 247, 0.95));
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-photo-placeholder {
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.team-card-body {
  display: grid;
  gap: 8px;
}

.team-card-body h4 {
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.team-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.team-card-body a {
  color: var(--accent);
  text-decoration: none;
  word-break: break-word;
}

.team-card-body a:hover {
  text-decoration: underline;
}

.news-grid,
.research-articles-grid {
  padding: 6px 2px 10px;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-top: 14px;
}

.news-card,
.research-card {
  flex: 0 0 calc(33.333% - 11px);
  min-height: 220px;
  border-radius: 22px;
  padding: 22px 20px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 248, 0.9));
  border: 1px solid rgba(22, 34, 24, 0.08);
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 40px rgba(31, 86, 146, 0.05);
  transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease, border-color 250ms ease;
}

.news-card:hover,
.research-card:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 246, 0.96));
  border-color: rgba(15, 143, 111, 0.14);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(31, 86, 146, 0.1);
}

.news-header,
.research-header {
  margin-bottom: 14px;
  flex-shrink: 0;
}

.news-header span,
.research-header span {
  display: block;
  color: var(--accent);
  font-size: 0.7rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

.news-card h4,
.research-card h4 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--text);
}

.news-card a,
.research-card a {
  color: var(--text);
  text-decoration: none;
  transition: color 200ms ease;
}

.news-card a:hover,
.research-card a:hover {
  color: var(--accent);
}

.news-card img,
.research-card img {
  width: 100%;
  border-radius: 12px;
  display: block;
  border: 1px solid rgba(15, 159, 190, 0.14);
  margin-bottom: 12px;
}

.news-card p,
.research-card p {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
  flex-grow: 1;
  margin: 0;
}

.placeholder {
  color: var(--muted);
  font-style: italic;
  padding: 40px 20px;
  text-align: center;
}

.news-grid::-webkit-scrollbar,
.research-articles-grid::-webkit-scrollbar {
  height: 8px;
}

.news-grid::-webkit-scrollbar-track,
.research-articles-grid::-webkit-scrollbar-track {
  background: rgba(110, 138, 168, 0.12);
  border-radius: 10px;
}

.news-grid::-webkit-scrollbar-thumb,
.research-articles-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--accent), #4f9cff);
  border-radius: 10px;
}

.news-grid::-webkit-scrollbar-thumb:hover,
.research-articles-grid::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #3b82f6, #65d7c1);
}
@media (max-width: 1180px) {
  .trl-strip,
  .collab-strip,
  .dashboard-grid,
  .comparison-grid,
  .gallery-grid,
  .ops-grid,
  .hero {
    grid-template-columns: 1fr;
  }

  .media-frame {
    min-height: 420px;
  }

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

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

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

  .team-grid-single {
    grid-template-columns: minmax(0, 420px);
  }

  .collab-copy h2 {
    white-space: normal;
  }

  .approach-flow::before {
    display: none;
  }

  .approach-step {
    gap: 14px;
  }
}

@media (max-width: 820px) {
  .site-shell {
    padding-top: 0;
  }

  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .topnav {
    gap: 6px;
  }

  .hero,
  .trl-strip,
  .control-panel,
  .forecast-stage,
  .metric-cluster,
  .section-card,
  .media-lab {
    padding: 18px;
  }

  .hero-grid,
  .trl-grid,
  .collab-grid,
  .image-grid,
  .leadership-grid,
  .team-grid,
  .team-grid-single {
    grid-template-columns: 1fr;
  }

  .approach-flow {
    grid-template-columns: 1fr;
    padding: 20px 18px 22px;
  }

  .team-main {
    padding-top: 148px;
  }
}
