/**
 * EduPulse 首页正文样式（由 figma_html_export 首页内联样式抽取；
 * 顶栏/页脚/主题变量见 css/common.css）
 */

@font-face {
  font-family: "P08 Noto Serif SC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/p08-NotoSerifSC-700.ttf") format("truetype");
}

@font-face {
  font-family: "P08 Material Symbols";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../assets/fonts/p08-MaterialSymbolsOutlined.woff2") format("woff2");
}

.section {
  margin-top: 72px;
}

.section-heading {
  text-align: center;
  margin-bottom: 64px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 16px;
  border-radius: 999px;
  font-size: var(--type-d-caption);
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 16px;
}

.eyebrow.orange {
  background: #fff1e5;
  color: var(--orange);
}

.eyebrow.blue {
  background: rgba(0, 85, 255, 0.08);
  color: var(--blue);
}

.eyebrow.green {
  background: rgba(0, 211, 139, 0.12);
  color: var(--green);
}

/* 顶栏、标题 reset、按钮基类见 css/common.css（site-header） */

.hero {
  padding-top: 196px;
  position: relative;
}

.home-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  display: block;
  z-index: 0;
  pointer-events: none;
}

.home-page {
  z-index: 1;
}


.hero-inner {
  width: 896px;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  font-size: var(--type-d-display);
  line-height: var(--type-d-line-tight);
  letter-spacing: -0.03em;
  color: transparent;
  background: linear-gradient(90deg, var(--blue), #ff7a00);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subtitle {
  margin-top: 28px;
  color: #595959;
  font-family: "P08 Noto Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-weight: 400;
  font-size: var(--type-d-title-lg);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.hero-desc {
  width: 576px;
  margin: 27px auto 0;
  color: var(--muted);
  font-size: var(--type-d-lead);
  line-height: var(--type-d-line-body);
}

.hero .cta-pill {
  margin-top: 113px;
  width: 387px;
  height: 70px;
  background: var(--blue);
  color: #fff;
  font-size: var(--type-d-lead);
  box-shadow: 0 25px 50px rgba(0, 85, 255, 0.28);
}

.float-stat {
  --float-rotate: 0deg;
  position: absolute;
  padding: 25px 24px;
  border-radius: var(--radius-lg);
  text-align: center;
  animation: hero-float-y 4.8s ease-in-out infinite;
  will-change: transform;
}

@keyframes hero-float-y {
  0% {
    transform: translateY(0) rotate(var(--float-rotate));
  }
  50% {
    transform: translateY(-12px) rotate(var(--float-rotate));
  }
  100% {
    transform: translateY(0) rotate(var(--float-rotate));
  }
}

.float-stat strong {
  display: block;
  font-size: var(--type-d-title-lg);
  line-height: 1.15;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", "PingFang SC", sans-serif;
}

.float-stat span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: var(--type-d-caption);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.stat-left {
  width: 192px;
  height: 101px;
  left: -20px;
  top: 138px;
  --float-rotate: 0.9deg;
  animation-delay: 0s;
  background: rgba(255,255,255,0.25);
box-shadow: 0px 20px 50px 0px rgba(0,85,255,0.15);
border-radius: 32px 32px 32px 32px;
border: 1px solid rgba(255,255,255,0.4);
}

.stat-left strong {
  color: var(--blue);
}

.stat-right-top {
  width: 224px;
  height: 121px;
  right: -20px;
  top: 69px;
  animation-delay: 0.9s;
  animation-duration: 5.4s;
  background: rgba(255,255,255,0.25);
box-shadow: 0px 20px 50px 0px rgba(0,85,255,0.15);
border-radius: 40px 40px 40px 40px;
border: 1px solid rgba(255,255,255,0.4);
}

.stat-right-top strong {
  color: var(--orange);
  font-size: var(--type-d-title-lg);
}

.stat-right-bottom {
  width: 192px;
  height: 101px;
  right: 80px;
  top: 530px;
  animation-delay: 1.6s;
  animation-duration: 5s;
  background: rgba(255,255,255,0.25);
box-shadow: 0px 20px 50px 0px rgba(0,85,255,0.15);
border-radius: 32px 32px 32px 32px;
border: 1px solid rgba(255,255,255,0.4);
}

.stat-right-bottom strong {
  color: var(--blue);
}

.dual-cards {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.dual-card {
  min-height: 258px;
  border-radius: var(--radius-xl);
  padding: 40px;
  background: rgba(255,255,255,0.25);
}

.dual-card .icon-box,
.system-card .icon-box,
.join-card .icon-box {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.dual-card h3 {
  margin-top: 24px;
  font-size: var(--type-d-title-md);
  line-height: 1.33;
}

.dual-card p {
  margin-top: 12px;
  color: #64748b;
  font-size: var(--type-d-body);
  line-height: var(--type-d-line-body);
}

.announce-feed-section {
  margin-top: 60px;
}

.announce-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.announce-switch-btn {
  min-width: 170px;
  height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid #dbe4f3;
  background: rgba(255, 255, 255, 0.92);
  color: #6d7a8d;
  font-size: var(--type-d-meta);
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.announce-switch-btn:hover {
  color: var(--blue);
  border-color: rgba(0, 85, 255, 0.24);
}

.announce-switch-btn.is-active {
  background: linear-gradient(135deg, #2d52ff 0%, #315dff 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(45, 82, 255, 0.28);
}

.announce-board {
  margin-top: 26px;
  padding: 22px 30px 18px;
  border-radius: 28px;
  border: 1px solid #dfe8f6;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(59, 88, 140, 0.06);
}

.announce-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2px 14px;
}

.announce-head h2 {
  font-size: var(--type-d-title-md);
  line-height: 1.15;
  color: var(--navy);
}

.announce-head a,
.latest-head a {
  color: var(--blue);
  font-size: var(--type-d-meta);
  font-weight: 700;
  text-decoration: none;
}

.announce-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--type-d-meta) !important;
}

.announce-more span {
  display: inline-block;
  transform: translateY(1px);
}

.announce-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.announce-item {
  display: grid;
  grid-template-columns: 120px 1fr 160px;
  gap: 26px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(95, 110, 130, 0.35);
  text-decoration: none;
  color: inherit;
}

.announce-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.announce-date {
  text-align: center;
  border-right: 1px solid #e7ecf4;
  padding-right: 18px;
}

.announce-date strong {
  display: block;
  color: var(--blue);
  font-weight: 500;
  font-size: var(--type-d-title-lg);
  line-height: 1;
}

.announce-item:nth-child(even) .announce-date strong {
  color: #fb7800;
}

.announce-date span {
  display: block;
  margin-top: 10px;
  font-size: var(--type-d-meta);
  color: #8a95a8;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.announce-copy h3 {
  font-size: var(--type-d-lead);
  line-height: var(--type-d-line-title);
  color: #1f2c3f;
}

.announce-copy p {
  margin-top: 10px;
  color: #7d8797;
  font-size: var(--type-d-body);
  line-height: var(--type-d-line-body);
}

.announce-tag {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #607086;
  font-size: 32px;
  font-weight: 700;
}

.announce-tag b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1f5ff;
  color: #4a72d2;
  font-size: var(--type-d-meta);
  font-weight: 500;
}

.announce-tag span {
  color: #5f6e82;
  font-size: 18px;
  line-height: 1;
}

.metrics-grid,
.cases-grid,
.join-grid {
  display: grid;
  gap: 32px;
}

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

.metric-card {
  padding: 38px 40px 36px;
  text-align: center;
}

.metric-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", "PingFang SC", sans-serif;
}

.metric-number {
  font-size: var(--type-d-title-xl);
  line-height: 1;
  font-weight: 800;
}

.metric-unit {
  font-size: var(--type-d-title-md);
  line-height: 1.1;
  font-weight: 700;
}

.metric-card h3 {
  margin-top: 10px;
  font-size: var(--type-d-lead);
  line-height: 1.4;
}

.metric-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: var(--type-d-meta);
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.system-grid--cards {
  gap: 22px;
}

.system-card {
  min-height: 300px;
  padding: 32px;
  position: relative;
}

.system-card--cards {
  min-height: 228px;
  padding: 34px 28px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #eef2f7;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.system-card--cards .system-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: "P08 Material Symbols", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.system-card--cards .system-icon--blue {
  background: rgba(0, 85, 255, 0.08);
  color: var(--blue);
}

.system-card--cards .system-icon--orange {
  background: rgba(251, 120, 0, 0.08);
  color: var(--orange);
}

.system-card--cards .system-icon--green {
  background: rgba(0, 211, 139, 0.1);
  color: var(--green);
}

.system-card--cards h3 {
  margin-top: 20px;
  font-size: var(--type-d-title-md);
  line-height: 1.35;
  color: #1f2c3f;
}

.system-card--cards p {
  margin-top: 16px;
  font-size: var(--type-d-body);
  line-height: var(--type-d-line-body);
  color: #7f8ba0;
  opacity: 1;
}

.system-card--cards .text-link {
  margin-top: 28px;
  font-size: var(--type-d-meta);
  gap: 6px;
}

.system-card--cards .text-link::after {
  content: "›";
  font-size: 16px;
  line-height: 1;
}

.system-card.featured {
  background: linear-gradient(160deg, #061942 0%, #0b1835 100%);
  color: #fff;
  overflow: hidden;
}

.system-card.featured::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -12px;
  bottom: -20px;
  border-radius: 999px;
  background: rgba(0, 85, 255, 0.22);
  filter: blur(10px);
}

.system-card h3 {
  margin-top: 16px;
  font-size: var(--type-d-title-md);
  line-height: 1.33;
}

.system-card p {
  margin-top: 16px;
  font-size: var(--type-d-body);
  line-height: var(--type-d-line-body);
  color: inherit;
  opacity: 0.78;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: var(--type-d-meta);
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

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

.case-card {
  overflow: hidden;
  border-radius: 26px;
}

.case-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.case-media {
  position: relative;
  height: 256px;
  background-size: cover;
  background-position: center;
}

.case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 10, 22, 0.8) 100%);
}

