:root {
  --wine: #7d2026;
  --wine-dark: #55151a;
  --ink: #202328;
  --sand: #f7f4ed;
  --cream: #fffdf9;
  --gold: #c79655;
  --line: #ded8cc;
  --muted: #676962;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", "Noto Sans SC", sans-serif;
}
.wrap {
  width: min(1150px, calc(100% - 48px));
  margin: auto;
}
.site-header {
  height: 76px;
  background: var(--wine);
  color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.brand b {
  display: block;
  font:
    700 19px "Noto Sans SC",
    sans-serif;
  letter-spacing: 0.4px;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.9px;
  opacity: 0.85;
  margin-top: 2px;
}
.seal {
  width: 39px;
  height: 39px;
  border: 1px solid #e9cf9d;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  color: #f4d7a1;
}
.seal:before,
.seal:after {
  content: "";
  position: absolute;
  border: 1px solid #d7a864;
  border-radius: 50%;
  inset: 4px;
}
.seal:after {
  inset: 7px;
}
.seal i {
  font:
    bold 9px Georgia,
    serif;
  font-style: normal;
  z-index: 1;
}
.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.nav-cta {
  border: 1px solid #e7c99a;
  border-radius: 20px;
  padding: 9px 16px;
}
.menu {
  display: none;
  background: transparent;
  border: 0;
  color: white;
  font-size: 22px;
}
.hero {
  height: 600px;
  position: relative;
  color: white;
  overflow: hidden;
}
.hero-photo {
  background: url("总院外观.png") center 36% / cover;
  position: absolute;
  inset: 0;
}
.hero-overlay {
  background: linear-gradient(
    90deg,
    #3c0e12e8 0%,
    #5e191dc7 42%,
    #45101448 75%,
    #2c080699
  );
  position: absolute;
  inset: 0;
}
.hero-content {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1150px;
}
.overline {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #f1d49d;
}
.overline.red {
  color: var(--wine);
}
h1,
h2,
h3 {
  font-family: "Noto Sans SC", sans-serif;
}
h1 {
  font-size: clamp(43px, 5.3vw, 68px);
  line-height: 1.22;
  letter-spacing: -2.5px;
  margin: 0;
  max-width: 700px;
}
h1 em,
h2 em {
  font-style: normal;
  color: #eac78a;
}
.lead {
  font-size: 16px;
  line-height: 1.9;
  max-width: 560px;
  color: #f5eeee;
  margin: 20px 0 28px;
}
.hero-actions {
  display: flex;
  gap: 12px;
}
.button {
  border: 0;
  border-radius: 3px;
  padding: 13px 19px;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.button span {
  margin-left: 8px;
  font-size: 16px;
}
.primary {
  background: #d2a362;
  color: #321115;
}
.ghost {
  border: 1px solid #fff9;
  background: #ffffff15;
  color: white;
}
.light {
  background: #f5d69f;
  color: #52171c;
}
.hero-note {
  position: absolute;
  bottom: 28px;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #f4e5d0;
}
.hero-note span {
  color: #e8bd78;
  margin-right: 6px;
}
.intro-video { background: #fff; padding: 94px 0; }
.intro-grid { align-items: center; display: grid; gap: 85px; grid-template-columns: .8fr 1.2fr; }
.intro-copy h2 { font-size: clamp(31px, 3.5vw, 45px); letter-spacing: -1.8px; line-height: 1.35; margin: 0 0 17px; }
.intro-copy h2 em { color: var(--wine); font-style: normal; }
.intro-copy > p:not(.overline) { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; max-width: 350px; }
.progress { background: #f2eadc; padding: 94px 0; }
.progress-grid { align-items: center; display: grid; gap: 85px; grid-template-columns: .8fr 1.2fr; }
.progress-copy h2 { font-size: clamp(31px, 3.5vw, 45px); letter-spacing: -1.8px; line-height: 1.35; margin: 0 0 17px; }
.progress-copy > p:not(.overline) { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; max-width: 350px; }
.progress-videos { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.instagram-frame { background: #fff; box-shadow: 14px 14px 0 var(--wine); max-width: 430px; padding: 8px; }
.instagram-frame iframe { border: 0; display: block; height: 470px; width: 100%; }
.video-link { border-bottom: 1px solid var(--wine); color: var(--wine); display: inline-block; font-size: 13px; font-weight: 700; margin-top: 25px; padding-bottom: 5px; text-decoration: none; }
.video-link span { font-size: 16px; margin-left: 5px; }
.video-frame { background: var(--wine); box-shadow: 14px 14px 0 #d5aa6e; padding: 8px; }
.video-frame iframe { aspect-ratio: 16 / 9; border: 0; display: block; height: auto; width: 100%; }
.values {
  padding: 100px 0 88px;
  text-align: center;
}
.values h2,
.section-intro h2,
.teaching h2,
.daycare h2,
.parent h2,
.contact h2 {
  font-size: clamp(29px, 3.4vw, 43px);
  line-height: 1.35;
  letter-spacing: -1.7px;
  margin: 0;
}
.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  text-align: left;
  border-top: 1px solid var(--line);
}
.value-row article {
  padding: 27px 32px 8px;
  border-right: 1px solid var(--line);
}
.value-row article:first-child {
  padding-left: 0;
}
.value-row article:last-child {
  border: 0;
}
.value-row span,
.method > span {
  color: #b47d40;
  font: 600 12px "DM Sans";
  letter-spacing: 1px;
}
.value-row h3 {
  font-size: 19px;
  margin: 14px 0 9px;
}
.value-row p,
.section-intro > p,
.method p,
.parent-text,
.contact p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
}
.why-us { background: #fff; padding: 96px 0; }
.why-grid { align-items: center; display: grid; gap: 78px; grid-template-columns: 1fr .9fr; }
.why-photo { margin: 0; position: relative; }
.why-photo:before { background: #d6ac70; content: ''; height: calc(100% - 20px); left: -14px; position: absolute; top: 20px; width: calc(100% - 20px); z-index: 0; }
.why-photo img { display: block; position: relative; width: 100%; z-index: 1; }
.why-photo figcaption { color: var(--wine); font-size: 11px; font-weight: 700; margin-top: 13px; }
.why-trophy { color: #c4904d; font-family: Arial, sans-serif; font-size: clamp(72px, 8vw, 116px); line-height: .9; margin: 8px 0 14px; text-align: right; text-shadow: 0 7px 0 rgba(104, 63, 12, .12); }
.why-copy h2 { font-size: clamp(32px, 3.5vw, 45px); letter-spacing: -1.8px; line-height: 1.3; margin: 0 0 18px; }
.why-copy h2 em { color: var(--wine); font-style: normal; }
.award-statement { border-left: 3px solid #c4904d; color: var(--wine); font-size: 18px; font-weight: 700; line-height: 1.5; margin: 23px 0 !important; padding-left: 17px; }
.award-statement strong { color: #bd7d2e; font-family: 'Noto Sans SC', sans-serif; font-size: 30px; letter-spacing: -1px; }
.award-list { display: grid; gap: 7px; list-style: none; margin: -5px 0 22px; padding: 0; }
.award-list li { color: var(--wine); font-size: 13px; font-weight: 700; }
.award-list li:before { color: #bd7d2e; content: '✦'; margin-right: 8px; }
.why-copy > p:not(.overline):not(.award-statement) { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; }
.text-link { border-bottom: 1px solid var(--wine); color: var(--wine); display: inline-block; font-size: 13px; font-weight: 700; margin-top: 23px; padding-bottom: 4px; text-decoration: none; }
.text-link span { font-size: 16px; margin-left: 5px; }
.why-gallery { border-top: 1px solid var(--line); display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); margin-top: 62px; padding-top: 28px; }
.why-gallery figure { background: var(--sand); margin: 0; overflow: hidden; }
.why-gallery img { display: block; transition: transform .25s ease; width: 100%; }
.why-gallery figure:hover img { transform: scale(1.025); }
.why-gallery figcaption { color: var(--wine); font-size: 12px; font-weight: 700; padding: 10px 11px 12px; }
.five-awards { background: linear-gradient(135deg, #78151d 0%, #4d0d12 100%); color: #fff; padding: 96px 0; }
.five-awards-grid { align-items: center; display: grid; gap: 75px; grid-template-columns: .72fr 1.28fr; }
.five-awards-copy h2 { font-size: clamp(38px, 4.5vw, 58px); letter-spacing: -2.4px; line-height: 1.18; margin: 0 0 18px; }
.five-awards-copy h2 em { color: #efcb92; font-style: normal; }
.five-awards-copy > p:not(.overline) { color: #f2dddd; font-size: 14px; line-height: 1.9; margin: 0; }
.five-awards-copy ol { border-top: 1px solid #ae6b6e; list-style: none; margin: 28px 0 0; padding: 0; }
.five-awards-copy li { border-bottom: 1px solid #ae6b6e; color: #f4e9e9; font-size: 13px; font-weight: 700; padding: 11px 0; }
.five-awards-copy li span { color: #e8b86f; display: inline-block; font-size: 10px; letter-spacing: 1px; min-width: 30px; }
.five-awards-poster { margin: 0; position: relative; }
.five-awards-poster img { box-shadow: 16px 16px 0 #d4a15d; display: block; width: 100%; }
.five-awards-poster figcaption { color: #f2d6a5; font-size: 11px; font-weight: 700; margin-top: 15px; }
.quality { background: var(--wine); color: #fff; padding: 96px 0; }
.quality-grid { align-items: center; display: grid; gap: 68px; grid-template-columns: .9fr 1.1fr; }
.quality .overline { color: #efcf98; }
.quality h2 { font-size: clamp(29px, 3.4vw, 43px); letter-spacing: -1.7px; line-height: 1.35; margin: 0 0 18px; }
.quality h2 em { color: #f0cf95; font-style: normal; }
.quality-copy > p:not(.overline) { color: #f1dfe0; font-size: 14px; line-height: 1.9; margin: 0; max-width: 445px; }
.quality-list { border-top: 1px solid #b36b6e; margin-top: 28px; }
.quality-list article { border-bottom: 1px solid #b36b6e; display: flex; gap: 15px; padding: 14px 0; }
.quality-list article > span { color: #e5b56f; font: 700 11px 'DM Sans', sans-serif; letter-spacing: 1px; padding-top: 2px; }
.quality-list h3 { font-size: 15px; margin: 0 0 4px; }
.quality-list p { color: #ecd9da; font-size: 12px; line-height: 1.65; margin: 0; }
.award-showcase { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.award-card { background: #fff; box-shadow: 9px 9px 0 #d59e55; margin: 0; min-width: 0; }
.award-image { background-image: url('三大教育品质.png'); background-repeat: no-repeat; background-size: 300% auto; height: 270px; }
.award-materials .award-image { background-position: left top; }
.award-service .award-image { background-position: center top; }
.award-training .award-image { background-position: right top; }
.award-card figcaption { color: var(--wine); padding: 13px 12px 15px; }
.award-card figcaption span { color: #b57c41; display: block; font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.award-card figcaption strong { display: block; font-family: 'Noto Sans SC', sans-serif; font-size: 15px; margin-top: 3px; }
.award-card figcaption small { color: #6d6f6b; display: block; font-size: 10px; line-height: 1.5; margin-top: 5px; }
.branches {
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.branches article {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.branches b {
  display: block;
  color: var(--wine);
  font-size: 10px;
  letter-spacing: .7px;
}
.branches span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.branches a {
  display: inline-block;
  margin-top: 7px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.branches a:before { content: '电话 '; font-size: 10px; letter-spacing: .5px; }
.branches a.facebook { margin-left: 15px; color: #2767a9; }
.branches a.facebook:before { content: 'f'; background: #2767a9; border-radius: 50%; color: #fff; display: inline-grid; font-family: Arial, sans-serif; font-size: 10px; height: 14px; letter-spacing: 0; margin-right: 5px; place-items: center; width: 14px; }
.branches a.instagram { margin-left: 15px; color: #b62f74; }
.branches a.instagram:before { content: '◎'; border: 1px solid currentColor; border-radius: 4px; display: inline-grid; font-family: Arial, sans-serif; font-size: 12px; height: 14px; margin-right: 5px; place-items: center; width: 14px; }
.tampoi-map { margin-top: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #f4f0e7; }
.tampoi-map iframe { display: block; width: 100%; height: 180px; border: 0; }
.branches a.google-review { margin-left: 15px; color: #1a73e8; }
.branches a.google-review:before { content: 'Google Maps · '; }
.programs {
  background: var(--sand);
  padding: 94px 0;
}
.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 39px;
}
.section-intro > p {
  max-width: 390px;
}
.section-intro h2 em,
.teaching h2 em,
.parent h2 em {
  color: var(--wine);
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.program-card {
  background: white;
  padding: 29px 28px 25px;
  border-top: 4px solid var(--wine);
  min-height: 320px;
  position: relative;
}
.program-card.primary-school {
  border-color: #b07c43;
}
.program-card.secondary {
  border-color: #354148;
}
.card-no {
  position: absolute;
  right: 22px;
  top: 21px;
  font: 600 28px Georgia;
  color: #e7e1d8;
}
.program-card p {
  color: var(--wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 11px;
}
.program-card h3 {
  font-size: 27px;
  margin: 0 0 1px;
}
.program-card small {
  color: #777;
  display: block;
  font-size: 12px;
}
.program-line {
  height: 1px;
  background: var(--line);
  margin: 24px 0 16px;
}
.program-card ul {
  padding: 0;
  list-style: none;
  margin: 0 0 21px;
}
.program-card li {
  font-size: 13px;
  line-height: 2;
}
.program-card li:before {
  content: "—";
  color: #b47d40;
  margin-right: 8px;
}
.program-card button {
  color: var(--wine);
  background: none;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
}
.program-card button span {
  margin-left: 7px;
  font-size: 16px;
}
.subjects { background: #fff; padding: 96px 0; }
.course-tabs { display: grid; gap: 8px; grid-template-columns: repeat(5, 1fr); margin-bottom: 20px; }
.course-tab { background: #f7f1e5; border: 1px solid #e3d6c5; color: #6d5a50; min-height: 64px; padding: 10px; text-align: center; }
.course-tab b { display: block; font-size: 15px; margin-top: 3px; }
.course-tab.active { background: var(--wine); border-color: var(--wine); color: #fff; }
.course-panel { background: #f7f1e5; display: none; grid-template-columns: .84fr 1.16fr; min-height: 300px; }
.course-panel.active { display: grid; }
.course-summary { background: #fffdf9; padding: 40px; }
.course-summary > span { color: #be8a42; display: block; font-size: 14px; font-weight: 700; margin: 0 0 10px; }
.course-summary h3 { color: var(--wine); font-size: clamp(30px, 3.3vw, 47px); letter-spacing: -1.8px; line-height: 1.2; margin: 0 0 18px; }
.course-summary > p:not(.overline) { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0; }
.course-detail { align-items: center; display: flex; padding: 32px; }
.course-subjects { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.course-subjects li { align-items: baseline; background: #fff; border: 1px solid #e3d6c5; color: var(--wine); display: flex; gap: 7px; padding: 10px 12px; }
.course-subjects strong { font-size: 17px; letter-spacing: .2px; }
.course-subjects small { color: #666963; font-size: 11px; }
.empty-course { flex-direction: column; gap: 18px; justify-content: center; }
.k2-course { align-items: flex-start; flex-direction: column; gap: 21px; justify-content: center; }
.empty-course p { color: var(--wine); font-size: 17px; font-weight: 700; margin: 0; }
.subject-heading { align-items: end; display: flex; gap: 35px; justify-content: space-between; margin-bottom: 36px; }
.subject-heading h2 { font-size: clamp(30px, 3.4vw, 43px); letter-spacing: -1.7px; margin: 0; }
.subject-heading > p { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0; max-width: 390px; }
.subject-grid { display: grid; gap: 16px; grid-template-columns: 1.32fr .84fr .84fr; }
.subject-card { background: var(--sand); border-top: 4px solid var(--wine); min-height: 295px; padding: 25px; }
.subject-card.secondary-subjects { border-color: #b78447; }
.subject-card.senior-subjects { border-color: #38464a; }
.subject-kicker { color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: 1.25px; margin: 0 0 10px; }
.subject-card h3 { font-size: 25px; margin: 0; }
.subject-card > p:not(.subject-kicker) { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 22px 0; }
.subject-level { border-top: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: .9fr 1.1fr; margin-top: 18px; padding-top: 14px; }
.subject-level b,.subject-level span { display: block; }
.subject-level b { font-size: 13px; }
.subject-level span { color: var(--muted); font-size: 10px; margin-top: 4px; }
.subject-level ul { display: flex; flex-wrap: wrap; gap: 5px; list-style: none; margin: 0; padding: 0; }
.subject-level li { background: #fff; border: 1px solid #e3dacc; color: var(--wine); font-size: 10px; font-weight: 700; padding: 5px 7px; }
.subject-level li { align-items: baseline; display: flex; gap: 5px; padding: 7px 8px; }
.subject-level li strong { font-size: 14px; letter-spacing: .2px; }
.subject-level li small { color: #6a6d69; font-size: 10px; font-weight: 500; }
.secondary-list { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 21px 0 0; padding: 0; }
.secondary-list li { align-items: baseline; background: #fff; border: 1px solid #e3dacc; color: var(--wine); display: flex; gap: 5px; padding: 7px 8px; }
.secondary-list strong { font-size: 14px; letter-spacing: .2px; }
.secondary-list small { color: #6a6d69; font-size: 10px; font-weight: 500; }
.secondary-subjects,.senior-subjects { position: relative; }
.consult-tag { bottom: 25px; color: var(--wine); font-size: 11px; font-weight: 700; line-height: 1.5; position: absolute; }
.teacher-contact { align-items: center; background: var(--wine); color: #fff; display: flex; gap: 30px; justify-content: space-between; margin-top: 16px; padding: 22px 25px; }
.teacher-contact .overline { color: #f0cf98; margin-bottom: 5px; }
.teacher-contact h3 { font-size: 17px; margin: 0; }
.teacher-buttons { display: flex; gap: 10px; }
.whatsapp { align-items: center; background: #fff; color: var(--wine); display: flex; gap: 9px; min-width: 155px; padding: 9px 12px; text-decoration: none; }
.whatsapp > span { color: #238859; font-size: 20px; }
.whatsapp small,.whatsapp b { display: block; }
.whatsapp small { color: #727672; font-size: 9px; }
.whatsapp b { font-size: 13px; margin-top: 1px; }
.whatsapp i { font-size: 16px; font-style: normal; margin-left: auto; }
.teaching {
  padding: 105px 0;
}
.teaching-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 87px;
  align-items: center;
}
.teaching-photo {
  height: 473px;
  position: relative;
}
.teaching-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.teaching-photo:before {
  content: "";
  position: absolute;
  inset: 15px -15px -15px 15px;
  border: 1px solid #c6a46e;
  z-index: -1;
}
.photo-label {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--wine);
  color: white;
  padding: 15px 20px;
  min-width: 255px;
}
.photo-label b {
  font-size: 14px;
  display: block;
}
.photo-label span {
  font-size: 11px;
  color: #eddbbd;
  margin-top: 4px;
  display: block;
}
.teaching-copy h2 {
  margin-bottom: 25px;
}
.method {
  display: flex;
  gap: 17px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.method h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
.team {
  background: var(--sand);
  padding: 96px 0;
}
.team-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: center;
}
.team-copy h2 { margin-bottom: 20px; }
.team-copy h2 em { color: var(--wine); }
.team-copy > p:not(.overline) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}
.team-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.team-points span {
  background: #fff;
  border: 1px solid #ded8cc;
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 11px;
}
.team-photo { margin: 0; position: relative; }
.team-photo:before {
  background: var(--wine);
  content: '';
  height: calc(100% - 24px);
  position: absolute;
  right: -14px;
  top: 14px;
  width: calc(100% - 24px);
  z-index: 0;
}
.team-photo img { display: block; position: relative; width: 100%; z-index: 1; }
.team-photo figcaption {
  background: #fff;
  bottom: 0;
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  left: 0;
  padding: 11px 15px;
  position: absolute;
  z-index: 2;
}
.daycare {
  background: var(--wine);
  color: #fff;
  padding: 90px 0;
}
.daycare-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.daycare-content > div {
  max-width: 560px;
}
.daycare p:not(.overline) {
  font-size: 14px;
  line-height: 1.85;
  color: #f2e1e1;
  max-width: 470px;
  margin: 17px 0 25px;
}
.daycare-video { margin-top: 25px; max-width: 560px; }
.daycare-video video { background: #26080b; display: block; max-height: 330px; width: 100%; }
.daycare ul {
  list-style: none;
  padding: 25px 0 25px 35px;
  border-left: 1px solid #b76c6e;
  margin: 0;
  min-width: 310px;
}
.daycare li {
  font-size: 14px;
  margin: 17px 0;
}
.daycare li span {
  color: #e3bc78;
  margin-right: 9px;
}
.parent {
  text-align: center;
  padding: 102px 0;
}
.parent-grid { align-items: center; display: grid; gap: 78px; grid-template-columns: .85fr 1.15fr; text-align: left; }
.parent-copy h2 { margin: 0 0 19px; }
.parent-poster { margin: 0; position: relative; }
.parent-poster:before { background: var(--wine); content: ''; height: calc(100% - 20px); position: absolute; right: -14px; top: 14px; width: calc(100% - 20px); z-index: 0; }
.parent-poster img { display: block; position: relative; width: 100%; z-index: 1; }
.parent-poster figcaption { color: var(--wine); font-size: 11px; font-weight: 700; margin-top: 12px; }
.parent h2 {
  margin: 0 auto 19px;
}
.parent-text {
  max-width: 585px;
  margin: auto;
}
.parent-lines {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 35px;
}
.parent-lines span {
  border-right: 1px solid var(--line);
  padding: 0 22px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 700;
}
.parent-lines span:last-child {
  border: 0;
}
.campus { background: #fff; padding: 96px 0; }
.campus-grid { align-items: center; display: grid; gap: 75px; grid-template-columns: 1.15fr .85fr; }
.campus-photo { margin: 0; position: relative; }
.campus-photo:before { border: 1px solid #caa26a; content: ''; inset: 14px -14px -14px 14px; position: absolute; z-index: 0; }
.campus-photo img { display: block; position: relative; width: 100%; z-index: 1; }
.campus-copy h2 { font-size: clamp(29px, 3.4vw, 43px); letter-spacing: -1.7px; line-height: 1.35; margin: 0 0 18px; }
.campus-copy h2 em { color: var(--wine); font-style: normal; }
.campus-copy > p:not(.overline) { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; }
.campus-address { border-left: 3px solid var(--wine); margin-top: 27px; padding-left: 14px; }
.campus-address b,.campus-address span,.campus-address a { display: block; }
.campus-address b { color: var(--wine); font-size: 11px; letter-spacing: .7px; }
.campus-address span { color: var(--muted); font-size: 12px; line-height: 1.65; margin-top: 5px; }
.campus-address a { color: var(--wine); font-size: 13px; font-weight: 700; margin-top: 8px; text-decoration: none; }
.contact {
  background: #eee8de;
  padding: 75px 0;
}
.contact-box {
  background: #fff;
  padding: 46px 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  border-top: 4px solid var(--wine);
}
.contact h2 {
  font-size: 36px;
  margin-bottom: 16px;
}
.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.contact label {
  font-size: 11px;
  font-weight: 700;
  color: #5f615e;
}
.contact input,
.contact select {
  display: block;
  border: 1px solid #ded8cc;
  background: #fff;
  width: 100%;
  height: 39px;
  margin-top: 6px;
  padding: 0 10px;
  font:
    13px "Noto Sans SC",
    sans-serif;
}
.contact form .button,
.contact form small {
  grid-column: span 2;
}
.contact form small {
  font-size: 10px;
  color: #777;
  line-height: 1.5;
}
footer {
  background: #3b1317;
  color: #eee4df;
  padding: 28px 0;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-row p,
.footer-row > span {
  font-size: 11px;
  color: #cdbcb7;
  margin: 0;
}
@media (max-width: 800px) {
  .site-header {
    height: 68px;
  }
  nav {
    display: none;
  }
  .menu {
    display: block;
  }
  .hero {
    height: 560px;
  }
  .value-row {
    grid-template-columns: 1fr;
  }
  .value-row article,
  .value-row article:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 23px 0;
  }
  .section-intro,
  .daycare-content {
    align-items: start;
    flex-direction: column;
  }
  .program-grid {
    grid-template-columns: 1fr;
  }
  .subject-grid { grid-template-columns: 1fr 1fr; }
  .course-tabs { grid-template-columns: repeat(5, minmax(130px, 1fr)); overflow-x: auto; padding-bottom: 6px; }
  .course-panel { grid-template-columns: 1fr; }
  .progress-videos { max-width: 640px; }
  .primary-subjects { grid-column: span 2; }
  .teacher-contact { align-items: start; flex-direction: column; }
  .why-gallery { grid-template-columns: repeat(2, 1fr); }
  .teaching-grid,
  .contact-box,
  .team-grid,
  .quality-grid,
  .campus-grid,
  .intro-grid,
  .progress-grid,
  .parent-grid,
  .five-awards-grid,
  .why-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .award-showcase { grid-template-columns: repeat(3, 1fr); }
  .award-image { height: 230px; }
  .teaching-photo {
    height: 350px;
  }
  .contact-box {
    padding: 34px 25px;
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-row p {
    width: 100%;
    order: 3;
  }
}
@media (max-width: 500px) {
  .wrap {
    width: min(100% - 32px, 1150px);
  }
  .brand b {
    font-size: 16px;
  }
  .seal {
    width: 34px;
    height: 34px;
  }
  .hero {
    height: 590px;
  }
  .lead {
    font-size: 14px;
  }
  .values,
  .programs,
  .teaching,
  .parent {
    padding: 65px 0;
  }
  .section-intro {
    margin-bottom: 28px;
  }
  .daycare {
    padding: 64px 0;
  }
  .daycare ul {
    min-width: 0;
    padding-left: 18px;
  }
  .parent-lines {
    flex-direction: column;
    gap: 14px;
  }
  .parent-lines span {
    border: 0;
    padding: 0;
  }
  .contact {
    padding: 45px 0;
  }
  .contact form {
    grid-template-columns: 1fr;
  }
  .contact form .button,
  .contact form small {
    grid-column: span 1;
  }
  .contact h2 {
    font-size: 29px;
  }
  .award-showcase { gap: 11px; grid-template-columns: 1fr; }
  .award-card { display: grid; grid-template-columns: 1fr 1fr; }
  .award-image { height: 190px; }
  .award-card figcaption { align-self: center; }
  .subjects { padding: 65px 0; }
  .subject-heading { align-items: start; flex-direction: column; gap: 15px; }
  .subject-grid { grid-template-columns: 1fr; }
  .course-tabs { margin-right: -16px; overflow-x: auto; padding-right: 16px; }
  .course-panel { min-height: 0; }
  .course-summary,.course-detail { padding: 25px 20px; }
  .primary-subjects { grid-column: auto; }
  .teacher-buttons { flex-direction: column; width: 100%; }
  .whatsapp { width: 100%; }
  .why-gallery { gap: 11px; margin-top: 40px; padding-top: 20px; }
  .progress-videos { grid-template-columns: 1fr; }
  .instagram-frame { max-width: 100%; }
}

/* 学通教育学院风改版：统一为深酒红、暖米白与金色的内容层级 */
:root { --wine: #7b1118; --wine-dark: #4c0c11; --sand: #f7f1e5; --cream: #fffdf9; --gold: #c99a5c; }
body { background: var(--sand); }
.site-header { background: rgba(123, 17, 24, .98); box-shadow: 0 2px 0 rgba(255,255,255,.12); }
.nav { max-width: 1240px; }
nav { gap: 22px; }
nav a { font-size: 12px; letter-spacing: .1px; }
.nav-cta { background: rgba(255,255,255,.06); border-color: #e7ca9c; padding: 9px 15px; }
.hero { background: #f7f1e5; height: min(610px, 48vw); min-height: 410px; }
.hero-photo { background-position: center 34%; }
.intro-video { background: #fffdf9; border-top: 1px solid #e8ddcf; border-bottom: 1px solid #e8ddcf; }
.intro-grid, .why-grid, .quality-grid, .teaching-grid, .team-grid, .campus-grid { max-width: 1100px; }
.values { background: #f7f1e5; }
.values h2, .section-intro h2, .subject-heading h2 { color: #381519; }
.value-row { border-color: #d9ccbb; }
.value-row article { border-color: #d9ccbb; }
.why-us { background: #fffdf9; border-top: 8px solid var(--wine); }
.why-photo:before { background: var(--wine); }
.why-gallery figure { border: 1px solid #e4d7c7; }
.quality { background: linear-gradient(135deg, #78151d 0%, #4d0d12 100%); }
.programs { background: #f2eadc; }
.program-card { border-top-width: 5px; box-shadow: 0 8px 0 rgba(93,42,20,.06); }
.subjects { background: #fffdf9; }
.subject-card { background: #f7f1e5; }
.teacher-contact { background: linear-gradient(90deg, #7b1118, #541016); }
.teaching { background: #f7f1e5; }
.team { background: #fffdf9; border-top: 1px solid #e4d7c7; }
.daycare { background: linear-gradient(135deg, #7b1118, #4d0d12); }
.parent { background: #f7f1e5; }
.campus { background: #fffdf9; }
.contact { background: #ede1d0; }
.contact-box { border-top-width: 6px; box-shadow: 0 12px 28px rgba(78,22,18,.09); }
footer { background: #4b0c11; }
@media (max-width: 800px) { .hero { height: 460px; min-height: 0; } }
@media (max-width: 500px) { .hero { height: 330px; } }
