.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.4rem 2.5rem;transition:background .4s ease,padding .3s ease;background:transparent}.navbar--scrolled{background:#080604e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:1rem 2.5rem;border-bottom:1px solid rgba(193,154,107,.12)}.navbar--kids{background:#0a0e1ce6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(59,130,246,.2)}.navbar__inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;align-items:center;text-decoration:none}.navbar__logo-img{height:44px;width:auto;object-fit:contain;transition:all .4s ease;filter:brightness(0) invert(1)}.navbar--kids .navbar__logo-img{filter:none}.navbar__menu-btn{display:flex;align-items:center;gap:.9rem;background:none;border:none;cursor:pointer;padding:0}.navbar__menu-label{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.2em;color:#f0e6d2d9;transition:color .2s}.navbar__menu-btn:hover .navbar__menu-label{color:#c19a6b}.navbar--kids .navbar__menu-btn:hover .navbar__menu-label{color:#60a5fa}.navbar__hamburger{display:flex;flex-direction:column;gap:5px}.navbar__hamburger span{display:block;width:22px;height:1.5px;background:#f0e6d2cc;transition:all .32s ease;transform-origin:center}.navbar__menu-btn.open .navbar__hamburger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.navbar__menu-btn.open .navbar__hamburger span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__menu-btn.open .navbar__hamburger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.navbar__panel{position:fixed;top:0;right:0;width:min(380px,100vw);height:100vh;background:#080604f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;display:flex;align-items:center;padding:6rem 3rem;transform:translate(100%);transition:transform .5s cubic-bezier(.77,0,.175,1);border-left:1px solid rgba(193,154,107,.12)}.navbar__panel--open{transform:translate(0)}.navbar__panel--kids{border-left-color:#3b82f633}.navbar__panel-links{list-style:none;padding:0;margin:0;width:100%}.navbar__panel-links li{opacity:0;transform:translate(20px);transition:opacity .4s ease,transform .4s ease}.navbar__panel-links li.animate{opacity:1;transform:translate(0);transition-delay:var(--delay, 0s)}.navbar__panel-link{display:flex;align-items:baseline;gap:1rem;padding:1.1rem 0;text-decoration:none;border-bottom:1px solid rgba(193,154,107,.08);transition:all .2s ease}.navbar__panel-link:hover{padding-left:.5rem}.navbar__panel-num{font-family:DM Sans,sans-serif;font-size:.65rem;color:#c19a6b80;letter-spacing:.1em;min-width:24px}.navbar__panel-link span:last-child,.navbar__panel-link{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#f0e6d2bf;transition:color .2s}.navbar__panel-link:hover{color:#c19a6b}.navbar__panel--kids .navbar__panel-link:hover{color:#60a5fa}@media(max-width:480px){.navbar{padding:1.2rem 1.5rem}.navbar--scrolled{padding:.9rem 1.5rem}.navbar__panel{width:100vw;padding:5rem 2rem}}.hero{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;inset:0;background-image:url(/images/Pic2_Hero_Barbershop.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;animation:heroZoom 14s ease-out forwards}@keyframes heroZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}.hero__overlay{position:absolute;inset:0;background:#0504029e}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 2rem;gap:0}.hero__logo{width:clamp(180px,30vw,320px);height:auto;object-fit:contain;margin-bottom:2rem;animation:heroFadeDown 1.2s ease .2s both}@keyframes heroFadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero__ornament{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.8rem;animation:heroFadeUp 1.2s ease .5s both}.hero__ornament-line{display:block;width:70px;height:1px;background:linear-gradient(to right,transparent,rgba(193,154,107,.8))}.hero__ornament-line:last-child{background:linear-gradient(to left,transparent,rgba(193,154,107,.8))}.hero__ornament-icon{color:#c19a6b;font-size:.65rem}.hero__slogan{font-family:Playfair Display,serif;font-size:clamp(1rem,2.2vw,1.2rem);font-weight:400;color:#f0e6d2d9;line-height:1.8;margin-bottom:.2rem;animation:heroFadeUp 1.2s ease .65s both;letter-spacing:.02em}.hero__slogan--italic{font-style:italic;color:#f0e6d2f2;margin-bottom:2.8rem;animation:heroFadeUp 1.2s ease .75s both}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__btn{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;padding:1rem 3rem;background:#c19a6b;color:#0a0806;border:none;border-radius:2px;cursor:pointer;transition:all .28s ease;animation:heroFadeUp 1.2s ease .9s both}.hero__btn:hover{background:#d4ae82;transform:translateY(-2px);box-shadow:0 8px 28px #c19a6b66}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:heroFadeUp 1s ease 1.5s forwards}.hero__scroll-text{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:#c19a6b8c}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(193,154,107,.6),transparent);animation:scrollPulse 2.2s ease infinite}@keyframes scrollPulse{0%,to{opacity:.4}50%{opacity:1}}@media(max-width:600px){.hero__logo{width:clamp(140px,55vw,220px)}.hero__ornament-line{width:45px}.hero__btn{padding:.9rem 2.2rem;width:100%;max-width:260px}}.bk{width:100%;display:block}.bk__hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}.bk__slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;transform:scale(1.04);transition:opacity 1.2s ease,transform 8s ease}.bk__slide--active{opacity:1;transform:scale(1)}.bk__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#080a148c,#080a1473,#080a14b8 80%,#080a14eb);z-index:1}.bk__hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:0 2rem;animation:bkFadeUp 1s ease .3s both}@keyframes bkFadeUp{0%{opacity:0;transform:translate(-50%,calc(-50% + 24px))}to{opacity:1;transform:translate(-50%,-50%)}}.bk__logo{width:clamp(160px,25vw,280px);height:auto;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 4px 24px rgba(220,38,38,.4))}.bk__phrase{font-family:Bangers,cursive;font-size:clamp(1.4rem,3.5vw,2.2rem);letter-spacing:.08em;color:#ffffffeb;line-height:1.4;margin-bottom:.2rem;text-shadow:0 2px 12px rgba(0,0,0,.6)}.bk__phrase--italic{color:#ef4444;font-style:italic;margin-bottom:0;text-shadow:0 2px 16px rgba(220,38,38,.5)}.bk__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.6rem}.bk__dot{width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.bk__dot--active{background:#ef4444;border-color:#ef4444;transform:scale(1.3)}.bk__dot:hover{border-color:#ef4444}.bk__gallery-section{background:#0d0f1a;padding:4rem 2rem}.bk__gallery-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.bk__gallery-item{position:relative;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;cursor:pointer;background:#141624;border:1px solid rgba(59,130,246,.15);transition:transform .25s ease,border-color .25s ease}.bk__gallery-item:hover{transform:translateY(-4px);border-color:#3b82f680}.bk__gallery-item--empty{cursor:default}.bk__gallery-item--empty:hover{transform:none;border-color:#3b82f626}.bk__gallery-media{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.bk__gallery-item:hover .bk__gallery-media{transform:scale(1.05)}.bk__gallery-hover{position:absolute;inset:0;background:#080a1480;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;font-family:DM Sans,sans-serif;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:#fff}.bk__gallery-item:hover .bk__gallery-hover{opacity:1}.bk__play-icon{font-size:2rem;color:#ef4444;filter:drop-shadow(0 2px 8px rgba(220,38,38,.6))}.bk__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem}.bk__placeholder-icon{font-size:1.8rem;opacity:.25}.bk__placeholder-text{font-family:DM Sans,sans-serif;font-size:.72rem;letter-spacing:.1em;color:#fff3;text-transform:uppercase}.bk__modal{position:fixed;inset:0;background:#000000eb;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:modalFadeIn .25s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.bk__modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.bk__modal-close:hover{background:#ef4444;border-color:#ef4444}.bk__modal-inner{max-width:90vw;max-height:90vh;border-radius:10px;overflow:hidden;animation:modalScaleIn .3s ease}.bk__modal-inner--video{max-width:min(560px,90vw)}@keyframes modalScaleIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.bk__modal-media{display:block;max-width:100%;max-height:90vh;object-fit:contain;border-radius:10px}@media(max-width:768px){.bk__gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.bk__phrase{font-size:1.3rem}.bk__logo{width:clamp(160px,60vw,260px)}}.nosotros{width:100%;background:#0a0806}.nosotros__historia{padding:7rem 2rem;border-bottom:1px solid rgba(193,154,107,.1)}.nosotros__historia-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:6rem;align-items:start}.nosotros__eyebrow{font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#c19a6b;margin-bottom:1rem}.nosotros__titulo{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;color:#f0e6d2;line-height:1.1;margin-bottom:1.8rem;letter-spacing:-.02em}.nosotros__titulo-accent{color:#c19a6b;font-style:italic}.nosotros__ornament{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.nosotros__ornament-line{display:block;width:60px;height:1px;background:linear-gradient(to right,rgba(193,154,107,.7),transparent)}.nosotros__ornament-line:last-child{background:linear-gradient(to left,rgba(193,154,107,.7),transparent)}.nosotros__ornament-icon{color:#c19a6b;font-size:.6rem}.nosotros__intro{font-family:Playfair Display,serif;font-size:1.05rem;font-style:italic;color:#f0e6d2b3;line-height:1.8;margin-bottom:1.6rem}.nosotros__parrafo{font-family:DM Sans,sans-serif;font-size:.92rem;color:#f0e6d2a6;line-height:1.85;margin-bottom:1.2rem;font-weight:300}.nosotros__parrafo strong{color:#c19a6b;font-weight:500}.nosotros__quote{border-left:2px solid #c19a6b;padding:1rem 0 1rem 1.5rem;margin:2rem 0;font-family:Playfair Display,serif;font-style:italic;font-size:1rem;color:#f0e6d2cc;line-height:1.75}.nosotros__cierre{font-family:DM Sans,sans-serif;font-size:.88rem;color:#f0e6d2;letter-spacing:.04em;margin-top:1rem}.nosotros__cierre strong{font-weight:500}.nosotros__foto-col{position:sticky;top:100px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.nosotros__foto-frame{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:4px;overflow:hidden}.nosotros__foto-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .6s ease}.nosotros__foto-frame:hover .nosotros__foto-img{transform:scale(1.04)}.nosotros__foto-deco{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(10,8,6,.6) 100%)}.nosotros__foto-badge{display:flex;flex-direction:column;align-items:center;gap:.2rem;border:1px solid rgba(193,154,107,.3);border-radius:4px;padding:1rem 2rem;background:#c19a6b0d}.nosotros__badge-text{font-family:DM Sans,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#c19a6b99}.nosotros__badge-year{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;color:#c19a6b;line-height:1}.nosotros__badge-sub{font-family:DM Sans,sans-serif;font-size:.65rem;letter-spacing:.15em;color:#f0e6d259;text-transform:uppercase}.nosotros__equipo{padding:7rem 2rem;background:#0d0b08}.nosotros__equipo-header{text-align:center;margin-bottom:4rem}.nosotros__equipo-header .nosotros__eyebrow{display:block}.nosotros__equipo-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.nosotros__card{background:#111009;border:1px solid rgba(193,154,107,.1);border-radius:6px;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.nosotros__card:hover{transform:translateY(-6px);border-color:#c19a6b59}.nosotros__card-foto{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden}.nosotros__card-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .5s ease}.nosotros__card:hover .nosotros__card-img{transform:scale(1.05)}.nosottos__card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(10,8,6,.8) 100%)}.nosotros__card-info{padding:1.5rem}.nosotros__card-role{font-family:DM Sans,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#c19a6b;margin-bottom:.3rem}.nosotros__card-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#f0e6d2;margin-bottom:.8rem}.nosotros__card-divider{width:30px;height:1px;background:#c19a6b66;margin-bottom:.8rem}.nosotros__card-desc{font-family:DM Sans,sans-serif;font-size:.82rem;color:#f0e6d299;line-height:1.75;font-weight:300;margin-bottom:.8rem}.nosotros__card-detail{font-family:Playfair Display,serif;font-style:italic;font-size:.78rem;color:#c19a6bb3;line-height:1.5}@media(max-width:1024px){.nosotros__historia-inner{grid-template-columns:1fr;gap:3rem}.nosotros__foto-col{position:static;max-width:380px;margin:0 auto}.nosotros__equipo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nosotros__historia,.nosotros__equipo{padding:5rem 1.5rem}.nosotros__equipo-grid{grid-template-columns:1fr;max-width:380px}}.srv{width:100%;background:#0a0806;padding:7rem 2rem;border-top:1px solid rgba(193,154,107,.08)}.srv__inner{max-width:600px;margin:0 auto;display:flex;justify-content:center}.srv__frame{position:relative;width:100%;padding:3.5rem 3rem;background:#0f0d09;border:1px solid rgba(193,154,107,.25);border-radius:2px}.srv__corner{position:absolute;color:#c19a6b;font-size:.7rem;opacity:.6}.srv__corner--tl{top:10px;left:12px}.srv__corner--tr{top:10px;right:12px}.srv__corner--bl{bottom:10px;left:12px}.srv__corner--br{bottom:10px;right:12px}.srv__border-top,.srv__border-bottom{height:1px;background:linear-gradient(to right,transparent,rgba(193,154,107,.5) 20%,rgba(193,154,107,.5) 80%,transparent);margin-bottom:2rem}.srv__border-bottom{margin-bottom:0;margin-top:2rem}.srv__header{text-align:center;margin-bottom:1.8rem}.srv__eyebrow{font-family:DM Sans,sans-serif;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#c19a6b99;margin-bottom:.6rem}.srv__titulo{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2rem);font-weight:900;color:#f0e6d2;letter-spacing:-.01em;margin-bottom:.5rem}.srv__moneda{font-family:DM Sans,sans-serif;font-size:.68rem;color:#f0e6d24d;letter-spacing:.08em}.srv__divider{height:1px;background:linear-gradient(to right,transparent,rgba(193,154,107,.3) 30%,rgba(193,154,107,.3) 70%,transparent);margin:1.8rem 0}.srv__divider--short{background:linear-gradient(to right,transparent,rgba(193,154,107,.15) 30%,rgba(193,154,107,.15) 70%,transparent);margin:1.4rem 0}.srv__group{margin-bottom:.5rem}.srv__group-title{font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#c19a6b;margin-bottom:1rem}.srv__row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.65rem}.srv__row-name{font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:400;color:#f0e6d2cc;white-space:nowrap;flex-shrink:0}.srv__row-dots{flex:1;border-bottom:1px dotted rgba(193,154,107,.2);margin-bottom:3px;min-width:20px}.srv__row-price{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:#c19a6b;white-space:nowrap;flex-shrink:0}.srv__footer{display:flex;flex-direction:column;align-items:center;gap:.6rem}.srv__logo{height:52px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.6}.srv__footer-text{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:#f0e6d240}@media(max-width:480px){.srv__frame{padding:2.5rem 1.5rem}.srv__row-name{font-size:.82rem}.srv__row-price{font-size:.88rem}}.al__fab{position:fixed;bottom:2rem;right:2rem;z-index:900;display:flex;flex-direction:column;align-items:center;width:110px;background:none;border:none;cursor:pointer;padding:0;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5));transition:transform .3s ease,filter .3s ease}.al__fab:hover{transform:translateY(-4px) scale(1.04);filter:drop-shadow(0 12px 32px rgba(193,154,107,.4))}.al__fab-img-wrap{position:relative;width:110px;height:110px;border-radius:12px;overflow:hidden;border:1px solid rgba(193,154,107,.4)}.al__fab-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .4s ease}.al__fab:hover .al__fab-img{transform:scale(1.08)}.al__fab-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(5,8,20,.7) 100%)}.al__fab-text{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin-top:.5rem}.al__fab-title{font-family:Playfair Display,serif;font-size:.82rem;font-weight:700;color:#f0e6d2;letter-spacing:.02em;white-space:nowrap}.al__fab-sub{font-family:DM Sans,sans-serif;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:#c19a6b;white-space:nowrap}.al__modal-backdrop{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:backdropFade .3s ease}@keyframes backdropFade{0%{opacity:0}to{opacity:1}}.al__modal{width:100%;max-width:520px;max-height:90vh;background:#0f0d09;border:1px solid rgba(193,154,107,.2);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideUp .35s ease}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.al__modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(193,154,107,.1);flex-shrink:0}.al__modal-eyebrow{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:#c19a6b99;margin-bottom:.2rem}.al__modal-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:900;color:#f0e6d2;line-height:1;margin-bottom:.2rem}.al__modal-sub{font-family:DM Sans,sans-serif;font-size:.7rem;color:#f0e6d266;letter-spacing:.08em}.al__modal-close{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#f0e6d299;width:32px;height:32px;border-radius:50%;font-size:.75rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.al__modal-close:hover{background:#c19a6b33;color:#c19a6b;border-color:#c19a6b4d}.al__progress{height:2px;background:#1a1610;flex-shrink:0}.al__progress-fill{height:100%;background:linear-gradient(90deg,#a07840,#c19a6b);transition:width .4s ease}.al__modal-body{flex:1;overflow-y:auto;padding:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(193,154,107,.2) transparent}.al__modal-body::-webkit-scrollbar{width:4px}.al__modal-body::-webkit-scrollbar-thumb{background:#c19a6b33;border-radius:2px}.al__intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.al__intro-img{width:100%;max-height:180px;object-fit:cover;object-position:center 20%;border-radius:10px;margin-bottom:.5rem}.al__intro-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:#f0e6d2;line-height:1.4}.al__intro-desc{font-family:DM Sans,sans-serif;font-size:.85rem;color:#f0e6d28c;line-height:1.75;font-weight:300}.al__step{display:flex;flex-direction:column;gap:.3rem}.al__step-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.al__back-btn{background:none;border:none;color:#c19a6b99;font-family:DM Sans,sans-serif;font-size:.78rem;cursor:pointer;padding:0;transition:color .2s;letter-spacing:.05em}.al__back-btn:hover{color:#c19a6b}.al__step-count{font-family:DM Sans,sans-serif;font-size:.68rem;color:#f0e6d240;letter-spacing:.1em}.al__step-icon{font-family:monospace;font-size:1.2rem;color:#c19a6b;margin-bottom:.2rem}.al__step-label{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:#c19a6b80}.al__step-question{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:#f0e6d2;margin-bottom:1rem;line-height:1.3}.al__options{display:flex;flex-direction:column;gap:.5rem}.al__option{background:#0d0b08;border:1px solid rgba(193,154,107,.12);border-radius:10px;padding:.8rem 1rem;color:#f0e6d2b3;font-family:DM Sans,sans-serif;font-size:.88rem;cursor:pointer;text-align:left;transition:all .18s ease;display:flex;align-items:center;gap:.8rem}.al__option:hover{border-color:#c19a6b66;color:#f0e6d2;background:#151209}.al__option--selected{border-color:#c19a6b;background:#1a1610;color:#f0e6d2}.al__option-dot{width:7px;height:7px;border-radius:50%;border:1px solid rgba(193,154,107,.3);flex-shrink:0;transition:all .18s}.al__option:hover .al__option-dot,.al__option--selected .al__option-dot{background:#c19a6b;border-color:#c19a6b}.al__textarea{width:100%;background:#0d0b08;border:1px solid rgba(193,154,107,.15);border-radius:10px;padding:.9rem 1rem;color:#f0e6d2;font-family:DM Sans,sans-serif;font-size:.88rem;resize:vertical;min-height:100px;outline:none;transition:border-color .2s;line-height:1.6;margin-bottom:1rem}.al__textarea:focus{border-color:#c19a6b}.al__textarea::placeholder{color:#c19a6b33}.al__btn-primary{width:100%;padding:1rem;background:linear-gradient(135deg,#c19a6b,#a07840);border:none;border-radius:10px;color:#0a0806;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;cursor:pointer;transition:all .25s ease;letter-spacing:.02em}.al__btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c19a6b4d}.al__btn-secondary{width:100%;padding:.85rem;background:transparent;border:1px solid rgba(193,154,107,.2);border-radius:10px;color:#f0e6d280;font-family:DM Sans,sans-serif;font-size:.82rem;cursor:pointer;transition:all .2s;margin-top:1rem;letter-spacing:.05em}.al__btn-secondary:hover{border-color:#c19a6b;color:#c19a6b}.al__loading{text-align:center;padding:1.5rem 0}.al__spinner{width:36px;height:36px;border:2px solid rgba(193,154,107,.15);border-top-color:#c19a6b;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.al__loading p{font-family:Playfair Display,serif;font-style:italic;font-size:.88rem;color:#f0e6d266}.al__error{background:#1a0d0d;border:1px solid rgba(180,60,60,.3);border-radius:8px;padding:.8rem 1rem;color:#d07070;font-size:.82rem;margin-bottom:1rem;font-family:DM Sans,sans-serif}.al__result-header{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:#c19a6b;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid rgba(193,154,107,.1)}.al__result-body{margin-bottom:1.5rem}.al__result-section{font-family:Playfair Display,serif;font-size:1rem;color:#c19a6b;margin:1.5rem 0 .5rem;padding-bottom:.3rem;border-bottom:1px solid rgba(193,154,107,.1)}.al__result-bold{font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;color:#f0e6d2;margin:.6rem 0 .3rem}.al__result-line{font-family:DM Sans,sans-serif;font-size:.85rem;color:#f0e6d2a6;line-height:1.75;margin-bottom:.35rem}.al__result-item{font-family:DM Sans,sans-serif;font-size:.85rem;color:#f0e6d2a6;line-height:1.7;margin-bottom:.3rem;padding-left:1rem;display:flex;gap:.5rem}.al__result-bullet{color:#c19a6b;flex-shrink:0;font-size:.6rem;margin-top:.35rem}.al__cuts{border-top:1px solid rgba(193,154,107,.1);padding-top:1.2rem;margin-bottom:.5rem}.al__cuts-title{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:#c19a6b;margin-bottom:.8rem}.al__cut-card{background:#0d0b08;border:1px solid rgba(193,154,107,.1);border-radius:8px;padding:.8rem 1rem;margin-bottom:.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.al__cut-name{font-family:DM Sans,sans-serif;font-size:.85rem;color:#f0e6d2bf}.al__cut-link{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .8rem;border:1px solid rgba(220,80,90,.3);border-radius:20px;background:#dc505a0f;color:#e06070;font-family:DM Sans,sans-serif;font-size:.72rem;text-decoration:none;transition:all .2s;white-space:nowrap;flex-shrink:0}.al__cut-link:hover{background:#e06070;color:#fff;border-color:#e06070}@media(max-width:480px){.al__fab{bottom:1.2rem;right:1.2rem;width:90px}.al__fab-img-wrap{width:90px;height:90px}.al__modal{max-height:95vh;border-radius:12px}}.sus__backdrop{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:susBackdropFade .3s ease}@keyframes susBackdropFade{0%{opacity:0}to{opacity:1}}.sus__modal{width:100%;max-width:440px;background:#0f0d09;border:1px solid rgba(193,154,107,.2);border-radius:16px;overflow:hidden;animation:susSlideUp .35s ease}@keyframes susSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sus__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(193,154,107,.1)}.sus__eyebrow{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:#c19a6b99;margin-bottom:.2rem}.sus__titulo{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;color:#f0e6d2;line-height:1;margin-bottom:.3rem}.sus__sub{font-family:DM Sans,sans-serif;font-size:.75rem;color:#f0e6d266;letter-spacing:.04em}.sus__close{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#f0e6d299;width:32px;height:32px;border-radius:50%;font-size:.75rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sus__close:hover{background:#c19a6b33;color:#c19a6b;border-color:#c19a6b4d}.sus__body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.sus__field{display:flex;flex-direction:column;gap:.4rem}.sus__label{font-family:DM Sans,sans-serif;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#c19a6b}.sus__input{background:#0d0b08;border:1px solid rgba(193,154,107,.15);border-radius:10px;padding:.85rem 1rem;color:#f0e6d2;font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s;width:100%}.sus__input:focus{border-color:#c19a6b}.sus__input::placeholder{color:#c19a6b33}.sus__input:disabled{opacity:.5}.sus__disclaimer{font-family:DM Sans,sans-serif;font-size:.72rem;color:#f0e6d24d;line-height:1.6;letter-spacing:.02em}.sus__error{background:#1a0d0d;border:1px solid rgba(180,60,60,.3);border-radius:8px;padding:.7rem 1rem;color:#d07070;font-size:.82rem;font-family:DM Sans,sans-serif}.sus__btn-primary{width:100%;padding:1rem;background:linear-gradient(135deg,#c19a6b,#a07840);border:none;border-radius:10px;color:#0a0806;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;cursor:pointer;transition:all .25s ease;letter-spacing:.02em}.sus__btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c19a6b4d}.sus__loading{text-align:center;padding:.5rem 0;display:flex;flex-direction:column;align-items:center;gap:.8rem}.sus__spinner{width:32px;height:32px;border:2px solid rgba(193,154,107,.15);border-top-color:#c19a6b;border-radius:50%;animation:susSpin .8s linear infinite}@keyframes susSpin{to{transform:rotate(360deg)}}.sus__loading p{font-family:Playfair Display,serif;font-style:italic;font-size:.85rem;color:#f0e6d266}.sus__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;padding:1rem 0}.sus__success-icon{font-size:2rem;color:#c19a6b}.sus__success-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:#f0e6d2}.sus__success-text{font-family:DM Sans,sans-serif;font-size:.85rem;color:#f0e6d28c;line-height:1.7;font-weight:300}.cnt{width:100%;background:#0a0806;border-top:1px solid rgba(193,154,107,.08)}.cnt__inner{max-width:1200px;margin:0 auto;padding:7rem 2rem 5rem}.cnt__header{text-align:center;margin-bottom:4rem}.cnt__eyebrow{font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#c19a6b;margin-bottom:.8rem;display:block}.cnt__titulo{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#f0e6d2;line-height:1.1;letter-spacing:-.02em}.cnt__titulo-accent{color:#c19a6b;font-style:italic}.cnt__grid{display:grid;grid-template-columns:420px 1fr;gap:4rem;align-items:start}.cnt__col{display:flex;flex-direction:column}.cnt__block{display:flex;flex-direction:column;gap:.4rem}.cnt__block-label{font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#c19a6b;margin-bottom:.3rem}.cnt__block-text{font-family:Playfair Display,serif;font-size:1.1rem;color:#f0e6d2;font-weight:700}.cnt__block-sub{font-family:DM Sans,sans-serif;font-size:.85rem;color:#f0e6d280}.cnt__sep{height:1px;background:linear-gradient(to right,rgba(193,154,107,.2),transparent);margin:1.5rem 0}.cnt__wsp-btn{display:inline-flex;align-items:center;gap:.6rem;margin-top:.5rem;padding:.75rem 1.5rem;background:#25d366;color:#fff;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.05em;border-radius:4px;text-decoration:none;transition:all .25s ease;width:fit-content}.cnt__wsp-btn:hover{background:#20bc5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d3664d}.cnt__wsp-icon{font-size:1rem}.cnt__horario-row{display:flex;justify-content:space-between;align-items:baseline;padding:.4rem 0;border-bottom:1px solid rgba(193,154,107,.06)}.cnt__horario-dia{font-family:DM Sans,sans-serif;font-size:.85rem;color:#f0e6d2bf}.cnt__horario-hs{font-family:DM Sans,sans-serif;font-size:.82rem;color:#c19a6b;text-align:right}.cnt__horario-dia--closed,.cnt__horario-hs--closed{color:#f0e6d240}.cnt__redes{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.3rem}.cnt__red-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:transparent;border:1px solid rgba(193,154,107,.25);border-radius:4px;color:#f0e6d2b3;font-family:DM Sans,sans-serif;font-size:.78rem;letter-spacing:.05em;text-decoration:none;transition:all .2s ease}.cnt__red-btn:hover{border-color:#c19a6b;color:#c19a6b;background:#c19a6b0d}.cnt__cosmetica{background:linear-gradient(135deg,#1a1510,#120e08);border:1px solid rgba(193,154,107,.3);border-radius:6px;padding:1.5rem;display:flex;flex-direction:column;gap:.4rem}.cnt__cosmetica-label{font-family:DM Sans,sans-serif;font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:#c19a6b}.cnt__cosmetica-titulo{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;color:#f0e6d2;line-height:1}.cnt__cosmetica-sub{font-family:Playfair Display,serif;font-style:italic;font-size:.9rem;color:#c19a6b;margin-bottom:.4rem}.cnt__cosmetica-desc{font-family:DM Sans,sans-serif;font-size:.82rem;color:#f0e6d28c;line-height:1.7;font-weight:300;margin-bottom:.6rem}.cnt__cosmetica-btn{display:inline-flex;align-items:center;padding:.7rem 1.4rem;background:#c19a6b;color:#0a0806;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;text-decoration:none;transition:all .25s ease;width:fit-content;margin-top:.3rem}.cnt__cosmetica-btn:hover{background:#d4ae82;transform:translateY(-2px);box-shadow:0 6px 20px #c19a6b4d}.cnt__mapa-col{position:sticky;top:100px;display:flex;flex-direction:column;gap:.8rem}.cnt__mapa-frame{width:100%;height:520px;border-radius:6px;overflow:hidden;border:1px solid rgba(193,154,107,.15);background:#111009}.cnt__mapa-frame iframe{width:100%;height:100%;display:block;filter:grayscale(30%) invert(90%) hue-rotate(180deg) brightness(.85)}.cnt__mapa-caption{font-family:DM Sans,sans-serif;font-size:.68rem;letter-spacing:.12em;color:#f0e6d24d;text-align:center;text-transform:uppercase}.cnt__footer{border-top:1px solid rgba(193,154,107,.08);background:#080604;padding:3rem 2rem}.cnt__footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.cnt__footer-logo{height:40px;width:auto;opacity:.4;filter:brightness(0) invert(1)}.cnt__footer-copy{font-family:DM Sans,sans-serif;font-size:.68rem;letter-spacing:.1em;color:#f0e6d240;text-transform:uppercase}.cnt__footer-slogan{font-family:Playfair Display,serif;font-style:italic;font-size:.85rem;color:#c19a6b59}@media(max-width:1024px){.cnt__grid{grid-template-columns:1fr;gap:3rem}.cnt__mapa-col{position:static}.cnt__mapa-frame{height:380px}}@media(max-width:480px){.cnt__inner{padding:5rem 1.5rem 3rem}.cnt__horario-row{flex-direction:column;gap:.2rem}.cnt__horario-hs{text-align:left;font-size:.78rem}}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0806;overflow-x:hidden}.app{width:100%;min-height:100vh}
