:root {
  --navy: #071b3f;
  --navy-2: #0b2a59;
  --ink: #102140;
  --teal: #087b78;
  --teal-light: #58c8bb;
  --orange: #ff5b24;
  --gold: #f1ad32;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --muted: #67738a;
  --line: rgba(7, 27, 63, .12);
  --shadow: 0 24px 70px rgba(9, 31, 67, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.glass { background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.78); box-shadow: 0 12px 45px rgba(16,33,64,.11); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }

.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(10px); pointer-events: none; opacity: .5; }
.ambient-one { width: 440px; height: 440px; background: radial-gradient(circle, rgba(68,197,188,.3), transparent 67%); top: -120px; left: -110px; }
.ambient-two { width: 520px; height: 520px; background: radial-gradient(circle, rgba(255,116,57,.18), transparent 68%); top: 420px; right: -180px; }

.site-header { position: fixed; z-index: 50; top: 18px; width: 100%; padding: 0 24px; transition: .3s ease; }
.site-header.scrolled { top: 10px; }
.nav-shell { width: min(1180px, 100%); height: 76px; margin: auto; border-radius: 22px; padding: 9px 12px 9px 16px; display: flex; align-items: center; justify-content: space-between; transition: .3s ease; }
.site-header.scrolled .nav-shell { height: 66px; background: rgba(255,255,255,.86); }
.brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 16px; letter-spacing: -.3px; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.brand small { display: block; margin-top: 2px; color: var(--teal); text-transform: uppercase; font: 700 9px/1.2 "DM Sans",sans-serif; letter-spacing: 1.8px; }
.nav-links { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
.nav-links > a { position: relative; }
.nav-links > a::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: -6px; background: var(--orange); transition: width .25s; }
.nav-links > a:hover::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 4px; background: var(--navy); border-radius: 3px; transition: .25s; }

.button { border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--orange), #ff7c39); padding: 16px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; font-weight: 700; cursor: pointer; box-shadow: 0 12px 25px rgba(255,91,36,.25); transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 17px 30px rgba(255,91,36,.31); }
.button span { font-size: 18px; }
.button-small { padding: 13px 18px; border-radius: 12px; font-size: 13px; }

