:root {
  --ink: #17251f;
  --forest: #173e2b;
  --forest-2: #21553c;
  --leaf: #789777;
  --lime: #d7e35a;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --line: rgba(23, 37, 31, .16);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }

.site-header { height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: var(--paper); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--forest); }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong { display: block; font-size: .84rem; letter-spacing: .18em; font-weight: 600; }
.brand small { display: block; margin-top: 5px; font-size: .58rem; letter-spacing: .09em; }
.simple-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: .86rem; }
.simple-nav a { text-decoration: none; position: relative; }
.simple-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px; background: var(--forest); transition: right .25s; }
.simple-nav a:hover::after { right: 0; }

.hero { min-height: calc(100vh - 88px); position: relative; overflow: hidden; display: flex; align-items: center; padding: 8vh clamp(24px, 7.4vw, 112px); color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/reset-hero.png") center center/cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(9,25,17,.84) 0%, rgba(12,31,21,.65) 37%, rgba(8,19,13,.12) 67%, rgba(8,19,13,.12) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(620px, 58vw); margin-top: -3vh; }
.eyebrow { margin: 0 0 30px; text-transform: uppercase; letter-spacing: .17em; font-size: .71rem; font-weight: 600; color: var(--forest-2); }
.eyebrow.light { color: var(--lime); }
.hero h1 { margin: 0; font: 400 clamp(3.6rem, 6.4vw, 7rem)/.9 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero-intro { max-width: 570px; margin: 30px 0 0; font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.55; color: rgba(255,255,255,.86); }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 5px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .9rem; font-weight: 600; }
.light-link { color: white; }
.hero-scroll { position: absolute; z-index: 2; right: clamp(24px, 5vw, 76px); bottom: 44px; display: flex; gap: 24px; align-items: center; color: white; text-decoration: none; font-size: .78rem; }
.hero-scroll span { font-size: 1.1rem; }

.section-pad { padding: clamp(90px, 11vw, 164px) clamp(24px, 7.4vw, 112px); }
.intro { background: var(--cream); }
.intro-grid, .closing-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(70px, 10vw, 160px); align-items: start; }
.intro h2, .section-heading h2, .confidence h2, .closing h2 { margin: 0; font: 400 clamp(2.8rem, 5vw, 5.5rem)/.98 var(--serif); letter-spacing: -.035em; }
.compact-intro { align-items: end; }
.compact-intro > p { margin: 0 0 8px; font-size: 1.03rem; }

