:root {
  --adl-navy: #061d33;
  --adl-navy-2: #0b2945;
  --adl-ink: #0b1b2c;
  --adl-red: #8b1720;
  --adl-red-dark: #6f1017;
  --adl-gold: #c89245;
  --adl-gold-soft: #e2bd7a;
  --adl-white: #ffffff;
  --adl-cloud: #f5f7f9;
  --adl-muted: #5c6874;
  --adl-line: #d6dce2;
  --adl-serif: "Newsreader", "Noto Serif TC", "Songti TC", "PMingLiU", "Microsoft JhengHei", Georgia, serif;
  --adl-sans: "Hanken Grotesk", "Noto Sans TC", system-ui, sans-serif;
  --adl-max: 1320px;
  --adl-shadow-soft: 0 18px 48px rgba(6,29,51,.09);
  --adl-shadow-strong: 0 28px 76px rgba(6,29,51,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-rendering: optimizeLegibility; }
[id] { scroll-margin-top: 118px; }
body { margin: 0; background: var(--adl-white); color: var(--adl-ink); -webkit-font-smoothing: antialiased; }
body, button, a, input, select, textarea { font-family: var(--adl-sans); }
button, a { touch-action: manipulation; }
main { min-width: 0; }
:where(h1,h2,h3) { text-wrap: balance; }
html[lang^="zh"] body { letter-spacing: .006em; }
html[lang^="zh"] :is(p,li,dd,figcaption) { line-height: 1.8; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--adl-red); color: #fff; }
:where(a,button,input,select,textarea,summary):focus-visible { outline: 3px solid rgba(200,146,69,.6); outline-offset: 3px; }

.adl-shell { min-height: 100vh; overflow: clip; background: #fff; }
.adl-wrap { width: min(calc(100% - 72px), var(--adl-max)); margin-inline: auto; }
.adl-display { font-family: var(--adl-serif); font-weight: 500; letter-spacing: -.028em; }
.adl-rule-link { display: inline-flex; align-items: center; gap: 9px; color: var(--adl-red); font-weight: 700; text-decoration: none; padding-bottom: 4px; border-bottom: 1px solid #bd7d82; }
.adl-rule-link:hover { color: var(--adl-red-dark); border-color: currentColor; }
.adl-arrow { width: 16px; height: 16px; flex: none; }
.adl-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-weight: 700; font-size: 15px; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.adl-button:hover { transform: translateY(-1px); }
.adl-button:active { transform: translateY(0) scale(.985); }
.adl-button--primary { color: #fff; background: var(--adl-red); }
.adl-button--primary:hover { background: var(--adl-red-dark); }
.adl-button--outline { color: var(--adl-red); border-color: var(--adl-red); background: #fff; }
.adl-button--outline:hover { color: #fff; background: var(--adl-red); }
.adl-button--light { color: var(--adl-navy); background: #fff; }
.adl-button--light:hover { background: var(--adl-cloud); }

/* shared header */
.adl-announcement { background: var(--adl-navy); color: #fff; font-size: 13px; }
.adl-announcement__inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 16px; text-align: center; }
.adl-announcement strong { color: var(--adl-gold-soft); }
.adl-announcement a { text-underline-offset: 4px; font-weight: 700; white-space: nowrap; }
.adl-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--adl-line); box-shadow: 0 8px 30px rgba(6,29,51,.035); backdrop-filter: blur(18px); }
.adl-header.is-scrolled { background: rgba(255,255,255,.985); box-shadow: 0 14px 40px rgba(6,29,51,.1); }
.adl-header__main { height: 92px; display: grid; grid-template-columns: minmax(270px,1fr) auto auto; align-items: center; gap: 24px; }
.adl-brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 0; }
.adl-brand__logo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.adl-brand__name { display:block; font-family: var(--adl-serif); font-size: 21px; line-height: 1; color: var(--adl-navy); white-space: nowrap; }
.adl-brand__zh { display:block; margin-top: 5px; font-family: "Noto Serif TC", "Songti TC", "PMingLiU", "Microsoft JhengHei", serif; font-size: 11px; letter-spacing: .18em; color: var(--adl-muted); }
.adl-nav { display: flex; align-items: center; gap: 23px; }
.adl-nav__item { position: relative; padding-block: 34px; margin-block: -24px; }
.adl-nav__link { display: inline-flex; align-items: center; gap: 5px; color: var(--adl-ink); text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; }
.adl-nav__link:hover { color: var(--adl-red); }
.adl-nav__link[aria-current="page"] { color: var(--adl-red); }
.adl-nav__link[aria-current="page"]::after { content:""; position:absolute; right:0; bottom:-13px; left:0; height:2px; background:var(--adl-red); }
.adl-nav__chev { width: 13px; height: 13px; }
.adl-mega { position: absolute; top: calc(100% - 2px); left: -26px; min-width: 520px; max-height: min(72vh,680px); overflow-y: auto; display: grid; grid-template-columns: repeat(2,minmax(200px,1fr)); gap: 28px; padding: 26px; border: 1px solid var(--adl-line); background: #fff; box-shadow: 0 22px 60px rgba(6,29,51,.14); }
.adl-mega--programs { width: min(780px,calc(100vw - 72px)); grid-template-columns: repeat(3,minmax(190px,1fr)); }
.adl-mega__heading { margin-bottom: 8px; color: var(--adl-gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.adl-mega__column { display: flex; flex-direction: column; gap: 4px; }
.adl-mega a { padding: 5px 0; color: var(--adl-ink); text-decoration: none; font-size: 13px; line-height: 1.35; }
.adl-mega a:hover { color: var(--adl-red); }
.adl-mega a[aria-current="page"], .adl-mobile-nav a[aria-current="page"] { color: var(--adl-red); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.adl-header__actions { display: flex; flex: none; align-items: center; gap: 14px; }
.adl-lang { display: flex; flex: none; border: 1px solid var(--adl-navy); border-radius: 2px; overflow: hidden; }
.adl-lang button { height: 34px; min-width: 44px; padding-inline: 9px; border: 0; background: #fff; color: var(--adl-navy); cursor: pointer; font-size: 13px; font-weight: 700; white-space: nowrap; }
.adl-lang button.is-active { background: var(--adl-navy); color: #fff; }
.adl-mobile-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--adl-line); background: #fff; color: var(--adl-navy); cursor: pointer; }
.adl-mobile-advice { display:none; min-height:42px; align-items:center; justify-content:center; padding:0 10px; border:1px solid var(--adl-red); color:var(--adl-red); background:#fff; text-decoration:none; font-size:12px; font-weight:800; }
.adl-mobile-nav { display: none; }

/* hero */
.adl-hero { border-bottom: 1px solid var(--adl-line); }
.adl-hero__main { min-height: 592px; padding-block: 42px 34px; display: grid; grid-template-columns: .97fr 1.13fr; gap: 64px; align-items: center; }
.adl-hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 4.4vw, 68px); line-height: 1.01; color: var(--adl-navy); }
.adl-hero__eyebrow { margin-bottom:18px; color:var(--adl-red); }
.adl-hero h1 span { display: block; }
.adl-hero__copy { max-width: 575px; margin: 26px 0 32px; color: #344250; font-size: 18px; line-height: 1.65; }
.adl-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.adl-hero__media { position:relative; margin:0; aspect-ratio: 1.27; border: 1px solid #263746; overflow: hidden; background: var(--adl-cloud); }
.adl-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.adl-hero__media figcaption { position:absolute; right:12px; bottom:12px; max-width:calc(100% - 24px); padding:7px 10px; color:#fff; background:rgba(6,29,51,.82); font-size:10px; font-weight:700; letter-spacing:.04em; line-height:1.35; }
.adl-proof { border-top: 1px solid var(--adl-line); }
.adl-proof__inner { min-height: 128px; display: grid; grid-template-columns: 1.18fr .94fr .94fr .94fr; align-items: stretch; }
.adl-proof__cell { min-height: 102px; padding: 24px 32px; display: flex; align-items: center; gap: 16px; border-left: 1px solid var(--adl-line); color:inherit; }
.adl-proof__cell:first-child { border-left: 0; padding-left: 0; }
.adl-proof__cell:last-child { padding-right: 0; }
.adl-proof__wordmark { font-family: var(--adl-serif); font-size: clamp(26px,2.15vw,32px); line-height:1.05; color: var(--adl-navy); }
.adl-proof__sub { max-width:280px; margin-top: 9px; color: #344250; font-size: 16px; font-weight:650; letter-spacing: 0; line-height: 1.4; }

/* outcomes */
.adl-section { padding-block: 100px; }
.adl-section--outcomes { padding-block: 92px 82px; border-top: 1px solid #17324b; background: var(--adl-navy); }
.adl-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 82px; align-items: end; margin-bottom: 46px; }
.adl-intro h2 { max-width: 690px; margin: 0; font-size: clamp(45px, 4.6vw, 64px); line-height: 1.02; color: var(--adl-navy); }
.adl-intro p { max-width: 610px; margin: 0; padding-left: 34px; border-left: 1px solid var(--adl-line); color: #43515e; font-size: 16px; line-height: 1.72; }
.adl-intro--outcomes h2 { max-width: 620px; color: #fff; }
.adl-intro--outcomes p { border-left-color: rgba(255,255,255,.28); color: #d5dfe7; }
.adl-outcomes { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(360px,.7fr); border: 1px solid rgba(255,255,255,.26); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.adl-featured { display: grid; grid-template-columns: minmax(260px,.86fr) minmax(300px,1.14fr); min-height: 470px; padding: 0; border-right: 1px solid var(--adl-line); }
.adl-profile-photo { width: 100%; height: 100%; min-height: 438px; object-fit: cover; object-position: center 16%; background: var(--adl-cloud); }
.adl-featured__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,3.8vw,58px); background: #fff; color: var(--adl-navy); }
.adl-featured .adl-overline { color: var(--adl-red); }
.adl-overline { color: var(--adl-red); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.adl-featured h3 { margin: 25px 0 7px; font-family: var(--adl-serif); color: var(--adl-navy); font-size: 43px; font-weight: 500; }
.adl-featured__result { color: var(--adl-red); font-size: 14px; font-weight: 700; line-height: 1.5; }
.adl-featured p { max-width: 38ch; margin: 20px 0 0; color: #4b5965; font-size: 15px; line-height: 1.72; }
.adl-outcomes-skills { display: flex; flex-direction: column; justify-content: center; padding: 44px 42px; background: #f5efe4; }
.adl-outcomes-skills h3 { max-width: 330px; margin: 17px 0 27px; font-family: var(--adl-serif); color: var(--adl-navy); font-size: 35px; font-weight: 500; line-height: 1.05; }
.adl-skill-list { border-top: 1px solid #d9c9ae; }
.adl-skill { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid #d9c9ae; }
.adl-skill__number { padding-top: 2px; color: var(--adl-red); font-family: var(--adl-serif); font-size: 18px; }
.adl-skill strong { color: var(--adl-navy); font-size: 14px; }
.adl-skill p { margin: 6px 0 0; color: #53606b; font-size: 12px; line-height: 1.55; }
.adl-outcomes-record { display: grid; grid-template-columns: minmax(0,1fr) 310px; min-height: 130px; border: 1px solid rgba(255,255,255,.26); border-top: 0; background: var(--adl-navy-2); color: #fff; }
.adl-outcomes-record__proof { display: flex; align-items: center; gap: 24px; padding: 26px 36px; }
.adl-outcomes-record__number { flex: none; color: var(--adl-gold-soft); font-family: var(--adl-serif); font-size: 64px; line-height: .9; }
.adl-outcomes-record__proof strong { display: block; color: #fff; font-size: 15px; line-height: 1.35; }
.adl-outcomes-record__proof p { margin: 6px 0 0; color: #bccbd7; font-size: 12px; line-height: 1.5; }
.adl-outcomes-record__cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 32px; color: #fff; background: var(--adl-red); font-size: 13px; font-weight: 750; line-height: 1.45; text-decoration: none; transition: background .2s ease; }
.adl-outcomes-record__cta:hover { background: var(--adl-red-dark); }
.adl-outcomes-record__cta:focus-visible { outline: 3px solid var(--adl-gold-soft); outline-offset: -5px; }
.adl-outcomes-note { margin: 14px 0 0; color: #aebdca; font-size: 11px; line-height: 1.6; }

/* programs — intentionally contained so wide screens do not stretch only this component */
.adl-programs { padding-block: 80px; background: var(--adl-cloud); }
.adl-programs__inner { display: grid; grid-template-columns: 390px minmax(0,1fr); padding: 0; }
.adl-programs__aside { position: relative; min-height: 790px; padding: 68px 44px; background: var(--adl-navy); color: #fff; overflow: hidden; }
.adl-programs__aside h2 { position: relative; z-index: 2; margin: 0; font-size: 57px; line-height: 1.03; }
.adl-programs__aside p { position: relative; z-index: 2; margin-top: 48px; color: #d6dfe7; font-size: 16px; line-height: 1.7; }
.adl-programs__aside img { position: absolute; inset: auto 0 0; width: 100%; height: 300px; object-fit: cover; opacity: .42; }
.adl-programs__list { padding: 32px 48px; background: #fff; }
.adl-program-row { min-height: 242px; display: grid; grid-template-columns: 105px 1fr 1.15fr 150px; gap: 28px; align-items: center; border-bottom: 1px solid var(--adl-line); }
.adl-program-row:last-child { border-bottom: 0; }
.adl-program__number { align-self: start; padding-top: 46px; font-family: var(--adl-serif); color: var(--adl-red); font-size: 64px; line-height: 1; border-right: 1px solid var(--adl-line); }
.adl-program__name { padding-right: 22px; border-right: 1px solid var(--adl-line); }
.adl-program__name h3 { margin: 0; font-family: var(--adl-serif); font-size: 33px; font-weight: 500; color: var(--adl-navy); }
.adl-program__grades { margin-top: 6px; color: var(--adl-gold); font-weight: 700; }
.adl-program__desc { margin: 18px 0 0; color: #43515e; font-size: 14px; line-height: 1.65; }
.adl-tracks { display: grid; grid-template-columns: repeat(2,minmax(110px,1fr)); gap: 0 20px; padding-right: 22px; border-right: 1px solid var(--adl-line); }
.adl-track { padding: 8px 0; border-bottom: 1px solid #ead7b6; color: var(--adl-ink); font-size: 14px; }

/* founder and calendar */
.adl-founder { background: var(--adl-navy); color: #fff; }
.adl-founder__inner { min-height: 600px; padding-block: 90px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.adl-founder blockquote { margin: 0; font-family: var(--adl-serif); font-size: clamp(38px,4vw,58px); line-height: 1.12; letter-spacing: -.02em; }
.adl-founder__meta { padding-left: 44px; border-left: 1px solid rgba(255,255,255,.3); }
.adl-founder__name { color: var(--adl-gold-soft); font-family: var(--adl-serif); font-size: 26px; }
.adl-founder__meta p { color: #c8d3dc; line-height: 1.7; }
.adl-calendar { display: grid; grid-template-columns: 360px 1fr; gap: 70px; }
.adl-calendar h2 { margin: 0; font-size: 57px; line-height: 1.04; color: var(--adl-navy); }
.adl-calendar__link { margin-top: 46px; }
.adl-schedule { border-top: 1px solid var(--adl-line); }
.adl-schedule__row { min-height: 74px; display: grid; grid-template-columns: 90px 1.5fr 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--adl-line); }
.adl-schedule__month { font-family: var(--adl-serif); color: var(--adl-red); font-size: 27px; }
.adl-schedule__name { font-weight: 700; color: var(--adl-navy); }
.adl-schedule__place { color: var(--adl-muted); }

/* summer, quotes, CTA */
.adl-summer { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 590px; }
.adl-summer__copy { padding: 84px max(42px, calc((100vw - var(--adl-max))/2)); padding-right: 64px; display: flex; flex-direction: column; justify-content: center; }
.adl-summer__copy h2 { margin: 12px 0 20px; font-size: clamp(46px,5vw,67px); line-height: 1.02; color: var(--adl-navy); }
.adl-summer__copy p { color: #43515e; font-size: 17px; line-height: 1.7; }
.adl-summer__media { min-height: 590px; }
.adl-summer__media img { width: 100%; height: 100%; object-fit: cover; }
.adl-voices { background: var(--adl-navy); color: #fff; }
.adl-voices h2 { margin: 0 0 42px; text-align: center; font-size: 58px; }
.adl-quote { display: grid; grid-template-columns: 50px 1fr 250px; gap: 24px; align-items: center; min-height: 160px; padding: 28px 0; border-bottom: 1px solid rgba(226,189,122,.65); }
.adl-quote:last-child { border-bottom: 0; }
.adl-quote__mark { color: var(--adl-gold-soft); font-family: var(--adl-serif); font-size: 72px; line-height: 1; }
.adl-quote blockquote { margin: 0; font-family: var(--adl-serif); font-size: 25px; line-height: 1.35; }
.adl-quote figcaption { padding-left: 32px; border-left: 1px solid var(--adl-gold); color: #d4dde5; }
.adl-quote figcaption strong { display: block; margin-bottom: 4px; color: var(--adl-gold-soft); font-family: var(--adl-serif); font-size: 21px; }
.adl-enroll { color: #fff; background: var(--adl-red); }
.adl-enroll__inner { min-height: 315px; display: grid; grid-template-columns: 1fr 1px .72fr; gap: 70px; align-items: center; }
.adl-enroll h2 { margin: 0; font-size: 60px; line-height: 1.02; }
.adl-enroll p { max-width: 550px; color: #f6dfe1; font-size: 17px; }
.adl-enroll__line { height: 160px; background: rgba(255,255,255,.55); }
.adl-enroll__phone { margin-bottom: 22px; font-family: var(--adl-serif); font-size: 34px; }
.adl-enroll__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.adl-enroll .adl-rule-link { color: #fff; border-color: rgba(255,255,255,.7); }

/* shared inner-page system */
.adl-inner-page { min-height: 100vh; overflow: clip; background: var(--adl-white) !important; color: var(--adl-ink) !important; font-family: var(--adl-sans) !important; }
.adl-inner-page > section:first-of-type { position: relative; }
.adl-inner-page > section:first-of-type::before { content: ""; position: absolute; top: 0; left: 36px; width: 52px; height: 3px; background: var(--adl-gold); }
.adl-inner-page > section:first-of-type h1 { color: var(--adl-navy); font-family: var(--adl-serif) !important; font-size: clamp(42px,4.1vw,60px) !important; line-height: 1.04 !important; letter-spacing: -.025em !important; text-wrap: balance; }
.adl-inner-page h2, .adl-inner-page h3 { color: var(--adl-navy); }
.adl-inner-page section[style*="background:#FBF8F1"] { background: var(--adl-cloud) !important; border-color: var(--adl-line) !important; }
.adl-inner-page div[style*="background:#FBF8F1"],
.adl-inner-page article[style*="background:#FBF8F1"] { background: #fff !important; border-color: var(--adl-line) !important; border-radius: 2px !important; }
.adl-inner-page a { text-underline-offset: 3px; }
.adl-inner-page :is(input,select,textarea) { min-height: 48px; border: 1px solid #aeb8c1 !important; border-radius: 2px !important; background: #fff !important; color: var(--adl-ink); }
.adl-inner-page textarea { min-height: 128px; }
.adl-inner-page :is(input,select,textarea):focus { outline: 3px solid rgba(200,146,69,.24); border-color: var(--adl-gold) !important; }
.adl-inner-page button[type="submit"] { min-height: 50px; border-radius: 2px !important; background: var(--adl-red) !important; }
.adl-inner-page button[type="submit"]:hover { background: var(--adl-red-dark) !important; }

.adl-parent-pathway { border-top: 1px solid var(--adl-line); background: var(--adl-cloud); }
.adl-parent-pathway__inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; padding-block: 72px; }
.adl-parent-pathway__copy h2 { margin: 10px 0 16px; color: var(--adl-navy); font-family: var(--adl-serif); font-size: clamp(38px,4vw,54px); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; }
.adl-parent-pathway__copy p { max-width: 580px; margin: 0; color: #43515e; font-size: 16px; line-height: 1.7; }
.adl-parent-pathway__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.adl-parent-pathway__steps { border-top: 1px solid var(--adl-line); }
.adl-parent-step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--adl-line); }
.adl-parent-step__number { font-family: var(--adl-serif); color: var(--adl-red); font-size: 28px; line-height: 1; }
.adl-parent-step strong { display: block; color: var(--adl-navy); }
.adl-parent-step span { display: block; margin-top: 5px; color: var(--adl-muted); font-size: 13px; line-height: 1.55; }
.adl-parent-pathway__note { margin-top: 18px; color: var(--adl-muted); font-size: 13px; }

.adl-course-shell { background: #fff; }
.adl-course-hero { padding: 58px 0 42px; border-bottom: 1px solid var(--adl-line); background: linear-gradient(110deg,#fff 0%,#fff 63%,#f5f7f9 63%,#f5f7f9 100%); }
.adl-breadcrumbs { margin-bottom: 20px; color: var(--adl-muted); font-size: 13px; }
.adl-breadcrumbs a { color: var(--adl-red); text-decoration: none; }
.adl-course-hero h1 { max-width: 1080px; margin: 13px 0 0; color: var(--adl-navy); font-family: var(--adl-serif); font-size: clamp(42px,4.2vw,58px); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; }
.adl-course-layout { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 72px; align-items: start; padding-block: 64px 90px; }
.adl-course-sidebar { position: sticky; top: 122px; display: grid; gap: 22px; }
.adl-course-sidebar img { width: 100%; max-height: 420px; object-fit: cover; border: 1px solid var(--adl-line); }
.adl-course-facts { padding: 26px; border: 1px solid var(--adl-line); background: var(--adl-cloud); }
.adl-course-facts h2 { margin: 0 0 18px; color: var(--adl-navy); font-family: var(--adl-serif); font-size: 24px; font-weight: 500; }
.adl-course-fact { display: grid; grid-template-columns: 86px 1fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--adl-line); font-size: 14px; }
.adl-course-fact:last-of-type { border-bottom: 0; }
.adl-course-fact span:first-child { color: var(--adl-muted); }
.adl-course-fact strong { text-align: right; }
.adl-course-facts .adl-button { width: 100%; margin-top: 20px; }
.adl-course-content { max-width: 760px; }
.adl-course-lead { margin: 0 0 34px; color: #344250; font-size: 19px; line-height: 1.7; }
.adl-course-content > p { color: #344250; font-size: 16px; line-height: 1.75; }
.adl-course-content h2 { margin: 46px 0 18px; color: var(--adl-navy); font-family: var(--adl-serif); font-size: 32px; font-weight: 500; }
.adl-objective-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.adl-objective { position: relative; min-height: 76px; padding: 17px 18px 17px 44px; border: 1px solid var(--adl-line); color: #344250; line-height: 1.5; }
.adl-objective::before { content: "✓"; position: absolute; top: 17px; left: 18px; color: var(--adl-red); font-weight: 800; }
.adl-course-fit { margin-top: 38px; padding: 26px 28px; border-left: 3px solid var(--adl-gold); background: var(--adl-cloud); }
.adl-course-fit strong { color: var(--adl-navy); }
.adl-course-fit p { margin: 7px 0 0; color: #43515e; line-height: 1.65; }
.adl-resource-notice { background: #0b2945; color: #fff; }
.adl-resource-notice__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 14px; }
.adl-resource-notice strong { color: var(--adl-gold-soft); }
.adl-resource-notice span { color: #d6dfe7; font-size: 13px; line-height: 1.55; }
.adl-resource-notice a { flex: none; color: #fff; font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

/* footer */
.adl-footer { color: #d4dce4; background: #041a2d; }
.adl-footer__top { padding-block: 64px 42px; display: grid; grid-template-columns: 1.35fr .8fr .9fr 1fr; gap: 54px; }
.adl-footer h3 { margin: 0 0 17px; color: var(--adl-gold-soft); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.adl-footer p, .adl-footer a { color: #d4dce4; font-size: 14px; line-height: 1.7; }
.adl-footer a { text-decoration: none; }
.adl-footer a:hover { color: #fff; }
.adl-footer__links { display: flex; flex-direction: column; gap: 8px; }
.adl-footer .adl-brand__name { color: #fff; }
.adl-footer .adl-brand__zh { color: #a9b6c1; }
.adl-footer__proof { min-height: 105px; display: flex; align-items: center; justify-content: center; gap: 40px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.adl-footer__proof span { color: var(--adl-gold-soft); font-family: var(--adl-serif); font-size: 25px; }
.adl-footer__bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #93a3b1; font-size: 12px; }
.adl-footer__legal { display: flex; gap: 24px; }

.adl-skip-link { position: fixed; top: 8px; left: 8px; z-index: 3000; padding: 11px 15px; color: #fff; background: var(--adl-red); font-weight: 800; transform: translateY(-160%); }
.adl-skip-link:focus { transform: translateY(0); }
html.adl-nav-open { overflow: hidden; }
html.adl-nav-open .adl-chat { display:none !important; }
/* Defensive cache compatibility: old hosted runtime versions inserted this
   English-only fallback. Every production page is now bilingual. */
.adl-language-notice { display: none !important; }
.adl-form-handoff-note { margin: 2px 0 0 !important; padding: 10px 12px; border-left: 2px solid var(--adl-gold); color: #5b6772 !important; background: var(--adl-cloud); font-size: 12px !important; line-height: 1.55 !important; }
.adl-form-handoff-status { padding: 12px 14px; border: 1px solid #c8d1d9; color: #344250; background: #f7fafc; font-size: 13px; line-height: 1.55; }
.adl-form-handoff-status a { color: var(--adl-red); font-weight: 800; }
.adl-archive-banner { border-block: 1px solid #ead5aa; color: #5a461e; background: #fff5dc; }
.adl-archive-banner .adl-wrap { padding-block: 14px; font-size: 13px; line-height: 1.55; }
.adl-archive-banner strong { color: var(--adl-navy); }
.adl-archive-page .adl-archive-registration form { display: none !important; }
.adl-archive-page .adl-archive-registration .adl-archive-actions { display: none !important; }

/* lightweight bilingual quick-answer assistant */
.adl-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.adl-chat { position: fixed; right: 24px; bottom: 22px; z-index: 1000; display: grid; justify-items: end; gap: 12px; font-family: var(--adl-sans); }
.adl-chat__launcher { width: 50px; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; box-shadow: 0 16px 42px rgba(4,26,45,.25); color: #fff; background: var(--adl-red); font: 700 14px/1 var(--adl-sans); cursor: pointer; }
.adl-chat__launcher:hover { background: var(--adl-red-dark); transform: translateY(-1px); }
.adl-chat__launcher:focus-visible, .adl-chat__close:focus-visible, .adl-chat__quick button:focus-visible, .adl-chat__form :is(input,button):focus-visible { outline: 3px solid rgba(200,146,69,.55); outline-offset: 3px; }
.adl-chat__launcher svg { width: 20px; height: 20px; }
.adl-chat__launcher span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.adl-chat__panel { width: min(390px,calc(100vw - 32px)); overflow: hidden; border: 1px solid var(--adl-line); border-radius: 10px; box-shadow: 0 28px 75px rgba(4,26,45,.27); color: var(--adl-ink); background: #fff; }
.adl-chat__header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; color: #fff; background: var(--adl-navy); }
.adl-chat__header h2 { margin: 2px 0 0; color: #fff !important; font: 500 25px/1.1 var(--adl-serif) !important; }
.adl-chat__eyebrow { color: var(--adl-gold-soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.adl-chat__close { width: 38px; height: 38px; flex: none; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: transparent; font: 300 28px/1 var(--adl-sans); cursor: pointer; }
.adl-chat__body { padding: 18px 20px 20px; }
.adl-chat__disclosure { margin: 0 0 14px; padding: 10px 12px; border-left: 2px solid var(--adl-gold); color: #556370; background: var(--adl-cloud); font-size: 11px; line-height: 1.5; }
.adl-chat__quick { display: flex; gap: 7px; flex-wrap: wrap; }
.adl-chat__quick button { min-height: 34px; padding: 7px 10px; border: 1px solid #c8d1d9; border-radius: 999px; color: var(--adl-navy); background: #fff; font: 700 11px/1.3 var(--adl-sans); cursor: pointer; }
.adl-chat__quick button:hover { border-color: var(--adl-gold); background: #fbf7ef; }
.adl-chat__answer { min-height: 96px; margin: 16px 0 14px; padding: 14px; border: 1px solid var(--adl-line); background: #f8fafb; }
.adl-chat__question { margin-bottom: 7px; color: var(--adl-red); font-size: 11px; font-weight: 800; }
.adl-chat__answer p { margin: 0; color: #344250; font-size: 13px; line-height: 1.58; }
.adl-chat__form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.adl-chat__input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #aeb8c1; border-radius: 3px; color: var(--adl-ink); background: #fff; font: 13px/1.3 var(--adl-sans); }
.adl-chat__form button { min-height: 44px; padding: 0 15px; border: 0; border-radius: 3px; color: #fff; background: var(--adl-red); font: 700 12px/1 var(--adl-sans); cursor: pointer; }
.adl-chat__handoff { display: flex; align-items: center; gap: 12px; margin-top: 14px; color: var(--adl-muted); font-size: 11px; }
.adl-chat__handoff a { color: var(--adl-red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width:560px) {
  .adl-chat { right: 12px; bottom: 12px; }
  .adl-chat__panel { width: calc(100vw - 24px); max-height: calc(100vh - 86px); overflow-y: auto; }
  .adl-chat__launcher { width: 48px; min-height: 48px; }
  .adl-chat__body { padding: 15px; }
}

@media print { .adl-chat { display: none !important; } }

@media (max-width: 1340px) {
  .adl-programs__inner { grid-template-columns: 350px minmax(0,1fr); }
  .adl-program-row { grid-template-columns: 80px minmax(0,1fr) minmax(0,1.08fr); gap: 24px; }
  .adl-program-row .adl-rule-link { display: none; }
}

@media (max-width: 1120px) {
  .adl-header__main { grid-template-columns: 1fr auto; }
  .adl-nav { display: none; }
  .adl-mobile-toggle { display: inline-flex; }
  .adl-header__actions .adl-button { display: none; }
  .adl-mobile-advice { display:inline-flex; }
  .adl-mobile-nav.is-open { position: fixed; z-index: 88; inset: auto 0 auto 0; top: 92px; display: block; width: 100%; max-width: none; height: calc(100dvh - 134px); max-height: none; margin: 0; overflow-y: auto; overscroll-behavior: contain; padding: 18px max(36px,calc((100vw - var(--adl-max))/2)) max(26px,env(safe-area-inset-bottom)); border-top: 1px solid var(--adl-line); background: #fff; box-shadow: 0 24px 50px rgba(6,29,51,.16); }
  .adl-mobile-nav a { display: flex; align-items: center; min-height: 44px; padding: 8px 0; text-decoration: none; font-weight: 700; }
  .adl-mobile-nav__language { width: 100%; padding: 12px 0 0; border: 0; color: var(--adl-red); background: transparent; font: 700 14px/1.4 var(--adl-sans); text-align: left; cursor: pointer; }
  .adl-mobile-nav__group { padding: 4px 0 10px; border-bottom: 1px solid var(--adl-line); }
  .adl-mobile-nav__top { color: var(--adl-navy); font-size: 16px; }
  .adl-mobile-nav__sub { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; padding: 0 0 8px 14px; border-left: 2px solid #d9bd8e; }
  .adl-mobile-nav__sub a { padding: 6px 0; color: var(--adl-muted); font-size: 12px; font-weight: 600; line-height: 1.35; }
  .adl-proof__inner { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .adl-proof__cell { border-top:1px solid var(--adl-line); }
  .adl-proof__cell:nth-child(-n+2) { border-top:0; }
  .adl-proof__cell:nth-child(odd) { border-left:0; padding-left:0; }
  .adl-proof__cell:nth-child(even) { padding-right:0; }
  .adl-hero__main { grid-template-columns: 1fr 1fr; gap: 36px; }
  .adl-outcomes { grid-template-columns: 1fr; }
  .adl-featured { border-right: 0; border-bottom: 1px solid var(--adl-line); }
  .adl-outcomes-skills { padding: 38px 42px; }
  .adl-skill-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .adl-skill { grid-template-columns: 34px 1fr; padding: 20px; border-bottom: 0; border-left: 1px solid #d9c9ae; }
  .adl-skill:first-child { border-left: 0; padding-left: 0; }
  .adl-skill:last-child { padding-right: 0; }
  .adl-programs__inner { grid-template-columns: 320px minmax(0,1fr); }
  .adl-program-row { grid-template-columns: 80px 1fr 1.1fr; }
  .adl-program-row .adl-rule-link { display: none; }
  .adl-footer__top { grid-template-columns: repeat(2,1fr); }
  .adl-mega--programs { width: 760px; grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .adl-wrap { width: min(calc(100% - 38px), var(--adl-max)); }
  .adl-announcement__inner > span { display: none; }
  .adl-announcement__inner a { color: #fff; font-size: 12px; text-align: center; }
  .adl-header__main { height: 74px; }
  .adl-header__main { gap:10px; }
  .adl-header__actions { gap:10px; }
  .adl-mobile-nav.is-open { top:74px; height:calc(100dvh - 116px); max-height:none; padding-inline:19px; }
  .adl-brand__logo { width: 44px; height: 44px; }
  .adl-brand__name { font-size: 18px; }
  .adl-brand__zh { display: none; }
  .adl-lang { display: none; }
  .adl-hero__main { min-height: 0; padding-block: 48px; grid-template-columns: 1fr; }
  .adl-hero h1 { font-size: 51px; }
  .adl-hero__media { order: -1; }
  .adl-proof__cell { padding: 22px 24px; }
  .adl-proof__wordmark { font-size: 27px; }
  .adl-section { padding-block: 72px; }
  .adl-intro { grid-template-columns: 1fr; gap: 26px; }
  .adl-intro p { padding-left: 0; border-left: 0; }
  .adl-outcomes-skills { padding: 36px; }
  .adl-skill-list { display: block; }
  .adl-skill, .adl-skill:first-child, .adl-skill:last-child { padding: 18px 0; border-left: 0; border-bottom: 1px solid #d9c9ae; }
  .adl-outcomes-record { grid-template-columns: minmax(0,1fr) 260px; }
  .adl-programs { padding-block: 48px; }
  .adl-programs__inner { grid-template-columns: 1fr; }
  .adl-programs__aside { min-height: 0; padding: 52px 38px 0; }
  .adl-programs__aside h2 { font-size: 52px; }
  .adl-programs__aside p { margin: 26px 0 36px; }
  .adl-programs__aside img { position: relative; inset: auto; width: calc(100% + 76px); max-width: none; height: 250px; margin-left: -38px; opacity: .58; }
  .adl-program-row { grid-template-columns: 70px 1fr; padding-block: 30px; }
  .adl-tracks { grid-column: 2; border-right: 0; }
  .adl-program__name { border-right: 0; }
  .adl-founder__inner { grid-template-columns: 1fr; gap: 40px; }
  .adl-founder__meta { padding-left: 0; border-left: 0; }
  .adl-calendar { grid-template-columns: 1fr; gap: 38px; }
  .adl-summer { grid-template-columns: 1fr; }
  .adl-summer__copy { padding: 70px 28px; }
  .adl-summer__media { min-height: 420px; }
  .adl-quote { grid-template-columns: 36px 1fr; }
  .adl-quote figcaption { grid-column: 2; padding-left: 0; border-left: 0; }
  .adl-enroll__inner { grid-template-columns: 1fr; gap: 30px; padding-block: 60px; }
  .adl-enroll__line { display: none; }
  .adl-parent-pathway__inner { grid-template-columns: 1fr; gap: 42px; padding-block: 58px; }
  .adl-course-hero { background: #fff; }
  .adl-course-layout { grid-template-columns: 1fr; gap: 42px; padding-block: 46px 68px; }
  .adl-course-sidebar { position: static; }
  .adl-course-sidebar img { max-height: 500px; }
  .adl-resource-notice__inner { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 18px; }

  /* Make the original content library responsive even where legacy inline grids remain. */
  .adl-inner-page [style*="repeat(4, 1fr)"], .adl-inner-page [style*="repeat(4,1fr)"],
  .adl-inner-page [style*="repeat(3, 1fr)"], .adl-inner-page [style*="repeat(3,1fr)"] { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .adl-inner-page [style*="0.8fr 1.2fr"],
  .adl-inner-page [style*="0.85fr 1.15fr"],
  .adl-inner-page [style*="0.9fr 1.1fr"],
  .adl-inner-page [style*="1fr 1fr"] { grid-template-columns: minmax(0,1fr) !important; }
  .adl-inner-page [style*="display: grid"], .adl-inner-page [style*="display:grid"] { min-width: 0; }
  .adl-inner-page [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: minmax(0,1fr) !important; }
  .contact-form { padding: 30px !important; }
}

@media (max-width: 560px) {
  .adl-brand__name { font-size: 16px; }
  .adl-mobile-nav__sub { grid-template-columns: 1fr; }
  .adl-hero h1 { font-size: 43px; }
  .adl-hero__copy { font-size: 16px; }
  .adl-hero__actions .adl-button { width: 100%; }
  .adl-proof__inner { grid-template-columns: 1fr; }
  .adl-proof__cell { border-left: 0; border-top: 1px solid var(--adl-line); padding-inline: 0; }
  .adl-proof__cell:first-child { border-top: 0; }
  .adl-proof__cell:nth-child(2) { border-top:1px solid var(--adl-line); }
  .adl-intro h2, .adl-calendar h2 { font-size: 44px; }
  .adl-featured { grid-template-columns: 1fr; }
  .adl-profile-photo { height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .adl-featured__body { padding: 34px 28px; }
  .adl-featured h3 { font-size: 38px; }
  .adl-outcomes-skills { padding: 30px 26px; }
  .adl-outcomes-skills h3 { font-size: 31px; }
  .adl-outcomes-record { grid-template-columns: 1fr; }
  .adl-outcomes-record__proof { padding: 26px; }
  .adl-outcomes-record__number { font-size: 56px; }
  .adl-outcomes-record__cta { padding: 24px 26px; }
  .adl-programs__list { padding: 12px 20px; }
  .adl-program-row { grid-template-columns: 52px 1fr; gap: 18px; }
  .adl-program__number { font-size: 43px; }
  .adl-tracks { grid-template-columns: 1fr; }
  .adl-schedule__row { grid-template-columns: 60px 1fr; padding-block: 14px; }
  .adl-schedule__place { grid-column: 2; }
  .adl-voices h2 { font-size: 44px; }
  .adl-quote blockquote { font-size: 21px; }
  .adl-enroll h2 { font-size: 44px; }
  .adl-enroll__phone { font-size: 28px; }
  .adl-footer__top { grid-template-columns: 1fr; }
  .adl-footer__proof { align-items: flex-start; flex-direction: column; padding-block: 28px; gap: 12px; }
  .adl-footer__bottom { align-items: flex-start; flex-direction: column; padding-block: 24px; }
  .adl-inner-page > section { padding-left: 20px !important; padding-right: 20px !important; }
  .adl-inner-page > section:first-of-type::before { left: 20px; }
  .adl-inner-page [style*="repeat(4, 1fr)"], .adl-inner-page [style*="repeat(4,1fr)"],
  .adl-inner-page [style*="repeat(3, 1fr)"], .adl-inner-page [style*="repeat(3,1fr)"],
  .adl-inner-page [style*="repeat(2, 1fr)"], .adl-inner-page [style*="repeat(2,1fr)"] { grid-template-columns: minmax(0,1fr) !important; }
  .adl-inner-page form [style*="1fr 1fr"] { grid-template-columns: minmax(0,1fr) !important; }
  .contact-form { padding: 24px 18px !important; }
  .adl-inner-page :is(input,select,textarea) { font-size: 16px !important; }
  .adl-objective-list { grid-template-columns: 1fr; }
  .adl-course-facts { padding: 22px 18px; }
}

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