.home-philosophical-core,
.home-research-entry {
  margin: clamp(2.25rem, 6vw, 4.5rem) 0;
  padding: clamp(1.4rem, 4vw, 2.35rem);
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(201, 168, 76, 0.055), rgba(255, 255, 255, 0.018));
}

.home-section-heading {
  max-width: 780px;
}

.home-section-heading h2 {
  margin: 0.35rem 0 0.85rem !important;
  font-size: clamp(1.55rem, 3.8vw, 2.45rem) !important;
  line-height: 1.18 !important;
}

.home-section-heading > p:last-child {
  color: #aeb5c8 !important;
  line-height: 1.75 !important;
}

.home-threshold-value {
  max-width: 880px;
  margin: 1.35rem 0 1.15rem;
  padding: clamp(1.15rem, 3vw, 1.55rem);
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(7, 12, 24, 0.44));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.home-threshold-label {
  margin: 0 0 0.55rem !important;
  color: var(--gold, #c9a84c) !important;
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-threshold-value h3 {
  max-width: 760px;
  margin: 0 0 0.9rem !important;
  color: #f1e2a6 !important;
  font-size: clamp(1.3rem, 3vw, 1.8rem) !important;
  line-height: 1.28 !important;
}

.home-threshold-value > p:not(.home-threshold-label):not(.home-inline-links) {
  max-width: 820px;
  margin: 0.75rem 0 0 !important;
  color: #bbc2d2 !important;
  line-height: 1.75 !important;
}

.home-threshold-value > p.zh {
  color: #9ea7bb !important;
}

.home-threshold-distinction {
  padding-left: 1rem;
  border-left: 3px solid rgba(201, 168, 76, 0.72);
}

.home-threshold-distinction strong {
  color: #e8d89a;
}

.home-proposition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.6rem 0 1rem;
  padding: 0;
  list-style: none;
}

.home-proposition-grid > li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.14);
}

.home-proposition-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(201, 168, 76, 0.48);
  border-radius: 999px;
  color: var(--gold, #c9a84c);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.85rem;
}

.home-proposition-grid h3 {
  margin: 0.2rem 0 0.7rem !important;
  color: var(--gold, #c9a84c) !important;
  font-size: 1rem !important;
}

.home-proposition-grid p {
  margin: 0 !important;
  line-height: 1.65 !important;
}

.home-proposition-grid p.zh {
  margin-top: 0.55rem !important;
  color: #9098ad !important;
  font-size: 0.9rem !important;
}

.home-proposition-line {
  color: #e7e9f1 !important;
  font-family: Georgia, 'Times New Roman', 'SimSun', serif;
  font-size: 1.02rem !important;
}

.home-philosophical-boundary {
  margin: 1rem 0 0 !important;
  padding-left: 1rem;
  border-left: 3px solid rgba(201, 168, 76, 0.7);
  color: #9da5ba !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}

.home-inline-links,
.home-audience-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-inline-links {
  margin: 1.1rem 0 0 !important;
}

.home-inline-links a,
.home-audience-grid nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.55rem 0.78rem;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.045);
  text-decoration: none !important;
}

.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.home-audience-grid article {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.13);
}

.home-audience-label {
  margin: 0 0 0.55rem !important;
  color: var(--gold, #c9a84c) !important;
  font-size: 0.76rem !important;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-audience-grid h3 {
  margin: 0 0 0.7rem !important;
  font-size: 1.25rem !important;
}

.home-audience-grid article > p:not(.home-audience-label) {
  color: #aeb5c8 !important;
  line-height: 1.7 !important;
}

@media (max-width: 820px) {
  .home-proposition-grid,
  .home-audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .home-philosophical-core,
  .home-research-entry {
    padding: 1.1rem;
    border-radius: 16px;
  }

  .home-threshold-value {
    padding: 1rem;
    border-radius: 14px;
  }

  .home-proposition-grid > li,
  .home-audience-grid article {
    padding: 1rem;
  }
}