#yili-teacher-page {
  --ink: #0c0a07;
  --ink-2: #131009;
  --ink-3: #1c1710;
  --gold: #c8a24e;
  --gold-hi: #edd38c;
  --gold-dim: #8a713a;
  --paper: #f2e9d5;
  --mut: #a3967a;
  --faint: #6e6350;
  --seal: #a83c2c;
  --line: rgba(200,162,78,0.16);
  --line-hi: rgba(200,162,78,0.45);
}#yili-teacher-page * { margin: 0; padding: 0; box-sizing: border-box; }#yili-teacher-page { scroll-behavior: smooth; }#yili-teacher-page {
  background: var(--ink); color: var(--paper);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 300; line-height: 1.75; letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}#yili-teacher-page::selection { background: var(--gold); color: var(--ink); }#yili-teacher-page a { color: inherit; text-decoration: none; }#yili-teacher-page img { display: block; max-width: 100%; }#yili-teacher-page .pf { font-family: "Playfair Display", "Times New Roman", serif; }#yili-teacher-page .it { font-family: "Playfair Display", "Times New Roman", serif; font-style: italic; font-weight: 400; }#yili-teacher-page .serif { font-family: "Noto Serif SC", "Playfair Display", serif; }#yili-teacher-page .brush { font-family: "Ma Shan Zheng", "Noto Serif SC", serif; }#yili-teacher-page .nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  height: 72px; padding: 0 56px;
  background: rgba(12,10,7,0.9); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}#yili-teacher-page .nav .brand { display: flex; align-items: center; gap: 14px; }#yili-teacher-page .nav .brand .mk {
  width: 34px; height: 34px; border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: "Playfair Display", serif; font-weight: 900; font-size: 18px; color: var(--gold);
}#yili-teacher-page .nav .brand .cn { font-size: 20px; font-weight: 500; letter-spacing: 6px; }#yili-teacher-page .nav .brand .pg { font-size: 10px; letter-spacing: 4px; color: var(--faint); border-left: 1px solid var(--line-hi); padding-left: 14px; }#yili-teacher-page .nav .menu { display: flex; gap: 30px; }#yili-teacher-page .nav .menu a {
  font-size: 13px; color: var(--mut); letter-spacing: 1px; padding: 6px 0; position: relative; transition: color .25s;
}#yili-teacher-page .nav .menu a::before {
  content: ""; position: absolute; left: 50%; bottom: -4px; width: 4px; height: 4px;
  background: var(--gold); transform: translateX(-50%) rotate(45deg) scale(0); transition: transform .25s;
}#yili-teacher-page .nav .menu a:hover { color: var(--gold-hi); }#yili-teacher-page .nav .menu a:hover::before { transform: translateX(-50%) rotate(45deg) scale(1); }#yili-teacher-page .nav .cta {
  padding: 11px 26px; font-size: 12px; letter-spacing: 3px; font-weight: 500;
  color: var(--ink); background: linear-gradient(120deg, var(--gold-dim), var(--gold) 55%, var(--gold-hi));
  transition: transform .25s, box-shadow .25s;
}#yili-teacher-page .nav .cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(200,162,78,0.28); color: var(--ink); }#yili-teacher-page .seal {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--seal); color: #f6e9dc;
  font-family: "Noto Serif SC", serif; font-weight: 900;
  text-align: center; line-height: 1.15;
  transform: rotate(-4deg);
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 3px var(--seal), inset 0 0 12px rgba(0,0,0,0.35);
}#yili-teacher-page .hero {
  position: relative; min-height: calc(100vh - 72px);
  display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch;
  border-bottom: 1px solid var(--line);
}#yili-teacher-page .hero .lft {
  padding: 90px 20px 70px 56px; display: flex; flex-direction: column; justify-content: center;
  position: relative;
}#yili-teacher-page .hero .tag {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 34px;
  font-size: 11px; letter-spacing: 5px; color: var(--gold-hi);
}#yili-teacher-page .hero .tag::before { content: ""; width: 34px; height: 1px; background: var(--gold); }#yili-teacher-page .hero h1 { position: relative; line-height: 0.95; margin-bottom: 40px; }#yili-teacher-page .hero h1 .big {
  font-family: "Ma Shan Zheng", "Noto Serif SC", serif;
  font-size: clamp(120px, 15vw, 220px); font-weight: 400; color: var(--paper);
  display: inline-block;
}#yili-teacher-page .hero h1 .big.g {
  background: linear-gradient(160deg, var(--gold-hi) 15%, var(--gold) 60%, var(--gold-dim));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}#yili-teacher-page .hero h1 .en {
  display: block; font-size: clamp(18px, 2vw, 28px); letter-spacing: 8px;
  color: var(--mut); margin-top: 18px; font-weight: 400;
}#yili-teacher-page .hero h1 .seal {
  position: absolute; top: -26px; right: 6%;
  width: 84px; height: 84px; font-size: 15px; padding: 8px;
}#yili-teacher-page .hero .manifesto {
  border-top: 1px solid var(--line); padding-top: 30px; max-width: 600px;
}#yili-teacher-page .hero .manifesto .lb {
  font-size: 10px; letter-spacing: 5px; color: var(--gold); margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}#yili-teacher-page .hero .manifesto p {
  font-family: "Noto Serif SC", serif; font-size: 17.5px; line-height: 2.05; color: rgba(242,233,213,0.92);
}#yili-teacher-page .hero .manifesto p .em { color: var(--gold-hi); font-weight: 700; }#yili-teacher-page .hero .manifesto .en2 {
  margin-top: 16px; font-size: 12.5px; color: var(--faint); line-height: 1.9;
}#yili-teacher-page .hero .rgt { position: relative; overflow: hidden; border-left: 1px solid var(--line); }#yili-teacher-page .hero .rgt img { width: 100%; height: 100%; object-fit: cover; }#yili-teacher-page .hero .rgt::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(12,10,7,0.55), transparent 40%),
              linear-gradient(to top, rgba(12,10,7,0.75), transparent 45%);
}#yili-teacher-page .hero .rgt .vt {
  position: absolute; top: 40px; right: 34px; z-index: 2;
  writing-mode: vertical-rl; font-size: 12px; letter-spacing: 9px; color: var(--gold-hi);
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}#yili-teacher-page .hero .rgt .cap {
  position: absolute; left: 34px; bottom: 30px; z-index: 2;
  font-size: 11px; letter-spacing: 3px; color: rgba(242,233,213,0.85);
  border-left: 2px solid var(--gold); padding-left: 14px;
}#yili-teacher-page .band {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line); background: var(--ink-2);
}#yili-teacher-page .band .it { padding: 40px 44px; border-left: 1px solid var(--line); }#yili-teacher-page .band .it:first-child { border-left: none; }#yili-teacher-page .band .n { font-family: "Playfair Display", serif; font-size: 54px; line-height: 1; color: var(--gold-hi); }#yili-teacher-page .band .n .u { font-size: 18px; color: var(--gold); margin-left: 3px; }#yili-teacher-page .band .l { font-size: 12px; letter-spacing: 3px; color: var(--mut); margin-top: 12px; }#yili-teacher-page section.blk { padding: 140px 56px; position: relative; }#yili-teacher-page .hd { max-width: 1320px; margin: 0 auto 70px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end; }#yili-teacher-page .hd .no { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-size: 11px; letter-spacing: 5px; color: var(--gold); }#yili-teacher-page .hd .no .rn { font-size: 18px; opacity: 0.75; }#yili-teacher-page .hd .no::after { content: ""; flex: 0 0 60px; height: 1px; background: var(--line-hi); }#yili-teacher-page .hd h2 { font-family: "Noto Serif SC", serif; font-size: clamp(36px, 4.2vw, 58px); font-weight: 900; line-height: 1.2; letter-spacing: 1px; }#yili-teacher-page .hd h2 .g {
  background: linear-gradient(115deg, var(--gold-hi) 20%, var(--gold) 65%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}#yili-teacher-page .hd .side { font-size: 14.5px; color: var(--mut); line-height: 2; max-width: 460px; justify-self: end; }#yili-teacher-page .hd .side .en { display: block; font-size: 12px; letter-spacing: 3px; color: var(--faint); margin-top: 14px; }#yili-teacher-page .cert { background: var(--ink-2); }#yili-teacher-page .cert .board {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; align-items: start;
}#yili-teacher-page .cert .lft { position: relative; }#yili-teacher-page .cert .lft .ph { position: relative; border: 1px solid var(--line); overflow: hidden; }#yili-teacher-page .cert .lft .ph img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; }#yili-teacher-page .cert .lft .bigno {
  position: absolute; top: -34px; left: -10px; z-index: 2;
  font-family: "Playfair Display", serif; font-size: 150px; line-height: 1;
  color: var(--ink); -webkit-text-stroke: 1.5px var(--gold);
  text-shadow: 0 0 40px rgba(12,10,7,0.9);
}#yili-teacher-page .cert .lft .bigno .u { font-size: 40px; -webkit-text-stroke: 1px var(--gold); }#yili-teacher-page .cert .lft .seal {
  position: absolute; right: 26px; top: 26px; z-index: 3;
  width: 76px; height: 76px; font-size: 14px; padding: 8px;
}#yili-teacher-page .cert .lft .quote {
  margin-top: 34px; padding: 28px 0 0; border-top: 1px solid var(--line-hi);
  font-family: "Noto Serif SC", serif; font-size: 18px; line-height: 1.95; color: var(--paper);
}#yili-teacher-page .cert .lft .quote cite {
  display: block; margin-top: 16px; font-style: normal;
  font-size: 12px; letter-spacing: 2px; color: var(--gold);
}#yili-teacher-page .cert .rgt .ftitle { font-size: 11px; letter-spacing: 5px; color: var(--gold); margin-bottom: 34px; }#yili-teacher-page .cert .rgt .lede {
  font-size: 15.5px; color: var(--mut); line-height: 2; margin-bottom: 44px; max-width: 560px;
}#yili-teacher-page .cert .rgt .lede strong { color: var(--gold-hi); font-weight: 500; }#yili-teacher-page .steps { border-left: 1px solid var(--line-hi); }#yili-teacher-page .step {
  position: relative; padding: 0 0 40px 44px;
}#yili-teacher-page .step:last-child { padding-bottom: 0; }#yili-teacher-page .step::before {
  content: ""; position: absolute; left: -5px; top: 8px;
  width: 9px; height: 9px; background: var(--ink-2); border: 1.5px solid var(--gold);
  transform: rotate(45deg);
}#yili-teacher-page .step .sn { font-size: 11px; letter-spacing: 3px; color: var(--gold); margin-bottom: 8px; }#yili-teacher-page .step h4 { font-family: "Noto Serif SC", serif; font-size: 19px; font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }#yili-teacher-page .step p { font-size: 13px; color: var(--mut); line-height: 1.9; max-width: 480px; }#yili-teacher-page .nums { background: var(--ink); }#yili-teacher-page .nums .wall {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}#yili-teacher-page .nums .cell {
  padding: 44px 30px 40px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line);
  position: relative; transition: background .3s;
}#yili-teacher-page .nums .cell:nth-child(4n+1) { border-left: none; }#yili-teacher-page .nums .cell:hover { background: rgba(200,162,78,0.05); }#yili-teacher-page .nums .cell .v {
  font-family: "Playfair Display", serif; font-size: clamp(48px, 4.6vw, 68px);
  line-height: 1; color: var(--paper); transition: color .3s;
}#yili-teacher-page .nums .cell:hover .v { color: var(--gold-hi); }#yili-teacher-page .nums .cell .v .u { font-size: 0.34em; color: var(--gold); margin-left: 3px; }#yili-teacher-page .nums .cell .l { font-size: 12px; letter-spacing: 3px; color: var(--mut); margin-top: 16px; }#yili-teacher-page .nums .cell.hot { background: linear-gradient(135deg, rgba(200,162,78,0.12), rgba(200,162,78,0.03)); }#yili-teacher-page .nums .cell.hot .v { color: var(--gold-hi); }#yili-teacher-page .nums .cell.hot::after {
  content: "CORE"; position: absolute; top: 16px; right: 18px;
  font-size: 9px; letter-spacing: 3px; color: var(--gold);
}#yili-teacher-page .team { background: var(--ink-2); }#yili-teacher-page .team .wrap { max-width: 1320px; margin: 0 auto; }#yili-teacher-page .team .sub {
  display: flex; align-items: baseline; gap: 16px; margin: 0 0 40px;
  font-size: 11px; letter-spacing: 5px; color: var(--gold);
}#yili-teacher-page .team .sub::after { content: ""; flex: 1; height: 1px; background: var(--line); transform: translateY(-3px); }#yili-teacher-page .team .sub .en2 { color: var(--faint); letter-spacing: 3px; }#yili-teacher-page .ftr {
  display: grid; grid-template-columns: 360px 1fr; gap: 64px; align-items: center;
  border: 1px solid var(--line-hi);
  background: linear-gradient(120deg, rgba(200,162,78,0.1), rgba(200,162,78,0.02) 55%);
  padding: 56px; margin-bottom: 22px; position: relative; overflow: hidden;
}#yili-teacher-page .ftr .ph { position: relative; }#yili-teacher-page .ftr .ph::before {
  content: ""; position: absolute; inset: 0; transform: translate(16px, 16px);
  border: 1px solid var(--line-hi); pointer-events: none;
}#yili-teacher-page .ftr .ph img { width: 100%; aspect-ratio: 3/4; object-fit: cover; position: relative; }#yili-teacher-page .ftr .seal { position: absolute; top: -20px; right: -8px; z-index: 2; width: 78px; height: 78px; font-size: 14px; padding: 8px; }#yili-teacher-page .ftr .fc {
  position: absolute; right: 26px; bottom: 18px;
  font-family: "Ma Shan Zheng", serif; font-size: 130px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--gold-dim); opacity: 0.35;
  writing-mode: vertical-rl; letter-spacing: 8px; pointer-events: none;
}#yili-teacher-page .ftr .id .nm { font-family: "Noto Serif SC", serif; font-size: 40px; font-weight: 900; letter-spacing: 3px; }#yili-teacher-page .ftr .id .nm .en { font-size: 18px; color: var(--gold); font-weight: 400; margin-left: 10px; }#yili-teacher-page .ftr .id .role { font-size: 12px; letter-spacing: 3px; color: var(--mut); margin-top: 12px; }#yili-teacher-page .ftr .id .tags { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }#yili-teacher-page .ftr .id .tags i {
  font-style: normal; font-size: 10px; letter-spacing: 2px; color: var(--gold-hi);
  border: 1px solid var(--line-hi); padding: 4px 12px;
}#yili-teacher-page .ftr .bio { margin-top: 26px; padding-top: 24px; border-top: 1px dashed var(--line-hi); font-size: 14px; color: rgba(242,233,213,0.85); line-height: 2.05; }#yili-teacher-page .ftr .bio strong { color: var(--gold-hi); font-weight: 500; }#yili-teacher-page .ftr .bio .q {
  margin-top: 20px; font-family: "Noto Serif SC", serif; font-size: 16.5px; color: var(--gold-hi); line-height: 1.9;
}#yili-teacher-page .mains { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }#yili-teacher-page .pcard {
  border: 1px solid var(--line); background: var(--ink);
  transition: border-color .3s, transform .3s;
}#yili-teacher-page .pcard:hover { border-color: var(--line-hi); transform: translateY(-5px); }#yili-teacher-page .pcard .ph { position: relative; overflow: hidden; }#yili-teacher-page .pcard .ph img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: saturate(0.92); transition: transform .8s cubic-bezier(.2,.7,.2,1);
}#yili-teacher-page .pcard:hover .ph img { transform: scale(1.05); }#yili-teacher-page .pcard .ph .bdg2 {
  position: absolute; top: 12px; left: 12px;
  font-size: 9px; letter-spacing: 2px; padding: 3px 10px;
  background: rgba(12,10,7,0.82); border: 1px solid var(--line-hi); color: var(--gold-hi);
}#yili-teacher-page .pcard .in { padding: 20px 18px 22px; }#yili-teacher-page .pcard .nm { font-family: "Noto Serif SC", serif; font-size: 19px; font-weight: 700; letter-spacing: 1px; }#yili-teacher-page .pcard .nm .en { font-size: 12px; color: var(--gold); font-weight: 400; margin-left: 8px; }#yili-teacher-page .pcard .role { font-size: 10.5px; color: var(--faint); letter-spacing: 1px; margin: 7px 0 12px; }#yili-teacher-page .pcard .bio2 { font-size: 11.5px; color: var(--mut); line-height: 1.85; }#yili-teacher-page .prins { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }#yili-teacher-page .prin {
  border: 1px solid var(--line); background: var(--ink);
  transition: border-color .3s, transform .3s;
}#yili-teacher-page .prin:hover { border-color: var(--line-hi); transform: translateY(-4px); }#yili-teacher-page .prin .ph { overflow: hidden; }#yili-teacher-page .prin .ph img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: saturate(0.9); transition: transform .8s cubic-bezier(.2,.7,.2,1);
}#yili-teacher-page .prin:hover .ph img { transform: scale(1.05); }#yili-teacher-page .prin .in { padding: 14px 14px 16px; }#yili-teacher-page .prin .nm { font-family: "Noto Serif SC", serif; font-size: 16px; font-weight: 700; letter-spacing: 1px; }#yili-teacher-page .prin .campus { font-size: 10.5px; color: var(--gold); letter-spacing: 1px; margin-top: 6px; }#yili-teacher-page .prin .role2 { font-size: 10px; color: var(--faint); margin-top: 4px; }#yili-teacher-page .trait { background: var(--ink); }#yili-teacher-page .trait .list { max-width: 1320px; margin: 0 auto; border-top: 1px solid var(--line-hi); }#yili-teacher-page .trait .ti {
  display: grid; grid-template-columns: 170px 220px 1fr 240px; gap: 44px; align-items: center;
  padding: 44px 10px; border-bottom: 1px solid var(--line);
  transition: background .3s;
}#yili-teacher-page .trait .ti:hover { background: rgba(200,162,78,0.035); }#yili-teacher-page .trait .glyph {
  font-family: "Ma Shan Zheng", serif; font-size: 120px; line-height: 1;
  text-align: center;
  background: linear-gradient(160deg, var(--gold-hi) 10%, var(--gold) 55%, var(--gold-dim));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}#yili-teacher-page .trait .ti:hover .glyph { transform: translateY(-6px) rotate(-2deg); }#yili-teacher-page .trait .mid .no { font-size: 11px; letter-spacing: 4px; color: var(--gold); margin-bottom: 12px; }#yili-teacher-page .trait .mid h3 { font-family: "Noto Serif SC", serif; font-size: 26px; font-weight: 900; letter-spacing: 3px; margin-bottom: 10px; }#yili-teacher-page .trait .mid .lead { font-family: "Noto Serif SC", serif; font-size: 14.5px; color: var(--gold-hi); line-height: 1.8; }#yili-teacher-page .trait .case { font-size: 13px; color: var(--mut); line-height: 2; }#yili-teacher-page .trait .case strong { color: var(--paper); font-weight: 500; }#yili-teacher-page .trait .ti .ph {
  position: relative; overflow: hidden; border: 1px solid var(--line);
}#yili-teacher-page .trait .ti .ph img {
  width: 100%; aspect-ratio: 16/11; object-fit: cover;
  filter: saturate(0.7) brightness(0.9);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s;
}#yili-teacher-page .trait .ti:hover .ph img { transform: scale(1.06); filter: saturate(1) brightness(1); }#yili-teacher-page .trait .ti .ph::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(200,162,78,0.14), transparent 55%);
  pointer-events: none;
}#yili-teacher-page .voice { background: var(--ink-2); padding-bottom: 0; }#yili-teacher-page .voice .stage {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: start;
}#yili-teacher-page .voice .ph { position: sticky; top: 110px; border: 1px solid var(--line); overflow: hidden; }#yili-teacher-page .voice .ph img { width: 100%; aspect-ratio: 4/4.8; object-fit: cover; }#yili-teacher-page .voice .ph .cap {
  position: absolute; left: 0; bottom: 0; right: 0; padding: 60px 26px 22px;
  background: linear-gradient(transparent, rgba(12,10,7,0.92));
  font-size: 11px; letter-spacing: 3px; color: var(--gold-hi);
}#yili-teacher-page .voice .quotes { border-top: 1px solid var(--line-hi); }#yili-teacher-page .voice .q {
  padding: 30px 6px; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 60px 1fr; gap: 22px;
  transition: background .3s;
}#yili-teacher-page .voice .q:hover { background: rgba(200,162,78,0.04); }#yili-teacher-page .voice .q .qm {
  font-family: "Playfair Display", serif; font-size: 64px; line-height: 0.9;
  color: var(--gold); opacity: 0.55;
}#yili-teacher-page .voice .q .tx { font-family: "Noto Serif SC", serif; font-size: 15px; line-height: 2; color: rgba(242,233,213,0.9); }#yili-teacher-page .voice .q .au { margin-top: 14px; font-size: 11.5px; letter-spacing: 2px; color: var(--faint); }#yili-teacher-page .voice .q .au b { color: var(--gold); font-weight: 500; }#yili-teacher-page .voice .note {
  max-width: 1320px; margin: 26px auto 0; font-size: 11px; color: var(--faint); letter-spacing: 1px;
}#yili-teacher-page .cta { position: relative; padding: 160px 56px; text-align: center; overflow: hidden; background: var(--ink); margin-top: 140px; }#yili-teacher-page .cta .bg { position: absolute; inset: 0; }#yili-teacher-page .cta .bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.38; }#yili-teacher-page .cta .bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 60%, transparent 0%, rgba(12,10,7,0.9) 72%),
              linear-gradient(rgba(12,10,7,0.5), rgba(12,10,7,0.92));
}#yili-teacher-page .cta .in { position: relative; z-index: 2; }#yili-teacher-page .cta .no { font-size: 11px; letter-spacing: 6px; color: var(--gold); margin-bottom: 30px; }#yili-teacher-page .cta h2 {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(36px, 4.6vw, 64px); font-weight: 900; line-height: 1.25; letter-spacing: 2px;
  max-width: 860px; margin: 0 auto 26px;
}#yili-teacher-page .cta h2 .g {
  background: linear-gradient(115deg, var(--gold-hi) 20%, var(--gold) 65%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}#yili-teacher-page .cta .lead { font-size: 14.5px; color: var(--mut); max-width: 600px; margin: 0 auto 40px; line-height: 2; }#yili-teacher-page .cta .phone {
  font-family: "Playfair Display", serif; font-size: clamp(38px, 4.6vw, 60px);
  color: var(--gold-hi); letter-spacing: 3px; line-height: 1; margin-bottom: 12px;
}#yili-teacher-page .cta .hrs { font-size: 11px; letter-spacing: 4px; color: var(--faint); margin-bottom: 50px; }#yili-teacher-page .cta .campuses {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 900px; margin: 0 auto;
}#yili-teacher-page .cta .campuses a {
  padding: 12px 22px; border: 1px solid var(--line-hi); font-size: 12px; letter-spacing: 2px;
  color: var(--paper); transition: all .25s;
}#yili-teacher-page .cta .campuses a:hover { border-color: var(--gold-hi); color: var(--gold-hi); background: rgba(200,162,78,0.08); }#yili-teacher-page .cta .campuses a b { font-weight: 500; margin-right: 8px; color: var(--gold-hi); }#yili-teacher-page footer { border-top: 1px solid var(--line); background: var(--ink-2); padding: 64px 56px 34px; }#yili-teacher-page footer .cols {
  max-width: 1320px; margin: 0 auto 48px; padding-bottom: 44px;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
  border-bottom: 1px solid var(--line);
}#yili-teacher-page footer .bc .logo { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }#yili-teacher-page footer .bc .m {
  width: 40px; height: 40px; border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: "Playfair Display", serif; font-weight: 900; font-size: 22px; color: var(--gold);
}#yili-teacher-page footer .bc .t { font-size: 22px; font-weight: 500; letter-spacing: 6px; }#yili-teacher-page footer .bc .s { font-size: 11px; letter-spacing: 3px; color: var(--faint); margin-bottom: 16px; }#yili-teacher-page footer .bc p { font-size: 12.5px; color: var(--faint); line-height: 1.9; max-width: 400px; }#yili-teacher-page footer .cl h5 { font-size: 10.5px; letter-spacing: 3px; color: var(--gold); margin-bottom: 20px; font-weight: 500; }#yili-teacher-page footer .cl .tel { font-family: "Playfair Display", serif; font-size: 30px; color: var(--gold-hi); line-height: 1; margin-bottom: 10px; }#yili-teacher-page footer .cl p,
#yili-teacher-page footer .cl a { font-size: 12.5px; color: var(--mut); line-height: 2.1; display: block; transition: color .25s; }#yili-teacher-page footer .cl a:hover { color: var(--gold-hi); }#yili-teacher-page footer .base { max-width: 1320px; margin: 0 auto; display: flex; justify-content: space-between; font-size: 11px; color: var(--faint); letter-spacing: 1.5px; }#yili-teacher-page .rv { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }#yili-teacher-page .rv.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {#yili-teacher-page .rv { opacity: 1; transform: none; transition: none; } }


