@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #07182f;
  --teal: #06244b;
  --mint: #c9eff4;
  --cream: #f5f7fa;
  --orange: #e42b27;
  --gold: #ffc400;
  --muted: #647185;
}

* { box-sizing: border-box; max-width: 100%; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Nunito", sans-serif; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.section-shell:not(.site-header) { position: relative; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: auto; padding: 28px 40px; width: min(1240px, 100%); }
.brand { align-items: center; display: inline-flex; gap: 10px; letter-spacing: .06em; }
.brand-mark { align-items: center; background: var(--gold); border: 3px solid var(--teal); border-radius: 50%; color: var(--teal); display: inline-flex; font-size: 20px; height: 42px; justify-content: center; width: 42px; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font: 800 17px "Fredoka", sans-serif; letter-spacing: .12em; }
.brand small { font-size: 9px; letter-spacing: .4em; margin-top: 5px; }
.site-nav { align-items: center; display: flex; font-size: 13px; gap: 34px; }
.site-nav a:not(.nav-cta) { color: #476260; }
.site-nav a:hover, .footer-links a:hover { color: var(--orange); }
.nav-cta { background: var(--orange); border-radius: 999px; color: white; padding: 13px 20px; }
.nav-cta span, .button span { color: var(--orange); font-size: 18px; margin-left: 10px; }
.nav-cta { align-items: center; display: inline-flex; gap: 8px; }
.nav-cta-icon { fill: none; height: 16px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 16px; }
.nav-cta > span { color: white; font-size: 13px; margin-left: 0; }
.nav-cta > b { color: var(--gold); font-size: 16px; font-weight: 500; }
.search-toggle { background: none; border: 0; color: #476260; cursor: pointer; font: inherit; padding: 8px 0; }
.search-toggle span { color: var(--orange); font-size: 22px; vertical-align: -2px; }
.search-toggle:hover { color: var(--orange); }
.search-panel { background: var(--ink); box-shadow: 0 18px 40px rgba(19,46,47,.2); color: white; left: 0; padding: 22px max(40px, calc((100% - 1160px) / 2)); position: absolute; right: 0; top: 88px; z-index: 10; }
.search-form { align-items: center; border-bottom: 1px solid #547573; display: flex; gap: 14px; }
.search-form > span { color: var(--gold); font-size: 25px; }
.search-form input { background: transparent; border: 0; color: white; flex: 1; font: 600 18px "Nunito", sans-serif; outline: 0; padding: 12px 0; }
.search-form input::placeholder { color: #a8c0ba; }
.search-close { background: transparent; border: 0; color: #a8c0ba; cursor: pointer; font-size: 26px; }
.search-results { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); padding-top: 16px; }
.search-result { border: 1px solid #315b59; display: grid; gap: 5px; padding: 13px 15px; position: relative; transition: background .2s, border-color .2s; }
.search-result:hover { background: #1b4747; border-color: var(--gold); }
.search-result strong { color: var(--gold); font-size: 13px; }
.search-result span { color: #bdd0ca; font-size: 11px; line-height: 1.4; max-width: 220px; }
.search-result b { bottom: 12px; color: var(--orange); position: absolute; right: 13px; }
.no-results { color: #bdd0ca; font-size: 13px; margin: 4px 0; }
.menu-toggle { display: none; }
.hero { align-items: center; background: radial-gradient(circle at 88% 42%, rgba(255,196,0,.18), transparent 26%), linear-gradient(135deg, #f5f7fa 0%, #e7f1f6 100%); border-radius: 0 0 34px 34px; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; min-height: 630px; overflow: visible; padding: 68px 52px 76px; position: relative; width: min(1240px, 100%); }
.hero::before { background-image: linear-gradient(rgba(12,87,88,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(12,87,88,.045) 1px, transparent 1px); background-size: 35px 35px; content: ""; height: 430px; left: -100px; mask-image: linear-gradient(90deg, black, transparent); position: absolute; top: 55px; width: 530px; z-index: -2; }
.hero-orbit { border: 1px solid rgba(12,87,88,.13); border-radius: 50%; pointer-events: none; position: absolute; z-index: -1; }
.orbit-one { height: 620px; right: -300px; top: -160px; width: 620px; }
.orbit-two { border-color: rgba(239,114,88,.18); height: 450px; right: -215px; top: -75px; width: 450px; }
.eyebrow { align-items: center; color: var(--orange); display: flex; font-size: 11px; font-weight: 700; gap: 9px; letter-spacing: .2em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow > span { background: var(--orange); display: inline-block; height: 6px; width: 6px; }
h1, h2, h3 { font-family: "Fredoka", sans-serif; font-weight: 600; margin: 0; }
h1 { font-size: clamp(44px, 5.3vw, 72px); letter-spacing: -.045em; line-height: 1.02; max-width: 580px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 28px 0 30px; max-width: 420px; }
.hero-actions { align-items: center; display: flex; gap: 28px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 700; padding: 16px 21px; }
.button-primary { background: var(--teal); color: #fff; }
.button-primary:hover { background: var(--ink); }
.text-link { border-bottom: 1px solid #bdc8c2; color: var(--teal); font-size: 13px; padding-bottom: 4px; }
.text-link span { color: var(--orange); margin-left: 9px; }
.hero-note { align-items: center; display: flex; gap: 14px; margin-top: 56px; }
.hero-note p { color: var(--muted); font-size: 12px; margin: 0; }
.hero-note strong { color: var(--ink); display: block; font-size: 16px; }
.avatar-stack { display: flex; }
.avatar-stack span { align-items: center; background: #f1bc86; border: 2px solid var(--cream); border-radius: 50%; color: var(--ink); display: flex; font-size: 10px; height: 31px; justify-content: center; margin-left: -8px; width: 31px; }
.avatar-stack span:first-child { background: #c0d8d2; margin-left: 0; }
.avatar-stack span:nth-child(2) { background: #9ec7c1; }
.avatar-stack span:nth-child(3) { background: #e9d298; }
.avatar-stack span:last-child { background: var(--teal); color: white; }
.hero-visual { min-height: 475px; position: relative; animation: rise-in .9s .15s both; }
.hero-visual::before { border: 1px solid rgba(239,114,88,.3); border-radius: 50%; content: ""; height: 390px; position: absolute; right: -52px; top: 40px; width: 390px; z-index: -1; animation: orbit 18s linear infinite; }
.hero-visual::after { background: var(--gold); border-radius: 50%; content: ""; filter: blur(1px); height: 13px; position: absolute; right: 80px; top: 48px; width: 13px; animation: blink 2.5s ease-in-out infinite; }
.visual-card-main { background: var(--mint); border: 8px solid white; border-radius: 30px; height: 430px; margin: 0 30px 0 48px; overflow: hidden; position: relative; }
.student-photo, .approach-image { background: linear-gradient(145deg, rgba(6,36,75,.2), rgba(6,36,75,.7)), url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1000&q=85") center/cover; height: 100%; }
.quote-card { background: white; border-radius: 18px; bottom: 25px; box-shadow: 0 10px 25px rgba(7,24,47,.12); left: -28px; padding: 17px 25px 18px; position: absolute; width: 250px; }
.quote-card p { font: 700 13px/1.5 "Nunito", sans-serif; margin: 0; }
.quote-mark { color: var(--orange); font: 38px Georgia; height: 23px; display: block; }
.sun-badge { align-items: center; animation: float 4s ease-in-out infinite; background: var(--gold); border: 3px solid var(--teal); border-radius: 50%; color: var(--teal); display: flex; flex-direction: column; font-size: 9px; font-weight: 700; height: 93px; justify-content: center; letter-spacing: .12em; line-height: 1.6; position: absolute; right: 4px; text-align: center; top: -14px; width: 93px; z-index: 2; }
.sun-badge strong { font-size: 17px; letter-spacing: .03em; }
.floating-stat { align-items: center; animation: float 4s 1s ease-in-out infinite; background: var(--teal); border: 4px solid white; border-radius: 18px; bottom: 10px; color: white; display: flex; gap: 10px; left: 0; padding: 16px 19px; position: absolute; }
.floating-stat strong { font: 800 26px "Fredoka"; }
.floating-stat span { border-left: 1px solid #6d9692; font-size: 10px; line-height: 1.3; padding-left: 10px; }
.compass { animation: spin 12s linear infinite; bottom: 94px; color: var(--orange); font-size: 30px; position: absolute; right: 0; }
.section-heading { align-items: end; display: flex; justify-content: space-between; padding-bottom: 47px; }
h2 { font-size: clamp(32px, 4vw, 49px); letter-spacing: -.045em; line-height: 1.08; }
.section-intro { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 5% 5px 0; max-width: 260px; }
.programs { padding: 72px 0 96px; position: relative; }
.programs::before { border: 2px solid var(--gold); border-radius: 4px; content: ""; height: 18px; opacity: .8; position: absolute; right: 2%; top: 70px; transform: rotate(23deg); width: 145px; }
.programs::after { color: var(--orange); content: "✎"; font-size: 68px; opacity: .18; position: absolute; right: 3%; top: 100px; transform: rotate(-28deg); }
.program-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.program-card { background: #e4f2f5; border-radius: 24px; min-height: 335px; opacity: 0; padding: 28px 30px; position: relative; transform: translateY(25px); transition: transform .25s, box-shadow .25s; }
.program-card.is-visible { animation: reveal .7s both; }
.program-card:nth-child(2).is-visible { animation-delay: .12s; }
.program-card:nth-child(3).is-visible { animation-delay: .24s; }
.program-card:hover { transform: translateY(-6px); }
.program-card::after { background: var(--orange); bottom: 0; content: ""; height: 4px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .35s ease; width: 100%; }
.program-card:hover::after { transform: scaleX(1); }
.program-card.featured { background: var(--teal); color: #fff; }
.card-icon { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-size: 18px; height: 34px; justify-content: center; position: absolute; right: 27px; top: 25px; width: 34px; }
.card-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; opacity: .65; text-transform: uppercase; }
.program-card h3 { font-size: 35px; letter-spacing: -.04em; line-height: 1.06; margin: 43px 0 15px; }
.program-card > p:not(.card-label) { font-size: 13px; max-width: 160px; opacity: .68; }
.program-card a { bottom: 28px; font-size: 12px; font-weight: 700; left: 30px; position: absolute; }
.program-card a span { color: var(--orange); margin-left: 9px; }
.approach { align-items: center; display: grid; gap: 78px; grid-template-columns: .9fr 1fr; padding: 24px 0 105px; }
.approach-copy { background: repeating-linear-gradient(0deg, transparent 0 31px, rgba(7,24,47,.06) 32px), #fff; border-radius: 24px; padding: 34px; }
.approach-image { background-image: linear-gradient(145deg, rgba(6,36,75,.05), rgba(6,36,75,.45)), url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=900&q=85"); border: 8px solid white; border-radius: 30px; box-shadow: 14px 14px 0 var(--gold); height: 560px; opacity: 0; position: relative; transform: translateX(-25px); }
.approach-image.is-visible { animation: slide-in .8s both; }
.approach-image span { background: var(--orange); bottom: 0; color: white; font: 700 29px "Fredoka"; padding: 25px 28px; position: absolute; right: 0; }
.approach-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 27px 0 34px; max-width: 430px; }
.approach-list > div { align-items: flex-start; border-top: 1px solid #d7ddd7; display: flex; gap: 22px; padding: 15px 0; }
.approach-list strong { color: var(--orange); font-size: 11px; }
.approach-list b, .approach-list small { display: block; }
.approach-list b { font-size: 13px; margin-bottom: 4px; }
.approach-list small { color: var(--muted); font-size: 12px; }
.results { background: var(--teal); border-radius: 34px; color: white; margin: 0 auto; width: min(1240px, 100%); }
.results-inner { align-items: center; display: flex; justify-content: space-between; padding-bottom: 82px; padding-top: 82px; }
.eyebrow-light { color: var(--gold); }
.eyebrow-light > span { background: var(--gold); }
.results h2 em, .contact h2 em { color: var(--gold); }
.metrics { display: flex; gap: 50px; }
.metrics div { border-left: 1px solid #4f8582; padding-left: 24px; }
.metrics strong { display: block; font: 700 42px "Fredoka"; letter-spacing: -.04em; }
.metrics strong span { color: var(--gold); }
.metrics small { color: #bed3cc; font-size: 11px; }
.testimonial { padding: 82px 0 88px; text-align: center; }
.testimonial::before { color: var(--gold); content: "✦"; font-size: 44px; left: 2%; position: absolute; top: 80px; transform: rotate(15deg); }
.testimonial .eyebrow { justify-content: center; }
blockquote { font: 600 clamp(23px, 3vw, 37px)/1.3 "Fredoka", sans-serif; letter-spacing: -.035em; margin: 0 auto 25px; max-width: 790px; }
.student-name { color: var(--muted); font-size: 12px; }
.student-name strong { color: var(--ink); }
.student-name span { color: var(--orange); padding: 0 8px; }
.contact { align-items: center; background: var(--orange); border-radius: 30px; color: white; display: flex; justify-content: space-between; min-height: 280px; overflow: hidden; padding: 58px 75px; }
.contact::before { background-image: linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 22px 22px; content: ""; height: 210px; left: 0; mask-image: linear-gradient(90deg, black, transparent); opacity: .55; position: absolute; top: 0; width: 380px; }
.contact > div { position: relative; z-index: 1; }
.contact .eyebrow { margin-bottom: 20px; }
.contact-note { background: var(--gold); color: var(--teal); display: flex; flex-direction: column; height: 132px; justify-content: space-between; padding: 16px 19px; position: absolute !important; right: 40%; top: -35px; transform: rotate(7deg); width: 130px; z-index: 2 !important; }
.contact-note::before { border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 14px solid var(--gold); bottom: -13px; content: ""; left: 22px; position: absolute; }
.contact-note span { font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.contact-note b { font: 700 16px/1.05 "Fredoka", sans-serif; }
.contact-note i { align-self: flex-end; font-style: normal; }
.contact-doodle { pointer-events: none; position: absolute !important; }
.ruler-doodle { border: 2px solid var(--gold); border-radius: 3px; height: 24px; opacity: .9; right: 8%; top: 40px; transform: rotate(-24deg); width: 190px; }
.ruler-doodle::after { background: repeating-linear-gradient(90deg, var(--gold) 0 2px, transparent 2px 16px); content: ""; height: 10px; left: 8px; position: absolute; right: 8px; top: 0; }
.pencil-doodle { color: var(--gold); font-size: 88px; opacity: .8; right: 7%; transform: rotate(-28deg); bottom: 18px; }
.contact .eyebrow { color: var(--cream); }
.contact .eyebrow > span { background: var(--cream); }
.contact-action { max-width: 280px; }
.contact-action { max-width: 300px; padding-right: 10px; }
.contact-action p { font-size: 13px; line-height: 1.6; margin: 0 0 22px; opacity: .9; }
.button-light { background: white; color: var(--ink); }
.button-light span { color: var(--orange); }
.site-footer { background: var(--ink); color: white; }
.footer-inner { display: grid; gap: 55px; grid-template-columns: 1.5fr 1fr 1.45fr 1fr; padding: 62px 0 54px; }
.brand-footer .brand-mark { background: var(--orange); }
.footer-brand-column > p { color: #9bb2ac; font-size: 12px; line-height: 1.6; margin: 23px 0; max-width: 180px; }
.social-links { display: flex; gap: 8px; }
.social-links a { align-items: center; border: 1px solid #416663; border-radius: 50%; color: #d0dfda; display: flex; height: 32px; justify-content: center; transition: background .2s, border-color .2s, color .2s, transform .2s; width: 32px; }
.social-links svg { fill: none; height: 16px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 16px; }
.social-links svg circle:last-child { fill: currentColor; stroke: none; }
.social-links .social-play { fill: currentColor; stroke: none; }
.social-links a:hover { background: var(--orange); border-color: var(--orange); }
.social-links a:hover { color: white; transform: translateY(-3px); }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column h3 { color: var(--gold); font-size: 11px; letter-spacing: .15em; margin: 2px 0 12px; text-transform: uppercase; }
.footer-column a, .footer-column span { color: #d0dfda; font-size: 12px; }
.footer-column a:hover { color: var(--orange); }
.footer-action { border-left: 1px solid #315050; padding-left: 25px; }
.footer-action p { color: white; font: 700 16px/1.4 "Fredoka", sans-serif; margin: 0 0 12px; }
.footer-arrow { border-bottom: 1px solid #55726e; color: var(--gold) !important; padding-bottom: 8px; width: max-content; }
.footer-arrow span { color: var(--orange); font-size: 17px; margin-left: 10px; }
.team-intro { align-items: end; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; margin-bottom: 48px; }
.team-intro > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0; max-width: 460px; }
.team-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.team-card { background: #fff; border-radius: 24px; min-height: 360px; overflow: hidden; padding: 28px 30px; position: relative; }
.team-card-primary { background: var(--teal); color: white; }
.team-avatar { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-size: 30px; height: 66px; justify-content: center; width: 66px; }
.avatar-compass { color: var(--gold); }
.avatar-pencil { background: #fff3b5; color: var(--orange); transform: rotate(-9deg); }
.avatar-ruler { background: #d6f2f5; color: var(--teal); }
.team-role { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .13em; margin: 30px 0 17px; }
.team-card-primary .team-role { color: var(--gold); }
.team-card h3 { font-size: 29px; letter-spacing: -.06em; line-height: 1.05; }
.team-card > p:not(.team-role) { color: var(--muted); font-size: 13px; line-height: 1.65; margin-top: 17px; max-width: 230px; }
.team-card-primary > p:not(.team-role) { color: #c6dcda; }
.team-line { background: var(--orange); bottom: 0; height: 5px; left: 0; position: absolute; right: 0; }
.team-values { align-items: center; display: grid; gap: 95px; grid-template-columns: .7fr 1fr; margin: 92px 0; }
.value-note { background: var(--gold); color: var(--teal); display: flex; flex-direction: column; height: 175px; justify-content: space-between; padding: 20px 24px; transform: rotate(-3deg); width: 190px; }
.value-note span { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.value-note strong { font: 700 20px/1.05 "Fredoka", sans-serif; }
.value-note i { align-self: flex-end; font-style: normal; }
.value-list { display: grid; gap: 0; }
.value-list div { align-items: center; border-top: 1px solid #d8dfda; display: grid; gap: 22px; grid-template-columns: 32px 1fr; padding: 18px 0; }
.value-list b { color: var(--orange); font-size: 11px; }
.value-list span { color: var(--muted); font-size: 13px; }
.value-list strong { color: var(--ink); margin-right: 7px; }
.team-cta { align-items: center; background: var(--orange); border-radius: 28px; color: white; display: flex; justify-content: space-between; overflow: hidden; padding: 45px 50px; position: relative; }
.team-cta::after { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; height: 280px; position: absolute; right: -80px; top: -110px; width: 280px; }
.team-cta > div, .team-cta > a { position: relative; z-index: 1; }
.team-cta h2 em { color: var(--gold); }
.team-cta .eyebrow { color: var(--cream); margin-bottom: 16px; }
.team-cta .eyebrow > span { background: var(--cream); }
@media (max-width: 760px) {
  .team-intro { display: block; margin-bottom: 32px; }
  .team-intro > p { margin-top: 24px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { min-height: 300px; }
  .team-values { gap: 48px; grid-template-columns: 1fr; margin: 62px 0; }
  .value-note { margin-left: 12px; }
  .team-cta { align-items: flex-start; display: block; padding: 35px 28px; }
  .team-cta .button { margin-top: 28px; }
}
.copyright { border-top: 1px solid #315050; color: #7e9a95; display: flex; font-size: 10px; justify-content: space-between; padding-bottom: 22px; padding-top: 18px; }
.sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.contact-float { bottom: 26px; position: fixed; right: 27px; z-index: 20; }
.contact-float-toggle { align-items: center; background: var(--orange); border: 4px solid white; border-radius: 999px; box-shadow: 0 10px 25px rgba(7,24,47,.2); color: white; cursor: pointer; display: flex; height: 62px; justify-content: center; position: relative; transition: background .25s, transform .25s; width: 62px; }
.contact-float-toggle:hover { background: var(--teal); transform: scale(1.06); }
.contact-float-toggle i { background: var(--teal); border-radius: 5px; color: white; font-size: 11px; font-style: normal; opacity: 0; padding: 6px 9px; pointer-events: none; position: absolute; right: 72px; transform: translateX(8px); transition: opacity .2s, transform .2s; white-space: nowrap; }
.contact-float-toggle:hover i, .contact-float.is-open .contact-float-toggle i { opacity: 1; transform: translateX(0); }
.float-icon { font-size: 25px; line-height: 1; transition: transform .25s, opacity .25s; }
.contact-float .float-icon { align-items: center; display: flex; height: 28px; justify-content: center; width: 28px; }
.float-close { display: none; font-size: 28px; }
.contact-float.is-open .float-chat { display: none; }
.contact-float.is-open .float-close { display: block; }
.contact-float-links { bottom: 71px; display: flex; flex-direction: column; gap: 10px; opacity: 0; pointer-events: none; position: absolute; right: 7px; transform: translateY(15px) scale(.85); transform-origin: bottom right; transition: opacity .25s, transform .3s; }
.contact-float.is-open .contact-float-links { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.float-link { align-items: center; display: flex; gap: 9px; justify-content: flex-end; }
.float-link b { background: white; border-radius: 6px; box-shadow: 0 5px 16px rgba(7,24,47,.15); color: var(--teal); font-size: 11px; opacity: 0; padding: 7px 9px; transform: translateX(8px); transition: opacity .2s, transform .2s; }
.float-link:hover b { opacity: 1; transform: translateX(0); }
.float-link > span { align-items: center; border: 3px solid white; border-radius: 50%; box-shadow: 0 5px 16px rgba(7,24,47,.18); color: white; display: flex; font: 700 16px "Nunito"; height: 44px; justify-content: center; width: 44px; }
.contact-float .float-link > span { flex: 0 0 44px; max-width: 44px; }
.float-link svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 22px; }
.float-link svg path:first-child { fill: none; }
.instagram-link svg circle:last-child { fill: currentColor; stroke: none; }
.float-chat svg { fill: none; height: 27px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 27px; }
.float-chat svg path:first-child { fill: none; }
.contact-float svg { display: block; flex: 0 0 auto; max-width: none; }
.contact-float .instagram-link svg,
.contact-float .whatsapp-link svg,
.contact-float .phone-link svg { height: 22px; width: 22px; }
.contact-float .float-chat svg { height: 27px; width: 27px; }
.instagram-link > span { background: linear-gradient(135deg, #f9ce34, #ee2a7b 50%, #6228d7); }
.whatsapp-link > span { background: #20b85a; }
.phone-link > span { background: var(--teal); }
.marquee-band { background: var(--teal); color: white; overflow: hidden; transform: rotate(-1.5deg) scale(1.03); }
.marquee-track { align-items: center; animation: marquee 28s linear infinite; display: flex; gap: 36px; justify-content: flex-start; min-width: max-content; padding: 17px 0; }
.marquee-track span { font: 800 13px "Fredoka", sans-serif; letter-spacing: .12em; }
.marquee-track b { color: var(--gold); font-size: 17px; }
.marquee-band + .programs { padding-top: 112px; }
.button-primary, .button-light, .nav-cta { transition: box-shadow .25s, transform .25s; }
.button-primary:hover, .button-light:hover, .nav-cta:hover { box-shadow: 0 12px 24px rgba(19,46,47,.18); transform: translateY(-3px); }
.visual-card-main { box-shadow: 18px 22px 0 rgba(12,87,88,.09); transition: transform .5s ease, box-shadow .5s ease; }
.visual-card-main:hover { box-shadow: 25px 28px 0 rgba(12,87,88,.13); transform: rotate(-1deg) translateY(-5px); }
@keyframes marquee { to { transform: translateX(-50%); } }
.hero-copy { animation: rise-in .8s both; }
.approach-copy, .results-inner, .testimonial, .contact { opacity: 0; transform: translateY(22px); }
.approach-copy.is-visible, .results-inner.is-visible, .testimonial.is-visible, .contact.is-visible { animation: reveal .8s both; }
@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slide-in { from { opacity: 0; transform: translateX(-25px); } to { opacity: 1; transform: translateX(0); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-9px) rotate(2deg); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blink { 0%, 100% { box-shadow: 0 0 0 0 rgba(229,185,98,.45); } 50% { box-shadow: 0 0 0 12px rgba(229,185,98,0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (max-width: 760px) {
  .section-shell { margin-left: auto; margin-right: auto; width: calc(100% - 32px); }
  .site-header { padding: 20px; }
  .menu-toggle { background: none; border: 0; display: block; height: 34px; padding: 5px; position: relative; width: 34px; z-index: 6; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); border-radius: 2px; display: block; height: 2px; left: 6px; margin: 0; position: absolute; transition: transform .3s ease, top .3s ease, opacity .2s ease; width: 22px; }
  .menu-toggle span:nth-child(1) { top: 9px; }
  .menu-toggle span:nth-child(2) { top: 16px; }
  .menu-toggle span:nth-child(3) { top: 23px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 16px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: translateX(8px); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 16px; transform: rotate(-45deg); }
  .site-nav { background: rgba(245,247,250,.98); border-bottom: 4px solid var(--gold); border-radius: 0 0 24px 24px; box-shadow: 0 18px 30px rgba(7,24,47,.15); display: flex; flex-direction: column; gap: 22px; left: 0; opacity: 0; padding: 28px 24px 30px; pointer-events: none; position: absolute; right: 0; top: 0; transform: translateY(-18px); transition: opacity .3s ease, transform .35s ease; z-index: 5; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a, .site-nav .search-toggle { opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .3s ease; }
  .site-nav.open a, .site-nav.open .search-toggle { opacity: 1; transform: translateY(0); }
  .site-nav.open a:nth-child(1) { transition-delay: .05s; }
  .site-nav.open a:nth-child(2) { transition-delay: .1s; }
  .site-nav.open a:nth-child(3) { transition-delay: .15s; }
  .site-nav.open a:nth-child(4) { transition-delay: .2s; }
  .site-nav.open .search-toggle { transition-delay: .25s; }
  .site-nav.open a:nth-last-child(1) { transition-delay: .3s; }
  .search-panel { padding: 18px 20px; top: 68px; }
  .search-results { grid-template-columns: 1fr; max-height: 55vh; overflow-y: auto; }
  .hero { border-radius: 0 0 24px 24px; display: block; min-height: 0; padding: 45px 16px 70px; width: 100%; }
  .hero-orbit { opacity: .5; right: -330px; }
  h1 { font-size: 48px; }
  .hero-visual { margin-top: 65px; min-height: 390px; }
  .visual-card-main { height: 350px; margin-left: 20px; margin-right: 12px; }
  .floating-stat { bottom: 0; }
  .section-heading, .results-inner, .contact, .footer-inner { align-items: flex-start; display: block; }
  .section-intro { margin-top: 25px; }
  .programs { padding: 58px 0 68px; }
  .marquee-band + .programs { padding-top: 78px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 280px; }
  .approach { display: block; padding-bottom: 68px; }
  .approach-image { height: 330px; margin-bottom: 38px; }
  .results-inner { padding: 48px 0; }
  .metrics { gap: 20px; margin-top: 45px; }
  .metrics div { padding-left: 13px; }
  .metrics strong { font-size: 30px; }
  .testimonial { padding: 60px 0 66px; }
  .contact-action { margin-top: 27px; }
  .contact { min-height: 520px; padding: 155px 24px 58px; width: calc(100% - 32px); }
  .contact h2 { font-size: clamp(31px, 9vw, 39px); line-height: 1.05; max-width: 100%; }
  .contact-note { right: 18px; top: 16px; transform: rotate(7deg) scale(.78); transform-origin: top right; }
  .contact-action { max-width: 100%; }
  .ruler-doodle { right: -35px; top: 225px; }
  .pencil-doodle { bottom: 8px; font-size: 62px; right: 15px; }
  .contact-float { bottom: 18px; right: 12px; }
  .contact-float-toggle { height: 57px; width: 57px; }
  .contact-float-links { bottom: 65px; }
  .float-link b { opacity: 1; transform: none; }
  .contact-float .float-link > span { height: 44px; width: 44px; }
  .footer-inner { gap: 32px; padding: 45px 0 35px; }
  .footer-action { border-left: 0; border-top: 1px solid #315050; padding-left: 0; padding-top: 25px; }
  .footer-inner > p { margin: 26px 0; }
  .copyright { display: flex; }
}
