:root {
  --navy: #11243f;
  --navy-deep: #09182d;
  --orange: #ee6d24;
  --orange-dark: #c84617;
  --coral: #f15a51;
  --cream: #fff9f2;
  --paper: #fffdf9;
  --text: #17253b;
  --muted: #657086;
  --line: #e8e2da;
  --shadow: 0 24px 65px rgba(21, 37, 60, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: white; padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 88px; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 45px; height: 45px; border-radius: 50%; background: white; overflow: hidden; display: grid; place-items: center; box-shadow: 0 5px 15px rgba(0,0,0,.12); }
.brand-mark img { width: 72px; max-width: none; }
.brand-copy { display: flex; flex-direction: column; color: white; line-height: 1.1; }
.brand-copy strong { font: 800 17px/1 "Avenir Next", Avenir, sans-serif; letter-spacing: .01em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: .23em; text-transform: uppercase; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.8); font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-cta { color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); padding: 11px 17px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.header-cta span { margin-left: 8px; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 22% 20%, #263e62 0, #132b4b 36%, var(--navy-deep) 75%); padding: 158px 0 0; min-height: 790px; }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; left: -270px; top: 160px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,24,45,.97) 0%, rgba(10,27,50,.92) 35%, rgba(10,27,50,.62) 68%, rgba(10,27,50,.68) 100%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.04); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { right: 15%; top: 70px; width: 220px; height: 220px; background: rgba(236,102,36,.08); }
.hero-orb-two { left: 44%; bottom: 100px; width: 150px; height: 150px; background: rgba(82,185,194,.06); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: start; gap: 72px; }
.hero-copy { padding: 68px 0 90px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #ffac75; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .stats-copy h2, .faculty-copy h2 { font-family: "Avenir Next", Avenir, sans-serif; }
.hero h1 { max-width: 650px; margin: 21px 0 21px; font-size: clamp(43px, 4.6vw, 67px); line-height: 1.04; letter-spacing: -.048em; }
em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 570px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 13px; min-height: 48px; padding: 0 21px; border: 0; border-radius: 8px; font-size: 13px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: .035em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 10px 25px rgba(229,87,25,.27); }
.button-secondary { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); }
.phone-icon { font-size: 16px; }
.trust-row { display: flex; gap: 38px; margin-top: 41px; }
.trust-item { display: flex; align-items: center; gap: 11px; }
.trust-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #ff9a58; background: rgba(238,109,36,.13); border: 1px solid rgba(238,109,36,.25); font-size: 12px; }
.trust-item span:last-child { display: flex; flex-direction: column; }
.trust-item strong { font-size: 12px; }
.trust-item small { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 10px; }

.enquiry-card { position: relative; color: var(--text); background: white; padding: 28px 30px 24px; border-radius: 14px; box-shadow: 0 36px 90px rgba(0,0,0,.27); }
.enquiry-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; border-radius: 14px 14px 0 0; background: linear-gradient(90deg, var(--orange), #ffb06c); }
.form-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 21px; }
.form-icon { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--orange); box-shadow: 0 8px 18px rgba(238,109,36,.22); }
.form-heading p { margin: 0 0 3px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-heading h2 { margin: 0; font: 800 22px/1.1 "Manrope", sans-serif; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 13px; }
.form-grid label { display: flex; flex-direction: column; gap: 6px; color: #344055; font-size: 11px; font-weight: 700; }
.full-field { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #e0e4e9; border-radius: 7px; background: #fbfcfd; color: var(--text); padding: 11px 12px; outline: 0; font-size: 12px; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 62px; }
input::placeholder, textarea::placeholder { color: #9ba3ae; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(238,109,36,.11); }
.form-submit { width: 100%; margin-top: 18px; color: white; background: linear-gradient(135deg, var(--orange), #d94b17); box-shadow: 0 10px 24px rgba(215,75,23,.22); }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-error { margin: 11px 0 0; padding: 9px 11px; color: #9d2f21; background: #fff0ed; border: 1px solid #f5c9c2; border-radius: 7px; font-size: 10px; line-height: 1.5; text-align: center; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-note { margin: 12px 0 0; text-align: center; color: #9299a5; font-size: 9px; }
.privacy-note span { color: #5fb499; margin-right: 4px; }
.form-success { min-height: 425px; text-align: center; padding: 78px 12px 20px; }
.form-success > span { width: 66px; height: 66px; margin: 0 auto 20px; display: grid; place-items: center; color: white; background: #43a77e; border-radius: 50%; font-size: 29px; box-shadow: 0 14px 30px rgba(67,167,126,.25); }
.form-success h2 { margin: 0 0 10px; font: 800 27px "Manrope", sans-serif; }
.form-success p { color: var(--muted); line-height: 1.7; }
.text-button { border: 0; color: var(--orange-dark); background: none; font-weight: 700; cursor: pointer; }
.hero-strip { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.1); background: rgba(4,15,30,.35); }
.strip-inner { min-height: 61px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.strip-inner b { color: var(--orange); }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 47px; }
.section-heading.centered { max-width: 690px; margin-inline: auto; text-align: center; }
.section-heading h2, .stats-copy h2, .faculty-copy h2 { margin: 15px 0 16px; color: var(--navy); font-size: clamp(32px, 3.7vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p, .stats-copy > p, .faculty-copy > p { color: var(--muted); font-size: 15px; line-height: 1.72; }
.why-section { background: var(--cream); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-card { position: relative; min-height: 365px; overflow: hidden; border: 1px solid #eee4d8; border-radius: 14px; background: white; transition: transform .3s, box-shadow .3s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(35,47,65,.09); }
.feature-media { height: 185px; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.feature-card:hover .feature-media img { transform: scale(1.07); }
.feature-content { position: relative; padding: 25px 23px 27px; }
.feature-number { position: absolute; right: 17px; top: 11px; color: #eee9e2; font: 800 42px "Manrope", sans-serif; }
.feature-card h3 { position: relative; margin: 0 0 10px; font: 800 17px "Manrope", sans-serif; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.feature-card.featured { color: white; border-color: var(--orange); background: linear-gradient(145deg, #f37a32, #d8501b); box-shadow: 0 16px 32px rgba(218,81,25,.18); }
.feature-card.featured .feature-number { color: rgba(255,255,255,.1); }
.feature-card.featured p { color: rgba(255,255,255,.72); }
.section-action { margin-top: 37px; text-align: center; }
.button-outline { color: var(--navy); border: 1px solid #dcd6ce; background: transparent; }

.courses-section { color: white; background: var(--navy-deep); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.split-heading > p, .split-heading > div:last-child { max-width: 410px; }
.courses-section .section-heading h2 { color: white; margin-bottom: 0; }
.courses-section .section-heading p { color: rgba(255,255,255,.52); }
.kicker.light { color: #ffa66e; }
.course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.course-card { position: relative; overflow: hidden; min-height: 445px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.045); transition: transform .3s, background .3s, box-shadow .3s; }
.course-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.07); }
.course-card::after { display: none; }
.course-card.orange { --card-color: #f27b34; }
.course-card.coral { --card-color: #f15a51; }
.course-card.purple { --card-color: #9d72e5; }
.course-card.teal { --card-color: #4bb6b1; }
.course-tag { display: inline-block; padding: 5px 8px; border-radius: 4px; color: var(--card-color); background: color-mix(in srgb, var(--card-color) 13%, transparent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.course-image { height: 165px; overflow: hidden; background: #172b46; }
.course-image::after { content: ""; position: absolute; inset: 0 0 auto; height: 165px; background: linear-gradient(180deg, transparent 60%, rgba(9,24,45,.7)); pointer-events: none; }
.course-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.course-card:hover .course-image img { transform: scale(1.07); }
.course-body { flex: 1; display: flex; flex-direction: column; padding: 21px 21px 20px; }
.course-card h3 { margin: 15px 0 8px; font: 700 19px "Manrope", sans-serif; }
.course-card p { min-height: 56px; margin: 0; color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.6; }
.course-card ul { margin: 14px 0 17px; padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.08); list-style: none; }
.course-card li { margin: 8px 0; color: rgba(255,255,255,.7); font-size: 11px; }
.course-card li::before { content: "✓"; margin-right: 8px; color: var(--card-color); }
.course-body > a { margin-top: auto; color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.course-body > a span { color: var(--card-color); margin-left: 6px; }

.stats-section { background: #f4f7f8; }
.stats-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.stats-copy h2 { max-width: 470px; }
.stats-copy > p { max-width: 480px; }
.stats-photo { height: 165px; margin: 25px 0 10px; overflow: hidden; border-radius: 12px; box-shadow: 0 14px 32px rgba(25,43,66,.12); }
.stats-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.stats-photo:hover img { transform: scale(1.05); }
.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.stat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat-cards article { min-height: 210px; padding: 31px 21px; display: flex; flex-direction: column; justify-content: end; border-radius: 12px; background: white; border: 1px solid #e5eaec; box-shadow: 0 12px 35px rgba(25,43,66,.06); }
.stat-cards strong { color: var(--navy); font: 800 clamp(32px, 3.6vw, 50px) "Manrope", sans-serif; letter-spacing: -.05em; }
.stat-cards span { margin-top: 10px; font-size: 12px; font-weight: 800; }
.stat-cards small { margin-top: 4px; color: #96a0ad; font-size: 10px; }
.stat-cards .accent-stat { color: white; border-color: var(--orange); background: linear-gradient(145deg, var(--orange), #d64d19); box-shadow: 0 18px 35px rgba(216,79,25,.2); }
.stat-cards .accent-stat strong, .stat-cards .accent-stat small { color: white; }
.stat-cards .accent-stat small { opacity: .65; }

.testimonials-section { background: white; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); transition: transform .3s, box-shadow .3s; }
.testimonial-card.raised { transform: translateY(-12px); box-shadow: 0 20px 45px rgba(24,39,59,.1); }
.testimonial-card:not(.raised):hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(24,39,59,.09); }
.testimonial-photo { height: 170px; overflow: hidden; }
.testimonial-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.testimonial-card:hover .testimonial-photo img { transform: scale(1.07); }
.testimonial-content { display: flex; flex: 1; flex-direction: column; padding: 24px 26px 27px; }
.stars { color: #ef7a2c; font-size: 12px; letter-spacing: .12em; }
blockquote { flex: 1; min-height: 118px; margin: 19px 0 22px; color: #4f5b6c; font-size: 14px; line-height: 1.75; }
.student { display: flex; align-items: center; gap: 11px; padding-top: 17px; border-top: 1px solid #eee8e1; }
.student > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-size: 10px; font-weight: 800; }
.student div { display: flex; flex-direction: column; }
.student strong { font-size: 12px; }
.student small { margin-top: 3px; color: #969daa; font-size: 10px; }

.gallery-section { background: #f7f0e8; }
.split-heading.dark-text .section-heading { color: var(--navy); }
.split-heading.dark-text h2 { color: var(--navy); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 290px; gap: 15px; }
.gallery-tile { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; padding: 26px; border-radius: 14px; color: white; isolation: isolate; }
.gallery-tile::after { content: ""; position: absolute; inset: 38% 0 0; z-index: -1; background: linear-gradient(transparent, rgba(4,15,29,.78)); }
.gallery-tile > span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.gallery-tile > strong { margin-top: 6px; font: 700 20px "Manrope", sans-serif; }
.gallery-tile > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-tile:hover > img { transform: scale(1.07); }
.gallery-tile:nth-child(1) { grid-column: 1 / 6; }
.gallery-tile:nth-child(2) { grid-column: 6 / 9; }
.gallery-tile:nth-child(3) { grid-column: 9 / 13; }
.gallery-tile:nth-child(4) { grid-column: 1 / 4; }
.gallery-tile:nth-child(5) { grid-column: 4 / 8; }
.gallery-tile:nth-child(6) { grid-column: 8 / 13; }

.faculty-section { background: var(--paper); }
.faculty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.faculty-visual { position: relative; min-height: 470px; overflow: hidden; border-radius: 20px; box-shadow: 0 25px 55px rgba(28,43,61,.16); }
.faculty-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.faculty-visual:hover > img { transform: scale(1.04); }
.faculty-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,22,41,.52)); }
.experience-badge { position: absolute; z-index: 3; right: 65px; bottom: 38px; width: 145px; height: 145px; display: grid; place-content: center; text-align: center; border: 7px solid var(--paper); border-radius: 50%; color: white; background: var(--navy); }
.experience-badge strong { font: 800 34px "Manrope"; }
.experience-badge span { font-size: 9px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.faculty-copy > p { max-width: 530px; }
.faculty-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin: 28px 0 31px; }
.faculty-points span { font-size: 12px; font-weight: 700; }
.faculty-points span::before { content: "✓"; width: 20px; height: 20px; margin-right: 8px; display: inline-grid; place-items: center; color: var(--orange); background: #fff0e7; border-radius: 50%; font-size: 9px; }

.cta-section { padding: 0 0 100px; background: var(--paper); }
.cta-banner { min-height: 226px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px 55px; border-radius: 17px; color: white; background: linear-gradient(120deg, #db511c, #f17b31); box-shadow: 0 25px 55px rgba(205,72,20,.2); }
.cta-banner::after { content: ""; position: absolute; width: 300px; height: 300px; right: 180px; top: -200px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04); }
.cta-spark { font-size: 38px; opacity: .8; }
.cta-banner > div:nth-child(2) { flex: 1; }
.cta-banner span { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; opacity: .68; }
.cta-banner h2 { margin: 10px 0 0; font: 700 clamp(24px, 3vw, 38px)/1.18 "Manrope", sans-serif; letter-spacing: -.035em; }
.button-light { position: relative; z-index: 1; color: var(--orange-dark); background: white; box-shadow: 0 10px 25px rgba(113,40,12,.14); }

.location-section { background: #f2f5f6; }
.location-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); min-height: 420px; overflow: hidden; border-radius: 15px; background: white; box-shadow: 0 20px 55px rgba(29,43,59,.09); }
.map-wrap { min-width: 0; background: #e8edef; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; filter: saturate(.72) contrast(.95); }
.location-info { padding: 44px 34px; }
.pin-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; color: var(--orange); background: #fff0e7; font-size: 22px; }
.location-info h3 { margin: 23px 0 10px; font: 800 24px "Manrope"; }
.location-info address { margin: 0 0 15px; color: var(--navy); font-size: 13px; font-style: normal; font-weight: 700; line-height: 1.65; }
.location-info > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.hours { display: flex; flex-direction: column; margin: 25px 0; padding: 18px 0; border-block: 1px solid #ece7e0; }
.hours span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hours strong { margin-top: 5px; font-size: 13px; }
.location-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.location-enquiry-link { color: var(--orange-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

.site-footer { color: rgba(255,255,255,.68); background: var(--navy-deep); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr .9fr; gap: 65px; padding-bottom: 55px; }
.footer-brand .brand { margin-bottom: 22px; }
.footer-brand > p { max-width: 280px; font-size: 12px; line-height: 1.7; }
.footer-grid h3 { margin: 3px 0 21px; color: white; font: 700 12px "Manrope"; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid > div:not(:first-child) > a { display: block; margin: 12px 0; font-size: 11px; }
.footer-grid > div:not(:first-child) > a:hover { color: white; }
.footer-grid > div > p { font-size: 11px; line-height: 1.6; }
.footer-grid .footer-cta { color: #ff9b5e; font-weight: 800; }
.footer-bottom { min-height: 63px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; letter-spacing: .04em; }

.whatsapp-button { position: fixed; z-index: 50; right: 24px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 10px 26px rgba(15,37,36,.25); transition: transform .2s; }
.whatsapp-button:hover { transform: scale(1.06); }
.whatsapp-button svg { width: 27px; fill: currentColor; }
.mobile-sticky { display: none; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: 48px; }
  .enquiry-card { padding-inline: 24px; }
  .feature-grid, .course-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-cards { gap: 8px; }
  .stats-grid, .faculty-grid { gap: 45px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 60px; }
  .container { width: min(100% - 28px, 560px); }
  .site-header { height: 72px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 14px; }
  .header-cta { display: none; }
  .hero { padding-top: 100px; min-height: 0; }
  .hero-photo::after { background: linear-gradient(180deg, rgba(9,24,45,.91), rgba(9,24,45,.82)); }
  .hero-photo img { object-position: 62% center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 45px 0 15px; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1; padding-inline: 13px; font-size: 11px; }
  .trust-row { gap: 18px; margin-top: 30px; }
  .trust-item small { display: none; }
  .enquiry-card { margin: 20px 0 35px; padding: 24px 19px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .strip-inner { flex-wrap: wrap; justify-content: center; gap: 8px 14px; padding: 15px 0; }
  .strip-inner span:nth-of-type(4), .strip-inner b:nth-of-type(3) { display: none; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .stats-copy h2, .faculty-copy h2 { font-size: 34px; }
  .feature-grid, .course-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .feature-media { height: 210px; }
  .split-heading { align-items: start; flex-direction: column; gap: 12px; }
  .course-card { min-height: 390px; }
  .stats-grid, .faculty-grid { grid-template-columns: 1fr; gap: 50px; }
  .stat-cards { grid-template-columns: 1fr; }
  .stat-cards article { min-height: 150px; }
  .testimonial-card.raised { transform: none; }
  blockquote { min-height: 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-tile:nth-child(n) { grid-column: auto; }
  .faculty-visual { min-height: 380px; order: 2; }
  .faculty-copy { order: 1; }
  .mentor-card { width: 210px; }
  .mentor-one { right: 0; }
  .experience-badge { width: 120px; height: 120px; right: 35px; }
  .faculty-points { grid-template-columns: 1fr; }
  .cta-section { padding-bottom: 76px; }
  .cta-banner { min-height: 340px; align-items: flex-start; flex-direction: column; padding: 38px 28px; }
  .cta-spark { position: absolute; right: 25px; top: 25px; }
  .cta-banner h2 br { display: none; }
  .location-card { grid-template-columns: 1fr; }
  .map-wrap iframe { min-height: 300px; }
  .location-info { padding: 32px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
  .whatsapp-button { right: 16px; bottom: 76px; width: 50px; height: 50px; }
  .mobile-sticky { position: fixed; z-index: 49; inset: auto 0 0; height: 60px; display: flex; align-items: center; justify-content: center; gap: 12px; color: white; background: linear-gradient(100deg, var(--orange-dark), var(--orange)); box-shadow: 0 -6px 20px rgba(14,29,48,.14); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
}

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