:root{--purple:#4b1278;--purple2:#7a1fb0;--gold:#f6c244;--coral:#ff6f91;--navy:#151328;--text:#282339;--muted:#706a7e;--cream:#fff9ef;--white:#fff;--glass:rgba(255,255,255,.78);--shadow:0 22px 60px rgba(33,16,56,.16);--radius:28px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65;overflow-x:hidden}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);line-height:1.08;margin:0 0 .75rem}h1{font-size:clamp(2.4rem,7vw,5.9rem);letter-spacing:-.055em}h2{font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.035em}h3{font-size:1.25rem}p{margin:0 0 1rem}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px;z-index:999}.skip-link:focus{left:8px}.site-header{position:fixed;top:14px;left:50%;transform:translateX(-50%);width:min(1240px,calc(100% - 24px));z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.64);backdrop-filter:blur(18px);box-shadow:0 10px 40px rgba(31,18,54,.12);transition:.3s}.site-header.scrolled{top:0;width:100%;border-radius:0;background:rgba(255,255,255,.94)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);min-width:200px}.brand-logo{width:48px;height:48px;object-fit:contain;border-radius:50%;background:#fff}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand small{color:var(--purple);font-weight:700}.main-nav{display:flex;align-items:center;gap:4px}.nav-link{padding:10px 12px;border-radius:999px;text-decoration:none;color:var(--navy);font-weight:800;font-size:.88rem}.nav-link:hover,.nav-link.active{background:#f2e5ff;color:var(--purple)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--gold),#ffdb73);color:#2c1b00;text-decoration:none;font-weight:900;padding:14px 22px;box-shadow:0 12px 24px rgba(246,194,68,.3);cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(246,194,68,.42)}.btn-outline{background:transparent;color:var(--purple);border:2px solid rgba(122,31,176,.22);box-shadow:none}.btn-ghost{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:none}.btn-small{padding:10px 16px}.light{color:#fff;border-color:rgba(255,255,255,.5)}.menu-toggle{display:none;background:var(--purple);border:0;border-radius:50%;width:48px;height:48px;padding:12px}.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}.hero{position:relative;min-height:100vh;display:grid;align-items:center;padding:130px 0 70px;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-2}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}.hero-bg:after,.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(32,9,57,.92),rgba(75,18,120,.66),rgba(255,111,145,.18))}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.hero-copy{color:#fff;max-width:760px}.hero-copy h1,.hero-copy .lead{color:#fff}.hero-logo{width:118px;height:118px;object-fit:contain;background:#fff;border-radius:28px;padding:8px;box-shadow:var(--shadow);margin-bottom:18px}.slogan{font-family:Georgia,serif;font-size:clamp(1.5rem,3vw,2.4rem);color:var(--gold);font-weight:800}.lead{font-size:1.18rem;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--coral);font-weight:950;font-size:.8rem}.hero-card{background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow);transform:rotate(2deg);max-width:430px}.hero-card img{width:100%;border-radius:22px;display:block;aspect-ratio:1/1;object-fit:cover}.hero-card div{padding:18px;display:grid;gap:4px;font-weight:900;color:var(--purple)}.section{padding:92px 0}.tinted{background:linear-gradient(180deg,var(--cream),#fff3fb)}.section-head{text-align:center;max-width:800px;margin:0 auto 38px}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.rounded{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);max-height:640px;object-fit:cover}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}.image-stack img{width:100%;height:360px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.image-stack img:nth-child(2){margin-top:45px}.program-grid,.class-grid,.fee-grid,.event-grid,.team-grid,.video-grid,.testimonial-grid,.feature-grid,.values-grid,.levels-grid{display:grid;gap:22px}.program-grid{grid-template-columns:repeat(3,1fr)}.program-card,.class-card,.fee-card,.event-card,.team-card,.video-card,.policy-card,.value,.level,.feature,.notice-card,blockquote,.contact-panel,.map-placeholder{background:#fff;border:1px solid rgba(75,18,120,.09);border-radius:var(--radius);padding:26px;box-shadow:0 16px 45px rgba(45,20,68,.08)}.program-card:hover,.class-card:hover,.team-card:hover,.video-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.program-card,.class-card,.team-card,.video-card{transition:.25s}.icon,.class-card span{font-size:2.2rem}.center{text-align:center;margin-top:32px}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature span{color:var(--gold);font-weight:950;font-size:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-item{border:0;padding:0;background:none;border-radius:22px;overflow:hidden;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.1)}.gallery-item img{width:100%;height:230px;object-fit:cover;display:block;transition:.4s}.gallery-item:hover img{transform:scale(1.08)}.video-grid{grid-template-columns:repeat(3,1fr)}.video-thumb{position:relative;width:100%;padding:0;border:0;border-radius:22px;overflow:hidden;background:#000;cursor:pointer}.video-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;opacity:.88}.play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;background:var(--gold);display:grid;place-items:center;color:#2c1b00;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.3)}.text-link{color:var(--purple);font-weight:900}.mini-team{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.mini-team img{width:104px;height:104px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:var(--shadow)}blockquote{margin:0;font-size:1.05rem}cite{display:block;color:var(--purple);font-weight:900;margin-top:12px}.cta-band{background:linear-gradient(135deg,var(--purple),#26083f);color:#fff;padding:76px 0;text-align:center;position:relative;overflow:hidden}.cta-band h2,.cta-band p{color:#fff}.page-hero{position:relative;padding:170px 0 90px;background:url('/assets/images/img-06.jpg') center/cover;color:#fff;overflow:hidden}.page-hero .container{position:relative;z-index:1;max-width:900px}.page-hero h1,.page-hero p{color:#fff}.page-hero a{color:#fff}.values-grid,.levels-grid{grid-template-columns:repeat(2,1fr)}.levels-grid{grid-template-columns:repeat(3,1fr)}.team-grid{grid-template-columns:repeat(4,1fr)}.team-card{padding:0;overflow:hidden}.team-card img{width:100%;height:270px;object-fit:cover;display:block}.team-card div{padding:20px}.role{color:var(--purple);font-weight:950}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.filters button{padding:10px 18px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:rgba(255,255,255,.15);color:#fff;font-weight:900;cursor:pointer}.filters button.active{background:var(--gold);color:#2c1b00}.class-grid{grid-template-columns:repeat(4,1fr);margin-bottom:50px}.check-list{padding-left:0;list-style:none}.check-list li{margin:10px 0}.check-list li:before{content:'✓';color:var(--purple);font-weight:900;margin-right:10px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:32px}.contact-actions{display:flex;flex-wrap:wrap;gap:10px}.smart-form{background:#fff;border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);border:1px solid rgba(75,18,120,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.smart-form label{display:grid;gap:7px;font-weight:900;color:var(--navy)}input,select,textarea{width:100%;border:1px solid rgba(75,18,120,.18);border-radius:16px;padding:13px 14px;font:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:3px solid rgba(246,194,68,.35);border-color:var(--purple)}.full{grid-column:1/-1}.form-success{font-weight:900;color:#157347;margin-top:14px}.map-placeholder{text-align:center;border:2px dashed rgba(75,18,120,.2)}.fee-grid{grid-template-columns:repeat(5,1fr)}.event-grid{grid-template-columns:repeat(4,1fr)}.date-pill{display:inline-block;background:#f2e5ff;color:var(--purple);border-radius:999px;padding:8px 12px;font-weight:950;margin-bottom:14px}.policy-list{display:grid;gap:18px}.editable-note{color:var(--muted);font-style:italic}.footer{background:#130d22;color:rgba(255,255,255,.82);padding:70px 0 0}.footer h3,.footer strong{color:#fff}.footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr;gap:34px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.footer-brand img{width:66px;height:66px;object-fit:contain;background:#fff;border-radius:18px}.footer-brand span{display:block;color:var(--gold);font-weight:900}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row span{background:rgba(255,255,255,.08);border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:8px 0}.stack{display:grid;gap:10px}.footer-bottom{text-align:center;padding:22px;margin-top:50px;border-top:1px solid rgba(255,255,255,.09)}.ambient{position:fixed;inset:0;pointer-events:none;z-index:-1}.ambient span{position:absolute;color:rgba(122,31,176,.08);font-size:4rem;animation:float 14s infinite ease-in-out}.ambient span:nth-child(1){left:6%;top:20%}.ambient span:nth-child(2){right:8%;top:34%;animation-delay:2s}.ambient span:nth-child(3){left:14%;bottom:14%;animation-delay:4s}.ambient span:nth-child(4){right:18%;bottom:8%;animation-delay:6s}@keyframes float{50%{transform:translateY(-35px) rotate(12deg)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.14s}.modal{position:fixed;inset:0;background:rgba(10,5,20,.86);z-index:100;display:none;align-items:center;justify-content:center;padding:22px}.modal.open{display:flex}.modal-content{width:min(980px,100%);position:relative}.modal iframe,.modal img{width:100%;max-height:86vh;border:0;border-radius:20px;object-fit:contain;background:#000}.modal-close{position:absolute;right:0;top:-52px;background:#fff;color:var(--navy);border:0;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer}@media(max-width:1050px){.main-nav{position:absolute;top:74px;right:0;left:0;margin:auto;width:min(520px,calc(100% - 20px));display:none;flex-direction:column;align-items:stretch;background:#fff;border-radius:28px;padding:16px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-toggle{display:block}.nav-link{text-align:center}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.program-grid,.video-grid,.feature-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.class-grid{grid-template-columns:repeat(3,1fr)}.fee-grid,.event-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-card{max-width:100%;transform:none}.site-header{border-radius:28px}.brand{min-width:auto}.brand strong{font-size:.95rem}}@media(max-width:700px){.container{width:min(100% - 28px,var(--max))}.hero{padding-top:115px}.hero-actions,.contact-actions{flex-direction:column}.btn{width:100%}.program-grid,.video-grid,.feature-grid,.team-grid,.class-grid,.fee-grid,.event-grid,.values-grid,.levels-grid,.gallery-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.gallery-item img{height:260px}.image-stack{grid-template-columns:1fr}.image-stack img:nth-child(2){margin-top:0}.brand small{display:none}.page-hero{padding-top:130px}.team-card img{height:340px}.section{padding:68px 0}}

/* Premium motion & polish layer */
body{animation:pageFade .65s ease both} @keyframes pageFade{from{opacity:0;filter:blur(8px);transform:translateY(10px)}to{opacity:1;filter:none;transform:none}}
.scroll-progress{position:fixed;top:0;left:0;height:4px;width:0;background:linear-gradient(90deg,var(--gold),var(--coral),#b45cff);z-index:999;box-shadow:0 0 18px rgba(246,194,68,.7)}
.site-header:after{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(100deg,rgba(255,255,255,.75),rgba(246,194,68,.38),rgba(122,31,176,.32));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.nav-link{position:relative;overflow:hidden}.nav-link:after{content:"";position:absolute;left:18px;right:18px;bottom:7px;height:2px;border-radius:4px;background:var(--gold);transform:scaleX(0);transition:.28s}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
.btn{position:relative;overflow:hidden}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 35%,rgba(255,255,255,.55) 50%,transparent 65%);transform:translateX(-120%);transition:.6s}.btn:hover:before{transform:translateX(120%)}.ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.65);transform:scale(0);animation:ripple .6s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}
.hero-bg img{transition:opacity 1.1s ease,transform 8s ease;transform:scale(1.04)}.hero-bg.is-changing img{opacity:.28;transform:scale(1.08)}.home-hero:before{content:"";position:absolute;inset:auto -10% -14% -10%;height:34%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180'%3E%3Cpath fill='%23fff' d='M0,64 C240,150 420,20 720,92 C1000,160 1210,40 1440,110 L1440,180 L0,180Z'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;z-index:0;pointer-events:none}.home-hero .container{position:relative;z-index:1}.hero-copy{animation:heroIn .9s cubic-bezier(.2,.8,.2,1) both}.hero-card{animation:cardFloat 5.5s ease-in-out infinite}.hero-logo{animation:logoPulse 4s ease-in-out infinite}@keyframes heroIn{from{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:none}}@keyframes cardFloat{0%,100%{translate:0 0;rotate:2deg}50%{translate:0 -14px;rotate:-1deg}}@keyframes logoPulse{50%{box-shadow:0 0 0 12px rgba(246,194,68,.12),var(--shadow)}}
.section{position:relative}.section:has(.program-grid)::before,.section:has(.team-grid)::before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,111,145,.18),transparent 65%);left:-140px;top:90px;filter:blur(8px);pointer-events:none}.section:has(.video-grid)::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(122,31,176,.13),transparent 65%);right:-180px;bottom:30px;filter:blur(8px);pointer-events:none}
.program-card,.class-card,.fee-card,.event-card,.team-card,.video-card,.policy-card,.value,.level,.feature,.notice-card,.contact-panel,.map-placeholder{position:relative;overflow:hidden}.program-card:before,.class-card:before,.team-card:before,.video-card:before,.event-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(246,194,68,.13),transparent 38%,rgba(122,31,176,.08));opacity:0;transition:.3s;pointer-events:none}.program-card:hover:before,.class-card:hover:before,.team-card:hover:before,.video-card:hover:before,.event-card:hover:before{opacity:1}.program-card:after,.class-card:after,.fee-card:after,.event-card:after,.policy-card:after{content:"♪";position:absolute;right:18px;bottom:8px;color:rgba(122,31,176,.06);font-size:4.8rem;font-family:Georgia,serif;line-height:1;pointer-events:none}.class-card:nth-child(2n):after{content:"♫"}.class-card:nth-child(3n):after{content:"♬"}
.gallery-item,.video-thumb{isolation:isolate}.gallery-item:after,.video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(23,10,38,.34));opacity:0;transition:.35s}.gallery-item:hover:after,.video-thumb:hover:after{opacity:1}.gallery-item{position:relative}.gallery-item:focus-visible,.video-thumb:focus-visible,.btn:focus-visible,.nav-link:focus-visible{outline:4px solid rgba(246,194,68,.65);outline-offset:3px}
.page-hero{background-image:url('../images/hd/img-06.jpg')}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(246,194,68,.28),transparent 30%),radial-gradient(circle at 80% 10%,rgba(255,111,145,.2),transparent 32%);animation:softGlow 8s ease-in-out infinite;z-index:0}.page-hero .container{z-index:2}@keyframes softGlow{50%{transform:scale(1.04);opacity:.75}}
.team-card img,.gallery-item img,.image-stack img,.rounded,.hero-card img{filter:saturate(1.06) contrast(1.03);backface-visibility:hidden}.team-card:hover img{transform:scale(1.045);transition:.45s}.team-card img{transition:.45s}.video-card h3{min-height:2.8em}.smart-form{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(246,194,68,.45),rgba(122,31,176,.25)) border-box;border:1px solid transparent}.smart-form button{margin-top:10px}.form-success:not(:empty){background:#e8fff1;border:1px solid #b7edca;border-radius:14px;padding:12px 14px}.modal{animation:modalFade .24s ease}.modal-content{animation:modalPop .32s cubic-bezier(.2,.8,.2,1)}@keyframes modalFade{from{opacity:0}to{opacity:1}}@keyframes modalPop{from{opacity:0;transform:scale(.94) translateY(20px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
@media(max-width:700px){.site-header{top:8px}.home-hero:before{height:18%}.hero-card{animation:none}.video-card h3{min-height:auto}}

/* Final client-ready refinements: visible sticky navigation, simpler authentic visual style, no emoji icons */
.ambient{display:none!important}.scroll-progress{display:none!important}
.site-header{position:sticky!important;top:0!important;left:0!important;right:0!important;transform:none!important;width:100%!important;max-width:none!important;border-radius:0!important;padding:10px clamp(14px,3vw,36px)!important;background:rgba(255,255,255,.97)!important;border:0!important;border-bottom:1px solid rgba(75,18,120,.14)!important;box-shadow:0 8px 24px rgba(20,12,38,.08)!important;z-index:1000!important}.site-header:after{display:none!important}.site-header.scrolled{background:rgba(255,255,255,.98)!important;box-shadow:0 10px 28px rgba(20,12,38,.12)!important}.brand-logo{width:50px!important;height:50px!important;border:1px solid rgba(246,194,68,.55);border-radius:14px!important}.brand{min-width:210px!important}.brand strong{font-family:Georgia,'Times New Roman',serif;font-size:1.05rem;letter-spacing:-.02em}.brand small{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.main-nav{gap:2px;flex-wrap:nowrap}.nav-link{font-size:.84rem!important;padding:9px 10px!important;white-space:nowrap}.nav-link:after{display:none!important}.nav-link:hover,.nav-link.active{background:#f4ecfb;color:var(--purple)}.btn-small{padding:9px 15px!important}.hero,.page-hero{padding-top:95px!important}.home-hero:before{display:none!important}.hero-card{animation:none!important}.hero-logo{animation:none!important}.program-mark,.class-mark{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:72px;padding:6px 12px;margin-bottom:16px;border-radius:999px;background:#f4ecfb;color:var(--purple);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.icon{display:none!important}.program-card:after,.class-card:after,.fee-card:after,.event-card:after,.policy-card:after{display:none!important}.program-card,.class-card,.team-card,.video-card,.fee-card,.event-card,.policy-card,.value,.level,.feature,.notice-card,.contact-panel,.map-placeholder{box-shadow:0 12px 34px rgba(35,18,56,.07)!important}.program-card:hover,.class-card:hover,.team-card:hover,.video-card:hover{transform:translateY(-4px)}.section:has(.program-grid)::before,.section:has(.team-grid)::before,.section:has(.video-grid)::after{display:none!important}.btn:before,.ripple{display:none!important}.btn:hover{transform:translateY(-2px)}.page-hero:before{animation:none!important}.team-card img,.gallery-item img,.image-stack img,.rounded,.hero-card img{filter:none!important}.footer{display:block!important;margin-top:0!important;background:#130d22!important}.footer-grid{align-items:start}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-brand img{border-radius:14px}.play{font-size:0}.play:before{content:'';display:block;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:16px solid #2c1b00;margin-left:4px}
@media(max-width:1180px){.brand{min-width:auto!important}.brand span{display:flex}.menu-toggle{display:block!important}.main-nav{position:absolute!important;top:72px!important;right:14px!important;left:auto!important;width:min(380px,calc(100vw - 28px))!important;display:none!important;flex-direction:column!important;align-items:stretch!important;background:#fff!important;border:1px solid rgba(75,18,120,.12)!important;border-radius:22px!important;padding:14px!important;box-shadow:var(--shadow)!important}.main-nav.open{display:flex!important}.nav-link{text-align:left!important;font-size:1rem!important;padding:12px 14px!important}.main-nav .btn{width:100%;margin-top:6px}.hero,.page-hero{padding-top:88px!important}}
@media(min-width:1181px){.menu-toggle{display:none!important}.main-nav{display:flex!important;position:static!important;background:transparent!important;box-shadow:none!important;width:auto!important;padding:0!important}}
@media(max-width:700px){.site-header{padding:8px 12px!important}.brand-logo{width:44px!important;height:44px!important}.brand strong{font-size:.9rem}.brand small{display:none!important}.hero,.page-hero{padding-top:78px!important}.brand{max-width:230px}}

/* Usability refinements: lighter inner pages, no redundant header CTA, clearer contrast */
.main-nav .btn-small{display:none!important}
.site-header{min-height:68px}.main-nav{justify-content:flex-end}.nav-link{color:#241833!important}.nav-link:hover,.nav-link.active{color:#4b1278!important;background:#f4ecfb!important}.brand{color:#151328!important}
/* Keep home expressive, make all inner page introductions compact for quick access to content/forms */
.page-hero{background:linear-gradient(135deg,#361052 0%,#5a1785 55%,#7a1fb0 100%)!important;padding:42px 0 38px!important;min-height:0!important}.page-hero:after{background:linear-gradient(105deg,rgba(20,8,36,.72),rgba(75,18,120,.35))!important}.page-hero h1{font-size:clamp(2rem,4vw,3.8rem)!important;max-width:900px}.page-hero p{max-width:860px}.page-hero .hero-actions{margin-top:16px}.section.form-section{padding-top:46px}.contact-grid{align-items:start}
/* Button colour and contrast rules */
.btn{background:#f6c244!important;color:#241600!important;border:2px solid #f6c244!important;text-shadow:none!important}.btn:hover{background:#ffd66b!important;color:#241600!important}.btn-outline{background:#fff!important;color:#4b1278!important;border:2px solid rgba(75,18,120,.28)!important;box-shadow:none!important}.btn-outline:hover{background:#f4ecfb!important;color:#351052!important}.hero .btn-outline,.page-hero .btn-outline,.cta-band .btn-outline.light,.footer .btn-outline.light{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.72)!important}.hero .btn-outline:hover,.page-hero .btn-outline:hover,.cta-band .btn-outline.light:hover,.footer .btn-outline.light:hover{background:rgba(255,255,255,.14)!important;color:#fff!important}.btn-ghost{background:rgba(255,255,255,.14)!important;color:#fff!important;border:2px solid rgba(255,255,255,.46)!important}.btn-ghost:hover{background:rgba(255,255,255,.22)!important;color:#fff!important}.footer .btn:not(.btn-outline){color:#241600!important}.smart-form .btn{width:auto}.text-link{color:#4b1278!important;background:transparent!important}.cta-band .btn:first-child{color:#241600!important}
/* Prevent text/button overlap and crowded mobile navigation */
.hero-actions{align-items:center}.hero-actions .btn{min-width:150px}.site-header .main-nav{max-width:calc(100% - 230px)}
@media(max-width:1180px){.site-header .main-nav{max-width:none}.main-nav .btn-small{display:none!important}.page-hero{padding:32px 0 30px!important}.nav-link{color:#241833!important}.hero-actions .btn{min-width:0}}
@media(max-width:700px){.site-header{min-height:60px}.page-hero{padding:26px 0 24px!important}.page-hero h1{font-size:2rem!important}.page-hero .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.smart-form .btn{width:100%}}

/* Restore preferred rounded floating header while keeping simplified navigation */
.site-header{position:fixed!important;top:14px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(1240px,calc(100% - 24px))!important;max-width:1240px!important;min-height:68px!important;border-radius:999px!important;padding:9px 12px 9px 16px!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 16px 46px rgba(24,12,44,.14)!important;backdrop-filter:blur(18px)!important}.site-header.scrolled{top:8px!important;background:rgba(255,255,255,.96)!important;border-color:rgba(75,18,120,.12)!important;box-shadow:0 18px 50px rgba(24,12,44,.18)!important}.brand-logo{border-radius:50%!important}.hero{padding-top:145px!important}.page-hero{padding-top:118px!important;padding-bottom:36px!important}.main-nav .btn-small{display:none!important}
@media(max-width:1180px){.site-header{border-radius:30px!important;width:calc(100% - 20px)!important;top:10px!important;padding:9px 12px!important}.main-nav{top:76px!important;right:0!important;left:0!important;margin:auto!important}.hero{padding-top:126px!important}.page-hero{padding-top:105px!important;padding-bottom:30px!important}}
@media(max-width:700px){.site-header{border-radius:24px!important;width:calc(100% - 16px)!important;top:8px!important;min-height:58px!important}.hero{padding-top:112px!important}.page-hero{padding-top:92px!important;padding-bottom:26px!important}}

/* Final header behavior: rounded and sticky on every page */
.site-header{position:sticky!important;top:10px!important;left:auto!important;right:auto!important;transform:none!important;margin:10px auto 0!important;width:min(1240px,calc(100% - 24px))!important;max-width:1240px!important;border-radius:999px!important;z-index:1000!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important}.site-header.scrolled{top:10px!important;margin-top:10px!important}.hero{padding-top:78px!important}.page-hero{padding-top:44px!important}.main-nav{z-index:1001!important}
@media(max-width:1180px){.site-header{top:8px!important;margin-top:8px!important;width:calc(100% - 20px)!important;border-radius:30px!important}.site-header.scrolled{top:8px!important;margin-top:8px!important}.hero{padding-top:62px!important}.page-hero{padding-top:36px!important}.main-nav{top:74px!important}}
@media(max-width:700px){.site-header{top:8px!important;margin-top:8px!important;width:calc(100% - 16px)!important;border-radius:24px!important}.hero{padding-top:50px!important}.page-hero{padding-top:30px!important}.main-nav{top:64px!important}}

/* Remove top whitespace while keeping rounded sticky header over the hero/page banner */
.site-header{margin:12px auto -82px!important;top:12px!important}.site-header.scrolled{margin-top:12px!important;top:12px!important}.hero{padding-top:150px!important}.page-hero{padding-top:120px!important}
@media(max-width:1180px){.site-header{margin:10px auto -78px!important;top:10px!important}.site-header.scrolled{margin-top:10px!important;top:10px!important}.hero{padding-top:130px!important}.page-hero{padding-top:112px!important}}
@media(max-width:700px){.site-header{margin:8px auto -66px!important;top:8px!important}.site-header.scrolled{margin-top:8px!important;top:8px!important}.hero{padding-top:112px!important}.page-hero{padding-top:96px!important}}
