/* Unified visual system inspired by the approved editorial design. */
.home-page .admission-poster img {
  aspect-ratio: auto;
}
:root {
  --ink: #26323c;
  --muted: #7a838c;
  --blue: #c42130;
  --line: #ececee;
  --pale: #faf8f7;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--ink);
}
body {
  background: #fff;
}
.wrap {
  width: min(1180px, calc(100% - 48px));
}
.topbar {
  height: 30px;
  background: #fafafa;
  font-size: 11px;
}
.header {
  height: 76px;
  box-shadow: 0 3px 18px #272d3605;
}
.nav {
  gap: 24px;
}
.navlinks {
  gap: 25px;
  font-size: 14px;
}
.navlinks a {
  height: 76px;
}
.brand img {
  width: 190px;
  height: auto;
}
.phone {
  font-size: 12px;
}
.phone b {
  font-size: 17px;
}
.home-banner {
  padding: 18px 0 0;
  background: linear-gradient(#fbfaf8, #fff);
}
.admission-poster {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.admission-poster img {
  aspect-ratio: 1440/560;
}
.home-banner .banner-form-wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  padding: 25px 28px;
  background: #fff;
  color: var(--ink);
  border: 1px solid #ede6e4;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 30px #44312608;
  margin: 0 auto;
}
.form-lead strong {
  font-size: 19px;
}
.home-banner .form-lead span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.inline-consult label {
  font-size: 12px;
  color: #58616a;
}
.inline-consult input,
.inline-consult select {
  height: 40px;
  border-color: #e4e5e8;
  background: #fff;
  border-radius: 5px;
}
.inline-consult button {
  background: linear-gradient(120deg, #db2635, #b61928);
  color: #fff;
  border-radius: 5px;
  height: 40px;
}
.inline-consult {
  grid-template-columns: 1fr 125px;
}
.home-section {
  padding: 48px 0;
}
.home-section.tint {
  background: linear-gradient(110deg, #fcfaf9, #fff);
}
.home-heading {
  text-align: center;
  margin-bottom: 25px;
  display: block;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #bf3944;
}
.eyebrow:before {
  display: none;
}
.home-heading h2,
.process-heading h2 {
  font-size: 29px;
  line-height: 1.4;
  margin: 8px 0 9px;
  letter-spacing: 0.4px;
}
.home-heading p,
.process-heading p {
  font-size: 13px;
  font-weight: 500;
  color: #747e88;
  line-height: 1.8;
  margin: 0;
}
.section-consult {
  margin-top: 24px;
}
.section-consult > a:first-child {
  min-width: 170px;
  height: 40px;
  background: #fff;
  color: #be2634;
  border: 1px solid #d94d57;
  border-radius: 6px;
  font-size: 13px;
  transition: background 0.2s;
}
.section-consult > a:first-child:hover {
  background: #fff2f3;
}
.enrollment-process {
  padding: 38px 0 40px;
  background: #fff;
}
.process-heading {
  margin-bottom: 24px;
}
.process-flow {
  border: 0;
  background: transparent;
  gap: 13px;
}
.process-flow article,
.process-flow article:nth-last-child(-n + 2) {
  border: 1px solid #efe7e3 !important;
  border-radius: 9px;
  background: linear-gradient(140deg, #fff, #fcf8f4);
  padding: 19px 10px;
  min-height: 145px;
  box-shadow: none;
  transform: none !important;
}
.process-flow b {
  position: absolute;
  right: 11px;
  top: 11px;
  color: #c8a3a4;
  font-size: 10px;
}
.process-icon {
  height: 42px;
  width: 42px;
  background: #fff0e8;
  margin: 0 auto 11px;
}
.process-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #c42130;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-flow h3 {
  font-size: 14px;
}
.process-flow p {
  font-size: 11px;
  margin-top: 6px;
}
.process-flow article:not(:last-child):after {
  right: -11px;
  top: 65px;
  width: 10px;
  height: 15px;
  background: transparent;
  color: #b64048;
  font-size: 18px;
}
.approach-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.approach-list > div {
  position: relative;
  display: block;
  border: 1px solid #ebe8e6;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 20px;
  background: #fff;
  box-shadow: 0 7px 22px #28354105;
}
.approach-list > div:before {
  width: 100%;
  height: 150px;
  border-radius: 0;
  background-position: center;
}
.approach-list > div:nth-child(3):before {
  background-image: url("hero.png");
}
.approach-list > div:nth-child(4):before {
  background-image: url("study.png");
}
.approach-list b {
  position: absolute;
  top: 128px;
  left: 16px;
  font-size: 13px;
  padding: 7px 9px;
  background: #fff;
  color: #c42130;
  border-radius: 4px;
  box-shadow: 0 2px 8px #3331;
}
.approach-list span {
  display: block;
  padding: 24px 17px 0;
}
.approach-list strong {
  font-size: 15px;
  line-height: 1.5;
  min-height: 45px;
}
.approach-list small {
  font-size: 12px;
  color: #77818a;
  line-height: 1.85;
}
.method-strip {
  margin-top: 16px;
  border: 0;
  border-radius: 7px;
  background: #faf9f8;
}
.method-strip > div {
  padding: 15px 20px;
  border-color: #e9e4e2;
  font-size: 13px;
}
.method-strip span {
  font-size: 12px;
}
.student-life {
  background: #fff;
}
.carousel-track {
  gap: 18px;
}
.carousel-track figure {
  height: 242px;
  border-radius: 9px;
  flex-basis: calc((100% - 36px) / 3);
}
.carousel-track figcaption {
  font-size: 15px;
  padding: 35px 18px 15px;
}
.carousel-arrow {
  width: 34px;
  height: 34px;
  font-size: 25px;
  border: 1px solid #eee;
  box-shadow: 0 3px 12px #2221;
}
.carousel-arrow.prev {
  left: -17px;
}
.carousel-arrow.next {
  right: -17px;
}
.carousel-status {
  font-size: 10px;
  margin-top: 12px;
}
.campus-gallery {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: none;
  gap: 13px;
}
.campus-gallery figure,
.campus-gallery figure:first-child,
.campus-gallery figure:nth-child(2) {
  height: auto;
  grid-column: auto;
  border-radius: 7px;
  background: #fff;
}
.campus-gallery img {
  height: 142px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.campus-gallery figcaption {
  position: static;
  color: #56616c;
  background: none;
  text-align: center;
  padding: 11px 4px;
  font-size: 12px;
  font-weight: 500;
}
.questions-dense {
  gap: 0 24px;
  grid-template-columns: repeat(3, 1fr);
}
.questions-dense > div {
  border: 0;
  border-bottom: 1px solid #ece7e4;
  padding: 14px 2px;
  background: transparent;
  min-height: 0;
}
.questions-dense strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}
.questions-dense strong i {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  font-size: 9px;
  margin-top: 3px;
  background: #fff;
  color: #c42130;
  border: 1px solid #d6747c;
}
.questions-dense p {
  margin: 6px 0 0 23px;
  font-size: 11px;
  line-height: 1.6;
  color: #85909a;
}
.news-heading .news-more {
  top: 28px;
  font-size: 12px;
  font-weight: 500;
}
.recent-articles {
  gap: 0 28px;
}
.recent-articles a {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  line-height: 1.6;
}
.recent-articles a:before {
  content: "";
  height: 4px;
  width: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: #cb8990;
}
.recent-articles a span {
  flex: 1;
}
.cta {
  padding: 31px 0;
  background: #fcf6f3;
  border-color: #f0e6e3;
}
.cta h2 {
  font-size: 23px;
}
.cta p {
  font-size: 13px;
}
.cta .btn {
  height: 43px;
  font-size: 13px;
}
.footer {
  padding: 30px 0 22px;
  background: #fff;
}
.footer-main {
  gap: 30px;
}
.footer p,
.footer a {
  font-size: 12px;
}
.footer-title {
  font-size: 13px;
}
.legal,
.friend-links {
  font-size: 11px;
}
.footer .footer-main p br:last-of-type {
  display: initial;
}
.sidebar-form,
.sidebar {
  border-radius: 10px;
  border-color: #eee3df;
}
.sidebar-form {
  background: #fcf9f7;
}
.sidebar h3 {
  font-size: 18px;
}
.sidebar-form input,
.sidebar-form select {
  border-radius: 5px;
}
.listing-page .page-head {
  min-height: 210px;
  background:
    linear-gradient(90deg, rgba(112, 27, 36, 0.94), rgba(146, 43, 53, 0.65)),
    url("campus.png") center/cover;
}
.promo {
  border-radius: 9px;
  background: linear-gradient(115deg, #fff5f1, #fff);
  border-color: #ecd8d3;
  padding: 23px 28px;
}
.promo h2 {
  font-size: 22px;
}
.content-layout {
  gap: 32px;
  padding-top: 32px;
}
.article-card {
  gap: 20px;
  padding: 22px 0;
}
.article-thumb {
  border-radius: 7px;
  background: #fcf2ef;
  color: #bd3b47;
  font-size: 14px;
}
.article-card h2 {
  font-size: 19px;
}
.article-card p {
  font-size: 13px;
}
.article p {
  font-size: 15px;
  line-height: 2;
}
.article h1 {
  font-size: 29px;
}
.quote {
  background: #fcf7f4;
  border-color: #c42130;
}
.pagination a.active {
  background: #c42130;
}
@media (max-width: 820px) {
  .wrap {
    width: calc(100% - 32px);
    max-width: none;
  }
  .header,
  .nav {
    height: 60px;
  }
  .brand img {
    width: 151px;
  }
  .menu {
    color: #26323c;
    font-size: 23px;
  }
  .home-banner {
    padding-top: 0;
    background: #faf8f6;
  }
  .home-banner > .poster-wrap {
    width: 100%;
    max-width: none;
  }
  .admission-poster {
    border-radius: 0;
  }
  .admission-poster img {
    aspect-ratio: 750/680;
  }
  .home-banner .banner-form-wrap {
    display: block;
    width: calc(100% - 28px);
    max-width: none;
    margin: -16px auto 0;
    padding: 19px 18px;
    border: 1px solid #eee5e0;
    border-radius: 9px;
    z-index: 2;
    position: relative;
    box-shadow: 0 5px 18px #45322e08;
  }
  .home-banner .form-lead {
    text-align: center;
    margin-bottom: 16px;
  }
  .home-banner .form-lead strong {
    font-size: 18px;
  }
  .home-banner .form-lead span {
    font-size: 11px;
    margin-top: 5px;
  }
  .inline-consult {
    display: block;
  }
  .inline-consult .form-fields {
    gap: 11px;
  }
  .inline-consult input,
  .inline-consult select {
    font-size: 12px;
    height: 39px;
  }
  .inline-consult button {
    height: 41px;
    margin-top: 14px;
  }
  .home-section,
  .home-section#questions {
    padding: 30px 0;
  }
  .home-heading {
    text-align: center;
    margin-bottom: 19px;
  }
  .home-heading h2,
  .home-section#questions .home-heading h2,
  .process-heading h2 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0;
    margin: 5px 0 7px;
  }
  .home-heading p,
  .home-section#questions .home-heading p,
  .process-heading p {
    font-size: 11px;
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
  }
  .eyebrow,
  .process-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .enrollment-process {
    padding: 28px 16px;
    background: #fff;
  }
  .enrollment-process .wrap {
    width: 100%;
  }
  .process-heading {
    margin-bottom: 17px;
  }
  .process-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .process-flow article,
  .process-flow article:nth-last-child(-n + 2) {
    padding: 14px 5px 12px;
    min-height: 96px;
    border: 1px solid #eee5de !important;
    border-radius: 8px;
    transform: none !important;
  }
  .process-flow b {
    right: 7px;
    top: 6px;
    font-size: 8px;
  }
  .process-flow article:after {
    display: none !important;
  }
  .process-flow h3 {
    font-size: 12px;
  }
  .process-flow p {
    display: none;
  }
  .process-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
  }
  .process-icon svg {
    width: 19px;
    height: 19px;
  }
  .approach-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .approach-list > div {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 12px;
    padding: 10px;
    border: 1px solid #efebe8;
    border-radius: 8px;
    box-shadow: none;
    align-items: center;
  }
  .approach-list > div:before {
    width: 84px;
    height: 78px;
    border-radius: 5px;
  }
  .approach-list b {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 3px 5px;
    font-size: 9px;
    background: #fffffff0;
  }
  .approach-list span {
    padding: 0;
  }
  .approach-list strong {
    font-size: 13px;
    min-height: 0;
    margin: 0 0 5px;
    line-height: 1.5;
  }
  .approach-list small {
    font-size: 11px;
    line-height: 1.65;
  }
  .method-strip {
    display: none;
  }
  .section-consult,
  .home-section#questions .section-consult {
    margin-top: 18px;
    gap: 10px;
  }
  .section-consult > a:first-child {
    min-width: 152px;
    height: 36px;
    font-size: 12px;
  }
  .student-carousel .carousel-arrow,
  .carousel-status {
    display: none;
  }
  .carousel-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  .carousel-track figure {
    height: 120px;
    border-radius: 7px;
    margin: 0;
  }
  .carousel-track figure:first-child {
    grid-column: 1/3;
    height: 180px;
  }
  .carousel-track figcaption,
  .carousel-track figure:not(:first-child) figcaption {
    font-size: 11px;
    padding: 26px 10px 9px;
  }
  .campus-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .campus-gallery figure,
  .campus-gallery figure:first-child,
  .campus-gallery figure:nth-child(2) {
    grid-column: auto;
    height: auto;
    border-radius: 6px;
    background: transparent;
  }
  .campus-gallery figure:first-child {
    grid-column: 1/3;
  }
  .campus-gallery img {
    height: 110px;
    border-radius: 6px;
  }
  .campus-gallery figure:first-child img {
    height: 155px;
  }
  .campus-gallery figcaption {
    padding: 7px 0;
    font-size: 11px;
  }
  .questions-dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
  }
  .questions-dense > div {
    padding: 12px 0;
    min-height: 0;
    border: 0;
    border-bottom: 1px solid #eae5e2;
    background: transparent;
  }
  .questions-dense strong {
    font-size: 11px;
    line-height: 1.65;
    gap: 5px;
    font-weight: 500;
  }
  .questions-dense strong i {
    height: 13px;
    width: 13px;
    flex-basis: 13px;
    font-size: 8px;
    margin-top: 3px;
  }
  .questions-dense p {
    display: none;
  }
  .news-heading {
    text-align: left;
    padding-right: 0;
  }
  .news-heading h2 {
    font-size: 21px;
  }
  .news-heading .news-more {
    top: 8px;
    font-size: 10px;
  }
  .recent-articles {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .recent-articles a {
    padding: 12px 0;
    font-size: 13px;
    gap: 9px;
  }
  .cta {
    padding: 25px 0;
  }
  .cta h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .cta p {
    font-size: 11px;
    line-height: 1.7;
  }
  .cta .btn {
    height: 38px;
  }
  .footer {
    padding: 25px 0 83px;
  }
  .footer-main {
    gap: 18px;
  }
  .footer p,
  .footer a {
    font-size: 11px;
  }
  .footer-title {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .friend-links {
    margin-top: 18px;
    padding-top: 13px;
    font-size: 10px;
    line-height: 1.8;
  }
  .legal {
    font-size: 9px;
    line-height: 1.8;
  }
  .mobile-bar {
    padding: 7px 10px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -3px 12px #33308;
  }
  .mobile-bar a {
    height: 40px;
    font-size: 13px;
  }
  .mobile-bar a:last-child {
    border-radius: 5px;
    background: #c42130;
  }
  .listing-page .page-head {
    min-height: 150px;
    padding: 24px 0;
  }
  .page-head h1 {
    font-size: 25px;
  }
  .page-head p {
    font-size: 12px;
    line-height: 1.6;
  }
  .promo {
    padding: 20px;
    margin-top: 18px;
  }
  .promo h2 {
    font-size: 19px;
  }
  .promo p {
    font-size: 12px;
    line-height: 1.7;
  }
  .promo .btn {
    height: 39px;
    font-size: 12px;
  }
  .content-layout {
    padding-top: 20px;
  }
  .article-card {
    padding: 15px 0;
  }
  .article-card .meta,
  .article-card p,
  .article-thumb {
    display: none;
  }
  .article-card h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
  }
  .article h1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .article h2 {
    font-size: 19px;
  }
  .article p {
    font-size: 14px;
  }
  .sidebar-form {
    padding: 20px;
  }
  .sidebar-column {
    margin-top: 26px;
  }
  .news-heading .news-more {
    position: static;
    float: right;
    margin-top: -61px;
  }
}

