/* Inter latin · variable weight 100–900 · @fontsource-variable/inter (OFL) */
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --navy: #142e3b;
  --jade: #21876f;
  --jade-dark: #176b57;
  --ink: #1a333d;
  --body: #52646c;
  --muted: #6e7d81;
  --faint: #87938f;
  --line: #e3e9e5;
  --wash: #f5f8f5;
  --head: #edf5f0;
  --blue: var(--jade);
  --radius: 16px;
  --font:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
html[lang="en"] {
  --font: "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #fff;
  color: var(--body);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html.lang-pending body {
  visibility: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--navy);
}
button {
  color: inherit;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
.table-scroll:focus-visible {
  outline: 3px solid #45a88d;
  outline-offset: 5px;
}
::selection {
  color: #143a30;
  background: #cbeadd;
}
.container {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.icon {
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 10px 20px;
  background: var(--navy);
  color: white;
  border-radius: 6px;
}
.skip-link:focus {
  top: 10px;
}
.text-jade {
  color: var(--jade);
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jade);
  display: inline-block;
  flex-shrink: 0;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.2px;
  font-weight: 600;
  color: var(--jade);
  line-height: 1.5;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.text-link:hover {
  color: var(--jade);
}
.text-link .icon {
  width: 18px;
}
.button,
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--jade);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover,
.btn:hover {
  background: var(--jade-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #123b2514;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button .arrow {
  margin-left: 8px;
}
.button-small {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 12px;
  border-radius: 6px;
  gap: 14px;
}
/* A quiet, persistent brand and navigation. */
.site-header {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e9eeea;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -1.25px;
  line-height: 1;
}
.brand-mark {
  width: 32px;
  height: 32px;
  border: 10px solid var(--jade);
  border-radius: 50%;
  display: block;
}
.brand-period {
  color: var(--jade);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: auto;
  margin-right: 35px;
}
.main-nav a {
  font-size: 13px;
  position: relative;
  line-height: 2.5;
  white-space: nowrap;
}
.main-nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--jade);
  transform: scaleX(0);
  transition: transform 0.2s;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--jade);
}
.main-nav a:hover:after,
.main-nav a[aria-current="page"]:after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
}
.language-toggle {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  font-size: 12px;
  min-height: 40px;
}
.language-toggle .icon {
  width: 15px;
  height: 15px;
}
.language-toggle:hover {
  color: var(--jade);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 9px;
}
.menu-toggle span {
  display: block;
  height: 1.5px;
  margin: 6px 0;
  background: var(--navy);
  transition: transform 0.2s;
}
/* The landscape is allowed to breathe beyond the grid. */
.hero-section {
  background: linear-gradient(118deg, #fcfdfa 0%, #fff 65%);
  overflow: hidden;
  padding-top: 20px;
}
.hero-layout {
  position: relative;
  min-height: 505px;
  display: flex;
  align-items: center;
}
.hero-copy {
  width: 52%;
  position: relative;
  z-index: 2;
  padding: 40px 0 44px;
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 1.5px;
  font-size: 10px;
  margin-bottom: 25px;
}
.hero-copy h1 {
  font-size: clamp(40px, 4.25vw, 59px);
  font-weight: 650;
  letter-spacing: -2.4px;
  line-height: 1.38;
  white-space: nowrap;
}
.heading-dot {
  display: none;
}
.hero-description {
  font-size: 15px;
  line-height: 2.1;
  margin-top: 24px;
  color: #61716f;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 32px;
}
.hero-note {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  color: #78867f;
  margin-top: 20px;
  letter-spacing: 0.1px;
}
.tiny-check {
  color: var(--jade);
}
.note-divider {
  height: 10px;
  width: 1px;
  background: #cbd6d0;
  margin-inline: 5px;
}
.hero-art {
  position: absolute;
  width: 67%;
  height: 100%;
  right: -9.5%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  mix-blend-mode: multiply;
  mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 10%,
      black 74%,
      transparent 98%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      black 18%,
      black 70%,
      transparent 93%
    );
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  transform: translateY(15px);
}
.art-caption {
  position: absolute;
  z-index: 2;
  bottom: 66px;
  left: 36%;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #5f746d;
  background: #ffffffed;
  border: 1px solid #e5eee7;
  border-radius: 30px;
  padding: 9px 17px;
  box-shadow: 0 5px 25px #37675007;
}
.art-caption .status-dot {
  width: 5px;
  height: 5px;
}
/* Companion cards share the same illustration, framed independently. */
.section {
  padding: 91px 0;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 37px;
}
.section-heading h2 {
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: -0.8px;
  font-weight: 600;
  margin-top: 14px;
}
.section-intro {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 365px;
}
.coaches-section {
  background: #f6f8f5;
  border-top: 1px solid #edf1eb;
}
.coach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.coach-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3eae3;
  border-radius: 12px;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
  display: flex;
  flex-direction: column;
}
.coach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px #2446370b;
}
.coach-hua {
  border-color: #a5cbb9;
}
.coach-portrait {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: #edf4ef;
  border-bottom: 1px solid #edf0eb;
}
.coach-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coach-aya .coach-portrait {
  background: #f1f4eb;
}
.coach-qiang .coach-portrait {
  background: #edf3f6;
}
.coach-portrait:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #fff 0, transparent 22%);
  pointer-events: none;
}
.coach-category {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 20px;
  font-size: 10px;
  color: #3e6959;
  letter-spacing: 1px;
  background: #ffffffdf;
  border: 1px solid #dce8df;
  padding: 4px 9px;
  border-radius: 4px;
}
.live-badge {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 17px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--jade);
}
.portrait-word {
  position: absolute;
  z-index: 2;
  bottom: 3px;
  right: 22px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #6084725c;
  font-size: 42px;
  letter-spacing: -2px;
}
.coach-content {
  padding: 23px 26px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.coach-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coach-title h3 {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.coach-title small {
  font-size: 13px;
  font-weight: 400;
  color: #8b9590;
  letter-spacing: 0.2px;
  margin-left: 12px;
}
.coach-symbol {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: #f3f7f2;
  border-radius: 50%;
  color: var(--jade);
}
.coach-symbol .icon {
  width: 16px;
  height: 16px;
}
.coach-tagline {
  font-size: 15px;
  color: var(--jade);
  font-weight: 500;
  margin-top: 10px;
}
.coach-description {
  font-size: 13px;
  line-height: 1.95;
  color: #78837e;
  margin-top: 12px;
  margin-bottom: 19px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}
.tags span {
  font-size: 10px;
  background: #f5f7f3;
  padding: 4px 8px;
  border-radius: 4px;
  color: #6f7b72;
  white-space: nowrap;
}
.coach-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 22px;
  min-height: 61px;
  font-size: 12px;
}
.coach-footer > a {
  min-width: 35px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--jade);
}
.coach-footer .icon {
  width: 18px;
}
.coach-footer .coach-try {
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
}
.coming-soon {
  color: #88938a;
  font-size: 11px;
}
.coaches-footnote {
  text-align: center;
  margin-top: 24px;
  font-size: 11px;
  color: #7d8980;
}
.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.solution-card {
  background: #f0f6f1;
  border: 1px solid #e3ece3;
  border-radius: 12px;
  padding: 31px 34px 0;
}
.solution-card.workplace {
  background: #f0f5f8;
  border-color: #e2e9ef;
}
.solution-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.solution-icon {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  border-radius: 12px;
  background: #e2efe4;
  color: var(--jade);
}
.solution-icon .icon {
  width: 27px;
  height: 27px;
}
.workplace .solution-icon {
  color: #527991;
  background: #e1ebf1;
}
.solution-number {
  color: #81988b;
  font-size: 9px;
  letter-spacing: 1.7px;
}
.workplace .solution-number {
  color: #8495a3;
}
.solution-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.solution-card > p {
  max-width: 440px;
  font-size: 14px;
  line-height: 1.9;
  color: #6e8075;
}
.workplace > p {
  color: #71818c;
}
.solution-card ul {
  padding: 0;
  list-style: none;
  margin: 23px 0 27px;
  font-size: 12px;
}
.solution-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.solution-card li .icon {
  color: var(--jade);
  width: 16px;
  height: 20px;
}
.workplace li .icon {
  color: #527991;
}
.solution-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #dbe6dd;
  min-height: 67px;
  font-size: 11px;
  color: #7a8d80;
}
.workplace .solution-bottom {
  border-color: #dbe5eb;
  color: #7a8b99;
}
.solution-bottom a {
  color: var(--jade);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.solution-bottom .icon {
  width: 19px;
}
.workplace .solution-bottom a {
  color: #527991;
}
.resources-section {
  padding-top: 8px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.resource-card {
  padding: 26px 26px 24px;
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
  min-width: 0;
}
.resource-card + .resource-card {
  border-left: 1px solid var(--line);
}
.resource-card:hover {
  background: #f6f9f5;
}
.resource-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  color: var(--jade);
}
.resource-top > .icon {
  width: 25px;
  height: 25px;
}
.resource-top > span {
  font-size: 10px;
  color: #a1aba2;
  letter-spacing: 1px;
}
.resource-card h3 {
  font-size: 19px;
  font-weight: 550;
}
.resource-english {
  font-size: 11px;
  color: #8c988e;
  letter-spacing: 0.3px;
  margin-top: 3px;
}
.resource-description {
  font-size: 12px;
  line-height: 1.95;
  color: #78847c;
  margin: 17px 0 26px;
}
.resource-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--jade);
  font-size: 11px;
  font-weight: 500;
  margin-top: auto;
}
.resource-link .icon {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.resource-card:hover .resource-link .icon {
  transform: translateX(4px);
}
/* Partnership invitation and understated footer. */
.partnership-section {
  padding: 0 0 75px;
}
.partnership-panel {
  position: relative;
  background: #163f37;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  border-radius: 14px;
  padding: 55px 64px;
  overflow: hidden;
}
.partnership-panel:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid #ffffff06;
  border-radius: 50%;
  right: -150px;
  top: -200px;
  box-shadow:
    0 0 0 55px #ffffff02,
    0 0 0 110px #ffffff02;
  pointer-events: none;
}
.partnership-copy .eyebrow {
  color: #91bca7;
  font-size: 9px;
  letter-spacing: 1.8px;
}
.partnership-copy h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  margin: 16px 0;
}
.partnership-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: #a8c5b7;
  line-height: 1.9;
}
.button-light {
  background: #f8fcf5;
  color: #214f3e;
  min-height: 44px;
  padding: 12px 21px;
  font-size: 12px;
  margin-top: 27px;
  gap: 32px;
}
.button-light:hover {
  background: #e3f0df;
  color: #173a2c;
}
.partnership-email {
  display: inline-block;
  margin-left: 19px;
  color: #a8c5b7;
  font-size: 11px;
}
.partnership-email:hover {
  color: white;
}
.partner-types {
  align-self: center;
  position: relative;
  z-index: 1;
}
.partner-types > div {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #426459;
}
.partner-types > div:last-child {
  border: 0;
}
.partner-types > div > .icon {
  width: 28px;
  height: 28px;
  color: #afd2ba;
}
.partner-types p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.partner-types strong {
  font-size: 16px;
  font-weight: 500;
  color: #e6f1e9;
}
.partner-types p > span {
  font-size: 11px;
  color: #9fbfaf;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 42px 0 29px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}
.site-footer .brand {
  font-size: 27px;
}
.site-footer .brand-mark {
  width: 27px;
  height: 27px;
  border-width: 8px;
}
.footer-tagline {
  font-size: 11px;
  color: #8b978d;
  margin-top: 14px;
}
.footer-links {
  display: flex;
  gap: 32px;
  font-size: 12px;
}
.footer-links a:hover {
  color: var(--jade);
}
.footer-copyright {
  font-size: 10px;
  color: #929b95;
  margin-top: 10px;
}
/* Bilingual resource reading pages. */
.resource-page {
  --doc-serif:
    Georgia, "Songti SC", "SimSun", "Noto Serif CJK SC", "Times New Roman",
    serif;
  --doc-red: #9a2e1f;
  --doc-ink: #262320;
  --doc-body: #47423c;
  background: #fafaf7;
}
.resource-page .site-header {
  background: #ffffffed;
}
.resource-page .main-nav {
  margin-right: 0;
}
.resource-page .header-inner > .button {
  margin-left: 6px;
}
.document-shell {
  width: min(1120px, calc(100% - 96px));
  margin: 45px auto 75px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  column-gap: 65px;
  align-items: start;
}
.resource-sidebar {
  position: sticky;
  top: 124px;
  padding-top: 10px;
}
.sidebar-label {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--jade);
  font-weight: 600;
  margin: 0 0 19px 13px;
}
.resource-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.resource-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  font-size: 13px;
  border-radius: 6px;
  line-height: 1.55;
  border-left: 2px solid transparent;
}
.resource-sidebar nav a .nav-icon {
  width: 19px;
  height: 19px;
}
.resource-sidebar nav a[href="product-overview.html"] .nav-icon {
  color: #21876f;
}
.resource-sidebar nav a[href="company-overview.html"] .nav-icon {
  color: #3f7dbb;
}
.resource-sidebar nav a[href="pilot-proposal.html"] .nav-icon {
  color: #d08531;
}
.resource-sidebar nav a[href="pricing-framework.html"] .nav-icon {
  color: #8a6fbf;
}
.resource-sidebar nav a .nav-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.resource-sidebar nav a .nav-copy > span {
  font-size: 10px;
  color: #8b9990;
  margin-top: 3px;
}
.resource-sidebar nav a:hover {
  background: #edf4ee;
}
.resource-sidebar nav a[aria-current="page"] {
  background: #e9f2eb;
  color: var(--jade);
  border-left: 2px solid var(--jade);
}
.sidebar-contact {
  margin-top: 29px;
  padding: 24px 14px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.sidebar-contact p {
  margin-bottom: 12px;
}
.sidebar-contact a {
  color: var(--jade);
  font-size: 11px;
}
.resource-page .wrap {
  min-width: 0;
  padding: 58px 62px 46px;
  max-width: 820px;
  background: #ffffff;
  border: 1px solid #eae6df;
  border-radius: 4px;
  box-shadow:
    0 1px 2px rgba(38, 32, 26, 0.04),
    0 26px 52px -36px rgba(38, 32, 26, 0.2);
  font-family: var(--doc-serif);
  color: var(--doc-body);
}
.back {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #839084;
  margin-bottom: 24px;
  gap: 8px;
  font-family: var(--font);
}
.back:hover {
  color: var(--jade);
}
.document-header {
  text-align: center;
}
.kicker {
  font-size: 10.5px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--doc-red);
  font-weight: 600;
}
.resource-page h1 {
  font-size: 45px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 16px 0 14px;
  color: var(--doc-ink);
}
.sub {
  font-size: 15.5px;
  color: #8b837a;
  font-weight: 400;
}
.resource-page h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin: 58px 0 22px;
  letter-spacing: 0;
  color: var(--doc-red);
  text-align: center;
}
.document-header + h2 {
  margin-top: 54px;
}
.resource-page h2 .cn {
  display: block;
  font-size: 13.5px;
  font-weight: 400;
  color: #9a9187;
  margin: 6px 0 0;
}
.resource-page .wrap > p,
.resource-page .item p {
  font-size: 16px;
  line-height: 1.95;
  margin: 0 0 20px;
  text-align: justify;
}
.resource-page .wrap > p {
  text-indent: 2em;
}
.cn {
  display: block;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.9;
  color: #8a847b;
  margin-top: 7px;
}
.lede {
  color: var(--doc-ink);
}
.resource-page .wrap > p.lede {
  font-size: 17.5px;
  line-height: 1.9;
}
.resource-page b,
.resource-page strong {
  color: var(--doc-ink);
  font-weight: 700;
}
.item {
  padding: 20px 24px 22px;
  background: #fbfaf8;
  border: 1px solid #edeae3;
  border-radius: 5px;
  margin: 0 0 14px;
}
.resource-page .item .t {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--doc-ink);
  line-height: 1.5;
  margin-bottom: 8px;
}
.resource-page .item p:last-child {
  margin-bottom: 0;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
  border-top: 2px solid var(--doc-ink);
  border-bottom: 1px solid var(--doc-ink);
  margin: 18px 0 30px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13.5px;
  line-height: 1.8;
  background: transparent;
  font-variant-numeric: lining-nums tabular-nums;
}
thead th {
  text-align: left;
  font-weight: 700;
  color: var(--doc-ink);
  background: transparent;
  padding: 13px 18px;
  font-size: 12.5px;
  letter-spacing: 0.4px;
  vertical-align: bottom;
  border-bottom: 1px solid var(--doc-ink);
}
tbody th {
  text-align: left;
  font-weight: 700;
  color: var(--doc-ink);
  background: transparent;
  padding: 15px 18px;
  vertical-align: top;
}
td {
  padding: 15px 18px;
  vertical-align: top;
}
thead th:first-child,
tbody th:first-child,
td:first-child {
  padding-left: 0;
}
thead th:last-child,
tbody th:last-child,
td:last-child {
  padding-right: 0;
}
td.k {
  color: var(--doc-ink);
  font-weight: 700;
}
td .cn {
  font-size: 11px;
  margin-top: 3px;
}
.price {
  font-size: 32px;
  color: var(--doc-red);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.note {
  background: var(--wash);
  border-left: 3px solid var(--jade);
  border-radius: 0 10px 10px 0;
  padding: 18px 24px;
  margin: 24px 0;
  font-size: 15px;
}
.resource-page .wrap > footer {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid #d5cfc5;
  font-size: 11.5px;
  color: #8b837a;
  line-height: 1.9;
}
.resource-page .wrap > footer p {
  margin-bottom: 11px;
}
.resource-page .wrap > footer .sig {
  font-size: 12.5px;
  color: var(--doc-ink);
  font-weight: 700;
  margin-bottom: 3px;
}
.document-cta {
  margin-top: 44px;
  padding: 26px 28px;
  border: 1px solid #e9e4da;
  border-radius: 5px;
  background: #faf8f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.document-cta p {
  font-size: 15px;
  color: var(--doc-ink);
}
.document-cta p span {
  display: block;
  font-size: 11.5px;
  color: #8b837a;
  margin-top: 4px;
}
.document-cta .button {
  font-size: 12px;
  min-height: 42px;
  padding: 10px 17px;
  white-space: nowrap;
  font-family: var(--font);
}
/* English uses the same rhythm without forcing translated copy into fixed boxes. */
html[lang="en"] .hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.2;
  font-weight: 500;
  white-space: normal;
  letter-spacing: -1.8px;
}
html[lang="en"] .hero-copy {
  width: 49%;
}
html[lang="en"] .hero-description {
  max-width: 445px;
  font-size: 15px;
  line-height: 1.85;
}
html[lang="en"] .section-heading h2 {
  max-width: 630px;
  font-size: 32px;
  letter-spacing: -1px;
}
html[lang="en"] .section-intro {
  max-width: 290px;
}
html[lang="en"] .coach-tagline {
  font-size: 13px;
}
html[lang="en"] .coach-description {
  font-size: 12px;
}
html[lang="en"] .tags {
  gap: 5px;
}
html[lang="en"] .tags span {
  font-size: 9px;
  padding: 4px 6px;
}
html[lang="en"] .solution-card h3 {
  font-size: 24px;
}
html[lang="en"] .partnership-copy h2 {
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1.35;
  max-width: 430px;
}
@media (min-width: 1550px) {
  .hero-art {
    right: -9%;
    width: 69%;
  }
  .hero-layout {
    min-height: 600px;
  }
  .hero-copy h1 {
    font-size: 59px;
  }
  .hero-image {
    transform: translateY(15px);
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 72px);
  }
  .main-nav {
    gap: 20px;
    margin-right: 15px;
  }
  .header-actions {
    gap: 17px;
  }
  .brand {
    font-size: 28px;
  }
  .brand-mark {
    width: 29px;
    height: 29px;
    border-width: 9px;
  }
  .hero-layout {
    min-height: 545px;
  }
  .hero-copy h1 {
    font-size: 4.5vw;
    letter-spacing: -2px;
  }
  .hero-art {
    width: 67%;
    right: -12%;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 13px 17px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .section {
    padding: 70px 0;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .section-intro {
    font-size: 12px;
    max-width: 310px;
  }
  .coach-grid {
    gap: 18px;
  }
  .coach-hua .coach-content {
    padding: 20px 21px 0;
  }
  .coach-description {
    font-size: 12px;
  }
  .coach-category {
    left: 14px;
    font-size: 9px;
  }
  .live-badge {
    right: 12px;
    font-size: 9px;
  }
  .tags {
    gap: 4px;
  }
  .tags span {
    font-size: 9px;
    padding: 4px 6px;
  }
  .resources-section {
    padding-top: 0;
  }
  .resource-card {
    padding: 24px 20px;
  }
  .resource-description {
    font-size: 11px;
  }
  .partnership-panel {
    padding: 45px;
    gap: 45px;
  }
  .partnership-copy h2 {
    font-size: 31px;
  }
  .partnership-email {
    display: block;
    margin: 14px 0 0;
  }
  .document-shell {
    column-gap: 35px;
    grid-template-columns: 185px minmax(0, 1fr);
    width: calc(100% - 72px);
  }
  .resource-page .main-nav {
    gap: 18px;
  }
  html[lang="en"] .hero-copy h1 {
    font-size: 4.15vw;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 27px;
  }
  html[lang="en"] .resource-card h3 {
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 76px;
  }
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    gap: 18px;
  }
  .main-nav {
    gap: 17px;
    margin-right: 0;
  }
  .main-nav a {
    font-size: 12px;
  }
  .header-actions {
    gap: 14px;
  }
  .header-actions > .button {
    display: none;
  }
  .hero-layout {
    min-height: 485px;
  }
  .hero-copy {
    width: 56%;
  }
  .hero-copy h1 {
    font-size: 4.7vw;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-art {
    right: -5%;
    width: 67%;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    margin-top: 24px;
  }
  .hero-note {
    font-size: 10px;
  }
  .hero-description {
    max-width: 370px;
    font-size: 12px;
  }
  .art-caption {
    bottom: 65px;
    left: 38%;
    font-size: 9px;
    padding: 7px 12px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 22px;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  .section-intro {
    max-width: 270px;
    font-size: 11px;
  }
  .coach-grid {
    gap: 14px;
  }
  .coach-hua .coach-content {
    padding: 17px 17px 0;
  }
  .coach-category {
    top: 12px;
    left: 10px;
    font-size: 8px;
    padding: 3px 6px;
  }
  .live-badge {
    top: 40px;
    right: auto;
    left: 11px;
  }
  .coach-title h3 {
    font-size: 22px;
  }
  .coach-tagline {
    font-size: 12px;
  }
  .coach-description {
    font-size: 11px;
  }
  .tags span {
    font-size: 8px;
  }
  .coach-title small {
    font-size: 11px;
    margin-left: 7px;
  }
  .portrait-word {
    font-size: 35px;
    right: 15px;
  }
  .solution-card {
    padding: 26px 25px 0;
  }
  .solution-card h3 {
    font-size: 22px;
  }
  .solution-card > p {
    font-size: 12px;
  }
  .solution-card ul {
    font-size: 11px;
  }
  .solution-bottom {
    font-size: 10px;
  }
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resource-card {
    padding: 25px;
  }
  .resource-card:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .resource-card:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .resource-description {
    font-size: 12px;
  }
  .partnership-panel {
    gap: 35px;
    padding: 38px;
  }
  .partnership-copy h2 {
    font-size: 29px;
  }
  .partner-types > div {
    gap: 16px;
  }
  .partner-types strong {
    font-size: 14px;
  }
  .partner-types p > span {
    font-size: 10px;
  }
  .footer-links {
    gap: 21px;
  }
  .document-shell {
    grid-template-columns: 155px minmax(0, 1fr);
    column-gap: 26px;
    width: calc(100% - 48px);
  }
  .resource-sidebar nav a {
    font-size: 12px;
    padding: 12px;
  }
  .resource-page .main-nav {
    display: none;
  }
  .resource-page h1 {
    font-size: 36px;
  }
  .resource-page h2 .cn {
    margin: 5px 0 0;
  }
  .resource-page .wrap > p,
  .resource-page .item p {
    font-size: 15px;
  }
  .resource-page .wrap > p.lede {
    font-size: 16px;
  }
  .resource-page .item {
    padding: 16px;
  }
  .document-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 24px;
  }
  html[lang="en"] .hero-copy {
    width: 51%;
  }
  html[lang="en"] .hero-description {
    font-size: 13px;
  }
  html[lang="en"] .section-intro {
    max-width: 230px;
  }
  html[lang="en"] .coach-tagline {
    font-size: 12px;
  }
  html[lang="en"] .partnership-copy h2 {
    font-size: 30px;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 90px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 72px;
  }
  .brand {
    font-size: 27px;
    gap: 9px;
  }
  .brand-mark {
    width: 28px;
    height: 28px;
    border-width: 9px;
  }
  .header-actions {
    gap: 17px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 17px 22px 23px;
    box-shadow: 0 12px 18px #193e2508;
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .main-nav a {
    padding: 7px 3px;
    font-size: 14px;
    line-height: 2;
  }
  .main-nav a:after {
    display: none;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-copy {
    width: 100%;
    padding: 46px 0 0;
    text-align: center;
  }
  .hero-eyebrow {
    justify-content: center;
    font-size: 8px;
    letter-spacing: 1.25px;
    margin-bottom: 21px;
  }
  .hero-copy h1 {
    font-size: clamp(30px, 7.3vw, 47px);
    line-height: 1.45;
    letter-spacing: -1.3px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 2;
    margin: 18px auto 0;
    max-width: 100%;
  }
  .hero-actions {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 21px;
    margin-top: 23px;
  }
  .hero-actions .button {
    min-height: 47px;
    padding: 12px 16px;
    font-size: 11px;
    gap: 7px;
  }
  .hero-actions .button .arrow {
    display: none;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 7px;
  }
  .hero-note {
    justify-content: center;
    font-size: 9px;
    margin-top: 15px;
    gap: 5px;
  }
  .hero-art {
    position: relative;
    width: calc(100% + 40px);
    height: auto;
    aspect-ratio: 1.43;
    right: auto;
    top: auto;
    margin-top: 10px;
  }
  .hero-image {
    transform: none;
    mask-image: none;
    mix-blend-mode: multiply;
  }
  .art-caption {
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    padding: 6px 13px;
    white-space: nowrap;
  }
  .section {
    padding: 51px 0;
  }
  .section-heading {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 25px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.8px;
  }
  .section-heading h2 {
    font-size: 25px;
    margin-top: 10px;
    letter-spacing: -0.8px;
  }
  .section-intro {
    font-size: 12px;
    max-width: none;
  }
  .section-intro br {
    display: none;
  }
  .coach-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 450px;
    margin-inline: auto;
  }
  .coach-hua .coach-category {
    font-size: 10px;
    top: 18px;
    left: 20px;
    padding: 4px 9px;
  }
  .live-badge {
    left: auto;
    right: 19px;
    top: 22px;
    font-size: 10px;
  }
  .portrait-word {
    font-size: 48px;
    right: 23px;
  }
  .coach-content {
    padding: 24px 26px 0;
  }
  .coach-title h3 {
    font-size: 25px;
  }
  .coach-title small {
    font-size: 13px;
    margin-left: 11px;
  }
  .coach-tagline {
    font-size: 15px;
  }
  .coach-description {
    font-size: 13px;
    margin-bottom: 19px;
  }
  .tags span {
    font-size: 10px;
    padding: 4px 8px;
  }
  .tags {
    gap: 6px;
  }
  .coach-footer {
    margin-top: 22px;
    min-height: 61px;
  }
  .coaches-footnote {
    font-size: 10px;
    text-align: left;
    line-height: 1.9;
    margin-top: 22px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .solution-card {
    padding: 26px 25px 0;
  }
  .solution-card h3 {
    font-size: 23px;
  }
  .solution-card > p {
    font-size: 13px;
  }
  .solution-card ul {
    font-size: 12px;
  }
  .solution-bottom {
    font-size: 10px;
  }
  .section-heading .text-link {
    font-size: 12px;
  }
  .resources-section {
    padding-top: 0;
  }
  .resource-grid {
    gap: 0;
  }
  .resource-card {
    padding: 22px 18px;
  }
  .resource-top {
    margin-bottom: 21px;
  }
  .resource-card h3 {
    font-size: 18px;
  }
  .resource-english {
    font-size: 10px;
  }
  .resource-description {
    font-size: 11px;
    line-height: 1.9;
    margin-bottom: 22px;
  }
  .resource-link {
    font-size: 10px;
  }
  .partnership-section {
    padding-bottom: 42px;
  }
  .partnership-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 27px;
    border-radius: 10px;
  }
  .partnership-copy h2 {
    font-size: 29px;
  }
  .partnership-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .partnership-copy .eyebrow {
    font-size: 8px;
  }
  .partnership-email {
    display: inline-block;
    margin: 0 0 0 14px;
    font-size: 10px;
  }
  .button-light {
    margin-top: 23px;
    padding: 12px 17px;
    gap: 20px;
  }
  .partner-types > div {
    padding: 20px 0;
    gap: 20px;
  }
  .partner-types > div:first-child {
    padding-top: 0;
  }
  .partner-types strong {
    font-size: 14px;
  }
  .partner-types p > span {
    font-size: 11px;
  }
  .site-footer {
    padding: 30px 0 25px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 25px;
  }
  .footer-links {
    gap: 27px;
    font-size: 11px;
  }
  .footer-copyright {
    font-size: 9px;
    line-height: 1.9;
  }
  .document-shell {
    display: block;
    width: calc(100% - 40px);
    margin: 27px auto 48px;
  }
  .resource-sidebar {
    position: static;
    padding: 0 0 21px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--line);
  }
  .sidebar-label,
  .sidebar-contact {
    display: none;
  }
  .resource-sidebar nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .resource-sidebar nav a {
    font-size: 11px;
    padding: 10px 12px;
    gap: 9px;
  }
  .resource-sidebar nav a .nav-icon {
    width: 17px;
    height: 17px;
  }
  .resource-sidebar nav a .nav-copy > span {
    font-size: 9px;
    margin-top: 0;
  }
  .resource-sidebar nav a[aria-current="page"] {
    border-left-color: transparent;
    box-shadow: inset 0 -2px var(--jade);
  }
  .resource-page .header-inner > .button {
    font-size: 10px;
    min-height: 37px;
    padding: 8px 12px;
  }
  .back {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .resource-page h1 {
    font-size: 29px;
    letter-spacing: -0.2px;
  }
  .sub {
    font-size: 13.5px;
  }
  .kicker {
    font-size: 8.5px;
    letter-spacing: 1.6px;
  }
  .resource-page h2 {
    font-size: 21px;
    line-height: 1.4;
    margin-top: 40px;
  }
  .resource-page h2 .cn {
    font-size: 12px;
  }
  .resource-page .wrap > p,
  .resource-page .item p {
    font-size: 15px;
    line-height: 1.9;
  }
  .resource-page .wrap > p {
    text-align: left;
  }
  .cn {
    font-size: 13px;
  }
  .resource-page .wrap > p.lede {
    font-size: 16.5px;
  }
  .table-scroll {
    margin-block: 16px 24px;
  }
  .table-scroll table {
    min-width: 450px;
    font-size: 12.5px;
  }
  th,
  td {
    padding: 13px 14px;
  }
  .resource-page .item .t {
    font-size: 14.5px;
  }
  .resource-page .wrap > footer {
    margin-top: 38px;
    font-size: 10.5px;
  }
  html[lang="en"] .hero-copy {
    width: 100%;
  }
  html[lang="en"] .hero-copy h1 {
    font-size: clamp(32px, 8.3vw, 48px);
    line-height: 1.23;
    letter-spacing: -1.5px;
  }
  html[lang="en"] .hero-description {
    font-size: 13px;
    max-width: 345px;
    line-height: 1.8;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  html[lang="en"] .section-intro {
    max-width: none;
  }
  html[lang="en"] .coach-tagline {
    font-size: 14px;
  }
  html[lang="en"] .coach-description {
    font-size: 13px;
  }
  html[lang="en"] .tags span {
    font-size: 10px;
  }
  html[lang="en"] .resource-card h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  html[lang="en"] .partnership-copy h2 {
    font-size: 33px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-note {
    font-size: 8px;
  }
  .coach-hua .partnership-panel {
    padding: 28px 22px;
  }
  .partnership-email {
    display: block;
    margin: 12px 0 0;
  }
  .footer-links {
    gap: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,
  .resource-sidebar,
  .back,
  .document-cta,
  .skip-link {
    display: none !important;
  }
  .document-shell {
    display: block;
    width: 100%;
    margin: 0;
  }
  .resource-page {
    background: white;
  }
  .resource-page .wrap {
    max-width: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
  }
  .resource-page .item {
    break-inside: avoid;
    background: #fff;
  }
  .table-scroll {
    overflow: visible;
  }
  .table-scroll table {
    min-width: 0;
  }
  .resource-page h2 {
    break-after: avoid;
  }
  .button,
  .btn {
    color: #142e3b;
    background: white;
    border: 1px solid #ddd;
  }
  .resource-page .wrap > footer {
    margin-top: 25px;
  }
  .site-footer {
    font-size: 10px;
  }
}

/* Institutional story: outcomes, a concrete practice example, and a clear next step. */
.hero-description {
  max-width: 490px;
}
.value-section {
  padding: 0 0 76px;
}
.value-section .section-heading {
  margin-bottom: 22px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
.value-item {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.value-item h3 {
  font-size: 20px;
  font-weight: 550;
  margin: 10px 0 8px;
  letter-spacing: -0.5px;
}
.value-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #6c7a72;
}
.practice-section {
  background: #f3f7f3;
}
.practice-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 86px;
}
.practice-copy h2,
.faq-layout h2 {
  margin-top: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.8px;
}
.practice-lede {
  margin: 18px 0 29px;
  font-size: 14px;
  color: #6b7b71;
  line-height: 1.95;
}
.practice-steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.practice-steps li {
  display: flex;
  gap: 18px;
  margin-top: 23px;
}
.step-index {
  flex: 0 0 28px;
  font-family: Georgia, serif;
  font-size: 17px;
  color: var(--jade);
  padding-top: 1px;
}
.practice-steps h3 {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 6px;
}
.practice-steps p {
  color: #728075;
  font-size: 13px;
  line-height: 1.9;
}
.practice-copy > .text-link {
  font-size: 12px;
  margin-left: 46px;
}
.practice-demo {
  border: 1px solid #dce7de;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 20px 55px #21483808;
  overflow: hidden;
}
.demo-topline {
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #e9eee8;
  padding: 23px 26px;
}
.demo-hua-mark {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--jade);
  font-family: "Songti SC", serif;
  background: #e8f2e8;
  font-size: 19px;
}
.demo-topline > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.demo-topline strong {
  font-size: 13px;
  font-weight: 550;
  color: var(--navy);
}
.demo-topline > div > span {
  font-size: 10px;
  color: #7a887e;
}
.demo-topline > .icon {
  margin-left: auto;
  color: var(--jade);
  width: 18px;
}
.demo-conversation {
  padding: 24px 26px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.speech {
  max-width: 91%;
  border-radius: 2px 12px 12px 12px;
  padding: 14px 18px;
}
.speech-coach {
  background: #f1f5f0;
  align-self: flex-start;
}
.speech-learner {
  align-self: flex-end;
  background: #e6f1e9;
  border-radius: 12px 2px 12px 12px;
  min-width: 62%;
}
.speaker {
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #6c8a77;
}
.speech p {
  color: var(--navy);
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.8;
}
.speech strong {
  color: var(--jade);
  font-weight: 500;
}
.speech small {
  display: block;
  font-size: 11px;
  line-height: 1.8;
  color: #75816f;
  margin-top: 8px;
}
.practice-rhythm {
  margin: 0 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: var(--jade);
  font-size: 11px;
}
.demo-disclaimer {
  text-align: center;
  color: #879284;
  font-size: 9px;
  line-height: 1.7;
  padding: 0 22px 18px;
}
.coaches-section {
  background: #fff;
  border-top: 0;
}
.institution-section {
  background: #f6f8f4;
  border-block: 1px solid #edf0e9;
}
.institution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.institution-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 26px 27px;
  background: #fff;
}
.institution-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #829084;
  font-size: 10px;
}
.institution-top > span:first-child {
  font-family: Georgia, serif;
  font-size: 15px;
  color: var(--jade);
}
.institution-card h3 {
  font-size: 24px;
  font-weight: 550;
  margin: 22px 0 14px;
}
.institution-card > p:not(.institution-meta) {
  font-size: 13px;
  line-height: 1.95;
  color: #6c7b71;
  margin-bottom: 24px;
}
.institution-meta {
  font-size: 10px;
  color: #7a887c;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  line-height: 1.8;
}
.institution-card > .text-link {
  justify-content: space-between;
  font-size: 12px;
  color: var(--jade);
  margin-top: 22px;
}
.pilot-roadmap {
  margin-top: 43px;
}
.roadmap-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
.roadmap-intro h3 {
  font-size: 17px;
  font-weight: 550;
}
.roadmap-intro > p {
  font-size: 11px;
  color: #7c897c;
}
.roadmap-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.roadmap-steps li {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid #b7cebb;
}
.roadmap-steps li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--jade);
  top: -3px;
  left: 0;
}
.roadmap-steps li > span {
  font-size: 9px;
  color: var(--jade);
}
.roadmap-steps h4 {
  font-weight: 500;
  font-size: 15px;
  color: var(--navy);
  margin: 7px 0 5px;
}
.roadmap-steps p {
  font-size: 11px;
  color: #728271;
}
.resources-section {
  padding: 83px 0 76px;
}
.resource-card h3 {
  font-size: 18px;
}
.faq-section {
  padding: 0 0 85px;
}
.faq-layout {
  border-top: 1px solid var(--line);
  padding-top: 63px;
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.faq-layout h2 {
  font-size: 29px;
  margin-bottom: 18px;
}
.faq-layout .section-intro {
  font-size: 13px;
}
.faq-layout > div > .text-link {
  margin-top: 24px;
  font-size: 12px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  position: relative;
  padding: 23px 32px 23px 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 29px;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--jade);
  border-bottom: 1px solid var(--jade);
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.faq-list details[open] summary::after {
  transform: rotate(225deg);
  top: 33px;
}
.faq-list details > p {
  font-size: 13px;
  color: #6b7c6d;
  line-height: 1.95;
  padding: 0 26px 23px 0;
}
.faq-list summary:hover {
  color: var(--jade);
}
.faq-list summary:focus-visible {
  outline: 2px solid var(--jade);
  outline-offset: 4px;
}
.partnership-copy h2 {
  max-width: 390px;
}
.pilot-invitation {
  align-self: center;
  border: 1px solid #789e863d;
  border-radius: 10px;
  padding: 29px 30px;
  background: #ffffff04;
}
.pilot-invitation .eyebrow {
  color: #a0c4ab;
  font-size: 9px;
}
.pilot-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 24px 0 27px;
}
.pilot-facts > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pilot-facts > div + div {
  padding-left: 19px;
  border-left: 1px solid #779a7e55;
}
.pilot-facts strong {
  color: #eef6ed;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
}
.pilot-facts span {
  color: #9cbba7;
  font-size: 10px;
}
.pilot-invitation > p:not(.eyebrow) {
  color: #b0c8b7;
  font-size: 12px;
  line-height: 1.9;
}
.pilot-invitation > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  color: #dbe9d8;
  font-size: 11px;
}
.pilot-invitation > a .icon {
  width: 17px;
}
html[lang="en"] .practice-copy h2 {
  font-size: 33px;
}
html[lang="en"] .institution-card h3 {
  font-size: 21px;
}
html[lang="en"] .institution-top {
  font-size: 9px;
}
@media (max-width: 1150px) {
  .value-grid {
    gap: 30px;
  }
  .value-item h3 {
    font-size: 19px;
  }
  .practice-layout {
    gap: 45px;
  }
  .practice-copy h2,
  .faq-layout h2 {
    font-size: 28px;
  }
  .institution-grid {
    gap: 18px;
  }
  .institution-card {
    padding: 23px;
  }
  .institution-card h3 {
    font-size: 22px;
  }
  .faq-layout {
    gap: 45px;
  }
  .pilot-invitation {
    padding: 25px;
  }
  .pilot-facts strong {
    font-size: 28px;
  }
  .pilot-facts > div + div {
    padding-left: 12px;
  }
  html[lang="en"] .institution-card h3 {
    font-size: 19px;
  }
}
@media (max-width: 900px) {
  .value-section {
    padding: 55px 0;
  }
  .value-grid {
    gap: 24px;
  }
  .value-item h3 {
    font-size: 17px;
  }
  .value-item p {
    font-size: 12px;
  }
  .practice-layout {
    gap: 32px;
  }
  .practice-copy h2 {
    font-size: 25px;
  }
  .practice-lede {
    font-size: 12px;
  }
  .practice-steps h3 {
    font-size: 14px;
  }
  .practice-steps p {
    font-size: 12px;
  }
  .practice-steps li {
    gap: 10px;
  }
  .demo-topline {
    padding: 18px;
    gap: 9px;
  }
  .demo-topline strong {
    font-size: 11px;
  }
  .demo-topline > div > span {
    font-size: 9px;
  }
  .demo-topline > .icon {
    display: none;
  }
  .demo-conversation {
    padding: 22px 18px;
    gap: 16px;
  }
  .speech {
    padding: 12px 14px;
  }
  .speech p {
    font-size: 13px;
  }
  .speech small {
    font-size: 10px;
  }
  .practice-rhythm {
    margin: 0 18px;
    gap: 9px;
    font-size: 10px;
  }
  .demo-disclaimer {
    font-size: 8px;
  }
  .institution-card {
    padding: 20px 18px;
  }
  .institution-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .institution-card h3 {
    font-size: 21px;
    margin-top: 19px;
  }
  .institution-card > p:not(.institution-meta) {
    font-size: 12px;
  }
  .institution-meta {
    font-size: 9px;
  }
  .roadmap-intro {
    display: block;
  }
  .roadmap-intro > p {
    margin-top: 8px;
  }
  .roadmap-steps {
    gap: 18px;
  }
  .roadmap-steps p {
    font-size: 10px;
  }
  .faq-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 35px;
  }
  .faq-layout h2 {
    font-size: 26px;
  }
  .pilot-invitation {
    padding: 22px;
  }
  .pilot-facts {
    gap: 10px;
  }
  .pilot-facts strong {
    font-size: 25px;
  }
  .pilot-facts span {
    font-size: 9px;
  }
  html[lang="en"] .practice-copy h2 {
    font-size: 27px;
  }
  html[lang="en"] .institution-card h3 {
    font-size: 19px;
  }
}
@media (max-width: 680px) {
  .hero-description {
    max-width: 345px;
    font-size: 13px;
    line-height: 1.9;
  }
  .value-section {
    padding: 47px 0;
  }
  .value-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .value-item {
    padding-top: 22px;
  }
  .value-item h3 {
    font-size: 19px;
    margin: 0 0 10px;
  }
  .value-item p {
    font-size: 13px;
  }
  .practice-layout {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .practice-copy h2 {
    font-size: 27px;
  }
  .practice-lede {
    font-size: 13px;
  }
  .practice-steps li {
    gap: 15px;
  }
  .practice-steps h3 {
    font-size: 16px;
  }
  .practice-steps p {
    font-size: 13px;
  }
  .practice-copy > .text-link {
    margin-left: 43px;
  }
  .demo-topline {
    padding: 20px;
  }
  .demo-topline strong {
    font-size: 12px;
  }
  .demo-topline > div > span {
    font-size: 10px;
  }
  .demo-topline > .icon {
    display: block;
  }
  .demo-conversation {
    padding: 22px 20px;
  }
  .speech p {
    font-size: 14px;
  }
  .speech small {
    font-size: 11px;
  }
  .practice-rhythm {
    font-size: 10px;
    margin: 0 20px;
  }
  .demo-disclaimer {
    font-size: 9px;
  }
  .institution-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .institution-card {
    padding: 25px;
  }
  .institution-top {
    flex-direction: row;
    align-items: center;
    font-size: 10px;
  }
  .institution-card h3 {
    font-size: 24px;
    margin-top: 22px;
  }
  .institution-card > p:not(.institution-meta) {
    font-size: 13px;
  }
  .institution-meta {
    font-size: 10px;
  }
  .pilot-roadmap {
    margin-top: 33px;
  }
  .roadmap-intro h3 {
    font-size: 18px;
  }
  .roadmap-steps {
    grid-template-columns: 1fr 1fr;
    gap: 23px 18px;
  }
  .roadmap-steps h4 {
    font-size: 15px;
  }
  .roadmap-steps p {
    font-size: 11px;
  }
  .resources-section {
    padding: 50px 0;
  }
  .resource-card h3 {
    font-size: 17px;
  }
  .faq-section {
    padding: 0 0 48px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 43px;
  }
  .faq-layout h2 {
    font-size: 26px;
  }
  .faq-layout .section-intro {
    font-size: 12px;
  }
  .faq-layout > div > .text-link {
    margin-top: 18px;
  }
  .faq-list summary {
    font-size: 14px;
    padding-block: 20px;
  }
  .faq-list summary::after {
    top: 26px;
  }
  .faq-list details[open] summary::after {
    top: 30px;
  }
  .faq-list details > p {
    font-size: 13px;
    padding-bottom: 20px;
  }
  .pilot-invitation {
    padding: 23px;
  }
  .pilot-facts strong {
    font-size: 29px;
  }
  .pilot-facts span {
    font-size: 10px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 14px 23px;
  }
  html[lang="en"] .practice-copy h2 {
    font-size: 29px;
  }
  html[lang="en"] .institution-card h3 {
    font-size: 24px;
  }
  html[lang="en"] .resource-card h3 {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  .resource-page .header-inner {
    gap: 12px;
  }
  .resource-page .header-inner > .button {
    margin-left: 0;
    gap: 8px;
    white-space: nowrap;
  }
}
@media (max-width: 1150px) {
  .document-shell {
    width: calc(100% - 72px);
    grid-template-columns: 190px minmax(0, 1fr);
    column-gap: 44px;
  }
  .resource-page .wrap {
    padding: 48px 48px 40px;
  }
}
@media (max-width: 900px) {
  .document-shell {
    grid-template-columns: 1fr;
    column-gap: 0;
    width: calc(100% - 48px);
    margin: 30px auto 56px;
  }
  .resource-sidebar {
    position: static;
    padding-top: 0;
    margin-bottom: 28px;
  }
  .resource-sidebar nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .sidebar-label {
    margin-left: 0;
  }
  .sidebar-contact {
    display: none;
  }
  .resource-page .wrap {
    padding: 40px 34px 32px;
  }
  .resource-page h1 {
    font-size: 36px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 680px) {
  .document-shell {
    width: calc(100% - 32px);
  }
  .resource-sidebar nav {
    grid-template-columns: 1fr;
  }
  .resource-page .wrap {
    padding: 30px 22px 26px;
  }
  .resource-page h1 {
    font-size: 29px;
    letter-spacing: -0.2px;
  }
  .resource-page h2 {
    font-size: 21px;
    margin: 42px 0 16px;
  }
  table {
    font-size: 12.5px;
  }
  thead th,
  tbody th,
  td {
    padding: 13px 14px;
  }
  .document-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