.case-tag {
  position: absolute;
  left: 24px;
  bottom: 16px;
  z-index: 1;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: var(--type-d-caption);
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.case-body {
  padding: 30px 28px 32px;
}

.case-body h3 {
  font-size: 28px;
  line-height: var(--type-d-line-title);
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 81px;
}

.research-card {
  min-height: 248px;
  padding: 25px;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: var(--type-d-caption);
  font-weight: 700;
}

.tag.blue {
  background: rgba(0, 85, 255, 0.12);
  color: var(--blue);
}

.tag.orange {
  background: rgba(251, 120, 0, 0.12);
  color: var(--orange);
}

.tag.green {
  background: rgba(0, 211, 139, 0.12);
  color: var(--green);
}

.research-card h3 {
  margin-top: 14px;
  font-size: 28px;
  line-height: var(--type-d-line-title);
}

.meta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  color: var(--muted);
  font-size: var(--type-d-meta);
  font-weight: 600;
}

.meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.research-card .meta span::before {
  font-family: "P08 Material Symbols", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.research-card .meta-date::before {
  content: "calendar_month";
}

.research-card .meta-type--offline::before {
  content: "location_on";
}

.research-card .meta-type--online::before {
  content: "videocam";
}

.research-card p {
  margin-top: 18px;
  color: var(--muted);
  font-size: var(--type-d-body);
  line-height: var(--type-d-line-body);
}

.research-card .light-pill {
  margin-top: 24px;
  width: 108px;
  height: 40px;
  font-size: var(--type-d-meta);
}

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

.join-card {
  position: relative;
  min-height: 246px;
  padding: 28px 30px 26px;
  overflow: hidden;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
}

.join-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -20px;
  top: -54px;
  border-radius: 999px;
  opacity: 0.34;
  filter: blur(18px);
}

