/* ProgressLab Academics — QIDS Light / v3 / 27 September 2026.
 * Ivory and warm-white surfaces; charcoal type and actions; restrained gold details.
 * Brand artwork and photographic colours are deliberately unchanged.
 */
:root{
  --ink:#293235;
  --deep:#242A2D;
  --accent-ink:#7B6844;
  --soft:#F7F3EA;
  --paper:#FCFAF6;
  --stone:#F0ECE5;
  --white:#FFFFFF;
  --gold:#B39961;
  --gold-dark:#7B6844;
  --body:#5F5B55;
  --muted:#70695F;
  --border:#DED8CE;
  --border-strong:#968974;
  --surface-tint:#F0ECE5;
  --on-dark:#F8F5ED;
  --on-dark-muted:#D7D2C9;
  --on-dark-accent:#CEB987;
  --serif:Georgia,'Times New Roman',serif;
  --sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --shadow:0 22px 65px rgba(41,50,53,.065);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:114px}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
h1,h2,h3,h4,p,figure{margin:0}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{max-width:100%;display:block}
svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none}
button{color:inherit}
button:disabled{cursor:not-allowed}
::selection{background:var(--stone);color:var(--ink)}
:focus-visible{outline:3px solid var(--gold-dark);outline-offset:5px;border-radius:3px}
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:18px;top:-100px;z-index:1000;background:var(--deep);color:white;padding:12px 20px}
.skip-link:focus{top:12px}
.wrap{width:min(1240px,calc(100% - 112px));margin-inline:auto}
.family-bar{height:34px;background:var(--deep);color:var(--on-dark);font-size:10px;letter-spacing:.06em}
.family-bar .wrap{display:flex;justify-content:space-between;align-items:center;height:100%}
.family-bar a span{padding-left:10px;color:var(--on-dark-accent)}
.family-bar a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:40;background:rgba(252,250,246,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(41,50,53,.1)}
.header-inner{height:94px;display:flex;justify-content:space-between;align-items:center;gap:32px}
.brand{display:block;width:232px;flex:none}
.brand img{width:100%;height:auto;mix-blend-mode:multiply}
.header-inner nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:500}
.header-inner nav>a:not(.button){position:relative;padding:15px 0}
.header-inner nav>a:not(.button)::after{content:'';position:absolute;bottom:8px;left:0;right:100%;height:1px;background:var(--gold);transition:right .2s}
.header-inner nav>a:hover::after{right:0}
.menu-toggle{display:none}
.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;background:var(--deep);color:var(--white);min-height:53px;padding:14px 23px;border:1px solid var(--deep);border-radius:7px;font-size:13px;font-weight:600;line-height:1.45;transition:background .2s,transform .2s,box-shadow .2s;text-align:center}
.button:hover{background:#3D3F3C;transform:translateY(-2px);box-shadow:0 7px 18px rgba(41,50,53,.12)}
.button>span{font-size:21px;font-weight:400;line-height:1}
.button-small{min-height:42px;padding:11px 18px;font-size:12px;gap:18px}
.button-outline{background:transparent;color:var(--deep)}
.button-outline:hover{background:var(--deep);color:white}
.button-light{background:var(--on-dark);border-color:var(--on-dark);color:var(--deep)}
.button-light:hover{background:var(--white)}
.button-row{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.text-link{display:inline-flex;gap:15px;align-items:center;font-size:13px;font-weight:550;line-height:1.5;border-bottom:1px solid transparent;padding-bottom:4px}
.text-link>span{font-size:20px;line-height:1}
.text-link:hover{border-bottom-color:var(--gold)}
.strong-link{margin-top:28px;border-bottom-color:var(--border)}
.eyebrow{font-size:10px;line-height:1.7;font-weight:600;letter-spacing:.16em;margin-bottom:20px;color:var(--gold-dark);text-transform:uppercase}
.small-star{color:var(--gold);font-size:20px;display:inline-block;line-height:1}
.hero{display:grid;grid-template-columns:1.06fr 1fr;gap:72px;align-items:center;padding-top:52px;padding-bottom:68px}
.hero .eyebrow{display:flex;align-items:center;gap:10px;letter-spacing:.11em;margin-bottom:25px;font-size:10px}
.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(45px,4.8vw,72px);line-height:1.095;letter-spacing:-3.2px;margin-bottom:26px}
.hero h1 em{color:var(--gold-dark);font-weight:400}
.hero-intro{font-size:18px;font-weight:450;line-height:1.65;color:var(--ink);margin-bottom:13px;max-width:485px}
.hero-description{font-size:14px;color:var(--body);max-width:447px;line-height:1.85;margin-bottom:28px}
.hero-location{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--body);margin-top:31px}
.hero-location svg{width:16px;height:16px}
.quiet{color:var(--muted)}
.hero-visual{position:relative;min-width:0;padding:15px 21px 21px 0}
.hero-image-frame{position:relative;height:560px;border-radius:180px 14px 14px 14px;overflow:hidden;background:var(--stone)}
.hero-photo{height:100%;width:100%;object-fit:cover;object-position:47% 51%}
.hero-image-frame::after{content:'';inset:0;position:absolute;pointer-events:none;background:linear-gradient(180deg,rgba(25,27,28,.13),transparent 22%,transparent 70%,rgba(25,27,28,.13))}
.image-top-label{position:absolute;top:26px;right:21px;z-index:1;color:var(--white);letter-spacing:.14em;font-size:9px;text-shadow:0 1px 7px var(--ink)}
.hero-note{position:absolute;bottom:51px;left:-28px;z-index:2;background:var(--paper);box-shadow:var(--shadow);padding:20px 26px 20px 22px;border-radius:9px;display:flex;align-items:center;gap:16px;border:1px solid var(--border)}
.note-symbol{color:var(--gold);font-size:34px;line-height:1}
.hero-note strong{display:block;font-size:13px;font-weight:600;line-height:1.4}
.hero-note div>span{display:block;font-size:10px;color:var(--body);margin-top:5px}
.hero-line{position:absolute;inset:0 6px 7px 17px;border:1px solid var(--gold);border-radius:182px 14px 14px 14px;opacity:.55}
.side-caption{position:absolute;right:-11px;top:52%;writing-mode:vertical-rl;font-size:8px;letter-spacing:.17em;color:var(--muted);transform:translateY(-50%)}
.principles-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--soft)}
.principles-inner{display:grid;grid-template-columns:repeat(4,1fr);padding-block:22px;gap:20px}
.principles-inner>span{font-size:11px;display:flex;align-items:center;gap:17px;white-space:nowrap}
.principles-inner i{font-size:10px;font-style:normal;color:var(--gold-dark)}
.section{padding-top:100px;padding-bottom:100px}
.section-heading{display:grid;grid-template-columns:1.4fr 1fr;gap:90px;align-items:end;margin-bottom:44px}
.section-heading>p{color:var(--body);font-size:14px;max-width:405px;padding-bottom:6px;line-height:1.9}
.section h2,.section-heading h2,.place-section h2,.faq-section h2{font-family:var(--serif);font-size:46px;line-height:1.15;letter-spacing:-1.55px;font-weight:400}
.section h2 em,.section-heading h2 em,.place-section h2 em,.faq-section h2 em{font-weight:400;color:var(--gold-dark)}
.programme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.programme-card{display:flex;flex-direction:column;padding:23px 24px 22px;border:1px solid var(--border);border-radius:10px;min-width:0;transition:background .2s,border-color .2s,transform .2s;background:var(--white)}
.programme-card:hover{transform:translateY(-5px);background:var(--soft);border-color:var(--border-strong)}
.card-top{display:flex;justify-content:space-between;gap:6px;color:var(--muted);font-size:8px;font-weight:600;letter-spacing:.06em}
.card-top>span:last-child{font-size:19px;line-height:1;color:var(--deep)}
.programme-icon{font-family:var(--serif);font-size:35px;line-height:1;height:69px;padding-top:23px;margin-bottom:17px;color:var(--accent-ink)}
.programme-icon>span{color:var(--gold);font-size:26px}
.dots-icon{display:flex;gap:6px;align-items:center}
.dots-icon>i{width:15px;height:15px;border:1.5px solid var(--accent-ink);border-radius:50%}
.dots-icon>i:nth-child(2){background:var(--gold);margin-top:-14px}
.steps-icon{display:flex;align-items:end;gap:5px}
.steps-icon>i{width:15px;height:15px;background:#E9DFC9}
.steps-icon>i:nth-child(2){height:26px;background:var(--gold)}
.steps-icon>i:nth-child(3){height:38px;background:var(--gold-dark)}
.programme-card h3{font-size:16px;line-height:1.5;letter-spacing:-.3px;margin-bottom:11px}
.programme-card p{font-size:12px;color:var(--body);line-height:1.8;flex:1}
.card-bottom{display:flex;justify-content:space-between;gap:7px;align-items:center;border-top:1px solid var(--border);margin-top:24px;padding-top:15px;font-size:10px;font-weight:600;line-height:1.6}
.card-bottom>span{font-size:17px}
.finder{margin-top:30px;padding:22px 26px;background:var(--soft);border-radius:8px;display:grid;grid-template-columns:1fr 1.4fr;gap:24px;align-items:center}
.finder-intro{display:flex;align-items:center;gap:14px}
.finder-intro .small-star{font-size:26px}
.finder-intro h3{font-size:13px;font-weight:600}
.finder-intro p{font-size:11px;color:var(--body);margin-top:2px}
.finder-controls{display:grid;grid-template-columns:1fr 1.2fr auto;gap:10px}
.finder select{height:44px;font-size:10px;background-color:var(--paper);border-color:var(--border);padding-left:12px;padding-right:30px}
.finder-result{grid-column:1/-1;background:var(--paper);border-left:3px solid var(--gold);padding:18px;font-size:13px;color:var(--body)}
.finder-result strong{color:var(--ink);display:block;margin-bottom:5px}
.finder-result a{color:var(--ink);display:inline-block;margin-top:10px;text-decoration:underline;text-underline-offset:4px}
.soft-section{background:var(--soft);border-block:1px solid var(--border)}
.two-column{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}
.section-copy>p:not(.eyebrow):not(.microcopy){color:var(--body);font-size:14px;line-height:1.9;margin-top:23px}
.section-copy>p+p:not(.eyebrow){margin-top:15px}
.teaching-photo{position:relative;height:614px;border-radius:14px;overflow:hidden;background:var(--stone)}
.teaching-photo>img{width:100%;height:100%;object-fit:cover;object-position:50% 48%}
.teaching-photo::after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(25,27,28,.82));pointer-events:none}
.teaching-photo figcaption{position:absolute;bottom:32px;left:32px;right:20px;z-index:1;color:white}
.teaching-photo figcaption>span{font-size:8px;letter-spacing:.17em;color:var(--on-dark-accent)}
.teaching-photo figcaption>strong{font-family:var(--serif);font-size:34px;line-height:1.17;font-weight:400;display:block;margin-top:12px}
.tabs{display:flex;gap:3px;border-bottom:1px solid var(--border)}
.tabs button{border:0;border-radius:0;padding:13px 19px;background:transparent;font-size:12px;font-weight:500;border-bottom:2px solid transparent;margin-bottom:-1px;color:var(--body);transition:background .2s,color .2s}
.tabs button[aria-selected=true]{color:var(--ink);border-bottom-color:var(--ink);font-weight:650}
.tabs button:hover{background:rgba(41,50,53,.05)}
.subject-tabs{margin-top:25px}
.subject-panel{min-height:204px;padding-top:23px}
.level-label{font-size:8px;letter-spacing:.13em;color:var(--gold-dark);font-weight:650}
.subject-panel h3{font-size:19px;line-height:1.4;letter-spacing:-.4px;font-weight:500;margin-top:9px;margin-bottom:12px}
.subject-panel p{font-size:12px;color:var(--body);line-height:1.85;max-width:415px}
.skill-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}
.skill-chips>span{font-size:9px;padding:5px 10px;border:1px solid var(--border);border-radius:20px;color:var(--body)}
.microcopy{font-size:10px;line-height:1.75;color:var(--body);margin-top:14px}
.group-grid{grid-template-columns:1fr .9fr;gap:108px}
.line-features{margin-top:28px}
.line-features>div{display:flex;gap:19px;padding:18px 0;border-bottom:1px solid var(--border)}
.line-features>div>span{font-size:10px;color:var(--gold-dark);padding-top:3px}
.line-features h3{font-size:14px;font-weight:550;margin-bottom:4px}
.line-features p{font-size:12px;color:var(--body);line-height:1.8}
.status-pill{font-size:9px;display:inline-flex;align-items:center;gap:7px;background:var(--soft);border:1px solid var(--border);border-radius:20px;padding:6px 11px;letter-spacing:.04em;margin:25px 10px 20px 0}
.status-pill>span{height:6px;width:6px;flex:none;background:var(--gold-dark);border-radius:50%}
.group-grid .button{display:flex;width:max-content;margin-top:0}
.group-photo{position:relative;padding-bottom:36px}
.group-photo>img{height:560px;width:100%;object-fit:cover;object-position:center 40%;border-radius:14px 130px 14px 14px}
.photo-note{position:absolute;bottom:76px;left:-32px;right:35px;background:var(--paper);box-shadow:var(--shadow);padding:21px 24px;border-radius:8px;display:flex;align-items:center;gap:16px}
.photo-note>span{font-size:29px;color:var(--gold)}
.photo-note p{font-size:12px;line-height:1.75}
.photo-note strong{font-weight:550}
.group-photo figcaption{position:absolute;bottom:0;left:0;font-size:9px;color:var(--body);line-height:1.6;max-width:400px}
.psle-section{position:relative;background:var(--deep);color:var(--soft);padding-block:91px;overflow:hidden}
.psle-section::after{content:'';position:absolute;width:700px;height:700px;border:1px solid rgba(206,185,135,.12);border-radius:50%;right:-200px;top:-180px;pointer-events:none}
.psle-section .wrap{position:relative;z-index:1}
.psle-section .eyebrow{color:var(--on-dark-accent)}
.psle-section h2{font-size:48px}
.psle-section h2 em{color:var(--on-dark-accent)}
.psle-section .section-heading>p{color:var(--on-dark-muted);font-size:13px}
.psle-cards{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.psle-cards article{display:flex;gap:25px;border-top:1px solid #555754;padding-top:28px}
.psle-cards .stage{font-family:var(--serif);font-size:56px;line-height:1.2;color:var(--on-dark-accent);letter-spacing:-1px}
.psle-cards .eyebrow{font-size:8px;margin-bottom:8px}
.psle-cards h3{font-size:18px;font-weight:500;line-height:1.5;margin-bottom:12px;letter-spacing:-.2px}
.psle-cards p:not(.eyebrow){font-size:12px;color:var(--on-dark-muted);line-height:1.85;max-width:380px}
.psle-path{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px;padding:22px 27px;border:1px solid #555754;border-radius:7px;margin-top:43px}
.psle-path i{font-style:normal;color:var(--on-dark-accent)}
.psle-footer{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:30px}
.psle-footer p{font-size:11px;color:var(--on-dark-muted)}
.support-grid{gap:100px;align-items:start}
.support-grid .section-copy{padding-top:20px}
.support-method{padding:34px 36px;border:1px solid var(--border);border-radius:13px;background:var(--soft)}
.support-step{display:flex;gap:23px;margin:26px 0}
.support-step>span{font-family:var(--serif);font-size:24px;color:var(--gold-dark);line-height:1.2}
.support-step h3{font-size:14px;font-weight:600;margin-bottom:6px}
.support-step p{font-size:12px;color:var(--body);line-height:1.8}
.scope-note{display:flex;gap:11px;padding-top:20px;border-top:1px solid var(--border);margin-top:25px}
.scope-note svg{width:18px;height:18px;color:var(--gold-dark);margin-top:2px}
.scope-note p{font-size:10px;color:var(--body);line-height:1.85}
.taip-section{background:var(--soft);border-block:1px solid var(--border)}
.taip-grid{gap:100px;grid-template-columns:1fr 1fr}
.taip-flow{display:flex;gap:15px;justify-content:space-between;align-items:center;border-block:1px solid var(--border);padding:22px 0;margin-top:32px;margin-bottom:4px}
.taip-flow span{font-size:12px;font-weight:550}
.taip-flow b{font-size:9px;color:var(--gold-dark);font-weight:450;margin-right:7px}
.taip-flow i{font-style:normal;color:var(--gold-dark)}
.taip-section .microcopy{max-width:365px}
.snapshot-area{max-width:460px;width:100%;justify-self:end}
.snapshot-tabs{width:max-content;margin-left:auto;margin-right:auto;margin-bottom:19px;border:1px solid var(--border);border-radius:30px;padding:4px;background:var(--stone);gap:0}
.snapshot-tabs button{font-size:10px;border:0;border-radius:22px;padding:8px 20px;margin-bottom:0}
.snapshot-tabs button[aria-selected=true]{background:white;box-shadow:0 2px 6px rgba(41,50,53,.06)}
.snapshot{background:white;border-radius:13px;box-shadow:0 18px 48px rgba(41,50,53,.06);border:1px solid var(--border);overflow:hidden}
.snapshot-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 25px;border-bottom:1px solid var(--border)}
.snapshot-header>span:first-child{font-size:20px;font-weight:650;letter-spacing:-.8px}
.tm{font-size:9px;font-weight:400;vertical-align:super}
.demo-tag{font-size:7px;letter-spacing:.07em;padding:4px 7px;background:#F5EFE0;border:1px solid #E9DFC9;color:var(--gold-dark);border-radius:3px}
.snapshot-title{padding:22px 26px 7px}
.snapshot-title .eyebrow{font-size:8px;margin-bottom:8px}
.snapshot-title h3{font-family:var(--serif);font-size:28px;line-height:1.15;letter-spacing:-.7px;font-weight:400}
.snapshot-title>p{font-size:9px;color:var(--muted);margin-top:9px}
.snapshot-row{display:flex;gap:12px;padding:15px 27px 0}
.snapshot-dot{flex:none;width:7px;height:7px;border-radius:50%;background:var(--gold);margin-top:6px}
.snapshot h4{font-size:10px;font-weight:650;margin-bottom:5px}
.snapshot-row p,.snapshot-next p{font-size:11px;line-height:1.75;color:var(--body)}
.snapshot-next{display:flex;gap:11px;margin:21px 24px;background:var(--stone);border:1px solid var(--border);border-radius:6px;padding:14px}
.snapshot-next>span{font-size:18px;color:var(--gold-dark);line-height:1}
.snapshot-footer{border-top:1px solid var(--border);padding:13px 25px;color:var(--muted);font-size:6.5px;letter-spacing:.08em;display:flex;gap:10px;justify-content:space-between}
.snapshot-caption{text-align:center;color:var(--body);font-size:9px;line-height:1.8;margin:13px 12px 0}
.educators-grid{display:grid;grid-template-columns:2.5fr 1fr;gap:22px;align-items:stretch}
.educator-feature{display:grid;grid-template-columns:.85fr 1.5fr;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--white)}
.educator-identity{padding:38px 25px;background:var(--stone);display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}
.educator-monogram{width:116px;height:116px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:66px;line-height:1;position:relative;background:var(--soft);margin-bottom:28px;padding-bottom:8px}
.educator-monogram>span{font-family:var(--sans);font-size:28px;position:absolute;bottom:2px;right:-1px;color:var(--gold);background:var(--stone);border-radius:50%;padding:2px}
.educator-identity .eyebrow{font-size:8px;margin-bottom:9px}
.educator-identity>h3{font-family:var(--serif);font-weight:400;font-size:31px;line-height:1.2;letter-spacing:-.7px}
.educator-identity>p:not(.eyebrow){font-size:11px;color:var(--body);margin-top:9px}
.experience-tag{display:inline-block;font-size:9px;padding:6px 10px;border-top:1px solid var(--border);margin-top:22px;letter-spacing:.03em}
.educator-bio{padding:33px 30px}
.educator-bio .eyebrow{font-size:7px;margin-bottom:14px;letter-spacing:.13em}
.educator-bio h3{font-family:var(--serif);font-size:27px;line-height:1.2;font-weight:400;margin-bottom:18px;letter-spacing:-.6px}
.educator-bio>p:not(.eyebrow):not(.microcopy){font-size:11px;line-height:1.9;color:var(--body);margin-top:11px}
.credential-lines{display:flex;flex-direction:column;gap:6px;padding:15px 0;margin-top:8px}
.credential-lines>span{font-size:9px;font-weight:500;padding-left:12px;border-left:2px solid var(--gold)}
.educator-bio .text-link{font-size:10px;margin-top:12px}
.educator-bio .microcopy{font-size:8px}
.educator-network{padding:30px 26px;border:1px solid var(--border);background:var(--soft);border-radius:12px}
.network-mark{font-size:30px;color:var(--gold);line-height:1;display:block;margin-bottom:28px}
.educator-network .eyebrow{font-size:7px;line-height:1.9;margin-bottom:13px}
.educator-network h3{font-family:var(--serif);font-size:26px;font-weight:400;line-height:1.2;letter-spacing:-.7px}
.educator-network>p:not(.eyebrow){font-size:11px;line-height:1.85;color:var(--body);margin-top:20px}
.educator-network>p.network-note{font-size:9px;padding-top:16px;border-top:1px solid var(--border)}
.educator-network .text-link{margin-top:24px;font-size:10px;gap:8px}
.place-section{padding-block:74px;background:var(--soft);border-block:1px solid var(--border)}
.place-grid{display:grid;grid-template-columns:1fr 1.12fr;align-items:center;gap:80px}
.place-section h2{font-size:41px}
.place-grid>div>p:not(.eyebrow){font-size:12px;color:var(--body);line-height:1.9;margin-top:21px;max-width:370px}
.hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:29px;padding-top:21px;border-top:1px solid var(--border)}
.hours-grid>div>span{font-size:8px;letter-spacing:.12em;color:var(--gold-dark)}
.hours-grid strong{display:block;font-size:16px;line-height:1.5;font-weight:500;margin-top:6px}
.hours-grid p{font-size:9px;line-height:1.85;color:var(--body);margin-top:6px}
.place-grid .text-link{margin-top:25px;font-size:11px}
.place-photo>img{width:100%;height:375px;object-fit:cover;object-position:center;border-radius:10px}
.place-photo figcaption{font-size:9px;color:var(--body);margin-top:10px}
.consultation-grid{display:grid;grid-template-columns:1fr 1.07fr;gap:88px;align-items:start}
.consultation-copy{padding-top:21px}
.consultation-copy h2{font-size:56px}
.consultation-steps{margin-top:33px}
.consultation-steps>div{display:flex;gap:19px;align-items:start;margin-bottom:23px}
.consultation-steps>div>span{font-size:10px;color:var(--gold-dark);padding-top:3px}
.consultation-steps p{font-size:11px;color:var(--body);line-height:1.9;max-width:350px}
.consultation-steps strong{display:block;font-size:12px;color:var(--ink);font-weight:550;margin-bottom:3px}
.direct-contact{margin-top:30px;border-top:1px solid var(--border);padding-top:23px}
.direct-contact>span{display:block;font-size:11px;color:var(--body)}
.direct-contact>a{display:inline-flex;align-items:center;gap:30px;font-size:20px;line-height:1.7;letter-spacing:-.4px;margin-top:5px}
.direct-contact>a:hover{text-decoration:underline;text-underline-offset:5px}
.enquiry-card{padding:32px 31px;border:1px solid var(--border);border-radius:14px;background:var(--soft);box-shadow:0 16px 40px rgba(41,50,53,.035)}
.enquiry-card-heading{display:flex;align-items:center;gap:15px;margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid var(--border)}
.enquiry-card-heading .small-star{font-size:25px}
.enquiry-card-heading h3{font-size:16px;font-weight:500;line-height:1.6}
.enquiry-card-heading p{font-size:10px;color:var(--body);line-height:1.7;margin-top:5px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px}
.full-field{grid-column:1/-1}
.field label{display:block;font-size:10px;font-weight:600;margin-bottom:8px}
.field label>span{color:var(--gold-dark);font-weight:400;margin-left:2px}
.field input,select{min-width:0;width:100%;height:47px;border:1px solid var(--border-strong);background:var(--white);border-radius:5px;padding:11px 12px;color:var(--ink);font-size:11px;outline-offset:2px}
select{appearance:none;padding-right:31px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23293235' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat}
.field input::placeholder{color:var(--muted)}
.field input:focus,select:focus{border-color:var(--accent-ink)}
.form-privacy-hint{font-size:9px;line-height:1.8;color:var(--body);padding:14px 0;border-bottom:1px solid var(--border);margin-bottom:15px;margin-top:2px}
.consent-label{display:flex;gap:10px;align-items:start;font-size:9px;line-height:1.8;color:var(--body)}
.consent-label input{margin:3px 0 0;accent-color:var(--deep);width:14px;height:14px;flex:none}
.inline-button{border:0;border-bottom:1px solid var(--border-strong);background:none;padding:0;font-size:inherit;color:var(--ink);line-height:inherit}
.form-submit{width:100%;margin-top:21px;font-size:12px;justify-content:space-between;padding-inline:17px}
.form-disclaimer{font-size:9px;text-align:center;margin-top:13px}
.enquiry-result .eyebrow{font-size:8px;margin-bottom:10px}
.enquiry-result h3{font-family:var(--serif);font-weight:400;font-size:29px;line-height:1.2;letter-spacing:-.6px}
.enquiry-result pre{font:11px/1.9 var(--sans);color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:21px 0;background:white;border:1px solid var(--border);border-radius:7px;padding:19px;max-height:360px;overflow:auto}
.enquiry-result .button{font-size:12px;gap:12px}
.enquiry-result .button-row{gap:19px}
.text-button,.copy-button{border:0;border-bottom:1px solid var(--border-strong);background:none;font-size:11px;padding:3px 0;color:var(--ink)}
.copy-button{margin-top:21px;font-size:10px}
.noscript-note{font-size:12px;padding:15px;border:1px solid var(--gold);margin-top:15px}
.noscript-note a{text-decoration:underline}
.faq-section{padding-block:73px;background:var(--soft);border-block:1px solid var(--border)}
.faq-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:90px}
.faq-section h2{font-size:39px}
.faq-list details{border-bottom:1px solid var(--border)}
.faq-list details:first-child{border-top:1px solid var(--border)}
.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:22px;padding:20px 0;font-size:12px;font-weight:500;line-height:1.6}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font-size:21px;color:var(--gold-dark);line-height:1}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list details>p{font-size:11px;color:var(--body);line-height:1.9;margin-bottom:22px;padding-right:28px}
.closing-line{display:flex;justify-content:space-between;align-items:center;gap:27px;padding-block:52px}
.closing-line .small-star{font-size:38px;line-height:1}
.closing-line p{font-size:17px;line-height:1.7;margin-right:auto;letter-spacing:-.1px}
.closing-line em{font-family:var(--serif);font-size:21px;color:var(--gold-dark)}
.closing-line .text-link{font-size:12px}
.site-footer{background:var(--deep);color:var(--on-dark-muted);padding-top:55px}
.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:43px;padding-bottom:43px}
.footer-brand{width:207px;background:var(--paper);border-radius:5px;padding:5px 7px;margin-bottom:17px}
.footer-main h2{font-size:11px;color:var(--on-dark);font-weight:550;margin-bottom:19px;line-height:1.6}
.footer-main>div>a:not(.brand){font-size:10px;display:block;line-height:1.8;margin-top:7px;color:var(--on-dark-muted)}
.footer-main a:hover{text-decoration:underline;text-underline-offset:3px}
.footer-main p{font-size:10px;line-height:1.9;color:var(--on-dark-muted);margin-top:14px}
.footer-main p .footer-small{font-size:9px;opacity:.9}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;border-top:1px solid #555754;font-size:8px}
.footer-bottom>div{display:flex;align-items:center;gap:21px}
.footer-button{background:none;border:0;font-size:8px;padding:0;color:var(--on-dark-muted)}
.footer-button:hover{text-decoration:underline;text-underline-offset:3px}
.floating-contact{position:fixed;bottom:21px;right:24px;z-index:30;border:1px solid #555754;border-radius:30px;background:var(--deep);color:var(--on-dark);box-shadow:0 7px 24px rgba(41,50,53,.16);display:flex;align-items:center;gap:9px;padding:12px 18px;font-size:11px;transition:transform .2s,opacity .2s}
.floating-contact:hover{transform:translateY(-3px)}
.floating-contact svg{width:20px;height:20px}
.floating-contact.is-hidden{opacity:0;pointer-events:none}
dialog{width:min(620px,calc(100% - 36px));max-height:calc(100dvh - 60px);padding:0;border:1px solid var(--border);border-radius:12px;background:var(--paper);color:var(--ink);box-shadow:0 26px 90px rgba(41,50,53,.3)}
dialog::backdrop{background:rgba(25,27,28,.55);backdrop-filter:blur(3px)}
.dialog-inner{padding:39px;position:relative}
.dialog-inner h2{font-family:var(--serif);font-size:32px;line-height:1.2;font-weight:400;margin-bottom:24px;letter-spacing:-.7px}
.dialog-inner p:not(.eyebrow){font-size:12px;line-height:1.9;margin-top:15px;color:var(--body)}
.dialog-close{position:absolute;right:15px;top:8px;background:transparent;border:0;font-size:29px;padding:0 9px;color:var(--ink);line-height:1.5}
.dialog-inner .eyebrow{font-size:9px;padding-right:25px}
.no-js .finder{display:none}

@media(min-width:1500px){.hero{gap:100px}
.hero h1{font-size:75px}
.hero-image-frame{height:585px}
}

@media(max-width:1199px){.wrap{width:calc(100% - 72px)}
.header-inner nav{gap:20px;font-size:12px}
.brand{width:210px}
.hero{gap:50px}
.hero h1{font-size:56px;letter-spacing:-2.5px}
.hero-image-frame{height:525px}
.hero .eyebrow{font-size:8px}
.hero-intro{font-size:16px}
.hero-description{font-size:13px}
.hero .button-row{gap:19px}
.hero .button{font-size:12px;padding-inline:17px}
.hero .text-link{font-size:12px}
.section h2,.section-heading h2{font-size:40px}
.section-heading{gap:65px}
.two-column{gap:60px}
.programme-card{padding:20px 18px}
.programme-card h3{font-size:14px}
.card-bottom{font-size:9px}
.finder{grid-template-columns:1fr;gap:15px}
.finder-controls{grid-template-columns:1fr 1fr auto}
.finder select{font-size:12px}
.group-grid{gap:72px}
.group-photo>img{height:560px}
.teaching-photo{height:580px}
.subject-panel{min-height:220px}
.tabs button{padding:13px 17px}
.educators-grid{grid-template-columns:2.5fr 1fr;gap:16px}
.educator-feature{grid-template-columns:.8fr 1.4fr}
.educator-identity{padding:30px 17px}
.educator-bio{padding:27px 23px}
.educator-bio h3{font-size:25px}
.educator-network{padding:28px 22px}
.educator-network h3{font-size:24px}
.place-grid{gap:55px}
.place-section h2{font-size:37px}
.consultation-grid{gap:60px}
.consultation-copy h2{font-size:50px}
.enquiry-card{padding:27px 24px}
.faq-grid{gap:70px}
.footer-main{gap:25px}
.footer-brand{width:190px}
.principles-inner>span{font-size:10px;gap:10px}
}

@media(max-width:959px){.wrap{width:calc(100% - 52px)}
.header-inner{height:82px;gap:16px}
.brand{width:185px}
.header-inner nav{gap:17px;font-size:11px}
.header-inner nav>a:nth-child(4){display:none}
.header-inner nav .button{font-size:11px;padding:10px 14px;gap:10px}
.hero{gap:34px;padding-top:42px;padding-bottom:52px}
.hero h1{font-size:46px;letter-spacing:-1.9px}
.hero .eyebrow{font-size:7px;gap:7px}
.hero h1{margin-bottom:21px}
.hero-description{font-size:12px}
.hero-image-frame{height:510px;border-top-left-radius:120px}
.hero-line{border-top-left-radius:120px}
.hero .button-row{align-items:flex-start;gap:17px;flex-direction:column}
.hero-note{left:-17px;right:22px;bottom:41px;padding:16px 15px;gap:9px}
.hero-note strong{font-size:11px}
.hero-note div>span{font-size:9px}
.note-symbol{font-size:29px}
.hero-location{font-size:9px;gap:5px}
.hero-location .quiet{display:none}
.principles-inner{grid-template-columns:1fr 1fr;gap:12px}
.principles-inner>span{font-size:11px;gap:12px}
.section{padding-block:75px}
.section h2,.section-heading h2{font-size:36px}
.section-heading{gap:42px;grid-template-columns:1.3fr 1fr}
.section-heading>p{font-size:12px}
.eyebrow{font-size:8px;margin-bottom:16px}
.programme-grid{grid-template-columns:1fr 1fr;gap:15px}
.programme-card{padding:25px}
.programme-card h3{font-size:17px}
.programme-card p{font-size:12px}
.card-top{font-size:9px}
.card-bottom{font-size:11px}
.programme-icon{margin-bottom:17px}
.two-column{gap:35px}
.section-copy>p:not(.eyebrow):not(.microcopy){font-size:12px;margin-top:20px}
.teaching-photo{height:575px}
.tabs button{font-size:11px;padding:12px 13px}
.subject-panel{min-height:240px}
.subject-panel p{font-size:11px}
.subject-panel h3{font-size:18px}
.skill-chips{gap:5px}
.skill-chips>span{font-size:8px;padding:4px 7px}
.strong-link{font-size:12px}
.group-grid{gap:50px}
.group-photo>img{height:545px}
.photo-note{left:-20px;right:16px;padding:17px}
.photo-note p{font-size:10px}
.group-grid .status-pill{font-size:8px}
.psle-section{padding-block:70px}
.psle-section .section-heading{gap:36px}
.psle-section .section-heading>p{font-size:12px}
.psle-cards{gap:24px}
.psle-cards article{gap:16px}
.psle-cards .stage{font-size:44px}
.psle-cards h3{font-size:16px}
.psle-cards p:not(.eyebrow){font-size:11px}
.psle-path{font-size:9px;gap:12px;padding:19px}
.psle-footer p{max-width:230px;font-size:10px}
.support-method{padding:26px}
.support-step{gap:16px}
.support-step h3{font-size:12px}
.support-step p{font-size:11px}
.support-step>span{font-size:21px}
.support-grid .section-copy{padding-top:12px}
.taip-flow{gap:9px;padding:20px 0}
.taip-flow span{font-size:11px}
.taip-flow b{display:block;font-size:8px;margin-bottom:3px}
.snapshot-header{padding:16px 18px;gap:6px}
.snapshot-header>span:first-child{font-size:19px}
.demo-tag{font-size:6px;padding:4px}
.snapshot-title{padding:20px 20px 6px}
.snapshot-title h3{font-size:26px}
.snapshot-row{padding:14px 20px 0}
.snapshot-row p,.snapshot-next p{font-size:10px}
.snapshot-next{margin:19px 17px;padding:13px}
.snapshot-footer{font-size:6px;padding:12px 18px}
.snapshot-footer span{max-width:92px}
.snapshot-tabs button{font-size:10px;padding:8px 17px}
.educators-grid{grid-template-columns:1fr}
.educator-feature{grid-template-columns:.85fr 1.4fr}
.educator-identity{padding:36px 30px}
.educator-bio{padding:36px}
.educator-bio>p:not(.eyebrow):not(.microcopy){font-size:12px}
.educator-bio .eyebrow{font-size:8px}
.credential-lines>span{font-size:10px}
.educator-bio .text-link{font-size:11px}
.educator-network{display:grid;grid-template-columns:35px 1fr 1.1fr;column-gap:25px;padding:27px}
.network-mark{grid-column:1;grid-row:1/3;margin:0}
.educator-network .eyebrow{grid-column:2;margin-bottom:10px}
.educator-network h3{grid-column:2;grid-row:2/4;font-size:25px}
.educator-network>p:not(.eyebrow){grid-column:3;grid-row:1/3;margin-top:0;font-size:12px}
.educator-network>p.network-note{grid-column:3;grid-row:3/5;font-size:10px;margin-top:15px;padding-top:15px}
.educator-network .text-link{grid-column:2;grid-row:4;margin-top:20px}
.place-grid{gap:38px}
.place-section h2{font-size:32px}
.place-photo>img{height:370px}
.hours-grid{gap:15px}
.hours-grid strong{font-size:14px}
.hours-grid p{font-size:8px}
.consultation-grid{gap:35px;grid-template-columns:.9fr 1.1fr}
.consultation-copy h2{font-size:42px}
.enquiry-card{padding:25px 20px}
.enquiry-card-heading{gap:11px}
.enquiry-card-heading h3{font-size:14px}
.enquiry-card-heading p{font-size:9px}
.form-grid{gap:15px 11px}
.field label{font-size:9px}
.field input,.field select{font-size:10px;padding-left:9px}
.form-submit{font-size:11px;gap:10px;padding-inline:13px}
.form-privacy-hint{font-size:8px}
.consent-label{font-size:8px}
.form-disclaimer{font-size:8px}
.direct-contact>a{font-size:18px;gap:18px}
.faq-grid{gap:45px;grid-template-columns:.85fr 1.4fr}
.faq-section h2{font-size:33px}
.faq-list summary{font-size:11px;padding:18px 0}
.closing-line p{font-size:14px}
.closing-line em{font-size:18px}
.footer-main{grid-template-columns:1.2fr 1fr 1fr;gap:28px}
.footer-main>div:first-child{grid-column:1/-1;display:flex;align-items:center;gap:28px}
.footer-brand{width:192px;margin-bottom:0}
.footer-main>div:first-child>p{margin-top:0}
.footer-main p{font-size:10px}
.footer-main h2{font-size:12px}
.footer-main>div>a:not(.brand){font-size:11px}
.footer-bottom{font-size:8px}
.footer-bottom>div{gap:15px}
.floating-contact{padding:10px 14px;right:16px;bottom:16px}
}

@media(max-width:699px){html{scroll-padding-top:89px}
.wrap{width:calc(100% - 40px)}
.family-bar{height:28px;font-size:8px;letter-spacing:.01em}
.family-bar .wrap>span{font-size:7px}
.header-inner{height:78px}
.brand{width:190px}
.menu-toggle{width:43px;height:43px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;background:transparent;z-index:42}
.menu-lines,.menu-lines::before,.menu-lines::after{width:18px;height:1px;background:var(--deep);display:block;position:relative;transition:transform .2s}
.menu-lines::before,.menu-lines::after{content:'';position:absolute;left:0}
.menu-lines::before{top:-6px}
.menu-lines::after{top:6px}
.menu-toggle[aria-expanded=true] .menu-lines{background:transparent}
.menu-toggle[aria-expanded=true] .menu-lines::before{transform:translateY(6px) rotate(45deg)}
.menu-toggle[aria-expanded=true] .menu-lines::after{transform:translateY(-6px) rotate(-45deg)}
.header-inner nav{position:fixed;top:78px;left:0;right:0;background:var(--paper);height:calc(100dvh - 78px);padding:24px 25px 60px;display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;z-index:41;overflow-y:auto;border-top:1px solid var(--border)}
.header-inner nav.is-open{display:flex}
.header-inner nav>a:not(.button){font-size:19px;padding:18px 0;border-bottom:1px solid var(--border);display:block}
.header-inner nav>a:nth-child(4){display:block}
.header-inner nav .button{margin-top:23px;min-height:52px;font-size:14px;justify-content:space-between}
.header-inner nav>a::after{display:none}
.hero{grid-template-columns:1fr;gap:35px;padding-top:36px;padding-bottom:44px}
.hero .eyebrow{font-size:8px;letter-spacing:.09em;gap:8px;margin-bottom:20px}
.hero h1{font-size:clamp(44px,9.9vw,64px);letter-spacing:-2px;line-height:1.08;margin-bottom:22px}
.hero-intro{font-size:16px;line-height:1.7;margin-bottom:13px;max-width:420px}
.hero-description{font-size:13px;line-height:1.85;max-width:465px;margin-bottom:24px}
.hero .button-row{flex-direction:row;align-items:center;gap:21px}
.hero .button{padding:14px 17px;min-height:50px;font-size:11px;gap:17px}
.hero .text-link{font-size:11px;gap:8px}
.hero-location{font-size:9px;margin-top:21px}
.hero-location .quiet{display:inline}
.hero-visual{padding:10px 14px 20px 0;margin-left:10px;margin-top:2px}
.hero-image-frame{height:420px;border-top-left-radius:120px}
.hero-photo{object-position:50% 53%}
.hero-line{inset:0 0 10px 10px;border-top-left-radius:120px}
.hero-note{left:-10px;bottom:41px;right:auto;padding:17px 20px;gap:14px}
.hero-note strong{font-size:12px}
.hero-note div>span{font-size:10px}
.note-symbol{font-size:29px}
.image-top-label{font-size:8px;right:16px;top:23px}
.side-caption{right:-9px;font-size:6px}
.principles-inner{padding-block:20px;gap:13px 10px}
.principles-inner>span{font-size:9px;gap:8px;white-space:normal}
.principles-inner i{font-size:8px}
.section{padding-top:61px;padding-bottom:61px}
.section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:30px}
.section h2,.section-heading h2{font-size:36px;line-height:1.16;letter-spacing:-1.3px}
.section-heading>p{font-size:12px;max-width:none;padding:0;line-height:1.9}
.eyebrow{font-size:8px;letter-spacing:.12em;margin-bottom:15px}
.programme-grid{grid-template-columns:1fr 1fr;gap:11px}
.programme-card{padding:18px 15px 16px}
.card-top{font-size:6.5px;letter-spacing:.01em;align-items:center;gap:4px}
.card-top>span:last-child{font-size:16px}
.programme-icon{font-size:30px;height:62px;padding-top:22px;margin-bottom:15px}
.programme-card h3{font-size:14px;line-height:1.4;margin-bottom:10px;letter-spacing:-.25px}
.programme-card p{font-size:11px;line-height:1.75}
.card-bottom{font-size:8px;gap:5px;margin-top:19px;padding-top:13px;align-items:flex-start}
.card-bottom>span{font-size:15px}
.dots-icon>i{width:13px;height:13px}
.steps-icon>i{width:13px}
.finder{margin-top:24px;padding:19px 17px;gap:18px}
.finder-intro h3{font-size:13px}
.finder-intro p{font-size:10px}
.finder-controls{grid-template-columns:1fr;gap:9px}
.finder select{font-size:12px;height:46px}
.finder .button{width:100%;justify-content:space-between;min-height:44px;font-size:11px}
.finder-result{padding:14px;font-size:12px}
.two-column{grid-template-columns:1fr;gap:35px}
.one-to-one-grid .section-copy{grid-row:1}
.teaching-photo{height:440px;max-width:500px;width:100%;justify-self:center;border-radius:12px}
.teaching-photo img{object-position:50% 46%}
.teaching-photo figcaption{left:24px;bottom:26px}
.teaching-photo figcaption>strong{font-size:30px}
.section-copy>p:not(.eyebrow):not(.microcopy){font-size:13px;line-height:1.9;margin-top:20px}
.tabs button{font-size:12px;padding:13px 19px;flex:1}
.subject-panel{min-height:226px;padding-top:22px}
.subject-panel h3{font-size:21px;line-height:1.4;letter-spacing:-.4px}
.subject-panel p{font-size:12px;max-width:500px}
.level-label{font-size:8px}
.skill-chips>span{font-size:9px;padding:5px 10px}
.subject-tabs{margin-top:22px}
.strong-link{font-size:12px;margin-top:23px}
.microcopy{font-size:10px}
.group-grid{gap:35px}
.line-features{margin-top:21px}
.line-features h3{font-size:14px}
.line-features p{font-size:12px}
.line-features>div{padding:17px 0}
.group-photo{padding-bottom:39px;margin-left:12px;max-width:500px;width:calc(100% - 12px);justify-self:center}
.group-photo>img{height:405px;border-top-right-radius:105px;object-position:center 39%}
.photo-note{left:-12px;right:16px;bottom:68px;padding:17px 18px;gap:13px}
.photo-note p{font-size:11px}
.group-photo figcaption{font-size:8px;max-width:none}
.group-grid .button{font-size:12px;min-height:49px}
.group-grid .status-pill{font-size:9px;margin-block:24px 18px}
.psle-section{padding-block:61px}
.psle-section h2{font-size:36px;letter-spacing:-1.3px;line-height:1.18}
.psle-section .section-heading{gap:22px}
.psle-section .section-heading>p{font-size:12px;max-width:none}
.psle-cards{grid-template-columns:1fr;gap:27px}
.psle-cards article{gap:23px;padding-top:24px}
.psle-cards .stage{font-size:53px}
.psle-cards h3{font-size:17px;margin-bottom:10px}
.psle-cards p:not(.eyebrow){font-size:12px;max-width:none}
.psle-cards .eyebrow{font-size:7px}
.psle-path{display:grid;grid-template-columns:1fr 18px 1fr;gap:15px 12px;font-size:10px;text-align:center;padding:18px 12px;margin-top:30px}
.psle-path>i:nth-child(4){display:none}
.psle-footer{flex-direction:column;align-items:flex-start;gap:19px;margin-top:22px}
.psle-footer p{max-width:none;font-size:10px}
.psle-footer .button{font-size:12px;min-height:49px}
.support-grid{gap:30px}
.support-grid .section-copy{padding-top:0}
.support-method{padding:25px 23px}
.support-method .eyebrow{font-size:8px}
.support-step{gap:20px;margin:23px 0}
.support-step>span{font-size:25px}
.support-step h3{font-size:14px}
.support-step p{font-size:12px}
.scope-note p{font-size:10px}
.taip-grid{gap:30px}
.taip-flow{justify-content:flex-start;gap:22px;padding-block:21px;margin-top:26px}
.taip-flow span{font-size:12px}
.taip-flow b{display:inline;font-size:8px}
.taip-section .microcopy{max-width:none}
.snapshot-area{justify-self:center;max-width:440px}
.snapshot-tabs{margin-bottom:15px}
.snapshot-tabs button{padding:9px 25px;font-size:11px;flex:none}
.snapshot-header{padding:18px 22px}
.snapshot-header>span:first-child{font-size:21px}
.demo-tag{font-size:7px;padding:4px 6px}
.snapshot-title{padding:23px 24px 7px}
.snapshot-title h3{font-size:30px}
.snapshot-title>p{font-size:9px}
.snapshot-row{padding:18px 25px 0}
.snapshot h4{font-size:11px}
.snapshot-row p,.snapshot-next p{font-size:11px}
.snapshot-next{margin:22px 20px;padding:16px}
.snapshot-footer{font-size:6px;padding:13px 22px}
.snapshot-footer span{max-width:none}
.snapshot-caption{font-size:9px;margin-top:12px}
.educator-feature{grid-template-columns:1fr}
.educator-identity{padding:29px 25px 27px;display:grid;grid-template-columns:88px 1fr;gap:0 22px;text-align:left;align-items:center;justify-items:start}
.educator-monogram{width:83px;height:83px;font-size:47px;margin:0;grid-column:1;grid-row:1/5;justify-self:start}
.educator-monogram>span{font-size:23px;right:-4px}
.educator-identity .eyebrow{grid-column:2;font-size:7px;margin-bottom:4px}
.educator-identity h3{grid-column:2;font-size:30px}
.educator-identity>p:not(.eyebrow){grid-column:2;font-size:10px;margin-top:5px}
.experience-tag{grid-column:2;font-size:8px;margin-top:10px;padding:5px 0 0}
.educator-bio{padding:29px 25px}
.educator-bio h3{font-size:28px}
.educator-bio .eyebrow{font-size:7px}
.educator-bio>p:not(.eyebrow):not(.microcopy){font-size:12px}
.credential-lines>span{font-size:10px}
.educator-bio .text-link{font-size:10px;gap:9px}
.educator-bio .microcopy{font-size:9px}
.educator-network{display:block;padding:26px}
.educator-network .network-mark{margin-bottom:20px}
.educator-network .eyebrow{font-size:8px}
.educator-network h3{font-size:28px}
.educator-network>p:not(.eyebrow){font-size:12px;margin-top:18px}
.educator-network>p.network-note{font-size:10px;margin-top:19px;padding-top:17px}
.educator-network .text-link{font-size:11px;margin-top:23px}
.place-section{padding-block:55px}
.place-grid{grid-template-columns:1fr;gap:29px}
.place-section h2{font-size:36px;letter-spacing:-1.2px}
.place-grid>div>p:not(.eyebrow){font-size:12px;max-width:none}
.hours-grid{gap:20px;margin-top:24px}
.hours-grid>div>span{font-size:8px}
.hours-grid strong{font-size:17px}
.hours-grid p{font-size:10px;line-height:1.8}
.place-grid .text-link{font-size:12px}
.place-photo>img{height:250px}
.place-photo figcaption{font-size:8px}
.consultation-grid{grid-template-columns:1fr;gap:32px}
.consultation-copy{padding-top:0}
.consultation-copy h2{font-size:46px;letter-spacing:-1.6px}
.consultation-steps{margin-top:27px}
.consultation-steps>div{gap:17px;margin-bottom:20px}
.consultation-steps p{font-size:12px;max-width:none}
.consultation-steps strong{font-size:13px;margin-bottom:2px}
.consultation-steps>div>span{font-size:10px}
.direct-contact{margin-top:24px;padding-top:20px}
.direct-contact>span{font-size:11px}
.direct-contact>a{font-size:21px}
.enquiry-card{padding:25px 20px;box-shadow:none}
.enquiry-card-heading{padding-bottom:21px;margin-bottom:23px;gap:13px}
.enquiry-card-heading h3{font-size:15px}
.enquiry-card-heading p{font-size:9px}
.enquiry-card-heading .small-star{font-size:27px}
.form-grid{gap:17px 12px}
.field label{font-size:10px}
.field input,.field select{height:47px;font-size:12px;padding-left:10px}
.form-privacy-hint{font-size:10px;line-height:1.85;margin-top:4px;padding-bottom:15px}
.consent-label{font-size:10px;gap:10px}
.consent-label input{width:15px;height:15px;margin-top:4px}
.form-submit{font-size:12px;padding-inline:15px;min-height:53px;margin-top:21px}
.form-disclaimer{font-size:9px}
.enquiry-result pre{font-size:12px;padding:16px}
.enquiry-result .button{font-size:12px;padding-inline:17px}
.enquiry-result h3{font-size:28px}
.faq-section{padding-block:54px}
.faq-grid{grid-template-columns:1fr;gap:27px}
.faq-section h2{font-size:35px;letter-spacing:-1.2px}
.faq-list summary{font-size:12px;padding:18px 0;gap:20px}
.faq-list details>p{font-size:12px;padding-right:15px}
.closing-line{padding-block:38px;gap:16px;display:grid;grid-template-columns:30px 1fr}
.closing-line .small-star{font-size:30px;grid-row:1}
.closing-line p{font-size:13px;line-height:1.8;letter-spacing:0}
.closing-line em{font-size:16px}
.closing-line .text-link{grid-column:2;font-size:11px;margin-top:3px;justify-self:start}
.site-footer{padding-top:36px;padding-bottom:55px}
.footer-main{grid-template-columns:1fr 1fr;gap:29px 20px;padding-bottom:30px}
.footer-main>div:first-child{display:block;grid-column:1/-1}
.footer-brand{width:204px;margin-bottom:17px}
.footer-main>div:first-child>p{font-size:11px;line-height:1.9}
.footer-main h2{font-size:11px;margin-bottom:15px}
.footer-main>div>a:not(.brand){font-size:10px;margin-top:9px;line-height:1.7}
.footer-main>div:last-child{grid-column:1/-1;padding-top:22px;border-top:1px solid #555754}
.footer-main>div:last-child>p{margin-top:15px;font-size:11px}
.footer-main>div:last-child>a{font-size:11px}
.footer-main>div:last-child h2{font-size:12px}
.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;padding-top:20px;padding-bottom:0;font-size:9px}
.footer-bottom>div{gap:17px;flex-wrap:wrap;font-size:9px}
.footer-button{font-size:9px}
.floating-contact{bottom:15px;right:15px;padding:11px 15px;font-size:11px}
.floating-contact svg{height:19px;width:19px}
.dialog-inner{padding:32px 25px}
.dialog-inner h2{font-size:29px}
.dialog-inner p:not(.eyebrow){font-size:12px}
.dialog-inner .eyebrow{font-size:8px}
.dialog-close{right:11px}
.finder-result a{font-size:12px}
}

