:root {
  --navy: #17324d;
  --navy-deep: #102438;
  --navy-soft: #244966;
  --gold: #caa45d;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #22303b;
  --muted: #66737f;
  --line: #e5ded2;
  --sage: #a7b79c;
  --teal: #789b98;
  --blue: #9fb9cc;
  --terracotta: #c98f70;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", ui-sans-serif, system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; word-spacing: .045em; }
a { color: inherit; }
img { display: block; width: 100%; }
p { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; }
.eyebrow.light { color: #ead7af; }
h1,h2,h3 { color: var(--navy-deep); margin-top: 0; }
h1 { font-size: clamp(3rem, 5vw, 5.3rem); line-height: 1.03; letter-spacing: -.015em; word-spacing: .075em; }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.7rem); line-height: 1.1; letter-spacing: -.012em; word-spacing: .06em; margin-bottom: 22px; }
h3 { font-size: 1.18rem; line-height: 1.3; margin-bottom: 10px; }
.lead { font-size: 1.2rem; color: var(--muted); }
.section { padding: 82px 0; }
.section-alt { background: var(--cream); }
.section-dark { background: var(--navy-deep); color: white; }
.section-dark h2,.section-dark h3 { color: white; }
.section-dark p { color: #d4dce2; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1.15; }
.brand-name { color: var(--navy); font-size: 1.18rem; font-weight: 800; }
.brand-subtitle { margin-top: 4px; color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { text-decoration: none; font-size: .93rem; font-weight: 700; }
.primary-nav a[aria-current="page"]:not(.nav-cta) { color: var(--gold); }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--navy); color: white; }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; color: var(--navy); border-radius: 999px; padding: 9px 14px; font: inherit; font-weight: 800; }
.hero { padding: 58px 0 0; background: linear-gradient(135deg,#fffdf8 0%,#f7f3ea 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); gap: 64px; align-items: center; }
.hero-title { font-size: clamp(3.35rem,4.65vw,4.9rem); margin-bottom: 24px; }
.hero-title span { display: block; }
.hero-lead { max-width: 700px; font-size: 1.13rem; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-block; text-decoration: none; border: 0; cursor: pointer; padding: 14px 20px; border-radius: 999px; font: inherit; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 12px 28px rgba(16,36,56,.12); }
.button-secondary { background: rgba(255,255,255,.8); border: 1px solid var(--line); color: var(--navy-deep); }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.service-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.service-pills span { border: 1px solid var(--line); background: rgba(255,255,255,.76); border-radius: 999px; padding: 8px 12px; color: var(--navy); font-size: .82rem; font-weight: 700; }
.hero-photo { margin: 0; }
.hero-photo img { aspect-ratio: 1.34/1; object-fit: cover; border-radius: 30px; box-shadow: 0 28px 70px rgba(16,36,56,.14); }
.hero-photo figcaption { margin-top: 14px; color: var(--navy); text-align: center; font-weight: 800; font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip { margin-top: 48px; min-height: 66px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.trust-strip span { display: grid; place-items: center; text-align: center; padding: 16px; color: var(--navy); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; border-right: 1px solid var(--line); }
.trust-strip span:last-child { border-right: 0; }
.split-copy,.section-heading,.process-head,.page-hero-grid,.focus-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: 72px; align-items: start; }
.prose p,.section-heading>p,.process-head>p,.page-hero-grid>p { color: var(--muted); font-size: 1.05rem; }
.prose p:last-child { margin-bottom: 0; }
.three-outcomes { margin-top: 42px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 25px; overflow: hidden; background: var(--cream); }
.three-outcomes article { padding: 26px 28px; border-right: 1px solid var(--line); }
.three-outcomes article:last-child { border-right: 0; }
.three-outcomes span,.support-preview-grid span { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.three-outcomes h3 { margin-top: 24px; }
.three-outcomes p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.section-heading { margin-bottom: 38px; }
.section-heading.compact { margin-bottom: 34px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pillar-card { border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 24px; padding: 27px; }
.pillar-card.featured { background: var(--navy); border-color: var(--navy); }
.pillar-card.featured h3,.pillar-card.featured p,.pillar-card.featured .pillar-label { color: white; }
.pillar-label { display: inline-block; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 24px; }
.pillar-card p { color: var(--muted); margin-bottom: 0; }
.inline-link-row { margin-top: 28px; }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(23,50,77,.28); padding-bottom: 3px; }
.dark-link .text-link { color: white; border-color: rgba(255,255,255,.4); }
.support-preview-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.support-preview-grid a { text-decoration: none; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); padding: 28px; transition: transform .18s ease, box-shadow .18s ease; }
.support-preview-grid a:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(16,36,56,.08); }
.support-preview-grid h3 { margin-top: 24px; }
.support-preview-grid p { color: var(--muted); margin-bottom: 0; }
.process-head { margin-bottom: 38px; }
.process-line { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; overflow: hidden; }
.process-line div { padding: 24px; background: rgba(255,255,255,.055); min-height: 175px; }
.process-line span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.process-line strong { display: block; color: white; margin: 22px 0 8px; }
.process-line p { margin: 0; font-size: .9rem; }
.about-preview-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: 70px; align-items: center; }
.about-preview-photo { margin: 0; }
.about-preview-photo img { aspect-ratio: 4/5; object-fit: cover; border-radius: 28px; }
.about-preview-grid p { color: var(--muted); font-size: 1.04rem; }
.cta-panel { background: var(--navy); color: white; border-radius: 30px; padding: 50px 54px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; align-items: center; }
.cta-panel h2 { color: white; max-width: 900px; }
.cta-panel p { color: #d6dee4; max-width: 780px; margin-bottom: 0; }
.page-hero { padding: 78px 0 70px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-bottom: 0; }
.page-hero-grid>p { padding-top: 18px; }
.cycle-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: 70px; align-items: center; }
.cycle-layout>div:first-child p { color: var(--muted); }
.cycle-visual { width: min(100%,620px); aspect-ratio: 1; position: relative; margin: 0 auto; border: 2px solid #e0c58e; border-radius: 50%; }
.cycle-visual::after { content:""; position:absolute; inset: 8%; border: 1px dashed #e8d4ad; border-radius:50%; }
.cycle-centre { position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:34%; aspect-ratio:1; border-radius:50%; background:var(--cream); display:grid; place-content:center; text-align:center; z-index:2; }
.cycle-centre span { font-size:.9rem; color:var(--navy); }
.cycle-centre strong { text-transform:uppercase; color:var(--navy-deep); margin-top:10px; }
.cycle-node { position:absolute; width:21%; aspect-ratio:1; border-radius:50%; display:grid; place-content:center; text-align:center; z-index:3; border:5px solid var(--paper); box-shadow:0 12px 25px rgba(16,36,56,.12); color:var(--navy-deep); }
.cycle-node small { font-weight:800; font-size:.68rem; margin-bottom:8px; }
.cycle-node strong { font-size:.9rem; }
.n1{left:39.5%;top:-10.5%;background:#cdaa5f}.n2{right:-7%;top:19%;background:var(--sage)}.n3{right:-7%;bottom:19%;background:var(--teal);color:white}.n4{left:39.5%;bottom:-10.5%;background:var(--blue)}.n5{left:-7%;bottom:19%;background:var(--terracotta)}.n6{left:-7%;top:19%;background:var(--navy-deep);color:white}
.tabs { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 42px; align-items: start; }
.tab-list { display: flex; flex-direction: column; gap: 8px; position: sticky; top: 108px; }
.tab-list button { text-align:left; border:1px solid var(--line); background:white; color:var(--navy); border-radius:16px; padding:16px 18px; font:inherit; font-weight:800; cursor:pointer; }
.tab-list button[aria-selected="true"] { background:var(--navy); color:white; border-color:var(--navy); }
.tab-panels { min-height: 430px; }
.tab-panels section { border:1px solid var(--line); background:var(--cream); border-radius:28px; padding:46px; }
.tab-panels section p { color:var(--muted); max-width:850px; }
.detail-chips { display:flex; flex-wrap:wrap; gap:9px; margin-top:28px; }
.detail-chips span { background:white; border:1px solid var(--line); border-radius:999px; padding:9px 12px; color:var(--navy); font-size:.84rem; font-weight:700; }
.check-list { border-top:1px solid var(--line); }
.check-list>div { position:relative; padding:20px 0 20px 34px; border-bottom:1px solid var(--line); }
.check-list>div::before { content:"✓"; position:absolute; left:0; top:19px; width:24px; height:24px; border-radius:50%; background:var(--cream); color:var(--navy); display:grid; place-items:center; font-weight:800; }
.check-list strong { color:var(--navy-deep); }
.check-list p { color:var(--muted); margin:5px 0 0; }
.about-hero { padding: 70px 0; background:var(--cream); }
.about-hero-grid { display:grid; grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr); gap:72px; align-items:center; }
.about-hero figure,.about-teaching-grid figure { margin:0; }
.about-hero figure img { aspect-ratio:4/5; object-fit:cover; border-radius:30px; }
.credential-list { display:flex; flex-wrap:wrap; gap:8px; margin-top:28px; }
.credential-list span { border:1px solid var(--line); background:white; border-radius:999px; padding:8px 11px; color:var(--navy); font-size:.8rem; font-weight:800; }
.about-teaching-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.95fr); gap:70px; align-items:center; }
.about-teaching-grid p { color:var(--muted); }
.about-teaching-grid figure img { aspect-ratio:1.5/1; object-fit:cover; border-radius:28px; }
.focus-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr); gap:72px; }
.contact-hero { padding:70px 0 34px; }
.contact-intro { max-width:920px; }
.contact-intro p:last-child { color:var(--muted); font-size:1.12rem; max-width:760px; }
.contact-section { padding-top:34px; }
.contact-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr); gap:54px; align-items:start; }
.enquiry-form { border:1px solid var(--line); background:var(--cream); border-radius:28px; padding:38px; }
.enquiry-form label { display:block; color:var(--navy-deep); font-weight:800; margin-bottom:20px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.enquiry-form input,.enquiry-form select,.enquiry-form textarea { width:100%; margin-top:8px; border:1px solid #d8d0c4; border-radius:14px; background:white; color:var(--ink); padding:13px 14px; font:inherit; font-weight:500; word-spacing:normal; }
.enquiry-form textarea { resize:vertical; }
.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus { outline:3px solid rgba(202,164,93,.25); border-color:var(--gold); }
.form-submit { margin-top:4px; }
.form-note { margin:16px 0 0; color:var(--muted); font-size:.82rem; }
.contact-aside { display:grid; gap:18px; position:sticky; top:110px; }
.contact-card,.service-snapshot { border-radius:25px; padding:30px; }
.contact-card { background:var(--navy); color:white; }
.contact-card .eyebrow { color:#ead7af; }
.contact-card ol { margin:20px 0 0; padding-left:22px; }
.contact-card li { margin-bottom:20px; padding-left:6px; }
.contact-card li:last-child { margin-bottom:0; }
.contact-card strong { display:block; margin-bottom:5px; }
.contact-card span { color:#d5dde4; font-size:.92rem; }
.service-snapshot { background:var(--cream); border:1px solid var(--line); }
.service-snapshot p { color:var(--muted); margin:8px 0 0; }
.site-footer { padding:40px 0 52px; }
.footer-grid { border-top:1px solid var(--line); padding-top:30px; display:grid; grid-template-columns:1fr auto auto 1fr; gap:38px; align-items:start; }
.footer-grid>div { display:flex; flex-direction:column; gap:6px; }
.footer-grid a { text-decoration:none; color:var(--muted); }
.footer-grid p { color:var(--muted); margin:4px 0 0; }
.footer-tagline { text-align:right; }
@media (max-width: 980px) {
  .hero-grid,.split-copy,.section-heading,.process-head,.page-hero-grid,.cycle-layout,.about-preview-grid,.about-hero-grid,.about-teaching-grid,.focus-grid,.contact-grid { grid-template-columns:1fr; }
  .hero-grid { gap:40px; }
  .hero-photo { max-width:720px; }
  .process-line { grid-template-columns:repeat(2,1fr); }
  .support-preview-grid { grid-template-columns:1fr 1fr; }
  .tabs { grid-template-columns:1fr; }
  .tab-list { position:static; flex-direction:row; overflow-x:auto; padding-bottom:4px; }
  .tab-list button { white-space:nowrap; }
  .contact-aside { position:static; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-tagline { text-align:left; }
}
@media (max-width: 760px) {
  .menu-toggle { display:block; }
  .primary-nav { display:none; position:absolute; top:68px; left:14px; right:14px; background:var(--paper); border:1px solid var(--line); border-radius:20px; padding:14px; box-shadow:0 18px 50px rgba(16,36,56,.13); flex-direction:column; align-items:stretch; gap:2px; }
  .primary-nav.is-open { display:flex; }
  .primary-nav a { padding:11px 12px; }
  .nav-cta { text-align:center; margin-top:6px; }
  .nav-wrap { min-height:68px; }
  .brand-subtitle { font-size:.66rem; }
  .hero { padding-top:44px; }
  .hero-title { font-size:clamp(3rem,14vw,4.2rem); }
  .trust-strip,.three-outcomes,.pillar-grid,.support-preview-grid,.process-line,.field-row { grid-template-columns:1fr; }
  .trust-strip span { border-right:0; border-bottom:1px solid var(--line); }
  .trust-strip span:last-child { border-bottom:0; }
  .three-outcomes article { border-right:0; border-bottom:1px solid var(--line); }
  .three-outcomes article:last-child { border-bottom:0; }
  .section { padding:64px 0; }
  .cta-panel { grid-template-columns:1fr; padding:34px; }
  .cycle-visual { width:min(88vw,560px); }
  .tabs { gap:22px; }
  .tab-panels section { padding:28px; }
  .footer-grid { grid-template-columns:1fr; }
  .enquiry-form { padding:26px; }
}
@media (max-width: 520px) {
  body { word-spacing:.04em; }
  .container { width:min(calc(100% - 28px),var(--max)); }
  h1 { font-size:3rem; }
  h2 { font-size:2.35rem; }
  .hero-title { font-size:3.05rem; word-spacing:.06em; }
  .hero-actions { flex-direction:column; }
  .button { width:100%; text-align:center; }
  .hero-photo img { border-radius:22px; }
  .service-pills span { font-size:.76rem; }
  .page-hero { padding:58px 0 52px; }
  .cycle-node { width:23%; }
  .cycle-centre { width:38%; }
  .cycle-node strong { font-size:.72rem; }
  .cycle-node small { font-size:.56rem; margin-bottom:4px; }
}
