.xlkc-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #e2cfc3;
  border-radius: 999px;
  color: #a94c2f;
  background: #fffaf6;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, border-color .2s, transform .2s;
}

.site-shell .nav-group-trigger { min-height: 44px; }
.site-shell .nav-dropdown a { min-height: 48px; }
.site-shell :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(216, 117, 84, .34);
  outline-offset: 3px;
}

.site-shell img,
.site-shell picture {
  -webkit-user-drag: none;
  user-select: none;
}

.xlkc-login-link:hover,
.xlkc-login-link:focus-visible {
  border-color: #d76f49;
  color: #fff;
  background: #d76f49;
  transform: translateY(-1px);
}
.header-actions { position: relative; }
.xlkc-account-menu { position: absolute; top: calc(100% + 12px); left: 0; z-index: 50; display: grid; min-width: 132px; padding: 7px; border: 1px solid #e6d9d0; border-radius: 12px; background: #fffdfa; box-shadow: 0 16px 34px rgba(47, 36, 30, .14); }
.xlkc-account-menu a, .xlkc-account-menu button { display: flex; align-items: center; min-height: 40px; padding: 0 11px; border: 0; border-radius: 8px; color: #4e5968; background: transparent; font: inherit; font-size: 14px; font-weight: 750; text-align: left; }
.xlkc-account-menu a:hover, .xlkc-account-menu button:hover { color: #a94c2f; background: #fff2eb; }
.xlkc-referral-backdrop { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 22px; background: rgba(20, 29, 41, .52); backdrop-filter: blur(6px); }
.xlkc-referral-dialog { width: min(680px, 100%); max-height: min(90vh, 820px); overflow: auto; padding: 28px; border: 1px solid #eadbd2; border-radius: 22px; background: #fffaf6; box-shadow: 0 28px 70px rgba(22, 28, 36, .24); }
.xlkc-referral-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #eadfd7; }
.xlkc-referral-heading span { color: #b95437; font-size: 14px; font-weight: 850; }
.xlkc-referral-heading h2 { max-width: 520px; margin-top: 8px; color: #1d2b40; font-size: 27px; line-height: 1.35; }
.xlkc-referral-heading p { margin-top: 9px; color: #6d7681; font-size: 15px; line-height: 1.7; }
.xlkc-referral-heading > button { flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid #e4d7cf; border-radius: 10px; color: #6d747c; background: #fff; font-size: 25px; }
.xlkc-referral-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 21px; }
.xlkc-referral-grid label { display: grid; gap: 7px; color: #465364; font-size: 14px; font-weight: 750; }
.xlkc-referral-grid label.is-wide { grid-column: 1 / -1; }
.xlkc-referral-grid input, .xlkc-referral-grid select, .xlkc-referral-grid textarea { width: 100%; padding: 11px 12px; border: 1px solid #ddcec5; border-radius: 10px; color: #243348; background: #fff; font: inherit; font-size: 15px; line-height: 1.55; }
.xlkc-referral-permission { display: flex; gap: 9px; align-items: flex-start; margin-top: 17px; padding: 13px 14px; border: 1px solid #ead4c8; border-radius: 11px; color: #635951; background: #fff4ed; font-size: 14px; line-height: 1.65; }
.xlkc-referral-permission input { width: 18px; height: 18px; margin-top: 2px; accent-color: #d87554; }
.xlkc-referral-status { min-height: 24px; margin-top: 14px; color: #557363; font-size: 14px; line-height: 1.6; }
.xlkc-referral-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
.xlkc-referral-actions button { min-height: 44px; padding: 0 17px; border: 1px solid #dfd2ca; border-radius: 10px; color: #5e6874; background: #fff; font: inherit; font-weight: 800; }
.xlkc-referral-actions button[type="submit"], .xlkc-referral-actions button[data-finish] { border-color: #d87554; color: #fff; background: #d87554; }
.xlkc-inquiry-source { display: inline-flex; align-items: center; min-height: 25px; margin-left: 7px; padding: 0 8px; border-radius: 999px; color: #875b43; background: #fff0e7; font-size: 12px; font-weight: 800; }
@media (max-width: 760px) { .xlkc-account-menu { display: none; } .xlkc-referral-backdrop { padding: 10px; } .xlkc-referral-dialog { padding: 21px 17px; border-radius: 17px; } .xlkc-referral-grid { grid-template-columns: 1fr; } .xlkc-referral-grid label.is-wide { grid-column: 1; } .xlkc-referral-heading h2 { font-size: 23px; } .xlkc-referral-actions button { flex: 1; } }

.xlkc-login-gateway {
  display: grid;
  min-height: calc(100vh - 54px);
  padding: 56px 24px 80px;
  background: radial-gradient(circle at 84% 10%, rgba(232, 132, 84, .18), transparent 30%), #fffaf6;
}
.xlkc-login-gateway-card { width: min(930px, 100%); margin: auto; padding: 38px 42px 40px; border: 1px solid #eadcd2; border-radius: 26px; background: rgba(255, 253, 251, .94); box-shadow: 0 28px 70px rgba(79, 58, 45, .12); }
.xlkc-login-brand { display: inline-grid; grid-template-columns: 40px auto; grid-template-rows: 20px 15px; column-gap: 10px; align-items: center; color: #253044; text-decoration: none; }
.xlkc-login-brand > span { grid-row: 1 / -1; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: #d87554; font-size: 22px; font-weight: 850; }
.xlkc-login-brand strong { font-size: 18px; line-height: 1; }
.xlkc-login-brand small { color: #a18f84; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.xlkc-login-gateway-intro { max-width: 590px; margin-top: 48px; }
.xlkc-login-gateway-intro > span { color: #b95537; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.xlkc-login-gateway-intro h1 { margin: 12px 0 0; color: #263144; font-size: clamp(38px, 5vw, 56px); line-height: 1.16; letter-spacing: -.035em; }
.xlkc-login-gateway-intro h1 em { color: #d87554; font-style: normal; }
.xlkc-login-gateway-intro p { max-width: 535px; margin: 20px 0 0; color: #6f7782; font-size: 17px; line-height: 1.85; }
.xlkc-login-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 35px; }
.xlkc-login-choice { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 13px; align-items: start; min-height: 172px; padding: 23px 21px; border: 1px solid #e5dbd4; border-radius: 17px; color: #253044; background: #fff; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.xlkc-login-choice:hover, .xlkc-login-choice:focus-visible { transform: translateY(-3px); border-color: #d87554; box-shadow: 0 14px 29px rgba(92, 65, 51, .12); }
.xlkc-login-choice-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: #b95537; background: #fff0e9; font-size: 22px; font-weight: 800; }
.xlkc-login-choice.is-staff .xlkc-login-choice-icon { color: #476f86; background: #edf5f8; }
.xlkc-login-choice small { display: block; color: #9b8174; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.xlkc-login-choice strong { display: block; margin-top: 6px; font-size: 20px; }
.xlkc-login-choice p { margin: 8px 0 0; color: #74808a; font-size: 13px; line-height: 1.65; }
.xlkc-login-choice b { padding-top: 9px; color: #a36f5c; font-size: 20px; }
.xlkc-login-gateway-note { margin: 20px 0 0; color: #8b7f77; font-size: 13px; line-height: 1.65; }

.xlkc-related-dropdown {
  width: min(390px, calc(100vw - 32px));
  max-height: min(70vh, 520px);
  overflow-y: auto;
  padding: 10px;
}

.xlkc-related-category + .xlkc-related-category { margin-top: 4px; }

.xlkc-related-category-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  color: #6a5147;
  background: #fff7f1;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.xlkc-related-category-trigger:hover,
.xlkc-related-category-trigger:focus-visible { color: #a94c2f; background: #fde9de; }
.xlkc-related-category-count { color: #a76751; font-size: 12px; font-weight: 700; }
.xlkc-related-category-count { font-size: 13px; }
.xlkc-related-category-items { padding: 3px 0 5px; }
.xlkc-related-category-items[hidden] { display: none; }
.xlkc-related-category-items .nav-dropdown-link { border-radius: 9px; }

@media (min-width: 761px) and (hover: hover) and (pointer: fine) {
  .site-shell .nav-group::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: min(390px, calc(100vw - 32px));
    height: 12px;
    content: '';
  }

  .site-shell .nav-group:hover .nav-dropdown,
  .site-shell .nav-group:focus-within .nav-dropdown {
    display: grid;
    animation: xlkc-nav-dropdown-in .16s ease-out;
  }

  .site-shell .nav-group:hover .nav-group-trigger,
  .site-shell .nav-group:focus-within .nav-group-trigger {
    color: var(--orange-dark);
    background: #fff3ed;
  }

  .site-shell .nav-group:hover .nav-group-trigger svg,
  .site-shell .nav-group:focus-within .nav-group-trigger svg {
    transform: rotate(180deg);
  }
}

@keyframes xlkc-nav-dropdown-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

main#top .contact-form input[name="school"] { min-height: 48px; }
.xlkc-privacy-consent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 12px;
  margin-top: 2px;
  padding: 13px 14px;
  border: 1px solid #e3cbbf;
  border-radius: 12px;
  color: #5f544e;
  background: rgba(255, 250, 247, .82);
  font-size: 14px;
  line-height: 1.65;
}
.xlkc-privacy-consent > label { display: flex; gap: 9px; align-items: flex-start; font-size: 14px !important; font-weight: 650; }
.xlkc-privacy-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: #d87554; }
.xlkc-privacy-consent > button { align-self: start; padding: 2px 0; border: 0; color: #ad5136; background: transparent; font: inherit; font-weight: 800; }
.xlkc-privacy-details { grid-column: 1 / -1; padding-top: 9px; border-top: 1px solid #ead9d0; color: #756a64; }
.portal-login-note {
  display: block !important;
  margin: 16px 0 0 !important;
  padding-top: 15px;
  border-top: 1px solid #eee4dd;
  color: #746b66 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}
.portal-login-note a { color: #b95437; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.xlkc-school-hint {
  display: block;
  margin-top: 6px;
  color: #8b756c;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .xlkc-related-dropdown { width: 100%; max-height: 55vh; padding: 8px; }
}

/* Value and parent-guide pages use richer evidence-led reading paths. */
.main-nav a[hidden],
.main-nav .nav-group[hidden] { display: none !important; }
.xlkc-value-capabilities {
  padding-top: 78px;
  padding-bottom: 78px;
}
.xlkc-value-heading,
.xlkc-parent-section-heading {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
  gap: 14px 54px;
  align-items: end;
  margin-bottom: 34px;
  padding-top: 20px;
  border-top: 2px solid #d87554;
}
.xlkc-value-heading > span,
.xlkc-parent-section-heading > span,
.xlkc-parent-adjustments > div > span {
  color: #b75a3e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.xlkc-value-heading h2,
.xlkc-parent-section-heading h2,
.xlkc-parent-adjustments h2 {
  grid-column: 1;
  margin: 0;
  color: #1d2d42;
  font-size: clamp(35px, 3.5vw, 49px);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.xlkc-value-heading p,
.xlkc-parent-section-heading > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 620px;
  margin: 0;
  color: #657180;
  font-size: 17px;
  line-height: 1.82;
}
.xlkc-value-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.xlkc-value-capability-grid article {
  display: flex;
  flex-direction: column;
  min-height: 475px;
  padding: 27px 27px 24px;
  border: 1px solid #e7dbd3;
  border-radius: 20px;
  background: #fffdfb;
  box-shadow: 0 20px 46px rgba(34, 47, 64, .055);
}
.xlkc-value-capability-grid article:nth-child(2) { background: #f7fafc; }
.xlkc-value-capability-grid article:nth-child(3) { background: #fff7f2; }
.xlkc-value-card-index {
  color: #d87554;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .1em;
}
.xlkc-value-capability-grid h3 {
  margin: 30px 0 0;
  color: #1f2f45;
  font-size: 27px;
  line-height: 1.38;
}
.xlkc-value-card-copy {
  margin: 13px 0 0;
  color: #657180;
  font-size: 16px;
  line-height: 1.78;
}
.xlkc-value-card-evidence {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  padding: 20px 0;
  border-top: 1px solid #e7ddd6;
  border-bottom: 1px solid #e7ddd6;
}
.xlkc-value-card-evidence span {
  margin-top: 6px;
  color: #9a6757;
  font-size: 12px;
  font-weight: 800;
}
.xlkc-value-card-evidence strong {
  color: #2c3a4d;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}
.xlkc-value-card-major {
  margin: auto 0 0;
  padding-top: 19px;
  color: #9a6757;
  font-size: 13px;
  line-height: 1.65;
}
.xlkc-value-proof-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 15px;
  padding: 22px 25px;
  border-radius: 17px;
  background: #f3ede8;
}
.xlkc-value-proof-strip > strong { color: #27364a; font-size: 16px; }
.xlkc-value-proof-strip > div { display: flex; flex-wrap: wrap; gap: 8px; }
.xlkc-value-proof-strip span {
  padding: 8px 14px;
  border: 1px solid #ddcfc5;
  border-radius: 999px;
  color: #a65339;
  background: #fffaf6;
  font-size: 13px;
  font-weight: 800;
}
.xlkc-value-evidence-band .detail-dark-inner { padding-top: 86px; padding-bottom: 86px; }
.xlkc-value-evidence-band .detail-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.xlkc-value-evidence-card {
  min-height: 205px;
  padding: 23px !important;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  background: rgba(255,255,255,.045);
}
.xlkc-value-evidence-card .path-arrow { display: none; }
.xlkc-value-evidence-card h3 { font-size: 22px; }
.xlkc-value-evidence-card p { color: #c0cad6; font-size: 15px; line-height: 1.72; }

.xlkc-parent-fit { padding-top: 76px; padding-bottom: 54px; }
.xlkc-parent-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.xlkc-parent-fit-grid article {
  min-height: 206px;
  padding: 23px 22px;
  border: 1px solid #e7d9d1;
  border-radius: 17px;
  background: #fffdfb;
}
.xlkc-parent-fit-grid article > span { color: #d87554; font-size: 13px; font-weight: 850; }
.xlkc-parent-fit-grid h3 { margin: 30px 0 0; color: #213047; font-size: 22px; }
.xlkc-parent-fit-grid p { margin: 10px 0 0; color: #667180; font-size: 15px; line-height: 1.75; }
.xlkc-parent-guide-core { padding-top: 54px; padding-bottom: 82px; }
.xlkc-parent-feedback { background: #18263a; }
.xlkc-parent-feedback-inner {
  display: grid;
  grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 6vw, 86px);
  padding-top: 82px;
  padding-bottom: 82px;
}
.xlkc-parent-feedback .xlkc-parent-section-heading {
  display: block;
  align-self: start;
  margin: 0;
  border-color: #df7958;
}
.xlkc-parent-section-heading.is-dark > span { color: #ee9675; }
.xlkc-parent-section-heading.is-dark h2 { margin-top: 13px; color: #f7f2ed; }
.xlkc-parent-section-heading.is-dark > p { margin-top: 18px; color: #b9c4d0; font-size: 16px; }
.xlkc-parent-feedback-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.xlkc-parent-feedback-grid article {
  min-height: 205px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  background: rgba(255,255,255,.045);
}
.xlkc-parent-feedback-grid span { color: #ef9472; font-size: 13px; font-weight: 850; }
.xlkc-parent-feedback-grid h3 { margin: 29px 0 0; color: #fff; font-size: 21px; }
.xlkc-parent-feedback-grid p { margin: 9px 0 0; color: #bac5d1; font-size: 15px; line-height: 1.72; }
.xlkc-parent-adjustments {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 6vw, 82px);
  padding-top: 78px;
  padding-bottom: 78px;
}
.xlkc-parent-adjustments h2 { margin-top: 13px; font-size: clamp(32px, 3vw, 43px); }
.xlkc-parent-adjustment-list { border-top: 1px solid #e4d8d0; }
.xlkc-parent-adjustment-list article {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 4px;
  border-bottom: 1px solid #e4d8d0;
}
.xlkc-parent-adjustment-list strong { color: #27364a; font-size: 17px; }
.xlkc-parent-adjustment-list p { margin: 0; color: #687382; font-size: 15px; line-height: 1.7; }

.xlkc-page-visibility-panel { display: grid; gap: 17px; }
.xlkc-page-visibility-list { display: grid; gap: 9px; }
.xlkc-page-visibility-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 15px 17px;
  border: 1px solid #e9dfd8;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
.xlkc-page-visibility-row:hover { border-color: #dca58f; background: #fffaf7; }
.xlkc-page-visibility-row input { width: 18px; height: 18px; accent-color: #d87554; }
.xlkc-page-visibility-row span { display: grid; gap: 4px; }
.xlkc-page-visibility-row strong { color: #2b3545; font-size: 14px; }
.xlkc-page-visibility-row small { color: #7a828c; font-size: 12px; }
.xlkc-page-visibility-row code { color: #a45b43; font-size: 12px; }
.xlkc-page-visibility-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 4px;
}
.xlkc-page-visibility-actions > span { color: #7b838c; font-size: 12px; }
.xlkc-page-visibility-nav-icon { font-size: 15px; }

@media (max-width: 900px) {
  .xlkc-value-capability-grid { grid-template-columns: 1fr; }
  .xlkc-value-capability-grid article { min-height: 0; }
  .xlkc-parent-fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .xlkc-value-capabilities,
  .xlkc-parent-fit { padding-top: 52px; padding-bottom: 52px; }
  .xlkc-value-heading,
  .xlkc-parent-section-heading,
  .xlkc-parent-adjustments,
  .xlkc-parent-feedback-inner { grid-template-columns: 1fr; gap: 21px; }
  .xlkc-value-heading p,
  .xlkc-parent-section-heading > p { grid-column: 1; grid-row: auto; font-size: 16px; }
  .xlkc-value-heading h2,
  .xlkc-parent-section-heading h2 { font-size: 34px; }
  .xlkc-value-capability-grid h3 { margin-top: 20px; font-size: 24px; }
  .xlkc-value-proof-strip { align-items: flex-start; flex-direction: column; padding: 19px; }
  .xlkc-value-evidence-band .detail-process-list { grid-template-columns: 1fr; }
  .xlkc-parent-fit-grid,
  .xlkc-parent-feedback-grid { grid-template-columns: 1fr; }
  .xlkc-parent-fit-grid article,
  .xlkc-parent-feedback-grid article { min-height: 0; }
  .xlkc-parent-fit-grid h3,
  .xlkc-parent-feedback-grid h3 { margin-top: 18px; }
  .xlkc-parent-guide-core { padding-top: 34px; padding-bottom: 54px; }
  .xlkc-parent-feedback-inner { padding-top: 56px; padding-bottom: 56px; }
  .xlkc-parent-adjustments { padding-top: 54px; padding-bottom: 54px; }
  .xlkc-parent-adjustment-list article { grid-template-columns: 1fr; gap: 7px; }
  .xlkc-page-visibility-row { grid-template-columns: 22px minmax(0, 1fr); }
  .xlkc-page-visibility-row code { grid-column: 2; }
  .xlkc-page-visibility-actions { align-items: stretch; flex-direction: column; }
}

@media (max-width: 980px) {
  .xlkc-login-link { min-height: 38px; padding: 0 12px; font-size: 14px; }
}

@media (max-width: 760px) {
  .xlkc-login-link { display: none; }
  .xlkc-login-gateway { min-height: calc(100vh - 54px); padding: 25px 16px 48px; }
  .xlkc-login-gateway-card { padding: 27px 21px; border-radius: 19px; }
  .xlkc-login-gateway-intro { margin-top: 37px; }
  .xlkc-login-gateway-intro h1 { font-size: 39px; }
  .xlkc-login-gateway-intro p { font-size: 16px; }
  .xlkc-login-choice-grid { grid-template-columns: 1fr; margin-top: 27px; }
  .xlkc-login-choice { min-height: 140px; padding: 18px 16px; }
}

.xlkc-study-shortcut {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: #204d75;
  box-shadow: 0 12px 30px rgba(32, 77, 117, .28);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.xlkc-study-shortcut::before { content: '▦'; font-size: 16px; }
.xlkc-study-shortcut:hover,
.xlkc-study-shortcut:focus-visible { color: #fff; background: #173c5d; }

.hero-lede {
  text-align: left;
}

.hero-lede-line {
  display: block;
}

.hero-lede-line.is-emphasis {
  color: #b95437;
  font-weight: 700;
}

main#top .hero-copy .xlkc-hero-context {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 7px 11px;
  border-color: #efd1c4;
  color: var(--orange-dark);
  background: #fff7f2;
  box-shadow: none;
  font-size: calc(13px * var(--type-font-scale, 1));
  font-weight: 800;
  letter-spacing: .02em;
}

main#top > .hero {
  padding-top: 58px;
  padding-bottom: 52px;
}

main#top .hero-copy .hero-lede {
  margin-top: 22px;
}

main#top .xlkc-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 35px;
  padding-top: 19px;
  border-top-color: #e6d8cf;
}

main#top .xlkc-hero-proof div {
  gap: 4px;
  min-width: 0;
}

main#top .xlkc-hero-proof strong {
  color: var(--ink);
  font-size: calc(18px * var(--type-font-scale, 1));
  line-height: 1.25;
}

main#top .xlkc-hero-proof span {
  color: #7d746e;
  font-size: calc(13px * var(--type-font-scale, 1));
  line-height: 1.5;
}

@media (max-width: 640px) {
  .xlkc-study-shortcut { right: 16px; bottom: 16px; padding: 11px 14px; font-size: 13px; }
}

/* Keep work navigation attached to the image while leaving room for CMS-added works. */
.works-carousel { position: relative; }
.works-carousel-dock,
.works-carousel-controls { display: contents; }
.works-carousel-count,
.works-carousel-progress,
.works-thumbnail-list { display: none !important; }
.works-carousel-buttons button {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #172033;
  background: rgba(255, 250, 245, .9);
  box-shadow: 0 10px 24px rgba(20, 28, 38, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.86);
  transition: color .2s ease, background .2s ease, opacity .2s ease, transform .2s ease;
}
.works-carousel-buttons button:first-child { left: 20px; }
.works-carousel-buttons button:last-child { right: 20px; }
.works-carousel:hover .works-carousel-buttons button,
.works-carousel:focus-within .works-carousel-buttons button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}
.works-carousel-buttons button svg { width: 23px; height: 23px; }
.works-carousel-buttons button:hover,
.works-carousel-buttons button:focus-visible {
  color: #fff;
  background: #d87554;
  transform: translateY(-50%) scale(1.06);
}
.works-feature { cursor: pointer; }
.works-feature:focus-visible { outline: 3px solid rgba(216, 117, 84, .75); outline-offset: 5px; }

.xlkc-works-empty {
  display: grid;
  min-height: 180px;
  place-items: center;
  padding: 28px;
  border: 1px dashed #e6d6cb;
  border-radius: 18px;
  color: #8a7d75;
  background: #fffaf7;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

/* Homepage certificate carousel: preserve every uploaded certificate's natural proportions. */
.xlkc-awards-stage {
  min-height: 510px;
  overflow: visible !important;
  border-radius: 30px;
  background: transparent !important;
  box-shadow: none !important;
}
.hero.xlkc-awards-hero { grid-template-columns: .88fr 1.12fr; gap: 50px; }
.xlkc-awards-carousel {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  min-height: 510px;
  padding: 22px 24px 18px;
  overflow: hidden;
  border: 1px solid rgba(210, 174, 150, .55);
  border-radius: 28px;
  background: linear-gradient(145deg, #fffaf4 0%, #f7eadf 100%);
  box-shadow: 0 22px 55px rgba(92, 57, 42, .16);
}
.xlkc-awards-carousel::before {
  position: absolute;
  top: -60px;
  right: -45px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(236, 137, 94, .16);
  content: '';
}
.xlkc-awards-heading,
.xlkc-awards-media,
.xlkc-awards-caption,
.xlkc-awards-controls,
.xlkc-awards-dots { position: relative; z-index: 1; }
.xlkc-awards-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.xlkc-awards-kicker { display: inline-flex; align-items: center; gap: 8px; color: #1c3144; font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.xlkc-awards-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #dd754e; box-shadow: 0 0 0 5px rgba(221, 117, 78, .15); }
.xlkc-awards-english { color: #ae7058; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.xlkc-awards-media { position: relative; display: grid; min-height: 0; overflow: hidden; place-items: center; margin: 14px 0 0; padding: 16px; border: 8px solid #fffdf9; border-radius: 20px; background: repeating-linear-gradient(135deg, #f3e2d4 0 8px, #f7ebdf 8px 16px); box-shadow: inset 0 0 0 1px rgba(183, 132, 102, .2), 0 14px 28px rgba(94, 59, 43, .12); }
.xlkc-awards-image { display: block; width: auto; height: auto; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 12px 12px rgba(42, 34, 30, .16)); opacity: 1; transform: scale(1); transition: opacity .18s ease-out, transform .18s ease-out; }
.xlkc-awards-image.is-entering { opacity: 0; transform: scale(.986); }
.xlkc-awards-media-status { grid-area: 1 / 1; z-index: 1; display: none; align-items: center; justify-content: center; gap: 10px; min-height: 120px; padding: 18px; color: #7a6458; font-size: 15px; font-weight: 700; text-align: center; }
.xlkc-awards-media-status.is-loading { display: grid; width: 100%; height: 100%; background: linear-gradient(105deg, rgba(255,255,255,.18) 22%, rgba(255,255,255,.72) 42%, rgba(255,255,255,.18) 62%); background-size: 220% 100%; animation: xlkc-award-loading 1.4s ease-in-out infinite; }
.xlkc-awards-media-status.is-error { display: flex; flex-direction: column; background: rgba(255, 250, 246, .82); }
.xlkc-awards-media-status button { border: 1px solid #d87554; border-radius: 999px; padding: 8px 14px; color: #fff; background: #d87554; font: inherit; font-size: 13px; cursor: pointer; }
.xlkc-awards-media-status button:hover { background: #bd5c3d; }
@keyframes xlkc-award-loading { to { background-position: -220% 0; } }
.xlkc-awards-caption { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; align-items: end; padding: 15px 16px 13px; border-radius: 15px; color: #fffaf5; background: #182d3e; }
.xlkc-awards-caption strong { grid-column: 1; font-size: clamp(19px, 2vw, 25px); line-height: 1.25; }
.xlkc-awards-caption span { grid-column: 2; color: #f3b38e; font-size: 12px; line-height: 1.4; text-align: right; }
.xlkc-awards-caption p { grid-column: 1 / -1; margin: 7px 0 0; color: rgba(255, 250, 245, .76); font-size: 13px; line-height: 1.55; }
.xlkc-awards-caption, .xlkc-awards-dots { display: none; }
.xlkc-awards-controls { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.xlkc-awards-controls button { position: absolute; top: 50%; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #183044; background: rgba(255,255,255,.92); box-shadow: 0 8px 18px rgba(38, 38, 38, .16); font-size: 31px; line-height: 1; opacity: .92; pointer-events: auto; transform: translateY(-52%); transition: opacity .2s, transform .2s, background .2s; }
.xlkc-awards-controls button:first-child { left: 10px; }
.xlkc-awards-controls button:last-child { right: 10px; }
.xlkc-awards-controls button:hover, .xlkc-awards-controls button:focus-visible { color: #fff; background: #d87554; transform: translateY(-52%) scale(1.08); }
.xlkc-awards-dots { display: flex; justify-content: center; gap: 7px; padding-top: 12px; }
.xlkc-awards-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #d4b9a7; cursor: pointer; transition: width .2s, background .2s; }
.xlkc-awards-dots button.is-active { width: 24px; border-radius: 999px; background: #d87554; }
main#top .hero-stage.xlkc-awards-stage .xlkc-awards-image { object-fit: contain !important; object-position: center !important; }
main#top .hero-stage.xlkc-awards-stage .xlkc-awards-media-status { position: absolute; inset: 0; }
main#top .hero-stage.xlkc-awards-stage .xlkc-awards-dots { display: none !important; }
main#top .hero-stage.xlkc-awards-stage { height: 585px; min-height: 0; overflow: hidden !important; }
main#top .hero-stage.xlkc-awards-stage .xlkc-awards-image { width: auto !important; height: auto !important; }
.xlkc-awards-empty { display: grid; min-height: 510px; place-items: center; padding: 40px; border: 1px dashed #e0cbbb; border-radius: 28px; color: #846e63; background: linear-gradient(145deg, #fffaf4, #f8eee7); font-size: 18px; line-height: 1.8; text-align: center; white-space: pre-line; }

.xlkc-awards-admin-panel { margin-top: 22px; padding: 24px; border: 1px solid #ead9cf; border-radius: 18px; background: #fffdfb; }
.xlkc-awards-admin-tabs { display: flex; gap: 8px; margin-top: 18px; padding-bottom: 2px; border-bottom: 1px solid #eee0d7; }
.xlkc-awards-admin-tabs button { padding: 10px 14px; border: 0; border-bottom: 2px solid transparent; color: #806d64; background: transparent; font: inherit; font-size: 13px; cursor: pointer; }
.xlkc-awards-admin-tabs button.is-active { border-bottom-color: #d87554; color: #b85c40; font-weight: 750; }
.xlkc-awards-admin-bulk { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 14px; color: #7a6e67; font-size: 13px; }
.xlkc-awards-admin-bulk label { display: inline-flex; align-items: center; gap: 7px; margin-right: auto; }
.xlkc-awards-admin-bulk input { width: 16px; height: 16px; accent-color: #d87554; }
.xlkc-awards-admin-bulk [data-award-selected] { color: #a46450; }
.xlkc-awards-admin-bulk button:disabled { cursor: not-allowed; opacity: .45; }
.xlkc-awards-admin-list { display: grid; gap: 12px; margin-top: 18px; }
.xlkc-awards-admin-empty { padding: 24px; border: 1px dashed #e4d3c7; border-radius: 13px; color: #8b756b; background: #fffaf6; text-align: center; }
.xlkc-award-admin-card { display: grid; grid-template-columns: 22px 86px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 13px; border: 1px solid #eee0d7; border-radius: 14px; background: #fff; }
.xlkc-award-select { width: 16px; height: 16px; accent-color: #d87554; }
.xlkc-award-admin-thumb { display: grid; width: 86px; height: 74px; place-items: center; overflow: hidden; border-radius: 9px; color: #9b8276; background: #f5ebe4; font-size: 11px; text-align: center; }
.xlkc-award-admin-thumb img { width: 100%; height: 100%; object-fit: contain; }
.xlkc-award-admin-card strong { display: block; color: #1e3043; font-size: 16px; }
.xlkc-award-admin-card span { display: block; margin-top: 3px; color: #ad7761; font-size: 12px; }
.xlkc-award-admin-card p { margin: 6px 0 0; color: #7a6e67; font-size: 13px; line-height: 1.5; }
.xlkc-award-admin-actions { display: flex; align-items: center; gap: 8px; }
.xlkc-award-delete { padding: 9px 11px; border: 0; border-radius: 9px; color: #a44f43; background: #fff0ec; font: inherit; font-size: 13px; cursor: pointer; }
.xlkc-award-modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(31, 38, 46, .45); }
.xlkc-award-modal { width: min(680px, 100%); max-height: min(800px, calc(100vh - 40px)); overflow: auto; padding: 24px; border-radius: 20px; background: #fffdfb; box-shadow: 0 26px 80px rgba(28, 40, 51, .25); }
.xlkc-award-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.xlkc-award-modal-head h2 { margin: 4px 0 0; color: #1d3044; font-size: 24px; }
.xlkc-award-modal-head > button { border: 0; color: #806d64; background: transparent; font-size: 28px; cursor: pointer; }
.xlkc-award-modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.xlkc-award-field { display: grid; gap: 7px; }
.xlkc-award-field:nth-last-child(1) { grid-column: 1 / -1; }
.xlkc-award-field > span, .xlkc-award-modal-image + .xlkc-award-field > span { color: #574a44; font-size: 13px; font-weight: 750; }
.xlkc-award-field input, .xlkc-award-field textarea { width: 100%; box-sizing: border-box; padding: 11px 12px; border: 1px solid #e5d7cf; border-radius: 10px; color: #283747; background: #fff; font: inherit; font-size: 14px; }
.xlkc-award-field textarea { resize: vertical; }
.xlkc-award-modal-image { grid-column: 1 / -1; display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; gap: 15px; }
.xlkc-award-modal-image img { display: block; width: 150px; height: 120px; object-fit: contain; border: 1px solid #ead9cf; border-radius: 11px; background: #f8eee8; }
.xlkc-award-modal-image.is-empty img { opacity: .35; }
.xlkc-award-modal-status { min-height: 22px; margin-top: 12px; color: #a46450; font-size: 13px; }
.xlkc-award-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 5px; }

@media (max-width: 860px) {
  .hero.xlkc-awards-hero { grid-template-columns: 1fr; gap: 32px; }
  .xlkc-awards-stage, .xlkc-awards-carousel, .xlkc-awards-empty { min-height: 450px; }
  main#top .hero-stage.xlkc-awards-stage { height: 500px; }
  .xlkc-awards-image { max-height: none; }
}
@media (max-width: 640px) {
  .xlkc-awards-stage, .xlkc-awards-carousel, .xlkc-awards-empty { min-height: 420px; }
  main#top .hero-stage.xlkc-awards-stage { height: 450px; }
  .xlkc-awards-carousel { padding: 17px 15px 14px; border-radius: 22px; }
  .xlkc-awards-media { min-height: 210px; margin-top: 10px; padding: 10px; border-width: 6px; }
  .xlkc-awards-image { max-height: none; }
  .xlkc-awards-caption { padding: 13px; }
  .xlkc-awards-caption strong { font-size: 18px; }
  .xlkc-awards-caption p { font-size: 12px; }
  .xlkc-awards-controls button { width: 40px; height: 40px; }
  .xlkc-award-admin-card { grid-template-columns: 20px 64px minmax(0, 1fr); gap: 10px; }
  .xlkc-award-admin-thumb { width: 64px; height: 58px; }
  .xlkc-award-admin-actions { grid-column: 3; justify-content: flex-start; }
  .xlkc-award-modal-grid { grid-template-columns: 1fr; }
  .xlkc-award-modal-image { grid-template-columns: 112px minmax(0, 1fr); }
  .xlkc-award-modal-image img { width: 112px; height: 100px; }
}

@media (hover: none), (pointer: coarse) {
  .xlkc-awards-controls button { opacity: .9; pointer-events: auto; }
}

.project-case-article { font-size: var(--type-body, 18px); }
.project-article-lede,
.paper-lead { font-size: 19px; line-height: 1.9; }
.paper-support-copy,
.paper-timeline p,
.paper-evidence-grid p,
.project-case-sidebar p { font-size: 16px; line-height: 1.85; }
.paper-section-heading h2 { font-size: clamp(34px, 3vw, 44px); line-height: 1.25; }
.paper-section-heading span,
.paper-section-index,
.project-article-kicker,
.project-sidebar-heading span { font-size: 13px; }
.paper-timeline strong,
.paper-result-callout h3 { font-size: 21px; line-height: 1.6; }
.paper-evidence-grid strong { font-size: 19px; }
.project-case-nav a { font-size: 16px; }
.paper-expanded-copy { margin: 20px 0 0; color: #586476; font-size: 16px; line-height: 1.9; }
.project-detail-panel { margin-top: 22px; padding: 22px 24px; border: 1px solid #ead9cf; border-left: 4px solid #d87554; background: #fffaf7; }
.project-detail-panel > span { display: block; color: #bc593b; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.project-detail-panel strong { display: block; margin-top: 8px; color: #172033; font-size: 20px; line-height: 1.45; }
.project-detail-panel p { margin: 8px 0 0; color: #586476; font-size: 16px; line-height: 1.85; }

@media (max-width: 760px) {
  .works-carousel-buttons button { width: 52px; height: 52px; }
  .works-carousel-buttons button:first-child { left: 14px; }
  .works-carousel-buttons button:last-child { right: 14px; }
  .paper-support-copy,
  .paper-timeline p,
  .paper-evidence-grid p,
  .project-case-sidebar p,
  .paper-expanded-copy,
  .project-detail-panel p { font-size: 15px; }
}

@media (hover: none), (pointer: coarse) {
  .works-carousel-buttons button {
    opacity: .94;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }
}

/* Keep the homepage sections connected without removing their reading rhythm. */
main#top > .hero {
  padding-bottom: 48px;
}

.detail-section-heading,
.course-route-heading,
.parent-guide-heading,
.class-flow-intro,
.faq-heading,
.resource-library-heading {
  margin-bottom: 28px;
}

.detail-section-heading h2,
.course-route-heading h2,
.parent-guide-heading h2,
.faq-heading h2,
.resource-library-heading h2 {
  margin-top: 0;
}

.detail-hero-copy h1,
main#top .hero-copy h1,
.resource-hero h1 {
  margin-top: 0;
}

.hero-stage-caption {
  gap: 7px;
}

.detail-dark-heading h2,
.detail-note h2 {
  margin-top: 0;
}

.detail-hero .hero-actions .button-primary,
.detail-hero .hero-actions .text-link,
.detail-note .button-primary {
  white-space: nowrap;
}

.xlkc-path-starts {
  display: grid;
  grid-template-columns: minmax(245px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
  padding-top: 0;
  padding-bottom: 76px;
}

.xlkc-path-starts-heading {
  padding-top: 19px;
  border-top: 2px solid #dc7857;
}

.xlkc-path-starts-heading > p {
  max-width: 390px;
  margin: 17px 0 0;
  color: #687382;
  font-size: 16px;
  line-height: 1.78;
}

.xlkc-path-starts-heading > span,
.xlkc-parent-guide-followup > div > span {
  color: #b85c40;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.xlkc-path-starts h2 {
  margin: 13px 0 0;
  color: #1d2d42;
  font-size: clamp(34px, 3.15vw, 46px);
  line-height: 1.24;
}

.xlkc-path-start-grid {
  display: grid;
  gap: 11px;
}

.xlkc-path-start-grid article {
  padding: 23px 25px 22px;
  border: 1px solid #eadbd3;
  border-radius: 16px;
  background: #fffdfb;
}

.xlkc-path-start-grid article > span {
  color: #bd6547;
  font-size: 13px;
  font-weight: 800;
}

.xlkc-path-start-grid h3 {
  margin: 9px 0 0;
  color: #213047;
  font-size: 21px;
  line-height: 1.45;
}

.xlkc-path-start-grid p {
  margin: 7px 0 0;
  color: #67717f;
  font-size: 16px;
  line-height: 1.75;
}

.xlkc-path-decision .detail-dark-heading h2 {
  max-width: 440px;
}

.xlkc-parent-guide-followup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  margin-bottom: 74px;
  padding: 31px 34px;
  border: 1px solid #ead6ca;
  border-radius: 20px;
  background: #fff5ef;
}

.xlkc-parent-guide-followup h2 {
  margin: 9px 0 0;
  color: #1e2d42;
  font-size: clamp(26px, 2.7vw, 37px);
  line-height: 1.28;
}

@media (max-width: 760px) {
  .xlkc-path-starts { grid-template-columns: 1fr; gap: 23px; padding-bottom: 52px; }
  .xlkc-path-starts-heading { padding-top: 16px; }
  .xlkc-path-starts h2 { font-size: 34px; }
  .xlkc-path-start-grid article { padding: 19px 18px; }
  .xlkc-path-start-grid h3 { font-size: 19px; }
  .xlkc-path-start-grid p { font-size: 15px; }
  .xlkc-parent-guide-followup { display: grid; gap: 21px; margin-top: 6px; margin-bottom: 52px; padding: 25px 21px; }
  .xlkc-parent-guide-followup h2 { font-size: 28px; }
  .xlkc-parent-guide-followup .button { justify-self: start; }
}

.xlkc-course-journey .detail-dark-inner {
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.35fr);
  gap: clamp(38px, 5vw, 72px);
  padding-top: 82px;
  padding-bottom: 82px;
}

.xlkc-course-journey .detail-dark-heading {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 470px;
  padding: 42px 0;
  border-top: 2px solid #e98766;
}

.xlkc-course-journey .detail-dark-heading h2 {
  max-width: 410px;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.24;
}

.course-journey-lede {
  display: none;
}

.course-route-explorer { scroll-margin-top: 112px; }

main#top .teacher-copy h2 {
  max-width: 720px;
  white-space: pre-line;
  line-height: 1.34;
}

.xlkc-course-journey .detail-process-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  gap: 14px;
}

.xlkc-course-journey .detail-process-item.course-journey-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 23px 24px 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.xlkc-course-journey .detail-process-item.course-journey-card:hover {
  border-color: rgba(238, 144, 109, .82);
  background: linear-gradient(145deg, rgba(231, 122, 83, .2), rgba(255, 255, 255, .05));
  transform: translateY(-3px);
}

.xlkc-course-journey .detail-process-index {
  margin: 0 0 19px;
  color: #f09774;
  font-size: 15px;
}

.xlkc-course-journey .detail-process-item > div:not(.course-journey-evidence) > span {
  color: #f09774;
  font-size: 13px;
}

.xlkc-course-journey .detail-process-item h3 {
  margin-top: 7px;
  font-size: 22px;
  line-height: 1.4;
}

.xlkc-course-journey .detail-process-item p {
  margin-top: 8px;
  color: #bdc7d4;
  font-size: 16px;
  line-height: 1.72;
}

.course-journey-evidence {
  display: grid;
  gap: 5px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.course-journey-evidence span {
  color: #91a0b2;
  font-size: 14px;
  font-weight: 750;
}

.course-journey-evidence strong {
  color: #f4f7fa;
  font-size: 14px;
  line-height: 1.55;
}

.resource-library-heading {
  align-items: end;
}

.parent-guide-section,
.resource-library {
  padding-top: 76px;
  padding-bottom: 76px;
}

@media (max-width: 760px) {
  .detail-section-heading,
  .course-route-heading,
  .parent-guide-heading,
  .class-flow-intro,
  .faq-heading,
  .resource-library-heading { margin-bottom: 22px; }
  .parent-guide-section,
  .resource-library { padding-top: 52px; padding-bottom: 52px; }

  .xlkc-course-journey .detail-dark-inner { grid-template-columns: 1fr; gap: 30px; padding-top: 54px; padding-bottom: 54px; }
  .xlkc-course-journey .detail-dark-heading { min-height: 0; gap: 21px; padding: 20px 0; }
  .xlkc-course-journey .detail-dark-heading h2 { max-width: 340px; font-size: 37px; }
  .course-journey-lede { max-width: 330px; font-size: 16px; }
  .xlkc-course-journey .detail-process-list { grid-template-columns: 1fr; gap: 11px; }
  .xlkc-course-journey .detail-process-item.course-journey-card { min-height: 0; padding: 20px 18px; }
  .xlkc-course-journey .detail-process-index { margin-bottom: 14px; }
}

main#top > #courses,
main#top > #works {
  padding-top: clamp(48px, 5vw, 64px);
  padding-bottom: clamp(48px, 5vw, 64px);
}

main#top > #contact {
  padding-top: clamp(56px, 5vw, 64px);
  padding-bottom: clamp(56px, 5vw, 64px);
}

@media (max-width: 760px) {
  main#top > .hero { padding-bottom: 40px; }
}

/* Work archives use one readable Chinese hierarchy across every project. */
.project-case-article .paper-section-heading > span,
.project-case-article .paper-support-copy,
.project-case-sidebar .project-sidebar-note,
.project-case-article .paper-parent-takeaway { display: none !important; }
.project-case-sidebar > p,
.project-article-lede,
.paper-lead,
.paper-expanded-copy,
.paper-timeline p,
.paper-evidence-grid p { color: #2c3a4d !important; }
.project-case-sidebar > p { font-size: 14px !important; line-height: 1.85 !important; }
.project-case-sidebar .project-case-nav { margin-top: 16px; }
.project-sidebar-meta { color: #4e5c6d !important; font-size: 12px !important; }
.project-case-nav-title,
.project-case-nav a { color: #26364a !important; }
.project-case-nav a b,
.project-sidebar-meta,
.paper-section-index,
.paper-facts span,
.paper-timeline li > span,
.project-article-cover figcaption { font-size: 13px !important; }

@media (max-width: 760px) {
  .xlkc-privacy-consent { grid-template-columns: 1fr; }
  .xlkc-privacy-details { grid-column: 1; }
  .project-case-nav a { min-height: 40px !important; font-size: 14px !important; }
}
.project-case-nav a b { color: #b85c40 !important; }
.project-article-lede { max-width: 760px !important; font-size: 19px !important; line-height: 1.9 !important; }
.paper-section { grid-template-columns: 32px minmax(0, 1fr) !important; gap: 29px !important; padding: 74px 0 !important; }
.paper-section-heading { gap: 0 !important; }
.paper-section-heading h2 { color: #16263d !important; font-size: clamp(32px, 3.6vw, 43px) !important; line-height: 1.22 !important; letter-spacing: 0 !important; }
.paper-lead { max-width: 780px !important; margin-top: 27px !important; font-size: 19px !important; line-height: 1.95 !important; }
.paper-keywords { margin-top: 29px !important; }
.paper-keywords > span { display: none !important; }
.paper-keywords b { color: #30455b !important; background: #eef3f5 !important; font-size: 13px !important; }
.paper-question { display: block !important; margin-top: 30px !important; padding: 27px 30px !important; border: 1px solid #e8c7b8 !important; border-left: 5px solid var(--orange) !important; background: #fff3ed !important; }
.paper-question svg { display: none !important; }
.paper-question span { display: block !important; color: var(--orange-dark) !important; font-size: 13px !important; letter-spacing: 0 !important; }
.paper-question h3 { max-width: 800px !important; margin-top: 13px !important; color: #17283d !important; font-size: 21px !important; line-height: 1.85 !important; font-weight: 650 !important; }
.paper-expanded-copy { max-width: 800px !important; margin: 17px 0 0 !important; padding-top: 17px !important; border-top: 1px solid #edd6ca !important; font-size: 17px !important; line-height: 1.9 !important; }
.paper-flow { margin-top: 32px !important; }
.paper-flow-step { min-height: 104px !important; padding-top: 17px !important; padding-bottom: 17px !important; }
.paper-flow-step strong { color: #17283d !important; font-size: 18px !important; line-height: 1.45 !important; }
.paper-flow-step > svg { color: #c28f7d !important; }
.paper-facts { margin-top: 28px !important; }
.paper-facts span { color: #526477 !important; font-size: 12px !important; }
.paper-facts strong { color: #16263d !important; font-size: 16px !important; line-height: 1.65 !important; }
.paper-timeline { margin-top: 31px !important; }
.paper-timeline li { grid-template-columns: 46px minmax(0, 1fr) !important; gap: 20px !important; padding: 25px 0 !important; }
.paper-timeline li > span { font-size: 13px !important; }
.paper-timeline strong { color: #17283d !important; font-size: 20px !important; line-height: 1.45 !important; }
.paper-timeline p { margin-top: 8px !important; font-size: 16px !important; line-height: 1.9 !important; }
.paper-result-callout h3 { color: #17283d !important; font-size: 20px !important; line-height: 1.8 !important; }
.paper-evidence-grid strong { color: #17283d !important; font-size: 18px !important; }
.paper-evidence-grid p { font-size: 16px !important; line-height: 1.85 !important; }
.project-article-lede,
.project-case-sidebar > p,
.paper-lead,
.paper-expanded-copy,
.paper-timeline strong,
.paper-timeline p,
.project-detail-panel strong,
.project-detail-panel p,
.paper-result-callout h3,
.paper-evidence-grid strong,
.paper-evidence-grid p { white-space: pre-line; }
.project-next-section { padding-top: 72px !important; }

.xlkc-work-template-panel {
  display: grid;
  gap: 18px;
  margin: 0 0 24px;
  padding: 22px 24px;
  border: 1px solid #ead8ce;
  border-radius: 16px;
  background: #fff8f3;
}
.xlkc-work-template-panel h3 { margin: 7px 0 0; color: #1d2b3e; font-size: 20px; }
.xlkc-work-template-panel p { margin: 8px 0 0; color: #6a737e; font-size: 14px; line-height: 1.7; }
.xlkc-work-template-actions { display: grid; grid-template-columns: auto minmax(220px, 1fr) minmax(170px, .7fr); gap: 12px; align-items: stretch; }
.xlkc-work-template-actions .admin-upload { min-height: 52px; }
.xlkc-work-template-target { display: grid; gap: 6px; color: #5d6875; font-size: 12px; font-weight: 700; }
.xlkc-work-template-target select { min-height: 42px; padding: 0 12px; border: 1px solid #dfcfc5; border-radius: 10px; color: #243246; background: #fff; }
.xlkc-work-template-status { min-height: 20px; color: #a25a42 !important; font-size: 13px !important; }
.xlkc-work-collection-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 18px 0 14px; padding: 15px 18px; border: 1px solid #ead9cf; border-radius: 14px; background: #fffaf7; }
.xlkc-work-collection-controls > div { display: grid; gap: 4px; }
.xlkc-work-collection-controls strong { color: #243246; font-size: 16px; }
.xlkc-work-collection-controls span { color: #7d746f; font-size: 13px; line-height: 1.5; }
.xlkc-delete-work-button { margin-left: auto; padding: 5px 9px; border: 1px solid #edcfc3; border-radius: 8px; color: #b55337; background: #fff7f3; font: inherit; font-size: 12px; }
.xlkc-delete-work-button:hover { border-color: #d87554; color: #fff; background: #d87554; }
.xlkc-work-text-hint { display: block; margin-top: 9px; color: #9a6a56; font-size: 13px; line-height: 1.6; }
.xlkc-trust-resource-page { display: grid; gap: 18px; }
.xlkc-trust-resource-page > .admin-section-intro { margin-bottom: 0; }
.xlkc-trust-list { display: grid; gap: 12px; }
.xlkc-trust-list-item { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; border: 1px solid #e5d9d1; border-radius: 14px; background: #fff; }
.xlkc-trust-list-item > div:first-child { min-width: 0; }
.xlkc-trust-list-item > div:first-child > span { color: #b45b40; font-size: 12px; font-weight: 800; }
.xlkc-trust-list-item h3 { margin-top: 5px; color: #1d2b3e; font-size: 17px; }
.xlkc-trust-list-item p { overflow: hidden; max-width: 720px; margin-top: 6px; color: #697482; font-size: 13px; line-height: 1.6; text-overflow: ellipsis; white-space: nowrap; }
.xlkc-trust-list-item > div:last-child { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.xlkc-trust-list-item small { color: #8c827b; font-size: 12px; }
.xlkc-trust-list-item button { padding: 6px 10px; border: 1px solid #ead3c8; border-radius: 8px; color: #a95136; background: #fff8f4; font: inherit; font-size: 12px; }
.xlkc-trust-list-item button:hover { color: #fff; border-color: #d87554; background: #d87554; }
.xlkc-trust-empty { padding: 56px 20px; border: 1px dashed #dfd1c8; border-radius: 14px; color: #887d76; background: #fffaf7; text-align: center; }
.xlkc-trust-modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; background: rgba(26, 34, 45, .38); }
.xlkc-trust-modal { width: min(760px, 100%); max-height: min(840px, calc(100vh - 56px)); overflow: auto; padding: 26px; border: 1px solid #e5d7cf; border-radius: 18px; background: #fffdfb; box-shadow: 0 28px 70px rgba(37, 38, 36, .25); }
.xlkc-trust-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.xlkc-trust-modal-head h2 { margin-top: 7px; color: #1d2b3e; font-size: 24px; }
.xlkc-trust-modal-head > button { width: 34px; height: 34px; border: 1px solid #e5d8d0; border-radius: 10px; color: #66727f; background: #fff; font-size: 24px; line-height: 1; }
.xlkc-trust-modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-top: 22px; }
.xlkc-trust-modal-field { display: grid; gap: 6px; color: #485565; font-size: 13px; font-weight: 700; }
.xlkc-trust-modal-field:nth-child(5), .xlkc-trust-modal-field:nth-child(6), .xlkc-trust-modal-field:nth-child(7) { grid-column: 1 / -1; }
.xlkc-trust-modal-field input, .xlkc-trust-modal-field select, .xlkc-trust-modal-field textarea { width: 100%; padding: 10px 12px; border: 1px solid #ddcec5; border-radius: 9px; color: #26364a; background: #fff; font: inherit; font-size: 14px; line-height: 1.6; }
.xlkc-trust-modal-field textarea { min-height: 92px; resize: vertical; }
.xlkc-trust-modal-file { grid-column: 1 / -1; display: grid; gap: 8px; color: #485565; font-size: 13px; font-weight: 700; }
.xlkc-trust-modal-file > div { display: flex; align-items: center; gap: 10px; min-height: 36px; color: #8a7e77; font-weight: 400; }
.xlkc-trust-modal-file a { color: #a95136; }
.xlkc-trust-modal-file button { border: 0; color: #b35237; background: transparent; font: inherit; font-size: 12px; cursor: pointer; }
.xlkc-trust-modal-file .admin-upload { min-height: 48px; }
.xlkc-trust-modal-status { min-height: 22px; margin-top: 15px; color: #a95136; font-size: 13px; }
.xlkc-trust-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
.xlkc-admin-collection-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid #e5d9d1; border-radius: 14px; background: #fff; }
.xlkc-admin-collection-item + .xlkc-admin-collection-item { margin-top: 12px; }
.xlkc-admin-collection-item > div:first-child { min-width: 0; }
.xlkc-admin-collection-kicker { color: #b45b40; font-size: 12px; font-weight: 800; }
.xlkc-admin-collection-item h3 { margin-top: 5px; color: #1d2b3e; font-size: 17px; }
.xlkc-admin-collection-item p { overflow: hidden; max-width: 760px; margin-top: 6px; color: #697482; font-size: 13px; line-height: 1.6; text-overflow: ellipsis; white-space: nowrap; }
.xlkc-admin-collection-item-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.xlkc-admin-collection-item-actions button { min-height: 34px; padding: 6px 12px; }
.xlkc-admin-collection-modal-backdrop { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 24px; background: rgba(26, 34, 45, .38); }
.xlkc-admin-collection-modal { width: min(880px, 100%); max-height: min(860px, calc(100vh - 48px)); overflow: auto; padding: 26px; border: 1px solid #e5d7cf; border-radius: 18px; background: #fffdfb; box-shadow: 0 28px 70px rgba(37, 38, 36, .25); }
.xlkc-admin-collection-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.xlkc-admin-collection-modal-head h2 { margin-top: 7px; color: #1d2b3e; font-size: 24px; }
.xlkc-admin-collection-modal-head > button { width: 34px; height: 34px; border: 1px solid #e5d8d0; border-radius: 10px; color: #66727f; background: #fff; font-size: 24px; line-height: 1; }
.xlkc-admin-collection-modal-body { margin-top: 20px; }
.xlkc-admin-collection-modal-body > .xlkc-admin-modal-copy { display: block !important; padding: 0; border: 0; background: transparent; }
.xlkc-admin-collection-modal-body > .xlkc-admin-modal-copy > .admin-panel-heading { margin-bottom: 16px; }
.xlkc-admin-collection-modal-body > .xlkc-admin-modal-copy .admin-work-card { box-shadow: none; }
.xlkc-admin-collection-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.xlkc-admin-collection-modal-status { min-height: 20px; margin-top: 14px; color: #6d625b; font-size: 13px; line-height: 1.5; }
.xlkc-admin-collection-modal-status.is-error { color: #a5472d; }
@media (max-width: 760px) {
  .xlkc-work-collection-controls, .xlkc-trust-list-item, .xlkc-admin-collection-item { align-items: stretch; flex-direction: column; }
  .xlkc-admin-collection-item-actions { justify-content: flex-end; }
  .xlkc-trust-list-item > div:last-child { flex-wrap: wrap; }
  .xlkc-trust-modal-grid { grid-template-columns: 1fr; }
  .xlkc-trust-modal-field:nth-child(n) { grid-column: 1; }
  .xlkc-trust-modal-backdrop { padding: 14px; }
  .xlkc-trust-modal { max-height: calc(100vh - 28px); padding: 20px; }
  .xlkc-admin-collection-modal-backdrop { padding: 14px; }
  .xlkc-admin-collection-modal { max-height: calc(100vh - 28px); padding: 20px; }
}

@media (max-width: 760px) {
  .paper-section { grid-template-columns: 25px minmax(0, 1fr) !important; gap: 14px !important; padding: 52px 0 !important; }
  .paper-section-heading h2 { font-size: 31px !important; }
  .paper-question { padding: 22px 20px !important; }
  .paper-question h3 { font-size: 18px !important; line-height: 1.8 !important; }
  .paper-expanded-copy { font-size: 16px !important; }
  .paper-flow { grid-template-columns: repeat(2, 1fr) !important; }
  .paper-flow-step:nth-child(2) { border-right: 0 !important; }
  .paper-flow-step:nth-child(n+3) { border-top: 1px solid var(--line) !important; }
  .paper-facts { grid-template-columns: 1fr !important; }
  .paper-facts div { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .paper-facts div:last-child { border-bottom: 0 !important; }
  .xlkc-work-template-actions { grid-template-columns: 1fr; }
}

.xlkc-visits-nav-icon {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #d87554;
  font-size: 20px;
  line-height: 1;
}
.xlkc-visit-panel { display: grid; gap: 24px; }
.xlkc-visit-range {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid #eadfd6;
  border-radius: 14px;
  background: #fffaf7;
  color: #756c66;
  font-size: 14px;
}
.xlkc-visit-range span { margin-right: 5px; font-weight: 700; }
.xlkc-visit-range button {
  border: 1px solid #e4d6cd;
  border-radius: 999px;
  padding: 7px 13px;
  color: #6b6460;
  background: #fff;
  font: inherit;
  cursor: pointer;
}
.xlkc-visit-range button:hover,
.xlkc-visit-range button.is-active { border-color: #d87554; color: #a94f35; background: #fff0e9; }
.xlkc-visit-metrics { margin: 0; }
.xlkc-visit-dashboard { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.xlkc-visit-dashboard .admin-form-panel { min-height: 190px; }
.xlkc-visit-dashboard .admin-form-panel h3 { margin: 0 0 16px; }
.xlkc-visit-row,
.xlkc-visit-recent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  border-bottom: 1px solid #f0e8e2;
  color: #586476;
  font-size: 14px;
}
.xlkc-visit-row:last-child,
.xlkc-visit-recent-row:last-child { border-bottom: 0; }
.xlkc-visit-row strong,
.xlkc-visit-recent-row strong { color: #263144; font-size: 14px; }
.xlkc-visit-row span { color: #b35b42; font-weight: 700; white-space: nowrap; }
.xlkc-visit-empty { margin: 0; color: #938a84; font-size: 14px; line-height: 1.7; }
.xlkc-visit-daily { display: grid; gap: 7px; }
.xlkc-visit-day { display: grid; grid-template-columns: 44px minmax(0, 1fr) 24px; gap: 9px; align-items: center; color: #887d76; font-size: 12px; }
.xlkc-visit-day i { display: block; height: 8px; overflow: hidden; border-radius: 999px; background: #f1e7df; }
.xlkc-visit-day b { display: block; height: 100%; border-radius: inherit; background: #d87554; }
.xlkc-visit-day strong { color: #6b625c; font-size: 12px; text-align: right; }
.xlkc-visit-recent-panel { min-height: 0; }
.xlkc-visit-recent { display: grid; }
.xlkc-visit-recent-row { justify-content: flex-start; padding: 10px 0; }
.xlkc-visit-recent-row strong { min-width: 110px; }
.xlkc-visit-recent-row span { color: #817873; font-size: 13px; }

@media (max-width: 760px) {
  .xlkc-visit-dashboard { grid-template-columns: 1fr; }
  .xlkc-visit-recent-row { display: grid; gap: 3px; }
  .xlkc-visit-recent-row strong { min-width: 0; }
}

.xlkc-student-storage-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 16px;
  align-items: center;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #eadfd6;
  border-radius: 14px;
  background: #fffaf7;
  color: #6f655f;
}
.xlkc-student-storage-status > div { display: grid; gap: 4px; min-width: 0; }
.xlkc-student-storage-status strong { color: #3d342f; font-size: 15px; }
.xlkc-student-storage-status span { color: #756b65; font-size: 13px; line-height: 1.5; }
.xlkc-student-storage-status small {
  grid-column: 1 / -1;
  overflow-wrap: anywhere;
  color: #938780;
  font-size: 12px;
  line-height: 1.5;
}
.xlkc-student-storage-status .admin-secondary-button { white-space: nowrap; }

.xlkc-student-template-status {
  margin: 0 0 18px;
  padding: 11px 14px;
  border: 1px solid #e8ddd5;
  border-radius: 12px;
  background: #fffaf7;
  color: #6d625b;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-wrap;
}
.xlkc-student-template-status.is-error { border-color: #efb5a4; color: #a5472d; background: #fff4ef; }
.admin-danger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid #efb5a4;
  border-radius: 10px;
  color: #a5472d;
  background: #fff5f1;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.admin-danger-button:hover { border-color: #d87554; background: #ffe9df; }
.admin-danger-button:disabled { cursor: wait; opacity: .55; }
.guardian-password-status {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #657887;
  background: #f4f9fb;
  font-size: 13px;
  line-height: 1.55;
}
.guardian-password-status.is-error { color: #a5472d; background: #fff4ef; }
.guardian-panel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.guardian-center-overview {
  width: min(1120px, calc(100% - 64px));
  margin: 20px auto 0;
  padding: 22px 25px;
  border: 1px solid #e8ddd4;
  border-radius: 20px;
  background: #fffdfb;
  box-shadow: 0 14px 32px rgba(48, 41, 35, .06);
}
.guardian-center-overview-heading h2 { margin: 0; color: #263144; font-size: 23px; }
.guardian-center-metrics { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.guardian-center-metrics article { display: grid; gap: 5px; min-height: 76px; padding: 13px 15px; border: 1px solid #ede4dd; border-radius: 13px; background: #fff; }
.guardian-center-metrics article:first-child { background: #fff5ef; border-color: #f0d8ca; }
.guardian-center-metrics article:nth-child(2) { background: #f5faf7; border-color: #dce9df; }
.guardian-center-metrics article:nth-child(3) { background: #f5f9fc; border-color: #dae7ef; }
.guardian-center-metrics article:nth-child(4) { background: #fbf8f2; border-color: #ebe2d5; }
.guardian-center-metrics span { color: #74808a; font-size: 13px; font-weight: 700; }
.guardian-center-metrics strong { overflow: hidden; color: #263144; font-size: 19px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.portal-login-intro .portal-kicker,
.archive-section-heading > p,
.admin-help,
.admin-section-intro > div > p,
.admin-login-panel > p,
.admin-side-note,
.admin-side-foot,
.admin-field > small { display: none !important; }
.portal-login-card .portal-login-intro h1 { margin-bottom: 22px; }
.archive-section-heading { margin-bottom: 18px; }
.admin-section-intro { margin-bottom: 16px !important; }
.xlkc-inquiry-convert,
.xlkc-inquiry-converted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid #d87554;
  border-radius: 8px;
  color: #fff;
  background: #d87554;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}
.xlkc-inquiry-convert:hover { background: #b95437; }
.xlkc-inquiry-converted { border-color: #cfe1d4; color: #417353; background: #edf7ef; }
.xlkc-inquiry-convert-backdrop {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(25, 31, 40, .48);
}
.xlkc-inquiry-convert-dialog {
  width: min(720px, 100%);
  max-height: min(88vh, 760px);
  overflow: auto;
  padding: 25px;
  border: 1px solid #eadfd6;
  border-radius: 18px;
  background: #fffdfb;
  box-shadow: 0 25px 70px rgba(24, 30, 38, .25);
}
.xlkc-inquiry-convert-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid #eee6df; }
.xlkc-inquiry-convert-heading h2 { margin: 5px 0 0; color: #263144; font-size: 23px; }
.xlkc-inquiry-convert-heading p { margin: 7px 0 0; color: #74808a; font-size: 13px; line-height: 1.65; }
.xlkc-inquiry-convert-heading button { width: 34px; height: 34px; border: 1px solid #e7ddd5; border-radius: 9px; color: #6e747b; background: #fff; font-size: 25px; line-height: 1; }
.xlkc-inquiry-convert-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; margin-top: 20px; }
.xlkc-inquiry-convert-message { min-height: 22px; margin: 17px 0 0; color: #507457; font-size: 13px; line-height: 1.65; }
.xlkc-inquiry-convert-message.is-error { color: #a5472d; }
.xlkc-inquiry-convert-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
@media (max-width: 600px) {
  .guardian-center-overview { width: min(100% - 32px, 620px); margin-top: 14px; padding: 18px; border-radius: 16px; }
  .guardian-center-overview-heading { align-items: start; flex-direction: column; gap: 10px; }
  .guardian-center-overview-heading h2 { font-size: 23px; }
  .guardian-center-metrics { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 14px; }
  .guardian-center-metrics article { min-height: 72px; padding: 12px; }
  .guardian-center-metrics strong { font-size: 17px; }
  .xlkc-inquiry-convert-backdrop { padding: 12px; }
  .xlkc-inquiry-convert-dialog { padding: 20px 17px; }
  .xlkc-inquiry-convert-grid { grid-template-columns: 1fr; }
  .xlkc-inquiry-convert-actions { flex-direction: column-reverse; }
  .xlkc-inquiry-convert-actions button { width: 100%; }
}

@media (max-width: 600px) {
  .xlkc-student-storage-status { grid-template-columns: 1fr; }
  .xlkc-student-storage-status .admin-secondary-button { justify-self: start; }
}

/* Parent-facing translation layer on the homepage. */
main#top .hero-copy h1 > span:first-child { display: block; color: var(--ink); }
main#top .hero-copy h1 > .title-emphasis { display: block; color: var(--orange); }
.xlkc-parent-clarity {
  padding-top: 8px;
  padding-bottom: 64px;
}
.xlkc-parent-clarity-heading {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: end;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}
.xlkc-parent-clarity-heading > span,
.xlkc-parent-clarity-flow-heading > span,
.xlkc-parent-clarity-label {
  color: var(--orange-dark);
  font-size: calc(13px * var(--type-font-scale, 1));
  font-weight: 800;
  letter-spacing: .06em;
}
.xlkc-parent-clarity-heading > span { grid-column: 1; grid-row: 1; }
.xlkc-parent-clarity-heading h2 {
  grid-column: 1;
  grid-row: 2;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 43px);
  line-height: 1.22;
  letter-spacing: -.02em;
}
.xlkc-parent-clarity-heading p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 620px;
  color: var(--muted);
  font-size: calc(17px * var(--type-font-scale, 1));
  line-height: 1.8;
}
.xlkc-parent-clarity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 27px;
}
.xlkc-parent-clarity-card {
  display: flex;
  flex-direction: column;
  min-height: 212px;
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.xlkc-parent-clarity-card:nth-child(1) { border-color: #efd1c4; background: #fff7f2; }
.xlkc-parent-clarity-card:nth-child(2) { border-color: #d4e1ea; background: #f6fafc; }
.xlkc-parent-clarity-card:nth-child(3) { border-color: #d5e4d7; background: #f6faf6; }
.xlkc-parent-clarity-card h3 {
  margin-top: 12px;
  color: var(--ink);
  font-size: calc(22px * var(--type-font-scale, 1));
  line-height: 1.4;
}
.xlkc-parent-clarity-card p {
  margin-top: 9px;
  color: #626d79;
  font-size: calc(16px * var(--type-font-scale, 1));
  line-height: 1.75;
}
.xlkc-parent-clarity-result {
  display: block;
  margin-top: auto;
  padding-top: 17px;
  color: #a95b43;
  font-size: calc(14px * var(--type-font-scale, 1));
  line-height: 1.6;
}
.xlkc-parent-clarity-flow {
  display: grid;
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
  gap: 28px;
  align-items: start;
  margin-top: 18px;
  padding: 22px 23px 20px;
  border: 1px solid #e4d9d1;
  border-radius: 17px;
  background: #f9f5f1;
}
.xlkc-parent-clarity-flow-heading strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: calc(21px * var(--type-font-scale, 1));
  line-height: 1.45;
}
.xlkc-parent-clarity-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.xlkc-parent-clarity-flow-item {
  min-height: 104px;
  padding: 2px 15px 0;
  border-left: 1px solid #e5d8cf;
}
.xlkc-parent-clarity-flow-item:first-child { padding-left: 0; border-left: 0; }
.xlkc-parent-clarity-flow-item > span {
  color: var(--orange);
  font-size: calc(13px * var(--type-font-scale, 1));
  font-weight: 850;
}
.xlkc-parent-clarity-flow-item strong {
  display: block;
  margin-top: 11px;
  color: var(--ink);
  font-size: calc(16px * var(--type-font-scale, 1));
  line-height: 1.4;
}
.xlkc-parent-clarity-flow-item p {
  margin-top: 6px;
  color: #747b83;
  font-size: calc(14px * var(--type-font-scale, 1));
  line-height: 1.65;
}
.xlkc-course-tech {
  display: block;
  margin-top: 10px;
  color: #8e786d;
  font-size: calc(13px * var(--type-font-scale, 1));
  line-height: 1.45;
}
.xlkc-course-result {
  display: block;
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid rgba(132, 111, 98, .18);
  color: #a95b43;
  font-size: calc(14px * var(--type-font-scale, 1));
  line-height: 1.6;
}
.xlkc-work-learning {
  display: block;
  max-width: 470px;
  margin-top: 9px;
  color: #f1b295;
  font-size: calc(14px * var(--type-font-scale, 1));
  line-height: 1.65;
}
.xlkc-parent-clarity-admin-field textarea { min-height: 96px; }

main#top > #courses,
main#top > #works {
  padding-top: 64px;
  padding-bottom: 64px;
}
main#top > #courses .section-heading,
main#top > #works .section-heading { margin-bottom: 28px; }

@media (max-width: 900px) {
  .xlkc-parent-clarity-heading,
  .xlkc-parent-clarity-flow { grid-template-columns: 1fr; gap: 19px; }
  .xlkc-parent-clarity-heading > span,
  .xlkc-parent-clarity-heading h2,
  .xlkc-parent-clarity-heading p { grid-column: 1; }
  .xlkc-parent-clarity-heading > span { grid-row: 1; }
  .xlkc-parent-clarity-heading h2 { grid-row: 2; }
  .xlkc-parent-clarity-heading p { grid-row: 3; }
  .xlkc-parent-clarity-flow-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 0; }
  .xlkc-parent-clarity-flow-item:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 760px) {
  main#top > .hero { padding-top: 42px; padding-bottom: 38px; }
  main#top .hero-copy .xlkc-hero-context { min-height: 31px; padding: 6px 10px; font-size: 12px; }
  main#top .xlkc-hero-proof { gap: 11px; margin-top: 27px; padding-top: 17px; }
  main#top .xlkc-hero-proof strong { font-size: 16px; }
  main#top .xlkc-hero-proof span { font-size: 12px; line-height: 1.45; }
  .xlkc-parent-clarity { padding-top: 0; padding-bottom: 48px; }
  .xlkc-parent-clarity-heading { padding-top: 19px; }
  .xlkc-parent-clarity-heading h2 { font-size: 32px; }
  .xlkc-parent-clarity-heading p { font-size: 16px; }
  .xlkc-parent-clarity-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .xlkc-parent-clarity-card { min-height: 0; padding: 18px 17px 17px; }
  .xlkc-parent-clarity-card h3 { font-size: 20px; }
  .xlkc-parent-clarity-card p { font-size: 15px; }
  .xlkc-parent-clarity-result { margin-top: 14px; padding-top: 12px; font-size: 13px; }
  .xlkc-parent-clarity-flow { margin-top: 12px; padding: 18px 17px; }
  .xlkc-parent-clarity-flow-list { grid-template-columns: 1fr 1fr; gap: 14px 0; }
  .xlkc-parent-clarity-flow-item { min-height: 0; padding: 0 12px; }
  .xlkc-parent-clarity-flow-item:nth-child(odd) { padding-left: 0; border-left: 0; }
  .xlkc-parent-clarity-flow-item strong { margin-top: 7px; font-size: 15px; }
  .xlkc-parent-clarity-flow-item p { font-size: 13px; }
  .xlkc-work-learning { font-size: 13px; }
  main#top > #courses,
  main#top > #works { padding-top: 48px; padding-bottom: 48px; }
}