.hero { min-height: 790px; padding-top: 130px; padding-bottom: 32px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 55px; align-items: center; }
.eyebrow, .kicker { color: var(--teal); text-transform: uppercase; font-size: 11px; letter-spacing: 2.6px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.hero h1, .section-heading h2, .story h2, .enroll-band h2 { font-family: Manrope, sans-serif; letter-spacing: -3.3px; line-height: .98; margin: 23px 0; color: var(--navy); }
.hero h1 { font-size: clamp(55px, 6.5vw, 90px); }
.hero-last-line { display: inline-block; white-space: nowrap; }
h1 em, h2 em { color: var(--teal); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; height: 9px; border-radius: 50%; background: rgba(241,173,50,.8); left: 1%; right: 0; bottom: -6px; transform: rotate(-2deg); clip-path: polygon(0 34%, 100% 0, 96% 68%, 3% 100%); }
.hero-copy > p { color: var(--muted); line-height: 1.8; max-width: 510px; font-size: 17px; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 34px; }
.text-link { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; }
.play { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); }
.trust-row { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); margin-top: 44px; padding-top: 25px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; margin-left: -8px; background: #fff; border: 2px solid var(--cream); box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.avatar-stack span:first-child { margin-left: 0; }
.trust-row strong, .trust-row small { display: block; }
.trust-row strong { font-size: 13px; }
.trust-row small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; margin-left: auto; width: min(100%, 650px); height: 605px; padding: 12px; background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.86); box-shadow: var(--shadow); border-radius: 45% 23% 37% 21% / 27% 34% 25% 38%; transform: rotate(1deg); }
.creative-wrap { isolation: isolate; }
.creative-stage { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: inherit; color: white; background: radial-gradient(circle at 50% 45%, #113a68 0, #092650 43%, #061a3b 72%, #06142e 100%); }
.creative-stage::before { content: ""; position: absolute; inset: 0; opacity: .36; background-image: radial-gradient(circle, rgba(255,255,255,.75) 1px, transparent 1.5px); background-size: 39px 39px; mask-image: radial-gradient(circle, black, transparent 76%); animation: starDrift 18s linear infinite; }
.stage-glow { position: absolute; width: 310px; height: 310px; border-radius: 50%; filter: blur(25px); opacity: .34; animation: glowTravel 9s ease-in-out infinite alternate; }
.glow-teal { left: -90px; bottom: -50px; background: #29d5c1; }.glow-orange { right: -90px; top: -70px; background: #ff713b; animation-delay: -4.5s; }
.orbit-ring { position: absolute; left: 50%; top: 49%; border: 1px dashed rgba(255,255,255,.24); border-radius: 50%; transform: translate(-50%,-50%); animation: orbitSpin 24s linear infinite; }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #ffc14d; box-shadow: 0 0 18px #ffc14d; }
.orbit-ring::before { left: 10%; top: 13%; }.orbit-ring::after { right: 5%; bottom: 22%; background: #60dccd; box-shadow: 0 0 18px #60dccd; }
.orbit-ring-one { width: 68%; aspect-ratio: 1; }.orbit-ring-two { width: 91%; aspect-ratio: 1; animation-duration: 34s; animation-direction: reverse; opacity: .55; }
.creative-core { position: absolute; z-index: 3; left: 50%; top: 49%; width: 230px; height: 230px; padding: 28px; border-radius: 46% 54% 56% 44% / 44% 43% 57% 56%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.24); box-shadow: inset 0 0 45px rgba(255,255,255,.06), 0 24px 60px rgba(0,0,0,.28); backdrop-filter: blur(13px); transform: translate(-50%,-50%); animation: coreMorph 8s ease-in-out infinite; }
.core-logo { width: 72px; height: 72px; padding: 3px; overflow: hidden; border-radius: 50%; background: white; box-shadow: 0 12px 30px rgba(0,0,0,.25); }.core-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.creative-core small { margin: 13px 0 7px; color: #6ee3d4; text-transform: uppercase; letter-spacing: 1.7px; font-size: 7px; font-weight: 800; }
.creative-core strong { font: 800 28px/.91 Manrope,sans-serif; letter-spacing: -1.5px; }.creative-core strong em { color: #ffc14d; font-style: normal; }.core-spark { position: absolute; top: 20px; right: 31px; color: #ffc14d; animation: twinkle 2s ease-in-out infinite; }
.talent-node { position: absolute; z-index: 4; width: 95px; height: 95px; border-radius: 29px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: white; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 16px 35px rgba(0,0,0,.19); backdrop-filter: blur(12px); animation: talentFloat 5s ease-in-out infinite; }
.talent-node > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; font: 700 25px Manrope,sans-serif; background: #0b9189; }.talent-node small { text-transform: uppercase; letter-spacing: 1px; font-size: 7px; font-weight: 800; }
.node-art { left: 7%; top: 16%; transform: rotate(-6deg); }.node-vocal { right: 9%; top: 19%; transform: rotate(7deg); animation-delay: -1.2s; }.node-vocal > span { background: #7c47a9; }
.node-music { left: 9%; bottom: 13%; transform: rotate(5deg); animation-delay: -2.4s; }.node-music > span { background: #2869d4; }.node-dance { right: 7%; bottom: 28%; transform: rotate(-7deg); animation-delay: -3.6s; }.node-dance > span { background: #e83d6c; }
.motion-stroke { position: absolute; z-index: 1; width: 210px; height: 85px; border-radius: 50%; border-top: 7px solid rgba(255,193,77,.75); transform: rotate(-25deg); filter: drop-shadow(0 0 10px rgba(255,193,77,.25)); animation: strokeSway 6s ease-in-out infinite; }.stroke-one { left: -25px; top: 43%; }.stroke-two { right: -40px; bottom: 35%; border-top-color: rgba(96,220,205,.7); transform: rotate(155deg); animation-delay: -3s; }
.creative-particle { position: absolute; z-index: 2; font-weight: 800; animation: particleDance 5s ease-in-out infinite; }.particle-one { left: 30%; top: 8%; color: #ff6937; font-size: 9px; }.particle-two { right: 27%; top: 9%; color: #ffc14d; font-size: 17px; animation-delay: -1s; }.particle-three { right: 24%; bottom: 7%; color: #75e1d3; font-size: 20px; animation-delay: -2s; }.particle-four { left: 30%; bottom: 9%; color: #ea4b78; font-size: 8px; animation-delay: -3s; }
.float-card { position: absolute; z-index: 3; padding: 15px 18px; border-radius: 17px; display: flex; align-items: center; gap: 12px; min-width: 205px; animation: float 5s ease-in-out infinite; }
.float-card small, .float-card strong, .float-card div > span { display: block; }
.float-card small { color: var(--teal); text-transform: uppercase; font-size: 8px; letter-spacing: 1.5px; font-weight: 800; }
.float-card strong { font-size: 14px; margin: 3px 0; }
.float-card div > span { color: var(--muted); font-size: 10px; }
.card-icon { display: grid; place-items: center; color: white; background: var(--teal); width: 39px; height: 39px; border-radius: 12px; font-size: 22px; }
.schedule-card { left: -34px; top: -24px; }
.place-card { right: -18px; bottom: -24px; animation-delay: -2.3s; }
.place-card .card-icon { background: var(--orange); }
.spark { position: absolute; color: var(--gold); animation: twinkle 2s ease-in-out infinite; }
.spark-a { right: -12px; top: 45px; font-size: 28px; }.spark-b { left: -20px; bottom: 20px; font-size: 17px; animation-delay: -1s; }
@keyframes float { 50% { transform: translateY(-10px) rotate(-1deg); } }
@keyframes twinkle { 50% { opacity: .3; transform: scale(.6) rotate(20deg); } }
@keyframes starDrift { to { background-position: 39px 39px; } }
@keyframes glowTravel { to { transform: translate(50px,35px) scale(1.15); } }
@keyframes orbitSpin { from { transform: translate(-50%,-50%) rotate(0); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes coreMorph { 0%,100% { transform: translate(-50%,-50%) scale(1); border-radius: 46% 54% 56% 44% / 44% 43% 57% 56%; } 50% { transform: translate(-50%,-50%) scale(1.035); border-radius: 55% 45% 43% 57% / 51% 58% 42% 49%; } }
@keyframes talentFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -13px; } }
@keyframes strokeSway { 50% { translate: 15px -8px; scale: 1.05; } }
@keyframes particleDance { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(8px,-14px) rotate(22deg); } }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: rgba(247,243,235,.65); }
.ticker div { min-width: max-content; padding: 19px 0; display: flex; gap: 38px; align-items: center; color: var(--navy); text-transform: uppercase; font: 800 11px Manrope,sans-serif; letter-spacing: 2.3px; animation: marquee 27s linear infinite; }
.ticker b { color: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.programs, .mentors { padding-block: 82px; }
.programs { padding-bottom: 24px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 42px; }
.section-heading h2, .story h2, .enroll-band h2 { font-size: clamp(40px, 4.5vw, 61px); margin: 14px 0 0; max-width: 690px; }
.section-heading p { max-width: 385px; color: var(--muted); line-height: 1.75; margin: 0 0 5px; }
.program-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.program-card { min-height: 370px; position: relative; isolation: isolate; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.76); transition: transform .35s, box-shadow .35s, border .35s; }
.program-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); border-color: transparent; }
.program-number { float: right; color: rgba(7,27,63,.25); font: 700 11px Manrope,sans-serif; letter-spacing: 2px; }
.program-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; color: #fff; background: var(--teal); font-size: 30px; box-shadow: 0 12px 24px rgba(8,123,120,.2); margin-top: 40px; }
.program-card h3 { font: 800 23px Manrope,sans-serif; letter-spacing: -.8px; margin: 26px 0 11px; }
.program-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.course-link { position: absolute; bottom: 27px; left: 28px; background: none; border: 0; padding: 0; font-weight: 700; font-size: 12px; cursor: pointer; }
.course-link span { margin-left: 8px; color: var(--orange); }
.card-wash { position: absolute; z-index: -1; width: 190px; height: 190px; border-radius: 50%; background: rgba(53,184,175,.09); right: -85px; bottom: -85px; transition: transform .5s; }
.program-card:hover .card-wash { transform: scale(2.8); }
.vocal-card .program-icon { background: #6f3aa4; }.vocal-card .card-wash { background: rgba(111,58,164,.08); }
.instrument-card .program-icon { background: #1f60cb; }.instrument-card .card-wash { background: rgba(31,96,203,.08); }
.dance-card .program-icon { background: #e63769; }.dance-card .card-wash { background: rgba(230,55,105,.08); }

.story { padding: 24px 0 62px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 85px; }
.story-photo { position: relative; }
.story-photo > img { width: 100%; height: 620px; object-fit: cover; border-radius: 35px 90px 35px 35px; box-shadow: var(--shadow); }
.story-badge { position: absolute; right: -35px; bottom: 55px; padding: 20px 25px; border-radius: 21px; display: flex; align-items: center; gap: 15px; }
.story-badge strong { color: var(--orange); font: 800 40px Manrope,sans-serif; }
.story-badge span { font-size: 11px; line-height: 1.45; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.story-copy > p { color: var(--muted); line-height: 1.8; font-size: 16px; }
.feature-list { margin-top: 33px; }
.feature-list > div { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-list > div > span { color: var(--orange); font: 800 11px Manrope,sans-serif; }
.feature-list p { margin: 0; }.feature-list strong, .feature-list small { display: block; }.feature-list strong { font-size: 14px; }.feature-list small { color: var(--muted); margin-top: 5px; font-size: 12px; }

.mentors { margin-top: 0; }
.mentor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mentor-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 27px; transition: transform .3s, box-shadow .3s; }
.mentor-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.mentor-image { height: 310px; position: relative; overflow: hidden; background: var(--cream); }
.mentor-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.mentor-card:hover .mentor-image img { transform: scale(1.04); }
.mentor-image span { position: absolute; left: 17px; bottom: 17px; padding: 9px 14px; color: white; background: rgba(7,27,63,.76); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.23); border-radius: 99px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.mentor-info { padding: 25px; }
.mentor-info h3 { margin: 0; font: 800 19px Manrope,sans-serif; }
.mentor-info > p { color: var(--teal); margin: 7px 0 19px; font-size: 12px; font-weight: 700; }
.mentor-more { width: 100%; padding: 14px 0 0; display: flex; justify-content: space-between; background: none; border: 0; border-top: 1px solid var(--line); cursor: pointer; font-size: 12px; font-weight: 700; }
.mentor-more span { color: var(--orange); font-size: 18px; transition: transform .25s; }
.mentor-card.open .mentor-more span { transform: rotate(45deg); }
.mentor-details { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s; }
.mentor-details p { overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.mentor-card.open .mentor-details { grid-template-rows: 1fr; }.mentor-card.open .mentor-details p { margin-top: 15px; }

.enroll-band { padding: 36px 0 80px; }
.enroll-inner { position: relative; overflow: hidden; border-radius: 36px; padding: 69px 72px; display: flex; justify-content: space-between; align-items: center; gap: 45px; color: #fff; background: linear-gradient(125deg, #071b3f, #0a3f68 62%, #087b78); box-shadow: 0 30px 70px rgba(7,27,63,.25); }
.enroll-inner > * { position: relative; z-index: 2; }
.kicker.light { color: #78e2d4; }
.enroll-band h2 { color: #fff; max-width: 700px; margin-top: 12px; }
.enroll-band h2 em { color: #ffc14d; }
.enroll-band p { color: rgba(255,255,255,.68); margin-bottom: 0; }
.button-light { flex: 0 0 auto; background: #fff; color: var(--navy); box-shadow: none; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.orbit-one { width: 360px; height: 360px; right: -130px; top: -200px; }.orbit-two { width: 450px; height: 450px; right: -190px; top: -240px; }

footer { background: #061631; color: #fff; }
.footer-shell { padding-block: 70px 55px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }.footer-brand img { width: 76px; height: 76px; border-radius: 50%; }.footer-brand strong { font: 800 21px Manrope,sans-serif; }.footer-brand p { color: rgba(255,255,255,.5); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 40px; }.footer-links div { display: flex; flex-direction: column; gap: 7px; }.footer-links span { color: #64d6c7; text-transform: uppercase; font-size: 9px; letter-spacing: 1.7px; font-weight: 800; margin-bottom: 8px; }.footer-links p, .footer-links a, .footer-button { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.65; }.footer-links a:hover { color: white; }.footer-button { padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: 1px; font-size: 9px; }

.whatsapp-support { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 9px 15px 9px 9px; color: white; background: rgba(20, 151, 76, .94); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; box-shadow: 0 14px 34px rgba(4,70,35,.3); backdrop-filter: blur(14px); transition: transform .25s, box-shadow .25s; }
.whatsapp-support:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(4,70,35,.38); }
.whatsapp-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: #14974c; background: white; font-size: 26px; font-weight: 800; transform: rotate(-16deg); }
.whatsapp-label { font-size: 12px; font-weight: 800; line-height: 1.2; }.whatsapp-label small { display: block; margin-top: 3px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 500; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 22px; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.modal.show { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,13,33,.72); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(720px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 43px; border-radius: 28px; background: rgba(255,255,255,.93); transform: translateY(20px) scale(.98); transition: transform .3s; }
.modal.show .modal-panel { transform: none; }
.modal-panel h2 { margin: 10px 0 8px; font: 800 37px Manrope,sans-serif; letter-spacing: -1.8px; color: var(--navy); }
.modal-panel > p { margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.modal-close { position: absolute; top: 20px; right: 21px; width: 38px; height: 38px; border: 1px solid var(--line); background: white; border-radius: 50%; cursor: pointer; font-size: 23px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: block; }.form-grid label > span { display: block; font-size: 11px; font-weight: 700; margin-bottom: 7px; }.form-grid label small { color: var(--muted); font-weight: 400; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; color: var(--ink); background: rgba(255,255,255,.75); outline: none; transition: border .2s, box-shadow .2s; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,123,120,.1); }
.form-wide { grid-column: 1/-1; }.form-grid textarea { resize: vertical; }
.program-picker { margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.program-picker legend { grid-column: 1/-1; padding: 0; margin-bottom: 7px; font-size: 11px; font-weight: 700; }.program-picker legend small { color: var(--muted); font-weight: 400; }
.program-picker label { position: relative; cursor: pointer; }.program-picker input { position: absolute; opacity: 0; pointer-events: none; }
.program-picker label span { min-height: 48px; padding: 10px 8px; display: grid; place-items: center; text-align: center; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; transition: border .2s, color .2s, background .2s, box-shadow .2s; }
.program-picker input:checked + span { color: white; border-color: var(--teal); background: var(--teal); box-shadow: 0 8px 18px rgba(8,123,120,.2); }
.program-picker input:focus-visible + span { outline: 3px solid rgba(8,123,120,.2); outline-offset: 2px; }
.form-submit { margin-top: 22px; width: 100%; }
.form-status { min-height: 20px; text-align: center; margin-top: 12px; font-size: 12px; color: var(--teal); }.form-status.error { color: #c83d30; }
.form-status a { display: inline-flex; margin-top: 10px; padding: 9px 14px; border-radius: 99px; color: white; background: #14974c; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }.delay-two { transition-delay: .22s; }.delay-three { transition-delay: .32s; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 25px; }.hero h1 { letter-spacing: -3px; }.hero-image-wrap { height: 520px; }.creative-core { width: 195px; height: 195px; }.talent-node { width: 78px; height: 78px; border-radius: 23px; }.talent-node > span { width: 36px; height: 36px; }.float-card { min-width: 180px; }.schedule-card { left: -14px; top: -20px; }.place-card { right: -10px; bottom: -20px; }
  .program-grid { grid-template-columns: 1fr 1fr; }.story { gap: 50px; }.story-photo > img { height: 560px; }.footer-shell { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .section-shell { width: min(100% - 30px, 620px); }.site-header { top: 10px; padding: 0 12px; }.nav-shell { height: 65px; border-radius: 18px; }.brand img { width: 45px; height: 45px; }.brand { font-size: 13px; }
  .menu-toggle { display: block; }.nav-links { position: absolute; top: 73px; left: 12px; right: 12px; padding: 22px; flex-direction: column; align-items: stretch; gap: 16px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .25s; }.nav-links.open { opacity: 1; transform: none; pointer-events: auto; }.nav-links .button { width: 100%; }
  .hero { padding-top: 120px; min-height: auto; display: flex; flex-direction: column; gap: 72px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero-copy > p { margin-inline: auto; }.hero-actions { justify-content: center; }.trust-row { justify-content: center; }.hero-visual { width: 100%; }.hero-image-wrap { margin: auto; width: calc(100% - 18px); height: 520px; }.schedule-card { left: -6px; top: -18px; }.place-card { right: -6px; bottom: -18px; }
  .ticker { margin-top: 42px; }.section-heading { display: block; }.section-heading p { margin-top: 18px; }.programs, .mentors { padding-block: 65px; }.programs { padding-bottom: 20px; }.story { display: flex; flex-direction: column; padding: 20px 0 42px; }.story-photo { width: 100%; }.story-photo > img { height: 500px; }.story-badge { right: 10px; }.mentor-grid { grid-template-columns: 1fr; }.mentor-image { height: 430px; }
  .enroll-inner { padding: 55px 35px; display: block; text-align: center; }.enroll-inner .button { margin-top: 28px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-links div:first-child { grid-column: 1/-1; }
}
@media (max-width: 520px) {
  .brand small { display: none; }.hero { padding-top: 112px; }.hero h1 { font-size: 50px; letter-spacing: -2.7px; }.hero-actions { flex-direction: column; }.hero-image-wrap { height: 440px; border-radius: 32px; padding: 8px; }.creative-stage { border-radius: 26px; }.creative-core { width: 168px; height: 168px; padding: 18px; }.core-logo { width: 54px; height: 54px; }.creative-core small { margin-top: 9px; }.creative-core strong { font-size: 23px; }.talent-node { width: 65px; height: 65px; border-radius: 19px; }.talent-node > span { width: 31px; height: 31px; font-size: 19px; border-radius: 10px; }.talent-node small { font-size: 6px; }.node-art { left: 5%; }.node-vocal { right: 5%; }.node-music { left: 6%; }.node-dance { right: 5%; bottom: 31%; }.float-card { min-width: 158px; padding: 11px; }.float-card strong { font-size: 12px; }.float-card div > span { display: none; }.card-icon { width: 34px; height: 34px; }.schedule-card { top: -18px; }.place-card { bottom: -18px; }
  .program-grid { grid-template-columns: 1fr; }.program-card { min-height: 335px; }.section-heading h2, .story h2, .enroll-band h2 { font-size: 39px; letter-spacing: -2.3px; }.story { gap: 45px; }.story-photo > img { height: 390px; }.story-badge { bottom: 18px; padding: 13px 16px; }.story-badge strong { font-size: 30px; }.story-badge span { font-size: 9px; }.mentor-image { height: 330px; }
  .enroll-band { padding-top: 24px; padding-bottom: 62px; }.enroll-inner { padding: 48px 22px; }.footer-shell { gap: 40px; }.footer-brand { align-items: flex-start; }.footer-links { grid-template-columns: 1fr; }.footer-links div:first-child { grid-column: auto; }.footer-bottom { display: block; text-align: center; }.footer-bottom span { display: block; margin: 5px; }
  .modal-panel { padding: 35px 20px 25px; }.modal-panel h2 { font-size: 31px; }.form-grid { grid-template-columns: 1fr; }.form-wide { grid-column: auto; }.program-picker { grid-template-columns: 1fr 1fr; }
  .whatsapp-support { right: 14px; bottom: 14px; padding-right: 9px; }.whatsapp-label { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
