@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&family=Noto+Sans+Thai:wght@400;500;600;700&display=swap');

:root {
  --ink: #10233c;
  --ink-soft: #29415b;
  --paper: #f5f1e8;
  --paper-bright: #fcfaf5;
  --gold: #b68739;
  --gold-soft: #d9bc7d;
  --line: rgba(16, 35, 60, 0.16);
  --muted: #6d7480;
  --navy-wash: #e8edf0;
  --serif: "DM Serif Display", "Noto Sans Thai", Georgia, serif;
  --sans: "DM Sans", "Noto Sans Thai", Arial, sans-serif;
  --thai: "Noto Sans Thai", "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; border-color: var(--line); }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a[href] { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
[data-language="th"] { font-family: var(--thai); }
[data-language="th"] h1, [data-language="th"] h2, [data-language="th"] h3 { letter-spacing: -0.025em; }

.topbar { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; color: #fff; transition: background .22s cubic-bezier(.23,1,.32,1), color .22s cubic-bezier(.23,1,.32,1), box-shadow .22s ease; }
.topbar--scrolled { color: var(--ink); background: rgba(252,250,245,.92); box-shadow: 0 2px 18px rgba(16,35,60,.07); backdrop-filter: blur(14px); }
.topbar__inner { height: 78px; width: min(1440px, calc(100% - 56px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 235px; }
.brand__crest { width: 46px; height: 46px; overflow: hidden; border-radius: 50%; display: inline-grid; place-items: center; background: #fff; box-shadow: 0 2px 9px rgba(0,0,0,.13); }
.brand__crest img { width: 100%; height: 100%; object-fit: cover; }
.brand__text { font-family: var(--sans); font-size: 12px; line-height: 1.05; font-weight: 700; letter-spacing: .015em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 46px); font-size: 12px; font-weight: 600; letter-spacing: .025em; }
.desktop-nav a { position: relative; opacity: .88; transition: opacity .16s ease; }
.desktop-nav a::after { content: ""; width: 0; height: 1px; position: absolute; left: 0; bottom: -7px; background: currentColor; transition: width .18s cubic-bezier(.23,1,.32,1); }
.desktop-nav a:hover { opacity: 1; }.desktop-nav a:hover::after { width: 100%; }
.topbar__actions { display: flex; align-items: center; gap: 14px; min-width: 235px; justify-content: flex-end; }
.language-switch { border: 1px solid currentColor; border-radius: 999px; color: inherit; background: transparent; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; font: 600 11px/1 var(--sans); letter-spacing: .02em; transition: background .16s ease, color .16s ease; }
.language-switch:hover { color: var(--ink); background: #fff; }.topbar--scrolled .language-switch:hover { color: #fff; background: var(--ink); }
.language-switch__icon { font-size: 13px; line-height: 1; }
.menu-button { display: none; border: 0; padding: 8px; color: inherit; background: transparent; font-size: 22px; line-height: 1; }
.mobile-menu { display: none; }

.hero { height: min(860px, 100svh); min-height: 670px; position: relative; display: flex; align-items: center; color: #fff; background: var(--ink); }
.hero__image, .hero__veil, .hero__grain { position: absolute; inset: 0; }
.hero__image { background: url('/manus-storage/hero-learning_9a3f1f23.jpg') center center/cover no-repeat; transform: scale(1.002); }
.hero__veil { background: linear-gradient(90deg, rgba(8,24,45,.91) 0%, rgba(9,28,50,.76) 30%, rgba(10,29,50,.33) 56%, rgba(10,29,50,.06) 100%); }
.hero__grain { opacity: .15; mix-blend-mode: screen; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.hero__content { width: min(1440px, calc(100% - 56px)); margin: 56px auto 0; position: relative; z-index: 1; }
.eyebrow { margin: 0; display: flex; gap: 12px; align-items: center; color: var(--gold); font: 700 11px/1.4 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; display: inline-block; }.eyebrow--light { color: #dec78f; }
.hero__eyebrow { margin-bottom: 28px; }
h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 770px; margin-bottom: 28px; font-size: clamp(54px, 6.4vw, 103px); line-height: 1.2; letter-spacing: -.05em; }
h1 span, h1 em { display: block; }h1 em { color: #e2c486; font-style: italic; padding-left: clamp(18px, 4vw, 65px); }
.hero__description { max-width: 460px; margin-bottom: 35px; font-size: clamp(15px, 1.45vw, 18px); line-height: 1.65; color: rgba(255,255,255,.83); }
.editorial-button { display: inline-flex; gap: 16px; align-items: center; padding: 13px 0; border-bottom: 1px solid currentColor; font: 700 11px/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; transition: gap .18s cubic-bezier(.23,1,.32,1), color .18s ease; }
.editorial-button:hover { gap: 23px; }.editorial-button--light { color: #fff; }.editorial-button--dark { color: var(--ink); }
.hero__side-note { position: absolute; z-index: 1; bottom: 27px; right: 28px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.8); font: 500 9px/1.2 var(--sans); letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }.hero__side-note i { height: 38px; width: 1px; background: rgba(255,255,255,.6); }

.section-padding { padding: clamp(90px, 12vw, 178px) max(28px, calc((100vw - 1328px) / 2)); }
.section-intro h2 { max-width: 620px; margin: 19px 0 0; font-size: clamp(39px, 4.2vw, 66px); line-height: 1.04; letter-spacing: -.04em; }.section-rule { width: 100%; height: 1px; margin-top: 17px; background: var(--line); }.heading-light { color: #fff; }
.intro-section { background: var(--paper-bright); }.intro-section__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(330px, .84fr); gap: clamp(54px, 10vw, 172px); align-items: start; }.intro-copy { max-width: 500px; padding-top: 3px; }.intro-copy p { margin-bottom: 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.95; }.intro-copy__lead { color: var(--ink) !important; font-size: 18px !important; font-weight: 500; line-height: 1.8 !important; }.intro-copy__note { display: flex; align-items: center; gap: 9px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--gold); font: 600 11px/1.3 var(--sans); letter-spacing: .055em; }.intro-section__image-wrap { max-width: 1180px; margin: clamp(72px, 10vw, 138px) auto 0; position: relative; }.intro-section__image-wrap img { display: block; width: 100%; height: min(48vw, 590px); object-fit: cover; }.image-stamp { position: absolute; right: 4.5%; bottom: -32px; width: 126px; height: 126px; padding: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; box-sizing: border-box; border-radius: 50%; color: var(--paper-bright); background: var(--ink); outline: 1px solid #fff; outline-offset: -7px; font: 700 11px/1 var(--sans); letter-spacing: .15em; }.image-caption { position: absolute; left: 17px; bottom: 16px; margin: 0; padding-left: 12px; border-left: 2px solid var(--gold); color: #fff; font: 600 10px/1.55 var(--sans); letter-spacing: .06em; text-transform: uppercase; }

.subjects-section { background: var(--paper); }.subjects-section__header { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: clamp(38px, 9vw, 120px); margin-bottom: clamp(52px, 7vw, 88px); }.subjects-section__header > p { max-width: 390px; margin-bottom: 6px; color: var(--ink-soft); font-size: 15px; line-height: 1.85; }.subjects-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }.subject-card { min-height: 475px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 24px; box-sizing: border-box; color: #fff; background: var(--ink); isolation: isolate; }.subject-card__image, .subject-card__image img, .subject-card__image div { position: absolute; inset: 0; }.subject-card__image { z-index: -1; overflow: hidden; }.subject-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.23,1,.32,1); }.subject-card:hover .subject-card__image img { transform: scale(1.045); }.subject-card__image div { background: linear-gradient(180deg, rgba(6,19,36,.47) 0%, rgba(6,19,36,.11) 38%, rgba(6,19,36,.92) 100%); }.subject-card__topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.83); font: 600 11px/1 var(--sans); letter-spacing: .14em; }.subject-icon { font-size: 18px; line-height: 1; }.subject-card__content { margin-top: auto; }.subject-card__kicker { margin: 0 0 8px; color: #e0c281; font: italic 21px/1.1 var(--serif); }.subject-card h3 { margin: 0 0 14px; font-size: 31px; line-height: 1.05; }.subject-card__body { max-width: 380px; margin: 0; color: rgba(255,255,255,.88); font-size: 12.5px; line-height: 1.7; }.subject-card__link { margin-top: 19px; opacity: .85; display: flex; align-items: center; gap: 7px; font: 700 10px/1 var(--sans); letter-spacing: .105em; text-transform: uppercase; transition: gap .18s ease; }.subject-card:hover .subject-card__link { gap: 12px; }.subject-card--1 { grid-column: span 7; min-height: 540px; }.subject-card--2 { grid-column: span 5; min-height: 540px; }.subject-card--3, .subject-card--4, .subject-card--5 { grid-column: span 4; }.subject-card--1 h3 { font-size: 39px; }

.future-section { background: #112841; color: #fff; display: grid; grid-template-columns: .88fr 1fr; gap: clamp(40px, 8vw, 150px); align-items: center; }.future-section .section-rule { background: rgba(255,255,255,.2); }.future-section__body { max-width: 495px; margin: 31px 0 35px; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.9; }.future-highlights { max-width: 495px; border-top: 1px solid rgba(255,255,255,.2); }.future-highlights div { min-height: 57px; display: flex; gap: 19px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 15px; font-weight: 600; }.future-highlights span:first-child { color: var(--gold-soft); font: 600 10px/1 var(--sans); letter-spacing: .1em; }.future-section__media { position: relative; padding: 0 0 37px 36px; }.future-section__media::before { content: ""; position: absolute; width: 67%; height: 67%; left: 0; bottom: 0; background: #c6a866; }.future-section__media img { position: relative; display: block; width: 100%; aspect-ratio: 1.1; object-fit: cover; }.future-section__media-badge { position: absolute; z-index: 1; right: -9px; top: 29px; display: flex; gap: 10px; align-items: center; padding: 14px 17px; color: var(--ink); background: var(--paper-bright); font: 700 11px/1.2 var(--sans); letter-spacing: .04em; }

.future-section__media > p {
  position: absolute;
  z-index: 1;
  margin: 0;
  left: 50px;
  bottom: 9px;
  color: var(--ink);
  font-style: italic;
  font-family: var(--serif);
  font-size: clamp(1px, 0.7vw + 5px, 15px) !important;
  line-height: 1.15;
}
.pathway-section { background: var(--paper-bright); }.pathway-section__heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: clamp(44px, 8vw, 128px); margin-bottom: clamp(54px, 8vw, 110px); }.pathway-section__heading > p { max-width: 430px; margin-bottom: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.85; }.pathway-layout { display: grid; grid-template-columns: minmax(280px,.77fr) 1fr; gap: clamp(50px, 10vw, 155px); align-items: center; max-width: 1130px; margin: 0 auto; }.pathway-image { position: relative; padding: 0 26px 28px 0; }.pathway-image::after { content: ""; position: absolute; width: 52%; height: 36%; right: 0; bottom: 0; z-index: 0; background: var(--gold-soft); }.pathway-image img { width: 100%; height: min(45vw, 648px); position: relative; z-index: 1; object-fit: cover; }.pathway-image span { position: absolute; z-index: 2; left: -3px; top: 42px; padding: 10px 13px; background: var(--ink); color: #fff; font: italic 18px/1.05 var(--serif); }.timeline { padding: 17px 0; }.timeline__item { display: grid; grid-template-columns: 59px 1fr; gap: 19px; min-height: 141px; }.timeline__dot { position: relative; }.timeline__dot::after { content: ""; position: absolute; top: 39px; left: 16px; bottom: 0; width: 1px; background: var(--gold-soft); }.timeline__item:last-child .timeline__dot::after { display: none; }.timeline__dot span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font: 700 9px/1 var(--sans); letter-spacing: .03em; }.timeline__item h3 { margin: 4px 0 8px; color: var(--ink); font-size: 26px; line-height: 1.06; }.timeline__item p { max-width: 425px; margin: 0; color: var(--ink-soft); font-size: 13.5px; line-height: 1.75; }

.choice-section { display: grid; grid-template-columns: 1fr 1fr; background: #e7eaE8; }.choice-section__image { min-height: 720px; }.choice-section__image img { width: 100%; height: 100%; display: block; object-fit: cover; }.choice-section__copy { padding: clamp(70px, 9vw, 140px) clamp(32px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; }.choice-section__body { max-width: 540px; margin: 31px 0 36px; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }.quote-block { max-width: 515px; margin-bottom: 35px; position: relative; padding: 19px 0 0 31px; border-top: 1px solid var(--line); }.quote-block > span { position: absolute; top: 11px; left: 0; color: var(--gold); font: 54px/.8 var(--serif); }.quote-block blockquote { margin: 0 0 13px; color: var(--ink); font: italic clamp(22px, 2vw, 31px)/1.25 var(--serif); }.quote-block cite { color: var(--gold); font: 700 9px/1 var(--sans); letter-spacing: .11em; text-transform: uppercase; font-style: normal; }
.site-footer { padding: 37px max(28px, calc((100vw - 1328px) / 2)); display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; color: #fff; background: var(--ink); }.site-footer__mark { width: 41px; height: 41px; overflow: hidden; border-radius: 50%; background: #fff; }.site-footer__mark img { width: 100%; height: 100%; object-fit: cover; }.site-footer__tagline { margin: 0 0 5px; color: #e0c281; font: italic 20px/1 var(--serif); }.site-footer__meta { margin: 0; color: rgba(255,255,255,.62); font: 500 10px/1.4 var(--sans); letter-spacing: .07em; text-transform: uppercase; }.to-top { display: inline-flex; align-items: center; gap: 7px; color: #fff; font: 700 10px/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; transition: color .16s ease; }.to-top:hover { color: var(--gold-soft); }

@media (max-width: 840px) { .topbar__inner { height: 68px; width: min(100% - 36px, 670px); }.brand { min-width: 0; }.brand__crest { width: 39px; height: 39px; }.brand__text { font-size: 10px; }.desktop-nav { display: none; }.topbar__actions { min-width: 0; gap: 3px; }.language-switch { padding: 7px 9px; font-size: 10px; }.menu-button { display: grid; place-items: center; }.mobile-menu { max-height: 0; padding: 0 18px; overflow: hidden; display: flex; flex-direction: column; background: var(--paper-bright); color: var(--ink); transition: max-height .25s cubic-bezier(.23,1,.32,1), padding .25s ease; }.mobile-menu--open { max-height: 330px; padding: 6px 18px 22px; }.mobile-menu a { border-bottom: 1px solid var(--line); padding: 14px 0; font: 600 13px/1.2 var(--sans); }.hero { height: 93svh; min-height: 620px; }.hero__image { background-position: 63% center; }.hero__veil { background: linear-gradient(90deg, rgba(8,24,45,.91) 0%, rgba(9,28,50,.73) 61%, rgba(10,29,50,.26) 100%); }.hero__content { width: min(100% - 44px, 670px); margin-top: 30px; }.hero__side-note { right: 14px; bottom: 20px; }.section-padding { padding: 87px 22px; }.intro-section__grid, .subjects-section__header, .future-section, .pathway-section__heading, .pathway-layout, .choice-section { grid-template-columns: 1fr; }.intro-section__grid { gap: 35px; }.section-intro h2 { font-size: clamp(38px, 10vw, 56px); }.intro-section__image-wrap { margin-top: 64px; }.intro-section__image-wrap img { height: 350px; }.subjects-section__header { gap: 26px; margin-bottom: 43px; }.subjects-section__header > p { margin: 0; }.subjects-grid { grid-template-columns: 1fr; gap: 14px; }.subject-card, .subject-card--1, .subject-card--2, .subject-card--3, .subject-card--4, .subject-card--5 { min-height: 450px; grid-column: span 1; }.future-section { gap: 53px; }.future-section__media { padding-left: 20px; }.future-section__media-badge { right: 2px; }.pathway-section__heading { gap: 28px; margin-bottom: 48px; }.pathway-layout { gap: 55px; }.pathway-image img { height: 570px; }.choice-section__image { min-height: 380px; }.choice-section__copy { padding: 80px 22px; }.site-footer { grid-template-columns: auto 1fr; padding: 27px 22px; }.to-top { grid-column: 1 / -1; justify-self: end; margin-top: 11px; }.site-footer__tagline { font-size: 18px; } }
@media (max-width: 450px) { h1 { font-size: 50px; }.hero__description { font-size: 14px; }.hero__side-note { display: none; }.intro-copy p, .future-section__body, .choice-section__body { font-size: 14px; }.subject-card { padding: 19px; min-height: 430px; }.subject-card h3, .subject-card--1 h3 { font-size: 29px; }.subject-card__kicker { font-size: 19px; }.pathway-image img { height: 475px; }.timeline__item { grid-template-columns: 44px 1fr; gap: 12px; }.timeline__item h3 { font-size: 23px; }.quote-block blockquote { font-size: 25px; } }
@media (prefers-reduced-motion: no-preference) { .hero__content, .section-intro, .intro-copy, .subject-card, .future-section__media, .pathway-image, .timeline__item, .choice-section__copy { animation: rise .6s cubic-bezier(.23,1,.32,1) both; }.intro-copy { animation-delay: .08s; }.future-section__media, .pathway-image { animation-delay: .1s; } @keyframes rise { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: translateY(0); } } }
