:root{--ms-black:#090909;--ms-charcoal:#151515;--ms-gray:#6d6d6d;--ms-light:#f6f6f4;--ms-white:#fff;--ms-yellow:#fff200;--ms-yellow-dark:#d7cc00;--ms-border:#ffffff24;--ms-radius:24px;--ms-shadow:0 24px 80px #00000029}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.michael-page{background:var(--ms-white);color:var(--ms-black);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.michael-container{width:min(1180px,100% - 40px);margin:0 auto}.michael-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--ms-border);background:#080808f0;width:100%;position:fixed;inset:0 0 auto}.header-content{justify-content:space-between;align-items:center;min-height:68px;display:flex}.header-content>a{align-items:center;display:flex}.header-logo{object-fit:contain;width:165px;max-height:44px;display:block}.header-nav{align-items:center;gap:26px;display:flex}.header-nav a{color:var(--ms-white);opacity:.86;font-size:.9rem;font-weight:800;text-decoration:none;transition:color .2s,opacity .2s;position:relative}.header-nav a:not(.nav-cta):after{content:"";background:var(--ms-yellow);width:0;height:2px;transition:width .2s;position:absolute;bottom:-8px;left:0}.header-nav a:not(.nav-cta):hover:after,.header-nav a.active-nav:after{width:100%}.header-nav a:hover,.header-nav a.active-nav{opacity:1;color:var(--ms-yellow)}.header-nav .nav-cta{background:var(--ms-yellow);color:var(--ms-black);opacity:1;border-radius:999px;padding:12px 18px;font-weight:900}.menu-toggle{cursor:pointer;background:0 0;border:0;width:42px;height:42px;padding:8px;display:none}.menu-toggle span{background:var(--ms-white);border-radius:99px;height:2px;margin:6px 0;transition:transform .2s,opacity .2s;display:block}.menu-toggle.open span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.hero{background:var(--ms-black);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-video,.hero-overlay{width:100%;height:100%;position:absolute;inset:0}.hero-video{object-fit:cover;opacity:.58}.hero-overlay{background:linear-gradient(90deg,#000000f0,#0000008c,#000000c7),radial-gradient(circle at 20% 35%,#fff2002b,#0000 32%)}.hero-content{z-index:2;color:var(--ms-white);padding-top:70px;position:relative}.hero h1{text-transform:uppercase;letter-spacing:-.06em;max-width:720px;margin:0;font-size:clamp(3rem,7vw,6.3rem);font-weight:1000;line-height:.92}.hero p{color:#ffffffd1;max-width:620px;margin:26px 0 0;font-size:clamp(1.02rem,1.6vw,1.22rem);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.eyebrow{color:var(--ms-yellow);text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:10px;margin-bottom:18px;font-size:.78rem;font-weight:900;display:inline-flex}.eyebrow:before{content:"";background:var(--ms-yellow);border-radius:999px;width:42px;height:3px}.eyebrow.dark{color:#b3aa00}.btn{text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:900;line-height:1.2;text-decoration:none;transition:transform .2s,background-color .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--ms-yellow);color:var(--ms-black);box-shadow:0 14px 34px #fff2002e}.btn.primary:hover{background:#fff75a}.btn.secondary{color:var(--ms-white);background:#ffffff0f;border-color:#ffffff4d}.btn.secondary:hover{border-color:var(--ms-yellow)}.dark-btn{background:var(--ms-black);color:var(--ms-white);box-shadow:none}.section{padding:96px 0}.section-heading{max-width:760px;margin-bottom:46px}.compact-heading{margin-bottom:34px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-text h2,.section-heading h2,.authority-content h2,.products-teaser-card h2,.products-bottom-content h2{letter-spacing:-.055em;text-transform:uppercase;margin:0;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:1000;line-height:.98}.section-text p,.section-heading p,.authority-content p,.products-teaser-card p{color:#4a4a4a;font-size:1.04rem;line-height:1.7}.services-section{background:var(--ms-light)}.focus-section{padding-top:84px}.main-services-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service-card{background:var(--ms-white);border:1px solid #00000012;border-radius:20px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.service-card:hover,.service-card.open{border-color:#00000024;box-shadow:0 12px 32px #00000012}.service-card-toggle,.service-card-static{grid-template-columns:48px minmax(0,1fr) 28px;align-items:center;gap:13px;width:100%;min-height:92px;padding:14px 16px;display:grid}.service-card-static-link{color:inherit;text-decoration:none}.service-card-static-link:hover .service-chevron{background:var(--ms-yellow)}.service-card-toggle{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.service-card-static{grid-template-columns:48px minmax(0,1fr) 28px}.service-icon{background:var(--ms-black);width:46px;height:46px;color:var(--ms-yellow);border-radius:15px;flex:none;place-items:center;font-weight:1000;display:grid}.service-symbol{font-size:1.12rem}.service-card-copy{min-width:0}.service-card-copy strong{text-transform:uppercase;font-size:1rem;line-height:1.15;display:block}.service-card-copy small{color:var(--ms-gray);margin-top:4px;font-size:.83rem;line-height:1.35;display:block}.service-chevron{background:var(--ms-light);border-radius:50%;place-items:center;width:30px;height:30px;font-size:1.35rem;font-weight:700;display:grid}.service-schedule{border-top:1px solid #00000012;padding:0 20px 20px}.schedule-label{color:var(--ms-black);text-transform:uppercase;letter-spacing:.04em;margin:16px 0 12px;font-size:.84rem;font-weight:900}.schedule-days{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.schedule-day{background:var(--ms-light);min-width:0;color:var(--ms-black);font:inherit;text-align:left;cursor:pointer;border:1px solid #0000001c;border-radius:12px;padding:10px 11px;transition:background-color .2s,border-color .2s}.schedule-day span,.schedule-day small{display:block}.schedule-day span{font-size:.8rem;font-weight:900}.schedule-day small{color:var(--ms-gray);white-space:nowrap;margin-top:3px;font-size:.72rem}.schedule-day.selected{background:var(--ms-black);color:var(--ms-white);border-color:var(--ms-black)}.schedule-day.selected small{color:var(--ms-yellow)}.schedule-whatsapp{background:var(--ms-yellow);color:var(--ms-black);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:13px 15px;font-size:.85rem;font-weight:900;text-decoration:none;display:flex}.whatsapp-float{color:#fff;z-index:30;background:#25d366;border-radius:50%;place-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 34px #00000047}.whatsapp-float:hover{transform:translateY(-3px)scale(1.04);box-shadow:0 18px 40px #00000057}.whatsapp-float svg{fill:currentColor;width:31px;height:31px}.authority-section{background:var(--ms-black);color:var(--ms-white)}.authority-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:68px;display:grid}.authority-photo{border-radius:var(--ms-radius);min-height:640px;box-shadow:var(--ms-shadow);background:#111;overflow:hidden}.authority-photo img{object-fit:contain;object-position:center;width:100%;height:640px;display:block}.portrait-photo{justify-self:center;max-width:500px}.authority-content h2{max-width:720px}.authority-content .authority-intro{color:#ffffffbd;max-width:720px}.authority-stats{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px;display:grid}.authority-stat{border:1px solid var(--ms-border);background:#ffffff0d;border-radius:18px;padding:22px}.authority-stat strong{color:var(--ms-yellow);text-transform:uppercase;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1;display:block}.authority-stat span{color:#ffffffe0;margin-top:8px;font-weight:800;display:block}.authority-content .authority-note{color:#ffffff8f;margin-top:20px;font-size:.94rem}.gallery-section{background:var(--ms-white)}.gallery-carousel{touch-action:pan-y;max-width:860px;margin:0 auto}.gallery-frame{aspect-ratio:16/10;background:#111;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 18px 50px #0000001a}.gallery-frame img{object-fit:cover;width:100%;height:100%;display:block}.gallery-arrow{width:44px;height:44px;color:var(--ms-white);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000094;border:1px solid #ffffff4d;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.gallery-arrow-left{left:16px}.gallery-arrow-right{right:16px}.gallery-dots{justify-content:center;gap:8px;margin-top:15px;display:flex}.gallery-dots button{cursor:pointer;background:#cfcfcf;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .2s,background-color .2s}.gallery-dots button.active{background:var(--ms-black);width:24px}.products-teaser{background:var(--ms-black);color:var(--ms-white);padding:84px 0}.products-teaser-card{justify-content:space-between;align-items:center;gap:40px;display:flex}.products-teaser-card>div{flex:auto;min-width:0}.products-teaser-card p{color:#ffffffa8;margin-bottom:0}.products-teaser-card>.btn{white-space:nowrap;flex:none;align-self:center;min-width:220px}.location-section{background:var(--ms-light)}.location-grid{grid-template-columns:1fr 1fr;align-items:center;gap:46px;display:grid}.info-list{margin:20px 0 14px}.info-list p{margin:0 0 10px}.maps-link{color:var(--ms-black);border-bottom:2px solid var(--ms-yellow);align-items:center;gap:8px;padding-bottom:3px;font-weight:900;text-decoration:none;display:inline-flex}.map-card{border-radius:var(--ms-radius);min-height:340px;box-shadow:var(--ms-shadow);background:var(--ms-black);overflow:hidden}.map-card iframe{border:0;width:100%;height:340px;display:block}.final-cta{color:var(--ms-white);text-align:center;background:linear-gradient(#000000d1,#000000e6),url(/michael/evento-1.jpg) 50% 34%/cover;padding:100px 0}.final-cta-content{max-width:760px}.final-cta img{object-fit:contain;width:88px;height:88px;margin-bottom:24px}.final-cta p{color:#ffffffb8;font-size:1.04rem;line-height:1.7}.products-page{background:var(--ms-light);min-height:100vh}.products-banner{background:var(--ms-black);padding-top:68px;line-height:0;overflow:hidden}.products-banner img{object-fit:cover;object-position:center;width:100%;height:clamp(380px,46vw,560px);display:block}.products-catalog{background:var(--ms-light)}.products-heading{max-width:820px}.product-filters{flex-wrap:wrap;gap:10px;margin:32px 0 34px;display:flex}.product-filter{background:var(--ms-white);color:var(--ms-black);font:inherit;text-transform:uppercase;cursor:pointer;border:1px solid #00000024;border-radius:999px;padding:12px 22px;font-weight:900;transition:transform .2s,border-color .2s,background-color .2s}.product-filter:hover{border-color:var(--ms-black);transform:translateY(-1px)}.product-filter.active{background:var(--ms-black);color:var(--ms-yellow);border-color:var(--ms-black)}.product-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.single-product-grid{grid-template-columns:minmax(280px,420px)}.product-card{background:var(--ms-white);border:1px solid #00000012;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #0000000d}.product-image-placeholder{min-height:330px;color:var(--ms-yellow);background:radial-gradient(circle at 50% 35%,#fff20029,#0000 30%),linear-gradient(145deg,#111,#252525);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.product-image-placeholder span{letter-spacing:.08em;font-size:2.1rem;font-weight:1000}.product-image-placeholder small{color:#ffffff80;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.product-card-body{padding:26px}.product-category{color:#9a9200;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:900}.product-card h3{text-transform:uppercase;margin:8px 0 10px;font-size:1.35rem}.product-card p{color:var(--ms-gray);margin:0 0 22px;line-height:1.6}.product-btn{background:var(--ms-black);width:100%;color:var(--ms-white)}.coming-soon-product{background:var(--ms-white);text-align:center;border:1px solid #00000014;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:42px 24px;display:flex}.coming-soon-category{color:#9a9200;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:900}.coming-soon-product h3{text-transform:uppercase;margin:10px 0 8px;font-size:2.5rem}.coming-soon-product p{color:var(--ms-gray);margin:0}.products-bottom-cta{background:var(--ms-black);color:var(--ms-white);padding:84px 0}.products-bottom-content{justify-content:space-between;align-items:flex-end;gap:36px;display:flex}.products-bottom-content h2{max-width:760px}@media (width<=980px){.header-logo{width:154px}.menu-toggle{z-index:22;display:block;position:relative}.header-nav{border-bottom:1px solid var(--ms-border);background:#080808fa;flex-direction:column;align-items:stretch;gap:6px;padding:22px 20px 26px;display:none;position:absolute;top:68px;left:0;right:0;box-shadow:0 20px 40px #00000047}.header-nav.open{display:flex}.header-nav a{padding:12px 8px;font-size:1rem}.header-nav a:not(.nav-cta):after{display:none}.header-nav .nav-cta{text-align:center;margin-top:8px}.header-content{min-height:68px}.main-services-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.authority-grid,.location-grid{grid-template-columns:1fr}.authority-photo,.authority-photo img{height:560px;min-height:560px}.portrait-photo{max-width:470px}.products-teaser-card,.products-bottom-content{flex-direction:column;align-items:flex-start}}@media (width<=620px){.michael-container{width:min(100% - 28px,1180px)}.section,.final-cta{padding:56px 0}.hero{min-height:90vh}.hero-content{padding-top:90px}.hero-actions{flex-direction:column}.btn{text-align:center;width:100%}.main-services-grid,.product-grid{grid-template-columns:1fr}.authority-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{min-height:auto}.authority-grid{gap:34px}.authority-photo,.authority-photo img{height:410px;min-height:410px}.authority-photo img{object-position:center}.gallery-frame{aspect-ratio:4/3;border-radius:20px}.gallery-arrow{width:38px;height:38px}.gallery-arrow-left{left:10px}.gallery-arrow-right{right:10px}.focus-section{padding-top:46px;padding-bottom:46px}.compact-heading{margin-bottom:22px}.main-services-grid{gap:9px}.service-card-toggle,.service-card-static{grid-template-columns:42px minmax(0,1fr) 26px;gap:10px;min-height:72px;padding:10px 12px}.service-icon{border-radius:11px;width:40px;height:40px}.service-symbol,.service-card-copy strong{font-size:.9rem}.service-card-copy small{display:none}.service-card-static-link .service-card-copy small{margin-top:3px;font-size:.68rem;line-height:1.15;display:block}.service-schedule{padding:0 12px 12px}.authority-stat{padding:16px 14px}.authority-stat strong{font-size:1.45rem}.authority-stat span{font-size:.8rem;line-height:1.25}.final-cta{background-position:50% 34%}.section-text h2,.section-heading h2,.authority-content h2,.products-teaser-card h2,.products-bottom-content h2{font-size:2.1rem}.products-teaser-card>.btn{white-space:normal;width:100%;min-width:0}.products-banner{padding-top:68px}.products-banner img{object-fit:contain;object-position:center;height:auto}.product-filters{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.product-filters::-webkit-scrollbar{display:none}.product-filter{flex:none}.product-image-placeholder{min-height:260px}.section-heading p{margin-top:12px;line-height:1.45}.location-section{padding-top:46px;padding-bottom:46px}.location-grid{gap:22px}.map-card,.map-card iframe{height:220px;min-height:220px}.maps-link{font-size:.95rem}.whatsapp-float{width:54px;height:54px;bottom:16px;right:16px}.whatsapp-float svg{width:29px;height:29px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