@media(max-width:374px){.wrap{width:calc(100% - 32px)}
.family-bar .wrap>span{display:none}
.hero h1{font-size:43px;letter-spacing:-1.9px}
.hero .eyebrow{font-size:7px}
.hero .button-row{gap:16px}
.hero .button{font-size:10px;padding-inline:13px;gap:14px}
.hero .text-link{font-size:10px}
.hero-location{font-size:8px}
.hero-location .quiet{display:none}
.hero-image-frame{height:385px}
.hero-note{padding:14px}
.programme-card{padding:17px 12px}
.programme-card h3{font-size:13px}
.card-top{font-size:6px}
.card-bottom{font-size:7px}
.section h2,.section-heading h2{font-size:32px}
.tabs button{padding-inline:14px;font-size:11px}
.taip-flow{gap:14px}
.taip-flow span{font-size:11px}
.enquiry-card{padding:23px 17px}
.form-grid{grid-template-columns:1fr;gap:15px}
.full-field{grid-column:auto}
.field input,.field select{font-size:13px}
.form-submit{font-size:11px}
.footer-bottom>div{gap:12px}
.closing-line p{font-size:12px}
.closing-line em{font-size:15px}
}

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

@media print{.site-header,.family-bar,.floating-contact,.finder,.button-row,.footer-bottom,.menu-toggle{display:none!important}
body{background:white;color:var(--ink)}
.wrap{width:100%}
.section,.psle-section,.place-section,.faq-section{padding-block:35px;break-inside:avoid}
.hero{padding-top:0}
.hero h1{font-size:48px}
.hero-image-frame{height:360px}
.site-footer{background:white;color:var(--ink)}
.footer-main a,.footer-main p,.footer-main h2{color:var(--ink)!important}
.psle-section{background:var(--stone);color:var(--ink)}
.psle-section .section-heading>p,.psle-cards p:not(.eyebrow),.psle-footer p,.psle-section .eyebrow,.psle-section h2 em{color:var(--ink)}
a{overflow-wrap:anywhere}
.enquiry-card{display:none}
.consultation-grid{grid-template-columns:1fr}
.snapshot{box-shadow:none}
.hero-description{margin-bottom:12px}
}