@media (max-width: 1080px) {#yili-teacher-page .nav { padding: 0 24px; }#yili-teacher-page .hero { grid-template-columns: 1fr; }#yili-teacher-page .hero .lft { padding: 70px 24px 50px; }#yili-teacher-page .hero h1 .seal { right: 24px; }#yili-teacher-page .hero .rgt { border-left: none; border-top: 1px solid var(--line); min-height: 380px; }#yili-teacher-page .band { grid-template-columns: repeat(2, 1fr); }#yili-teacher-page .band .it { padding: 30px 24px; }#yili-teacher-page .band .it:nth-child(3) { border-left: none; }#yili-teacher-page section.blk { padding: 90px 24px; }#yili-teacher-page .hd { grid-template-columns: 1fr; gap: 26px; }#yili-teacher-page .hd .side { justify-self: start; }#yili-teacher-page .cert .board { grid-template-columns: 1fr; gap: 50px; }#yili-teacher-page .nums .wall { grid-template-columns: repeat(2, 1fr); }#yili-teacher-page .nums .cell:nth-child(4n+1) { border-left: 1px solid var(--line); }#yili-teacher-page .nums .cell:nth-child(2n+1) { border-left: none; }#yili-teacher-page .ftr { grid-template-columns: 1fr; gap: 40px; padding: 40px 30px; }#yili-teacher-page .ftr .ph { max-width: 320px; }#yili-teacher-page .ftr .fc { display: none; }#yili-teacher-page .mains { grid-template-columns: repeat(3, 1fr); }#yili-teacher-page .prins { grid-template-columns: repeat(3, 1fr); }#yili-teacher-page .trait .ti { grid-template-columns: 110px 1fr; gap: 12px 30px; }#yili-teacher-page .trait .glyph { font-size: 84px; }#yili-teacher-page .trait .case { grid-column: 2; }#yili-teacher-page .trait .ti .ph { grid-column: 1 / -1; margin-top: 14px; }#yili-teacher-page .trait .ti .ph img { aspect-ratio: 16/8; }#yili-teacher-page .voice .stage { grid-template-columns: 1fr; }#yili-teacher-page .voice .ph { position: relative; top: 0; }#yili-teacher-page .voice .ph img { aspect-ratio: 16/9; }#yili-teacher-page footer .cols { grid-template-columns: 1fr; }#yili-teacher-page .cta { padding: 100px 24px; }
}
@media (max-width: 640px) {#yili-teacher-page .nav .menu { display: none; }#yili-teacher-page .hero h1 .big { font-size: 96px; }#yili-teacher-page .hero h1 .seal { width: 64px; height: 64px; font-size: 12px; top: -16px; }#yili-teacher-page .band .n { font-size: 40px; }#yili-teacher-page .nums .wall { grid-template-columns: 1fr; }#yili-teacher-page .nums .cell { border-left: none !important; }#yili-teacher-page .trait .ti { grid-template-columns: 80px 1fr; }#yili-teacher-page .trait .glyph { font-size: 64px; }#yili-teacher-page .mains { grid-template-columns: repeat(2, 1fr); }#yili-teacher-page .prins { grid-template-columns: repeat(2, 1fr); }#yili-teacher-page footer .base { flex-direction: column; gap: 8px; }
}