.pathways { background: var(--paper); }
.pathways > .eyebrow { margin-bottom: 50px; }
.programme-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.programme-card { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 4vw, 58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .25s, color .25s; }
.programme-card:hover { background: #eef0e5; }
.programme-card.featured { background: var(--forest); color: white; }
.programme-card.featured:hover { background: #1d4934; }
.programme-card.camp-card { background: #e6e3d8; }
.card-top { display: flex; justify-content: space-between; align-items: start; font-size: .7rem; }
.card-icon { font: 400 2rem var(--serif); }
.card-copy { margin-top: 72px; }
.programme-card h3 { margin: 0 0 22px; font: 400 clamp(2.2rem, 3vw, 3.5rem)/1 var(--serif); letter-spacing: -.025em; }
.programme-card p { max-width: 510px; margin: 0 0 12px; }
.programme-card p + p { opacity: .72; }
.card-page-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .85rem; font-weight: 600; }

.testimonials { background: var(--cream); }
.testimonials-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.testimonials-heading h2 { max-width: 900px; margin: 0; font: 400 clamp(2.8rem, 5vw, 5.5rem)/.98 var(--serif); letter-spacing: -.035em; }
.testimonial-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.testimonial-list figure { display: flex; min-height: 310px; flex-direction: column; justify-content: space-between; margin: 0; padding: 38px 34px 0 0; }
.testimonial-list figure + figure { padding-left: 34px; border-left: 1px solid var(--line); }
.testimonial-list blockquote { margin: 0; font: 400 clamp(1.55rem, 2.1vw, 2.25rem)/1.18 var(--serif); letter-spacing: -.018em; }
.testimonial-list figcaption { margin-top: 44px; text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 600; color: var(--forest-2); }

.academy-hero { min-height: 700px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; overflow: hidden; background: var(--forest); color: white; }
.academy-opening { position: relative; z-index: 1; max-width: 790px; }
.academy-opening h1 { margin: 0; font: 400 clamp(3.7rem, 6.2vw, 7rem)/.91 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.academy-opening > p:last-child { max-width: 560px; margin: 32px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.academy-symbol { justify-self: center; color: var(--lime); font: 400 clamp(8rem, 19vw, 19rem)/1 var(--serif); letter-spacing: -.08em; opacity: .88; }
.academy-symbol sup { font-size: .38em; vertical-align: top; position: relative; top: .2em; }
.visual-hero { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
.hero-photo { align-self: stretch; min-height: 430px; margin: clamp(14px, 2vw, 28px) calc(clamp(24px, 7.4vw, 112px) * -1) clamp(14px, 2vw, 28px) 0; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mentoring-photo img { object-position: center; }
.academy-intro { background: var(--cream); }
.academy-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.academy-intro h2, .tutors-heading h2 { margin: 0; font: 400 clamp(2.8rem, 5vw, 5.5rem)/.98 var(--serif); letter-spacing: -.035em; }
.academy-intro-grid > div { padding-top: 10px; }
.academy-intro-grid p { margin: 0 0 20px; font-size: 1.03rem; }
.academy-details { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 120px); background: #306044; color: white; }
.academy-details article + article { padding-left: clamp(30px, 5vw, 76px); border-left: 1px solid rgba(255,255,255,.25); }
.academy-details ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.academy-details li { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.86); }
.tutors { background: var(--paper); }
.tutors-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.tutor-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.tutor-list article { min-height: 250px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tutor-list h3 { margin: 0 0 16px; font: 400 1.65rem var(--serif); }
.tutor-list p { margin: 0; max-width: 550px; color: rgba(23,37,31,.72); font-size: .93rem; }
.tutor-list .tutor-role, .specialist-profile .tutor-role { margin: 0 0 30px; text-transform: uppercase; letter-spacing: .12em; color: var(--forest-2); font-size: .66rem; font-weight: 600; }

.programme-hero { min-height: 660px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; overflow: hidden; color: white; }
.mentoring-theme { background: #2e5a43; }
.placement-theme { background: #27483d; }
.camp-theme { background: #3d4f35; }
.camp-photo-hero { position: relative; grid-template-columns: minmax(0, 1fr); background: url("assets/camp-hero.webp") center 58%/cover no-repeat; }
.camp-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,25,17,.88) 0%, rgba(9,25,17,.64) 45%, rgba(9,25,17,.1) 80%); }
.camp-photo-hero .programme-opening { max-width: 760px; }
.programme-opening { position: relative; z-index: 1; max-width: 820px; }
.programme-opening h1 { margin: 0; font: 400 clamp(3.7rem, 6.2vw, 7rem)/.91 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.programme-opening > p:last-child { max-width: 570px; margin: 32px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.programme-symbol { justify-self: center; color: var(--lime); font: 400 clamp(9rem, 20vw, 20rem)/1 var(--serif); opacity: .86; }
.content-intro { background: var(--cream); }
.content-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.content-intro h2, .people-heading h2, .placement-services h2, .leadership-note h2, .location h2, .programme-team h2, .specialist-section h2 { margin: 0; font: 400 clamp(2.8rem, 5vw, 5.5rem)/.98 var(--serif); letter-spacing: -.035em; }
.content-intro-grid > div { padding-top: 10px; }
.content-intro-grid p { margin: 0 0 20px; font-size: 1.03rem; }
.support-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); background: var(--paper); }
.support-grid article { padding-right: 30px; }
.support-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.support-grid span, .camp-programme-grid span { color: var(--forest-2); font-size: .7rem; }
.support-grid h3, .camp-programme-grid h3, .journey-grid h3 { margin: 76px 0 14px; font: 400 1.9rem/1.1 var(--serif); }
.support-grid p, .camp-programme-grid p, .journey-grid p { margin: 0; color: rgba(23,37,31,.7); font-size: .9rem; }
.people { background: var(--cream); }
.people-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.people-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.people-list article { min-height: 170px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.people-list h3 { margin: 0 0 28px; font: 400 1.65rem var(--serif); }
.people-list p { margin: 0; max-width: 540px; color: rgba(23,37,31,.72); font-size: .88rem; }
.placement-services { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 120px); background: #306044; color: white; }
.placement-services article + article { padding-left: clamp(30px, 5vw, 76px); border-left: 1px solid rgba(255,255,255,.25); }
.placement-services h2 { margin-bottom: 45px; }
.placement-services ul, .location ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.placement-services li, .location li { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.84); }
.leadership-note { display: grid; grid-template-columns: .5fr 1.5fr; gap: clamp(50px, 8vw, 120px); background: var(--paper); }
.leadership-note div { max-width: 850px; }
.leadership-note p:last-child { max-width: 610px; margin: 30px 0 0; font-size: 1.03rem; }
.programme-team, .specialist-section { display: grid; grid-template-columns: .5fr 1.5fr; gap: clamp(50px, 8vw, 120px); background: var(--cream); }
.programme-team > div, .specialist-content { max-width: 920px; }
.programme-team p:last-child { max-width: 650px; margin: 30px 0 0; font-size: 1.03rem; }
.specialist-section { background: var(--paper); }
.specialist-profile { max-width: 720px; margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line); }
.specialist-profile > p:not(.tutor-role) { max-width: 650px; margin: 0; color: rgba(23,37,31,.74); font-size: .96rem; }
.camp-programme { background: var(--forest); color: white; }
.camp-programme-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.camp-programme-grid article { min-height: 330px; padding: 34px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.camp-programme-grid span { color: var(--lime); }
.camp-programme-grid h3 { margin-top: 70px; }
.camp-programme-grid p { max-width: 540px; color: rgba(255,255,255,.72); }
.location { background: var(--cream); }
.compact-section { padding-top: clamp(70px, 8vw, 110px); padding-bottom: clamp(70px, 8vw, 110px); }
.location-summary { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 10vw, 160px); align-items: end; }
.location-summary p { max-width: 590px; margin: 0 0 8px; font-size: 1.02rem; }
.location ul { border-color: var(--line); }
.location li { color: var(--ink); border-color: var(--line); }
.location-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 260px); gap: 14px; margin-top: clamp(60px, 8vw, 110px); }
.location-gallery figure { margin: 0; overflow: hidden; }
.location-gallery .gallery-wide { grid-row: 1 / 3; }
.location-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.location-gallery figure:hover img { transform: scale(1.025); }
.camp-journey { background: #306044; color: white; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.25); }
.journey-grid article { padding: 0 34px 0 0; }
.journey-grid article + article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.25); }
.journey-grid h3 { color: white; }
.journey-grid p { color: rgba(255,255,255,.74); }

.team-strip { background: var(--forest); color: white; }
.team-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(70px, 10vw, 160px); align-items: end; }
.team-grid h2 { margin: 0; font: 400 clamp(2.8rem, 5vw, 5.5rem)/.98 var(--serif); letter-spacing: -.035em; }
.team-grid p { margin: 0 0 8px; color: rgba(255,255,255,.78); font-size: 1.03rem; }

.confidence { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 11vw, 170px); background: var(--cream); }
.confidence-copy > p:not(.eyebrow) { max-width: 580px; margin: 32px 0; font-size: 1.03rem; }
.confidence-panel { padding-top: 30px; }
.confidence-panel > p { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 600; }
.confidence-panel ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.confidence-panel li { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); font-size: .91rem; }
.confidence-panel li span { color: var(--forest-2); font-weight: 600; }

