@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap";:root{--yellow: #f4b900;--yellow-light: #ffd326;--yellow-dark: #b88500;--black: #050607;--panel: #0c0f11;--panel-2: #101417;--panel-3: #15191c;--white: #f7f7f3;--muted: #aeb3b7;--line: rgba(255, 255, 255, .09);--container: 1440px;--pointer-x: 50vw;--pointer-y: 50vh;color:var(--white);background:var(--black);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{background:var(--black);scroll-padding-top:82px}body{margin:0;min-width:320px;background:var(--black);color:var(--white);overflow-x:hidden}body.modal-open{overflow:hidden}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{color:#050607;background:var(--yellow)}.app-shell{min-height:100vh;background:radial-gradient(circle at 50% -10%,rgba(244,185,0,.05),transparent 28%),var(--black)}.pointer-glow{position:fixed;z-index:999;pointer-events:none;width:520px;height:520px;left:calc(var(--pointer-x) - 260px);top:calc(var(--pointer-y) - 260px);border-radius:50%;background:radial-gradient(circle,rgba(244,185,0,.045),transparent 66%);mix-blend-mode:screen;opacity:.6}.container{width:min(var(--container),calc(100% - 72px));margin-inline:auto}.site-header{position:sticky;z-index:100;top:0;height:78px;border-bottom:1px solid var(--line);background:#040506e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{min-width:230px;display:flex;align-items:center;gap:12px}.brand img{width:76px;height:35px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(244,185,0,.18))}.brand span{display:flex;flex-direction:column;font-family:Barlow Condensed,sans-serif;line-height:.9}.brand b{font-size:22px;font-weight:900;letter-spacing:.02em}.brand strong{margin-top:4px;font-size:16px;font-weight:700}.desktop-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px)}.desktop-nav button{position:relative;padding:30px 0 27px;border:0;background:none;font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:800;letter-spacing:.035em;cursor:pointer;transition:color .25s ease}.desktop-nav button:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--yellow);transition:right .25s ease}.desktop-nav button:hover,.desktop-nav button.active{color:var(--yellow)}.desktop-nav button:hover:after,.desktop-nav button.active:after{right:0}.button{min-height:45px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 23px;border:1px solid var(--yellow);border-radius:2px;background:var(--yellow);color:#090a0b;font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:900;letter-spacing:.035em;cursor:pointer;box-shadow:0 11px 30px #f4b9001f;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.button:hover{transform:translateY(-2px);background:var(--yellow-light);box-shadow:0 14px 36px #f4b90038}.button-small{min-height:38px;padding-inline:18px;font-size:11px;white-space:nowrap}.button-outline{border-color:#ffffffad;background:transparent;color:#fff;box-shadow:none}.button-outline:hover{border-color:var(--yellow);background:#f4b90014;color:var(--yellow)}.menu-button{display:none;margin-left:auto;border:0;background:transparent;cursor:pointer}.mobile-nav{display:none}.hero-section{position:relative;min-height:510px;overflow:hidden;border-bottom:1px solid var(--line);background:#07090a}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#030405fa,#07090af7 42%,#07090a1f 70%),linear-gradient(180deg,#0000000d,#0000007a);z-index:2;pointer-events:none}.hero-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:55px 55px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 68%);mask-image:linear-gradient(90deg,#000,transparent 68%)}.hero-grid{position:relative;z-index:5;min-height:510px;display:grid;grid-template-columns:47% 53%;align-items:stretch}.hero-content{align-self:center;padding-left:clamp(16px,2.4vw,44px);padding-bottom:8px}.kicker,.section-kicker{margin:0;color:var(--yellow);font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:800;letter-spacing:.05em}.hero-content h1{margin:17px 0 0;font-family:Barlow Condensed,sans-serif;font-size:clamp(62px,5.2vw,84px);line-height:.87;letter-spacing:-.025em;font-weight:800}h1 em,h2 em,h3 em{color:var(--yellow);font-style:normal}.hero-description{max-width:390px;margin:22px 0 0;color:#e6e7e5;font-size:15px;line-height:1.58}.hero-actions{margin-top:25px;display:flex;flex-wrap:wrap;gap:14px}.hero-image-shell{position:relative;min-height:510px;margin-right:calc((100vw - min(var(--container),calc(100vw - 72px)))/-2)}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 53%;filter:contrast(1.06) saturate(.92) brightness(.82);transform:scale(1.015);animation:heroBreathe 12s ease-in-out infinite alternate}.hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#07090a 0%,rgba(7,9,10,.66) 15%,transparent 42%),linear-gradient(180deg,transparent 65%,rgba(4,5,6,.58))}.hero-line{position:absolute;z-index:3;height:1px;background:linear-gradient(90deg,transparent,rgba(244,185,0,.64),transparent);transform-origin:center;opacity:.45}.hero-line-one{width:520px;top:113px;left:-90px;transform:rotate(-25deg)}.hero-line-two{width:380px;bottom:75px;right:45px;transform:rotate(18deg)}.hero-orbit{position:absolute;z-index:4;left:-120px;border:1px solid rgba(244,185,0,.11);border-radius:50%;pointer-events:none}.hero-orbit-one{width:430px;height:430px;top:62px}.hero-orbit-two{width:620px;height:620px;top:-36px;left:-215px;opacity:.5}@keyframes heroBreathe{0%{transform:scale(1.015)}to{transform:scale(1.07)}}.modalities-section{position:relative;z-index:10;min-height:134px;display:flex;align-items:center;padding:16px clamp(35px,5vw,82px);border-bottom:1px solid var(--line);background:linear-gradient(180deg,#0d1012,#080a0b);box-shadow:0 -20px 45px #00000052}.modalities-rail{width:100%;display:flex;align-items:center;gap:clamp(18px,2.4vw,40px);overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:3px 20px}.modalities-rail::-webkit-scrollbar{display:none}.modality-card{flex:0 0 112px;display:grid;justify-items:center;gap:7px;border:0;background:transparent;color:#fff;cursor:pointer;scroll-snap-align:center}.modality-image{position:relative;width:77px;height:77px;border-radius:50%;transition:transform .3s ease,filter .3s ease}.modality-image:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:1px solid transparent;transition:border-color .3s ease,transform .3s ease}.modality-card img{width:100%;height:100%;object-fit:contain}.modality-card b{font-family:Barlow Condensed,sans-serif;font-size:12px;font-weight:800;letter-spacing:.035em}.modality-card:hover .modality-image{transform:translateY(-5px) scale(1.05);filter:drop-shadow(0 10px 14px rgba(244,185,0,.16))}.modality-card:hover .modality-image:after{border-color:#f4b90080;transform:scale(1.08)}.modality-card:hover b{color:var(--yellow)}.rail-arrow{position:absolute;z-index:3;top:50%;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(244,185,0,.28);border-radius:50%;background:#07090ae0;color:var(--yellow);cursor:pointer;transform:translateY(-50%);transition:background .25s ease,transform .25s ease}.rail-arrow:hover{background:var(--yellow);color:#050607;transform:translateY(-50%) scale(1.06)}.rail-arrow-left{left:20px}.rail-arrow-right{right:20px}.structure-section{background:#07090a;border-bottom:1px solid var(--line)}.structure-grid{min-height:375px;display:grid;grid-template-columns:42% 58%}.structure-copy-wrap,.structure-image-wrap{min-width:0}.structure-copy{height:100%;display:flex;flex-direction:column;justify-content:center;padding:55px clamp(30px,4.5vw,72px) 52px 0}.structure-copy h2,.section-heading h2,.schedule-grid h2,.other-modalities h2{margin:10px 0 0;font-family:Barlow Condensed,sans-serif;font-size:clamp(42px,3.7vw,58px);line-height:.92;letter-spacing:-.015em}.structure-copy>p:not(.section-kicker){max-width:480px;margin:18px 0 0;color:#bfc3c5;font-size:14px;line-height:1.65}.feature-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature-item{min-width:0;display:grid;justify-items:center;gap:9px;text-align:center}.feature-item>span{width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(244,185,0,.42);border-radius:50%;color:var(--yellow);background:#f4b9000a}.feature-item b{display:grid;color:#e9e9e6;font-family:Barlow Condensed,sans-serif;font-size:10px;line-height:1.08}.structure-image{height:100%;min-height:375px;position:relative;overflow:hidden;margin-right:calc((100vw - min(var(--container),calc(100vw - 72px)))/-2)}.structure-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.structure-image:hover img{transform:scale(1.035)}.structure-image:before{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#07090a 0%,transparent 22%),linear-gradient(180deg,#0000000a,#0000003d)}.units-section{padding:24px 0 30px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 0%,rgba(244,185,0,.045),transparent 34%),#090b0c}.section-heading.centered{text-align:center}.section-heading.centered h2{font-size:clamp(36px,3.2vw,50px)}.units-grid{margin-top:24px;display:grid;grid-template-columns:1fr 1fr .76fr;gap:22px}.unit-card,.community-card{min-height:186px;border:1px solid rgba(244,185,0,.25);background:#0c0f11e6;box-shadow:0 22px 55px #00000038}.unit-card{display:grid;grid-template-columns:55% 45%;overflow:hidden}.unit-image{position:relative;overflow:hidden}.unit-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .55s ease}.unit-card:hover .unit-image img{transform:scale(1.05)}.unit-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 60%,rgba(9,11,12,.58))}.unit-image span{position:absolute;z-index:2;left:0;top:0;padding:7px 16px;background:var(--yellow);color:#070809;font-family:Barlow Condensed,sans-serif;font-size:12px;font-weight:900}.unit-body{display:grid;grid-template-columns:26px 1fr;align-content:center;padding:19px 18px;color:var(--yellow)}.unit-body p{margin:0;color:#fff;font-size:11px;line-height:1.55}.unit-body a{grid-column:2;margin-top:9px;display:flex;align-items:center;gap:9px;color:var(--yellow);font-family:Barlow Condensed,sans-serif;font-size:12px;font-weight:900}.community-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;text-align:center;background:linear-gradient(145deg,#111416fa,#07090af5)}.community-card>svg{color:var(--yellow)}.community-card h3{margin:7px 0 0;font-family:Barlow Condensed,sans-serif;font-size:23px;line-height:.9}.community-card p{margin:9px 0 14px;color:#b7bbbd;font-size:10px;line-height:1.45}.community-card .button{min-height:34px;padding-inline:16px;font-size:10px}.limit-section{min-height:103px;border-bottom:1px solid var(--line);background:#050607}.limit-grid{min-height:103px;display:grid;grid-template-columns:76% 24%;align-items:stretch}.limit-art{min-height:103px;overflow:hidden}.limit-art img{width:100%;height:100%;object-fit:cover;object-position:left center}.limit-action{display:grid;place-items:center;background:linear-gradient(90deg,#050607,#090b0c)}.limit-action .button{min-width:210px}.site-footer{min-height:145px;background:#0a0c0d}.footer-grid{min-height:145px;display:grid;grid-template-columns:1.25fr 1fr .85fr 1.35fr auto;align-items:center;gap:28px}.footer-logo-column small{display:block;margin-top:7px;color:#7f8588;font-size:9px;line-height:1.5}.footer-brand img{width:175px;max-height:76px;object-fit:contain;object-position:left center}.site-footer h3{margin:0 0 10px;color:#f3f3ef;font-family:Barlow Condensed,sans-serif;font-size:13px;letter-spacing:.05em}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:5px 22px}.footer-links a,.site-footer p{color:#acb0b2;font-size:10px}.footer-links a:hover{color:var(--yellow)}.social-links{display:flex;gap:10px}.social-links a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;transition:color .25s ease,border-color .25s ease,transform .25s ease}.social-links a:hover{color:var(--yellow);border-color:var(--yellow);transform:translateY(-3px)}.site-footer p{margin:6px 0;display:flex;align-items:center;gap:8px}.site-footer p svg{color:var(--yellow)}.whatsapp-box{display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid rgba(244,185,0,.36);color:#f6f6f2;font-family:Barlow Condensed,sans-serif;font-size:11px;font-weight:800;line-height:1.08}.whatsapp-box svg{color:var(--yellow)}.video-modal{position:fixed;z-index:500;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#000000d6;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);animation:fadeIn .22s ease}.video-card{position:relative;width:min(920px,96vw);overflow:hidden;border:1px solid rgba(244,185,0,.35);background:#0b0e10;box-shadow:0 30px 100px #000000a6}.video-close{position:absolute;z-index:4;right:14px;top:14px;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#00000094;cursor:pointer}.video-poster{position:relative;height:min(52vw,480px);overflow:hidden}.video-poster img{width:100%;height:100%;object-fit:cover;filter:brightness(.72)}.video-poster:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,transparent,rgba(0,0,0,.45))}.video-poster span{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--yellow);filter:drop-shadow(0 5px 22px rgba(0,0,0,.7))}.video-copy{padding:22px 25px 27px}.video-copy small{color:var(--yellow);font-weight:800}.video-copy h2{margin:5px 0 4px;font-family:Barlow Condensed,sans-serif;font-size:38px}.video-copy p{margin:0;color:var(--muted);font-size:13px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.modality-page{background:#07090a}.modality-hero{min-height:580px;position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 75% 42%,rgba(244,185,0,.12),transparent 23%),linear-gradient(135deg,#050607,#101315)}.modality-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.38;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:50px 50px}.modality-hero-grid{min-height:580px;position:relative;z-index:2;display:grid;grid-template-columns:55% 45%;align-items:center}.modality-hero-copy{padding-left:45px}.back-link{margin-bottom:44px;display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:none;color:#aeb2b4;font-size:11px;font-weight:700;cursor:pointer}.back-link:hover{color:var(--yellow)}.modality-hero h1{margin:12px 0 0;font-family:Barlow Condensed,sans-serif;font-size:clamp(72px,7vw,110px);line-height:.82}.modality-hero h2{max-width:650px;margin:22px 0 0;color:var(--yellow);font-family:Barlow Condensed,sans-serif;font-size:36px;line-height:.98}.modality-hero-copy>p:not(.section-kicker){max-width:560px;margin:18px 0 25px;color:#c1c5c7;font-size:15px;line-height:1.7}.modality-icon-stage{position:relative;display:grid;place-items:center}.modality-icon-stage img{position:relative;z-index:3;width:min(390px,82%);filter:drop-shadow(0 30px 52px rgba(0,0,0,.5));animation:iconFloat 4.5s ease-in-out infinite}.stage-ring{position:absolute;width:470px;height:470px;border-radius:50%;border:1px solid rgba(244,185,0,.18);box-shadow:0 0 0 70px #f4b90006,0 0 0 140px #f4b90004}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}.modality-highlights{border-bottom:1px solid var(--line);background:#0c0f11}.highlight-grid{min-height:118px;display:grid;grid-template-columns:repeat(3,1fr)}.highlight-item{display:flex;align-items:center;justify-content:center;gap:15px;border-right:1px solid var(--line)}.highlight-item:last-child{border-right:0}.highlight-item span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(244,185,0,.45);color:var(--yellow)}.highlight-item b{font-family:Barlow Condensed,sans-serif;font-size:18px;letter-spacing:.025em}.modality-gallery{padding:92px 0 98px}.section-heading{max-width:820px}.section-heading>p:not(.section-kicker){color:var(--muted)}.gallery-grid{margin-top:38px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:280px 280px;gap:16px}.gallery-reveal figure{height:100%;margin:0;overflow:hidden;border:1px solid var(--line)}.gallery-reveal img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.gallery-reveal figure:hover img{transform:scale(1.045)}.gallery-1{grid-row:1 / 3}.gallery-3,.gallery-4{display:none}.schedule-section{padding:50px 0;border-block:1px solid var(--line);background:linear-gradient(110deg,#0d1012,#07090a)}.schedule-grid{display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:45px}.schedule-grid h2{font-size:45px}.schedule-info{display:flex;align-items:center;gap:15px}.schedule-info>span{color:var(--yellow)}.schedule-info b{font-family:Barlow Condensed,sans-serif;font-size:19px}.schedule-info p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.other-modalities{padding:65px 0 80px}.other-modalities h2{font-size:42px}.other-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.other-grid button{min-height:170px;display:grid;place-items:center;align-content:center;gap:10px;border:1px solid var(--line);background:#0c0f11;cursor:pointer;transition:border-color .25s ease,transform .25s ease,background .25s ease}.other-grid button:hover{transform:translateY(-5px);border-color:#f4b90080;background:#111518}.other-grid img{width:105px;height:105px;object-fit:contain}.other-grid b{font-family:Barlow Condensed,sans-serif;font-size:14px}@media (max-width: 1200px){.container{width:min(var(--container),calc(100% - 44px))}.brand{min-width:195px}.desktop-nav{gap:16px}.desktop-nav button{font-size:11px}.hero-content h1{font-size:67px}.feature-grid{gap:6px}.units-grid{grid-template-columns:1fr 1fr}.community-card{grid-column:1 / -1;min-height:145px}.footer-grid{grid-template-columns:1.1fr 1fr .8fr 1.35fr}.whatsapp-box{display:none}}@media (max-width: 900px){.pointer-glow{display:none}.container{width:calc(100% - 32px)}.site-header{height:64px}.brand{min-width:auto;gap:8px}.brand img{width:54px;height:25px}.brand b{font-size:16px}.brand strong{font-size:12px}.desktop-nav,.header-button{display:none}.menu-button{display:grid;place-items:center}.mobile-nav{position:absolute;left:0;right:0;top:64px;display:grid;max-height:0;overflow:hidden;background:#060708fa;transition:max-height .35s ease}.mobile-nav.open{max-height:430px;border-bottom:1px solid rgba(244,185,0,.25)}.mobile-nav button{padding:14px 18px;border:0;border-top:1px solid var(--line);background:transparent;text-align:left;font-family:Barlow Condensed,sans-serif;font-weight:800}.hero-section,.hero-grid{min-height:640px}.hero-section:before{background:linear-gradient(180deg,#03040594,#030405eb 58%,#07090a)}.hero-grid{display:flex;flex-direction:column-reverse;width:100%}.hero-image-shell{flex:0 0 315px;min-height:315px;width:100%;margin:0}.hero-image:after{background:linear-gradient(180deg,#0000000f,#07090a)}.hero-content{position:relative;z-index:6;width:calc(100% - 32px);margin:-46px auto 0;padding:0 0 36px}.kicker,.section-kicker{font-size:11px}.hero-content h1{margin-top:11px;font-size:clamp(47px,14vw,64px)}.hero-description{margin-top:16px;font-size:13px}.hero-actions{margin-top:20px;flex-direction:column;align-items:flex-start}.hero-actions .button{width:min(330px,100%)}.hero-orbit{display:none}.modalities-section{min-height:126px;padding-inline:22px}.modalities-rail{gap:13px;padding-inline:12px}.modality-card{flex-basis:87px}.modality-image{width:66px;height:66px}.modality-card b{font-size:10px}.rail-arrow{display:none}.structure-grid{display:flex;flex-direction:column}.structure-copy{padding:44px 4px 40px}.structure-copy h2,.section-heading h2{font-size:42px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:20px 10px}.structure-image{min-height:280px;margin:0 -16px}.structure-image:before{background:linear-gradient(180deg,#07090a 0%,transparent 25%,rgba(0,0,0,.2))}.units-section{padding:34px 0}.units-grid{grid-template-columns:1fr;gap:13px}.unit-card{min-height:158px;grid-template-columns:44% 56%}.community-card{grid-column:auto;min-height:180px}.limit-section,.limit-grid{min-height:160px}.limit-grid{width:100%;display:grid;grid-template-columns:1fr;position:relative}.limit-art{min-height:160px}.limit-art img{object-position:left center}.limit-action{position:absolute;right:18px;bottom:17px;background:transparent}.limit-action .button{min-width:165px;min-height:36px;padding-inline:12px;font-size:10px}.footer-grid{padding:28px 0;grid-template-columns:1fr 1fr;align-items:start;gap:28px 16px}.footer-logo-column{grid-column:1 / -1}.footer-brand img{width:140px}.site-footer p{font-size:9px}.modality-hero,.modality-hero-grid{min-height:740px}.modality-hero-grid{display:flex;flex-direction:column-reverse;justify-content:center;padding:55px 0}.modality-hero-copy{width:100%;padding:35px 0 0}.back-link{margin-bottom:24px}.modality-hero h1{font-size:68px}.modality-hero h2{font-size:30px}.modality-icon-stage img{width:230px}.stage-ring{width:285px;height:285px}.highlight-grid{min-height:0;grid-template-columns:1fr}.highlight-item{justify-content:flex-start;min-height:78px;padding-inline:20px;border-right:0;border-bottom:1px solid var(--line)}.modality-gallery{padding:60px 0}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(2,260px)}.gallery-1{grid-row:auto}.schedule-grid{grid-template-columns:1fr;gap:28px}.other-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.hero-section,.hero-grid{min-height:610px}.hero-image-shell{flex-basis:280px;min-height:280px}.hero-content h1{font-size:47px}.structure-copy h2,.section-heading h2{font-size:37px}.unit-card{grid-template-columns:42% 58%}.unit-body{padding:12px 9px}.unit-body p{font-size:9px}.limit-art img{width:760px;max-width:none;object-fit:cover;object-position:left center}.limit-action{right:11px;bottom:13px}.footer-grid{grid-template-columns:1fr}.footer-logo-column{grid-column:auto}.other-grid{grid-template-columns:1fr 1fr;gap:10px}.other-grid button{min-height:140px}.other-grid img{width:85px;height:85px}}:root[data-theme=dark]{color-scheme:dark}.theme-toggle{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid rgba(244,185,0,.34);border-radius:999px;background:#ffffff0b;color:var(--yellow);cursor:pointer;white-space:nowrap;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.theme-toggle span{font-family:Barlow Condensed,sans-serif;font-size:10px;font-weight:900;letter-spacing:.055em}.theme-toggle:hover{transform:translateY(-2px);border-color:#f4b900b8;background:#f4b90017;box-shadow:0 10px 28px #00000038}.theme-toggle:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}:root[data-theme=light]{--black: #f2eee5;--panel: #fffaf2;--panel-2: #f5efe4;--panel-3: #ebe3d6;--white: #171a1c;--muted: #62696d;--line: rgba(24, 27, 29, .13);color:var(--white);background:var(--black);color-scheme:light}html[data-theme=light],html[data-theme=light] body{background:#f2eee5;color:#171a1c}html[data-theme=light] .app-shell{background:radial-gradient(circle at 50% -8%,rgba(244,185,0,.15),transparent 29%),linear-gradient(180deg,#f7f3eb,#eee8de 58%,#f4efe7)}html[data-theme=light] .pointer-glow{background:radial-gradient(circle,rgba(244,185,0,.1),transparent 66%);mix-blend-mode:multiply;opacity:.46}html[data-theme=light] .site-header{border-bottom-color:#f4b90033;background:#080a0bf0;color:#f7f7f3;box-shadow:0 12px 35px #231e1421}html[data-theme=light] .site-header .brand,html[data-theme=light] .site-header .desktop-nav button,html[data-theme=light] .site-header .menu-button{color:#f7f7f3}html[data-theme=light] .site-header .theme-toggle{border-color:#f4b9006b;background:#ffffff0f}html[data-theme=light] .mobile-nav{background:#080a0bfb;color:#f7f7f3}html[data-theme=light] .mobile-nav button{border-top-color:#ffffff17}html[data-theme=light] .hero-section{color:#f7f7f3;border-bottom-color:#f4b90033;background:#090b0c}html[data-theme=light] .hero-section:before{background:linear-gradient(90deg,#030405f0,#07090ae0 40%,#07090a0a 72%),linear-gradient(180deg,#00000005,#0000004d)}html[data-theme=light] .hero-content h1,html[data-theme=light] .hero-description{color:#f7f7f3}html[data-theme=light] .hero-image img{filter:contrast(1.04) saturate(1.02) brightness(.96)}html[data-theme=light] .hero-image:after{background:linear-gradient(90deg,#080a0b 0%,rgba(8,10,11,.48) 16%,transparent 43%),linear-gradient(180deg,transparent 70%,rgba(4,5,6,.38))}html[data-theme=light] .hero-actions .button-outline{border-color:#ffffffb8;color:#fff}html[data-theme=light] .modalities-section{border-bottom-color:#181b1d1a;background:linear-gradient(180deg,#fffdf8,#ebe4d8);box-shadow:0 -12px 34px #251f141f,0 18px 44px #251f1414}html[data-theme=light] .modality-card{color:#202326}html[data-theme=light] .modality-card:hover .modality-image{filter:drop-shadow(0 12px 18px rgba(126,91,0,.18))}html[data-theme=light] .rail-arrow{border-color:#b8850057;background:#fffcf6f0;box-shadow:0 8px 24px #1e19111f}html[data-theme=light] .structure-section{border-bottom-color:#181b1d1c;background:linear-gradient(135deg,#fbf7f0,#eee7dc)}html[data-theme=light] .structure-copy>p:not(.section-kicker){color:#555d61}html[data-theme=light] .feature-item b{color:#24282a}html[data-theme=light] .feature-item>span{border-color:#b885006b;background:#f4b9001a}html[data-theme=light] .structure-image:before{background:linear-gradient(90deg,#eee7dc 0%,rgba(238,231,220,.68) 10%,transparent 28%),linear-gradient(180deg,#ffffff05,#0000001f)}html[data-theme=light] .units-section{border-bottom-color:#181b1d1c;background:radial-gradient(circle at 50% 0%,rgba(244,185,0,.15),transparent 37%),#e8e0d4}html[data-theme=light] .unit-card,html[data-theme=light] .community-card{border-color:#b8850047;background:#fffbf4f5;box-shadow:0 20px 48px #30271921}html[data-theme=light] .unit-body p{color:#25292b}html[data-theme=light] .community-card{background:linear-gradient(145deg,#fffcf6fc,#eee6d9f7)}html[data-theme=light] .community-card p{color:#5b6266}html[data-theme=light] .unit-image:after{background:linear-gradient(90deg,transparent 68%,rgba(255,251,244,.36))}html[data-theme=light] .limit-section{border-bottom-color:#f4b90029;background:#050607}html[data-theme=light] .limit-action{background:linear-gradient(90deg,#050607,#0a0c0d)}html[data-theme=light] .site-footer{background:#0a0c0d;color:#f7f7f3}html[data-theme=light] .site-footer h3{color:#f3f3ef}html[data-theme=light] .footer-links a,html[data-theme=light] .site-footer p{color:#acb0b2}html[data-theme=light] .modality-page{background:linear-gradient(180deg,#f7f3eb,#eee7dc)}html[data-theme=light] .modality-hero{border-bottom-color:#181b1d1f;background:radial-gradient(circle at 75% 42%,rgba(244,185,0,.23),transparent 27%),linear-gradient(135deg,#fffaf2,#eae2d5)}html[data-theme=light] .modality-hero:before{opacity:.52;background-image:linear-gradient(rgba(20,24,26,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,24,26,.035) 1px,transparent 1px)}html[data-theme=light] .modality-hero h1{color:#16191b}html[data-theme=light] .modality-hero-copy>p:not(.section-kicker),html[data-theme=light] .back-link{color:#596065}html[data-theme=light] .modality-icon-stage img{filter:drop-shadow(0 28px 42px rgba(66,51,18,.22))}html[data-theme=light] .stage-ring{border-color:#b885003d;box-shadow:0 0 0 70px #f4b9000e,0 0 0 140px #f4b90007}html[data-theme=light] .modality-highlights{border-bottom-color:#181b1d1f;background:#fffbf4f2}html[data-theme=light] .highlight-item{border-right-color:#181b1d1c}html[data-theme=light] .highlight-item b{color:#202426}html[data-theme=light] .modality-gallery{background:#f3eee6}html[data-theme=light] .gallery-reveal figure{border-color:#181b1d21;box-shadow:0 18px 46px #2d25171a}html[data-theme=light] .schedule-section{border-block-color:rgba(24,27,29,.12);background:linear-gradient(110deg,#e4dccf,#f7f3eb)}html[data-theme=light] .schedule-info b{color:#202426}html[data-theme=light] .other-modalities{background:#f7f3eb}html[data-theme=light] .other-grid button{border-color:#181b1d21;background:#fffaf2;color:#202426;box-shadow:0 15px 35px #30271914}html[data-theme=light] .other-grid button:hover{border-color:#b885008c;background:#f4eddf}html[data-theme=light] .video-modal{color:#f7f7f3}html[data-theme=light] .video-card{background:#0b0e10}html[data-theme=light] .video-copy p{color:#aeb3b7}html[data-theme] body,html[data-theme] .app-shell,html[data-theme] .modalities-section,html[data-theme] .structure-section,html[data-theme] .units-section,html[data-theme] .modality-page,html[data-theme] .modality-hero,html[data-theme] .modality-highlights,html[data-theme] .schedule-section,html[data-theme] .other-modalities,html[data-theme] .unit-card,html[data-theme] .community-card,html[data-theme] .other-grid button{transition:background-color .38s ease,background .38s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}@media (max-width: 1200px){.theme-toggle span{display:none}.theme-toggle{width:38px;padding:0}}@media (max-width: 900px){.theme-toggle{margin-left:auto;flex:0 0 38px}.menu-button{margin-left:0}html[data-theme=light] .hero-section:before{background:linear-gradient(180deg,#03040575,#030405db 60%,#080a0b)}html[data-theme=light] .hero-image:after{background:linear-gradient(180deg,#00000005,#080a0b)}html[data-theme=light] .structure-image:before{background:linear-gradient(180deg,#eee7dc 0%,transparent 25%,rgba(0,0,0,.12))}}
