:root{--red:#ef180d;--blue:#095bdd;--ink:#101216;--paper:#f4f4f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif}.course-nav{height:88px;padding:0 clamp(24px,5vw,88px);display:flex;align-items:center;gap:38px;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-top:4px solid var(--blue)}.course-brand{display:flex;align-items:center;gap:12px;color:#17202d;text-decoration:none}.course-brand>span{display:grid;place-items:center;width:48px;height:48px;background:var(--blue);color:#fff;font-size:20px;font-weight:800;font-style:italic;transform:skew(-8deg)}.course-brand b{font-size:20px;line-height:1}.course-brand small{display:block;margin-top:7px;letter-spacing:2px;font-size:8px}.course-nav nav{display:flex;gap:34px;margin-left:auto}.course-nav nav a{color:#262b33;text-decoration:none;font-weight:600}.nav-cta{padding:11px 20px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none}.course-hero{height:calc(100svh - 88px);min-height:650px;position:relative;overflow:hidden;background:#111}.course-hero-track,.course-hero-track img{position:absolute;inset:0;width:100%;height:100%}.course-hero-track img{object-fit:cover;opacity:0;transform:scale(1.045);transition:opacity .9s ease,transform 5.5s ease}.course-hero-track img.active{opacity:1;transform:scale(1)}.course-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,8,6,.72),rgba(13,8,6,.16) 62%,rgba(13,8,6,.28)),linear-gradient(0deg,rgba(10,6,5,.5),transparent 52%)}.course-hero-copy{position:absolute;left:clamp(30px,8vw,150px);bottom:clamp(74px,12vh,140px);max-width:820px;color:#fff;text-shadow:0 2px 22px rgba(0,0,0,.35)}.course-hero-copy p,.kicker{margin:0 0 18px;letter-spacing:.22em;font-weight:700;font-size:13px}.course-hero-copy h1{margin:0;font-size:clamp(58px,8.5vw,138px);line-height:.94;letter-spacing:-.06em}.course-hero-copy h2{margin:18px 0;font-size:clamp(25px,3.2vw,50px)}.course-hero-copy span{font-size:clamp(15px,1.4vw,21px);line-height:1.7}.course-hero-dots{position:absolute;left:clamp(30px,8vw,150px);bottom:34px;display:flex;gap:9px}.course-hero-dots button{width:36px;height:4px;padding:0;border:0;background:rgba(255,255,255,.35);cursor:pointer}.course-hero-dots button.active{background:#fff;width:68px}.course-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw;padding:110px clamp(28px,8vw,150px);background:var(--paper)}.course-intro h2,.scene-section h2,.result-section h2,.history-section h2,.course-contact h2{margin:0;font-size:clamp(38px,5vw,72px);line-height:1.08;letter-spacing:-.04em}.kicker{color:var(--red)}.course-intro-copy>p{margin:2px 0 35px;font-size:19px;line-height:1.9;color:#4e535c}.course-intro ul{display:grid;grid-template-columns:1fr 1fr;padding:0;margin:0;list-style:none;border-top:1px solid #c7c9ce}.course-intro li{padding:18px 0;border-bottom:1px solid #c7c9ce;font-weight:700}.scene-section{padding:110px 0;background:#111;color:#fff;overflow:hidden}.scene-section>header{padding:0 clamp(28px,8vw,150px) 48px;display:flex;align-items:end;justify-content:space-between;gap:50px}.scene-section>header>p{max-width:520px;color:#aaadb4;line-height:1.7}.scene-stage{position:relative}.scene-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 8vw}.scene-track::-webkit-scrollbar{display:none}.scene-track figure{flex:0 0 min(68vw,980px);aspect-ratio:3/2;margin:0;scroll-snap-align:center;overflow:hidden;border-radius:22px;background:#222}.scene-track img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.scene-track figure:hover img{transform:scale(1.025)}.scene-arrow{position:absolute;top:50%;z-index:3;width:54px;height:54px;border:1px solid #777;border-radius:50%;background:rgba(0,0,0,.48);color:#fff;font-size:23px;cursor:pointer}.scene-arrow.prev{left:2.5vw}.scene-arrow.next{right:2.5vw}.result-section{padding:110px clamp(28px,8vw,150px);background:#edf4ff}.result-section header{max-width:900px}.result-section header>p:last-child,.history-section header>p:last-child{color:#687386;font-size:18px}.result-track{display:flex;gap:22px;margin-top:50px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:var(--blue) transparent;padding-bottom:22px}.result-track figure{flex:0 0 min(72vw,820px);height:540px;margin:0;background:#fff;border-radius:24px;overflow:hidden;scroll-snap-align:start;box-shadow:0 18px 55px rgba(18,64,135,.12)}.result-track img{width:100%;height:100%;object-fit:contain}.history-section{padding:110px clamp(28px,8vw,150px)}.event-tabs{display:flex;gap:10px;margin:44px 0 34px;overflow-x:auto;scrollbar-width:none}.event-tabs button{flex:0 0 auto;padding:12px 20px;border:0;border-radius:999px;background:#ececef;color:#555;font-weight:700;cursor:pointer}.event-tabs button.active{background:var(--blue);color:#fff}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.event-grid figure{aspect-ratio:3/2;margin:0;border-radius:18px;overflow:hidden;background:#eee}.event-grid img{width:100%;height:100%;object-fit:cover;animation:pictureIn .45s ease both}@keyframes pictureIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.course-contact{padding:120px 24px;text-align:center;background:var(--blue);color:#fff}.course-contact>p{letter-spacing:.25em;font-weight:800}.course-contact a{display:inline-flex;align-items:center;gap:22px;margin-top:44px;padding:17px 30px;border-radius:999px;background:#fff;color:#111;text-decoration:none;font-weight:800}.course-contact a span{font-size:24px}footer{display:flex;justify-content:space-between;padding:30px 8vw;background:#0d1118;color:#8f96a3}footer a{color:#fff;text-decoration:none}@media(max-width:800px){.course-nav{height:68px;padding:0 18px}.course-brand>span{width:38px;height:38px;font-size:16px}.course-brand b{font-size:16px}.course-nav nav{display:none}.nav-cta{margin-left:auto;font-size:13px;padding:9px 14px}.course-hero{height:calc(100svh - 68px);min-height:580px}.course-hero-copy{left:24px;right:24px;bottom:84px}.course-hero-copy h1{font-size:53px}.course-hero-copy h2{font-size:24px}.course-hero-copy span{font-size:14px}.course-hero-dots{left:24px}.course-intro{grid-template-columns:1fr;padding:78px 24px;gap:34px}.course-intro h2,.scene-section h2,.result-section h2,.history-section h2,.course-contact h2{font-size:40px}.course-intro-copy>p{font-size:16px}.course-intro ul{grid-template-columns:1fr}.scene-section,.result-section,.history-section{padding-top:78px;padding-bottom:78px}.scene-section>header{padding:0 24px 35px;display:block}.scene-track{padding:0 24px;gap:12px}.scene-track figure{flex-basis:84vw;border-radius:14px}.scene-arrow{display:none}.result-section,.history-section{padding-left:24px;padding-right:24px}.result-track figure{flex-basis:84vw;height:440px}.event-grid{grid-template-columns:1fr 1fr;gap:10px}.event-grid figure{border-radius:10px}.course-contact{padding:86px 24px}footer{display:block;text-align:center}footer a{display:block;margin-top:12px}}
.course-hero.artwork-title .course-hero-copy{opacity:0;pointer-events:none}
@media(max-width:800px){.course-hero.artwork-title .course-hero-copy{opacity:1;pointer-events:auto}.course-hero.artwork-title .course-hero-track img:first-child.active{opacity:.38}.course-hero.artwork-title .course-hero-shade{background:linear-gradient(90deg,rgba(13,8,6,.6),rgba(13,8,6,.22)),linear-gradient(0deg,rgba(10,6,5,.74),transparent 65%)}}