.closing { background: #306044; color: white; }
.closing .eyebrow { color: var(--lime); }
.closing-grid p { max-width: 460px; margin: 10px 0 30px; color: rgba(255,255,255,.8); font-size: 1.02rem; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 70px clamp(24px, 7.4vw, 112px) 30px; background: #10261b; color: white; }
.footer-brand .brand-mark { color: var(--lime); }
.footer-contact { justify-self: end; text-align: right; }
.footer-contact span { display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; color: rgba(255,255,255,.55); }
.footer-contact a { font: 400 1.7rem var(--serif); text-decoration: none; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 50px; border-top: 1px solid rgba(255,255,255,.2); font-size: .72rem; color: rgba(255,255,255,.5); }

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .simple-nav a:first-child { display: none; }
  .academy-hero { min-height: 620px; grid-template-columns: 1fr; gap: 36px; align-content: center; }
  .academy-symbol { display: none; }
  .hero-photo { min-height: 330px; margin: 0; }
  .academy-intro-grid, .academy-details, .tutors-heading { grid-template-columns: 1fr; gap: 38px; }
  .academy-details article + article { padding: 40px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .tutor-list { grid-template-columns: 1fr; }
  .programme-hero { min-height: 600px; grid-template-columns: 1fr; align-content: center; }
  .programme-symbol { display: none; }
  .camp-photo-hero { min-height: 680px; align-content: end; padding-bottom: 90px; }
  .camp-hero-shade { background: linear-gradient(0deg, rgba(7,21,14,.9) 0%, rgba(7,21,14,.38) 68%, rgba(7,21,14,.08) 100%); }
  .content-intro-grid, .people-heading, .placement-services, .leadership-note, .location-grid, .location-summary, .programme-team, .specialist-section { grid-template-columns: 1fr; gap: 38px; }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .support-grid article { padding: 28px; border-bottom: 1px solid var(--line); }
  .support-grid article + article { padding-left: 28px; }
  .support-grid article:nth-child(3) { border-left: 0; }
  .support-grid h3 { margin-top: 48px; }
  .people-list { grid-template-columns: 1fr; }
  .placement-services article + article { padding: 40px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .camp-programme-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article, .journey-grid article + article { padding: 0 0 36px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .testimonials-heading { grid-template-columns: 1fr; gap: 38px; }
  .testimonial-list { grid-template-columns: 1fr; }
  .testimonial-list figure { min-height: 0; padding: 34px 0; }
  .testimonial-list figure + figure { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .location-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 210px; }
  .location-gallery .gallery-wide { grid-row: auto; grid-column: 1 / -1; }
  .hero { min-height: calc(100svh - 72px); padding-bottom: 110px; align-items: flex-end; }
  .hero-image { background-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,21,14,.88), rgba(7,21,14,.16) 75%); }
  .hero-copy { width: 100%; margin: 0; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero-intro { margin-top: 22px; }
  .hero-scroll { display: none; }
  .section-pad { padding-top: 86px; padding-bottom: 86px; }
  .intro-grid, .closing-grid, .confidence, .team-grid { grid-template-columns: 1fr; gap: 38px; }
  .intro h2, .section-heading h2, .confidence h2, .closing h2 { font-size: clamp(2.7rem, 12vw, 4.3rem); }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-card { min-height: 490px; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .hero-copy .eyebrow { margin-bottom: 18px; }
  .programme-card { min-height: 0; }
  .academy-opening h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .programme-opening h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article, .support-grid article + article { padding: 28px 0; border-left: 0; }
  .visual-hero { padding-bottom: 0; }
  .visual-hero .hero-photo { min-height: 280px; margin: 10px -24px 0; }
  .location-gallery { grid-template-columns: 1fr; grid-template-rows: 300px 210px 210px; }
  .location-gallery .gallery-wide { grid-column: auto; }
  .confidence-panel li { grid-template-columns: 1fr; gap: 5px; }
  footer { grid-template-columns: 1fr; }
  .footer-contact { justify-self: start; text-align: left; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-top: 32px; }
}

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