:root{--font-body:"Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Barlow Condensed", "Arial Narrow", sans-serif;font-family:var(--font-body);color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#050505}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:#050505;min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}:root{--bg:#050505;--surface:#14120f;--surface-light:#1e1b16;--text:#f8f4ea;--text-muted:#c8c0b1;--ink:#151515;--ink-muted:#53504a;--line:#f8f4ea24;--line-light:#15151521;--gold:#efc45a;--gold-strong:#ffd66d;--gold-dark:#9a6a00;--shadow:0 22px 60px #00000052;--shadow-light:0 18px 46px #0000001f}#root{min-height:100vh}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.site-shell{background:var(--bg);min-height:100vh;color:var(--text);overflow-x:hidden}.site-header{z-index:20;background:var(--bg);border-bottom:1px solid #f8f4ea1a;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:116px;padding:12px max(24px,50vw - 590px);display:grid;position:relative;box-shadow:0 12px 30px #0000003d}.logo-link{align-items:center;width:218px;height:92px;display:inline-flex}.logo-link img{object-fit:contain;width:100%;height:100%;display:block}.main-nav{justify-content:center;gap:32px;display:flex}.main-nav a{color:var(--text);padding:10px 0;font-size:1rem;font-weight:800;text-decoration:none}.main-nav a:hover{color:#bdbdbd}.header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.header-social-link{width:42px;height:42px;color:var(--text);border:1px solid #f8f4ea38;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.header-social-link:hover{background:#f8f4ea14;border-color:#f8f4ea75}.header-social-link svg{width:20px;height:20px}.mobile-menu-toggle,.mobile-menu{display:none}@keyframes mobile-menu-enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.button{background:var(--surface-light);min-height:46px;color:var(--text);border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-size:.88rem;font-weight:800;text-decoration:none;display:inline-flex}.button svg{flex:none;width:19px;height:19px}.button-primary{background:var(--gold);color:#151007;min-height:54px;padding:0 22px}.button-primary:hover{background:var(--gold-strong)}.button-whatsapp{color:#082b16;background:#25d366}.button-whatsapp:hover{background:#1fbd5a}.button-secondary{color:var(--text);background:#f8f4ea0f;border-color:#f8f4ea2e}.button-secondary:hover{background:#f8f4ea1a;border-color:#f8f4ea2e}.button-card{background:var(--ink);color:#fff}.button-card:hover{background:#353535}.button-outline-dark{color:var(--ink);background:0 0;border-color:#15151533}.button-outline-dark:hover{background:#1515150f;border-color:#15151580}.button:focus-visible,.main-nav a:focus-visible,.logo-link:focus-visible,.header-social-link:focus-visible,.mobile-menu-toggle:focus-visible,.mobile-menu-nav a:focus-visible,.video-toggle:focus-visible,.hero-scroll-indicator:focus-visible,.faq-list summary:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.hero-section{isolation:isolate;align-items:center;min-height:calc(100svh - 116px);padding:48px max(24px,50vw - 590px);display:flex;position:relative;overflow:hidden}.hero-media,.hero-poster,.hero-overlay{position:absolute;inset:0}.hero-poster{z-index:-3}.hero-poster img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-media{z-index:-2;object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .18s ease-out}.hero-media.is-ready{opacity:1}.hero-overlay{z-index:-1;background:#05050594}.hero-content{text-align:center;width:min(1180px,100%)}.hero-content h1{color:#fff;max-width:900px;font-family:var(--font-display);letter-spacing:.015em;text-shadow:0 12px 36px #000000a3;text-transform:uppercase;margin:0 auto 16px;font-size:6.35rem;font-weight:900;line-height:.9}.hero-content p{color:#ffffffeb;text-shadow:0 6px 18px #00000094;max-width:680px;margin:0 auto 26px;font-size:1.12rem;font-weight:700;line-height:1.55}.video-toggle{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05050585;border:1px solid #f8f4ea4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex;position:absolute}.video-toggle:hover{background:#050505b8;border-color:#f8f4ea9e}.video-toggle svg{width:20px;height:20px}.hero-video-toggle{top:22px;right:max(24px,50vw - 590px)}.hero-scroll-indicator{color:#ffffffdb;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;font-size:.74rem;font-weight:800;line-height:1;text-decoration:none;display:inline-flex;position:absolute;bottom:22px;right:50%;transform:translate(50%)}.hero-scroll-indicator:hover{color:#fff}.hero-scroll-indicator svg{width:18px;height:18px}.section{--section-bg:var(--bg);--section-surface:var(--surface);--section-card:#f8f4ea0b;--section-text:var(--text);--section-muted:var(--text-muted);--section-line:var(--line);--section-shadow:var(--shadow);background:var(--section-bg);color:var(--section-text);padding:96px 24px;scroll-margin-top:24px}.section-white{--section-bg:#fff;--section-surface:#fff;--section-card:#f5f5f2;--section-text:var(--ink);--section-muted:var(--ink-muted);--section-line:var(--line-light);--section-shadow:var(--shadow-light)}.section-light{--section-bg:#eeeeec;--section-surface:#fff;--section-card:#fff;--section-text:var(--ink);--section-muted:var(--ink-muted);--section-line:var(--line-light);--section-shadow:var(--shadow-light)}.section-dark{--section-bg:var(--bg);--section-surface:var(--surface);--section-card:#f8f4ea0b;--section-text:var(--text);--section-muted:var(--text-muted);--section-line:var(--line);--section-shadow:var(--shadow)}.section-inner{width:min(1180px,100%);margin:0 auto}.eyebrow{color:var(--gold-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.76rem;font-weight:800;line-height:1.45}.section-dark .eyebrow{color:var(--gold)}.about-layout{grid-template-columns:minmax(0,.82fr) minmax(540px,1.18fr);align-items:center;gap:54px;display:grid}.about-copy{max-width:540px}.section-heading{width:min(820px,100%);margin-bottom:42px}.section-kicker{width:min(100%,640px);color:var(--section-text);font-family:var(--font-display);letter-spacing:.025em;text-transform:uppercase;text-wrap:balance;overflow-wrap:break-word;margin:0 0 22px;font-size:2.85rem;font-weight:900;line-height:1}.section-heading p:last-child,.store-intro{color:var(--section-text);margin:0;font-size:1.45rem;line-height:1.45}.text-stack{gap:14px;display:grid}.text-stack p{color:var(--section-muted);margin:0;font-size:1rem;line-height:1.72}.text-stack-large p{color:var(--section-text);font-size:1.35rem;line-height:1.55}.about-lead{color:var(--section-text);margin:0 0 18px;font-size:1.28rem;line-height:1.55}.about-copy .text-stack p{color:var(--section-muted);font-size:1.03rem;line-height:1.72}.leadership-note{max-width:640px;margin-bottom:18px}.leadership-note .eyebrow{margin-bottom:8px}.leadership-note>p:last-child{color:var(--section-muted);margin:0;font-size:.98rem;line-height:1.68}.leadership-feature{min-width:0}.leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leadership-card{aspect-ratio:4/5;background:#151515;border:1px solid #f8f4ea1f;border-radius:8px;position:relative;overflow:hidden}.leadership-card:after{content:"";background:linear-gradient(#05050505 42%,#050505db 100%);position:absolute;inset:0}.leadership-card img{object-fit:cover;width:100%;height:100%;display:block}.leadership-card div{z-index:1;padding:26px;position:absolute;bottom:0;left:0;right:0}.leadership-card p{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:.75rem;font-weight:800;line-height:1.4}.leadership-card h3{color:#fff;font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:2rem;font-weight:900;line-height:1}.photo-gallery-wrap{background:#050505;padding:20px 24px}.photo-gallery{gap:8px;width:min(960px,100%);margin:0 auto;display:grid}.photo-gallery-mobile{display:none}.photo-gallery-row{align-items:flex-start;gap:8px;display:flex}.photo-gallery img{border-radius:6px;flex-basis:0;width:0;min-width:0;height:auto;display:block}.intro-benefit-icon,.store-category-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.intro-layout{grid-template-columns:minmax(0,.88fr) minmax(380px,1fr);align-items:center;gap:60px;display:grid}.intro-layout .button{margin-top:30px}.experienced-callout{border:1px solid var(--section-line);border-left:3px solid var(--gold);background:var(--section-card);border-radius:0 8px 8px 0;margin-top:26px;padding:18px}.experienced-callout .eyebrow{margin-bottom:6px}.experienced-callout h3{color:var(--section-text);font-family:var(--font-display);letter-spacing:.015em;text-transform:uppercase;margin:0;font-size:1.55rem;font-weight:800;line-height:1.15}.experienced-callout>p:not(.eyebrow){color:var(--section-muted);margin:0 0 8px;font-size:.9rem;line-height:1.65}.experienced-callout .experienced-button{min-height:42px;margin-top:8px;font-size:.9rem}.intro-benefits{gap:12px;display:grid}.intro-benefits article{border:1px solid var(--section-line);background:var(--section-card);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:22px;display:grid}.intro-benefit-icon{width:48px;height:48px;color:var(--gold);background:#efc45a1f}.intro-benefit-icon svg{width:25px;height:25px}.intro-benefits h3,.intro-benefits p{margin:0}.intro-benefits h3{color:var(--section-text);font-size:1rem;line-height:1.4}.intro-benefits p{color:var(--section-muted);font-size:.9rem;line-height:1.6}.program-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.program-card{border:1px solid var(--section-line);background:var(--section-surface);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.program-media{aspect-ratio:4/3;background:#151515;position:relative;overflow:hidden}.program-media img{object-fit:cover;width:100%;height:100%;display:block}.program-card:first-child .program-media img{object-position:center 58%}.program-card:nth-child(2) .program-media img{object-position:center 54%}.program-content{flex:1;padding:30px}.program-content h3{color:var(--section-text);font-family:var(--font-display);letter-spacing:.015em;text-transform:uppercase;margin:0 0 12px;font-size:1.78rem;font-weight:900;line-height:1.06}.program-content p{color:var(--section-muted);margin:0;line-height:1.65}.program-content ul{flex-wrap:wrap;gap:8px;margin:18px 0 22px;padding:0;list-style:none;display:flex}.program-content li{border:1px solid var(--section-line);color:var(--ink-muted);border-radius:999px;padding:7px 9px;font-size:.76rem;font-weight:700;line-height:1.2}.faq-layout{display:block}.faq-heading{grid-template-columns:minmax(0,.78fr) minmax(440px,1fr);align-items:end;gap:54px;margin-bottom:26px;display:grid}.faq-heading .section-kicker{margin-bottom:0}.faq-intro{max-width:680px;color:var(--section-muted);margin:0;font-size:1.08rem;line-height:1.65}.faq-list{border:1px solid var(--section-line);background:#f7f6f3;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;padding:18px;display:grid}.faq-column{gap:10px;display:grid}.faq-list details{border:1px solid var(--section-line);background:#fff;border-radius:8px}.faq-list details[open]{border-color:#9a6a005c;box-shadow:0 8px 22px #15151512}.faq-list summary{color:var(--section-text);cursor:pointer;padding:20px 54px 20px 20px;font-weight:800;line-height:1.45;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{width:28px;height:28px;color:var(--gold-dark);content:"+";background:#efc45a29;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:16px;right:16px}.faq-list details[open] summary:after{content:"-"}.faq-list details p{color:var(--section-muted);margin:0;padding:0 20px 20px;line-height:1.7}.store-layout{grid-template-columns:minmax(0,.95fr) minmax(320px,.72fr);align-items:start;gap:42px;display:grid}.store-copy{min-width:0}.store-categories{border-top:1px solid var(--section-line);margin-top:34px;display:grid}.store-product-photo{border:1px solid var(--section-line);aspect-ratio:16/7;border-radius:8px;margin-top:28px;overflow:hidden}.store-product-photo img{object-fit:cover;object-position:center 22%;width:100%;height:100%;display:block}.store-category{border-bottom:1px solid var(--section-line);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:19px 0;display:grid}.store-category-icon{width:48px;height:48px;color:var(--gold);background:#efc45a1a}.store-category-icon svg{width:25px;height:25px}.store-category h3{color:var(--section-text);font-family:var(--font-display);letter-spacing:.015em;margin:0;font-size:1.55rem;font-weight:800;line-height:1.18}.store-category small{color:var(--section-muted);margin-top:7px;font-size:.88rem;line-height:1.6;display:block}.store-button{margin-top:22px}.store-video-column{align-self:start;min-width:0;position:sticky;top:100px}.store-video-wrap{border:1px solid var(--section-line);width:100%;box-shadow:var(--section-shadow);background:#000;border-radius:8px;position:relative;overflow:hidden}.store-video-wrap video{aspect-ratio:9/16;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-height:760px;display:block}.store-video-toggle{bottom:16px;right:16px}.contact-section{padding-bottom:78px}.contact-layout{grid-template-columns:minmax(0,.78fr) minmax(420px,1fr);align-items:stretch;gap:38px;display:grid}.contact-copy{border:1px solid var(--section-line);background:var(--section-card);border-radius:8px;padding:34px}.contact-actions{gap:12px;margin-top:32px;display:grid}.contact-socials{border-top:1px solid var(--section-line);justify-content:space-between;align-items:center;gap:16px;margin-top:20px;padding-top:18px;display:flex}.contact-socials strong{color:var(--section-text);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;line-height:1.4}.contact-social-links{gap:10px;display:flex}.contact-social-link{color:var(--ink);border-color:#15151533}.contact-social-link:hover{background:#1515150f;border-color:#15151580}.contact-copy address{color:var(--section-muted);margin-top:18px;font-size:.95rem;font-style:normal;font-weight:700;line-height:1.65}.map-frame{border:1px solid var(--section-line);background:var(--section-surface);min-height:480px;box-shadow:var(--section-shadow);border-radius:8px;overflow:hidden}.map-frame iframe{width:100%;height:100%;min-height:480px;display:block}.site-footer{border-top:1px solid var(--line);background:#030303;padding:30px 24px 22px}.footer-inner{justify-items:center;gap:18px;width:min(1180px,100%);margin:0 auto;display:grid}.footer-logo{opacity:.88;width:156px;height:auto;display:block}.footer-copy{text-align:center;border-top:1px solid #f8f4ea1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 10px;width:min(620px,100%);padding-top:14px;display:flex}.footer-copy p{color:#c8c0b19e;margin:0;font-size:.72rem;line-height:1.55}.footer-copy p+p:before{color:#c8c0b161;content:"·";margin-right:10px}.section-white .button-secondary,.section-light .button-secondary{color:#f8f4ea;background:#151515;border-color:#15151524}.section-white .button-secondary:hover,.section-light .button-secondary:hover{color:#fff;background:#353535;border-color:#4a4a4a}@media (width<=980px){.about-layout,.intro-layout,.faq-layout,.store-layout,.contact-layout{grid-template-columns:1fr}.intro-layout,.faq-layout{gap:34px}.program-grid{grid-template-columns:1fr}.about-copy{max-width:720px}.store-video-column{width:100%;max-width:520px;margin:0 auto;position:static}.site-header{grid-template-columns:auto 1fr;gap:12px;min-height:84px;padding:10px 16px}.logo-link{width:128px;height:64px}.main-nav{display:none}.header-actions{justify-self:end;gap:8px}.header-actions .header-social-link{width:38px;height:38px}.mobile-menu-toggle{width:40px;height:40px;color:var(--text);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.mobile-menu-toggle svg{width:22px;height:22px}.mobile-menu{z-index:30;color:var(--ink);background:#fff;flex-direction:column;padding:28px 18px;animation:.18s ease-out mobile-menu-enter;display:flex;position:fixed;inset:84px 0 0}.mobile-menu-nav{flex-direction:column;flex:1;justify-content:center;gap:0;padding:0 6px 32px;display:flex}.mobile-menu-nav a{color:var(--ink);letter-spacing:.01em;border-bottom:1px solid #15151524;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:1.35rem;font-weight:800;line-height:1.2;text-decoration:none;display:flex}.mobile-menu-nav a:first-child{border-top:1px solid #15151524}.mobile-menu-nav a:hover{color:#5b5b5b}.hero-section{min-height:calc(100svh - 84px);padding:24px 18px 64px}.hero-overlay{background:#0505059e}.hero-video-toggle{top:14px;right:14px}.hero-content h1{margin-bottom:12px;font-size:3.05rem;line-height:.95}.hero-content p{margin-bottom:22px;font-size:.98rem}.hero-scroll-indicator{gap:5px;font-size:.7rem;bottom:15px}.hero-scroll-indicator svg{width:17px;height:17px}.button-primary{text-align:center;width:100%;min-height:52px;padding:0 16px;font-size:.84rem}.section{padding:70px 18px;scroll-margin-top:20px}.about-layout{gap:30px}.section-kicker{margin-bottom:18px;font-size:2rem;line-height:1}.section-heading p:last-child,.store-intro,.text-stack-large p{font-size:1.08rem}.leadership-card div{padding:15px}.leadership-card p{font-size:.62rem}.leadership-card h3{font-size:1.3rem}.intro-benefits article{padding:18px}.faq-heading,.faq-list{grid-template-columns:1fr}.faq-heading{gap:0;margin-bottom:20px}.faq-intro{margin-top:16px;font-size:1rem}.faq-list{padding:8px}.photo-gallery-wrap{padding:10px 14px}.photo-gallery-desktop{display:none}.photo-gallery-mobile{display:grid}.photo-gallery,.photo-gallery-row{gap:4px}.store-product-photo{aspect-ratio:4/3}.program-content,.contact-copy{padding:24px}.program-content h3{font-size:1.62rem}.store-video-wrap video{max-height:none}.map-frame,.map-frame iframe{min-height:360px}.site-footer{padding:26px 18px 22px}.footer-inner{gap:16px}.footer-logo{width:148px}.footer-copy{gap:3px;padding-top:12px;display:grid}.footer-copy p+p:before{content:none}}@media (width<=420px){.header-actions{gap:5px}.main-nav{gap:14px}.main-nav a{font-size:.86rem}.logo-link{width:104px;height:56px}.mobile-menu-toggle{width:32px;height:38px}.header-actions .header-social-link{width:36px;height:36px}.section-kicker{font-size:1.72rem}.hero-content h1{font-size:2.55rem}.button-primary{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.mobile-menu{animation:none}.hero-media{transition:none}}