.join-card.blue {
  background: linear-gradient(135deg, #0b56ff 0%, #1a61ff 55%, #0b4be3 100%);
  color: #fff;
}

.join-card.orange {
  background: linear-gradient(135deg, #ff8a10 0%, #ff7d00 58%, #f97200 100%);
  color: #fff;
}

.join-card.navy {
  background: linear-gradient(135deg, #16203a 0%, #121a31 55%, #0d1428 100%);
  color: #fff;
}

.join-card.blue::after {
  background: rgba(255, 255, 255, 0.26);
}

.join-card.orange::after {
  background: rgba(255, 198, 120, 0.28);
}

.join-card.navy::after {
  background: rgba(67, 93, 167, 0.26);
}

.join-card .icon-box {
  color: #fff;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0;
  background: none;
  font-family: "P08 Material Symbols", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 31px;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.join-card h3 {
  margin-top: 12px;
  font-size: var(--type-d-title-md);
  line-height: 1.25;
  font-weight: 500;
}

.join-card p {
  margin-top: 14px;
  max-width: 250px;
  font-size: var(--type-d-body);
  line-height: var(--type-d-line-body);
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}

.join-card a {
  margin-top: auto;
  align-self: flex-start;
  min-width: 98px;
  height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: var(--type-d-meta);
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(12, 18, 36, 0.12);
}

.latest-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}

.latest-grid {
  display: grid;
  grid-template-columns: 620px 620px;
  gap: 40px;
}

.featured-card {
  border-radius: 28px;
  overflow: hidden;
}

.featured-card .media {
  height: 362px;
  position: relative;
  background: center / cover no-repeat;
  border-radius: 20px;
}

.featured-card .media .case-tag {
  top: 24px;
  bottom: auto;
}

.featured-card .body {
  padding: 16px 0 0;
}

.featured-card h3 {
  font-size: var(--type-d-title-lg);
  line-height: var(--type-d-line-title);
  margin-top: 12px;
}

.featured-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: var(--type-d-body);
  line-height: var(--type-d-line-body);
}

.latest-list {
  display: flex;
  flex-direction: column;
}

.latest-item {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.latest-item:last-child {
  margin-bottom: 0;
}

.latest-item .mini-tag {
  font-size: var(--type-d-caption);
  font-weight: 700;
  color: #738199;
  letter-spacing: 0.08em;
}

.latest-item h4 {
  margin-top: 8px;
  font-size: var(--type-d-lead);
  line-height: var(--type-d-line-title);
}

.latest-item .latest-link {
  color: inherit;
  text-decoration: none;
}

.latest-item .latest-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.latest-item time {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: var(--type-d-meta);
}

.spacer {
  height: 140px;
}

/* 首页专用响应式（与全局 responsive 配合；不修改公用顶栏/页脚规则） */
@media (max-width: 1023px) and (min-width: 768px) {
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (max-width: 1023px) {
  .hero-inner {
    width: 100%;
    max-width: 896px;
    padding-inline: 8px;
  }

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

  .hero-subtitle {
    font-size: clamp(18px, 3.8vw, 36px);
  }

  .hero-desc {
    width: 100%;
    max-width: 576px;
    font-size: clamp(15px, 2.2vw, 18px);
  }

  .hero .cta-pill {
    width: min(100%, 387px);
    max-width: 100%;
    height: auto;
    min-height: 56px;
    padding: 14px 24px;
  }

  .float-stat {
    display: none;
  }

  .dual-cards {
    margin-top: 56px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dual-card {
    min-height: 0;
    padding: 28px;
  }

  .latest-grid {
    grid-template-columns: 1fr;
  }

  .announce-switch {
    gap: 16px;
  }

  .announce-switch-btn {
    min-width: 148px;
  }

  .section-heading {
    margin-bottom: clamp(36px, 8vw, 64px);
  }

  .home-heading {
    font-size: clamp(28px, 6vw, 48px);
  }
}

@media (max-width: 767px) {
  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    font-size: var(--type-m-title-xl);
    line-height: var(--type-m-line-tight);
    letter-spacing: -0.02em;
  }

  .hero-subtitle {
    font-size: var(--type-m-title-md);
    line-height: var(--type-m-line-title);
  }

  .hero-desc {
    font-size: var(--type-m-body-lg);
    line-height: var(--type-m-line-body);
  }

  .announce-feed-section {
    margin-top: 40px;
  }

  .announce-switch {
    gap: 12px;
  }

  .announce-switch-btn {
    min-width: 0;
    flex: 1 1 0;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }

  .announce-board {
    margin-top: 18px;
    padding: 18px 18px 14px;
    border-radius: 22px;
  }

  .announce-head {
    align-items: flex-start;
    gap: 12px;
  }

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

  .announce-date {
    border-right: none;
    padding-right: 0;
    text-align: left;
  }

  .announce-date strong {
    font-size: 36px;
  }

  .announce-date span {
    font-size: var(--type-m-caption);
  }

  .announce-copy h3 {
    font-size: var(--type-m-title-md);
    line-height: var(--type-m-line-title);
  }

  .announce-copy p {
    font-size: var(--type-m-body);
    line-height: var(--type-m-line-body);
  }

  .announce-tag {
    justify-self: start;
    font-size: var(--type-m-body);
  }

  .announce-tag b {
    min-width: 92px;
    height: 30px;
    font-size: 14px;
  }

  .announce-more {
    font-size: 15px !important;
  }

  .metrics-grid,
  .cases-grid,
  .system-grid,
  .join-grid {
    grid-template-columns: 1fr;
  }

  .research-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .latest-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
  }

  .featured-card h3 {
    font-size: var(--type-m-title-md);
    line-height: var(--type-m-line-title);
  }

  .latest-item h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .dual-card h3,
  .research-card h3,
  .system-card--cards h3,
  .join-card h3 {
    font-size: var(--type-m-title-md);
    line-height: var(--type-m-line-title);
  }

  .dual-card p,
  .research-card p,
  .system-card--cards p,
  .join-card p,
  .featured-card p,
  .latest-item time {
    font-size: var(--type-m-body);
    line-height: var(--type-m-line-body);
  }

  .metric-card h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .metric-card p,
  .mini-tag,
  .tag,
  .eyebrow {
    font-size: var(--type-m-caption);
  }

  .section {
    margin-top: clamp(36px, 10vw, 72px);
  }

  .spacer {
    height: 64px;
  }
}

.home-heading {
  font-size: var(--type-d-title-xl);
  line-height: 1.15;
  color: var(--navy);
}

.home-lead {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  color: var(--muted);
  font-size: var(--type-d-lead);
  line-height: var(--type-d-line-body);
}

.home-eyebrow-tight {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .home-heading {
    font-size: var(--type-m-title-lg);
    line-height: var(--type-m-line-tight);
  }

  .home-lead {
    font-size: var(--type-m-body-lg);
    line-height: var(--type-m-line-body);
    padding-inline: 8px;
  }
}