#yili-teacher-page .voice > .hd { display: none; }
#yili-teacher-page .yili-cms-faculty-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
#yili-teacher-page .yili-cms-faculty-card { border: 1px solid var(--line); background: var(--ink-2); overflow: hidden; min-width: 0; }
#yili-teacher-page .yili-cms-faculty-card a { display: block; height: 100%; }
#yili-teacher-page .yili-cms-faculty-card .ph { overflow: hidden; background: var(--ink-3); aspect-ratio: 3 / 4; }
#yili-teacher-page .yili-cms-faculty-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
#yili-teacher-page .yili-cms-faculty-card:hover .ph img { transform: scale(1.04); }
#yili-teacher-page .yili-cms-faculty-card .in { padding: 20px; }
#yili-teacher-page .yili-cms-faculty-card .nm { font-family: "Noto Serif SC", serif; font-size: 22px; font-weight: 700; color: var(--paper); }
#yili-teacher-page .yili-cms-faculty-card .role { margin-top: 7px; font-size: 11px; letter-spacing: 2px; color: var(--gold); }
#yili-teacher-page .cta { margin-top: 0; }
@media (max-width: 1080px) { #yili-teacher-page .yili-cms-faculty-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  #yili-teacher-page .yili-cms-faculty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  #yili-teacher-page .yili-cms-faculty-card .in { padding: 14px; }
  #yili-teacher-page .yili-cms-faculty-card .nm { font-size: 18px; }
}
