*{box-sizing:border-box}body,html{margin:0;padding:0}:root{--cream:rgb(226,221,210);--tan:rgb(189,182,167);--tan-muted:rgb(153,146,137);--card:rgb(48,48,48);--card-soft:rgba(48,48,48,0.4);--taupe:rgb(106,96,85);--header-glass:rgba(48,48,48,0.55);--bg:#000;--display:var(--font-roboto),"Helvetica Neue",sans-serif;--body:var(--font-roboto),system-ui,sans-serif}body{background:#0a0a0a;font-family:var(--body);color:var(--cream);overflow-x:hidden}.app-shell,body{min-height:100vh}.app-shell{width:100%;max-width:480px;margin:0 auto;background:var(--bg);position:relative}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--header-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 1px 3px rgba(0,0,0,.12)}.header-logo{width:56px;height:56px;background:url(https://res.cloudinary.com/defrhkkai/image/upload/v1778961688/mov_mov_nav_icon_dhove8.png) 50%/contain no-repeat;cursor:pointer}.header-menu{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:0}.btn-reservar,.header-menu{color:var(--cream);cursor:pointer}.btn-reservar{height:40px;padding:0 18px;border-radius:999px;background:var(--taupe);border:0;font:500 14px/1 var(--body);letter-spacing:.04em;transition:transform .2s ease,background .2s ease}.btn-reservar-detail{border-radius:8px}.btn-reservar:hover{background:#7a6d5e;transform:translateY(-1px)}.btn-reservar.lg{height:48px;font-size:15px;padding:0 24px}a.btn-reservar{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.nav-overlay{position:fixed;inset:0;z-index:49;background:transparent}.nav-menu{position:absolute;top:68px;left:50%;transform:translateX(-50%);width:calc(100% - 32px);max-width:320px;background:rgba(28,28,28,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.55);display:flex;flex-direction:column;align-items:stretch;padding:8px 0;animation:navIn .2s ease both}@keyframes navIn{0%{opacity:0;transform:translateX(-50%) translateY(-6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.nav-item{font-family:var(--display);font-weight:500;font-size:22px;letter-spacing:.02em;color:var(--cream);text-decoration:none;padding:14px 24px;transition:background .15s ease,opacity .15s ease;border-radius:8px}.nav-item:hover{background:rgba(255,255,255,.07);opacity:1}.hero{position:relative;height:402px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:70px;background-image:url(https://res.cloudinary.com/defrhkkai/image/upload/v1778959013/Landing_main_image_amrj6z.jpg);background-size:cover;background-position:50%}.hero:before{content:"";inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.72));z-index:1}.hero-bg,.hero:before{position:absolute;pointer-events:none}.hero-bg{width:340px;height:340px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;opacity:.06;filter:brightness(0) invert(1);-webkit-user-select:none;-moz-user-select:none;user-select:none}.salon-row{position:relative;z-index:2;display:flex;justify-content:center;gap:9px;margin-top:12px}.salon-pill{flex-direction:column;gap:8px;cursor:pointer;flex:0 0 125px;text-align:center;background:transparent;border:none;text-decoration:none;color:inherit}.salon-icon,.salon-pill{display:flex;align-items:center}.salon-icon{width:72px;height:72px;border-radius:999px;background:var(--tan);justify-content:center;transition:transform .25s ease,background .25s ease}.salon-pill:hover .salon-icon{transform:scale(1.06);background:var(--cream)}.salon-icon svg{color:var(--card);width:36px;height:36px}.salon-icon img{width:36px;height:36px;object-fit:contain}.salon-label{font-family:var(--display);font-weight:500;font-size:20px;letter-spacing:.04em;color:var(--cream)}.hero-cta{position:relative;z-index:2;margin-top:16px}.salones{display:flex;flex-direction:column}.salones>div{scroll-margin-top:60px}.salon-tile{position:relative;height:408px;width:100%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.salon-tile:after{content:"";background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.55));z-index:1}.salon-tile:after,.tile-bg{position:absolute;inset:0;pointer-events:none}.tile-bg{width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;opacity:.65;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .6s ease,opacity .35s ease}.salon-tile.is-open .tile-bg,.salon-tile:hover .tile-bg{opacity:.5;transform:scale(1.04)}.salon-tile-title{position:relative;z-index:2;font-family:var(--display);font-weight:600;font-size:48px;line-height:1.167;letter-spacing:0;color:var(--cream);text-shadow:0 4px 24px rgba(0,0,0,.55);transition:transform .35s ease,opacity .25s ease}.salon-tile:hover .salon-tile-title{transform:translateY(-8px);opacity:0}.hover-overlay{position:absolute;inset:0;z-index:3;background:rgba(28,28,28,.96);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:28px 24px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease,visibility .35s;text-align:center}.salon-tile.is-open .hover-overlay,.salon-tile:hover .hover-overlay{opacity:1;visibility:visible;transform:translateY(0)}.hover-icon{width:56px;height:56px;border-radius:999px;background:var(--tan);display:flex;align-items:center;justify-content:center}.hover-icon svg{color:var(--card);width:28px;height:28px}.hover-desc{color:var(--cream);font-family:var(--body);font-weight:400;font-size:14.5px;line-height:1.55;max-width:320px;white-space:pre-line}.hover-learn-more{position:relative;background:none;border:0;color:var(--cream);font:600 14px/1 var(--body);letter-spacing:.06em;cursor:pointer;padding:6px 0;margin-top:4px;text-decoration:none}.hover-learn-more:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:0;height:1px;background:var(--cream);transition:width .25s ease}.hover-learn-more:hover:after{width:100%}.hover-learn-more svg{display:inline-block;vertical-align:-2px;margin-left:6px;transition:transform .2s ease}.hover-learn-more:hover svg{transform:translateX(4px)}.section{padding:56px 16px 24px}.section-title{font-family:var(--display);font-weight:400;font-size:48px;line-height:1.167;text-align:center;letter-spacing:0;color:var(--cream);margin:0 0 28px}.section-title.is-h4{font-size:34px;line-height:1.235;letter-spacing:.25px}.coaches{gap:24px}.coach,.coaches{display:flex;flex-direction:column}.coach{align-items:center}.coach-photo{width:296px;height:296px;border-radius:999px;background-size:cover;background-position:50%;position:relative;z-index:1;border:1px solid rgba(255,255,255,.04)}.coach-info{margin-top:-32px;width:100%;background:var(--card);border-radius:12px;padding:40px 16px 18px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2}.coach-eyebrow{text-transform:uppercase}.coach-eyebrow,.coach-name{font:400 24px/1.334 var(--display);letter-spacing:0;color:var(--cream)}.coach-services{display:flex;gap:12px}.coach-service{width:42px;height:42px;border-radius:999px;background:var(--tan);display:flex;align-items:center;justify-content:center;color:var(--card)}.coach-service svg{width:18px;height:18px}.address-block{padding:24px 16px;text-align:center}.address-details{font-family:var(--body);font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.15px;color:var(--cream);margin:0 auto;max-width:320px}.map{width:100%;height:393px;background:#111}.footer{padding:32px 16px;display:flex;flex-direction:column;align-items:center;gap:14px}.footer-logo{width:170px;height:77px;background:url(https://res.cloudinary.com/defrhkkai/image/upload/v1778960811/mov_mov_bottom_logo_kkepvd.png) 50%/contain no-repeat;background-size:cover}.socials{display:flex;gap:22px;align-items:center}.socials a{color:var(--cream);display:inline-flex}.footer-text{font:400 11px/1.5 var(--body);text-align:center;margin:4px 0 0}.footer-text,.powered{letter-spacing:.15px;color:var(--cream)}.powered{display:inline-flex;align-items:center;gap:4px;font:400 11px/1 var(--body);text-decoration:none;transition:opacity .15s ease}.powered:hover{opacity:.75}.powered img{height:14px;width:auto}.detail-hero{position:relative;height:380px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:3rem;padding-top:60px;gap:18px;background:#111}.detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.7));z-index:1;pointer-events:none}.detail-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.detail-hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:18px}.detail-title{font-family:var(--display);font-style:italic;font-weight:500;font-size:64px;line-height:1;letter-spacing:.01em;color:var(--cream);text-shadow:0 4px 24px rgba(0,0,0,.55)}.detail-intro{padding:40px 24px 12px;text-align:center;gap:12px}.detail-intro,.detail-intro-eyebrow{display:flex;flex-direction:column;align-items:center}.detail-intro-eyebrow{font-family:var(--display);font-weight:400;color:var(--cream)}.eyebrow-lg{font-size:48px;line-height:1.167;letter-spacing:0}.eyebrow-sm{font-size:34px;line-height:1.235;letter-spacing:.25px}.detail-intro-tag{font-family:var(--body);font-weight:400;font-size:13px;line-height:1.5;letter-spacing:.28em;text-transform:uppercase;color:var(--tan)}.class-block{padding:24px 16px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.class-block.alt{background:var(--card-soft);padding:28px 16px}.class-row{display:flex;align-items:center;gap:8px;justify-content:center}.class-name{font-family:var(--display);font-weight:400;font-size:24px;letter-spacing:.06em;color:var(--tan-muted)}.class-flames{display:inline-flex;gap:2px;color:var(--tan-muted)}.class-flames svg{width:18px;height:22px}.class-desc{font-family:var(--display);font-weight:400;font-size:15px;line-height:1.55;letter-spacing:.01em;color:var(--cream);white-space:pre-line;max-width:340px}.class-photo{width:100%;height:240px;background-size:cover;background-position:50%;margin:8px 0 0}.days-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:16px}.day-card{background:var(--card-soft);border-radius:12px;padding:16px 10px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.day-card .day-name{font:600 16px/1 var(--display);letter-spacing:.02em;font-style:italic;color:var(--cream)}.day-card .day-tag{font:500 11px/1 var(--body);letter-spacing:.24em;color:var(--tan);text-transform:uppercase}.day-card .day-glyph{margin:8px 0;width:84px;height:84px;display:flex;align-items:center;justify-content:center;color:var(--taupe)}.day-card .day-desc{font:400 12px/1.4 var(--body);color:var(--cream);letter-spacing:.01em}.back-btn{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--cream);font:500 14px/1 var(--body);letter-spacing:.06em;cursor:pointer;padding:8px 4px}.back-btn:hover{color:white}.page-enter{animation:pageIn .35s ease both}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.app-shell{max-width:100%}.header{padding:0 28px}}@media (min-width:1024px){.app-shell{max-width:100%}.header{height:76px;padding:0 48px}.header-logo{width:64px;height:64px}.hero{height:78vh;min-height:600px;max-height:780px}.hero-bg{width:560px;height:560px}.salon-row{gap:40px;margin-top:20px}.salon-pill{flex:0 0 180px}.salon-icon{width:96px;height:96px}.salon-icon img,.salon-icon svg{width:46px;height:46px}.salon-label{font-size:24px}.hero-cta{margin-top:28px}.salones{flex-direction:row}.salones>div{flex:1 1;min-width:0;scroll-margin-top:76px}.salon-tile{height:620px}.salon-tile-title{font-size:40px}.hover-overlay{padding:36px 32px;gap:18px}.hover-desc{font-size:15px;max-width:360px}.section{padding:88px 48px 48px;max-width:1320px;margin:0 auto}.section-title{font-size:52px;margin-bottom:48px}.coaches{flex-direction:row;align-items:flex-start;gap:36px}.coach{flex:1 1;min-width:0}.coach-info{width:100%}.address-block{padding:8px 16px 32px}.address-details{font-size:18px;max-width:560px}.map{height:460px;max-width:1100px;margin:0 auto 48px;border-radius:16px;overflow:hidden}.footer{flex-direction:row;justify-content:space-between;padding:36px 48px;gap:24px;max-width:1320px;margin:0 auto}.footer-text{margin:0;flex:1 1;text-align:center}.detail-hero{height:70vh;min-height:540px}.detail-intro{padding:72px 24px 24px}.eyebrow-lg{font-size:64px}.eyebrow-sm{font-size:44px}.class-block{padding:56px 24px}.class-block.alt{padding:64px 24px}.class-name{font-size:32px}.class-desc{font-size:17px;max-width:720px}.class-photo{height:460px;max-width:1100px;margin:16px auto 0;border-radius:16px}.days-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:1180px;margin:0 auto;padding:24px 48px 8px}}@media (min-width:1600px){.footer,.section{max-width:1440px}}.home-carousel{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#000;overflow:hidden}.home-carousel-track{position:relative;width:100%;aspect-ratio:1280/719;overflow:hidden}.home-carousel-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.04);transition:opacity .9s ease,transform 9s ease-out;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-carousel-slide.is-active{opacity:1;transform:scale(1);pointer-events:auto}.home-carousel-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.55) 78%,rgba(10,10,10,.9));pointer-events:none;z-index:1}.home-carousel-cta{position:absolute;left:0;right:0;bottom:24px;display:flex;justify-content:center;z-index:2;animation:homeCarouselCtaIn .7s ease-out .2s both}.home-carousel-cta .btn-reservar{background:var(--cream);color:var(--card);letter-spacing:.08em;text-transform:uppercase;font-weight:600;box-shadow:0 14px 32px rgba(0,0,0,.45)}.home-carousel-cta .btn-reservar:hover{background:#fff;color:var(--card)}@media (max-width:600px){.home-carousel-cta .btn-reservar.lg{height:38px;font-size:12px;padding:0 18px;letter-spacing:.1em;box-shadow:0 8px 20px rgba(0,0,0,.4)}.home-carousel-cta{bottom:16px}}@keyframes homeCarouselCtaIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-carousel-dots{position:absolute;left:0;right:0;top:-20px;display:flex;justify-content:center;gap:6px;z-index:3}.home-carousel-dot{width:6px;height:6px;border-radius:999px;border:0;padding:0;background:rgba(226,221,210,.4);cursor:pointer;transition:width .3s ease,background .3s ease}.home-carousel-dot.is-active{width:18px;background:var(--cream)}