/* Both home photo sections scroll as independent carousels. */
.photo-carousel{position:relative;min-width:0}
.photo-carousel .carousel-track,.photo-carousel .campus-gallery{display:flex;grid-template-columns:none;grid-template-rows:none;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth}
.photo-carousel .carousel-track::-webkit-scrollbar,.photo-carousel .campus-gallery::-webkit-scrollbar{display:none}
.photo-carousel .carousel-track figure,.photo-carousel .carousel-track figure:first-child{display:block;flex:0 0 calc((100% - 36px)/3);height:242px;grid-column:auto;scroll-snap-align:start}
.photo-carousel .campus-gallery figure,.photo-carousel .campus-gallery figure:first-child,.photo-carousel .campus-gallery figure:nth-child(2){display:block;flex:0 0 calc((100% - 36px)/3);height:auto;grid-column:auto;scroll-snap-align:start;margin:0}
.photo-carousel .campus-gallery img,.photo-carousel .campus-gallery figure:first-child img{height:200px;width:100%;object-fit:cover}
.photo-carousel .carousel-arrow[hidden],.carousel-status[hidden]{display:none!important}
@media(max-width:820px){
  .photo-carousel .carousel-track,.photo-carousel .campus-gallery{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3px}
  .photo-carousel .carousel-track figure,.photo-carousel .carousel-track figure:first-child,.photo-carousel .campus-gallery figure,.photo-carousel .campus-gallery figure:first-child,.photo-carousel .campus-gallery figure:nth-child(2){flex:0 0 calc(100% - 28px);grid-column:auto;height:auto;min-height:0;aspect-ratio:1.55}
  .photo-carousel .carousel-track img{height:100%;object-fit:cover}
  .photo-carousel .campus-gallery img,.photo-carousel .campus-gallery figure:first-child img{height:calc((100vw - 60px)/1.55);max-height:300px}
  .photo-carousel .student-carousel .carousel-arrow,.photo-carousel .carousel-arrow{display:block;width:32px;height:32px;top:42%;font-size:22px}
  .photo-carousel .carousel-arrow.prev{left:4px}.photo-carousel .carousel-arrow.next{right:4px}
  .carousel-status{display:block;font-size:11px;margin-top:10px}
}
@media(prefers-reduced-motion:reduce){.photo-carousel .carousel-track,.photo-carousel .campus-gallery{scroll-behavior:auto}}
