:root{--surface:#fcf9f8;--surface-dim:#ddd9d8;--surface-bright:#fcf9f8;--surface-container-lowest:#fff;--surface-container-low:#f6f3f2;--surface-container:#f1edec;--surface-container-high:#eae7e7;--surface-container-highest:#e5e2e1;--primary:#775a19;--primary-container:#ffdf9d;--on-primary:#fff;--on-primary-container:#261a00;--secondary:#805533;--secondary-container:#ffdcbe;--on-secondary:#fff;--on-secondary-container:#2e1500;--tertiary:#ab2c5d;--tertiary-container:#ff7aa4;--on-tertiary:#fff;--on-tertiary-container:#3f0019;--on-surface:#1b1c1c;--on-surface-variant:#4a4642;--outline:#7c7672;--outline-variant:#d1c5b4;--inverse-surface:#303030;--inverse-on-surface:#f3f0ef;--primary-fixed-dim:#e9c176;--error:#ba1a1a;--error-container:#ffdad6;--font-serif:"Noto Serif", Georgia, serif;--font-sans:"Manrope", system-ui, sans-serif;--ease-luxury:cubic-bezier(.2, 0, 0, 1);--ease-out-expo:cubic-bezier(.19, 1, .22, 1);--ease-in-out-smooth:cubic-bezier(.4, 0, .2, 1);--duration-fast:.3s;--duration-normal:.5s;--duration-slow:.8s;--duration-extra-slow:1.2s;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--space-4xl:8rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:auto;font-size:16px;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--on-surface);background-color:var(--surface);line-height:1.6;overflow-x:hidden}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.display-lg{font-family:var(--font-serif);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.1}.display-md{font-family:var(--font-serif);letter-spacing:-.015em;font-size:clamp(2rem,4vw,2.8rem);font-weight:500;line-height:1.15}.display-sm{font-family:var(--font-serif);letter-spacing:-.01em;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.2}.headline-lg{font-family:var(--font-serif);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:500;line-height:1.3}.headline-md{font-family:var(--font-serif);font-size:clamp(1.1rem,2vw,1.5rem);font-weight:500;line-height:1.35}.title-lg{font-family:var(--font-sans);font-size:1.375rem;font-weight:600;line-height:1.4}.title-md{font-family:var(--font-sans);font-size:1rem;font-weight:600;line-height:1.5}.body-lg{font-family:var(--font-sans);font-size:1rem;font-weight:400;line-height:1.65}.body-md{font-family:var(--font-sans);font-size:.875rem;font-weight:400;line-height:1.6}.label-lg{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:600;line-height:1.4}.label-md{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:600;line-height:1.4}.glass{-webkit-backdrop-filter:blur(16px);background:#fcf9f8cc}.glass-dark{-webkit-backdrop-filter:blur(16px);background:#303030d9}.btn{font-family:var(--font-sans);letter-spacing:.04em;border-radius:var(--radius-sm);transition:all var(--duration-normal) var(--ease-luxury);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.875rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:var(--on-primary)}.btn-primary:hover{transform:scale(1.02)translateY(-1px);box-shadow:0 20px 40px #775a1926}.btn-ghost{color:var(--on-surface);background:0 0;box-shadow:inset 0 0 0 1px #d1c5b426}.btn-ghost:hover{background:var(--surface-container-highest);box-shadow:inset 0 0 0 1px #d1c5b44d}.btn-pill{border-radius:var(--radius-full)}.btn-arrow:after{content:"→";transition:transform var(--duration-fast) var(--ease-luxury)}.btn-arrow:hover:after{transform:translate(4px)}.header{z-index:100;height:var(--header-height);padding:0 var(--space-lg);transition:all var(--duration-normal) var(--ease-luxury);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(16px);background:#fcf9f8d9}.header-logo{font-family:var(--font-serif);letter-spacing:.02em;color:var(--on-surface);font-size:1.25rem;font-weight:600}.header-logo span{color:var(--primary)}.header-logo-img{object-fit:contain;width:auto;height:40px;transition:opacity var(--duration-normal) var(--ease-luxury)}.hero{text-align:center;background:var(--surface);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;padding:0 var(--space-lg);max-width:900px;position:relative}.hero-logo-wrapper{margin-bottom:var(--space-lg);justify-content:center;display:flex}.hero-logo{object-fit:contain;width:auto;height:100px}.hero-label{margin-bottom:var(--space-md);background:var(--surface-container-high);border-radius:var(--radius-full);color:var(--primary);padding:.5rem 1.25rem;display:inline-block}.hero-title{margin-bottom:var(--space-md);color:var(--on-surface)}.hero-title em{color:var(--primary);font-style:italic}.hero-subtitle{color:var(--on-surface-variant);max-width:600px;margin:0 auto var(--space-xl)}.hero-scroll-indicator{bottom:var(--space-xl);align-items:center;gap:var(--space-xs);color:var(--on-surface-variant);opacity:.6;flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(to bottom, var(--on-surface-variant), transparent);width:1px;height:48px;animation:scrollPulse 2s var(--ease-luxury) infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.hero-orb{filter:blur(80px);opacity:.3;pointer-events:none;border-radius:50%;position:absolute}.hero-orb-1{background:var(--primary-container);width:400px;height:400px;top:10%;right:-5%}.hero-orb-2{background:var(--tertiary-container);width:300px;height:300px;bottom:10%;left:-5%}.hero-orb-3{background:var(--secondary-container);width:250px;height:250px;top:50%;left:30%}.panels-section{background:var(--inverse-surface);width:100%;min-height:100vh;position:relative;overflow:hidden}.panels-intro{text-align:center;padding:var(--space-3xl) var(--space-lg) var(--space-xl);color:var(--inverse-on-surface)}.panels-intro-title{color:var(--inverse-on-surface);margin-bottom:var(--space-sm)}.panels-intro-sub{color:#f3f0ef99}.panels-container{width:100%;height:80vh;padding:0 var(--space-md) var(--space-xl);gap:var(--space-sm);display:flex}.panel{border-radius:var(--radius-lg);cursor:pointer;height:100%;transition:flex var(--duration-slow) var(--ease-luxury);flex:1;position:relative;overflow:hidden}.panel:hover{flex:3}.panel:hover~.panel,.panels-container:hover .panel:not(:hover){flex:.7}.panel-bg{transition:transform var(--duration-slow) var(--ease-luxury);background-position:50%;background-size:cover;position:absolute;inset:0}.panel:hover .panel-bg{transform:scale(1.05)}.panel-overlay{transition:background var(--duration-slow) var(--ease-luxury);position:absolute;inset:0}.panel[data-theme=barbershop] .panel-overlay{background:linear-gradient(#1a1a1a33 0%,#1a1a1ae0 100%)}.panel[data-theme=kids] .panel-overlay{background:linear-gradient(#00b4d81a 0%,#0078a0d1 100%)}.panel[data-theme=spa] .panel-overlay{background:linear-gradient(#2e222099 0%,#281c16eb 100%)}.panel[data-theme=spa] .panel-bg{filter:brightness(.7)saturate(.8)}.panel[data-theme=productions] .panel-overlay{background:linear-gradient(#14141440 0%,#141414eb 100%)}.panel-content{padding:var(--space-xl);color:#fff;z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.panel-icon{margin-bottom:var(--space-sm);opacity:.9;font-size:2rem}.panel-logo-wrap{margin-bottom:var(--space-md);justify-content:center;display:flex}.panel-logo{object-fit:contain;width:auto;transition:transform var(--duration-normal) var(--ease-luxury)}.panel:hover .panel-logo{transform:scale(1.12)}.panel-logo-barbershop{object-fit:cover;filter:none;border-radius:50%;width:120px;height:120px;box-shadow:0 4px 24px #0000004d}.panel-logo-kids{filter:drop-shadow(0 4px 12px #00000040);height:180px}.panel-logo-spa{filter:brightness(0)invert()drop-shadow(0 0 20px #fff6);opacity:1;max-width:200px;height:180px}.panel-name{font-family:var(--font-serif);margin-bottom:var(--space-xs);white-space:nowrap;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500}.panel-tagline{font-family:var(--font-serif);opacity:0;max-height:0;transition:opacity var(--duration-normal) var(--ease-luxury) .1s, max-height var(--duration-slow) var(--ease-luxury);font-size:clamp(.9rem,1.5vw,1.15rem);font-style:italic;line-height:1.4;overflow:hidden}.panel:hover .panel-tagline{opacity:.9;max-height:100px;margin-bottom:var(--space-sm)}.panel-services{font-family:var(--font-sans);letter-spacing:.04em;opacity:0;color:#ffffffb3;max-height:0;transition:opacity var(--duration-normal) var(--ease-luxury) .15s, max-height var(--duration-slow) var(--ease-luxury);font-size:.8rem;overflow:hidden}.panel:hover .panel-services{opacity:1;max-height:50px;margin-bottom:var(--space-md)}.panel-cta{font-family:var(--font-sans);letter-spacing:.06em;color:#fff;border-radius:var(--radius-sm);opacity:0;transition:opacity var(--duration-normal) var(--ease-luxury) .2s, transform var(--duration-normal) var(--ease-luxury) .2s, background var(--duration-fast) var(--ease-luxury);align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.8rem;font-weight:600;display:inline-flex;transform:translateY(12px)}.panel:hover .panel-cta{opacity:1;transform:translateY(0)}.panel[data-theme=barbershop] .panel-cta{color:#1a1a1a;background:linear-gradient(135deg,#805533,#e9c176)}.panel[data-theme=kids] .panel-cta{color:#2d2d2d;background:linear-gradient(135deg,#f9a825,#ffca28)}.panel[data-theme=spa] .panel-cta{color:#3a2a20;background:linear-gradient(135deg,#c9a090,#d4b5a7)}.panel[data-theme=productions] .panel-cta{color:#1a1a1a;background:linear-gradient(135deg,#e9c176,#c9a050)}.panel-cta-arrow{transition:transform var(--duration-fast) var(--ease-luxury)}.panel-cta:hover .panel-cta-arrow{transform:translate(4px)}.panel-vertical-label{bottom:var(--space-lg);left:var(--space-md);font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;white-space:nowrap;transition:opacity var(--duration-normal) var(--ease-luxury);pointer-events:none;z-index:2;writing-mode:vertical-rl;text-orientation:mixed;font-size:.7rem;font-weight:700;position:absolute;transform:none}.panel:hover .panel-vertical-label{opacity:0}.footer{background:var(--inverse-surface);color:var(--inverse-on-surface);padding:var(--space-3xl) var(--space-lg) var(--space-xl)}.footer-inner{align-items:center;gap:var(--space-xl);flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.footer-brand{text-align:center;align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.footer-logo{font-family:var(--font-serif);margin-bottom:var(--space-xs);font-size:1.75rem;font-weight:600}.footer-logo span{color:var(--primary-fixed-dim)}.footer-logo-img{object-fit:contain;filter:invert();opacity:.9;width:auto;height:60px}.footer-tagline{color:#f3f0ef80;font-size:.875rem;font-style:italic;font-family:var(--font-serif)}.footer-socials{gap:var(--space-md);display:flex}.footer-social-link{color:#f3f0efb3;width:44px;height:44px;transition:all var(--duration-normal) var(--ease-luxury);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.footer-social-link:hover{background:var(--primary);color:var(--on-primary);transform:scale(1.08)translateY(-2px)}.footer-divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;max-width:200px;height:1px}.footer-bottom{align-items:center;gap:var(--space-xs);color:#f3f0ef4d;flex-direction:column;font-size:.75rem;display:flex}@media (max-width:768px){.panels-container{height:auto;padding:0 9vw var(--space-md);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:12px;display:flex;overflow-x:auto}.panels-container::-webkit-scrollbar{display:none}.panel{border-radius:var(--radius-lg);scroll-snap-align:center;height:60vh;min-height:420px;flex:0 0 82vw!important}.panel:hover,.panels-container:hover .panel:not(:hover){flex:0 0 82vw!important}.panel--active{opacity:1;transform:scale(1)}.panel:not(.panel--active){opacity:.6;transition:all .4s var(--ease-luxury);transform:scale(.93)}.panel-content{padding:var(--space-lg) var(--space-md);justify-content:flex-end}.panel-tagline{font-size:clamp(.85rem,3vw,1rem);opacity:.9!important;max-height:200px!important;margin-bottom:var(--space-xs)!important}.panel-services{font-size:.72rem;opacity:1!important;max-height:100px!important;margin-bottom:var(--space-sm)!important}.panel-cta{margin-top:auto;opacity:1!important;transform:translateY(0)!important}.panel-vertical-label{display:none}.panel-logo-barbershop{width:90px;height:90px}.panel-logo-kids,.panel-logo-spa{height:130px}.hero-orb-1{width:250px;height:250px}.hero-orb-2{width:200px;height:200px}.hero-orb-3{width:150px;height:150px}}.panels-dots{padding:var(--space-md) 0 var(--space-sm);justify-content:center;gap:8px;display:flex}.panels-dot{border-radius:var(--radius-full);cursor:pointer;width:8px;height:8px;transition:all .4s var(--ease-luxury);background:#f3f0ef33;border:none}.panels-dot--active{background:var(--primary-fixed-dim);width:28px}@media (min-width:769px){.panels-dots{display:none}}@media (max-width:480px){.panel{height:55vh;min-height:380px;flex:0 0 85vw!important}.hero-content{padding:0 var(--space-sm)}}.gsap-hidden{opacity:0;visibility:hidden}::selection{background:var(--primary-container);color:var(--on-primary-container)}.hot-section{padding:var(--space-3xl) 0;background:var(--surface);overflow:hidden}.hot-inner{max-width:1300px;margin:0 auto}.hot-header{text-align:center;padding:0 var(--space-lg);margin-bottom:var(--space-xl)}.hot-badge{border-radius:var(--radius-full);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:#e8501e;margin-bottom:var(--space-md);background:#e9501e14;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.65rem;font-weight:700;display:inline-flex}.hot-title{font-family:var(--font-serif);color:var(--on-surface);margin-bottom:var(--space-xs);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:500}.hot-title em{color:var(--primary);font-style:italic}.hot-subtitle{font-family:var(--font-sans);color:var(--on-surface-variant);max-width:400px;margin:0 auto;font-size:.85rem}.hot-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:0 9vw;display:flex;overflow-x:auto}.hot-track::-webkit-scrollbar{display:none}.hot-card{scroll-snap-align:center;border-radius:var(--radius-xl);aspect-ratio:3/4;max-width:300px;transition:transform .4s var(--ease-luxury), opacity .4s var(--ease-luxury);flex:0 0 65vw;position:relative;overflow:hidden}.hot-card:not(.hot-card--active){opacity:.5;transform:scale(.92)}.hot-card--active{opacity:1;transform:scale(1)}.hot-card-img{position:absolute;inset:0}.hot-card-img img{transition:transform .6s var(--ease-luxury)}.hot-card:hover .hot-card-img img{transform:scale(1.06)}.hot-card-img-ov{background:linear-gradient(#0000000d 0%,#000000bf 100%);position:absolute;inset:0}.hot-card-origin{top:var(--space-sm);left:var(--space-sm);z-index:2;border-radius:var(--radius-full);background:var(--origin-color,#e9c176);color:#1a1a1a;font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;font-size:.55rem;font-weight:700;position:absolute}.hot-card-body{z-index:2;padding:var(--space-md);position:absolute;bottom:0;left:0;right:0}.hot-card-name{font-family:var(--font-serif);color:#fff;margin-bottom:.3rem;font-size:1.1rem;font-weight:500}.hot-card-meta{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.hot-card-price{font-family:var(--font-sans);color:#fff;font-size:.9rem;font-weight:700}.hot-card-rating{font-family:var(--font-sans);color:#e9c176;font-size:.7rem}.hot-card-cta{font-family:var(--font-sans);color:var(--primary-fixed-dim);letter-spacing:.04em;font-size:.7rem;font-weight:600}.hot-dots{margin-top:var(--space-md);justify-content:center;gap:6px;display:flex}.hot-dot{border-radius:var(--radius-full);cursor:pointer;width:6px;height:6px;transition:all .4s var(--ease-luxury);background:#0000001f;border:none}.hot-dot--active{background:var(--primary);width:22px}@media (min-width:769px){.hot-track{gap:var(--space-md);padding:0 var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid;overflow:visible}.hot-card{flex:none;max-width:none}.hot-card:not(.hot-card--active){opacity:1;transform:none}.hot-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f}.hot-dots{display:none}.hot-inner{padding:0}}.hmed{padding:var(--space-4xl) var(--space-lg);background:var(--inverse-surface);position:relative;overflow:hidden}.hmed:before{content:"";background:linear-gradient(90deg,#0000,#e9c17633,#0000);height:1px;position:absolute;top:0;left:0;right:0}.hmed-orb{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.hmed-orb-1{background:#c9a09014;width:400px;height:400px;top:-100px;right:-100px}.hmed-orb-2{background:#e9c1760f;width:300px;height:300px;bottom:-80px;left:-80px}.hmed-inner{z-index:2;max-width:1000px;margin:0 auto;position:relative}.hmed-header{text-align:center;margin-bottom:var(--space-2xl)}.hmed-badge{border-radius:var(--radius-full);font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--primary-fixed-dim);margin-bottom:var(--space-md);background:#e9c1761a;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.65rem;font-weight:700;display:inline-flex}.hmed-badge-dot{background:var(--primary-fixed-dim);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite hmedDot}@keyframes hmedDot{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.hmed-title{font-family:var(--font-serif);color:var(--inverse-on-surface);margin-bottom:var(--space-sm);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500}.hmed-title em{color:var(--primary-fixed-dim);font-style:italic}.hmed-subtitle{font-family:var(--font-sans);color:#f3f0ef80;max-width:450px;margin:0 auto;font-size:.9rem}.hmed-grid{gap:var(--space-md);margin-bottom:var(--space-xl);perspective:1200px;grid-template-rows:auto;grid-template-columns:repeat(4,1fr);display:grid}.hmed-card{border-radius:var(--radius-xl);cursor:pointer;will-change:transform;transition:box-shadow .5s var(--ease-luxury);position:relative;overflow:hidden}.hmed-card:hover{box-shadow:0 30px 60px #0006,0 0 30px #c9a0901a}.hmed-card--tall{grid-area:span 2/span 2;min-height:380px}.hmed-card--wide{grid-column:span 2;min-height:180px}.hmed-card--square{grid-column:span 2;min-height:260px}.hmed-card--tall-alt{grid-area:span 1/span 2;min-height:260px}.hmed-card-img{position:absolute;inset:0}.hmed-card-img img{transition:transform .8s var(--ease-luxury)}.hmed-card:hover .hmed-card-img img{transform:scale(1.08)}.hmed-card-img-ov{background:linear-gradient(#1e16141a 0%,#1e1614d9 100%);position:absolute;inset:0}.hmed-card-num{top:var(--space-md);left:var(--space-md);font-family:var(--font-serif);color:#c9a09026;z-index:2;font-size:2.5rem;font-weight:700;line-height:1;position:absolute}.hmed-card-ring{pointer-events:none;z-index:1;border:1px solid #c9a0901a;border-radius:50%;width:80px;height:80px;animation:4s ease-in-out infinite ringPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #c9a0900d}@keyframes ringPulse{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.1;transform:translate(-50%,-50%)scale(1.3)}}.hmed-card-body{z-index:2;padding:var(--space-lg);position:absolute;bottom:0;left:0;right:0}.hmed-card-name{font-family:var(--font-serif);color:#f3f0ef;margin-bottom:.2rem;font-size:clamp(1rem,2vw,1.3rem);font-weight:500}.hmed-card-desc{font-family:var(--font-sans);color:#f3f0ef80;font-size:.75rem;line-height:1.5}.hmed-cta{background:linear-gradient(135deg, var(--primary), var(--primary-fixed-dim));max-width:350px;color:var(--inverse-surface);font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);transition:all var(--duration-normal) var(--ease-luxury);justify-content:center;align-items:center;gap:.5rem;margin:0 auto;padding:1rem 2.5rem;font-size:.85rem;font-weight:700;display:flex}.hmed-cta:hover{transform:scale(1.04)translateY(-2px);box-shadow:0 16px 40px #e9c17640}@media (max-width:768px){.hmed{padding:var(--space-3xl) var(--space-sm)}.hmed-grid{gap:var(--space-sm);grid-template-columns:1fr 1fr}.hmed-card--tall{grid-area:span 1/span 1;min-height:220px}.hmed-card--wide,.hmed-card--square,.hmed-card--tall-alt{grid-column:span 1;min-height:220px}.hmed-card-num{font-size:1.8rem}.hmed-card-body{padding:var(--space-md)}.hmed-card-name{font-size:.9rem}.hmed-cta{padding:.9rem 2rem;font-size:.8rem}}.prod-section{padding:var(--space-3xl) 0;background:var(--surface);overflow:hidden}.prod-inner{max-width:1300px;margin:0 auto}.prod-header{text-align:center;padding:0 var(--space-lg);margin-bottom:var(--space-xl)}.prod-badge{border-radius:var(--radius-full);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:var(--space-md);background:#e9c17614;padding:.4rem 1rem;font-size:.65rem;font-weight:700;display:inline-flex}.prod-title{font-family:var(--font-serif);color:var(--on-surface);margin-bottom:var(--space-xs);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:500}.prod-title em{color:var(--primary);font-style:italic}.prod-subtitle{font-family:var(--font-sans);color:var(--on-surface-variant);font-size:.85rem}.prod-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:0 9vw;display:flex;overflow-x:auto}.prod-track::-webkit-scrollbar{display:none}.prod-card{scroll-snap-align:center;background:var(--surface-container-low);border-radius:var(--radius-lg);max-width:200px;padding:var(--space-sm);transition:transform .4s var(--ease-luxury), box-shadow .4s var(--ease-luxury);flex:0 0 42vw;position:relative}.prod-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000014}.prod-card-badge{top:var(--space-xs);right:var(--space-xs);z-index:2;border-radius:var(--radius-full);background:var(--primary);color:var(--on-primary);font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;padding:.2rem .5rem;font-size:.5rem;font-weight:700;position:absolute}.prod-card-badge--new{color:#fff;background:#2ecc71}.prod-card-img-wrap{aspect-ratio:1;border-radius:var(--radius-md);width:100%;margin-bottom:var(--space-xs);padding:var(--space-xs);background:#faf8f6;justify-content:center;align-items:center;display:flex;overflow:hidden}.prod-card-cat{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.15rem;font-size:.55rem;font-weight:700;display:block}.prod-card-name{font-family:var(--font-serif);color:var(--on-surface);margin-bottom:var(--space-xs);font-size:.85rem;font-weight:500;line-height:1.3}.prod-card-footer{justify-content:space-between;align-items:center;display:flex}.prod-card-price{font-family:var(--font-sans);color:var(--on-surface);font-size:1rem;font-weight:700}.prod-card-add{background:var(--primary);width:32px;height:32px;color:var(--on-primary);cursor:pointer;transition:all .3s var(--ease-luxury);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.prod-card-add:hover{transform:scale(1.1)}.prod-card-add--added{background:#2ecc71}.prod-dots{margin-top:var(--space-md);justify-content:center;gap:6px;display:flex}.prod-dot{border-radius:var(--radius-full);cursor:pointer;width:6px;height:6px;transition:all .4s var(--ease-luxury);background:#0000001a;border:none}.prod-dot--active{background:var(--primary);width:20px}@media (min-width:769px){.prod-track{gap:var(--space-md);padding:0 var(--space-xl);grid-template-columns:repeat(6,1fr);display:grid;overflow:visible}.prod-card{flex:none;max-width:none}.prod-dots{display:none}}.loc-section{padding:var(--space-4xl) var(--space-lg);background:linear-gradient(#1a1612 0%,#22201d 50%,#1a1612 100%);position:relative;overflow:hidden}.loc-orb{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.loc-orb-1{background:#e9c1760f;width:500px;height:500px;top:-150px;right:-100px}.loc-orb-2{background:#c9a0900a;width:350px;height:350px;bottom:-100px;left:-80px}.loc-inner{z-index:2;max-width:1200px;margin:0 auto;position:relative}.loc-header{text-align:center;margin-bottom:var(--space-2xl)}.loc-label{border-radius:var(--radius-full);font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:#e9c176;margin-bottom:var(--space-md);background:linear-gradient(135deg,#e9c17626,#e9c1760d);border:1px solid #e9c17633;padding:.4rem 1.2rem;font-size:.6rem;font-weight:700;display:inline-flex}.loc-title{font-family:var(--font-serif);color:#f3f0ef;margin-bottom:var(--space-sm);font-size:clamp(1.75rem,5vw,2.8rem);font-weight:600;line-height:1.15}.loc-title em{background:linear-gradient(135deg,#e9c176,#f3f0ef);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.loc-subtitle{font-family:var(--font-sans);color:#f3f0ef73;letter-spacing:.02em;max-width:560px;margin:0 auto;font-size:.9rem}.loc-grid{gap:var(--space-xl);grid-template-columns:1.6fr 1fr;align-items:start;display:grid}.loc-map-wrapper{border-radius:var(--radius-xl);position:relative;overflow:visible}.loc-map-glow{border-radius:calc(var(--radius-xl) + 2px);z-index:-1;opacity:.6;transition:opacity .5s var(--ease-luxury);background:linear-gradient(135deg,#e9c17640 0%,#e9c1760d 30%,#c9a0901a 70%,#e9c17633 100%);position:absolute;inset:-2px}.loc-map-wrapper:hover .loc-map-glow{opacity:1}.loc-map-container{aspect-ratio:16/10;border-radius:var(--radius-xl);background:#1a1612;width:100%;position:relative;overflow:hidden}.loc-map-container iframe{filter:saturate(.8)contrast(1.05)brightness(.85);width:100%;height:100%;transition:filter .5s var(--ease-luxury);display:block}.loc-map-wrapper:hover .loc-map-container iframe{filter:saturate()contrast()brightness(.95)}.loc-map-corner{z-index:3;pointer-events:none;width:32px;height:32px;transition:border-color .4s var(--ease-luxury);border:2px solid #e9c1764d;position:absolute}.loc-map-corner-tl{border-bottom:none;border-right:none;border-radius:6px 0 0;top:-4px;left:-4px}.loc-map-corner-br{border-top:none;border-left:none;border-radius:0 0 6px;bottom:-4px;right:-4px}.loc-map-wrapper:hover .loc-map-corner{border-color:#e9c17699}.loc-pin{z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.loc-pin-dot{background:#e9c176;border-radius:50%;width:12px;height:12px;box-shadow:0 0 12px #e9c17699,0 0 30px #e9c17633}.loc-pin-pulse{border:2px solid #e9c17680;border-radius:50%;width:12px;height:12px;position:absolute}.loc-info-cards{gap:var(--space-md);flex-direction:column;display:flex}.loc-info-card{align-items:center;gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-lg);transition:all .4s var(--ease-luxury);cursor:default;background:#ffffff08;border:1px solid #ffffff0f;text-decoration:none;display:flex}a.loc-info-card{cursor:pointer}.loc-info-card:hover{background:#e9c1760f;border-color:#e9c17626;transform:translate(6px)}.loc-info-icon{border-radius:var(--radius-md);background:#e9c17614;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;display:flex}.loc-info-content{flex-direction:column;flex:1;gap:.15rem;display:flex}.loc-info-label{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:#e9c176b3;font-size:.6rem;font-weight:700}.loc-info-value{font-family:var(--font-serif);color:#f3f0ef;font-size:1rem;font-weight:500;line-height:1.3}.loc-info-sub{font-family:var(--font-sans);color:#f3f0ef66;font-size:.75rem}.loc-info-arrow{color:#e9c1764d;transition:all .3s var(--ease-luxury);flex-shrink:0;font-size:1rem}.loc-info-card:hover .loc-info-arrow{color:#e9c176;transform:translate(4px)}.loc-directions-btn{color:#1a1612;font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);transition:all .35s var(--ease-luxury);margin-top:var(--space-sm);background:linear-gradient(135deg,#e9c176,#c9a050);justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:.85rem;font-weight:700;text-decoration:none;display:flex}.loc-directions-btn:hover{transform:scale(1.04)translateY(-2px);box-shadow:0 16px 40px #e9c1764d}.loc-directions-icon{font-size:1.1rem}.loc-directions-arrow{transition:transform .3s var(--ease-luxury)}.loc-directions-btn:hover .loc-directions-arrow{transform:translate(4px)}@media (max-width:768px){.loc-section{padding:var(--space-3xl) var(--space-sm)}.loc-grid{gap:var(--space-lg);grid-template-columns:1fr}.loc-map-container{aspect-ratio:4/3}.loc-info-card{padding:var(--space-md)}.loc-info-icon{width:40px;height:40px;font-size:1.3rem}}.whatsapp-float{z-index:999;color:#fff;width:60px;height:60px;transition:all .35s var(--ease-luxury);cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #25d36666}.whatsapp-float:hover{transform:scale(1.1)translateY(-3px);box-shadow:0 10px 36px #25d36680}.whatsapp-float-pulse{pointer-events:none;border:2px solid #25d36666;border-radius:50%;animation:2s ease-out infinite whatsappPulse;position:absolute;inset:-4px}@keyframes whatsappPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@media (max-width:768px){.whatsapp-float{width:54px;height:54px;bottom:20px;right:20px}}
