/* Resource version: 20260715-research-atlas-1
 * Compatibility baseline: global tokens, reset, and the original ordered rule
 * set. Rules will be moved out only in verified, selector-bounded batches.
 */
:root {
  --ink: #06110f;
  --deep: #071412;
  --deep-2: #0b1b18;
  --deep-3: #10231f;
  --mist: #eef5ef;
  --muted: rgba(238, 245, 239, 0.68);
  --faint: rgba(238, 245, 239, 0.13);
  --line: rgba(238, 245, 239, 0.18);
  --gold: #c7a464;
  --teal: #72b8aa;
  --danger: #b89168;
  --max: 1320px;
  --color-ink: #1C2926;
  --color-text: #36423E;
  --color-muted: #69736F;
  --color-paper: #F7F8F5;
  --color-surface: #FFFFFF;
  --color-line: #DDE3DF;
  --color-brand: #244B45;
  --season-accent: #789589;
  --season-tint: #EEF3F0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.section,
.page-panel,
.leader-detail,
.member-section,
.research-detail-card,
.listing-section,
.feature-detail-card,
.join-detail-card,
.cultivation-panel,
.contact-page {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--deep);
  color: var(--mist);
  font-family: "Times New Roman", Times, SimSun, "Songti SC", STSong, serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

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

svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 76px;
  padding: 14px clamp(20px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(5, 13, 12, 0.78), rgba(5, 13, 12, 0.22));
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  border-bottom-color: var(--color-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(18, 32, 29, 0.12);
}

.site-header.is-scrolled .main-nav {
  color: var(--color-text);
}

.site-header.is-scrolled .main-nav a::after {
  background: var(--color-brand);
}

.site-header.is-scrolled .header-search,
.site-header.is-scrolled .menu-toggle {
  border-color: var(--color-line);
  background: rgba(36, 75, 69, 0.04);
  color: var(--color-brand);
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: min(320px, 48vw);
  max-width: 100%;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.32));
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(12px, 1.55vw, 24px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  justify-self: end;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
}

.header-search svg {
  width: 17px;
  height: 17px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
}

.menu-toggle svg {
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 128px clamp(20px, 5vw, 72px) 34px;
}

.hero-media,
.hero-scrim,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -4;
  background: url("../assets/common/hero-water.jpg.webp?v=6b75d45307fe") center / cover;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 420ms ease;
}

.hero.has-motion .hero-video {
  opacity: 1;
}

.hero-scrim {
  z-index: -3;
  background:
    radial-gradient(circle at 76% 34%, rgba(114, 184, 170, 0.13), transparent 34%),
    linear-gradient(90deg, rgba(5, 12, 11, 0.92) 0%, rgba(5, 12, 11, 0.7) 42%, rgba(5, 12, 11, 0.32) 70%, rgba(5, 12, 11, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 12, 11, 0.16) 0%, rgba(5, 12, 11, 0.12) 48%, rgba(5, 12, 11, 0.88) 100%);
}

.hero-grid {
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black 0%, transparent 78%);
}

.hero-inner {
  width: min(860px, 100%);
  padding-bottom: 248px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.join-card h2,
.contact-copy h2 {
  margin: 0;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-weight: 700;
  line-height: 1.06;
}

.hero h1 {
  font-size: clamp(44px, 6.2vw, 88px);
}

.hero h1 span {
  display: block;
}

.hero-subtitle {
  margin: 24px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.55;
}

.hero-copy {
  margin: 22px 0 0;
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action,
.join-actions a,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.primary-action,
.contact-form button {
  border-color: var(--color-brand);
  background: var(--color-brand);
  color: #fff;
}

.home-search {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: 132px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(360px, 1fr);
  gap: 1px;
  max-width: var(--max);
  border: 1px solid var(--line);
  background: rgba(238, 245, 239, 0.12);
  backdrop-filter: blur(20px);
}

.search-label,
.search-input-wrap {
  min-height: 82px;
  background: rgba(6, 17, 15, 0.72);
}

.search-label {
  padding: 18px 22px;
}

.search-label span,
.search-results span,
.archive-feature span,
.archive-list span,
.news-feature span,
.feature-strip span,
.contact-facts span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.search-label strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  white-space: nowrap;
}

.search-input-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
}

.search-input-wrap input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
}

.search-input-wrap input::placeholder {
  color: rgba(238, 245, 239, 0.5);
}

.archive-tools button,
.faculty-controls button {
  min-height: 38px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--mist);
  cursor: pointer;
}

.search-results {
  grid-column: 1 / -1;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.search-results.is-open {
  display: grid;
}

.search-results a,
.search-results p {
  margin: 0;
  padding: 18px 20px;
  background: rgba(6, 17, 15, 0.88);
  color: var(--muted);
  line-height: 1.6;
}

.search-results strong {
  display: block;
  margin-top: 6px;
  color: #fff;
}

.credibility-panel {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 15, 0.48);
  backdrop-filter: blur(18px);
}

.credibility-panel div {
  min-height: 82px;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}

.credibility-panel div:last-child {
  border-right: 0;
}

.credibility-panel strong,
.credibility-panel span {
  display: block;
}

.credibility-panel strong {
  color: #fff;
  font-size: clamp(15px, 1.45vw, 20px);
}

.credibility-panel span {
  margin-top: 8px;
  color: rgba(238, 245, 239, 0.64);
  font-size: 13px;
  line-height: 1.45;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #081715;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-band div {
  padding: 32px clamp(20px, 4vw, 54px);
  border-right: 1px solid var(--line);
}

.signal-band div:last-child {
  border-right: 0;
}

.signal-band svg {
  color: var(--teal);
  margin-bottom: 18px;
}

.signal-band span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.signal-band strong {
  display: block;
  font-size: clamp(18px, 2vw, 28px);
}

.section {
  scroll-margin-top: 86px;
  padding: clamp(76px, 9vw, 132px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.44fr);
  gap: 40px;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto 48px;
}

.section-heading h2 {
  font-size: clamp(34px, 4.5vw, 70px);
}

.section-heading p,
.team-story p,
.faculty-copy p,
.archive-feature p,
.archive-list p,
.news-feature p,
.feature-strip p,
.join-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.team-section,
.faculty-section,
.outcomes-section,
.news-section,
.honors-section,
.join-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(114, 184, 170, 0.12), transparent 26%),
    linear-gradient(180deg, #081513, #06110f);
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(320px, 0.72fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--line);
}

.team-photo,
.team-story {
  margin: 0;
  background: rgba(255, 255, 255, 0.035);
}

.team-photo {
  min-height: 520px;
}

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

.team-story {
  display: grid;
}

.team-summary {
  align-content: center;
  gap: 24px;
  padding: clamp(34px, 5vw, 70px);
}

.team-summary h3 {
  max-width: 520px;
}

.team-summary p {
  max-width: 620px;
}

.team-summary .inline-link {
  align-self: end;
  justify-self: start;
  margin-top: clamp(24px, 6vw, 74px);
}

.team-story article {
  padding: 30px;
  border-bottom: 1px solid var(--line);
}

.team-story article:last-child {
  border-bottom: 0;
}

.team-story span,
.archive-years span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.team-story h3,
.archive-list h3,
.news-feature h3,
.feature-strip h3 {
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
}

.faculty-profile {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(360px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faculty-profile figure {
  margin: 0;
  min-height: 620px;
  overflow: hidden;
  background: var(--deep-3);
}

.faculty-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.inline-link,
.feature-strip em {
  display: inline-flex;
  margin-top: 22px;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.faculty-carousel {
  max-width: var(--max);
  margin: 0 auto;
}

.faculty-stage {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faculty-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.faculty-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.faculty-slide figure {
  margin: 0;
  min-height: 640px;
  overflow: hidden;
  background: var(--deep-3);
}

.faculty-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.faculty-copy {
  align-self: center;
  max-width: 650px;
  padding: 54px 0;
}

.faculty-copy span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faculty-copy h3 {
  margin: 0;
  color: #fff;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.08;
}

.faculty-copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0 0;
  background: var(--line);
}

.faculty-copy dl div {
  min-height: 96px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.045);
}

.faculty-copy dt {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faculty-copy dd {
  margin: 12px 0 0;
  color: #fff;
  line-height: 1.55;
}

.faculty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
}

.faculty-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.faculty-controls button {
  color: var(--mist);
  font-size: 13px;
  font-weight: 800;
}

.faculty-controls > button {
  min-width: 86px;
}

.faculty-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.faculty-thumbs button {
  min-width: 108px;
  padding: 0 16px;
  white-space: nowrap;
}

.faculty-controls button.is-active,
.archive-tools button.is-active {
  background: var(--mist);
  color: #06110f;
}

.archive-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: var(--max);
  margin: 0 auto 22px;
}

.archive-tools button {
  min-width: 92px;
  padding: 0 16px;
}

.archive-layout {
  display: grid;
  grid-template-columns: 140px minmax(280px, 0.86fr) minmax(320px, 1fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--line);
}

.archive-layout.is-filtered {
  grid-template-columns: minmax(0, 1fr);
}

.archive-layout.is-filtered .archive-years,
.archive-layout.is-filtered .archive-feature,
.archive-layout.is-filtered .archive-timeline {
  display: none;
}

.archive-layout.is-filtered .archive-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.archive-years,
.archive-feature,
.archive-list article,
.archive-timeline {
  background: rgba(255, 255, 255, 0.04);
}

.archive-years {
  display: grid;
  align-content: start;
  gap: 0;
}

.archive-years button {
  display: grid;
  gap: 8px;
  width: 100%;
  min-height: 76px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.archive-years button.is-active {
  background: rgba(114, 184, 170, 0.12);
}

.archive-years button small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.archive-feature {
  display: grid;
  grid-template-rows: minmax(280px, 360px) auto;
}

.archive-feature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 34px;
  background: rgba(255, 255, 255, 0.08);
}

.archive-feature div {
  padding: 28px;
}

.archive-feature h3 {
  margin: 14px 0 10px;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 38px);
}

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

.archive-list article {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 26px;
}

.archive-list .inline-link {
  margin-top: auto;
}

.archive-list article.is-hidden {
  display: none;
}

.archive-timeline {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 1px;
}

.archive-timeline-head,
.archive-timeline-list a {
  background: rgba(255, 255, 255, 0.035);
}

.archive-timeline-head {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 26px;
}

.archive-timeline-head span {
  color: var(--gold);
  font-size: clamp(32px, 3.6vw, 56px);
  font-weight: 900;
  line-height: 1;
}

.archive-timeline-head strong {
  margin-top: 18px;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}

.archive-timeline-list {
  display: grid;
  gap: 1px;
}

.archive-timeline-list a {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 120px;
  gap: 18px;
  align-items: start;
  min-height: 78px;
  padding: 20px 24px;
  color: inherit;
}

.archive-timeline-list time,
.archive-timeline-list span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.archive-timeline-list strong {
  color: var(--mist);
  line-height: 1.55;
}

.subnav-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: var(--max);
  margin: 0 auto 24px;
}

.subnav-preview span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  color: var(--mist);
  background: rgba(255, 255, 255, 0.035);
  font-weight: 800;
}

.news-category-bar {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  max-width: var(--max);
  min-height: 58px;
  margin: 0 auto 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.news-category-bar div {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  min-width: 0;
  overflow-x: auto;
}

.news-category-bar span,
.news-category-bar div a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.news-category-bar div a {
  transition: color 180ms ease;
}

.news-category-bar div a:hover,
.news-category-bar div a:focus-visible {
  color: #fff;
}

.news-category-bar > a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-left: 26px;
  border-left: 1px solid var(--line);
  color: var(--gold);
  font-weight: 900;
}

.news-placeholder-card {
  min-height: 240px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.032);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.news-placeholder-card:hover,
.news-placeholder-card:focus-visible {
  border-color: rgba(210, 170, 95, 0.62);
  background: rgba(210, 170, 95, 0.08);
  transform: translateY(-2px);
}

.news-placeholder-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.news-placeholder-card strong {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.15;
}

.news-placeholder-card p {
  max-width: 340px;
  margin-top: 18px;
  color: var(--muted);
}

.news-editorial {
  display: grid;
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--line);
}

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

.news-lead {
  position: relative;
  display: block;
  min-height: clamp(500px, 56vw, 720px);
  overflow: hidden;
  color: inherit;
  background: #0a1715;
}

.news-lead figure,
.news-lead img {
  width: 100%;
  height: 100%;
}

.news-lead figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.news-lead img {
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.news-lead::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 10, 9, 0.04) 24%, rgba(3, 13, 11, 0.92) 100%);
  content: "";
}

.news-lead:hover img,
.news-lead:focus-visible img,
.news-brief:hover img,
.news-brief:focus-visible img {
  transform: scale(1.025);
}

.news-lead-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 980px;
  min-height: clamp(500px, 56vw, 720px);
  padding: clamp(30px, 5vw, 68px);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.news-meta span {
  padding-right: 12px;
  border-right: 1px solid rgba(238, 245, 239, 0.25);
}

.news-lead h3 {
  max-width: 900px;
  margin: 18px 0 16px;
  color: #fff;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.12;
}

.news-lead p {
  max-width: 760px;
  margin: 0;
  color: rgba(238, 245, 239, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.news-lead em {
  align-self: flex-start;
  margin-top: 24px;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

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

.news-brief {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.news-brief figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.news-brief img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.news-brief > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 190px;
  padding: 26px;
}

.news-brief h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.42;
}

.news-page-editorial {
  margin-bottom: 36px;
}

.news-page-editorial .news-lead h3 {
  max-width: 980px;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.22;
}

.news-page-editorial .news-lead-overlay {
  padding-top: 120px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-strip a {
  color: inherit;
}

.feature-strip a {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  transition: background 180ms ease, transform 180ms ease;
}

.feature-strip a:hover,
.feature-strip a:focus-visible {
  background: rgba(114, 184, 170, 0.1);
  transform: translateY(-2px);
}

.feature-strip svg {
  color: var(--teal);
}

.feature-strip span {
  margin-top: 72px;
}

.feature-strip em {
  margin-top: auto;
  align-self: flex-start;
}

.join-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(6, 17, 15, 0.9), rgba(6, 17, 15, 0.6)),
    url("../assets/research/mountain-landscape.jpg?v=78ee9fc270fd") center / cover;
}

.join-card h2 {
  font-size: clamp(40px, 5vw, 80px);
}

.join-card p {
  max-width: 780px;
}

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

.contact-section {
  position: relative;
  scroll-margin-top: 86px;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 4vw, 56px);
  min-height: 760px;
  padding: clamp(78px, 9vw, 130px) clamp(20px, 5vw, 72px);
  background: #06110f;
  overflow: hidden;
}

.contact-visual {
  position: absolute;
  inset: 52px clamp(20px, 4vw, 62px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(6, 17, 15, 0.72), rgba(6, 17, 15, 0.25)),
    url("../assets/common/hero-water.jpg.webp?v=6b75d45307fe") center / cover;
  opacity: 0.78;
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-copy {
  align-self: end;
  padding: 34px 0;
}

.contact-copy h2 {
  max-width: 620px;
  font-size: clamp(42px, 6vw, 92px);
}

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

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

.contact-facts strong {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.contact-form {
  align-self: center;
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(238, 245, 239, 0.94);
  color: #0b1715;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.contact-form h3 {
  margin: 0;
  font-size: 24px;
}

.contact-form p {
  margin: 0 0 6px;
  color: rgba(11, 23, 21, 0.68);
  line-height: 1.6;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(11, 23, 21, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 23, 21, 0.16);
  background: #fff;
  color: #0b1715;
  padding: 12px 13px;
}

.contact-form button {
  justify-self: end;
  min-width: 120px;
  border-color: #0b1715;
  background: #0b1715;
  color: #fff;
  cursor: pointer;
}

.form-status {
  margin: 0;
  color: rgba(11, 23, 21, 0.78);
  font-size: 13px;
  line-height: 1.6;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #040c0b;
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: #fff;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.main-nav a.is-active::after {
  transform: scaleX(1);
}

.page-body {
  background:
    radial-gradient(circle at 78% 2%, rgba(114, 184, 170, 0.14), transparent 28%),
    linear-gradient(180deg, #071412 0%, #06110f 48%, #040c0b 100%);
}

.page-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: 150px clamp(20px, 5vw, 72px) 48px;
  overflow: hidden;
  isolation: isolate;
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -2;
}

.page-hero::before {
  background: url("../assets/common/hero-water.jpg.webp?v=6b75d45307fe") center / cover;
  opacity: 0.34;
}

.page-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 12, 11, 0.96) 0%, rgba(4, 12, 11, 0.76) 48%, rgba(4, 12, 11, 0.52) 100%),
    linear-gradient(rgba(238, 245, 239, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 245, 239, 0.05) 1px, transparent 1px);
  background-size: auto, 104px 104px, 104px 104px;
}

.page-hero h1 {
  max-width: 920px;
  margin: 18px 0 0;
  color: #fff;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(46px, 7.2vw, 112px);
  line-height: 1.02;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.page-search {
  position: relative;
  align-self: end;
  border: 1px solid var(--line);
  background: rgba(6, 17, 15, 0.72);
  backdrop-filter: blur(16px);
}

.page-search label {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.page-search span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-search input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #fff;
  padding: 0 0 12px;
  font-size: 16px;
  outline: 0;
}

.page-search-results {
  display: none;
  max-height: 330px;
  overflow: auto;
  border-top: 1px solid var(--line);
}

.page-search-results.is-open {
  display: grid;
}

.page-search-results a,
.page-search-results p {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(238, 245, 239, 0.1);
  color: var(--muted);
  line-height: 1.55;
}

.page-search-results strong {
  color: #fff;
}

.page-search-results p {
  color: var(--mist);
}

.page-subnav {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: rgba(5, 13, 12, 0.86);
  backdrop-filter: blur(16px);
  overflow-x: auto;
}

.page-subnav a {
  display: grid;
  gap: 6px;
  min-height: 72px;
  padding: 16px 20px;
  border-right: 1px solid var(--line);
}

.page-subnav strong {
  color: #fff;
  font-size: 16px;
}

.page-subnav span {
  color: var(--muted);
  font-size: 12px;
}

.page-content {
  padding: 42px clamp(20px, 5vw, 72px) 88px;
}

.page-panel,
.intro-panel,
.leader-detail,
.member-section,
.listing-section,
.research-page-intro {
  max-width: var(--max);
  margin: 0 auto;
}

.page-hero > *,
.page-panel > *,
.leader-detail > *,
.research-detail-card > *,
.news-page-feature > *,
.output-card > *,
.member-toolbar > *,
.member-card,
.feature-detail-card,
.join-detail-card,
.contact-page > * {
  min-width: 0;
}

.page-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 0.7fr);
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(30px, 4vw, 56px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-panel h2,
.compact-heading h2 {
  margin: 0;
  color: #fff;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.08;
  overflow-wrap: break-word;
}

.page-panel h2 span {
  display: block;
}

.page-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.page-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 18px auto 42px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.page-metrics article {
  display: grid;
  gap: 8px;
  min-height: 132px;
  align-content: center;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.page-metrics strong {
  color: #fff;
  font-size: clamp(30px, 3.4vw, 54px);
  line-height: 1;
}

.page-metrics span {
  color: var(--muted);
}

.leader-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.52fr) minmax(320px, 0.48fr);
  gap: 1px;
  margin-bottom: 64px;
  background: var(--line);
}

.leader-detail figure,
.leader-detail > div {
  margin: 0;
  background: rgba(255, 255, 255, 0.04);
}

.leader-detail figure {
  min-height: 520px;
}

.leader-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-detail > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 62px);
}

.leader-detail h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 64px);
}

.leader-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.leader-detail dl {
  display: grid;
  gap: 1px;
  margin: 30px 0 0;
  background: var(--line);
}

.leader-detail dl div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 16px 0;
  background: #10231f;
}

.leader-detail dt {
  color: var(--gold);
  font-weight: 900;
}

.leader-detail dd {
  margin: 0;
  color: var(--mist);
}

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

.member-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.member-toolbar label {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  padding: 16px;
}

.member-toolbar label span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.member-toolbar input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  outline: 0;
}

.member-filters,
.list-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
}

.member-filters button,
.list-toolbar button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--mist);
  cursor: pointer;
}

.member-filters button.is-active,
.list-toolbar button.is-active {
  border-color: var(--mist);
  background: var(--mist);
  color: #06110f;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.member-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  transition: background 180ms ease, transform 180ms ease;
}

.member-card:hover,
.member-card:focus-visible {
  background: rgba(114, 184, 170, 0.1);
  transform: translateY(-2px);
}

.member-card > span {
  color: var(--gold);
  font-weight: 900;
}

.member-card h3 {
  min-height: 46px;
  margin: 18px 0 8px;
  color: #fff;
  font-size: 26px;
}

.member-card p {
  min-height: 48px;
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
}

.member-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.member-card dt {
  color: rgba(199, 164, 100, 0.88);
  font-size: 12px;
  font-weight: 900;
}

.member-card dd {
  margin: 4px 0 0;
  color: var(--mist);
  line-height: 1.55;
}

.member-card em,
.research-detail-card .inline-link,
.output-card .inline-link,
.join-detail-card .inline-link,
.feature-detail-card .inline-link {
  margin-top: auto;
}

.research-detail-card .inline-link {
  align-self: flex-start;
}

.member-card em {
  display: inline-flex;
  padding-top: 28px;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

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

.research-detail-list {
  display: grid;
  gap: 1px;
  max-width: var(--max);
  margin: 28px auto 0;
  background: var(--line);
}

.research-detail-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(360px, 0.58fr);
  gap: 1px;
  min-height: 500px;
}

.research-detail-card figure,
.research-detail-card > div {
  margin: 0;
  background: #10231f;
}

.research-detail-card figure {
  min-height: 420px;
}

.research-detail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research-detail-card > div {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 4vw, 58px);
}

.research-detail-card span,
.feature-detail-card > span {
  color: var(--gold);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  line-height: 1;
}

.research-detail-card h2 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 58px);
  line-height: 1.12;
}

.research-detail-card p,
.feature-detail-card p,
.join-detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.research-detail-card ul,
.feature-detail-card ul,
.join-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.research-detail-card li,
.feature-detail-card li,
.join-detail-card li {
  color: var(--mist);
  line-height: 1.6;
}

.research-detail-card li::before,
.feature-detail-card li::before,
.join-detail-card li::before {
  color: var(--gold);
  content: "— ";
}

.member-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
}

.member-tags a {
  padding: 8px 10px;
  border: 1px solid rgba(238, 245, 239, 0.14);
  color: var(--muted);
  font-size: 13px;
}

.news-page-feature {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(260px, 0.7fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto 34px;
  background: var(--line);
}

.news-page-feature a {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
}

.news-page-feature a.is-large {
  grid-row: span 2;
  min-height: 520px;
  justify-content: end;
  background:
    linear-gradient(180deg, rgba(6, 17, 15, 0.2), rgba(6, 17, 15, 0.9)),
    url("../assets/common/team-photo.jpg.webp?v=9bccac517adb") center / cover;
}

.news-page-feature span,
.output-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.news-page-feature h2 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.2;
}

.news-page-feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.news-page-feature em {
  margin-top: auto;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.listing-section {
  margin-top: 32px;
}

.news-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto 32px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.news-directory button {
  min-height: 164px;
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.news-directory button:last-child {
  border-right: 0;
}

.news-directory button:hover,
.news-directory button:focus-visible,
.news-directory button.is-active {
  background: rgba(210, 170, 95, 0.08);
}

.news-directory span,
.news-directory em {
  color: var(--gold);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.news-directory strong {
  display: block;
  margin: 26px 0 16px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
}

.list-toolbar {
  margin-bottom: 18px;
}

.news-table {
  display: grid;
  border-top: 1px solid var(--line);
}

.news-table a {
  display: grid;
  grid-template-columns: 120px minmax(260px, 1fr) 140px;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, padding 180ms ease;
}

.news-table a:hover,
.news-table a:focus-visible {
  padding-right: 16px;
  padding-left: 16px;
  background: rgba(114, 184, 170, 0.08);
}

.news-table time,
.news-table span {
  color: var(--gold);
  font-weight: 900;
}

.news-table strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
}

.news-table p {
  grid-column: 2 / -1;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.news-table .empty-state {
  grid-column: 1 / -1;
  padding: 28px 0;
}

.output-grid,
.feature-detail-grid,
.join-detail-grid,
.cultivation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.output-card,
.feature-detail-card,
.join-detail-card,
.cultivation-grid article {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.output-card figure {
  height: 210px;
  margin: 0;
  background: rgba(255, 255, 255, 0.06);
}

.output-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.output-card div,
.feature-detail-card,
.join-detail-card,
.cultivation-grid article {
  padding: 28px;
}

.output-card h3,
.feature-detail-card h2,
.join-detail-card h2,
.cultivation-grid h3 {
  margin: 16px 0 16px;
  color: #fff;
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.22;
}

.output-card p {
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.75;
}

.output-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.48fr) minmax(360px, 0.52fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--line);
}

.output-detail figure,
.output-detail > div {
  margin: 0;
  background: rgba(255, 255, 255, 0.04);
}

.output-detail figure {
  min-height: 560px;
}

.output-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.output-detail > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 72px);
}

.output-detail h2 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1.12;
}

.output-detail p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.feature-detail-grid,
.join-detail-grid,
.cultivation-panel {
  max-width: var(--max);
  margin: 0 auto;
}

.feature-detail-card {
  min-height: 520px;
}

.join-detail-card {
  min-height: 430px;
}

.cultivation-panel {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.cultivation-panel > div:first-child {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 0.7fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
}

.cultivation-panel h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 70px);
  line-height: 1.08;
}

.cultivation-panel > div:first-child p:last-child {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

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

.cultivation-grid article {
  min-height: 360px;
}

.cultivation-grid p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.75;
}

.cultivation-grid dl {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
}

.cultivation-grid div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(220, 232, 224, 0.12);
}

.cultivation-grid dt {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.cultivation-grid dd {
  margin: 0;
  color: var(--mist);
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 0.56fr);
  gap: clamp(28px, 5vw, 72px);
  max-width: var(--max);
  margin: 0 auto;
  min-height: 640px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(6, 17, 15, 0.86), rgba(6, 17, 15, 0.34)),
    url("../assets/common/hero-water.jpg.webp?v=6b75d45307fe") center / cover;
}

.contact-page-visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.contact-page-visual h2 {
  max-width: 740px;
  margin: 16px 0 34px;
  color: #fff;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 1.05;
  overflow-wrap: break-word;
}

.contact-page-visual h2 span {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.contact-page-visual div {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin-top: 18px;
}

.contact-page-visual div > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.contact-page-visual strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.contact-address span {
  display: block;
}

.contact-direction-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-direction-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(238, 245, 239, 0.22);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.contact-page-form {
  align-self: center;
}

.official-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  margin: 28px auto 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.official-links a {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.official-links span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.official-links strong {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
}

.official-links em {
  margin-top: auto;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.contact-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-link-list a {
  padding: 10px 12px;
  border: 1px solid rgba(238, 245, 239, 0.2);
  color: var(--mist);
  font-size: 13px;
  font-weight: 800;
}

.season-index {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  bottom: 224px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  max-width: min(720px, calc(100vw - 40px));
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.season-index a {
  position: relative;
  padding: 8px 0;
}

.season-index a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: rgba(238, 245, 239, 0.58);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms ease;
}

.season-index a:hover::after,
.season-index a:focus-visible::after {
  transform: scaleX(1);
}

.season-visual {
  position: relative;
  height: 420px;
  overflow: hidden;
  background-color: var(--color-paper);
  background-position: center;
  background-size: cover;
  animation: seasonFade 520ms ease both;
}

.season-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.season-visual-spring {
  background-image: url("../assets/seasons/spring-cover.webp?v=f492ab00fda1");
  background-position: center 50%;
}

.season-visual-spring::after {
  background: linear-gradient(180deg, rgba(247, 248, 245, 0.08), rgba(247, 248, 245, 0.2));
}

.season-visual-summer {
  background-image: url("../assets/seasons/summer-cover.webp?v=7e07a555aba3");
  background-position: center 52%;
}

.season-visual-summer::after {
  background: linear-gradient(180deg, rgba(8, 23, 20, 0.1), rgba(8, 23, 20, 0.22));
}

.season-visual-autumn {
  background-image: url("../assets/seasons/autumn-cover.webp?v=bc937bcdabdd");
  background-position: center 50%;
}

.season-visual-autumn::after {
  background: linear-gradient(180deg, rgba(8, 19, 17, 0.08), rgba(8, 19, 17, 0.24));
}

.season-visual-winter {
  background-image: url("../assets/seasons/winter-cover.webp?v=175318dbfe97");
  background-position: center 50%;
}

.season-visual-winter::after {
  background: linear-gradient(180deg, rgba(7, 18, 24, 0.08), rgba(7, 18, 24, 0.22));
}

main > section[data-season] {
  --line: var(--color-line);
  --muted: var(--color-muted);
  --gold: var(--season-accent);
  --teal: var(--season-accent);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
    var(--season-tint);
  color: var(--color-text);
}

main > section[data-season="spring"] {
  --season-accent: #789589;
  --season-tint: #EEF3F0;
}

main > section[data-season="summer"] {
  --season-accent: #315F55;
  --season-tint: #E7EFEC;
}

main > section[data-season="autumn"] {
  --season-accent: #896340;
  --season-tint: #F3EDE5;
}

main > section[data-season="winter"] {
  --season-accent: #5B7181;
  --season-tint: #EAF0F3;
}

main > section[data-season] .section-heading h2,
main > section[data-season] .join-card h2,
main > section[data-season] .contact-copy h2,
main > section[data-season] .team-story h3,
main > section[data-season] .faculty-copy h3,
main > section[data-season] .archive-feature h3,
main > section[data-season] .archive-list h3,
main > section[data-season] .feature-strip h3,
main > section[data-season] .news-placeholder-card strong,
main > section[data-season] .news-brief h3 {
  color: var(--color-ink);
}

main > section[data-season] .section-heading h2::after,
main > section[data-season] .join-card h2::after,
main > section[data-season] .contact-copy h2::after {
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 22px;
  background: var(--season-accent);
  content: "";
  transition: width 500ms ease;
}

main > section[data-season]:hover .section-heading h2::after,
main > section[data-season]:hover .join-card h2::after,
main > section[data-season]:hover .contact-copy h2::after {
  width: 92px;
}

main > section[data-season] .eyebrow,
main > section[data-season] .team-story span,
main > section[data-season] .faculty-copy span,
main > section[data-season] .archive-feature span,
main > section[data-season] .archive-list span,
main > section[data-season] .archive-years span,
main > section[data-season] .news-meta,
main > section[data-season] .feature-strip span,
main > section[data-season] .contact-facts span,
main > section[data-season] .inline-link,
main > section[data-season] .feature-strip em {
  color: var(--season-accent);
}

main > section[data-season] .team-layout,
main > section[data-season] .faculty-profile,
main > section[data-season] .archive-layout,
main > section[data-season] .news-editorial,
main > section[data-season] .feature-strip,
main > section[data-season] .faculty-copy dl {
  background: var(--color-line);
}

main > section[data-season] .team-story,
main > section[data-season] .faculty-copy dl div,
main > section[data-season] .archive-years,
main > section[data-season] .archive-feature,
main > section[data-season] .archive-list article,
main > section[data-season] .archive-timeline,
main > section[data-season] .news-placeholder-card,
main > section[data-season] .news-brief,
main > section[data-season] .feature-strip a,
main > section[data-season] .join-card,
main > section[data-season] .contact-form {
  border-color: var(--color-line);
  background: var(--color-surface);
  box-shadow: 0 14px 34px rgba(28, 41, 38, 0.06);
}

main > section[data-season] .team-photo,
main > section[data-season] .faculty-profile figure,
main > section[data-season] .archive-feature img,
main > section[data-season] .news-brief figure {
  background: var(--season-tint);
}

main > section[data-season] .faculty-profile {
  border-color: var(--color-line);
}

main > section[data-season] .faculty-copy dd,
main > section[data-season] .contact-facts strong {
  color: var(--color-ink);
}

main > section[data-season] .feature-strip a:hover,
main > section[data-season] .feature-strip a:focus-visible,
main > section[data-season] .news-placeholder-card:hover,
main > section[data-season] .news-placeholder-card:focus-visible {
  border-color: color-mix(in srgb, var(--season-accent), var(--color-line) 44%);
  background: var(--season-tint);
}

main > section[data-season] .archive-years button.is-active {
  background: var(--season-tint);
}

main > section[data-season] .archive-tools button {
  color: var(--color-text);
}

main > section[data-season] .archive-tools button.is-active {
  border-color: var(--season-accent);
  background: var(--season-accent);
  color: #fff;
}

main > section[data-season] .news-category-bar {
  border-color: var(--color-line);
}

main > section[data-season] .news-category-bar div a,
main > section[data-season] .news-placeholder-card p,
main > section[data-season] .section-heading p,
main > section[data-season] .team-story p,
main > section[data-season] .faculty-copy p,
main > section[data-season] .archive-feature p,
main > section[data-season] .archive-list p,
main > section[data-season] .feature-strip p,
main > section[data-season] .join-card p,
main > section[data-season] .contact-facts p {
  color: var(--color-muted);
}

main > section[data-season] .news-category-bar div a:hover,
main > section[data-season] .news-category-bar div a:focus-visible {
  color: var(--color-ink);
}

main > section[data-season] .news-lead h3,
main > section[data-season] .news-lead p,
main > section[data-season] .news-lead em {
  color: #fff;
}

main > section[data-season] .news-lead .news-meta {
  color: rgba(255, 255, 255, 0.86);
}

main > section[data-season] .join-card {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.78)),
    var(--season-tint);
}

main > section[data-season] .join-actions a {
  border-color: var(--color-brand);
  background: var(--color-brand);
  color: #fff;
}

main > section[data-season].contact-section {
  min-height: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)),
    var(--season-tint);
}

main > section[data-season] .contact-visual {
  display: none;
}

main > section[data-season] .contact-copy {
  align-self: center;
}

main > section[data-season] .contact-form {
  color: var(--color-text);
  box-shadow: 0 18px 44px rgba(28, 41, 38, 0.1);
}

main > section[data-season] .contact-form p,
main > section[data-season] .contact-form label {
  color: var(--color-muted);
}

main > section[data-season] .contact-form input,
main > section[data-season] .contact-form select,
main > section[data-season] .contact-form textarea {
  border-color: var(--color-line);
  color: var(--color-ink);
}

@keyframes heroDrift {
  from {
    transform: scale(1.025) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.065) translate3d(-1.2%, -0.8%, 0);
  }
}

@keyframes seasonFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    row-gap: 8px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .header-search {
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    padding-top: 150px;
  }

  .hero-inner {
    padding-bottom: 360px;
  }

  .home-search {
    grid-template-columns: 1fr;
    bottom: 132px;
  }

  .search-label,
  .search-input-wrap {
    min-height: 62px;
  }

  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 8px;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    min-height: 64px;
    padding: 12px 72px 12px 18px;
  }

  .brand img {
    width: min(220px, 54vw);
  }

  .header-search span {
    display: none;
  }

  .header-search {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 2;
  }

  @media (max-width: 500px) {
    .menu-toggle {
      left: min(calc(100vw - 60px), 330px);
      right: auto;
    }
  }

  .main-nav {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 2px;
    padding: 6px;
    border: 1px solid var(--line);
    background: rgba(5, 13, 12, 0.84);
  }

  .site-header.is-menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(238, 245, 239, 0.1);
    white-space: normal;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    min-height: 1080px;
    padding: 126px 20px 24px;
  }

  .hero-inner {
    max-width: calc(100vw - 40px);
    padding-bottom: 458px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 42px);
    line-height: 1.08;
  }

  .hero-subtitle,
  .hero-copy {
    max-width: 330px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 330px;
  }

  .home-search {
    left: 20px;
    right: 20px;
    bottom: 244px;
  }

  .search-results {
    grid-template-columns: 1fr;
    max-height: 210px;
    overflow: auto;
  }

  .credibility-panel {
    left: 20px;
    right: 20px;
    bottom: 20px;
    grid-template-columns: 1fr;
  }

  .credibility-panel div {
    min-height: 0;
    padding: 13px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-band,
  .section-heading,
  .team-layout,
  .faculty-profile,
  .faculty-slide,
  .archive-list,
  .news-layout,
  .news-briefs,
  .feature-strip,
  .join-card,
  .contact-facts {
    grid-template-columns: 1fr;
  }

  .signal-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .team-photo {
    min-height: 300px;
  }

  .faculty-profile {
    gap: 0;
  }

  .faculty-profile figure {
    min-height: 0;
    height: 380px;
  }

  .faculty-stage {
    min-height: 780px;
  }

  .faculty-slide {
    gap: 0;
    align-content: start;
  }

  .faculty-slide figure {
    min-height: 0;
    height: 340px;
  }

  .faculty-copy {
    padding: 30px 0 0;
  }

  .faculty-copy dl,
  .faculty-controls {
    grid-template-columns: 1fr;
  }

  .faculty-controls > button {
    display: none;
  }

  .feature-strip a {
    min-height: 230px;
  }

  .archive-layout {
    grid-template-columns: 1fr;
  }

  .archive-years {
    display: flex;
    overflow-x: auto;
  }

  .archive-years button {
    min-width: 120px;
  }

  .archive-timeline {
    grid-template-columns: 1fr;
  }

  .archive-timeline-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .news-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .news-category-bar {
    gap: 16px;
  }

  .news-category-bar a {
    padding-left: 16px;
    font-size: 13px;
  }

  .news-lead,
  .news-lead-overlay {
    min-height: 600px;
  }

  .news-lead-overlay {
    padding: 28px 22px;
  }

  .news-lead h3 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .news-page-editorial .news-lead h3 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.28;
  }

  .news-page-editorial .news-lead-overlay {
    padding-top: 96px;
  }

  .news-lead p {
    font-size: 15px;
  }

  .news-brief > div {
    min-height: 0;
    padding: 22px;
  }

  .join-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-section {
    min-height: auto;
  }

  .contact-visual {
    inset: 20px;
  }

  .contact-copy {
    padding: 0;
  }

  .contact-form {
    margin-top: 28px;
  }
}

@media (max-width: 1180px) {
  .page-hero {
    grid-template-columns: 1fr;
    min-height: 620px;
  }

  .page-search {
    max-width: 760px;
  }

  .page-metrics,
  .member-grid,
  .output-grid,
  .feature-detail-grid,
  .join-detail-grid,
  .cultivation-grid,
  .official-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-toolbar,
  .research-detail-card,
  .leader-detail,
  .output-detail,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .research-detail-card figure,
  .leader-detail figure,
  .output-detail figure {
    min-height: 360px;
  }

  .news-page-feature {
    grid-template-columns: 1fr;
  }

  .news-page-feature a.is-large {
    grid-row: auto;
    min-height: 440px;
  }
}

@media (max-width: 820px) {
  html,
  body,
  .page-body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    min-height: 600px;
    padding: 124px 20px 30px;
  }

  .page-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .page-hero p:not(.eyebrow) {
    font-size: 16px;
    max-width: min(100%, 330px);
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-subnav {
    top: 64px;
    width: calc(100vw - 40px);
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: auto;
    overflow: visible;
  }

  .page-content {
    padding: 30px 20px 64px;
  }

  .page-panel,
  .page-metrics,
  .member-grid,
  .output-grid,
  .feature-detail-grid,
  .join-detail-grid,
  .cultivation-grid,
  .official-links,
  .news-table a {
    grid-template-columns: 1fr;
  }

  .cultivation-panel > div:first-child {
    grid-template-columns: 1fr;
  }

  .page-panel {
    gap: 22px;
    width: 100%;
    max-width: calc(100vw - 40px);
    overflow: hidden;
  }

  .page-panel > * {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .page-panel h2,
  .compact-heading h2 {
    display: block;
    inline-size: 100%;
    max-inline-size: 100%;
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.14;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-panel p:not(.eyebrow),
  .leader-detail p,
  .research-detail-card p,
  .feature-detail-card p,
  .join-detail-card p,
  .output-card p,
  .news-table p {
    max-width: min(100%, 330px);
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-metrics article {
    min-height: 108px;
  }

  .leader-detail h2,
  .research-detail-card h2,
  .contact-page-visual h2 {
    font-size: clamp(30px, 8.4vw, 36px);
    max-width: 100%;
    word-break: normal;
  }

  .leader-detail > div,
  .research-detail-card > div,
  .output-detail > div,
  .contact-page {
    padding: 26px;
  }

  .leader-detail dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .member-filters,
  .list-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .member-filters button,
  .list-toolbar button {
    min-width: max-content;
  }

  .member-card,
  .output-card,
  .feature-detail-card,
  .join-detail-card {
    min-height: 0;
  }

  .member-card h3,
  .member-card p {
    min-height: 0;
  }

  .research-detail-card {
    min-height: 0;
  }

  .research-detail-card figure {
    min-height: 260px;
  }

  .output-detail figure {
    min-height: 240px;
  }

  .news-page-feature a,
  .news-page-feature a.is-large {
    min-height: 300px;
  }

  .news-table p {
    grid-column: auto;
  }

  .output-card figure {
    height: 190px;
  }

  .contact-page {
    overflow: hidden;
    min-height: 0;
  }

  .contact-page-visual h2 {
    line-height: 1.12;
  }

  .contact-page-visual strong {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 1180px) {
  .season-visual {
    height: 330px;
  }

  .season-index {
    bottom: 220px;
  }
}

@media (max-width: 820px) {
  .season-visual {
    height: 250px;
  }

  .season-index {
    bottom: 398px;
    gap: 4px 14px;
    font-size: 11px;
  }

  .season-index a::after,
  main > section[data-season] .section-heading h2::after,
  main > section[data-season] .join-card h2::after,
  main > section[data-season] .contact-copy h2::after {
    transition: none;
  }

  .site-header.is-scrolled .main-nav,
  .site-header.is-menu-open.is-scrolled .main-nav {
    border-color: var(--color-line);
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-text);
  }

  .news-lead:hover img,
  .news-lead:focus-visible img,
  .news-brief:hover img,
  .news-brief:focus-visible img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-video {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Contained editorial scale pass */
:root {
  --container-max: 1480px;
  --container-width: min(88vw, var(--container-max));
  --contained-side: max(64px, calc((100vw - var(--container-width)) / 2));
  --section-padding-x: clamp(32px, 5vw, 80px);
  --section-padding-y: clamp(72px, 7.5vw, 118px);
  --content-gap: clamp(40px, 5vw, 88px);
  --max: var(--container-max);
}

.section-container {
  width: var(--container-width);
  margin-inline: auto;
}

.hero,
.page-hero {
  padding-right: var(--contained-side);
  padding-left: var(--contained-side);
}

.hero-inner {
  width: min(820px, 100%);
  padding-bottom: 232px;
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(40px, 5.4vw, 78px);
}

.hero-subtitle {
  max-width: 700px;
  font-size: clamp(15px, 1.8vw, 22px);
}

.hero-copy {
  max-width: 680px;
  font-size: clamp(14px, 1.1vw, 17px);
}

.home-search,
.credibility-panel {
  left: var(--contained-side);
  right: var(--contained-side);
  max-width: none;
}

.season-index {
  left: var(--contained-side);
  max-width: min(720px, var(--container-width));
}

.section {
  padding: var(--section-padding-y) 0;
}

.section-heading,
.team-layout,
.faculty-profile,
.archive-tools,
.archive-layout,
.news-category-bar,
.news-editorial,
.feature-strip,
.join-card,
.page-subnav,
.page-panel,
.intro-panel,
.leader-detail,
.member-section,
.listing-section,
.research-page-intro,
.research-detail-list,
.feature-detail-grid,
.join-detail-grid,
.cultivation-panel,
.official-links,
.contact-page,
.page-metrics,
.news-page-feature,
.output-detail {
  width: var(--container-width);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.38fr);
  gap: var(--content-gap);
  margin-bottom: clamp(56px, 6vw, 82px);
}

.section-heading h2 {
  max-width: 920px;
  font-size: clamp(30px, 3.8vw, 60px);
}

.team-section .section-heading h2,
.page-panel h2,
.compact-heading h2 {
  max-width: 900px;
}

.section-heading > p {
  max-width: 500px;
  justify-self: end;
}

.section-heading p,
.team-story p,
.faculty-copy p,
.archive-feature p,
.archive-list p,
.news-feature p,
.feature-strip p,
.join-card p {
  font-size: 15px;
  line-height: 1.78;
}

.team-layout,
.faculty-profile,
.leader-detail {
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
}

.team-photo {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.team-summary {
  gap: 20px;
  padding: clamp(30px, 3.8vw, 54px);
}

.team-summary p,
.faculty-copy p,
.leader-detail p,
.archive-feature p,
.archive-list p,
.join-card p {
  max-width: 34em;
}

.faculty-profile figure {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.faculty-copy {
  padding: clamp(34px, 4vw, 54px) 0;
}

.faculty-copy h3 {
  font-size: clamp(32px, 4.4vw, 60px);
}

.faculty-copy dl div {
  min-height: 84px;
  padding: 16px 18px;
}

.archive-layout {
  grid-template-columns: 132px minmax(280px, 0.78fr) minmax(320px, 1fr);
}

.archive-feature {
  grid-template-rows: minmax(240px, 320px) auto;
}

.archive-feature > div,
.archive-list article,
.archive-timeline {
  padding: clamp(22px, 3vw, 34px);
}

.news-lead,
.news-lead-overlay {
  min-height: clamp(440px, 48vw, 640px);
}

.news-lead h3 {
  font-size: clamp(32px, 4.4vw, 60px);
}

.feature-strip a {
  min-height: 340px;
  padding: clamp(24px, 3vw, 36px);
}

.join-card {
  padding: clamp(30px, 4vw, 52px);
}

.join-card h2 {
  font-size: clamp(36px, 4.4vw, 66px);
}

.contact-section {
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: var(--content-gap);
  min-height: 640px;
  padding: var(--section-padding-y) var(--contained-side);
}

.contact-copy h2 {
  max-width: 620px;
  font-size: clamp(36px, 4.8vw, 74px);
}

.contact-form {
  padding: clamp(24px, 2.8vw, 34px);
}

.page-hero {
  min-height: 500px;
  padding-top: 138px;
  padding-bottom: 44px;
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(44px, 6.2vw, 92px);
}

.page-hero p:not(.eyebrow) {
  max-width: 620px;
  font-size: 16px;
}

.page-content {
  width: var(--container-width);
  margin-inline: auto;
  padding: 48px 0 88px;
}

.page-panel {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: var(--content-gap);
  padding: clamp(34px, 4.5vw, 64px) 0;
}

.page-panel h2,
.compact-heading h2 {
  font-size: clamp(30px, 3.6vw, 54px);
}

.page-panel p:not(.eyebrow) {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.9;
}

.page-metrics {
  margin-top: 24px;
  margin-bottom: 52px;
}

.page-metrics article {
  min-height: 116px;
  padding: 22px;
}

.page-metrics strong {
  font-size: clamp(28px, 3vw, 46px);
}

.leader-detail {
  margin-bottom: 72px;
}

.leader-detail figure {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.leader-detail > div {
  padding: clamp(30px, 3.6vw, 54px);
}

.leader-detail h2 {
  font-size: clamp(32px, 3.6vw, 54px);
}

.leader-detail dl div {
  padding: 14px 0;
}

.member-toolbar {
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

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

.member-card {
  min-height: 268px;
  padding: 22px;
}

.member-card h3 {
  min-height: 38px;
  font-size: 23px;
}

.member-card p {
  min-height: 40px;
}

.member-profile-list {
  display: grid;
  gap: 18px;
  margin-top: 56px;
}

.member-profile-card {
  scroll-margin-top: 112px;
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.member-profile-head,
.member-profile-body {
  background: rgba(255, 255, 255, 0.04);
}

.member-profile-head {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(24px, 3vw, 36px);
}

.member-profile-head > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.member-profile-head h3 {
  margin: 0;
  color: #fff;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.member-profile-head p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.member-profile-body {
  display: grid;
  gap: 14px;
  min-height: 180px;
  padding: clamp(26px, 3.5vw, 44px);
  min-width: 0;
  overflow-wrap: break-word;
}

.member-profile-body h4 {
  margin: 12px 0 2px;
  color: var(--gold);
  font-size: 16px;
  line-height: 1.55;
}

.member-profile-body h4:first-child {
  margin-top: 0;
}

.member-profile-body p {
  max-width: 74ch;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  overflow-wrap: break-word;
  word-break: break-word;
}

.member-profile-body.is-empty {
  min-height: 220px;
}

@media (max-width: 1439px) {
  :root {
    --container-width: min(90vw, var(--container-max));
    --contained-side: max(48px, calc((100vw - var(--container-width)) / 2));
    --section-padding-y: clamp(64px, 7vw, 104px);
    --content-gap: clamp(34px, 4.6vw, 70px);
  }

  .hero h1 {
    font-size: clamp(38px, 5vw, 68px);
  }

  .section-heading h2 {
    font-size: clamp(30px, 3.5vw, 54px);
  }

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

@media (max-width: 1023px) {
  :root {
    --container-width: min(90vw, var(--container-max));
    --contained-side: max(36px, calc((100vw - var(--container-width)) / 2));
    --section-padding-y: clamp(58px, 7vw, 86px);
  }

  .section-heading,
  .team-layout,
  .faculty-profile,
  .leader-detail,
  .page-panel,
  .member-profile-card {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    max-width: 620px;
    justify-self: start;
  }

  .team-photo,
  .faculty-profile figure,
  .leader-detail figure {
    aspect-ratio: 16 / 10;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  :root {
    --container-width: calc(100vw - 40px);
    --contained-side: 20px;
    --section-padding-y: clamp(52px, 12vw, 72px);
    --content-gap: 28px;
  }

  .hero {
    padding-right: var(--contained-side);
    padding-left: var(--contained-side);
  }

  .hero h1 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .section-heading h2,
  .page-panel h2,
  .compact-heading h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .home-search,
  .credibility-panel {
    left: var(--contained-side);
    right: var(--contained-side);
  }

  .page-content {
    padding-top: 36px;
  }

  .member-grid,
  .page-metrics {
    grid-template-columns: 1fr;
  }

  .member-profile-head,
  .member-profile-body {
    padding: 24px;
  }

  .member-profile-body p {
    max-width: 100%;
  }
}

/* Art-directed inset showcase refinement */
.team-section .team-layout,
.faculty-section .faculty-profile {
  position: relative;
  isolation: isolate;
  gap: clamp(18px, 2.4vw, 34px);
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(36, 75, 69, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 243, 240, 0.74)),
    var(--season-tint);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 0 0 8px rgba(255, 255, 255, 0.34),
    0 22px 56px rgba(28, 41, 38, 0.08);
}

.team-section .team-layout::before,
.faculty-section .faculty-profile::before {
  position: absolute;
  inset: clamp(8px, 1.2vw, 14px);
  z-index: -1;
  border: 1px solid rgba(36, 75, 69, 0.08);
  border-radius: 7px;
  content: "";
}

.team-section .team-photo,
.faculty-section .faculty-profile figure {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(36, 75, 69, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.team-section .team-photo::after,
.faculty-section .faculty-profile figure::after {
  position: absolute;
  inset: 0;
  border: 10px solid rgba(255, 255, 255, 0.22);
  content: "";
  pointer-events: none;
}

.team-section .team-photo img,
.faculty-section .faculty-profile img {
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}

.faculty-section .faculty-profile img {
  object-position: center 18%;
}

.team-section .team-story,
.faculty-section .faculty-copy {
  border: 1px solid rgba(36, 75, 69, 0.1);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 248, 245, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 10px 28px rgba(28, 41, 38, 0.045);
}

.team-section .team-summary {
  align-content: center;
  min-height: 100%;
  padding: clamp(34px, 4vw, 62px);
}

.team-section .team-story h3,
.faculty-section .faculty-copy h3 {
  max-width: 520px;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.16;
}

.team-section .team-story p,
.faculty-section .faculty-copy p {
  max-width: 31em;
  font-size: 14.5px;
  line-height: 1.86;
}

.faculty-section .faculty-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: clamp(34px, 4vw, 62px);
}

.faculty-section .faculty-copy dl {
  margin-top: 28px;
  border: 1px solid rgba(36, 75, 69, 0.1);
  background: rgba(36, 75, 69, 0.1);
}

.faculty-section .faculty-copy dl div {
  background: rgba(255, 255, 255, 0.66);
}

.faculty-section .faculty-actions {
  margin-top: 4px;
}

.member-detail-page {
  width: var(--container-width);
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(238, 245, 239, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.13);
}

.member-detail-aside,
.member-detail-article {
  min-width: 0;
  border: 1px solid rgba(238, 245, 239, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
}

.member-detail-aside {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
}

.member-detail-portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(238, 245, 239, 0.14);
  border-radius: 6px;
  background: rgba(238, 245, 239, 0.06);
}

.member-detail-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.member-detail-mark {
  display: grid;
  place-items: center;
}

.member-detail-mark span {
  color: rgba(238, 245, 239, 0.2);
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(72px, 10vw, 130px);
  font-weight: 700;
}

.member-detail-nameplate span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.member-detail-nameplate h2 {
  margin: 14px 0 10px;
  color: #fff;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.member-detail-nameplate p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.member-detail-aside dl {
  display: grid;
  gap: 1px;
  margin: 0;
  background: rgba(238, 245, 239, 0.12);
}

.member-detail-aside dl div {
  display: grid;
  gap: 8px;
  padding: 15px 0;
  background: rgba(8, 23, 20, 0.82);
}

.member-detail-aside dt {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.member-detail-aside dd {
  margin: 0;
  color: var(--mist);
  line-height: 1.65;
}

.member-detail-article {
  display: grid;
  align-content: start;
  gap: 15px;
  min-height: 520px;
  padding: clamp(30px, 4vw, 58px);
  overflow-wrap: break-word;
}

.member-detail-article h4 {
  margin: 16px 0 2px;
  color: var(--gold);
  font-size: 17px;
  line-height: 1.5;
}

.member-detail-article h4:first-child {
  margin-top: 0;
}

.member-detail-article p {
  max-width: 76ch;
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.9;
  overflow-wrap: break-word;
  word-break: break-word;
}

.member-detail-article.is-empty {
  min-height: 420px;
}

@media (max-width: 1023px) {
  .member-detail-page {
    grid-template-columns: 1fr;
  }

  .member-detail-portrait {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .team-section .team-layout,
  .faculty-section .faculty-profile,
  .member-detail-page {
    padding: 12px;
    border-radius: 8px;
  }

  .team-section .team-summary,
  .faculty-section .faculty-copy,
  .member-detail-aside,
  .member-detail-article {
    padding: 24px;
  }

  .member-detail-article p {
    max-width: 100%;
  }
}


/* Resource version: 20260714-structure-1
 * Layout layer: containers, grids and page-level geometry belong here.
 * Existing layout rules remain in base.css during the compatibility phase so
 * their original cascade order is preserved.
 */




/* Resource version: 20260714-structure-1
 * Component layer: navigation, buttons, cards, labels and shared controls.
 * New reusable component rules should be added here.
 */




/* Resource version: 20260715-team-heading-photo-1
 * Page-specific refinements migrated from the former stable-final.css.
 */
:root{--paper:#f5f3ec;--white:#fffdf8;--ink:#10231d;--muted:#465851;--forest:#0d3027;--gold:#d3ad62;--line:rgba(16,55,44,.18)}
html,body{overflow-x:clip}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Source Han Sans SC","Noto Sans CJK SC","Microsoft YaHei",Arial,sans-serif;font-style:normal}em,i{font-style:normal}.eyebrow,time,.season-index,.faculty-copy>span,.team-story>span,.news-meta,.news-feed-meta,.news-feed-foot{font-family:"Times New Roman",Times,serif;font-style:normal}h1,h2,h3,p,a,span,strong,em,dt,dd{overflow-wrap:break-word;word-break:normal}.hero-copy[hidden]{display:none!important}
.season-atmosphere{position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 8% 22%,rgb(var(--season-accent-rgb,95 140 112)/.24),transparent 34%),radial-gradient(circle at 92% 76%,rgb(var(--season-accent-rgb,95 140 112)/.17),transparent 31%),linear-gradient(135deg,rgb(var(--season-scroll-color,232 241 230)/.98),rgb(var(--season-scroll-color,232 241 230)/.84));transition:background 1.4s cubic-bezier(.22,1,.36,1)}body.has-season-scroll{background:rgb(var(--season-scroll-color,232 241 230));transition:background-color 1.2s cubic-bezier(.22,1,.36,1)}.season-visual{width:100vw!important;max-width:none!important;height:clamp(240px,29vw,410px)!important;margin:0 calc(50% - 50vw)!important;border:0!important;border-radius:0!important;box-shadow:none!important;opacity:1!important;filter:none!important;background-size:cover!important;background-position:center 52%!important;position:relative}
.hero h1,.hero h1 span{color:#fff!important;text-shadow:0 3px 28px rgba(0,0,0,.35)}.hero .hero-subtitle{color:rgba(255,255,255,.92)!important}.section{padding-block:clamp(72px,8vw,126px)!important}.section-heading{margin-bottom:clamp(38px,5vw,72px)!important}.section-heading h2{max-width:980px;line-height:1.12;letter-spacing:-.035em}
.team-section{background:var(--white)!important}.team-layout{display:grid!important;grid-template-columns:minmax(0,1.58fr) minmax(300px,.62fr)!important;gap:clamp(44px,6vw,92px)!important;align-items:start!important;padding:clamp(22px,3vw,44px)!important;border:1px solid var(--line)!important;border-radius:0!important;background:#f8f7f1!important;box-shadow:0 28px 70px rgba(30,55,47,.09)!important}.team-photo{width:100%;min-height:0!important;aspect-ratio:16/9!important;margin:0!important;border:0!important;border-radius:0!important;overflow:hidden;box-shadow:none!important}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.team-story{align-self:start;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.team-story>span{color:#567069!important;letter-spacing:.15em}.team-story h3{margin:18px 0 24px!important;color:var(--ink)!important;font-size:clamp(34px,3.1vw,50px)!important;line-height:1.12;letter-spacing:-.04em}.team-story p{color:#3e4e49!important;font-size:16px;line-height:1.82}.team-story .inline-link{color:#153f33!important;border-color:currentColor!important}
.faculty-section>.section-heading{display:none!important}
.news-editorial{display:grid!important;grid-template-columns:1fr!important;gap:28px!important}.news-lead{width:100%!important;min-height:clamp(430px,54vw,710px)!important}.news-briefs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important}.news-brief figure{aspect-ratio:16/9;overflow:hidden}.news-brief img{width:100%;height:100%;object-fit:cover}
.archive-timeline{position:relative;color:#111d19!important;background:rgba(255,255,252,.92)!important}.archive-timeline:before{content:"";position:absolute;left:clamp(22px,4.5vw,76px);top:120px;bottom:54px;width:1px;background:rgba(21,62,50,.3)}.archive-timeline a,.archive-timeline strong,.archive-timeline span,.archive-timeline time{color:#111d19!important}.archive-timeline a{position:relative}.archive-timeline a:before{content:"";position:absolute;left:calc(clamp(22px,4.5vw,76px) - 4px);top:1.55em;width:9px;height:9px;border-radius:50%;background:#2d6c5b;box-shadow:0 0 0 6px rgba(45,108,91,.12)}
.page-body,.page-body main,.page-content{background:var(--paper)!important;color:var(--ink)!important}.page-body .site-header{background:rgba(255,253,248,.97)!important}.page-body .site-header a,.page-body .site-header button{color:var(--ink)!important}.page-hero{min-height:450px;isolation:isolate;color:#fff!important;background:#15392f!important;border:0!important}.page-hero:before{opacity:1!important;filter:saturate(.82) contrast(1.05)}.page-hero:after{opacity:1!important;background:linear-gradient(90deg,rgba(8,34,27,.82),rgba(8,34,27,.58) 44%,rgba(8,34,27,.18) 72%,rgba(8,34,27,.32))!important}.page-hero h1,.page-hero .eyebrow{color:#fff!important;text-shadow:0 2px 22px rgba(0,0,0,.25)}.page-hero p:not(.eyebrow){max-width:720px;color:rgba(255,255,255,.89)!important}.page-search{color:var(--ink)!important;background:rgba(255,253,248,.92)!important;border:1px solid rgba(255,255,255,.62)!important;box-shadow:0 18px 50px rgba(0,20,15,.18)!important;backdrop-filter:blur(18px)}.page-search label,.page-search input{color:var(--ink)!important;background:transparent!important}.page-search span,.page-search input::placeholder{color:#52625d!important}.page-subnav{color:var(--ink)!important;background:var(--white)!important;border-color:var(--line)!important;box-shadow:0 16px 44px rgba(23,53,44,.08)}.page-subnav a{color:var(--ink)!important;background:var(--white)!important;border-color:var(--line)!important}.page-subnav a:hover{background:#edf3ed!important}.page-subnav strong{color:#17372e!important}.page-subnav span{color:#687771!important}.page-panel,.intro-panel,.leader-detail,.member-section,.listing-section,.research-detail-card,.feature-detail-grid,.cultivation-panel,.join-detail-grid,.official-links,.contact-page,.member-detail,.news-detail,.output-detail{color:var(--ink)!important;background:var(--white)!important;border-color:var(--line)!important}.page-content p,.page-content li,.page-content dd,.page-content span{color:#344740!important;opacity:1!important}.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content strong,.page-content dt{color:var(--ink)!important}.page-content .inline-link{color:#15503e!important;border-color:currentColor!important}
.news-directory{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;background:var(--white)!important;border:1px solid var(--line)!important}.news-directory button{color:var(--ink)!important;background:var(--white)!important;border-color:var(--line)!important}.news-directory button.is-active{background:#e4eee7!important}.news-directory strong,.news-directory span,.news-directory em{color:#17372e!important}.list-toolbar{background:var(--white)!important;border-color:var(--line)!important}.list-toolbar button{color:#23483d!important}.list-toolbar button.is-active{color:#fff!important;background:#285f50!important}.news-feed{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}.news-feed-card{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);min-height:260px;color:var(--ink)!important;background:var(--white);text-decoration:none}.news-feed-card.is-featured{grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);min-height:510px}.news-feed-card figure{position:relative;margin:0;overflow:hidden;background:#d9e3dc}.news-feed-card figure.is-fallback:after{content:"资料图片";position:absolute;left:18px;bottom:16px;padding:6px 10px;color:#fff;background:rgba(13,48,39,.72)}.news-feed-card img{width:100%;height:100%;object-fit:cover}.news-feed-copy{display:flex;flex-direction:column;min-width:0;padding:clamp(28px,4vw,62px)}.news-feed-meta,.news-feed-foot{display:flex;justify-content:space-between;gap:18px;color:#50635c!important}.news-feed-copy h2{margin:auto 0 22px;color:var(--ink)!important;font-size:clamp(27px,3vw,48px);line-height:1.24}.news-feed-card:not(.is-featured) h2{font-size:clamp(23px,2vw,34px)}.news-feed-copy p{margin:0 0 auto;color:#465751!important;line-height:1.8}.news-feed-foot{margin-top:30px;padding-top:18px;border-top:1px solid var(--line)}.news-feed-foot em{color:#15503e!important;font-weight:700}
@media(max-width:1024px){.team-layout{grid-template-columns:1fr!important}.team-story{max-width:760px}.news-feed-card.is-featured{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.team-layout{padding:16px!important;gap:28px!important}.team-photo{aspect-ratio:16/10!important}.page-hero{min-height:520px}.page-hero:after{background:linear-gradient(180deg,rgba(8,34,27,.62),rgba(8,34,27,.82))!important}.news-briefs,.news-directory{grid-template-columns:1fr!important}.news-feed-card,.news-feed-card.is-featured{grid-template-columns:1fr;min-height:0}.news-feed-card figure{aspect-ratio:16/9}.news-feed-copy{padding:28px 22px}.news-feed-copy h2,.news-feed-card:not(.is-featured) h2{margin:34px 0 18px;font-size:clamp(25px,7vw,38px)}}
@media(max-width:560px){.team-story h3{font-size:38px!important}}

/* Incremental homepage season redesign — current-version override only. */
:root{
  --color-forest-dark:#0d302b;
  --color-forest:#123c35;
  --color-forest-mid:#28594d;
  --color-paper:#f3f5f1;
  --color-text-light:#f2f4ef;
  --color-text-muted:#b8c8c1;
  --color-mineral-gold:#b89a65;
  --color-rock-gray:#b7b9af;
  --home-radius-lg:10px;
  --home-radius-sm:6px;
  --home-border:1px solid rgba(18,60,53,.14);
  --page-max:1440px;
  --content-max:1280px;
  --content-padding-desktop:48px;
  --content-padding-tablet:32px;
  --content-padding-mobile:20px;
  --section-gap:96px;
  --container-max:var(--content-max);
  --container-width:min(var(--content-max),calc(100vw - 96px));
  --contained-side:max(48px,calc((100vw - var(--container-width)) / 2));
}
body:not(.page-body){background:var(--color-paper);color:var(--color-forest-dark)}
body:not(.page-body).has-season-scroll .section{position:relative;isolation:isolate;overflow:clip;border-radius:0!important;background:rgb(var(--season-scroll-color,232 241 230)/.82)!important;transition:background-color 1.1s ease}
body:not(.page-body) .team-section:before,body:not(.page-body) .research-section:before,body:not(.page-body) .news-section:before,body:not(.page-body) .outcomes-section:before{content:"";position:absolute;z-index:-1;pointer-events:none;border-radius:50%;filter:blur(1px);opacity:.65}
body:not(.page-body) .team-section:before{width:360px;height:360px;right:-150px;top:80px;background:radial-gradient(circle,rgb(var(--season-accent-rgb,95 140 112)/.18),transparent 70%)}
body:not(.page-body) .research-section:before{width:520px;height:520px;left:-230px;bottom:-220px;background:radial-gradient(circle,rgb(var(--season-accent-rgb,63 143 145)/.19),transparent 70%)}
body:not(.page-body) .news-section:before{width:460px;height:460px;right:-180px;bottom:-180px;background:radial-gradient(circle,rgb(var(--season-accent-rgb,165 121 69)/.18),transparent 70%)}
body:not(.page-body) .outcomes-section:before{width:480px;height:480px;left:-200px;top:-180px;background:radial-gradient(circle,rgb(var(--season-accent-rgb,96 121 140)/.16),transparent 70%)}

body:not(.page-body)>.site-header{position:fixed;inset:0 0 auto;z-index:100;color:var(--color-text-light);background:linear-gradient(180deg,rgba(8,35,30,.78),rgba(8,35,30,.36));border-bottom:1px solid rgba(242,244,239,.16);backdrop-filter:blur(10px) saturate(1.05);transition:background-color .45s ease,box-shadow .45s ease,border-color .45s ease}
body:not(.page-body)>.site-header.is-scrolled{background:rgba(13,48,43,.92);border-color:rgba(242,244,239,.12);box-shadow:0 8px 24px rgba(8,35,30,.10)}
body:not(.page-body)>.site-header .main-nav{gap:clamp(12px,1.3vw,22px)}
body:not(.page-body)>.site-header .main-nav a,body:not(.page-body)>.site-header .header-search,body:not(.page-body)>.site-header .menu-toggle{color:var(--color-text-light)!important}
body:not(.page-body)>.site-header .main-nav a:after{background:var(--color-mineral-gold)!important;height:1px!important}
body:not(.page-body)>.site-header .header-search{padding-inline:12px!important;border-color:rgba(242,244,239,.2)!important;background:transparent!important}
body:not(.page-body)>.site-header .brand img{filter:drop-shadow(0 1px 8px rgba(0,0,0,.18))}

body:not(.page-body) .team-layout{border:var(--home-border)!important;border-radius:var(--home-radius-lg)!important;background:rgba(255,255,255,.7)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)!important}
body:not(.page-body) .team-photo{border-radius:8px!important}
body:not(.page-body) .team-photo img{object-position:center 50%}
body:not(.page-body) .team-story h3{font-size:clamp(34px,3vw,48px)!important}

body:not(.page-body) .faculty-section,body:not(.page-body).has-season-scroll .faculty-section{padding-inline:var(--contained-side)!important;background:#e8f1e6!important;color:#173f36!important}
body:not(.page-body) .faculty-profile{grid-template-columns:minmax(320px,40%) minmax(0,60%)!important;gap:clamp(44px,5vw,72px)!important;width:var(--container-width)!important;max-width:1280px!important;padding:clamp(34px,4vw,58px)!important;background:rgba(255,255,255,.76)!important;border:1px solid rgba(30,70,60,.10)!important;border-radius:22px!important;box-shadow:0 18px 46px rgba(28,64,53,.07)!important;backdrop-filter:blur(8px)}
body:not(.page-body) .faculty-profile:before{display:none!important}
body:not(.page-body) .faculty-profile figure{width:100%;max-height:620px;justify-self:center;aspect-ratio:4/5!important;border:1px solid rgba(30,70,60,.10)!important;border-radius:18px!important;background:#edf2ed!important;box-shadow:none!important;position:relative}
body:not(.page-body) .faculty-profile figure:after{display:none!important;content:none!important}
body:not(.page-body) .faculty-profile figure img{object-fit:cover;object-position:center top!important;filter:brightness(1.06) saturate(.94) contrast(1.03)!important;transform:none!important}
body:not(.page-body) .faculty-copy{max-width:720px!important;padding:0!important;color:#173f36!important;background:transparent!important;border:0!important;box-shadow:none!important}
body:not(.page-body) .faculty-copy>span{color:#b69a62!important;font-size:15px;letter-spacing:.18em}
body:not(.page-body) .faculty-copy h3{max-width:720px;margin:16px 0 24px!important;color:#173f36!important;font-size:clamp(48px,4.3vw,56px)!important;line-height:1.1!important;opacity:1!important}
body:not(.page-body) .faculty-copy p{max-width:720px;color:#52635d!important;font-size:18px!important;line-height:1.8!important;opacity:1!important}
body:not(.page-body) .faculty-copy dl{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none;overflow:visible}
body:not(.page-body) .faculty-copy dl>div{min-height:0!important;padding:16px 18px!important;background:#f4f7f4!important;border:1px solid rgba(30,70,60,.10)!important;border-radius:14px!important}
body:not(.page-body) .faculty-copy dl>div+div{border-left:1px solid rgba(30,70,60,.10)!important}
body:not(.page-body) .faculty-copy dt{color:#75817e!important;font-size:14px}
body:not(.page-body) .faculty-copy dd{margin-top:7px;color:#173f36!important;font-size:18px;line-height:1.55}
body:not(.page-body) .faculty-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:26px!important}
body:not(.page-body) .home-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:168px;height:48px;padding:0 24px;color:#fff!important;background:#14594b;border:1px solid #14594b;border-radius:10px;font-weight:700;text-decoration:none;white-space:nowrap;word-break:keep-all;transition:background-color .22s ease,transform .22s ease}
body:not(.page-body) .home-primary-button span{color:#fff!important}
body:not(.page-body) .home-primary-button:hover{background:#0f4a3f;transform:translateY(-1px)}
body:not(.page-body) .home-text-link{display:inline-flex;align-items:center;gap:7px;color:#14594b!important;font-weight:700;text-decoration:none;white-space:nowrap;word-break:keep-all}
body:not(.page-body) .home-text-link span{color:inherit!important;transition:transform .2s ease}
body:not(.page-body) .home-text-link:hover span{transform:translateX(3px)}

body:not(.page-body) .news-editorial,body:not(.page-body) .archive-layout{border:1px solid rgb(var(--season-border-rgb,63 143 145)/.18)!important;border-radius:20px!important;overflow:hidden;box-shadow:0 16px 42px rgba(23,54,46,.055)!important}
body:not(.page-body) .news-brief,body:not(.page-body) .archive-timeline a{border-radius:0!important;box-shadow:none!important}
body:not(.page-body) .news-meta,body:not(.page-body) .archive-timeline time{color:var(--color-mineral-gold)!important}
body:not(.page-body) .news-lead{border-radius:8px 8px 0 0!important}
body:not(.page-body) .news-briefs{background:rgba(130,102,63,.13)!important}
body:not(.page-body) .news-brief{background:rgba(255,253,248,.84)!important}
body:not(.page-body) .archive-layout{background:#f5f7f6!important}
body:not(.page-body) .archive-timeline{background:#f8faf9!important}
body:not(.page-body) .archive-timeline a,body:not(.page-body) .archive-timeline strong,body:not(.page-body) .archive-timeline span,body:not(.page-body) .archive-timeline time{color:#172522!important}

@media(max-width:1024px){:root{--container-width:calc(100vw - 64px);--contained-side:32px}body:not(.page-body) .faculty-profile{grid-template-columns:minmax(280px,41%) minmax(0,59%)!important;gap:38px!important;padding:36px!important}body:not(.page-body) .faculty-copy h3{font-size:clamp(44px,5.4vw,54px)!important}}
@media(max-width:820px){body:not(.page-body)>.site-header{background:rgba(13,48,43,.94)}body:not(.page-body) .faculty-profile{grid-template-columns:1fr!important}body:not(.page-body) .faculty-profile figure{width:min(100%,520px);justify-self:center}body:not(.page-body) .faculty-copy{max-width:none!important}body:not(.page-body) .faculty-copy h3{font-size:clamp(42px,10vw,52px)!important}body:not(.page-body) .faculty-copy dl{grid-template-columns:1fr!important}body:not(.page-body) .faculty-copy dl>div+div{border-left:1px solid rgba(30,70,60,.10)!important;border-top:1px solid rgba(30,70,60,.10)!important}}
@media(prefers-reduced-motion:reduce){body:not(.page-body)>.site-header,body:not(.page-body).has-season-scroll .section{transition:none!important}}

/* Photo-led season scroll system. The photographs stay unfiltered and unmasked. */
html[data-season="spring"]{--season-ink:#173f36;--season-muted:#52635d;--season-accent:#5f8c70;--season-nav:rgba(20,77,65,.93)}
html[data-season="summer"]{--season-ink:#163f40;--season-muted:#506a69;--season-accent:#3f8f91;--season-nav:rgba(18,70,69,.93)}
html[data-season="autumn"]{--season-ink:#49382b;--season-muted:#6d5d50;--season-accent:#a57945;--season-nav:rgba(78,57,42,.93)}
html[data-season="winter"]{--season-ink:#2b414a;--season-muted:#5d7078;--season-accent:#60798c;--season-nav:rgba(43,66,76,.94)}
body:not(.page-body).has-season-scroll{background:rgb(var(--season-scroll-color,232 241 230))!important;color:var(--season-ink)!important;transition:color .65s ease}
body:not(.page-body).has-season-scroll .section:not(.faculty-section){background:rgb(var(--season-scroll-color,232 241 230)/.82)!important;color:var(--season-ink)!important}
body:not(.page-body).has-season-scroll .section-heading{align-items:end}
body:not(.page-body).has-season-scroll .section-heading h2,body:not(.page-body).has-season-scroll .section h3{color:var(--season-ink)!important;opacity:1!important;transition:color .65s ease}
body:not(.page-body).has-season-scroll .section-heading>p{display:block!important;max-width:520px;justify-self:end;margin:0;color:var(--season-muted)!important;font-size:17px;line-height:1.85;opacity:1!important}
body:not(.page-body).has-season-scroll .section-heading .eyebrow,body:not(.page-body).has-season-scroll .news-meta{color:rgb(var(--season-accent-rgb,95 140 112))!important;transition:color .5s ease}
body:not(.page-body).has-season-scroll .team-layout,body:not(.page-body).has-season-scroll .news-editorial,body:not(.page-body).has-season-scroll .archive-layout{background:rgb(var(--season-surface-rgb,255 255 255)/.76)!important;border-color:rgb(var(--season-border-rgb,95 140 112)/.18)!important;transition:background-color .8s ease,border-color .8s ease}
body:not(.page-body).has-season-scroll .inline-link,body:not(.page-body).has-season-scroll .archive-tools button.is-active{color:var(--season-ink)!important;border-color:rgb(var(--season-accent-rgb,95 140 112))!important}
body:not(.page-body)>.site-header,body:not(.page-body)>.site-header.is-scrolled{background:var(--season-nav)!important;border-color:rgba(255,255,255,.14)!important;transition:background-color .58s ease,border-color .5s ease,box-shadow .45s ease}
body:not(.page-body) .season-index a.is-active{color:rgb(var(--season-accent-rgb,95 140 112))!important;border-color:rgb(var(--season-accent-rgb,95 140 112))!important}

.season-visual{height:min(88svh,860px)!important;min-height:620px!important;opacity:1!important;filter:none!important;background-size:cover!important;border:0!important;position:relative;transform:scale(1);transform-origin:center;transition:transform 1.15s cubic-bezier(.22,1,.36,1);will-change:transform}
.season-visual.is-season-visible{transform:scale(1.012)}
.season-visual:after{content:none!important;display:none!important}
.season-visual-spring{background-position:center 52%!important}.season-visual-summer{background-position:center 48%!important}.season-visual-autumn{background-position:center 50%!important}.season-visual-winter{background-position:center 54%!important}

.hero{overflow:hidden}.hero-media{transform:scale(calc(1 + var(--hero-progress,0) * .035));transform-origin:center;transition:transform .08s linear}.hero-inner{transform:translateY(calc(var(--hero-progress,0) * -54px)) scale(calc(1 - var(--hero-progress,0) * .075));transform-origin:left center;opacity:calc(1 - var(--hero-progress,0) * 1.12);transition:opacity .08s linear,transform .08s linear}.hero .eyebrow{animation:heroEyebrow .62s cubic-bezier(.22,1,.36,1) both}.hero h1 span{display:block;clip-path:inset(0 0 100% 0);animation:heroTitleReveal .82s cubic-bezier(.16,1,.3,1) forwards}.hero h1 span:nth-child(1){animation-delay:.15s}.hero h1 span:nth-child(2){animation-delay:.28s}.hero-subtitle{animation:heroSubtitle .68s .5s cubic-bezier(.22,1,.36,1) both}
@keyframes heroEyebrow{from{opacity:0;transform:translateY(15px);letter-spacing:.24em}to{opacity:1;transform:none}}
@keyframes heroTitleReveal{from{clip-path:inset(0 0 100% 0);transform:translateY(34px)}to{clip-path:inset(0);transform:none}}
@keyframes heroSubtitle{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}

.js-layered-motion .section-heading:not(.is-inview) .eyebrow,.js-layered-motion .section-heading:not(.is-inview) h2,.js-layered-motion .section-heading:not(.is-inview)>p,.js-layered-motion .team-layout:not(.is-inview) .team-photo,.js-layered-motion .team-layout:not(.is-inview) .team-story,.js-layered-motion .faculty-profile:not(.is-inview)>*,.js-layered-motion .news-editorial:not(.is-inview)>*,.js-layered-motion .archive-layout:not(.is-inview),.js-layered-motion .honors-grid:not(.is-inview),.js-layered-motion .join-grid:not(.is-inview){opacity:.85;transform:translateY(24px)}
.js-layered-motion .section-heading .eyebrow,.js-layered-motion .section-heading h2,.js-layered-motion .section-heading>p,.js-layered-motion .team-layout .team-photo,.js-layered-motion .team-layout .team-story,.js-layered-motion .faculty-profile>*,.js-layered-motion .news-editorial>*,.js-layered-motion .archive-layout,.js-layered-motion .honors-grid,.js-layered-motion .join-grid{transition:opacity .52s ease,transform .62s cubic-bezier(.22,1,.36,1)}
.js-layered-motion .section-heading h2,.js-layered-motion .team-story{transition-delay:.08s}.js-layered-motion .section-heading>p,.js-layered-motion .faculty-copy{transition-delay:.14s}.js-layered-motion .team-photo,.js-layered-motion .news-briefs,.js-layered-motion .archive-layout{transition-delay:.2s}

.page-body .page-subnav a,.page-body .list-toolbar button,.page-body .news-directory button,.page-body .member-filters button{color:#24463c!important;background:#fffdf8!important;border:1px solid rgba(24,69,56,.17)!important;transition:color .3s ease,background-color .3s ease,border-color .3s ease}
.page-body .page-subnav a:hover,.page-body .list-toolbar button:hover,.page-body .news-directory button:hover,.page-body .member-filters button:hover{color:#f3f5f1!important;background:#28594d!important}
.page-body .page-subnav a[aria-current="page"],.page-body .list-toolbar button.is-active,.page-body .news-directory button.is-active,.page-body .member-filters button.is-active{color:#f3f5f1!important;background:#123c35!important;border-color:#123c35!important}
.page-body .member-card,.page-body .member-card h3,.page-body .member-card strong{color:#17372e!important}.page-body .member-card p,.page-body .member-card span{color:#5c6e67!important;opacity:1!important}

@media(max-width:820px){.season-visual{height:72svh!important;min-height:460px!important;transform:none!important;will-change:auto}.season-visual:after{bottom:28px!important;left:22px!important;font-size:14px!important}.hero-inner{transform:translateY(calc(var(--hero-progress) * -28px)) scale(calc(1 - var(--hero-progress) * .035))}.page-body .page-subnav{grid-auto-columns:minmax(145px,72vw)!important;overflow-x:auto!important;scroll-snap-type:x proximity}.page-body .page-subnav a{scroll-snap-align:start}}
@media(max-width:767px){:root{--container-width:calc(100vw - 40px);--contained-side:20px}body:not(.page-body) .faculty-profile{padding:28px 22px!important;border-radius:18px!important}body:not(.page-body) .faculty-actions{align-items:flex-start;flex-direction:column}body:not(.page-body) .faculty-copy p{font-size:17px!important}}
@media(prefers-reduced-motion:reduce){.hero-media,.hero-inner,.hero .eyebrow,.hero h1 span,.hero-subtitle,.js-layered-motion *,.season-visual{animation:none!important;transition-duration:.01ms!important;transform:none!important;clip-path:none!important;opacity:1!important}}

/* 2026-07 readability and team-page refinement — scoped away from outcomes. */
:root{
  --color-bg-main:#f5f4ef;
  --color-bg-card:#fbfaf6;
  --color-text-primary:#102a25;
  --color-text-secondary:#53645f;
  --color-text-muted:#74817d;
  --color-primary:#174c42;
  --color-primary-hover:#23685a;
  --color-accent:#b88b3e;
  --color-border:rgba(23,76,66,.16);
  --color-overlay:rgba(8,31,27,.72);
  --header-height:78px;
}
.page-body{background:var(--color-bg-main)!important;color:var(--color-text-primary)!important}
html.member-route-loading .page-body main,
html.member-route-loading .page-body > .site-footer{visibility:hidden}
html.member-route-loading .page-body:after{
  content:"人物介绍加载中";
  position:fixed;
  inset:var(--header-height,78px) 0 0;
  z-index:20;
  display:grid;
  place-items:center;
  color:var(--color-text-secondary,#435750);
  background:var(--color-bg-main,#f7f4eb);
  font:600 15px/1.6 "Microsoft YaHei",Arial,sans-serif;
  letter-spacing:.08em;
}
.page-body .site-header{min-height:var(--header-height);background:rgba(251,250,246,.97)!important;border-bottom:1px solid var(--color-border)!important;box-shadow:none!important;backdrop-filter:blur(10px)}
.page-body .brand img{filter:brightness(.48) saturate(1.1) sepia(.14) hue-rotate(102deg)!important;opacity:1!important}
.page-body .main-nav a,.page-body .header-search,.page-body .menu-toggle{color:#294a41!important;opacity:1!important}
.page-body .main-nav a:hover,.page-body .main-nav a.is-active,.page-body .main-nav a:focus-visible{color:var(--color-primary)!important}
.page-body .main-nav a.is-active:after{background:var(--color-accent)!important;height:2px!important}
.page-body .header-search{background:transparent!important;border-color:transparent!important}
.page-body .header-search:hover,.page-body .header-search:focus-visible{background:rgba(23,76,66,.07)!important;border-color:var(--color-border)!important}

.page-body .page-hero{min-height:250px!important;height:250px!important;padding-block:46px!important;color:#fff!important;background:#163d34!important;overflow:hidden}
.page-body .page-hero:before{opacity:1!important;filter:none!important;background-position:center 52%!important}
.page-body .page-hero:after{opacity:1!important;background:linear-gradient(to top,rgba(7,28,24,.88) 0%,rgba(7,28,24,.52) 48%,rgba(7,28,24,.08) 100%)!important}
.page-body .page-hero h1{max-width:900px;color:#fff!important;font-size:clamp(42px,5vw,68px)!important;line-height:1.08!important;text-shadow:0 2px 18px rgba(0,0,0,.28)!important}
.page-body .page-hero .eyebrow{color:#e4d2ad!important;opacity:1!important}
.page-body .page-hero p:not(.eyebrow){max-width:680px;color:rgba(255,255,255,.88)!important;font-size:16px!important;line-height:1.65!important}
.page-body .page-search{max-width:390px!important;padding:18px 22px!important;color:var(--color-text-primary)!important;background:rgba(251,250,246,.94)!important;border:1px solid rgba(255,255,255,.58)!important;box-shadow:0 12px 30px rgba(8,31,27,.12)!important;backdrop-filter:blur(12px)}
.page-body .page-search span{color:var(--color-text-secondary)!important}.page-body .page-search input{color:var(--color-text-primary)!important}.page-body .page-search input::placeholder{color:var(--color-text-muted)!important;opacity:1}

.page-body .page-subnav{top:var(--header-height)!important;min-height:0!important;background:rgba(251,250,246,.98)!important;border-color:var(--color-border)!important;box-shadow:0 8px 24px rgba(18,53,43,.06)!important}
.page-body .page-subnav a{min-height:58px!important;padding:12px 18px!important;color:var(--color-text-secondary)!important;background:transparent!important;border:0!important;border-right:1px solid var(--color-border)!important}
.page-body .page-subnav strong{color:var(--color-text-primary)!important}.page-body .page-subnav span{color:var(--color-text-muted)!important;opacity:1!important}
.page-body .page-subnav a:hover{background:rgba(23,76,66,.07)!important}.page-body .page-subnav a.is-active{box-shadow:inset 0 -2px 0 var(--color-accent)}
.page-body[data-page="team"] .page-subnav{display:none!important}

.page-body .page-content{padding-top:34px!important;background:var(--color-bg-main)!important;overflow:visible!important}
.page-body .page-content p,.page-body .page-content li,.page-body .page-content dd{color:var(--color-text-secondary)!important;opacity:1!important}
.page-body .page-content h1,.page-body .page-content h2,.page-body .page-content h3,.page-body .page-content h4,.page-body .page-content strong,.page-body .page-content dt{color:var(--color-text-primary)!important;opacity:1!important}
.page-body .page-content .eyebrow{color:#62766f!important;opacity:1!important}
.page-body .site-footer,.page-body .site-footer strong,.page-body .site-footer a{color:#eef3ef!important}.page-body .site-footer span{color:#b9c9c2!important;opacity:1!important}
a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--color-accent)!important;outline-offset:3px}

.team-page-shell{display:grid;grid-template-columns:minmax(220px,23%) minmax(0,1fr);gap:clamp(34px,5vw,72px);max-width:1480px;margin:0 auto;align-items:start;overflow:visible!important;transform:none!important;contain:none!important}
.team-section-content{display:grid;gap:42px;min-width:0;overflow:visible!important;transform:none!important}
.team-section-nav{position:sticky;top:calc(var(--header-height) + 24px);align-self:start;padding:8px 0 18px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:transparent;z-index:8}
.team-section-nav>strong{display:block;padding:18px 16px 14px;color:var(--color-text-primary)!important;font-size:20px;letter-spacing:.04em}
.team-section-nav nav{display:grid;gap:3px}.team-section-nav a{display:grid;grid-template-columns:32px 1fr;align-items:center;min-height:44px;padding:9px 14px;border-left:3px solid transparent;color:var(--color-text-secondary)!important;text-decoration:none;transition:color .3s ease,background-color .3s ease,border-color .3s ease}
.team-section-nav a span{color:var(--color-text-muted)!important;font:700 13px/1 "Times New Roman",Times,serif;opacity:1!important}.team-section-nav a:hover{color:var(--color-primary)!important;background:rgba(23,76,66,.05)}.team-section-nav a.is-active,.team-section-nav a[aria-current="location"]{color:var(--color-primary)!important;background:rgba(23,76,66,.075);border-left-color:var(--color-primary);font-weight:700}.team-section-nav a.is-active span,.team-section-nav a[aria-current="location"] span{color:var(--color-primary)!important}
.team-section-content>section{scroll-margin-top:calc(var(--header-height) + 34px)}
.team-section-content .page-panel,.team-section-content .member-section{background:var(--color-bg-card)!important;border:1px solid var(--color-border)!important;box-shadow:none!important}

.page-body[data-page="team"] .leader-detail{display:grid!important;grid-template-columns:minmax(0,44%) minmax(0,56%)!important;gap:0!important;max-width:1180px;margin:0 auto;background:var(--color-bg-card)!important;border:1px solid var(--color-border)!important;border-radius:10px!important;box-shadow:none!important;overflow:hidden}
.page-body[data-page="team"] .leader-detail figure{width:100%!important;max-height:650px!important;aspect-ratio:4/5!important;margin:0!important;background:#e7ece7!important;border:0!important;border-right:1px solid var(--color-border)!important;overflow:hidden}
.page-body[data-page="team"] .leader-detail figure img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 18%!important;filter:saturate(.88) contrast(.98) sepia(.025)!important;transform:none!important}
.page-body[data-page="team"] .leader-detail>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,70px)!important;background:var(--color-bg-card)!important}
.page-body[data-page="team"] .leader-detail .eyebrow{color:#567068!important;letter-spacing:.16em}.page-body[data-page="team"] .leader-detail h2{margin:18px 0 24px!important;color:var(--color-text-primary)!important;font-size:clamp(44px,5vw,68px)!important;line-height:1.08!important}.page-body[data-page="team"] .leader-detail>div>p:not(.eyebrow){max-width:620px;color:var(--color-text-secondary)!important;font-size:17px!important;line-height:1.8!important}
.page-body[data-page="team"] .leader-detail dl{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:30px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.page-body[data-page="team"] .leader-detail dl div{min-height:0!important;padding:14px 16px!important;background:#eef2ed!important;border:1px solid var(--color-border)!important;border-radius:6px!important}.page-body[data-page="team"] .leader-detail dt{color:#63766f!important;font-size:13px!important}.page-body[data-page="team"] .leader-detail dd{margin-top:6px!important;color:var(--color-text-primary)!important;line-height:1.5!important}.page-body[data-page="team"] .leader-detail dl div:last-child{grid-column:1/-1;padding:0!important;background:transparent!important;border:0!important}.page-body[data-page="team"] .leader-detail dl div:last-child dt{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.page-body[data-page="team"] .leader-detail dl div:last-child dd{margin:0!important}.page-body[data-page="team"] .leader-detail dl div:last-child a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;color:#fff!important;background:var(--color-primary)!important;border:1px solid var(--color-primary)!important;border-radius:6px!important;font-weight:700;text-decoration:none;opacity:1!important;transition:background-color .3s ease,border-color .3s ease}.page-body[data-page="team"] .leader-detail dl div:last-child a:after{content:" →";margin-left:8px}.page-body[data-page="team"] .leader-detail dl div:last-child a:hover{background:var(--color-primary-hover)!important;border-color:var(--color-primary-hover)!important}

.page-body .member-toolbar{background:#eef2ed!important;border-color:var(--color-border)!important}.page-body .member-toolbar label span{color:var(--color-text-secondary)!important}.page-body .member-toolbar input{color:var(--color-text-primary)!important;background:#fff!important;border-color:var(--color-border)!important}.page-body .member-toolbar input::placeholder{color:var(--color-text-muted)!important}.page-body .member-filters button{color:#315248!important;background:#fbfaf6!important;border-color:var(--color-border)!important;opacity:1!important}.page-body .member-filters button.is-active{color:#fff!important;background:var(--color-primary)!important;border-color:var(--color-primary)!important}.page-body .member-card{background:var(--color-bg-card)!important;border-color:var(--color-border)!important}.page-body .member-card h3,.page-body .member-card strong{color:var(--color-text-primary)!important}.page-body .member-card p,.page-body .member-card dd,.page-body .member-card span{color:var(--color-text-secondary)!important;opacity:1!important}

.news-lead{position:relative}.news-lead figure:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,28,24,.92) 0%,rgba(7,28,24,.58) 45%,rgba(7,28,24,.08) 100%)!important;pointer-events:none}.news-lead figure img{filter:none!important}.news-lead-overlay{max-width:1100px!important;color:#fff!important}.news-lead-overlay h3{max-width:1050px;color:#fff!important;font-size:clamp(36px,4.5vw,68px)!important;line-height:1.18!important;text-shadow:0 2px 18px rgba(0,0,0,.32)!important}.news-lead-overlay .news-meta,.news-lead-overlay .news-meta span,.news-lead-overlay time,.news-lead-overlay p{color:rgba(255,255,255,.86)!important;opacity:1!important}.news-lead-overlay em{display:inline-flex;align-items:center;color:#fff!important;font-style:normal;font-weight:700;opacity:1!important}.news-lead-overlay em:after{content:" →";margin-left:8px}

@media(max-width:1024px){:root{--header-height:72px}.page-body .page-hero{height:220px!important;min-height:220px!important;padding-block:36px!important}.team-page-shell{grid-template-columns:220px minmax(0,1fr);gap:30px}.page-body[data-page="team"] .leader-detail{grid-template-columns:minmax(0,43%) minmax(0,57%)!important}.page-body[data-page="team"] .leader-detail>div{padding:34px!important}.page-body[data-page="team"] .leader-detail h2{font-size:48px!important}}
@media(max-width:820px){:root{--header-height:64px}.page-body .page-hero{height:185px!important;min-height:185px!important;padding:28px 20px!important}.page-body .page-hero h1{font-size:clamp(36px,9vw,52px)!important}.page-body .page-hero p:not(.eyebrow){display:none!important}.page-body .page-search{display:none!important}.page-body[data-page="team"] .page-content{padding-top:18px!important}.team-page-shell{display:block}.team-section-nav{position:sticky;top:var(--header-height);margin:0 -20px 24px;padding:0 20px;background:rgba(251,250,246,.97);border-block:1px solid var(--color-border);overflow-x:auto;z-index:18;backdrop-filter:blur(10px)}.team-section-nav>strong{display:none}.team-section-nav nav{display:flex;gap:4px;min-width:max-content}.team-section-nav a{display:flex;grid-template-columns:none;gap:8px;min-height:48px;padding:8px 12px;border-left:0;border-bottom:2px solid transparent;white-space:nowrap}.team-section-nav a.is-active,.team-section-nav a[aria-current="location"]{border-left:0;border-bottom-color:var(--color-primary);background:rgba(23,76,66,.06)}.team-section-content{gap:26px}.team-section-content>section{scroll-margin-top:calc(var(--header-height) + 58px)}.page-body[data-page="team"] .leader-detail{grid-template-columns:1fr!important;max-width:620px}.page-body[data-page="team"] .leader-detail figure{width:100%!important;max-height:none!important;aspect-ratio:4/5!important;border-right:0!important;border-bottom:1px solid var(--color-border)!important}.page-body[data-page="team"] .leader-detail>div{padding:30px 24px!important}.page-body[data-page="team"] .leader-detail h2{font-size:clamp(40px,11vw,54px)!important}.page-body[data-page="team"] .leader-detail dl{grid-template-columns:1fr!important}.page-body[data-page="team"] .leader-detail dl div:last-child{grid-column:auto}.page-body[data-page="team"] .leader-detail dl div:last-child a{width:100%}.news-lead-overlay h3{font-size:clamp(30px,8vw,44px)!important;line-height:1.22!important}}
@media(max-width:430px){.page-body .page-hero{height:168px!important;min-height:168px!important}.page-body .brand{max-width:250px!important}.page-body .brand img{max-width:100%!important}.page-body[data-page="team"] .leader-detail>div{padding:26px 20px!important}.member-filters{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:5px}.member-filters button{flex:0 0 auto}.news-lead-overlay{padding:24px!important}}

/* Explicit guard: preserve the current outcomes-page layout and navigation geometry. */
.page-body[data-page="outputs"] .page-hero{height:auto!important;min-height:450px!important;padding-block:clamp(54px,7vw,96px)!important}
.page-body[data-page="outputs"] .page-subnav{min-height:72px!important}
.page-body[data-page="outputs"] .page-subnav a{min-height:72px!important;padding:16px 20px!important}
@media(max-width:820px){.page-body[data-page="outputs"] .page-hero{height:auto!important;min-height:520px!important;padding:52px 20px!important}}

body:not(.page-body).has-season-scroll .news-section .news-lead-overlay h3{color:#fff!important}
body:not(.page-body).has-season-scroll .news-section .news-lead-overlay .news-meta,body:not(.page-body).has-season-scroll .news-section .news-lead-overlay .news-meta span,body:not(.page-body).has-season-scroll .news-section .news-lead-overlay time,body:not(.page-body).has-season-scroll .news-section .news-lead-overlay p{color:rgba(255,255,255,.88)!important}

/* 2026-07-13: latest-version team secondary and faculty tertiary layout refinement. */
.page-body[data-page="team"] .team-page-shell{
  width:min(calc(100% - 64px),1500px);
  max-width:100%;
  grid-template-columns:220px minmax(0,1fr);
  gap:clamp(32px,4vw,56px);
}
.page-body[data-page="team"] .team-section-nav{width:220px}
.page-body[data-page="team"] .team-section-content,
.page-body[data-page="team"] .team-section-content>*,
.page-body[data-page="team"] .team-section-content .page-panel,
.page-body[data-page="team"] .team-section-content .page-metrics,
.page-body[data-page="team"] .team-section-content .leader-detail,
.page-body[data-page="team"] .team-section-content .member-section{
  width:100%;
  min-width:0;
  max-width:100%;
  margin-inline:0;
  box-sizing:border-box;
}
.page-body[data-page="team"] .team-section-content{gap:clamp(30px,4vw,52px)}
.page-body[data-page="team"] .team-section-content .intro-panel{
  grid-template-columns:minmax(220px,.36fr) minmax(0,.64fr);
  align-items:start;
}
.page-body[data-page="team"] .team-section-content .intro-panel p{max-width:900px}
.page-body[data-page="team"] .team-section-content .page-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}
.page-body[data-page="team"] .team-section-content .page-metrics article{min-width:0}
.page-body[data-page="team"] .team-section-content .member-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

.page-body[data-page="team"] .member-profile-layout{
  display:grid;
  grid-template-columns:minmax(300px,34%) minmax(0,66%);
  gap:clamp(44px,6vw,88px);
  width:min(calc(100% - 64px),1460px);
  max-width:100%;
  margin:0 auto;
  padding:0;
  align-items:start;
  overflow:visible;
  background:transparent;
  border:0;
  box-shadow:none;
}
.page-body[data-page="team"] .member-profile-aside{
  position:sticky;
  top:calc(var(--header-height) + 28px);
  align-self:start;
  min-width:0;
  max-height:none;
  overflow:visible;
  padding:0 0 26px;
  background:var(--color-bg-card);
  border:1px solid var(--color-border);
  box-shadow:0 18px 48px rgba(18,53,43,.07);
}
.page-body[data-page="team"] .member-profile-aside .member-detail-portrait{
  width:100%;
  aspect-ratio:4/5;
  max-height:520px;
  margin:0;
  overflow:hidden;
  background:#e7ece7;
  border:0;
  border-bottom:1px solid var(--color-border);
}
.page-body[data-page="team"] .member-profile-aside .member-detail-portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
}
.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate,
.page-body[data-page="team"] .member-profile-aside dl{margin-inline:clamp(20px,3vw,32px)}
.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate{padding:26px 0 20px}
.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate h2{font-size:clamp(34px,3.5vw,50px);line-height:1.12}
.page-body[data-page="team"] .member-profile-aside dl{display:grid;grid-template-columns:1fr;gap:0;margin-top:0}
.page-body[data-page="team"] .member-profile-aside dl div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;padding:12px 0;border-top:1px solid var(--color-border)}
.page-body[data-page="team"] .member-profile-aside dt{font-size:13px;letter-spacing:.04em}
.page-body[data-page="team"] .member-profile-aside dd{margin:0;line-height:1.55;overflow-wrap:break-word;word-break:normal}
.page-body[data-page="team"] .member-profile-aside dd a{color:var(--color-primary)!important;text-underline-offset:4px}
.page-body[data-page="team"] .member-profile-return{display:flex;align-items:center;justify-content:center;min-height:46px;margin:22px clamp(20px,3vw,32px) 0;padding:0 18px;color:#fff!important;background:var(--color-primary);text-decoration:none;font-weight:700}
.page-body[data-page="team"] .member-profile-return:hover{background:var(--color-primary-hover)}
.page-body[data-page="team"] .member-profile-content{
  min-width:0;
  width:100%;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.page-body[data-page="team"] .member-profile-intro{padding:6px 0 30px;border-bottom:2px solid var(--color-text-primary)}
.page-body[data-page="team"] .member-profile-intro h2{margin:10px 0 0;font-size:clamp(42px,5vw,68px);line-height:1.08}
.page-body[data-page="team"] .member-profile-section{display:grid;grid-template-columns:minmax(150px,24%) minmax(0,1fr);gap:clamp(22px,4vw,52px);padding:34px 0;border-bottom:1px solid var(--color-border)}
.page-body[data-page="team"] .member-profile-section-head{display:grid;align-content:start;gap:12px}
.page-body[data-page="team"] .member-profile-section-head span{color:var(--color-accent);font:700 14px/1 "Times New Roman",Times,serif;letter-spacing:.12em}
.page-body[data-page="team"] .member-profile-section-head h3{margin:0;font-size:clamp(23px,2.2vw,32px);line-height:1.3}
.page-body[data-page="team"] .member-profile-section-body{min-width:0}
.page-body[data-page="team"] .member-profile-section-body p{margin:0 0 16px;font-size:16px;line-height:1.9;overflow-wrap:break-word;word-break:normal}
.page-body[data-page="team"] .member-profile-section-body p:last-child{margin-bottom:0}
.page-body[data-page="team"] .member-profile-content.is-empty .member-profile-intro{border-bottom:1px solid var(--color-border)}

@media(max-width:1200px){
  .page-body[data-page="team"] .team-page-shell{width:min(calc(100% - 48px),1500px);grid-template-columns:200px minmax(0,1fr);gap:32px}
  .page-body[data-page="team"] .team-section-nav{width:200px}
  .page-body[data-page="team"] .team-section-content .page-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-body[data-page="team"] .team-section-content .member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-body[data-page="team"] .member-profile-layout{width:min(calc(100% - 48px),1460px);grid-template-columns:minmax(280px,36%) minmax(0,64%);gap:38px}
  .page-body[data-page="team"] .member-profile-section{grid-template-columns:130px minmax(0,1fr);gap:28px}
}
@media(max-width:900px){
  .page-body[data-page="team"] .team-page-shell{display:block;width:min(calc(100% - 40px),1500px)}
  .page-body[data-page="team"] .team-section-nav{width:auto;position:sticky;top:var(--header-height);margin:0 0 24px;padding:0;background:rgba(251,250,246,.97);border-block:1px solid var(--color-border);overflow-x:auto;z-index:18;backdrop-filter:blur(10px)}
  .page-body[data-page="team"] .team-section-nav>strong{display:none}
  .page-body[data-page="team"] .team-section-nav nav{display:flex;gap:4px;min-width:max-content}
  .page-body[data-page="team"] .team-section-nav a{display:flex;gap:8px;min-height:48px;padding:8px 12px;border-left:0;border-bottom:2px solid transparent;white-space:nowrap}
  .page-body[data-page="team"] .team-section-nav a.is-active,.page-body[data-page="team"] .team-section-nav a[aria-current="location"]{border-left:0;border-bottom-color:var(--color-primary)}
  .page-body[data-page="team"] .team-section-content .intro-panel{grid-template-columns:1fr}
  .page-body[data-page="team"] .member-profile-layout{grid-template-columns:1fr;width:min(calc(100% - 40px),720px);gap:34px}
  .page-body[data-page="team"] .member-profile-aside{position:static;max-width:520px;width:100%;margin:0 auto}
  .page-body[data-page="team"] .member-profile-content{width:100%}
}
@media(max-width:640px){
  .page-body[data-page="team"] .team-page-shell,.page-body[data-page="team"] .member-profile-layout{width:calc(100% - 28px)}
  .page-body[data-page="team"] .team-section-content .page-metrics,.page-body[data-page="team"] .team-section-content .member-grid{grid-template-columns:1fr}
  .page-body[data-page="team"] .member-profile-section{grid-template-columns:1fr;gap:16px;padding:28px 0}
  .page-body[data-page="team"] .member-profile-section-head{grid-template-columns:34px minmax(0,1fr);align-items:baseline;gap:10px}
  .page-body[data-page="team"] .member-profile-intro h2{font-size:clamp(38px,12vw,52px)}
}

/* 2026-07-13: structure pass; keeps 20260713-floating-index-1 as the verified base. */
.page-body{
  --page-max-width:1440px;
  --content-max-width:1280px;
  --content-padding:48px;
  --section-gap:96px;
  --text-primary:#173f36;
  --text-secondary:#455852;
  --text-muted:#77827f;
  --link-color:#0f5a4b;
  --accent-green:#0f5a4b;
  --accent-gold:#b89a5a;
  --page-content-width:min(var(--content-max-width),calc(100vw - (var(--content-padding) * 2)));
}
.page-body .page-hero{padding-inline:max(var(--content-padding),calc((100vw - var(--content-max-width)) / 2))!important}
.page-body .page-subnav,
.page-body .page-panel,
.page-body .intro-panel,
.page-body .leader-detail,
.page-body .member-section,
.page-body .listing-section,
.page-body .research-page-intro,
.page-body .research-detail-list,
.page-body .feature-detail-grid,
.page-body .join-detail-grid,
.page-body .cultivation-panel,
.page-body .official-links,
.page-body .contact-page,
.page-body .page-metrics,
.page-body .news-page-feature,
.page-body .output-detail,
.page-body .member-profile-layout{
  width:var(--page-content-width);
  max-width:100%;
  margin-inline:auto;
  box-sizing:border-box;
}
.page-body .page-content{padding-inline:var(--content-padding)!important}
.page-body .page-content .eyebrow{font-size:14px!important;line-height:1.3;letter-spacing:.14em;text-transform:uppercase}
.page-body .page-content h2{letter-spacing:-.025em}
.page-body .page-content h3{line-height:1.28}
.page-body .member-card,
.page-body .research-detail-card,
.page-body .feature-detail-card,
.page-body .join-detail-card{
  background:#fff!important;
  border:1px solid rgba(21,63,54,.12)!important;
  border-radius:20px!important;
  box-shadow:0 10px 28px rgba(23,54,46,.055)!important;
  overflow:hidden;
}
.page-body .inline-link{color:var(--link-color)!important;white-space:nowrap;word-break:keep-all}

.page-body[data-page="research"] .research-page-intro{
  display:grid;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1fr);
  align-items:center;
  gap:clamp(32px,5vw,72px);
  min-height:0;
  padding:clamp(34px,4vw,54px) clamp(24px,4vw,52px);
  border-block:1px solid rgba(21,63,54,.16);
}
.page-body[data-page="research"] .research-page-intro>div{display:grid;gap:12px}
.page-body[data-page="research"] .research-page-intro .eyebrow{margin:0;color:#5f746e!important}
.page-body[data-page="research"] .research-page-intro h2{
  margin:0;
  color:var(--text-primary)!important;
  font-size:clamp(2.7rem,5vw,4.8rem);
  line-height:1;
  white-space:nowrap;
}
.page-body[data-page="research"] .research-page-intro>p{
  max-width:680px;
  color:var(--text-secondary)!important;
  font-size:clamp(1rem,1.35vw,1.16rem);
  line-height:1.9;
}

@media(max-width:720px){
  .page-body[data-page="research"] .research-page-intro{
    grid-template-columns:1fr;
    gap:22px;
    padding:30px 22px;
  }
  .page-body[data-page="research"] .research-page-intro h2{font-size:clamp(2.45rem,13vw,3.5rem)}
}

.page-body[data-page="team"] .team-page-shell{
  position:relative;
  display:block;
  width:min(1120px,100%);
  max-width:100%;
  margin-inline:auto;
  overflow:visible!important;
}
.page-body[data-page="team"] .team-section-content{
  display:grid;
  width:100%;
  min-width:0;
  max-width:100%;
  gap:clamp(40px,5vw,68px);
  overflow:visible!important;
}
.page-body[data-page="team"] .team-section-content>section{scroll-margin-top:calc(var(--header-height) + 28px)}
.page-body[data-page="team"] .team-floating-index{display:none}
.page-body[data-page="team"] .team-floating-index a,
.page-body[data-page="team"] .team-mobile-index a{
  position:relative;
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  align-items:center;
  min-height:44px;
  padding:8px 10px 8px 14px;
  color:#40554f!important;
  text-decoration:none;
  border-radius:10px;
  transition:background-color .22s ease,color .22s ease,transform .22s ease;
}
.page-body[data-page="team"] .team-floating-index .index-number,
.page-body[data-page="team"] .team-mobile-index .index-number{
  color:var(--text-muted)!important;
  font:700 12px/1 "Times New Roman",Times,serif;
  letter-spacing:.04em;
}
.page-body[data-page="team"] .team-floating-index .index-label,
.page-body[data-page="team"] .team-mobile-index .index-label{white-space:nowrap}
.page-body[data-page="team"] .team-floating-index a:hover,
.page-body[data-page="team"] .team-mobile-index a:hover{color:var(--accent-green)!important;background:#f1f5f1}
.page-body[data-page="team"] .team-floating-index a.is-active,
.page-body[data-page="team"] .team-floating-index a[aria-current="location"],
.page-body[data-page="team"] .team-mobile-index a.is-active,
.page-body[data-page="team"] .team-mobile-index a[aria-current="location"]{
  color:var(--accent-green)!important;
  background:transparent;
  font-weight:700;
}
.page-body[data-page="team"] .team-floating-index a.is-active:before,
.page-body[data-page="team"] .team-floating-index a[aria-current="location"]:before,
.page-body[data-page="team"] .team-mobile-index a.is-active:before,
.page-body[data-page="team"] .team-mobile-index a[aria-current="location"]:before{
  content:"";
  position:absolute;
  left:3px;
  top:12px;
  bottom:12px;
  width:3px;
  border-radius:999px;
  background:var(--accent-green);
}
.page-body[data-page="team"] .team-mobile-index{
  position:sticky;
  top:calc(var(--header-height) + 10px);
  z-index:21;
  display:block;
  width:100%;
  margin:0 0 28px;
  color:var(--text-primary);
  background:rgba(255,255,255,.96);
  border:1px solid rgba(21,63,54,.12);
  border-radius:16px;
  box-shadow:0 10px 28px rgba(23,54,46,.07);
  overflow:hidden;
}
.page-body[data-page="team"] .team-mobile-index summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:52px;
  padding:0 18px;
  color:var(--text-primary);
  cursor:pointer;
  list-style:none;
}
.page-body[data-page="team"] .team-mobile-index summary::-webkit-details-marker{display:none}
.page-body[data-page="team"] .team-mobile-index summary:after{content:"＋";margin-left:auto;color:var(--accent-green);font-size:20px;line-height:1}
.page-body[data-page="team"] .team-mobile-index[open] summary:after{content:"−"}
.page-body[data-page="team"] .team-mobile-index summary span{font-weight:700;color:var(--text-primary)!important}
.page-body[data-page="team"] .team-mobile-index summary strong{margin-left:auto;color:var(--text-secondary)!important;font-size:14px;font-weight:600}
.page-body[data-page="team"] .team-mobile-index nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:4px 8px 10px;border-top:1px solid rgba(21,63,54,.09)}

.page-body[data-page="team"] .team-section-content .leader-detail{
  grid-template-columns:minmax(0,40%) minmax(0,60%)!important;
  width:100%;
  max-width:1120px;
  margin-inline:auto;
  background:#fff!important;
  border:1px solid rgba(21,63,54,.12)!important;
  border-radius:20px!important;
  box-shadow:0 16px 42px rgba(23,54,46,.07)!important;
  overflow:hidden;
}
.page-body[data-page="team"] .leader-detail figure{
  width:100%!important;
  max-height:620px!important;
  aspect-ratio:4/5!important;
  margin:0!important;
  background:#edf1ed!important;
  border:0!important;
  border-right:1px solid rgba(21,63,54,.11)!important;
}
.page-body[data-page="team"] .leader-detail figure img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
  filter:brightness(1.06) saturate(.94) contrast(1.03)!important;
}
.page-body[data-page="team"] .leader-detail>div{padding:clamp(38px,5vw,68px)!important;background:#fff!important}
.page-body[data-page="team"] .leader-detail .eyebrow{color:#64766f!important;font-size:15px!important}
.page-body[data-page="team"] .leader-detail h2{
  margin:14px 0 22px!important;
  color:var(--text-primary)!important;
  font-size:clamp(48px,4.2vw,56px)!important;
  line-height:1.1!important;
  white-space:normal;
}
.page-body[data-page="team"] .leader-detail>div>p:not(.eyebrow){max-width:720px;color:var(--text-secondary)!important;font-size:18px!important;line-height:1.8!important}
.page-body[data-page="team"] .leader-meta{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin:28px 0 0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.page-body[data-page="team"] .leader-meta div{padding:16px 18px!important;background:#f4f7f4!important;border:1px solid rgba(21,63,54,.11)!important;border-radius:14px!important}
body.page-body[data-page="team"] .leader-detail dl.leader-meta div:last-child{grid-column:auto!important;padding:16px 18px!important;background:#f4f7f4!important;border:1px solid rgba(21,63,54,.11)!important;border-radius:14px!important}
.page-body[data-page="team"] .leader-meta dt{color:#6b7975!important;font-size:14px!important}
body.page-body[data-page="team"] .leader-detail dl.leader-meta div:last-child dt{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip-path:none!important}
.page-body[data-page="team"] .leader-meta dd{margin-top:7px!important;color:var(--text-primary)!important;font-size:19px!important;line-height:1.55!important}
body.page-body[data-page="team"] .leader-detail dl.leader-meta div:last-child dd{margin-top:7px!important}
.page-body[data-page="team"] .leader-actions{margin-top:26px}
.page-body[data-page="team"] .leader-primary-button{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px;
  width:auto!important;
  min-width:160px;
  height:48px;
  padding:0 26px;
  color:#fff!important;
  background:var(--accent-green)!important;
  border:1px solid var(--accent-green)!important;
  border-radius:10px!important;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  writing-mode:horizontal-tb!important;
  box-sizing:border-box;
  transition:background-color .22s ease,transform .22s ease;
}
.page-body[data-page="team"] .leader-primary-button:hover{background:#0b493d!important;transform:translateY(-1px)}
.page-body[data-page="team"] .leader-primary-button span{color:#fff!important}

@media(min-width:1440px){
  .page-body[data-page="team"] .team-floating-index{
    position:fixed;
    left:min(calc(50% + 580px),calc(100vw - 152px));
    top:calc(var(--header-height) + 26px);
    z-index:22;
    display:grid;
    gap:2px;
    width:140px;
    padding:12px 9px;
    background:rgba(255,255,255,.95);
    border:1px solid rgba(21,63,54,.12);
    border-radius:20px;
    box-shadow:0 12px 32px rgba(23,54,46,.09);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    box-sizing:border-box;
  }
  .page-body[data-page="team"] .team-floating-index a:hover{transform:translateX(-2px)}
  .page-body[data-page="team"] .team-mobile-index{display:none}
}

@media(max-width:1024px){
  .page-body{--content-padding:32px}
  .page-body .page-hero{
    grid-template-columns:1fr!important;
    align-items:center!important;
    height:auto!important;
    min-height:260px!important;
    padding-block:48px!important;
  }
  .page-body .page-search{display:none!important}
  .page-body[data-page="team"] .leader-detail>div{padding:36px!important}
  .page-body[data-page="team"] .leader-detail h2{font-size:48px!important}
}
@media(max-width:768px){
  .page-body{--content-padding:20px}
  .page-body[data-page="team"] .team-mobile-index{position:static;margin-bottom:24px;box-shadow:none}
  .page-body[data-page="team"] .team-mobile-index nav{grid-template-columns:1fr}
  .page-body[data-page="team"] .team-section-content>section{scroll-margin-top:calc(var(--header-height) + 18px)}
  .page-body[data-page="team"] .team-section-content .leader-detail{grid-template-columns:1fr!important;max-width:620px}
  .page-body[data-page="team"] .leader-detail figure{max-height:none!important;border-right:0!important;border-bottom:1px solid rgba(21,63,54,.11)!important}
  .page-body[data-page="team"] .leader-detail>div{padding:30px 24px!important}
  .page-body[data-page="team"] .leader-detail h2{font-size:clamp(40px,10vw,50px)!important}
  .page-body[data-page="team"] .leader-meta{grid-template-columns:1fr!important}
}
@media(max-width:430px){
  .page-body{--content-padding:18px}
  .page-body[data-page="team"] .team-mobile-index summary{padding-inline:14px}
  .page-body[data-page="team"] .team-mobile-index summary strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .page-body[data-page="team"] .leader-detail>div{padding:26px 20px!important}
  .page-body[data-page="team"] .leader-primary-button{min-width:160px;padding-inline:22px}
}

.page-body[data-page="team"] .member-profile-layout{
  grid-template-columns:minmax(300px,390px) minmax(0,1fr);
  gap:clamp(36px,4vw,54px);
  width:min(calc(100% - 56px),1360px);
  max-width:100%;
  margin-inline:auto;
}
.page-body[data-page="team"] .member-profile-layout.is-leader-profile{
  grid-template-columns:minmax(0,1fr);
  width:min(calc(100% - 56px),960px);
}
.page-body[data-page="team"] .member-profile-layout.is-leader-profile .member-profile-aside{
  position:static;
  top:auto;
  justify-self:center;
}
.page-body[data-page="team"] .member-profile-aside{
  width:100%;
  max-width:390px;
  min-width:0;
  justify-self:center;
  background:#30433d;
  border-color:rgba(22,49,42,.2);
  box-shadow:0 14px 34px rgba(18,53,43,.08);
}
.page-body[data-page="team"] .member-profile-aside .member-detail-portrait{
  max-height:560px;
  background:#e7ece7;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate{
  margin:0;
  padding:24px 26px 20px;
  background:#30433d;
  border:0;
}
.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate span{color:rgba(255,255,255,.64)!important}
.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate h2{color:#f5f7f3!important}
.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate p{color:rgba(255,255,255,.82)!important}
.page-body[data-page="team"] .member-profile-aside dl{
  display:grid;
  grid-template-columns:1fr;
  grid-auto-rows:1fr;
  gap:0;
  margin:0;
  padding:0 24px;
  background:#30433d;
}
.page-body[data-page="team"] .member-profile-aside dl div{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  align-items:center;
  column-gap:18px;
  min-height:72px;
  padding:15px 0;
  border:0;
  border-top:1px solid rgba(255,255,255,.10);
  box-sizing:border-box;
}
.page-body[data-page="team"] .member-profile-aside dt,
.page-body[data-page="team"] .member-profile-aside dd{
  display:flex;
  align-items:center;
  min-height:100%;
  margin:0;
}
.page-body[data-page="team"] .member-profile-aside dt{
  color:rgba(255,255,255,.82)!important;
  font-weight:600;
  font-size:14px;
}
.page-body[data-page="team"] .member-profile-aside dd{
  min-width:0;
  color:#f3f5f1!important;
  line-height:1.65;
  overflow-wrap:anywhere;
  word-break:normal;
}
.page-body[data-page="team"] .member-profile-aside dd a{
  color:#d7eadf!important;
  text-decoration-color:rgba(215,234,223,.45);
  text-underline-offset:4px;
}
.page-body[data-page="team"] .member-profile-aside dd a:hover{color:#fff!important;text-decoration-color:currentColor}
.page-body[data-page="team"] .member-profile-return{
  min-height:44px;
  margin:20px 26px 26px;
  color:#f3f5f1!important;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
}
.page-body[data-page="team"] .member-profile-return:hover{background:rgba(255,255,255,.14)}
.page-body[data-page="team"] .member-profile-content{width:100%;min-width:0;max-width:none;padding:0;margin:0}
.page-body[data-page="team"] .member-profile-intro,
.page-body[data-page="team"] .member-profile-section{max-width:none}

@media(max-width:1200px){
  .page-body[data-page="team"] .member-profile-layout{grid-template-columns:minmax(280px,370px) minmax(0,1fr);gap:36px;width:min(calc(100% - 44px),1180px)}
  .page-body[data-page="team"] .member-profile-aside dl{padding-inline:22px}
  .page-body[data-page="team"] .member-profile-aside dl div{grid-template-columns:90px minmax(0,1fr);column-gap:14px}
}
@media(max-width:900px){
  .page-body[data-page="team"] .member-profile-layout{grid-template-columns:1fr;width:min(calc(100% - 40px),760px);gap:32px}
  .page-body[data-page="team"] .member-profile-aside{position:static;max-width:520px;justify-self:center}
}
@media(max-width:430px){
  .page-body[data-page="team"] .member-profile-layout{width:calc(100% - 28px)}
  .page-body[data-page="team"] .member-profile-aside .member-detail-nameplate{padding-inline:20px}
  .page-body[data-page="team"] .member-profile-aside dl{padding-inline:20px}
  .page-body[data-page="team"] .member-profile-aside dl div{grid-template-columns:78px minmax(0,1fr);column-gap:12px;min-height:66px}
  .page-body[data-page="team"] .member-profile-return{margin-inline:20px}
}


/* Resource version: 20260801-season-panel-responsive-1
 * Four-season narrative, scroll transitions, and related motion styling.
 */
:root {
  --container-wide: 1440px;
  --container-content: 1280px;
  --content-reading: 760px;
  --space-xs: .5rem;
  --space-sm: .875rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 7rem;
  --header-offset: 80px;
  --section-radius: 24px;
  --season-bg: 232 241 230;
  --season-surface: 255 255 255;
  --season-text: 23 63 54;
  --season-muted: 78 101 93;
  --season-accent: 95 140 112;
  --season-line: 95 140 112;
  --season-glow: 117 157 126;
}

/* Homepage-only immersive photo chapters. The original photographs, copy and
   section proportions remain unchanged; motion is isolated to the photo layer. */
.home-page .season-visual {
  --season-photo-start-filter: blur(5px) saturate(.9);
  --season-photo-atmosphere: rgb(245 248 246 / .2);
  position: relative;
  background-image: none !important;
  background-color: rgb(var(--season-bg) / .96) !important;
  transform: none !important;
}

.home-page .season-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -4% -2%;
  background-repeat: no-repeat;
  background-image: var(--season-cover, none);
  background-size: cover;
  opacity: 1;
  filter: none;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform, opacity, filter;
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1),
    filter .86s cubic-bezier(.22, 1, .36, 1),
    transform .86s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.home-page.home-experience-ready .season-visual:not(.is-scroll-revealed)::before {
  opacity: .24;
  filter: var(--season-photo-start-filter);
  transform: scale(1.018);
}

.home-page .season-reveal-edge {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--season-photo-atmosphere);
  opacity: 0;
  transition: opacity .82s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.home-page.home-experience-ready .season-visual:not(.is-scroll-revealed) .season-reveal-edge {
  opacity: 1;
}

.home-page .season-visual-spring::before {
  --season-photo-start-filter: blur(6px) saturate(.82) brightness(1.035);
  background-position: center 52%;
  transform-origin: center 58%;
}

.home-page .season-visual-spring {
  --season-photo-atmosphere: linear-gradient(135deg, rgb(239 249 243 / .32), rgb(222 239 228 / .14));
}

.home-page .season-visual-summer::before {
  --season-photo-start-filter: blur(4px) saturate(.88) brightness(.965);
  background-position: center 48%;
  transform-origin: center 44%;
}

.home-page .season-visual-summer {
  --season-photo-atmosphere: radial-gradient(circle at 78% 18%, rgb(255 243 206 / .24), transparent 44%);
}

.home-page .season-visual-autumn::before {
  --season-photo-start-filter: blur(4px) saturate(.9) sepia(.08) brightness(.97);
  background-position: center 50%;
  transform-origin: center 52%;
}

.home-page .season-visual-autumn {
  --season-photo-atmosphere: linear-gradient(150deg, rgb(194 132 69 / .14), rgb(255 244 222 / .08));
}

.home-page .season-visual-winter::before {
  --season-photo-start-filter: blur(6px) saturate(.86) contrast(.9) brightness(1.05);
  background-position: center 54%;
  transform-origin: center 48%;
}

.home-page .season-visual-winter {
  --season-photo-atmosphere: linear-gradient(145deg, rgb(241 248 252 / .34), rgb(218 233 242 / .16));
}

.home-page .season-panel { z-index: 2; }
.home-page.home-experience-ready .season-panel__label,
.home-page.home-experience-ready .season-panel__number,
.home-page.home-experience-ready .season-panel__title,
.home-page.home-experience-ready .season-panel__quote span {
  will-change: opacity, transform;
}

.home-page.home-experience-ready .season-panel__number {
  opacity: var(--scene-label-opacity, 1);
  transform: translateY(var(--scene-label-y, 0));
}

/* Homepage team introduction: the selected spring-community and water-soil
   concepts are combined into one quiet, content-safe atmosphere layer. */
body.home-page #team::before {
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: url("../assets/backgrounds/team-introduction-living.webp?v=ad21daadbff6") center bottom / cover no-repeat;
  opacity: .25;
  filter: none;
  -webkit-mask-image: linear-gradient(180deg, rgb(0 0 0 / .24), rgb(0 0 0 / .52) 42%, #000 78%);
  mask-image: linear-gradient(180deg, rgb(0 0 0 / .24), rgb(0 0 0 / .52) 42%, #000 78%);
}

body.home-page #team > * {
  position: relative;
  z-index: 1;
}

/* Homepage team leader: a light, breathable summer chapter. Component geometry
   is owned by the scoped home-leader layer in design-system.css. */
body.home-page .faculty-section,
body.home-page.has-season-scroll .faculty-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgb(129 164 145 / .14), transparent 30%),
    linear-gradient(145deg, #fbf8ef 0%, #f4f5ec 52%, #e8f0e8 100%) !important;
  color: #173f36 !important;
}

body.home-page #faculty::before,
body.home-page #faculty::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

body.home-page #faculty::before {
  inset: 0;
  width: auto;
  height: auto;
  background: url("../assets/backgrounds/team-leader-source.webp?v=04051efd3111") center / cover no-repeat;
  opacity: .19;
  transform: none;
  -webkit-mask-image: linear-gradient(90deg, rgb(0 0 0 / .26), rgb(0 0 0 / .52) 42%, #000 82%);
  mask-image: linear-gradient(90deg, rgb(0 0 0 / .26), rgb(0 0 0 / .52) 42%, #000 82%);
}

body.home-page #faculty::after {
  content: none;
}

body.home-page #faculty > * {
  position: relative;
  z-index: 1;
}

.home-page.home-experience-ready .faculty-profile figure,
.home-page.home-experience-ready .faculty-copy > span,
.home-page.home-experience-ready .faculty-copy h3,
.home-page.home-experience-ready .faculty-copy dl > div:first-child {
  transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .82s cubic-bezier(.22, 1, .36, 1);
}

.home-page.home-experience-ready .faculty-profile:not(.is-scroll-revealed) figure,
.home-page.home-experience-ready .faculty-profile:not(.is-scroll-revealed) .faculty-copy > span,
.home-page.home-experience-ready .faculty-profile:not(.is-scroll-revealed) .faculty-copy h3,
.home-page.home-experience-ready .faculty-profile:not(.is-scroll-revealed) .faculty-copy dl > div:first-child {
  opacity: 0;
  transform: translateY(18px);
}

.home-page.home-experience-ready .faculty-copy h3 { transition-delay: .08s; }
.home-page.home-experience-ready .faculty-copy dl > div:first-child { transition-delay: .16s; }

@media (max-width: 820px) {
  .home-page .season-visual::before { inset: -3% -4%; }
  body.home-page .faculty-copy h3 { font-size: clamp(2.7rem, 12vw, 3.5rem) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .season-visual::before,
  .home-page .season-reveal-edge,
  .home-page .faculty-profile figure,
  .home-page .faculty-copy > span,
  .home-page .faculty-copy h3,
  .home-page .faculty-copy dl > div:first-child {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .home-page .season-reveal-edge { opacity: 0 !important; }
}

/* Four-season typography guard.
 * Preserve the Song-style composition while preventing browser zoom, display
 * scaling, font substitution, or a narrow split view from breaking labels or
 * clipping the title and quotation block. */
body.home-page .season-panel {
  container-type: inline-size;
  max-width: calc(100vw - 48px);
}

body.home-page .season-panel .season-panel__label {
  overflow-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
  font-size: clamp(2.5rem, 4.65vw, 5.35rem);
  line-height: .9;
  letter-spacing: clamp(.06em, .55vw, .12em);
}

@supports (font-size: 1cqi) {
  body.home-page .season-panel .season-panel__label {
    font-size: clamp(2.5rem, 19cqi, 5.35rem);
    letter-spacing: clamp(.06em, 1.45cqi, .12em);
  }

  body.home-page .season-panel .season-panel__title {
    font-size: clamp(1.85rem, 11cqi, 3.45rem);
  }

  body.home-page .season-panel .season-panel__quote {
    font-size: clamp(.98rem, 4.25cqi, 1.18rem);
  }
}

@media (max-width: 900px) {
  body.home-page .season-panel {
    max-width: calc(100vw - 32px);
  }

  body.home-page .season-panel .season-panel__line {
    margin-block: clamp(14px, 3cqi, 24px) clamp(12px, 2.4cqi, 18px);
  }

  body.home-page .season-panel .season-panel__title {
    margin-top: 0;
  }

  body.home-page .season-panel .season-panel__quote {
    margin-top: clamp(14px, 3.6cqi, 22px);
    line-height: 1.68;
  }
}

@media (max-width: 560px) {
  body.home-page .season-panel {
    width: min(84vw, 390px);
    max-width: calc(100vw - 28px);
  }

  @supports (font-size: 1cqi) {
    body.home-page .season-panel .season-panel__label {
      font-size: clamp(2.25rem, 18cqi, 4.35rem);
    }
  }
}

[id] { scroll-margin-top: calc(var(--header-offset) + 24px); }
.brand img { height: auto; }

/* Four semantic photo chapters. Text remains visible when JavaScript is absent. */
.season-visual {
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
}

.season-panel {
  --scene-progress: 1;
  --panel-ink: #f8f5e9;
  position: absolute;
  z-index: 2;
  width: min(520px, 42vw);
  color: var(--panel-ink);
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", "Source Han Serif SC", serif;
  text-shadow: 0 2px 16px rgb(5 22 18 / .24);
}

.season-panel--spring {
  --panel-ink: #143d34;
  top: 14%;
  left: clamp(28px, 7vw, 120px);
  text-shadow: 0 1px 14px rgb(255 255 255 / .5);
}

.season-panel--summer {
  top: 36%;
  right: clamp(28px, 7vw, 124px);
  text-align: right;
}

.season-panel--autumn {
  bottom: 12%;
  left: clamp(28px, 8vw, 142px);
}

.season-panel--winter {
  --panel-ink: #102f49;
  top: 13%;
  right: clamp(28px, 8vw, 146px);
  text-align: right;
  text-shadow: 0 1px 14px rgb(255 255 255 / .62);
}

.season-panel__label,
.season-panel__number {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
}

.season-panel__label {
  margin: 0;
  font-size: clamp(2.65rem, 6.6vw, 7.8rem);
  font-weight: 700;
  line-height: .82;
  letter-spacing: clamp(.08em, .8vw, .18em);
  opacity: .9;
}

.season-panel__line {
  display: inline-block;
  width: clamp(42px, 5vw, 78px);
  height: 1px;
  margin: clamp(20px, 2.5vw, 34px) 0 18px;
  background: currentColor;
  transform-origin: left center;
  opacity: .68;
}

.season-panel--summer .season-panel__line,
.season-panel--winter .season-panel__line { transform-origin: right center; }

.season-panel__title {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(2rem, 3.35vw, 4.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: .08em;
}

.season-panel__quote {
  display: grid;
  gap: .35em;
  margin: clamp(18px, 2.2vw, 30px) 0 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 700;
  line-height: 1.82;
  letter-spacing: .08em;
}

.season-panel__quote span { display: block; }

.season-panel__number {
  position: absolute;
  top: .1em;
  left: -2.8em;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  opacity: .62;
}

.season-panel--summer .season-panel__number,
.season-panel--winter .season-panel__number { right: -2.8em; left: auto; }

.home-experience-ready .season-panel__label {
  opacity: var(--scene-label-opacity, 1);
  transform: translateY(var(--scene-label-y, 0));
  letter-spacing: var(--scene-letter-spacing, .12em);
}

.home-experience-ready .season-panel__line {
  transform: scaleX(var(--scene-line-scale, 1));
}

.home-experience-ready .season-panel__title {
  opacity: var(--scene-title-opacity, 1);
  transform: translateY(var(--scene-title-y, 0));
}

.home-experience-ready .season-panel__quote span:first-child {
  opacity: var(--scene-quote-one-opacity, 1);
  transform: translateY(var(--scene-quote-one-y, 0));
}

.home-experience-ready .season-panel__quote span:last-child {
  opacity: var(--scene-quote-two-opacity, 1);
  transform: translateY(var(--scene-quote-two-y, 0));
}

.home-experience-ready .season-visual { transform: scale(var(--scene-scale, 1)); }

/* Homepage epilogue only: supplied blue-gray paper campus drawing remains a
   background layer; all formal copy and the replaceable calligraphy stay live. */
.home-page .season-epilogue.season-epilogue--renewal {
  position: relative;
  display: block;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  color: #263f43;
  background: #edf1f2;
  isolation: isolate;
  overflow: clip;
}

.home-page .season-epilogue__stage {
  position: relative;
  display: grid;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #edf1f2;
}

.home-page .season-epilogue__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: .98;
  filter: brightness(1.015) saturate(.94);
  transition: opacity 1.16s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.home-page .season-epilogue__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  min-height: inherit;
  padding: clamp(100px, 10svh, 112px) 24px clamp(260px, 29svh, 324px);
  text-align: center;
}

.home-page .season-epilogue__title {
  display: block;
  width: min(78vw, 1510px);
  margin: 0;
  transition:
    opacity 1.06s cubic-bezier(.16, 1, .3, 1),
    transform 1.06s cubic-bezier(.16, 1, .3, 1);
}

.home-page .season-epilogue__calligraphy {
  display: block;
  width: 100%;
  height: auto;
}

.home-page .season-epilogue__english {
  margin: clamp(10px, 1.5svh, 16px) 0 0;
  color: #607477;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(.78rem, .9vw, 1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .4em;
  white-space: nowrap;
  transition:
    opacity .68s .34s cubic-bezier(.16, 1, .3, 1),
    transform .68s .34s cubic-bezier(.16, 1, .3, 1);
}

html body.home-page:not(#__songti_override__) main .season-epilogue--renewal .season-epilogue__english {
  font-family: "Times New Roman", Times, serif !important;
}

.home-page .season-epilogue__motto {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(920px, calc(100vw - 48px));
  margin-top: clamp(26px, 3.5svh, 38px);
  color: #30484b;
  font-family: "SimSun", "STSong", "Songti SC", serif;
  font-size: clamp(1.06rem, 1.18vw, 1.28rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .065em;
  text-align: center;
}

.home-page .season-epilogue__motto::before {
  position: absolute;
  top: 3%;
  bottom: 3%;
  left: 50%;
  width: 1px;
  background: rgb(48 72 75 / .2);
  content: "";
}

.home-page .season-epilogue__motto-column {
  display: grid;
  gap: clamp(10px, 1.35svh, 15px);
  min-width: 0;
  padding: 0 clamp(34px, 4vw, 62px);
}

.home-page .season-epilogue__motto p {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transition:
    opacity .64s cubic-bezier(.16, 1, .3, 1),
    transform .64s cubic-bezier(.16, 1, .3, 1);
}

html body.home-page:not(#__songti_override__) main .season-epilogue--renewal .season-epilogue__motto,
html body.home-page:not(#__songti_override__) main .season-epilogue--renewal .season-epilogue__motto p {
  font-family: "SimSun", "STSong", "Songti SC", serif !important;
}

.home-page.home-experience-ready .season-epilogue--renewal:not(.is-scroll-revealed) .season-epilogue__background { opacity: .16; }
.home-page.home-experience-ready .season-epilogue--renewal:not(.is-scroll-revealed) .season-epilogue__title {
  opacity: 0;
  transform: translateY(14px);
}
.home-page.home-experience-ready .season-epilogue--renewal:not(.is-scroll-revealed) .season-epilogue__english,
.home-page.home-experience-ready .season-epilogue--renewal:not(.is-scroll-revealed) .season-epilogue__motto p {
  opacity: 0;
  transform: translateY(14px);
}

.home-page .season-epilogue__motto-column:first-child p:nth-child(1) { transition-delay: .54s; }
.home-page .season-epilogue__motto-column:nth-child(2) p:nth-child(1) { transition-delay: .63s; }
.home-page .season-epilogue__motto-column:first-child p:nth-child(2) { transition-delay: .72s; }
.home-page .season-epilogue__motto-column:nth-child(2) p:nth-child(2) { transition-delay: .81s; }

.contact-form input:invalid:not(:placeholder-shown),
.contact-form textarea:invalid:not(:placeholder-shown) { border-color: #a23f35; }
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible { outline: 3px solid rgb(var(--season-accent) / .22); outline-offset: 2px; }
.contact-form .field-error { display: block; margin-top: 6px; color: #96362f; font-size: .82rem; font-weight: 600; }

/* Secondary research and news retain their own interaction language. */
.page-body[data-page="research"] .research-detail-card { position: relative; isolation: isolate; }
.page-body[data-page="research"] .research-detail-card::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .28; }
.page-body[data-page="research"] .research-detail-card--travertine::after { background: repeating-radial-gradient(ellipse at 10% 110%, transparent 0 20px, rgb(83 141 149 / .12) 21px 22px); }
.page-body[data-page="research"] .research-detail-card--nuclear::after { background-image: linear-gradient(rgb(30 84 120 / .08) 1px, transparent 1px), linear-gradient(90deg, rgb(30 84 120 / .08) 1px, transparent 1px); background-size: 30px 30px; }
.page-body[data-page="research"] .research-detail-card--mining::after { background: repeating-linear-gradient(165deg, transparent 0 26px, rgb(150 102 62 / .1) 27px 28px); }
.page-body[data-page="research"] .research-detail-card--solid-waste::after { background: radial-gradient(circle at 14px 14px, rgb(78 119 93 / .12) 1px, transparent 2px); background-size: 22px 22px; }
.page-body[data-page="research"] .research-detail-card--soil::after { background: repeating-radial-gradient(ellipse at 30% 110%, transparent 0 22px, rgb(63 123 76 / .1) 23px 24px); }
.page-body[data-page="news"] .news-feed { position: relative; }
.page-body[data-page="news"] .news-feed::before { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; left: 20px; width: 1px; background: linear-gradient(#b89a65, rgb(15 90 75 / .2)); pointer-events: none; }
.page-body[data-page="news"] .news-feed-card { position: relative; }
.page-body[data-page="news"] .news-year-marker { position: absolute; z-index: 3; top: 22px; left: 0; padding: 5px 8px; color: #fff; background: #174c42; font: 400 .75rem/1 "Times New Roman", Times, serif; letter-spacing: .08em; }

@media (max-width: 900px) {
  :root { --header-offset: 64px; }
  .season-panel { width: min(500px, 72vw); }
  .season-panel__number { display: none; }
  .season-panel--spring { top: 12%; left: 6vw; }
  .season-panel--summer { top: 34%; right: 6vw; }
  .season-panel--autumn { bottom: 10%; left: 6vw; }
  .season-panel--winter { top: 12%; right: 6vw; }

  .home-page .season-epilogue.season-epilogue--renewal {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .home-page .season-epilogue__stage {
    position: relative;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .home-page .season-epilogue__background {
    object-fit: cover;
    object-position: center bottom;
    background: #edf1f2;
  }

  .home-page .season-epilogue__content {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: clamp(88px, 12svh, 118px);
    padding-bottom: clamp(230px, 30svh, 290px);
  }

  .home-page .season-epilogue__title {
    width: min(90vw, 760px);
  }
}

@media (min-width: 901px) and (max-height: 800px) {
  .home-page .season-epilogue__content {
    padding-top: 84px;
    padding-bottom: clamp(205px, 28svh, 228px);
  }

  .home-page .season-epilogue__title {
    width: min(76vw, 1200px);
  }

  .home-page .season-epilogue__english {
    margin-top: 8px;
  }

  .home-page .season-epilogue__motto {
    margin-top: 22px;
    font-size: clamp(1rem, 1.25vw, 1.16rem);
  }
}

@media (max-width: 560px) {
  .season-panel { width: min(84vw, 390px); }
  .season-panel__label { font-size: clamp(2.25rem, 14vw, 4.6rem); }
  .season-panel__title { font-size: clamp(1.75rem, 9vw, 2.7rem); }
  .season-panel__quote { font-size: clamp(.98rem, 4.5vw, 1.15rem); line-height: 1.68; }
  .season-panel--spring { top: 10%; left: 7vw; }
  .season-panel--summer { top: auto; right: 7vw; bottom: 13%; }
  .season-panel--autumn { left: 7vw; bottom: 9%; }
  .season-panel--winter { top: 9%; right: 7vw; }
  .home-page .season-epilogue__content {
    padding: clamp(82px, 11svh, 104px) 18px clamp(218px, 28svh, 256px);
  }

  .home-page .season-epilogue__background {
    object-fit: contain;
  }

  .home-page .season-epilogue__title {
    width: 100%;
  }

  .home-page .season-epilogue__english {
    margin-top: 20px;
    font-size: clamp(.66rem, 2.8vw, .74rem);
    letter-spacing: .28em;
  }

  .home-page .season-epilogue__motto {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 28px;
    font-size: clamp(.96rem, 4.25vw, 1.08rem);
    line-height: 1.55;
  }

  .home-page .season-epilogue__motto-column {
    gap: 8px;
    padding: 0;
  }

  .home-page .season-epilogue__motto p {
    padding: 0;
  }

  .home-page .season-epilogue__motto::before { content: none; }
}

@media (prefers-reduced-motion: reduce) {
  .season-panel,
  .season-panel *,
  .season-epilogue * {
    filter: none;
    transform: none;
    transition: none !important;
    animation: none !important;
  }

  .home-page .season-epilogue.season-epilogue--renewal {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .home-page .season-epilogue__stage {
    position: relative;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .home-page .season-epilogue__background { opacity: .98 !important; }
  .home-page .season-epilogue__title,
  .home-page .season-epilogue__english,
  .home-page .season-epilogue__motto p { opacity: 1 !important; }
}

/* 2026-07-14: team editorial redesign — the leader is part of the story, never a hanging rail. */
.page-body[data-page="team"] .team-editorial-shell {
  display: grid;
  gap: clamp(56px, 7vw, 108px);
  width: min(calc(100% - 56px), 1500px);
  margin-inline: auto;
}

.page-body[data-page="team"] .team-editorial-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgb(21 63 54 / .16);
}

.page-body[data-page="team"] .team-editorial-index a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 14px clamp(14px, 2vw, 28px);
  color: #193b32;
  text-decoration: none;
  border-right: 1px solid rgb(21 63 54 / .12);
}

.page-body[data-page="team"] .team-editorial-index a:last-child { border-right: 0; }
.page-body[data-page="team"] .team-editorial-index a:hover,
.page-body[data-page="team"] .team-editorial-index a:focus-visible { background: #edf3ed; }
.page-body[data-page="team"] .team-editorial-index span { color: #7d938b; font: 600 .72rem/1 "Times New Roman", serif; letter-spacing: .12em; }

.page-body[data-page="team"] .team-overview {
  display: grid;
  grid-template-columns: minmax(390px, .95fr) minmax(0, 1.05fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
  padding: clamp(42px, 6vw, 90px);
  background: linear-gradient(135deg, #f5f8f2, #eaf1e9);
  border: 1px solid rgb(21 63 54 / .12);
}

.page-body[data-page="team"] .team-overview h2 {
  margin: 12px 0 0;
  font-size: clamp(2.35rem, 4vw, 3.95rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.page-body[data-page="team"] .team-overview h2 span { display: block; white-space: nowrap; }

.page-body[data-page="team"] .team-overview__story > p,
.page-body[data-page="team"] .team-overview details p { margin: 0; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.95; }
.page-body[data-page="team"] .team-overview details { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgb(21 63 54 / .14); }
.page-body[data-page="team"] .team-overview summary { width: fit-content; color: #15503e; cursor: pointer; font-weight: 700; }
.page-body[data-page="team"] .team-overview details p { margin-top: 22px; }
.page-body[data-page="team"] .team-editorial-shell > .page-metrics { width: 100%; margin: 0; }

.page-body[data-page="team"] .team-leader-feature {
  display: grid;
  grid-template-columns: minmax(300px, 36%) minmax(0, 64%);
  align-items: start;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(31 72 61 / .12);
  border-radius: 4px;
  background:
    linear-gradient(120deg, rgb(255 255 255 / .72), rgb(245 247 241 / .86)),
    #f7f4eb;
  box-shadow: 0 22px 58px rgb(35 64 54 / .08);
}

.page-body[data-page="team"] #leader .team-leader-summary__portrait {
  position: relative;
  align-self: start;
  width: 100%;
  min-height: 0;
  aspect-ratio: 591 / 706;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgb(31 72 61 / .1);
  background: #eef2ec;
}

.page-body[data-page="team"] #leader .team-leader-summary__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.page-body[data-page="team"] #leader .team-leader-summary__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(38px, 5.2vw, 76px);
}

.page-body[data-page="team"] #leader .team-leader-summary__identity {
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin: 0 0 22px;
  color: #38584e;
  font: 700 .78rem/1.2 "Times New Roman", Times, serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-body[data-page="team"] #leader .team-leader-summary__identity span:first-child {
  color: #a8874d;
}

.page-body[data-page="team"] #leader .team-leader-summary__content h2 {
  margin: 0;
  color: #163f35;
  font-family: SimSun, "Songti SC", STSong, "Noto Serif SC", "Source Han Serif SC", serif;
  font-size: clamp(3.1rem, 5vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.page-body[data-page="team"] #leader .team-leader-summary__title {
  margin: 15px 0 0;
  color: #49655c;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
}

.page-body[data-page="team"] #leader .team-leader-summary__role {
  display: block;
  margin-top: 14px;
  color: #a27d42;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 650;
}

.page-body[data-page="team"] #leader .team-leader-summary__summary {
  max-width: 760px;
  margin: 24px 0 0;
  color: #52665f;
  font-size: clamp(.98rem, 1.08vw, 1.06rem);
  line-height: 1.9;
}

.page-body[data-page="team"] #leader .team-leader-summary__field {
  width: min(100%, 620px);
  margin: 28px 0 0;
  padding: 17px 0;
  border-block: 1px solid rgb(31 72 61 / .14);
}

.page-body[data-page="team"] #leader .team-leader-summary__field div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
}

.page-body[data-page="team"] #leader .team-leader-summary__field dt {
  color: #75877f;
  font-size: .78rem;
  letter-spacing: .08em;
}

.page-body[data-page="team"] #leader .team-leader-summary__field dd {
  margin: 0;
  color: #173f36;
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
  font-weight: 650;
  line-height: 1.45;
}

.page-body[data-page="team"] #leader .team-leader-summary__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  min-width: 250px;
  min-height: 50px;
  margin-top: 28px;
  padding: 0 22px;
  color: #fff;
  background: #155244;
  border: 1px solid #155244;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 750;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.page-body[data-page="team"] #leader .team-leader-summary__action:hover,
.page-body[data-page="team"] #leader .team-leader-summary__action:focus-visible {
  background: #0f4438;
  border-color: #0f4438;
  transform: translateY(-1px);
}

.page-body[data-page="team"] #leader .team-leader-summary__action > span {
  color: #fff !important;
}

.page-body[data-page="team"] .team-directory { display: grid; gap: 34px; scroll-margin-top: calc(var(--header-offset) + 28px); }
.page-body[data-page="team"] .team-directory__header { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: 40px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid rgb(21 63 54 / .18); }
.page-body[data-page="team"] .team-directory__header h2 { margin: 8px 0 0; font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: 1; }
.page-body[data-page="team"] .team-directory__header > p { max-width: 680px; margin: 0; line-height: 1.85; }
.page-body[data-page="team"] .team-directory__areas { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid rgb(21 63 54 / .14); }
.page-body[data-page="team"] .team-directory__areas > span { display: grid; align-content: space-between; min-height: 152px; padding: 20px; border-right: 1px solid rgb(21 63 54 / .12); }
.page-body[data-page="team"] .team-directory__areas > span:last-child { border-right: 0; }
.page-body[data-page="team"] .team-directory__areas b { color: #7c9189; font: 600 .72rem/1 "Times New Roman", serif; }
.page-body[data-page="team"] .team-directory__areas em { color: #567069; font-size: .78rem; font-style: normal; }
.page-body[data-page="team"] .team-member-toolbar { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: 22px; padding: 22px; background: #edf2ec; }
.page-body[data-page="team"] .team-member-toolbar label { display: grid; gap: 8px; }
.page-body[data-page="team"] .team-member-toolbar label span { color: #496159; font-size: .78rem; }
.page-body[data-page="team"] .team-member-toolbar input { width: 100%; min-height: 48px; padding: 0 14px; color: #16382f; background: #fff; border: 1px solid rgb(21 63 54 / .18); }
.page-body[data-page="team"] .team-member-filters { display: flex; flex-wrap: wrap; gap: 8px; align-content: center; }
.page-body[data-page="team"] .team-member-filters button { min-height: 40px; padding: 8px 13px; color: #29483f; background: #fff; border: 1px solid rgb(21 63 54 / .15); cursor: pointer; }
.page-body[data-page="team"] .team-member-filters button.is-active { color: #fff; background: #1e5c4d; }
.page-body[data-page="team"] .team-member-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgb(21 63 54 / .15); border: 1px solid rgb(21 63 54 / .15); }
.page-body[data-page="team"] .team-member-card { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; min-width: 0; min-height: 270px; padding: 26px; color: #17372e; background: #fff; text-decoration: none; }
.page-body[data-page="team"] .team-member-card.is-hidden { display: none; }
.page-body[data-page="team"] .team-member-card.has-profile:hover,
.page-body[data-page="team"] .team-member-card.has-profile:focus-visible { position: relative; z-index: 1; background: #f1f6ef; box-shadow: 0 14px 36px rgb(22 57 47 / .12); }
.page-body[data-page="team"] .team-member-card.is-unavailable { background: #f4f3ee; }
.page-body[data-page="team"] .team-member-card__number { padding-top: 8px; color: #7a8e87; font: 700 .72rem/1 "Times New Roman", serif; letter-spacing: .1em; }
.page-body[data-page="team"] .team-member-card__identity h3 { margin: 0; font-size: clamp(1.65rem, 2vw, 2.25rem); line-height: 1.1; }
.page-body[data-page="team"] .team-member-card__identity p { margin: 8px 0 0; color: #62726d; }
.page-body[data-page="team"] .team-member-card dl { grid-column: 2; display: grid; gap: 10px; margin: 4px 0 0; }
.page-body[data-page="team"] .team-member-card dl div { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 8px; padding-top: 10px; border-top: 1px solid rgb(21 63 54 / .1); }
.page-body[data-page="team"] .team-member-card dt { color: #789088; font-size: .75rem; }
.page-body[data-page="team"] .team-member-card dd { margin: 0; line-height: 1.55; }
.page-body[data-page="team"] .team-member-card > em { grid-column: 2; align-self: end; color: #15503e; font-size: .82rem; font-style: normal; font-weight: 700; }
.page-body[data-page="team"] .team-member-card.is-unavailable > em { color: #8a8d88; font-weight: 500; }

.page-body[data-page="team"] .member-profile-layout.has-no-profile { grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); align-items: start; }
.page-body[data-page="team"] .has-no-profile .member-profile-aside { position: static; }
.page-body[data-page="team"] .has-no-profile .member-detail-portrait { max-height: 280px; aspect-ratio: 4 / 3; }
.page-body[data-page="team"] .has-no-profile .member-detail-mark span { font-size: clamp(4rem, 8vw, 7rem); }
.page-body[data-page="team"] .member-profile-empty { display: grid; gap: 18px; max-width: 720px; margin-top: 34px; padding: clamp(28px, 4vw, 54px); background: #eef3ed; border-left: 4px solid #5f8c70; }
.page-body[data-page="team"] .member-profile-empty strong { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.page-body[data-page="team"] .member-profile-empty p { margin: 0; line-height: 1.8; }
.page-body[data-page="team"] .member-profile-empty a { width: fit-content; color: #15503e; font-weight: 700; }
.page-body[data-page="team"] .member-profile-section-body cite { font-family: Georgia, "Times New Roman", serif; font-style: italic; }

@media (max-width: 1080px) {
  .page-body[data-page="team"] .team-directory__areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-body[data-page="team"] .team-directory__areas > span { min-height: 120px; border-bottom: 1px solid rgb(21 63 54 / .12); }
  .page-body[data-page="team"] .team-member-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .page-body[data-page="team"] .team-editorial-shell { width: min(calc(100% - 32px), 720px); gap: 52px; }
  .page-body[data-page="team"] .team-editorial-index { grid-template-columns: repeat(3, 1fr); }
  .page-body[data-page="team"] .team-overview,
  .page-body[data-page="team"] .team-directory__header { grid-template-columns: 1fr; }
  .page-body[data-page="team"] .team-leader-feature { grid-template-columns: 1fr; }
  .page-body[data-page="team"] #leader .team-leader-summary__portrait {
    width: min(100%, 520px);
    min-height: 0;
    aspect-ratio: 591 / 706;
    margin-inline: auto;
    border-right: 0;
    border-bottom: 1px solid rgb(31 72 61 / .1);
  }
  .page-body[data-page="team"] #leader .team-leader-summary__action { width: 100%; min-width: 0; }
  .page-body[data-page="team"] .team-member-toolbar { grid-template-columns: 1fr; }
  .page-body[data-page="team"] .member-profile-layout.has-no-profile { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .page-body[data-page="team"] .team-editorial-shell { width: calc(100% - 24px); }
  .page-body[data-page="team"] .team-editorial-index a { min-height: 60px; padding: 10px 12px; font-size: .9rem; }
  .page-body[data-page="team"] .team-overview { padding: 30px 22px; }
  .page-body[data-page="team"] .team-overview h2 { font-size: clamp(2rem, 9.2vw, 2.35rem); letter-spacing: -.025em; }
  .page-body[data-page="team"] #leader .team-leader-summary__content { padding: 34px 22px 40px; }
  .page-body[data-page="team"] #leader .team-leader-summary__content h2 { font-size: clamp(2.85rem, 15vw, 4.1rem); }
  .page-body[data-page="team"] #leader .team-leader-summary__field { padding: 14px 0; }
  .page-body[data-page="team"] #leader .team-leader-summary__field div { grid-template-columns: 1fr; gap: 7px; }
  .page-body[data-page="team"] #leader .team-leader-summary__action { width: 100%; min-width: 0; }
  .page-body[data-page="team"] .team-directory__areas,
  .page-body[data-page="team"] .team-member-grid { grid-template-columns: 1fr; }
  .page-body[data-page="team"] .team-directory__areas > span { min-height: 100px; border-right: 0; }
  .page-body[data-page="team"] .team-member-card { min-height: 240px; padding: 22px 18px; }
}


/* Resource version: 20260812-visual-system-phase-2
 * Final visual-governance layer. This file intentionally loads last so the
 * shared typography, wrapping, color and alignment rules remain predictable
 * without changing page behavior or the four-season motion system.
 */

:root {
  --font-songti: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, SimSun, serif;
  --font-serif-cn: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, SimSun, serif;
  --font-serif-en: "Times New Roman", Times, serif;
  --font-sans: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, SimSun, serif;
  --ds-green-950: #0b2f29;
  --ds-green-900: #123c35;
  --ds-green-800: #1b5146;
  --ds-gold: #d3b476;
  --ds-gold-soft: #c8ad75;
  --ds-ivory: #f4f0e6;
  --ds-sage: #b9cbc3;
  --ds-ink: #19342d;
  --ds-text: #455852;
  --ds-muted: #6f7f79;
  --ds-line: rgb(21 63 54 / .14);
  --ds-radius: 16px;
  --type-page-title: clamp(2.45rem, 4.6vw, 4.8rem);
  --type-section-title: clamp(2rem, 3.35vw, 3.65rem);
  --type-module-title: clamp(1.28rem, 1.85vw, 1.72rem);
  --type-body: clamp(.98rem, .25vw + .93rem, 1.08rem);
  --type-meta: .78rem;
  --leading-body: 1.82;
  --section-space: clamp(74px, 7.5vw, 118px);
  --content-gap: clamp(28px, 3.2vw, 48px);
  --editorial-radius: 10px;
  --editorial-line: rgb(25 65 56 / .16);
  --focus-ring: #3e7869;
}

/* 2026-07-17: authoritative, locally scoped leader entry component.
   The legacy faculty-profile class remains only as the homepage motion hook. */
body.home-page #faculty .home-leader {
  display: grid;
  grid-template-columns: minmax(300px, 40%) minmax(0, 60%) !important;
  align-items: center;
  gap: clamp(34px, 4.2vw, 66px) !important;
  width: var(--container-width) !important;
  max-width: 1280px !important;
  margin-inline: auto;
  padding: clamp(28px, 3.4vw, 52px) !important;
  overflow: hidden;
  border: 1px solid rgb(119 138 113 / .18) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(118deg, rgb(255 253 247 / .94), rgb(241 246 239 / .9)),
    url("../assets/backgrounds/team-leader-source.webp?v=04051efd3111") center / cover no-repeat,
    #f8f5ec !important;
  box-shadow: 0 24px 58px rgb(39 72 60 / .09) !important;
  backdrop-filter: none;
}

body.home-page #faculty .home-leader__portrait {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 100% !important;
  max-width: 470px;
  max-height: none;
  aspect-ratio: 591 / 706 !important;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(169 136 77 / .42) !important;
  border-radius: 16px !important;
  background: #edf2ed !important;
  box-shadow: 0 16px 34px rgb(33 64 53 / .12) !important;
}

body.home-page #faculty .home-leader__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center top !important;
  filter: brightness(1.03) saturate(.95) contrast(1.02) !important;
  transform: none !important;
}

body.home-page #faculty .home-leader__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(12px, 2vw, 28px) 0;
}

body.home-page #faculty .home-leader__eyebrow {
  color: #9a7841;
  font: 700 .82rem/1.2 "Times New Roman", Times, serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.home-page #faculty .home-leader__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: baseline;
  margin-top: 16px;
}

body.home-page #faculty .home-leader__name {
  margin: 0;
  color: #173f36 !important;
  font-family: var(--font-serif-cn) !important;
  font-size: clamp(3.5rem, 5vw, 4.25rem) !important;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: .025em;
}

body.home-page #faculty .home-leader__title {
  color: #466158;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  font-weight: 600;
  white-space: nowrap;
}

body.home-page #faculty .home-leader__role {
  display: block;
  margin-top: 13px;
  color: #a27d42;
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  font-weight: 650;
  line-height: 1.6;
}

body.home-page #faculty .home-leader__summary {
  max-width: 43em;
  margin: 22px 0 0;
  color: #52645e;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.85;
}

body.home-page #faculty .home-leader__fields {
  width: 100%;
  margin: 26px 0 0;
  padding: 16px 0;
  border-block: 1px solid rgb(28 72 59 / .14);
}

body.home-page #faculty .home-leader__fields > div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

body.home-page #faculty .home-leader__fields dt {
  color: #788981;
  font-size: .78rem;
  letter-spacing: .08em;
}

body.home-page #faculty .home-leader__fields dd {
  margin: 0;
  color: #173f36;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.55;
}

body.home-page #faculty .home-leader__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 26px;
}

body.home-page #faculty .home-leader__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 18px;
  color: #fff;
  background: #155244;
  border: 1px solid #155244;
  border-radius: 9px;
  font-size: clamp(.9rem, 1.05vw, 1rem);
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

body.home-page #faculty .home-leader__button:hover,
body.home-page #faculty .home-leader__button:focus-visible {
  color: #fff;
  background: #0f4438;
  border-color: #0f4438;
  transform: translateY(-1px);
}

body.home-page #faculty .home-leader__button > span:last-child {
  flex: 0 0 auto;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.08em;
}

@media (max-width: 1199px) and (min-width: 769px) {
  body.home-page #faculty .home-leader {
    grid-template-columns: minmax(260px, 42%) minmax(0, 58%) !important;
    gap: clamp(26px, 3.4vw, 42px) !important;
    padding: clamp(26px, 3.2vw, 38px) !important;
  }

  body.home-page #faculty .home-leader__content {
    padding-block: 4px;
  }

  body.home-page #faculty .home-leader__name {
    font-size: clamp(3rem, 5.5vw, 3.65rem) !important;
  }

  body.home-page #faculty .home-leader__summary {
    margin-top: 17px;
    font-size: .98rem;
  }

  body.home-page #faculty .home-leader__fields,
  body.home-page #faculty .home-leader__actions {
    margin-top: 19px;
  }

  body.home-page #faculty .home-leader__button {
    min-height: 48px;
    padding-inline: 12px;
    font-size: .88rem;
  }
}

@media (max-width: 768px) {
  body.home-page #faculty .home-leader {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 24px !important;
    border-radius: 18px !important;
  }

  body.home-page #faculty .home-leader__portrait {
    width: min(100%, 470px) !important;
    height: auto !important;
  }

  body.home-page #faculty .home-leader__content {
    padding: 0;
  }

  body.home-page #faculty .home-leader__name {
    font-size: clamp(2.75rem, 13vw, 3.5rem) !important;
  }

  body.home-page #faculty .home-leader__actions {
    grid-template-columns: 1fr;
  }

  body.home-page #faculty .home-leader__button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body.home-page #faculty .home-leader {
    padding: 18px !important;
  }

  body.home-page #faculty .home-leader__heading {
    gap: 10px 14px;
  }

  body.home-page #faculty .home-leader__fields > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

/* 2026-07-15: research outputs archive.
 * This scoped layer replaces the former image/filter/timeline treatment with
 * a compact, text-led evidence index shared by the homepage and outputs page. */
.home-outputs__heading,
.home-outputs > [data-home-outputs] {
  width: min(84vw, 1200px);
  max-width: 1200px;
  margin-inline: auto;
}

.home-outputs__heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .42fr);
  align-items: end;
  gap: clamp(34px, 5vw, 76px);
  margin-bottom: clamp(32px, 4vw, 52px);
}

.home-outputs__heading h2 {
  margin: 8px 0 0;
  color: inherit;
  font-size: clamp(2.15rem, 3.5vw, 3.75rem);
  line-height: 1.12;
}

.home-outputs__heading > p {
  max-width: 34em;
  margin: 0;
  color: inherit;
  font-size: clamp(.96rem, 1.15vw, 1.08rem);
  line-height: 1.85;
  opacity: .82;
}

.home-outputs__stats,
.outputs-page__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid currentColor;
}

.home-outputs__stats {
  color: inherit;
  border-color: rgb(var(--season-border-rgb, 202 176 113) / .4);
}

.home-outputs__stats > div,
.outputs-page__stats > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 20px clamp(12px, 1.8vw, 24px);
  border-left: 1px solid currentColor;
}

.home-outputs__stats > div:first-child,
.outputs-page__stats > div:first-child {
  border-left: 0;
}

.home-outputs__stats strong,
.outputs-page__stats strong {
  color: inherit;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.9rem);
  font-weight: 700;
  line-height: 1.1;
}

.home-outputs__stats strong:not(:only-child) {
  color: inherit;
}

.home-outputs__stats span,
.outputs-page__stats span {
  margin-top: 10px;
  color: inherit;
  font-size: .88rem;
  letter-spacing: .04em;
  opacity: .72;
}

.home-outputs__selected {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(34px, 4.5vw, 58px);
  border-bottom: 1px solid rgb(var(--season-border-rgb, 202 176 113) / .4);
}

.home-output-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 365px;
  padding: 0 clamp(24px, 3vw, 42px) clamp(30px, 3.4vw, 44px);
  border-left: 1px solid rgb(var(--season-border-rgb, 202 176 113) / .4);
}

.home-output-card:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-output-card:last-child {
  padding-right: 0;
}

.home-output-card__number {
  color: inherit;
  font-family: "Times New Roman", Times, serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .16em;
  opacity: .65;
}

.home-output-card h3 {
  max-width: 13em;
  margin: 24px 0 18px;
  color: inherit;
  font-size: clamp(1.35rem, 1.75vw, 1.8rem);
  line-height: 1.42;
}

.home-output-card > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: inherit;
  font-size: .94rem;
  line-height: 1.78;
  opacity: .78;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-output-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: auto 0 0;
  padding-top: 28px;
}

.home-output-card dl div {
  min-width: 0;
}

.home-output-card dt {
  color: inherit;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.home-output-card dd {
  margin: 5px 0 0;
  color: inherit;
  font-size: .72rem;
  line-height: 1.4;
  opacity: .62;
}

.home-outputs__action {
  display: flex;
  justify-content: flex-end;
  padding-top: 28px;
}

.home-outputs__action a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 48px;
  padding: 0 22px;
  color: inherit;
  border: 1px solid rgb(var(--season-border-rgb, 202 176 113) / .55);
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.home-outputs__action a:hover,
.home-outputs__action a:focus-visible {
  color: #12382f;
  background: #f3d088;
  border-color: #f3d088;
}

.outputs-loading {
  margin: 0;
  padding: 30px 0;
  color: inherit;
}

body[data-page="outputs"] .page-hero {
  min-height: 330px;
  background: #103c32 !important;
}

body[data-page="outputs"] .page-hero::before {
  opacity: 0 !important;
}

body[data-page="outputs"] .page-hero::after {
  background: linear-gradient(110deg, rgba(4, 31, 25, .62), rgba(4, 31, 25, .08)) !important;
}

body[data-page="outputs"] .page-hero > div {
  max-width: 720px;
}

body[data-page="outputs"] .page-hero h1 {
  font-size: clamp(2.9rem, 6vw, 5.6rem);
}

body[data-page="outputs"] .page-content {
  padding-top: clamp(54px, 7vw, 92px);
}

.outputs-page {
  width: min(88vw, 1160px);
  margin-inline: auto;
  color: #17352d;
}

.outputs-page__overview {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, .48fr);
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
  padding-bottom: clamp(36px, 5vw, 60px);
}

.outputs-page__overview h2 {
  max-width: 12em;
  margin: 12px 0 0;
  color: #17352d !important;
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  line-height: 1.2;
}

.outputs-page__overview > p {
  max-width: 34em;
  margin: 0;
  color: #4f625b !important;
  line-height: 1.9;
}

.outputs-page__stats {
  color: #17352d;
  border-color: #bdc9c4;
}

.outputs-page__stats > div {
  border-color: #d4ddd9;
}

.outputs-page__stats strong {
  color: #1e5a49 !important;
}

.outputs-page__stats span {
  color: #52645d !important;
}

.outputs-representative,
.outputs-collection {
  scroll-margin-top: 150px;
}

.outputs-representative {
  padding-top: clamp(70px, 9vw, 120px);
}

.outputs-representative > header {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(300px, .45fr);
  gap: 12px clamp(36px, 6vw, 90px);
  margin-bottom: clamp(30px, 4vw, 50px);
}

.outputs-representative > header .eyebrow {
  grid-column: 1 / -1;
}

.outputs-representative > header h2,
.outputs-collection > header h2 {
  margin: 0;
  color: #17352d !important;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.2;
}

.outputs-representative > header > p:last-child {
  align-self: end;
  margin: 0;
  color: #5b6b65 !important;
  line-height: 1.8;
}

.output-records {
  border-top: 1px solid #b9c7c1;
}

.output-record {
  border-bottom: 1px solid #cbd5d1;
}

.output-record summary {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 20px;
  min-height: 126px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}

.output-record summary::-webkit-details-marker {
  display: none;
}

.output-record summary:focus-visible {
  outline: 2px solid #b68a34;
  outline-offset: 6px;
}

.output-record__number {
  color: #b68a34 !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.output-record__heading {
  display: grid;
  gap: 10px;
}

.output-record__heading strong {
  color: #17352d !important;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.45;
}

.output-record__heading small {
  color: #64736d;
  font-size: .84rem;
  line-height: 1.6;
}

.output-record__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #9db0a8;
  border-radius: 50%;
}

.output-record__toggle::before,
.output-record__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: #245c4c;
  transform: translate(-50%, -50%);
}

.output-record__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.output-record[open] .output-record__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.output-record__body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(36px, 7vw, 100px);
  padding: 28px 54px clamp(42px, 6vw, 70px) 92px;
}

.output-record__body > p {
  margin: 0;
  color: #40544d !important;
  font-size: 1rem;
  line-height: 2;
}

.output-record__body dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 26px;
  margin: 0;
}

.output-record__body dl div {
  padding-top: 12px;
  border-top: 1px solid #c9d4d0;
}

.output-record__body dt {
  color: #1f5c4b !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.output-record__body dd {
  margin: 6px 0 0;
  color: #66756f !important;
  font-size: .78rem;
  line-height: 1.5;
}

.outputs-collection {
  display: grid;
  grid-template-columns: minmax(250px, .38fr) minmax(0, .62fr);
  gap: clamp(34px, 7vw, 105px);
  min-height: 260px;
  padding: clamp(60px, 8vw, 100px) 0;
  border-top: 1px solid #c7d2cd;
}

.outputs-collection:first-of-type {
  margin-top: clamp(70px, 9vw, 120px);
}

.outputs-collection > header {
  position: relative;
}

.outputs-collection > header h2 {
  margin-top: 12px;
}

.outputs-collection > header > span {
  display: block;
  margin-top: 20px;
  color: #7a8983 !important;
  font-size: .82rem;
}

.outputs-empty {
  align-self: center;
  margin: 0;
  padding: 30px 0;
  color: #566861 !important;
  font-size: 1rem;
  border-block: 1px solid #d2dcd8;
}

.outputs-collection__records {
  display: grid;
  gap: 1px;
  background: #d5dedb;
}

.outputs-collection__records article {
  padding: 24px;
  background: #fff;
}

@media (max-width: 900px) {
  .home-outputs__heading,
  .outputs-page__overview,
  .outputs-representative > header,
  .outputs-collection,
  .output-record__body {
    grid-template-columns: 1fr;
  }

  .home-outputs__heading,
  .home-outputs > [data-home-outputs] {
    width: min(90vw, 760px);
  }

  .home-outputs__stats,
  .outputs-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-outputs__stats > div,
  .outputs-page__stats > div {
    min-height: 92px;
    border-bottom: 1px solid currentColor;
  }

  .home-outputs__stats > div:nth-child(odd),
  .outputs-page__stats > div:nth-child(odd) {
    border-left: 0;
  }

  .home-outputs__stats > div:last-child,
  .outputs-page__stats > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
    border-left: 0;
  }

  .home-outputs__selected {
    grid-template-columns: 1fr;
  }

  .home-output-card,
  .home-output-card:first-child,
  .home-output-card:last-child {
    min-height: 0;
    padding: 30px 0;
    border-top: 1px solid rgb(var(--season-border-rgb, 202 176 113) / .4);
    border-left: 0;
  }

  .home-output-card:first-child {
    border-top: 0;
  }

  .home-output-card dl {
    margin-top: 28px;
  }

  .outputs-page {
    width: min(90vw, 760px);
  }

  .output-record__body {
    padding: 26px 0 42px 92px;
  }
}

@media (max-width: 620px) {
  body[data-page="outputs"] .page-hero {
    min-height: 450px;
  }

  .home-outputs__heading {
    grid-template-columns: 1fr;
  }

  .home-outputs__heading > p {
    max-width: none;
  }

  .home-outputs__stats strong,
  .outputs-page__stats strong {
    font-size: 1.03rem;
  }

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

  .home-outputs__action {
    justify-content: stretch;
  }

  .home-outputs__action a {
    justify-content: space-between;
    width: 100%;
  }

  .output-record summary {
    grid-template-columns: 46px minmax(0, 1fr) 30px;
    gap: 12px;
    min-height: 112px;
  }

  .output-record__heading small {
    display: none;
  }

  .output-record__body {
    padding-left: 58px;
  }

  .output-record__body dl {
    grid-template-columns: 1fr 1fr;
  }
}

/* Outputs page: curated summaries with a compact source-record archive. */
.outputs-page .outputs-page__overview h2 {
  max-width: none;
  font-size: clamp(2.15rem, 3.7vw, 3.85rem);
}

.outputs-page .outputs-page__stats > div {
  justify-content: center;
  align-items: center;
  min-height: 150px;
  text-align: center;
}

.outputs-page .outputs-page__stats span {
  order: 1;
  margin: 0;
  color: #17352d !important;
  font-size: clamp(.9rem, 1.12vw, 1.05rem);
  letter-spacing: .08em;
  opacity: 1;
}

.outputs-page .outputs-page__stats strong {
  order: 2;
  margin-top: 22px;
  font-size: clamp(2.45rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: .95;
}

.outputs-page .outputs-page__stats strong small {
  margin-left: .18em;
  font-size: .38em;
  font-weight: 400;
}

.outputs-page__stats-note {
  margin: 14px 0 0;
  color: #718079 !important;
  font-size: .78rem;
  line-height: 1.7;
  text-align: right;
}

.outputs-page .outputs-collection {
  align-items: start;
  grid-template-columns: minmax(210px, .27fr) minmax(0, .73fr);
}

.outputs-collection__content {
  min-width: 0;
}

.outputs-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #bdcac5;
  border-left: 1px solid #bdcac5;
}

.output-feature-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 330px;
  padding: clamp(24px, 3vw, 34px);
  background: rgb(255 255 255 / .5);
  border-right: 1px solid #bdcac5;
  border-bottom: 1px solid #bdcac5;
}

.output-feature-card__number {
  color: #ae8230 !important;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.output-feature-card h3,
.output-compact-item h3 {
  color: #17352d !important;
  font-weight: 600;
}

.output-feature-card h3 {
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.45vw, 1.34rem);
  line-height: 1.55;
}

.output-feature-card__summary {
  margin: 18px 0 0;
  color: #4f625b !important;
  font-size: .88rem;
  line-height: 1.85;
}

.output-feature-card__foot {
  margin-top: auto;
  padding-top: 28px;
}

.output-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin: 0;
  color: #708079 !important;
  font-size: .75rem;
  line-height: 1.65;
}

.output-item-meta span {
  position: relative;
}

.output-item-meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: .62em;
  right: -8px;
  width: 2px;
  height: 2px;
  background: #adbbb5;
  border-radius: 50%;
}

.output-item-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: #1e5a49 !important;
  font-size: .76rem;
  text-decoration: none;
  border-bottom: 1px solid #9fb3ab;
}

.output-item-link:hover {
  color: #a47624 !important;
  border-color: #a47624;
}

.outputs-archive {
  margin-top: 22px;
  border-block: 1px solid #c5d1cc;
}

.outputs-archive > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  color: #264a3e !important;
  cursor: pointer;
  list-style: none;
}

.outputs-archive > summary::-webkit-details-marker {
  display: none;
}

.outputs-archive > summary:focus-visible {
  outline: 2px solid #b68a34;
  outline-offset: 5px;
}

.outputs-archive__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid #9db0a8;
  border-radius: 50%;
}

.outputs-archive__toggle::before,
.outputs-archive__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #245c4c;
  transform: translate(-50%, -50%);
}

.outputs-archive__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.outputs-archive[open] .outputs-archive__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.outputs-compact-list {
  border-top: 1px solid #cbd5d1;
}

.outputs-archive .outputs-compact-list {
  border-top: 0;
}

.output-compact-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #d2dcd8;
}

.output-compact-item:last-child {
  border-bottom: 0;
}

.output-compact-item h3 {
  margin: 0 0 10px;
  font-size: .96rem;
  line-height: 1.65;
}

.output-compact-item .output-item-link {
  margin-top: 0;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .outputs-page .outputs-collection {
    grid-template-columns: 1fr;
  }

  .outputs-page .outputs-collection > header {
    margin-bottom: 28px;
  }
}

@media (max-width: 620px) {
  .outputs-page .outputs-page__stats > div {
    min-height: 112px;
    padding: 18px 10px;
  }

  .outputs-page .outputs-page__stats strong {
    margin-top: 15px;
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .outputs-page__stats-note {
    text-align: left;
  }

  .outputs-featured-grid {
    grid-template-columns: 1fr;
  }

  .output-feature-card {
    min-height: 0;
  }

  .output-feature-card__foot {
    margin-top: 30px;
    padding-top: 0;
  }

  .output-compact-item {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
  }
}

/* Outputs category panels: one non-sticky navigator, one visible category. */
body[data-page="outputs"] .page-subnav {
  display: none !important;
}

body[data-page="outputs"] .page-content {
  padding-top: clamp(42px, 5vw, 72px) !important;
}

.outputs-page {
  width: min(90vw, 1320px);
}

.outputs-category-nav {
  position: static;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid #bcc9c4;
  border-left: 1px solid #d1dad6;
}

.outputs-category-nav__item {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  min-height: 112px;
  padding: 24px 14px;
  color: #17352d !important;
  text-align: center;
  text-decoration: none;
  background: rgb(255 255 255 / .26);
  border-right: 1px solid #d1dad6;
  transition: background-color .2s ease, color .2s ease;
}

.outputs-category-nav__item::after {
  content: "";
  position: absolute;
  right: 28%;
  bottom: -1px;
  left: 28%;
  height: 2px;
  background: transparent;
  transition: background-color .2s ease, inset .2s ease;
}

.outputs-category-nav__item strong {
  color: inherit !important;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.outputs-category-nav__item span {
  color: #718079 !important;
  font-size: .78rem;
  line-height: 1.4;
  white-space: nowrap;
}

.outputs-category-nav__item:hover,
.outputs-category-nav__item.is-active {
  background: #edf2ee;
}

.outputs-category-nav__item.is-active::after {
  right: 18%;
  left: 18%;
  background: #b68a34;
}

.outputs-category-nav__item.is-active strong {
  color: #0f4d3e !important;
}

.outputs-category-nav__item:focus-visible {
  z-index: 1;
  outline: 2px solid #b68a34;
  outline-offset: -4px;
}

.outputs-panels {
  min-height: 520px;
}

.outputs-panel {
  padding: clamp(64px, 8vw, 104px) 0 clamp(76px, 9vw, 120px);
  scroll-margin-top: 96px;
}

.outputs-panel[hidden] {
  display: none !important;
}

.outputs-panel__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px clamp(40px, 7vw, 110px);
  margin-bottom: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(28px, 4vw, 42px);
  border-bottom: 1px solid #bdcac5;
}

.outputs-panel__header .eyebrow {
  margin-bottom: 12px;
}

.outputs-panel__header h2 {
  margin: 0;
  color: #17352d !important;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1.18;
}

.outputs-panel__header p:last-child {
  max-width: 54em;
  margin: 18px 0 0;
  color: #586b64 !important;
  line-height: 1.8;
}

.outputs-panel__header > span {
  padding-bottom: 6px;
  color: #75847e !important;
  font-size: .82rem;
  letter-spacing: .05em;
  white-space: nowrap;
}

.outputs-panel__content {
  min-width: 0;
}

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

.outputs-panel .output-feature-card {
  min-height: 350px;
  padding: clamp(28px, 3.2vw, 44px);
}

.outputs-panel .output-feature-card h3 {
  font-size: clamp(1.12rem, 1.55vw, 1.48rem);
  line-height: 1.52;
}

.outputs-panel .outputs-archive {
  margin-top: 30px;
}

.outputs-compact-list--books {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.outputs-compact-list--books .output-compact-item {
  min-height: 238px;
  padding: 26px;
  border: 1px solid #bdcac5;
}

.outputs-compact-list--books .output-compact-item--book.has-cover {
  display: grid;
  grid-template-columns: minmax(148px, 180px) minmax(0, 1fr);
  padding: 0;
}

.output-book-cover {
  margin: 0;
  overflow: hidden;
  min-height: 238px;
  background: #f7f8f6;
  border-right: 1px solid #d2dcd8;
}

.output-book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

.output-book-content {
  align-self: center;
  padding: 22px 24px;
}

.output-book-content h3 {
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  line-height: 1.45;
}

.outputs-compact-list--books .output-compact-item--book:not(.has-cover) .output-book-content {
  padding: 0;
}

@media (max-width: 900px) {
  .outputs-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outputs-category-nav__item {
    min-height: 92px;
    border-bottom: 1px solid #d1dad6;
  }

  .outputs-category-nav__item:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .outputs-panel__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .outputs-panel__header > span {
    padding-bottom: 0;
  }

  .outputs-compact-list--books {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .outputs-compact-list--books .output-compact-item--book.has-cover {
    grid-template-columns: minmax(112px, 150px) minmax(0, 1fr);
    min-height: 0;
  }

  .outputs-compact-list--books .output-book-cover {
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 0;
  }

  .outputs-compact-list--books .output-book-content {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .outputs-compact-list--books .output-compact-item--book.has-cover {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .outputs-compact-list--books .output-book-cover {
    min-height: 150px;
  }

  .outputs-compact-list--books .output-book-content {
    padding: 16px;
  }

  .output-book-cover img {
    padding: 8px;
  }
}

@media (max-width: 720px) {
  .outputs-page {
    width: min(90vw, 620px);
  }

  .outputs-category-nav__item {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-height: 88px;
    padding: 17px 8px;
  }

  .outputs-category-nav__item strong {
    font-size: clamp(1rem, 4.4vw, 1.12rem);
  }

  .outputs-panel .outputs-featured-grid {
    grid-template-columns: 1fr;
  }

  .outputs-panel .output-feature-card {
    min-height: 0;
  }
}

body[data-page="outputs"] #awards .output-awards-list {
  border-top: 1px solid #bdcac5;
}

body[data-page="outputs"] #awards .output-award-item {
  display: grid;
  grid-template-columns: 84px 150px minmax(0, 1fr) minmax(190px, 270px);
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: 26px 0;
  border-bottom: 1px solid #d5ded9;
  transition: background-color .18s ease;
}

body[data-page="outputs"] #awards .output-award-item:hover {
  background: rgb(237 242 238 / .48);
}

body[data-page="outputs"] #awards .output-award-year {
  color: #17352d;
  font-size: 1.04rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.55;
}

body[data-page="outputs"] #awards .output-award-level-wrap,
body[data-page="outputs"] #awards .output-award-main,
body[data-page="outputs"] #awards .output-award-people {
  min-width: 0;
}

body[data-page="outputs"] #awards .output-award-level {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 30px;
  padding: 4px 10px;
  color: #31564b;
  font-size: .75rem;
  line-height: 1.35;
  border: 1px solid #aebfb8;
  border-radius: 999px;
}

body[data-page="outputs"] #awards .output-award-level.is-national {
  color: #0f4d3e;
  border-color: #779d8f;
}

body[data-page="outputs"] #awards .output-award-level.is-provincial {
  color: #66552f;
  border-color: #b8a77f;
}

body[data-page="outputs"] #awards .output-award-title {
  margin: 0;
  overflow-wrap: anywhere;
  color: #17352d;
  font-size: clamp(1.02rem, 1.3vw, 1.22rem);
  font-weight: 600;
  line-height: 1.58;
}

body[data-page="outputs"] #awards .output-award-title span {
  color: #596c65;
  font-weight: 400;
}

body[data-page="outputs"] #awards .output-award-related {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: #687a73;
  font-size: .86rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="outputs"] #awards .output-award-recipients__names,
body[data-page="outputs"] #awards .output-award-recipients__empty,
body[data-page="outputs"] #awards .output-award-ranking {
  margin: 0;
  overflow-wrap: anywhere;
  color: #52665f;
  font-size: .86rem;
  line-height: 1.72;
}

body[data-page="outputs"] #awards .output-award-recipients button {
  min-height: 44px;
  margin: 5px 0 -6px;
  padding: 4px 0;
  color: #0f4d3e;
  font-size: .78rem;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9eb1a9;
  cursor: pointer;
}

body[data-page="outputs"] #awards .output-award-recipients button:focus-visible {
  outline: 2px solid #b68a34;
  outline-offset: 3px;
}

body[data-page="outputs"] #awards .output-award-ranking {
  margin-top: 7px;
  color: #718079;
}

@media (max-width: 900px) {
  body[data-page="outputs"] #awards .output-award-item {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "year level"
      "main main"
      "people people";
    gap: 10px 14px;
    padding: 24px 0;
  }

  body[data-page="outputs"] #awards .output-award-year {
    grid-area: year;
  }

  body[data-page="outputs"] #awards .output-award-level-wrap {
    grid-area: level;
  }

  body[data-page="outputs"] #awards .output-award-main {
    grid-area: main;
  }

  body[data-page="outputs"] #awards .output-award-people {
    grid-area: people;
  }
}

@media (max-width: 480px) {
  body[data-page="outputs"] #awards .outputs-panel__header {
    margin-bottom: 30px;
  }

  body[data-page="outputs"] #awards .output-award-item {
    gap: 9px 12px;
    padding: 22px 0;
  }

  body[data-page="outputs"] #awards .output-award-level {
    white-space: normal;
  }
}

/* Final cascade guard: no component-specific font declaration may reintroduce
   a mixed family after the site-wide Song type decision above. */
html body:not(#__songti_override__),
html body *:not(#__songti_override__),
html body *:not(#__songti_override__)::before,
html body *:not(#__songti_override__)::after {
  font-family: var(--font-songti) !important;
}

/* Latin letters and Arabic numerals resolve through Times New Roman first;
   Chinese glyphs fall through to the Song family. SVG icons remain vector
   geometry and are unaffected. */
html,
body,
body *,
body *::before,
body *::after,
button,
input,
select,
textarea {
  font-family: var(--font-songti) !important;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.card-title {
  font-family: var(--font-serif-cn);
  font-style: normal;
  font-weight: 600;
  text-wrap: pretty;
}

.eyebrow,
.season-index,
.season-panel__label,
.faculty-copy > span,
.team-story > span,
.news-meta,
.news-feed-meta,
.news-feed-foot,
time {
  font-family: var(--font-serif-en);
  font-style: normal;
}

/* Chinese copy should wrap by phrases and punctuation, never by forced glyph. */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
strong,
em,
dt,
dd,
li,
label,
.card-title,
.section-title {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: strict;
}

/* Shared action alignment. Restrict this to actual text actions so icon-only
   carousel and menu controls retain their established geometry. */
.home-primary-button,
.home-text-link,
.inline-link,
.team-leader-feature__action,
.leader-primary-button,
.member-profile-return,
.detail-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 8px !important;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.home-primary-button > span,
.home-text-link > span,
.inline-link > span,
.team-leader-feature__action > span,
.leader-primary-button > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 1em;
  line-height: 1;
}

/* Homepage leader: preserve the existing two-column composition at 38/62. */
body.home-page .faculty-profile {
  grid-template-columns: minmax(270px, .47fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 3.2vw, 52px) !important;
  padding: clamp(28px, 3vw, 46px) !important;
}

body.home-page .faculty-profile figure {
  align-self: center;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 5;
  min-height: 0 !important;
}

body.home-page .faculty-profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

body.home-page .faculty-copy {
  min-width: 0;
  padding: clamp(36px, 4.5vw, 68px) clamp(26px, 3.8vw, 58px) !important;
}

body.home-page .faculty-copy > span,
body.home-page .faculty-copy dt {
  color: var(--ds-gold-soft) !important;
}

body.home-page .faculty-copy h3 {
  max-width: none;
  color: #f2d394 !important;
  font-family: var(--font-serif-cn) !important;
  font-size: clamp(3rem, 4.5vw, 4.25rem) !important;
  line-height: 1.08;
}

body.home-page main .faculty-section .faculty-copy h3 {
  color: #f2d394 !important;
}

body.home-page .faculty-copy p {
  max-width: 38em;
  color: rgb(244 240 230 / .9) !important;
  font-size: clamp(.98rem, 1.1vw, 1.08rem);
  line-height: 1.85;
}

body.home-page .faculty-copy dd {
  color: var(--ds-ivory) !important;
}

body.home-page .faculty-copy dl {
  grid-template-columns: minmax(0, 1fr) !important;
  width: min(100%, 540px);
  margin: 28px auto 0 !important;
  justify-content: stretch;
}

body.home-page .faculty-direction > div {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 96px;
  padding: 14px 20px !important;
  text-align: center;
}

body.home-page .faculty-direction dt,
body.home-page .faculty-direction dd {
  width: 100%;
  text-align: center;
}

body.home-page .faculty-direction dd {
  margin-top: 8px;
  white-space: nowrap;
  font-size: clamp(.94rem, 1.2vw, 1.06rem) !important;
  letter-spacing: -.015em;
}

/* These high-specificity guards override the legacy homepage layer that used
   equal-width metadata cards. The research field receives the space required
   to remain on one line while the role card stays compact. */
html body.home-page .faculty-profile:not(#__leader_profile__) {
  width: min(var(--container-width), 1680px) !important;
  grid-template-columns: minmax(270px, .47fr) minmax(0, 1fr) !important;
  margin-inline: auto !important;
}

html body.home-page .faculty-copy dl:not(#__leader_meta__) {
  grid-template-columns: minmax(0, 540px) !important;
}

html body.home-page .faculty-copy dl > div:first-child dd:not(#__leader_direction__) {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

body.home-page .faculty-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  width: min(100%, 540px);
  margin: 26px auto 0 !important;
  gap: 14px;
}

body.home-page .faculty-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid #d0b476;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

body.home-page .faculty-action--primary,
body.home-page .faculty-action--secondary {
  color: #fff;
  background: #d0b476;
  border-color: #d0b476;
}

body.home-page .faculty-action:hover {
  transform: translateY(-1px);
}

body.home-page .faculty-action--primary:hover,
body.home-page .faculty-action--secondary:hover {
  color: #fff;
  background: #ddc384;
  border-color: #ddc384;
}

body.home-page .faculty-action__label,
body.home-page .faculty-action__icon {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #fff !important;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
}

body.home-page .faculty-action__icon {
  flex: 0 0 1em;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.08em;
}

body.home-page .news-category-bar div a,
body.home-page .news-category-bar > a {
  color: #5b402f !important;
  font-size: 15px;
  font-weight: 700;
}

body.home-page .news-category-bar div a:hover,
body.home-page .news-category-bar div a:focus-visible,
body.home-page .news-category-bar > a:hover,
body.home-page .news-category-bar > a:focus-visible {
  color: #2f2119 !important;
}

body.home-page .news-lead,
body.home-page .news-lead-overlay {
  min-height: clamp(400px, 42vw, 520px) !important;
}

body.home-page .news-lead-overlay {
  max-width: 920px;
  padding: clamp(28px, 4vw, 52px);
}

body.home-page .news-lead h3 {
  max-width: 850px;
  margin: 16px 0 14px;
  font-size: clamp(32px, 4.1vw, 54px);
  line-height: 1.16;
}

body.home-page .news-lead p { font-size: 15px; }
body.home-page .news-lead em { margin-top: 20px; }

body.home-page .hero-subtitle,
body.home-page .hero-copy {
  max-width: min(100%, 700px);
  white-space: normal;
}

/* Secondary pages: one consistent academic reading hierarchy. */
.page-body {
  color: var(--ds-text);
  font-family: var(--font-sans);
}

.page-body .page-hero h1,
.page-body .page-content h1,
.page-body .page-content h2,
.page-body .page-content h3,
.page-body .page-content h4 {
  font-family: var(--font-serif-cn) !important;
}

.page-body .page-hero h1 {
  color: var(--ds-ivory) !important;
  letter-spacing: .015em !important;
  line-height: 1.12 !important;
}

.page-body .page-hero .eyebrow {
  color: #dfc38d !important;
}

.page-body .page-hero p:not(.eyebrow) {
  color: rgb(244 240 230 / .86) !important;
}

.page-body .page-content h2,
.page-body .page-content h3,
.page-body .page-content h4 {
  color: var(--ds-ink) !important;
}

.page-body .page-content p,
.page-body .page-content li,
.page-body .page-content dd {
  color: var(--ds-text);
}

.page-body .eyebrow,
.page-body time,
.page-body [class*="__number"] {
  font-family: var(--font-serif-en);
}

.page-body .member-card,
.page-body .research-detail-card,
.page-body .feature-detail-card,
.page-body .join-detail-card,
.page-body .output-card,
.page-body .news-feed-card {
  min-width: 0;
}

.page-body .research-detail-list,
.page-body .feature-detail-grid,
.page-body .join-detail-grid,
.page-body .output-grid,
.page-body .news-feed {
  gap: clamp(20px, 2.5vw, 34px);
}

/* Research cards use dark mineral-green image/copy panels. Restore the same
   gold / ivory / sage contrast hierarchy used by the team leadership panel. */
.page-body[data-page="research"] .research-detail-card figure,
.page-body[data-page="research"] .research-detail-card > div {
  background-color: var(--ds-green-950) !important;
}

.page-body[data-page="research"] .research-detail-card > div > span,
.page-body[data-page="research"] .research-detail-card li::before {
  color: var(--ds-gold) !important;
}

.page-body[data-page="research"] .research-detail-card h2 {
  color: #f2d394 !important;
}

.page-body[data-page="research"] .research-detail-card p,
.page-body[data-page="research"] .research-detail-card li,
.page-body[data-page="research"] .research-detail-card dd {
  color: var(--ds-ivory) !important;
}

.page-body[data-page="research"] .research-detail-card .member-tags a {
  color: var(--ds-sage) !important;
  border-color: rgb(185 203 195 / .26);
}

.page-body[data-page="research"] .research-detail-card .inline-link {
  color: #e0c486 !important;
}

.page-body .research-detail-card h2,
.page-body .feature-detail-card h2,
.page-body .join-detail-card h2,
.page-body .output-card h2,
.page-body .output-card h3,
.page-body .news-feed-card h2,
.page-body .member-card h3,
.page-body .team-member-card h3 {
  text-wrap: pretty;
}

.page-body .page-subnav a,
.page-body .list-toolbar button,
.page-body .news-directory button,
.page-body .member-filters button,
.page-body .team-member-filters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  line-height: 1.35;
}

/* Legacy member details retain the deep-green contrast system. The leader
   summary is a separate light academic-record component in seasons.css. */
.page-body[data-page="team"] .member-profile-aside {
  background: var(--ds-green-900);
}

.page-body[data-page="team"] .team-editorial-shell,
.page-body[data-page="team"] .team-editorial-shell > *,
.page-body[data-page="team"] .team-overview > * {
  min-width: 0;
}

.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate h2 {
  color: #f2d394 !important;
}

.page-body[data-page="team"] .member-profile-aside .member-detail-nameplate p,
.page-body[data-page="team"] .member-profile-aside dt {
  color: var(--ds-sage) !important;
}

.page-body[data-page="team"] .member-profile-aside dd {
  color: var(--ds-ivory) !important;
}

@media (max-width: 1024px) {
  body.home-page .faculty-profile {
    grid-template-columns: minmax(250px, .52fr) minmax(0, 1fr) !important;
  }

  html body.home-page .faculty-profile:not(#__leader_profile__) {
    grid-template-columns: minmax(250px, .52fr) minmax(0, 1fr) !important;
  }

  html body.home-page .faculty-copy dl:not(#__leader_meta__) {
    grid-template-columns: 1fr !important;
  }

  .page-body[data-page="team"] .team-overview {
    padding: clamp(28px, 8vw, 46px);
  }
}

@media (max-width: 820px) {
  body.home-page .faculty-profile,
  .page-body[data-page="team"] .team-leader-feature {
    grid-template-columns: 1fr !important;
  }

  body.home-page .faculty-profile figure {
    width: min(100%, 440px);
    justify-self: center;
  }

  body.home-page .faculty-actions {
    align-items: center;
    grid-template-columns: 1fr;
  }

  body.home-page .faculty-copy dl {
    grid-template-columns: 1fr !important;
  }

  html body.home-page .faculty-profile:not(#__leader_profile__),
  html body.home-page .faculty-copy dl:not(#__leader_meta__) {
    grid-template-columns: 1fr !important;
  }

  body.home-page .faculty-copy dl > div:first-child dd {
    white-space: normal;
  }

}

@media (max-width: 520px) {
  body.home-page .faculty-action,
  .home-primary-button,
  .team-leader-feature__action,
  .leader-primary-button,
  .member-profile-return {
    width: 100%;
  }

  .home-text-link,
  .inline-link {
    white-space: normal;
  }
}

/* 2026-07-15: compact desktop homepage.
 * Seasonal photographs remain full-bleed; only their vertical footprint is
 * reduced. Content chapters use a narrower shared grid and aligned controls. */
@media (min-width: 901px) {
  body.home-page {
    --container-max: 1200px;
    --container-width: min(84vw, var(--container-max));
    --contained-side: max(48px, calc((100vw - var(--container-width)) / 2));
    --section-padding-y: clamp(54px, 5.2vw, 82px);
    --content-gap: clamp(30px, 3.6vw, 52px);
  }

  body.home-page .season-visual {
    width: 100vw !important;
    max-width: none !important;
    height: clamp(500px, 60svh, 650px) !important;
    min-height: 0 !important;
    margin-inline: calc(50% - 50vw) !important;
  }

  body.home-page .season-panel {
    width: min(440px, 35vw);
  }

  body.home-page .season-panel__label {
    font-size: clamp(2.5rem, 5.25vw, 6.25rem);
  }

  body.home-page .season-panel__title {
    margin-top: clamp(18px, 2.4vw, 34px);
    font-size: clamp(1.85rem, 2.7vw, 3.45rem);
  }

  body.home-page .season-panel__quote {
    margin-top: clamp(20px, 2.8vw, 38px);
    font-size: clamp(.98rem, 1.12vw, 1.18rem);
    line-height: 1.72;
  }

  body.home-page .season-panel--spring {
    top: 12%;
  }

  body.home-page .season-panel--summer {
    top: 30%;
  }

  body.home-page .season-panel--autumn {
    bottom: 9%;
  }

  body.home-page .season-panel--winter {
    top: 10%;
  }

  body.home-page .section {
    padding-block: var(--section-padding-y) !important;
  }

  body.home-page .section-heading {
    grid-template-columns: minmax(0, .72fr) minmax(320px, .4fr);
    align-items: end;
    gap: var(--content-gap);
    margin-bottom: clamp(32px, 3.7vw, 50px) !important;
  }

  body.home-page .section-heading h2 {
    max-width: 17em;
    font-size: clamp(2.15rem, 3vw, 3.15rem);
    line-height: 1.16;
  }

  body.home-page.has-season-scroll .section-heading > p {
    max-width: 460px;
    font-size: 16px;
    line-height: 1.75;
  }

  body.home-page .team-layout {
    grid-template-columns: minmax(0, 1.42fr) minmax(270px, .58fr) !important;
    gap: clamp(28px, 3.4vw, 46px) !important;
    padding: clamp(20px, 2.5vw, 32px) !important;
  }

  body.home-page .team-photo {
    aspect-ratio: 16 / 9 !important;
  }

  body.home-page .team-summary {
    gap: 16px;
    padding: clamp(22px, 2.8vw, 38px) !important;
  }

  body.home-page .team-story h3 {
    margin: 14px 0 18px !important;
    font-size: clamp(1.8rem, 2.45vw, 2.6rem) !important;
    line-height: 1.18;
  }

  body.home-page .team-story p {
    font-size: 15px;
    line-height: 1.75;
  }

  html body.home-page .faculty-profile:not(#__leader_profile__) {
    grid-template-columns: minmax(220px, .29fr) minmax(0, .71fr) !important;
    gap: clamp(24px, 2.8vw, 40px) !important;
    width: var(--container-width) !important;
    max-width: var(--container-max) !important;
    padding: clamp(20px, 2.3vw, 30px) !important;
  }

  body.home-page .faculty-profile figure {
    max-width: 350px;
  }

  body.home-page .faculty-copy {
    align-self: center;
    padding: clamp(22px, 2.6vw, 32px) clamp(22px, 3vw, 38px) !important;
  }

  body.home-page .faculty-copy > span {
    margin-bottom: 0;
  }

  body.home-page .faculty-copy h3 {
    margin: 14px 0 16px !important;
    font-size: clamp(2.55rem, 3.65vw, 3.55rem) !important;
  }

  body.home-page .faculty-copy p {
    max-width: 36em;
    font-size: clamp(.94rem, 1vw, 1.02rem);
    line-height: 1.75;
  }

  html body.home-page .faculty-copy dl:not(#__leader_meta__),
  body.home-page .faculty-actions {
    width: min(100%, 500px);
  }

  body.home-page .faculty-copy dl {
    margin-top: 16px !important;
  }

  body.home-page .faculty-direction > div {
    min-height: 80px;
    padding: 12px 18px !important;
  }

  body.home-page .faculty-direction dd {
    margin-top: 6px;
    font-size: clamp(.9rem, 1vw, 1rem) !important;
  }

  body.home-page .faculty-actions {
    align-items: stretch;
    margin-top: 14px !important;
    gap: 12px;
  }

  body.home-page .faculty-action {
    min-height: 46px;
    padding-inline: 18px;
    font-size: .94rem;
  }

  body.home-page .news-category-bar {
    min-height: 54px;
    margin-bottom: 22px;
  }

  body.home-page .news-category-bar div a,
  body.home-page .news-category-bar > a {
    color: #5b402f !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  body.home-page .news-editorial {
    gap: 20px !important;
  }

  body.home-page .news-lead,
  body.home-page .news-lead-overlay {
    min-height: clamp(350px, 34vw, 440px) !important;
  }

  body.home-page .news-lead-overlay {
    max-width: 800px !important;
    padding: clamp(26px, 3.2vw, 40px);
  }

  body.home-page .news-lead h3,
  body.home-page .news-lead-overlay h3 {
    max-width: 760px;
    margin: 14px 0 12px;
    font-size: clamp(1.9rem, 3.15vw, 2.85rem) !important;
    line-height: 1.18 !important;
  }

  body.home-page .news-briefs {
    gap: 1px !important;
  }

  body.home-page .archive-layout {
    grid-template-columns: 112px minmax(250px, .72fr) minmax(300px, 1fr);
  }

  body.home-page .archive-years button {
    min-height: 66px;
    padding: 14px 16px;
  }

  body.home-page .archive-feature {
    grid-template-rows: minmax(220px, 280px) auto;
  }

  body.home-page .archive-feature img {
    padding: 26px;
  }

  body.home-page .archive-feature > div,
  body.home-page .archive-list article,
  body.home-page .archive-timeline {
    padding: clamp(18px, 2.2vw, 26px);
  }

  body.home-page .archive-list article {
    min-height: 205px;
  }

  body.home-page .archive-feature h3 {
    font-size: clamp(1.45rem, 2vw, 2rem);
  }

  body.home-page .archive-timeline-head {
    min-height: 160px;
  }

  body.home-page .join-card {
    gap: 30px;
    padding: clamp(26px, 3vw, 40px);
  }

  body.home-page .join-card h2 {
    font-size: clamp(2.25rem, 3.5vw, 3.4rem);
  }

  body.home-page .contact-section {
    grid-template-columns: minmax(0, .56fr) minmax(320px, .44fr);
    gap: var(--content-gap);
    min-height: 560px;
    padding: var(--section-padding-y) var(--contained-side);
  }

  body.home-page .contact-visual {
    inset: 34px var(--contained-side);
  }

  body.home-page .contact-copy {
    padding-block: 24px;
  }

  body.home-page .contact-copy h2 {
    max-width: 540px;
    font-size: clamp(2.35rem, 3.7vw, 3.65rem);
  }

  body.home-page .contact-facts {
    gap: 14px;
    margin-top: 38px;
  }

  body.home-page .contact-form {
    gap: 11px;
    padding: clamp(22px, 2.5vw, 30px);
  }

  body.home-page .season-epilogue {
    grid-template-columns: minmax(160px, .62fr) minmax(0, 1.38fr);
    gap: clamp(42px, 6vw, 92px);
    min-height: min(62svh, 640px);
    padding: clamp(66px, 7.5vw, 108px) max(32px, calc((100vw - var(--container-max)) / 2));
  }

  body.home-page .season-epilogue__copy h2 {
    font-size: clamp(2.65rem, 4.7vw, 5.2rem);
  }

  body.home-page .season-epilogue__copy > div {
    margin-top: clamp(22px, 3vw, 38px);
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  }
}

/* Unified Join & Collaborate module and page — 20260717-join-collaborate-unified-1 */
.site-footer .footer-navigation {
  display: grid;
  grid-template-columns: auto minmax(520px, 1fr);
  gap: 28px 48px;
  align-items: start;
}

.site-footer .footer-primary-links,
.site-footer .footer-join-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.site-footer .footer-join-group {
  display: grid;
  gap: 10px;
}

.site-footer .footer-join-group > strong {
  color: #eef3ef;
  font-family: var(--font-serif-cn, "Noto Serif SC", "Songti SC", SimSun, serif);
  font-size: 15px;
  letter-spacing: .08em;
}

.site-footer .footer-navigation a {
  color: #b9c9c2;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer .footer-navigation a:hover,
.site-footer .footer-navigation a:focus-visible {
  color: #fff;
}

body.home-page .join-collaborate-section {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 5vw, 72px) var(--contained-side) !important;
  color: #17342e;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .82), transparent 35%),
    radial-gradient(circle at 88% 76%, rgba(188, 204, 210, .27), transparent 38%),
    linear-gradient(135deg, #f1f3f2 0%, #eef2f3 54%, #e4eaeb 100%) !important;
}

body.home-page .join-collaborate-section::before,
body.home-page .join-collaborate-section::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

body.home-page .join-collaborate-section::before {
  inset: 0;
  opacity: .34;
  background:
    linear-gradient(116deg, transparent 0 63%, rgba(116, 140, 149, .08) 63.2% 63.35%, transparent 63.55%),
    repeating-linear-gradient(128deg, transparent 0 88px, rgba(121, 145, 153, .035) 89px, transparent 90px);
}

body.home-page .join-collaborate-section::after {
  right: -6vw;
  bottom: -18%;
  width: min(54vw, 900px);
  height: 72%;
  opacity: .18;
  background: radial-gradient(ellipse at bottom, rgba(97, 121, 130, .32), transparent 68%);
  filter: blur(20px);
}

body.home-page .join-collaborate-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr);
  gap: clamp(26px, 3vw, 48px);
  align-items: center;
  width: var(--container-width);
  margin-inline: auto;
  padding: clamp(22px, 2.5vw, 36px);
  border: 1px solid #d2dcdd;
  background: rgba(249, 249, 245, .72);
  box-shadow: 0 24px 70px rgba(44, 68, 69, .07);
}

body.home-page .join-collaborate-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.home-page .join-collaborate-label {
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  color: #60777b;
  font-family: var(--font-sans, "Source Han Sans SC", "Microsoft YaHei", sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.home-page .join-collaborate-directory {
  border-bottom: 1px solid rgba(73, 101, 103, .25);
}

body.home-page .join-collaborate-directory > a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 7px 3px;
  border-top: 1px solid rgba(73, 101, 103, .25);
  color: #17342e;
  transition: color 180ms ease, padding-left 180ms ease;
}

body.home-page .join-collaborate-directory > a:hover,
body.home-page .join-collaborate-directory > a:focus-visible {
  padding-left: 7px;
  color: #28594d;
}

body.home-page .join-collaborate-number {
  align-self: start;
  padding-top: 4px;
  color: #7c8f91;
  font-family: var(--font-serif-en, Georgia, serif);
  font-size: 12px;
  letter-spacing: .12em;
}

body.home-page .join-collaborate-entry {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.home-page .join-collaborate-entry strong {
  color: inherit;
  font-family: var(--font-serif-cn, "Noto Serif SC", "Songti SC", SimSun, serif);
  font-size: clamp(1.08rem, 1.2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.35;
}

body.home-page .join-collaborate-entry small {
  color: #687976;
  font-size: 12.5px;
  line-height: 1.5;
}

body.home-page .join-collaborate-cta,
.page-body[data-page="join"] .page-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  margin-top: 30px;
  padding: 0 26px;
  border: 1px solid #183f35;
  color: #fff;
  background: #183f35;
  font-weight: 700;
  letter-spacing: .04em;
  transition: background-color 180ms ease, border-color 180ms ease;
}

body.home-page .join-collaborate-cta:hover,
body.home-page .join-collaborate-cta:focus-visible,
.page-body[data-page="join"] .page-hero-cta:hover,
.page-body[data-page="join"] .page-hero-cta:focus-visible {
  border-color: #28594d;
  background: #28594d;
}

body.home-page .join-collaborate-cta {
  min-height: 44px;
  margin-top: 18px;
  padding-inline: 22px;
  gap: 14px;
  align-self: flex-start;
  font-size: 14px;
}

.join-page-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(24, 63, 53, .22);
  color: #315c52;
}

.join-page-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-page .team-video-player {
  position: relative;
  min-width: 0;
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  border: 1px solid rgba(48, 75, 74, .2);
  border-radius: clamp(14px, 1.5vw, 20px);
  background: #17211f;
  box-shadow: 0 28px 58px rgba(37, 58, 58, .18), 0 4px 14px rgba(37, 58, 58, .1);
  isolation: isolate;
}

body.home-page .team-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

body.home-page .team-video-player--static img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home-page .team-video-player button,
body.home-page .team-video-player select,
body.home-page .team-video-player input {
  font: inherit;
}

body.home-page .team-video-center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(54px, 5vw, 70px);
  height: clamp(54px, 5vw, 70px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 40, 36, .58);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.home-page .team-video-center-play:hover,
body.home-page .team-video-center-play:focus-visible {
  background: rgba(23, 63, 53, .82);
  transform: translate(-50%, -50%) scale(1.04);
}

body.home-page .team-video-center-play svg {
  width: 25px;
  height: 25px;
  margin-left: 3px;
  fill: currentColor;
  stroke: currentColor;
}

body.home-page .team-video-player.is-playing .team-video-center-play {
  opacity: 0;
  pointer-events: none;
}

body.home-page .team-video-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 48px clamp(14px, 1.7vw, 24px) clamp(12px, 1.35vw, 19px);
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(6, 13, 12, .84));
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.home-page .team-video-player:hover .team-video-controls,
body.home-page .team-video-player:focus-within .team-video-controls,
body.home-page .team-video-player.is-controls-visible .team-video-controls {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

body.home-page .team-video-progress {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  accent-color: #f4f1e7;
  cursor: pointer;
}

body.home-page .team-video-control-row {
  display: flex;
  align-items: center;
  gap: clamp(6px, .8vw, 12px);
  min-width: 0;
}

body.home-page .team-video-control-row button {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: background-color 160ms ease;
}

body.home-page .team-video-control-row button:hover,
body.home-page .team-video-control-row button:focus-visible {
  background: rgba(255, 255, 255, .16);
}

body.home-page .team-video-control-row svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

body.home-page .team-video-control-row .team-video-icon-play {
  fill: currentColor;
}

body.home-page .team-video-icon-pause,
body.home-page .team-video-icon-muted,
body.home-page .team-video-player.is-playing .team-video-icon-play,
body.home-page .team-video-player.is-muted .team-video-icon-volume {
  display: none;
}

body.home-page .team-video-player.is-playing .team-video-icon-pause,
body.home-page .team-video-player.is-muted .team-video-icon-muted {
  display: block;
}

body.home-page .team-video-time {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
  color: rgba(255, 255, 255, .9);
  font-family: var(--font-serif-en, Georgia, serif);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

body.home-page .team-video-spacer {
  flex: 1 1 auto;
}

body.home-page .team-video-speed select {
  min-width: 54px;
  height: 32px;
  padding: 0 5px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  color: #fff;
  background: rgba(7, 16, 14, .56);
  font-size: 12px;
  cursor: pointer;
}

body.home-page .team-video-speed option {
  color: #fff;
  background: #17211f;
}

body.home-page .team-video-player [data-video-pip][hidden] {
  display: none;
}

.page-body[data-page="join"] .page-hero {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: center;
  height: auto !important;
  min-height: 380px !important;
  padding-block: clamp(58px, 7vw, 86px) !important;
  background: #193a33 !important;
}

.page-body[data-page="join"] .page-hero::before {
  opacity: .48 !important;
  filter: saturate(.58) contrast(.96) brightness(.86) !important;
  background-position: center 54% !important;
}

.page-body[data-page="join"] .page-hero::after {
  background: linear-gradient(90deg, rgba(10, 37, 31, .92) 0%, rgba(10, 37, 31, .78) 48%, rgba(25, 53, 48, .42) 100%) !important;
}

.page-body[data-page="join"] .page-hero > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 1120px);
}

.page-body[data-page="join"] .page-hero h1 {
  order: 1;
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 4.8rem) !important;
  white-space: nowrap;
}

.page-body[data-page="join"] .page-hero .eyebrow {
  order: 2;
  margin: 14px 0 0;
  color: #d8c79e !important;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: none;
}

.page-body[data-page="join"] .page-hero p:not(.eyebrow) {
  order: 3;
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

.page-body[data-page="join"] .page-hero-cta {
  order: 4;
  margin-top: 24px;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(16, 57, 47, .88);
}

.page-body[data-page="join"] .page-search {
  display: none !important;
}

.page-body[data-page="join"] .page-subnav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(88vw, 1480px);
  border-color: #d6dfdc !important;
  background: rgba(251, 250, 246, .97) !important;
  box-shadow: 0 8px 22px rgba(18, 53, 43, .055) !important;
}

.page-body[data-page="join"] .page-subnav a {
  display: grid;
  grid-template-areas: "join-nav-icon join-nav-title" "join-nav-icon join-nav-note";
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  min-height: 64px !important;
  padding: 12px 18px !important;
}

.page-body[data-page="join"] .page-subnav a::before {
  grid-area: join-nav-icon;
  align-self: center;
  width: 16px;
  height: 16px;
  border: 1px solid #58766e;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #fbfaf6;
  background: #8aa49d;
  content: "";
}

.page-body[data-page="join"] .page-subnav strong {
  grid-area: join-nav-title;
  white-space: nowrap;
}

.page-body[data-page="join"] .page-subnav span {
  grid-area: join-nav-note;
  white-space: nowrap;
}

.page-body[data-page="join"] .page-subnav a:hover,
.page-body[data-page="join"] .page-subnav a.is-active {
  background: #eef3f0 !important;
  box-shadow: inset 0 -2px 0 #315e50;
}

.page-body[data-page="join"] .page-content {
  width: 100%;
  padding: clamp(46px, 6vw, 82px) var(--content-padding, max(20px, 6vw)) clamp(72px, 8vw, 112px) !important;
  background: #f3f5f2 !important;
}

.join-page-layout {
  display: grid;
  gap: clamp(58px, 7vw, 96px);
  width: min(88vw, 1420px);
  max-width: 100%;
  margin-inline: auto;
}

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

.join-page-panel {
  scroll-margin-top: calc(var(--header-height, 78px) + 82px);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 500px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid #d6dfdc;
  border-radius: 2px;
  background: rgba(255, 255, 252, .88);
}

.join-page-panel--admissions {
  min-height: 610px;
}

.join-page-panel header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #dce4e1;
}

.join-page-panel header > div {
  min-width: 0;
}

.join-page-panel header p {
  margin: 0 0 7px;
  color: #6d817b !important;
  font-family: var(--font-serif-en, Georgia, serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.page-body[data-page="join"] .join-page-panel h2 {
  margin: 0;
  color: #17342e !important;
  font-size: clamp(1.8rem, 2.4vw, 2.55rem);
  font-weight: 600;
  line-height: 1.2;
}

.page-body[data-page="join"] .join-page-panel h3 {
  margin: 25px 0 9px;
  color: #254b41 !important;
  font-size: 17px;
  font-weight: 700;
}

.join-page-intro {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.85;
}

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

.admissions-groups section {
  padding-top: 18px;
  border-top: 1px solid #dce4e1;
}

.admissions-groups h3 {
  margin-top: 0 !important;
}

.admissions-groups p {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
}

.join-page-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.join-page-panel li {
  position: relative;
  padding-left: 16px;
  line-height: 1.65;
}

.join-page-panel li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6d8c83;
  content: "";
}

.join-page-note {
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 2px solid #aabdb7;
  background: #f1f4f2;
  font-size: 14px;
  line-height: 1.75;
}

.join-inquiry-link {
  align-self: flex-start;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
  color: #1d5547;
  font-weight: 700;
}

.join-inquiry-link:hover,
.join-inquiry-link:focus-visible {
  color: #0e352b;
}

.join-contact {
  scroll-margin-top: calc(var(--header-height, 78px) + 82px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, .74fr);
  gap: clamp(38px, 6vw, 88px);
  padding: clamp(38px, 5vw, 72px);
  border: 1px solid #cfdad7;
  background:
    radial-gradient(circle at 7% 10%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(135deg, #e8eeec, #f4f6f4 64%);
}

.join-contact-copy {
  align-self: center;
}

.join-contact-eyebrow {
  margin: 0 0 12px;
  color: #627b74 !important;
  font-family: var(--font-serif-en, Georgia, serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-body[data-page="join"] .join-contact-copy h2,
.page-body[data-page="join"] .join-contact-form h2 {
  margin: 0;
  color: #17342e !important;
  font-size: clamp(2.15rem, 3.5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.2;
}

.join-contact-copy dl {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
}

.join-contact-copy dl > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid #cfdad7;
}

.join-contact-copy dt {
  color: #60766f !important;
  font-size: 13px;
  font-weight: 700;
}

.join-contact-copy dd {
  margin: 0;
  color: #29463e !important;
  font-size: 16px;
  line-height: 1.75;
}

.join-contact-copy dd > span {
  display: block;
}

.join-contact-copy dd a {
  color: #1d5547;
  font-weight: 700;
}

.page-body[data-page="join"] .join-contact-form {
  align-self: stretch;
  gap: 13px;
  margin: 0;
  padding: clamp(28px, 3.5vw, 44px);
  border: 1px solid #d2dcda;
  color: #17342e;
  background: rgba(255, 255, 252, .9);
  box-shadow: none;
}

.page-body[data-page="join"] .join-contact-form > p:not(.form-status) {
  margin: 8px 0 7px;
  color: #667572 !important;
  font-size: 15px;
  line-height: 1.75;
}

.page-body[data-page="join"] .join-contact-form label {
  color: #405952;
  font-size: 13px;
}

.page-body[data-page="join"] .join-contact-form input,
.page-body[data-page="join"] .join-contact-form select,
.page-body[data-page="join"] .join-contact-form textarea {
  width: 100%;
  border-color: #cdd8d5;
  color: #17342e;
  background: rgba(255, 255, 255, .72);
}

.page-body[data-page="join"] .join-contact-form button {
  justify-self: start;
  min-height: 48px;
  padding-inline: 24px;
  background: #183f35;
}

@media (max-width: 1260px) {
  body.home-page .join-collaborate-shell {
    grid-template-columns: minmax(240px, .5fr) minmax(0, 1fr);
    gap: 28px;
  }

  .admissions-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .site-footer .footer-navigation {
    grid-template-columns: 1fr;
  }

  .join-page-grid,
  .join-contact {
    grid-template-columns: 1fr;
  }

  .join-page-panel,
  .join-page-panel--admissions {
    min-height: 0;
  }

  .join-inquiry-link {
    margin-top: 28px;
  }
}

@media (max-width: 820px) {
  body.home-page .join-collaborate-section {
    padding: 56px 20px !important;
  }

  body.home-page .join-collaborate-shell {
    width: 100%;
    grid-template-columns: minmax(220px, .52fr) minmax(0, 1fr);
    gap: 20px;
    padding: 22px 18px;
  }

  body.home-page .join-collaborate-directory > a {
    min-height: 54px;
    padding-block: 6px;
  }

  .page-body[data-page="join"] .page-hero {
    min-height: 420px !important;
    padding: 58px 20px 46px !important;
  }

  .page-body[data-page="join"] .page-hero h1 {
    font-size: clamp(2.45rem, 10vw, 3.45rem) !important;
    white-space: normal;
  }

  .page-body[data-page="join"] .page-hero p:not(.eyebrow) {
    display: block !important;
    font-size: 15px !important;
  }

  .page-body[data-page="join"] .page-subnav {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(176px, 1fr) !important;
    width: 100%;
    overflow-x: auto;
  }

  .page-body[data-page="join"] .page-content {
    padding: 40px 20px 72px !important;
  }

  .join-page-layout {
    width: 100%;
  }

  .join-contact {
    padding: 30px 24px;
  }
}

@media (max-width: 720px) {
  body.home-page .join-collaborate-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.home-page .team-video-player {
    width: 100%;
    aspect-ratio: 2 / 1;
  }
}

@media (max-width: 560px) {
  .site-footer .footer-primary-links,
  .site-footer .footer-join-group > div {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home-page .join-collaborate-shell {
    padding: 24px 18px;
  }

  body.home-page .team-video-controls {
    padding-inline: 10px;
    padding-bottom: 9px;
  }

  body.home-page .team-video-time {
    display: none;
  }

  body.home-page .team-video-control-row {
    gap: 3px;
  }

  body.home-page .team-video-control-row button {
    width: 32px;
    height: 32px;
  }

  .join-page-panel,
  .join-contact,
  .page-body[data-page="join"] .join-contact-form {
    padding: 26px 20px;
  }

  .join-page-panel ul {
    grid-template-columns: 1fr;
  }

  .join-contact-copy dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .page-body[data-page="join"] .join-contact-form button {
    justify-self: stretch;
  }
}

/* Phase 2: shared editorial typography and interaction baseline. These rules
   are intentionally selector-bounded so the existing seasonal compositions
   and page-specific layouts continue to own their structure. */
html body {
  font-family: var(--font-serif-cn);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body strong {
  font-family: var(--font-serif-cn);
  text-wrap: pretty;
}

html body p,
html body li,
html body dd,
html body figcaption {
  text-wrap: pretty;
}

html body .eyebrow,
html body time,
html body [class*="__meta"],
html body [class*="__index"],
html body [class*="__number"] {
  font-family: var(--font-serif-en);
  font-variant-numeric: lining-nums tabular-nums;
}

.section {
  padding-block: var(--section-space) !important;
}

.section-heading {
  margin-bottom: var(--content-gap) !important;
}

.section-heading h2,
.page-body .page-panel h2,
.page-body .listing-section > header h2 {
  font-size: var(--type-section-title);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: .015em;
}

.section-heading > p,
.page-body .page-content p,
.page-body .page-content li,
.page-body .page-content dd {
  line-height: var(--leading-body);
}

.page-body .page-hero h1 {
  font-size: var(--type-page-title) !important;
  font-weight: 600;
  line-height: 1.12 !important;
  letter-spacing: .035em !important;
}

.page-body .page-hero .eyebrow {
  font-size: var(--type-meta);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .16em;
}

.page-body .page-hero p:not(.eyebrow) {
  font-size: clamp(.94rem, .35vw + .86rem, 1.08rem) !important;
  line-height: 1.72 !important;
}

.primary-action,
.secondary-action,
.page-hero-cta,
.inline-link,
[class*="__action"],
[class*="__contact"] {
  align-items: center;
}

.primary-action,
.secondary-action,
.page-hero-cta {
  min-height: 46px;
  border-radius: 7px;
  line-height: 1.25;
}

.inline-link,
[class*="__action"] {
  text-underline-offset: .24em;
}

.primary-action > :last-child,
.secondary-action > :last-child,
.page-hero-cta > :last-child,
.inline-link > :last-child,
[class*="__action"] > :last-child {
  flex: 0 0 auto;
  line-height: 1;
  transform: translateY(-.02em);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
}

.page-hero :where(a, button):focus-visible,
.site-header:not(.is-scrolled) :where(a, button):focus-visible {
  outline-color: #d8c08d;
}

figure img {
  background: #e9eeea;
}

figcaption {
  color: #67766f;
  font-size: .82rem;
  line-height: 1.65;
}

/* Outputs retain the current categories and records, but read as an academic
   archive through rules, type and measured whitespace. */
.outputs-category-nav__item {
  min-height: 92px;
  background: transparent;
}

.outputs-category-nav__item:hover,
.outputs-category-nav__item.is-active {
  background: rgb(36 75 69 / .045);
}

.outputs-panel {
  padding-block: clamp(54px, 6.5vw, 88px);
}

.outputs-panel__header h2 {
  font-family: var(--font-serif-cn);
  font-size: var(--type-section-title);
  font-weight: 600;
  line-height: 1.2;
}

.outputs-panel .output-feature-card {
  min-height: 310px;
  border-radius: 4px;
  box-shadow: none;
}

.outputs-panel .output-feature-card h3,
.output-compact-item h3,
.output-award-main h3 {
  font-family: var(--font-serif-cn);
  font-weight: 600;
  line-height: 1.55;
}

.output-compact-item {
  border-radius: 0;
  box-shadow: none;
}

/* Join remains a five-destination page navigation. Quiet ruled panels keep it
   distinct from filters, tags and primary calls to action. */
.page-body[data-page="join"] .page-subnav {
  box-shadow: 0 6px 18px rgb(18 53 43 / .04) !important;
}

.page-body[data-page="join"] .page-subnav a {
  border-radius: 0;
}

.page-body[data-page="join"] .page-subnav a:hover,
.page-body[data-page="join"] .page-subnav a.is-active {
  background: rgb(36 75 69 / .045) !important;
}

.join-page-panel {
  min-height: 460px;
  box-shadow: none;
}

.join-page-panel h2,
.join-contact h2 {
  font-family: var(--font-serif-cn);
}

.join-inquiry-link {
  text-decoration: underline;
  text-decoration-color: rgb(29 85 71 / .35);
  text-underline-offset: .28em;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .section {
    padding-block: clamp(68px, 8vw, 88px) !important;
  }

  .page-body .page-hero h1 {
    font-size: clamp(2.9rem, 6vw, 4rem) !important;
  }

  .join-page-grid {
    gap: 16px;
  }

  .join-page-panel {
    min-height: 0;
    padding: 30px 26px;
  }

  .outputs-category-nav__item {
    min-height: 84px;
  }
}


/* Resource version: 20260806-mobile-ia-round-2
 * Homepage RESEARCH ATLAS module only.
 * Feedback revision: 20260716-research-atlas-feedback-1.
 * Research matrix refinement: 20260716-research-matrix-refine-1.
 * Research map legibility adjustment: 20260716-research-map-legibility-1.
 * Direction 04 vertical-axis adjustment: 20260716-research-route04-axis-1.
 */

body.home-page .research-atlas-section {
  --atlas-paper: #f2f5ee;
  --atlas-paper-warm: #f7f5ed;
  --atlas-mist: #dcebea;
  --atlas-water: #87babb;
  --atlas-land: #b7ccbb;
  --atlas-forest: #739b84;
  --atlas-deep-green: #1f5c5b;
  --atlas-heading: #174e4d;
  --atlas-body: #405d57;
  --atlas-muted: #667c76;
  --atlas-gold: #c69332;
  --atlas-world-map: url("../assets/maps/world-map-background.svg?v=5ada8932ccd4");
  --atlas-china-map: url("../assets/maps/china-third-party-map.svg?v=cce2b85a3aae");
  --direction-01: #2a7f7b;
  --direction-02: #7563b5;
  --direction-03: #a95e39;
  --direction-04: #b88a2a;
  --direction-05: #5d7a52;
  background: linear-gradient(180deg, rgb(235 244 242 / .96), rgb(242 246 239 / .96)) !important;
}

@media (min-width: 981px) {
  body.home-page .research-atlas-section {
    padding-block: clamp(28px, 3.2vw, 48px) !important;
  }
}

body.home-page .research-atlas {
  position: relative;
  width: min(100%, 1480px);
  margin-inline: auto;
  color: var(--atlas-body);
}

body.home-page .research-atlas__heading {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(360px, 1fr);
  align-items: end;
  gap: clamp(36px, 5vw, 88px);
  padding-bottom: clamp(18px, 1.7vw, 24px);
}

body.home-page .research-atlas__heading .eyebrow {
  margin: 0 0 12px;
  color: var(--atlas-forest) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
}

body.home-page .research-atlas__heading h2 {
  margin: 0;
  color: var(--atlas-heading) !important;
  font-size: clamp(2.65rem, 4.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: .02em;
}

body.home-page .research-atlas__heading > p {
  max-width: 47em;
  margin: 0;
  color: var(--atlas-body) !important;
  font-size: clamp(.94rem, 1.25vw, 1.06rem);
  line-height: 1.9;
}

body.home-page .research-atlas__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 26%);
  height: clamp(540px, 58vh, 590px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(8 63 56 / .16);
  border-radius: 12px;
  background: var(--atlas-paper);
  box-shadow: 0 18px 52px rgb(22 69 61 / .075);
}

body.home-page .research-atlas__map {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 53.3% 56.15%, rgb(111 176 161 / .15), rgb(231 242 236 / .05) 35%, transparent 62%),
    linear-gradient(135deg, #eaf3ef 0%, #e1efeb 48%, #eef4ef 100%);
}

body.home-page .research-atlas__map::after {
  position: absolute;
  inset: 0;
  z-index: 8;
  background: url("../assets/research-atlas/paper-grain.svg?v=7e261421afe2") center / 360px 360px repeat;
  content: "";
  opacity: .24;
  pointer-events: none;
  mix-blend-mode: multiply;
}

body.home-page .research-atlas__map-layers,
body.home-page .research-atlas__world,
body.home-page .research-atlas__china,
body.home-page .research-atlas__relief,
body.home-page .research-atlas__contour-layer,
body.home-page .research-atlas__river-layer,
body.home-page .research-atlas__source-region {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home-page .research-atlas__map-layers {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgb(135 186 187 / .1), transparent 24%),
    radial-gradient(circle at 72% 68%, rgb(115 155 132 / .12), transparent 28%);
}

body.home-page .research-atlas__world,
body.home-page .research-atlas__china {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

body.home-page .research-atlas__world[data-map-status="ready"],
body.home-page .research-atlas__world[data-map-status="third-party-source"] {
  background-image: var(--atlas-world-map, none);
}

body.home-page .research-atlas__china[data-map-status="ready"],
body.home-page .research-atlas__china[data-map-status="third-party-source"] {
  inset: 5% 4% 6%;
  background-image: var(--atlas-china-map, none);
}

body.home-page .research-atlas__relief {
  inset: -5%;
  background: url("../assets/research-atlas/terrain-relief.svg?v=55d6c5701a68") center / cover no-repeat;
  opacity: 0;
  filter: saturate(.82) contrast(.96);
  mix-blend-mode: multiply;
}

body.home-page .research-atlas__contour-layer,
body.home-page .research-atlas__river-layer {
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

body.home-page .research-atlas__contour-layer {
  background-image: url("../assets/research-atlas/contour-lines.svg?v=201cf81bb1e1");
  mix-blend-mode: multiply;
}

body.home-page .research-atlas__river-layer {
  background-image: url("../assets/research-atlas/river-system.svg?v=f31e440ec32c");
}

body.home-page .research-atlas__source-region {
  inset: 26% 30% 20% 30%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 52%, rgb(115 155 132 / .22), transparent 31%),
    radial-gradient(circle at 48% 50%, rgb(135 186 187 / .18), transparent 61%);
  opacity: 0;
  filter: blur(9px);
}

body.home-page .research-atlas__terrain {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  color: var(--atlas-muted);
  pointer-events: none;
}

body.home-page .research-atlas__contours,
body.home-page .research-atlas__strata,
body.home-page .research-atlas__waterways,
body.home-page .research-atlas__crosslinks,
body.home-page .research-atlas__routes {
  fill: none;
  vector-effect: non-scaling-stroke;
}

body.home-page .research-atlas__contours path {
  stroke: rgb(64 93 87 / .2);
  stroke-width: .78;
}

body.home-page .research-atlas__contours--northwest path:nth-child(even),
body.home-page .research-atlas__contours--south path:nth-child(odd) {
  stroke: rgb(115 155 132 / .22);
}

body.home-page .research-atlas__strata path {
  stroke: rgb(139 119 92 / .17);
  stroke-width: .82;
}

body.home-page .research-atlas__waterways path {
  stroke: url("#atlas-water-gradient");
  stroke-width: 1.18;
}

body.home-page .research-atlas__origin-wash {
  fill: url("#research-atlas-origin-halo");
  stroke: none;
}

body.home-page .research-atlas__crosslinks path {
  stroke: rgb(64 93 87 / .18);
  stroke-width: .78;
  stroke-dasharray: 4 7;
  transition: opacity .28s ease, stroke .28s ease;
  vector-effect: non-scaling-stroke;
}

body.home-page .research-atlas__crosslinks path:not(.is-related) {
  opacity: .26;
}

body.home-page .research-atlas__crosslinks path.is-related {
  stroke: rgb(31 92 91 / .34);
  opacity: .48;
}

body.home-page .research-atlas__route-base,
body.home-page .research-atlas__route-active,
body.home-page .research-atlas__route-flow {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

body.home-page .research-atlas__route-base {
  stroke-width: 2.15;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: .78;
}

body.home-page .research-atlas__route-base[data-atlas-route-base="0"] { stroke: var(--direction-01); }
body.home-page .research-atlas__route-base[data-atlas-route-base="1"] { stroke: var(--direction-02); }
body.home-page .research-atlas__route-base[data-atlas-route-base="2"] { stroke: var(--direction-03); }
body.home-page .research-atlas__route-base[data-atlas-route-base="3"] { stroke: var(--direction-04); }
body.home-page .research-atlas__route-base[data-atlas-route-base="4"] { stroke: var(--direction-05); }

body.home-page .research-atlas__route-active {
  stroke-width: 3.05;
  opacity: 0;
  transition: opacity .24s ease, stroke-width .24s ease;
}

body.home-page .research-atlas__route-active[data-atlas-route="0"] { stroke: var(--direction-01); }
body.home-page .research-atlas__route-active[data-atlas-route="1"] { stroke: var(--direction-02); }
body.home-page .research-atlas__route-active[data-atlas-route="2"] { stroke: var(--direction-03); }
body.home-page .research-atlas__route-active[data-atlas-route="3"] { stroke: var(--direction-04); }
body.home-page .research-atlas__route-active[data-atlas-route="4"] { stroke: var(--direction-05); }

body.home-page .research-atlas__route-active.is-active {
  opacity: 1;
}

body.home-page .research-atlas__route-active.is-preview:not(.is-active) {
  stroke-width: 2.7;
  opacity: .9;
}

body.home-page .research-atlas__route-flow {
  stroke-width: 3.2;
  stroke-dasharray: .025 .975;
  stroke-dashoffset: 1;
  opacity: 0;
  will-change: opacity, stroke-dashoffset;
}

body.home-page .research-atlas__route-flow[data-atlas-flow="0"] { stroke: var(--direction-01); }
body.home-page .research-atlas__route-flow[data-atlas-flow="1"] { stroke: var(--direction-02); }
body.home-page .research-atlas__route-flow[data-atlas-flow="2"] { stroke: var(--direction-03); }
body.home-page .research-atlas__route-flow[data-atlas-flow="3"] { stroke: var(--direction-04); }
body.home-page .research-atlas__route-flow[data-atlas-flow="4"] { stroke: var(--direction-05); }

body.home-page .research-atlas__center {
  position: absolute;
  top: 56.15%;
  left: 53.3%;
  z-index: 6;
  width: 0;
  height: 0;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.94);
}

body.home-page .research-atlas__center-location {
  position: absolute;
  bottom: 31px;
  left: -42px;
  width: max-content;
  color: var(--atlas-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-shadow: 0 0 3px rgb(247 245 237 / .98), 0 0 7px rgb(247 245 237 / .9);
}

body.home-page .research-atlas__center-rings {
  position: absolute;
  top: -21px;
  left: -21px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(20 125 121 / .52);
  border-radius: 50%;
  background: rgb(232 243 236 / .9);
  box-shadow: 0 0 0 7px rgb(220 235 234 / .66), 0 0 0 8px rgb(198 147 50 / .54);
}

body.home-page .research-atlas__center-rings::before,
body.home-page .research-atlas__center-rings::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

body.home-page .research-atlas__center-rings::before {
  inset: 7px;
  border: 1px solid rgb(198 147 50 / .68);
}

body.home-page .research-atlas__center-rings::after {
  inset: -13px;
  border: 1px solid rgb(20 125 121 / .18);
}

body.home-page .research-atlas__center-rings i {
  width: 11px;
  height: 11px;
  border: 2px solid var(--atlas-paper-warm);
  border-radius: 50%;
  background: var(--atlas-deep-green);
  box-shadow: 0 0 0 1px var(--atlas-deep-green);
}

body.home-page .research-atlas__center-copy {
  position: absolute;
  top: -28px;
  left: 39px;
  display: grid;
  width: 142px;
  gap: 5px;
  padding: 8px 16px 9px 10px;
  background: radial-gradient(ellipse at 28% 50%, rgb(247 245 237 / .94), rgb(247 245 237 / .58) 56%, transparent 78%);
  text-shadow: 0 0 3px rgb(247 245 237 / .98), 0 0 7px rgb(247 245 237 / .92);
}

body.home-page .research-atlas__center-copy strong {
  color: var(--atlas-deep-green);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.25;
  white-space: nowrap;
}

body.home-page .research-atlas__center-copy small {
  color: var(--atlas-body);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
}

body.home-page .research-atlas__nodes {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

body.home-page .research-atlas-node-wrap {
  position: absolute;
  width: max-content;
  max-width: min(27%, 270px);
  opacity: 0;
  pointer-events: auto;
}

body.home-page .research-atlas-node-wrap--1 { top: 19.2%; left: 21%; transform: translateY(-50%); --direction-color: var(--direction-01); --direction-title: #1f6865; }
body.home-page .research-atlas-node-wrap--2 { top: 22.3%; left: 80%; transform: translate(-100%, -50%); --direction-color: var(--direction-02); --direction-title: #5e4c99; }
body.home-page .research-atlas-node-wrap--3 { top: 61.54%; left: 11.5%; transform: translateY(-50%); --direction-color: var(--direction-03); --direction-title: #884a2e; }
body.home-page .research-atlas-node-wrap--4 { top: 86.9%; left: 51%; transform: translate(-100%, -50%); --direction-color: var(--direction-04); --direction-title: #8e691b; }
body.home-page .research-atlas-node-wrap--5 { top: 61.54%; left: 88.5%; transform: translate(-100%, -50%); --direction-color: var(--direction-05); --direction-title: #435f3b; }

body.home-page .research-atlas-node-wrap--2 {
  max-width: min(32%, 280px);
}

body.home-page .research-atlas-node {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 11px;
  padding: 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--atlas-deep-green);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transform: translateY(7px);
  transition: opacity .28s ease, transform .28s ease;
}

body.home-page .research-atlas-node-wrap--2 .research-atlas-node,
body.home-page .research-atlas-node-wrap--5 .research-atlas-node {
  flex-direction: row-reverse;
  text-align: right;
}

body.home-page .research-atlas-node-wrap--4 .research-atlas-node {
  flex-direction: row-reverse;
  text-align: right;
}

body.home-page .research-atlas-node__dot {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border: 2px solid var(--atlas-paper-warm);
  border-radius: 50%;
  background: var(--direction-color);
  box-shadow: 0 0 0 1px var(--direction-color), 0 0 0 5px rgb(247 245 237 / .58);
  transition: box-shadow .28s ease, transform .28s ease;
}

body.home-page .research-atlas-node__copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  row-gap: 0;
  max-width: 245px;
  padding: 7px 8px;
  transition: transform .28s ease;
}

body.home-page .research-atlas-node-wrap--3 .research-atlas-node__copy,
body.home-page .research-atlas-node-wrap--5 .research-atlas-node__copy {
  max-width: 190px;
}

body.home-page .research-atlas-node-wrap--2 .research-atlas-node__copy {
  max-width: 252px;
}

body.home-page .research-atlas-node-wrap--4 .research-atlas-node__copy {
  max-width: 210px;
}

body.home-page .research-atlas-node__copy::before {
  position: absolute;
  inset: -9px -14px;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgb(247 245 237 / .88), rgb(247 245 237 / .42) 54%, transparent 78%);
  content: "";
  opacity: .52;
  transition: opacity .28s ease;
}

body.home-page .research-atlas-node__copy > span {
  grid-row: 1;
  color: var(--direction-color);
  font-family: "Times New Roman", Times, serif;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .28s ease;
}

body.home-page .research-atlas-node__copy strong {
  color: var(--direction-title, var(--atlas-deep-green));
  font-size: clamp(.91rem, 1.25vw, 1.05rem);
  line-height: 1.45;
  text-shadow: 0 0 2px rgb(248 248 240 / .98), 0 0 5px rgb(248 248 240 / .8);
}

@media (min-width: 768px) {
  body.home-page .research-atlas-node-wrap--2 .research-atlas-node__copy > span,
  body.home-page .research-atlas-node-wrap--5 .research-atlas-node__copy > span {
    font-size: .98rem;
  }

  body.home-page .research-atlas-node-wrap--2 .research-atlas-node__copy strong,
  body.home-page .research-atlas-node-wrap--5 .research-atlas-node__copy strong {
    font-size: clamp(1rem, 1.36vw, 1.15rem);
    line-height: 1.4;
  }

  body.home-page .research-atlas-node-wrap--5 .research-atlas-node__copy strong {
    width: 6.8em;
    text-wrap: balance;
  }
}

body.home-page .research-atlas-node__texture {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 178px;
  height: 104px;
  opacity: .055;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity .28s ease, transform .35s ease;
}

body.home-page .research-atlas-node-wrap--1 .research-atlas-node__texture {
  background: url("../assets/research-atlas/travertine-pattern.svg?v=0c802ce0efaf") center / contain no-repeat;
}

body.home-page .research-atlas-node-wrap--2 .research-atlas-node__texture {
  background: url("../assets/research-atlas/isotope-pattern.svg?v=cc8a514a20dc") center / contain no-repeat;
}

body.home-page .research-atlas-node-wrap--3 .research-atlas-node__texture {
  background: url("../assets/research-atlas/strata-pattern.svg?v=6d8e9c8b9130") center / contain no-repeat;
}

body.home-page .research-atlas-node-wrap--4 .research-atlas-node__texture {
  background: url("../assets/research-atlas/mineral-pattern.svg?v=0cfba1dabe91") center / contain no-repeat;
}

body.home-page .research-atlas-node-wrap--5 .research-atlas-node__texture {
  background: url("../assets/research-atlas/soil-pattern.svg?v=c6c538a983ce") center / contain no-repeat;
}

body.home-page .research-atlas-node.is-active .research-atlas-node__copy::before {
  background: radial-gradient(ellipse at center, rgb(247 245 237 / .93), rgb(247 245 237 / .64) 57%, transparent 80%);
  opacity: .86;
}

body.home-page .research-atlas-node.is-active .research-atlas-node__dot {
  box-shadow: 0 0 0 1px var(--direction-color), 0 0 0 5px rgb(247 245 237 / .82), 0 0 0 7px var(--direction-color);
}

body.home-page .research-atlas-node.is-preview .research-atlas-node__texture {
  opacity: .13;
  transform: translate(-50%, -50%) scale(1.04);
}

body.home-page .research-atlas-node.is-preview .research-atlas-node__dot {
  box-shadow: 0 0 0 1px var(--direction-color), 0 0 0 6px rgb(247 245 237 / .78), 0 0 0 8px var(--direction-color);
}

body.home-page .research-atlas-node.is-preview .research-atlas-node__copy {
  transform: translateX(3px);
}

body.home-page .research-atlas-node.is-preview .research-atlas-node__copy > span {
  transform: translateY(-2px);
}

body.home-page .research-atlas-node.is-dimmed:not(.is-active) {
  opacity: .72;
}

body.home-page .research-atlas-node.is-active.is-dimmed {
  opacity: 1;
}

body.home-page .research-atlas-node:focus-visible .research-atlas-node__dot {
  box-shadow: 0 0 0 2px var(--atlas-paper-warm), 0 0 0 5px var(--atlas-deep-green), 0 0 0 8px rgb(198 147 50 / .34);
}

body.home-page .research-atlas__legend {
  position: absolute;
  bottom: 23px;
  left: 25px;
  z-index: 7;
  display: grid;
  gap: 8px;
  color: var(--atlas-muted);
  font-size: .7rem;
  letter-spacing: .04em;
}

body.home-page .research-atlas__legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.home-page .research-atlas__legend i {
  display: block;
  width: 22px;
  height: 1px;
  background: rgb(64 93 87 / .58);
}

body.home-page .research-atlas__legend span:first-child i {
  width: 8px;
  height: 8px;
  border: 2px solid var(--atlas-paper-warm);
  border-radius: 50%;
  background: var(--atlas-deep-green);
  box-shadow: 0 0 0 1px var(--atlas-gold);
}

body.home-page .research-atlas__legend span:last-child i {
  height: 0;
  background: none;
  border-top: 1px dashed rgb(64 93 87 / .64);
}

body.home-page .research-atlas__map-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.home-page .research-atlas__preview {
  position: relative;
  z-index: 9;
  min-width: 0;
  padding: clamp(28px, 2.2vw, 34px) clamp(28px, 3.5vw, 52px);
  overflow: hidden;
  border-left: 1px solid rgb(20 125 121 / .28);
  background:
    url("../assets/research-atlas/paper-grain.svg?v=7e261421afe2") center / 320px 320px repeat,
    linear-gradient(100deg, rgb(220 235 234 / .42), transparent 18%),
    linear-gradient(180deg, rgb(255 255 252 / .54), rgb(242 245 238 / .48)),
    var(--atlas-paper-warm);
  color: var(--atlas-body);
  opacity: 0;
  transform: translateX(12px);
}

body.home-page .research-atlas__preview::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 13px;
  background:
    linear-gradient(90deg, rgb(8 63 56 / .1), transparent 45%),
    linear-gradient(90deg, transparent 7px, rgb(198 147 50 / .34) 8px, transparent 9px);
  content: "";
  pointer-events: none;
}

body.home-page .research-atlas__preview::after {
  position: absolute;
  top: 12px;
  right: 18px;
  color: rgb(8 63 56 / .075);
  content: attr(data-watermark);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(5.5rem, 10vw, 9.5rem);
  line-height: 1;
  pointer-events: none;
  transition: color .28s ease, transform .28s ease;
}

body.home-page .research-atlas__preview.is-peeking::after {
  content: attr(data-peek-number);
  color: rgb(198 147 50 / .11);
  transform: translateY(-2px);
}

body.home-page .research-atlas__preview-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  transition: opacity .18s ease, transform .18s ease;
  will-change: opacity, transform;
}

body.home-page .research-atlas__preview.is-switching .research-atlas__preview-content {
  opacity: 0;
  transform: translateY(-12px);
}

body.home-page .research-atlas__preview-number {
  margin: 0 0 16px;
  color: var(--atlas-gold) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .08em;
}

body.home-page .research-atlas__preview h3 {
  max-width: 11em;
  min-height: 2.7em;
  margin: 0;
  color: #073d36 !important;
  font-size: clamp(1.72rem, 2.45vw, 2.65rem);
  line-height: 1.35;
  letter-spacing: .03em;
}

body.home-page .research-atlas__preview-summary {
  max-width: 27em;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgb(8 63 56 / .16);
  color: var(--atlas-body) !important;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.62;
  text-wrap: pretty;
}

body.home-page .research-atlas__preview ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 14px 0;
  border-top: 1px solid rgb(8 63 56 / .13);
  border-bottom: 1px solid rgb(8 63 56 / .13);
  list-style: none;
}

body.home-page .research-atlas__preview-figure {
  position: relative;
  min-height: 60px;
  flex: 1 1 76px;
  margin: 8px -6px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(100%, 330px) auto;
  opacity: .2;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 20%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 20%, #000 82%, transparent 100%);
}

body.home-page .research-atlas__preview-figure::before {
  position: absolute;
  inset: 18% 7%;
  background:
    radial-gradient(circle at 18% 64%, var(--preview-color) 0 2px, transparent 3px),
    radial-gradient(circle at 46% 28%, var(--preview-color) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 77% 58%, var(--preview-color) 0 2px, transparent 3px);
  content: "";
  opacity: .72;
}

body.home-page .research-atlas__preview[data-direction="travertine"] .research-atlas__preview-figure { background-image: url("../assets/research-atlas/travertine-pattern.svg?v=0c802ce0efaf"); }
body.home-page .research-atlas__preview[data-direction="nuclear"] .research-atlas__preview-figure { background-image: url("../assets/research-atlas/isotope-pattern.svg?v=cc8a514a20dc"); }
body.home-page .research-atlas__preview[data-direction="mining"] .research-atlas__preview-figure { background-image: url("../assets/research-atlas/strata-pattern.svg?v=6d8e9c8b9130"); }
body.home-page .research-atlas__preview[data-direction="solid-waste"] .research-atlas__preview-figure { background-image: url("../assets/research-atlas/mineral-pattern.svg?v=0cfba1dabe91"); }
body.home-page .research-atlas__preview[data-direction="soil"] .research-atlas__preview-figure { background-image: url("../assets/research-atlas/soil-pattern.svg?v=c6c538a983ce"); }

body.home-page .research-atlas__preview li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--atlas-body);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .05em;
}

body.home-page .research-atlas__preview li i {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--preview-color, var(--atlas-deep-green));
}

body.home-page .research-atlas__detail-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 14px;
  width: fit-content;
  margin-top: 12px;
  padding-top: 0;
  color: var(--atlas-deep-green);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  text-decoration: none;
}

body.home-page .research-atlas__detail-mark {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border: 1px solid var(--atlas-gold);
  transform: rotate(45deg);
  transition: background-color .28s ease, box-shadow .28s ease;
}

body.home-page .research-atlas__detail-link-text {
  position: relative;
  line-height: inherit;
}

body.home-page .research-atlas__detail-link-text::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--atlas-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s ease;
}

body.home-page .research-atlas__detail-arrow {
  display: inline-grid;
  height: 1.35em;
  flex: 0 0 auto;
  place-items: center;
  font-size: 1.16em;
  line-height: 1;
  transition: transform .28s ease;
}

body.home-page .research-atlas__detail-link:focus-visible {
  outline: 2px solid var(--atlas-gold);
  outline-offset: 6px;
}

body.home-page .research-atlas.is-entered .research-atlas__relief {
  opacity: .38;
  transition: opacity .34s ease .22s;
}

body.home-page .research-atlas.is-entered .research-atlas__contour-layer {
  opacity: .14;
  transition: opacity .34s ease .28s;
}

body.home-page .research-atlas.is-entered .research-atlas__river-layer {
  opacity: .16;
  transition: opacity .34s ease .36s;
}

body.home-page .research-atlas.is-entered .research-atlas__world[data-map-status="ready"],
body.home-page .research-atlas.is-entered .research-atlas__world[data-map-status="third-party-source"] {
  opacity: .045;
  transition: opacity .24s ease .06s;
}

body.home-page .research-atlas.is-entered .research-atlas__china[data-map-status="ready"],
body.home-page .research-atlas.is-entered .research-atlas__china[data-map-status="third-party-source"] {
  opacity: .68;
  transition: opacity .3s ease .14s;
}

body.home-page .research-atlas.is-entered .research-atlas__source-region {
  opacity: .78;
  transition: opacity .28s ease .42s;
}

body.home-page .research-atlas.is-entered .research-atlas__terrain {
  opacity: 1;
  transition: opacity .38s ease .28s;
}

body.home-page .research-atlas.is-entered .research-atlas__route-base {
  animation: atlas-route-draw .58s cubic-bezier(.24, .72, .28, 1) both;
}

body.home-page .research-atlas.is-entered .research-atlas__route-base:nth-of-type(1) { animation-delay: .46s; }
body.home-page .research-atlas.is-entered .research-atlas__route-base:nth-of-type(2) { animation-delay: .52s; }
body.home-page .research-atlas.is-entered .research-atlas__route-base:nth-of-type(3) { animation-delay: .58s; }
body.home-page .research-atlas.is-entered .research-atlas__route-base:nth-of-type(4) { animation-delay: .64s; }
body.home-page .research-atlas.is-entered .research-atlas__route-base:nth-of-type(5) { animation-delay: .7s; }

body.home-page .research-atlas.is-entered .research-atlas__center {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity .24s ease .42s, transform .38s cubic-bezier(.2, .8, .2, 1) .42s;
}

body.home-page .research-atlas.is-entered .research-atlas__center-rings::after {
  animation: atlas-origin-pulse .78s ease-out .56s 1 both;
}

body.home-page .research-atlas.is-entered .research-atlas-node-wrap {
  opacity: 1;
}

body.home-page .research-atlas.is-entered .research-atlas-node {
  transform: translateY(0);
}

body.home-page .research-atlas.is-entered .research-atlas-node-wrap--1 { transition: opacity .3s ease .75s; }
body.home-page .research-atlas.is-entered .research-atlas-node-wrap--2 { transition: opacity .3s ease .82s; }
body.home-page .research-atlas.is-entered .research-atlas-node-wrap--3 { transition: opacity .3s ease .89s; }
body.home-page .research-atlas.is-entered .research-atlas-node-wrap--4 { transition: opacity .3s ease .96s; }
body.home-page .research-atlas.is-entered .research-atlas-node-wrap--5 { transition: opacity .3s ease 1.03s; }

body.home-page .research-atlas.is-entered .research-atlas__preview {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .36s ease 1.02s, transform .42s cubic-bezier(.2, .8, .2, 1) 1.02s;
}

@media (hover: hover) and (pointer: fine) {
  body.home-page .research-atlas-node:hover .research-atlas-node__texture {
    opacity: .13;
  }

  body.home-page .research-atlas__detail-link:hover .research-atlas__detail-mark {
    background: var(--atlas-gold);
    box-shadow: 0 0 0 5px rgb(198 147 50 / .1), 0 0 12px rgb(198 147 50 / .18);
  }

  body.home-page .research-atlas__detail-link:hover .research-atlas__detail-link-text::after {
    transform: scaleX(1);
  }

  body.home-page .research-atlas__detail-link:hover .research-atlas__detail-arrow {
    transform: translateX(5px);
  }
}

@keyframes atlas-route-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes atlas-origin-pulse {
  0% { opacity: .5; transform: scale(.66); }
  100% { opacity: 0; transform: scale(1.55); }
}

@media (max-width: 1199px) {
  body.home-page .research-atlas__layout {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 29%);
    min-height: 0;
  }

  body.home-page .research-atlas__map {
    min-height: 0;
  }

  body.home-page .research-atlas__preview {
    padding: 28px 26px;
  }

  body.home-page .research-atlas__preview-number {
    margin-bottom: 16px;
  }

  body.home-page .research-atlas-node__copy {
    max-width: 210px;
  }
}

@media (max-width: 980px) {
  body.home-page .research-atlas__heading {
    grid-template-columns: minmax(240px, .8fr) minmax(300px, 1fr);
    gap: 32px;
  }

  body.home-page .research-atlas__layout {
    height: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page .research-atlas__map {
    min-height: 630px;
  }

  body.home-page .research-atlas__preview {
    min-height: 440px;
    border-top: 1px solid rgb(20 125 121 / .24);
    border-left: 0;
  }

  body.home-page .research-atlas__preview-content {
    min-height: 360px;
  }

  body.home-page .research-atlas__preview h3 {
    max-width: 18em;
  }

  body.home-page .research-atlas__preview-summary {
    max-width: 46em;
  }
}

@media (max-width: 767px) {
  body.home-page .research-atlas__heading {
    display: block;
    padding-bottom: 26px;
  }

  body.home-page .research-atlas__heading > p {
    margin-top: 20px;
  }

  body.home-page .research-atlas__layout {
    min-height: 0;
    border-radius: 10px;
  }

  body.home-page .research-atlas__map {
    min-height: 0;
    padding: 0;
    background: linear-gradient(180deg, #f2f5ee 0%, #edf3ed 100%);
  }

  body.home-page .research-atlas__map::after,
  body.home-page .research-atlas__map-layers,
  body.home-page .research-atlas__terrain {
    display: none;
  }

  body.home-page .research-atlas__map-layers {
    height: 210px;
  }

  body.home-page .research-atlas__relief {
    inset: -18% -10% 0;
  }

  body.home-page .research-atlas__terrain {
    height: 210px;
  }

  body.home-page .research-atlas__routes,
  body.home-page .research-atlas__crosslinks,
  body.home-page .research-atlas__origin-wash {
    display: none;
  }

  body.home-page .research-atlas__center {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: 100%;
    min-height: 116px;
    height: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    padding: 20px 18px;
    border-bottom: 1px solid rgb(8 63 56 / .14);
    background: rgb(255 255 252 / .56);
    opacity: 0;
    transform: translateY(7px);
  }

  body.home-page .research-atlas__center-location {
    position: static;
    grid-column: 2;
    align-self: end;
    width: auto;
  }

  body.home-page .research-atlas__center-rings {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  body.home-page .research-atlas__center-copy {
    position: static;
    grid-column: 2;
    align-self: start;
    width: auto;
    padding: 4px 0 0;
    background: none;
  }

  body.home-page .research-atlas.is-entered .research-atlas__center {
    opacity: 1;
    transform: translateY(0);
  }

  body.home-page .research-atlas__nodes {
    position: relative;
    inset: auto;
    display: grid;
  }

  body.home-page .research-atlas-node-wrap,
  body.home-page .research-atlas-node-wrap--1,
  body.home-page .research-atlas-node-wrap--2,
  body.home-page .research-atlas-node-wrap--3,
  body.home-page .research-atlas-node-wrap--4,
  body.home-page .research-atlas-node-wrap--5 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  body.home-page .research-atlas-node,
  body.home-page .research-atlas-node-wrap--2 .research-atlas-node,
  body.home-page .research-atlas-node-wrap--4 .research-atlas-node,
  body.home-page .research-atlas-node-wrap--5 .research-atlas-node {
    display: grid;
    width: 100%;
    min-height: 66px;
    grid-template-columns: 20px minmax(0, 1fr);
    padding: 13px 7px;
    border-bottom: 1px solid rgb(8 63 56 / .12);
    text-align: left;
  }

  body.home-page .research-atlas-node-wrap--1,
  body.home-page .research-atlas-node-wrap--2,
  body.home-page .research-atlas-node-wrap--3,
  body.home-page .research-atlas-node-wrap--4,
  body.home-page .research-atlas-node-wrap--5 {
    --direction-color: #2f6d5e;
    --direction-title: #214e42;
  }

  body.home-page .research-atlas-node__copy {
    max-width: none;
    padding: 5px 8px;
  }

  body.home-page .research-atlas-node__copy::before {
    inset: -5px -8px;
  }

  body.home-page .research-atlas-node-wrap--2 small,
  body.home-page .research-atlas-node-wrap--4 small,
  body.home-page .research-atlas-node-wrap--5 small {
    justify-self: start;
  }

  body.home-page .research-atlas-node-wrap--2 small::after,
  body.home-page .research-atlas-node-wrap--4 small::after,
  body.home-page .research-atlas-node-wrap--5 small::after {
    right: auto;
    left: 0;
    transform: none;
  }

  body.home-page .research-atlas-node__texture {
    right: 2%;
    left: auto;
    width: 36%;
    transform: translateY(-50%);
  }

  body.home-page .research-atlas-node.is-preview .research-atlas-node__texture {
    transform: translateY(-50%) scale(1.02);
  }

  body.home-page .research-atlas__legend {
    display: none;
  }

  body.home-page .research-atlas__preview {
    display: none;
    min-height: 0;
    padding: 24px 22px 26px;
    border-top: 1px solid rgb(20 125 121 / .2);
    background: rgb(255 255 252 / .72);
  }

  body.home-page .research-atlas.has-mobile-preview .research-atlas__preview {
    display: block;
  }

  body.home-page .research-atlas__preview-content {
    min-height: 0;
  }

  body.home-page .research-atlas__preview-number {
    margin-bottom: 14px;
  }

  body.home-page .research-atlas__preview h3 {
    min-height: 0;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
    line-height: 1.3;
  }

  body.home-page .research-atlas__preview-summary {
    margin-top: 12px;
    padding-top: 12px;
    font-size: .98rem;
    line-height: 1.65;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.home-page .research-atlas__preview-figure {
    display: none;
  }

  body.home-page .research-atlas__detail-link {
    margin-top: 20px;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  body.home-page .research-atlas__heading h2 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  body.home-page .research-atlas__heading > p {
    font-size: .92rem;
    line-height: 1.82;
  }

  body.home-page .research-atlas__map {
    padding-inline: 14px;
  }

  body.home-page .research-atlas-node__copy strong {
    font-size: .94rem;
  }

  body.home-page .research-atlas__preview {
    padding-inline: 22px;
  }

  body.home-page .research-atlas__preview::after {
    font-size: 6.2rem;
  }

  body.home-page .research-atlas__preview h3 {
    font-size: clamp(1.7rem, 8.6vw, 2.2rem);
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  body.home-page .research-atlas-section {
    padding-block: 16px !important;
  }

  body.home-page .research-atlas__heading {
    padding-bottom: 18px;
  }

  body.home-page .research-atlas__layout {
    height: 518px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page .research-atlas *,
  body.home-page .research-atlas *::before,
  body.home-page .research-atlas *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }

  body.home-page .research-atlas__route-base {
    stroke-dashoffset: 0 !important;
  }

  body.home-page .research-atlas__route-flow {
    display: none !important;
  }

  body.home-page .research-atlas__center,
  body.home-page .research-atlas-node,
  body.home-page .research-atlas__preview {
    transform: none !important;
  }
}


/* Resource version: 20260716-team-profile-scale-2
 * Homepage TEAM PROFILE card only.
 * Feedback revision: 20260716-team-profile-feedback-1.
 */

body.home-page #team .team-layout {
  grid-template-columns: minmax(0, 1.63fr) minmax(360px, 1fr) !important;
  gap: clamp(32px, 3.2vw, 46px) !important;
  align-items: stretch !important;
  padding: clamp(24px, 2.45vw, 30px) !important;
}

body.home-page #team .team-layout::before {
  border-color: rgb(36 75 69 / .055);
}

body.home-page #team .team-photo {
  align-self: center;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

body.home-page #team .team-photo img {
  object-fit: cover;
  object-position: center 50%;
}

body.home-page #team .team-profile__content {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0 !important;
  gap: 0 !important;
  padding: clamp(28px, 2.8vw, 38px) !important;
  border-color: rgb(36 75 69 / .08);
}

body.home-page #team .team-profile__eyebrow {
  margin: 0;
  color: #567069 !important;
  font-family: "Times New Roman", Times, serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.2;
}

body.home-page #team .team-profile__title {
  max-width: none !important;
  margin: 14px 0 20px !important;
  color: var(--season-ink, var(--ds-green-900)) !important;
  font-size: clamp(2.12rem, 3vw, 2.7rem) !important;
  font-weight: 700;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
}

body.home-page #team .team-profile__content > p {
  max-width: 34em !important;
  margin: 0 !important;
  color: #3e4e49 !important;
  font-size: 16px;
  line-height: 1.85;
  text-align: left;
}

body.home-page #team .team-profile-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  width: fit-content;
  margin-top: clamp(30px, 2.7vw, 38px);
  color: var(--season-ink, var(--ds-green-900));
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

body.home-page #team .team-profile-link__mark {
  position: relative;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border: 1px solid var(--color-mineral-gold);
  transform: rotate(45deg);
  transition:
    background-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

body.home-page #team .team-profile-link__text {
  position: relative;
  line-height: inherit;
}

body.home-page #team .team-profile-link__text::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--color-mineral-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .32s ease;
}

body.home-page #team .team-profile-link__arrow {
  display: inline-grid;
  height: 1.35em;
  flex: 0 0 auto;
  place-items: center;
  color: currentColor;
  line-height: 1;
  transition: transform .28s ease;
}

body.home-page #team .team-profile-link:focus-visible {
  outline: 2px solid var(--color-mineral-gold);
  outline-offset: 6px;
}

body.home-page #team .team-profile-link:focus-visible .team-profile-link__mark,
body.home-page #team .team-profile-link:active .team-profile-link__mark {
  background: var(--color-mineral-gold);
  box-shadow: 0 0 0 4px rgb(184 154 101 / .12);
}

body.home-page #team .team-profile-link:focus-visible .team-profile-link__text::after {
  transform: scaleX(1);
}

@media (min-width: 761px) {
  body.home-page #team .team-layout {
    width: min(
      calc(var(--container-width) + clamp(56px, 5vw, 82px)),
      calc(100vw - 28px)
    ) !important;
    margin-inline: auto !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  body.home-page #team .team-profile-link:hover .team-profile-link__mark {
    background: var(--color-mineral-gold);
    box-shadow:
      0 0 0 5px rgb(184 154 101 / .12),
      0 0 14px rgb(184 154 101 / .25);
    transform: rotate(45deg) scale(1.08);
  }

  body.home-page #team .team-profile-link:hover .team-profile-link__text::after {
    transform: scaleX(1);
  }

  body.home-page #team .team-profile-link:hover .team-profile-link__arrow {
    transform: translateX(5px);
  }
}

@media (max-width: 1180px) and (min-width: 821px) {
  body.home-page #team .team-layout {
    grid-template-columns: minmax(0, 1.38fr) minmax(330px, 1fr) !important;
    gap: 30px !important;
    padding: 24px !important;
  }

  body.home-page #team .team-profile__content {
    padding: 28px 24px !important;
  }

  body.home-page #team .team-profile__title {
    font-size: clamp(2.1rem, 3.45vw, 2.42rem) !important;
  }
}

@media (max-width: 820px) and (min-width: 761px) {
  body.home-page #team .team-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 1fr) !important;
    gap: 22px !important;
    padding: 21px !important;
  }

  body.home-page #team .team-profile__content {
    padding: 23px 21px !important;
  }

  body.home-page #team .team-profile__title {
    font-size: clamp(1.84rem, 3.85vw, 2rem) !important;
  }

  body.home-page #team .team-profile__content > p {
    font-size: 15px;
    line-height: 1.78;
  }

  body.home-page #team .team-profile-link {
    margin-top: 28px;
    font-size: .97rem;
  }
}

@media (max-width: 760px) {
  body.home-page #team .team-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    padding: clamp(16px, 3vw, 20px) !important;
  }

  body.home-page #team .team-profile__content {
    padding: clamp(25px, 5.2vw, 35px) !important;
  }

  body.home-page #team .team-profile__content > p {
    font-size: 15px;
  }

  body.home-page #team .team-profile__title {
    font-size: clamp(2.1rem, 5.35vw, 2.52rem) !important;
  }

  body.home-page #team .team-profile-link {
    margin-top: 30px;
    font-size: 1rem;
  }
}

@media (max-width: 820px) {
  body.home-page #team .team-photo {
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 420px) {
  body.home-page #team .team-profile__content {
    padding: 24px 18px 26px !important;
  }

  body.home-page #team .team-profile__title {
    font-size: clamp(1.9rem, 8.2vw, 2.2rem) !important;
  }

  body.home-page #team .team-profile-link {
    gap: 10px;
    font-size: .95rem;
  }
}

@media (max-width: 360px) {
  body.home-page #team .team-profile__content {
    padding-inline: 16px !important;
  }

  body.home-page #team .team-profile__title {
    font-size: clamp(1.55rem, 8vw, 1.85rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page #team .team-profile-link *,
  body.home-page #team .team-profile-link__text::after {
    transition: none !important;
  }
}


/* Homepage Hero: four independent seasonal plates, intentionally isolated from
   the later four-season scroll narrative. */
body.home-page .hero-seasonal {
  --hero-side: clamp(32px, 6vw, 110px);
  --hero-scrim-left: rgb(3 23 22 / .74);
  --hero-scrim-mid: rgb(3 23 22 / .46);
  --hero-scrim-soft: rgb(3 23 22 / .14);
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 680px;
  padding: 0;
  color: #fff;
  background: #0a2826;
  isolation: isolate;
  overflow: hidden;
}

body.home-page .site-header:not(.is-scrolled) {
  border-bottom-color: rgb(255 255 255 / .14);
  background: linear-gradient(180deg, rgb(4 20 24 / .48), rgb(4 20 24 / .08));
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.hero-seasonal__media,
.hero-seasonal__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-seasonal__media {
  z-index: -3;
  overflow: hidden;
  background: #0a2826;
}

.hero-seasonal__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.002) translate3d(0, 0, 0);
  transform-origin: center;
  animation-play-state: paused;
  transition: opacity 1000ms ease-in-out;
  filter: contrast(1.025) saturate(1.025);
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.hero-seasonal__layer.is-active {
  z-index: 1;
  opacity: 1;
  animation-play-state: running;
}

.hero-seasonal__layer[data-hero-season-layer="spring"] {
  object-position: center 50%;
  transform-origin: 68% 52%;
  animation: heroSeasonSpring 14s ease-in-out infinite alternate;
}

.hero-seasonal__layer[data-hero-season-layer="summer"] {
  object-position: center 52%;
  transform-origin: 62% 48%;
  animation: heroSeasonSummer 16s ease-in-out infinite alternate;
}

.hero-seasonal__layer[data-hero-season-layer="autumn"] {
  object-position: center 48%;
  transform-origin: 70% 50%;
  animation: heroSeasonAutumn 15s ease-in-out infinite alternate;
}

.hero-seasonal__layer[data-hero-season-layer="winter"] {
  object-position: center 52%;
  transform-origin: 66% 48%;
  animation: heroSeasonWinter 17s ease-in-out infinite alternate;
}

.hero-seasonal__scrim {
  z-index: -2;
  background:
    linear-gradient(180deg, rgb(3 18 23 / .28) 0, transparent 24%, transparent 64%, rgb(3 18 20 / .36) 100%),
    linear-gradient(90deg, var(--hero-scrim-left) 0, var(--hero-scrim-mid) 34%, var(--hero-scrim-soft) 63%, transparent 100%);
}

.hero-seasonal[data-hero-season-active="summer"] {
  --hero-scrim-left: rgb(2 24 27 / .72);
  --hero-scrim-mid: rgb(2 24 27 / .44);
  --hero-scrim-soft: rgb(2 24 27 / .13);
}

.hero-seasonal[data-hero-season-active="autumn"] {
  --hero-scrim-left: rgb(27 24 16 / .7);
  --hero-scrim-mid: rgb(27 24 16 / .43);
  --hero-scrim-soft: rgb(27 24 16 / .12);
}

.hero-seasonal[data-hero-season-active="winter"] {
  --hero-scrim-left: rgb(8 27 33 / .76);
  --hero-scrim-mid: rgb(8 27 33 / .48);
  --hero-scrim-soft: rgb(8 27 33 / .15);
}

.hero-seasonal__content {
  position: absolute;
  z-index: 2;
  top: clamp(150px, 18svh, 200px);
  left: var(--hero-side);
  width: min(760px, calc(100vw - var(--hero-side) - 24px));
}

body.home-page .hero-seasonal .eyebrow {
  margin: 0 0 12px;
  color: #d4bc78;
  font-size: clamp(.75rem, .82vw, .9rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .025em;
  text-shadow: 0 1px 12px rgb(0 0 0 / .25);
}

body.home-page .hero-seasonal h1 {
  max-width: 760px;
  color: #fff !important;
  font-size: clamp(48px, 4.7vw, 76px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .015em;
  text-shadow: 0 3px 24px rgb(0 0 0 / .3) !important;
}

body.home-page .hero-seasonal h1 span {
  display: block;
  white-space: nowrap;
}

body.home-page .hero-seasonal .hero-subtitle {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgb(255 255 255 / .9) !important;
  font-size: clamp(.92rem, 1.08vw, 1.18rem);
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 2px 16px rgb(0 0 0 / .24);
}

body.home-page .hero-seasonal .hero-actions {
  gap: 12px;
  margin-top: 22px;
}

body.home-page .hero-seasonal .primary-action,
body.home-page .hero-seasonal .secondary-action {
  min-width: 148px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 0;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.home-page .hero-seasonal .primary-action {
  border-color: rgb(197 176 111 / .62);
  background: rgb(20 75 65 / .88);
}

body.home-page .hero-seasonal .secondary-action {
  gap: 18px;
  border-color: rgb(255 255 255 / .58);
  background: rgb(6 30 29 / .16);
  backdrop-filter: blur(8px);
}

body.home-page .hero-seasonal .secondary-action span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

body.home-page .hero-seasonal .primary-action:hover,
body.home-page .hero-seasonal .primary-action:focus-visible {
  border-color: rgb(222 202 140 / .86);
  background: rgb(27 91 78 / .94);
}

body.home-page .hero-seasonal .secondary-action:hover,
body.home-page .hero-seasonal .secondary-action:focus-visible {
  border-color: rgb(255 255 255 / .78);
  background: rgb(255 255 255 / .12);
}

.hero-seasonal__switcher {
  position: absolute;
  z-index: 3;
  left: var(--hero-side);
  bottom: clamp(210px, 28svh, 310px);
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 18px);
}

.hero-seasonal__switcher button {
  --hero-season-control-color: #d8c17a;
  position: relative;
  min-height: 38px;
  padding: 7px 8px 10px;
  border: 0;
  background: transparent;
  color: rgb(255 255 255 / .64);
  font-family: "Times New Roman", Times, serif !important;
  font-size: clamp(.72rem, .82vw, .86rem);
  font-weight: 400;
  letter-spacing: .12em;
  cursor: pointer;
  transition: color 180ms ease;
}

.hero-seasonal__switcher button::after {
  position: absolute;
  right: 8px;
  bottom: 3px;
  left: 8px;
  height: 1px;
  background: var(--hero-season-control-color);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity 220ms ease, transform 220ms ease;
}

.hero-seasonal__switcher button[data-hero-season-control="spring"] { --hero-season-control-color: #b7ce82; }
.hero-seasonal__switcher button[data-hero-season-control="summer"] { --hero-season-control-color: #7bcfc8; }
.hero-seasonal__switcher button[data-hero-season-control="autumn"] { --hero-season-control-color: #d4ad66; }
.hero-seasonal__switcher button[data-hero-season-control="winter"] { --hero-season-control-color: #d3e4ed; }

.hero-seasonal__switcher button:hover,
.hero-seasonal__switcher button:focus-visible,
.hero-seasonal__switcher button.is-active {
  color: #fff;
}

.hero-seasonal__switcher button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.home-page .hero-seasonal .home-search {
  position: absolute;
  z-index: 4;
  right: auto;
  bottom: clamp(112px, 14svh, 160px);
  left: var(--hero-side);
  display: grid;
  grid-template-columns: minmax(170px, 210px) minmax(320px, 1fr) 64px;
  gap: 0;
  width: min(1080px, var(--container-width, calc(100vw - 64px)));
  max-width: calc(100vw - var(--hero-side) - 24px);
  border: 1px solid rgb(255 255 255 / .28);
  border-radius: 9px;
  background: rgb(7 29 29 / .4);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

body.home-page .hero-seasonal .search-label,
body.home-page .hero-seasonal .search-input-wrap {
  min-height: 64px;
  background: transparent;
}

body.home-page .hero-seasonal .search-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px 19px;
  border-right: 1px solid rgb(255 255 255 / .13);
}

body.home-page .hero-seasonal .search-label span {
  color: #d4bc78;
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .08em;
}

body.home-page .hero-seasonal .search-label strong {
  margin-top: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

body.home-page .hero-seasonal .search-input-wrap {
  gap: 13px;
  padding: 0 20px;
}

body.home-page .hero-seasonal .search-input-wrap svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: rgb(255 255 255 / .58);
}

body.home-page .hero-seasonal .search-input-wrap input {
  min-width: 0;
  font-size: 1rem;
}

body.home-page .hero-seasonal .search-input-wrap input::placeholder {
  color: rgb(255 255 255 / .56);
}

.hero-seasonal__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  padding: 0;
  border: 0;
  border-left: 1px solid rgb(255 255 255 / .13);
  background: rgb(255 255 255 / .035);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

body.home-page .hero-seasonal .search-results {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  max-height: min(330px, 42svh);
  overflow: auto;
  border: 1px solid rgb(255 255 255 / .16);
  background: rgb(5 23 22 / .94);
  box-shadow: 0 18px 50px rgb(0 0 0 / .18);
}

body.home-page .hero-seasonal .credibility-panel {
  position: absolute;
  z-index: 3;
  right: var(--hero-side);
  bottom: 18px;
  left: var(--hero-side);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
  border: 1px solid rgb(255 255 255 / .2);
  border-radius: 12px;
  background: rgb(5 28 28 / .34);
  box-shadow: none;
  backdrop-filter: blur(12px);
  overflow: hidden;
}

body.home-page .hero-seasonal .credibility-panel div {
  display: flex;
  min-width: 0;
  min-height: 66px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 22px;
  border-right: 1px solid rgb(255 255 255 / .16);
}

body.home-page .hero-seasonal .credibility-panel strong {
  color: #fff;
  font-size: clamp(.88rem, 1.05vw, 1.08rem);
  font-weight: 500;
  line-height: 1.25;
}

body.home-page .hero-seasonal .credibility-panel span {
  margin-top: 5px;
  color: rgb(255 255 255 / .68);
  font-size: clamp(.68rem, .74vw, .78rem);
  line-height: 1.35;
}

@keyframes heroSeasonSpring {
  from { transform: scale(1.004) translate3d(0, 0, 0); }
  to { transform: scale(1.05) translate3d(-12px, -6px, 0); }
}

@keyframes heroSeasonSummer {
  from { transform: scale(1.05) translate3d(10px, 2px, 0); }
  to { transform: scale(1.008) translate3d(-14px, -4px, 0); }
}

@keyframes heroSeasonAutumn {
  from { transform: scale(1.004) translate3d(-3px, 3px, 0); }
  to { transform: scale(1.048) translate3d(8px, -10px, 0); }
}

@keyframes heroSeasonWinter {
  from { transform: scale(1.048) translate3d(-8px, 4px, 0); }
  to { transform: scale(1.006) translate3d(9px, 1px, 0); }
}

@media (max-width: 1180px) {
  .hero-seasonal__content {
    top: clamp(138px, 16svh, 172px);
    width: min(700px, calc(100vw - var(--hero-side) - 24px));
  }

  body.home-page .hero-seasonal h1 { font-size: clamp(44px, 5.3vw, 64px); }
  .hero-seasonal__switcher { bottom: clamp(206px, 27svh, 260px); }

  body.home-page .hero-seasonal .home-search {
    grid-template-columns: minmax(150px, 180px) minmax(260px, 1fr) 60px;
    width: min(900px, calc(100vw - var(--hero-side) - 24px));
  }
}

@media (max-width: 820px) {
  body.home-page .hero-seasonal {
    height: 100vh;
    height: 100svh;
    min-height: 720px;
  }

  .hero-seasonal__layer[data-hero-season-layer="spring"] { object-position: 58% center; }
  .hero-seasonal__layer[data-hero-season-layer="summer"] { object-position: 50% center; }
  .hero-seasonal__layer[data-hero-season-layer="autumn"] { object-position: 52% center; }
  .hero-seasonal__layer[data-hero-season-layer="winter"] { object-position: 55% center; }

  .hero-seasonal__scrim {
    background:
      linear-gradient(180deg, rgb(3 18 23 / .38) 0, rgb(3 18 23 / .08) 28%, transparent 54%, rgb(3 18 20 / .4) 100%),
      linear-gradient(90deg, rgb(3 23 22 / .62) 0, rgb(3 23 22 / .24) 72%, rgb(3 23 22 / .08) 100%);
  }

  .hero-seasonal__content {
    top: 94px;
    left: 20px;
    width: min(620px, calc(100vw - 40px));
  }

  body.home-page .hero-seasonal h1 {
    font-size: clamp(36px, 7.6vw, 48px);
  }

  body.home-page .hero-seasonal .hero-subtitle {
    max-width: 520px;
    font-size: clamp(.78rem, 2vw, .95rem);
  }

  .hero-seasonal__switcher {
    left: 20px;
    bottom: 250px;
  }

  body.home-page .hero-seasonal .home-search {
    right: 20px;
    bottom: 92px;
    left: 20px;
    grid-template-columns: minmax(130px, 160px) minmax(0, 1fr) 48px;
    width: auto;
    max-width: none;
  }

  body.home-page .hero-seasonal .search-label,
  body.home-page .hero-seasonal .search-input-wrap,
  .hero-seasonal__search-submit {
    min-height: 58px;
  }

  body.home-page .hero-seasonal .credibility-panel {
    right: 20px;
    bottom: 14px;
    left: 20px;
  }

  body.home-page .hero-seasonal .credibility-panel div {
    min-height: 62px;
    padding: 9px 14px;
  }
}

@media (max-width: 560px) {
  body.home-page .hero-seasonal {
    min-height: 100svh;
  }

  .hero-seasonal__content {
    top: 86px;
    left: 18px;
    width: calc(100vw - 36px);
  }

  body.home-page .hero-seasonal .eyebrow {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: clamp(.62rem, 2.6vw, .72rem);
    letter-spacing: 0;
  }

  body.home-page .hero-seasonal h1 {
    font-size: clamp(32px, 9.1vw, 39px);
    line-height: 1.06;
    letter-spacing: 0;
  }

  body.home-page .hero-seasonal .hero-subtitle {
    max-width: 330px;
    margin-top: 10px;
    font-size: clamp(.72rem, 3.25vw, .82rem);
    line-height: 1.45;
  }

  body.home-page .hero-seasonal .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    max-width: 330px;
    margin-top: 16px;
  }

  body.home-page .hero-seasonal .primary-action,
  body.home-page .hero-seasonal .secondary-action {
    min-width: 0;
    min-height: 42px;
    padding: 0 12px;
    font-size: .82rem;
  }

  body.home-page .hero-seasonal .secondary-action { gap: 10px; }

  .hero-seasonal__switcher {
    right: 12px;
    bottom: 278px;
    left: 12px;
    justify-content: space-between;
    gap: 0;
  }

  .hero-seasonal__switcher button {
    min-width: 0;
    min-height: 36px;
    padding: 6px 5px 9px;
    font-size: clamp(.62rem, 2.75vw, .72rem);
    letter-spacing: .06em;
  }

  .hero-seasonal__switcher button::after {
    right: 5px;
    left: 5px;
  }

  body.home-page .hero-seasonal .home-search {
    right: 18px;
    bottom: 210px;
    left: 18px;
    grid-template-columns: minmax(0, 1fr) 54px;
    border-radius: 6px;
  }

  body.home-page .hero-seasonal .search-label { display: none; }

  body.home-page .hero-seasonal .search-input-wrap {
    min-height: 54px;
    padding: 0 15px;
  }

  .hero-seasonal__search-submit {
    min-width: 50px;
    min-height: 54px;
  }

  body.home-page .hero-seasonal .search-results {
    grid-template-columns: 1fr;
    max-height: 250px;
  }

  body.home-page .hero-seasonal .credibility-panel {
    right: 18px;
    bottom: 12px;
    left: 18px;
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  body.home-page .hero-seasonal .credibility-panel div {
    min-height: 0;
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / .13);
  }

  body.home-page .hero-seasonal .credibility-panel div:last-child { border-bottom: 0; }

  body.home-page .hero-seasonal .credibility-panel strong {
    font-size: .79rem;
    line-height: 1.2;
  }

  body.home-page .hero-seasonal .credibility-panel span {
    margin-top: 2px;
    font-size: .62rem;
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-seasonal__layer {
    animation: none !important;
    transform: none !important;
    transition-property: opacity !important;
    transition-duration: 350ms !important;
    transition-timing-function: ease-in-out !important;
  }
}

/* 20260812 visual-system phase 2: the seasonal image remains the brand layer
   while typography carries the primary hierarchy. */
body.home-page .hero-seasonal h1 {
  font-family: var(--font-serif-cn, "Songti SC", STSong, SimSun, serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: .035em;
  text-wrap: balance;
}

body.home-page .hero-seasonal .eyebrow,
body.home-page .hero-seasonal .hero-subtitle,
.hero-seasonal__switcher button {
  font-family: var(--font-serif-en, "Times New Roman", Times, serif);
}

body.home-page .hero-seasonal .primary-action,
body.home-page .hero-seasonal .secondary-action {
  border-radius: 7px;
  box-shadow: none;
}

.hero-seasonal__switcher button {
  border-radius: 0;
}


/* Resource version: 20260719-site-search-overlay-1 */

body.site-search-is-open {
  overflow: hidden;
}

.home-search,
.page-body .page-search {
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body.home-page .hero-seasonal .home-search {
  overflow: visible;
  border: 1px solid rgba(231, 238, 233, 0.3) !important;
  border-radius: 12px !important;
  background: rgba(17, 39, 33, 0.48) !important;
  box-shadow: 0 18px 44px rgba(4, 20, 16, 0.2) !important;
  backdrop-filter: blur(14px) saturate(0.92) !important;
}

body.home-page .hero-seasonal .home-search:hover,
body.home-page .hero-seasonal .home-search:focus-within {
  border-color: rgba(175, 194, 184, 0.78) !important;
  background: rgba(17, 39, 33, 0.58) !important;
  box-shadow: 0 0 0 3px rgba(143, 166, 154, 0.18), 0 20px 48px rgba(4, 20, 16, 0.24) !important;
}

body.home-page .hero-seasonal .home-search input,
.page-body .page-search input,
.header-search,
.site-search-overlay button,
.site-search-overlay input,
.site-search-overlay a {
  outline: none !important;
}

body.home-page .hero-seasonal .home-search input:focus,
.page-body .page-search input:focus {
  outline: none !important;
  box-shadow: none !important;
}

body.home-page .hero-seasonal .home-search input::selection,
.site-search-overlay input::selection {
  color: #f8f6ef;
  background: #48675e;
}

body.home-page .hero-seasonal .home-search input::-webkit-search-cancel-button,
.page-body .page-search input::-webkit-search-cancel-button,
.site-search-field input::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
}

.page-body .page-search {
  border: 1px solid rgba(129, 150, 140, 0.42) !important;
  border-radius: 12px !important;
  background: rgba(249, 247, 241, 0.96) !important;
  box-shadow: 0 16px 38px rgba(7, 31, 25, 0.16) !important;
}

.page-body .page-search:hover,
.page-body .page-search:focus-within {
  border-color: rgba(93, 126, 113, 0.78) !important;
  background: #faf8f2 !important;
  box-shadow: 0 0 0 3px rgba(91, 126, 112, 0.12), 0 18px 42px rgba(7, 31, 25, 0.18) !important;
}

.page-body .header-search:focus-visible,
body.home-page .header-search:focus-visible {
  outline: 2px solid rgba(106, 137, 123, 0.88) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

.search-results,
.page-search-results {
  display: none !important;
}

.site-search-overlay[hidden] {
  display: none !important;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  color: #223d35;
  background: rgba(14, 29, 25, 0.36);
  opacity: 0;
  overflow: hidden;
  backdrop-filter: blur(13px) saturate(0.78);
  transition: opacity 220ms ease;
}

.site-search-overlay.is-open {
  opacity: 1;
}

.site-search-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(880px, 100%);
  max-height: min(820px, 80dvh);
  padding: clamp(30px, 4.4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(71, 102, 89, 0.2);
  border-radius: 24px;
  background: #f7f4ee;
  box-shadow: 0 30px 90px rgba(4, 22, 17, 0.28);
  transform: translateY(14px) scale(0.985);
  transition: transform 220ms ease;
}

.site-search-overlay.is-open .site-search-dialog {
  transform: translateY(0) scale(1);
}

.site-search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #f9f7f0;
  background: #6d7770;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.site-search-close span {
  display: block;
  margin-top: -2px;
  font: 300 27px/1 Arial, sans-serif;
}

.site-search-close:hover {
  background: #48695c;
  transform: rotate(5deg);
}

.site-search-close:focus-visible,
.site-search-field button:focus-visible,
.site-search-filters button:focus-visible,
.site-search-card:focus-visible {
  outline: 2px solid #48695c !important;
  outline-offset: 3px !important;
}

.site-search-heading {
  flex: 0 0 auto;
  padding-right: 52px;
  text-align: center;
}

.site-search-heading p {
  margin: 0 0 7px;
  color: #7d8e86;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.28em;
}

.site-search-heading h2 {
  margin: 0;
  color: #24483d;
  font-family: "Songti SC", SimSun, serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.site-search-heading > span {
  display: block;
  margin-top: 8px;
  color: #78847f;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.site-search-form {
  flex: 0 0 auto;
  margin-top: 26px;
}

.site-search-field {
  display: grid;
  grid-template-columns: 25px 1fr 48px;
  align-items: center;
  min-height: 66px;
  padding: 0 9px 0 20px;
  border: 1px solid rgba(75, 109, 95, 0.34);
  border-radius: 15px;
  background: #fbfaf7;
  box-shadow: 0 9px 28px rgba(27, 58, 48, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.site-search-field:focus-within {
  border-color: #6f9182;
  box-shadow: 0 0 0 3px rgba(93, 132, 115, 0.13), 0 10px 30px rgba(27, 58, 48, 0.09);
}

.site-search-field svg {
  width: 22px;
  fill: none;
  stroke: #668176;
  stroke-width: 1.7;
}

.site-search-field input {
  width: 100%;
  height: 64px;
  min-width: 0;
  padding: 0 16px;
  border: 0;
  color: #233e36;
  background: transparent;
  font-family: inherit;
  font-size: 17px;
}

.site-search-field input::placeholder {
  color: #919b96;
  opacity: 1;
}

.site-search-field > button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #f8f6ef;
  background: #536f63;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 160ms ease, transform 160ms ease;
}

.site-search-field > button:hover {
  background: #315649;
  transform: translateX(2px);
}

.site-search-filters {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.site-search-filters button {
  min-height: 34px;
  padding: 6px 15px;
  border: 1px solid rgba(84, 112, 100, 0.22);
  border-radius: 999px;
  color: #617169;
  background: rgba(255, 253, 248, 0.62);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.site-search-filters button:hover {
  border-color: rgba(67, 101, 87, 0.48);
  color: #355d4e;
}

.site-search-filters button.is-active {
  border-color: #527466;
  color: #fffdf8;
  background: #527466;
}

.site-search-status {
  flex: 0 0 auto;
  min-height: 18px;
  margin: 17px 2px 9px;
  color: #7b8781;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.site-search-results {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #aab9b1 transparent;
  scrollbar-width: thin;
}

.site-search-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 18px;
  padding: 18px 20px;
  border: 1px solid rgba(81, 109, 98, 0.17);
  border-radius: 16px;
  color: #294239;
  background: rgba(255, 253, 248, 0.72);
  text-decoration: none;
  opacity: 0;
  transform: translateY(7px);
  translate: 0 0;
  animation: site-search-card-in 240ms ease forwards;
  animation-delay: calc(var(--site-search-order) * 28ms);
  transition: translate 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.site-search-card + .site-search-card {
  margin-top: 9px;
}

.site-search-card:hover {
  border-color: rgba(69, 105, 90, 0.42);
  background: #fffdf8;
  box-shadow: 0 9px 22px rgba(31, 61, 51, 0.08);
  translate: 0 -2px;
}

.site-search-card__type {
  grid-column: 1 / -1;
  color: #75867e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.site-search-card strong {
  color: #24483d;
  font-size: 17px;
  line-height: 1.35;
}

.site-search-card p {
  grid-column: 1;
  margin: 0;
  color: #68766f;
  font-size: 13px;
  line-height: 1.65;
}

.site-search-card__action {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: center;
  color: #526f62;
  font-size: 12px;
  white-space: nowrap;
}

.site-search-card__action span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 150ms ease;
}

.site-search-card:hover .site-search-card__action span {
  transform: translateX(3px);
}

.site-search-empty {
  display: grid;
  place-content: center;
  min-height: 138px;
  padding: 24px;
  border: 1px dashed rgba(93, 122, 110, 0.25);
  border-radius: 11px;
  text-align: center;
  background: rgba(255, 253, 248, 0.42);
}

.site-search-empty strong {
  color: #3e5b50;
  font-family: "Songti SC", SimSun, serif;
  font-size: 18px;
  font-weight: 600;
}

.site-search-empty p {
  margin: 7px 0 0;
  color: #87918c;
  font-size: 13px;
  line-height: 1.6;
}

.site-search-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes site-search-card-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .site-search-overlay {
    place-items: start center;
    padding: 12px;
    overflow-y: auto;
  }

  .site-search-dialog {
    max-height: calc(100dvh - 24px);
    margin: 0;
    padding: 64px 18px 22px;
    border-radius: 15px;
  }

  .site-search-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }

  .site-search-heading {
    padding-right: 0;
  }

  .site-search-heading h2 {
    font-size: 31px;
  }

  .site-search-heading > span {
    font-size: 12px;
  }

  .site-search-form {
    margin-top: 20px;
  }

  .site-search-field {
    grid-template-columns: 21px minmax(0, 1fr) 42px;
    min-height: 58px;
    padding-left: 15px;
  }

  .site-search-field input {
    height: 56px;
    padding-inline: 11px;
    font-size: 15px;
  }

  .site-search-field > button {
    width: 38px;
    height: 38px;
  }

  .site-search-filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-inline: -3px;
    padding: 0 3px 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-search-filters::-webkit-scrollbar {
    display: none;
  }

  .site-search-filters button {
    flex: 0 0 auto;
    padding-inline: 13px;
  }

  .site-search-status {
    margin-top: 12px;
  }

  .site-search-card {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 16px;
  }

  .site-search-card p,
  .site-search-card__action {
    grid-column: 1;
  }

  .site-search-card__action {
    grid-row: auto;
    justify-self: start;
    margin-top: 2px;
  }
}

@media (max-width: 820px) {
  .site-header .header-search {
    position: absolute !important;
    top: 12px !important;
    right: 66px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 1px solid rgba(106, 137, 123, 0.24) !important;
    border-radius: 8px !important;
  }

  .site-header .header-search span {
    display: none !important;
  }

  .site-header .header-search svg {
    width: 19px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-search-overlay,
  .site-search-dialog,
  .site-search-card,
  .site-search-close,
  .site-search-field > button {
    animation: none !important;
    transition: none !important;
  }

  .site-search-card {
    opacity: 1;
    transform: none;
  }
}


/* Resource version: 20260813-mobile-audit-round-1
 * Shared mobile shell and homepage four-season presentation.
 * Desktop composition remains owned by the existing page-specific layers.
 */

:root {
  --mobile-header-height: 64px;
  --mobile-page-gutter: 20px;
  --mobile-card-radius: 10px;
}

/* Review feedback round 1: one measured header action group at every width. */
.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
  min-width: max-content;
}

@media (min-width: 821px) and (max-width: 1180px) {
  .site-header .header-actions {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 767px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-header .brand {
    max-width: calc(100vw - (var(--mobile-page-gutter) * 2) - 106px);
  }

  .site-header .brand img {
    width: 100%;
    max-width: 100%;
  }

  .site-header .header-actions {
    grid-column: 2;
    grid-row: 1;
    gap: 8px;
  }

  .site-header .header-actions .header-search,
  .site-header .header-actions .menu-toggle {
    position: relative !important;
    inset: auto !important;
    display: inline-flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 7px !important;
  }

  /* Four-season dividers retain their photographs and use a season-specific
     line instead of the former generic green capsule. */
  body.home-page .season-visual {
    height: 148px !important;
    min-height: 148px !important;
    background: rgb(var(--season-bg) / .96) !important;
  }

  body.home-page .season-visual::before {
    background-image: var(--season-cover, none) !important;
    opacity: .44 !important;
    filter: saturate(.78) contrast(.92) brightness(1.08) !important;
  }

  body.home-page .season-visual-spring { --mobile-season-line: #6f9a78; --panel-ink: #244c3d; }
  body.home-page .season-visual-summer { --mobile-season-line: #438d91; --panel-ink: #16494a; }
  body.home-page .season-visual-autumn { --mobile-season-line: #a87843; --panel-ink: #5b402f; }
  body.home-page .season-visual-winter { --mobile-season-line: #6f879b; --panel-ink: #27465f; }

  body.home-page .season-panel,
  body.home-page .season-panel--spring,
  body.home-page .season-panel--summer,
  body.home-page .season-panel--autumn,
  body.home-page .season-panel--winter {
    padding: 12px 2px !important;
    border: 0 !important;
    border-block: 1px solid color-mix(in srgb, var(--mobile-season-line) 48%, transparent) !important;
    border-radius: 0 !important;
    color: var(--panel-ink) !important;
    background: linear-gradient(90deg, transparent, rgb(250 252 247 / .7) 16%, rgb(250 252 247 / .7) 84%, transparent) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.home-page .season-panel__line {
    background: color-mix(in srgb, var(--mobile-season-line) 72%, transparent) !important;
  }

  /* Mobile news cards keep the existing four-season imagery without the dark
     full-card overlay. Text stays in a separate paper-colored reading area. */
  body.home-page .news-section .news-lead {
    display: grid !important;
    grid-template-rows: auto auto;
    overflow: hidden;
    background: #f8f4e9 !important;
  }

  body.home-page .news-section .news-lead::after,
  body.home-page .news-section .news-lead figure::after {
    content: none !important;
    display: none !important;
  }

  body.home-page .news-section .news-lead figure,
  body.home-page .news-section .news-brief figure {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin: 0;
  }

  body.home-page .news-section .news-lead-overlay {
    position: static !important;
    padding: 20px 18px 18px !important;
    color: #2e2b25 !important;
    background: #f8f4e9 !important;
  }

  body.home-page .news-section .news-lead-overlay h3,
  body.home-page .news-section .news-lead-overlay .news-meta,
  body.home-page .news-section .news-lead-overlay .news-meta span,
  body.home-page .news-section .news-lead-overlay time,
  body.home-page .news-section .news-lead-overlay p,
  body.home-page .news-section .news-lead-overlay em,
  body.home-page .news-section .news-brief h3,
  body.home-page .news-section .news-brief .news-meta,
  body.home-page .news-section .news-brief .news-meta span,
  body.home-page .news-section .news-brief time {
    color: #493e32 !important;
    text-shadow: none !important;
  }

  body.home-page .news-section .news-brief > div {
    min-height: 0;
    padding: 18px;
    background: rgb(255 253 248 / .9);
  }

  /* Team information follows one left reading edge. */
  .page-body[data-page="team"] .team-editorial-shell {
    width: calc(100% - (var(--mobile-page-gutter) * 2));
  }

  .page-body[data-page="team"] .team-overview,
  .page-body[data-page="team"] .team-overview__story,
  .page-body[data-page="team"] .team-directory,
  .page-body[data-page="team"] .team-directory__header,
  .page-body[data-page="team"] .team-member-toolbar,
  .page-body[data-page="team"] .team-member-groups {
    text-align: left;
  }

  .page-body[data-page="team"] .team-directory__header {
    display: block;
    padding-bottom: 24px;
  }

  .page-body[data-page="team"] .team-directory__header h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  /* Homepage outputs becomes a concise gateway on phones. */
  body.home-page .home-outputs.section {
    padding-block: 48px !important;
  }

  body.home-page .home-outputs__heading {
    margin-bottom: 22px;
  }

  body.home-page .home-outputs__heading h2 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  body.home-page .home-outputs__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home-page .home-outputs__stats > div,
  body.home-page .home-outputs__stats > div:last-child {
    grid-column: auto;
    min-height: 72px;
    padding: 10px 8px;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
  }

  body.home-page .home-outputs__stats > div:nth-child(1),
  body.home-page .home-outputs__stats > div:nth-child(4) {
    border-left: 0;
  }

  body.home-page .home-outputs__stats span {
    margin-top: 6px;
    font-size: .72rem;
    letter-spacing: 0;
  }

  body.home-page .home-outputs__total {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 18px 0 0;
  }

  body.home-page .home-outputs__total strong {
    font: 700 2rem/1 "Times New Roman", serif;
  }

  body.home-page .home-outputs__total span {
    font-size: .86rem;
    opacity: .76;
  }

  body.home-page .home-outputs__selected {
    margin-top: 18px;
  }

  body.home-page .home-output-card:nth-child(n + 2) {
    display: none;
  }

  body.home-page .home-output-card,
  body.home-page .home-output-card:first-child {
    padding: 20px 0;
  }

  body.home-page .home-output-card h3 {
    margin: 12px 0 0;
    font-size: clamp(1.2rem, 5.5vw, 1.55rem);
    line-height: 1.4;
  }

  body.home-page .home-output-card > p,
  body.home-page .home-output-card dl {
    display: none;
  }

  body.home-page .home-outputs__action {
    padding-top: 14px;
  }
}

/* Team overview continuation and the name-only directory are shared across
   desktop and mobile; no legacy profile fields are exposed here. */
.page-body[data-page="team"] .team-overview__continuation p {
  margin-top: 0 !important;
}

.page-body[data-page="team"] .team-directory__header {
  grid-template-columns: minmax(0, 1fr);
}

.page-body[data-page="team"] .team-name-directory {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgb(21 63 54 / .14);
  background: rgb(247 249 244 / .72);
}

.page-body[data-page="team"] .team-name-directory[hidden] {
  display: none;
}

.page-body[data-page="team"] .team-name-directory header h3 {
  margin: 7px 0 0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.page-body[data-page="team"] .team-name-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgb(21 63 54 / .16);
  border-left: 1px solid rgb(21 63 54 / .16);
}

.page-body[data-page="team"] .team-name-directory__grid > span {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid rgb(21 63 54 / .16);
  border-bottom: 1px solid rgb(21 63 54 / .16);
  color: #24483e !important;
  background: rgb(255 255 252 / .68);
}

.page-body[data-page="team"] .team-name-directory__grid > span.is-hidden {
  display: none;
}

@media (max-width: 767px) {
  .page-body[data-page="team"] .team-name-directory {
    padding: 20px 16px;
  }

  .page-body[data-page="team"] .team-name-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-body[data-page="team"] .team-name-directory__grid > span {
    padding: 12px;
    font-size: .95rem;
  }
}

/* Inner-page content has a stable, quiet footprint before route data arrives. */
.page-content[aria-busy="true"] {
  min-height: clamp(420px, 58svh, 720px);
}

.page-loading-state,
.page-load-error {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgb(25 67 57 / .14);
  background: rgb(255 255 252 / .72);
}

.page-loading-state h2,
.page-load-error strong {
  display: block;
  margin: 8px 0 0;
  color: #173a31 !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.page-loading-state__lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.page-loading-state__lines span {
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(25 67 57 / .16);
}

.page-loading-state__lines span:nth-child(2) { width: 82%; }
.page-loading-state__lines span:nth-child(3) { width: 58%; }

.page-load-error p {
  margin: 14px 0 0;
  color: #5a6d66 !important;
  line-height: 1.75;
}

@media (max-width: 767px) {
  :root {
    --header-height: var(--mobile-header-height);
    --header-offset: var(--mobile-header-height);
    --container-width: calc(100vw - (var(--mobile-page-gutter) * 2));
    --contained-side: var(--mobile-page-gutter);
  }

  html {
    scroll-padding-top: calc(var(--mobile-header-height) + 16px);
  }

  body {
    overflow-x: clip;
  }

  body.is-menu-open {
    overflow: hidden;
  }

  /* Shared mobile header: one compact row, with a full-width menu layer. */
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    min-height: var(--mobile-header-height);
    padding: 8px 16px;
    column-gap: 10px;
    overflow: visible;
  }

  .site-header > * {
    position: relative;
    z-index: 2;
  }

  .site-header::after {
    position: fixed;
    z-index: 1;
    inset: var(--mobile-header-height) 0 0;
    background: rgb(4 22 20 / .58);
    backdrop-filter: blur(4px);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .site-header.is-menu-open::after {
    opacity: 1;
    pointer-events: auto;
  }

  .brand {
    max-width: calc(100vw - 90px);
  }

  .brand img {
    width: min(212px, calc(100vw - 108px));
    max-height: 38px;
    object-fit: contain;
    object-position: left center;
  }

  .menu-toggle {
    display: inline-flex;
    position: relative;
    inset: auto;
    z-index: 3;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 8px;
  }

  .main-nav {
    position: absolute;
    z-index: 3;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    margin-inline: 16px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: auto;
    max-height: calc(100svh - var(--mobile-header-height) - 28px);
    margin: 0;
    padding: 8px;
    overflow-y: auto;
    border: 1px solid rgb(238 245 239 / .24);
    border-radius: 14px;
    background: rgb(5 24 22 / .96);
    box-shadow: 0 24px 70px rgb(0 0 0 / .28);
    scrollbar-width: thin;
  }

  .site-header.is-menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 11px 12px;
    border: 0;
    border-radius: 8px;
    color: #f5f8f4 !important;
    white-space: normal;
    line-height: 1.35;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible,
  .main-nav a.is-active {
    background: rgb(255 255 255 / .1);
  }

  .main-nav a::after {
    display: none;
  }

  /* Ordinary inner pages use a compact heading block on phones. */
  .page-body .page-hero {
    height: auto !important;
    min-height: 216px !important;
    padding: 88px var(--mobile-page-gutter) 26px !important;
  }

  .page-body[data-page="join"] .page-hero {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: 216px !important;
    padding: 88px var(--mobile-page-gutter) 26px !important;
  }

  .page-body .page-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.2vw, 38px) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
  }

  .page-body[data-page="outputs"] .page-hero {
    height: 216px !important;
    min-height: 216px !important;
    padding: 88px var(--mobile-page-gutter) 26px !important;
  }

  .page-body .page-hero .eyebrow {
    margin-bottom: 9px;
    font-size: 11px !important;
    letter-spacing: .14em;
  }

  .page-body .page-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Homepage seasonal hero: image first, then readable controls in flow. */
  body.home-page .hero-seasonal {
    display: block;
    height: auto;
    min-height: 0;
    padding: 0 0 18px;
    overflow: clip;
  }

  body.home-page main > .section,
  body.home-page main > .season-visual {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.home-page .hero-seasonal__media {
    inset: 0 0 auto;
    height: min(66svh, 560px);
  }

  body.home-page .hero-seasonal__scrim {
    inset: 0 0 auto;
    height: min(66svh, 560px);
    background:
      linear-gradient(180deg, rgb(3 18 23 / .38), rgb(3 18 23 / .04) 35%, rgb(3 18 20 / .82) 100%),
      linear-gradient(90deg, rgb(3 23 22 / .52), rgb(3 23 22 / .08) 82%);
  }

  body.home-page .hero-seasonal__layer[data-hero-season-layer="spring"] {
    object-position: 32% 46%;
  }

  body.home-page .hero-seasonal__layer[data-hero-season-layer="summer"] {
    object-position: 50% 44%;
  }

  body.home-page .hero-seasonal__layer[data-hero-season-layer="autumn"] {
    object-position: 52% 43%;
  }

  body.home-page .hero-seasonal__layer[data-hero-season-layer="winter"] {
    object-position: 55% 46%;
  }

  body.home-page .hero-seasonal__content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: min(66svh, 560px);
    padding: calc(var(--mobile-header-height) + 30px) var(--mobile-page-gutter) 20px;
    box-sizing: border-box;
  }

  body.home-page .hero-seasonal .eyebrow {
    max-width: 100%;
    margin-bottom: 9px;
    font-size: 11px;
    letter-spacing: .04em;
  }

  body.home-page .hero-seasonal h1 {
    max-width: 100%;
    font-size: clamp(31px, 9.2vw, 38px);
    line-height: 1.12;
    letter-spacing: 0;
  }

  body.home-page .hero-seasonal h1 span {
    white-space: normal;
  }

  body.home-page .hero-seasonal .hero-subtitle {
    max-width: 330px;
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.5;
  }

  body.home-page .hero-seasonal .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: min(100%, 330px);
    margin-top: 18px;
  }

  body.home-page .hero-seasonal .primary-action,
  body.home-page .hero-seasonal .secondary-action {
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.home-page .hero-seasonal__switcher {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: auto;
    margin: 0 var(--mobile-page-gutter);
    padding: 4px;
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 12px;
    background: rgb(4 24 22 / .78);
  }

  body.home-page .hero-seasonal__switcher button {
    min-width: 0;
    min-height: 42px;
    padding: 7px 4px;
    border-radius: 8px;
    color: rgb(255 255 255 / .68);
    font-size: clamp(10px, 2.7vw, 12px);
    letter-spacing: .04em;
  }

  body.home-page .hero-seasonal__switcher button.is-active {
    background: rgb(255 255 255 / .12);
    color: #fff;
  }

  body.home-page .hero-seasonal__switcher button::after {
    right: 14%;
    bottom: 4px;
    left: 14%;
  }

  body.home-page .hero-seasonal .home-search {
    position: relative;
    inset: auto;
    grid-template-columns: minmax(0, 1fr) 52px;
    width: auto;
    max-width: none;
    margin: 12px var(--mobile-page-gutter) 0;
    border-radius: 10px;
  }

  body.home-page .hero-seasonal .search-label {
    display: none;
  }

  body.home-page .hero-seasonal .search-input-wrap,
  body.home-page .hero-seasonal .hero-seasonal__search-submit {
    min-height: 54px;
  }

  body.home-page .hero-seasonal .search-input-wrap {
    padding: 0 14px;
  }

  body.home-page .hero-seasonal .search-input-wrap input {
    font-size: 14px;
  }

  body.home-page .hero-seasonal .credibility-panel {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    width: auto;
    margin: 12px var(--mobile-page-gutter) 0;
    border-radius: 12px;
  }

  body.home-page .hero-seasonal .credibility-panel div {
    min-height: 0;
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / .13);
  }

  body.home-page .hero-seasonal .credibility-panel div:last-child {
    border-bottom: 0;
  }

  body.home-page .hero-seasonal .credibility-panel strong {
    font-size: 12px;
    line-height: 1.35;
  }

  body.home-page .hero-seasonal .credibility-panel span {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.45;
  }

  /* Four narrative chapters: keep the photographs immersive, but anchor all
     copy in a stable bottom panel instead of desktop-style floating positions. */
  body.home-page .season-visual {
    height: clamp(500px, 76svh, 640px) !important;
    min-height: 500px !important;
  }

  body.home-page .season-panel,
  body.home-page .season-panel--spring,
  body.home-page .season-panel--summer,
  body.home-page .season-panel--autumn,
  body.home-page .season-panel--winter {
    top: auto !important;
    right: var(--mobile-page-gutter) !important;
    bottom: 20px !important;
    left: var(--mobile-page-gutter) !important;
    width: auto !important;
    max-width: none !important;
    padding: 18px 18px 20px;
    border-radius: var(--mobile-card-radius);
    box-sizing: border-box;
    text-align: left;
    text-shadow: none;
    background: rgb(8 31 28 / .76);
    box-shadow: 0 18px 46px rgb(0 0 0 / .18);
    backdrop-filter: blur(10px);
  }

  body.home-page .season-panel--spring,
  body.home-page .season-panel--winter {
    background: rgb(247 250 244 / .9);
  }

  body.home-page .season-panel--spring { --panel-ink: #143d34; }
  body.home-page .season-panel--winter { --panel-ink: #102f49; }

  body.home-page .season-panel__label {
    font-size: clamp(32px, 11vw, 46px) !important;
    line-height: .9;
    letter-spacing: .08em;
  }

  body.home-page .season-panel__line {
    width: 42px;
    margin: 12px 0 12px;
    transform: none !important;
  }

  body.home-page .season-panel__title {
    font-size: clamp(22px, 6.7vw, 28px) !important;
    line-height: 1.2;
    letter-spacing: .05em;
  }

  body.home-page .season-panel__quote {
    gap: 3px;
    margin-top: 12px;
    font-size: 15px !important;
    line-height: 1.75;
    letter-spacing: .04em;
  }

  body.home-page .season-panel__number {
    display: none;
  }

  body.home-page .season-visual-summer .season-panel,
  body.home-page .season-visual-autumn .season-panel {
    color: #f8f5e9;
  }

  body.home-page .season-visual-summer .season-panel__line,
  body.home-page .season-visual-autumn .season-panel__line {
    margin-right: auto;
    margin-left: 0;
  }

  body.home-page .season-epilogue__content {
    padding-inline: var(--mobile-page-gutter);
  }
}

@media (max-width: 600px) {
  body.home-page .news-section::before {
    right: 0;
    left: auto;
    width: min(460px, 100%);
    height: min(460px, 100vw);
  }

  body.home-page .news-category-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-height: 0;
    margin-bottom: 18px;
    border: 0;
  }

  body.home-page .news-category-bar > .news-category-bar__filters {
    display: contents;
  }

  body.home-page .news-category-bar div a,
  body.home-page .news-category-bar > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 46px;
    padding: 9px 8px !important;
    color: #5b402f !important;
    border: 1px solid rgb(91 64 47 / .2) !important;
    background: rgb(255 253 248 / .48);
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  body.home-page .news-category-bar > a {
    border-left: 1px solid rgb(91 64 47 / .2) !important;
    background: rgb(91 64 47 / .08);
  }

  body.home-page .news-section .news-lead,
  body.home-page .news-section .news-lead-overlay {
    min-height: clamp(360px, 102vw, 420px) !important;
  }

  body.home-page .news-section .news-lead-overlay {
    padding: 22px 18px 24px !important;
  }

  body.home-page .news-section .news-lead h3 {
    display: -webkit-box;
    max-height: calc(1.36em * 3);
    margin: 14px 0 12px;
    overflow: hidden;
    font-size: clamp(25px, 7.2vw, 32px);
    line-height: 1.36;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.home-page .news-section .news-brief h3 {
    display: -webkit-box;
    max-height: calc(1.45em * 2);
    overflow: hidden;
    font-size: clamp(18px, 5.1vw, 22px);
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.home-page .news-section .news-brief > div {
    min-height: 0;
    padding: 18px;
  }

  body.home-page .news-section .news-brief h3 {
    margin-top: 14px;
  }

  body.home-page .team-story p,
  body.home-page .faculty-copy > p,
  body.home-page .faculty-copy > .faculty-summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.home-page .faculty-copy dl {
    display: none;
  }

  body.home-page .home-output-card {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  body.home-page .home-output-card h3 {
    margin-top: 16px;
  }

  .page-body[data-page="team"] .team-directory__areas {
    display: none;
  }

  .page-body[data-page="team"] .team-member-toolbar {
    gap: 14px;
    padding: 16px;
  }

  .page-body[data-page="team"] .team-member-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .page-body[data-page="team"] .team-member-filters button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 8px 6px;
    white-space: normal;
    line-height: 1.3;
  }

  .page-body[data-page="team"] .team-member-card {
    min-height: 0;
    padding: 18px 16px;
    gap: 10px 12px;
  }

  .page-body[data-page="team"] .team-member-card__identity h3 {
    font-size: clamp(1.35rem, 6.8vw, 1.7rem);
  }

  .page-body[data-page="team"] .team-member-card dl {
    display: none;
  }

  .page-body[data-page="outputs"] .output-feature-card {
    min-height: 0;
    padding: 20px;
  }

  .page-body[data-page="outputs"] .output-feature-card__summary {
    display: -webkit-box;
    max-height: calc(1.7em * 3);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .page-body[data-page="outputs"] .output-compact-item {
    gap: 8px;
    padding: 16px 0;
  }

  .page-body[data-page="outputs"] .output-compact-item h3 {
    display: -webkit-box;
    max-height: calc(1.55em * 2);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 360px) {
  :root {
    --mobile-page-gutter: 16px;
  }

  body.home-page .hero-seasonal__content {
    padding-top: calc(var(--mobile-header-height) + 24px);
  }

  body.home-page .hero-seasonal h1 {
    font-size: 30px;
  }

  body.home-page .hero-seasonal .hero-actions {
    gap: 6px;
  }

  body.home-page .hero-seasonal .primary-action,
  body.home-page .hero-seasonal .secondary-action {
    padding-inline: 6px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header::after,
  body.home-page .hero-seasonal__layer,
  body.home-page .season-visual::before {
    transition: none !important;
    animation: none !important;
  }
}

/* 20260806-mobile-ia-round-2: one predictable typography contract. Latin
   labels use Times New Roman; Chinese content falls through to Songti. */
:root {
  --site-font-cn: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, SimSun, serif;
  --site-font-en: "Times New Roman", Times, serif;
}

html body,
html body button,
html body input,
html body select,
html body textarea,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body a,
html body span,
html body strong,
html body em,
html body small,
html body label,
html body li,
html body dt,
html body dd {
  font-family: var(--site-font-cn) !important;
}

html body .eyebrow,
html body .season-index,
html body .season-panel__label,
html body .hero-subtitle,
html body .faculty-copy > span,
html body .team-story > span,
html body .news-meta,
html body .news-feed-meta,
html body .news-feed-foot,
html body time,
html body .hero-seasonal__switcher button,
html body .search-label {
  font-family: var(--site-font-en) !important;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: calc(var(--mobile-header-height) + 24px);
  }

  html body [id] {
    scroll-margin-top: calc(var(--mobile-header-height) + 24px) !important;
  }

  /* The four chapter markers remain as a quiet rhythm; their full-bleed
     photographs are removed from the mobile reading flow. */
  body.home-page .season-visual {
    height: 132px !important;
    min-height: 132px !important;
    background: linear-gradient(135deg, #edf3ee, #e4eee8) !important;
  }

  body.home-page .season-visual::before {
    background-image: none !important;
    opacity: 0 !important;
    filter: none !important;
  }

  body.home-page .season-reveal-edge {
    display: none !important;
  }

  body.home-page .season-panel,
  body.home-page .season-panel--spring,
  body.home-page .season-panel--summer,
  body.home-page .season-panel--autumn,
  body.home-page .season-panel--winter {
    top: 50% !important;
    right: var(--mobile-page-gutter) !important;
    bottom: auto !important;
    left: var(--mobile-page-gutter) !important;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    width: auto !important;
    max-width: none !important;
    padding: 13px 14px !important;
    border: 1px solid rgb(26 78 66 / .12);
    border-radius: 12px;
    background: rgb(250 252 247 / .82) !important;
    box-shadow: none;
    color: #23483e !important;
    transform: translateY(-50%);
    text-shadow: none;
  }

  body.home-page .season-panel__label {
    font-size: 17px !important;
    line-height: 1;
    letter-spacing: .06em;
  }

  body.home-page .season-panel__line {
    width: auto;
    height: 1px;
    margin: 0 !important;
    background: rgb(38 91 76 / .3);
    transform: none !important;
  }

  body.home-page .season-panel__title {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.2;
    letter-spacing: .03em;
  }

  body.home-page .season-panel__quote,
  body.home-page .season-panel__number {
    display: none !important;
  }

  /* The homepage lead and briefs use the same text-first rule as the archive. */
  body.home-page .news-section .news-lead {
    display: block;
    min-height: 0 !important;
    border: 1px solid rgb(91 64 47 / .18);
    border-radius: var(--mobile-card-radius);
    background: #f7f1e5 !important;
    color: #2e2b25 !important;
  }

  body.home-page .news-section .news-lead figure,
  body.home-page .news-section .news-brief figure {
    display: none !important;
  }

  body.home-page .news-section .news-lead-overlay {
    position: static !important;
    display: block;
    min-height: 0 !important;
    padding: 20px 18px 18px !important;
    color: #2e2b25 !important;
    background: transparent !important;
  }

  body.home-page .news-section .news-lead-overlay h3 {
    max-width: 100%;
    margin: 12px 0 10px;
    color: #2e2b25 !important;
    font-size: clamp(23px, 7vw, 30px) !important;
    line-height: 1.38 !important;
    text-shadow: none !important;
  }

  body.home-page .news-section .news-lead-overlay p {
    display: -webkit-box;
    max-height: calc(1.65em * 2);
    overflow: hidden;
    color: #665d50 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.home-page .news-section .news-lead-overlay em {
    margin-top: 16px;
    color: #5b402f !important;
  }

  body.home-page .news-section .news-brief {
    min-height: 0;
    border: 1px solid rgb(91 64 47 / .14);
    border-radius: 14px;
    background: rgb(255 253 248 / .55);
  }
}

/* Phase 1 final mobile structure overrides. Kept here so route-specific
   styles remain untouched and desktop composition is preserved. */
@media (max-width: 767px) {
  .page-content[aria-busy="true"] {
    min-height: max(420px, calc(100svh - 280px));
    padding: 24px var(--mobile-page-gutter) 64px !important;
  }

  .page-loading-state,
  .page-load-error {
    padding: 28px 22px;
  }

  /* Home: one visual core, one action. Supporting controls stay immediately
     below the first viewport instead of competing with the identity block. */
  body.home-page .hero-seasonal__media,
  body.home-page .hero-seasonal__scrim {
    height: min(100svh, 840px);
  }

  body.home-page .hero-seasonal__content {
    min-height: min(100svh, 840px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: calc(var(--mobile-header-height) + 42px);
    padding-bottom: 54px;
  }

  body.home-page .hero-seasonal .eyebrow {
    max-width: 25em;
    opacity: .78;
  }

  body.home-page .hero-seasonal .hero-subtitle {
    max-width: 27em;
    opacity: .72;
  }

  body.home-page .hero-copy[hidden] {
    display: -webkit-box !important;
    max-width: 31em;
    max-height: calc(1.65em * 2);
    margin: 14px 0 0;
    overflow: hidden;
    color: rgb(255 255 255 / .9) !important;
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.home-page .hero-seasonal .hero-actions {
    display: block;
    width: min(100%, 230px);
    margin-top: 20px;
  }

  body.home-page .hero-seasonal .hero-actions .primary-action {
    display: none;
  }

  body.home-page .hero-seasonal .hero-actions .secondary-action {
    width: 100%;
    min-height: 48px;
    color: #173a31 !important;
    border-color: rgb(255 255 255 / .82);
    background: rgb(255 255 255 / .9);
  }

  body.home-page .hero-seasonal__switcher {
    margin-top: 16px;
  }

  /* Team: desktop keeps the existing grid; phones use real research-area
     categories as collapsible directory groups. */
  .page-body[data-page="team"] .team-member-grid {
    display: none !important;
  }

  .page-body[data-page="team"] .team-member-toolbar {
    margin-bottom: 14px;
    padding: 14px;
  }

  .page-body[data-page="team"] .team-member-filters {
    display: none !important;
  }

  .team-member-groups {
    display: grid;
    gap: 10px;
  }

  .team-member-group {
    min-width: 0;
    border-block: 1px solid rgb(25 67 57 / .18);
    background: rgb(255 255 252 / .58);
  }

  .team-member-group summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 12px 14px;
    color: #173a31;
    cursor: pointer;
    list-style: none;
  }

  .team-member-group summary::-webkit-details-marker { display: none; }
  .team-member-group summary::after { content: "＋"; color: #326655; font-size: 20px; }
  .team-member-group[open] summary::after { content: "−"; }
  .team-member-group summary > span { color: #173a31 !important; font-weight: 700; line-height: 1.45; }
  .team-member-group summary > strong { color: #6a7b75 !important; font-size: 13px; white-space: nowrap; }

  .team-member-group__list {
    display: grid;
    border-top: 1px solid rgb(25 67 57 / .12);
  }

  .team-member-compact {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 64px;
    padding: 10px 14px;
    color: #173a31 !important;
    text-decoration: none;
    border-bottom: 1px solid rgb(25 67 57 / .1);
  }

  .team-member-compact:last-child { border-bottom: 0; }
  .team-member-compact.is-hidden { display: none; }
  .team-member-compact__number { color: #8a9893 !important; font-size: 12px; }
  .team-member-compact__identity { display: grid; min-width: 0; gap: 3px; }
  .team-member-compact__identity strong { color: #173a31 !important; font-size: 17px; }
  .team-member-compact__identity small { color: #61726c !important; font-size: 13px; }
  .team-member-compact__action { color: #326655 !important; font-size: 12px; white-space: nowrap; }
  .team-member-compact.is-directory-only .team-member-compact__action { color: #7b8883 !important; }

  /* Join: all five destinations are visible without horizontal discovery. */
  .page-body[data-page="join"] .page-subnav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .page-body[data-page="join"] .page-subnav a {
    min-width: 0 !important;
    min-height: 58px;
    padding: 10px 12px !important;
  }

  .page-body[data-page="join"] .page-subnav a:last-child {
    grid-column: 1 / -1;
  }

  .page-body[data-page="join"] .page-subnav a.is-active {
    box-shadow: inset 3px 0 #285f50;
  }

  /* Undergraduate chapters remain one-row sticky navigation. The shorter
     rail makes the custom scroll offset stable at all requested phone widths. */
  .undergraduate-journey__rail {
    top: var(--mobile-header-height) !important;
    margin-bottom: 32px !important;
    padding: 7px var(--mobile-page-gutter) !important;
  }

  .undergraduate-journey__nav {
    display: flex !important;
    gap: 4px;
    overflow-x: auto !important;
    scroll-padding-inline: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .undergraduate-journey__nav a {
    flex: 0 0 auto;
    min-width: 116px;
    scroll-snap-align: start;
  }

  .undergraduate-journey__stage {
    scroll-margin-top: calc(var(--mobile-header-height) + 76px) !important;
  }

  /* News and outputs: title and compact metadata lead; supporting prose is
     limited without removing the complete record or detail destination. */
  .news-archive-card__copy > p,
  .output-feature-card__summary {
    -webkit-line-clamp: 2 !important;
  }

  .outputs-panels {
    min-height: 0 !important;
  }

  .outputs-panel {
    padding-top: 42px;
  }

  .outputs-panel__header {
    margin-bottom: 28px;
    padding-bottom: 22px;
  }

  .outputs-panel__header > div > p:last-child:not(.eyebrow) {
    display: -webkit-box;
    max-height: calc(1.7em * 3);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 768px) {
  .team-member-groups {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .page-body[data-page="research"] .research-field-mobile-nav {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Phase 2 responsive visual system. This final layer owns only cross-page
   mobile/tablet calibration; page-specific compositions remain in their
   existing stylesheets. */
@media (max-width: 767px) {
  :root {
    --mobile-page-gutter: clamp(16px, 5.1vw, 21px);
  }

  html body {
    font-size: 16px;
    line-height: 1.82;
  }

  .site-header {
    height: var(--mobile-header-height);
    min-height: var(--mobile-header-height);
    padding: 8px var(--mobile-page-gutter);
    border-bottom-color: rgb(255 255 255 / .13);
    box-shadow: none;
  }

  .page-body .site-header {
    border-bottom-color: rgb(25 65 56 / .12);
  }

  .brand img {
    width: min(214px, calc(100vw - 112px));
    max-height: 36px;
  }

  .header-search,
  .menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 6px;
  }

  .header-search svg,
  .menu-toggle svg {
    width: 20px;
    height: 20px;
  }

  .main-nav {
    top: calc(100% + 8px);
    right: var(--mobile-page-gutter);
    left: var(--mobile-page-gutter);
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgb(0 0 0 / .24);
  }

  .section {
    padding-block: clamp(58px, 15vw, 72px) !important;
  }

  .section-heading {
    margin-bottom: clamp(28px, 8vw, 38px) !important;
  }

  .section-heading h2,
  .page-body .page-panel h2,
  .page-body .listing-section > header h2 {
    font-size: clamp(1.95rem, 8vw, 2.35rem) !important;
    line-height: 1.22 !important;
    letter-spacing: .015em !important;
  }

  .section-heading > p,
  .page-content p,
  .page-content li,
  .page-content dd {
    font-size: .98rem;
    line-height: 1.86;
  }

  .page-body:not([data-page="join"]) .page-hero {
    min-height: 176px !important;
    padding: 28px var(--mobile-page-gutter) !important;
  }

  .page-body .page-hero h1 {
    max-width: 10em;
    font-size: clamp(2.18rem, 8.8vw, 2.65rem) !important;
    line-height: 1.18 !important;
    letter-spacing: .025em !important;
  }

  .page-body .page-hero .eyebrow {
    margin-bottom: 9px;
    font-size: .72rem !important;
    letter-spacing: .15em;
  }

  .page-body .page-hero p:not(.eyebrow) {
    margin-top: 12px;
    font-size: .92rem !important;
    line-height: 1.68 !important;
  }

  body.home-page .hero-seasonal__content {
    padding-top: calc(var(--mobile-header-height) + 34px);
    padding-bottom: 48px;
  }

  body.home-page .hero-seasonal h1 {
    max-width: 9.5em;
    font-size: clamp(2.05rem, 8.7vw, 2.5rem) !important;
    line-height: 1.15 !important;
    letter-spacing: .025em !important;
  }

  body.home-page .hero-seasonal .eyebrow {
    font-size: .68rem !important;
    line-height: 1.45;
    letter-spacing: .1em;
  }

  body.home-page .hero-seasonal .hero-subtitle {
    max-width: 28em;
    font-size: .78rem !important;
    line-height: 1.5;
  }

  body.home-page .hero-copy[hidden] {
    font-size: .86rem;
    line-height: 1.72;
  }

  body.home-page .hero-seasonal .hero-actions {
    width: min(100%, 220px);
    margin-top: 18px;
  }

  body.home-page .hero-seasonal .hero-actions .secondary-action {
    min-height: 46px;
    border-radius: 6px;
    font-size: .9rem;
  }

  body.home-page .season-visual {
    height: 112px !important;
    min-height: 112px !important;
  }

  body.home-page .season-panel,
  body.home-page .season-panel--spring,
  body.home-page .season-panel--summer,
  body.home-page .season-panel--autumn,
  body.home-page .season-panel--winter {
    padding: 11px 13px !important;
    border-radius: 8px;
  }

  body.home-page #faculty .home-leader {
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }

  body.home-page #faculty .home-leader__portrait {
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  body.home-page #faculty .home-leader__name {
    font-size: clamp(2.35rem, 10vw, 2.85rem) !important;
  }

  /* Team page navigation is an index; member groups remain a directory. */
  .page-body[data-page="team"] .page-subnav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .page-body[data-page="team"] .page-subnav a {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
    padding: 11px 7px !important;
  }

  .page-body[data-page="team"] .page-subnav strong {
    font-size: .86rem;
    white-space: nowrap;
  }

  .page-body[data-page="team"] .page-subnav span {
    display: none;
  }

  .page-body[data-page="team"] .team-editorial-index a {
    gap: 6px;
    min-height: 58px;
    padding: 10px 4px;
    font-size: .84rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .page-body[data-page="team"] .team-editorial-index span {
    flex: 0 0 auto;
    font-size: .66rem;
    letter-spacing: .06em;
  }

  .team-member-groups {
    gap: 0;
    border-top: 1px solid rgb(25 67 57 / .18);
  }

  .team-member-group {
    border-top: 0;
    background: transparent;
  }

  .team-member-group summary {
    min-height: 58px;
    padding-inline: 4px;
  }

  .team-member-group summary > span {
    font-size: 1rem;
    font-weight: 600;
  }

  .team-member-group__list {
    background: rgb(255 255 252 / .4);
  }

  .team-member-compact {
    min-height: 62px;
    padding: 10px 4px;
  }

  .team-member-compact__identity strong {
    font-size: 1.08rem !important;
    font-weight: 600;
  }

  .team-member-compact__identity small,
  .team-member-compact__action {
    font-size: .78rem !important;
  }

  /* Output categories are navigation; archive records stay typographic. */
  .outputs-category-nav__item {
    min-height: 76px;
    padding: 13px 8px;
  }

  .outputs-category-nav__item strong {
    font-size: 1rem;
  }

  .outputs-panel {
    padding-block: 46px 62px;
  }

  .outputs-panel__header {
    margin-bottom: 26px;
    padding-bottom: 20px;
  }

  .outputs-panel__header h2 {
    font-size: clamp(1.9rem, 7.6vw, 2.35rem);
  }

  .outputs-panel .output-feature-card {
    padding: 22px 18px;
    border-radius: 2px;
  }

  /* Join's five entries remain fully visible and visually read as navigation. */
  .page-body[data-page="join"] .page-subnav a {
    min-height: 62px;
    padding: 10px 12px !important;
    background: transparent !important;
  }

  .page-body[data-page="join"] .page-subnav a.is-active {
    background: rgb(36 75 69 / .045) !important;
    box-shadow: inset 3px 0 #285f50;
  }

  .join-page-layout {
    gap: 54px;
  }

  .join-page-panel,
  .join-contact,
  .page-body[data-page="join"] .join-contact-form {
    border-radius: 0;
    box-shadow: none;
  }

  .join-page-panel {
    min-height: 0;
  }

  .site-footer {
    line-height: 1.7;
  }

  /* Core research content is immediately readable on touch devices; reveal
     motion remains a desktop enhancement. */
  .research-motion-ready .research-field .research-field__picture,
  .research-motion-ready .research-field .research-field__heading,
  .research-motion-ready .research-field .research-field__members,
  .research-motion-ready .research-field .research-field__topic,
  .research-motion-ready .research-field--integrated-v2 .research-field__summary {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --content-padding: clamp(28px, 4.5vw, 46px);
  }

  .site-header {
    padding-inline: clamp(24px, 3.5vw, 38px);
  }

  .page-body .page-content {
    padding-inline: var(--content-padding) !important;
  }

  body.home-page #faculty .home-leader {
    grid-template-columns: minmax(230px, 39%) minmax(0, 61%) !important;
    gap: 30px !important;
    padding: 28px !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 34px rgb(39 72 60 / .06) !important;
  }

  .news-archive-card > a {
    grid-template-columns: minmax(210px, 30%) minmax(0, 1fr);
  }

  .news-archive-card__media {
    display: block;
    width: calc(100% - 24px);
    margin: 12px 0 12px 12px;
  }

  .news-archive-card__copy > p {
    display: -webkit-box;
  }

  .outputs-category-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .outputs-category-nav__item:last-child {
    grid-column: auto;
  }

  .outputs-category-nav__item:nth-last-child(-n + 2) {
    grid-column: span 1;
  }

  .page-body[data-page="outputs"] .page-hero {
    min-height: 320px !important;
  }

  .page-body[data-page="join"] .page-hero {
    min-height: 350px !important;
  }

  .page-body[data-page="join"] .page-subnav {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    overflow: visible !important;
  }

  .page-body[data-page="join"] .page-subnav a {
    min-width: 0 !important;
    padding-inline: 10px !important;
  }

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

/* Tablet landscape keeps the full navigation on one measured row instead of
   inheriting the legacy two-row header used by narrower desktop layouts. */
@media (min-width: 821px) and (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) auto;
    grid-template-rows: 1fr;
    gap: 16px;
    min-height: 76px;
    padding-block: 10px;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header .main-nav {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: clamp(9px, 1.2vw, 16px);
    padding-bottom: 0;
    font-size: clamp(12px, 1.18vw, 14px);
  }

  .site-header .header-search {
    grid-column: 3;
    grid-row: 1;
  }
}

/* Review feedback round 1 final cascade. These declarations intentionally
   follow the phase layers above so the approved mobile composition wins. */
.home-outputs__total {
  display: none;
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding-right: var(--mobile-page-gutter) !important;
    overflow: visible !important;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
    max-width: calc(100vw - (var(--mobile-page-gutter) * 2) - 104px);
  }

  .site-header .header-actions {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    gap: 8px;
  }

  .site-header .header-actions .header-search,
  .site-header .header-actions .menu-toggle {
    position: relative !important;
    inset: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 7px !important;
  }
}

@media (max-width: 767px) {
  body.home-page .season-visual {
    height: 148px !important;
    min-height: 148px !important;
    background: rgb(var(--season-bg) / .96) !important;
  }

  body.home-page .season-visual::before {
    background-image: var(--season-cover, none) !important;
    opacity: .44 !important;
    filter: saturate(.78) contrast(.92) brightness(1.08) !important;
  }

  body.home-page .season-visual-spring { --mobile-season-line: #6f9a78; --panel-ink: #244c3d; }
  body.home-page .season-visual-summer { --mobile-season-line: #438d91; --panel-ink: #16494a; }
  body.home-page .season-visual-autumn { --mobile-season-line: #a87843; --panel-ink: #5b402f; }
  body.home-page .season-visual-winter { --mobile-season-line: #6f879b; --panel-ink: #27465f; }

  body.home-page .season-panel,
  body.home-page .season-panel--spring,
  body.home-page .season-panel--summer,
  body.home-page .season-panel--autumn,
  body.home-page .season-panel--winter {
    padding: 12px 2px !important;
    border: 0 !important;
    border-block: 1px solid color-mix(in srgb, var(--mobile-season-line) 48%, transparent) !important;
    border-radius: 0 !important;
    color: var(--panel-ink) !important;
    background: linear-gradient(90deg, transparent, rgb(250 252 247 / .74) 16%, rgb(250 252 247 / .74) 84%, transparent) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.home-page .season-panel__line {
    background: color-mix(in srgb, var(--mobile-season-line) 72%, transparent) !important;
  }

  body.home-page .news-section .news-lead,
  body.home-page .news-section .news-brief {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto;
    min-height: 0 !important;
    overflow: hidden;
    border-radius: var(--mobile-card-radius) !important;
    background: #f8f4e9 !important;
  }

  body.home-page .news-section .news-lead::after,
  body.home-page .news-section .news-lead figure::after {
    content: none !important;
    display: none !important;
  }

  body.home-page .news-section .news-lead figure,
  body.home-page .news-section .news-brief figure {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin: 0 !important;
  }

  body.home-page .news-section .news-lead-overlay,
  body.home-page .news-section .news-brief > div {
    position: static !important;
    min-height: 0 !important;
    padding: 18px !important;
    color: #493e32 !important;
    background: #f8f4e9 !important;
  }

  body.home-page .news-section .news-lead-overlay h3,
  body.home-page .news-section .news-lead-overlay .news-meta,
  body.home-page .news-section .news-lead-overlay .news-meta span,
  body.home-page .news-section .news-lead-overlay time,
  body.home-page .news-section .news-lead-overlay p,
  body.home-page .news-section .news-lead-overlay em,
  body.home-page .news-section .news-brief h3,
  body.home-page .news-section .news-brief .news-meta,
  body.home-page .news-section .news-brief .news-meta span,
  body.home-page .news-section .news-brief time {
    color: #493e32 !important;
    text-shadow: none !important;
  }

  .page-body[data-page="team"] .team-overview,
  .page-body[data-page="team"] .team-overview__story,
  .page-body[data-page="team"] .team-directory,
  .page-body[data-page="team"] .team-directory__header,
  .page-body[data-page="team"] .team-member-toolbar,
  .page-body[data-page="team"] .team-member-groups,
  .page-body[data-page="team"] .team-name-directory {
    text-align: left !important;
  }

  .page-body[data-page="team"] .team-directory__header {
    display: block !important;
  }

  body.home-page .home-outputs.section {
    padding-block: 46px !important;
  }

  body.home-page .home-outputs__heading {
    margin-bottom: 20px !important;
  }

  body.home-page .home-outputs__stats {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body.home-page .home-outputs__stats > div,
  body.home-page .home-outputs__stats > div:last-child {
    grid-column: auto !important;
    min-height: 78px !important;
    padding: 9px 5px !important;
    border-bottom: 1px solid currentColor !important;
    border-left: 1px solid currentColor !important;
  }

  body.home-page .home-outputs__stats > div:first-child {
    border-left: 0 !important;
  }

  body.home-page .home-outputs__stats strong {
    font-size: clamp(1.3rem, 6vw, 1.7rem) !important;
  }

  body.home-page .home-outputs__stats span {
    margin-top: 5px !important;
    font-size: .66rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }

  body.home-page .home-outputs__total {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 16px 0 0;
  }

  body.home-page .home-outputs__selected {
    margin-top: 14px !important;
  }

  body.home-page .home-output-card:nth-child(n + 2) {
    display: none !important;
  }

  body.home-page .home-output-card,
  body.home-page .home-output-card:first-child {
    padding: 18px 0 !important;
  }

  body.home-page .home-output-card > p,
  body.home-page .home-output-card dl {
    display: none !important;
  }

  body.home-page .home-outputs__action {
    padding-top: 12px !important;
  }
}

/* 20260813 mobile audit: final interaction and readability contract. */
.faculty-profile-mobile-actions {
  display: none;
}

.directory-member-route {
  display: flex;
  justify-content: center;
  width: min(calc(100% - 40px), 760px);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 84px) 0;
}

.directory-member-route a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  color: #fff !important;
  background: #174c42;
  text-decoration: none;
}

@media (max-width: 820px) {
  body.home-page .site-header .header-actions .header-search,
  body.home-page .site-header .header-actions .menu-toggle {
    border: 1px solid rgb(242 244 239 / .28) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-body .site-header .header-actions .header-search,
  .page-body .site-header .header-actions .menu-toggle {
    color: #294a41 !important;
    border-color: rgb(41 74 65 / .2) !important;
    background: transparent !important;
  }

  .site-header .header-actions .header-search svg,
  .site-header .header-actions .menu-toggle svg {
    width: 20px !important;
    height: 20px !important;
    stroke-width: 1.8;
  }

  .page-body .site-header.is-menu-open .main-nav a,
  .page-body .site-header .main-nav a {
    color: #f5f8f4 !important;
  }

  .page-body .site-header .main-nav a:hover,
  .page-body .site-header .main-nav a:focus-visible,
  .page-body .site-header .main-nav a.is-active {
    color: #fff !important;
    background: rgb(255 255 255 / .12) !important;
  }
}

@media (max-width: 767px) {
  body:not(.page-body).home-page.has-season-scroll .news-section .news-lead-overlay h3,
  body:not(.page-body).home-page.has-season-scroll .news-section .news-lead-overlay .news-meta,
  body:not(.page-body).home-page.has-season-scroll .news-section .news-lead-overlay .news-meta span,
  body:not(.page-body).home-page.has-season-scroll .news-section .news-lead-overlay time,
  body:not(.page-body).home-page.has-season-scroll .news-section .news-lead-overlay p,
  body:not(.page-body).home-page.has-season-scroll .news-section .news-lead-overlay em {
    color: #493e32 !important;
    text-shadow: none !important;
  }

  .page-body[data-page="research"] .research-field-mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px 12px;
    padding: 6px 0 !important;
    overflow: visible;
  }

  .page-body[data-page="research"] .research-field-mobile-nav a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 7px 4px 8px !important;
    white-space: normal;
  }

  .page-body[data-page="research"] .research-field-mobile-nav a:last-child {
    grid-column: 1 / -1;
  }

  .page-body[data-page="research"] .research-field-mobile-nav a strong {
    font-size: 12px;
    line-height: 1.35;
  }

  .page-body[data-page="research"] .research-field {
    scroll-margin-top: calc(var(--mobile-header-height) + 166px);
  }

  .page-body[data-page="research"] .research-field__member-links a,
  .page-body[data-page="research"] .research-field__members-action,
  .site-footer .footer-navigation a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-block: 8px;
  }

  .news-archive__filters button,
  .news-pagination button {
    min-height: 44px;
  }

  .faculty-profile-mobile-actions {
    position: sticky;
    z-index: 16;
    bottom: max(10px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(calc(100% - 40px), 520px);
    margin: 28px auto 12px;
    overflow: hidden;
    border: 1px solid rgb(23 76 66 / .2);
    background: rgb(251 250 246 / .96);
    box-shadow: 0 10px 30px rgb(15 45 38 / .14);
    backdrop-filter: blur(10px);
  }

  .faculty-profile-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: #174c42 !important;
    font-weight: 700;
    text-decoration: none;
  }

  .faculty-profile-mobile-actions a + a {
    border-left: 1px solid rgb(23 76 66 / .16);
  }

  .directory-member-route {
    min-height: calc(100svh - var(--mobile-header-height) - 176px);
    align-items: start;
    padding-top: 40px;
  }

  .directory-member-route a {
    width: 100%;
    min-height: 48px;
  }
}

