:root {
  --red: #d9272e;
  --red-deep: #a8141c;
  --ink: #15191d;
  --ink-soft: #4e565e;
  --paper: #f7f5f1;
  --white: #ffffff;
  --line: #dedbd5;
  --gold: #c8923d;
  --blue: #205e7a;
  --header-height: 76px;
  --page: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.8; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: #fff; color: #111; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-height); color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s ease, color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled, .site-header.menu-visible { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(20,24,28,.08); backdrop-filter: blur(16px); }
.nav-shell { width: var(--page); height: 100%; margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 182px; }
.brand img { width: 78px; height: 52px; object-fit: contain; }
.brand-divider { width: 1px; height: 28px; margin: 0 12px 0 9px; background: currentColor; opacity: .25; }
.brand-name { font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-weight: 800; font-size: 19px; white-space: nowrap; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; gap: clamp(15px, 1.6vw, 28px); }
.site-nav a { position: relative; padding: 27px 0 25px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 18px; height: 2px; background: var(--red); transition: left .25s ease, right .25s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { left: 0; right: 0; }
.site-nav .nav-cta { padding: 11px 17px; color: #fff; background: var(--red); border-radius: 4px; }
.site-nav .nav-cta::after { display: none; }
.site-nav .nav-cta:hover { background: var(--red-deep); }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 100svh; color: #fff; display: grid; grid-template-rows: minmax(0, 61.8fr) minmax(0, 38.2fr); overflow: hidden; background: #1b2226; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; animation: heroScale 9s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,15,18,.86) 0%, rgba(9,15,18,.63) 43%, rgba(9,15,18,.14) 76%), linear-gradient(0deg, rgba(8,13,16,.55), transparent 42%); }
.hero-content { position: relative; z-index: 1; grid-row: 1; align-self: center; width: var(--page); margin: auto; padding-top: var(--header-height); }
.hero-kicker, .eyebrow { margin: 0 0 17px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: 0; }
.hero-kicker { color: #fff; opacity: .86; }
.hero h1 { max-width: 760px; margin: 0; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: clamp(48px, 6.4vw, 88px); line-height: 1.12; letter-spacing: 0; }
.hero-summary { max-width: 610px; margin: 25px 0 31px; color: rgba(255,255,255,.84); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-weight: 700; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(217,39,46,.22); }
.button-primary:hover { background: var(--red-deep); box-shadow: 0 16px 35px rgba(217,39,46,.32); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 40px; color: rgba(255,255,255,.74); font-size: 13px; }
.hero-facts span { display: flex; align-items: center; gap: 9px; }
.hero-facts span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #fff; }
.hero-next { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px)/2)); bottom: 30px; display: flex; align-items: center; gap: 11px; font-size: 12px; color: rgba(255,255,255,.75); }
.hero-next span:last-child { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; animation: nudge 1.8s ease-in-out infinite; }

.section { padding: 112px 0; }
.section-inner { width: var(--page); margin: auto; }
.section-heading h2, .section-intro h2, .digital-copy h2, .consult-copy h2 { margin: 0; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.25; letter-spacing: 0; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 70px; margin-bottom: 55px; }
.section-intro > p { margin: 0 0 6px; color: var(--ink-soft); }

.audience-section { background: #fff; }
.audience-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: start; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list article { display: grid; grid-template-columns: 48px 190px 1fr; gap: 22px; align-items: baseline; padding: 25px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, color .25s ease; }
.audience-list article:hover { padding-left: 10px; color: var(--red-deep); }
.audience-list h3 { margin: 0; font-size: 18px; }
.audience-list p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.audience-number { color: var(--red); font-weight: 800; }

.services-section { background: #f2eee8; }
.service-path { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ccc5bb; border-left: 1px solid #ccc5bb; }
.service-item { min-height: 230px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #ccc5bb; border-bottom: 1px solid #ccc5bb; transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
.service-item:hover { position: relative; z-index: 1; background: #fff; transform: translateY(-6px); box-shadow: 0 20px 45px rgba(32,27,22,.1); }
.service-item .step { color: var(--red); font-size: 14px; font-weight: 800; }
.service-item h3 { margin: 0 0 10px; font-size: 20px; }
.service-item p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.courses-section { color: #fff; background: #171c20; }
.section-intro-light > p { color: rgba(255,255,255,.65); }
.course-workbench { border: 1px solid rgba(255,255,255,.15); }
.course-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.15); }
.course-tab { position: relative; padding: 22px 12px; color: rgba(255,255,255,.58); border: 0; border-right: 1px solid rgba(255,255,255,.15); background: transparent; cursor: pointer; font-weight: 700; }
.course-tab:last-child { border-right: 0; }
.course-tab::after { content: ""; position: absolute; inset: auto 50% -1px; height: 3px; background: var(--red); transition: inset .25s ease; }
.course-tab:hover, .course-tab.is-active { color: #fff; background: rgba(255,255,255,.04); }
.course-tab.is-active::after { inset: auto 0 -1px; }
.course-panel { min-height: 440px; display: grid; grid-template-columns: 1fr 1fr; }
.course-copy { padding: 55px; align-self: center; }
.course-label { margin: 0 0 16px; color: #d6a760; font-size: 13px; }
.course-copy h3 { margin: 0 0 18px; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: 34px; line-height: 1.35; }
.course-copy > p:not(.course-label) { color: rgba(255,255,255,.7); }
.course-copy ul { list-style: none; margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.course-copy li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.course-image { position: relative; margin: 0; overflow: hidden; min-height: 440px; }
.course-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .7s ease; }
.course-image:hover img { transform: scale(1.03); }
.course-image figcaption { position: absolute; left: 20px; bottom: 20px; padding: 8px 12px; background: rgba(12,16,19,.72); font-size: 12px; }
.support-roles { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
.support-roles div { padding: 19px 24px; border-left: 1px solid rgba(255,255,255,.16); }
.support-roles div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.support-roles strong, .support-roles span { display: block; }
.support-roles span { margin-top: 6px; color: rgba(255,255,255,.55); font-size: 13px; }

.digital-section { color: #f6fbfd; background: #1c536c; overflow: hidden; }
.digital-layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.digital-copy .eyebrow { color: #f3c577; }
.digital-copy .lead { color: rgba(255,255,255,.7); max-width: 630px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.feature-grid article { min-height: 150px; padding: 20px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease; }
.feature-grid article:hover { background: rgba(255,255,255,.08); }
.feature-grid span { color: #f3c577; font-size: 11px; }
.feature-grid h3 { margin: 25px 0 5px; font-size: 16px; }
.feature-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.6; }
.video-stage { position: relative; box-shadow: 0 30px 70px rgba(5,20,29,.3); }
.video-stage video { width: 100%; aspect-ratio: 9 / 13; object-fit: cover; background: #101417; }
.video-caption { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.78)); pointer-events: none; }
.video-caption span { font-size: 12px; opacity: .7; }

.campus-section { background: #fff; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; color: #fff; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.68)); }
.gallery-item span { position: absolute; z-index: 1; left: 18px; bottom: 15px; font-weight: 700; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.08); }

.tracks-section { background: #f3f5f4; }
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.track-card { min-height: 250px; padding: 28px; border: 1px solid #dfe2df; background: #fff; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.track-card:hover { transform: translateY(-6px); border-color: var(--red); box-shadow: 0 20px 35px rgba(27,35,31,.08); }
.track-card > span { color: var(--red); font-size: 12px; font-weight: 800; }
.track-card h3 { margin: 42px 0 25px; font-size: 21px; }
.track-card p { margin: 0 0 4px; color: #777e7a; font-size: 12px; }
.track-card strong { font-size: 14px; }
.process-strip { margin-top: 36px; padding: 23px 25px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: var(--ink); font-size: 13px; overflow-x: auto; }
.process-strip span, .process-strip i { flex: 0 0 auto; }
.process-strip i { color: #d6a760; font-style: normal; }

.consult-section { color: #fff; background: #202426; }
.consult-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.consult-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.contact-block { margin: 38px 0 28px; padding: 25px 0; display: grid; gap: 5px; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.contact-block span, .contact-block small { color: rgba(255,255,255,.5); font-size: 12px; }
.contact-block strong { font-family: Georgia, serif; font-size: 27px; letter-spacing: 0; }
.campus-addresses p { margin: 7px 0; color: rgba(255,255,255,.65); font-size: 13px; }
.campus-addresses strong { color: #fff; }
.consult-form { padding: 38px; color: var(--ink); background: #fff; }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 26px; }
.form-heading span { font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: 26px; font-weight: 800; }
.form-heading p { margin: 0; color: #8a8f92; font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consult-form label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 700; }
.consult-form input:not([type="checkbox"]), .consult-form select, .consult-form textarea { width: 100%; margin-top: 8px; padding: 13px 12px; color: var(--ink); border: 1px solid #d8dcde; border-radius: 2px; outline: none; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.consult-form textarea { resize: vertical; min-height: 105px; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,39,46,.1); }
.consult-form [aria-invalid="true"] { border-color: var(--red) !important; }
.consent { display: flex !important; gap: 9px; align-items: flex-start; color: #5d6468; font-weight: 400 !important; line-height: 1.6; }
.consent input { margin: 4px 0 0; accent-color: var(--red); }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 24px; margin: 10px 0 0; color: #60676b; font-size: 12px; text-align: center; }
.form-status.is-error { color: var(--red-deep); }
.form-status.is-success { color: #25724d; }

.site-footer { padding: 40px 0; color: rgba(255,255,255,.6); background: #111416; font-size: 12px; }
.footer-inner { width: var(--page); margin: auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 45px; }
.footer-brand { display: flex; align-items: center; gap: 15px; color: #fff; }
.footer-brand img { width: 68px; height: 44px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 17px; }
.footer-brand span { margin-top: 4px; color: rgba(255,255,255,.5); }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: #fff; }

.lightbox { width: min(1100px, calc(100vw - 36px)); max-height: calc(100vh - 36px); padding: 0; border: 0; background: #0c0e0f; color: #fff; }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: calc(100vh - 100px); object-fit: contain; }
.lightbox p { margin: 0; padding: 12px 18px; }
.lightbox-close { position: fixed; z-index: 2; top: 20px; right: 25px; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.45); font-size: 26px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes heroScale { from { transform: scale(1.04); } to { transform: scale(1); } }
@keyframes nudge { 50% { transform: translateY(4px); } }

@media (max-width: 1060px) {
  :root { --page: min(100% - 36px, 900px); }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: var(--header-height) 0 auto; padding: 20px 18px 28px; display: grid; gap: 0; color: var(--ink); background: #fff; box-shadow: 0 20px 35px rgba(0,0,0,.12); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .3s ease, opacity .3s ease; }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 5px; border-bottom: 1px solid #ecebea; }
  .site-nav a::after { display: none; }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; border: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .digital-layout, .consult-layout { grid-template-columns: 1fr; }
  .video-stage { width: min(620px, 100%); margin: auto; }
  .video-stage video { aspect-ratio: 16 / 10; }
  .consult-layout { gap: 50px; }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; --page: calc(100% - 28px); }
  .brand { min-width: 0; }
  .brand img { width: 65px; height: 44px; }
  .brand-divider { height: 23px; margin-inline: 8px; }
  .brand-name { font-size: 17px; }
  .hero { min-height: max(760px, 100svh); display: flex; align-items: flex-end; }
  .hero-image { object-position: 53% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,13,16,.93) 0%, rgba(8,13,16,.67) 55%, rgba(8,13,16,.2) 100%); }
  .hero-content { padding: 130px 0 116px; }
  .hero h1 { font-size: 48px; }
  .hero-summary { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-facts { gap: 12px 20px; margin-top: 28px; }
  .hero-next { display: none; }
  .section { padding: 78px 0; }
  .section-intro, .audience-layout { grid-template-columns: 1fr; gap: 35px; }
  .section-intro { margin-bottom: 38px; }
  .section-heading h2, .section-intro h2, .digital-copy h2, .consult-copy h2 { font-size: 36px; }
  .audience-list article { grid-template-columns: 38px 1fr; gap: 8px 12px; }
  .audience-list p { grid-column: 2; }
  .service-path { grid-template-columns: 1fr; }
  .service-item { min-height: 190px; }
  .course-tabs { grid-template-columns: 1fr 1fr; }
  .course-tab { border-bottom: 1px solid rgba(255,255,255,.15); }
  .course-panel { grid-template-columns: 1fr; }
  .course-copy { padding: 32px 24px; }
  .course-copy h3 { font-size: 28px; }
  .course-image { min-height: 280px; }
  .support-roles { grid-template-columns: 1fr 1fr; }
  .support-roles div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.16); }
  .support-roles div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-item.gallery-wide { grid-column: span 2; }
  .gallery-item.gallery-tall { grid-row: auto; }
  .track-grid { grid-template-columns: 1fr; }
  .track-card { min-height: 220px; }
  .process-strip { justify-content: flex-start; }
  .consult-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { display: block; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 42px; }
  .hero-facts { display: grid; }
  .course-tabs { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-item.gallery-wide { grid-column: auto; }
  .support-roles { grid-template-columns: 1fr; }
  .support-roles div { border-right: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); }
  .feature-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Multi-page structure */
.site-nav .nav-cta.is-active { box-shadow: 0 0 0 3px rgba(255,255,255,.28), 0 10px 24px rgba(217,39,46,.25); }
.inner-hero { position: relative; min-height: 530px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #1a1f22; }
.inner-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroScale 8s ease-out both; }
.inner-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(11,16,18,.88),rgba(11,16,18,.55) 52%,rgba(11,16,18,.16)),linear-gradient(0deg,rgba(8,12,14,.64),transparent 58%); }
.inner-hero-content { position: relative; z-index: 1; width: var(--page); margin: 0 auto; padding: calc(var(--header-height) + 80px) 0 75px; }
.inner-hero-content p { margin: 0 0 13px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; }
.inner-hero-content h1 { margin: 0 0 17px; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: clamp(50px,7vw,82px); line-height: 1.05; letter-spacing: 0; }
.inner-hero-content span { display: block; max-width: 650px; color: rgba(255,255,255,.75); line-height: 1.8; }
.inner-hero-courses > img { object-position: center 48%; }
.inner-hero-digital .inner-hero-shade { background: linear-gradient(90deg,rgba(13,51,68,.92),rgba(16,68,89,.57),rgba(8,35,47,.18)); }
.inner-hero-campus > img { object-position: center 52%; }
.inner-hero-campus .inner-hero-shade { background: linear-gradient(90deg,rgba(29,32,29,.82),rgba(29,32,29,.4),rgba(29,32,29,.1)); }
.inner-hero-tracks .inner-hero-shade { background: linear-gradient(90deg,rgba(34,28,22,.88),rgba(34,28,22,.52),rgba(34,28,22,.14)); }
.inner-hero-consult > img { object-position: center 58%; }

.home-directory { background: #f2eee8; }
.module-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #cdc6bb; border-left: 1px solid #cdc6bb; }
.module-link { min-height: 170px; padding: 28px; display: grid; grid-template-columns: 42px 1fr 34px; gap: 15px; align-items: start; border-right: 1px solid #cdc6bb; border-bottom: 1px solid #cdc6bb; background: rgba(255,255,255,.18); transition: color .28s ease, background .28s ease, transform .28s ease, box-shadow .28s ease; }
.module-link > span { color: var(--red); font-size: 13px; font-weight: 800; }
.module-link h3 { margin: 0 0 10px; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: 23px; }
.module-link p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.module-link b { width: 32px; height: 32px; display: grid; place-items: center; align-self: end; border: 1px solid #bbb3a8; border-radius: 50%; font-weight: 400; transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.module-link:hover { position: relative; z-index: 1; color: var(--red-deep); background: #fff; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(39,31,23,.1); }
.module-link:hover b { color: #fff; border-color: var(--red); background: var(--red); transform: translateX(3px); }
.home-campus { background: #fff; }
.home-campus-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; }
.home-campus-image { min-height: 480px; overflow: hidden; }
.home-campus-image img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; transition: transform .7s ease; }
.home-campus-image:hover img { transform: scale(1.025); }
.home-campus-copy h2 { margin: 0 0 24px; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: clamp(36px,4.5vw,56px); line-height: 1.3; }
.home-campus-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--red); font-weight: 800; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.page-cta { padding: 95px 0; color: #fff; text-align: center; background: linear-gradient(120deg,#202426,#15191c); }
.page-cta p { margin: 0 0 12px; color: rgba(255,255,255,.6); }
.page-cta h2 { margin: 0 0 29px; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: clamp(36px,5vw,60px); }

.service-principles { background: #fff; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid span { color: var(--red); font-size: 13px; font-weight: 800; }
.principle-grid h3 { margin: 70px 0 12px; font-size: 24px; }
.principle-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.digital-flow { background: #f4f1eb; }
.digital-flow-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #d2ccc1; border-left: 1px solid #d2ccc1; }
.digital-flow-grid article { min-height: 170px; padding: 28px 24px; border-right: 1px solid #d2ccc1; border-bottom: 1px solid #d2ccc1; }
.digital-flow-grid strong,.digital-flow-grid span { display: block; }
.digital-flow-grid strong { margin-bottom: 38px; font-size: 18px; }
.digital-flow-grid span { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.gallery-expanded { grid-auto-rows: 240px; grid-auto-flow: dense; }
.gallery-expanded .reveal { opacity: 1; transform: none; }
@media (min-width: 901px) {
  .gallery-expanded { grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(3,250px); }
  .gallery-expanded .gallery-item:nth-child(1) { grid-column: 1 / 7; grid-row: 1; }
  .gallery-expanded .gallery-item:nth-child(2) { grid-column: 7 / 10; grid-row: 1 / 3; }
  .gallery-expanded .gallery-item:nth-child(3) { grid-column: 10 / 13; grid-row: 1; }
  .gallery-expanded .gallery-item:nth-child(4) { grid-column: 1 / 4; grid-row: 2 / 4; }
  .gallery-expanded .gallery-item:nth-child(5) { grid-column: 4 / 7; grid-row: 2; }
  .gallery-expanded .gallery-item:nth-child(6) { grid-column: 10 / 13; grid-row: 2; }
  .gallery-expanded .gallery-item:nth-child(7) { grid-column: 10 / 13; grid-row: 3; }
  .gallery-expanded .gallery-item:nth-child(8) { grid-column: 4 / 10; grid-row: 3; }
}
.campus-address-band { padding: 45px 0; color: #fff; background: #1c536c; }
.campus-address-band .section-inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; }
.campus-address-band div > span,.campus-address-band div > strong { display: block; }
.campus-address-band div > span { margin-bottom: 8px; color: rgba(255,255,255,.55); font-size: 12px; }
.campus-address-band div > strong { font-size: 14px; }
.campus-address-band a { padding: 12px 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 4px; font-weight: 700; }
.track-notice { background: #fff; }
.track-notice-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; }
.track-notice h2 { margin: 0; font-family: "Noto Serif SC", "Source Han Serif SC", STSong, serif; font-size: clamp(36px,4.5vw,56px); line-height: 1.3; }
.track-notice ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.track-notice li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.track-notice li span { color: var(--ink-soft); font-size: 14px; }

/* Floating course consultation */
.chat-launcher { position: fixed; z-index: 85; right: 24px; bottom: 24px; width: 72px; height: 72px; padding: 0; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: linear-gradient(145deg,#e5363d,#b91520); box-shadow: 0 15px 38px rgba(163,19,29,.35),inset 0 1px 0 rgba(255,255,255,.3); cursor: grab; touch-action: none; user-select: none; transition: box-shadow .25s ease,transform .25s ease,opacity .25s ease; }
.chat-launcher:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(163,19,29,.43),inset 0 1px 0 rgba(255,255,255,.3); }
.chat-launcher:active { cursor: grabbing; }
.chat-launcher.is-hidden { opacity: 0; pointer-events: none; transform: scale(.8); }
.chat-launcher-mark { position: relative; width: 30px; height: 25px; border: 2px solid #fff; border-radius: 9px; }
.chat-launcher-mark::before { content: ""; position: absolute; left: 5px; bottom: -7px; width: 8px; height: 8px; border-left: 2px solid #fff; transform: skew(-28deg); }
.chat-launcher-mark::after { content: "···"; position: absolute; inset: -9px 0 0; display: grid; place-items: center; color: #fff; font-size: 21px; font-weight: 800; letter-spacing: 0; }
.chat-launcher-label { position: absolute; right: 59px; width: 86px; padding: 8px 10px; color: var(--ink); border: 1px solid #ece7e1; border-radius: 4px; background: #fff; box-shadow: 0 8px 24px rgba(20,24,27,.12); font-size: 13px; font-weight: 800; pointer-events: none; }
.chat-unread { position: absolute; top: 1px; right: 2px; width: 18px; height: 18px; display: grid; place-items: center; color: #fff; border: 2px solid #fff; border-radius: 50%; background: #f0a52c; font-size: 10px; }
.chat-panel { position: fixed; z-index: 86; right: 24px; bottom: 24px; width: min(420px,calc(100vw - 32px)); height: min(620px,calc(100vh - 48px)); display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; border: 1px solid rgba(31,34,36,.12); border-radius: 8px; background: #f5f5f4; box-shadow: 0 28px 85px rgba(15,18,20,.28); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.97); transform-origin: bottom right; transition: opacity .28s ease,transform .28s ease,visibility .28s; }
.chat-panel.is-open { opacity: 1; visibility: visible; transform: none; }
.chat-panel.is-expanded { inset: 24px; width: auto; height: auto; max-width: none; }
.chat-header { min-height: 76px; padding: 13px 14px 13px 16px; display: flex; align-items: center; gap: 12px; color: #fff; background: linear-gradient(110deg,#c9121c,#db3b3f); cursor: move; user-select: none; }
.chat-avatar { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: #fff; }
.chat-avatar img { width: 38px; height: 38px; object-fit: contain; }
.chat-identity { min-width: 0; flex: 1; }
.chat-identity strong,.chat-identity span { display: block; }
.chat-identity strong { font-size: 16px; }
.chat-identity span { margin-top: 3px; color: rgba(255,255,255,.75); font-size: 11px; }
.chat-controls { display: flex; gap: 5px; }
.chat-control { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: transparent; font-size: 22px; cursor: pointer; }
.chat-control:hover { background: rgba(255,255,255,.16); }
.chat-messages { min-height: 0; padding: 20px 18px; overflow-y: auto; overscroll-behavior: contain; }
.chat-day { margin: 0 0 18px; color: #9a9c9e; font-size: 11px; text-align: center; }
.chat-message { display: flex; gap: 9px; align-items: flex-end; margin: 0 0 15px; }
.chat-message.user { justify-content: flex-end; }
.chat-message-avatar { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; }
.chat-message-avatar img { width: 28px; height: 28px; object-fit: contain; }
.chat-bubble { max-width: 80%; padding: 11px 13px; color: #24282b; border-radius: 5px 14px 14px 14px; background: #fff; box-shadow: 0 5px 18px rgba(20,23,25,.05); font-size: 14px; line-height: 1.65; }
.chat-message.user .chat-bubble { color: #fff; border-radius: 14px 5px 14px 14px; background: var(--red); }
.chat-quick { display: flex; flex-wrap: wrap; gap: 7px; margin: 5px 0 18px 41px; }
.chat-quick button { padding: 7px 10px; color: var(--red-deep); border: 1px solid #e6b7ba; border-radius: 999px; background: #fff; font-size: 12px; cursor: pointer; }
.chat-quick button:hover { color: #fff; border-color: var(--red); background: var(--red); }
.chat-typing { display: inline-flex; gap: 4px; padding: 12px 15px; border-radius: 5px 14px 14px 14px; background: #fff; }
.chat-typing i { width: 5px; height: 5px; border-radius: 50%; background: #aaa; animation: chatTyping 1s ease-in-out infinite; }
.chat-typing i:nth-child(2) { animation-delay: .16s; }.chat-typing i:nth-child(3) { animation-delay: .32s; }
.chat-footer { padding: 12px; border-top: 1px solid #e0dfdc; background: #fff; }
.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.chat-form input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #dad8d4; border-radius: 4px; outline: none; }
.chat-form input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,39,46,.09); }
.chat-send { min-width: 66px; padding: 0 15px; color: #fff; border: 0; border-radius: 4px; background: var(--red); font-weight: 800; cursor: pointer; }
.chat-send:hover { background: var(--red-deep); }
.chat-disclosure { margin: 8px 2px 0; color: #9a9c9e; font-size: 10px; line-height: 1.5; text-align: center; }
@keyframes chatTyping { 50% { transform: translateY(-3px); opacity: .5; } }

@media (max-width: 900px) {
  .module-grid { grid-template-columns: 1fr; }
  .home-campus-layout,.track-notice-layout { grid-template-columns: 1fr; gap: 42px; }
  .principle-grid { grid-template-columns: 1fr; }
  .digital-flow-grid { grid-template-columns: 1fr 1fr; }
  .campus-address-band .section-inner { grid-template-columns: 1fr; gap: 24px; }
  .gallery-expanded .gallery-item { grid-column: auto; grid-row: auto; }
  .gallery-expanded .gallery-item.gallery-wide { grid-column: span 2; }
}

@media (max-width: 760px) {
  .inner-hero { min-height: 440px; }
  .inner-hero-content { padding: 150px 0 58px; }
  .inner-hero-content h1 { font-size: 49px; }
  .module-link { min-height: 150px; padding: 24px 19px; grid-template-columns: 32px 1fr 30px; }
  .home-campus-image,.home-campus-image img { min-height: 310px; }
  .digital-flow-grid { grid-template-columns: 1fr; }
  .track-notice li { grid-template-columns: 1fr; gap: 6px; }
  .chat-launcher { width: 62px; height: 62px; right: 16px; bottom: 16px; }
  .chat-launcher-label { display: none; }
  .chat-panel { right: 10px; bottom: 10px; width: calc(100vw - 20px); height: min(620px,calc(100dvh - 20px)); }
  .chat-panel.is-expanded { inset: 0; border: 0; border-radius: 0; }
  .chat-panel.is-expanded .chat-header { padding-top: max(13px,env(safe-area-inset-top)); }
  .chat-header { cursor: default; }
  .chat-bubble { max-width: 88%; }
  .gallery-expanded { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-expanded .gallery-item { min-width: 0; grid-column: auto; grid-row: auto; }
  .gallery-expanded .gallery-item.gallery-wide { grid-column: span 2; }
}

@media (max-width: 480px) {
  .gallery-expanded { grid-template-columns: minmax(0,1fr); grid-auto-rows: auto; }
  .gallery-expanded .gallery-item,
  .gallery-expanded .gallery-item.gallery-wide,
  .gallery-expanded .gallery-item.gallery-tall { grid-column: auto; grid-row: auto; aspect-ratio: 16 / 10; }
  .gallery-expanded .gallery-item:nth-child(2),
  .gallery-expanded .gallery-item:nth-child(4),
  .gallery-expanded .gallery-item:nth-child(7) { aspect-ratio: 3 / 4; }
}