/* QIDS surface, interaction and editorial treatments. */
/* Keep foreground/background state switches simultaneous for readable tabs. */
.button,.tabs button{transition:transform .2s,box-shadow .2s}
.family-bar{background:var(--soft);color:var(--body);border-bottom:1px solid var(--border)}
.family-bar a span{color:var(--gold-dark)}
.brand img{mix-blend-mode:multiply}
.hero h1 em,.section h2 em,.section-heading h2 em,.place-section h2 em,.faq-section h2 em{color:var(--gold-dark)}
.hero-description strong{color:var(--ink)}
.hero-description .stage-pair{white-space:nowrap}
.hero-line{opacity:.72}
.hero-note{border-color:var(--border)}
.image-top-label{color:var(--on-dark);background:rgba(36,42,45,.85);text-shadow:none;padding:5px 9px;border-radius:3px}
.principles-strip{background:var(--soft)}
.programme-card{box-shadow:none}
.programme-card:hover{background:var(--white);border-color:var(--gold);box-shadow:var(--shadow)}
.programme-icon{color:var(--ink)}
.dots-icon>i{border-color:var(--gold-dark)}
.dots-icon>i:nth-child(2){background:var(--gold)}
.steps-icon>i{background:var(--border)}
.steps-icon>i:nth-child(2){background:var(--gold)}
.steps-icon>i:nth-child(3){background:var(--ink)}
.finder{background:var(--stone);border:1px solid var(--border)}
.finder select{background-color:var(--white);border-color:var(--border-strong)}
.finder-result{background:var(--white)}
.skill-chips>span{background:var(--paper);color:var(--body)}
.status-pill{background:var(--soft);color:var(--body)}
.status-pill>span{background:var(--gold-dark)}
.button:hover{background:#3D3F3C;border-color:#3D3F3C}
.button-outline:hover{background:var(--deep);border-color:var(--deep);color:var(--white)}
.button-light{background:var(--on-dark);border-color:var(--on-dark);color:var(--deep)}
.button-light:hover{background:var(--white);border-color:var(--white);color:var(--deep)}
.psle-section{background:var(--deep);color:var(--on-dark)}
.psle-section h2 em{color:var(--on-dark-accent)}
.psle-section .eyebrow,.psle-cards .stage,.psle-path i{color:var(--on-dark-accent)}
.psle-section .section-heading>p,.psle-cards p:not(.eyebrow),.psle-footer p{color:var(--on-dark-muted)}
.psle-cards article,.psle-path{border-color:rgba(206,185,135,.3)}
.support-method{background:var(--soft);border-color:var(--border)}
.scope-note svg{color:var(--gold-dark)}
.taip-section{background:var(--soft);border-color:var(--border)}
.taip-stage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.taip-stage-card{background:var(--paper);border:1px solid var(--border);border-top:2px solid var(--gold);border-radius:7px;padding:17px 13px;min-width:0;box-shadow:none}
.taip-stage-level{display:inline-block;font-size:10px;letter-spacing:.12em;color:var(--gold-dark);font-weight:600;margin-bottom:8px}
.taip-stage-card h3{font-size:13px;letter-spacing:.025em;line-height:1.4;margin-bottom:7px;color:var(--ink)}
.taip-stage-card p{font-size:12px;line-height:1.75;color:var(--body)}
.snapshot-tabs{background:var(--stone);border-color:var(--border)}
.snapshot-tabs button{color:var(--body)}
.snapshot-tabs button:hover{background:var(--paper);color:var(--ink)}
.snapshot-tabs button[aria-selected=true]{background:var(--ink);color:var(--on-dark);border-color:var(--ink);box-shadow:0 2px 6px rgba(41,50,53,.08)}
.snapshot{border-color:var(--border);box-shadow:var(--shadow)}
.snapshot-header{background:var(--paper)}
.snapshot-title .eyebrow{color:var(--gold-dark)}
.snapshot-next{background:var(--soft);border-color:var(--border)}
.snapshot-next>span{color:var(--gold-dark)}
.snapshot-dot{background:var(--gold)}
.educator-identity{background:var(--soft)}
.educator-photo{width:min(180px,100%);aspect-ratio:3/4;align-self:center;margin:0 0 25px;overflow:hidden;border-radius:9px;border:1px solid var(--border);background:var(--stone);flex-shrink:0;box-shadow:0 9px 24px rgba(41,50,53,.055)}
.educator-photo img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.educator-monogram{display:none}
.credential-lines>span{background:transparent;border-color:var(--gold);color:var(--body)}
.educator-network{background:var(--paper);border-color:var(--border)}
.place-section{background:var(--soft);border-color:var(--border)}
.enquiry-card{background:var(--white);border-color:var(--border)}
.field input,select{border-color:var(--border-strong);background-color:var(--white)}
.field input:focus,select:focus{border-color:var(--gold-dark)}
.consent-label input{accent-color:var(--ink)}
.enquiry-result pre{background:var(--paper);color:var(--ink);border-color:var(--border)}
.faq-section{background:var(--soft);border-color:var(--border)}
.faq-list details[open] summary{color:var(--gold-dark)}
.site-footer{background:var(--deep);color:var(--on-dark-muted)}
.footer-brand{background:var(--paper)}
.footer-main h2{color:var(--on-dark)}
.footer-main>div>a:not(.brand),.footer-main p,.footer-button{color:var(--on-dark-muted)}
.footer-main p .footer-small{opacity:1}
.footer-bottom{border-color:rgba(206,185,135,.25)}
.floating-contact{background:var(--ink);border-color:var(--gold);color:var(--on-dark);box-shadow:0 7px 24px rgba(41,50,53,.14)}
.floating-contact:hover{background:var(--deep)}
dialog{background:var(--paper);border-color:var(--border)}
@media(min-width:1025px){.taip-grid{gap:72px;grid-template-columns:1.12fr 1fr}}
@media(min-width:700px) and (max-width:1024px){.taip-stage-grid{grid-template-columns:1fr}.taip-stage-card{display:grid;grid-template-columns:52px 1fr;column-gap:11px}.taip-stage-level{grid-row:1/3;margin:0}.taip-stage-card h3{grid-column:2}.taip-stage-card p{grid-column:2}.educator-photo{width:min(145px,100%)}}
@media(max-width:699px){.educator-identity{grid-template-columns:100px 1fr;gap:0 20px}.educator-photo{width:100px;grid-column:1;grid-row:1/5;margin:0;align-self:center;border-radius:8px}.taip-stage-grid{grid-template-columns:1fr;gap:10px}.taip-stage-card{padding:15px;display:grid;grid-template-columns:50px 1fr;gap:0 12px}.taip-stage-level{grid-row:1/3;margin:0}.taip-stage-card h3{grid-column:2;font-size:13px}.taip-stage-card p{grid-column:2;font-size:12px}.footer-main>div:last-child{border-top-color:rgba(206,185,135,.25)}}
@media(max-width:374px){.educator-identity{grid-template-columns:86px 1fr;gap:0 15px;padding-inline:18px}.educator-photo{width:86px}}
@media print{.family-bar{display:none}.psle-section{background:var(--soft);color:var(--ink)}.psle-section h2 em,.psle-section .eyebrow,.psle-section .section-heading>p,.psle-cards .stage,.psle-cards p:not(.eyebrow),.psle-footer p{color:var(--ink)}.site-footer{background:var(--paper);color:var(--ink)}}
