:root {
  --pink: #f10a96;
  --pink-dark: #bd006f;
  --ink: #181416;
  --cream: #fff6ec;
  --white: #fffdf9;
  --orange: #ff8a33;
  --line: rgba(24, 20, 22, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--pink); color: white; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100;
  background: var(--ink); color: white; padding: 12px 16px;
}
.skip-link:focus { top: 16px; }

.intake-bar {
  min-height: 39px; padding: 9px 4vw; display: flex; align-items: center;
  justify-content: center; gap: 9px; background: var(--ink); color: white;
  font-size: 0.73rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
}
.intake-bar a { margin-left: 14px; color: #ff99d4; border-bottom: 1px solid currentColor; }
.intake-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(241,10,150,.18); }

.site-header {
  height: 88px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); background: rgba(255,246,236,.92); position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; line-height: .95; letter-spacing: -.03em; }
.brand img { width: 54px; height: 54px; object-fit: contain; mix-blend-mode: multiply; }
.brand small { display: block; margin-top: 5px; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.site-header nav { display: flex; gap: clamp(20px, 3vw, 44px); font-size: .8rem; font-weight: 700; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--pink); transition: width .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { width: 100%; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; }
.nav-cta { min-width: 140px; padding: 13px 16px; border: 1px solid var(--ink); font-size: .78rem; }
.nav-cta:hover { background: var(--pink); border-color: var(--pink); color: white; }

.hero {
  min-height: calc(100vh - 127px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  padding: 7.3vw 4vw 5vw; gap: 5vw; position: relative; isolation: isolate;
}
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(241,10,150,.18); border-radius: 50%; left: -230px; top: 6%; z-index: -1; }
.hero-copy { align-self: center; max-width: 760px; }
.eyebrow { margin: 0 0 28px; display: flex; gap: 14px; align-items: center; color: #615a5e; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { color: var(--pink); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 26px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(4.1rem, 7.15vw, 8.3rem);
  font-weight: 400; letter-spacing: -.065em; line-height: .82;
}
h1 em { display: block; color: var(--pink); font-weight: 400; }
.hero-lead { max-width: 590px; font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.65; color: #514a4e; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 35px 0 48px; }
.button { min-width: 210px; padding: 18px 20px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--pink); }
.text-link { font-size: .8rem; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero-notes { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; border-top: 1px solid var(--line); padding-top: 19px; }
.hero-notes div { padding-right: 20px; border-right: 1px solid var(--line); }
.hero-notes div + div { padding-left: 20px; }
.hero-notes div:last-child { border-right: 0; }
.hero-notes strong, .hero-notes span { display: block; }
.hero-notes strong { font-family: Georgia, serif; font-size: 1.12rem; }
.hero-notes span { margin-top: 4px; color: #756c71; font-size: .69rem; }

.hero-visual { min-height: 630px; position: relative; align-self: center; }
.hero-founder { margin: 0 0 0 auto; width: 78%; height: 100%; max-height: 690px; position: relative; overflow: hidden; background: #37095b; }
.hero-founder::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); pointer-events: none; }
.hero-founder img { height: 100%; object-fit: cover; object-position: center 30%; transition: transform .7s ease; }
.hero-founder:hover img { transform: scale(1.025); }
.hero-founder figcaption { position: absolute; left: 0; bottom: 0; padding: 13px 16px; background: var(--cream); font-size: .69rem; font-weight: 800; }
.hero-food { margin: 0; position: absolute; left: 0; bottom: 42px; width: 37%; aspect-ratio: .84; overflow: hidden; border: 10px solid var(--cream); box-shadow: 0 22px 50px rgba(24,20,22,.16); }
.hero-food img { height: 100%; object-fit: cover; }
.hero-stamp {
  position: absolute; right: -18px; top: 40px; width: 112px; height: 112px; border-radius: 50%;
  background: var(--pink); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center;
  transform: rotate(8deg); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(189,0,111,.23);
}
.hero-stamp b { font-size: .55rem; margin: 2px; }

.ticker { overflow: hidden; padding: 18px 0; background: var(--pink); color: white; transform: rotate(-1deg) scale(1.02); }
.ticker div { width: max-content; display: flex; align-items: center; gap: 28px; animation: ticker 24s linear infinite; }
.ticker span { font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }
.ticker i { font-style: normal; font-size: .7rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell { padding: 9vw 6vw; }
.story { display: grid; grid-template-columns: .82fr 1fr; gap: 9vw; align-items: center; }
.story-image { position: relative; max-width: 620px; }
.story-image::before { content: ""; position: absolute; left: -24px; top: -24px; width: 55%; height: 38%; background: var(--orange); z-index: -1; }
.story-image img { aspect-ratio: .82; object-fit: cover; object-position: center top; }
.story-image p { position: absolute; right: -22px; bottom: 20px; margin: 0; writing-mode: vertical-rl; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.story-copy { max-width: 720px; }
.story-copy h2, .section-heading h2, .mini-cta h2 { font-family: Georgia, serif; font-size: clamp(3rem, 5.1vw, 6rem); line-height: .92; letter-spacing: -.055em; font-weight: 400; }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: #5e565a; font-size: 1rem; line-height: 1.75; }
.story-copy .story-intro { color: var(--ink) !important; font-size: clamp(1.15rem, 1.7vw, 1.55rem) !important; line-height: 1.5 !important; }
blockquote { margin: 40px 0 0; padding: 25px 0 0 28px; border-left: 4px solid var(--pink); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.5; }
blockquote cite { display: block; margin-top: 14px; font-family: Arial, sans-serif; font-size: .66rem; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.programmes { background: white; }
.section-heading { display: grid; grid-template-columns: .9fr 1.6fr .7fr; align-items: end; gap: 5vw; margin-bottom: 60px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin-bottom: 8px; color: #6b6267; line-height: 1.6; }
.programme-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.programme-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--ink); }
.programme-card + .programme-card { border-left: 0; }
.card-pink { background: var(--pink); color: white; }
.card-cream { background: var(--cream); }
.card-dark { background: var(--ink); color: white; }
.card-number { margin-left: auto; font-weight: 900; font-size: .72rem; }
.programme-card h3 { margin: auto 0 20px; max-width: 290px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.4rem); line-height: .95; font-weight: 400; }
.programme-card p { margin-bottom: 0; max-width: 340px; font-size: .83rem; line-height: 1.65; opacity: .8; }

.mini-cta { min-height: 550px; padding: 8vw 6vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--pink); color: white; }
.mini-cta p { margin-bottom: 18px; font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.mini-cta h2 { margin-bottom: 38px; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--ink); color: white; }

footer { padding: 48px 5vw 24px; display: grid; grid-template-columns: 1fr auto; gap: 30px 50px; align-items: center; background: var(--ink); color: white; }
.footer-brand { display: flex; align-items: center; gap: 14px; font-weight: 800; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; background: white; border-radius: 50%; }
.footer-brand p { margin: 0; }
.footer-brand span { color: #a79da2; font-size: .7rem; font-weight: 400; }
.footer-contact { display: flex; gap: 28px; font-size: .76rem; }
.footer-contact a:hover, .powered-by a:hover { color: #ff85cd; }
.powered-by { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #8f858a; font-size: .68rem; text-align: center; }
.powered-by a { color: white; font-weight: 800; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 690px; }
  .hero-founder { width: 75%; }
  .story { grid-template-columns: 1fr 1.1fr; gap: 6vw; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .intake-bar { justify-content: flex-start; padding-left: 18px; font-size: .6rem; }
  .intake-bar a { margin-left: auto; }
  .site-header { height: 73px; padding: 0 18px; }
  .brand img { width: 45px; height: 45px; }
  .brand { font-size: .82rem; }
  .brand small { font-size: .55rem; }
  .nav-cta { min-width: auto; padding: 11px 12px; }
  .nav-cta span { display: none; }
  .hero { min-height: auto; padding: 55px 18px 70px; gap: 54px; }
  .eyebrow { margin-bottom: 20px; }
  h1 { font-size: clamp(3.7rem, 18vw, 5.8rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-notes { grid-template-columns: 1fr; gap: 12px; }
  .hero-notes div, .hero-notes div + div { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 12px; }
  .hero-visual { min-height: 510px; }
  .hero-founder { width: 84%; height: 500px; }
  .hero-food { width: 40%; left: -4px; bottom: 24px; border-width: 6px; }
  .hero-stamp { width: 88px; height: 88px; right: -4px; top: 23px; font-size: .5rem; }
  .ticker { padding: 14px 0; }
  .section-shell { padding: 95px 20px; }
  .story { grid-template-columns: 1fr; gap: 70px; }
  .story-image { width: 92%; }
  .story-image p { right: -20px; }
  .story-copy h2, .section-heading h2, .mini-cta h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  blockquote { font-size: 1.08rem; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p:last-child { max-width: 340px; margin-top: 22px; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-card { min-height: 310px; }
  .programme-card + .programme-card { border-left: 1px solid var(--ink); border-top: 0; }
  .mini-cta { min-height: 500px; padding: 80px 22px; }
  footer { grid-template-columns: 1fr; padding: 42px 22px 24px; }
  .footer-contact { flex-direction: column; gap: 10px; }
}

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

/* Complete experience */
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none; width: 45px; height: 45px; padding: 0; border: 1px solid var(--ink);
  background: transparent; position: relative; cursor: pointer;
}
.menu-toggle span { position: absolute; left: 11px; width: 21px; height: 2px; background: var(--ink); transition: transform .2s ease, top .2s ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.curriculum-index {
  margin-top: 78px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw;
  border-top: 1px solid var(--ink); padding-top: 26px;
}
.curriculum-intro { display: flex; align-items: flex-start; gap: 22px; }
.index-badge {
  flex: 0 0 auto; width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center;
  background: var(--pink); color: white; font-family: Georgia, serif; font-size: 2rem;
}
.curriculum-intro p { margin: 10px 0 0; max-width: 230px; color: #696064; line-height: 1.55; font-size: .83rem; }
.curriculum-index ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); }
.curriculum-index li { padding: 19px 8px; display: flex; gap: 18px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.1rem; }
.curriculum-index li span { color: var(--pink); font-family: Arial, sans-serif; font-size: .64rem; font-weight: 900; padding-top: 4px; }

.pathway { background: var(--ink); color: white; position: relative; overflow: hidden; }
.pathway::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); right: -180px; top: -210px; }
.pathway-title { display: grid; grid-template-columns: .75fr 1.35fr; gap: 5vw; align-items: start; }
.pathway-title .eyebrow { color: #c0b6bb; }
.pathway-title h2, .fees-heading h2, .gallery-heading h2, .sesotho-section h2, .enrol h2, .faq h2 {
  margin: 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 5.6vw, 6.6rem); line-height: .9; letter-spacing: -.06em; font-weight: 400;
}
.pathway-steps { margin-top: 85px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.pathway-steps article { min-height: 310px; padding: 28px 28px 24px 0; border-right: 1px solid rgba(255,255,255,.17); position: relative; }
.pathway-steps article + article { padding-left: 28px; }
.pathway-steps article:last-child { border-right: 0; }
.pathway-steps span { color: #ff82cb; font-size: .65rem; font-weight: 900; }
.pathway-steps h3 { margin: 110px 0 18px; font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; }
.pathway-steps p { margin: 0; color: #bdb2b7; font-size: .8rem; line-height: 1.65; }

.fees { background: var(--cream); }
.fees-heading { display: grid; grid-template-columns: .58fr 1fr .55fr; gap: 4vw; align-items: end; margin-bottom: 64px; }
.fees-heading .eyebrow { align-self: start; }
.fees-heading > p:last-child { margin: 0 0 8px; color: #6a6166; font-size: .9rem; line-height: 1.65; }
.fee-cards { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 1180px; margin: 0 auto; }
.fee-card { min-height: 650px; padding: clamp(30px, 4vw, 58px); border: 1px solid var(--ink); display: flex; flex-direction: column; position: relative; }
.fee-card-featured { background: var(--pink); color: white; border-left: 0; }
.popular-label { position: absolute; right: 24px; top: 0; transform: translateY(-50%); background: var(--orange); color: var(--ink); padding: 10px 16px; font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.fee-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.fee-top span { max-width: 150px; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; line-height: 1.5; }
.fee-top strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 400; }
.fee-price { margin-top: 55px; font-family: Georgia, serif; font-size: clamp(4.5rem, 7.3vw, 8rem); letter-spacing: -.07em; line-height: .8; }
.fee-price small { font-family: Arial, sans-serif; font-size: .9rem; font-weight: 900; vertical-align: top; letter-spacing: 0; }
.monthly { margin: 18px 0 38px; font-size: .75rem; font-weight: 800; }
.fee-card ul { margin: 0 0 46px; padding: 0; list-style: none; }
.fee-card li { padding: 14px 0; border-bottom: 1px solid currentColor; font-size: .82rem; opacity: .8; }
.fee-card li::before { content: "✦"; margin-right: 12px; font-size: .55rem; }
.fee-card button { margin-top: auto; padding: 18px 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid currentColor; background: transparent; color: inherit; font-weight: 900; cursor: pointer; }
.fee-card button:hover span { transform: translate(3px, 3px); }
.fee-card button span { transition: transform .2s ease; }
.fee-extras { margin: 42px auto 0; max-width: 1180px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.fee-extras p { margin: 0; padding: 25px; display: grid; grid-template-columns: 1fr auto; gap: 6px; border-right: 1px solid var(--ink); }
.fee-extras p:last-child { border-right: 0; }
.fee-extras span { font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.fee-extras strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.fee-extras small { grid-column: 1 / -1; color: #796f74; font-size: .65rem; }

.gallery-section { padding: 8vw 4vw 4vw; background: #ffc456; }
.gallery-heading { padding: 0 2vw 5vw; display: grid; grid-template-columns: .55fr 1.1fr .45fr; gap: 4vw; align-items: end; }
.gallery-heading .eyebrow { align-self: start; }
.gallery-heading > p:last-child { margin: 0 0 8px; line-height: 1.6; }
.gallery-grid { min-height: 920px; display: grid; grid-template-columns: 1.25fr .72fr .8fr; grid-template-rows: 1fr .78fr; gap: 14px; }
.gallery-item { padding: 0; border: 0; background: var(--ink); position: relative; overflow: hidden; cursor: zoom-in; text-align: left; }
.gallery-item-1 { grid-row: 1 / 3; }
.gallery-item-2 { grid-column: 2 / 3; }
.gallery-item-3 { grid-column: 3; }
.gallery-item-4 { grid-column: 2; }
.gallery-item-5 { grid-column: 3; }
.gallery-item-6 { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); opacity: .82; }
.gallery-item > span { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(transparent, rgba(0,0,0,.76)); color: white; }
.gallery-item > span b { font-size: .72rem; }
.gallery-item > span i { font-style: normal; }
.photo-credit { margin: 18px 0 0; text-align: right; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.sesotho-section { display: grid; grid-template-columns: .48fr 1.52fr; gap: 6vw; background: var(--pink); color: white; }
.sesotho-section .eyebrow { color: #ffe2f3; }
.sesotho-section > div { max-width: 1050px; }
.sesotho-section h2 { font-size: clamp(3.1rem, 5.2vw, 6rem); }
.sesotho-section > div p { margin: 35px 0 0 auto; max-width: 650px; color: #ffe9f6; line-height: 1.8; }

.enrol { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: white; }
.enrol-image { min-height: 690px; position: relative; overflow: hidden; }
.enrol-image img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; }
.enrol-image span { position: absolute; left: 0; bottom: 0; padding: 15px 19px; background: var(--pink); color: white; font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.enrol-form-wrap { max-width: 650px; }
.enrol-form-wrap > p:not(.eyebrow):not(.form-note) { margin: 24px 0 38px; color: #6c6267; line-height: 1.7; }
.enrol form { display: grid; }
.enrol label { margin: 22px 0 8px; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.enrol input, .enrol select { width: 100%; padding: 16px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: none; background: transparent; color: var(--ink); }
.enrol input:focus, .enrol select:focus { border-color: var(--pink); box-shadow: 0 2px 0 var(--pink); }
.form-submit { width: 100%; margin-top: 38px; border: 0; cursor: pointer; }
.form-note { margin: 18px 0 0; color: #887d83; font-size: .66rem; line-height: 1.6; }
.form-note a { color: var(--pink-dark); font-weight: 900; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--cream); }
.faq h2 { max-width: 590px; font-size: clamp(3rem, 5vw, 5.7rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--pink); font-size: 1.35rem; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 52px 25px 0; color: #675e63; line-height: 1.7; font-size: .86rem; }

.footer-links { display: flex; gap: 24px; font-size: .7rem; }
.footer-links a:hover { color: #ff85cd; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 50; padding: 13px 17px; display: flex; align-items: center; gap: 8px; border: 2px solid white; border-radius: 50px; background: #23a55a; color: white; box-shadow: 0 12px 34px rgba(0,0,0,.25); font-size: .72rem; font-weight: 900; }
.floating-whatsapp:hover { transform: translateY(-2px); }
.floating-whatsapp span { font-size: 1rem; }

.lightbox { position: fixed; inset: 0; z-index: 1000; padding: 4vw; display: grid; place-items: center; background: rgba(18,13,16,.94); }
.lightbox[hidden] { display: none; }
.lightbox > button { position: absolute; right: 25px; top: 18px; border: 0; background: transparent; color: white; font-size: 2.8rem; font-weight: 200; cursor: pointer; }
.lightbox figure { margin: 0; max-width: min(900px, 90vw); max-height: 84vh; position: relative; }
.lightbox img { max-width: 90vw; max-height: 80vh; width: auto; object-fit: contain; }
.lightbox figcaption { padding: 11px 0; color: white; font-size: .75rem; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-header nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 25px 4vw 34px;
    flex-direction: column; gap: 0; background: var(--cream); border-bottom: 1px solid var(--ink); box-shadow: 0 18px 30px rgba(24,20,22,.08);
  }
  .site-header nav.nav-open { display: flex; }
  .site-header nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.25rem; }
  .curriculum-index { grid-template-columns: 1fr; }
  .pathway-steps { grid-template-columns: repeat(2, 1fr); }
  .pathway-steps article:nth-child(2) { border-right: 0; }
  .fees-heading, .gallery-heading { grid-template-columns: 1fr 2fr; }
  .fees-heading > p:last-child, .gallery-heading > p:last-child { grid-column: 2; }
  .fee-card { min-height: 600px; }
  .gallery-grid { min-height: 760px; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr .75fr; }
  .gallery-item-1 { grid-column: 1; grid-row: 1 / 3; }
  .gallery-item-2 { grid-column: 2; grid-row: 1; }
  .gallery-item-3 { grid-column: 2; grid-row: 2; }
  .gallery-item-4, .gallery-item-5 { display: none; }
  .sesotho-section { grid-template-columns: 1fr; }
  .enrol { gap: 5vw; }
  .enrol-image, .enrol-image img { min-height: 570px; }
  .faq { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-end; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .nav-cta { display: none; }
  .curriculum-index { margin-top: 55px; }
  .curriculum-index ol { grid-template-columns: 1fr; }
  .curriculum-index li { font-size: 1rem; }
  .pathway-title { grid-template-columns: 1fr; }
  .pathway-steps { margin-top: 55px; grid-template-columns: 1fr; }
  .pathway-steps article, .pathway-steps article + article { min-height: 230px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .pathway-steps h3 { margin-top: 55px; }
  .fees-heading, .gallery-heading { display: block; }
  .fees-heading > p:last-child, .gallery-heading > p:last-child { margin-top: 25px; max-width: 370px; }
  .fee-cards { grid-template-columns: 1fr; }
  .fee-card { min-height: 570px; }
  .fee-card-featured { border-left: 1px solid var(--ink); border-top: 0; }
  .fee-price { font-size: clamp(4.8rem, 23vw, 7rem); }
  .fee-extras { grid-template-columns: 1fr; }
  .fee-extras p, .fee-extras p:last-child { border-right: 0; border-bottom: 1px solid var(--ink); }
  .fee-extras p:last-child { border-bottom: 0; }
  .gallery-section { padding: 90px 12px 24px; }
  .gallery-heading { padding: 0 8px 48px; }
  .gallery-grid { min-height: 860px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .72fr .72fr; gap: 8px; }
  .gallery-item-1 { grid-column: 1 / 3; grid-row: 1; }
  .gallery-item-2 { grid-column: 1; grid-row: 2 / 4; }
  .gallery-item-3 { grid-column: 2; grid-row: 2; }
  .gallery-item-5 { display: block; grid-column: 2; grid-row: 3; }
  .photo-credit { padding-right: 8px; }
  .sesotho-section h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .enrol { grid-template-columns: 1fr; gap: 70px; }
  .enrol-image, .enrol-image img { min-height: 480px; }
  .faq { gap: 50px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-contact { grid-column: auto; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
  .lightbox { padding: 54px 16px 16px; }
}
